:root {
  --ink: #102820;
  --ink-soft: #1e3d33;
  --panel: #f2f6f4;
  --foam: #ffffff;
  --mist: #e6eeea;
  --forest: #1f5c4a;
  --forest-deep: #154033;
  --brass: #c9a24a;
  --brass-soft: #e6d3a1;
  --muted: #5d7168;
  --line: rgba(16, 40, 32, 0.12);
  --danger: #9b2c2c;
  --success: #176447;
  --shadow: 0 22px 60px rgba(16, 40, 32, 0.14);
  --radius: 20px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
  --max: 1140px;
  --header-h: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(900px 480px at 8% -8%, rgba(201, 162, 74, 0.16), transparent 58%),
    radial-gradient(800px 420px at 92% 4%, rgba(31, 92, 74, 0.12), transparent 55%),
    linear-gradient(180deg, #f7faf8 0%, var(--panel) 42%, #e9f0ec 100%);
  line-height: 1.65;
  min-height: 100vh;
}

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

a {
  color: var(--forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ink);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.55em;
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inline-error {
  background: #fdecea;
  color: var(--danger);
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f5c2c0;
  font-size: 0.95rem;
}

.shell {
  width: min(100% - 2.4rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(242, 246, 244, 0.86);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background:
    linear-gradient(145deg, var(--brass) 0%, #a8862f 45%, var(--forest) 46%, var(--ink) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.brand-text {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 500;
}

.site-nav a[aria-current="page"] {
  color: var(--forest-deep);
  box-shadow: inset 0 -2px 0 var(--brass);
}

.site-nav .nav-cta {
  background: var(--ink);
  color: var(--foam);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
}

.site-nav .nav-cta:hover {
  background: var(--forest);
  color: var(--foam);
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--foam);
  place-items: center;
  gap: 5px;
  padding: 0;
}

.nav-toggle-bar {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font: inherit;
  font-weight: 560;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--forest) 0%, var(--ink) 100%);
  color: var(--foam);
}

.btn-primary:hover {
  color: var(--foam);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(16, 40, 32, 0.22);
  color: var(--ink);
}

.btn-light {
  background: var(--foam);
  color: var(--ink);
}

.hero-stage {
  position: relative;
  min-height: min(92vh, 820px);
  overflow: hidden;
  color: var(--foam);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.1s linear;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 28, 22, 0.88) 8%, rgba(10, 28, 22, 0.55) 48%, rgba(10, 28, 22, 0.28) 100%),
    linear-gradient(180deg, transparent 55%, rgba(10, 28, 22, 0.55) 100%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto;
  padding: 7.5rem 0 5rem;
  max-width: 38rem;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: 0.92;
  margin: 0 0 1rem;
  letter-spacing: -0.04em;
  animation: rise 0.9s ease both;
}

.hero-kicker {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin-bottom: 1.1rem;
  animation: rise 0.9s ease 0.08s both;
}

.hero-lead {
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 32rem;
  animation: rise 0.9s ease 0.16s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
  animation: rise 0.9s ease 0.24s both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  padding: 4.5rem 0;
}

.section-tight {
  padding: 3rem 0;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

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

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
}

.proof-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow);
}

.proof-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.feature-program {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.feature-program figure {
  margin: 0;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-program img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.4rem;
}

.chip {
  font-size: 0.82rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--mist);
  color: var(--ink-soft);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.benefit {
  padding: 1.4rem 1.35rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--foam), #f7fbf9);
  border: 1px solid var(--line);
}

.benefit h3 {
  font-size: 1.55rem;
  margin-bottom: 0.4rem;
}

.quote-rail {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.1rem;
}

.quote {
  margin: 0;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--foam);
}

.quote p {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.35;
}

.quote footer {
  color: var(--brass-soft);
  font-size: 0.92rem;
}

.quote.soft {
  background: var(--foam);
  color: var(--ink);
  border: 1px solid var(--line);
}

