:root {
  --deep: #092b3a;
  --navy: #103b4d;
  --blue: #2a8199;
  --mist: #dce9e9;
  --paper: #f7fafa;
  --white: #ffffff;
  --ink: #173845;
  --muted: #617880;
  --line: rgba(16, 59, 77, .18);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .65rem 1rem; color: white; background: var(--deep); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 78px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); border-bottom: 1px solid var(--line); background: rgba(247,250,250,.95); }
.brand { color: var(--deep); font: 700 1.35rem/1 var(--display); letter-spacing: .035em; text-decoration: none; }
.header-location { margin: 0; color: var(--muted); font-size: .66rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-header nav { display: flex; justify-content: flex-end; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .78rem; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }

.hero { position: relative; min-height: 720px; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(5.5rem, 10vw, 9rem) 0 18rem; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; color: var(--blue); font-size: .67rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.4rem; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; color: var(--deep); }
h1, h2 { font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 1000px; margin-bottom: 1.5rem; font-size: clamp(4rem, 9.2vw, 8.3rem); font-weight: 700; line-height: .88; letter-spacing: -.035em; }
.hero-lede { max-width: 680px; margin: 0 0 2.2rem; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid var(--deep); font-weight: 600; text-decoration: none; transition: background .2s ease, color .2s ease; }
.button-primary { color: white; background: var(--deep); }
.button-primary:hover { color: var(--deep); background: transparent; }
.text-link { font-size: .82rem; font-weight: 600; text-underline-offset: 5px; }

.coastline { position: absolute; right: 0; bottom: 0; left: 0; height: 245px; }
.coastline svg { display: block; width: 100%; height: 100%; }
.skyline, .detail, .wheel, .wave { fill: none; stroke: var(--navy); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.detail { stroke: #7ca8b3; stroke-width: 1.5; }
.wheel { stroke: var(--blue); stroke-width: 2.5; }
.wave { stroke: #9fc4ca; stroke-width: 2; }
.wave-two { opacity: .65; }

.statement { padding: 1.1rem 1.25rem; color: white; background: var(--deep); text-align: center; }
.statement p { margin: 0; font-size: .82rem; letter-spacing: .02em; }
.services, .process, .pricing, .contact { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem clamp(3rem, 8vw, 9rem); align-items: start; }
.section-heading .eyebrow { grid-row: span 2; }
h2 { max-width: 800px; margin-bottom: 1.4rem; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .9; letter-spacing: -.025em; }
.section-copy { max-width: 670px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.service-list { margin-top: 5rem; border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.service-list h3, .process-list h3, .contact-grid h3 { margin-bottom: .35rem; font-size: 1.05rem; }
.service-list p { max-width: 700px; margin: 0; color: var(--muted); }

.process, .contact { color: white; background: var(--deep); }
.section-heading-light h2, .process h3, .contact h3 { color: white; }
.section-heading-light .eyebrow, .process .eyebrow, .contact .eyebrow { color: #8bbcc8; }
.section-heading-light .section-copy { color: #b9d5da; }
.process-list { margin: 5rem 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px .65fr 1fr; align-items: start; gap: 2rem; padding: 1.75rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list > li > span { color: #8bbcc8; font: 600 1.4rem/1 var(--display); }
.process-list p { margin: 0; color: #b9cbd0; }
.timing-note { max-width: 730px; margin: 1.6rem 0 0 auto; color: #8faab3; font-size: .72rem; }

.pricing { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 10rem); align-items: start; background: var(--mist); }
.pricing .section-heading { display: block; position: sticky; top: 2rem; }
.pricing .section-heading .eyebrow { margin-bottom: 1.5rem; }
.price-panel { padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(16,59,77,.3); background: var(--paper); }
.price-label, .role { margin: 0; color: var(--blue); font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.price-row { display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.price-row strong { color: var(--deep); font: 700 clamp(3.5rem, 7vw, 6rem)/.85 var(--display); }
.price-row span { padding-bottom: .3rem; color: var(--muted); font-size: .75rem; text-align: right; }
.price-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 2rem; margin: 2rem 0; padding: 0; list-style: none; }
.price-panel li { padding-left: 1rem; border-left: 2px solid var(--blue); font-size: .82rem; }
.price-panel .button { width: 100%; }
.price-note { margin: 1rem 0 0; color: var(--muted); font-size: .68rem; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid rgba(255,255,255,.2); }
.contact-grid article { display: flex; flex-direction: column; min-height: 220px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-grid article:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.contact-grid .role { margin-bottom: 2.2rem; color: #8bbcc8; }
.contact-grid a { width: fit-content; color: #dce9e9; font-size: .86rem; text-decoration: none; }
.contact-grid a + a { margin-top: .3rem; }
.contact-grid a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; padding: 2rem clamp(1.25rem, 5vw, 5rem); border-top: 1px solid rgba(255,255,255,.15); color: #8faab3; background: var(--deep); font-size: .7rem; }
footer p { margin: 0; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.brand-footer { color: white; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .header-location { display: none; }
  .section-heading, .pricing { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-row: auto; }
  .pricing .section-heading { position: static; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .process-list li p { grid-column: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid article, .contact-grid article:first-child { min-height: auto; border-left: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; }
  .site-header nav a:not(:last-child) { display: none; }
  .hero { min-height: 680px; }
  .hero-inner { padding-top: 5rem; }
  h1 { font-size: clamp(3.8rem, 19vw, 6rem); }
  .coastline { height: 190px; }
  .service-list article { grid-template-columns: 1fr; gap: .5rem; }
  .price-panel ul { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 1fr; gap: .5rem; }
  .price-row span { text-align: left; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
