/*
 * Halo Pastures — site stylesheet
 * Modeled directly on the approved Halo Pastures reference design.
 * These sections are preserved in their original cascade order (each
 * later block is a deliberate, locked refinement over the ones before
 * it) so the rendered result matches the approved reference exactly.
 */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Libre+Franklin:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root{
  /* base palette (index) */
  --paper:#f5f1e5;
  --paper2:#eee7d6;
  --paper-deep:#ece5d3;
  --ink:#201f18;
  --soft:#4a4738;
  --ink-soft:#4a4738;
  --green:#26311c;
  --pasture-deep:#26311c;
  --pasture-mid:#6b7f4c;
  --gold:#c1953f;
  --gold2:#e7cd9a;
  --gold-soft:#e7cd9a;
  --rust:#96432c;
  --rust-deep:#7a341f;
  --line:rgba(32,31,24,.14);
  --line-soft:rgba(245,241,229,.20);
  --display:'Fraunces',Georgia,serif;
  --body:'Libre Franklin',Arial,sans-serif;
  --mono:'IBM Plex Mono',monospace;
  --wrap:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
img,svg{max-width:100%;display:block}
a{color:inherit}


/* ===== BASE — layout, header, hero, who, frequency, regenerative, responsive ===== */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--soft);font-family:'Libre Franklin',Arial,sans-serif;line-height:1.68}
.wrap{max-width:1220px;margin:auto;padding:0 28px}
h1,h2,h3{font-family:'Fraunces',Georgia,serif;font-weight:500;color:var(--green)}
.eyebrow{font:500 12px 'IBM Plex Mono',monospace;letter-spacing:.13em;text-transform:uppercase;color:var(--rust)}

