/*
Theme Name:  1000 Stone Cider House
Theme URI:   https://www.1000stonefarm.com
Description: Storefront child theme for Cider House at The Farmers Hand — 1000 Stone Farm, Brookfield VT. A certified organic farm, small-batch cidery, and seasonal wood-fired kitchen.
Author:      1000 Stone Farm
Author URI:  https://www.1000stonefarm.com
Template:    storefront
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        farm, cider, restaurant, storefront, child-theme
Text Domain: cider-house
*/

/* ─── TOKENS ──────────────────────────────────────────── */
:root {
  --white:     #FDFAF4;
  --cream:     #F5EFE0;
  --parch:     #EDE3CC;
  --sage:      #7A9E75;
  --sage-lt:   #C8DEC5;
  --sage-dk:   #4A7445;
  --peach:     #E8916A;
  --peach-lt:  #F5C9B0;
  --sun:       #D4A030;
  --sun-lt:    #F5DFA0;
  --terra:     #B85C38;
  --bark:      #6B4832;
  --ink:       #2A2420;
  --ink-mid:   #4A4038;
  --ink-soft:  #7A6F65;
  --border:    rgba(106,72,50,0.13);
}

/* ─── RESET STOREFRONT OVERRIDES ─────────────────────── */
.site-header,
.storefront-handheld-footer-bar,
#colophon,
.site-footer {
  display: none !important;
}
.site-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-breadcrumb {
  display: none;
}
body.home .hentry {
  margin: 0;
  padding: 0;
}
body.home .entry-content {
  padding: 0;
}
.page-template-front-page .site {
  background: var(--white);
}

/* ─── BASE ────────────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior: smooth }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100% }
a { color: inherit; text-decoration: none }

/* ─── TYPOGRAPHY HELPERS ──────────────────────────────── */
.serif { font-family: 'Playfair Display', serif }
.label {
  font-size: .65rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--sage-dk); font-weight: 500;
  display: inline-flex; align-items: center; gap: .75rem;
}
.label::before {
  content: ''; width: 1.8rem; height: 1px;
  background: var(--sage); opacity: .7;
}

/* ─── SCROLL REVEAL ──────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.in { opacity: 1; transform: none }
.d1 { transition-delay: .08s }
.d2 { transition-delay: .18s }
.d3 { transition-delay: .28s }
.d4 { transition-delay: .38s }
.d5 { transition-delay: .48s }

/* ═══════════════════════════════════════════════════════
   NAV
══════════════════════════════════════════════════════ */
#ch-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 1.25rem 3.5rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .4s, box-shadow .4s;
}
#ch-nav.stuck {
  background: rgba(253,250,244,.97);
  box-shadow: 0 1px 0 var(--border);
}

.nav-brand { display: flex; flex-direction: column }
.nav-brand-main {
  font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 500;
  color: var(--ink); line-height: 1.1; letter-spacing: -.01em;
  transition: color .3s;
}
#ch-nav:not(.stuck) .nav-brand-main { color: var(--white) }
.nav-brand-sub {
  font-size: .58rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--sage); transition: color .3s; margin-top: 1px;
}
#ch-nav:not(.stuck) .nav-brand-sub { color: rgba(253,250,244,.65) }

.nav-links { list-style: none; display: flex; gap: 2rem; align-items: center }
.nav-links a {
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mid); transition: color .2s; font-weight: 500;
}
#ch-nav:not(.stuck) .nav-links a { color: rgba(253,250,244,.8) }
.nav-links a:hover { color: var(--peach) }
#ch-nav:not(.stuck) .nav-links a:hover { color: var(--sun-lt) }

.nav-cta {
  background: var(--peach); color: #fff;
  font-size: .65rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .55rem 1.25rem; font-weight: 500; border-radius: 1px;
  transition: background .25s, transform .2s;
}
.nav-cta:hover { background: var(--terra); transform: translateY(-1px) }

