:root {
  --ink: #102423;
  --forest: #0e3a36;
  --teal: #2c7a73;
  --mint: #d9f0e8;
  --paper: #f8f4ed;
  --white: #fffdf8;
  --brass: #c3964f;
  --coral: #d76f5d;
  --muted: #62706d;
  --line: rgba(16, 36, 35, 0.14);
  --shadow: 0 24px 80px rgba(10, 24, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(248, 244, 237, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-elevated {
  background: rgba(248, 244, 237, 0.94);
  border-color: var(--line);
}

.brand,
.nav,
.hero-actions,
.contact-actions,
.site-footer,
.answer-meta {
  align-items: center;
  display: flex;
}

.brand {
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--forest);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 4px;
}

.nav {
  gap: 24px;
  font-size: 0.92rem;
}

.nav a,
.nav-cta,
.button {
  text-decoration: none;
}

.nav a {
  color: rgba(16, 36, 35, 0.78);
}

.nav-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 16px;
}

.hero {
  color: var(--white);
  min-height: 92vh;
  overflow: hidden;
  padding: 180px clamp(20px, 5vw, 72px) 38px;
  position: relative;
}

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

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transform: scale(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 26, 26, 0.92), rgba(9, 26, 26, 0.58) 42%, rgba(9, 26, 26, 0.18)),
    linear-gradient(0deg, rgba(9, 26, 26, 0.38), transparent 38%);
}

.hero-content,
.hero-proof {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 760px;
}

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

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 8vw, 7.7rem);
  font-weight: 500;
  line-height: 0.92;
  margin-bottom: 24px;
  max-width: 930px;
  overflow-wrap: anywhere;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

h3 {
  font-size: 1.24rem;
  line-height: 1.18;
}

.hero-copy {
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  line-height: 1.62;
  max-width: 620px;
}

.hero-actions,
.contact-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 15px 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--coral);
  box-shadow: 0 16px 40px rgba(215, 111, 93, 0.28);
  color: var(--white);
}

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

.button.on-light {
  border-color: var(--line);
  color: var(--ink);
}

.button.dark {
  background: var(--ink);
  color: var(--white);
}

.hero-proof {
  border-top: 1px solid rgba(255, 253, 248, 0.22);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 118px;
  max-width: 930px;
  padding-top: 24px;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof span {
  color: rgba(255, 253, 248, 0.68);
  margin-top: 6px;
}

section:not(.hero) {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.intro-section,
.video-section,
.contact-section {
  background: var(--white);
}

.intro-section {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.85fr 1.35fr;
}

.intro-grid,
.authority-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.mini-answer,
.authority-item,
.answer-primary,
.contact-panel {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-card {
  min-height: 290px;
  padding: 28px;
}

.card-icon {
  color: var(--coral);
  display: block;
  font-weight: 900;
  margin-bottom: 60px;
}

.feature-card p,
.mini-answer p,
.authority-item p,
.answer-primary p,
.video-copy p,
.contact-panel p,
.service-row p {
  color: var(--muted);
  line-height: 1.72;
}

.services-section {
  background: var(--forest);
  color: var(--white);
}

.section-heading {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.42fr 1fr;
  margin-bottom: 54px;
}

.service-list {
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.service-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
  display: grid;
  gap: 24px;
  grid-template-columns: 0.45fr 1fr;
  padding: 30px 0;
  text-decoration: none;
}

.service-row span {
  color: var(--mint);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
}

.service-row p {
  color: rgba(255, 253, 248, 0.72);
  margin-bottom: 0;
  max-width: 720px;
}

.answers-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(44, 122, 115, 0.1), transparent 30%),
    var(--paper);
}

.answer-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr 0.9fr;
}

.answer-primary {
  padding: clamp(28px, 5vw, 58px);
}

.answer-meta {
  color: var(--muted);
  flex-wrap: wrap;
  font-size: 0.83rem;
  gap: 10px 18px;
  margin-bottom: 28px;
}

.answer-primary h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  max-width: 760px;
}

.direct-answer {
  color: var(--ink) !important;
  font-size: 1.22rem;
}

.source-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.source-list a {
  color: var(--teal);
  font-weight: 800;
}

.answer-stack {
  display: grid;
  gap: 18px;
}

.mini-answer {
  padding: 24px;
}

.mini-answer span {
  color: var(--coral);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.video-section {
  display: grid;
  gap: 48px;
  grid-template-columns: 0.82fr 1.18fr;
}

.video-copy {
  align-self: center;
}

.video-copy p {
  font-size: 1.05rem;
  margin-top: 24px;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.authority-grid {
  grid-template-columns: repeat(4, 1fr);
}

.authority-item {
  padding: 26px;
}

.authority-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.contact-section {
  padding-bottom: clamp(88px, 12vw, 150px) !important;
}

.contact-panel {
  background: var(--mint);
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(34px, 6vw, 72px);
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 253, 248, 0.72);
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .intro-section,
  .section-heading,
  .answer-layout,
  .video-section,
  .service-row {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .authority-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: clamp(2.9rem, 14.5vw, 4rem);
    line-height: 0.98;
  }

  .hero {
    min-height: 820px;
    padding: 138px 20px 28px;
  }

  .hero-content,
  .hero-copy {
    max-width: calc(100vw - 40px);
    width: 100%;
  }

  .hero-copy,
  .eyebrow,
  .hero-actions {
    max-width: 330px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 26, 26, 0.93), rgba(9, 26, 26, 0.62)),
      linear-gradient(0deg, rgba(9, 26, 26, 0.42), transparent 38%);
  }

  .hero-proof,
  .intro-grid,
  .authority-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    margin-top: 70px;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
