:root {
  --ink: #171416;
  --ink-soft: #272125;
  --paper: #f4f1eb;
  --paper-2: #e8e2d8;
  --white: #fffdf9;
  --wine: #7a2639;
  --wine-dark: #521523;
  --gold: #c89754;
  --line-dark: rgba(23, 20, 22, 0.17);
  --line-light: rgba(255, 253, 249, 0.18);
  --muted: #6f686c;
  --container: 1180px;
  --header-height: 84px;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  background: rgba(23, 20, 22, 0.84);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(23, 20, 22, 0.96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--wine);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
}

.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 0.92rem; letter-spacing: 0.08em; text-transform: uppercase; }
.brand-copy span { margin-top: 3px; color: rgba(255,255,255,0.6); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { position: relative; font-size: 0.83rem; font-weight: 650; letter-spacing: 0.04em; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}
.main-nav > a:not(.nav-cta):hover::after,
.main-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  padding: 11px 16px;
  color: var(--ink);
  background: var(--white);
}

.nav-cta span { margin-left: 6px; color: var(--wine); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28%;
  height: 9px;
  background: var(--wine);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(255,255,255,.045) 1px),
    linear-gradient(to bottom, transparent calc(100% - 1px), rgba(255,255,255,.04) 1px);
  background-size: 12.5% 100%, 100% 120px;
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  min-height: 730px;
  padding-top: calc(var(--header-height) + 54px);
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.62);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow span { color: var(--gold); }
.eyebrow.dark { color: var(--wine); }
.eyebrow.light { color: var(--gold); }

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 { max-width: 720px; font-size: clamp(3rem, 5.2vw, 5.05rem); }
.hero h1 em { color: var(--gold); font-weight: 400; }

.hero-lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.62;
}

.hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14px 23px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: transform 220ms var(--ease), background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--wine); border-color: var(--wine); }
.button-primary:hover, .button-primary:focus-visible { background: #963047; border-color: #963047; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: transparent; border-color: rgba(255,255,255,0.45); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.77);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration-color: rgba(255,255,255,0.35);
  text-underline-offset: 6px;
}

.text-link:hover, .text-link:focus-visible { color: var(--white); }

.hero-proof {
  max-width: 670px;
  margin-top: 34px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}

.hero-proof div { min-height: 48px; padding-right: 18px; display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line-light); }
.hero-proof strong { color: var(--gold); font-size: 0.68rem; letter-spacing: 0.08em; }
.hero-proof span { color: rgba(255,255,255,0.72); font-size: 0.78rem; line-height: 1.45; }

.hero-visual { position: relative; padding: 0 0 38px 30px; }
.portrait-frame { position: relative; min-height: 530px; background: #2e292c; border: 1px solid rgba(255,255,255,0.12); }
.portrait-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 22px;
  border: 1px solid rgba(255,255,255,0.16);
  pointer-events: none;
}
.portrait-frame picture, .portrait-frame img { width: 100%; height: 100%; }
.portrait-frame img { min-height: 530px; object-fit: cover; object-position: center 24%; filter: saturate(0.9) contrast(1.03); }

