:root {
  --deep: #173b42;
  --deep-2: #102e34;
  --teal: #3f7472;
  --teal-soft: #dfecea;
  --mist: #f1f6f4;
  --sand: #efe4cf;
  --gold: #b7833f;
  --ink: #233238;
  --muted: #66777b;
  --line: #cad8d4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 52, 58, 0.13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.shell { width: 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: 12px; top: -80px; z-index: 1000; background: var(--white); color: var(--deep); padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 17px 0; transition: background .25s, box-shadow .25s, padding .25s; }
.site-header.scrolled { background: rgba(255,255,255,.95); box-shadow: 0 8px 30px rgba(18,52,58,.08); backdrop-filter: blur(14px); padding: 11px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--deep); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border-radius: 50%; background: var(--deep); color: var(--white); font-family: Georgia, serif; font-size: 14px; letter-spacing: -.03em; }
.brand-words { display: flex; flex-direction: column; line-height: 1.05; }
.brand-words strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 600; }
.brand-words small { margin-top: 5px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav > a:not(.button) { position: relative; color: var(--deep); text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--gold); transition: right .2s; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--deep); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 22px; border: 1px solid var(--deep); border-radius: 999px; background: var(--deep); color: var(--white); text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .01em; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--teal); border-color: var(--teal); box-shadow: 0 10px 28px rgba(23,59,66,.2); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: 13px; }
.button-outline { background: transparent; color: var(--deep); }
.text-link { color: var(--deep); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; padding: 145px 0 90px; background: linear-gradient(115deg, #f9fbfa 0%, #f2f7f5 52%, #e7f0ee 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; top: 80px; border-radius: 50%; border: 1px solid rgba(63,116,114,.18); box-shadow: 0 0 0 70px rgba(63,116,114,.04), 0 0 0 150px rgba(63,116,114,.025); }
.hero-wash { position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to top, rgba(255,255,255,.68), transparent); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px,7vw,100px); }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--deep); line-height: 1.1; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(46px,6vw,76px); }
h2 { margin-bottom: 20px; font-size: clamp(36px,4.6vw,56px); }
h3 { margin-bottom: 12px; font-size: 22px; }
.hero-lede { max-width: 690px; margin: 0 0 30px; color: #52676c; font-size: clamp(17px,1.6vw,20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 32px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--teal); }
.hero-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.coast-window { position: relative; height: 320px; overflow: hidden; background: linear-gradient(#c9dedc 0%, #e8eee8 54%, #c7d8d3 55%, #719996 100%); }
.sun { position: absolute; width: 84px; height: 84px; top: 50px; right: 70px; border-radius: 50%; background: #f5ddab; box-shadow: 0 0 0 18px rgba(245,221,171,.16); }
.headland { position: absolute; bottom: 50px; left: -40px; border-radius: 44% 55% 0 0; transform: rotate(-5deg); background: var(--deep); }
.headland-back { width: 380px; height: 148px; opacity: .43; left: 80px; bottom: 61px; }
.headland-front { width: 360px; height: 170px; background: #285158; }
.water { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.58); }
.water-one { bottom: 73px; } .water-two { bottom: 45px; width: 70%; left: 22%; } .water-three { bottom: 22px; width: 44%; left: 6%; }
.hero-card-body { padding: 30px 32px 34px; }
.card-kicker { margin: 0 0 6px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.promise { margin: 0 0 20px; color: var(--deep); font-family: Georgia, serif; font-size: 28px; line-height: 1.25; }
.mini-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mini-service-grid span { padding: 9px 12px; border-radius: 9px; background: var(--mist); color: var(--teal); font-size: 12px; font-weight: 800; }

.confidence-strip { border-block: 1px solid var(--line); background: var(--white); }
.confidence-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.confidence-grid p { margin: 0; padding: 27px 34px; border-right: 1px solid var(--line); }
.confidence-grid p:first-child { padding-left: 0; }
.confidence-grid p:last-child { border-right: 0; padding-right: 0; }
.confidence-grid strong, .confidence-grid span { display: block; }
.confidence-grid strong { margin-bottom: 4px; color: var(--deep); font-size: 14px; }
.confidence-grid span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.section { padding: 110px 0; }
.section-tint { background: var(--mist); }
.section-heading { max-width: 750px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child, .split-intro { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-card { position: relative; min-height: 355px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #a7c0ba; box-shadow: 0 22px 50px rgba(23,59,66,.09); }
.service-number { position: absolute; top: 27px; right: 30px; color: #b7cbc6; font-family: Georgia, serif; font-size: 42px; }
.service-card h3 { padding-right: 52px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.service-card p { max-width: 570px; color: var(--muted); }
.service-card ul, .boundary-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li, .boundary-card li { position: relative; margin: 9px 0; padding-left: 20px; font-size: 14px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.plan-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.plan-featured { border: 2px solid var(--teal); box-shadow: 0 24px 60px rgba(23,59,66,.12); }
.popular-tag { position: absolute; top: 0; right: 28px; padding: 8px 14px; border-radius: 0 0 12px 12px; background: var(--teal); color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.plan-label { margin: 0 0 8px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-card h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.price { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.price span { color: var(--deep); font-size: 26px; font-weight: 800; }
.plan-summary { min-height: 76px; color: var(--muted); }
.check-list { margin: 22px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 11px 0; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.plan-card .button { align-self: flex-start; margin-top: auto; }
.pricing-note { display: flex; align-items: flex-start; gap: 18px; margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.65); }
.pricing-note strong { flex: 0 0 auto; color: var(--deep); }
.pricing-note p { margin: 0; color: var(--muted); }

.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
.split-heading .section-heading { margin-bottom: 36px; }
.split-intro { margin-bottom: 40px; }
.add-on-list { border-top: 1px solid var(--line); }
.add-on { display: grid; grid-template-columns: .72fr 1fr; gap: 60px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.add-on > div { display: flex; flex-direction: column; }
.add-on span { color: var(--deep); font-family: Georgia, serif; font-size: 23px; }
.add-on strong { margin-top: 5px; color: var(--gold); font-size: 13px; }
.add-on p { margin: 0; color: var(--muted); }

.process-section { background: var(--deep); color: var(--white); }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.process-section h2 { color: var(--white); }
.eyebrow-light { color: #d6bd8f; }
.process-section .section-heading p:last-child { color: #bdd0d0; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 0; margin-bottom: 0; }
.process-list li > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #e6cfaa; font-family: Georgia, serif; font-size: 19px; }
.process-list h3 { margin: 2px 0 6px; color: var(--white); font-size: 19px; }
.process-list p { margin: 0; color: #bdd0d0; }

.boundaries-section { background: #fafcfb; }
.boundary-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.boundary-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.boundary-card.yes { border-top: 5px solid var(--teal); }
.boundary-card.no { border-top: 5px solid var(--gold); }
.boundary-label { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 26px; }
.boundary-card.yes li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.boundary-card.no li::before { content: "→"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 42px 24px 0; color: var(--deep); font-weight: 800; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: var(--teal); font-size: 27px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -8px 45px 25px 0; color: var(--muted); }

.contact-section { padding: 110px 0; background: linear-gradient(145deg,var(--deep) 0%,#285a5e 100%); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { color: #c7d8d7; }
.contact-direct { display: flex; flex-direction: column; margin: 34px 0 18px; }
.contact-direct span { color: #c7d8d7; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { color: var(--white); font-family: Georgia, serif; font-size: 24px; text-underline-offset: 5px; }
.contact-note { font-size: 12px; }
.contact-form { padding: 38px; border-radius: var(--radius-lg); background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: var(--deep); font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #b9cbc8; border-radius: 10px; background: #fbfcfc; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { resize: vertical; min-height: 145px; padding: 13px 14px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(63,116,114,.13); }
.field small { display: block; margin-top: 4px; color: var(--muted); text-align: right; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 22px; color: var(--muted); font-size: 13px; }
.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--teal); }
.submit-button { width: 100%; border: 0; }
.submit-button[disabled] { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--teal); font-size: 14px; font-weight: 700; text-align: center; }
.form-status.error { color: #a63f38; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 70px 0 24px; background: var(--deep-2); color: #c3d3d2; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; }
.footer-brand { color: var(--white); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div > strong { margin-bottom: 12px; color: var(--white); }
.footer-grid p { max-width: 390px; }
.footer-grid > div > a:not(.brand) { margin: 4px 0; color: #c3d3d2; text-decoration: none; }
.footer-grid > div > a:not(.brand):hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .menu-button { display: block; }
  .primary-nav { position: fixed; inset: 76px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 13px 10px; }
  .primary-nav .button { margin-top: 10px; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { max-width: 780px; }
  .hero-card { max-width: 650px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid p { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .confidence-grid p:last-child { border-bottom: 0; }
  .process-grid, .contact-grid { gap: 45px; }
  .contact-copy { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .site-header { padding: 11px 0; background: rgba(255,255,255,.95); }
  .brand-words strong { font-size: 17px; }
  .brand-mark { width: 38px; }
  .primary-nav { inset: 67px 14px auto; }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero-grid { gap: 45px; }
  h1 { font-size: clamp(42px,13vw,58px); }
  h2 { font-size: 38px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .coast-window { height: 230px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .service-grid, .plan-grid, .boundary-grid, .form-row { grid-template-columns: 1fr; }
  .service-card, .plan-card, .boundary-card, .contact-form { padding: 28px; }
  .service-card { min-height: 0; }
  .plan-summary { min-height: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .add-on { grid-template-columns: 1fr; gap: 9px; }
  .pricing-note { flex-direction: column; gap: 4px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 14px; }
  .process-list li > span { width: 40px; height: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

@media print {
  .site-header, .hero-actions, .contact-section, .site-footer, .menu-button { display: none !important; }
  .hero { min-height: auto; padding: 30px 0; }
  .section { padding: 34px 0; break-inside: avoid; }
  .reveal { opacity: 1; transform: none; }
  .service-card, .plan-card, .boundary-card, .add-on { break-inside: avoid; }
}
