:root {
  --ink: #102326;
  --ink-soft: #395057;
  --paper: #f7f4ed;
  --white: #ffffff;
  --mist: #e8eee9;
  --line: rgba(16, 35, 38, 0.14);
  --teal: #0d6f72;
  --teal-dark: #07484d;
  --copper: #b46d38;
  --gold: #d9b064;
  --antique-gold: #a17b43;
  --shadow: 0 24px 70px rgba(9, 28, 30, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(20px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.header-contact {
  color: currentColor;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-contact:hover {
  color: var(--antique-gold);
}

.site-header.is-scrolled {
  background: rgba(247, 244, 237, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .header-contact {
  color: var(--antique-gold);
}

.brand {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 300px;
  height: 60px;
  padding: 0;
}

.site-header.is-scrolled .brand {
  background: transparent;
  box-shadow: none;
}

.brand img {
  display: block;
  object-fit: contain;
}

.brand-symbol-img {
  width: 74px;
  height: 52px;
}

.brand-wordmark-img {
  width: 218px;
  height: 38px;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 148px clamp(20px, 5vw, 76px) 96px;
  color: var(--white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 18, 24, 0.84) 0%, rgba(4, 18, 24, 0.58) 38%, rgba(4, 18, 24, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 18, 24, 0.48), rgba(4, 18, 24, 0.02) 50%);
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.storm-frame {
  position: absolute;
  inset: 0;
}

.storm-frame {
  background:
    linear-gradient(110deg, rgba(5, 21, 28, 0.16), rgba(5, 21, 28, 0.02) 56%, rgba(217, 176, 100, 0.1)),
    url("assets/shearwater-bright-hero.png") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  font-size: 5.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h1 span + span {
  margin-top: 0.18em;
  color: var(--gold);
  font-family: Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.48em;
  font-weight: 800;
  letter-spacing: 0.46em;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  font-size: 4.7rem;
}

h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: 1.24rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  background: var(--gold);
  color: #17282a;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.intro-stat {
  min-height: 190px;
  padding: clamp(24px, 4vw, 46px);
  border-right: 1px solid var(--line);
}

.intro-stat:last-child {
  border-right: 0;
}

.intro-stat span {
  color: var(--copper);
  font-weight: 800;
  font-size: 0.82rem;
}

.intro-stat strong {
  display: block;
  margin-top: 18px;
  font-size: 1.12rem;
}

.intro-stat p {
  max-width: 330px;
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.section {
  padding: clamp(72px, 10vw, 136px) clamp(20px, 5vw, 76px);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  font-weight: 800;
  font-size: 0.78rem;
}

.contact p,
.site-footer p {
  color: var(--ink-soft);
}

.contact {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  gap: clamp(36px, 8vw, 100px);
  align-items: end;
  background: var(--white);
}

.contact > div:first-child p:last-child {
  max-width: 540px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-panel a {
  font-size: 1.55rem;
  font-weight: 800;
}

.contact-panel a:first-child {
  color: var(--teal);
}

.contact-panel p {
  margin: 12px 0 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--white);
  font-size: 0.86rem;
}

.site-footer p {
  margin: 0;
}

.disclaimer {
  justify-self: end;
}

@media (max-width: 980px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .storm-frame {
    background-position: 58% center;
  }

  h1 {
    font-size: 4.1rem;
  }

  h2 {
    font-size: 3.3rem;
  }

  .intro-band,
  .contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .intro-stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .disclaimer {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 52px;
    padding: 0 16px;
  }

  .header-contact {
    font-size: 0.76rem;
  }

  .brand {
    gap: 3px;
    width: 226px;
    height: 48px;
  }

  .brand-symbol-img {
    width: 56px;
    height: 40px;
  }

  .brand-wordmark-img {
    width: 166px;
    height: 29px;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 118px 18px 72px;
  }

  h1 {
    font-size: 2.45rem;
    letter-spacing: 0.12em;
  }

  h1 span + span {
    letter-spacing: 0.28em;
  }

  h2 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .contact-panel a {
    font-size: 1.14rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .storm-frame {
    background-position: 62% center;
  }

}
