:root {
  --paper: #f4eee2;
  --paper-light: #fbf8f1;
  --ink: #1f2f55;
  --ink-soft: #52617f;
  --clay: #d96343;
  --clay-dark: #a9432f;
  --sage: #9cab8f;
  --rose: #d9a1a6;
  --sun: #e9bb5b;
  --line: rgba(31, 47, 85, .18);
  --serif: "Literata", Georgia, serif;
  --sans: "Commissioner", sans-serif;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 350; line-height: 1.58; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .28; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h2 { font-size: clamp(3rem, 6.5vw, 6.8rem); }
h3 { line-height: 1.15; }
em { color: var(--clay); font-weight: 400; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.topbar { height: 76px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 4; }
.wordmark { display: flex; gap: .65rem; align-items: center; text-decoration: none; font-weight: 550; letter-spacing: .01em; }
.wordmark-dot { width: 12px; height: 12px; background: var(--clay); border-radius: 50% 45% 55% 50%; }
.topbar nav { display: flex; gap: 2rem; }
.topbar nav a, .text-link, .footer-links a { text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s, color .2s; }
.topbar nav a:hover, .text-link:hover, .footer-links a:hover { border-color: currentColor; color: var(--clay-dark); }
.section-pad { padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 5vw, 5rem); }
.section-label { text-transform: uppercase; font-size: .74rem; font-weight: 650; letter-spacing: .13em; margin-bottom: 2rem; }

.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; padding: clamp(3.5rem, 7vw, 7.5rem) clamp(1.2rem, 5vw, 5rem) 5rem; position: relative; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.date-update-banner { display: inline-flex; margin: 0 0 1rem; padding: .48rem .85rem; border: 1px solid var(--clay-dark); border-radius: 99px; color: var(--clay-dark); background: rgba(251, 248, 241, .82); font-size: .78rem; font-weight: 550; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .77rem; font-weight: 650; margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(4.5rem, 9.5vw, 10.5rem); margin-bottom: 2rem; }
.hero-lead { max-width: 730px; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2.05rem); line-height: 1.42; }
.hero-actions { display: flex; gap: 1.5rem; align-items: center; margin: 2.3rem 0 3.5rem; }
.button { min-height: 54px; padding: .95rem 1.4rem; border: 1px solid currentColor; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; font-weight: 550; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 9px 0 rgba(31, 47, 85, .15); }
.button-primary { background: var(--clay); border-color: var(--clay); color: #fffaf2; }
.button-ink { background: var(--ink); border-color: var(--ink); color: #fffaf2; }
.hero-meta { display: flex; gap: clamp(1.5rem, 4vw, 4rem); padding-top: 1.4rem; border-top: 1px solid var(--line); max-width: 680px; }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta b { font-family: var(--serif); font-size: 2.5rem; font-weight: 500; line-height: 1; }
.hero-meta span { font-size: .78rem; color: var(--ink-soft); }
.hero-visual { position: relative; z-index: 1; }
.photo-frame { margin: 0; overflow: hidden; background: var(--sage); border: 1px solid var(--ink); }
.hero-photo { transform: rotate(2.2deg); border-radius: 48% 52% 43% 57% / 39% 45% 55% 61%; aspect-ratio: 4 / 5.35; box-shadow: 24px 30px 0 var(--sage); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.08) contrast(1.02); }
.answer-notes span { position: absolute; background: var(--paper-light); border: 1px solid var(--ink); padding: .42rem .9rem .55rem; font-family: var(--serif); font-size: 1.35rem; box-shadow: 5px 7px 0 rgba(31,47,85,.16); }
.note-yes { top: 10%; left: -8%; transform: rotate(-9deg); }
.note-no { right: -2%; top: 35%; transform: rotate(7deg); }
.note-unknown { bottom: 4%; left: -9%; transform: rotate(-3deg); }
.path-line { position: absolute; pointer-events: none; }
.path-line svg { width: 100%; height: 100%; }
.path-line path { stroke: var(--clay); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 8 11; }
.path-line circle { fill: var(--paper); stroke: var(--clay); stroke-width: 3; }
.path-line-hero { right: -8%; top: -3%; width: min(54vw, 760px); height: 90%; opacity: .62; }

.voices-section { background: var(--ink); color: var(--paper-light); position: relative; }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.voices-grid blockquote { margin: 0; padding: 2.4rem clamp(1rem, 3vw, 2.8rem); min-height: 220px; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 1.35; border-right: 1px solid rgba(255,255,255,.25); }
.voices-grid blockquote:last-child { border-right: 0; }
.large-statement { font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 6.2rem); max-width: 1260px; line-height: 1.08; letter-spacing: -.035em; margin: clamp(5rem, 9vw, 9rem) auto 0; }

