:root {
  --navy: #0b1f3a;
  --navy-deep: #071427;
  --navy-soft: #153357;
  --gold: #b8903a;
  --gold-bright: #d0a950;
  --coastal: #5f8f93;
  --coastal-deep: #315f67;
  --cream: #f0f6f4;
  --paper: #fbfcfa;
  --ink: #122137;
  --muted: #607087;
  --line: rgba(11, 31, 58, 0.14);
  --shell: min(1220px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 110px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: white; color: var(--navy); padding: 12px 18px; box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.skip-link:focus { top: 16px; }

.site-header { height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 max(28px, calc((100vw - 1280px) / 2)); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,31,58,.08); position: relative; z-index: 20; box-shadow: 0 8px 32px rgba(11,31,58,.045); }
.brand { flex: 0 0 auto; }
.brand img { width: min(320px, 42vw); height: auto; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; }
.site-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { color: white; background: var(--navy); padding: 14px 20px; transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--navy-soft); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { min-height: 720px; height: calc(100svh - 112px); position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,16,28,.94) 0%, rgba(8,32,47,.78) 34%, rgba(10,50,62,.22) 65%, rgba(7,23,42,.03) 100%); }
.hero-content { position: relative; z-index: 2; color: white; padding-top: 10px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-bright); font-size: .76rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: var(--gold); }
.hero h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.5rem, 6.4vw, 6.2rem); line-height: .98; letter-spacing: -.035em; font-weight: 700; }
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-copy { max-width: 660px; margin: 30px 0 36px; color: rgba(255,255,255,.82); font-size: 1.18rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-marketline { margin: 26px 0 0; color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: white; }
.button-gold:hover { background: var(--gold-bright); }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; }
.button-ghost:hover { background: white; color: var(--navy); }
.hero-marker { position: absolute; right: 4vw; bottom: 46px; z-index: 2; color: white; display: grid; justify-items: center; gap: 7px; font-size: .65rem; font-weight: 700; letter-spacing: .14em; }
.hero-marker i { display: block; position: relative; width: 1px; height: 100px; background: rgba(255,255,255,.45); }
.hero-marker i::before { content: ''; position: absolute; left: -5px; top: -1px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 15px solid var(--gold-bright); }

.trust-strip { background: linear-gradient(110deg, #f5f8f5, #eaf3f1); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { min-height: 190px; padding: 42px 42px 36px; border-left: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; align-content: center; column-gap: 13px; }
.trust-grid article:last-child { border-right: 1px solid var(--line); }
.trust-grid span { grid-row: span 2; color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.trust-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.28rem; }
.trust-grid p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.market-areas { position: relative; overflow: hidden; background: white; }
.market-areas::before { content: ''; position: absolute; top: -260px; right: -180px; width: 620px; height: 620px; border: 1px solid rgba(95,143,147,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(95,143,147,.035), 0 0 0 160px rgba(95,143,147,.02); pointer-events: none; }
.areas-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.areas-heading h2 { max-width: 740px; margin: 0; color: var(--navy); font-size: clamp(3.2rem, 5.5vw, 5.6rem); line-height: 1; letter-spacing: -.045em; }
.areas-intro { max-width: 500px; justify-self: end; padding-bottom: 7px; }
.areas-intro > p { margin: 0 0 28px; color: var(--muted); font-size: 1.04rem; }
.areas-swipe { display: none; }
.area-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-card { position: relative; min-height: 390px; padding: 38px 34px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); overflow: hidden; transition: color .3s ease, background .3s ease, transform .3s ease; }
.area-card::after { content: ''; position: absolute; right: -48px; bottom: -48px; width: 150px; height: 150px; border: 1px solid rgba(184,144,58,.25); border-radius: 50%; transition: transform .35s ease, border-color .35s ease; }
.area-card:hover { z-index: 2; color: white; background: var(--navy); transform: translateY(-5px); box-shadow: 0 24px 60px rgba(11,31,58,.16); }
.area-card:hover::after { transform: scale(1.65); border-color: rgba(208,169,80,.3); }
.area-number { display: block; margin-bottom: 54px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.area-type { margin: 0 0 9px; color: var(--coastal-deep); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.area-card:hover .area-type { color: var(--gold-bright); }
.area-card h3 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.035em; }
.area-card:hover h3 { color: white; }
.area-card > p:not(.area-type) { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.area-card:hover > p:not(.area-type) { color: rgba(255,255,255,.68); }
.area-tags { position: absolute; left: 34px; right: 34px; bottom: 28px; display: flex; flex-wrap: wrap; gap: 7px; }
.area-tags span { padding: 5px 9px; border: 1px solid var(--line); color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.area-card:hover .area-tags span { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.72); }
.area-cape-coral { background: linear-gradient(145deg, rgba(95,143,147,.12), rgba(255,255,255,.98) 48%); }
.area-islands { background: linear-gradient(145deg, rgba(184,144,58,.09), rgba(255,255,255,.98) 52%); }
.coast-visual { position: relative; min-height: 590px; margin: 72px 0 0; overflow: hidden; background: var(--navy); color: white; box-shadow: 0 30px 80px rgba(11,31,58,.18); }
.coast-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,28,.9) 0%, rgba(4,14,28,.52) 47%, rgba(4,14,28,.08) 76%), linear-gradient(0deg, rgba(4,14,28,.35), transparent 42%); pointer-events: none; }
.coast-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.75,.25,1); }
.coast-visual:hover img { transform: scale(1.035); }
.coast-visual figcaption { position: relative; z-index: 1; max-width: 700px; padding: 82px 72px; }
.coast-visual h3 { margin: 24px 0 22px; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .98; letter-spacing: -.045em; }
.coast-visual figcaption > p:last-child { max-width: 540px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.03rem; }
.coast-coordinate { position: absolute; z-index: 1; right: 34px; bottom: 28px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; }

