/*
Theme Name: Sioux Falls Bartenders
Theme URI: https://siouxfallsbartenders.com/
Description: Custom WordPress theme for Sioux Falls Bartenders.
Version: 1.0.0
Author: Robproject
*/

/* Sioux Falls Bartenders — Midwest heartland bartending
   Palette: wheat #d4a574, brown #3d2914, cream #faf6f0, paper #fffdf9
   Type: Bitter (display) + Nunito Sans (body) */

:root {
  /* Brand anchors */
  --brand-wheat: #d4a574;
  --brand-brown: #3d2914;

  --wheat: var(--brand-wheat);
  --wheat-light: #e8c9a8;
  --wheat-deep: #8b5a2b;
  --brown: var(--brand-brown);
  --brown-soft: #5a3f22;
  --brown-muted: #6b4e30;
  --cream: #faf6f0;
  --paper: #fffdf9;
  --ink: #3d2914;
  --ink-soft: #6b5340;
  --ink-muted: #6f5844;
  --ink-faint: #94785f;
  --white: #ffffff;
  --error: #9b2c2c;
  --error-soft: rgba(155, 44, 44, 0.14);
  --text-on-dark: rgba(255, 255, 255, 0.92);
  --text-on-dark-muted: rgba(255, 255, 255, 0.78);
  --text-on-dark-soft: rgba(255, 255, 255, 0.72);
  --line: rgba(61, 41, 20, 0.12);
  --line-wheat: rgba(212, 165, 116, 0.45);
  --shadow-sm: 0 8px 24px -12px rgba(61, 41, 20, 0.18);
  --shadow: 0 16px 40px -20px rgba(61, 41, 20, 0.22);
  --shadow-lg: 0 24px 56px -24px rgba(61, 41, 20, 0.26);
  --shadow-cta: 0 10px 28px -8px rgba(61, 41, 20, 0.32);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --radius-arch: 50% 50% 12px 12px / 28% 28% 12px 12px;
  --maxw: 1180px;
  --pad: clamp(20px, 4.8vw, 56px);
  --gap: clamp(16px, 2.4vw, 28px);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --tap: 44px;
  --header-h: 76px;
  --section-y: clamp(68px, 9vw, 112px);
  --leading-body: 1.65;
  --leading-lede: 1.7;
  --leading-heading: 1.12;
  --focus-ring: 2px solid var(--wheat-deep);
  --focus-offset: 3px;
  --focus-glow: 0 0 0 3px rgba(139, 90, 43, 0.22);
  --duration-fast: 0.2s;
  --duration-base: 0.28s;
  --duration-slow: 0.45s;
  --font-display: "Bitter", Georgia, "Times New Roman", serif;
  --font-body: "Nunito Sans", system-ui, -apple-system, sans-serif;

  /* Cards */
  --card-bg: var(--paper);
  --card-border: var(--line);
  --card-radius: var(--radius-lg);
  --card-shadow: var(--shadow-sm);
  --card-accent: var(--wheat);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: var(--leading-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(212, 165, 116, 0.38);
  color: var(--brown);
}

body.menu-open {
  overflow: hidden;
}

body:not(.is-ready) .reveal {
  opacity: 1;
  transform: none;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

:where(a, button, input, textarea, select, summary):focus {
  outline: none;
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

:where(.button, .header-cta, .menu-toggle):focus-visible {
  outline: 2px solid var(--wheat);
  outline-offset: 3px;
  box-shadow: var(--focus-glow);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--leading-heading);
  margin: 0;
  color: var(--brown);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.35rem, 5.4vw, 4.1rem);
}

h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

h4 {
  font-size: 1.05rem;
}

p {
  margin: 0;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 0.88em;
}

.container {
  width: min(100%, var(--maxw));
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* Layout rhythm — breakpoints: 1280 · 768 · 375 */

.section {
  padding-block: var(--section-y);
}

.section--tight {
  padding-block: clamp(48px, 6vw, 72px);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wheat-deep);
  margin-bottom: 14px;
}

.lede {
  font-size: clamp(1.02rem, 1.35vw, 1.14rem);
  color: var(--ink-soft);
  max-width: 58ch;
  line-height: var(--leading-lede);
}

.text-center {
  text-align: center;
}

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

/* ─── Buttons ─────────────────────────────────────────────── */

.button {
  --btn-bg: var(--brown);
  --btn-fg: var(--white);
  --btn-border: var(--brown);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--tap);
  min-width: var(--tap);
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 2px solid var(--btn-border);
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition:
    transform var(--duration-base) var(--ease),
    background var(--duration-fast) ease,
    color var(--duration-fast) ease,
    border-color var(--duration-fast) ease,
    box-shadow var(--duration-base) var(--ease);
}

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

.button:active {
  transform: translateY(0);
}

.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.button--solid {
  --btn-bg: var(--brown);
  --btn-fg: var(--white);
  --btn-border: var(--brown);
}

.button--solid:hover {
  --btn-bg: var(--brown-soft);
  --btn-border: var(--brown-soft);
}

.button--solid.button--wheat {
  --btn-bg: var(--wheat-deep);
  --btn-border: var(--wheat-deep);
  --btn-fg: var(--white);
}

.button--solid.button--wheat:hover {
  --btn-bg: var(--wheat);
  --btn-border: var(--wheat);
  --btn-fg: var(--brown);
}

.button--solid.button--wheat:focus-visible {
  outline-color: var(--wheat);
}

.button--outline {
  --btn-bg: transparent;
  --btn-fg: var(--brown);
  --btn-border: var(--brown);
  box-shadow: none;
}

.button--outline:hover {
  --btn-bg: var(--brown);
  --btn-fg: var(--white);
  box-shadow: var(--shadow-sm);
}

.button--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--brown);
  --btn-border: transparent;
  padding-inline: 18px;
  box-shadow: none;
}

.button--ghost:hover {
  --btn-bg: rgba(61, 41, 20, 0.06);
  --btn-border: rgba(61, 41, 20, 0.06);
  box-shadow: none;
}

.button--outline.button--light {
  --btn-fg: var(--white);
  --btn-border: rgba(255, 255, 255, 0.75);
}