/* ─── HAMBURGER (mobile) ─────────────────────────────── */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .25rem;
}
.nav-hamburger span {
  width: 22px; height: 1.5px;
  background: var(--white); display: block; transition: background .3s;
}
#ch-nav.stuck .nav-hamburger span { background: var(--ink) }
.nav-mobile {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: var(--ink); z-index: 300; flex-direction: column;
  align-items: center; justify-content: center; gap: 2rem;
}
.nav-mobile.open { display: flex }
.nav-mobile a {
  color: var(--white); font-size: 1.4rem;
  font-family: 'Playfair Display', serif; font-style: italic;
}
.nav-mobile-close {
  position: absolute; top: 1.5rem; right: 2rem;
  background: none; border: none; color: var(--white);
  font-size: 1.8rem; cursor: pointer; font-family: 'Playfair Display', serif;
}

/* ═══════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════ */
.ch-hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  position: relative; overflow: hidden;
  background: var(--sage-dk);
  text-align: center;
  padding: 8rem 2rem 5rem;
}
.ch-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 100%, rgba(184,92,56,.45) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 10%, rgba(212,160,48,.25) 0%, transparent 50%),
    radial-gradient(ellipse 110% 90% at 50% 60%, #3a6638 0%, #2b4e2a 100%);
}
.ch-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
  opacity: .4; pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 860px }
.hero-kicker {
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--sun-lt); opacity: .85; margin-bottom: 1.75rem;
  animation: fadeUp .9s ease .15s both;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 400; line-height: .96; letter-spacing: -.02em;
  color: #fff;
  animation: fadeUp .9s ease .3s both;
  margin-bottom: .75rem;
}
.hero-title em { font-style: italic; color: var(--sun-lt) }
.hero-rule {
  width: 3rem; height: 1px; background: rgba(255,255,255,.25);
  margin: 1.75rem auto;
  animation: fadeUp .9s ease .45s both;
}
.hero-sub {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 400;
  color: rgba(253,250,244,.65); line-height: 1.55;
  animation: fadeUp .9s ease .55s both; margin-bottom: 2.5rem;
  max-width: 560px; margin-left: auto; margin-right: auto;
}
.hero-pills {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  margin-bottom: 3rem; animation: fadeUp .9s ease .65s both;
}
.hero-pill {
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(253,250,244,.55); padding: .35rem .9rem;
  border: 1px solid rgba(253,250,244,.18); border-radius: 50px;
}
.hero-btns {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeUp .9s ease .8s both;
}
.btn-solid {
  display: inline-block;
  background: var(--peach); color: #fff;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  padding: .9rem 2.2rem; border-radius: 1px;
  transition: background .25s, transform .2s;
}
.btn-solid:hover { background: var(--terra); transform: translateY(-2px) }
.btn-outline {
  display: inline-block;
  border: 1.5px solid rgba(253,250,244,.35); color: #fff;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  padding: .9rem 2.2rem; border-radius: 1px;
  transition: border-color .25s, background .25s;
}
.btn-outline:hover { border-color: rgba(253,250,244,.7); background: rgba(253,250,244,.06) }
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .5rem;
  animation: fadeUp .9s ease 1.1s both;
}
.hero-scroll-line {
  width: 1px; height: 2.8rem;
  background: linear-gradient(to bottom, transparent, rgba(253,250,244,.4));
}
.hero-scroll-txt {
  font-size: .55rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(253,250,244,.35);
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px) }
  to   { opacity: 1; transform: none }
}

/* ═══════════════════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════════════════ */
.ch-marquee-wrap {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 1.1rem 0;
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marquee 22s linear infinite;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 1.25rem;
  padding: 0 2rem; font-size: .64rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ink-soft);
}
.marquee-dot { color: var(--peach); font-size: .9rem }
@keyframes marquee {
  from { transform: translateX(0) }
  to   { transform: translateX(-50%) }
}

