:root {
  --ink: #10263b;
  --cream: #f6f0df;
  --teal: #00a89a;
  --coral: #ff684f;
  --black: #11141a;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 30; background: var(--cream); color: var(--ink); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.topbar { min-height: 84px; padding: 14px clamp(1.1rem, 4vw, 4rem); display: flex; align-items: center; gap: 2rem; background: var(--ink); color: var(--cream); border-bottom: 5px solid var(--coral); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: inherit; text-decoration: none; font-family: "Archivo Black", sans-serif; font-size: .92rem; line-height: .9; letter-spacing: -.04em; }
.brand svg { width: 38px; height: 38px; flex: 0 0 auto; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.5rem); margin-left: auto; }
nav a, .top-cta { font-size: .84rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
nav a { border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus { border-color: var(--teal); }
.top-cta { background: var(--teal); color: var(--ink); padding: .75rem 1rem; }
.menu-toggle { display: none; font: inherit; font-weight: 700; text-transform: uppercase; color: var(--cream); background: transparent; border: 2px solid var(--cream); padding: .55rem .7rem; }

.band { position: relative; padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.1rem, 4vw, 4rem); border-bottom: 7px solid var(--ink); overflow: hidden; }
.band-ink { background: var(--ink); color: var(--cream); }
.band-cream { background: var(--cream); color: var(--ink); }
.band-teal { background: var(--teal); color: var(--ink); }
.band-coral { background: var(--coral); color: var(--ink); }
.band-content { width: min(100%, var(--max)); }
.align-left { margin-right: auto; }
.align-right { margin-left: auto; text-align: right; }
.eyebrow { margin: 0 0 1rem; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
h1, h2 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-weight: 400; line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
h1 { max-width: 800px; font-size: clamp(3.8rem, 9vw, 8.5rem); }
h2 { max-width: 790px; font-size: clamp(2.35rem, 5.3vw, 5.4rem); }
.align-right h2, .align-right p, .align-right .inline-list, .align-right .contact-form { margin-left: auto; }
.band-content > p:not(.eyebrow), .lead { max-width: 610px; margin-top: 1.65rem; margin-bottom: 0; font-size: clamp(1.05rem, 1.65vw, 1.36rem); line-height: 1.4; font-weight: 500; }
.lead { font-size: clamp(1.25rem, 2.1vw, 1.72rem) !important; }
.hero { min-height: 610px; display: flex; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2.15rem; }
.button { display: inline-block; padding: 1rem 1.2rem; border: 3px solid currentColor; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .93rem; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus { transform: translate(-4px, -4px); box-shadow: 5px 5px 0 currentColor; }
.button-coral { background: var(--coral); color: var(--ink); }
.button-ink { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.text-link { display: inline-block; font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: .25em; }
.text-link span { font-size: 1.35em; }
.dark-link { margin-top: 2rem; }
.wind-mark { width: min(30vw, 360px); position: absolute; right: clamp(1rem, 8vw, 9rem); bottom: 10%; opacity: .8; transform: rotate(-12deg); }
.wind-mark span { display: block; height: 18px; margin: 23px 0; border: 5px solid var(--teal); border-left: 0; transform: skewX(-32deg); }
.wind-mark span:nth-child(2) { width: 75%; margin-left: auto; border-color: var(--coral); }
.wind-mark span:nth-child(3) { width: 52%; margin-left: auto; }
.inline-list { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; max-width: 640px; padding: 0; margin-top: 2rem; margin-bottom: 0; list-style: none; font-weight: 700; }
.inline-list li::before { content: "✦"; margin-right: .45rem; }
.proof-band { padding-top: clamp(4rem, 7vw, 7rem); padding-bottom: clamp(4rem, 7vw, 7rem); }
.proof-grid { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.proof-grid article { min-height: 250px; padding: 0 clamp(1.25rem, 3vw, 3rem); border-left: 3px solid var(--teal); display: flex; flex-direction: column; }
.proof-grid article:first-child { padding-left: 0; border-left: 0; }
.proof-symbol { color: var(--coral); font-family: "Archivo Black", sans-serif; font-size: 3rem; line-height: 1; }
.proof-grid p { margin: 1.4rem 0; font-size: 1.1rem; line-height: 1.35; font-weight: 500; }
.proof-grid strong { margin-top: auto; color: var(--teal); font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; }
.contact-form { display: grid; max-width: 610px; margin-top: 2.3rem; text-align: left; }
.contact-form label { margin: 1rem 0 .35rem; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; padding: .85rem; background: transparent; border: 3px solid var(--ink); border-radius: 0; color: var(--ink); font: inherit; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid var(--cream); outline-offset: 2px; }
.contact-form .button { justify-self: start; margin-top: 1.4rem; }
.form-note, .form-status { font-size: .8rem !important; line-height: 1.35 !important; margin-top: 1rem !important; }
.form-status { min-height: 1.2em; font-weight: 700; }
.footer { padding: 3rem clamp(1.1rem, 4vw, 4rem) 1.4rem; border: 0; }
.footer-main, .footer-bottom { width: min(100%, var(--max)); margin: auto; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; }
.footer-brand { font-size: 1.15rem; }
.footer p, .footer address { margin: .75rem 0 0; font-style: normal; line-height: 1.6; }
.socials { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; font-weight: 700; }
.footer-bottom { padding-top: 1.25rem; border-top: 3px solid var(--ink); display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; font-weight: 700; }
.privacy-page { min-height: calc(100vh - 145px); }
.privacy-page h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
.privacy-copy { max-width: 760px; margin-top: 3rem; }
.privacy-copy h2 { margin-top: 2.4rem; font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; line-height: 1.1; letter-spacing: 0; }
.privacy-copy p { font-size: 1rem; line-height: 1.6; }

@media (max-width: 720px) {
  .topbar { min-height: 72px; gap: .8rem; }
  .brand svg { width: 31px; height: 31px; }
  .top-cta { margin-left: auto; padding: .6rem .65rem; font-size: .68rem; }
  .menu-toggle { display: block; order: 3; }
  nav { display: none; position: absolute; top: 100%; right: 0; left: 0; margin: 0; padding: 1rem; background: var(--ink); border-bottom: 5px solid var(--coral); flex-direction: column; align-items: stretch; }
  nav.is-open { display: flex; }
  nav a { padding: .65rem 0; }
  .hero { min-height: 610px; }
  .wind-mark { right: -2rem; width: 55vw; bottom: 5%; }
  .align-right { text-align: left; }
  .align-right h2, .align-right p, .align-right .inline-list, .align-right .contact-form { margin-left: 0; }
  .proof-grid { grid-template-columns: 1fr; gap: 2rem; }
  .proof-grid article, .proof-grid article:first-child { min-height: auto; padding: 0 0 2rem; border-left: 0; border-bottom: 3px solid var(--teal); }
  .proof-grid article:last-child { border-bottom: 0; padding-bottom: 0; }
  .proof-grid strong { margin-top: 1rem; }
  .footer-main { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 410px) {
  .brand { font-size: .73rem; }
  .top-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  h1 { font-size: 3.45rem; }
}