.button--outline.button--light:hover {
  --btn-bg: var(--white);
  --btn-fg: var(--brown);
  --btn-border: var(--white);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button--hero {
  padding: 16px 34px;
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  box-shadow:
    var(--shadow-cta),
    0 0 0 1px rgba(212, 165, 116, 0.22);
}

.button--hero:hover {
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(212, 165, 116, 0.35);
}

/* ─── Touch targets (WCAG 44px minimum) ─────────────────────── */

:where(
  .button,
  .header-cta,
  .menu-toggle,
  .mobile-menu a,
  .nav-links a,
  .reviews-spotlight__btn,
  .quote-form input:not([type="hidden"]),
  .quote-form select,
  .quote-form button
) {
  min-height: var(--tap);
}

.menu-toggle {
  min-width: var(--tap);
}

.nav-links a {
  min-width: var(--tap);
  justify-content: center;
}

/* ─── Reveal animations ───────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s var(--ease-out) var(--reveal-delay, 0ms),
    transform 0.65s var(--ease-out) var(--reveal-delay, 0ms);
}

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

.reveal--left {
  transform: translateX(-24px);
}

.reveal--left.is-visible {
  transform: translateX(0);
}

.reveal--right {
  transform: translateX(24px);
}

.reveal--right.is-visible {
  transform: translateX(0);
}

.reveal--scale {
  transform: scale(0.96);
}

.reveal--scale.is-visible {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal--left,
  .reveal--right,
  .reveal--scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button:hover,
  .header-cta:hover,
  .meadow-card:hover,
  .harvest-card:hover,
  .testimonial-card:hover,
  .pour-card:hover,
  .about-meadow-team__card:hover,
  .about-values__card:hover {
    transform: none;
  }
}

/* ─── Site header ─────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  min-height: var(--header-h);
  padding: 12px var(--pad);
  background: rgba(255, 253, 249, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    background var(--duration-base) ease,
    box-shadow var(--duration-base) ease,
    border-color var(--duration-fast) ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 249, 0.98);
  box-shadow: var(--shadow-sm);
  border-color: transparent;
  border-bottom-color: rgba(212, 165, 116, 0.35);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brown);
}

.brand span {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.brand small {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wheat-deep);
  margin-top: 4px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 32px);
}

.nav-links a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  padding-block: 8px;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: var(--wheat);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--brown);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-links a:focus-visible {
  color: var(--brown);
  border-radius: var(--radius-sm);
  box-shadow: var(--focus-glow);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  min-width: var(--tap);
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--brown);
  color: var(--white);
  border: 2px solid var(--brown);
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition:
    background var(--duration-fast) ease,
    border-color var(--duration-fast) ease,
    transform var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease);
}

.header-cta:hover {
  background: var(--brown-soft);
  border-color: var(--brown-soft);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.header-cta:active {
  transform: translateY(0);
}

.menu-toggle {
  display: none;
  position: relative;
  width: var(--tap);
  height: var(--tap);
  padding: 0;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  cursor: pointer;
  z-index: 120;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  background: var(--brown);
  border-radius: 2px;
  transition:
    transform var(--duration-base) var(--ease),
    opacity var(--duration-fast) ease,
    top var(--duration-base) var(--ease);
}

.menu-toggle span:first-child {
  top: 16px;
}

.menu-toggle span:last-child {
  top: 26px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 21px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  top: 21px;
  transform: rotate(-45deg);
}

/* ─── Mobile menu (full-screen overlay) ─────────────────── */

body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 105;
  background: rgba(61, 41, 20, 0.42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: calc(var(--header-h) + 24px) var(--pad) 48px;
  background: rgba(250, 246, 240, 0.97);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition:
    opacity 0.35s var(--ease),
    visibility 0.35s,
    transform 0.35s var(--ease-out);
}

.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(212, 165, 116, 0.22), transparent 70%),
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
  z-index: -1;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  width: min(100%, 320px);
  padding: 14px 24px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  font-weight: 700;
  color: var(--brown);
  border-radius: var(--radius);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  background: rgba(212, 165, 116, 0.2);
}

.mobile-menu a:last-child {
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--brown);
  color: var(--white);
}

.mobile-menu a:last-child:hover {
  background: var(--brown-soft);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu {
    transition: none;
    transform: none;
  }

  body.menu-open::before {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* ─── Shared card surface ─────────────────────────────────── */

.meadow-card,
.harvest-card,
.testimonial-card,
.pour-card,
.about-values__card,
.reviews-harvest-stats__card,
.about-meadow-team__card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition:
    transform var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease),
    border-color var(--duration-fast) ease;
}

.meadow-card:not(.meadow-card--featured),
.harvest-card:not(.harvest-card--featured),
.testimonial-card,
.pour-card {
  border-top: 3px solid rgba(212, 165, 116, 0.35);
}

.meadow-card:hover,
.harvest-card:not(.harvest-card--featured):hover,
.testimonial-card:hover,
.pour-card:hover {
  border-top-color: var(--card-accent);
}

/* ─── Site footer ─────────────────────────────────────────── */

.site-footer {
  background: var(--brown);
  color: var(--text-on-dark-muted);
  padding-block: clamp(56px, 8vw, 88px) 32px;
}

.site-footer a {
  color: var(--text-on-dark);
  transition: color var(--duration-fast) ease;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  margin-bottom: clamp(40px, 6vw, 56px);
}

.footer-brand {
  max-width: 34ch;
}

.footer-brand .brand {
  color: var(--white);
  margin-bottom: 16px;
}

.footer-brand .brand small {
  color: var(--wheat);
}

.footer-brand p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-on-dark-soft);
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wheat);
  margin-bottom: 18px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap);
  padding-block: 4px;
  font-size: 0.94rem;
  transition: color var(--duration-fast) ease;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.85rem;
  color: var(--text-on-dark-soft);
}

.footer-bottom a {
  color: var(--text-on-dark-muted);
}

/* ─── Hero prairie (home) ─────────────────────────────────── */

.hero-prairie {
  position: relative;
  min-height: clamp(580px, 82vh, 780px);
  padding-block: clamp(56px, 9vw, 112px);
  background:
    radial-gradient(ellipse 90% 60% at 8% 0%, rgba(212, 165, 116, 0.14), transparent 55%),
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
  color: var(--brown);
  overflow: hidden;
}

.hero-prairie__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-prairie__horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: clamp(120px, 18vw, 200px);
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(212, 165, 116, 0.08) 42%,
      rgba(139, 90, 43, 0.06) 100%
    );
}

.hero-prairie__falls {
  position: absolute;
  top: clamp(48px, 10vw, 120px);
  right: clamp(-20px, 4vw, 48px);
  width: clamp(72px, 9vw, 110px);
  height: clamp(220px, 34vh, 360px);
  opacity: 0.55;
  background:
    linear-gradient(
      180deg,
      rgba(212, 165, 116, 0) 0%,
      rgba(212, 165, 116, 0.35) 18%,
      rgba(212, 165, 116, 0.12) 36%,
      rgba(212, 165, 116, 0.4) 52%,
      rgba(212, 165, 116, 0.1) 68%,
      rgba(212, 165, 116, 0.38) 84%,
      rgba(212, 165, 116, 0) 100%
    );
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  border-radius: 40% 40% 18% 18% / 8% 8% 4% 4%;
  filter: blur(0.4px);
}

.hero-prairie__falls::before,
.hero-prairie__falls::after {
  content: "";
  position: absolute;
  top: 0;
  width: 38%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  opacity: 0.85;
}

.hero-prairie__falls::before {
  left: -28%;
}

