@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #071321;
  --navy: #0b1d31;
  --navy-2: #102b47;
  --gold: #d4aa55;
  --gold-light: #f3ddb0;
  --paper: #f6f7f8;
  --white: #ffffff;
  --muted: #657282;
  --line: rgba(7, 19, 33, .12);
  --shadow: 0 24px 64px rgba(3, 14, 26, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  color: var(--gold);
  font: 700 .78rem/1.2 "Manrope", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(3rem, 6.6vw, 6.4rem); line-height: .98; }
h2 { font-size: clamp(2.1rem, 4.2vw, 4rem); line-height: 1.08; }
h3 { font-size: 1.28rem; line-height: 1.25; }
p { margin: 0; }
.muted { color: var(--muted); }
.skip-link { position: fixed; left: 16px; top: -60px; background: var(--gold); color: var(--ink); padding: 10px 15px; z-index: 100; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled { background: rgba(4,14,25,.84); border-color: rgba(255,255,255,.08); box-shadow: 0 16px 50px rgba(0,0,0,.18); backdrop-filter: blur(18px) saturate(135%); -webkit-backdrop-filter: blur(18px) saturate(135%); }
.site-header::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #ed5256 0%, #ff9d50 28%, #e5d25b 50%, #67aa8b 74%, #4c9bb0 100%); }
.nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transition: min-height .35s ease; }
.site-header.is-scrolled .nav { min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Manrope"; font-weight: 800; letter-spacing: -.02em; }
.brand-logo { width: 132px; height: 62px; object-fit: contain; flex: 0 0 auto; }
.brand-name { display: flex; flex-direction: column; line-height: 1.08; }
.brand-name small { font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 600; opacity: .72; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .94rem; }
.nav-links > a:not(.btn) { opacity: .84; position: relative; }
.nav-links > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 4px; background: var(--gold); transition: right .25s ease; }
.nav-links > a:not(.btn):hover::after, .nav-links > a:not(.btn):focus-visible::after { right: 0; }
.nav-links > a:hover, .nav-links > a:focus-visible { opacity: 1; color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; border-radius: 50%; cursor: pointer; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 100px; font-weight: 700; font-size: .94rem; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; border: 1px solid transparent; cursor: pointer; position: relative; overflow: hidden; isolation: isolate; }
.btn::after { content: ""; position: absolute; inset: -2px auto -2px -55%; width: 38%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-22deg); transition: left .55s ease; z-index: -1; }
.btn:hover::after { left: 125%; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #e2bb6b; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(212,170,85,.24); }
.btn-outline { border-color: rgba(255,255,255,.48); color: white; }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,.08); }
.btn-dark { background: var(--navy); color: white; }
.btn-dark:hover { background: var(--navy-2); transform: translateY(-2px); }

.hero { min-height: 780px; color: white; background: var(--ink); position: relative; display: grid; align-items: end; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,25,.98) 0%, rgba(4,14,25,.9) 29%, rgba(4,14,25,.27) 64%, rgba(4,14,25,.22) 100%), linear-gradient(0deg, rgba(4,14,25,.55), transparent 54%); z-index: 1; }
.hero::after { content: ""; position: absolute; z-index: 1; width: 520px; height: 520px; right: -150px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(212,170,85,.2), rgba(76,155,176,.07) 45%, transparent 72%); filter: blur(8px); animation: heroGlow 8s ease-in-out infinite alternate; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroZoom 20s ease-in-out infinite alternate; }
.hero-content { position: relative; z-index: 2; padding: 176px 0 90px; width: min(780px, 72%); }
.hero h1 span { color: var(--gold-light); }
.hero-content > * { animation: heroEnter .85s cubic-bezier(.2,.8,.2,1) both; }
.hero-content > *:nth-child(2) { animation-delay: .08s; }
.hero-content > *:nth-child(3) { animation-delay: .16s; }
.hero-content > *:nth-child(4) { animation-delay: .24s; }
.hero-content > *:nth-child(5) { animation-delay: .32s; }
.hero .lead { font-size: clamp(1.08rem, 1.8vw, 1.32rem); max-width: 660px; color: rgba(255,255,255,.78); margin: 28px 0 34px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 60px; font-size: .88rem; color: rgba(255,255,255,.67); }
.hero-proof span::before { content: "✓"; color: var(--gold); margin-right: 8px; font-weight: 800; }