/* ─── SECTION WRAPPER ────────────────────────────────── */
.section-wrap { max-width: 1180px; margin: 0 auto; padding: 0 3.5rem }

/* ═══════════════════════════════════════════════════════
   ABOUT
══════════════════════════════════════════════════════ */
.ch-about { padding: 7rem 0; background: var(--white) }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start;
}
.about-photos { position: relative; padding-bottom: 3rem }
.photo-main {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 2px;
  background: linear-gradient(135deg, var(--sage-lt) 0%, var(--parch) 100%);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.photo-main svg { opacity: .18; width: 80px; height: 80px; color: var(--sage-dk) }
.photo-float {
  position: absolute; bottom: 0; right: -2rem; width: 55%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--peach-lt) 0%, var(--cream) 100%);
  border: 4px solid var(--white); border-radius: 2px;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.photo-float svg { opacity: .15; width: 56px; height: 56px; color: var(--terra) }
.photo-ribbon {
  position: absolute; top: 2rem; left: -1.5rem;
  background: var(--peach); color: #fff;
  padding: .75rem 1.25rem; font-size: .75rem; line-height: 1.5;
  box-shadow: 0 4px 20px rgba(184,92,56,.25); max-width: 210px;
}
.photo-ribbon strong {
  display: block; font-size: 1rem;
  font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic;
  margin-bottom: .2rem;
}
.about-text { padding-top: 1rem }
.about-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400; line-height: 1.08; letter-spacing: -.02em;
  color: var(--ink); margin-bottom: 1.8rem;
}
.about-text h2 em { font-style: italic; color: var(--sage-dk) }
.about-text p { font-size: .97rem; line-height: 1.85; color: var(--ink-mid); font-weight: 300; margin-bottom: 1.25rem }
.kyle-card {
  margin-top: 2rem; padding: 1.5rem 1.75rem;
  background: var(--cream); border-left: 3px solid var(--sage); border-radius: 0 2px 2px 0;
}
.kyle-card .name {
  font-family: 'Playfair Display', serif; font-size: 1.05rem; font-style: italic;
  color: var(--sage-dk); margin-bottom: .35rem;
}
.kyle-card p { font-size: .83rem; line-height: 1.7; color: var(--ink-soft); margin: 0 }
.farm-facts {
  display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2.5rem; gap: .75rem;
}
.fact {
  text-align: center; padding: 1.25rem .75rem;
  background: var(--white); border: 1px solid var(--border); border-radius: 2px;
}
.fact-num {
  font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 500;
  color: var(--peach); line-height: 1;
}
.fact-lbl {
  font-size: .6rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: .35rem;
}

/* ═══════════════════════════════════════════════════════
   PULL QUOTE
══════════════════════════════════════════════════════ */
.ch-pull-quote {
  background: var(--cream);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 5rem 3.5rem; text-align: center;
}
.ch-pull-quote blockquote {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: clamp(1.35rem, 2.8vw, 2rem); font-weight: 400; line-height: 1.55;
  color: var(--ink); max-width: 780px; margin: 0 auto 1.5rem;
}
.ch-pull-quote cite {
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sage-dk); font-style: normal;
}

