:root {
  --navy: #051a30;
  --navy-deep: #031324;
  --navy-soft: #092b49;
  --navy-card: #0b3152;
  --blue: #13a9c7;
  --lime: #b9e12f;
  --yellow: #ffc31a;
  --orange: #b9541d;
  --white: #fff;
  --muted: #adc0ce;
  --line: rgba(255, 255, 255, .15);
  --shell: 1180px;
  --gutter: clamp(20px, 4vw, 44px);
  --display: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', Avenir, Montserrat, Arial, sans-serif;
  --shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-deep); }
body { margin: 0; overflow-x: hidden; background: var(--navy); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.site { min-height: 100vh; overflow: clip; background: var(--navy); }
.shell { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 20px; top: 16px; z-index: 100; padding: 11px 16px; background: var(--yellow); color: var(--navy); font-weight: 800; transform: translateY(-180%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; min-height: 92px; background: rgba(3, 19, 36, .98); border-bottom: 1px solid var(--line); }
.header-inner { width: min(calc(100% - (var(--gutter) * 2)), 1280px); min-height: 92px; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand-logo { width: 215px; height: 76px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 25px); margin-left: auto; }
.nav a { position: relative; padding: 35px 0; color: #dce6ed; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 27px; height: 2px; background: var(--yellow); transition: right .18s ease; }
.nav a:hover::after, .nav a:focus-visible::after, .nav a[aria-current='page']::after { right: 0; }
.nav a[aria-current='page'] { color: var(--yellow); }
.menu-button { display: none; width: 48px; height: 48px; margin-left: auto; padding: 12px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: white; cursor: pointer; }
.menu-button i { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.menu-button[aria-expanded='true'] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded='true'] i:nth-of-type(2) { opacity: 0; }
.menu-button[aria-expanded='true'] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; min-height: 50px; padding: 0 21px; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--yellow); border-radius: 3px; background: var(--yellow); color: #17200b; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; box-shadow: 0 10px 26px rgba(0, 0, 0, .16); cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button svg, .path strong svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #ffd14d; border-color: #ffd14d; }
.button-ghost { border-color: rgba(5, 26, 48, .5); background: transparent; color: var(--navy); box-shadow: none; }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--navy); border-color: var(--navy); color: white; }
.header-cta { min-height: 44px; padding-inline: 17px; font-size: 12px; }
.icon { width: 32px; height: 32px; }

.hero { position: relative; min-height: 600px; background: var(--navy); }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); }
.hero-copy { position: relative; z-index: 2; display: flex; padding-top: clamp(72px, 8vw, 110px); padding-right: clamp(32px, 4vw, 72px); padding-bottom: clamp(72px, 8vw, 110px); padding-left: max(var(--gutter), calc((100vw - var(--shell)) / 2)); flex-direction: column; align-items: stretch; justify-content: center; background: var(--navy); }
.hero-copy::after { content: ''; position: absolute; top: 0; bottom: 0; left: 100%; width: 180px; background: linear-gradient(90deg, var(--navy), transparent); pointer-events: none; }
.hero h1 { width: 100%; max-width: 620px; margin: 0; color: #ffe36c; font-family: var(--sans); font-size: clamp(48px, 5.25vw, 78px); font-weight: 800; letter-spacing: -.052em; line-height: .98; text-wrap: balance; }
.hero p { width: 100%; max-width: 580px; margin: 26px 0 32px; color: #e0e8ed; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; }
.hero-copy > .button { align-self: flex-start; }
.hero-media { min-width: 0; min-height: 600px; background-position: center; background-size: cover; }
.hero-interior, .hero-interior .hero-grid, .hero-interior .hero-media { min-height: 520px; }
.hero-interior h1 { font-size: clamp(44px, 4.6vw, 68px); }

.section { padding: clamp(70px, 8vw, 110px) 0; background: var(--navy); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 54px; margin-bottom: clamp(38px, 5vw, 62px); }
.section-head.centered { display: block; max-width: 820px; margin-inline: auto; text-align: center; }
.section-head h2, .area-copy h2, .diagnostic-copy h2, .cta-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 52px); font-weight: 400; letter-spacing: -.04em; line-height: 1.12; text-wrap: balance; }
.section-head p { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; }
.section-head.centered p { max-width: 680px; margin: 18px auto 0; }

