:root {
  --navy: #133354;
  --navy-2: #0e2945;
  --sand: #f5ebd8;
  --sand-2: #eadfc9;
  --ink: #101820;
  --muted: #5f6a72;
  --line: rgba(19, 51, 84, 0.16);
  --white: #ffffff;
  --max: 1240px;
  --radius: 22px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf7;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  color: var(--sand);
  transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(19,51,84,.92);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(245,235,216,.12);
}
.header-inner { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; }
.brand-name { font-weight: 800; font-size: 18px; letter-spacing: -.03em; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; color: rgba(245,235,216,.84); }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-cta { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 14px; letter-spacing: -.01em; transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-light { background: var(--sand); color: var(--navy); }
.button-light:hover { background: #fff8eb; }
.button-sand { background: var(--sand); color: var(--navy); }
.button-sand:hover { background: #fff7e9; }
.text-link { font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.text-link span { transition: transform .2s var(--ease); }
.text-link:hover span { transform: translate(3px,-3px); }
.light { color: var(--sand); }
.light-muted { color: rgba(245,235,216,.74); }

.menu-button { display: none; justify-self: end; width: 42px; height: 42px; border: 1px solid rgba(245,235,216,.2); border-radius: 999px; background: transparent; padding: 0; }
.menu-button span { width: 18px; height: 1px; background: var(--sand); display: block; margin: 5px auto; transition: transform .25s ease; }
.menu-button.open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button.open span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; background: var(--navy); border-top: 1px solid rgba(245,235,216,.12); padding: 20px 22px 28px; }
.mobile-menu nav { display: grid; }
.mobile-menu a { color: var(--sand); font-size: 24px; font-weight: 750; padding: 12px 0; }

.hero {
  min-height: 890px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 39%, rgba(245,235,216,.10), transparent 28%),
    linear-gradient(135deg, #153a61 0%, var(--navy) 48%, #0e2945 100%);
  color: var(--sand);
}
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(245,235,216,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(245,235,216,.18) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 88%); }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: -180px; top: 210px; border-radius: 50%; border: 1px solid rgba(245,235,216,.1); box-shadow: 0 0 0 90px rgba(245,235,216,.02), 0 0 0 180px rgba(245,235,216,.018); }
.hero-layout { position: relative; z-index: 2; min-height: 830px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-top: 86px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; opacity: .75; }
.hero h1 { margin: 28px 0 26px; font-size: clamp(76px, 9.2vw, 142px); line-height: .84; letter-spacing: -.075em; font-weight: 850; }
.hero h1 span { color: #fff; }
.hero-lead { max-width: 680px; font-size: clamp(20px, 2vw, 27px); line-height: 1.36; letter-spacing: -.03em; color: rgba(245,235,216,.78); margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 72px; padding-top: 22px; border-top: 1px solid rgba(245,235,216,.18); max-width: 760px; }
.hero-proof div { display: grid; gap: 5px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: rgba(245,235,216,.54); font-size: 12px; line-height: 1.4; }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.metal-card { position: relative; width: min(100%, 470px); aspect-ratio: .83; border: 1px solid rgba(245,235,216,.18); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 40px 100px rgba(0,0,0,.22); padding: 58px 36px 34px; overflow: hidden; }
.metal-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.09) 44%, transparent 61%); transform: translateX(-70%); animation: shine 7s ease-in-out infinite; }
@keyframes shine { 0%,58% { transform: translateX(-75%); } 82%,100% { transform: translateX(85%); } }
.metal-card-ring { position: absolute; inset: 18px; border: 1px solid rgba(245,235,216,.10); border-radius: 24px; }
.metal-card img { position: relative; z-index: 2; width: 88%; margin: 20px auto 0; filter: drop-shadow(0 24px 32px rgba(0,0,0,.34)); }
.metal-caption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 26px; display: flex; justify-content: space-between; color: rgba(245,235,216,.55); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.hero-bottomline { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; border-top: 1px solid rgba(245,235,216,.14); }
.hero-bottomline-inner { height: 60px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,235,216,.45); }

