:root {
  --ink: #0a0b0e;
  --ink-soft: #12141a;
  --cream: #f2eee5;
  --paper: #fbfaf7;
  --white: #fff;
  --muted: #686963;
  --line: rgba(10, 11, 14, .13);
  --line-light: rgba(255, 255, 255, .16);
  --gold: #d6b477;
  --gold-bright: #f0cf8e;
  --blue: #7696b8;
  --radius: 28px;
  --shell: min(1320px, calc(100vw - 64px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video, svg { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 150px 0; overflow: hidden; }
.section-cream { background: var(--cream); }
.section-white { background: var(--paper); }
.section-dark { background: #0b0c10; color: var(--white); }
.section-ink { background: #111318; color: var(--white); }
.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; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 0 0 10px 10px; transition: top .2s; }
.skip-link:focus { top: 0; }
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 1001; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold), #fff0c5); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 22px 0; color: var(--white); transition: padding .35s var(--ease), background .35s, border-color .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { padding: 12px 0; background: rgba(9, 10, 13, .82); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-color: rgba(255,255,255,.1); }
.nav-shell { width: var(--shell); margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 14px; font-weight: 760; letter-spacing: .21em; }
.wordmark-mark { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-weight: 500; font-size: 15px; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 550; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: width .3s var(--ease); }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { width: 100%; }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; margin: 5px 0; transition: transform .25s, opacity .25s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; font-size: 13px; font-weight: 700; letter-spacing: .015em; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.button-small { min-height: 42px; padding: 0 20px; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); color: var(--white); }
.button-small:hover { background: var(--white); color: var(--ink); }
.button-primary { background: var(--gold-bright); color: var(--ink); box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.button-primary:hover { background: #ffe2a7; box-shadow: 0 18px 46px rgba(0,0,0,.28); }
.button-dark { background: var(--ink); color: var(--white); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link-light { color: var(--white); border-color: rgba(255,255,255,.4); }

.hero { position: relative; min-height: 100svh; height: 900px; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; background: #111; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,8,.89) 0%, rgba(4,5,8,.57) 43%, rgba(4,5,8,.18) 72%, rgba(4,5,8,.28) 100%), linear-gradient(0deg, rgba(4,5,8,.75) 0%, transparent 45%, rgba(4,5,8,.23) 100%); }
.hero-glow { position: absolute; width: 900px; height: 560px; left: -250px; bottom: -250px; background: radial-gradient(circle, rgba(214,180,119,.2), transparent 68%); filter: blur(20px); }
.hero-content { position: relative; z-index: 2; padding-bottom: 130px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: #50514d; font-size: 11px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow-light { color: rgba(255,255,255,.68); }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(60px, 7vw, 112px); line-height: .91; letter-spacing: -.065em; font-weight: 620; text-wrap: balance; }
.hero h1 em, .display-title em { color: var(--gold-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.film-control { position: absolute; z-index: 3; right: max(32px, calc((100vw - min(1320px, calc(100vw - 64px))) / 2)); bottom: 42px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: rgba(5,6,8,.38); color: var(--white); padding: 10px 15px; font-size: 11px; backdrop-filter: blur(15px); cursor: pointer; }
.film-icon { display: flex; align-items: center; justify-content: center; gap: 3px; width: 18px; height: 18px; }
.film-icon i { width: 2px; height: 10px; background: currentColor; }
.film-control[aria-pressed="true"] .film-icon i:first-child { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; background: transparent; }
.film-control[aria-pressed="true"] .film-icon i:last-child { display: none; }
.hero-scroll { position: absolute; left: 50%; bottom: 46px; transform: translateX(-50%); z-index: 3; display: flex; align-items: center; gap: 10px; font-size: 10px; color: rgba(255,255,255,.6); letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll span { position: relative; width: 1px; height: 38px; background: rgba(255,255,255,.2); overflow: hidden; }
.hero-scroll span::after { content: ""; position: absolute; inset: 0; background: var(--white); transform: translateY(-100%); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 60%, 100% { transform: translateY(100%); } }

.trust-strip { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 28px 30px; border-left: 1px solid var(--line-light); }
.trust-grid > div:last-child { border-right: 1px solid var(--line-light); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 14px; margin-bottom: 4px; }
.trust-grid span { color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; align-items: start; }
.section-kicker { display: flex; gap: 14px; align-items: center; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.section-kicker span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.section-kicker p { margin: 0; }
.display-title { margin: 0; font-size: clamp(44px, 5.1vw, 76px); line-height: 1.04; letter-spacing: -.052em; font-weight: 580; text-wrap: balance; }
.display-title em { color: #8b6c36; }
.lead-copy { max-width: 680px; color: var(--muted); font-size: 18px; margin: 36px 0 0; }
.outcome-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(10,11,14,.12); border: 1px solid rgba(10,11,14,.12); }
.outcome-card { position: relative; min-height: 440px; background: var(--cream); padding: 44px; display: flex; flex-direction: column; transition: background .35s, transform .35s var(--ease); }
.outcome-card:hover { background: var(--paper); transform: translateY(-7px); z-index: 2; }
.card-number { color: #8b8b84; font-size: 11px; letter-spacing: .12em; }
.line-icon { width: 52px; margin: 75px 0 38px; color: #9b783a; }
.line-icon svg { fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.outcome-card h3 { font-size: 24px; margin: 0 0 14px; letter-spacing: -.03em; }
.outcome-card p { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; }

.section-heading { margin-bottom: 72px; }
.heading-split { display: grid; grid-template-columns: 1.7fr .7fr; gap: 80px; align-items: end; }
.section-dark .display-title em, .section-ink .display-title em, .global-proof .display-title em, .contact .display-title em { color: var(--gold-bright); }
.section-summary { max-width: 430px; color: rgba(255,255,255,.55); margin: 0 0 8px; font-size: 17px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px 28px; }
.project-card:last-child { grid-column: 1 / -1; width: calc(50% - 14px); margin-left: auto; }
.project-visual { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #17191f; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.browser-bar { height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 6px; background: #1c1e24; border-bottom: 1px solid rgba(255,255,255,.08); }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #555961; }
.browser-bar span { margin-left: auto; color: rgba(255,255,255,.32); font-size: 7px; letter-spacing: .17em; }
.mock-site { position: relative; height: 460px; overflow: hidden; transform: scale(1.001); transition: transform .8s var(--ease), filter .6s; }
.project-card:hover .mock-site { transform: scale(1.035); }
.mock-nav { position: relative; z-index: 3; height: 58px; padding: 0 28px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.mock-nav b { margin-right: auto; font-size: 10px; letter-spacing: .15em; }
.mock-nav span { width: 32px; height: 3px; background: currentColor; opacity: .4; }
.mock-nav i { width: 55px; height: 20px; border: 1px solid currentColor; border-radius: 99px; opacity: .8; }
.mock-copy { position: absolute; z-index: 2; top: 118px; left: 50px; display: flex; flex-direction: column; align-items: flex-start; }
.mock-copy small { margin-bottom: 18px; font-size: 7px; letter-spacing: .22em; }
.mock-copy strong { font-family: Georgia, serif; font-size: 49px; line-height: .9; font-weight: 400; letter-spacing: -.04em; }
.mock-copy > i { margin-top: 26px; width: 80px; height: 29px; border-radius: 99px; background: currentColor; opacity: .95; }
.mock-pearl { color: #f5eee0; background: linear-gradient(115deg, rgba(20,26,26,.9), rgba(20,26,26,.14)), radial-gradient(circle at 85% 25%, #8a7153, transparent 33%), linear-gradient(150deg, #26302e 45%, #a68b68 45% 48%, #3d4742 48%); }
.mock-structure { position: absolute; right: -20px; bottom: -40px; width: 55%; height: 78%; transform: skewY(-10deg); }
.mock-structure span { position: absolute; display: block; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.05); backdrop-filter: blur(2px); }
.mock-structure span:nth-child(1) { inset: 0 40% 20% 0; }
.mock-structure span:nth-child(2) { inset: 18% 5% 0 42%; }
.mock-structure span:nth-child(3) { width: 70%; height: 26%; right: 10%; top: 7%; }
.mock-fence { color: #1c281d; background: linear-gradient(115deg, rgba(231,235,217,.96), rgba(231,235,217,.47)), linear-gradient(#b8c5a5, #f0eadc); }
.fence-lines { position: absolute; inset: 0 0 0 54%; display: flex; gap: 9px; transform: skewX(-7deg); opacity: .75; }
.fence-lines i { flex: 1; background: linear-gradient(90deg, #7f6748, #c0a373 48%, #7c6342); clip-path: polygon(50% 0,100% 6%,100% 100%,0 100%,0 6%); }
.mock-auto { color: #f3eee6; background: radial-gradient(circle at 80% 80%, rgba(232,75,47,.55), transparent 25%), linear-gradient(135deg, #252a30, #090b0e 64%); }
.road-line { position: absolute; right: -5%; bottom: -70px; width: 72%; height: 250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-15deg); box-shadow: 0 -42px 0 -41px rgba(255,255,255,.25), 0 -84px 0 -83px rgba(255,255,255,.2); }
.project-meta { padding: 22px 3px 0; display: flex; justify-content: space-between; align-items: end; }
.project-meta span { color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.project-meta h3 { margin: 4px 0 0; font-size: 20px; }
.project-meta b { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; display: grid; place-items: center; font-weight: 400; transition: background .25s, color .25s, transform .25s; }
.project-card:hover .project-meta b { background: var(--gold-bright); color: var(--ink); transform: translate(3px,-3px); }
.work-note { margin-top: 78px; padding-top: 26px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: start; gap: 40px; }
.work-note p { max-width: 750px; margin: 0; color: rgba(255,255,255,.4); font-size: 11px; }

.system-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 120px; align-items: start; }
.system-intro { position: sticky; top: 130px; }
.system-intro .button { margin-top: 36px; }
.capability { display: grid; grid-template-columns: 42px 1fr 34px; gap: 24px; padding: 34px 0; border-top: 1px solid var(--line); }
.capability:last-child { border-bottom: 1px solid var(--line); }
.capability > span { color: #8f7650; font-size: 11px; }
.capability h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.035em; }
.capability p { color: var(--muted); margin: 0; font-size: 14px; }
.capability b { color: #987843; font-weight: 400; }
.portal-stage { position: relative; margin-top: 130px; padding: 60px; border-radius: 36px; background: #12151b; overflow: hidden; }
.portal-glow { position: absolute; width: 600px; height: 600px; top: -300px; left: 25%; background: radial-gradient(circle, rgba(100,135,173,.35), transparent 66%); filter: blur(20px); }
.portal-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #f8f8f7; box-shadow: 0 40px 90px rgba(0,0,0,.42); }
.portal-topbar { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; background: #14161b; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.portal-brand { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 750; letter-spacing: .14em; }
.portal-brand > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: Georgia,serif; }
.portal-brand small { color: rgba(255,255,255,.4); margin-left: 6px; font-size: 7px; }
.portal-user { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 8px; }
.portal-user i { width: 7px; height: 7px; border-radius: 50%; background: #75c292; box-shadow: 0 0 12px #75c292; }
.portal-body { min-height: 480px; display: grid; grid-template-columns: 190px 1fr; }
.portal-body aside { background: #ececea; padding: 32px 18px; display: flex; flex-direction: column; gap: 7px; }
.portal-body aside b { margin: 0 12px 18px; font-size: 9px; color: #8a8a85; text-transform: uppercase; letter-spacing: .13em; }
.portal-body aside span { padding: 10px 12px; font-size: 10px; color: #787873; border-radius: 7px; }
.portal-body aside span.active { background: #15171c; color: #fff; }
.portal-main { padding: 42px; }
.portal-title { display: flex; align-items: center; justify-content: space-between; }
.portal-title small, .portal-cards small { color: #92938f; font-size: 7px; letter-spacing: .13em; }
.portal-title h3 { margin: 7px 0 0; font-size: 27px; letter-spacing: -.04em; }
.portal-title > span { padding: 7px 12px; color: #836622; background: #f0e3be; border-radius: 99px; font-size: 8px; font-weight: 700; }
.progress-rail { margin: 45px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.progress-rail i { height: 4px; background: #d7d7d3; border-radius: 99px; }
.progress-rail i:nth-child(-n+2) { background: #b89654; }
.portal-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.portal-cards > div { min-height: 168px; padding: 22px; border: 1px solid #deded9; border-radius: 13px; }
.portal-cards strong { display: block; margin: 18px 0 7px; font-size: 15px; }
.portal-cards p { margin: 0; color: #7d7e79; font-size: 10px; }

.process { background: linear-gradient(125deg, #101217, #171a21); }
.process::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); }
.process-step { min-height: 350px; padding: 30px 30px 40px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.process-step:first-child { border-left: 1px solid var(--line-light); }
.process-step > span { color: var(--gold); font-size: 11px; }
.process-step h3 { font-size: 24px; margin: 0 0 12px; }
.process-step p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; }

.pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.pricing-heading > div { max-width: 850px; }
.pricing-heading .lead-copy { width: 320px; margin-bottom: 10px; }
.pricing-layout { margin-top: 80px; display: grid; grid-template-columns: 1.35fr .75fr; gap: 20px; }
.price-feature { padding: 58px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.price-tag { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 32px; border-bottom: 1px solid var(--line-light); }
.price-tag > small { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .12em; }
.price-tag > div { display: flex; align-items: baseline; gap: 10px; }
.price-tag span { color: rgba(255,255,255,.5); font-size: 12px; }
.price-tag strong { font-size: 64px; line-height: 1; letter-spacing: -.06em; }
.price-feature > p { max-width: 520px; margin: 35px 0; color: rgba(255,255,255,.65); font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 0 0 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; }
.check-list li { position: relative; padding-left: 24px; color: rgba(255,255,255,.78); font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-bright); }
.price-side { display: grid; gap: 14px; }
.mini-price { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.45); }
.mini-price > div { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.mini-price span { font-size: 12px; color: var(--muted); }
.mini-price strong { text-align: right; font-size: 17px; }
.mini-price strong small { color: var(--muted); font-weight: 500; }
.mini-price p { margin: 26px 0 0; color: var(--muted); font-size: 12px; }

.global-proof { position: relative; min-height: 760px; display: flex; align-items: center; color: var(--white); background: radial-gradient(circle at 28% 40%, #27333d, transparent 35%), linear-gradient(120deg, #101419, #08090b); overflow: hidden; }
.global-backdrop { position: absolute; inset: 0; opacity: .35; }
.global-backdrop::before, .global-backdrop::after { content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; left: -80px; top: 30px; }
.global-backdrop::after { width: 560px; height: 560px; left: -10px; top: 100px; }
.global-backdrop span { position: absolute; height: 1px; width: 70%; left: -10%; top: 50%; background: linear-gradient(90deg, transparent, rgba(214,180,119,.5), transparent); transform-origin: center; }
.global-backdrop span:nth-child(2) { transform: rotate(23deg); }
.global-backdrop span:nth-child(3) { transform: rotate(-23deg); }
.global-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: center; }
.proof-list > div { padding: 25px 0; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: 35px 1fr; gap: 20px; }
.proof-list > div:last-child { border-bottom: 1px solid var(--line-light); }
.proof-list b { color: var(--gold); font-size: 10px; }
.proof-list span { color: rgba(255,255,255,.5); font-size: 12px; }
.proof-list strong { display: block; color: var(--white); font-size: 16px; margin-bottom: 4px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 27px 0; display: flex; justify-content: space-between; gap: 30px; font-size: 18px; font-weight: 640; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 25px; font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; color: var(--muted); margin: -3px 60px 27px 0; font-size: 14px; }

.contact { position: relative; padding: 140px 0; color: var(--white); background: #090a0d; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; }
.contact-light { position: absolute; width: 800px; height: 800px; left: -300px; top: -200px; background: radial-gradient(circle, rgba(87,119,151,.35), transparent 66%); filter: blur(20px); }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.55); margin-top: 32px; }
.contact-details { margin-top: 55px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.contact-details a { display: flex; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; }
.project-form { padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 32px; }
.form-heading span { font-size: 22px; font-weight: 650; }
.form-heading small { color: rgba(255,255,255,.42); font-size: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.project-form label { display: block; margin-bottom: 18px; color: rgba(255,255,255,.63); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.project-form input, .project-form select, .project-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.05); color: var(--white); padding: 13px 14px; font-size: 14px; text-transform: none; letter-spacing: 0; transition: border-color .2s, background .2s; }
.project-form input, .project-form select { height: 49px; }
.project-form textarea { resize: vertical; min-height: 112px; }
.project-form input::placeholder, .project-form textarea::placeholder { color: rgba(255,255,255,.26); }
.project-form select option { color: var(--ink); }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.085); outline: none; }
.project-form .invalid { border-color: #e98e83; }
.form-submit { width: 100%; border: 0; }
.form-note, .form-status { color: rgba(255,255,255,.38); font-size: 10px; text-align: center; margin: 13px 0 0; }
.form-status { min-height: 16px; color: var(--gold-bright); }

.site-footer { padding: 80px 0 26px; background: #050608; color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { display: grid; grid-template-columns: 2.2fr repeat(3, 1fr); gap: 60px; }
.footer-wordmark { margin-bottom: 22px; }
.footer-top > div:first-child p { max-width: 340px; color: rgba(255,255,255,.42); font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: rgba(255,255,255,.82); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-links a { color: rgba(255,255,255,.46); font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.28); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 960px); }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; }
  .nav-shell { gap: 15px; }
  .hero { height: 820px; }
  .hero-scroll { display: none; }
  .statement-grid { grid-template-columns: 1fr; }
  .section-kicker { display: none; }
  .outcome-card { min-height: 390px; padding: 32px; }
  .line-icon { margin-top: 55px; }
  .system-grid, .contact-grid { gap: 60px; }
  .portal-stage { padding: 35px; }
  .global-grid { gap: 60px; }
  .faq-grid { gap: 70px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 100px 0; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 30px 40px; background: rgba(6,7,9,.97); display: flex; flex-direction: column; align-items: flex-start; gap: 11px; transform: translateY(-100%); transition: transform .45s var(--ease); }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 23px; color: var(--white); }
  .hero { min-height: 760px; height: 100svh; }
  .hero-video { object-position: 54% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,5,8,.91) 0%, rgba(4,5,8,.42) 67%, rgba(4,5,8,.48) 100%); }
  .hero-content { padding-bottom: 125px; }
  .hero h1 { font-size: clamp(52px, 13vw, 78px); }
  .hero-copy { max-width: 560px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .film-control { right: 18px; bottom: 24px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid var(--line-light); }
  .trust-grid > div:nth-child(even) { border-right: 1px solid var(--line-light); }
  .display-title { font-size: clamp(40px, 9vw, 60px); }
  .outcome-grid { grid-template-columns: 1fr; margin-top: 65px; }
  .outcome-card { min-height: auto; }
  .line-icon { margin: 44px 0 25px; }
  .heading-split, .pricing-heading { grid-template-columns: 1fr; display: grid; gap: 28px; align-items: start; }
  .section-summary { max-width: 610px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: auto; width: 100%; }
  .mock-site { height: 410px; }
  .work-note { flex-direction: column; }
  .system-grid, .pricing-layout, .global-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .system-intro { position: static; }
  .portal-stage { margin-top: 90px; padding: 20px; overflow-x: auto; }
  .portal-window { min-width: 760px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-left: 1px solid var(--line-light); border-top: 1px solid var(--line-light); }
  .process-step:nth-child(4) { border-top: 1px solid var(--line-light); }
  .pricing-heading .lead-copy { width: auto; }
  .global-proof { min-height: auto; }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-links:last-child { grid-column: 2 / -1; }
}

@media (max-width: 540px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { padding: 16px 0; }
  .wordmark { font-size: 12px; gap: 9px; }
  .wordmark-mark { width: 31px; height: 31px; }
  .hero { min-height: 720px; }
  .hero-content { padding-bottom: 112px; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(47px, 14.3vw, 68px); }
  .hero-copy { margin-top: 24px; font-size: 15px; }
  .hero-actions { margin-top: 30px; }
  .button { width: 100%; padding-inline: 20px; }
  .text-link { width: auto; }
  .film-control { bottom: 18px; }
  .film-label { display: none; }
  .trust-grid > div { padding: 21px 16px; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid span { font-size: 8px; }
  .section { padding: 82px 0; }
  .lead-copy { font-size: 16px; }
  .outcome-grid { margin-top: 52px; }
  .outcome-card { padding: 28px; }
  .mock-site { height: 330px; }
  .mock-copy { left: 28px; top: 95px; }
  .mock-copy strong { font-size: 39px; }
  .mock-nav { padding: 0 18px; }
  .mock-nav span { display: none; }
  .project-meta h3 { font-size: 17px; }
  .capability { grid-template-columns: 30px 1fr 20px; gap: 14px; }
  .capability h3 { font-size: 20px; }
  .portal-stage { margin-inline: 0; width: 100%; border-radius: 18px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 260px; border-left: 1px solid var(--line-light); border-top: 1px solid var(--line-light); }
  .price-feature { padding: 32px 25px; }
  .price-tag { display: block; }
  .price-tag > div { margin-top: 18px; }
  .price-tag strong { font-size: 54px; }
  .check-list { grid-template-columns: 1fr; }
  .mini-price { padding: 25px; }
  .mini-price > div { display: block; }
  .mini-price strong { display: block; text-align: left; margin-top: 9px; }
  .proof-list strong { font-size: 14px; }
  .faq-grid { gap: 45px; }
  .faq-list summary { font-size: 15px; }
  .project-form { padding: 27px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: auto; }
  .footer-bottom { 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; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
