:root {
  --ink: #101612;
  --ink-2: #172019;
  --paper: #f4f1e9;
  --paper-2: #e9e5dc;
  --white: #fffef9;
  --lime: #c8f45a;
  --lime-dark: #24350e;
  --blue: #5b83ff;
  --amber: #f2a65a;
  --teal: #4fc1ad;
  --muted: #667069;
  --line: rgba(16, 22, 18, .14);
  --line-dark: rgba(255, 255, 255, .13);
  --shadow: 0 24px 80px rgba(12, 18, 14, .12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { top: 14px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; position: relative; }
.section-tight { padding: 72px 0; }
.dark { background: #e4ece7; color: var(--ink); }
.cream { background: var(--paper); }
.white { background: var(--white); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(255, 254, 249, .9); border-color: var(--line); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(16,22,18,.05); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--ink); display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-family: "Instrument Serif", Georgia, serif; font-size: 18px; color: var(--lime); }
.site-header .brand-mark { border-color: var(--line); color: #527313; }
.brand small { display: block; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 500; line-height: 1.2; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: rgba(16,22,18,.7); font-size: 14px; font-weight: 600; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; width: 18px; height: 1.5px; background: var(--ink); display: block; position: absolute; transition: transform .2s, opacity .2s; }
.nav-toggle::before { transform: translateY(-6px); }
.nav-toggle::after { transform: translateY(6px); }
.nav-toggle.open span { opacity: 0; }
.nav-toggle.open::before { transform: rotate(45deg); }
.nav-toggle.open::after { transform: rotate(-45deg); }

.eyebrow { position: relative; display: inline-flex; align-items: center; margin-bottom: 20px; padding: 7px 12px; border: 1px solid color-mix(in srgb, currentColor 38%, transparent); border-radius: 8px; background: rgba(255,255,255,.4); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::after { content: ""; position: absolute; left: calc(100% + 12px); top: 50%; width: 52px; height: 1px; background: color-mix(in srgb, currentColor 55%, transparent); transform: scaleX(0); transform-origin: left center; transition: transform .8s cubic-bezier(.16,1,.3,1) .15s; }
.eyebrow.lime { color: #527313; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.teal { color: var(--teal); }
.eyebrow.amber { color: #bd6713; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(58px, 8vw, 116px); margin-bottom: 28px; }
h2 { font-size: clamp(44px, 5.3vw, 76px); margin-bottom: 26px; }
h3 { font-size: 22px; line-height: 1.2; letter-spacing: -.02em; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.dark .lead { color: var(--muted); }
.accent { color: #527313; font-style: italic; position: relative; display: inline-block; z-index: 0; }
.accent::after { content: ""; position: absolute; z-index: -1; left: -.04em; right: -.08em; bottom: .04em; height: .17em; border-radius: 999px; background: rgba(200,244,90,.62); transform: scaleX(0) rotate(-1.5deg); transform-origin: left center; }
.accent-blue { color: var(--blue); }
.accent-teal { color: var(--teal); }
.kicker { max-width: 720px; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.35; letter-spacing: -.02em; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { --mag-x: 0px; --mag-y: 0px; --btn-lift: 0px; position: relative; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 16px 12px 20px; border-radius: 14px; font-size: 14px; font-weight: 800; transform: translate3d(var(--mag-x), calc(var(--mag-y) + var(--btn-lift)), 0); transition: transform .28s cubic-bezier(.25,.75,.25,1), background .2s, color .2s, border-color .2s; overflow: hidden; }
.btn-arrow { position: relative; width: 30px; height: 30px; margin: -3px 0; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 9px; border-left: 1px solid color-mix(in srgb, currentColor 26%, transparent); background: color-mix(in srgb, currentColor 9%, transparent); }
.btn-arrow .arr { grid-area: 1 / 1; font-size: 15px; line-height: 1; transition: transform .38s cubic-bezier(.16,1,.3,1); }
.btn-arrow .arr + .arr { transform: translate(-135%, 135%); }
.btn:hover .btn-arrow .arr:first-child, .btn:focus-visible .btn-arrow .arr:first-child { transform: translate(135%, -135%); }
.btn:hover .btn-arrow .arr + .arr, .btn:focus-visible .btn-arrow .arr + .arr { transform: translate(0, 0); }
.btn::after { content: ""; position: absolute; inset: -30% auto -30% -35%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent); transform: translateX(-260%) skewX(-18deg); transition: transform .75s cubic-bezier(.16,1,.3,1); pointer-events: none; }
.btn:hover { --btn-lift: -2px; }
.btn:hover::after, .btn:focus-visible::after { transform: translateX(620%) skewX(-18deg); }
.btn:active { transform: translate3d(var(--mag-x), var(--mag-y), 0) scale(.97); }
.btn-primary { background: var(--lime); color: var(--ink); }
.btn-primary:hover { background: var(--ink); color: var(--lime); }
.btn-light { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.btn-light:hover { border-color: var(--ink); background: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--lime); color: var(--ink); }
.btn-outline { border: 1px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.arrow { font-size: 18px; line-height: 1; }

.hero { min-height: 860px; padding: 150px 0 82px; position: relative; overflow: hidden; display: flex; align-items: center; background: radial-gradient(circle at 82% 18%, rgba(79,193,173,.2), transparent 28%), radial-gradient(circle at 15% 72%, rgba(91,131,255,.13), transparent 30%), var(--paper); color: var(--ink); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; border-radius: 50%; right: -250px; top: -260px; border: 1px solid rgba(91,131,255,.2); box-shadow: 0 0 0 80px rgba(91,131,255,.025), 0 0 0 160px rgba(79,193,173,.025); animation: orbit-drift 16s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; left: 42%; bottom: -130px; background: var(--blue); filter: blur(90px); opacity: .14; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; gap: 56px; position: relative; z-index: 1; }
.hero h1 { max-width: 850px; }
.hero-copy .lead { max-width: 690px; margin-bottom: 34px; }
.hero-note { color: var(--muted); font-size: 12px; margin: 14px 0 0 4px; }
.hero-aside { position: relative; min-height: 540px; perspective: 1100px; }
.portrait-frame { position: absolute; inset: 0 0 0 18%; overflow: hidden; border-radius: 42px 190px 42px 42px; background: #dfe5df; box-shadow: 0 38px 90px rgba(16,22,18,.18); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: video-breathe 14s cubic-bezier(.37,0,.63,1) infinite alternate; }
.video-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,22,18,.04) 35%, rgba(16,22,18,.58) 100%); pointer-events: none; }
.video-caption { position: absolute; left: 24px; bottom: 20px; z-index: 1; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-card { --drift-x: 0px; --drift-y: 0px; position: absolute; z-index: 2; width: min(290px, 78%); padding: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-card.top { top: 26px; left: -10px; width: 250px; }
.hero-card.bottom { right: -10px; bottom: 22px; background: var(--lime); }
.hero-card-label { margin: 0 0 12px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.hero-card strong { display: block; font-size: 18px; line-height: 1.3; }
.mini-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 6px; margin-top: 14px; font-size: 10px; font-weight: 700; }
.mini-flow i { width: 18px; height: 1px; background: rgba(16,22,18,.3); }

.page-hero { padding: 172px 0 96px; background: radial-gradient(circle at 90% 12%, rgba(79,193,173,.24), transparent 30%), linear-gradient(135deg, #f6f3eb 0%, #e9edff 100%); color: var(--ink); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(91,131,255,.22); border-radius: 50%; right: -120px; bottom: -240px; box-shadow: 0 0 0 70px rgba(91,131,255,.04); animation: orbit-drift 14s ease-in-out infinite alternate-reverse; }
.page-hero > .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1000px; font-size: clamp(58px, 7vw, 104px); }
.page-hero .lead { margin-bottom: 34px; }
.fit-line { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px; }
.fit-line span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.4); font-size: 12px; }

.proof-strip { background: var(--lime); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 26px 24px; border-right: 1px solid rgba(16,22,18,.17); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-family: "Instrument Serif", Georgia, serif; font-size: 35px; line-height: 1; font-weight: 400; }
.proof-item span { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 42px; margin-bottom: 52px; }
.section-head h2 { max-width: 740px; margin-bottom: 0; }
.section-head .lead { max-width: 410px; margin-bottom: 4px; font-size: 17px; }
.friction-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.friction { padding: 30px 30px 8px 0; min-height: 240px; border-right: 1px solid var(--line); }
.friction + .friction { padding-left: 30px; }
.friction:last-child { border-right: 0; }
.friction-num { display: block; margin-bottom: 42px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.friction h3 { font-size: 24px; margin-bottom: 12px; }
.friction p { color: var(--muted); font-size: 15px; }

.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.path-card { min-height: 520px; padding: 42px; border-radius: var(--radius); display: flex; flex-direction: column; overflow: hidden; position: relative; }
.path-card.founder { background: var(--blue); color: #0e1740; }
.path-card.team { background: var(--teal); color: #062a23; }
.path-index { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.path-card h3 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-size: clamp(38px, 4.3vw, 62px); line-height: 1; margin: auto 0 20px; max-width: 500px; }
.path-card p { max-width: 500px; font-size: 16px; }
.path-card .btn { margin-top: 20px; align-self: flex-start; background: rgba(255,255,255,.88); color: var(--ink); }
.path-card::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -100px; top: 70px; box-shadow: 0 0 0 44px rgba(255,255,255,.04), 0 0 0 88px rgba(255,255,255,.025); }

.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.method-intro { position: sticky; top: 120px; }
.method-list { counter-reset: method; }
.method-row { counter-increment: method; display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid var(--line); }
.method-row::before { content: "0" counter(method); color: #527313; font-size: 12px; font-weight: 800; }
.method-row h3 { color: var(--ink); margin-bottom: 8px; }
.method-row p { color: var(--muted); margin-bottom: 0; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 74px; align-items: center; }
.about-photo { min-height: 620px; border-radius: var(--radius); overflow: hidden; background: var(--paper-2); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.about-copy .lead { margin-bottom: 24px; }
.credential-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.credential-list span { border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }

.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.evidence-card { --lift: 0px; position: relative; overflow: hidden; min-height: 330px; padding: 34px; border-radius: 20px; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; transform: translateY(var(--lift)); transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .35s, border-color .35s; }
.evidence-card:nth-child(2) { background: var(--lime); }
.evidence-card:nth-child(3) { background: #d9e1ff; }
.evidence-card:hover { --lift: -8px; border-color: rgba(91,131,255,.4); box-shadow: 0 26px 60px rgba(16,22,18,.1); }
.evidence-card > span, .build-card > span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.evidence-card strong { margin: auto 0 18px; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(54px, 6vw, 80px); line-height: .9; font-weight: 400; }
.evidence-card p { color: var(--muted); font-size: 14px; }
.evidence-card small { margin-top: auto; padding-top: 18px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.evidence-note { max-width: 820px; margin: 26px 0 0; color: var(--muted); font-size: 13px; }

.build-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.build-card { --lift: 0px; position: relative; overflow: hidden; min-height: 390px; padding: 34px; border-radius: 20px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; transform: translateY(var(--lift)); transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .35s, border-color .35s; }
.build-card:nth-child(2) { background: #e4ece7; }
.build-card:nth-child(3) { background: #d9e1ff; }
.build-card:hover { --lift: -8px; border-color: rgba(91,131,255,.4); box-shadow: 0 26px 60px rgba(16,22,18,.1); }
.build-card h3 { margin: auto 0 18px; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(30px, 3vw, 42px); font-weight: 400; }
.build-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.quote-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.quote { position: relative; overflow: hidden; padding: 34px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.quote.featured { background: var(--lime); }
.quote-mark { font-family: "Instrument Serif", Georgia, serif; font-size: 64px; line-height: .6; margin-bottom: 26px; }
.quote blockquote { margin: 0 0 30px; font-family: "Instrument Serif", Georgia, serif; font-size: 25px; line-height: 1.25; }
.quote cite { margin-top: auto; font-style: normal; font-size: 12px; color: var(--muted); }
.quote cite strong { display: block; color: var(--ink); font-size: 13px; }

.calm-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.calm-letters { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.calm-tile { min-height: 170px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.62); border: 1px solid var(--line); transition: transform .4s cubic-bezier(.25,.75,.25,1), background .3s; }
.calm-tile:hover { transform: translateY(-8px) rotate(-1deg); background: var(--white); }
.calm-tile b { font-family: "Instrument Serif", Georgia, serif; font-size: 52px; color: #527313; font-weight: 400; }
.calm-tile span { display: block; font-size: 12px; color: var(--muted); }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.offer-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 32px; border-radius: 20px; border: 1px solid var(--line); background: var(--white); }
.offer-card.featured { background: #d9e1ff; color: #0e1740; border-color: rgba(91,131,255,.36); }
.offer-card .offer-num { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.offer-card.featured .offer-num { color: #3f5dbd; }
.offer-card h3 { margin: 40px 0 14px; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-size: 36px; }
.offer-card p, .offer-card li { color: var(--muted); font-size: 14px; }
.offer-card.featured p, .offer-card.featured li { color: #4f5980; }
.offer-card ul { padding: 0; margin: 12px 0 26px; list-style: none; }
.offer-card li { position: relative; padding: 8px 0 8px 20px; border-bottom: 1px solid var(--line); }
.offer-card.featured li { border-color: rgba(14,23,64,.15); }
.offer-card li::before { content: "+"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.offer-card .btn { margin-top: auto; align-self: flex-start; }
.price { font-size: 13px; font-weight: 800; margin-bottom: 18px; }

.ideal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ideal-card { padding: 38px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); }
.ideal-card h3 { font-family: "Instrument Serif", Georgia, serif; font-size: 36px; font-weight: 400; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; }
.check-list li { padding: 13px 0 13px 28px; position: relative; border-top: 1px solid var(--line); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; color: #267766; }
.not-list li::before { content: "×"; color: #9b4a36; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-step { padding: 30px 26px 30px 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 26px; }
.process-step:last-child { border-right: 0; }
.process-step b { display: block; margin-bottom: 54px; color: var(--blue); font-size: 12px; }
.process-step p { color: var(--muted); font-size: 14px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; border: 0; background: none; text-align: left; cursor: pointer; font-weight: 700; }
.faq-q span:last-child { font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-item.open .faq-q span:last-child { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { color: var(--muted); padding: 0 70px 24px 0; margin: 0; }

.cta-panel { margin: 0 auto 30px; width: min(calc(100% - 40px), var(--max)); padding: 76px; border-radius: 28px; background: var(--blue); color: #0a1337; position: relative; overflow: hidden; }
.cta-panel::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; right: -100px; top: -170px; box-shadow: 0 0 0 60px rgba(255,255,255,.05); }
.cta-panel h2 { max-width: 820px; }
.cta-panel p { max-width: 650px; }
.cta-panel .btn { background: var(--white); position: relative; z-index: 1; }

.site-footer { padding: 72px 0 32px; background: var(--ink); color: var(--white); }
.site-footer .brand { color: var(--white); }
.site-footer .brand-mark { border-color: rgba(255,255,255,.2); color: var(--lime); }
.site-footer .brand small { color: rgba(255,255,255,.5); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; padding-bottom: 54px; border-bottom: 1px solid var(--line-dark); }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.5); margin-top: 18px; }
.footer-title { color: rgba(255,255,255,.4); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; margin: 14px 0 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; color: rgba(255,255,255,.38); font-size: 11px; }

.scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.btn-swap { position: relative; z-index: 1; display: grid; height: 1.35em; line-height: 1.35; overflow: hidden; }
.btn-swap span { grid-area: 1 / 1; display: block; transition: transform .25s cubic-bezier(.25,.75,.25,1); white-space: nowrap; }
.btn-swap span:last-child { transform: translateY(135%); }
.btn:hover .btn-swap span:first-child, .btn:focus-visible .btn-swap span:first-child { transform: translateY(-135%); }
.btn:hover .btn-swap span:last-child, .btn:focus-visible .btn-swap span:last-child { transform: translateY(0); }

.signal-marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); color: var(--ink); }
.signal-track { width: max-content; display: flex; align-items: center; animation: signal-loop 28s linear infinite; }
.signal-group { display: flex; align-items: center; white-space: nowrap; }
.signal-group span { display: inline-flex; align-items: center; gap: 24px; padding: 15px 24px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signal-group span::after { content: "✦"; color: var(--blue); font-size: 12px; }

.hero-card { transition: transform .55s cubic-bezier(.25,.75,.25,1), box-shadow .3s; }
.portrait-frame { transition: transform .8s cubic-bezier(.25,.75,.25,1); }
.hero-aside:hover .portrait-frame { transform: scale(1.018); }
.path-card { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; transform: perspective(1000px) translateY(var(--lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .55s cubic-bezier(.25,.75,.25,1), box-shadow .4s; }
.path-card:hover { --lift: -10px; box-shadow: 0 34px 80px rgba(16,22,18,.16); }
.path-card::after { transition: transform 1.1s cubic-bezier(.25,.75,.25,1); }
.path-card:hover::after { transform: translate(-24px, 28px) scale(1.12); }
.offer-card { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; transform: perspective(1000px) translateY(var(--lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .45s cubic-bezier(.25,.75,.25,1), box-shadow .35s, border-color .35s; }
.offer-card:hover { --lift: -10px; border-color: rgba(91,131,255,.42); box-shadow: 0 26px 60px rgba(16,22,18,.1); }
.offer-card .offer-num { transition: transform .35s cubic-bezier(.25,.75,.25,1), color .3s; transform-origin: left center; }
.offer-card:hover .offer-num { transform: translateX(8px); color: var(--blue); }
.proof-item strong.counting { animation: number-settle .45s ease both; }
.friction { position: relative; overflow: hidden; }
.friction::after { content: ""; position: absolute; left: 0; right: 30px; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--teal)); transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.16,1,.3,1) .18s; }
.friction.visible::after { transform: scaleX(1); }
.quote { transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .4s; }
.quote:hover { transform: translateY(-8px) rotate(.35deg); box-shadow: 0 24px 56px rgba(16,22,18,.1); }
.section-head.visible .eyebrow::after, .method-intro.visible .eyebrow::after, .reveal.visible .eyebrow::after, .eyebrow.reveal.visible::after { transform: scaleX(1); }
.motion-ready .hero .eyebrow::after, .motion-ready .page-hero .eyebrow::after { transform: scaleX(1); transition-delay: .7s; }
.section-index { position: absolute; top: 20px; right: max(24px, calc((100vw - var(--max)) / 2)); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(64px, 8vw, 116px); line-height: 1; color: var(--blue); pointer-events: none; opacity: 0; transform: translateY(36px) rotate(7deg); filter: blur(6px); }
.section-index.reveal.visible { opacity: .11; transform: translateY(0) rotate(0); filter: none; }
.about-photo img { transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.08); will-change: transform; }
.about-photo, .portrait-frame { overflow: hidden; }
.about-photo img, .coaches-photo img { transition: scale .8s cubic-bezier(.16,1,.3,1); }
.about-photo:hover img { scale: 1.05; }

.motion-ready .hero h1, .motion-ready .page-hero h1 { animation: title-rise .95s cubic-bezier(.16,1,.3,1) .08s both; }
.motion-ready .hero .lead, .motion-ready .page-hero .lead { animation: copy-rise .8s cubic-bezier(.16,1,.3,1) .22s both; }
.motion-ready .hero .button-row, .motion-ready .page-hero .button-row { animation: copy-rise .8s cubic-bezier(.16,1,.3,1) .34s both; }
.motion-ready .hero .hero-note, .motion-ready .page-hero .fit-line { animation: copy-rise .8s cubic-bezier(.16,1,.3,1) .46s both; }
.motion-ready .hero-aside { animation: visual-reveal 1.15s cubic-bezier(.16,1,.3,1) .18s both; }
.motion-ready .hero-card.top { animation: card-float-top 6.5s ease-in-out 1.35s infinite; }
.motion-ready .hero-card.bottom { animation: card-float-bottom 7.5s ease-in-out 1.5s infinite; }
.motion-ready .hero h1.is-split, .motion-ready .page-hero h1.is-split { animation: none; opacity: 1; transform: none; filter: none; clip-path: none; }
.word-mask { display: inline-block; overflow: hidden; vertical-align: -.09em; padding-bottom: .09em; }
.word-mask .word { display: inline-block; transform: translateY(118%) rotate(2.5deg); animation: word-waterfall .74s cubic-bezier(.16,1,.3,1) var(--word-delay, 0ms) both; will-change: transform; }
.motion-ready .hero .accent::after, .motion-ready .page-hero .accent::after { animation: marker-sweep .72s cubic-bezier(.16,1,.3,1) .95s both; }
.section-head.visible .accent::after, .method-intro.visible .accent::after { animation: marker-sweep .72s cubic-bezier(.16,1,.3,1) .2s both; }

.reveal { opacity: 0; transform: translateY(28px) scale(.988); filter: blur(8px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1), filter .8s ease; transition-delay: var(--reveal-delay, 0ms); }
.hero .reveal, .page-hero .reveal { opacity: 1; transform: none; filter: none; transition: none; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.visible { filter: none; }
.path-card.reveal { --entry-x: -88px; --entry-yaw: 12deg; transform: perspective(1100px) translate3d(var(--entry-x), 26px, 0) rotateX(var(--tilt-x)) rotateY(calc(var(--tilt-y) + var(--entry-yaw))); }
.path-card.team.reveal { --entry-x: 88px; --entry-yaw: -12deg; }
.path-card.reveal.visible { --entry-x: 0px; --entry-yaw: 0deg; transform: perspective(1100px) translate3d(var(--entry-x), var(--lift), 0) rotateX(var(--tilt-x)) rotateY(calc(var(--tilt-y) + var(--entry-yaw))); }
.offer-card.reveal { transform: perspective(1000px) translateY(52px) rotateX(9deg); transform-origin: center bottom; }
.offer-card.reveal.visible { transform: perspective(1000px) translateY(var(--lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }

@keyframes signal-loop { to { transform: translateX(-50%); } }
@keyframes orbit-drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-42px,32px,0) scale(1.05); } }
@keyframes title-rise { from { opacity: 0; transform: translateY(46px); filter: blur(10px); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: none; filter: none; clip-path: inset(0); } }
@keyframes copy-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes number-settle { 0% { transform: translateY(8px); opacity: .35; } 100% { transform: none; opacity: 1; } }
@keyframes line-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes video-breathe { from { transform: scale(1.02); } to { transform: scale(1.1); } }
@keyframes visual-reveal { from { opacity: 0; transform: translateY(34px) rotateY(-6deg); clip-path: inset(0 0 100% 0 round 42px); } to { opacity: 1; transform: none; clip-path: inset(0 round 42px); } }
@keyframes card-float-top { 0%, 100% { transform: translate3d(var(--drift-x), var(--drift-y), 0) rotate(-.4deg); } 50% { transform: translate3d(var(--drift-x), calc(var(--drift-y) - 9px), 0) rotate(.5deg); } }
@keyframes card-float-bottom { 0%, 100% { transform: translate3d(var(--drift-x), var(--drift-y), 0) rotate(.35deg); } 50% { transform: translate3d(var(--drift-x), calc(var(--drift-y) + 8px), 0) rotate(-.4deg); } }
@keyframes word-waterfall { 0% { transform: translateY(118%) rotate(2.5deg); } 68% { transform: translateY(-6%) rotate(-.3deg); } 100% { transform: translateY(0) rotate(0); } }
@keyframes marker-sweep { from { transform: scaleX(0) rotate(-1.5deg); } to { transform: scaleX(1) rotate(-1.5deg); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .signal-track { animation: none; }
  .video-frame video, .motion-ready .hero-aside, .motion-ready .hero-card, .word-mask .word, .accent::after { animation: none; }
  .eyebrow::after { transform: scaleX(1); transition: none; }
  .btn-arrow .arr { transition: none; }
  .word-mask .word { transform: none; }
  .accent::after { transform: scaleX(1) rotate(-1.5deg); }
  .path-card.reveal, .path-card.reveal.visible, .offer-card.reveal, .offer-card.reveal.visible { transform: none; filter: none; transition: none; }
  .btn { --mag-x: 0px; --mag-y: 0px; --btn-lift: 0px; }
  .motion-ready .hero h1, .motion-ready .page-hero h1, .motion-ready .hero .lead, .motion-ready .page-hero .lead, .motion-ready .hero .button-row, .motion-ready .page-hero .button-row { animation: none; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .section-index { display: none; }
  .nav-toggle { display: flex; position: relative; }
  .nav-links { position: fixed; inset: 76px 0 auto; padding: 28px 20px 38px; display: none; flex-direction: column; align-items: stretch; background: rgba(255,254,249,.98); border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(16,22,18,.08); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 8px 0; font-size: 18px; color: var(--ink); }
  .nav-cta { text-align: center; margin-top: 10px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .hero-aside { min-height: 520px; max-width: 560px; width: 100%; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 24px; }
  .path-grid, .about-grid, .calm-preview, .ideal-grid, .evidence-grid, .build-grid { grid-template-columns: 1fr; }
  .evidence-card, .build-card { min-height: 310px; }
  .method-grid { grid-template-columns: 1fr; gap: 30px; }
  .method-intro { position: static; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote.featured { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .wrap, .narrow { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 68px; }
  .nav-links { inset-block-start: 68px; }
  .brand small { display: none; }
  .hero { padding: 126px 0 64px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  h2 { font-size: clamp(42px, 13vw, 60px); }
  .hero-aside { min-height: 430px; }
  .portrait-frame { left: 8%; border-radius: 30px 120px 30px 30px; }
  .hero-card { padding: 17px; }
  .hero-card.top { left: -4px; }
  .hero-card.bottom { right: -3px; }
  .mini-flow { gap: 4px; }
  .page-hero { padding: 132px 0 72px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { border-bottom: 1px solid rgba(16,22,18,.17); }
  .proof-item:nth-child(2) { border-right: 0; }
  .friction-grid { grid-template-columns: 1fr; }
  .friction, .friction + .friction { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
  .friction-num { margin-bottom: 20px; }
  .path-card { min-height: 460px; padding: 30px; }
  .about-photo { min-height: 480px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote.featured { grid-column: auto; }
  .calm-letters { grid-template-columns: 1fr 1fr; }
  .calm-tile { min-height: 145px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step b { margin-bottom: 20px; }
  .cta-panel { width: calc(100% - 28px); padding: 48px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
}