.section-label { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 850; color: rgba(19,51,84,.55); }
.intro { background: var(--sand); }
.intro-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.display-copy { margin: 0 0 28px; font-size: clamp(42px,5vw,72px); line-height: 1.02; letter-spacing: -.055em; font-weight: 800; color: var(--navy); }
.body-large { font-size: clamp(19px,2vw,25px); line-height: 1.5; letter-spacing: -.025em; }
.intro-copy .body-large { max-width: 850px; margin: 0; color: rgba(19,51,84,.68); }

.services { background: #fbfaf7; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .scan-copy h2, .about-copy h2, .contact-copy h2 { margin: 18px 0 0; color: var(--navy); font-size: clamp(44px,5.5vw,78px); line-height: .98; letter-spacing: -.055em; font-weight: 830; }
.section-heading > p { margin: 0; font-size: 17px; line-height: 1.65; color: var(--muted); max-width: 520px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.service-card { min-height: 360px; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; background: rgba(255,255,255,.58); transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease); }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(19,51,84,.07); background: #fff; }
.service-card.featured { background: var(--navy); color: var(--sand); border-color: var(--navy); }
.card-top { display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: .14em; color: rgba(19,51,84,.5); }
.featured .card-top { color: rgba(245,235,216,.55); }
.tag { border: 1px solid rgba(245,235,216,.18); padding: 7px 10px; border-radius: 999px; }
.service-card h3 { margin: auto 0 18px; font-size: 32px; line-height: 1.1; letter-spacing: -.04em; color: var(--navy); }
.service-card.featured h3 { color: var(--sand); }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; max-width: 600px; }
.service-card.featured p { color: rgba(245,235,216,.68); }
.card-link { margin-top: 26px; font-size: 13px; font-weight: 800; display: flex; justify-content: space-between; border-top: 1px solid rgba(245,235,216,.15); padding-top: 18px; }

.scan { background: var(--navy); color: var(--sand); overflow: hidden; position: relative; }
.scan::before { content: ""; position: absolute; left: -190px; bottom: -240px; width: 620px; height: 620px; border: 1px solid rgba(245,235,216,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(245,235,216,.018), 0 0 0 160px rgba(245,235,216,.012); }
.scan-layout { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.scan-visual { display: flex; justify-content: center; }
.scan-sheet { width: min(100%, 520px); background: var(--sand); color: var(--navy); border-radius: 26px; padding: 34px; box-shadow: 0 34px 90px rgba(0,0,0,.24); transform: rotate(-2deg); }
.scan-sheet-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(19,51,84,.16); padding-bottom: 24px; margin-bottom: 28px; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.scan-sheet-head img { width: 40px; height: 40px; }
.scan-score-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; font-weight: 700; margin-top: 22px; }
.scan-score-row strong { font-size: 24px; }
.score-line { height: 4px; background: rgba(19,51,84,.11); margin-top: 8px; overflow: hidden; border-radius: 999px; }
.score-line i { display: block; width: var(--score); height: 100%; background: var(--navy); border-radius: 999px; }
.scan-sheet-footer { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border-top: 1px solid rgba(19,51,84,.16); margin-top: 34px; padding-top: 24px; }
.scan-sheet-footer div { display: grid; gap: 8px; }
.scan-sheet-footer span { font-size: 8px; letter-spacing: .11em; font-weight: 850; color: rgba(19,51,84,.5); }
.scan-sheet-footer strong { font-size: 28px; }
.scan-copy h2 { color: var(--sand); }
.scan-copy .body-large { margin: 28px 0 34px; }
.check-list { list-style: none; padding: 0; margin: 0 0 38px; border-top: 1px solid rgba(245,235,216,.16); }
.check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(245,235,216,.16); color: rgba(245,235,216,.78); line-height: 1.5; }
.check-list span { font-size: 10px; font-weight: 850; letter-spacing: .11em; color: rgba(245,235,216,.42); }