.section-intro { display: grid; grid-template-columns: .8fr 1fr; align-items: end; margin-bottom: 58px; }
.section-intro .eyebrow { align-self: start; }
.section-intro h2 { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 420px; margin: 0 0 10px auto; color: var(--muted); font-size: 1.05rem; }
.direction-layout { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; border: 1px solid var(--line); background: white; box-shadow: 0 24px 70px rgba(11,31,58,.08); }
.direction-options { display: grid; background: var(--cream); border-right: 1px solid var(--line); }
.direction-tab { position: relative; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 34px 32px; display: grid; grid-template-columns: 44px 1fr 24px; gap: 15px; align-items: center; text-align: left; color: var(--navy); cursor: pointer; transition: background .25s ease, color .25s ease; }
.direction-tab:last-child { border-bottom: 0; }
.direction-tab::before { content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--gold); transform: scaleY(0); transition: transform .25s ease; }
.direction-tab.active { background: var(--navy); color: white; }
.direction-tab.active::before { transform: scaleY(1); }
.tab-number { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.direction-tab strong, .direction-tab small { display: block; }
.direction-tab strong { font-family: Georgia, serif; font-size: 1.5rem; }
.direction-tab small { margin-top: 5px; color: var(--muted); font-size: .82rem; }
.direction-tab.active small { color: rgba(255,255,255,.58); }
.direction-tab b { font-size: 1.2rem; font-weight: 400; color: var(--gold); }
.direction-panel { position: relative; overflow: hidden; padding: 66px 68px; transition: opacity .16s ease, transform .16s ease; }
.direction-panel.changing { opacity: .18; transform: translateY(5px); }
.compass { position: absolute; top: -30px; right: -40px; width: 220px; height: 220px; border: 1px solid rgba(184,144,58,.16); border-radius: 50%; }
.compass::before, .compass::after { content: ''; position: absolute; inset: 50% auto auto 50%; background: rgba(184,144,58,.25); transform: translate(-50%,-50%); }
.compass::before { width: 1px; height: 100%; }
.compass::after { width: 100%; height: 1px; }
.compass span { position: absolute; left: 50%; top: 24px; width: 14px; height: 82px; background: var(--gold); clip-path: polygon(50% 0, 100% 100%, 50% 78%, 0 100%); transform: translateX(-50%); }
.panel-kicker, .card-label { margin: 0 0 18px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.direction-panel h3 { position: relative; max-width: 520px; margin: 0; color: var(--navy); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.03em; }
.direction-panel > p:not(.panel-kicker) { max-width: 580px; margin: 28px 0; color: var(--muted); font-size: 1rem; }
.direction-panel ul { list-style: none; margin: 30px 0 38px; padding: 0; border-top: 1px solid var(--line); }
.direction-panel li { padding: 13px 0 13px 26px; position: relative; border-bottom: 1px solid var(--line); font-size: .92rem; }
.direction-panel li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.text-link, .service-card a { color: var(--navy); font-size: .77rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.text-link span, .service-card a span { color: var(--gold); margin-left: 8px; transition: margin .2s ease; }
.text-link:hover span, .service-card a:hover span { margin-left: 14px; }

.expertise { background: linear-gradient(135deg, var(--navy-deep), #0e2d45 68%, var(--coastal-deep)); color: white; }
.section-heading-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading-row h2 { margin: 0; font-size: clamp(2.8rem, 4.7vw, 4.7rem); line-height: 1.08; letter-spacing: -.03em; }
.section-heading-row > p { margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.service-card { min-height: 410px; padding: 38px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: rgba(255,255,255,.045); transform: translateY(-4px); }
.service-card.featured { background: white; color: var(--navy); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 62px; border: 1px solid rgba(184,144,58,.7); color: var(--gold-bright); font-size: 1.55rem; }
.service-card h3 { margin: 0 0 18px; font-size: 2rem; }
.service-card > p:not(.card-label) { min-height: 105px; margin: 0 0 30px; color: rgba(255,255,255,.58); font-size: .94rem; }
.service-card.featured > p:not(.card-label) { color: var(--muted); }
.service-card a { color: white; }
.service-card.featured a { color: var(--navy); }

.intelligence { position: relative; overflow: hidden; background: #eef4f2; border-bottom: 1px solid var(--line); }
.intelligence::before { content: ''; position: absolute; left: -180px; bottom: -240px; width: 560px; height: 560px; border: 1px solid rgba(49,95,103,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(49,95,103,.035); pointer-events: none; }
.intelligence-heading { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.intelligence-heading h2 { max-width: 770px; margin: 0; color: var(--navy); font-size: clamp(3rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.04em; }
.intelligence-heading > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 1.04rem; }
.intelligence-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intelligence-grid article { position: relative; min-height: 385px; padding: 36px 34px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.74); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.intelligence-grid article::before { content: ''; position: absolute; left: -1px; right: -1px; top: -1px; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.intelligence-grid article:hover { z-index: 1; background: white; transform: translateY(-5px); box-shadow: 0 22px 55px rgba(11,31,58,.1); }
.intelligence-grid article:hover::before { transform: scaleX(1); }
.intelligence-number { display: block; margin-bottom: 66px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.intelligence-label { margin: 0 0 12px; color: var(--coastal-deep); font-size: .7rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.intelligence-grid h3 { margin: 0 0 18px; color: var(--navy); font-size: 2rem; line-height: 1.08; letter-spacing: -.025em; }
.intelligence-grid article > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.intelligence-note { position: relative; max-width: 760px; margin: 34px 0 0 auto; padding-left: 22px; border-left: 2px solid var(--gold); color: var(--navy); font-family: Georgia, serif; font-size: 1.12rem; font-style: italic; }

.perspective { display: grid; grid-template-columns: .8fr 1fr .9fr; gap: 58px; align-items: center; }
.perspective-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--navy); box-shadow: -18px 18px 0 var(--gold), 0 30px 70px rgba(11,31,58,.16); }
.perspective-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,14,28,.84), transparent 48%); pointer-events: none; }
.perspective-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transition: transform 1s cubic-bezier(.2,.75,.25,1); }
.perspective-visual:hover img { transform: scale(1.045); }
.perspective-visual figcaption { position: absolute; z-index: 2; left: 26px; right: 90px; bottom: 24px; color: white; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.35; }
.visual-compass { position: absolute; z-index: 2; top: 24px; right: 22px; width: 56px; height: 84px; display: grid; place-items: start center; color: white; font-size: .62rem; letter-spacing: .12em; }
.visual-compass i { position: absolute; left: 50%; top: 17px; width: 16px; height: 60px; background: var(--gold-bright); clip-path: polygon(50% 0, 100% 45%, 65% 50%, 100% 55%, 50% 100%, 0 55%, 35% 50%, 0 45%); transform: translateX(-50%); }
.perspective-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.03em; }
.perspective-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
blockquote { margin: 38px 0 0; padding-left: 24px; border-left: 2px solid var(--gold); color: var(--navy); font-family: Georgia, serif; font-size: 1.22rem; font-style: italic; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.process-list strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.3rem; }
.process-list p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }

.contact { color: white; background: linear-gradient(115deg, var(--navy-deep), #0d3449 68%, var(--coastal-deep)); border-top: 1px solid rgba(255,255,255,.08); }
.contact-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.contact h2 { max-width: 680px; margin: 0; font-size: clamp(3.3rem, 5.8vw, 6rem); line-height: 1; letter-spacing: -.035em; }
.contact-actions { border-top: 1px solid rgba(255,255,255,.2); }
.contact-actions a { display: flex; justify-content: space-between; align-items: center; padding: 23px 4px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 1.1rem; }
.contact-actions span { color: var(--gold-bright); transition: transform .2s ease; }
.contact-actions a:hover span { transform: translateX(6px); }

.footer { color: rgba(255,255,255,.62); background: #040d1a; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr .9fr .55fr; gap: 70px; align-items: start; }
.footer-brand { display: block; padding: 16px 22px; background: white; width: 420px; max-width: 100%; }
.footer-grid p { max-width: 420px; margin: 0; font-size: .9rem; }
.footer-links { display: grid; gap: 10px; color: white; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-legal { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-header { height: 92px; padding-inline: 18px; }
  .brand img { width: min(270px, calc(100vw - 96px)); height: auto; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 92px; display: none; background: white; padding: 20px; box-shadow: 0 18px 40px rgba(11,31,58,.12); }
  .site-nav.open { display: grid; gap: 8px; }
  .site-nav a { padding: 14px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 700px; height: calc(100svh - 92px); }
  .hero-image { object-position: 65% center; }
  .trust-grid, .areas-heading, .section-intro, .direction-layout, .section-heading-row, .intelligence-heading, .perspective, .contact-inner, .footer-grid { grid-template-columns: 1fr; }
  .areas-heading { gap: 28px; }
  .areas-intro { max-width: 620px; justify-self: start; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .direction-options { border-right: 0; border-bottom: 1px solid var(--line); }
  .direction-panel { min-height: 560px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card > p:not(.card-label) { min-height: 0; }
  .intelligence-heading { gap: 28px; }
  .intelligence-grid { grid-template-columns: 1fr; }
  .intelligence-grid article { min-height: 0; }
  .intelligence-number { margin-bottom: 34px; }
  .coast-visual { min-height: 500px; }
  .coast-visual figcaption { padding: 64px 48px; }
  .perspective-visual { min-height: 430px; box-shadow: -10px 10px 0 var(--gold), 0 24px 60px rgba(11,31,58,.14); }
  .section-heading-row { gap: 28px; }
  .section-intro { align-items: start; gap: 20px; }
  .section-intro > p:last-child { margin-left: 0; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding-block: 78px; }
  .site-header { height: 84px; }
  .brand img { width: min(230px, calc(100vw - 92px)); height: auto; }
  .site-nav { top: 84px; }
  .hero { min-height: 740px; height: auto; padding-block: 66px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,14,28,.96), rgba(7,23,42,.68)); }
  .hero h1 { font-size: clamp(2.9rem, 13vw, 3.5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-marketline { font-size: .62rem; line-height: 1.8; }
  .hero-marker { display: none; }
  .trust-grid article { min-height: 160px; padding: 30px 24px; }
  .areas-swipe { display: flex; justify-content: space-between; margin: -18px 0 18px; color: var(--coastal-deep); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .areas-swipe span { color: var(--gold); }
  .area-grid { grid-template-columns: repeat(6, minmax(82vw, 1fr)); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) rgba(11,31,58,.08); }
  .area-card { min-height: 355px; padding: 32px 24px 28px; scroll-snap-align: start; }
  .area-number { margin-bottom: 40px; }
  .area-tags { left: 24px; right: 24px; bottom: 24px; }
  .coast-visual { min-height: 550px; margin-top: 46px; }
  .coast-visual::after { background: linear-gradient(90deg, rgba(4,14,28,.91), rgba(4,14,28,.34)), linear-gradient(0deg, rgba(4,14,28,.35), transparent 42%); }
  .coast-visual img { object-position: 64% center; }
  .coast-visual figcaption { padding: 52px 28px; }
  .coast-visual h3 { font-size: 3.15rem; }
  .coast-coordinate { right: 16px; bottom: 18px; }
  .direction-layout { margin-inline: -1px; }
  .direction-tab { padding: 24px 18px; grid-template-columns: 32px 1fr 20px; }
  .direction-tab strong { font-size: 1.22rem; }
  .direction-panel { padding: 52px 24px; min-height: 590px; }
  .direction-panel h3 { font-size: 2.4rem; }
  .compass { width: 160px; height: 160px; }
  .service-card { padding: 30px 24px; }
  .service-icon { margin-bottom: 38px; }
  .intelligence-grid { margin-inline: -1px; }
  .intelligence-grid h3 { font-size: 1.8rem; }
  .intelligence-note { font-size: 1rem; }
  .perspective { gap: 42px; }
  .perspective-visual { min-height: 390px; margin-inline: 10px 0; }
  .contact-inner { gap: 42px; }
  .contact h2 { font-size: 2.9rem; }
  .footer-grid { gap: 36px; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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