/* ═══════════════════════════════════════════════════════
   KITCHEN
══════════════════════════════════════════════════════ */
.ch-kitchen { padding: 7rem 0; background: var(--white) }
.kitchen-header { text-align: center; margin-bottom: 4.5rem }
.kitchen-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400; line-height: 1.05; letter-spacing: -.02em;
  color: var(--ink); margin-bottom: 1rem;
}
.kitchen-header h2 em { font-style: italic; color: var(--peach) }
.kitchen-header p {
  font-size: .97rem; line-height: 1.8; color: var(--ink-soft);
  max-width: 580px; margin: 1rem auto 0; font-weight: 300;
}
.kitchen-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: var(--border); border: 1px solid var(--border);
}
.kitchen-card {
  background: var(--white); padding: 2.5rem 2rem;
  transition: background .3s; position: relative; overflow: hidden;
}
.kitchen-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--peach); transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.kitchen-card:hover { background: var(--cream) }
.kitchen-card:hover::before { transform: scaleX(1) }
.kc-icon { font-size: 1.8rem; margin-bottom: .9rem; display: block }
.kc-title {
  font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 500;
  color: var(--ink); margin-bottom: .5rem;
}
.kc-body { font-size: .85rem; line-height: 1.72; color: var(--ink-soft); font-weight: 300 }
.kitchen-banner {
  margin-top: 3.5rem; background: var(--sage-dk); color: #fff;
  padding: 2.25rem 3rem; display: flex; align-items: center;
  justify-content: space-between; gap: 2rem; border-radius: 2px;
}
.kb-left p {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.05rem; line-height: 1.65; color: rgba(255,255,255,.85); margin: 0;
}
.kb-badge {
  flex-shrink: 0; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  font-size: .65rem; letter-spacing: .18em; text-transform: uppercase;
  padding: .7rem 1.25rem; border-radius: 50px; color: var(--sage-lt);
}

/* ═══════════════════════════════════════════════════════
   CIDERS
══════════════════════════════════════════════════════ */
.ch-ciders {
  padding: 7rem 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--parch) 100%);
}
.ciders-top {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  align-items: end; margin-bottom: 4rem;
}
.ciders-top h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400; line-height: 1.05; letter-spacing: -.02em; color: var(--ink);
}
.ciders-top h2 em { font-style: italic; color: var(--bark) }
.ciders-top > p {
  font-size: .97rem; line-height: 1.8; color: var(--ink-mid); font-weight: 300;
  align-self: end;
}
.cider-list {
  background: var(--white); border: 1px solid var(--border); border-radius: 2px; overflow: hidden;
}
.cider-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.75rem 2rem; border-bottom: 1px solid var(--border);
  gap: 2rem; transition: background .25s;
}
.cider-row:last-child { border-bottom: none }
.cider-row:hover { background: var(--cream) }
.cider-row-left { flex: 1 }
.cider-row-name {
  font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500;
  color: var(--ink); margin-bottom: .4rem;
}
.cider-row-desc { font-size: .85rem; line-height: 1.65; color: var(--ink-soft); font-weight: 300 }
.cider-row-right { flex-shrink: 0 }
.cider-tag {
  font-size: .6rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bark); background: var(--parch);
  padding: .4rem .9rem; border-radius: 50px; border: 1px solid rgba(107,72,50,.15);
}
.cider-philosophy {
  margin-top: 3rem; padding: 2rem 2.5rem;
  background: var(--white); border: 1px solid var(--border); border-radius: 2px;
  display: flex; align-items: flex-start; gap: 1.5rem;
}
.cp-icon { font-size: 2rem; flex-shrink: 0 }
.cp-body strong {
  display: block; font-family: 'Playfair Display', serif; font-size: 1rem;
  color: var(--ink); margin-bottom: .5rem;
}
.cp-body p { font-size: .85rem; line-height: 1.72; color: var(--ink-soft); font-weight: 300 }