.definition { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr); gap: clamp(3rem, 8vw, 10rem); }
.definition-title h2 { margin: 0; }
.definition-copy { padding-top: 4rem; max-width: 680px; font-size: clamp(1.05rem, 1.4vw, 1.3rem); }
.definition-copy > p:first-child::first-letter { float: left; font-family: var(--serif); color: var(--clay); font-size: 5.4rem; line-height: .78; padding: .1em .12em 0 0; }
.not-promise { margin-top: 3rem; padding: 1.5rem 1.6rem; border: 1px solid var(--ink); border-radius: 42px 18px 36px 22px; background: var(--paper-light); transform: rotate(-.8deg); }
.not-promise span { text-transform: uppercase; font-size: .72rem; font-weight: 650; letter-spacing: .12em; color: var(--clay-dark); }
.not-promise p { margin: .5rem 0 0; }

.journey { background: #dfe4d6; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.journey-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.journey-head h2 { margin-bottom: 0; }
.journey-head > p { font-size: 1.12rem; max-width: 520px; }
.weeks { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.week-card { position: relative; min-height: 660px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); overflow: hidden; }
.week-card:last-child { border-right: 0; }
.week-one { background: var(--paper-light); }
.week-two { background: #efc5ba; }
.week-three { background: #e8c76e; }
.week-number { font-family: var(--serif); font-size: 8rem; color: rgba(31,47,85,.13); line-height: 1; position: absolute; right: .8rem; top: .2rem; }
.week-date { font-size: .78rem; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; position: relative; }
.week-card h3 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 500; margin-top: 5rem; }
.week-card ul { margin: auto 0 2rem; padding: 0; list-style: none; }
.week-card li { padding: .55rem 0; border-top: 1px solid rgba(31,47,85,.25); }
.call-pill { border: 1px solid var(--ink); border-radius: 99px; padding: .75rem 1rem; text-align: center; font-size: .8rem; font-weight: 550; }

.format { background: var(--paper-light); }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.format-grid article { min-height: 350px; padding: 2rem 1.6rem; border-right: 1px solid var(--ink); }
.format-grid article:last-child { border-right: 0; }
.format-grid article > span { font-family: var(--serif); color: var(--clay); font-size: 2rem; }
.format-grid h3 { font-family: var(--serif); font-size: 2rem; font-weight: 500; margin-top: 2rem; }

.people { background: var(--paper); }
.people-intro { display: grid; grid-template-columns: .6fr 1.4fr; gap: 2rem; align-items: start; margin-bottom: 5rem; }
.people-intro h2 { font-size: clamp(3rem, 6vw, 6rem); margin: 0; max-width: 1080px; }
.people-grid { display: grid; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.person-card { background: var(--paper-light); display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; min-height: 430px; }
.person-card img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; }
.person-card > div:last-child { padding: clamp(2rem, 5vw, 5rem); align-self: center; }
.person-role { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 650; color: var(--clay-dark); }
.person-card h3 { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.8rem); font-weight: 500; margin-bottom: 1.2rem; }
.person-olga { grid-template-columns: 1.3fr minmax(260px, .7fr); }
.person-olga img { order: 2; }
.person-curator { background: #dfe4d6; }
.person-curator img { object-position: 50% 38%; }

.testimonials { background: #dca9ac; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; }
.testimonials-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.testimonials-head h2 { font-size: clamp(3rem, 5.5vw, 6rem); margin-bottom: 0; }
.testimonial-track { margin-top: 4rem; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(480px, 56vw); gap: 1.5rem; overflow-x: auto; padding: 1rem 0 2rem; scroll-snap-type: x mandatory; }
.testimonial-track figure { margin: 0; padding: 1rem; background: var(--paper); border: 1px solid var(--ink); transform: rotate(-.6deg); scroll-snap-align: start; }
.testimonial-track figure:nth-child(even) { transform: rotate(.8deg); }
.testimonial-track img { width: 100%; }

.price { background: var(--paper-light); }
.price-head { max-width: 860px; margin-bottom: 4rem; }
.price-head h2 { margin-bottom: 1.5rem; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.price-card { border: 1px solid var(--ink); border-radius: 30px 64px 30px 30px; padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; min-height: 620px; background: var(--paper); }
.price-card-pair { background: var(--sage); border-radius: 64px 30px 30px 30px; }
.tariff { text-transform: uppercase; letter-spacing: .12em; font-weight: 650; font-size: .78rem; }
.amount { font-family: var(--serif); font-size: 1.4rem; line-height: 1; }
.amount span { font-size: clamp(5rem, 10vw, 9rem); letter-spacing: -.07em; }
.amount-rub { font-size: 1.1rem; margin: 1rem 0 3rem; }
.price-card ul { padding: 0; margin: 0 0 3rem; list-style: none; }
.price-card li { padding: .8rem 0; border-top: 1px solid rgba(31,47,85,.25); }
.price-card .button { margin-top: auto; }
.sales-deadline { margin-top: 2rem; border: 1px solid var(--ink); padding: 1.3rem 1.6rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem 2rem; align-items: baseline; }
.sales-deadline span { text-transform: uppercase; font-size: .72rem; letter-spacing: .1em; }
.sales-deadline strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 2.4rem); font-weight: 500; }
.sales-deadline p { margin: 0; font-size: .82rem; }

.faq { background: var(--ink); color: var(--paper-light); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); }
.faq-title { position: sticky; top: 3rem; align-self: start; }
.faq-title h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.faq-list { border-top: 1px solid rgba(255,255,255,.3); }
.faq details { border-bottom: 1px solid rgba(255,255,255,.3); }
.faq summary { cursor: pointer; list-style: none; padding: 1.5rem 3rem 1.5rem 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .5rem; top: 1.2rem; color: var(--clay); font-family: var(--sans); font-size: 2rem; font-weight: 350; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: #d9d6ce; max-width: 760px; padding-bottom: 1.5rem; }

.final-cta { text-align: center; position: relative; overflow: hidden; min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.final-cta h2 { font-size: clamp(3.4rem, 7.5vw, 8rem); margin-bottom: 2rem; position: relative; }
.final-cta > p:not(.eyebrow) { font-family: var(--serif); font-size: 1.5rem; max-width: 650px; position: relative; }
.final-cta .button { margin-top: 1rem; position: relative; }
.path-line-final { width: 82%; height: 60%; left: 9%; top: 28%; opacity: .65; }

footer { padding: 2.5rem clamp(1.2rem, 5vw, 5rem) 7rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); font-size: .82rem; }
footer > div:first-child { display: flex; flex-direction: column; }
.footer-links { display: flex; gap: 1.3rem; flex-wrap: wrap; justify-content: flex-end; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }

.legal-page { max-width: 920px; margin: 0 auto; padding: 5rem 1.4rem 8rem; }
.legal-page h1 { font-size: clamp(3rem, 7vw, 6rem); }
.legal-page h2 { font-size: 2rem; margin-top: 3rem; }
.legal-page .legal-meta { color: var(--ink-soft); margin-bottom: 3rem; }
.back-link { display: inline-block; margin-bottom: 3rem; }

@media (max-width: 1000px) {
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { max-width: 600px; margin: 0 auto; }
  .path-line-hero { width: 90vw; right: -30%; }
  .voices-grid { grid-template-columns: 1fr; }
  .voices-grid blockquote { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .definition, .journey-head, .people-intro, .testimonials-head, .faq { grid-template-columns: 1fr; }
  .definition-copy { padding-top: 0; }
  .weeks { grid-template-columns: 1fr; }
  .week-card { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .week-card:last-child { border-bottom: 0; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-grid article:nth-child(2) { border-right: 0; }
  .format-grid article { border-bottom: 1px solid var(--ink); }
  .person-card, .person-olga { grid-template-columns: .8fr 1.2fr; }
  .faq-title { position: static; }
}

@media (max-width: 680px) {
  body { padding-bottom: 78px; }
  .topbar { height: 62px; }
  .section-pad { padding-top: 5rem; padding-bottom: 5rem; }
  .hero { min-height: auto; padding-top: 3.2rem; }
  .hero h1 { font-size: clamp(4.2rem, 22vw, 6.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
  .hero-meta b { font-size: 2rem; }
  .hero-photo { box-shadow: 12px 16px 0 var(--sage); }
  .answer-notes span { font-size: 1rem; }
  .large-statement { font-size: 2.5rem; }
  .definition { gap: 2rem; }
  .journey-head { gap: 1.5rem; }
  .week-card { min-height: 580px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid article, .format-grid article:nth-child(2) { min-height: auto; border-right: 0; }
  .person-card, .person-olga { display: flex; flex-direction: column; }
  .person-olga img { order: 0; }
  .person-card img { height: 420px; }
  .testimonial-track { grid-auto-columns: 88vw; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 570px; }
  .sales-deadline { grid-template-columns: 1fr; }
  footer { padding-bottom: 3rem; flex-direction: column; }
  .footer-links { justify-content: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 9; left: 0; right: 0; bottom: 0; height: 78px; padding: .65rem .8rem; display: flex; justify-content: space-between; align-items: center; gap: .6rem; background: rgba(244,238,226,.96); border-top: 1px solid var(--ink); backdrop-filter: blur(12px); }
  .mobile-cta > div { display: flex; flex-direction: column; font-size: .68rem; }
  .mobile-cta > div span { color: var(--clay-dark); }
  .mobile-cta .button { min-height: 48px; padding: .7rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
