:root {
  --grove-ink: #14241c;
  --grove-deep: #1b3a2f;
  --grove-mid: #2f5a47;
  --grove-leaf: #5c8a6e;
  --grove-mist: #e4ece7;
  --grove-paper: #f3f6f4;
  --grove-white: #fbfcfb;
  --grove-stone: #6b7a72;
  --grove-line: #c5d4cb;
  --grove-accent: #c4a35a;
  --grove-danger: #8b3a3a;
  --grove-success: #2a6b4a;
  --font-display: "Newsreader", "Georgia", serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --shadow-soft: 0 18px 40px rgba(20, 36, 28, 0.08);
  --radius: 4px;
  --header-h: 4.25rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--grove-ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(92, 138, 110, 0.18), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(196, 163, 90, 0.12), transparent 50%),
    linear-gradient(180deg, var(--grove-paper) 0%, var(--grove-white) 40%, var(--grove-mist) 100%);
  background-attachment: fixed;
  line-height: 1.65;
  min-height: 100vh;
}

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

a {
  color: var(--grove-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--grove-deep);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--grove-deep);
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--grove-deep);
  color: var(--grove-white);
  padding: 0.5rem 0.85rem;
  z-index: 1000;
}

.skip-link:focus {
  top: 0.75rem;
}

.inline-error {
  margin: 0;
  padding: 0.75rem 1rem;
  background: #f8e8e8;
  color: var(--grove-danger);
  text-align: center;
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(251, 252, 251, 0.86);
  border-bottom: 1px solid rgba(197, 212, 203, 0.7);
}

.header-inner {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
  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.65rem;
  text-decoration: none;
  color: var(--grove-deep);
}

.brand-mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50% 40% 55% 45%;
  background:
    radial-gradient(circle at 35% 35%, #a8cbb4 0%, transparent 45%),
    linear-gradient(145deg, var(--grove-leaf), var(--grove-deep));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  animation: breathe 5s ease-in-out infinite;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--grove-line);
  background: var(--grove-white);
  border-radius: var(--radius);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--grove-deep);
  position: relative;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bar::before {
  top: -5px;
}

.nav-toggle-bar::after {
  top: 5px;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.35rem 1.1rem;
  margin: 0;
  padding: 0;
}

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

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  background: var(--grove-deep);
  color: var(--grove-white) !important;
  border-radius: var(--radius);
  box-shadow: none !important;
}

.nav-cta:hover {
  background: var(--grove-mid);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s var(--ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  background: var(--grove-deep);
  color: var(--grove-white);
}

.btn-primary:hover {
  background: var(--grove-mid);
  color: var(--grove-white);
}

.btn-secondary {
  background: transparent;
  border-color: var(--grove-deep);
  color: var(--grove-deep);
}

.btn-secondary:hover {
  background: var(--grove-deep);
  color: var(--grove-white);
}

.btn-ghost {
  background: var(--grove-white);
  border-color: var(--grove-line);
  color: var(--grove-ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--grove-white);
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  animation: kenburns 24s ease-in-out infinite alternate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 36, 28, 0.78) 0%, rgba(20, 36, 28, 0.45) 48%, rgba(20, 36, 28, 0.2) 100%),
    linear-gradient(0deg, rgba(20, 36, 28, 0.7) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto 4.5rem;
  max-width: 38rem;
  animation: rise 0.9s var(--ease) both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.95;
  margin-bottom: 1rem;
  color: var(--grove-white);
}

.hero h1 {
  color: var(--grove-white);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 400;
  max-width: 28ch;
}

.hero p {
  color: rgba(251, 252, 251, 0.88);
  font-size: 1.05rem;
  max-width: 42ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero .btn-secondary {
  border-color: rgba(251, 252, 251, 0.65);
  color: var(--grove-white);
}

.hero .btn-secondary:hover {
  background: var(--grove-white);
  color: var(--grove-deep);
}

.section {
  padding: 4.5rem 0;
}

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

.section-head p {
  color: var(--grove-stone);
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grove-leaf);
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.split-reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split-reverse .split-copy {
  order: 2;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: var(--shadow-soft);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.media-frame:hover img {
  transform: scale(1.04);
}

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

.offer-item {
  padding: 0;
  border-top: 2px solid var(--grove-deep);
  background: transparent;
}

.offer-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 1rem 0;
}

.offer-item h3 {
  font-size: 1.35rem;
}

.offer-item p {
  color: var(--grove-stone);
  font-size: 0.98rem;
}

.offer-item a {
  font-weight: 600;
  text-decoration: none;
  color: var(--grove-deep);
}

.quote-band {
  background: var(--grove-deep);
  color: var(--grove-mist);
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}

.quote-band::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 163, 90, 0.25), transparent 70%);
}

.quote-band blockquote {
  margin: 0;
  width: min(760px, calc(100% - 2.5rem));
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
  position: relative;
}

.quote-band cite {
  display: block;
  margin-top: 1.25rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.95rem;
  color: var(--grove-accent);
}