/* ═══════════════════════════════════════════════════════
   VISIT / HOURS
══════════════════════════════════════════════════════ */
.ch-visit {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh;
}
.visit-left {
  background: var(--sage-dk); color: #fff;
  padding: 6rem 5rem;
}
.visit-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400; line-height: 1.1; color: #fff; margin-bottom: 1.5rem;
}
.visit-left h2 em { font-style: italic; color: var(--sun-lt) }
.visit-left > div > p {
  font-size: .95rem; line-height: 1.8; color: rgba(255,255,255,.7); margin-bottom: 2rem;
}
.hours-table { border-top: 1px solid rgba(255,255,255,.15); margin-bottom: 2rem }
.hours-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.hours-day { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6) }
.hours-time { font-size: .95rem; font-family: 'Playfair Display', serif; color: #fff }
.season-badge {
  display: inline-block;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  padding: .55rem 1.1rem; border-radius: 50px; color: var(--sage-lt);
}
.visit-right {
  background: var(--white); padding: 6rem 5rem;
}
.visit-right h3 {
  font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 400;
  color: var(--ink); margin-bottom: 2rem; line-height: 1.2;
}
.visit-right h3 em { font-style: italic; color: var(--peach) }
.res-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem }
.res-card {
  padding: 1.25rem 1.5rem;
  background: var(--cream); border-radius: 2px; border: 1px solid var(--border);
}
.rc-label {
  font-size: .6rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--sage-dk); margin-bottom: .4rem; font-weight: 500;
}
.rc-val { font-size: .83rem; line-height: 1.6; color: var(--ink-mid) }
.res-note {
  font-size: .83rem; line-height: 1.7; color: var(--ink-soft);
  padding: 1.25rem 1.5rem; background: var(--cream); border-left: 3px solid var(--peach);
  border-radius: 0 2px 2px 0; margin-bottom: 1.75rem;
}
.res-note strong { color: var(--ink) }
.res-email {
  display: inline-flex; align-items: center; gap: .75rem;
  background: var(--peach); color: #fff;
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
  padding: .9rem 1.75rem; border-radius: 1px;
  transition: background .25s;
}
.res-email:hover { background: var(--terra) }
.res-email svg { width: 15px; height: 15px }

/* ═══════════════════════════════════════════════════════
   DIRECTIONS
══════════════════════════════════════════════════════ */
.ch-directions {
  padding: 7rem 0;
  background: linear-gradient(135deg, var(--ink) 0%, #3a2e28 100%);
  color: #fff;
}
.dir-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 3.5rem;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: start;
}
.ch-directions .label { color: rgba(255,255,255,.5) }
.ch-directions h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.1;
  color: #fff; margin-bottom: 1.5rem;
}
.ch-directions h2 em { font-style: italic; color: var(--sun-lt) }
.ch-directions > .dir-inner > div > p {
  font-size: .93rem; line-height: 1.8; color: rgba(255,255,255,.65); margin-bottom: 2rem;
}
.addr-box {
  padding: 1.5rem 1.75rem;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 2px;
}
.addr-lbl {
  font-size: .58rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: .5rem;
}
.addr-val {
  font-family: 'Playfair Display', serif; font-size: 1.1rem; line-height: 1.5;
  color: #fff; margin-bottom: 1rem;
}
.addr-link {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sun-lt); transition: color .2s;
}
.addr-link:hover { color: var(--sun) }
.dir-routes { display: flex; flex-direction: column; gap: 1rem }
.dir-card {
  padding: 1.75rem 2rem;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 2px;
}
.dir-from {
  font-size: .65rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--sun-lt); margin-bottom: .75rem; font-weight: 500;
}
.dir-text { font-size: .85rem; line-height: 1.8; color: rgba(255,255,255,.6) }
.parking-note {
  padding: 1.25rem 1.5rem;
  background: rgba(212,160,48,.1); border: 1px solid rgba(212,160,48,.25); border-radius: 2px;
  font-size: .83rem; line-height: 1.7; color: rgba(255,255,255,.7);
}
.parking-note strong { color: var(--sun-lt) }

/* ═══════════════════════════════════════════════════════
   POLICIES
══════════════════════════════════════════════════════ */
.ch-policies { background: var(--cream); padding: 4.5rem 0; border-top: 1px solid var(--border) }
.pol-inner { max-width: 1180px; margin: 0 auto; padding: 0 3.5rem }
.pol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem }
.pol-item {
  display: flex; gap: 1.25rem; align-items: flex-start;
  padding: 1.75rem 1.5rem; background: var(--white);
  border: 1px solid var(--border); border-radius: 2px;
}
.pol-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: .15rem }
.pol-body strong {
  display: block; font-size: .88rem; color: var(--ink); margin-bottom: .4rem; font-weight: 500;
}
.pol-body p { font-size: .8rem; line-height: 1.7; color: var(--ink-soft) }

