:root {
  --wine: #611d2f;
  --wine-dark: #32101b;
  --wine-deep: #240a12;
  --gold: #c6a269;
  --gold-light: #e1c994;
  --paper: #f3ebdb;
  --paper-light: #fbf7ef;
  --ink: #291b1c;
  --muted: #786768;
  --line: rgba(97, 29, 47, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.35rem, 7.2vw, 7.2rem); letter-spacing: -.055em; }
h2 { margin-bottom: 28px; font-size: clamp(2.45rem, 4.4vw, 5.1rem); letter-spacing: -.042em; }
h3 { font-size: clamp(1.45rem, 2vw, 2.2rem); }
em { color: var(--wine); font-weight: 400; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px clamp(22px, 5vw, 76px); color: var(--paper-light); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: .78rem; letter-spacing: .12em; }
.brand-name { font-family: var(--serif); font-size: 1rem; letter-spacing: .02em; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: .84rem; letter-spacing: .05em; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { opacity: .78; }
.site-nav > a:hover { opacity: 1; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; }
.menu-button { display: none; border: 0; color: inherit; background: transparent; font: inherit; }

.hero { position: relative; display: grid; min-height: 920px; grid-template-columns: 54% 46%; overflow: hidden; color: var(--paper-light); background: var(--wine-dark); }
.hero-copy { position: relative; z-index: 2; display: flex; min-width: 0; justify-content: center; flex-direction: column; padding: 155px clamp(34px, 5.5vw, 96px) 80px; background: radial-gradient(circle at 30% 72%, rgba(168,92,100,.25), transparent 38%), var(--wine-dark); }
.hero-copy > * { width: 100%; max-width: 690px; }
.hero h1 { max-width: 690px; font-size: clamp(3.2rem, 5.45vw, 6.15rem); overflow-wrap: normal; }
.hero h1 em { color: var(--gold-light); }
.eyebrow { margin-bottom: 28px; color: var(--wine); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 70px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 15px 27px; border-radius: 999px; font-size: .86rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; transition: transform .25s, background .25s; }
.telegram-link { position: relative; z-index: 3; cursor: pointer; pointer-events: auto; touch-action: manipulation; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--wine-dark); background: var(--gold-light); }
.button-primary:hover { background: #f0d9a7; }
.text-link { color: rgba(255,255,255,.78); font-size: .86rem; text-underline-offset: 6px; }
.hero-facts { display: flex; gap: 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts div { display: flex; min-width: 145px; flex-direction: column; padding-right: 30px; }
.hero-facts div + div { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-facts strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.hero-facts span { color: rgba(255,255,255,.58); font-size: .75rem; }
.hero-visual { position: relative; z-index: 0; min-width: 0; min-height: 920px; margin: 0; overflow: hidden; border-left: 1px solid rgba(225,201,148,.2); }
.hero-visual::after { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(36,10,18,.66) 0%, rgba(36,10,18,.28) 38%, transparent 57%), linear-gradient(0deg, rgba(36,10,18,.25), transparent 36%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 74% center; filter: saturate(.78) contrast(1.04); }
.hero-visual-copy { position: absolute; z-index: 2; top: 50%; left: clamp(22px, 3vw, 52px); width: 38%; margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.55rem, 2.15vw, 2.45rem); letter-spacing: .035em; line-height: 1.34; text-shadow: 0 2px 22px rgba(20,3,8,.78); transform: translateY(-50%); }
.hero-visual-copy span { display: block; }

.section { padding: 130px 5vw; }
.section-inner { width: min(1320px, 100%); margin: 0 auto; }
.section-dark { color: var(--paper-light); background: var(--wine-deep); }
.section-soft { padding: 110px 5vw; background: var(--paper); }
.section-number { color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.intro { padding: 125px 5vw; }
.intro-grid { display: grid; grid-template-columns: .25fr 1.2fr 1fr; gap: clamp(28px, 5vw, 86px); align-items: start; }
.intro h2 { font-size: clamp(2.35rem, 4vw, 4.4rem); }
.intro-copy { color: rgba(255,255,255,.69); }
.intro-copy p { margin-bottom: 24px; }
.intro-copy strong { color: var(--paper-light); font-family: var(--serif); font-size: 1.12em; font-weight: 400; }

.section-heading { max-width: 940px; margin-bottom: 70px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); }
.request-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.request-card { min-height: 300px; padding: clamp(28px, 4vw, 56px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.request-card span { color: var(--wine); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.request-card h3 { max-width: 420px; margin: 42px 0 20px; }
.request-card p { max-width: 570px; margin: 0; color: var(--muted); }
.accent-card { color: var(--paper-light); background: var(--wine); }
.accent-card span { color: var(--gold-light); }
.accent-card p { color: rgba(255,255,255,.7); }
.pull-quote { max-width: 980px; margin: 105px auto 0; padding: 0; border: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(2.1rem, 3.6vw, 4.2rem); line-height: 1.18; text-align: center; }

.program { color: var(--ink); background: var(--paper); }
.program-header { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 75px; }
.program-header > p { color: var(--muted); }
.program-list { border-top: 1px solid var(--line); }
.program-item { display: grid; grid-template-columns: 90px .8fr 1.2fr; gap: 40px; padding: 48px 0; border-bottom: 1px solid var(--line); }
.program-index { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.program-title h3 { margin-bottom: 10px; }
.program-title p { color: var(--wine); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.program-copy { color: var(--muted); }
.program-copy p:last-child { margin-bottom: 0; }
.support-band { display: grid; grid-template-columns: .3fr .85fr 1.3fr; gap: 50px; align-items: start; margin-top: 95px; padding: 55px; color: var(--paper-light); background: var(--wine); }
.support-kicker { color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; }
.support-band h3 { margin: 0; }
.support-band p { margin: 0; color: rgba(255,255,255,.7); }

.method { padding: 130px 5vw; }
.section-heading.narrow { max-width: 780px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.method-grid article { min-height: 370px; padding: 46px; }
.method-grid article + article { border-left: 1px solid rgba(255,255,255,.18); }
.method-grid span { color: var(--gold); font-family: var(--serif); }
.method-grid h3 { margin: 75px 0 24px; color: var(--gold-light); }
.method-grid p { color: rgba(255,255,255,.65); }
.method-statement { margin: 105px 0 0; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4.7rem); line-height: 1.14; text-align: center; }
.method-statement em { color: var(--gold-light); }

.difference-table { border-top: 1px solid var(--line); }
.difference-table article { display: grid; grid-template-columns: .45fr .85fr 1.25fr; gap: 55px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.difference-table p { margin: 0; color: var(--muted); }
.difference-name { color: var(--wine); font-family: var(--serif); font-size: 1.5rem; }
.difference-mine { padding-left: 30px; border-left: 3px solid var(--gold); color: var(--ink) !important; }

.duration { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 720px; background: var(--paper); }
.duration-side { display: flex; align-items: center; justify-content: center; gap: 30px; padding: 70px; color: var(--paper-light); background: var(--wine); }
.duration-side span { font-family: var(--serif); font-size: clamp(7rem, 15vw, 14rem); line-height: .8; }
.duration-side small { color: var(--gold-light); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.duration-copy { display: flex; justify-content: center; flex-direction: column; padding: 90px clamp(40px, 8vw, 130px); }
.duration-copy h2 { font-size: clamp(2.4rem, 4vw, 4.6rem); }
.duration-copy > p:not(.eyebrow) { color: var(--muted); }
.duration-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; margin: 25px 0 0; padding: 0; list-style: none; }
.duration-copy li { padding-top: 13px; border-top: 1px solid var(--line); font-size: .9rem; }

.results-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.results-heading { position: sticky; top: 60px; align-self: start; }
.results-heading > p:last-child { max-width: 500px; color: var(--muted); }
.results-list { border-top: 1px solid var(--line); }
.results-list p { position: relative; margin: 0; padding: 25px 15px 25px 50px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; }
.results-list p::before { position: absolute; top: 26px; left: 5px; color: var(--gold); content: "✦"; font-size: .85rem; }

.mentor { overflow: hidden; background: var(--paper); }
.mentor-heading { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; align-items: start; margin-bottom: 82px; }
.mentor-heading h2 { max-width: 950px; margin-bottom: 0; }
.mentor-intro { display: grid; grid-template-columns: minmax(320px, .72fr) 1.28fr; gap: clamp(48px, 7vw, 105px); align-items: center; }
.mentor-photo { position: relative; margin: 0; overflow: hidden; background: var(--wine-dark); box-shadow: 0 28px 75px rgba(50,16,27,.16); }
.mentor-photo img { position: absolute; top: 0; left: 0; max-width: none; height: auto; }
.mentor-photo-portrait { width: min(100%, 505px); aspect-ratio: 485 / 858; }
.mentor-photo-portrait img { width: 272.2%; transform: translate(-13.86%, -2.6%); }
.mentor-bio { max-width: 720px; color: var(--muted); }
.mentor-bio p { margin-bottom: 24px; }
.mentor-lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.35; }
.mentor-lead strong { color: var(--wine); font-weight: 400; }
.mentor-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 95px; color: var(--paper-light); background: var(--wine); }
.mentor-facts article { min-height: 265px; padding: 44px; }
.mentor-facts article + article { border-left: 1px solid rgba(255,255,255,.18); }
.mentor-facts strong { display: block; margin-bottom: 32px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.75rem, 2.5vw, 2.8rem); font-weight: 400; line-height: 1.1; }
.mentor-facts span { color: rgba(255,255,255,.72); font-size: .92rem; }
.mentor-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 72px 0 10px; color: var(--muted); }
.mentor-story p { margin: 0; }
.mentor-mission { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 7vw, 105px); align-items: center; margin-top: 95px; }
.mentor-photo-stage { width: 100%; aspect-ratio: 806 / 471; }
.mentor-photo-stage img { width: 163.8%; transform: translate(-22.35%, -9.27%); }
.mentor-mission-copy h3 { margin-bottom: 24px; font-size: clamp(2rem, 3.3vw, 3.75rem); }
.mentor-mission-copy > p:not(.eyebrow):not(.mission-intro) { color: var(--muted); font-size: 1.08rem; }
.mission-intro { margin: 32px 0 10px; color: var(--wine); font-family: var(--serif); font-size: 1.22rem; }
.mission-list { margin: 0; padding: 0; list-style: none; }
.mission-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); color: var(--muted); }
.mission-list li::before { position: absolute; left: 0; color: var(--gold); content: "—"; }
.mentor-quote { max-width: 1060px; margin: 115px auto; padding: 60px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); color: var(--wine); font-family: var(--serif); font-size: clamp(1.8rem, 3.25vw, 3.8rem); line-height: 1.2; text-align: center; }
.mentor-quote p { margin-bottom: 22px; }
.mentor-quote cite { color: var(--muted); font-family: var(--sans); font-size: .77rem; font-style: normal; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.mentor-method { display: grid; grid-template-columns: .34fr 1fr 1fr; gap: 50px; padding: 55px; color: var(--paper-light); background: var(--wine-deep); }
.mentor-method-name { color: var(--gold-light); font-family: var(--serif); font-size: 1.65rem; }
.mentor-method p { margin: 0; color: rgba(255,255,255,.7); }
.mentor-method strong { color: var(--gold-light); font-weight: 600; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.fit-list { margin: 0; padding: 0; list-style: none; }
.fit-list li { padding: 20px 0 20px 36px; border-bottom: 1px solid var(--line); position: relative; }
.fit-list li::before { position: absolute; left: 0; color: var(--wine); content: "—"; }

.final-cta { position: relative; overflow: hidden; padding: 145px 5vw; color: var(--paper-light); background: var(--wine-dark); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(198,162,105,.2); border-radius: 50%; content: ""; }
.final-cta::before { top: -300px; left: -170px; }
.final-cta::after { right: -250px; bottom: -360px; }
.final-inner { position: relative; z-index: 1; width: min(980px, 100%); margin: 0 auto; }
.final-cta h2 { margin-bottom: 34px; }
.final-poem { margin-bottom: 40px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.25rem; line-height: 1.8; }
.button-light { color: var(--wine-dark); background: var(--gold-light); }
.cta-note { max-width: 600px; margin: 28px auto 0; color: rgba(255,255,255,.55); font-size: .84rem; }
.disclaimer { padding: 35px 5vw; color: var(--muted); background: var(--paper); font-size: .76rem; }
.disclaimer p { max-width: 1050px; margin: 0 auto; text-align: center; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 34px 5vw; color: rgba(255,255,255,.58); background: var(--wine-deep); font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { text-underline-offset: 5px; }
.footer-brand { color: var(--paper-light); }
.footer-brand .brand-mark { width: 38px; height: 38px; font-size: .65rem; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .site-header { position: absolute; }
  .menu-button { display: block; z-index: 2; }
  .site-nav { position: absolute; top: 16px; right: 16px; display: none; width: min(320px, calc(100vw - 32px)); align-items: stretch; flex-direction: column; gap: 0; padding: 60px 24px 22px; color: var(--paper-light); background: var(--wine-deep); box-shadow: 0 20px 60px rgba(0,0,0,.28); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-cta { margin-top: 10px; padding: 12px !important; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 760px; padding: 140px 7vw 72px; }
  .hero-visual { min-height: 600px; border-top: 1px solid rgba(225,201,148,.2); border-left: 0; }
  .hero-visual::after { background: linear-gradient(90deg, rgba(36,10,18,.66) 0%, rgba(36,10,18,.28) 40%, transparent 62%), linear-gradient(0deg, rgba(36,10,18,.25), transparent 36%); }
  .hero-visual img { object-position: 74% center; }
  .hero-visual-copy { left: 7vw; width: 36%; font-size: clamp(1.6rem, 4.7vw, 2.6rem); }
  .intro-grid { grid-template-columns: 50px 1fr; }
  .intro-copy { grid-column: 2; }
  .program-header, .results-grid, .fit-grid { grid-template-columns: 1fr; gap: 45px; }
  .program-item { grid-template-columns: 60px 1fr; }
  .program-copy { grid-column: 2; }
  .support-band { grid-template-columns: 1fr; gap: 18px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: auto; }
  .method-grid article + article { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .method-grid h3 { margin-top: 40px; }
  .difference-table article { grid-template-columns: 1fr 1fr; }
  .difference-name { grid-column: 1 / -1; }
  .duration { grid-template-columns: 1fr; }
  .duration-side { min-height: 360px; }
  .results-heading { position: static; }
  .mentor-heading { grid-template-columns: 1fr; gap: 12px; }
  .mentor-intro { grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 45px; align-items: start; }
  .mentor-facts { grid-template-columns: 1fr; }
  .mentor-facts article { min-height: auto; }
  .mentor-facts article + article { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .mentor-mission { grid-template-columns: 1fr; }
  .mentor-method { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; font-size: 16px; }
  .site-header { padding: 20px; }
  .brand-name { display: none; }
  .hero-copy { min-height: 690px; padding: 126px 22px 55px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-bottom: 45px; }
  .text-link { text-align: center; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-width: 0; padding: 0 10px 0 0; }
  .hero-facts div + div { padding-left: 10px; }
  .hero-facts strong { font-size: .93rem; }
  .hero-facts span { font-size: .65rem; line-height: 1.35; }
  .hero-visual { min-height: 460px; }
  .section, .intro, .method { padding: 85px 22px; }
  .section-soft { padding: 75px 22px; }
  .mentor-heading { margin-bottom: 50px; }
  .mentor-intro { grid-template-columns: 1fr; gap: 42px; }
  .mentor-photo-portrait { width: 100%; }
  .mentor-facts { margin-top: 65px; }
  .mentor-facts article { padding: 34px 28px; }
  .mentor-facts strong { margin-bottom: 18px; }
  .mentor-story { grid-template-columns: 1fr; gap: 24px; padding-top: 55px; }
  .mentor-mission { gap: 42px; margin-top: 65px; }
  .mentor-quote { margin: 75px auto; padding: 42px 0; text-align: left; }
  .mentor-method { padding: 34px 28px; }
  .intro-grid { grid-template-columns: 1fr; gap: 16px; }
  .intro-copy { grid-column: auto; }
  .request-grid { grid-template-columns: 1fr; }
  .request-card { min-height: auto; }
  .pull-quote { margin-top: 70px; text-align: left; }
  .program-item { grid-template-columns: 42px 1fr; gap: 20px; padding: 38px 0; }
  .support-band { margin-top: 60px; padding: 32px 26px; }
  .method-grid article { padding: 36px 10px; }
  .difference-table article { grid-template-columns: 1fr; gap: 18px; }
  .difference-mine { padding: 20px 0 0; border-top: 2px solid var(--gold); border-left: 0; }
  .duration-side { min-height: 280px; padding: 45px 22px; }
  .duration-copy { padding: 75px 22px; }
  .duration-copy ul { grid-template-columns: 1fr; }
  .final-cta { padding: 100px 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; padding: 35px 22px; }
  .mobile-cta { position: fixed; z-index: 30; right: 14px; bottom: 12px; left: 14px; display: flex; height: 52px; align-items: center; justify-content: center; border-radius: 999px; color: var(--wine-dark); background: var(--gold-light); box-shadow: 0 10px 35px rgba(36,10,18,.32); font-size: .86rem; font-weight: 700; text-decoration: none; }
}