.portrait-label {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: 23px 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  background: rgba(23,20,22,0.88);
  backdrop-filter: blur(12px);
}
.portrait-label span { color: var(--gold); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.portrait-label strong { max-width: 210px; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; text-align: right; }

.hero-note {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 250px;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--gold);
}
.hero-note .note-index { font-size: 0.63rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-note p { margin: 7px 0 0; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.22; }

.manifesto { color: var(--ink); background: var(--gold); }
.manifesto-inner { min-height: 64px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.manifesto-inner span { padding: 0 24px; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.09em; text-align: center; text-transform: uppercase; }
.manifesto-inner span + span { border-left: 1px solid rgba(23,20,22,0.24); }

.section { padding: clamp(78px, 8vw, 112px) 0; }
.section h2 { font-size: clamp(2.55rem, 4.5vw, 4.3rem); }

.split-heading { display: grid; grid-template-columns: 0.42fr 1fr; gap: 60px; }
.section-kicker { padding-top: 12px; display: flex; gap: 18px; align-items: flex-start; }
.section-kicker > span { min-width: 36px; padding-top: 5px; color: var(--wine); font-size: 0.7rem; font-weight: 800; border-top: 2px solid var(--wine); }
.section-kicker p { margin: 0; color: var(--muted); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; line-height: 1.55; text-transform: uppercase; }
.section-title { max-width: 850px; }
.section-title > p:last-child { max-width: 670px; margin: 26px 0 0 auto; color: var(--muted); font-size: 1.04rem; }

.signal-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); }
.signal-card { min-height: 220px; padding: 26px; display: flex; flex-direction: column; background: var(--paper); }
.signal-card + .signal-card { border-left: 1px solid var(--line-dark); }
.signal-number { color: var(--wine); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; }
.signal-card h3 { margin: auto 0 15px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1.18; }
.signal-card p { margin: 0; color: var(--muted); font-size: 0.89rem; line-height: 1.6; }
.signal-card-accent { color: var(--white); background: var(--wine); }
.signal-card-accent .signal-number, .signal-card-accent p { color: rgba(255,255,255,0.7); }

.services { color: var(--white); background: var(--ink-soft); }
.section-intro { display: grid; grid-template-columns: 0.75fr 1fr; column-gap: 70px; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro > p:last-child { max-width: 530px; margin: 0 0 6px; color: rgba(255,255,255,0.62); font-size: 1.02rem; }

.services-list { margin-top: 52px; border-top: 1px solid var(--line-light); }
.service-item { min-height: 122px; display: grid; grid-template-columns: 74px 1fr 40px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line-light); transition: background 260ms ease, padding 260ms var(--ease); }
.service-item:hover { padding-inline: 22px; background: rgba(255,255,255,0.045); }
.service-item > span { color: var(--gold); font-size: 0.7rem; font-weight: 800; }
.service-item h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 400; }
.service-item p { max-width: 710px; margin: 0; color: rgba(255,255,255,0.58); font-size: 0.92rem; }
.service-item i { color: var(--gold); font-size: 1.15rem; font-style: normal; text-align: right; }

.method { background: var(--paper-2); }
.method-layout { display: grid; grid-template-columns: 0.77fr 1fr; gap: clamp(65px, 9vw, 130px); align-items: start; }
.method-sticky { position: sticky; top: calc(var(--header-height) + 45px); }
.method-sticky > p:not(.eyebrow) { max-width: 480px; margin: 30px 0 0; color: var(--muted); }
.dark-link { margin-top: 28px; color: var(--ink); text-decoration-color: rgba(23,20,22,0.35); }
.dark-link:hover, .dark-link:focus-visible { color: var(--wine); }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.method-steps li { min-height: 168px; padding: 28px 0; display: grid; grid-template-columns: 56px 1fr; gap: 24px; border-bottom: 1px solid var(--line-dark); }
.method-steps li > span { color: var(--wine); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.1em; }
.method-steps h3 { margin: -5px 0 17px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.method-steps p { margin: 0; color: var(--muted); }

.about { color: var(--white); background: var(--wine-dark); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.compact-about .about-layout { align-items: stretch; }
.about-heading h2 { max-width: 590px; }
.about-quote { position: relative; min-height: 500px; padding: 64px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--wine); border: 1px solid rgba(255,255,255,0.12); }
.about-quote::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,0.13); pointer-events: none; }
.quote-mark { position: absolute; top: 44px; left: 58px; color: var(--gold); font-family: Georgia, serif; font-size: 7.5rem; line-height: 1; }
.about-quote blockquote { position: relative; z-index: 1; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.04; }
.about-quote p { position: relative; z-index: 1; margin: 30px 0 0; color: rgba(255,255,255,0.62); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.advisor-visual { position: relative; min-height: 530px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); }
.advisor-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(23,20,22,0.9) 100%); pointer-events: none; }
.advisor-visual picture, .advisor-visual img { width: 100%; height: 100%; }
.advisor-visual img { min-height: 530px; object-fit: cover; object-position: center 42%; filter: saturate(0.9) contrast(1.02); }
.advisor-visual figcaption { position: absolute; z-index: 1; inset: auto 0 0; padding: 30px; display: grid; gap: 8px; }
.advisor-visual figcaption span { color: var(--gold); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.advisor-visual figcaption strong { max-width: 430px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.about-copy { align-self: center; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,0.66); }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.check-list li { min-height: 62px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line-light); font-size: 0.9rem; }
.check-list span { color: var(--gold); font-size: 0.65rem; font-weight: 800; }