/* ═══════════════════════════════════════════════════════
   PODCAST STRIP
══════════════════════════════════════════════════════ */
.ch-podcast-strip {
  background: var(--ink); color: #fff;
  padding: 3rem 3.5rem; display: flex; align-items: center;
  justify-content: space-between; gap: 2.5rem;
  flex-wrap: wrap;
}
.ps-left { flex: 1; min-width: 260px }
.eyebrow {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--sage); margin-bottom: .6rem; font-weight: 500;
}
.ch-podcast-strip h3 {
  font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 400;
  color: #fff; line-height: 1.3; margin-bottom: .7rem;
}
.ch-podcast-strip h3 em { font-style: italic; color: var(--sun-lt) }
.ch-podcast-strip p { font-size: .83rem; line-height: 1.7; color: rgba(255,255,255,.6) }
.ps-btn {
  display: inline-flex; align-items: center; gap: .65rem;
  background: var(--sage-dk); color: #fff;
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
  padding: .9rem 1.75rem; border-radius: 1px; flex-shrink: 0;
  transition: background .25s;
}
.ps-btn:hover { background: var(--sage) }

/* ═══════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════ */
#ch-footer {
  background: var(--ink); color: rgba(255,255,255,.65); padding: 5rem 0 0;
}
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 0 3.5rem }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3.5rem; margin-bottom: 4rem }
.footer-brand .logo {
  font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 400;
  color: #fff; line-height: 1.2; margin-bottom: .4rem;
}
.footer-brand .logo em { font-style: italic; color: var(--peach) }
.footer-brand .sub {
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 1.25rem;
}
.footer-brand p { font-size: .83rem; line-height: 1.7; color: rgba(255,255,255,.5) }
.footer-col h4 {
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 1.25rem; font-weight: 500;
}
.footer-col ul { list-style: none }
.footer-col ul li { margin-bottom: .65rem }
.footer-col ul a {
  font-size: .85rem; color: rgba(255,255,255,.6); transition: color .2s;
}
.footer-col ul a:hover { color: var(--peach) }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.75rem 0; display: flex; justify-content: space-between;
  align-items: center; gap: 1rem; flex-wrap: wrap;
  font-size: .72rem; color: rgba(255,255,255,.3);
}
.footer-bottom a { color: rgba(255,255,255,.4); transition: color .2s }
.footer-bottom a:hover { color: var(--sage) }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .dir-inner { grid-template-columns: 1fr; gap: 3rem }
}
@media (max-width: 900px) {
  .about-grid,
  .ciders-top,
  .ch-visit { grid-template-columns: 1fr }
  .visit-left,
  .visit-right { padding: 4rem 3rem }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem }
  .kitchen-grid { grid-template-columns: 1fr }
}
@media (max-width: 768px) {
  #ch-nav { padding: 1rem 1.5rem }
  .nav-links, .nav-cta { display: none }
  .nav-hamburger { display: flex }
  .section-wrap { padding: 0 1.5rem }
  .dir-inner { padding: 0 1.5rem }
  .pol-inner { padding: 0 1.5rem }
  .farm-facts { grid-template-columns: repeat(2,1fr) }
  .res-cards { grid-template-columns: 1fr }
  .about-photos { padding-bottom: 5rem }
  .photo-float { right: 0 }
  .photo-ribbon { left: 0 }
  .footer-grid { grid-template-columns: 1fr }
  .pol-grid { grid-template-columns: 1fr }
  .ch-podcast-strip { padding: 2.5rem 1.5rem }
  .kitchen-banner { flex-direction: column; padding: 1.75rem }
  .ch-pull-quote { padding: 3.5rem 1.5rem }
}
