:root {
  --ink: #20251f;
  --muted: #60675c;
  --oat: #f2eee4;
  --paper: #fbfaf5;
  --field: #41573d;
  --field-dark: #293329;
  --clay: #a95635;
  --clay-dark: #7f3c27;
  --river: #325d62;
  --line: rgba(32, 37, 31, 0.14);
  --white-line: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 60px rgba(34, 41, 31, 0.13);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.02; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.2rem, 7.5vw, 7rem); }
h2 { font-size: clamp(2.3rem, 4.4vw, 4.7rem); }
h3 { font-size: clamp(1.45rem, 2.1vw, 2rem); }
p:last-child { margin-bottom: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 790px; }
.section { padding: clamp(74px, 9vw, 130px) 0; }
.section-oat { background: var(--oat); }
.section-field { color: #fff; background: var(--field-dark); }
.section-river { color: #fff; background: var(--river); }
.eyebrow {
  margin-bottom: 18px;
  color: var(--field);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
}
.eyebrow-light { color: #e5d9b9; }
.lede { font-size: clamp(1.16rem, 2vw, 1.45rem); line-height: 1.55; }
.fine-print { margin: 26px auto 0; color: var(--muted); font-size: 0.86rem; text-align: center; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 9px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 245, 0.94);
  backdrop-filter: blur(16px);
}
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--field); background: #e3dfd1; }
.brand-mark svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2.2; }
.brand span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1; letter-spacing: -0.035em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.09em; line-height: 1; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 0.82rem; font-weight: 750; }
.main-nav > a { text-decoration: none; }
.main-nav > a:not(.button) { padding: 28px 0 26px; border-bottom: 2px solid transparent; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { border-color: var(--clay); }
.nav-call { color: var(--clay-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: 180ms ease; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(25, 30, 22, 0.14); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 0.78rem; }
.button-clay { color: #fff; background: var(--clay); }
.button-clay:hover { background: var(--clay-dark); }
.button-field { color: #fff; background: var(--field); }
.button-field:hover { background: var(--field-dark); }
.button-oat { color: var(--ink); background: var(--oat); }
.button-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.05); }
.button-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.text-link { display: inline-flex; align-items: center; color: var(--clay-dark); font-size: 0.92rem; font-weight: 800; text-decoration: none; }
.text-link-light { color: #fff; }

.home-hero { overflow: hidden; padding: clamp(45px, 6vw, 85px) 0 0; color: #fff; background: var(--field-dark); }
.home-hero::before { position: absolute; inset: 80px 0 auto; height: 420px; pointer-events: none; content: ""; background: radial-gradient(circle at 25% 20%, rgba(144, 166, 118, 0.18), transparent 55%); }
.hero-grid { position: relative; display: grid; min-height: 650px; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: clamp(35px, 6vw, 90px); }
.hero-copy { position: relative; z-index: 2; padding: 24px 0 80px; }
.hero-copy .eyebrow { color: #d9cda9; }
.hero-copy h1 { max-width: 780px; margin-bottom: 28px; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: clamp(1.1rem, 1.7vw, 1.38rem); }
.hero-copy .button-row { margin-bottom: 28px; }
.hero-contact { display: flex; flex-wrap: wrap; gap: 12px 22px; color: rgba(255,255,255,.67); font-size: .82rem; }
.hero-contact a { color: #fff; font-weight: 800; }
.hero-contact span::before { margin-right: 22px; color: #c8b986; content: "•"; }
.hero-collage { position: relative; min-height: 650px; align-self: end; }
.hero-main { position: absolute; inset: 0 0 0 8%; margin: 0; overflow: hidden; border-radius: 48% 48% 0 0; background: #1b211b; }
.hero-main::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(15,20,15,.23)); }
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-inset { position: absolute; right: -7%; bottom: 10%; width: 35%; margin: 0; overflow: hidden; border: 8px solid var(--field-dark); border-radius: 50%; box-shadow: var(--shadow); }
.hero-inset img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-note { position: absolute; z-index: 2; bottom: 4%; left: -3%; display: flex; width: 240px; padding: 22px; flex-direction: column; color: var(--ink); background: var(--oat); box-shadow: var(--shadow); }
.hero-note strong { font-family: var(--serif); font-size: 1.5rem; }
.hero-note span { margin-top: 5px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.trust-strip { position: relative; z-index: 3; display: grid; padding: 26px 0; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); }
.trust-strip span { display: flex; align-items: center; gap: 11px; padding: 0 20px; border-right: 1px solid var(--white-line); font-size: .76rem; font-weight: 750; letter-spacing: .02em; }
.trust-strip span:first-child { padding-left: 0; }
.trust-strip span:last-child { border: 0; }
.trust-strip b { color: #c9b87e; font-family: var(--serif); font-size: 1.1rem; }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p:last-child { color: var(--muted); }
.split-heading { display: grid; max-width: none; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 11%; }
.split-heading > p, .split-heading > div:last-child { padding-bottom: 10px; color: var(--muted); }
.section-river .split-heading > div:last-child, .section-river .split-heading > p { color: rgba(255,255,255,.76); }
.centered { margin-inline: auto; text-align: center; }
.centered-action { margin-top: 40px; text-align: center; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.category-card { position: relative; min-height: 540px; overflow: hidden; color: #fff; text-decoration: none; }
.category-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 20%, rgba(18,23,17,.86) 90%); transition: background 200ms ease; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.035); }
.category-card > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 42px; }
.category-card h3 { margin-bottom: 14px; font-size: clamp(2.3rem, 4vw, 4rem); }
.category-card p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.78); }
.category-card span { font-size: .85rem; font-weight: 850; }
.category-pork img { object-position: center 35%; }
.category-beef img { object-position: center 45%; }

.proof-section { color: #fff; background: #1c211d; }
.proof-heading { display: grid; margin-bottom: 48px; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 11%; }
.proof-heading h2 { max-width: 760px; margin-bottom: 0; }
.proof-heading > p { max-width: 560px; margin-bottom: 8px; color: rgba(255,255,255,.66); }
.proof-gallery { display: grid; min-height: 720px; grid-template-columns: 1.14fr .86fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.proof-card { position: relative; margin: 0; overflow: hidden; background: var(--field-dark); }
.proof-card-primary { grid-row: 1 / -1; }
.proof-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(8,12,9,.88)); }
.proof-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.proof-card-primary img { object-position: center 48%; }
.proof-card:hover img { transform: scale(1.025); }
.proof-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; padding: 30px; flex-direction: column; }
.proof-card figcaption strong { font-family: var(--serif); font-size: clamp(1.6rem,2.4vw,2.4rem); line-height: 1.1; }
.proof-card figcaption span { max-width: 480px; margin-top: 7px; color: rgba(255,255,255,.72); font-size: .8rem; }
.proof-facts { display: grid; margin: 0; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--white-line); }
.proof-facts > div { padding: 28px 24px 25px; border-right: 1px solid var(--white-line); }
.proof-facts > div:first-child { padding-left: 0; }
.proof-facts > div:last-child { border: 0; }
.proof-facts dt { color: #d6c795; font-family: var(--serif); font-size: 1.1rem; font-weight: 700; }
.proof-facts dd { margin: 4px 0 0; color: rgba(255,255,255,.55); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }

.origin-grid, .story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 9vw, 130px); }
.origin-art { display: flex; min-height: 460px; flex-direction: column; justify-content: space-between; padding: 55px; border-radius: 50% 50% 6px 6px; color: #fff; background: linear-gradient(155deg, #6b432d 0 38%, #48593d 38% 70%, #2f595d 70%); box-shadow: var(--shadow); }
.origin-art span { font-family: var(--serif); font-size: clamp(1.8rem,3vw,3rem); }
.origin-art span:nth-of-type(2) { align-self: center; }
.origin-art span:last-child { align-self: end; }
.origin-art i { display: block; height: 1px; background: rgba(255,255,255,.42); transform: rotate(-7deg); }
.origin-copy h2 { margin-bottom: 26px; }
.origin-copy > p:not(.eyebrow) { color: var(--muted); }
blockquote { margin: 34px 0; padding-left: 25px; border-left: 3px solid var(--clay); font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1.35; }

.process-section { border-top: 1px solid var(--line); }
.process-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 35px 28px 28px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border: 0; }
.process-grid li > span { display: block; margin-bottom: 45px; color: var(--clay); font-family: var(--serif); font-size: 1.35rem; }
.process-grid h3 { margin-bottom: 14px; }
.process-grid p { color: var(--muted); font-size: .9rem; }
.plate-section { background: #e9e5da; }
.plate-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.plate-grid.reverse figure { order: 2; }
.plate-grid figure { position: relative; margin: 0; }
.plate-grid figure::before { position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.55); content: ""; }
.plate-grid figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.plate-grid figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 25px; color: #fff; background: linear-gradient(transparent, rgba(15,20,15,.78)); font-family: var(--serif); font-size: 1.25rem; }
.plate-grid h2 { margin-bottom: 26px; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { display: grid; padding: 20px 0; grid-template-columns: 170px 1fr; gap: 24px; border-top: 1px solid var(--line); }
.check-list strong { font-family: var(--serif); font-size: 1.12rem; }
.check-list span { color: var(--muted); font-size: .9rem; }
.service-band { padding: 55px 0; color: #fff; background: var(--clay-dark); }
.service-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8%; }
.service-grid h2 { margin: 0; font-size: clamp(2.2rem,4vw,4rem); }
.service-grid > p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; line-height: 2; }