.journal-list {
  display: grid;
  gap: 1.5rem;
}

.journal-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--grove-line);
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.3s var(--ease);
}

.journal-row:hover {
  padding-left: 0.4rem;
}

.journal-row img {
  width: 180px;
  height: 120px;
  object-fit: cover;
}

.journal-row h3 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.journal-row p {
  margin: 0;
  color: var(--grove-stone);
  font-size: 0.95rem;
}

.journal-meta {
  color: var(--grove-leaf);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

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

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  max-width: 18ch;
}

.page-hero p {
  max-width: 52ch;
  color: var(--grove-stone);
  font-size: 1.08rem;
}

.page-hero-visual {
  margin-top: 2rem;
  overflow: hidden;
}

.page-hero-visual img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  animation: rise 1s var(--ease) both;
}

.prose {
  max-width: 68ch;
}

.prose h2 {
  margin-top: 2rem;
}

.prose h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  background: rgba(251, 252, 251, 0.7);
}

.rate-table th,
.rate-table td {
  text-align: left;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--grove-line);
  vertical-align: top;
}

.rate-table th {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--grove-deep);
  width: 32%;
}

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

.evidence-item {
  padding: 1.5rem 0;
  border-top: 1px solid var(--grove-line);
}

.evidence-item p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.4;
}

.evidence-item .who {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--grove-stone);
  margin: 0;
}

.story-block {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

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

.contact-card {
  padding: 1.5rem;
  background: rgba(251, 252, 251, 0.75);
  border: 1px solid var(--grove-line);
}

.contact-card address {
  font-style: normal;
  margin-bottom: 1rem;
}

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

.field {
  margin-bottom: 1rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--grove-line);
  border-radius: var(--radius);
  background: var(--grove-white);
  font: inherit;
  color: var(--grove-ink);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--grove-leaf);
  outline-offset: 1px;
}

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

.field-error {
  min-height: 1.2rem;
  color: var(--grove-danger);
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.form-status {
  margin-top: 0.75rem;
  font-weight: 600;
}

.form-status.is-success {
  color: var(--grove-success);
}

.form-status.is-error {
  color: var(--grove-danger);
}

.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.steps li {
  counter-increment: step;
  padding-left: 3.2rem;
  position: relative;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--grove-accent);
}

.site-footer {
  margin-top: 3rem;
  background: var(--grove-deep);
  color: var(--grove-mist);
  padding: 3rem 0 1.5rem;
}

.footer-inner {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

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

.footer-tag {
  max-width: 36ch;
  color: rgba(228, 236, 231, 0.8);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}

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

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

.footer-links a,
.site-footer a {
  color: var(--grove-mist);
  text-decoration: none;
}

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

.footer-address {
  font-style: normal;
  margin-bottom: 0.75rem;
}

.footer-copy {
  border-top: 1px solid rgba(197, 212, 203, 0.25);
  padding-top: 1rem;
  font-size: 0.85rem;
  color: rgba(228, 236, 231, 0.65);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  animation: rise 0.5s var(--ease) both;
}

.cookie-banner-inner {
  width: min(920px, 100%);
  margin-inline: auto;
  background: var(--grove-white);
  border: 1px solid var(--grove-line);
  box-shadow: var(--shadow-soft);
  padding: 1.1rem 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 280px;
  font-size: 0.95rem;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.5rem;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 1rem 0 1.5rem;
}

.legal-table th,
.legal-table td {
  border: 1px solid var(--grove-line);
  padding: 0.7rem 0.8rem;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: var(--grove-mist);
}

.cta-band {
  padding: 3rem 0 4rem;
  text-align: center;
}

.cta-band h2 {
  margin-bottom: 0.75rem;
}

.cta-band p {
  color: var(--grove-stone);
  max-width: 48ch;
  margin-inline: auto;
}

.cta-band .hero-actions {
  justify-content: center;
}

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

.team-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 0.85rem;
}

.team-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.team-card p {
  color: var(--grove-stone);
  font-size: 0.95rem;
}

.article-hero img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  margin: 1.5rem 0 2rem;
}

.article-meta {
  color: var(--grove-stone);
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
}

.error-page {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 3rem 1rem;
}

.error-page h1 {
  font-size: clamp(3rem, 8vw, 5rem);
}

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

@keyframes kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@media (max-width: 900px) {
  .split,
  .split-reverse,
  .offer-grid,
  .evidence-grid,
  .story-block,
  .contact-layout,
  .footer-cols,
  .team-grid,
  .journal-row {
    grid-template-columns: 1fr;
  }

  .split-reverse .split-copy {
    order: 0;
  }

  .journal-row img {
    width: 100%;
    height: 180px;
  }

  .journal-meta {
    justify-self: start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--grove-white);
    border-bottom: 1px solid var(--grove-line);
    display: none;
  }

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

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.25rem;
    gap: 0.35rem;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 0.35rem;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-content {
    margin-bottom: 2.5rem;
  }
}

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