.hero-prairie__falls::after {
  right: -28%;
}

.hero-prairie::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--wheat) 0%,
    var(--wheat-light) 35%,
    var(--wheat) 70%,
    var(--wheat-deep) 100%
  );
  z-index: 1;
}

.hero-prairie__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
}

.hero-prairie__copy {
  max-width: 36rem;
}

.hero-prairie__copy .eyebrow {
  color: var(--wheat-deep);
  margin-bottom: clamp(16px, 2.5vw, 22px);
}

.hero-prairie__copy h1 {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1vw, 10px);
  margin-bottom: clamp(24px, 3.5vw, 32px);
  color: var(--brown);
}

.hero-prairie__title-line {
  display: block;
  font-size: clamp(2.5rem, 5.8vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.hero-prairie__title-line--accent {
  font-style: italic;
  font-weight: 600;
  color: var(--wheat-deep);
  max-width: 14ch;
}

.hero-prairie__subhead {
  max-width: 42ch;
  margin-bottom: clamp(32px, 4vw, 44px);
  font-size: clamp(1.06rem, 1.45vw, 1.2rem);
  line-height: var(--leading-lede);
  color: var(--ink-soft);
}

.hero-prairie__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.hero-prairie__cta-note {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
}

.hero-prairie__trust {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.6vw, 16px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--line);
}

.hero-prairie__trust li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 6px 16px 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid var(--line);
}

.hero-prairie__trust li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wheat-deep);
  box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.28);
  flex-shrink: 0;
}

.hero-prairie__media {
  position: relative;
  justify-self: end;
  width: min(100%, 500px);
  padding: clamp(12px, 2vw, 20px) clamp(12px, 2vw, 20px) clamp(28px, 4vw, 40px);
}

.hero-prairie__frame-back {
  position: absolute;
  inset: 0 0 24px 28px;
  border: 2px solid rgba(212, 165, 116, 0.55);
  border-radius: var(--radius-arch);
  background: linear-gradient(145deg, rgba(212, 165, 116, 0.12), rgba(61, 41, 20, 0.04));
  z-index: 0;
}

.hero-prairie__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-arch);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--brown-soft);
}

.hero-prairie__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-prairie__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: inherit;
  pointer-events: none;
}

.hero-prairie__venue-chip {
  position: absolute;
  top: clamp(8px, 2vw, 18px);
  right: clamp(-8px, 1vw, 12px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: min(220px, 46vw);
  padding: 14px 18px;
  background: var(--paper);
  border: 1px solid var(--line-wheat);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.hero-prairie__venue-chip-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wheat-deep);
}

.hero-prairie__venue-chip strong {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.25;
  color: var(--brown);
}

.hero-prairie__badge {
  position: absolute;
  bottom: 0;
  left: clamp(-8px, 1vw, 0px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 22px;
  background: var(--brown);
  color: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-prairie__badge strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
}

.hero-prairie__badge span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wheat-light);
}

/* ─── Welcome strip ───────────────────────────────────────── */

.welcome-strip {
  background: var(--paper);
  padding-block: clamp(36px, 5vw, 52px);
  border-bottom: 1px solid var(--line);
}

.welcome-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
}

.welcome-strip__pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: var(--tap);
  padding: 10px 22px 10px 14px;
  background: var(--cream);
  border: 1px solid var(--line-wheat);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease);
}

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

.welcome-strip__pill-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--wheat);
  color: var(--brown);
  font-size: 0.9rem;
  font-weight: 800;
  flex-shrink: 0;
}

.welcome-strip__pill-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.welcome-strip__pill-text strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--brown);
  line-height: 1.2;
}

.welcome-strip__pill-text span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}

.welcome-strip__heading {
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 28px);
}

.welcome-strip__heading p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  max-width: 48ch;
  margin-inline: auto;
}

/* ─── Services meadow ─────────────────────────────────────── */

.services-meadow {
  background: var(--cream);
  padding-block: clamp(72px, 10vw, 116px);
}

.services-meadow__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 72px);
}

.services-meadow__header .lede {
  justify-self: end;
  text-align: right;
}

.services-meadow__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap);
}

.meadow-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 3vw, 36px);
}

.meadow-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--line-wheat);
}

.meadow-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wheat);
  color: var(--brown);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.meadow-card h3 {
  margin-bottom: 4px;
}

.meadow-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.65;
}

.meadow-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.meadow-card li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.meadow-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wheat-deep);
}

.meadow-card:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1;
}

.meadow-card:nth-child(2) {
  grid-column: 6 / span 7;
  grid-row: 1;
  margin-top: 32px;
}

.meadow-card:nth-child(3) {
  grid-column: 1 / span 7;
  grid-row: 2;
  margin-top: -16px;
}

.meadow-card:nth-child(4) {
  grid-column: 8 / span 5;
  grid-row: 2;
}

.meadow-card--featured {
  background: var(--brown);
  color: rgba(255, 255, 255, 0.9);
  border-color: var(--brown);
}

.meadow-card--featured h3 {
  color: var(--white);
}

.meadow-card--featured p,
.meadow-card--featured li {
  color: rgba(255, 255, 255, 0.78);
}

.meadow-card--featured .meadow-card__num {
  background: var(--wheat);
  color: var(--brown);
}

.meadow-card--featured li::before {
  background: var(--wheat-light);
}

/* ─── Venue porch ─────────────────────────────────────────── */

.venue-porch {
  position: relative;
  background: var(--brown);
  color: var(--white);
  padding-block: clamp(56px, 8vw, 80px);
  overflow: hidden;
}

.venue-porch::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 48px,
      rgba(255, 255, 255, 0.03) 48px,
      rgba(255, 255, 255, 0.03) 49px
    );
  pointer-events: none;
}

.venue-porch__header {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.venue-porch__header .eyebrow {
  color: var(--wheat);
}

.venue-porch__header h2 {
  color: var(--white);
  margin-bottom: 12px;
}

.venue-porch__header p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 52ch;
  margin-inline: auto;
}

.venue-porch__marquee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  max-width: 900px;
  margin-inline: auto;
}

.venue-porch__name {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap);
  padding: 10px 24px;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 600;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 165, 116, 0.35);
  border-radius: var(--radius-pill);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s var(--ease);
}

.venue-porch__name:hover {
  background: rgba(212, 165, 116, 0.18);
  border-color: var(--wheat);
  transform: translateY(-2px);
}

.venue-porch__note {
  text-align: center;
  margin-top: clamp(28px, 4vw, 40px);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wheat);
}

/* ─── Heartland pours ─────────────────────────────────────── */

.heartland-pours {
  background: var(--paper);
  padding-block: clamp(72px, 10vw, 112px);
}

.heartland-pours__header {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: clamp(48px, 7vw, 72px);
}

.heartland-pours__header .lede {
  margin-inline: auto;
}

.heartland-pours__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.pour-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--cream);
}

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