.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.service { min-height: 260px; padding: 38px clamp(24px, 3vw, 42px); border-left: 1px solid var(--line); }
.service:first-child { border-left: 0; }
.service-icon { color: var(--yellow); }
.service-icon .icon { width: 42px; height: 42px; }
.service h3 { margin: 34px 0 12px; font-size: 19px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.service p { margin: 0; color: var(--muted); line-height: 1.55; }

.service-paths { background: #082640; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.path { min-height: 275px; display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; padding: clamp(32px, 4vw, 52px); overflow: hidden; border: 1px solid var(--line); background: var(--navy-card); color: white; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.path:hover, .path:focus-visible { transform: translateY(-4px); border-color: var(--yellow); }
.path > span { display: grid; width: 62px; height: 62px; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); }
.path h3 { margin: 4px 0 10px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.path p { min-height: 52px; margin: 0 0 30px; color: var(--muted); }
.path strong { display: inline-flex; align-items: center; gap: 10px; color: var(--yellow); font-size: 14px; }
.ac-path > span { border-color: var(--blue); color: var(--blue); }

.diagnostic { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; background: #082743; border-block: 1px solid var(--line); }
.diagnostic-media { min-height: 500px; background-position: center; background-size: cover; }
.diagnostic-copy { display: flex; padding: clamp(54px, 7vw, 100px); flex-direction: column; align-items: flex-start; justify-content: center; }
.diagnostic-copy h2 { max-width: 590px; }
.diagnostic-copy p { max-width: 610px; margin: 22px 0 30px; color: var(--muted); font-size: 17px; }

.process-section { background: #082743; }
.process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 9px; }
.step { position: relative; min-height: 210px; padding: 31px 25px; border-left: 1px solid var(--line); text-align: center; }
.step:first-child { border-left: 0; }
.step::after { content: ''; position: absolute; z-index: 2; top: 54px; right: -15px; width: 29px; height: 1px; background: var(--muted); }
.step:last-child::after { display: none; }
.step-icon { display: grid; width: 48px; height: 48px; margin: 0 auto; place-items: center; border: 2px solid #86c4d4; border-radius: 50%; color: #d8f4fb; }
.step-icon .icon { width: 23px; height: 23px; }
.step span { display: block; margin-top: 19px; color: #85a5b8; font-size: 12px; font-weight: 800; }
.step h3 { margin: 1px 0 7px; color: white; font-size: 17px; }
.step p { margin: 0 auto; color: var(--muted); font-size: 14px; }

.area-section { position: relative; padding: clamp(68px, 8vw, 108px) 0; overflow: hidden; background: linear-gradient(110deg, #edf4f5 0 53%, #f8b55b 53% 100%); color: var(--navy); }
.area-section::after { content: ''; position: absolute; z-index: 0; inset: 0 0 0 53%; background: linear-gradient(rgba(181, 78, 27, .18), rgba(255, 185, 81, .13)), url('/assets/generated/boat-sunset.jpg') center/cover; opacity: .86; }
.area-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.area-copy { position: relative; z-index: 2; }
.area-copy p { max-width: 520px; margin: 20px 0; color: #3f596b; font-size: 17px; }
.county-list { display: grid; margin: 26px 0 32px; padding: 0; gap: 8px; list-style: none; }
.county-list li { position: relative; padding-left: 19px; font-weight: 700; }
.county-list li::before { content: ''; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.map { position: relative; width: min(100%, 580px); min-height: 440px; margin-left: auto; overflow: hidden; border: 1px solid rgba(5, 26, 48, .22); background: rgba(242, 249, 250, .92); box-shadow: var(--shadow); }
.florida-shape { position: absolute; width: 184px; height: 338px; left: 42%; top: 44px; border: 2px solid #8ba9b5; border-radius: 55% 45% 78% 22% / 25% 42% 58% 75%; background: linear-gradient(145deg, rgba(19,169,199,.13), rgba(185,225,47,.13)); clip-path: polygon(13% 0, 97% 8%, 76% 28%, 61% 49%, 67% 70%, 52% 100%, 38% 77%, 19% 58%, 5% 26%); transform: rotate(-12deg); }
.pin { position: absolute; z-index: 2; width: 22px; height: 22px; border: 5px solid white; border-radius: 50% 50% 50% 0; background: #0c597d; box-shadow: 0 3px 10px rgba(5,26,48,.25); transform: rotate(-45deg); }
.pin.p1 { left: 64%; top: 24%; }.pin.p2 { left: 59%; top: 41%; }.pin.p3 { left: 57%; top: 58%; }.pin.p4 { left: 51%; top: 73%; }
.map-label { position: absolute; left: 30px; bottom: 29px; color: #567080; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.map-label strong { display: block; color: var(--navy); font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: 0; text-transform: none; }

.audience-section { background: var(--navy); }
.audience { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.audience article { padding: 33px clamp(20px, 3vw, 42px); border-left: 1px solid var(--line); text-align: center; }
.audience article:first-child { border-left: 0; }
.audience article > div { height: 52px; color: #a8c3d1; }
.audience article .icon { width: 62px; height: 42px; margin: 0 auto; }
.audience h3 { margin: 18px 0 8px; font-size: 16px; font-weight: 800; text-transform: uppercase; }
.audience p { margin: 0 auto; color: var(--muted); font-size: 14px; }

.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.principles article { min-height: 250px; padding: 31px 26px; border-top: 3px solid var(--yellow); background: var(--navy-card); }
.principles span { color: var(--yellow); font-size: 13px; font-weight: 800; }
.principles h3 { margin: 52px 0 10px; font-family: var(--display); font-size: 23px; font-weight: 400; }
.principles p { margin: 0; color: var(--muted); }

.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.route-grid article { padding: clamp(30px, 4vw, 49px); border: 1px solid var(--line); background: var(--navy-card); }
.route-grid article > span { display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); }
.route-grid h3 { margin: 29px 0 10px; font-family: var(--display); font-size: clamp(23px, 2.5vw, 31px); font-weight: 400; }
.route-grid p { margin: 0 0 27px; color: var(--muted); }

.home-guides { background: #061f37; }
.blog-hero, .article-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(5,26,48,.98) 0%, rgba(5,26,48,.9) 58%, rgba(5,26,48,.48) 100%), url('/assets/generated/boat-sunset.jpg') center 58%/cover; }
.blog-hero .shell, .article-hero .shell { position: relative; z-index: 1; padding-block: clamp(76px, 9vw, 128px); }
.blog-hero h1, .article-hero h1 { max-width: 930px; margin: 12px 0 24px; color: #ffe36c; font-size: clamp(44px, 6.2vw, 82px); font-weight: 800; letter-spacing: -.052em; line-height: .99; text-wrap: balance; }
.blog-hero > .shell > p:not(.eyebrow), .article-hero > .shell > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #e0e8ed; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.category-hero h1 { max-width: 760px; }
.eyebrow { display: block; margin: 0; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.breadcrumbs { display: flex; min-height: 44px; margin-bottom: 26px; align-items: center; flex-wrap: wrap; gap: 8px; color: #a8bdca; font-size: 13px; }
.breadcrumbs a { color: #dbe6ec; text-decoration: none; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--yellow); }
.breadcrumbs i { color: #6f8999; font-style: normal; }
.breadcrumbs span { color: #a8bdca; }
.hero-text-link { margin-top: 30px; }
.category-nav { display: flex; margin-bottom: clamp(35px, 5vw, 55px); padding-bottom: 16px; align-items: center; flex-wrap: wrap; gap: 5px 26px; border-bottom: 1px solid var(--line); }
.category-nav a { display: inline-flex; min-height: 44px; align-items: center; color: #c7d5dd; font-size: 14px; font-weight: 700; text-decoration: none; }
.category-nav a:hover, .category-nav a:focus-visible, .category-nav a[aria-current='page'] { color: var(--yellow); }
.blog-listing { background: #071f37; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--navy-card); }
.blog-card-media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #031324; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.025); }
.blog-card-body { padding: clamp(24px, 3vw, 34px); }
.blog-card-meta { display: flex; min-height: 28px; margin-bottom: 18px; align-items: center; justify-content: space-between; gap: 14px; color: #8ea9ba; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.blog-card-meta a { color: var(--yellow); text-decoration: none; }
.blog-card h2, .blog-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(24px, 2.2vw, 31px); font-weight: 400; letter-spacing: -.025em; line-height: 1.15; }
.blog-card h2 a, .blog-card h3 a { text-decoration: none; }
.blog-card h2 a:hover, .blog-card h2 a:focus-visible, .blog-card h3 a:hover, .blog-card h3 a:focus-visible { color: #ffe36c; }
.blog-card p { margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; color: var(--yellow); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.text-link:hover, .text-link:focus-visible { color: white; }
.guides-all { display: flex; margin-top: 36px; justify-content: center; }
.button-ghost-light { border-color: rgba(255,255,255,.44); background: transparent; color: white; box-shadow: none; }
.button-ghost-light:hover, .button-ghost-light:focus-visible { border-color: var(--yellow); background: var(--yellow); color: var(--navy); }
.blog-cta { padding: clamp(62px, 7vw, 92px) 0; background: linear-gradient(105deg, #8b3d17, #b95b22); }
.blog-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.blog-cta h2 { margin: 8px 0 12px; font-family: var(--display); font-size: clamp(34px, 4vw, 50px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.blog-cta p:not(.eyebrow) { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); }
.blog-cta .button { flex: 0 0 auto; }

.article-hero .shell { padding-bottom: clamp(64px, 8vw, 100px); }
.article-hero h1 { max-width: 1020px; font-size: clamp(42px, 5.5vw, 72px); }
.article-meta { display: flex; margin-top: 29px; flex-wrap: wrap; gap: 10px 26px; color: #afc2cd; font-size: 13px; }
.article-meta span + span { position: relative; }
.article-meta span + span::before { content: ''; position: absolute; left: -14px; top: .72em; width: 3px; height: 3px; border-radius: 50%; background: var(--yellow); }
.article-feature { width: min(calc(100% - (var(--gutter) * 2)), 1380px); margin: clamp(28px, 4vw, 52px) auto 0; aspect-ratio: 16 / 7; overflow: hidden; border: 1px solid var(--line); background: var(--navy-deep); box-shadow: var(--shadow); }
.article-feature img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; padding-block: clamp(58px, 8vw, 104px); grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(32px, 6vw, 78px); align-items: start; }
.article-content { min-width: 0; padding: clamp(28px, 5vw, 58px); background: #eef4f5; color: #173148; box-shadow: var(--shadow); }
.article-content p, .article-content li { font-size: clamp(16px, 1.35vw, 18px); line-height: 1.78; }
.article-content p { margin: 0 0 24px; }
.article-content .article-lead { color: #173148; font-family: var(--display); font-size: clamp(22px, 2.3vw, 30px); line-height: 1.45; }
.article-content h2 { margin: 56px 0 19px; color: var(--navy); font-family: var(--display); font-size: clamp(30px, 3.2vw, 42px); font-weight: 400; letter-spacing: -.035em; line-height: 1.14; }
.article-content h3 { margin: 33px 0 10px; color: #0c5674; font-size: 19px; line-height: 1.35; }
.article-content ul { margin: 0 0 28px; padding-left: 24px; }
.article-content li { margin-bottom: 9px; padding-left: 5px; }
.article-content a { color: #076b88; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content a:hover, .article-content a:focus-visible { color: #9a420f; }
.article-callout { margin: 36px 0; padding: 25px 27px; border-left: 4px solid var(--yellow); background: #dfecee; color: #173148; font-size: 16px; line-height: 1.7; }
.article-aside { position: sticky; top: 24px; display: grid; gap: 20px; }
.article-aside > div { padding: 29px; border: 1px solid var(--line); background: var(--navy-card); }
.article-aside h2 { margin: 9px 0 13px; font-family: var(--display); font-size: 28px; font-weight: 400; line-height: 1.15; }
.article-aside p:not(.eyebrow) { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.article-aside .button { width: 100%; margin-top: 7px; }
.article-aside .aside-cta { border-color: rgba(255,195,26,.42); background: #8b3d17; }
.related-guides { border-top: 1px solid var(--line); background: #061f37; }
.blog-grid-related { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.cta-section { position: relative; padding: clamp(74px, 9vw, 120px) 0; overflow: hidden; background: #8b3d17; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(87,30,8,.95), rgba(139,61,23,.8) 55%, rgba(139,61,23,.4)), url('/assets/generated/boat-sunset.jpg') center/cover; opacity: .84; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(45px, 7vw, 95px); align-items: center; }
.cta-copy p { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.84); font-size: 17px; }
.form-note { margin-top: 26px; color: rgba(255,255,255,.68); font-size: 13px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form label { display: grid; gap: 6px; min-width: 0; color: #fff5e4; font-size: 12px; font-weight: 700; }
.form label span { letter-spacing: .02em; }
.form input, .form select, .form textarea { width: 100%; min-width: 0; min-height: 51px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.46); border-radius: 2px; outline: 0; background: rgba(255,255,255,.94); color: #182b3c; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,195,26,.25); }
.form textarea { min-height: 100px; resize: vertical; }
.form .wide { grid-column: 1 / -1; }
.form button { justify-self: start; }
.honeypot { position: absolute !important; left: -10000px; }
.success-message { display: grid; min-height: 250px; padding: 38px; place-content: center; border: 1px solid rgba(255,255,255,.34); background: rgba(3,19,36,.84); text-align: center; }
.success-message strong { color: var(--yellow); font-family: var(--display); font-size: 30px; }
.success-message span { margin-top: 10px; color: #e5eef2; }

.site-footer { padding: 68px 0 30px; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .65fr 1fr; gap: clamp(30px, 5vw, 64px); }
.footer-brand { display: inline-block; text-decoration: none; }
.footer-brand .brand-logo { width: 230px; height: 90px; }
.footer-grid > div:first-child p { max-width: 300px; }
.footer-grid h2 { margin: 25px 0 17px; color: var(--yellow); font-family: var(--sans); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { margin: 0; color: #91a9b9; font-size: 14px; text-decoration: none; }
.footer-grid a:not(.footer-brand) { display: block; min-height: 32px; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: white; }
.footer-bottom { display: flex; margin-top: 45px; padding-top: 24px; justify-content: space-between; border-top: 1px solid var(--line); color: #6f8b9e; font-size: 12px; }
.footer-bottom a { color: #a5bdca; font-weight: 700; text-decoration: none; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1120px) {
  .header-cta { display: none; }
  .menu-button { display: block; }
  .nav { position: absolute; top: calc(100% + 1px); left: var(--gutter); right: var(--gutter); display: none; margin: 0; padding: 10px; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line); background: var(--navy-deep); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { min-height: 48px; padding: 13px 15px; }
  .nav a::after { display: none; }
}

@media (max-width: 900px) {
  .hero, .hero-grid, .hero-media, .hero-interior, .hero-interior .hero-grid, .hero-interior .hero-media { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 420px; padding: 68px var(--gutter) 62px; }
  .hero-copy::after { top: 100%; bottom: auto; left: 0; width: 100%; height: 80px; background: linear-gradient(180deg, var(--navy), transparent); }
  .hero-media { min-height: 410px; background-position: center; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .services { grid-template-columns: 1fr; }
  .service { min-height: 210px; border-top: 1px solid var(--line); border-left: 0; }
  .service:first-child { border-top: 0; }
  .diagnostic { grid-template-columns: 1fr; }
  .diagnostic-media { min-height: 440px; }
  .diagnostic-copy { min-height: 420px; padding: 64px var(--gutter); }
  .process { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .step:nth-child(4) { border-top: 1px solid var(--line); }
  .step:nth-child(2)::after { display: none; }
  .area-section { background: #edf4f5; }
  .area-section::after { display: none; }
  .area-layout { grid-template-columns: 1fr; }
  .map { width: 100%; margin: 0; }
  .principles { grid-template-columns: 1fr 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; }
  .site-header, .header-inner { min-height: 78px; }
  .brand-logo { width: 172px; height: 62px; }
  .menu-button { flex: 0 0 46px; }
  .nav { left: 20px; right: 20px; }
  .hero-copy { min-height: 390px; }
  .hero h1 { font-size: clamp(41px, 13vw, 56px); }
  .hero p { font-size: 16px; }
  .hero-media { min-height: 310px; }
  .path-grid, .route-grid { grid-template-columns: 1fr; }
  .path { grid-template-columns: 1fr; }
  .path p { min-height: auto; }
  .diagnostic-media { min-height: 320px; }
  .process { grid-template-columns: 1fr; }
  .step, .step:nth-child(2), .step:nth-child(4) { border-top: 1px solid var(--line); border-left: 0; }
  .step:first-child { border-top: 0; }
  .step::after { display: none; }
  .map { min-height: 360px; }
  .florida-shape { left: 37%; transform: rotate(-12deg) scale(.86); transform-origin: top; }
  .map-label { left: 22px; bottom: 20px; }
  .audience { grid-template-columns: 1fr; }
  .audience article { border-top: 1px solid var(--line); border-left: 0; }
  .audience article:first-child { border-top: 0; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 220px; }
  .form { grid-template-columns: 1fr; }
  .form label, .form .wide, .form button { grid-column: 1; }
  .form button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .blog-hero .shell, .article-hero .shell { padding-block: 58px 62px; }
  .blog-hero h1, .article-hero h1 { font-size: clamp(39px, 12vw, 53px); }
  .breadcrumbs { margin-bottom: 18px; }
  .category-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .blog-grid, .blog-grid-related { grid-template-columns: 1fr; }
  .blog-card-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .blog-cta .shell { align-items: flex-start; flex-direction: column; gap: 28px; }
  .blog-cta .button { width: 100%; }
  .article-feature { aspect-ratio: 4 / 3; }
  .article-content { padding: 27px 24px; }
  .article-content h2 { margin-top: 44px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .article-meta span + span::before { display: none; }
}

@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .brand-logo { width: 153px; }
  .nav { left: 18px; right: 18px; }
  .hero-copy { padding-inline: 18px; }
  .hero h1 { font-size: 39px; }
  .button { width: 100%; padding-inline: 16px; }
  .map { min-height: 330px; }
  .category-nav { grid-template-columns: 1fr; }
  .article-content { padding-inline: 20px; }
}

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