.proof-strip { background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 26px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-number { color: var(--gold-light); font: 700 1.65rem/1 "Manrope"; }
.proof-label { display: block; font-size: .8rem; color: rgba(255,255,255,.58); margin-top: 7px; }

.section { padding: 108px 0; }
.section-soft { background: var(--paper); }
.section-dark { background: var(--ink); color: white; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-head h2 { max-width: 760px; }
.section-head p { max-width: 430px; color: var(--muted); }
.section-dark .section-head p { color: rgba(255,255,255,.58); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 280px; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; background: linear-gradient(145deg, #fff, #fbfcfd); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -90px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(212,170,85,.18), transparent 70%); transition: transform .45s ease; }
.service-card:hover { transform: translateY(-9px); box-shadow: 0 30px 70px rgba(3,14,26,.15); border-color: rgba(212,170,85,.35); }
.service-card:hover::after { transform: scale(1.8); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: var(--gold-light); margin-bottom: 34px; font-weight: 800; }
.service-card p { color: var(--muted); margin: 12px 0 26px; }
.text-link { margin-top: auto; color: var(--navy); font-weight: 700; }
.text-link::after { content: " →"; color: var(--gold); }

.national-section { background: var(--navy); color: white; position: relative; overflow: hidden; }
.national-section::before { content: "USA"; position: absolute; right: -20px; top: 18px; font: 800 clamp(8rem, 23vw, 21rem)/1 "Manrope"; letter-spacing: -.08em; color: rgba(255,255,255,.025); }
.national-section .section-head { position: relative; }
.national-section .section-head p { color: rgba(255,255,255,.58); }
.national-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; overflow: hidden; position: relative; }
.national-card { min-height: 285px; padding: 34px 28px; background: var(--navy); transition: background .35s ease, transform .35s ease; }
.national-card:hover { background: var(--navy-2); transform: translateY(-4px); }
.national-card > span { display: inline-block; color: var(--gold); font: 700 .78rem "Manrope"; letter-spacing: .12em; margin-bottom: 55px; }
.national-card h3 { margin-bottom: 14px; }
.national-card p { color: rgba(255,255,255,.58); font-size: .94rem; }
.national-banner { margin-top: 22px; padding: 25px 28px; border-radius: 18px; background: linear-gradient(90deg, rgba(237,82,86,.14), rgba(255,157,80,.12), rgba(76,155,176,.14)); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.national-banner strong { display: block; font-family: "Manrope"; font-size: 1.1rem; }
.national-banner span { display: block; color: rgba(255,255,255,.58); font-size: .88rem; margin-top: 3px; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.split-copy h2 { margin: 12px 0 24px; }
.split-copy > p { color: var(--muted); font-size: 1.08rem; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 36px; display: grid; gap: 17px; }
.feature-list li { display: grid; grid-template-columns: 28px 1fr; align-items: start; }
.feature-list li::before { content: "✓"; color: var(--gold); font-weight: 800; }
.model-card { background: linear-gradient(145deg, var(--navy-2), var(--ink)); color: white; border-radius: 32px; padding: clamp(34px, 6vw, 64px); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.model-card::after { content: "Z"; position: absolute; right: -22px; bottom: -76px; font: 800 15rem/1 "Manrope"; color: rgba(255,255,255,.035); }
.model-card .number { font: 800 clamp(4rem, 9vw, 7rem)/.9 "Manrope"; color: var(--gold-light); letter-spacing: -.07em; }
.model-card h3 { margin: 20px 0 12px; font-size: 1.7rem; }
.model-card p { color: rgba(255,255,255,.64); }

.tech-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.parksync-lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.parksync-lockup span { color: rgba(255,255,255,.68); font-family: "Manrope"; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.parksync-lockup img { width: 190px; height: auto; border-radius: 9px; }
.tech-panel { border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 42px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); }
.phone { max-width: 340px; margin: 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; padding: 14px; background: #0d2137; box-shadow: 0 25px 60px rgba(0,0,0,.35); animation: phoneFloat 5s ease-in-out infinite; }
.phone-screen { background: white; color: var(--ink); border-radius: 24px; padding: 26px 22px; min-height: 390px; }
.phone-brand { font-weight: 800; font-family: "Manrope"; display: flex; justify-content: space-between; }
.ticket { margin-top: 34px; padding: 22px; border-radius: 18px; background: var(--paper); }
.ticket strong { display: block; font-size: 2rem; color: var(--navy); margin: 10px 0; }
.progress-line { display: flex; gap: 5px; margin-top: 20px; }
.progress-line i { height: 4px; flex: 1; background: #d8dde3; border-radius: 4px; }
.progress-line i.active { background: var(--gold); }
.tech-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.tech-item { border: 1px solid rgba(255,255,255,.1); padding: 20px; border-radius: 16px; color: rgba(255,255,255,.68); }
.tech-item strong { display: block; color: white; margin-bottom: 5px; }
.parksync-kicker { display: inline-block; color: var(--gold); font-family: "Manrope"; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 12px; }
.tech-intro { color: rgba(255,255,255,.7); max-width: 650px; }
.parksync-suite { margin-top: 20px; padding: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); }
.suite-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 28px; }
.suite-heading h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.suite-heading p { color: rgba(255,255,255,.68); margin: 0; }
.suite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.suite-card { min-height: 180px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); }
.suite-card span { color: var(--gold); font-family: "Manrope"; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.suite-card h4 { margin: 32px 0 8px; color: white; font-size: 1.08rem; }
.suite-card p { margin: 0; color: rgba(255,255,255,.65); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { counter-increment: step; padding-top: 22px; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(step); color: var(--gold); font: 700 .85rem "Manrope"; }
.step h3 { margin: 18px 0 10px; }
.step p { color: var(--muted); }

.cta-band { background: linear-gradient(110deg, #c9953d, var(--gold-light), #d4aa55); background-size: 200% 200%; color: var(--ink); padding: 70px 0; animation: gradientShift 8s ease infinite; }
.cta-wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-wrap h2 { font-size: clamp(2rem, 4vw, 3.8rem); max-width: 760px; }

.proposal { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.proposal-copy h2 { margin: 12px 0 24px; }
.proposal-copy p { color: var(--muted); }
.contact-line { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-line a { color: var(--navy); font-weight: 700; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .83rem; font-weight: 700; color: #465466; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d9dee4; border-radius: 12px; background: white; padding: 14px 15px; color: var(--ink); outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,170,85,.16); }
.form-status { grid-column: 1 / -1; font-size: .88rem; color: var(--muted); min-height: 24px; }

.page-hero { padding: 190px 0 100px; color: white; background: radial-gradient(circle at 75% 20%, #1e527e 0, var(--navy) 38%, var(--ink) 78%); background-size: 130% 130%; animation: pageHeroShift 10s ease-in-out infinite alternate; overflow: hidden; }
.page-hero .container { animation: heroEnter .75s cubic-bezier(.2,.8,.2,1) both; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero p { margin-top: 28px; max-width: 720px; font-size: 1.2rem; color: rgba(255,255,255,.68); }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
.content-copy h2 { margin-bottom: 24px; }
.content-copy p + p { margin-top: 18px; }
.aside-card { border-radius: 24px; padding: 34px; background: var(--paper); align-self: start; }
.aside-card h3 { margin-bottom: 18px; }
.aside-card ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 12px; }
.aside-card li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.aside-card li:last-child { border: 0; }

.seo-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.seo-link-grid a { display: grid; gap: 10px; min-height: 170px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.seo-link-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.seo-link-grid strong { color: var(--navy); font: 800 1.08rem "Manrope"; }
.seo-link-grid span { color: var(--muted); }
.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-wrap h2 { margin: 12px 0 18px; }
.faq-wrap > div:first-child p { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: white; padding: 20px 22px; }
.faq-list summary { cursor: pointer; color: var(--navy); font: 800 1rem "Manrope"; }
.faq-list p { margin-top: 12px; color: var(--muted); }

.team-hero { background: radial-gradient(circle at 78% 20%, #1e4b73 0, var(--navy) 40%, var(--ink) 80%); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--paper); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.team-card:hover img { transform: scale(1.045); }
.team-card-copy { padding: 22px 22px 24px; }
.team-card-copy span { display: block; min-height: 2.2em; color: var(--gold); font: 700 .72rem/1.35 "Manrope"; letter-spacing: .1em; text-transform: uppercase; }
.team-card-copy h3 { margin: 10px 0 5px; }
.team-card-copy p { color: var(--muted); }

.site-footer { background: #05101c; color: white; padding: 68px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.52); margin-top: 20px; }
.footer-col h3 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 17px; }
.footer-col a { display: block; color: rgba(255,255,255,.62); margin: 9px 0; }
.footer-col a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .8rem; }
.footer-bottom a { color: inherit; transition: color .2s ease; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--gold-light); }

.claim-page { background: var(--paper); }
.claim-page-header { background: var(--ink); color: white; border-top: 4px solid var(--gold); }
.claim-nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.claim-help { color: var(--gold-light); font-weight: 700; }
.claim-hero { padding: 92px 0 78px; background: radial-gradient(circle at 75% 20%, #173c60 0, var(--navy) 42%, var(--ink) 80%); color: white; }
.claim-hero h1 { max-width: 900px; margin-top: 12px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.claim-hero p { max-width: 720px; margin-top: 22px; color: rgba(255,255,255,.68); font-size: 1.1rem; }
.claim-section { padding-top: 78px; }
.claim-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.claim-guidance { position: sticky; top: 28px; }
.claim-guidance h2 { margin: 12px 0 22px; font-size: clamp(2rem, 4vw, 3.4rem); }
.claim-guidance > p { color: var(--muted); }
.claim-contact { display: grid; gap: 5px; padding-top: 24px; border-top: 1px solid var(--line); }
.claim-contact strong { font-family: "Manrope"; }
.claim-contact a { color: var(--navy); font-weight: 700; }
.claim-form { padding: clamp(24px, 4vw, 44px); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.claim-form-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.claim-form-heading span { font: 800 1.25rem "Manrope"; }
.claim-form-heading strong { color: var(--muted); font-size: .82rem; }
.claim-fields { gap: 20px; }
.claim-confirm label { display: flex; gap: 11px; align-items: flex-start; font-weight: 500; }
.claim-confirm input { width: 18px; height: 18px; margin-top: 4px; flex: 0 0 auto; }
.claim-footer { padding-top: 10px; }

html.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
html.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroEnter { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.07); } }
@keyframes heroGlow { from { transform: translate3d(0,0,0) scale(.9); opacity: .7; } to { transform: translate3d(-90px,80px,0) scale(1.2); opacity: 1; } }
@keyframes phoneFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes pageHeroShift { from { background-position: 65% 35%; } to { background-position: 35% 65%; } }

@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 0; background: var(--ink); flex-direction: column; justify-content: center; font-size: 1.3rem; transform: translateX(100%); transition: transform .25s; }
  .menu-open .nav-links { transform: translateX(0); }
  .menu-toggle { display: block; z-index: 2; }
  .hero { min-height: 760px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,14,25,.96), rgba(4,14,25,.62)), linear-gradient(0deg, rgba(4,14,25,.75), transparent); }
  .hero-content { width: 100%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .national-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .tech-grid, .proposal, .content-grid, .suite-heading, .faq-wrap { grid-template-columns: 1fr; }
  .seo-link-grid { grid-template-columns: repeat(2, 1fr); }
  .claim-layout { grid-template-columns: 1fr; }
  .claim-guidance { position: static; }
  .suite-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-logo { width: 104px; height: 49px; }
  .brand-name { font-size: .82rem; }
  .brand-name small { font-size: .5rem; letter-spacing: .1em; }
  .section { padding: 78px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .hero-content { padding-top: 160px; }
  .parksync-lockup { align-items: flex-start; flex-direction: column; }
  .parksync-lockup img { width: 170px; }
  .hero-proof { gap: 12px 20px; }
  .proof-grid, .service-grid, .steps, .tech-list, .form, .suite-grid, .seo-link-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .team-card-copy { padding: 18px; }
  .team-card-copy span { min-height: 0; }
  .parksync-suite { padding: 28px 22px; }
  .suite-card { min-height: 0; }
  .national-grid { grid-template-columns: 1fr; }
  .national-card { min-height: 0; }
  .national-card > span { margin-bottom: 28px; }
  .national-banner { display: block; }
  .national-banner .btn { margin-top: 20px; }
  .proof-item, .proof-item:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .proof-item:last-child { border-bottom: 0; }
  .cta-wrap { display: block; }
  .cta-wrap .btn { margin-top: 28px; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span, .footer-bottom a { display: block; margin-top: 8px; }
  .page-hero { padding: 160px 0 80px; }
  .claim-nav { min-height: 82px; }
  .claim-nav .brand-name { display: none; }
  .claim-help { font-size: .84rem; }
  .claim-hero { padding: 68px 0 58px; }
  .claim-form-heading { display: grid; }
}

@media (max-width: 420px) {
  .team-grid { grid-template-columns: 1fr; }
}

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