:root {
  --pine: #1e4d3b;
  --pine-dark: #123326;
  --pine-ink: #0b2119;
  --amber: #e8a33d;
  --amber-dark: #bd7620;
  --bone: #f4f0e6;
  --bone-deep: #e8ddc9;
  --cream: #fffaf0;
  --ink: #1c211d;
  --muted: #6c7067;
  --line: rgba(30, 77, 59, 0.18);
  --shadow: 0 24px 70px rgba(18, 51, 38, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(244, 240, 230, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 750;
  color: var(--pine);
}

.owl-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  gap: 5px;
  background: var(--pine);
  border: 2px solid rgba(232, 163, 61, 0.75);
  border-radius: 50% 50% 45% 45%;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.12);
}

.owl-mark::before,
.owl-mark::after {
  position: absolute;
  top: -5px;
  content: "";
  width: 13px;
  height: 13px;
  background: var(--pine);
  border-top: 2px solid rgba(232, 163, 61, 0.75);
}

.owl-mark::before {
  left: 4px;
  transform: rotate(18deg);
}

.owl-mark::after {
  right: 4px;
  transform: rotate(-18deg);
}

.owl-mark.small {
  width: 32px;
  height: 32px;
}

.owl-eye {
  z-index: 1;
  width: 8px;
  height: 8px;
  background: var(--amber);
  border-radius: 50%;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 26px;
  color: var(--pine-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.82;
}

.nav-links a:hover {
  opacity: 1;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--amber);
  color: var(--pine-ink);
  box-shadow: 0 12px 26px rgba(189, 118, 32, 0.22);
}

.button-primary:hover {
  background: #f0b354;
}

.header-cta {
  justify-self: start;
}

.section-dark {
  background: var(--pine);
  color: var(--bone);
}

.section-bone {
  background: var(--bone);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 10vw, 136px) clamp(18px, 5vw, 70px) clamp(70px, 9vw, 118px);
}

.hero::after {
  position: absolute;
  inset: auto -8% -22% auto;
  width: min(520px, 80vw);
  height: min(520px, 80vw);
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(232, 163, 61, 0.32), transparent 62%),
    repeating-linear-gradient(35deg, rgba(244, 240, 230, 0.1) 0 2px, transparent 2px 16px);
  border-radius: 50%;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 46px;
}

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

.eyebrow.dark,
.section-kicker {
  color: var(--amber-dark);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.3rem, 11vw, 7.9rem);
  font-weight: 800;
}

h2 {
  max-width: 760px;
  font-size: clamp(2.25rem, 6vw, 5rem);
  font-weight: 760;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.hero-subtitle {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(244, 240, 230, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.text-link {
  color: var(--bone);
  font-weight: 800;
  border-bottom: 2px solid rgba(232, 163, 61, 0.9);
}

.hero-panel {
  display: grid;
  gap: 16px;
  align-self: end;
  padding: clamp(18px, 4vw, 28px);
  background: rgba(244, 240, 230, 0.1);
  border: 1px solid rgba(244, 240, 230, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(11, 33, 25, 0.28);
}

.panel-topline,
.conversation-card,
.night-shift {
  border-radius: var(--radius);
}

.panel-topline {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(244, 240, 230, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #79c98f;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(121, 201, 143, 0.15);
}

.conversation-card,
.night-shift {
  padding: 18px;
  background: var(--cream);
  color: var(--pine-ink);
}

.conversation-card.agent {
  margin-left: min(34px, 8vw);
  background: #f7ddb3;
}

.conversation-card span,
.night-shift span,
.result-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.conversation-card strong,
.night-shift strong {
  display: block;
  margin-top: 5px;
  font-size: 1.08rem;
}

.conversation-card small {
  display: block;
  margin-top: 8px;
  color: var(--pine);
  font-weight: 700;
}

.night-shift {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(232, 163, 61, 0.6);
}

.problem,
.services,
.how,
.results,
.pricing,
.final-cta {
  padding: clamp(68px, 9vw, 116px) clamp(18px, 5vw, 70px);
}

.problem,
.section-heading,
.service-grid,
.flow,
.results-grid,
.pricing > *,
.final-cta > *,
.site-footer {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.problem-grid {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.problem-grid p,
.section-heading p,
.pricing p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-dark .section-heading p,
.final-cta p {
  color: rgba(244, 240, 230, 0.78);
}

.service-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.service-card,
.result-card,
.flow-step {
  border-radius: var(--radius);
}

.service-card {
  padding: 26px;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-card:nth-child(even) {
  transform: translateY(0);
}

.card-icon,
.flow-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: var(--pine);
  color: var(--amber);
  border-radius: 50%;
  font-weight: 900;
}

.service-card p,
.result-card p,
.flow-step p {
  margin: 16px 0 0;
  color: var(--muted);
}

.flow {
  display: grid;
  gap: 18px;
  margin-top: 46px;
}

.flow-step {
  padding: 24px;
  background: rgba(244, 240, 230, 0.08);
  border: 1px solid rgba(244, 240, 230, 0.18);
}

.flow-step p {
  color: rgba(244, 240, 230, 0.74);
}

.results-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.result-card {
  padding: 26px;
  background: var(--cream);
  border-left: 5px solid var(--amber);
  box-shadow: var(--shadow);
}

.placeholder-note {
  max-width: 1180px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.pricing {
  display: grid;
  gap: 26px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing .button {
  justify-self: start;
}

.final-cta {
  text-align: left;
}

.final-cta h2 {
  margin-bottom: 22px;
}

.button-large {
  min-height: 58px;
  margin-top: 30px;
  padding: 18px 28px;
  font-size: 1.05rem;
}

.final-cta small {
  display: block;
  margin-top: 18px;
  color: rgba(244, 240, 230, 0.68);
}

.site-footer {
  display: grid;
  gap: 16px;
  padding: 38px clamp(18px, 5vw, 70px);
  background: var(--bone);
  color: var(--pine-dark);
}

.site-footer p {
  margin: 0;
}

.site-footer > a {
  color: var(--pine);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-weight: 800;
}

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

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

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

  .button,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 720px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links,
  .header-cta {
    display: flex;
  }

  .nav-links {
    justify-content: end;
  }

  .problem-grid,
  .results-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .pricing {
    grid-template-columns: 1.2fr 0.8fr auto;
  }
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
    align-items: end;
  }

  .service-card:nth-child(2),
  .service-card:nth-child(4) {
    transform: translateY(34px);
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    justify-self: start;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 0.9rem;
  }

  .night-shift {
    display: grid;
  }
}