.pour-card__visual {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, var(--wheat-light), var(--wheat));
  overflow: hidden;
}

.pour-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pour-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(61, 41, 20, 0.35), transparent);
}

.pour-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.5vw, 28px);
  flex: 1;
}

.pour-card__tag {
  align-self: flex-start;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wheat-deep);
  background: rgba(212, 165, 116, 0.2);
  border-radius: var(--radius-pill);
}

.pour-card h3 {
  font-size: 1.25rem;
}

.pour-card p {
  color: var(--ink-soft);
  font-size: 0.94rem;
  flex: 1;
}

.pour-card__ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-wheat);
}

.pour-card__ingredients span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-muted);
  padding: 4px 10px;
  background: var(--paper);
  border-radius: var(--radius-pill);
}

/* ─── Packages harvest ────────────────────────────────────── */

.packages-harvest {
  background: var(--cream);
  padding-block: clamp(72px, 10vw, 116px);
}

.packages-harvest__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}

.packages-harvest__header .lede {
  margin-inline: auto;
}

.packages-harvest__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  align-items: stretch;
}

.packages-harvest__grid--stage {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.12fr) minmax(0, 0.92fr);
  align-items: end;
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(8px, 2vw, 16px);
  padding-top: clamp(20px, 3vw, 32px);
}

.harvest-card--tier-1,
.harvest-card--tier-3 {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.harvest-card__tagline {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.harvest-card--featured .harvest-card__tagline {
  color: rgba(255, 255, 255, 0.72);
}

.harvest-card__included-heading {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wheat-deep);
}

.harvest-card--featured .harvest-card__included-heading {
  color: var(--wheat);
}

.packages-note {
  margin-top: clamp(28px, 4vw, 40px);
  text-align: center;
  font-size: 0.92rem;
  color: var(--ink-muted);
}

.packages-prairie-band {
  background: var(--brown);
  color: var(--white);
  padding-block: clamp(48px, 7vw, 72px);
}

.packages-prairie-band__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.packages-prairie-band__copy h2 {
  color: var(--white);
  margin-bottom: 12px;
}

.packages-prairie-band__copy .eyebrow {
  color: var(--wheat);
}

.packages-prairie-band__copy p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 42ch;
}

.packages-prairie-band__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.packages-prairie-band__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 165, 116, 0.35);
  color: var(--cream);
}

.harvest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 40px) clamp(22px, 2.8vw, 32px);
  min-width: 0;
}

.harvest-card:not(.harvest-card--featured) {
  box-shadow: var(--shadow-sm);
}

.harvest-card:not(.harvest-card--featured):hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--line-wheat);
}

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

.harvest-card__tier {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wheat-deep);
  margin-bottom: 8px;
}

.harvest-card h3 {
  margin-bottom: 4px;
}

.harvest-card__price-block {
  margin: clamp(12px, 2vw, 16px) 0 clamp(14px, 2vw, 18px);
  padding: clamp(14px, 2.2vw, 18px) clamp(16px, 2.4vw, 20px);
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.16), rgba(212, 165, 116, 0.05));
  border: 1px solid var(--line-wheat);
  border-left: 4px solid var(--wheat);
  border-radius: var(--radius-sm);
}

.harvest-card__price {
  margin: 0;
  line-height: 1;
}

.harvest-card__amount {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.8vw, 2.85rem);
  font-weight: 700;
  color: var(--brown);
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}

.harvest-card__from {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wheat-deep);
}

.harvest-card__price small {
  font-family: var(--font-body);
  font-size: 0.42em;
  font-weight: 600;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}

.harvest-card__desc {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.harvest-card__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 24px;
}

.harvest-card__features li {
  position: relative;
  padding-left: 24px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.harvest-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wheat-deep);
  font-weight: 800;
  font-size: 0.85rem;
}

.harvest-card .button {
  width: 100%;
  margin-top: auto;
}

.harvest-card--featured {
  background: linear-gradient(168deg, var(--brown) 0%, #4a3220 52%, var(--brown) 100%);
  border: 2px solid var(--wheat);
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(-24px);
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px rgba(212, 165, 116, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  z-index: 2;
  padding-top: clamp(36px, 4vw, 44px);
}

.harvest-card--featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;


  <div></div>

  height: 5px;
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  background: linear-gradient(
    90deg,
    var(--wheat-deep),
    var(--wheat),
    var(--wheat-light),
    var(--wheat)
  );
}

.harvest-card--featured:hover {
  transform: translateY(-28px);
  box-shadow:
    0 28px 64px -22px rgba(61, 41, 20, 0.38),
    0 0 0 1px rgba(212, 165, 116, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-color: var(--wheat-light);
}

.harvest-card--featured .harvest-card__tier {
  color: var(--wheat);
}

.harvest-card--featured h3 {
  padding-right: clamp(72px, 12vw, 96px);
}

.harvest-card--featured h3,
.harvest-card--featured .harvest-card__amount {
  color: var(--white);
}

.harvest-card--featured .harvest-card__price-block {
  background: rgba(212, 165, 116, 0.14);
  border-color: rgba(212, 165, 116, 0.42);
  border-left-color: var(--wheat);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.harvest-card--featured .harvest-card__from {
  color: var(--wheat-light);
}

.harvest-card--featured .harvest-card__price small {
  color: var(--text-on-dark-soft);
}

.harvest-card--featured .harvest-card__desc {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.14);
}

.harvest-card--featured .harvest-card__features li {
  color: rgba(255, 255, 255, 0.82);
}

.harvest-card--featured .harvest-card__features li::before {
  color: var(--wheat-light);
}

.harvest-card__ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 14px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--wheat);
  color: var(--brown);
  border-radius: var(--radius-pill);
}

.harvest-card--featured .harvest-card__ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 14px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--wheat);
  color: var(--brown);
  border-radius: var(--radius-pill);
}

.harvest-card--featured .button--solid {
  --btn-bg: var(--wheat-deep);
  --btn-border: var(--wheat-deep);
  box-shadow:
    var(--shadow-cta),
    0 0 0 1px rgba(212, 165, 116, 0.28);
}

.harvest-card--featured .button--solid:hover {
  --btn-bg: var(--wheat);
  <div></div>

  --btn-border: var(--wheat);
  --btn-fg: var(--brown);

  
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(212, 165, 116, 0.4);
}

.harvest-card:not(.harvest-card--featured) .button--outline:hover {
  border-color: var(--wheat-deep);
}

/* ─── Packages universal ──────────────────────────────────── */

.packages-universal {
  background: var(--paper);
  padding-block: clamp(56px, 8vw, 88px);
  border-top: 1px solid var(--line);
}



.packages-universal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}

.packages-universal__block {
  padding: clamp(24px, 3vw, 36px);
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}

.packages-universal__block h3 {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--wheat);
}

