:root {
  --navy-950: #07131d;
  --navy-900: #0b1d2a;
  --navy-800: #102b3d;
  --navy-700: #173c51;
  --slate-600: #5d6b72;
  --slate-300: #b9c0c1;
  --cream: #f4efe5;
  --cream-2: #e9e1d3;
  --white: #fffdf8;
  --gold: #dba85e;
  --gold-dark: #b77a2e;
  --ink: #10212b;
  --line: rgba(16, 33, 43, .14);
  --shadow: 0 32px 80px rgba(3, 15, 24, .16);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) {
  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:focus { position: fixed; z-index: 999; top: 12px; left: 12px; background: white; padding: 10px 16px; }

.license-bar { background: var(--navy-950); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.license-bar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.license-bar__licenses { display: flex; align-items: center; gap: 12px; }
.license-bar__licenses i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.site-header {
  position: absolute; z-index: 20; top: 34px; left: 0; right: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.site-header.is-sticky { position: fixed; top: 0; background: rgba(7,19,29,.94); backdrop-filter: blur(16px); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.site-header__inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: white; }
.brand__logo { display: block; width: 164px; height: auto; filter: drop-shadow(0 7px 10px rgba(0,0,0,.22)); }
.brand__logo--footer { width: 220px; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.82); }
.primary-nav > a:not(.button) { font-size: .84rem; font-weight: 600; }
.primary-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 54px;
  padding: 0 24px; border: 1px solid transparent; font-size: .82rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .72rem; }
.button--gold { background: var(--gold); color: var(--navy-950); }
.button--gold:hover { background: #e9b86f; }
.button--outline { border-color: rgba(255,255,255,.4); color: white; }
.button--outline:hover { background: white; color: var(--navy-900); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-block: 8px; color: white; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--gold); }
.text-link--light { color: rgba(255,255,255,.86); }

.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--gold-dark); }

.hero { position: relative; min-height: 800px; overflow: hidden; background: var(--navy-900); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 30%, rgba(61,102,119,.26), transparent 34%), linear-gradient(115deg, transparent 60%, rgba(219,168,94,.05)); }
.hero__grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero__inner { position: relative; min-height: 800px; padding-top: 142px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 48px; }
.hero__copy { position: relative; z-index: 3; padding-block: 70px 48px; }
.hero h1 { max-width: 680px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3.25rem, 5.5vw, 5.45rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--gold); font-style: normal; font-weight: 500; }
.hero__lede { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.69); font-size: 1.06rem; line-height: 1.75; }
.hero__actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.hero__proof { margin-top: 54px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.hero__proof div { display: grid; gap: 5px; }
.hero__proof strong { color: var(--gold); font-family: "Manrope", sans-serif; font-size: 1.2rem; }
.hero__proof span { max-width: 145px; color: rgba(255,255,255,.56); font-size: .73rem; line-height: 1.35; }

.hero-visual { position: relative; align-self: stretch; min-height: 680px; margin-right: -120px; }
.hero-visual::before { content: ""; position: absolute; inset: 6% 7% 8% 0; border: 1px solid rgba(255,255,255,.11); border-radius: 52% 42% 48% 32%; transform: rotate(-8deg); }
.hero-visual__sun { position: absolute; z-index: 0; top: 18%; right: 24%; width: 250px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 38%, #efc886, #b77a2e 64%, rgba(183,122,46,.1) 72%); opacity: .55; box-shadow: 0 0 90px rgba(219,168,94,.28); }
.hero-visual__coastline { position: absolute; left: 0; right: 0; bottom: 0; height: 31%; background: linear-gradient(180deg, rgba(17,54,72,.1), rgba(20,72,92,.52)); clip-path: polygon(0 43%, 15% 32%, 32% 48%, 48% 35%, 65% 45%, 83% 25%, 100% 34%, 100% 100%, 0 100%); }
.roof-scene { position: absolute; z-index: 2; width: 97%; left: -4%; bottom: -3%; }
.hero-visual__badge { position: absolute; z-index: 4; right: 16%; bottom: 16%; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: rgba(244,239,229,.95); color: var(--ink); box-shadow: var(--shadow); }
.hero-visual__badge-icon { width: 38px; height: 38px; display: grid; place-items: center; background: var(--navy-900); color: var(--gold); font-family: "Manrope"; font-weight: 800; }
.hero-visual__badge > span:last-child { display: grid; line-height: 1.2; gap: 4px; }
.hero-visual__badge strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; }
.hero-visual__badge small { color: var(--slate-600); font-size: .68rem; }
.hero-visual__caption { position: absolute; z-index: 4; right: 15%; top: 24%; margin: 0; color: rgba(255,255,255,.58); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.hero-visual__caption span { margin-inline: 8px; color: var(--gold); }

.audience-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); box-shadow: 0 28px 70px rgba(5,21,31,.12); }
.audience-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.audience-strip a { min-height: 154px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 18px; align-content: center; padding: 28px 32px; border-right: 1px solid var(--line); transition: color .2s, background .2s; }
.audience-strip a:last-child { border-right: 0; }
.audience-strip a:hover { background: var(--navy-800); color: white; }
.audience-strip a > span { grid-row: 1 / 3; color: var(--gold-dark); font-size: .7rem; }
.audience-strip strong { font-family: "Manrope"; font-size: 1.05rem; }
.audience-strip small { color: var(--slate-600); line-height: 1.35; margin-top: 5px; }
.audience-strip a:hover small { color: rgba(255,255,255,.62); }
.audience-strip b { grid-row: 1 / 3; align-self: center; color: var(--gold-dark); font-size: 1.3rem; }

