:root {
  --ivory: #f6f1e8;
  --paper: #fffcf6;
  --navy: #10283a;
  --navy-soft: #244153;
  --teal: #006b68;
  --teal-pale: #d9ebe5;
  --ink-muted: #4b5b62;
  --line: #cdd4ce;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 10; left: 16px; top: -60px; padding: 10px 15px; background: var(--teal); color: white; border-radius: 4px; font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.site-header { position: relative; z-index: 2; background: var(--paper); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { font-family: var(--display); font-size: 1.4rem; font-weight: 700; letter-spacing: -.055em; text-decoration: none; }
.wordmark span { color: var(--teal); }
.nav-links { display: flex; gap: clamp(18px, 3.5vw, 44px); }
.nav-links a { color: var(--navy-soft); font-size: .84rem; font-weight: 700; letter-spacing: .03em; text-decoration: none; }
.nav-links a:hover { color: var(--teal); }

.hero { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; min-height: 620px; padding: 96px 0 104px; overflow: hidden; }
.eyebrow { margin: 0 0 23px; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; min-width: 31px; font-size: 1.15rem; letter-spacing: 0; vertical-align: -1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .99; }
h1 { max-width: 700px; margin-bottom: 29px; font-size: clamp(3.6rem, 7.1vw, 6.75rem); }
h1 em { color: var(--teal); font-style: italic; }
.intro { max-width: 520px; margin-bottom: 35px; color: var(--ink-muted); font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.55; }
.button { display: inline-flex; align-items: center; gap: 27px; padding: 14px 17px 14px 20px; border-radius: 2px; background: var(--teal); color: white; font-size: .83rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.button span { font-size: 1.25rem; font-weight: 400; }
.button:hover { background: #006763; transform: translateY(-2px); }
.wind-mark { width: min(420px, 100%); justify-self: end; }
.wind-mark img { display: block; width: 100%; height: auto; filter: brightness(1.05); mix-blend-mode: multiply; }

.statement { background: var(--ivory); padding: 100px 0; }
.statement-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 5vw; }
.section-label { margin: 8px 0 0; max-width: 200px; color: var(--teal); font-size: .75rem; font-weight: 700; line-height: 1.45; }
.statement h2 { max-width: 790px; margin: 0; font-size: clamp(2.45rem, 5vw, 4.9rem); }

.services { padding: 132px 0 146px; }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5vw; margin-bottom: 62px; }
.section-heading h2 { max-width: 710px; margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.2rem); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 364px; padding: 26px 28px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card-wide { grid-column: 1 / -1; min-height: 0; border-left: 1px solid var(--line); }
.service-card-wide h3 { min-height: 0; margin-top: 20px; }
.service-card-wide p:last-child { max-width: 780px; }
.service-card.featured { background: var(--teal-pale); }
.card-number { margin-bottom: 0; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { min-height: 1.98em; margin: 56px 0 19px; font-size: clamp(1.75rem, 2.7vw, 2.5rem); }
.service-card p:last-child { margin-bottom: 0; color: var(--ink-muted); font-size: .91rem; line-height: 1.6; }

.local { padding: 124px 0; background: var(--navy); color: #f7f2e9; }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: min(11vw, 140px); }
.local-art { position: relative; min-height: 300px; padding: 28px 0 0 10px; color: #8cd2c2; }
.local-art .sun { position: absolute; top: 32px; left: 15%; width: 90px; height: 90px; border: 1px solid currentColor; border-radius: 50%; opacity: .7; }
.local-art svg { position: absolute; left: 0; bottom: 30px; width: 100%; overflow: visible; }
.local-art path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.3; }
.local-art p { position: absolute; bottom: 0; left: 0; margin: 0; color: #b7c7c7; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.local-copy h2 { margin-bottom: 28px; font-size: clamp(2.5rem, 4.5vw, 4.35rem); }
.local-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 17px; color: #d1dbd7; }
.local-copy .eyebrow { color: #8cd2c2; }

.process { padding: 130px 0; }
.section-heading.compact { margin-bottom: 57px; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin: 0; padding: 0; counter-reset: steps; }
.process-list li { position: relative; padding-top: 50px; border-top: 1px solid var(--line); counter-increment: steps; }
.process-list li::before { content: "0" counter(steps); position: absolute; top: 15px; left: 0; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.process-list strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 1.6rem; font-weight: 400; letter-spacing: -.035em; }
.process-list span { color: var(--ink-muted); font-size: .9rem; }

.contact { padding: 126px 0 131px; background: var(--teal); color: white; }
.contact-inner { max-width: 1180px; }
.eyebrow.light { color: #ccebe4; }
.contact h2 { max-width: 900px; margin-bottom: 26px; font-size: clamp(2.7rem, 5.7vw, 5.4rem); }
.contact p:not(.eyebrow) { max-width: 530px; margin-bottom: 35px; color: #e0f0eb; font-size: 1.08rem; }
.contact-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid #ccebe4; color: white; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.65rem); letter-spacing: -.045em; text-decoration: none; }
.contact-link span { font-family: var(--sans); font-size: .65em; }
.contact-link:hover { color: var(--navy); border-color: var(--navy); }
.contact :focus-visible { outline-color: white; }

.site-footer { background: var(--navy); color: #ebeee9; }
.footer-inner { min-height: 102px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.footer-inner p { margin: 0; color: #aebfc0; font-size: .73rem; }
.footer-inner p:last-child { text-align: right; }
.site-footer .wordmark span { color: #8cd2c2; }
.error-page { min-height: 100vh; background: var(--ivory); }
.error-main { min-height: 100vh; display: grid; grid-template-rows: auto 1fr; gap: 15vh; padding-top: 32px; padding-bottom: 72px; }
.error-main > div { align-self: center; }

@media (min-width: 761px) and (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(odd) { border-left: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 40px, 600px); }
  .nav { min-height: 64px; }
  .nav-links { gap: 14px; }
  .nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: .75rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 36px 0 40px; }
  .hero .eyebrow { margin-bottom: 20px; font-size: .63rem; letter-spacing: .1em; }
  .hero .eyebrow span { min-width: 20px; }
  .hero h1 { font-size: clamp(2.8rem, 11.8vw, 4rem); line-height: 1.03; margin-bottom: 20px; }
  .hero .intro { font-size: 1rem; line-height: 1.55; margin-bottom: 24px; }
  .hero .button { min-height: 48px; font-size: .875rem; }
  .wind-mark { width: min(52vw, 210px); margin: 24px 0 0; justify-self: center; }
  .statement, .services, .local, .process, .contact { padding: 48px 0; }
  .statement-grid, .section-heading, .local-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-label { max-width: none; margin: 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading .eyebrow, .local-copy .eyebrow { margin-bottom: 0; }
  .statement h2, .section-heading h2, .local-copy h2 { font-size: clamp(2rem, 8.5vw, 2.8rem); line-height: 1.08; }
  .local-copy h2 { margin-top: 16px; margin-bottom: 20px; }
  .service-grid, .process-list { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 24px 20px; border-left: 1px solid var(--line); display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px 14px; align-content: start; }
  .card-number { grid-column: 1; grid-row: 1; padding-top: 6px; }
  .service-card h3 { grid-column: 2; grid-row: 1; min-height: 0; margin: 0; font-size: 1.65rem; line-height: 1.1; }
  .service-card h3 br { display: none; }
  .service-card p:last-child { grid-column: 2; margin: 0; font-size: 1rem; line-height: 1.55; }
  .local-grid { gap: 28px; }
  .local-art { order: 2; min-height: 155px; width: min(100%, 260px); justify-self: center; }
  .local-art .sun { top: 0; width: 60px; height: 60px; }
  .process-list { gap: 24px; }
  .section-heading.compact { margin-bottom: 28px; }
  .process-list li { padding-top: 42px; }
  .process-list span { font-size: 1rem; }
  .contact h2 { font-size: clamp(2rem, 8.5vw, 2.8rem); line-height: 1.08; }
  .contact p:not(.eyebrow) { font-size: 1rem; margin-bottom: 24px; }
  .contact-link { min-height: 44px; }
  .footer-inner { min-height: 150px; grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .footer-inner p:last-child { text-align: left; }
}

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