.quote.soft footer {
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.media-card {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 40, 32, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.media-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-card .body {
  padding: 1.2rem 1.25rem 1.4rem;
}

.media-card h3 {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.media-card a.stretch {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  align-items: stretch;
}

.price-tier {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
}

.price-tier.featured {
  background: linear-gradient(165deg, #16362c, #102820);
  color: var(--foam);
  border-color: transparent;
  transform: translateY(-8px);
}

.price-tier .amount {
  font-family: var(--font-display);
  font-size: 2.6rem;
  margin: 0.4rem 0 0.8rem;
}

.price-tier ul {
  margin: 0 0 1.3rem;
  padding-left: 1.1rem;
  color: inherit;
}

.price-tier.featured ul {
  color: rgba(255, 255, 255, 0.86);
}

.page-hero {
  padding: 4.2rem 0 2rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  max-width: 16ch;
}

.page-hero.full {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  color: var(--foam);
  overflow: hidden;
}

.page-hero.full .bg {
  position: absolute;
  inset: 0;
}

.page-hero.full .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero.full .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 40, 32, 0.25), rgba(16, 40, 32, 0.82));
}

.page-hero.full .shell {
  position: relative;
  z-index: 1;
  padding-bottom: 2.5rem;
}

.content-narrow {
  max-width: 720px;
}

.split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.panel {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
}

.stack > * + * {
  margin-top: 1rem;
}

.module-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.module-list li:first-child {
  border-top: 1px solid var(--line);
}

.faq details {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
  margin-bottom: 0.7rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 560;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
}

label {
  display: block;
  font-size: 0.92rem;
  font-weight: 560;
  margin-bottom: 0.35rem;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font: inherit;
  background: #fbfdfc;
  color: var(--ink);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.field {
  margin-bottom: 1rem;
}

.field-error {
  color: var(--danger);
  font-size: 0.86rem;
  min-height: 1.1em;
  margin-top: 0.3rem;
}

.form-status {
  margin-top: 0.8rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  display: none;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  background: #e7f6ef;
  color: var(--success);
}

.form-status.is-error {
  background: #fdecea;
  color: var(--danger);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--foam);
}

th,
td {
  text-align: left;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--mist);
  font-size: 0.9rem;
}

.site-footer {
  margin-top: 3rem;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.86);
  padding: 3rem 0 1.5rem;
}

.site-footer a {
  color: var(--brass-soft);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--foam);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.2fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--foam);
  margin-bottom: 0.5rem;
}

.footer-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--brass-soft);
  margin-bottom: 0.7rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.4rem;
}

.footer-base {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: 720px;
  margin-inline: auto;
  background: rgba(16, 40, 32, 0.96);
  color: var(--foam);
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.9rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.cookie-banner a {
  color: var(--brass-soft);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.cookie-banner .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--foam);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.cta-band {
  border-radius: calc(var(--radius) + 6px);
  padding: 2.4rem;
  background:
    linear-gradient(125deg, rgba(201, 162, 74, 0.18), transparent 40%),
    linear-gradient(160deg, #16362c, #102820);
  color: var(--foam);
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  max-width: 16ch;
}

.avatar-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.avatar-row img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.rating {
  color: var(--brass);
  letter-spacing: 0.08em;
}

.case-study {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.3rem;
  align-items: stretch;
}

.case-study img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: var(--radius);
}

.legal h2 {
  margin-top: 2rem;
  font-size: 1.7rem;
}

.legal ul {
  padding-left: 1.2rem;
}

.not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 0;
}

.not-found h1 {
  font-size: clamp(3rem, 10vw, 6rem);
}

@media (max-width: 960px) {
  .proof-strip,
  .feature-program,
  .benefit-grid,
  .quote-rail,
  .card-grid,
  .price-grid,
  .split-2,
  .contact-layout,
  .footer-grid,
  .case-study {
    grid-template-columns: 1fr;
  }

  .price-tier.featured {
    transform: none;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(var(--header-h) + 1px);
    left: 0;
    right: 0;
    background: rgba(247, 250, 248, 0.98);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.2rem 1.2rem;
    display: none;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .nav-cta {
    text-align: center;
  }

  .hero-copy {
    padding-top: 5.5rem;
  }
}

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

  .reveal,
  .hero-brand,
  .hero-kicker,
  .hero-lead,
  .hero-actions,
  .cookie-banner {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