.packages-universal__block p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.packages-universal__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.packages-universal__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.packages-universal__list li::before {
  content: "→";
  color: var(--wheat-deep);
  font-weight: 700;
}

.packages-universal__callout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  margin-top: clamp(28px, 4vw, 40px);
  background: var(--brown);
  color: var(--white);
  border-radius: var(--radius);
}

.packages-universal__callout-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--wheat-deep);
  border-radius: 50%;
  font-size: 1.1rem;
}

.packages-universal__callout p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 0.94rem;
}

.packages-universal__callout strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 4px;
}

/* ─── Page hero (inner pages) ─────────────────────────────── */

.page-hero {
  position: relative;
  padding: clamp(56px, 9vw, 96px) var(--pad) clamp(48px, 7vw, 72px);
  background: var(--cream);
  color: var(--brown);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.25), transparent 70%);
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--pad);
  right: var(--pad);
  height: 1px;
  background: linear-gradient(90deg, var(--wheat), transparent);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--gap);
  align-items: end;
}

.page-hero h1 {
  max-width: 18ch;
  margin-bottom: 14px;
}

.page-hero .lede {
  max-width: 52ch;
}

.page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.page-hero__breadcrumb a {
  color: var(--wheat-deep);
  transition: color 0.2s ease;
}

.page-hero__breadcrumb a:hover {
  color: var(--brown);
}

.page-hero__breadcrumb span {
  color: var(--ink-faint);
}

.page-hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  text-align: right;
}

.page-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 20px;
  background: var(--paper);
  border: 1px solid var(--line-wheat);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.page-hero__stat .star-rating {
  margin-bottom: 2px;
}

.page-hero__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--brown);
  line-height: 1.1;
}

.page-hero__stat span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.page-hero--compact {
  padding-block: clamp(44px, 6vw, 64px) clamp(36px, 5vw, 52px);
}

.page-hero--dark {
  background: var(--brown);
  color: var(--white);
}

.page-hero--dark h1 {
  color: var(--white);
}

.page-hero--dark .lede {
  color: rgba(255, 255, 255, 0.75);
}

.page-hero--dark .eyebrow {
  color: var(--wheat);
}

.page-hero--dark::after {
  background: linear-gradient(90deg, var(--wheat), transparent);
}

/* ─── Star rating (reviews) ───────────────────────────────── */

.star-rating {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--wheat-deep);
}

.star-rating__track {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.star-rating__track i {
  display: block;
  width: 12px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(
    50% 0%,
    63% 34%,
    98% 38%,
    71% 62%,
    79% 96%,
    50% 78%,
    21% 96%,
    29% 62%,
    2% 38%,
    37% 34%
  );
  box-shadow: 0 1px 0 rgba(61, 41, 20, 0.12);
}

.star-rating--light {
  color: var(--wheat);
}

.star-rating--light .star-rating__track i {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.star-rating--lg .star-rating__track {
  gap: 6px;
}

.star-rating--lg .star-rating__track i {
  width: 15px;
  height: 15px;
}

.star-rating--sm .star-rating__track {
  gap: 4px;
}

.star-rating--sm .star-rating__track i {
  width: 10px;
  height: 10px;
}

.star-rating--card {
  width: fit-content;
  padding: 8px 12px 8px 10px;
  border-left: 3px solid var(--wheat-deep);
  background: rgba(212, 165, 116, 0.1);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.star-rating--score .star-rating__track i:last-child {
  opacity: 0.38;
}

.star-rating--light.star-rating--card {
  border-left-color: var(--wheat);
  background: rgba(212, 165, 116, 0.12);
}

/* ─── Reviews porch ───────────────────────────────────────── */

.reviews-porch {
  background: var(--paper);
  padding-block: clamp(72px, 10vw, 112px);
}

.reviews-porch__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.reviews-porch__lede {
  margin-top: 10px;
  max-width: 48ch;
  font-size: 0.96rem;
  color: var(--ink-muted);
}

.reviews-porch__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  padding: 14px 22px;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.14), rgba(212, 165, 116, 0.04));
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-wheat);
  box-shadow: var(--shadow-sm);
}

.reviews-porch__rating strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--brown);
  line-height: 1;
}

.reviews-porch__rating span:last-child {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-muted);
}

.testimonials-grid,
.testimonials-grid--porch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
  grid-auto-rows: 1fr;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .testimonials-grid,
  .testimonials-grid--porch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-card--lead {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1281px) {
  .testimonial-card--lead {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    align-items: start;
    column-gap: clamp(24px, 3vw, 36px);
  }

  .testimonial-card--lead .star-rating {
    grid-column: 1;
    grid-row: 1;
  }

  .testimonial-card--lead .testimonial-card__quote {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
  }

  .testimonial-card--lead .testimonial-card__author {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    flex-direction: column;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: clamp(20px, 2.5vw, 28px);
    border-top: none;
    border-left: 1px solid rgba(212, 165, 116, 0.32);
  }

  .testimonial-card--lead .testimonial-card__avatar {
    width: 56px;
    height: 56px;
    font-size: 1.08rem;
  }
}

.testimonials-grid--porch .testimonial-card:not(.testimonial-card--lead):nth-of-type(even) {
  background: var(--paper);
}

.testimonials-grid--porch .testimonial-card:not(.testimonial-card--lead):nth-of-type(odd):not(.testimonial-card--lead) {
  background: linear-gradient(180deg, var(--cream) 0%, rgba(212, 165, 116, 0.07) 100%);
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(26px, 3.2vw, 34px);
  background: var(--cream);
  min-width: 0;
  overflow: hidden;
}

.testimonial-card::after {
  content: "\201D";
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
  color: rgba(212, 165, 116, 0.16);
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--line-wheat);
}

.testimonial-card--lead {
  background: linear-gradient(165deg, var(--paper) 0%, var(--cream) 100%);
  border-left: 4px solid var(--wheat);
  padding: clamp(30px, 3.8vw, 40px);
}

.testimonial-card--lead::after {
  font-size: clamp(3.5rem, 7vw, 5rem);
  color: rgba(212, 165, 116, 0.22);
}

.testimonial-card__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: clamp(18px, 2.4vw, 24px);
  font-family: var(--font-display);
  font-size: clamp(1.04rem, 1.45vw, 1.12rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.012em;
  color: var(--brown);
  flex: 1;
  text-wrap: pretty;
  font-feature-settings: "liga" 1;
  hanging-punctuation: first allow-end;
}

.testimonial-card--lead .testimonial-card__quote {
  font-size: clamp(1.18rem, 1.9vw, 1.34rem);
  line-height: 1.58;
  max-width: 58ch;
}

.testimonial-card__quote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -0.08em;
  font-family: var(--font-display);
  font-size: 2.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: var(--wheat-deep);
}

.testimonial-card__author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: clamp(14px, 2vw, 18px);
  margin-top: auto;
  border-top: 1px solid rgba(212, 165, 116, 0.28);
}

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wheat), var(--wheat-deep));
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--brown);
  flex-shrink: 0;
}