.section { padding-block: 120px; }
.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; }
.section-heading--compact { grid-template-columns: 1fr; }
.section-heading h2, .services h2, .commercial h2, .areas h2, .contact h2 { margin: 0; font-family: "Manrope"; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 5px; color: var(--slate-600); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 330px; padding: 38px; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; border: 1px solid rgba(16,33,43,.08); border-radius: 50%; }
.feature-card--accent { background: var(--gold); border-color: var(--gold); }
.feature-card__number { position: absolute; top: 27px; right: 28px; color: rgba(16,33,43,.4); font-size: .7rem; }
.feature-card__icon { width: 66px; height: 66px; margin: 12px 0 48px; position: relative; color: var(--gold-dark); }
.feature-card--accent .feature-card__icon { color: var(--navy-900); }
.wind-icon i { position: absolute; left: 0; height: 2px; background: currentColor; border-radius: 2px; }
.wind-icon i:nth-child(1) { top: 15px; width: 58px; }
.wind-icon i:nth-child(2) { top: 31px; width: 43px; }
.wind-icon i:nth-child(3) { top: 47px; width: 52px; }
.water-icon::before { content: ""; position: absolute; inset: 2px 13px 9px; border: 2px solid currentColor; border-radius: 55% 45% 52% 48%; transform: rotate(45deg); }
.sun-icon { border: 2px solid currentColor; border-radius: 50%; transform: scale(.62); box-shadow: 0 -44px 0 -20px currentColor, 0 44px 0 -20px currentColor, 44px 0 0 -20px currentColor, -44px 0 0 -20px currentColor; }
.feature-card h3 { margin: 0 0 14px; font: 700 1.18rem "Manrope"; }
.feature-card p { margin: 0; color: var(--slate-600); font-size: .9rem; }
.feature-card--accent p { color: rgba(16,33,43,.7); }

.services { background: var(--navy-800); color: white; }
.services__grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; align-items: start; }
.services__intro { position: sticky; top: 130px; }
.services__intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.services__intro .button { margin-top: 22px; }
.service-list { border-top: 1px solid rgba(255,255,255,.15); }
.service-item { min-height: 124px; display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding .2s, color .2s; }
.service-item:hover { padding-left: 12px; color: var(--gold); }
.service-item__index { color: var(--gold); font-size: .72rem; }
.service-item__copy { display: grid; gap: 7px; }
.service-item__copy strong { font: 600 1.16rem "Manrope"; }
.service-item__copy small { color: rgba(255,255,255,.52); font-size: .82rem; }
.service-item__arrow { font-size: 1.2rem; }

.commercial { position: relative; overflow: hidden; background: var(--navy-950); color: white; }
.commercial__blueprint { position: absolute; inset: 0; opacity: .09; background: linear-gradient(90deg, transparent 49.7%, white 50%, transparent 50.3%), linear-gradient(transparent 49.7%, white 50%, transparent 50.3%); background-size: 80px 80px; transform: rotate(-8deg) scale(1.2); }
.commercial__inner { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.commercial__copy > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.65); font-size: 1rem; }
.commercial__actions { margin-top: 30px; display: flex; align-items: center; gap: 26px; }
.commercial__systems { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(6px); }
.commercial__systems div { min-height: 92px; padding: 20px 28px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.commercial__systems div:last-child { border-bottom: 0; }
.commercial__systems span { color: var(--gold); font-size: .68rem; }
.commercial__systems strong { font: 600 .95rem "Manrope"; }

.process { background: var(--white); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-list li { position: relative; min-height: 215px; padding: 28px 24px 0 0; border-right: 1px solid var(--line); }
.process-list li:not(:first-child) { padding-left: 24px; }
.process-list li:last-child { border-right: 0; }
.process-list li::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-dark); }
.process-list span { color: var(--gold-dark); font-size: .68rem; }
.process-list div { margin-top: 52px; }
.process-list strong { font: 700 1rem "Manrope"; }
.process-list p { margin: 8px 0 0; color: var(--slate-600); font-size: .84rem; }