.approach { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { padding: 34px 26px 42px; border-right: 1px solid var(--line); min-height: 300px; }
.process-step:last-child { border-right: 0; }
.process-number { font-size: 11px; font-weight: 850; letter-spacing: .14em; color: rgba(19,51,84,.4); margin-bottom: 100px; }
.process-step h3 { font-size: 28px; color: var(--navy); margin: 0 0 16px; letter-spacing: -.04em; }
.process-step p { margin: 0; color: var(--muted); line-height: 1.6; }

.statement { background: var(--navy-2); color: var(--sand); }
.statement-inner { display: flex; align-items: center; gap: 70px; min-height: 340px; }
.statement-inner img { width: 150px; flex: 0 0 150px; opacity: .95; }
.statement-inner p { margin: 0; font-size: clamp(40px,5vw,70px); line-height: 1.05; letter-spacing: -.055em; font-weight: 400; color: rgba(245,235,216,.68); }
.statement-inner strong { color: var(--sand); font-weight: 850; }

.about { background: var(--sand); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about-copy h2 { font-size: clamp(42px,4.8vw,68px); }
.about-body { padding-top: 28px; }
.about-body .body-large { margin: 0 0 28px; color: var(--navy); }
.about-body > p:not(.body-large) { font-size: 17px; line-height: 1.72; color: rgba(19,51,84,.68); }
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.values span { border: 1px solid rgba(19,51,84,.18); border-radius: 999px; padding: 10px 13px; font-size: 12px; font-weight: 750; color: var(--navy); }

.contact { background: #fbfaf7; }
.contact-card { background: var(--navy); color: var(--sand); border-radius: 32px; padding: 54px; overflow: hidden; position: relative; min-height: 570px; }
.contact-card::after { content: ""; position: absolute; width: 520px; height: 520px; right: -110px; bottom: -220px; border: 1px solid rgba(245,235,216,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(245,235,216,.018), 0 0 0 140px rgba(245,235,216,.012); }
.contact-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: start; }
.contact-top img { width: 95px; filter: drop-shadow(0 16px 22px rgba(0,0,0,.30)); }
.contact-copy { position: relative; z-index: 2; width: min(820px, 80%); margin-top: 100px; }
.contact-copy h2 { color: var(--sand); max-width: 790px; }
.contact-copy p { max-width: 650px; font-size: 18px; line-height: 1.6; color: rgba(245,235,216,.66); }
.contact-actions { margin-top: 32px; display: flex; align-items: center; gap: 22px; }
.contact-actions span { font-size: 13px; color: rgba(245,235,216,.55); }

.site-footer { background: #0b2239; color: var(--sand); padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding-bottom: 60px; }
.footer-brand p { color: rgba(245,235,216,.5); font-size: 14px; margin: 18px 0 0; }
.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.footer-nav div { display: grid; align-content: start; gap: 10px; }
.footer-nav span { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 850; color: rgba(245,235,216,.38); margin-bottom: 8px; }
.footer-nav a { font-size: 13px; color: rgba(245,235,216,.72); }
.footer-nav a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(245,235,216,.1); padding-top: 24px; display: flex; justify-content: space-between; color: rgba(245,235,216,.38); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

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

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .header-inner { grid-template-columns: 1fr auto; }
  .mobile-menu.open { display: block; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; padding: 150px 0 120px; gap: 58px; }
  .hero h1 { font-size: clamp(72px,15vw,116px); }
  .hero-visual { justify-content: flex-start; }
  .metal-card { width: min(85vw, 480px); }
  .hero-bottomline { position: static; }
  .intro-layout, .section-heading, .scan-layout, .about-layout { grid-template-columns: 1fr; gap: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .statement-inner { align-items: flex-start; flex-direction: column; gap: 35px; }
  .statement-inner img { width: 110px; flex-basis: 110px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .section-pad { padding: 84px 0; }
  .header-inner { height: 70px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero-layout { padding-top: 125px; padding-bottom: 86px; gap: 42px; }
  .hero h1 { font-size: clamp(64px,21vw,92px); }
  .hero-lead { font-size: 19px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; margin-top: 46px; }
  .hero-proof div { grid-template-columns: 100px 1fr; align-items: baseline; }
  .hero-bottomline-inner { overflow: hidden; gap: 28px; justify-content: flex-start; white-space: nowrap; }
  .metal-card { width: 100%; padding: 42px 22px 28px; }
  .metal-card img { width: 92%; }
  .intro-layout { gap: 35px; }
  .display-copy { font-size: 42px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .scan-copy h2, .about-copy h2, .contact-copy h2 { font-size: 45px; }
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 29px; }
  .scan-layout { gap: 56px; }
  .scan-sheet { padding: 24px; transform: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid var(--line); min-height: 230px; }
  .process-step:last-child { border-bottom: 0; }
  .process-number { margin-bottom: 54px; }
  .statement-inner { min-height: 280px; }
  .statement-inner p { font-size: 42px; }
  .about-layout { gap: 30px; }
  .contact-card { padding: 30px 24px; min-height: 540px; border-radius: 24px; }
  .contact-top img { width: 74px; }
  .contact-copy { width: 100%; margin-top: 100px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* Hospitality UI refinements */
.audience-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.audience-chips span { border: 1px solid rgba(19,51,84,.18); border-radius: 999px; padding: 10px 13px; font-size: 12px; font-weight: 750; color: var(--navy); background: rgba(255,255,255,.24); }
.scan-status { font-size: 10px !important; letter-spacing: .11em; font-weight: 850; color: rgba(19,51,84,.66); }
.contact-email { font-size: 13px; color: rgba(245,235,216,.62); transition: color .2s ease; }
.contact-email:hover { color: var(--sand); }
@media (max-width: 680px) {
  .audience-chips { margin-top: 28px; }
  .audience-chips span { width: 100%; border-radius: 14px; line-height: 1.45; }
}

/* V3 — gym-first hospitality conversion system */
.hero { min-height: 920px; }
.hero-layout { min-height: 860px; }
.hero-copy { max-width: 800px; }
.hero h1 { font-size: clamp(70px, 8.3vw, 128px); line-height: .88; }
.hero-lead { max-width: 730px; }
.hero-microcopy { max-width: 680px; margin: 20px 0 0; color: rgba(245,235,216,.52); font-size: 12px; line-height: 1.55; }
.hero-proof { margin-top: 48px; }

.friction-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 72px; }
.friction-card { background: rgba(255,255,255,.38); border: 1px solid rgba(19,51,84,.13); border-radius: 20px; padding: 25px; min-height: 280px; display: flex; flex-direction: column; }
.friction-card > span { font-size: 10px; font-weight: 850; letter-spacing: .13em; color: rgba(19,51,84,.4); }
.friction-card h3 { margin: auto 0 14px; color: var(--navy); font-size: 25px; letter-spacing: -.04em; line-height: 1.05; }
.friction-card p { margin: 0; color: rgba(19,51,84,.64); font-size: 14px; line-height: 1.6; }

.service-grid-v3 .core-offer { position: relative; }
.service-grid-v3 .core-offer::after { content: "RECOMMENDED START"; position: absolute; right: 24px; bottom: 20px; font-size: 8px; font-weight: 850; letter-spacing: .14em; color: rgba(245,235,216,.38); }
.mini-list { list-style: none; padding: 0; margin: 26px 0 26px; display: grid; gap: 8px; }
.mini-list li { position: relative; padding-left: 18px; color: rgba(245,235,216,.72); font-size: 13px; }
.mini-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--sand); opacity: .8; }

.scan-outcome { margin: -8px 0 30px; padding: 18px 20px; border: 1px solid rgba(245,235,216,.18); border-radius: 14px; display: grid; gap: 8px; }
.scan-outcome span { font-size: 8px; font-weight: 850; letter-spacing: .14em; color: rgba(245,235,216,.42); }
.scan-outcome strong { color: var(--sand); font-size: 15px; line-height: 1.45; }

.decision { background: var(--sand); }
.decision-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.decision-heading { position: sticky; top: 118px; }
.decision-heading h2 { margin: 18px 0 24px; color: var(--navy); font-size: clamp(44px,5vw,70px); line-height: 1.02; letter-spacing: -.055em; }
.decision-heading p { max-width: 510px; margin: 0; color: rgba(19,51,84,.64); font-size: 17px; line-height: 1.7; }
.decision-points { border-top: 1px solid rgba(19,51,84,.16); }
.decision-point { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(19,51,84,.16); }
.decision-point > span { font-size: 9px; font-weight: 850; letter-spacing: .13em; color: rgba(19,51,84,.42); padding-top: 5px; }
.decision-point h3 { margin: 0 0 10px; color: var(--navy); font-size: 25px; letter-spacing: -.035em; }
.decision-point p { margin: 0; color: rgba(19,51,84,.64); line-height: 1.65; }

.fit { background: #fbfaf7; }
.fit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-item { min-height: 220px; padding: 30px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.fit-item:last-child { border-right: 0; }
.fit-item strong { color: var(--navy); font-size: 31px; letter-spacing: -.045em; margin-bottom: 12px; }
.fit-item span { color: var(--muted); font-size: 14px; line-height: 1.55; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 88px; }
.faq-heading { position: sticky; top: 118px; align-self: start; }
.faq-heading h2 { margin: 18px 0 18px; color: var(--navy); font-size: clamp(48px,5vw,70px); letter-spacing: -.055em; line-height: 1; }
.faq-heading p { margin: 0; max-width: 380px; color: var(--muted); line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 24px; padding: 26px 0; color: var(--navy); font-size: 19px; font-weight: 750; letter-spacing: -.02em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 30px; height: 30px; border: 1px solid rgba(19,51,84,.18); border-radius: 999px; display: grid; place-items: center; font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: -6px 48px 28px 0; max-width: 760px; color: var(--muted); font-size: 15px; line-height: 1.72; }

.contact-card { min-height: 0; padding-bottom: 64px; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; margin-top: 72px; }
.contact-copy { width: 100%; margin-top: 0; }
.contact-copy h2 { font-size: clamp(48px,5vw,72px); }
.contact-copy p { max-width: 560px; }
.contact-trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 26px; }
.contact-trust span { border: 1px solid rgba(245,235,216,.18); border-radius: 999px; padding: 9px 11px; font-size: 10px; font-weight: 750; color: rgba(245,235,216,.68); }
.contact-email { display: inline-flex; margin-top: 4px; font-size: 15px; font-weight: 750; color: var(--sand); }

.lead-form { position: relative; z-index: 3; background: rgba(245,235,216,.07); border: 1px solid rgba(245,235,216,.16); border-radius: 22px; padding: 25px; display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead-form label { display: grid; gap: 7px; color: rgba(245,235,216,.64); font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid rgba(245,235,216,.15); background: rgba(9,28,47,.45); color: var(--sand); border-radius: 12px; padding: 13px 14px; outline: none; transition: border-color .2s ease, background .2s ease; }
.lead-form textarea { resize: vertical; min-height: 110px; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(245,235,216,.28); }
.lead-form input:focus, .lead-form textarea:focus { border-color: rgba(245,235,216,.45); background: rgba(9,28,47,.7); }
.form-submit { width: 100%; margin-top: 3px; border: 0; cursor: pointer; }
.form-note { margin: 0; color: rgba(245,235,216,.4); font-size: 9px; line-height: 1.55; text-align: center; }

.mobile-cta { display: none; }

@media (max-width: 1080px) {
  .friction-grid { grid-template-columns: 1fr 1fr; }
  .decision-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .decision-heading, .faq-heading { position: static; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  .fit-item:nth-child(2) { border-right: 0; }
  .fit-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; }
  .hero-microcopy { max-width: 620px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .hero h1 { font-size: clamp(58px,18vw,82px); }
  .hero-microcopy { font-size: 11px; }
  .hero-proof div { grid-template-columns: 92px 1fr; }
  .friction-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .friction-card { min-height: 220px; }
  .service-grid-v3 .core-offer::after { display: none; }
  .decision-layout, .faq-layout { gap: 38px; }
  .decision-point { grid-template-columns: 38px 1fr; gap: 12px; }
  .decision-point h3 { font-size: 23px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 180px; }
  .fit-item:last-child { border-bottom: 0; }
  .faq-item summary { font-size: 17px; padding: 22px 0; }
  .faq-item p { margin-right: 0; }
  .contact-grid { margin-top: 54px; gap: 45px; }
  .form-row { grid-template-columns: 1fr; }
  .lead-form { padding: 18px; border-radius: 18px; }
  .mobile-cta { display: block; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(11,34,57,.96); border-top: 1px solid rgba(245,235,216,.12); backdrop-filter: blur(14px); }
  .mobile-cta a { min-height: 48px; border-radius: 999px; background: var(--sand); color: var(--navy); display: grid; place-items: center; font-size: 12px; font-weight: 850; }
}