.sweet-grown-band { padding: clamp(58px, 7vw, 90px) 0; border-bottom: 1px solid var(--line); background: #fff; }
.sweet-grown-grid { display: grid; grid-template-columns: .55fr 1fr .7fr; align-items: center; gap: clamp(34px, 6vw, 80px); }
.sweet-grown-logo { display: block; padding: 24px; border: 1px solid var(--line); background: #fff; }
.sweet-grown-logo img { width: 100%; height: auto; }
.sweet-grown-grid h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 3.7vw, 3.8rem); }
.sweet-grown-grid p:not(.eyebrow) { color: var(--muted); font-size: .94rem; }
.sweet-grown-links { display: flex; flex-direction: column; gap: 13px; }
.sweet-grown-links a { color: var(--clay-dark); font-size: .82rem; font-weight: 850; text-decoration: none; }
.sweet-grown-links small { margin-top: 8px; color: var(--muted); font-size: .68rem; line-height: 1.5; }

.membership-feature { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.membership-feature > a { display: block; padding: clamp(25px, 4vw, 50px); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.membership-feature h2 { margin-bottom: 22px; }
.membership-feature p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.membership-feature .button-row { margin: 28px 0 16px; }
.membership-feature small { display: block; color: var(--muted); font-size: .7rem; }

.cta-band { padding: clamp(70px,8vw,110px) 0; color: #fff; background: var(--field-dark); }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 9%; }
.cta-inner h2 { margin-bottom: 20px; }
.cta-inner p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.7); }
.cta-inner .button-row { justify-content: flex-end; }

.page-hero { overflow: hidden; color: #fff; background: var(--field-dark); }
.page-hero-grid { display: grid; min-height: 610px; grid-template-columns: 1fr 1fr; }
.page-hero-copy { display: flex; padding: clamp(60px,7vw,105px) 8% clamp(60px,7vw,105px) 0; flex-direction: column; justify-content: center; }
.page-hero-copy .eyebrow { color: #dacba2; }
.page-hero-copy h1 { margin-bottom: 28px; font-size: clamp(3.3rem,6.2vw,6.5rem); }
.page-hero-copy .lede { color: rgba(255,255,255,.75); }
.page-hero-copy .button-row { margin-top: 30px; }
.page-hero-copy .text-link { color: #fff; }
.page-hero-image { position: relative; width: calc(100% + ((100vw - var(--shell)) / 2)); margin: 0; overflow: hidden; }
.page-hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(41,51,41,.28), transparent 35%); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.simple-hero { padding: clamp(75px, 10vw, 150px) 0; background: linear-gradient(130deg, #e7e1d2, var(--paper)); }
.simple-hero h1 { max-width: 1000px; margin-bottom: 25px; }
.simple-hero .lede { max-width: 780px; color: var(--muted); }

.offers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.offers-grid-two { max-width: 830px; margin-inline: auto; grid-template-columns: repeat(2,1fr); }
.offer-card { position: relative; padding: 32px; border: 1px solid var(--line); background: var(--paper); }
.offer-card::before { display: block; width: 46px; height: 5px; margin-bottom: 35px; content: ""; background: var(--field); }
.offer-clay::before { background: var(--clay); }
.offer-featured { transform: translateY(-9px); box-shadow: var(--shadow); }
.offer-ribbon { position: absolute; top: 16px; right: 16px; padding: 6px 9px; color: #fff; background: var(--field); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-type { margin-bottom: 7px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.offer-card h3 { margin-bottom: 25px; font-size: 2rem; }
.offer-price { margin-bottom: 28px; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.offer-price small { display: block; margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: .68rem; font-weight: 600; }
.offer-card dl { margin: 0 0 30px; }
.offer-card dl > div { display: flex; padding: 10px 0; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font-size: .78rem; }
.offer-card dt { color: var(--muted); }
.offer-card dd { margin: 0; font-weight: 750; text-align: right; }
.card-link { color: var(--clay-dark); font-size: .82rem; font-weight: 850; text-decoration: none; }
.feature-stack article { display: grid; padding: 28px 0; grid-template-columns: 52px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.feature-stack article > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); font-family: var(--serif); font-weight: 700; }
.feature-stack h3 { margin-bottom: 8px; }
.feature-stack p { color: var(--muted); font-size: .9rem; }
.feature-stack.compact article { padding: 20px 0; }
.plain-list { padding-left: 1.1em; color: var(--muted); }
.cut-section { background: #e8e1d4; }

.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.definition-grid article { padding: clamp(30px,5vw,60px); background: var(--paper); }
.definition-grid h2 { margin-bottom: 20px; font-size: clamp(2rem,3.4vw,3.3rem); }
.definition-grid p:last-child { color: var(--muted); }
.timeline { max-width: 880px; margin: 0 auto; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; min-height: 150px; padding-bottom: 36px; grid-template-columns: 78px 1fr; gap: 25px; }
.timeline li::before { position: absolute; top: 52px; bottom: 0; left: 25px; width: 1px; content: ""; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline li > span { z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--clay); font-family: var(--serif); font-size: 1.3rem; }
.timeline h2 { margin: 5px 0 10px; font-size: clamp(1.7rem,3vw,2.7rem); }
.timeline p { color: var(--muted); }

.narrative { max-width: 850px; }
.narrative h2 { margin-bottom: 28px; }
.narrative p:not(.chapter) { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.chapter { color: var(--clay); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.quote-feature { max-width: 1020px; text-align: center; }
.quote-feature p { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(2.7rem,5vw,5rem); line-height: 1.1; letter-spacing: -.035em; }
.quote-feature span { color: #d3c89e; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.compare-grid article { display: flex; min-height: 650px; padding: 40px; flex-direction: column; background: var(--oat); }
.compare-grid h2 { font-size: clamp(2.2rem,4vw,4.1rem); }
.compare-grid p:not(.eyebrow) { color: var(--muted); }
.compare-grid img { width: calc(100% + 80px); max-width: none; height: 340px; margin: auto -40px -40px; object-fit: cover; }
.system-diagram { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; }
.system-diagram div { text-align: center; }
.system-diagram span { display: block; margin-bottom: 14px; color: #d8cc9d; font-family: var(--serif); font-size: 1.4rem; }
.system-diagram h3 { margin: 0; font-size: 1.25rem; }
.system-diagram i { color: rgba(255,255,255,.45); font-style: normal; }

.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 25px 0; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-family: var(--serif); font-size: 1.35rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-family: var(--sans); font-weight: 400; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 45px 28px 0; color: var(--muted); }

.reserve-hero { padding-bottom: 100px; }
.reserve-layout { display: grid; margin-top: -115px; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 28px; }
.reserve-form { padding: clamp(28px,5vw,58px); background: var(--paper); box-shadow: var(--shadow); }
.form-heading h2 { margin-bottom: 36px; font-size: clamp(2rem,3.8vw,3.6rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label span, .reserve-form legend { font-size: .73rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #bfc2b9; border-radius: 0; color: var(--ink); background: #fff; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(50,93,98,.18); border-color: var(--river); }
.reserve-form fieldset { margin: 30px 0 0; padding: 0; border: 0; }
.reserve-form legend { margin-bottom: 12px; }
.form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-actions .button { width: 100%; cursor: pointer; }
.form-actions-primary { grid-template-columns: 1fr; }
.form-actions-primary .button { min-height: 58px; }
.form-actions .button:disabled { cursor: wait; opacity: .65; transform: none; box-shadow: none; }
.form-backups { display: flex; margin: 18px 0 0; flex-wrap: wrap; gap: 5px; color: var(--muted); font-size: .78rem; }
.form-backups button { padding: 0; border: 0; color: var(--clay-dark); background: transparent; cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.form-note { margin-top: 17px; color: var(--muted); font-size: .76rem; }
.form-status { min-height: 1.5em; margin-top: 10px; color: var(--clay-dark); font-size: .82rem; font-weight: 700; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-success { min-height: 520px; padding: clamp(15px,4vw,40px); align-content: center; outline: 0; }
.form-success h2 { margin-bottom: 22px; }
.form-success > p:not(.eyebrow) { max-width: 580px; margin-bottom: 30px; color: var(--muted); }
.success-mark { display: grid; width: 64px; height: 64px; margin-bottom: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--field); font-family: var(--serif); font-size: 2rem; }
.reserve-aside { padding: 38px; color: #fff; background: var(--field-dark); }
.reserve-aside ol { margin: 0; padding: 0; list-style: none; }
.reserve-aside li { display: grid; padding: 18px 0; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--white-line); font-size: .85rem; }
.reserve-aside li span { color: #d6c795; font-family: var(--serif); font-size: 1.2rem; }
.direct-card { display: flex; margin-top: 30px; padding: 24px; flex-direction: column; background: rgba(255,255,255,.08); }
.direct-card strong { margin-bottom: 9px; font-family: var(--serif); font-size: 1.2rem; }
.direct-card a { color: #fff; }

.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.contact-grid > a { display: flex; min-height: 230px; padding: 32px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: var(--paper); text-decoration: none; transition: transform 170ms ease, box-shadow 170ms ease; }
.contact-grid > a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.contact-grid span { margin-bottom: auto; color: var(--clay); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-grid strong { margin-bottom: 9px; font-family: var(--serif); font-size: 1.5rem; overflow-wrap: anywhere; }
.contact-grid small { color: var(--muted); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; }
.location-grid h2 { margin-bottom: 24px; font-size: clamp(2.4rem,4.5vw,4.6rem); }
.location-grid p { color: var(--muted); }
.map-card { position: relative; display: grid; min-height: 450px; padding: 55px; align-content: space-between; border-radius: 50% 50% 0 0; color: #fff; background: radial-gradient(circle at 60% 35%, #58745d 0 9%, transparent 10%), linear-gradient(145deg,#31433a,#315e62); }
.map-card span { position: relative; z-index: 2; font-family: var(--serif); font-size: 1.7rem; }
.map-card span:nth-of-type(2) { align-self: center; justify-self: end; }
.map-card i { position: absolute; inset: 35% 20%; border: 1px dashed rgba(255,255,255,.45); border-radius: 50%; }
.map-card p { color: rgba(255,255,255,.7); }

.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.journal-card { background: var(--paper); }
.journal-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.journal-card > div { padding: 27px; }
.journal-card time { color: var(--clay); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal-card h2 { margin: 13px 0 15px; font-size: 1.75rem; }
.journal-card p { color: var(--muted); font-size: .87rem; }
.journal-card a { color: var(--clay-dark); font-size: .8rem; font-weight: 850; text-decoration: none; }
.journal-featured { display: grid; grid-column: 1 / -1; grid-template-columns: 1.2fr .8fr; }
.journal-featured img { height: 100%; aspect-ratio: 16/9; }
.journal-featured > div { display: flex; padding: clamp(35px,5vw,65px); flex-direction: column; justify-content: center; }
.journal-featured h2 { font-size: clamp(2rem,3.4vw,3.5rem); }

.site-footer { padding: 75px 0 95px; color: #fff; background: #1c211d; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr .7fr; gap: 6%; }
.brand-light .brand-mark { color: #e0d39e; background: rgba(255,255,255,.08); }
.brand-light small { color: rgba(255,255,255,.55); }
.footer-brand > p { margin-top: 25px; color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 1.25rem; }
.footer-affiliation { display: inline-grid; width: 170px; margin-top: 20px; padding: 9px 11px 7px; grid-template-columns: 1fr; gap: 4px; color: var(--ink) !important; background: #fff; text-decoration: none; }
.footer-affiliation img { width: 100%; }
.footer-affiliation span { font-size: .55rem; font-weight: 850; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.footer-label { color: #d2c28d; font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.site-footer p:not(.footer-label) { color: rgba(255,255,255,.65); font-size: .83rem; }
.site-footer a { color: #fff; }
.site-footer small { color: rgba(255,255,255,.46); }
.footer-links { display: flex; flex-direction: column; gap: 5px; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; margin-top: 60px; padding-top: 22px; justify-content: space-between; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.4); font-size: .68rem; }
.mobile-actions { display: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 14px; }
  .main-nav > a:nth-child(4), .main-nav > a:nth-child(5), .nav-call { display: none; }
  .hero-grid { min-height: 570px; grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-collage { min-height: 570px; }
  .hero-inset { right: -2%; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span { padding: 12px 20px; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li { border-bottom: 1px solid var(--line); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .offers-grid { grid-template-columns: 1fr 1fr; }
  .offer-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 620px); }
  body { padding-bottom: 62px; font-size: 16px; }
  h1 { font-size: clamp(3rem,14vw,5rem); }
  h2 { font-size: clamp(2.25rem,10vw,3.8rem); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 70px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .54rem; }
  .brand-mark { width: 37px; height: 37px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; padding: 15px 20px 28px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 30px rgba(25,30,22,.12); }
  .main-nav[data-open="true"] { display: flex; }
  .main-nav > a, .main-nav > a:nth-child(4), .main-nav > a:nth-child(5), .nav-call { display: block; padding: 14px 0 !important; border-bottom: 1px solid var(--line) !important; }
  .main-nav .button { margin-top: 14px; border: 0 !important; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .home-hero { padding-top: 38px; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { padding: 18px 0 25px; }
  .hero-copy h1 { margin-bottom: 22px; }
  .hero-collage { width: 100%; min-height: 470px; }
  .hero-main { inset: 0 0 0 6%; }
  .hero-inset { right: -1%; bottom: 7%; width: 34%; border-width: 5px; }
  .hero-note { bottom: 2%; left: 0; width: 190px; padding: 17px; }
  .trust-strip { padding: 20px 0; grid-template-columns: 1fr; }
  .trust-strip span, .trust-strip span:first-child { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .trust-strip span:last-child { border: 0; }
  .split-heading, .category-grid, .origin-grid, .story-grid, .plate-grid, .service-grid, .sweet-grown-grid, .membership-feature, .cta-inner, .definition-grid, .compare-grid, .reserve-layout, .location-grid, .proof-heading { grid-template-columns: 1fr; }
  .split-heading { gap: 14px; }
  .category-card { min-height: 470px; }
  .category-card > div { padding: 28px; }
  .origin-grid { gap: 50px; }
  .origin-art { min-height: 390px; padding: 40px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { padding: 28px 0; border-right: 0; }
  .process-grid li > span { margin-bottom: 18px; }
  .plate-grid { gap: 50px; }
  .plate-grid.reverse figure { order: 0; }
  .check-list li { grid-template-columns: 1fr; gap: 5px; }
  .service-grid { gap: 25px; }
  .proof-heading { gap: 15px; }
  .proof-gallery { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .proof-card, .proof-card-primary { min-height: 420px; grid-row: auto; }
  .proof-card:not(.proof-card-primary) { min-height: 330px; }
  .proof-facts { grid-template-columns: 1fr 1fr; }
  .proof-facts > div, .proof-facts > div:first-child { padding: 22px 16px; border-bottom: 1px solid var(--white-line); }
  .proof-facts > div:nth-child(2) { border-right: 0; }
  .sweet-grown-grid { gap: 32px; }
  .sweet-grown-logo { max-width: 280px; }
  .membership-feature { gap: 42px; }
  .membership-feature > a { max-width: 320px; }
  .cta-inner { gap: 25px; }
  .cta-inner .button-row { justify-content: flex-start; }
  .page-hero-grid { width: 100%; grid-template-columns: 1fr; }
  .page-hero-copy { width: var(--shell); margin-inline: auto; padding: 65px 0; }
  .page-hero-image { width: 100%; height: 430px; }
  .offers-grid, .offers-grid-two { grid-template-columns: 1fr; }
  .offer-card:last-child { grid-column: auto; }
  .offer-featured { transform: none; }
  .compare-grid article { min-height: 550px; padding: 28px; }
  .compare-grid img { width: calc(100% + 56px); margin-right: -28px; margin-left: -28px; }
  .system-diagram { grid-template-columns: 1fr; }
  .system-diagram i { transform: rotate(90deg); text-align: center; }
  .reserve-layout { margin-top: -80px; }
  .reserve-form { padding: 28px 20px; }
  .form-grid, .form-actions { grid-template-columns: 1fr; }
  .form-grid label { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > a { min-height: 190px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-featured { display: block; grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:last-child { display: block; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-actions { position: fixed; z-index: 99; right: 0; bottom: 0; left: 0; display: grid; height: 62px; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -8px 25px rgba(25,30,22,.12); }
  .mobile-actions a { display: grid; place-items: center; font-size: .76rem; font-weight: 850; text-decoration: none; }
  .mobile-actions a:last-child { color: #fff; background: var(--clay); }
}

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

@media print {
  .site-header, .site-footer, .mobile-actions, .button-row { display: none !important; }
  body { color: #000; background: #fff; }
}
