:root {
  color-scheme: light;
  --ink: #1f2522;
  --ink-soft: #69736c;
  --paper: #f5f1e9;
  --paper-deep: #ece5d8;
  --sage: #b8c7b1;
  --sage-dark: #8fa18e;
  --clay: #c86b4a;
  --clay-dark: #a95135;
  --line: rgba(31, 37, 34, .16);
  --white-line: rgba(245, 241, 233, .22);
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --radius: 2px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
::selection { background: var(--clay); color: var(--paper); }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: var(--paper); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 160px) 0; position: relative; overflow: hidden; }
.section--paper { background: var(--paper); }
.section--sage { background: #b8d2b2; color: #17231b; }
.section--sand { background: var(--paper-deep); }
.section--ink { background: var(--ink); color: var(--paper); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--ink); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 38px; height: 38px; flex: none; }
.brand-copy { display: grid; gap: 0; line-height: 1.1; }
.brand-copy strong { font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 46px); margin-left: auto; margin-right: clamp(28px, 4vw, 64px); color: var(--ink-soft); font-size: 14px; }
.desktop-nav a, .quiet-link, .footer-bottom a { transition: color .2s ease; }
.desktop-nav a:hover, .quiet-link:hover, .footer-bottom a:hover { color: var(--clay); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 15px 22px; border: 1px solid var(--clay); border-radius: var(--radius); background: var(--clay); color: var(--paper); font-size: 13px; font-weight: 600; line-height: 1.1; transition: transform .25s var(--ease), background-color .25s ease, border-color .25s ease; }
.button span { font-size: 19px; font-weight: 400; line-height: 0; }
.button:hover { border-color: var(--clay-dark); background: var(--clay-dark); transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button--small { min-height: 43px; padding: 12px 17px; font-size: 12px; }
.button--light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button--light:hover { border-color: var(--paper-deep); background: var(--paper-deep); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: min(850px, 100vh); display: flex; align-items: center; padding-top: 140px; padding-bottom: 80px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr); align-items: center; gap: clamp(40px, 7vw, 110px); }
.hero-content { position: relative; z-index: 2; padding-bottom: 14px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 27px; color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(54px, 6.1vw, 92px); line-height: .99; }
h1 em, h2 em { color: var(--clay); font-style: italic; }
.hero-lead { max-width: 430px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.quiet-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: 13px; }
.quiet-link span { color: var(--clay); font-size: 19px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; color: var(--ink-soft); font-size: 12px; }
.note-check { display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid var(--sage-dark); border-radius: 50%; color: var(--sage-dark); font-size: 11px; }
.hero-visual { position: relative; min-height: 720px; }
.image-frame { position: absolute; z-index: 1; top: -20px; right: -3%; width: min(102%, 740px); height: min(98%, 705px); overflow: hidden; border-radius: 48% 48% 2px 2px; background: var(--sage); }
.image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(31, 37, 34, .14)); pointer-events: none; }
.image-frame picture, .image-frame img { display: block; width: 100%; height: 100%; }
.image-frame img { object-fit: cover; object-position: 58% center; }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid var(--sage-dark); border-radius: 50%; transform: rotate(-24deg); }
.hero-orbit--one { top: 1%; right: 0; width: 90%; height: 88%; }
.hero-orbit--two { top: 11%; right: -8%; width: 91%; height: 88%; border-color: rgba(200, 107, 74, .65); transform: rotate(44deg); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; background: var(--paper); box-shadow: 0 18px 35px rgba(31, 37, 34, .12); }
.floating-note--top { top: -7%; left: 3%; min-width: 185px; padding: 14px 17px; transform: rotate(-4deg); }
.floating-note--bottom { right: -1%; bottom: 4%; gap: 12px; padding: 12px 16px 12px 13px; transform: rotate(4deg); }
.mini-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--ink); font-size: 15px; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 11px; font-weight: 600; }
.floating-note small { margin-top: 2px; color: var(--ink-soft); font-size: 10px; }
.floating-note--bottom strong { font-family: var(--display); font-size: 33px; font-weight: 500; line-height: 1; }
.floating-note--bottom span { color: var(--ink-soft); font-size: 10px; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.hero-caption { position: absolute; right: 4%; bottom: 0; color: var(--ink-soft); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 29px; left: max(var(--gutter), calc((100vw - var(--container)) / 2)); display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 30px; height: 1px; background: var(--clay); }

.trust-strip { background: var(--ink); color: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: grid; gap: 4px; min-height: 112px; align-content: center; padding: 20px clamp(12px, 2.5vw, 36px); border-right: 1px solid var(--white-line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item strong { font-family: var(--display); font-size: 24px; font-weight: 500; }
.trust-item span { color: rgba(245, 241, 233, .8); font-size: 11px; }

.section-index { display: flex; align-items: center; gap: 11px; color: var(--clay); font-size: 11px; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.section-index::before { display: block; width: 24px; height: 1px; background: currentColor; content: ""; }
.section-index span { color: #5a6c60; }
.about-grid { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, 1.35fr) minmax(255px, .8fr); gap: clamp(28px, 5vw, 85px); }
.about-grid > .section-index, .format-grid > .section-index { align-self: start; padding-top: 12px; }
h2 { margin-bottom: 28px; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; }
.about-copy .lead, .format-intro > p:last-child { max-width: 535px; color: var(--ink); font-size: 19px; line-height: 1.48; }
.about-copy > p:not(.lead) { max-width: 510px; color: var(--ink-soft); font-size: 14px; }
.signature { display: flex; align-items: center; gap: 15px; margin-top: 45px; font-family: var(--display); font-size: 20px; font-style: italic; }
.signature-line { display: block; width: 48px; height: 1px; background: var(--clay); }
.quote-card { align-self: end; margin-bottom: 10px; padding: 31px 28px 28px; background: var(--sage); }
.quote-mark { display: block; height: 45px; color: var(--clay); font-family: var(--display); font-size: 68px; line-height: .9; }
.quote-card blockquote { margin: 0 0 28px; font-family: var(--display); font-size: 22px; line-height: 1.27; }
.quote-caption { color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 63px; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > p { max-width: 320px; margin-bottom: 4px; color: var(--ink-soft); font-size: 14px; }
.section-index--dark { color: #1a2820; }
.section--sage .section-index span, .section--sage .section-heading--split > p, .work-intro { color: #294235; }
.topics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.topic-card { position: relative; display: flex; min-height: 270px; flex-direction: column; justify-content: space-between; padding: 23px 24px 25px; background: #fffaf0; color: #17231b; transition: background-color .25s ease, transform .25s var(--ease); }
.topic-card:hover { background: #fffdf7; transform: translateY(-4px); }
.topic-card--wide { grid-column: span 2; }
.topic-number { color: #294235; font-size: 12px; letter-spacing: .07em; }
.topic-card > div { margin-top: auto; }
.topic-icon { width: 26px; height: 26px; margin-bottom: 19px; fill: none; stroke: var(--clay); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.topic-card h3 { margin-bottom: 12px; font-family: var(--display); font-size: 31px; font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.topic-card p { max-width: 290px; margin-bottom: 0; color: #294235; font-size: 14px; line-height: 1.55; }
.topic-arrow { position: absolute; right: 24px; bottom: 22px; color: var(--clay); font-size: 24px; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.topic-card:hover .topic-arrow { opacity: 1; transform: translate(3px, -3px); }

.format-grid { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, 1fr) minmax(320px, 1fr); gap: clamp(28px, 5vw, 85px); }
.format-intro h2 { margin-bottom: 32px; }
.format-intro > p:last-child { max-width: 420px; color: var(--ink-soft); font-size: 15px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 26px 0 25px; border-bottom: 1px solid var(--line); }
.step > span { color: var(--clay); font-size: 12px; letter-spacing: .07em; }
.step h3 { margin-bottom: 7px; font-family: var(--display); font-size: 24px; font-weight: 500; line-height: 1.1; }
.step p { max-width: 350px; margin-bottom: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.benefits-grid { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, .95fr) minmax(300px, 1fr); gap: clamp(28px, 5vw, 85px); }
.section-index--light span { color: #fff8ed; }
.eyebrow--light { color: #fff8ed; }
.benefits-copy h2 { color: var(--paper); }
.benefits-copy h2 em { color: var(--sage); }
.benefits-copy > p:not(.eyebrow) { max-width: 340px; margin-bottom: 32px; color: #fff8ed; font-size: 15px; line-height: 1.55; }
.benefits-list { border-top: 1px solid var(--white-line); }
.benefit { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0 24px; border-bottom: 1px solid var(--white-line); }
.benefit-icon { color: var(--sage); font-size: 11px; letter-spacing: .1em; }
.benefit h3 { margin-bottom: 6px; color: var(--paper); font-family: var(--display); font-size: 25px; font-weight: 500; }
.benefit p { max-width: 350px; margin-bottom: 0; color: #fff8ed; font-size: 14px; line-height: 1.55; }

.disclaimer { font-size: 12px !important; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.testimonial-card { min-height: 310px; padding: 25px 28px 27px; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-card--accent { background: #c65e3e; color: #fffaf2; }
.testimonial-card--accent blockquote, .testimonial-card--accent footer, .testimonial-card--accent .testimonial-number { color: #fffaf2; }
.testimonial-top { display: flex; justify-content: space-between; }
.stars { color: var(--clay); font-size: 13px; letter-spacing: .18em; }
.testimonial-card--accent .stars { color: var(--paper); }
.testimonial-number { color: var(--ink-soft); font-size: 10px; }
.testimonial-card--accent .testimonial-number { color: rgba(245, 241, 233, .82); }
.testimonial-card blockquote { max-width: 610px; margin: 30px 0 28px; font-family: var(--display); font-size: clamp(22px, 2.1vw, 31px); line-height: 1.28; letter-spacing: -.015em; text-wrap: pretty; }
.testimonial-card footer { color: var(--ink-soft); font-size: 12px; }
.testimonial-card--accent footer { color: rgba(245, 241, 233, .88); }
.testimonial-card footer strong { color: var(--ink); font-weight: 600; }
.testimonial-card--accent footer strong { color: var(--paper); }

.faq-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(400px, 1.2fr); gap: clamp(45px, 11vw, 170px); }
.faq-section .section-heading > p { max-width: 280px; margin: 0 0 26px; color: var(--ink-soft); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 23px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 22px; line-height: 1.2; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; display: block; width: 19px; height: 19px; flex: none; }
summary span::before, summary span::after { position: absolute; top: 9px; left: 1px; width: 17px; height: 1px; background: var(--clay); content: ""; transition: transform .25s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { max-width: 610px; margin: -5px 35px 23px 0; color: var(--ink-soft); font-size: 14px; }

.contact-section { background: var(--clay); color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); align-items: start; gap: clamp(45px, 11vw, 170px); }
.contact-copy h2 { color: var(--paper); }
.contact-copy h2 em { color: var(--ink); }
.contact-copy > p:not(.eyebrow) { max-width: 390px; color: rgba(245, 241, 233, .9); font-size: 17px; }
.contact-details { display: grid; gap: 5px; margin-top: 53px; }
.contact-details a { width: fit-content; border-bottom: 1px solid rgba(245, 241, 233, .45); font-family: var(--display); font-size: 20px; transition: border-color .2s ease; }
.contact-details a:hover { border-color: var(--paper); }
.contact-details span { color: rgba(245, 241, 233, .88); font-size: 12px; }
.contact-form { padding: 30px; background: var(--paper); color: var(--ink); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--display); font-size: 25px; }
.form-heading small { color: var(--ink-soft); font-size: 9px; }
.contact-form label { display: block; margin-top: 24px; margin-bottom: 8px; font-size: 11px; font-weight: 600; }
.contact-form sup { color: var(--clay); font-size: 12px; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 11px 0; font-size: 15px; resize: vertical; transition: border-color .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(105, 115, 108, .65); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--clay); }
.contact-form input[aria-invalid="true"] { border-color: #a95135; }
.field-error { display: block; min-height: 0; color: var(--clay-dark); font-size: 11px; }
.button--form { width: 100%; margin-top: 27px; }
.form-note { margin: 15px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.form-status { min-height: 20px; margin: 14px 0 0; color: var(--clay-dark); font-size: 12px; }
.form-status.is-success { color: #4d7659; }

.site-footer { background: var(--paper-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; min-height: 195px; }
.footer-main > p { margin: 0; color: var(--ink-soft); font-family: var(--display); font-size: 20px; line-height: 1.25; }
.footer-arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); font-size: 20px; transition: background-color .2s ease, color .2s ease; }
.footer-arrow:hover { background: var(--clay); color: var(--paper); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.footer-bottom a { color: var(--ink); }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .12s; }

.back-to-top { position: fixed; z-index: 30; right: clamp(16px, 3vw, 42px); bottom: clamp(16px, 3vw, 36px); display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--clay); box-shadow: 0 12px 28px rgba(31, 37, 34, .16); cursor: pointer; font-size: 22px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s var(--ease), background-color .2s ease, color .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--clay); color: var(--paper); }
.testimonial-card--sage { background: var(--sage); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); gap: 35px; }
  h1 { font-size: clamp(50px, 6vw, 75px); }
  .hero-visual { min-height: 565px; }
  .about-grid, .format-grid, .benefits-grid { gap: 35px; }
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .topic-card--wide { grid-column: span 1; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; }
  .header-inner { min-height: 73px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 73px; right: 0; left: 0; display: grid; gap: 0; padding: 8px var(--gutter) 20px; background: var(--paper); box-shadow: 0 20px 30px rgba(31,37,34,.08); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 21px; }
  .hero { min-height: auto; padding-top: 130px; padding-bottom: 75px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 60px; }
  h1 { max-width: 620px; font-size: clamp(49px, 14vw, 76px); }
  .hero-lead { max-width: 430px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .quiet-link { justify-content: center; }
  .hero-note { align-items: flex-start; }
  .hero-visual { min-height: 485px; }
  .image-frame { top: 0; right: 4%; width: 91%; height: 94%; }
  .hero-orbit--one { width: 91%; height: 92%; }
  .hero-orbit--two { width: 96%; height: 94%; right: -7%; }
  .floating-note--top { top: -1%; left: -2px; }
  .floating-note--bottom { right: -2px; bottom: 1%; }
  .hero-caption { right: 8%; bottom: -6%; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item, .trust-item:first-child, .trust-item:last-child { min-height: 94px; padding: 17px 14px; border-right: 1px solid var(--white-line); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
  .trust-item strong { font-size: 21px; }
  .trust-item span { font-size: 10px; }
  .about-grid, .format-grid, .benefits-grid, .faq-grid, .contact-grid { display: block; }
  .about-grid > .section-index, .format-grid > .section-index { padding-top: 0; margin-bottom: 54px; }
  .about-copy .lead, .format-intro > p:last-child { font-size: 18px; }
  .about-copy > p:not(.lead) { font-size: 14px; }
  .quote-card { max-width: 410px; margin: 58px 0 0 auto; }
  .section-heading--split { display: block; margin-bottom: 44px; }
  .section-heading--split > p { margin-top: 25px; }
  .topics-grid { grid-template-columns: 1fr; gap: 8px; }
  .topic-card { min-height: 240px; }
  .format-intro { margin-bottom: 55px; }
  .steps { margin-left: 0; }
  .benefits-copy { margin: 50px 0 58px; }
  .benefit p { max-width: 100%; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 8px; }
  .testimonial-card { min-height: 290px; }
  .faq-grid .section-heading { margin-bottom: 56px; }
  summary { font-size: 20px; }
  details p { font-size: 13px; }
  .contact-copy { margin-bottom: 52px; }
  .contact-details { margin-top: 35px; }
  .contact-form { padding: 24px 20px; }
  .form-heading { align-items: start; flex-direction: column; gap: 5px; }
  .footer-main { grid-template-columns: 1fr auto; min-height: 185px; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; font-size: 18px; }
  .footer-arrow { grid-column: 2; grid-row: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --ink: #edf0e9; --ink-soft: #c2ccc3; --paper: #202722; --paper-deep: #29312b; --sage: #91a790; --sage-dark: #b9cbb7; --clay: #e98a65; --clay-dark: #cf7253; --line: rgba(237, 240, 233, .18); --white-line: rgba(237, 240, 233, .2); }
  .site-header { color: var(--ink); }
  .image-frame { background: var(--sage); }
  .floating-note { background: var(--paper-deep); }
  .trust-strip { background: #151b17; }
  .topic-card { background: rgba(53, 65, 56, .82); }
  .topic-card:hover { background: var(--paper); }
  .section--ink { background: #151b17; }
  .testimonial-card { background: var(--paper); }
  .contact-section { background: var(--clay-dark); }
  .contact-form { background: var(--paper); }
  .site-footer { background: var(--paper-deep); }
  .menu-toggle { border-color: var(--line); }
  meta[name="theme-color"] { color: #202722; }
}

/* Усиление читаемости мелких подписей */
.eyebrow, .section-index { font-size: 11px; }
.brand-copy small, .floating-note small, .hero-caption, .scroll-cue { font-size: 10px; }
.hero-note, .trust-item span, .contact-details span, .form-heading small, .field-error, .form-status { font-size: 12px; }
.topic-number, .testimonial-number, .benefit-icon { font-size: 11px; }
.contact-form label { font-size: 13px; }

.work-photo { display: none; }
.work-photo picture, .work-photo img { display: none; }
.work-photo img { display: none; }
.work-photo::after { display: none; }
.work-photo figcaption { display: none; }
.testimonial-card--sage { color: #1f2d25; }
.testimonial-card--sage blockquote { color: #1f2d25; }
@media (max-width: 760px) {
  .hero-visual { min-height: 565px; }
  .image-frame { top: -10px; right: -2%; width: 101%; height: 97%; }
  .floating-note--top { top: -4%; left: 0; }
  .work-photo { display: none; }
  .work-photo img { display: none; }
  .work-photo figcaption { display: none; }
}


/* Финальный слой контраста: мелкие подписи не должны исчезать на фоне. */
.trust-strip { background: #1b2a20; color: #fffaf2; }
.trust-strip .trust-item strong { color: #fffaf2; }
.trust-strip .trust-item .trust-label { color: #e5f0e3; font-size: 13px; font-weight: 500; line-height: 1.4; }
.eyebrow { color: #435749; font-size: 12px; font-weight: 700; }
.section-index span { color: #435749; font-weight: 600; }
.section-heading--split > p, .faq-section .section-heading > p, .disclaimer { color: #435749 !important; line-height: 1.55; }
.section--sage .eyebrow, .section--sage .section-index span, .section--sage .work-intro, .section--sage .section-heading--split > p { color: #203d2a !important; }
.section--ink .section-index--light span, .section--ink .eyebrow--light, .section--ink .benefits-copy > p:not(.eyebrow), .section--ink .benefit p { color: #fffaf2 !important; }
.topic-card h3 { color: #17231b; }
.testimonial-card--accent blockquote, .testimonial-card--accent footer, .testimonial-card--accent .testimonial-number { color: #fffaf2 !important; }
.floating-note--top { display: none; }

@media (prefers-color-scheme: dark) {
  .trust-strip { background: #0e1712; color: #fffaf2; }
  .trust-strip .trust-item strong { color: #fffaf2; }
  .trust-strip .trust-item .trust-label { color: #e5f0e3; }
  .section-index span { color: #dcebd9; }
  .section-heading--split > p, .faq-section .section-heading > p, .disclaimer { color: #dcebd9 !important; }
  .section--sage { background: #a8c7a8; color: #17231b; }
  .section--sage .eyebrow, .section--sage .section-index span, .section--sage .work-intro, .section--sage .section-heading--split > p { color: #183b25 !important; }
  .topic-card { background: #32493a; color: #fffaf2; }
  .topic-card h3 { color: #fffaf2; }
  .topic-card p, .topic-card .topic-number { color: #e3f0e1; }
  .topic-card:hover { background: #42604b; }
  .section--ink .section-index--light span, .section--ink .eyebrow--light, .section--ink .benefits-copy > p:not(.eyebrow), .section--ink .benefit p { color: #fffaf2 !important; }
}


/* Мобильный hero: фото занимает больше площади, но не накрывает текстовый контент. */
@media (max-width: 760px) {
  .hero-visual { min-height: 600px; }
  .image-frame { top: -18px; right: -4%; width: 105%; height: 101%; }
  .floating-note--bottom { right: 0; bottom: 0; }
  .hero-caption { right: 5%; bottom: -8%; }
}


/* Финальная композиция изображений и контраст блока 04. */
.image-frame img { object-position: 58% 22%; }
.hero-visual { min-height: 650px; }
.image-frame { top: 0; right: 0; width: min(95%, 680px); height: min(91%, 625px); }

/* Фото в блоке запросов — обычная карточка сетки, а не растянутая полоса. */
.topic-photo { position: relative; display: flex; min-height: 270px; padding: 0; overflow: hidden; background: #688170; }
.topic-photo picture, .topic-photo img { display: block; width: 100%; height: 100%; }
.topic-photo img { min-height: 270px; object-fit: cover; object-position: center 42%; }
.topic-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(22,35,27,.58)); content: ""; pointer-events: none; }
.topic-photo figcaption { position: absolute; z-index: 1; right: 15px; bottom: 15px; left: 15px; color: #fffaf2; font-size: 12px; font-weight: 600; line-height: 1.35; }

/* Компактное фото внутри списка преимуществ. */
.benefit-photo { position: relative; min-height: 145px; margin: 0 0 6px; overflow: hidden; background: #425b4b; }
.benefit-photo picture, .benefit-photo img { display: block; width: 100%; height: 100%; }
.benefit-photo img { min-height: 145px; object-fit: cover; object-position: center 35%; }
.benefit-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,27,23,.65), transparent 72%); content: ""; pointer-events: none; }
.benefit-photo figcaption { position: absolute; z-index: 1; bottom: 14px; left: 16px; color: #fffaf2; font-family: var(--display); font-size: 18px; font-style: italic; }
.benefits-copy h2, .benefits-copy h2 em { color: #fffaf2 !important; }
.benefits-copy .eyebrow, .benefits-copy > p:not(.eyebrow), .benefit h3, .benefit p, .benefit-icon { color: #fffaf2 !important; }
.section--ink .section-index--light, .section--ink .section-index--light span { color: #fffaf2 !important; }

@media (max-width: 1050px) {
  .hero-visual { min-height: 600px; }
  .image-frame { width: min(94%, 620px); height: min(92%, 565px); }
}
@media (max-width: 760px) {
  .hero-visual { min-height: 500px; }
  .image-frame { top: -4px; right: 0; width: 100%; height: 94%; }
  .image-frame img { object-position: 58% 18%; }
  .topic-photo { min-height: 240px; }
  .topic-photo img { min-height: 240px; }
  .benefit-photo { min-height: 180px; }
  .benefit-photo img { min-height: 180px; }
}


/* Итоговая композиция: лицо целиком в форме, фото — внутри карточек. */
.hero-visual { min-height: 620px; }
.image-frame { top: 6px; right: 0; width: min(92%, 650px); height: min(89%, 590px); }
.image-frame img { object-position: 58% 18%; }
.topic-photo { grid-column: span 1; min-height: 270px; }
.topic-photo img { min-height: 270px; object-position: center 40%; }
.benefit-photo { min-height: 155px; }
.benefit-photo img { min-height: 155px; }
@media (max-width: 1050px) {
  .hero-visual { min-height: 560px; }
  .image-frame { width: 93%; height: 90%; }
}
@media (max-width: 760px) {
  .hero-visual { min-height: 480px; }
  .image-frame { top: 0; right: 0; width: 100%; height: 92%; }
  .image-frame img { object-position: 58% 15%; }
  .topic-photo { min-height: 240px; }
  .topic-photo img { min-height: 240px; }
  .benefit-photo { min-height: 175px; }
  .benefit-photo img { min-height: 175px; }
}


/* Контраст блока 04: ни одна строка не теряется на графитовом фоне. */
.benefits { background: #111a14; }
.benefits .benefits-copy h2,
.benefits .benefits-copy h2 em,
.benefits .benefits-copy .eyebrow,
.benefits .benefits-copy > p:not(.eyebrow),
.benefits .benefit h3,
.benefits .benefit p,
.benefits .benefit-icon,
.benefits .section-index,
.benefits .section-index span { color: #fffaf2 !important; opacity: 1; }
.benefits .benefits-copy h2 em { color: #f1b18b !important; }
.benefits .benefits-list { border-top-color: rgba(255,250,242,.42); }
.benefits .benefit { border-bottom-color: rgba(255,250,242,.34); }
@media (prefers-color-scheme: dark) {
  .benefits { background: #0b120e; }
  .benefits .benefits-copy h2,
  .benefits .benefits-copy h2 em,
  .benefits .benefits-copy .eyebrow,
  .benefits .benefits-copy > p:not(.eyebrow),
  .benefits .benefit h3,
  .benefits .benefit p,
  .benefits .benefit-icon,
  .benefits .section-index,
  .benefits .section-index span { color: #fffaf2 !important; }
}


/* Запрошенный контраст пояснения в блоке «С чем можно прийти». */
.section--sage .work-intro { color: #fffaf2 !important; font-weight: 500; }

/* Карусель отзывов: один крупный слайд, портрет клиента и понятные controls. */
.testimonial-carousel { position: relative; }
.carousel-viewport { overflow: hidden; }
.testimonial-track { display: flex; transition: transform .38s var(--ease); will-change: transform; }
.testimonial-slide { width: 100%; min-width: 100%; min-height: 380px; padding: 30px clamp(26px, 4vw, 54px) 34px; flex: 0 0 100%; }
.testimonial-slide[aria-hidden="true"] { visibility: hidden; }
.testimonial-person { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.testimonial-person img { width: 58px; height: 58px; border: 2px solid rgba(31,37,34,.16); border-radius: 50%; object-fit: cover; object-position: center 24%; }
.testimonial-person div { display: grid; gap: 2px; }
.testimonial-person strong { font-family: var(--display); font-size: 20px; font-weight: 500; }
.testimonial-person span { color: var(--ink-soft); font-size: 12px; }
.testimonial-card--accent .testimonial-person span, .testimonial-card--accent .testimonial-person strong { color: #fffaf2; }
.testimonial-card--sage .testimonial-person span { color: #294235; }
.testimonial-slide .testimonial-top { margin-top: 24px; }
.testimonial-slide blockquote { max-width: 820px; margin-top: 20px; }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; max-width: 260px; margin: 22px auto 0; }
.carousel-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 20px; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.carousel-button:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.carousel-dots { display: flex; align-items: center; gap: 9px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid var(--clay); border-radius: 50%; background: transparent; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.carousel-dots button[aria-selected="true"] { background: var(--clay); transform: scale(1.22); }
@media (prefers-reduced-motion: reduce) { .testimonial-track { transition: none; } }
@media (max-width: 760px) {
  .testimonial-slide { min-height: 410px; padding: 24px 20px 28px; }
  .testimonial-slide blockquote { font-size: 25px; }
  .testimonial-person img { width: 52px; height: 52px; }
}


/* CTA между блоками 03 и 04 сохраняет единый маршрут к форме записи. */
.between-cta { display: flex; justify-content: center; padding: 0 0 clamp(72px, 8vw, 112px); background: var(--paper); }
.between-cta .button { min-width: 252px; }
@media (max-width: 760px) { .between-cta { padding-bottom: 72px; } .between-cta .button { width: calc(100% - 40px); } }


/* Scroll-reveal: короткий stagger до 120 мс, только transform/opacity. */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .56s ease-out, transform .56s var(--ease); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal--delay { transition-delay: .12s; }
  .topics-grid .reveal:nth-child(2), .testimonial-grid .reveal:nth-child(2) { transition-delay: .05s; }
  .topics-grid .reveal:nth-child(3), .testimonial-grid .reveal:nth-child(3) { transition-delay: .1s; }
  .topics-grid .reveal:nth-child(4) { transition-delay: .15s; }
  .topics-grid .reveal:nth-child(5) { transition-delay: .2s; }
  .steps .step:nth-child(2) { transition-delay: .07s; }
  .steps .step:nth-child(3) { transition-delay: .14s; }
  .benefits-list .benefit:nth-child(2) { transition-delay: .07s; }
  .benefits-list .benefit:nth-child(3) { transition-delay: .14s; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
}


/* Фотография первого экрана поднята, чтобы целиком помещаться в viewport. */
@media (min-width: 761px) {
  .hero-visual { margin-top: -46px; }
  .hero-visual .image-frame { top: -16px; }
}
@media (min-width: 1100px) {
  .hero-visual { margin-top: -58px; }
  .hero-visual .image-frame { top: -22px; }
}
@media (max-width: 760px) {
  .hero-visual { margin-top: -18px; }
  .hero-visual .image-frame { top: -8px; }
}


/* Небольшой сдвиг hero вправо оставляет воздух между головой и краем формы. */
@media (min-width: 761px) {
  .hero-visual .image-frame { right: -14px; }
}
@media (min-width: 1100px) {
  .hero-visual .image-frame { right: -18px; }
}
@media (max-width: 760px) {
  .hero-visual .image-frame { right: -6px; }
}


/* Контейнер остаётся на месте; вправо сдвигается только содержимое фотографии. */
@media (min-width: 761px) {
  .hero-visual .image-frame { right: 0; }
  .hero-visual .image-frame img { object-position: 42% 18%; }
}
@media (min-width: 1100px) {
  .hero-visual .image-frame img { object-position: 42% 18%; }
}
@media (max-width: 760px) {
  .hero-visual .image-frame { right: 0; }
  .hero-visual .image-frame img { object-position: 42% 15%; }
}


/* Явный сдвиг только содержимого изображения; image-frame остаётся неподвижным. */
@media (min-width: 761px) {
  .hero-visual .image-frame { right: 0; }
  .hero-visual .image-frame img { transform: none; }
}
@media (min-width: 1100px) {
  .hero-visual .image-frame img { transform: none; }
}
@media (max-width: 760px) {
  .hero-visual .image-frame { right: 0; }
  .hero-visual .image-frame img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-visual .image-frame img { transition: none; }
}
