:root {
  color-scheme: light;
  --ink: #10201d;
  --muted: #5e6d68;
  --quiet: #eef3ee;
  --surface: #fffdf8;
  --paper: #f8f4ea;
  --line: #dce4dd;
  --green: #254a3f;
  --green-soft: #dce8df;
  --coral: #b35d47;
  --gold: #d9aa55;
  --shadow: 0 24px 70px rgba(24, 38, 34, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 56px);
  color: #fffdf8;
  background: linear-gradient(to bottom, rgba(10, 22, 19, 0.82), rgba(10, 22, 19, 0));
}

.brand,
.nav-links,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.nav-links {
  gap: clamp(14px, 3vw, 30px);
  color: rgba(255, 253, 248, 0.88);
  font-size: 0.94rem;
}

.nav-links a,
.footer-links a,
.text-link {
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  transition: text-decoration-color 160ms ease, color 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  text-decoration-color: currentColor;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #17251f;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 29, 26, 0.9) 0%, rgba(15, 29, 26, 0.72) 34%, rgba(15, 29, 26, 0.18) 74%),
    linear-gradient(0deg, rgba(15, 29, 26, 0.34), rgba(15, 29, 26, 0.12));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  margin: 0 clamp(18px, 7vw, 92px) clamp(46px, 9vh, 94px);
  color: #fffdf8;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0c772;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 8ch;
  margin-bottom: 18px;
  font-size: clamp(4.4rem, 14vw, 9rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  line-height: 1.35;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

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

.button.secondary {
  border-color: rgba(255, 253, 248, 0.55);
  color: #fffdf8;
  background: rgba(255, 253, 248, 0.09);
}

.section {
  padding: clamp(64px, 11vw, 132px) clamp(18px, 6vw, 80px);
}

.intro,
.section-heading,
.split-band,
.contact-section,
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 7vw, 96px);
}

.intro-grid {
  display: contents;
}

.intro-copy {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-copy p:last-child,
.card p:last-child,
.ops-panel p:last-child,
.contact-copy p:last-child,
.site-footer p {
  margin-bottom: 0;
}

.split-band {
  align-items: start;
  background: var(--green);
  color: #fffdf8;
}

.split-band .section-kicker {
  color: #f0c772;
}

.reason-list {
  display: grid;
  gap: 12px;
}

.reason-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  background: rgba(255, 253, 248, 0.06);
}

.reason-list span,
.card-icon {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
}

.reason-list p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.86);
}

.section-heading {
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
}

.section-heading.compact {
  display: block;
}

.card-grid {
  display: grid;
  gap: 14px;
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
  box-shadow: 0 1px 0 rgba(16, 32, 29, 0.04);
}

.card.warm {
  min-height: 190px;
  background: var(--paper);
}

.card-icon {
  margin-bottom: 52px;
}

.card p {
  color: var(--muted);
}

.audience {
  background: var(--quiet);
}

.not-section {
  background: #fbf2e3;
}

.not-section h2 {
  max-width: 800px;
  margin-bottom: 28px;
}

.not-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.not-list p {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(179, 93, 71, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.7);
  color: #674238;
  font-weight: 700;
}

.operations {
  background: var(--green);
}

.ops-panel {
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.07);
  color: #fffdf8;
  box-shadow: var(--shadow);
}

.ops-panel .section-kicker {
  color: #f0c772;
}

.ops-panel h2 {
  max-width: 890px;
  margin-bottom: 26px;
}

.ops-panel p {
  max-width: 760px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 1.08rem;
}

.contact-section {
  align-items: start;
  background: var(--surface);
}

.contact-copy {
  position: sticky;
  top: 100px;
}

.contact-copy p {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.08rem;
}

.text-link {
  color: var(--green);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

label,
label span {
  display: grid;
  gap: 8px;
}

label {
  color: var(--ink);
  font-weight: 800;
}

.trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

small,
.form-note {
  color: var(--muted);
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd7cf;
  border-radius: 6px;
  background: #fffefb;
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 48px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(217, 170, 85, 0.45);
  outline-offset: 3px;
}

.full {
  grid-column: 1 / -1;
}

.contact-form .button {
  width: 100%;
  border: 0;
  font-size: 1rem;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.9rem;
}

.site-footer {
  align-items: center;
  padding: 30px clamp(18px, 6vw, 80px);
  border-top: 1px solid var(--line);
  background: #fffefb;
}

.site-footer strong {
  display: block;
  margin-bottom: 2px;
}

.site-footer p {
  color: var(--muted);
}

.footer-links {
  justify-content: end;
  gap: 24px;
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 980px) {
  .intro,
  .section-heading,
  .split-band,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .card-grid.four,
  .card-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-copy {
    position: static;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    padding-top: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 94svh;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(15, 29, 26, 0.93) 0%, rgba(15, 29, 26, 0.78) 58%, rgba(15, 29, 26, 0.44) 100%),
      linear-gradient(0deg, rgba(15, 29, 26, 0.22), rgba(15, 29, 26, 0.1));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 38px;
  }

  h1 {
    font-size: clamp(4.3rem, 25vw, 6rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .card-grid.four,
  .card-grid.three,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
  }

  .card-icon {
    margin-bottom: 30px;
  }

  .reason-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .not-list p {
    width: 100%;
    border-radius: 8px;
  }
}