.testimonial-card__meta {
  font-style: normal;
  line-height: 1.35;
}

.testimonial-card__meta strong {
  display: block;
  font-size: 0.92rem;
  color: var(--brown);
}

.testimonial-card__meta span {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wheat-deep);
}

/* ─── Reviews spotlight ───────────────────────────────────── */

.reviews-spotlight {
  background: var(--brown);
  color: var(--white);
  padding-block: clamp(64px, 9vw, 96px);
}

.reviews-spotlight__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.reviews-spotlight__copy .eyebrow {
  color: var(--wheat);
}

.reviews-spotlight__copy h2 {
  color: var(--white);
  margin-bottom: 14px;
}

.reviews-spotlight__copy p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.96rem;
  max-width: 42ch;
}

.reviews-spotlight__slider {
  position: relative;
}

.reviews-spotlight__slide {
  display: none;
  flex-direction: column;
  gap: clamp(18px, 2.5vw, 24px);
  padding: clamp(28px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 165, 116, 0.3);
  border-left: 4px solid var(--wheat);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.reviews-spotlight__slide::after {
  content: "\201D";
  position: absolute;
  top: 8px;
  right: 14px;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: rgba(212, 165, 116, 0.12);
  pointer-events: none;
}

.reviews-spotlight__slide.is-active {
  display: flex;
}

.reviews-spotlight__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: clamp(16px, 2vw, 22px);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.014em;
  color: var(--cream);
  text-wrap: pretty;
  font-feature-settings: "liga" 1;
}

.reviews-spotlight__quote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -0.06em;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: var(--wheat);
}

.reviews-spotlight__slide cite {
  position: relative;
  z-index: 1;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--wheat);
  letter-spacing: 0.04em;
}

.reviews-spotlight__cite {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviews-spotlight__slide cite strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--cream);
  margin-bottom: 0;
}

.reviews-spotlight__cite span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wheat-light);
}

.reviews-spotlight__venues {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(32px, 5vw, 48px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(212, 165, 116, 0.25);
}

.reviews-spotlight__venues span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(212, 165, 116, 0.3);
  color: rgba(255, 255, 255, 0.88);
}

.reviews-spotlight__dots {
  display: flex;
  gap: 8px;


  margin-top: 4px;
}

.reviews-spotlight__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition:
    width var(--duration-base) var(--ease),
    background var(--duration-fast) ease;
}

.reviews-spotlight__dot.is-active {
  background: var(--wheat);
  width: 24px;
  border-radius: var(--radius-pill);
}

.reviews-spotlight__controls {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.reviews-spotlight__btn {
  display: grid;
  place-items: center;
  width: var(--tap);
  height: var(--tap);
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 1.1rem;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.reviews-spotlight__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--wheat);
}

/* ─── Reviews harvest stats ───────────────────────────────── */

.reviews-harvest-stats {
  background: var(--cream);
  padding-block: clamp(56px, 8vw, 88px);
}

.reviews-harvest-stats__header {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.reviews-harvest-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}

@media (min-width: 769px) and (max-width: 1280px) {
  .reviews-harvest-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-harvest-stats__card:last-child {
    grid-column: 1 / -1;
  }
}

.reviews-harvest-stats__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(24px, 3vw, 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--wheat-deep);
}

.reviews-harvest-stats__card span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.reviews-harvest-stats__card strong {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  color: var(--brown);
  line-height: 1.1;
}

.reviews-harvest-stats__card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ─── About homestead ─────────────────────────────────────── */

.about-homestead {
  background: var(--paper);
  padding-block: clamp(72px, 10vw, 112px);
}

.about-homestead__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.about-homestead__media {
  position: relative;
}

.about-homestead__image {
  aspect-ratio: 5 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--cream);
}

.about-homestead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-homestead__frame {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--wheat);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  box-shadow: var(--shadow-sm);
}

.about-homestead__frame strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--brown);
  line-height: 1;
}

.about-homestead__frame span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-soft);
}

.about-homestead__intro h2 {
  margin-bottom: 16px;
}

.about-homestead__intro .lede {
  margin-bottom: 20px;
}

.about-homestead__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.about-homestead__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.about-homestead__list li::before {
  content: "→";
  color: var(--wheat-deep);
  font-weight: 700;
}

/* ─── About meadow team ───────────────────────────────────── */

.about-meadow-team {
  background: var(--cream);
  padding-block: clamp(56px, 8vw, 88px);
  border-block: 1px solid var(--line);
}

.about-meadow-team__header {
  max-width: 52ch;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.about-meadow-team__header .lede {
  margin-top: 12px;
}

.about-meadow-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}

.about-meadow-team__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.about-meadow-team__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.about-meadow-team__photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream);
}

.about-meadow-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-meadow-team__photo--accent {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brown), var(--brown-soft));
}

.about-meadow-team__initial {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--wheat);
  letter-spacing: 0.06em;
}

.about-meadow-team__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 2.5vw, 28px);
}

.about-meadow-team__role {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wheat-deep);
}

.about-meadow-team__body h3 {
  font-size: 1.15rem;
}

.about-meadow-team__body p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

.about-story {
  background: var(--cream);
  padding-block: clamp(56px, 8vw, 80px);
  border-block: 1px solid var(--line);
}

.about-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.about-story__intro h2 {
  margin-bottom: 12px;
}

.about-story__visual {
  margin-top: clamp(24px, 3vw, 32px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  background: var(--paper);
}

.about-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-story__item {
  position: relative;
  padding: 0 0 clamp(28px, 4vw, 40px) 32px;
  border-left: 2px solid var(--line-wheat);
}

.about-story__item:last-child {
  padding-bottom: 0;
}

.about-story__item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wheat);
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 2px var(--wheat);
}

.about-story__year {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wheat-deep);
  margin-bottom: 6px;
}

.about-story__item h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.about-story__item p {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.about-values {
  padding-block: clamp(56px, 8vw, 80px);
}

.about-values__header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.about-values__card {
  text-align: center;
  padding: clamp(28px, 3.5vw, 36px) clamp(20px, 2.5vw, 28px);
  background: var(--cream);
}

.about-values__card:hover {
  transform: translateY(-4px);
}

.about-values__icon {
  width: 56px;
  height: 56px;
  margin-inline: auto;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  background: var(--wheat);
  color: var(--brown);
  border-radius: 50%;
  font-size: 1.4rem;
}

.about-values__card h3 {
  margin-bottom: 10px;
}

.about-values__card p {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ─── About prairie trust ─────────────────────────────────── */

.about-prairie-trust {
  background: var(--brown);
  color: var(--white);
  padding-block: clamp(56px, 8vw, 88px);
}

.about-prairie-trust__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) minmax(200px, 0.72fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.about-prairie-trust__copy .eyebrow {
  color: var(--wheat);
}

.about-prairie-trust__copy h2 {
  color: var(--white);
  margin-bottom: 14px;
}

.about-prairie-trust__copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  max-width: 42ch;
}

.about-prairie-trust__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-prairie-trust__list li {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 165, 116, 0.28);
  border-radius: var(--radius);
}

