:root {
  --orange: #f26a13;
  --navy: #0d1b2a;
  --paper: #f5f5f5;
  --gray: #6b7280;
  --gold: #d4a017;
  --white: #fffdf8;
  --line: rgba(13, 27, 42, 0.14);
  --shadow: 0 18px 50px rgba(13, 27, 42, 0.08);
  color: var(--navy);
  background: var(--paper);
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 22px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 245, 245, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
}

.brand strong {
  color: var(--orange);
  font-weight: 700;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 34px;
}

.face {
  width: 27px;
  height: 25px;
  border: 3px solid var(--navy);
  border-top: 0;
  border-radius: 4px 4px 14px 14px;
  background: var(--white);
}

.ear {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 18px;
  border: 3px solid var(--navy);
  background: var(--orange);
  transform: rotate(45deg);
}

.left-ear {
  left: 3px;
  border-radius: 14px 4px 0 4px;
}

.right-ear {
  right: 3px;
  border-radius: 4px 14px 4px 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
  color: var(--gray);
  font-size: 0.94rem;
}

.nav a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav a:hover {
  color: var(--navy);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  min-height: calc(100svh - 81px);
  padding: clamp(40px, 6vw, 96px) clamp(20px, 4vw, 56px) clamp(56px, 7vw, 104px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(245, 245, 245, 0.98) 0%, rgba(245, 245, 245, 0.7) 54%, rgba(245, 245, 245, 0.12) 100%),
    url("assets/hero-fox.png") right center / min(62vw, 980px) auto no-repeat,
    var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

p {
  margin: 0;
  color: var(--gray);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

.lede {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(13, 27, 42, 0.72);
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
}

.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: 0 20px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  font-size: 0.94rem;
  font-weight: 700;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 253, 248, 0.72);
  color: var(--navy);
}

.hero-art {
  display: none;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 112px);
  padding: clamp(64px, 9vw, 132px) clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.stacked-copy,
.service-list {
  display: grid;
  gap: 22px;
}

.band {
  padding: clamp(64px, 9vw, 132px) clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 6vw, 96px);
  margin-bottom: clamp(36px, 6vw, 76px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-card {
  min-height: 330px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffaf2;
}

.feature-number {
  display: inline-block;
  margin-bottom: 74px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 800;
}

.feature-card p,
.service-list p,
.principle-grid p {
  margin-top: 16px;
}

.services {
  background:
    linear-gradient(90deg, transparent 0 60%, rgba(212, 160, 23, 0.09) 60% 100%),
    var(--paper);
}

.service-list article {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.principles {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 92px);
  padding: clamp(64px, 9vw, 132px) clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(245, 245, 245, 0.22);
  background: var(--navy);
  color: var(--paper);
}

.principles p {
  color: rgba(245, 245, 245, 0.72);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(245, 245, 245, 0.18);
}

.principle-grid article {
  min-height: 210px;
  padding: clamp(22px, 3vw, 36px);
  background: var(--navy);
}

.principle-grid h3::before {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--orange);
}

.closing {
  max-width: 980px;
  padding: clamp(64px, 10vw, 148px) clamp(20px, 4vw, 56px);
}

.closing h2 {
  max-width: 920px;
}

.closing p {
  max-width: 620px;
  margin-top: 24px;
}

.closing .button {
  margin-top: 34px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
    background:
      linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0.92) 50%, rgba(245, 245, 245, 0.74) 100%),
      var(--paper);
  }

  .hero-art {
    display: block;
    margin: 36px -20px -20px;
  }

  .hero-art img {
    width: 100%;
    border-top: 1px solid var(--line);
  }

  .section-grid,
  .section-heading,
  .principles {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 240px;
  }

  .feature-number {
    margin-bottom: 42px;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    font-size: 0.82rem;
  }

  .nav a {
    min-width: 0;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .button {
    width: 100%;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
