:root {
  --black: #050607;
  --charcoal: #101216;
  --surface: #181b20;
  --gold: #f4b82d;
  --gold-dark: #c88a18;
  --ivory: #f5f2ea;
  --white: #fff;
  --muted: #8c9199;
  --border: #2b2f35;
  --container: 1280px;
  --header-h: 80px;
  --utility-h: 34px;
  --ease: cubic-bezier(.2,.7,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--white); background: var(--black); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 72px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--gold); color: #000; padding: 12px 18px; border-radius: 8px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.utility-bar { height: var(--utility-h); background: var(--gold); color: #080808; position: relative; z-index: 120; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner a { transition: opacity .2s ease; }
.utility-inner a:hover { opacity: .62; }
.utility-veteran { display: inline-flex; align-items: center; gap: 9px; }
.utility-dot { width: 6px; height: 6px; border-radius: 50%; background: #090909; box-shadow: 0 0 0 4px rgba(0,0,0,.08); }

.site-header { height: var(--header-h); position: absolute; inset: var(--utility-h) 0 auto; z-index: 110; border-bottom: 1px solid rgba(255,255,255,.06); transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(5,6,7,.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-color: rgba(255,255,255,.09); box-shadow: 0 10px 40px rgba(0,0,0,.18); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 214px; }
.brand picture { width: 52px; height: 52px; border-radius: 8px; overflow: hidden; flex: 0 0 auto; box-shadow: 0 0 0 1px rgba(244,184,45,.38); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.brand-wordmark { display: grid; line-height: 1; gap: 5px; }
.brand-wordmark strong { font-family: "Space Grotesk", sans-serif; font-size: 16px; letter-spacing: .08em; }
.brand-wordmark small { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; position: relative; padding-block: 31px; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 1px; background: var(--gold); transition: right .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.76); }
.header-phone svg { width: 16px; height: 16px; fill: var(--gold); }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; padding: 0 20px; transition: transform .2s var(--ease), border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: #080808; box-shadow: 0 12px 30px rgba(244,184,45,.12); }
.btn-primary:hover { background: #ffc83f; box-shadow: 0 16px 34px rgba(244,184,45,.17); }
.btn-primary .btn-arrow, .btn-primary > span:last-child { transition: transform .2s ease; }
.btn-primary:hover .btn-arrow, .btn-primary:hover > span:last-child { transform: translateX(4px); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.btn-ghost:hover { border-color: rgba(244,184,45,.58); background: rgba(244,184,45,.06); }
.btn-ghost svg { width: 17px; height: 17px; fill: var(--gold); }
.btn-large { min-height: 56px; padding-inline: 24px; }
.header-cta { min-height: 48px; padding-inline: 17px; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(255,255,255,.035); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 7px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 1px; background: var(--white); transition: transform .25s ease; }

.hero { position: relative; min-height: 850px; padding-top: calc(var(--header-h) + var(--utility-h)); overflow: hidden; isolation: isolate; background: radial-gradient(circle at 74% 47%, rgba(244,184,45,.09), transparent 29%), radial-gradient(circle at 4% 8%, rgba(255,255,255,.035), transparent 22%), linear-gradient(135deg, #050607 0%, #090b0d 52%, #050607 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5,6,7,.15), transparent 55%, rgba(5,6,7,.2)); z-index: -1; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .28; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 0, rgba(0,0,0,.7) 60%, transparent 100%); }
.hero-grid-bg::after { content: ""; position: absolute; width: 520px; height: 520px; right: 8%; top: 17%; background-image: linear-gradient(30deg, rgba(244,184,45,.13) 12%, transparent 12.5%, transparent 87%, rgba(244,184,45,.13) 87.5%, rgba(244,184,45,.13)), linear-gradient(150deg, rgba(244,184,45,.13) 12%, transparent 12.5%, transparent 87%, rgba(244,184,45,.13) 87.5%, rgba(244,184,45,.13)), linear-gradient(30deg, rgba(244,184,45,.13) 12%, transparent 12.5%, transparent 87%, rgba(244,184,45,.13) 87.5%, rgba(244,184,45,.13)), linear-gradient(150deg, rgba(244,184,45,.13) 12%, transparent 12.5%, transparent 87%, rgba(244,184,45,.13) 87.5%, rgba(244,184,45,.13)); background-size: 80px 140px; background-position: 0 0, 0 0, 40px 70px, 40px 70px; opacity: .12; transform: rotate(8deg); mask-image: radial-gradient(circle, black 0%, transparent 67%); }
.hero-orbit { position: absolute; border: 1px solid rgba(244,184,45,.12); border-radius: 50%; pointer-events: none; z-index: -1; }
.hero-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 18px rgba(244,184,45,.65); }
.hero-orbit-one { width: 730px; height: 730px; right: -130px; top: 70px; transform: rotate(-12deg); }
.hero-orbit-one::after { top: 113px; left: 79px; }
.hero-orbit-two { width: 520px; height: 520px; right: 10px; top: 175px; border-color: rgba(255,255,255,.06); }
.hero-orbit-two::after { width: 5px; height: 5px; right: 25px; bottom: 115px; }
.hero-layout { min-height: calc(850px - var(--header-h) - var(--utility-h)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: 64px; align-items: center; padding-top: 50px; padding-bottom: 82px; }
.hero-copy { max-width: 720px; position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: #f8d573; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 26px; }
.eyebrow-icon { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(244,184,45,.26); border-radius: 8px; background: rgba(244,184,45,.06); }
.eyebrow-icon svg { width: 16px; height: 16px; fill: var(--gold); }
.hero-title { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(61px, 5.45vw, 88px); line-height: .94; letter-spacing: -.055em; font-weight: 700; text-transform: uppercase; }
.hero-title-line { display: block; }
.hero-title em { color: var(--gold); font-style: normal; position: relative; }
.hero-title em::after { content: ""; position: absolute; left: 2px; right: 0; bottom: 4px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); opacity: .6; }
.hero-description { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.hero-proof { margin-top: 34px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 700; letter-spacing: .035em; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(244,184,45,.08); }
.hero-visual { position: relative; min-width: 0; height: 610px; z-index: 2; }
.three-stage { position: absolute; inset: 15px 0 20px; display: grid; place-items: center; border-radius: 36px; overflow: hidden; isolation: isolate; }
.three-stage::before { content: ""; position: absolute; inset: 7% 8%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; transform: rotate(-9deg); }
.three-stage::after { content: ""; position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(244,184,45,.11), transparent 62%); filter: blur(18px); z-index: -1; }
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity .5s ease; }
.three-stage.is-webgl-ready #hero-canvas { opacity: 1; }
.logo-fallback { width: min(82%, 500px); aspect-ratio: 1; position: relative; z-index: 1; border-radius: 34px; overflow: hidden; box-shadow: 0 35px 100px rgba(0,0,0,.45), 0 0 0 1px rgba(244,184,45,.17); transform: perspective(800px) rotateY(-6deg) rotateX(2deg); transition: opacity .45s ease; }
.logo-fallback::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,219,115,.13) 48%, transparent 62%); transform: translateX(-130%); animation: fallbackShine 6s ease-in-out infinite 1.5s; }
.logo-fallback picture, .logo-fallback img { width: 100%; height: 100%; object-fit: cover; }
.three-stage.is-webgl-ready .logo-fallback { opacity: 0; pointer-events: none; }
@keyframes fallbackShine { 0%, 20% { transform: translateX(-130%); } 48%,100% { transform: translateX(150%); } }
.visual-status { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .14em; color: rgba(255,255,255,.38); text-transform: uppercase; font-weight: 800; pointer-events: none; }
.visual-status::before { content: ""; width: 34px; height: 1px; background: rgba(244,184,45,.45); }
.visual-status b { font-size: 8px; color: var(--gold); font-weight: 800; }
.visual-status-top { right: 6px; top: 4px; }
.visual-status-bottom { left: 8px; bottom: 8px; }
.hero-scroll { position: absolute; left: max(36px, calc((100vw - var(--container))/2)); bottom: 26px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.hero-scroll i { display: block; width: 58px; height: 1px; background: rgba(255,255,255,.13); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); animation: scan 2.1s var(--ease) infinite; }
@keyframes scan { 0% { transform: translateX(-100%); } 55%,100% { transform: translateX(100%); } }

.phase-boundary { min-height: 128px; background: var(--ivory); color: #17191c; display: flex; align-items: center; }
.phase-boundary-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.phase-boundary-inner > span { font-family: "Space Grotesk", sans-serif; color: var(--gold-dark); font-size: 18px; font-weight: 700; }
.phase-boundary-inner p { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.phase-boundary-inner strong { font-size: 10px; letter-spacing: .16em; color: #5f6268; }
.future-anchor { height: 1px; background: var(--ivory); }

.menu-backdrop { position: fixed; inset: 0; z-index: 190; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.mobile-menu { position: fixed; top: 0; right: 0; z-index: 200; width: min(88vw, 360px); height: 100dvh; background: #0b0d0f; border-left: 1px solid rgba(255,255,255,.08); padding: 20px 24px 28px; transform: translateX(102%); transition: transform .3s var(--ease); display: flex; flex-direction: column; box-shadow: -40px 0 90px rgba(0,0,0,.35); }
.mobile-menu.is-open { transform: translateX(0); }
.menu-backdrop.is-open { opacity: 1; visibility: visible; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu-label { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.menu-close { width: 42px; height: 42px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12); background: transparent; color: white; font-size: 27px; line-height: 1; cursor: pointer; }
.mobile-menu nav { display: grid; padding-block: 22px; }
.mobile-menu nav a { font-family: "Space Grotesk", sans-serif; font-size: 29px; font-weight: 600; letter-spacing: -.03em; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.065); }
.mobile-menu nav a:hover { color: var(--gold); }
.mobile-menu-contact { margin-top: auto; display: grid; gap: 12px; }
.mobile-menu-contact > span { color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.mobile-menu-contact > a:not(.btn) { font-family: "Space Grotesk", sans-serif; font-size: 22px; font-weight: 700; }
body.menu-open { overflow: hidden; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .logo-fallback { transform: none; }
}

/* =========================
   Phase 6B: Homepage content
   ========================= */
.section-kicker { display: inline-flex; align-items: center; gap: 13px; color: #6d7076; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker span { color: var(--gold-dark); font-family: "Space Grotesk", sans-serif; font-size: 13px; letter-spacing: 0; }
.section-kicker::after { content: ""; width: 42px; height: 1px; background: rgba(23,25,28,.18); }
.section-kicker-light { color: rgba(255,255,255,.42); }
.section-kicker-light span { color: var(--gold); }
.section-kicker-light::after { background: rgba(255,255,255,.13); }
.section-heading { margin-bottom: 54px; }
.section-heading-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.55fr); gap: 80px; align-items: end; margin-top: 20px; }
.section-heading h2, .why-intro h2, .about-copy h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(48px,4.2vw,68px); line-height: .98; letter-spacing: -.052em; text-transform: uppercase; }
.section-heading h2 em, .why-intro h2 em, .about-copy h2 em { color: var(--gold-dark); font-style: normal; }
.section-heading p { margin: 0; color: #666a70; font-size: 15px; line-height: 1.75; }

.trust-strip { background: var(--ivory); color: #17191c; border-bottom: 1px solid rgba(23,25,28,.1); }
.trust-grid { min-height: 168px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-content: center; padding: 32px 28px; border-right: 1px solid rgba(23,25,28,.1); }
.trust-item:first-child { border-left: 1px solid rgba(23,25,28,.1); }
.trust-index { color: var(--gold-dark); font: 700 11px/1 "Space Grotesk", sans-serif; padding-top: 5px; }
.trust-item strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 16px; letter-spacing: -.025em; }
.trust-item p { margin: 7px 0 0; color: #777a7f; font-size: 11.5px; line-height: 1.55; }

.services-section { position: relative; overflow: hidden; background: var(--ivory); color: #17191c; padding: 118px 0 112px; }
.service-honeycomb { position: absolute; width: 520px; height: 520px; right: -110px; top: 30px; opacity: .05; background-image: linear-gradient(30deg, #17191c 12%, transparent 12.5%, transparent 87%, #17191c 87.5%, #17191c), linear-gradient(150deg, #17191c 12%, transparent 12.5%, transparent 87%, #17191c 87.5%, #17191c), linear-gradient(30deg, #17191c 12%, transparent 12.5%, transparent 87%, #17191c 87.5%, #17191c), linear-gradient(150deg, #17191c 12%, transparent 12.5%, transparent 87%, #17191c 87.5%, #17191c); background-size: 76px 132px; background-position: 0 0,0 0,38px 66px,38px 66px; transform: rotate(9deg); pointer-events: none; mask-image: radial-gradient(circle, black, transparent 70%); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.service-card { min-height: 370px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 28px; background: #ece9e1; border: 1px solid rgba(23,25,28,.11); border-radius: 16px; transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease, background .28s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background-image: linear-gradient(30deg, rgba(244,184,45,.25) 12%, transparent 12.5%, transparent 87%, rgba(244,184,45,.25) 87.5%, rgba(244,184,45,.25)), linear-gradient(150deg, rgba(244,184,45,.25) 12%, transparent 12.5%, transparent 87%, rgba(244,184,45,.25) 87.5%, rgba(244,184,45,.25)); background-size: 40px 70px; background-position: 0 0,0 0; mask-image: linear-gradient(135deg, transparent 25%, black); transition: opacity .28s ease; }
.service-card::after { content: ""; position: absolute; top: 0; left: 28px; width: 66px; height: 2px; background: var(--gold-dark); transform: scaleX(.32); transform-origin: left; transition: transform .28s var(--ease); }
.service-card:hover { transform: translateY(-6px); border-color: rgba(200,138,24,.45); box-shadow: 0 22px 55px rgba(25,25,20,.09); background: #f1eee7; }
.service-card:hover::before { opacity: .12; }
.service-card:hover::after { transform: scaleX(1); }
.service-card-featured { background: var(--charcoal); color: var(--white); border-color: rgba(255,255,255,.08); }
.service-card-featured p { color: rgba(255,255,255,.56) !important; }
.service-card-featured .service-tag { color: rgba(255,255,255,.42); border-color: rgba(255,255,255,.1); }
.service-card-featured a { color: var(--gold); border-color: rgba(255,255,255,.09); }
.service-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.service-number { color: var(--gold-dark); font: 700 11px/1 "Space Grotesk", sans-serif; }
.service-tag { border: 1px solid rgba(23,25,28,.12); border-radius: 999px; padding: 6px 8px; color: #7a7d81; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-icon { position: relative; z-index: 1; width: 62px; height: 62px; margin-top: 36px; display: grid; place-items: center; border-radius: 14px; background: rgba(244,184,45,.12); border: 1px solid rgba(200,138,24,.22); }
.service-icon svg { width: 37px; height: 37px; fill: none; stroke: var(--gold-dark); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card-featured .service-icon { background: rgba(244,184,45,.08); border-color: rgba(244,184,45,.2); }
.service-card-featured .service-icon svg { stroke: var(--gold); }
.service-card h3 { position: relative; z-index: 1; margin: 28px 0 9px; font-family: "Space Grotesk", sans-serif; font-size: 24px; letter-spacing: -.04em; }
.service-card p { position: relative; z-index: 1; margin: 0; color: #6e7176; font-size: 12.5px; line-height: 1.72; }
.service-card > a { position: relative; z-index: 1; margin-top: auto; padding-top: 27px; border-top: 1px solid rgba(23,25,28,.1); color: #383b3f; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; display: flex; align-items: center; justify-content: space-between; }
.service-card > a span { color: var(--gold-dark); font-size: 16px; transition: transform .2s ease; }
.service-card > a:hover span { transform: translateX(4px); }
.services-foot { margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(23,25,28,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.services-foot p { margin: 0; color: #777a7f; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { color: var(--gold-dark); font-size: 16px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.why-section { position: relative; overflow: hidden; background: linear-gradient(145deg,#0a0c0e 0%,#111419 50%,#090b0d 100%); padding: 124px 0; }
.why-grid-bg { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,black,transparent 80%); pointer-events: none; }
.why-layout { position: relative; display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: 100px; align-items: start; }
.why-intro { position: sticky; top: 132px; max-width: 520px; }
.why-intro h2 { margin-top: 22px; }
.why-intro h2 em { color: var(--gold); }
.why-intro > p { margin: 25px 0 32px; max-width: 510px; color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.8; }
.why-list { border-top: 1px solid rgba(255,255,255,.11); }
.why-item { position: relative; display: grid; grid-template-columns: 58px 1fr 18px; gap: 18px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.1); transition: padding-left .25s var(--ease), background .25s ease; }
.why-item::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 1px; background: var(--gold); transition: width .45s var(--ease); }
.why-item.is-active::before, .why-item:hover::before { width: 100%; }
.why-number { color: var(--gold); font: 600 12px/1.3 "Space Grotesk", sans-serif; }
.why-content h3 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 25px; letter-spacing: -.04em; }
.why-content p { margin: 9px 0 0; max-width: 560px; color: rgba(255,255,255,.47); font-size: 12.5px; line-height: 1.7; }
.why-marker { width: 8px; height: 8px; align-self: center; border: 1px solid rgba(244,184,45,.35); transform: rotate(45deg); transition: background .2s ease, box-shadow .2s ease; }
.why-item.is-active .why-marker, .why-item:hover .why-marker { background: var(--gold); box-shadow: 0 0 0 5px rgba(244,184,45,.07); }

.about-section { background: var(--ivory); color: #17191c; padding: 124px 0; }
.about-layout { display: grid; grid-template-columns: minmax(440px,.95fr) minmax(0,1.05fr); gap: 96px; align-items: center; }
.about-visual-frame { position: relative; overflow: hidden; min-height: 620px; border-radius: 20px; background: radial-gradient(circle at 46% 40%,rgba(244,184,45,.13),transparent 34%),linear-gradient(145deg,#08090a,#15181d 58%,#090a0c); box-shadow: 0 34px 80px rgba(22,20,16,.13); }
.about-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom,black,transparent); }
.about-logo-wrap { position: absolute; width: min(74%,420px); aspect-ratio: 1; left: 50%; top: 46%; transform: translate(-50%,-50%) rotate(-2deg); border-radius: 24px; overflow: hidden; box-shadow: 0 30px 90px rgba(0,0,0,.5),0 0 0 1px rgba(244,184,45,.2); }
.about-logo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,transparent 35%,rgba(255,221,126,.14),transparent 62%); }
.about-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-visual-copy { position: absolute; left: 32px; right: 32px; bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.about-visual-copy span { color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .15em; font-weight: 800; }
.about-visual-copy strong { color: var(--gold); font-family: "Space Grotesk", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.about-corner { position: absolute; width: 46px; height: 46px; }
.about-corner-a { top: 20px; left: 20px; border-top: 1px solid rgba(244,184,45,.45); border-left: 1px solid rgba(244,184,45,.45); }
.about-corner-b { right: 20px; bottom: 20px; border-right: 1px solid rgba(244,184,45,.45); border-bottom: 1px solid rgba(244,184,45,.45); }
.about-photo-note { margin: 11px 4px 0; color: #9a9b9d; font-size: 9px; line-height: 1.5; }
.about-copy h2 { margin-top: 20px; }
.about-copy h2 em { color: var(--gold-dark); }
.about-copy > p { margin: 20px 0 0; color: #686b70; font-size: 14px; line-height: 1.8; }
.about-copy .about-lead { margin-top: 26px; color: #32353a; font-size: 17px; line-height: 1.72; }
.about-principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 36px; border-top: 1px solid rgba(23,25,28,.12); border-bottom: 1px solid rgba(23,25,28,.12); }
.about-principles > div { padding: 22px 14px 22px 0; border-right: 1px solid rgba(23,25,28,.11); }
.about-principles > div + div { padding-left: 18px; }
.about-principles > div:last-child { border-right: 0; }
.about-principles span { display: block; color: var(--gold-dark); font: 700 9px/1 "Space Grotesk",sans-serif; margin-bottom: 7px; }
.about-principles strong { font-family: "Space Grotesk",sans-serif; font-size: 13px; }
.about-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: #050607; box-shadow: 0 14px 34px rgba(0,0,0,.13); }
.text-link-dark { color: #34373b; }

.phase-boundary-dark { background: #0b0d10; color: var(--white); border-top: 1px solid rgba(255,255,255,.07); }
.phase-boundary-dark .phase-boundary-inner p { color: var(--white); }
.phase-boundary-dark .phase-boundary-inner strong { color: rgba(255,255,255,.35); }
.phase-boundary-dark .phase-boundary-inner > span { color: var(--gold); }
.future-anchor-dark { background: #0b0d10; }

/* =========================
   Complete homepage refinements
   ========================= */
.hero { min-height: 700px; height: min(780px, 100svh); }
.hero-layout { min-height: calc(min(780px, 100svh) - var(--header-h) - var(--utility-h)); padding-top: 24px; padding-bottom: 44px; }
.hero-title { font-size: clamp(54px, 5vw, 76px); }
.hero-description { margin-top: 22px; font-size: 16px; line-height: 1.65; }
.hero-actions { margin-top: 24px; }
.hero-proof { margin-top: 24px; }
.hero-visual { height: 500px; }
.hero-scroll { bottom: 15px; }

.hero-photo-panel { position: absolute; inset: 52px 26px 48px 64px; overflow: hidden; border-radius: 26px; z-index: 0; opacity: .40; border: 1px solid rgba(255,255,255,.08); transform: perspective(900px) rotateY(-4deg); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.hero-photo-panel::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(5,6,7,.82) 0%, rgba(5,6,7,.42) 45%, rgba(5,6,7,.12) 100%), linear-gradient(0deg, rgba(5,6,7,.55), transparent 50%); }
.hero-photo-panel img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.05) brightness(.72); }
.hero-photo-panel span { position: absolute; inset: 16px; border: 1px solid rgba(244,184,45,.18); border-radius: 18px; z-index: 3; }
.three-stage { z-index: 2; }
.three-stage::after { background: radial-gradient(circle, rgba(244,184,45,.09), transparent 62%); }

.about-photo-frame { padding: 0; overflow: hidden; }
.about-stock-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.72) contrast(1.04); }
.about-photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,6,7,.08), rgba(5,6,7,.18) 46%, rgba(5,6,7,.84)); }
.about-badge { position: absolute; z-index: 3; left: 26px; right: 26px; bottom: 26px; display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; padding: 16px; background: rgba(5,6,7,.86); border: 1px solid rgba(244,184,45,.26); border-radius: 16px; backdrop-filter: blur(12px); }
.about-badge picture { width: 72px; height: 72px; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0 1px rgba(244,184,45,.25); }
.about-badge img { width: 100%; height: 100%; object-fit: cover; }
.about-badge span { display: block; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .16em; font-weight: 800; }
.about-badge strong { display: block; margin-top: 5px; color: var(--gold); font-family: "Space Grotesk",sans-serif; font-size: 16px; }

.process-section { position: relative; overflow: hidden; background: #0a0c0f; padding: 118px 0 122px; }
.process-grid-bg { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.process-heading .section-heading-grid p { color: rgba(255,255,255,.5); }
.process-heading h2 { color: var(--white); }
.process-heading h2 em { color: var(--gold); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; margin-top: 52px; }
.process-track::before { content:""; position:absolute; left: 4%; right: 4%; top: 27px; height: 1px; background: rgba(255,255,255,.11); }
.process-progress { position:absolute; left: 4%; top: 27px; height: 1px; width: 92%; background: linear-gradient(90deg,var(--gold),rgba(244,184,45,.15)); transform: scaleX(0); transform-origin: left; }
.process-step { position: relative; padding-top: 70px; }
.process-node { position:absolute; top: 0; left: 0; width: 54px; height:54px; display:grid; place-items:center; border-radius:50%; background:#11151a; border:1px solid rgba(244,184,45,.34); color:var(--gold); font:700 12px/1 "Space Grotesk",sans-serif; box-shadow:0 0 0 8px #0a0c0f; }
.process-step small { color: rgba(255,255,255,.35); font-size: 8px; letter-spacing:.16em; font-weight:800; }
.process-step h3 { margin: 9px 0 12px; font: 600 36px/1 "Space Grotesk",sans-serif; letter-spacing:-.045em; text-transform:uppercase; }
.process-step p { margin:0; max-width:350px; color:rgba(255,255,255,.52); font-size:13px; line-height:1.75; }

.property-section { background: var(--ivory); color:#17191c; padding:118px 0; }
.property-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.property-card { position:relative; min-height:560px; overflow:hidden; border-radius:20px; border:1px solid rgba(23,25,28,.11); background:#111; }
.property-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease), filter .6s ease; }
.property-card:hover img { transform:scale(1.025); }
.property-overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(5,6,7,.08),rgba(5,6,7,.15) 38%,rgba(5,6,7,.88)); }
.property-content { position:absolute; z-index:2; left:32px; right:32px; bottom:30px; color:white; }
.property-content > span { color:var(--gold); font-size:8px; font-weight:800; letter-spacing:.16em; }
.property-content h3 { margin:9px 0 10px; font:600 34px/1.02 "Space Grotesk",sans-serif; letter-spacing:-.045em; }
.property-content p { margin:0; max-width:520px; color:rgba(255,255,255,.65); font-size:13px; line-height:1.7; }
.property-content a { display:inline-flex; gap:9px; align-items:center; margin-top:22px; color:white; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.property-content a b { color:var(--gold); }

.social-section { background:#ece8de; color:#17191c; padding:108px 0; border-top:1px solid rgba(23,25,28,.08); }
.social-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr); gap:82px; align-items:center; }
.social-copy h2 { margin:20px 0 18px; font:700 clamp(46px,4.2vw,66px)/.98 "Space Grotesk",sans-serif; letter-spacing:-.052em; text-transform:uppercase; }
.social-copy h2 em { color:var(--gold-dark); font-style:normal; }
.social-copy p { max-width:580px; margin:0 0 28px; color:#686b70; font-size:15px; line-height:1.8; }
.social-panel { min-height:390px; display:grid; grid-template-columns:190px 1fr; align-items:center; gap:28px; padding:34px; border-radius:22px; background:linear-gradient(145deg,#0a0c0f,#161a1f); box-shadow:0 30px 80px rgba(23,25,28,.14); position:relative; overflow:hidden; }
.social-panel::after { content:""; position:absolute; width:320px; height:320px; right:-90px; top:-70px; border-radius:50%; border:1px solid rgba(244,184,45,.12); box-shadow:0 0 0 45px rgba(244,184,45,.025),0 0 0 90px rgba(244,184,45,.018); }
.social-panel-logo { position:relative; z-index:2; border-radius:18px; overflow:hidden; box-shadow:0 0 0 1px rgba(244,184,45,.25); }
.social-panel-logo img { width:100%; aspect-ratio:1; object-fit:cover; }
.social-panel-copy { position:relative; z-index:2; }
.social-panel-copy small { display:block; color:rgba(255,255,255,.36); font-size:8px; letter-spacing:.16em; font-weight:800; }
.social-panel-copy strong { display:block; margin-top:8px; color:white; font:600 30px/1.06 "Space Grotesk",sans-serif; letter-spacing:-.04em; }
.social-panel-copy span { display:block; margin-top:20px; color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.08em; }

.area-section { position:relative; overflow:hidden; background:#080a0d; padding:116px 0; }
.area-layout { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,.85fr) minmax(430px,1.15fr); gap:90px; align-items:center; }
.area-layout h2 { margin:20px 0 0; font:700 clamp(48px,4.2vw,68px)/.98 "Space Grotesk",sans-serif; letter-spacing:-.052em; text-transform:uppercase; }
.area-layout h2 em { color:var(--gold); font-style:normal; }
.area-card { padding:38px; border-radius:20px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.09); backdrop-filter:blur(10px); }
.area-card > span { color:var(--gold); font-size:8px; font-weight:800; letter-spacing:.16em; }
.area-card h3 { margin:13px 0 12px; font:600 30px/1.08 "Space Grotesk",sans-serif; letter-spacing:-.04em; }
.area-card p { margin:0; color:rgba(255,255,255,.52); font-size:13px; line-height:1.75; }
.area-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.area-map { position:absolute; left:-140px; top:50%; width:640px; height:640px; transform:translateY(-50%); opacity:.58; }
.area-ring { position:absolute; inset:50%; border-radius:50%; border:1px solid rgba(244,184,45,.13); transform:translate(-50%,-50%); }
.ring-a { width:420px; height:420px; box-shadow:0 0 0 70px rgba(244,184,45,.018),0 0 0 140px rgba(244,184,45,.012); }
.ring-b { width:190px; height:190px; border-style:dashed; }
.area-dot { position:absolute; left:50%; top:50%; width:12px; height:12px; transform:translate(-50%,-50%); border-radius:50%; background:var(--gold); box-shadow:0 0 0 10px rgba(244,184,45,.08),0 0 28px rgba(244,184,45,.55); }

.faq-section { background:var(--ivory); color:#17191c; padding:118px 0; }
.faq-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr); gap:88px; align-items:start; }
.faq-intro { position:sticky; top:110px; }
.faq-intro h2 { margin:20px 0 18px; font:700 clamp(44px,4vw,62px)/.98 "Space Grotesk",sans-serif; letter-spacing:-.052em; text-transform:uppercase; }
.faq-intro h2 em { color:var(--gold-dark); font-style:normal; }
.faq-intro p { margin:0 0 24px; color:#6f7277; font-size:14px; line-height:1.75; }
.faq-list { border-top:1px solid rgba(23,25,28,.13); }
.faq-item { border-bottom:1px solid rgba(23,25,28,.13); }
.faq-item button { width:100%; padding:24px 0; display:flex; justify-content:space-between; align-items:center; gap:20px; border:0; background:none; color:#17191c; text-align:left; cursor:pointer; font:600 18px/1.3 "Space Grotesk",sans-serif; }
.faq-item button i { width:30px; height:30px; flex:0 0 30px; display:grid; place-items:center; border:1px solid rgba(23,25,28,.15); border-radius:50%; color:var(--gold-dark); font-style:normal; transition:transform .25s ease, background .25s ease; }
.faq-item.is-open button i { transform:rotate(45deg); background:rgba(244,184,45,.11); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .35s var(--ease); }
.faq-answer p { margin:0; padding:0 50px 24px 0; color:#707379; font-size:13px; line-height:1.75; }
.faq-item.is-open .faq-answer { max-height:240px; }

.contact-section { position:relative; overflow:hidden; background:#0a0c0f; padding:118px 0 112px; }
.contact-grid-bg { position:absolute; inset:0; opacity:.24; background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px); background-size:58px 58px; }
.contact-layout { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr); gap:88px; align-items:start; }
.contact-copy h2 { margin:20px 0 18px; font:700 clamp(48px,4.2vw,68px)/.98 "Space Grotesk",sans-serif; letter-spacing:-.052em; text-transform:uppercase; }
.contact-copy h2 em { color:var(--gold); font-style:normal; }
.contact-copy > p { max-width:500px; margin:0; color:rgba(255,255,255,.52); font-size:15px; line-height:1.78; }
.contact-direct { margin-top:40px; display:grid; gap:9px; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); }
.contact-direct span { color:rgba(255,255,255,.35); font-size:8px; letter-spacing:.16em; font-weight:800; }
.contact-direct a:first-of-type { color:white; font:600 24px/1.2 "Space Grotesk",sans-serif; }
.contact-direct a:last-of-type { color:var(--gold); font-size:12px; }
.request-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; padding:34px; border:1px solid rgba(255,255,255,.09); border-radius:22px; background:rgba(255,255,255,.045); backdrop-filter:blur(12px); }
.field { display:grid; gap:8px; }
.field-full { grid-column:1 / -1; }
.field label { color:rgba(255,255,255,.58); font-size:10px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.field input,.field select,.field textarea { width:100%; border:1px solid rgba(255,255,255,.11); border-radius:10px; background:#11151a; color:white; padding:0 15px; outline:none; transition:border-color .2s ease,box-shadow .2s ease; }
.field input,.field select { height:54px; }
.field textarea { min-height:140px; padding-top:14px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:rgba(244,184,45,.62); box-shadow:0 0 0 3px rgba(244,184,45,.07); }
.field select option { color:#111; }
.form-submit { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:4px; }
.form-submit p { margin:0; max-width:260px; color:rgba(255,255,255,.34); font-size:9px; line-height:1.55; text-align:right; }
.form-hp { position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
.form-alert { grid-column:1 / -1; padding:12px 14px; border:1px solid rgba(244,184,45,.26); background:rgba(244,184,45,.08); border-radius:10px; color:#ffe5a2; font-size:12px; line-height:1.55; }

.site-footer { background:#050607; border-top:1px solid rgba(255,255,255,.07); }
.footer-main { padding:72px 0 62px; }
.footer-grid { display:grid; grid-template-columns:1.25fr .65fr .9fr 1fr; gap:52px; }
.footer-logo { display:block; width:82px; height:82px; border-radius:12px; overflow:hidden; box-shadow:0 0 0 1px rgba(244,184,45,.25); }
.footer-logo img { width:100%; height:100%; object-fit:cover; }
.footer-brand p { max-width:340px; margin:18px 0 16px; color:rgba(255,255,255,.43); font-size:12px; line-height:1.7; }
.footer-veteran { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.footer-col { display:grid; align-content:start; gap:11px; }
.footer-col h3,.footer-cta > span { margin:0 0 8px; color:rgba(255,255,255,.34); font-size:9px; letter-spacing:.15em; text-transform:uppercase; }
.footer-col a { color:rgba(255,255,255,.67); font-size:12px; }
.footer-col a:hover { color:var(--gold); }
.footer-cta h3 { margin:7px 0 18px; font:600 24px/1.08 "Space Grotesk",sans-serif; letter-spacing:-.04em; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.07); }
.footer-bottom-inner { min-height:62px; display:flex; align-items:center; justify-content:space-between; gap:24px; color:rgba(255,255,255,.3); font-size:9px; }
.footer-bottom-inner p { margin:0; }
.footer-bottom-inner div { display:flex; gap:20px; }
.footer-bottom-inner a:hover { color:var(--gold); }
.mobile-sticky-cta { display:none; }

.simple-page-hero { min-height:70svh; display:grid; align-items:center; padding:160px 0 100px; background:radial-gradient(circle at 75% 50%,rgba(244,184,45,.09),transparent 30%),#090b0d; }
.simple-page-inner { max-width:900px; }
.simple-page-inner h1 { margin:22px 0 20px; font:700 clamp(54px,6vw,88px)/.95 "Space Grotesk",sans-serif; letter-spacing:-.055em; text-transform:uppercase; }
.simple-page-inner h1 em { color:var(--gold); font-style:normal; }
.simple-page-inner p { max-width:700px; color:rgba(255,255,255,.55); font-size:17px; line-height:1.75; }
.legal-page { background:var(--ivory); color:#17191c; padding:170px 0 110px; min-height:70vh; }
.legal-inner { max-width:900px; }
.legal-inner h1 { margin:20px 0 28px; font:700 clamp(48px,6vw,76px)/.98 "Space Grotesk",sans-serif; letter-spacing:-.05em; text-transform:uppercase; }
.legal-inner p { color:#666a70; font-size:15px; line-height:1.8; }
.legal-inner a { color:var(--gold-dark); font-weight:700; }