.about-prairie-trust__list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--cream);
  margin-bottom: 4px;
}

.about-prairie-trust__list span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.about-prairie-trust__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(212, 165, 116, 0.35);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.45);
}

.about-prairie-trust__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-prairie-trust__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: rgba(61, 41, 20, 0.92);
  border: 1px solid rgba(212, 165, 116, 0.45);
  backdrop-filter: blur(8px);
}

.about-prairie-trust__badge strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wheat);
  line-height: 1;
}

.about-prairie-trust__badge span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.about-prairie-trust__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(212, 165, 116, 0.25);
}

.about-prairie-trust__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 165, 116, 0.3);
  color: rgba(255, 255, 255, 0.88);
}

/* ─── About region ────────────────────────────────────────── */

.about-region {
  background: var(--paper);
  padding-block: clamp(56px, 8vw, 88px);
}

.about-region__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.about-region__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 5 / 4;
  background: var(--cream);
}

.about-region__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-region__copy h2 {
  margin-bottom: 14px;
}

.about-region__copy p {
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 0.96rem;
  max-width: 46ch;
}

.about-region__towns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.about-region__towns span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: var(--cream);
  border: 1px solid var(--line-wheat);
  color: var(--brown-soft);
}

/* ─── Quote section / form ────────────────────────────────── */

.quote-section {
  background: var(--cream);
  padding-block: clamp(72px, 10vw, 112px);
}

.quote-section__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.quote-section__copy h2 {
  margin-bottom: 14px;
}

.quote-section__copy .lede {
  margin-bottom: 24px;
}

.quote-section__perks {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quote-section__perk {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.quote-section__perk-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--wheat);
  color: var(--brown);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
}

.quote-section__perk strong {
  display: block;
  font-size: 0.92rem;
  color: var(--brown);
  margin-bottom: 2px;
}

.quote-section__perk span {
  font-size: 0.86rem;
  color: var(--ink-muted);
}

.quote-form {
  padding: clamp(28px, 4vw, 40px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border-top: 3px solid rgba(212, 165, 116, 0.45);
}

.quote-form__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--brown);
  margin-bottom: 6px;
}

.quote-form__subtitle {
  font-size: 0.88rem;
  color: var(--ink-muted);
  margin-bottom: 24px;
}

.quote-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

.quote-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quote-form__field--full {
  grid-column: 1 / -1;
}

.quote-form label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  min-height: var(--tap);
  padding: 12px 16px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition:
    border-color var(--duration-fast) ease,
    box-shadow var(--duration-fast) ease;
}

.quote-form textarea {
  min-height: max(120px, var(--tap));
  resize: vertical;
}

.quote-form input:hover,
.quote-form textarea:hover,
.quote-form select:hover {
  border-color: var(--line-wheat);
}

.quote-form input:focus-visible,
.quote-form textarea:focus-visible,
.quote-form select:focus-visible {
  border-color: var(--wheat-deep);
  box-shadow: var(--focus-glow);
}

.quote-form input[aria-invalid="true"],
.quote-form textarea[aria-invalid="true"] {
  border-color: var(--error);
  box-shadow: 0 0 0 3px var(--error-soft);
}

.quote-form__error {
  min-height: 1.2em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--error);
}

.quote-form__status {
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wheat-deep);
  min-height: 1.4em;
}

.quote-form__submit {
  width: 100%;
  margin-top: 8px;
}

.quote-form__note {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--ink-muted);
  text-align: center;
}

/* ─── Shared content blocks ───────────────────────────────── */

.content-block {
  padding-block: clamp(56px, 8vw, 88px);
}

.content-block--alt {
  background: var(--cream);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.split-section--reverse .split-section__media {
  order: 2;
}

.icon-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--ink-soft);
}

.icon-list li::before {
  content: "✦";
  color: var(--wheat-deep);
  font-size: 0.75rem;
  margin-top: 0.35em;
  flex-shrink: 0;
}