/* HEADER */
.site-header{background:#f7f3e8;border-bottom:1px solid var(--line)}
.header-inner{max-width:1460px;margin:auto;padding:8px 24px;min-height:76px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:28px}
.logo{display:block;width:220px;max-width:100%;height:auto;object-fit:contain;object-position:left center}
.header-inner>a[aria-label="Halo Pastures home"]{display:flex;align-items:center;overflow:visible;min-height:74px}
.header-inner>a[aria-label="Halo Pastures home"] .logo{clip-path:none!important;overflow:visible!important}
.navbox{justify-self:center;display:flex;gap:4px;padding:5px 8px;border:1px solid rgba(38,49,28,.16);border-radius:7px;background:#eee8d8}
.navbox a{padding:8px 11px;text-decoration:none;color:#414238;font-size:13px;white-space:nowrap;border-radius:4px}
.navbox a:hover{background:#f8f5ec}
.reserve{background:var(--rust);color:white;text-decoration:none;padding:12px 16px;border-radius:3px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}

/* HERO */
.hero img{display:block;width:100%;height:auto}
.hero-copy{max-width:900px;margin:auto;padding:36px 24px 52px;text-align:center}
.hero-copy h1{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0 0 18px}
.hero-copy h1 em{color:var(--rust)}
.hero-copy p{max-width:770px;margin:0 auto 18px;font-size:17px}
.hero-copy .mission{border-top:1px solid var(--line);padding-top:18px}

/* WHO */
.who{background:var(--paper2);padding:72px 0}
.angel{display:grid;grid-template-columns:minmax(340px,480px) 1fr;gap:46px;align-items:center;padding-bottom:56px;border-bottom:1px solid var(--line)}
.angel img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:9px}
.angel h2{font-size:42px;margin:5px 0 12px}
.section-head{text-align:center;margin:48px 0 32px}
.section-head h2{font-size:42px;margin:5px 0}
.people{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.person img,.elmer{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}
.elmer{display:flex;align-items:center;justify-content:center;text-align:center;background:#d7d3c0;border:1px dashed #8e927a;font:12px 'IBM Plex Mono'}
.person h3{font-size:23px;text-align:center;margin:14px 0 0}
.role{text-align:center;color:var(--rust);font:10px 'IBM Plex Mono';letter-spacing:.09em;text-transform:uppercase;margin-bottom:11px}
blockquote{margin:0;border-left:2px solid var(--gold);padding-left:13px;font:italic 15px/1.58 'Fraunces';color:var(--soft)}
.couple-photo{aspect-ratio:8/5}
.couple-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:14px}

/* FREQUENCY — restored dark treatment */
.frequency{background:var(--green);color:var(--paper);padding:82px 0 90px}
.frequency .section-head{margin:0 0 42px}
.frequency .section-head h2{color:var(--paper);font-size:46px}
.frequency .eyebrow{color:var(--gold2)}
.freq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}
.water-card{position:sticky;top:24px;border:1px solid rgba(231,205,154,.28);border-radius:14px;overflow:hidden;background:#172313}
.water-card img{display:block;width:100%;height:auto;aspect-ratio:900/585;object-fit:cover;object-position:center}
.echo{position:absolute;left:0;right:0;bottom:30px;text-align:center;color:var(--gold2);font:italic 29px 'Fraunces';text-shadow:0 2px 8px rgba(0,0,0,.72)}
.freq-copy p{font-size:16.5px;line-height:1.73;margin:0 0 19px;color:rgba(245,241,229,.94)}
.freq-copy .closer{font:italic 21px/1.5 'Fraunces';color:var(--gold2);margin-top:28px}

/* REGENERATIVE EDUCATION */
.regen{padding:86px 0 96px}
.regen .section-head{margin:0 0 42px}
.regen-grid{display:grid;grid-template-columns:minmax(470px,.98fr) 1.02fr;gap:54px;align-items:start}
.poster-wrap{position:sticky;top:22px}
.poster-stage{position:relative;background:#fbf7ee;border:1px solid rgba(38,49,28,.14);border-radius:12px;overflow:hidden;box-shadow:0 10px 28px rgba(38,49,28,.06)}
.poster-stage>img{display:block;width:100%;height:auto}

.regen-copy p{font-size:16px;line-height:1.7;margin:0 0 18px}
.regen-copy strong{color:var(--green)}
.chicken-contrib{border-left:3px solid var(--gold);background:#eee7d5;padding:18px 20px;margin:24px 0}
.chicken-contrib h3{font-size:20px;margin:0 0 7px}
.chicken-contrib p{margin:0}

/* LANDING VIEW — recent approved edit: clean full-width hero, balanced header, tagline immediately below */
@media(min-width:921px){
 .header-inner{min-height:92px;padding:10px 34px;grid-template-columns:260px 1fr auto;gap:36px}
 .logo{width:220px}
 .navbox{padding:8px 14px;gap:10px}
 .navbox a{font-size:14px;padding:9px 12px}
 .reserve{font-size:12px;padding:14px 18px}
 .hero{background:var(--paper);width:100%;margin:0;text-align:center}
 .hero>img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;margin:0 auto}
 .hero-copy{max-width:1040px;padding:18px 24px 46px}
 .hero-copy h1{font-size:clamp(40px,4vw,58px);line-height:1.05;margin:0 0 12px}
 .hero-copy p{font-size:16.5px;line-height:1.62}
}

/* RESPONSIVE */
@media(max-width:920px){
 .header-inner{grid-template-columns:1fr auto}
 .logo{width:190px}
 .navbox{grid-column:1/-1;justify-self:stretch;justify-content:center;flex-wrap:wrap}
 .angel,.freq-grid,.regen-grid{grid-template-columns:1fr}
 .people{grid-template-columns:1fr;max-width:570px;margin:auto}
 .couple-columns{grid-template-columns:1fr}
 .water-card,.poster-wrap{position:relative;top:auto}
 .poster-wrap{max-width:650px;margin:auto}
}
@media(max-width:560px){
 .wrap{padding:0 18px}
 .header-inner{padding:7px 14px;grid-template-columns:1fr auto;gap:12px}
 .logo{width:165px}
 .reserve{font-size:9.5px;padding:9px 10px}
 .navbox a{font-size:10.5px;padding:6px 7px}
 .hero-copy{padding:28px 18px 42px}
 .who,.frequency,.regen{padding:58px 0}
 .angel{gap:22px;padding-bottom:40px}
 .angel img{aspect-ratio:5/4}
 .angel h2,.section-head h2,.frequency .section-head h2{font-size:34px}
 .echo{font-size:23px;bottom:22px}
 .poster-wrap{width:100%}
}

  .btn-ghost{padding:15px 26px; text-decoration:none; border:1px solid var(--ink); border-radius:2px; color:var(--ink); font-family:var(--mono); font-size:13px; letter-spacing:0.06em; text-transform:uppercase;}
  .btn-ghost:hover{background:var(--ink); color:var(--paper);}
  /* RESERVE */
  section.reserve-section{background:var(--pasture-deep); color:var(--paper);}
  .reserve-grid{display:grid; grid-template-columns: 1fr 1fr; gap:64px;}
  @media (max-width:880px){ .reserve-grid{grid-template-columns:1fr;} }
  .price-card{background:rgba(245,241,229,0.06); border:1px solid var(--line-soft); border-radius:3px; padding:34px;}
  .price-row{display:flex; justify-content:space-between; align-items:baseline; padding:16px 0; border-bottom:1px solid var(--line-soft);}
  .price-row:last-of-type{border-bottom:none;}
  .price-row .label{font-size:15px; opacity:0.85;}
  .price-row .amt{font-family:var(--display); font-size:26px; color:var(--gold-soft);}
  .price-note{font-size:13px; opacity:0.7; margin-top:18px; font-family:var(--mono); line-height:1.7;}
  .weight-note{margin-top:22px; padding-top:20px; border-top:1px solid var(--line-soft); font-size:14.5px; opacity:0.85;}

  .logistics h3{font-size:19px; margin-bottom:14px; color:var(--paper);}
  .drop-list{list-style:none; margin:0 0 20px; padding:0; display:grid; gap:10px;}
  .drop-list li{display:flex; justify-content:space-between; font-size:15px; padding:10px 0; border-bottom:1px dashed var(--line-soft);}
  .drop-list .place{font-weight:600;}
  .drop-list .status{font-family:var(--mono); font-size:11px; text-transform:uppercase; opacity:0.6;}
  .cluster-note{font-size:14.5px; opacity:0.85; margin-top:6px; max-width:46ch;}

  form.reserve-form{margin-top:10px; display:grid; gap:14px;}
  form.reserve-form input, form.reserve-form textarea{font-family:var(--body); font-size:15px; padding:13px 14px; border:1px solid var(--line-soft); background:rgba(245,241,229,0.06); border-radius:2px; color:var(--paper); width:100%;}
  form.reserve-form input::placeholder, form.reserve-form textarea::placeholder{color:rgba(245,241,229,0.4);}
  form.reserve-form label{font-family:var(--mono); font-size:11.5px; text-transform:uppercase; letter-spacing:0.05em; opacity:0.7; margin-bottom:5px; display:block;}
  form.reserve-form textarea{min-height:80px; resize:vertical;}
  .form-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
  @media (max-width:560px){.form-row{grid-template-columns:1fr;}}
  .submit-btn{margin-top:6px; background:var(--gold); color:var(--pasture-deep); border:none; padding:16px 20px; border-radius:2px; font-family:var(--mono); font-size:13px; letter-spacing:0.06em; text-transform:uppercase; cursor:pointer; font-weight:600;}
  .submit-btn:hover{background:var(--gold-soft);}

  /* UPDATES STRIP */
  .updates-strip{background:var(--paper-deep); padding:44px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .updates-inner{display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
  .updates-inner h4{font-family:var(--mono); font-size:12px; text-transform:uppercase; letter-spacing:0.08em; color:var(--rust); margin-bottom:6px;}
  .updates-inner p{margin:0; font-size:15.5px; color:var(--ink-soft); max-width:52ch;}

  /* FOOTER */
  footer{background:var(--pasture-deep); color:var(--paper); padding:64px 0 32px;}
  .footer-top{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:50px; padding-bottom:44px; border-bottom:1px solid var(--line-soft);}
  @media (max-width:760px){.footer-top{grid-template-columns:1fr; gap:34px;}}
  .footer-brand{font-family:var(--display); font-size:22px; margin-bottom:12px;}
  .footer-tag{font-style:italic; opacity:0.75; font-size:15px;}
  footer h4{font-family:var(--mono); font-size:12px; text-transform:uppercase; letter-spacing:0.08em; opacity:0.6; margin-bottom:16px; font-weight:400;}
  footer ul{list-style:none; margin:0; padding:0; display:grid; gap:10px; font-size:14.5px;}
  footer a{text-decoration:none; opacity:0.85;}
  footer a:hover{opacity:1; text-decoration:underline;}
  .footer-bottom{padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-family:var(--mono); font-size:12px; opacity:0.55;}




/* === V11 LANDING LOCK: final overrides === */
.site-header{height:92px;overflow:visible}
.header-inner{height:92px;min-height:92px;padding:10px 28px;overflow:visible;grid-template-columns:260px 1fr auto}
.header-inner>a[aria-label="Halo Pastures home"]{height:72px;min-height:72px;overflow:visible;display:flex;align-items:center;padding:0}
.header-inner>a[aria-label="Halo Pastures home"] .logo{
  display:block;width:238px;height:84px;max-width:none;object-fit:contain;object-position:left center;
  overflow:visible!important;clip-path:none!important;transform:none!important;margin:0;padding:4px 0;
}
.hero{padding:0;background:var(--paper)}
.landing-frame{
  min-height:calc(100vh - 92px);
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  align-items:center;
  justify-items:center;
  padding:12px 24px 8px;
}
.landing-frame>img{
  display:block;
  width:auto;
  max-width:min(100%,1280px);
  height:auto;
  max-height:calc(100vh - 92px - 96px);
  object-fit:contain;
  margin:auto;
}
.landing-tagline{
  margin:8px 0 0;
  text-align:center;
  font-family:'Fraunces',Georgia,serif;
  font-weight:500;
  color:var(--green);
  font-size:clamp(32px,3.2vw,48px);
  line-height:1.04;
}
.landing-tagline em{color:var(--rust);font-style:italic}
.hero-details{max-width:900px;margin:auto;padding:34px 24px 52px;text-align:center}
.hero-details p{max-width:770px;margin:0 auto 18px;font-size:17px}
.hero-details .mission{border-top:1px solid var(--line);padding-top:18px}
@media(max-width:920px){
 .site-header{height:auto}
 .header-inner{height:auto;min-height:unset;grid-template-columns:1fr auto;padding:8px 18px}
 .header-inner>a[aria-label="Halo Pastures home"]{height:66px;min-height:66px}
 .header-inner>a[aria-label="Halo Pastures home"] .logo{width:205px;height:70px;padding:3px 0}
 .landing-frame{min-height:auto;padding:0 18px 16px;display:block}
 .landing-frame>img{width:100%;max-width:100%;max-height:none;margin:0 auto}
 .landing-tagline{font-size:clamp(30px,7vw,42px);margin:16px 0 0}
}
@media(max-width:560px){
 .header-inner>a[aria-label="Halo Pastures home"] .logo{width:178px;height:62px}
 .landing-frame{padding:0 12px 14px}
}

/* ===== V15 — consolidated approved changes ===== */
/* V15 — consolidated approved changes. Locked elements are intentionally isolated here. */

/* Header + opening viewport */
.site-header{position:relative;z-index:20}
.header-inner{min-height:88px;padding-top:7px;padding-bottom:7px}
.logo{height:auto!important;object-fit:contain!important;overflow:visible!important}
.hero{padding:0;background:var(--paper)}
.landing-frame{display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 88px);justify-content:flex-start}
.landing-frame>.hero-image-wrap{position:relative;width:min(90vw,calc((100vh - 180px) * 2.21),1600px);height:auto;overflow:hidden;margin:8px auto 0;display:block}
.landing-frame>.hero-image-wrap>img{display:block;width:100%;height:auto;object-fit:contain;object-position:center;margin:0 auto}
.landing-tagline{font-family:'Fraunces',Georgia,serif;font-size:clamp(38px,3.3vw,54px);line-height:1.03;margin:10px auto 8px;padding:0 18px;text-align:center;color:var(--green);font-weight:500}
.landing-tagline em{color:var(--rust)}
.hero-details{padding:34px 24px 52px}
.hero-details .mission{margin-top:20px}

/* Clean hierarchy: no decorative eyebrow labels. */
.section-head{margin-top:0}
.section-head h2{margin-top:0}
.who .section-head h2{font-size:42px}

/* People placeholders */
.photo-placeholder{font-size:12px;letter-spacing:.05em;line-height:1.55;color:#55594b}

/* Frequency Matters */
.frequency{padding:78px 0 88px}
.frequency .wrap{max-width:1460px}
.frequency .section-head{margin-bottom:32px}
.frequency .section-head h2{font-size:clamp(40px,4vw,56px);text-transform:none;letter-spacing:0}
.freq-grid{grid-template-columns:minmax(620px,1.18fr) minmax(430px,.82fr);gap:48px;align-items:start}
.water-card{position:sticky;top:20px;border:1px solid rgba(231,205,154,.28);border-radius:12px;overflow:hidden;background:#172313;box-shadow:0 16px 38px rgba(0,0,0,.14)}
.water-card img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
.freq-copy p{font-size:16.5px;line-height:1.72;margin:0 0 18px}
.freq-copy strong{color:#fff;font-weight:600}
.freq-copy .closer{font:400 19px/1.58 'Fraunces',Georgia,serif;color:var(--gold2);margin-top:24px}

/* Regenerative section — give the infographic enough actual width to keep its text readable. */
.regen{padding:82px 0 94px}
.regen .wrap{max-width:1480px}
.regen-grid{grid-template-columns:minmax(470px,.82fr) minmax(680px,1.18fr);gap:46px;align-items:start}
.poster-wrap{position:sticky;top:18px}
.poster-stage{border-radius:10px;background:#fbf8ef}
.poster-stage>img{width:100%;height:auto;display:block}
.regen-copy p{font-size:16px;line-height:1.72}

/* Farm Life bridge */
.updates-strip{padding:34px 0;background:var(--paper2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.updates-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}
.updates-inner h3{font-family:'Fraunces',Georgia,serif;color:var(--green);font-size:28px;font-weight:500;margin:0 0 4px}
.updates-inner p{margin:0;max-width:760px}

/* Reserve */
.reserve-section .section-head h2{font-size:clamp(40px,4vw,54px)}
.reserve-section .section-head p{max-width:760px;margin-left:auto;margin-right:auto}
.price-row:first-child .label{font-weight:700;color:#fff}
.reserve-column-title{font-family:'Fraunces',Georgia,serif;font-size:25px;color:var(--gold2);font-weight:500;margin:0 0 16px}
.early-deadline{margin:-8px 0 18px;padding-bottom:15px;border-bottom:1px solid rgba(231,205,154,.2);font:500 12px 'IBM Plex Mono',monospace;letter-spacing:.05em;text-transform:uppercase;color:var(--gold2)}

@media(max-width:1120px){
  .freq-grid,.regen-grid{grid-template-columns:1fr}
  .water-card,.poster-wrap{position:relative;top:auto;max-width:860px;margin:0 auto}
  .regen-copy{max-width:820px;margin:0 auto}
  .landing-frame>.hero-image-wrap{width:96vw}
}
@media(max-width:720px){
  .header-inner{min-height:auto}
  .landing-frame{min-height:auto}
  .landing-frame>.hero-image-wrap{width:100%;margin-top:0}
  .landing-tagline{font-size:clamp(31px,9vw,43px);margin:12px auto 8px}
  .hero-details{padding-top:26px}
  .frequency,.regen{padding:56px 0 64px}
  .freq-copy p,.regen-copy p{font-size:15.5px}
  .updates-inner{flex-direction:column;align-items:flex-start}
}

/* ===== V17 — final lock: header/hero/reserve/footer polish ===== */
/* V17 — locked hero restoration + cleaned reservations */
:root{
  --paper-deep:#ece5d3;
  --ink-soft:#4a4738;
  --pasture-deep:#26311c;
  --pasture-mid:#6b7f4c;
  --gold-soft:#e7cd9a;
  --rust-deep:#7a341f;
  --line-soft:rgba(245,241,229,.20);
  --display:'Fraunces',Georgia,serif;
  --body:'Libre Franklin',Arial,sans-serif;
  --mono:'IBM Plex Mono',monospace;
}

/* HEADER — match the locked landing view */
.site-header{background:#f7f3e8!important;border-bottom:1px solid var(--line)!important;}
.header-inner{
  width:100%!important;
  max-width:none!important;
  min-height:99px!important;
  margin:0!important;
  padding:10px 32px!important;
  display:grid!important;
  grid-template-columns:260px minmax(560px,1fr) 220px!important;
  align-items:center!important;
  gap:28px!important;
}
.logo{width:240px!important;max-width:240px!important;height:auto!important;display:block!important;}
.navbox{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:7px 10px!important;
}
.navbox a{font-size:15px!important;padding:10px 16px!important;}
.reserve{justify-self:end!important;padding:15px 20px!important;font-size:13px!important;}

/* HERO — exact approved image crop, no object-fit cropping */
.hero{overflow:visible!important;}
.landing-frame{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}
.landing-frame>.hero-image-wrap{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  position:relative!important;
}
.landing-frame>.hero-image-wrap>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  margin:0!important;
}
.hero-image-wrap::after,.hero-white-tagline{display:none!important;content:none!important;}

.landing-tagline{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px 20px 29px!important;
  text-align:center!important;
  font-family:'Fraunces',Georgia,serif!important;
  font-size:clamp(40px,3.3vw,56px)!important;
  line-height:1.04!important;
  color:var(--green)!important;
  background:var(--paper)!important;
}
.landing-tagline em{color:var(--rust)!important;}
.hero-details{
  max-width:900px!important;
  margin:0 auto!important;
  padding:34px 24px 52px!important;
  text-align:center!important;
}

/* Farm Life bridge */
.updates-strip{background:var(--paper-deep)!important;color:var(--ink-soft)!important;}
.updates-inner h3{font-size:30px!important;color:var(--pasture-deep)!important;margin:0 0 6px!important;}

/* Reserve section */
section.reserve-section{
  display:block!important;
  background:var(--pasture-deep)!important;
  color:var(--paper)!important;
  padding:68px 0 82px!important;
}
.reserve-section .section-head{margin:0 0 38px!important;text-align:center!important;}
.reserve-section .section-head h2{
  color:var(--paper)!important;
  font-size:clamp(42px,4vw,58px)!important;
  margin:0 0 10px!important;
}
.reserve-section .section-head p{
  max-width:760px!important;margin:0 auto!important;color:rgba(245,241,229,.88)!important;
}
.reserve-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:42px!important;
  align-items:stretch!important;
}
.reserve-grid>.reveal{display:flex!important;flex-direction:column!important;}
.reserve-info-card{
  height:100%!important;
  background:rgba(245,241,229,.075)!important;
  border:1px solid rgba(231,205,154,.26)!important;
  border-radius:7px!important;
  padding:30px 34px!important;
}
.reserve-column-title{
  color:var(--gold-soft)!important;
  font-size:28px!important;
  margin:0 0 20px!important;
}
.price-card{
  background:transparent!important;
  border:0!important;
  padding:0!important;
}
.price-row{
  padding:17px 0!important;
  border-bottom:1px solid rgba(245,241,229,.16)!important;
}
.price-row .label{color:var(--paper)!important;opacity:.96!important;font-size:16px!important;}
.price-row .amt{color:var(--gold-soft)!important;font-size:32px!important;}
.early-deadline{
  color:var(--gold-soft)!important;
  font:500 11.5px var(--mono)!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  padding:9px 0 2px!important;
}
.price-note{
  margin:19px 0 0!important;
  color:rgba(245,241,229,.70)!important;
  font:12px/1.7 var(--mono)!important;
  letter-spacing:.02em!important;
}
.price-note.price-note--highlight{
  margin:0 0 24px!important;
  padding:14px 16px!important;
  border-left:3px solid var(--gold)!important;
  background:rgba(245,241,229,.07)!important;
  color:#fff!important;
  font-weight:600!important;
}
.weight-note{
  margin-top:18px!important;
  padding-top:16px!important;
  border-top:1px solid rgba(245,241,229,.14)!important;
  color:rgba(245,241,229,.82)!important;
  font-size:14.5px!important;
}
.logistics{margin-top:27px!important;padding-top:24px!important;border-top:1px solid rgba(245,241,229,.16)!important;}
.logistics h3{color:var(--paper)!important;font-size:21px!important;margin:0 0 12px!important;}
.drop-list{margin:0!important;padding:0!important;}
.drop-list li{padding:9px 0!important;border-bottom:1px dashed rgba(245,241,229,.15)!important;}
.drop-list .place{color:var(--paper)!important;}
.drop-list .status{color:var(--gold-soft)!important;}
.cluster-note{margin:17px 0 0!important;color:rgba(245,241,229,.78)!important;font-size:13.5px!important;line-height:1.6!important;}

form.reserve-form{
  height:100%!important;
  margin:0!important;
  padding:30px 34px!important;
  background:var(--paper)!important;
  color:var(--ink)!important;
  border:1px solid rgba(231,205,154,.55)!important;
  border-radius:7px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.10)!important;
  display:grid!important;
  gap:16px!important;
  align-content:start!important;
}
.form-card-title{
  font-family:var(--display)!important;
  color:var(--pasture-deep)!important;
  font-size:28px!important;
  margin:0 0 3px!important;
}
form.reserve-form label{color:var(--ink-soft)!important;opacity:1!important;}
form.reserve-form input,form.reserve-form textarea{
  background:#fffdf7!important;color:var(--ink)!important;
  border:1px solid rgba(32,31,24,.18)!important;
}
form.reserve-form textarea{min-height:118px!important;}
.submit-btn{
  width:100%!important;
  margin-top:4px!important;
  background:var(--gold)!important;
  color:var(--pasture-deep)!important;
  border-radius:3px!important;
}

/* Footer */
footer.site-footer{display:block!important;background:#1f2b18!important;color:var(--paper)!important;}
footer.site-footer h4,footer.site-footer a,footer.site-footer li,.footer-brand,.footer-tag,.footer-bottom{color:var(--paper)!important;}

@media(max-width:1100px){
  .header-inner{grid-template-columns:220px 1fr auto!important;padding:9px 20px!important;}
  .logo{width:205px!important;max-width:205px!important;}
  .navbox a{font-size:13px!important;padding:8px 10px!important;}
}
@media(max-width:920px){
  .header-inner{grid-template-columns:1fr auto!important;min-height:0!important;}
  .navbox{grid-column:1/-1!important;justify-self:stretch!important;flex-wrap:wrap!important;}
  .reserve-grid{grid-template-columns:1fr!important;}
  .reserve-info-card,form.reserve-form{height:auto!important;}
}
@media(max-width:560px){
  .header-inner{padding:7px 14px!important;}
  .logo{width:165px!important;max-width:165px!important;}
  .landing-tagline{font-size:clamp(30px,9vw,43px)!important;padding:24px 14px 22px!important;}
  .hero-details{padding:26px 18px 42px!important;}
  section.reserve-section{padding:54px 0 62px!important;}
  .reserve-info-card,form.reserve-form{padding:23px!important;}
}

/* ===== V18 — locked hero composition ===== */
/* V18 — EXACT LOCKED LANDING COMPOSITION
   The hero image is extracted directly from the user's approved reference.
   Do not crop, regenerate, or substitute it in future revisions.
*/
:root{
  --locked-header-h:96px;
  --locked-tagline-h:122px;
}

.site-header{
  min-height:var(--locked-header-h)!important;
}
.header-inner{
  min-height:var(--locked-header-h)!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}

.landing-frame{
  width:100%!important;
  max-width:none!important;
  min-height:calc(100vh - var(--locked-header-h))!important;
  height:calc(100vh - var(--locked-header-h))!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  grid-template-rows:minmax(0,1fr) var(--locked-tagline-h)!important;
  align-items:stretch!important;
  overflow:hidden!important;
}

.landing-frame>.hero-image-wrap{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f5f1e5!important;
}

.landing-frame>.hero-image-wrap>img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;       /* preserve ALL of the approved hero */
  object-position:center center!important;
  margin:0 auto!important;
  max-width:none!important;
  max-height:none!important;
}

.landing-tagline{
  height:var(--locked-tagline-h)!important;
  min-height:var(--locked-tagline-h)!important;
  width:100%!important;
  margin:0!important;
  padding:12px 20px 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-family:'Fraunces',Georgia,serif!important;
  font-size:clamp(34px,3.25vw,54px)!important;
  line-height:1!important;
  color:var(--green)!important;
  background:var(--paper)!important;
}
.landing-tagline em{color:var(--rust)!important;}

/* The copy begins BELOW the landing viewport. */
.hero-details{
  padding-top:34px!important;
}

/* Keep the reserved hero behavior on desktop/laptop; mobile becomes natural-flow. */
@media(max-width:920px){
  :root{
    --locked-header-h:auto;
    --locked-tagline-h:auto;
  }
  .landing-frame{
    min-height:0!important;
    height:auto!important;
    display:block!important;
    overflow:visible!important;
  }
  .landing-frame>.hero-image-wrap{
    height:auto!important;
    overflow:visible!important;
  }
  .landing-frame>.hero-image-wrap>img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .landing-tagline{
    height:auto!important;
    min-height:0!important;
    white-space:normal!important;
    padding:18px 16px 20px!important;
  }
}

/* ===== V19 — center the locked hero ===== */
/* V19 — CENTER THE ALREADY-LOCKED HERO. No image/content changes. */

/* Break the landing section out of any inherited max-width/container rule. */
.hero,
.hero .landing-frame,
.hero .hero-image-wrap,
.hero .landing-tagline{
  box-sizing:border-box!important;
}

/* Center the whole landing composition on the browser viewport. */
.hero{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow:hidden!important;
}

.hero .landing-frame{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  left:auto!important;
  right:auto!important;
}

.hero .landing-frame>.hero-image-wrap{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  overflow:hidden!important;
}

.hero .landing-frame>.hero-image-wrap>img{
  display:block!important;
  width:100vw!important;
  max-width:none!important;
  height:100%!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
}

.hero .landing-tagline{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  padding-left:20px!important;
  padding-right:20px!important;
  text-align:center!important;
  justify-content:center!important;
}

/* Mobile keeps natural responsive flow. */
@media(max-width:920px){
  .hero{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .hero .landing-frame,
  .hero .landing-frame>.hero-image-wrap,
  .hero .landing-tagline{
    width:100%!important;
  }
  .hero .landing-frame>.hero-image-wrap>img{
    width:100%!important;
    height:auto!important;
  }
}

/* ===== V20 — responsive landing (viewport-aware hero sizing) ===== */
/* V20 RESPONSIVE LANDING
   Visual authority: user's saved locked landing screenshot.
   The hero IMAGE itself remains unchanged.
   Desktop width is now calculated from BOTH viewport width and viewport height,
   so the complete hero + Conscious tagline fit in the first screen.
*/

:root{
  --hero-ratio: 2.255878; /* 1631 / 723 exact locked hero ratio */
  --desktop-header: 104px;
  --desktop-tagline: 104px;
}

/* Header stays compact and predictable */
.site-header{
  min-height:var(--desktop-header)!important;
  height:var(--desktop-header)!important;
}
.header-inner{
  min-height:var(--desktop-header)!important;
  height:var(--desktop-header)!important;
  padding-top:7px!important;
  padding-bottom:7px!important;
}

/* Full-width landing canvas */
.hero{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow:visible!important;
}

.hero .landing-frame{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

/* KEY FIX:
   hero width = whichever is smaller:
   (a) browser width
   (b) width allowed by remaining browser HEIGHT after header + tagline
*/
.hero .hero-image-wrap{
  width:min(
    100vw,
    calc((100vh - var(--desktop-header) - var(--desktop-tagline)) * var(--hero-ratio))
  )!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:0!important;
  overflow:visible!important;
  display:block!important;
  background:transparent!important;
}

.hero .hero-image-wrap img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center center!important;
}

/* Tagline occupies a controlled final strip of the initial viewport */
.hero .landing-tagline{
  width:100%!important;
  max-width:none!important;
  height:var(--desktop-tagline)!important;
  min-height:var(--desktop-tagline)!important;
  margin:0!important;
  padding:8px 24px 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:clamp(34px,3.15vw,54px)!important;
  line-height:1!important;
  background:var(--paper)!important;
}

/* The explanatory copy begins after the opening screen. */
.hero-details{
  margin-top:0!important;
  padding-top:34px!important;
}

/* Wider/taller desktop screens can use the whole width naturally. */
@media(min-width:921px) and (min-height:980px){
  :root{ --desktop-tagline:112px; }
}

/* PHONE/TABLET:
   Do NOT force the desktop first-screen composition.
   Preserve the full locked hero, then place the tagline immediately below it.
*/
@media(max-width:920px){
  .site-header{
    height:auto!important;
    min-height:0!important;
  }
  .header-inner{
    height:auto!important;
    min-height:0!important;
  }

  .hero{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .hero .hero-image-wrap{
    width:100%!important;
    height:auto!important;
    margin:0!important;
  }

  .hero .hero-image-wrap img{
    width:100%!important;
    height:auto!important;
  }

  .hero .landing-tagline{
    height:auto!important;
    min-height:0!important;
    white-space:normal!important;
    padding:18px 16px 20px!important;
    font-size:clamp(30px,8.5vw,44px)!important;
    line-height:1.03!important;
  }
}

/* ===== V21 — viewport-composed desktop hero ===== */
/* ==========================================================
   V21 — VIEWPORT-COMPOSED DESKTOP HERO
   ONLY the landing hero geometry is changed.
   All other site sections/content remain untouched.
   Visual authority: user's locked landing screenshot.
   ========================================================== */

@media (min-width: 921px) {

  /* The opening screen is deliberately composed to equal one viewport. */
  :root{
    --v21-header: 100px;
    --v21-tagline: 112px;
  }

  .site-header{
    height:var(--v21-header)!important;
    min-height:var(--v21-header)!important;
  }
  .header-inner{
    height:var(--v21-header)!important;
    min-height:var(--v21-header)!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
  }

  .hero{
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    overflow:hidden!important;
  }

  .hero .landing-frame{
    width:100vw!important;
    max-width:none!important;
    height:calc(100vh - var(--v21-header))!important;
    min-height:calc(100vh - var(--v21-header))!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) var(--v21-tagline)!important;
    overflow:hidden!important;
    background:var(--paper)!important;
  }

  /* DIFFERENT METHOD:
     The locked artwork becomes a viewport-sized visual field.
     We are NOT asking the entire image to determine page height anymore.
     Its container owns the height; the image fills that field.
  */
  .hero .landing-frame > .hero-image-wrap{
    position:relative!important;
    width:100vw!important;
    height:100%!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#f5f1e5!important;
  }

  .hero .landing-frame > .hero-image-wrap > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;

    /* Fill the controlled field instead of shrinking the page around the image.
       This creates the wide professional desktop treatment the locked screenshot shows. */
    object-fit:fill!important;
    object-position:center center!important;
  }

  .hero .landing-tagline{
    width:100vw!important;
    height:var(--v21-tagline)!important;
    min-height:var(--v21-tagline)!important;
    margin:0!important;
    padding:8px 24px 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:nowrap!important;
    font-size:clamp(35px,3.2vw,54px)!important;
    line-height:1!important;
    background:var(--paper)!important;
    overflow:hidden!important;
  }

  /* Body copy starts only after the composed opening viewport. */
  .hero-details{
    margin-top:0!important;
    padding-top:34px!important;
  }
}

/* Mobile/tablet: preserve the complete hero naturally.
   This deliberately does NOT inherit the desktop field-fill treatment. */
@media (max-width: 920px){
  .hero .landing-frame > .hero-image-wrap{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    overflow:visible!important;
  }
  .hero .landing-frame > .hero-image-wrap > img{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
}

/* ===== V22 — regenerative infographic + reserve typography polish ===== */
/* V22 — ONLY requested changes: new regenerative infographic + reserve typography polish + emphasis line. */

/* Reserve typography: keep V21 structure/layout, harmonize type with the established site system. */
.reserve-section,
.reserve-section p,
.reserve-section li,
.reserve-section .price-row .label,
.reserve-section .cluster-note,
.reserve-section form,
.reserve-section form input,
.reserve-section form textarea,
.reserve-section form label,
.reserve-section .submit-btn,
.reserve-section .drop-list .status,
.reserve-section .early-deadline,
.reserve-section .price-note{
  font-family:var(--body)!important;
}
.reserve-section .section-head h2,
.reserve-section .reserve-column-title,
.reserve-section .form-card-title,
.reserve-section .price-row .amt{
  font-family:var(--display)!important;
}
.reserve-section form label,
.reserve-section .drop-list .status,
.reserve-section .early-deadline,
.reserve-section .submit-btn{
  letter-spacing:.045em!important;
}
.reserve-section .price-note{
  letter-spacing:.015em!important;
  line-height:1.65!important;
}

/* Requested callout emphasis — same wording, same place, no reorganization. */
.reserve-section .weight-note{
  opacity:1!important;
  margin-top:22px!important;
  padding:16px 18px!important;
  border-top:0!important;
  border-left:3px solid var(--gold)!important;
  background:rgba(193,149,63,.11)!important;
  color:var(--gold-soft)!important;
  font-family:var(--display)!important;
  font-size:20px!important;
  font-style:italic!important;
  font-weight:500!important;
  line-height:1.42!important;
}

/* Phone/tablet alignment: retain V21 stacking behavior; keep the callout readable. */
@media(max-width:920px){
  .reserve-section .weight-note{font-size:19px!important;}
}
@media(max-width:560px){
  .reserve-section .weight-note{font-size:18px!important;padding:14px 15px!important;}
}

/* ===== V12 — wider hero override (superseded selector, kept for cascade parity; inert on current markup) ===== */
/* V12 — preserve V11, widen desktop hero without regenerating artwork */
@media (min-width:921px){
  .landing-frame{
    height:calc(100vh - 92px);
    min-height:0;
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
    align-items:stretch;
    justify-items:center;
    padding:6px 0 7px;
    overflow:hidden;
  }
  .landing-frame>img{
    width:min(89vw,1500px);
    max-width:none;
    height:100%;
    max-height:none;
    min-height:0;
    object-fit:cover;
    object-position:center 52%;
    margin:0 auto;
  }
  .landing-tagline{
    margin:7px 0 0;
    padding:0 20px;
    font-size:clamp(34px,3vw,47px);
    line-height:1.02;
  }
}
/* Phones/tablets keep the original full composition rather than inheriting the desktop crop. */
@media (max-width:920px){
  .landing-frame>img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    object-position:center;
  }
}

/* ===== V13 — live hero tagline sizing ===== */
/* V13 — restore the hero's white bottom line as live responsive text; preserve V12 sizing */
.hero-image-wrap{position:relative;min-height:0;height:100%;display:flex;justify-content:center;overflow:hidden}
.hero-image-wrap>img{display:block}
.hero-white-tagline{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);width:90%;text-align:center;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(15px,1.22vw,22px);font-weight:600;letter-spacing:.07em;line-height:1.15;text-shadow:0 2px 5px rgba(0,0,0,.78),0 0 2px rgba(0,0,0,.85);white-space:nowrap;pointer-events:none}
.hero-white-tagline span{padding:0 .45em;color:#e7cd9a}
@media (min-width:921px){
 .landing-frame>.hero-image-wrap{width:min(89vw,1500px);max-width:none;height:100%;margin:0 auto}
 .landing-frame>.hero-image-wrap>img{width:100%;max-width:none;height:100%;max-height:none;min-height:0;object-fit:cover;object-position:center 52%;margin:0 auto}
 .landing-frame>img{display:none}
}
@media (max-width:920px){
 .hero-image-wrap{height:auto;width:100%;overflow:visible}
 .hero-image-wrap>img{width:100%;height:auto;object-fit:contain}
 .hero-white-tagline{bottom:8px;width:94%;font-size:clamp(8px,2.15vw,13px);letter-spacing:.035em}
}

/* ===== V14 — hero framing shade + final object-position ===== */
/* V14 — preserve V13 width; reveal the full top hero logo and restore bottom contrast shading */
.hero-image-wrap::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:22%;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.08) 34%,rgba(0,0,0,.42) 100%);
  pointer-events:none;z-index:1;
}
.hero-white-tagline{z-index:2}
@media (min-width:921px){
 .landing-frame>.hero-image-wrap>img{object-position:center top!important;}
}
@media (max-width:920px){
 .hero-image-wrap::after{height:20%;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.06) 35%,rgba(0,0,0,.38) 100%)}
}

/* ===== FARM LIFE PAGE ===== */
*{box-sizing:border-box;}
  body{margin:0; background:var(--paper); color:var(--ink); font-family:var(--body); font-size:17px; line-height:1.65;}
  img,svg{max-width:100%; display:block;}
  a{color:inherit;}
  .wrap{max-width:var(--wrap); margin:0 auto; padding:0 28px;}

  header.nav{position:sticky; top:0; z-index:50; background:rgba(245,241,229,0.92); backdrop-filter:blur(8px); border-bottom:1px solid var(--line);}
  .nav-inner{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; padding:16px 28px; max-width:var(--wrap); margin:0 auto;}
  .brand{display:flex; align-items:center; gap:12px; font-family:var(--display); font-size:19px; font-weight:600; text-decoration:none; color:var(--ink);}
  .brand-ring{width:30px; height:30px;}
  .back-link{font-family:var(--mono); font-size:12px; letter-spacing:0.06em; text-transform:uppercase; text-decoration:none; color:var(--ink-soft); border:1px solid var(--line); padding:9px 16px; border-radius:2px;}
  .back-link:hover{background:var(--ink); color:var(--paper); border-color:var(--ink);}

  .page-head{padding:64px 0 40px; text-align:center;}
  .eyebrow{font-family:var(--mono); font-size:12.5px; letter-spacing:0.14em; text-transform:uppercase; color:var(--rust); display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:14px;}
  .eyebrow::before, .eyebrow::after{content:""; width:26px; height:1px; background:var(--rust);}
  .page-head h1{font-family:var(--display); font-size:clamp(30px,4vw,44px); color:var(--pasture-deep); margin:0 0 14px;}
  .page-head p{max-width:56ch; margin:0 auto; color:var(--ink-soft); font-size:17px;}

  .gallery{padding:20px 0 90px;}
  .gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
  @media (max-width:880px){ .gallery-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:600px){ .gallery-grid{grid-template-columns:1fr;} }

  .g-card{border:1px solid var(--line); border-radius:3px; overflow:hidden; background:var(--paper-deep);}
  .g-photo{aspect-ratio:4/3; position:relative; background:linear-gradient(150deg, var(--pasture-mid), var(--pasture-deep) 75%); display:flex; align-items:center; justify-content:center;}
  .g-photo .ph{font-family:var(--mono); font-size:11px; color:var(--paper); opacity:0.8; text-align:center; letter-spacing:0.04em; line-height:1.5; padding:0 12px;}
  .g-caption{padding:14px 16px 18px;}
  .g-caption h3{font-family:var(--display); font-size:16px; margin:0 0 4px; color:var(--pasture-deep); font-weight:500;}
  .g-caption p{margin:0; font-size:13.5px; color:var(--ink-soft); line-height:1.5;}

  .updates-note{margin-top:56px; padding:26px 28px; border:1px solid var(--line); border-left:3px solid var(--gold); background:rgba(193,149,63,0.06); max-width:760px; margin-left:auto; margin-right:auto; text-align:center;}
  .updates-note p{margin:0; font-size:15px; color:var(--ink-soft);}

  footer{background:var(--pasture-deep); color:var(--paper); padding:40px 0; text-align:center; font-family:var(--mono); font-size:12px; opacity:0.7;}

/* ===== CONTACT SECTION (not in the reference mock; added to give nav "Contact" a real form) ===== */
.contact-section{padding:86px 0 96px;background:var(--paper2)}
.contact-section .section-head p{max-width:640px;margin-left:auto;margin-right:auto}
.contact-card{max-width:640px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:7px;padding:34px;box-shadow:0 10px 28px rgba(38,49,28,.06)}
.contact-form{display:grid;gap:14px}
.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form label{font-family:var(--mono);font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:5px;display:block}
.contact-form input,.contact-form select,.contact-form textarea{font-family:var(--body);font-size:15px;padding:13px 14px;border:1px solid var(--line);background:#fffdf7;border-radius:2px;color:var(--ink);width:100%}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(32,31,24,.35)}
.contact-form textarea{min-height:120px;resize:vertical}
@media(max-width:560px){
  .contact-section{padding:58px 0}
  .contact-card{padding:23px}
  .contact-form .form-row{grid-template-columns:1fr}
}

/* ===== FORM FEEDBACK (Formspree wiring) ===== */
.form-success{display:none;background:var(--pasture-deep);color:var(--paper);padding:1.1rem 1.3rem;border-radius:3px;margin-top:1rem;font-size:0.95rem;}
.form-success.is-visible{display:block;}
.form-error{display:none;background:var(--rust-deep);color:var(--paper);padding:1.1rem 1.3rem;border-radius:3px;margin-top:1rem;font-size:0.95rem;}
.form-error.is-visible{display:block;}
