:root {
  --ink: #070b11;
  --ink-2: #0d131c;
  --paper: #f2f0e9;
  --white: #fff;
  --muted: #a9b0b9;
  --line: rgba(255,255,255,.14);
  --yellow: #f5b800;
  --yellow-2: #ffd135;
  --blue: #0b2f5b;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--yellow); color: var(--ink); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 12px 16px; color: var(--ink); background: var(--yellow); transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1000; background: var(--yellow); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 98px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(36px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s, height .35s, backdrop-filter .35s; }
.site-header.scrolled { height: 76px; background: rgba(7,11,17,.9); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; width: 184px; }
.brand img { width: 170px; height: auto; filter: invert(1) brightness(2); }
.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.nav > a:not(.nav-phone) { position: relative; padding: 14px 0; }
.nav > a:not(.nav-phone)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 7px; background: var(--yellow); transition: right .25s; }
.nav > a:hover::after, .nav > a:focus-visible::after { right: 0; }
.nav-phone { background: var(--yellow); color: var(--ink); padding: 14px 20px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: var(--yellow); place-content: center; gap: 7px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .25s; }
.menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-5px) rotate(-45deg); }

.hero { min-height: 850px; height: min(960px, 100svh); position: relative; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,8,14,.95) 0%, rgba(4,8,14,.78) 38%, rgba(4,8,14,.15) 72%, rgba(4,8,14,.28) 100%), linear-gradient(0deg, rgba(4,8,14,.72), transparent 40%); }
.hero::after { content: ""; position: absolute; width: 50vw; height: 50vw; right: -18vw; bottom: -30vw; border: 1px solid rgba(245,184,0,.35); border-radius: 50%; box-shadow: 0 0 0 80px rgba(245,184,0,.025), 0 0 0 160px rgba(245,184,0,.018); }
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 52% 54%; animation: heroZoom 16s ease-out both; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
.hero-content { width: min(760px, calc(100% - 48px)); min-width: 0; margin-left: max(36px, calc((100vw - var(--max)) / 2)); padding-top: 70px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--yellow); }
.eyebrow span { display: block; width: 35px; height: 2px; background: currentColor; }
.hero-kicker { color: var(--white); animation: rise .8s .2s both; }
.hero h1, .section-heading h2, .statement-copy h2, .gallery-head h2, .contact h2, .faq h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .9; }
.hero h1 { font-size: clamp(76px, 8.3vw, 138px); animation: rise .8s .32s both; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0; color: #d4d7db; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; animation: rise .8s .42s both; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; animation: rise .8s .5s both; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 26px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; transition: transform .2s, background .2s, color .2s, border .2s; cursor: pointer; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: var(--yellow-2); box-shadow: 0 16px 36px rgba(245,184,0,.18); }
.button-ghost { border-color: rgba(255,255,255,.35); background: rgba(4,8,14,.35); backdrop-filter: blur(10px); }
.button-ghost span { color: #47d282; font-size: 10px; }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-card { position: absolute; right: max(36px, calc((100vw - var(--max)) / 2)); bottom: 90px; width: 320px; padding: 25px 28px; background: rgba(8,13,20,.8); border-left: 3px solid var(--yellow); backdrop-filter: blur(16px); animation: rise .9s .7s both; }
.hero-card p { margin: 0 0 7px; color: var(--muted); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.hero-card a { display: block; font-size: 25px; font-weight: 900; letter-spacing: -.02em; }
.hero-card span { display: block; margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-index { position: absolute; right: max(36px, calc((100vw - var(--max)) / 2)); top: 138px; display: flex; align-items: center; gap: 12px; font-weight: 900; }
.hero-index span { color: var(--yellow); }
.hero-index i { display: block; width: 80px; height: 1px; background: rgba(255,255,255,.5); }
.scroll-cue { position: absolute; bottom: 34px; left: max(36px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 40px; background: var(--yellow); animation: scrollLine 1.8s infinite; transform-origin: top; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; border-left: 1px solid var(--line); background: var(--ink-2); }
.trust-strip div { min-height: 145px; padding: 32px clamp(20px, 3vw, 42px); border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-strip strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(27px, 3vw, 46px); line-height: 1; color: var(--yellow); letter-spacing: .02em; }
.trust-strip span { margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section { width: min(var(--max), calc(100% - 72px)); margin: 0 auto; padding: 145px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .gallery-head h2, .contact h2, .faq h2 { font-size: clamp(55px, 6.1vw, 98px); }
.section-heading > p, .gallery-head > p { margin: 0 0 4px; color: var(--muted); max-width: 460px; font-size: 16px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 390px); gap: 16px; }
.service-card { position: relative; min-height: 350px; overflow: hidden; isolation: isolate; }
.service-featured { grid-row: 1 / 3; }
.service-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-card:hover > img { transform: scale(1.05); }
.service-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(4,7,12,.95), rgba(4,7,12,.08) 75%); }
.service-number { position: absolute; top: 28px; left: 30px; font-family: Impact, sans-serif; font-size: 18px; color: var(--yellow); }
.service-copy { position: absolute; left: 30px; right: 74px; bottom: 34px; }
.service-copy p { margin: 0 0 10px; color: var(--yellow); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.service-copy h3 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(30px, 3vw, 52px); font-weight: 900; text-transform: uppercase; line-height: 1.04; }
.service-copy > span { display: block; max-width: 510px; margin-top: 14px; color: #c7cbd1; font-size: 13px; }
.service-card > a { position: absolute; right: 26px; bottom: 26px; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); font-size: 22px; transition: background .2s, color .2s, transform .2s; }
.service-card > a:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); transform: rotate(45deg); }
.service-dark { background: #101823; border: 1px solid var(--line); }
.service-yellow { background: var(--yellow); color: var(--ink); }
.service-yellow .service-number, .service-yellow .service-copy p { color: var(--ink); }
.service-yellow .service-copy > span { color: rgba(7,11,17,.7); }
.service-yellow > a { border-color: rgba(7,11,17,.35); }
.service-yellow > a:hover { background: var(--ink); color: var(--white); }
.route-art { position: absolute; inset: 0 0 0 auto; width: 55%; opacity: .75; background: radial-gradient(circle at 70% 45%, rgba(31,93,151,.8), transparent 45%); }
.route-art::before, .route-art::after { content: ""; position: absolute; border: 1px solid rgba(245,184,0,.4); border-radius: 50%; }
.route-art::before { width: 200px; height: 200px; right: -30px; top: -45px; }
.route-art::after { width: 120px; height: 120px; right: 10px; top: -5px; }
.route-art i { position: absolute; width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(245,184,0,.15); }
.route-art i:nth-child(1) { top: 30%; right: 30%; }.route-art i:nth-child(2) { top: 50%; right: 60%; }.route-art i:nth-child(3) { top: 18%; right: 70%; }
.tow-art { position: absolute; right: 30px; top: -18px; color: rgba(7,11,17,.09); font: 120px/1 Impact, sans-serif; letter-spacing: -.08em; }
.tow-art span { font-size: 55px; }

.statement { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--paper); color: var(--ink); }
.statement-photo { position: relative; min-height: 650px; overflow: hidden; }
.statement-photo > img { width: 100%; height: 100%; object-fit: cover; }
.photo-tag { position: absolute; right: 0; bottom: 0; width: 220px; height: 150px; padding: 28px; display: flex; align-items: center; gap: 18px; color: var(--ink); background: var(--yellow); }
.photo-tag b { font: 50px/1 Impact, sans-serif; }
.photo-tag span { font-size: 10px; line-height: 1.5; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.statement-copy { padding: clamp(70px, 9vw, 145px); align-self: center; }
.statement-copy .eyebrow { color: #9a7200; }
.statement-copy h2 { max-width: 780px; font-size: clamp(50px, 5vw, 83px); }
.statement-copy .lead { margin: 34px 0; max-width: 650px; color: #454b53; font-size: 17px; line-height: 1.8; }
.checks { display: grid; gap: 13px; margin: 32px 0 42px; }
.checks span { display: flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.checks i { width: 26px; height: 26px; display: grid; place-items: center; background: var(--yellow); font-style: normal; }
.text-link { display: inline-flex; gap: 18px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.process { padding-bottom: 130px; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 48px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 155px; display: grid; grid-template-columns: 120px 1fr 60px; align-items: center; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.process-list li:hover { padding: 0 25px; background: rgba(255,255,255,.035); }
.process-list li > b { color: var(--yellow); font: 29px/1 Impact, sans-serif; }
.process-list h3 { margin: 0 0 6px; text-transform: uppercase; font: 35px/1.1 Impact, sans-serif; }
.process-list p { margin: 0; color: var(--muted); }
.process-list li > span { justify-self: end; color: var(--yellow); font-size: 25px; }

.gallery-section { padding: 130px 0 0; background: #0a1018; }
.gallery-head { width: min(var(--max), calc(100% - 72px)); padding: 0 0 70px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 310px; gap: 2px; }
.gallery-item { position: relative; padding: 0; border: 0; background: #101722; overflow: hidden; cursor: zoom-in; }
.gallery-item.item-1, .gallery-item.item-6 { grid-column: span 2; }
.gallery-item.item-3 { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s, filter .5s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,8,13,.8), transparent 55%); opacity: .4; transition: opacity .3s; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.15); }
.gallery-item:hover::after { opacity: .9; }
.gallery-item > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s; }
.gallery-item > span b { color: var(--yellow); }.gallery-item > span i { margin-left: auto; font-style: normal; font-size: 19px; }
.gallery-item:hover > span { opacity: 1; transform: none; }

.articles { border-top: 1px solid var(--line); }
.article-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.article-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 330px; background: #111923; overflow: hidden; border: 1px solid var(--line); transition: transform .3s, border-color .3s; }
.article-card:hover { transform: translateY(-7px); border-color: rgba(245,184,0,.6); }
.article-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.article-card:hover > img { transform: scale(1.04); }
.article-card > div { display: flex; flex-direction: column; padding: 32px; }
.article-card span { color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.article-card h3 { margin: 18px 0 14px; font: clamp(27px, 2.5vw, 41px)/1.02 Impact, sans-serif; text-transform: uppercase; }
.article-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-card b { margin-top: auto; padding-top: 25px; color: var(--yellow); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.document-link { min-height: 110px; margin-top: 18px; padding: 25px 32px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.document-link span { color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.document-link strong { font: 28px/1.1 Impact, sans-serif; text-transform: uppercase; }
.document-link b { padding: 13px 17px; color: var(--ink); background: var(--yellow); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.document-link:hover b { background: var(--yellow-2); }

.article-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.article-hero { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.article-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,8,14,.95), rgba(4,8,14,.2) 80%); }
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-hero-content { position: relative; z-index: 2; width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 180px 0 70px; }
.article-hero-content h1 { max-width: 1000px; margin: 0; font: clamp(57px, 8vw, 116px)/.9 Impact, sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.article-body { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.article-body .intro { font-size: clamp(22px, 3vw, 33px); line-height: 1.4; font-weight: 700; }
.article-body h2 { margin: 70px 0 20px; font: 46px/1 Impact, sans-serif; text-transform: uppercase; }
.article-body h3 { margin: 42px 0 12px; font-size: 22px; }
.article-body p, .article-body li { color: #3e4650; font-size: 17px; line-height: 1.85; }
.article-body ul { padding-left: 22px; columns: 2; column-gap: 45px; }
.article-body li { break-inside: avoid; padding: 3px 0; }
.article-callout { margin: 55px 0; padding: 35px 40px; border-left: 5px solid var(--yellow); background: #e7e3d8; }
.article-callout strong { display: block; margin-bottom: 8px; font: 28px/1.1 Impact, sans-serif; text-transform: uppercase; }
.article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 55px; }
.article-actions .button-ghost { color: var(--ink); border-color: rgba(7,11,17,.35); background: transparent; }

.cta-band { position: relative; min-height: 490px; display: grid; align-items: center; overflow: hidden; background: var(--yellow); color: var(--ink); }
.cta-track { position: absolute; white-space: nowrap; top: 35px; left: -80px; font: 105px/1 Impact, sans-serif; color: transparent; -webkit-text-stroke: 1px rgba(7,11,17,.16); animation: ticker 30s linear infinite; }
.cta-inner { position: relative; width: min(850px, calc(100% - 48px)); margin: 70px auto 0; text-align: center; }
.cta-inner p { margin: 0 0 35px; font: clamp(38px, 5vw, 72px)/1.03 Impact, sans-serif; text-transform: uppercase; }
.cta-inner a { min-height: 62px; padding: 0 30px; display: inline-flex; align-items: center; gap: 35px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; transition: transform .2s; }
.cta-inner a:hover { transform: translateY(-4px); }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 150px); }
.contact-info > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.8; font-size: 16px; }
.contact-lines { margin-top: 52px; border-top: 1px solid var(--line); }
.contact-lines a { position: relative; display: grid; gap: 3px; padding: 21px 40px 21px 0; border-bottom: 1px solid var(--line); }
.contact-lines small { color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.contact-lines strong { font-size: clamp(16px, 1.8vw, 24px); }
.contact-lines b { position: absolute; right: 0; top: 30px; color: var(--yellow); }
.contact-form { align-self: start; padding: clamp(26px, 4vw, 52px); background: #111923; border-top: 4px solid var(--yellow); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-top { display: flex; justify-content: space-between; margin-bottom: 35px; padding-bottom: 18px; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.form-top span { font: 25px/1 Impact, sans-serif; }.form-top b { color: var(--muted); font-size: 8px; letter-spacing: .14em; align-self: center; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; }
.contact-form label > span { color: #c3c8ce; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 0; outline: none; padding: 15px 16px; background: rgba(255,255,255,.035); color: var(--white); transition: border .2s, background .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--yellow); background: rgba(255,255,255,.06); }
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form ::placeholder { color: #69717c; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 12px; }
.contact-form .consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--yellow); }
.contact-form .consent span { text-transform: none; letter-spacing: 0; line-height: 1.5; }
.contact-form .consent a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.turnstile-slot:not(:empty) { margin: 5px 0 20px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.submit { width: 100%; border: 0; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-title h2 { font-size: clamp(45px, 4.5vw, 74px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 900; font-size: 16px; text-transform: uppercase; letter-spacing: .03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--yellow); font: 29px/1 Arial; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 28px 0; color: var(--muted); line-height: 1.75; }

footer { background: #05080c; border-top: 1px solid var(--line); }
.footer-main { width: min(var(--max), calc(100% - 72px)); min-height: 260px; margin: auto; display: grid; grid-template-columns: .7fr 1.3fr .8fr; gap: 70px; align-items: center; }
.footer-main > p { color: var(--muted); max-width: 430px; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { min-height: 74px; width: min(var(--max), calc(100% - 72px)); margin: auto; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 35px; color: #69717b; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a:last-child { margin-left: auto; color: var(--white); }
.creator-credit strong { color: var(--yellow); font-weight: 900; }
.privacy-note { width: min(var(--max), calc(100% - 72px)); margin: auto; padding: 0 0 28px; color: #69717b; font-size: 10px; }

.back-to-top { position: fixed; z-index: 90; right: clamp(22px, 3vw, 52px); bottom: clamp(22px, 3vw, 44px); width: 60px; height: 60px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.2); background: var(--yellow); color: var(--ink); box-shadow: 0 16px 45px rgba(0,0,0,.35), 0 0 0 0 rgba(245,184,0,.3); cursor: pointer; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px) rotate(4deg); transition: opacity .25s, visibility .25s, transform .25s, background .2s, box-shadow .2s; }
.back-to-top.visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) rotate(0); }
.back-to-top span { font: 34px/1 Arial, sans-serif; transform: translateY(-2px); transition: transform .2s; }
.back-to-top:hover { background: var(--yellow-2); box-shadow: 0 18px 50px rgba(0,0,0,.42), 0 0 0 7px rgba(245,184,0,.12); }
.back-to-top:hover span { transform: translateY(-6px); }
.back-to-top:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }

.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; background: rgba(2,5,8,.96); backdrop-filter: blur(12px); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1150px, 84vw); max-height: 80vh; object-fit: contain; box-shadow: 0 30px 100px #000; }
.lightbox button { position: absolute; border: 0; background: transparent; cursor: pointer; }
.lightbox-close { right: 28px; top: 18px; font-size: 48px; font-weight: 200; }
.lightbox-prev, .lightbox-next { top: 50%; width: 60px; height: 60px; border: 1px solid var(--line) !important; font-size: 25px; }
.lightbox-prev { left: 25px; }.lightbox-next { right: 25px; }
.lightbox > span { position: absolute; bottom: 25px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .2em; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity: 1; transform: none; }
.service-card:nth-child(2), .gallery-item:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .gallery-item:nth-child(3) { transition-delay: .16s; }

@keyframes rise { from { opacity: 0; transform: translateY(25px); } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes scrollLine { 0%,100% { transform: scaleY(.25); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1020px) {
  .site-header { height: 78px; padding: 0 24px; }
  .brand { width: 145px; }.brand img { width: 145px; }
  .menu-toggle { display: grid; }
  .nav { position: fixed; inset: 78px 0 0; padding: 45px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(7,11,17,.98); transform: translateX(100%); transition: transform .35s; }
  .nav.open { transform: none; }
  .nav > a:not(.nav-phone) { padding: 20px 0; border-bottom: 1px solid var(--line); font: 38px/1 Impact, sans-serif; letter-spacing: .02em; }
  .nav-phone { margin-top: 28px; text-align: center; }
  .hero { height: 880px; min-height: 100svh; }
  .hero-content { margin-left: 24px; width: calc(100% - 48px); }
  .hero-card { right: 24px; bottom: 42px; }
  .hero-index { display: none; }
  .scroll-cue { left: 24px; bottom: 38px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .section { width: calc(100% - 48px); padding: 100px 0; }
  .section-heading, .gallery-head { grid-template-columns: 1fr; gap: 30px; }
  .service-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 390px; }
  .service-featured { grid-column: 1 / 3; grid-row: auto; }
  .statement { grid-template-columns: 1fr; }.statement-photo { height: 620px; }.statement-copy { padding: 90px 45px; }
  .gallery-head { width: calc(100% - 48px); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item.item-1, .gallery-item.item-6 { grid-column: span 1; }
  .contact { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 55px; }
  .article-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hero { min-height: 820px; height: 100svh; align-items: start; }
  .hero::before { background: linear-gradient(90deg, rgba(4,8,14,.92), rgba(4,8,14,.4)), linear-gradient(0deg, rgba(4,8,14,.95), transparent 55%); }
  .hero-image { object-position: 56% 50%; }
  .hero-content { width: calc(100% - 48px); min-width: 0; padding-top: 145px; }
  .hero h1 { max-width: 100%; font-size: clamp(40px, 14.2vw, 66px); }
  .hero h1 em { display: block; white-space: nowrap; }
  .hero-lead { margin: 24px 0; font-size: 15px; line-height: 1.55; max-width: 480px; }
  .hero-actions { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); }.hero-actions .button { width: 100%; min-width: 0; min-height: 54px; padding-inline: 18px; gap: 18px; }
  .hero-card { display: none; }
  .scroll-cue { display: none; }
  .hero-kicker { font-size: 9px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 115px; padding: 22px 18px; }
  .trust-strip strong { font-size: 28px; }.trust-strip span { font-size: 8px; }
  .section { width: calc(100% - 36px); padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .gallery-head h2, .contact h2, .faq h2 { font-size: clamp(45px, 14.4vw, 68px); }
  .section-heading > p, .gallery-head > p { font-size: 14px; }
  .service-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .service-featured { grid-column: auto; min-height: 510px; }
  .service-dark, .service-yellow { min-height: 360px; }
  .service-copy h3 { font-size: 36px; }
  .statement-photo { min-height: 500px; height: 500px; }.photo-tag { width: 190px; height: 125px; }
  .statement-copy { padding: 75px 22px; }.statement-copy .lead { font-size: 15px; }.checks span { font-size: 10px; }
  .process-list li { grid-template-columns: 55px 1fr 25px; min-height: 140px; }.process-list h3 { font-size: 26px; }.process-list p { font-size: 12px; }
  .gallery-section { padding-top: 80px; }.gallery-head { width: calc(100% - 36px); padding-bottom: 45px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }.gallery-item.item-3 { grid-row: auto; }.gallery-item.item-1 { grid-column: 1 / 3; }
  .gallery-item > span { opacity: 1; transform: none; }
  .article-card { grid-template-columns: 1fr; }.article-card > img { height: 240px; }.document-link { grid-template-columns: 1fr; gap: 12px; }.document-link b { justify-self: start; }
  .article-hero { min-height: 540px; }.article-hero-content { padding-bottom: 50px; }.article-body { padding: 65px 0 90px; }.article-body ul { columns: 1; }.article-body h2 { font-size: 37px; }
  .cta-band { min-height: 390px; }.cta-track { font-size: 70px; }.cta-inner p { font-size: 42px; }
  .contact { gap: 60px; }.contact-form { padding: 27px 20px; }.field-row { grid-template-columns: 1fr; gap: 0; }.form-top b { display: none; }
  .faq-list summary { min-height: 82px; font-size: 13px; }
  .footer-main { width: calc(100% - 36px); padding: 60px 0; grid-template-columns: 1fr; gap: 28px; }.footer-bottom { width: calc(100% - 36px); padding: 24px 0; flex-wrap: wrap; gap: 13px 25px; }.footer-bottom a:last-child { margin-left: 0; }.privacy-note { width: calc(100% - 36px); }
  .back-to-top { right: 16px; bottom: 16px; width: 52px; height: 52px; }.back-to-top span { font-size: 29px; }
  .lightbox-prev { left: 6px; }.lightbox-next { right: 6px; }.lightbox-prev, .lightbox-next { width: 44px; height: 55px; }
}

@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; }
}