.cta-band {
  background: var(--brown);
  color: var(--white);
  padding-block: clamp(56px, 8vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% -20%, rgba(212, 165, 116, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.cta-band .container {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: 12px;
}

.cta-band p {
  color: var(--text-on-dark-muted);
  max-width: 48ch;
  margin-inline: auto;
  margin-bottom: 28px;
  line-height: var(--leading-lede);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.cta-band .button--solid {
  --btn-bg: var(--wheat-deep);
  --btn-border: var(--wheat-deep);
  box-shadow: 0 12px 32px -10px rgba(0, 0, 0, 0.35);
}

.cta-band .button--solid:hover {
  --btn-bg: var(--wheat);
  --btn-border: var(--wheat);
  --btn-fg: var(--brown);
  box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4);
}

/* ─── Responsive: 1280px ──────────────────────────────────── */

@media (max-width: 1280px) {
  :root {
    --header-h: 72px;
    --maxw: 1140px;
    --gap: clamp(16px, 2vw, 24px);
    --section-y: clamp(64px, 8vw, 96px);
  }

  .hero-prairie {
    min-height: auto;
    padding-block: clamp(48px, 8vw, 80px);
  }

  .hero-prairie__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }

  .hero-prairie__media {
    width: min(100%, 420px);
  }

  .hero-prairie__falls {
    opacity: 0.35;
    right: 0;
  }

  .services-meadow__header {
    grid-template-columns: 1fr;
  }

  .services-meadow__header .lede {
    justify-self: start;
    text-align: left;
  }

  .meadow-card:nth-child(2) {
    margin-top: 16px;
  }

  .meadow-card:nth-child(3) {
    margin-top: 0;
  }

  .harvest-card--featured {
    transform: translateY(-12px);
  }

  .harvest-card--featured:hover {
    transform: translateY(-16px);
  }

  .packages-prairie-band__inner {
    grid-template-columns: 1fr;
  }

  .about-meadow-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-meadow-team__card:last-child {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .about-meadow-team__card:last-child .about-meadow-team__photo {
    flex: 0 0 min(220px, 38%);
    aspect-ratio: auto;
    min-height: 100%;
  }

  .about-prairie-trust__layout {
    grid-template-columns: 1fr 1fr;
  }

  .about-prairie-trust__media {
    grid-column: 1 / -1;
    max-width: 420px;
    aspect-ratio: 16 / 10;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .heartland-pours__grid,
  .packages-harvest__grid,
  .packages-universal__grid,
  .about-values__grid,
  .about-prairie-trust__list,
  .footer-grid {
    gap: var(--gap);
  }
}

/* ─── Responsive: 768px ───────────────────────────────────── */

@media (max-width: 768px) {
  :root {
    --header-h: 68px;
    --pad: clamp(18px, 5vw, 28px);
    --gap: 20px;
    --maxw: 100%;
    --section-y: clamp(56px, 8vw, 88px);
  }

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

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero-prairie {
    padding-block: clamp(40px, 8vw, 64px);
  }

  .hero-prairie__grid {
    grid-template-columns: 1fr;
    gap: clamp(36px, 7vw, 52px);
  }

  .hero-prairie__copy {
    max-width: none;
    order: 1;
  }

  .hero-prairie__title-line--accent {
    max-width: none;
  }

  .hero-prairie__media {
    order: 2;
    justify-self: center;
    width: min(100%, 380px);
    padding-inline: 8px;
  }

  .hero-prairie__frame-back {
    inset: 0 0 20px 20px;
  }

  .hero-prairie__venue-chip {
    right: 4px;
    top: 4px;
  }

  .hero-prairie__badge {
    left: auto;
    right: 8px;
    bottom: 4px;
  }

  .hero-prairie__falls {
    top: auto;
    bottom: 120px;
    right: -12px;
    height: 180px;
    opacity: 0.28;
  }

  .welcome-strip__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .welcome-strip__pill {
    width: 100%;
    justify-content: flex-start;
  }

  .services-meadow__grid {
    grid-template-columns: 1fr;
  }

  .meadow-card,
  .meadow-card:nth-child(1),
  .meadow-card:nth-child(2),
  .meadow-card:nth-child(3),
  .meadow-card:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 0;
  }

  .heartland-pours__grid,
  .packages-harvest__grid,
  .reviews-harvest-stats__grid,
  .about-values__grid {
    grid-template-columns: 1fr;
  }

  .packages-harvest__grid--stage {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-top: 0;
  }

  .testimonials-grid,
  .testimonials-grid--porch {
    grid-template-columns: 1fr;
  }

  .testimonial-card--lead {
    grid-column: auto;
    border-left-width: 3px;
    display: flex;
    flex-direction: column;
  }

  .testimonial-card--lead .testimonial-card__author {
    flex-direction: row;
    text-align: left;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(212, 165, 116, 0.28);
    padding-top: clamp(14px, 2vw, 18px);
  }

  .testimonial-card--lead .testimonial-card__avatar {
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
  }

  .harvest-card--tier-1,
  .harvest-card--tier-3 {
    margin-bottom: 0;
  }

  .harvest-card--featured {
    transform: none;
    order: -1;
    margin-bottom: 0;
  }

  .harvest-card--featured:hover,
  .harvest-card:not(.harvest-card--featured):hover,
  .harvest-card:hover {
    transform: translateY(-4px);
  }

  .harvest-card--featured h3 {
    padding-right: clamp(64px, 14vw, 88px);
  }

  .packages-universal__grid {
    grid-template-columns: 1fr;
  }

  .page-hero .container {
    grid-template-columns: 1fr;
  }

  .page-hero__aside {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .reviews-porch__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-spotlight__inner {
    grid-template-columns: 1fr;
  }

  .about-homestead__layout,
  .about-story__layout,
  .about-prairie-trust__layout,
  .quote-section__layout,
  .split-section {
    grid-template-columns: 1fr;
  }

  .about-prairie-trust__media {
    max-width: none;
    aspect-ratio: 4 / 3;
  }

  .about-meadow-team__grid {
    grid-template-columns: 1fr;
  }

  .about-meadow-team__card:last-child {
    flex-direction: column;
  }

  .about-meadow-team__card:last-child .about-meadow-team__photo {
    flex: none;
    aspect-ratio: 4 / 3;
    min-height: auto;
  }

  .about-homestead__frame {
    right: 12px;
    bottom: -12px;
    width: 100px;
    height: 100px;
  }

  .quote-form__grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .services-meadow__grid,
  .heartland-pours__grid,
  .packages-harvest__grid,
  .testimonials-grid,
  .reviews-harvest-stats__grid,
  .about-values__grid,
  .about-meadow-team__grid,
  .quote-form__grid,
  .footer-grid {
    gap: var(--gap);
  }
}

/* ─── Responsive: 375px ───────────────────────────────────── */

@media (max-width: 375px) {
  :root {
    --header-h: 64px;
    --pad: 16px;
    --gap: 16px;
    --section-y: clamp(48px, 7vw, 72px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .brand span {
    font-size: 1.2rem;
  }

  .button {
    width: 100%;
    padding-inline: 20px;
    min-height: var(--tap);
  }

  .header-cta {
    width: 100%;
  }

  .mobile-menu a {
    width: 100%;
    max-width: none;
  }

  .quote-form__submit {
    width: 100%;
  }

  .button-group {
    flex-direction: column;
    width: 100%;
  }

  .button-group .button {
    width: 100%;
  }

  .hero-prairie__title-line {
    font-size: 2rem;
  }

  .hero-prairie__subhead {
    font-size: 1.02rem;
  }

  .hero-prairie__trust {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-prairie__trust li {
    width: 100%;
  }

  .hero-prairie__badge {
    padding: 14px 16px;
  }

  .hero-prairie__badge strong {
    font-size: 1.25rem;
  }

  .hero-prairie__venue-chip {
    max-width: 190px;
    padding: 12px 14px;
  }

  .welcome-strip__pill {
    padding: 8px 16px 8px 10px;
    gap: 10px;
  }

  .welcome-strip__pill-icon {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }

  .meadow-card {
    padding: 20px;
  }

  .venue-porch__name {
    font-size: 0.88rem;
    padding: 8px 16px;
  }

  .pour-card__body {
    padding: 18px;
  }

  .harvest-card {
    padding: 24px 18px;
  }

  .harvest-card__amount {
    font-size: 2.05rem;
  }

  .harvest-card__price-block {
    padding: 14px 16px;
  }

  .harvest-card__ribbon {
    top: 14px;
    right: 14px;
    font-size: 0.6rem;
    padding: 5px 10px;
  }

  .harvest-card--featured h3 {
    padding-right: 0;
    padding-top: 28px;
  }

  .page-hero {
    padding-block: 40px 36px;
  }

  .page-hero__stat {
    padding: 10px 14px;
  }

  .page-hero__stat strong {
    font-size: 1.35rem;
  }

  .testimonial-card {
    padding: 20px;
  }

  .reviews-spotlight__slide {
    padding: 22px;
  }

  .reviews-spotlight__quote {
    font-size: 1.08rem;
  }

  .testimonial-card__quote {
    font-size: 1rem;
  }

  .testimonial-card--lead .testimonial-card__quote {
    font-size: 1.08rem;
  }

  .quote-form {
    padding: 22px 18px;
  }

  .mobile-menu a {
    font-size: 1.25rem;
  }

  .about-homestead__frame {
    width: 88px;
    height: 88px;
  }

  .about-homestead__frame strong {
    font-size: 1.5rem;
  }
}