.areas { overflow: hidden; background: var(--cream-2); }
.areas__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.areas__map { position: relative; width: 520px; max-width: 100%; margin-inline: auto; }
.areas__map-image { width: 100%; height: auto; }
.map-location { position: absolute; display: flex; align-items: center; gap: 7px; transform: translate(-100%, -50%); }
.map-location i { flex: 0 0 auto; width: 12px; height: 12px; border: 3px solid var(--cream-2); border-radius: 50%; background: var(--gold-dark); box-shadow: 0 0 0 1px rgba(16,43,61,.3); }
.map-location b { order: -1; padding: 4px 8px; background: var(--navy-800); color: white; font-size: .62rem; font-weight: 600; line-height: 1.4; letter-spacing: .04em; white-space: nowrap; }
.map-location--tampa { top: 53%; left: 70%; }
.map-location--sarasota { top: 60.5%; left: 72%; }
.map-location--fort-myers { top: 69%; left: 76%; }
.map-location--naples { top: 76%; left: 78%; }
.map-location--south-florida { top: 83.5%; left: 92%; }
.areas__copy > p:not(.eyebrow) { max-width: 590px; color: var(--slate-600); }
.area-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.area-tags span { padding: 10px 14px; border: 1px solid rgba(16,33,43,.22); font-size: .72rem; font-weight: 600; }

.contact { padding-block: 100px; background: var(--gold); }
.contact__inner { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.contact .eyebrow { color: var(--navy-800); }
.contact__options { border-top: 1px solid rgba(16,33,43,.25); }
.contact__options a { min-height: 106px; padding: 18px 0; display: grid; grid-template-columns: 1fr auto; align-content: center; border-bottom: 1px solid rgba(16,33,43,.25); }
.contact__options span { color: rgba(16,33,43,.62); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.contact__options strong { grid-row: 2; font: 700 1.14rem "Manrope"; }
.contact__options small { grid-column: 2; grid-row: 1 / 3; align-self: center; color: rgba(16,33,43,.58); }

.site-footer { padding-block: 60px 28px; background: var(--navy-950); color: white; }
.site-footer__top { display: grid; grid-template-columns: 1fr .9fr auto; align-items: center; gap: 60px; padding-bottom: 48px; }
.brand--footer { color: white; }
.site-footer__top > p { color: rgba(255,255,255,.5); font-size: .84rem; }
.site-footer__licenses { display: flex; gap: 18px; color: var(--gold); font-size: .68rem; letter-spacing: .08em; }
.site-footer__bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .68rem; }

.demo-toast { position: fixed; z-index: 50; right: 24px; bottom: 24px; max-width: 350px; padding: 18px 20px; display: grid; gap: 3px; background: var(--white); box-shadow: var(--shadow); transform: translateY(150%); opacity: 0; transition: .3s ease; }
.demo-toast.is-visible { transform: translateY(0); opacity: 1; }
.demo-toast strong { font: 700 .9rem "Manrope"; }
.demo-toast span { color: var(--slate-600); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }

@media (max-width: 1050px) {
  .primary-nav { gap: 18px; }
  .hero__inner { grid-template-columns: 1.05fr .95fr; }
  .hero-visual { margin-right: -160px; }
  .services__grid, .commercial__inner { gap: 55px; }
  .areas__grid { gap: 60px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 720px); }
  .license-bar__licenses { display: none; }
  .license-bar__inner { justify-content: center; }
  .site-header__inner { min-height: 84px; }
  .brand__logo { width: 132px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 84px; left: 0; right: 0; padding: 24px; display: grid; gap: 18px; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: .2s; }
  .primary-nav.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .hero, .hero__inner { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 144px; }
  .hero__copy { padding-block: 70px 24px; }
  .hero-visual { min-height: 520px; margin: -70px -150px 0 30px; }
  .hero-visual__caption { display: none; }
  .audience-strip__grid { grid-template-columns: 1fr; }
  .audience-strip a { min-height: 122px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .services__grid, .commercial__inner, .areas__grid, .contact__inner { grid-template-columns: 1fr; gap: 60px; }
  .services__intro { position: static; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .areas__map { order: 2; }
  .site-footer__top { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .brand__logo { width: 118px; }
  .brand__logo--footer { width: 190px; }
  .hero__inner { padding-top: 106px; }
  .hero__copy { padding-top: 56px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero__lede { font-size: .94rem; }
  .hero__actions, .commercial__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .text-link, .commercial__actions .text-link { align-self: flex-start; }
  .hero__proof { grid-template-columns: 1fr; gap: 14px; }
  .hero__proof div { grid-template-columns: 90px 1fr; align-items: center; }
  .hero-visual { min-height: 380px; margin: -45px -100px 0 -20px; }
  .hero-visual__badge { right: 24%; bottom: 9%; transform: scale(.82); transform-origin: right bottom; }
  .audience-strip a { padding: 24px 20px; }
  .section { padding-block: 72px; }
  .section-heading h2, .services h2, .commercial h2, .areas h2, .contact h2 { font-size: 2.35rem; }
  .feature-card { padding: 30px; }
  .service-item { grid-template-columns: 34px 1fr auto; }
  .service-item__copy small { display: none; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(2) { min-height: 160px; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .process-list li:first-child { border-top: 0; }
  .process-list li::before { display: none; }
  .process-list div { margin-top: 24px; }
  .map-location { gap: 5px; }
  .map-location i { width: 10px; height: 10px; border-width: 2px; }
  .map-location b { padding: 3px 6px; font-size: .52rem; }
  .contact__options a { grid-template-columns: 1fr; }
  .contact__options small { grid-column: 1; grid-row: 3; margin-top: 5px; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
}

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