:root {
  --green: #07563d;
  --green-deep: #063c2d;
  --green-dark: #062e23;
  --mint: #dff1e8;
  --ink: #17231e;
  --muted: #66736d;
  --paper: #f5f8f3;
  --white: #ffffff;
  --line: #d4ded7;
  --line-strong: #b8c9be;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { color: white; background: var(--green); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: white; background: var(--green); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { position: fixed; z-index: 100; top: 0; left: 50%; width: var(--page); height: 82px; padding: 0; display: flex; align-items: center; justify-content: space-between; color: var(--green-deep); border-bottom: 1px solid var(--line); transform: translateX(-50%); transition: height .25s, background .25s, box-shadow .25s; }
.site-header.is-scrolled { width: 100%; height: 68px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: rgba(250,252,249,.95); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.brand-mark__rotor { width: 20px; height: 20px; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 9deg, currentColor 10deg 42deg, transparent 43deg 69deg, currentColor 70deg 102deg, transparent 103deg 129deg, currentColor 130deg 162deg, transparent 163deg 189deg, currentColor 190deg 222deg, transparent 223deg 249deg, currentColor 250deg 282deg, transparent 283deg 309deg, currentColor 310deg 342deg, transparent 343deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 23px; letter-spacing: -.04em; }
.brand-copy strong span { color: #17845f; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); color: #365247; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a { text-decoration: none; transition: color .2s; }
.site-nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 15px; color: white; background: var(--green); border: 1px solid var(--green); }
.nav-cta:hover { color: var(--green); background: transparent; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 4px 0; background: currentColor; transition: transform .2s; }

.hero { position: relative; min-height: 780px; padding: 132px max(24px, calc((100vw - 1180px) / 2)) 68px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; gap: clamp(46px, 6vw, 90px); color: var(--ink); background: var(--paper); overflow: hidden; }
.hero::after { content: none; }
.hero-media { position: relative; grid-column: 2; grid-row: 1; min-height: 575px; overflow: hidden; background: var(--green-dark); }
.hero-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.15); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-content { position: relative; z-index: 2; grid-column: 1; grid-row: 1; align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--green); }
.hero h1, h2 { margin: 28px 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -.052em; line-height: .91; }
.hero h1 { color: var(--green-deep); font-size: clamp(58px, 6.2vw, 96px); }
h1 em, h2 em { color: #16845f; font-style: normal; }
.hero-lede { max-width: 535px; margin: 0 0 34px; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; border: 1px solid transparent; color: white; background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary:hover { color: var(--green); background: transparent; border-color: var(--green); }
.button--ghost { color: var(--green); background: transparent; border-color: var(--line-strong); }
.button--ghost:hover { color: white; background: var(--green); border-color: var(--green); }
.hero-readout { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 68px; width: min(52vw, 638px); display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: rgba(5,39,29,.86); border-top: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(8px); }
.hero-readout > div { position: relative; min-width: 0; padding: 15px 18px; border-right: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; gap: 5px; }
.hero-readout small { color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .12em; font-size: 7px; }
.hero-readout strong { font: 500 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.pulse-dot { position: absolute; top: 20px; left: 8px; width: 5px; height: 5px; border-radius: 50%; background: #9cedb8; box-shadow: 0 0 0 5px rgba(156,237,184,.14); }
.hero-readout > div:first-child { padding-left: 24px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 36px; left: max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 13px; color: var(--muted); text-decoration: none; text-transform: uppercase; font-size: 7px; letter-spacing: .15em; }
.scroll-cue i { position: relative; display: block; width: 38px; height: 1px; background: var(--line-strong); }
.scroll-cue i::after { content: ""; position: absolute; left: 0; width: 8px; height: 1px; background: var(--green); animation: scan 2s ease-in-out infinite; }
@keyframes scan { 50% { transform: translateX(30px); } }

.section-pad { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - 1180px) / 2)); }
.section-index { display: flex; align-items: center; gap: 10px; color: var(--green); font: 800 8px/1 var(--body); letter-spacing: .17em; text-transform: uppercase; }
.section-index span { width: 34px; height: 1px; background: currentColor; opacity: .65; }
.section-index--light { color: var(--green); }
.statement { display: grid; grid-template-columns: minmax(150px, .55fr) 2.45fr; gap: 6vw; background: var(--white); border-top: 1px solid var(--line); }
.statement-copy { max-width: 920px; }
.statement h2, .section-heading h2, .config-copy h2, .company h2, .contact h2 { color: var(--green-deep); font-size: clamp(44px, 5.3vw, 78px); }
.statement h2 { margin-top: 0; }
.statement p { max-width: 570px; margin: 36px 0 0 auto; color: var(--muted); font-size: 17px; line-height: 1.75; }

.capabilities { position: relative; color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.capabilities::before { content: none; }
.section-heading { display: grid; grid-template-columns: 1.45fr .7fr; gap: 8vw; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.capability-card { min-height: 430px; padding: 30px; background: rgba(255,255,255,.72); border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); transition: background .25s, transform .25s; }
.capability-card:hover { background: var(--white); transform: translateY(-5px); box-shadow: 0 18px 38px rgba(18,57,42,.07); }
.capability-card > span { display: block; margin: 38px 0 10px; color: #16845f; font: 700 9px ui-monospace, monospace; }
.capability-card h3 { margin: 0 0 16px; color: var(--green-deep); font-family: var(--display); text-transform: uppercase; font-size: clamp(27px, 2.5vw, 37px); letter-spacing: -.04em; }
.capability-card p { max-width: 330px; color: var(--muted); line-height: 1.65; }
.capability-card ul { list-style: none; padding: 0; margin: 30px 0 0; border-top: 1px solid var(--line); }
.capability-card li { padding: 9px 0; color: #466156; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.capability-icon { width: 58px; height: 58px; color: #16845f; }
.capability-icon svg { fill: none; stroke: currentColor; stroke-width: 1.4; }

.configurator { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(48px, 8vw, 120px); align-items: center; background: var(--white); }
.config-copy h2 { margin: 30px 0; }
.config-copy > p { max-width: 570px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.mission-tabs { display: flex; flex-wrap: wrap; margin-top: 34px; gap: 7px; }
.mission-tab { padding: 11px 13px; color: #3d584d; background: transparent; border: 1px solid var(--line-strong); cursor: pointer; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.mission-tab.is-active { color: white; background: var(--green); border-color: var(--green); }
.profile-panel { position: relative; min-height: 520px; padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: flex-end; color: white; background: var(--green-deep); overflow: hidden; }
.profile-panel::before { content: ""; position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 42px 42px; }
.profile-ring { position: absolute; top: 40px; right: 44px; width: clamp(175px, 19vw, 255px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(205,244,224,.45); border-radius: 50%; box-shadow: 0 0 0 14px rgba(205,244,224,.025), inset 0 0 70px rgba(205,244,224,.07); }
.profile-ring::before, .profile-ring::after { content: ""; position: absolute; inset: 16%; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }
.profile-ring::after { inset: -15%; border-color: rgba(255,255,255,.08); }
.profile-ring > span { position: relative; z-index: 2; color: #9de0ba; font: 700 15px var(--display); }
.profile-rotor { position: absolute; inset: 19%; border-radius: 50%; animation: rotate 18s linear infinite; }
.profile-rotor i { position: absolute; left: 47%; top: 5%; width: 8%; height: 46%; transform-origin: 50% 98%; background: linear-gradient(to right, transparent, rgba(202,242,220,.7)); clip-path: polygon(45% 100%, 0 0, 100% 22%); }
.profile-rotor i:nth-child(2) { transform: rotate(60deg); }.profile-rotor i:nth-child(3) { transform: rotate(120deg); }.profile-rotor i:nth-child(4) { transform: rotate(180deg); }.profile-rotor i:nth-child(5) { transform: rotate(240deg); }.profile-rotor i:nth-child(6) { transform: rotate(300deg); }
@keyframes rotate { to { transform: rotate(360deg); } }
.profile-data { position: relative; z-index: 2; max-width: 510px; }
.profile-data > p:first-child { color: #9de0ba; font: 800 8px var(--body); text-transform: uppercase; letter-spacing: .16em; }
.profile-data h3 { margin: 13px 0 26px; font-family: var(--display); text-transform: uppercase; font-size: clamp(28px, 3.2vw, 46px); line-height: 1; letter-spacing: -.035em; }
.priority-bars { display: grid; gap: 12px; }
.priority-bars > div { display: grid; grid-template-columns: 88px 1fr 52px; align-items: center; gap: 12px; color: rgba(255,255,255,.6); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.priority-bars i { position: relative; height: 2px; background: rgba(255,255,255,.15); }
.priority-bars i::after { content: ""; display: block; width: var(--value); height: 100%; background: #9de0ba; transition: width .5s ease; }
.priority-bars b { color: white; font-weight: 500; }
.profile-note { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.55; }

.approach { background: var(--paper); border-top: 1px solid var(--line); }
.process-list { list-style: none; margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line-strong); }
.process-list li { min-height: 132px; padding: 0 18px; display: grid; grid-template-columns: 85px 1fr 160px; gap: 26px; align-items: center; border-bottom: 1px solid var(--line-strong); transition: background .2s, padding .2s; }
.process-list li:hover { padding: 0 28px; background: var(--white); }
.process-list li > span { color: #16845f; font: 700 10px ui-monospace, monospace; }
.process-list h3 { margin: 0; color: var(--green-deep); font-family: var(--display); text-transform: uppercase; font-size: clamp(28px, 2.8vw, 41px); letter-spacing: -.03em; }
.process-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.process-list b { color: #3f594f; text-align: right; text-transform: uppercase; letter-spacing: .12em; font-size: 7px; }

.company { position: relative; min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; color: var(--ink); background: var(--mint); border-top: 1px solid var(--line-strong); overflow: hidden; }
.company::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 22% 57%, rgba(7,86,61,.08), transparent 30%); }
.florida-map { position: relative; z-index: 1; padding: 8%; }
.florida-map svg { max-height: 510px; margin: auto; fill: rgba(7,86,61,.03); stroke: rgba(7,86,61,.3); stroke-width: 2; }
.florida-map circle { fill: var(--green); stroke: none; }
.florida-map .map-pulse { fill: none; stroke: var(--green); stroke-width: 1; animation: pulse 2s ease-out infinite; transform-origin: 263px 282px; }
@keyframes pulse { to { opacity: 0; transform: scale(2.8); } }
.company-copy { position: relative; z-index: 2; max-width: 660px; }
.company h2 { margin: 32px 0; }
.company-copy > p { color: #50645b; font-size: 17px; line-height: 1.75; }
.company-principles { margin-top: 42px; border-top: 1px solid rgba(7,86,61,.24); }
.company-principles div { padding: 14px 0; display: grid; grid-template-columns: 170px 1fr; gap: 18px; border-bottom: 1px solid rgba(7,86,61,.24); }
.company-principles strong { color: var(--green); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.company-principles span { color: #5c6e66; font-size: 11px; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 10vw, 150px); background: var(--white); border-top: 1px solid var(--line); }
.contact-copy h2 { margin: 32px 0; }
.contact-copy > p { max-width: 500px; color: var(--muted); line-height: 1.7; }
.contact-copy > a { display: inline-flex; gap: 22px; margin-top: 30px; color: var(--green); font-weight: 750; text-decoration-color: #61ad86; text-underline-offset: 7px; }
.contact-copy > small { display: block; margin-top: 13px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.inquiry-form { display: grid; gap: 22px; padding-top: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inquiry-form label { display: grid; gap: 8px; color: #385046; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: none; resize: vertical; text-transform: none; letter-spacing: 0; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--green); box-shadow: 0 1px 0 var(--green); }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #8e9993; }
.inquiry-form .button { justify-self: start; margin-top: 6px; }
.form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 11px; }

.site-footer { min-height: 220px; padding: 50px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 38px; color: white; background: var(--green-dark); border-top: 1px solid rgba(255,255,255,.1); }
.site-footer .brand { color: white; }
.site-footer .brand-copy small { color: rgba(255,255,255,.52); }
.site-footer p { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.65; }
.footer-meta { justify-self: end; display: flex; flex-direction: column; gap: 14px; color: rgba(255,255,255,.45); text-align: right; text-transform: uppercase; letter-spacing: .1em; font-size: 7px; }
.footer-meta a { color: white; text-underline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-readout { grid-template-columns: 1fr 1fr; width: calc(50vw - 42px); }
  .hero-readout > div:nth-child(2) { display: none; }
  .capability-card { padding: 24px; }
  .configurator { grid-template-columns: 1fr; }
  .profile-panel { min-height: 590px; }
  .company { grid-template-columns: .72fr 1.28fr; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 40px); }
  .site-header, .site-header.is-scrolled { left: 0; width: 100%; height: 68px; padding: 0 20px; background: rgba(250,252,249,.97); transform: none; }
  .site-header::before, .site-header::after { content: ""; position: fixed; right: 30px; z-index: 104; width: 22px; height: 1px; background: var(--green); pointer-events: none; transition: top .2s, transform .2s; }
  .site-header::before { top: 29px; }
  .site-header::after { top: 38px; }
  .site-header:has(.menu-toggle[aria-expanded="true"])::before { top: 34px; transform: rotate(45deg); }
  .site-header:has(.menu-toggle[aria-expanded="true"])::after { top: 34px; transform: rotate(-45deg); }
  .menu-toggle { position: fixed; top: 13px; right: 20px; z-index: 103; display: flex; flex-direction: column; justify-content: center; color: var(--green); }
  .site-nav { position: fixed; inset: 0; z-index: 101; padding: 90px 32px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; color: var(--green-deep); background: var(--paper); font-size: 18px; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .nav-cta { margin-top: 10px; color: white; font-size: 10px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 0; padding: 94px 20px 70px; grid-template-columns: 1fr; gap: 0; }
  .hero-media { grid-column: 1; grid-row: 1; min-height: 390px; }
  .hero-media img { object-position: 58% center; }
  .hero-content { grid-column: 1; grid-row: 2; width: 100%; padding: 44px 0 0; }
  .hero h1 { margin: 23px 0; font-size: clamp(48px, 15vw, 68px); line-height: .92; }
  .hero-lede { font-size: 15px; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { width: min(100%, 290px); }
  .hero-readout, .scroll-cue { display: none; }
  .section-pad { padding: 82px 22px; }
  .statement, .section-heading { grid-template-columns: 1fr; }
  .statement h2, .section-heading h2, .config-copy h2, .company h2, .contact h2 { font-size: clamp(42px, 13vw, 62px); }
  .statement h2 { margin-top: 34px; }
  .statement p { margin-top: 25px; }
  .section-heading { gap: 26px; }
  .capability-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .capability-card { min-height: 0; padding: 28px; }
  .capability-card > span { margin-top: 28px; }
  .profile-panel { min-height: 590px; padding: 26px; }
  .profile-ring { top: 38px; right: 50%; width: 210px; transform: translateX(50%); }
  .priority-bars > div { grid-template-columns: 70px 1fr 46px; }
  .process-list { margin-top: 48px; }
  .process-list li { padding: 22px 0; grid-template-columns: 42px 1fr; gap: 14px; }
  .process-list li:hover { padding: 22px 7px; }
  .process-list li > b { display: none; }
  .company { grid-template-columns: 1fr; }
  .florida-map { position: absolute; inset: 0; opacity: .24; }
  .company-copy { z-index: 2; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { padding: 48px 22px; grid-template-columns: 1fr; }
  .footer-meta { justify-self: start; text-align: left; }
}

@media (max-width: 410px) {
  .brand-copy small { letter-spacing: .08em; }
  .eyebrow { font-size: 8px; letter-spacing: .14em; }
  .hero h1 { font-size: clamp(45px, 14vw, 56px); }
}

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