.outcomes { background: var(--paper); }
.outcomes-layout { display: grid; grid-template-columns: 0.35fr 1fr; gap: 50px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line-dark); }
.outcome { min-height: 235px; padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; }
.outcome:nth-child(even) { border-left: 1px solid var(--line-dark); }
.outcome:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
.outcome strong { font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.2rem); font-weight: 400; letter-spacing: -0.03em; }
.outcome p { margin: 12px 0 0; color: var(--muted); }

.testimonials { background: var(--white); }
.testimonials-head { max-width: 850px; }
.testimonials-head > p:last-child { max-width: 630px; margin: 26px 0 0; color: var(--muted); }
.testimonial-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); }
.testimonial-grid-two { grid-template-columns: repeat(2, 1fr); }
.testimonial { min-height: 390px; margin: 0; padding: 30px; display: flex; flex-direction: column; }
.testimonial + .testimonial { border-left: 1px solid var(--line-dark); }
.testimonial figcaption { display: grid; gap: 7px; }
.testimonial figcaption span { color: var(--wine); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.testimonial figcaption small { color: var(--muted); font-size: 0.76rem; }
.testimonial blockquote { margin: auto 0 0; font-family: Georgia, serif; font-size: clamp(1.12rem, 1.5vw, 1.34rem); line-height: 1.45; }

.faq { background: var(--paper-2); }
.faq-layout { display: grid; grid-template-columns: 0.56fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.faq-title { position: sticky; top: calc(var(--header-height) + 45px); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { min-height: 76px; padding: 19px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.3; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--wine); font-family: system-ui, sans-serif; font-size: 1.4rem; font-weight: 300; transition: transform 220ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -2px 54px 26px 0; color: var(--muted); }

.final-cta { padding: clamp(86px, 10vw, 130px) 0; color: var(--white); background: var(--ink); text-align: center; }
.final-cta-inner { max-width: 900px; }
.final-cta h2 { font-size: clamp(2.8rem, 5.4vw, 5rem); }
.final-cta-inner > p:not(.eyebrow) { max-width: 680px; margin: 32px auto 0; color: rgba(255,255,255,0.65); font-size: 1.05rem; }
.final-cta .button { margin-top: 38px; }

.site-footer { color: var(--white); background: #0c0a0b; }
.footer-top { min-height: 175px; padding-block: 40px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-bottom: 1px solid var(--line-light); }
.footer-contact { text-align: right; }
.footer-contact p { margin: 0 0 10px; color: rgba(255,255,255,0.5); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-contact a { color: var(--gold); font-size: 0.92rem; font-weight: 700; text-underline-offset: 5px; }
.footer-bottom { min-height: 88px; padding-block: 25px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,0.46); font-size: 0.72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
.reveal[data-delay="3"] { transition-delay: 270ms; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1040px) {
  :root { --header-height: 76px; }
  .main-nav { gap: 20px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-layout { grid-template-columns: 1.05fr 0.95fr; gap: 38px; }
  .hero h1 { font-size: clamp(3rem, 6.3vw, 4.8rem); }
  .portrait-frame, .portrait-frame img { min-height: 500px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-dark); }
  .signal-card:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro > p:last-child { margin-top: 26px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .nav-cta { display: none; }
  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    color: inherit;
    background: transparent;
    border: 1px solid var(--line-light);
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 1px; display: block; background: currentColor; transition: transform 220ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    min-height: calc(100dvh - var(--header-height));
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ink);
    border-top: 1px solid var(--line-light);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 320ms var(--ease), visibility 320ms;
  }
  .main-nav.is-open { transform: translateX(0); visibility: visible; }
  .main-nav > a, .main-nav > a:not(.nav-cta), .main-nav .nav-cta { min-height: 64px; display: flex; align-items: center; border-bottom: 1px solid var(--line-light); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
  .main-nav .nav-cta { margin-top: 24px; padding-inline: 18px; justify-content: space-between; color: var(--ink); font-family: inherit; font-size: 0.9rem; font-weight: 700; }

  .hero { min-height: auto; }
  .hero-layout { min-height: auto; padding-top: calc(var(--header-height) + 52px); display: grid; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.9rem, 10vw, 4.7rem); }
  .hero-proof { margin-top: 34px; }
  .hero-visual { max-width: 590px; width: 100%; margin: 15px auto 0; }
  .portrait-frame, .portrait-frame img { min-height: 540px; }
  .manifesto-inner { grid-template-columns: 1fr; padding-block: 18px; }
  .manifesto-inner span { min-height: 42px; display: grid; place-items: center; }
  .manifesto-inner span + span { border-left: 0; border-top: 1px solid rgba(23,20,22,0.2); }
  .split-heading, .method-layout, .about-layout, .outcomes-layout, .faq-layout { grid-template-columns: 1fr; }
  .split-heading { gap: 40px; }
  .section-title > p:last-child { margin-left: 0; }
  .method-sticky, .faq-title { position: static; }
  .about-quote { min-height: 430px; }
  .advisor-layout { gap: 40px; }
  .advisor-visual, .advisor-visual img { min-height: 500px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial { min-height: 280px; }
  .testimonial + .testimonial { border-left: 0; border-top: 1px solid var(--line-dark); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy span { font-size: 0.58rem; }
  .hero-layout { padding-top: calc(var(--header-height) + 48px); }
  .hero h1 { font-size: clamp(2.5rem, 12.7vw, 3.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof div { min-height: 42px; }
  .hero-proof div + div { padding: 12px 0 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .hero-visual { padding-left: 18px; }
  .portrait-frame, .portrait-frame img { min-height: 450px; }
  .portrait-frame::before { inset: 14px; }
  .portrait-label { padding: 18px; flex-direction: column; align-items: flex-start; gap: 6px; }
  .portrait-label strong { text-align: left; }
  .hero-note { width: 195px; padding: 16px; }
  .hero-note p { font-size: 1.12rem; }
  .section { padding: 70px 0; }
  .section h2, .final-cta h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-card { min-height: 205px; }
  .signal-card + .signal-card { border-left: 0; border-top: 1px solid var(--line-dark); }
  .section-intro { display: block; }
  .service-item { min-height: 145px; grid-template-columns: 38px 1fr; gap: 14px; }
  .service-item i { display: none; }
  .service-item p { font-size: 0.86rem; }
  .method-layout { gap: 54px; }
  .method-steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .about-quote { min-height: 430px; padding: 40px; }
  .quote-mark { top: 32px; left: 36px; }
  .advisor-visual, .advisor-visual img { min-height: 420px; }
  .advisor-visual figcaption { padding: 24px; }
  .advisor-visual figcaption strong { font-size: 1.25rem; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcome { min-height: 195px; }
  .outcome:nth-child(even) { border-left: 0; }
  .outcome:nth-child(n+2) { border-top: 1px solid var(--line-dark); }
  .testimonial { padding: 26px; }
  .faq-list summary { font-size: 1.14rem; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-contact, .footer-bottom p:last-child { text-align: left; }
}

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

@media print {
  .site-header, .hero-actions, .menu-toggle { display: none !important; }
  .hero { min-height: auto; color: #000; background: #fff; }
  .hero-layout { min-height: auto; padding-top: 40px; }
  .section, .final-cta { padding: 50px 0; color: #000; background: #fff; }
  .reveal { opacity: 1; transform: none; }
}
