:root {
  --sky: #eef6ef;
  --grass-light: #e8f3e4;
  --grass: #5a9a6e;
  --grass-deep: #3d7350;
  --meadow: #7cb978;
  --white: #fffef9;
  --cream: #faf6ed;
  --yolk: #e8a830;
  --yolk-soft: #f5c842;
  --earth: #5c4a3a;
  --text: #2a3328;
  --text-soft: #5a6658;
  --radius: 24px;
  --shadow-soft: 0 20px 60px rgba(61, 115, 80, 0.12);
  --font-story: "Lora", Georgia, serif;
  --font-ui: "DM Sans", system-ui, sans-serif;
  --font-script: "Pacifico", cursive;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { color: var(--grass-deep); }

.wrap { width: min(1100px, calc(100% - 2.5rem)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; z-index: 9999;
  background: var(--yolk); padding: .75rem 1rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ── Farm path (visual journey line) ── */
.farm-walk { position: relative; }

.farm-walk::before {
  content: "";
  position: absolute;
  left: 50%; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, transparent, var(--meadow) 5%, var(--meadow) 95%, transparent);
  opacity: 0.35;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 768px) {
  .farm-walk::before { display: none; }
}

/* ── Nav ── */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1rem 0;
  transition: background .4s var(--ease), box-shadow .4s;
}
.topbar.is-solid {
  background: rgba(255, 254, 249, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(61, 115, 80, 0.1);
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  width: min(1200px, calc(100% - 2rem)); margin-inline: auto;
}
.logo { text-decoration: none; color: inherit; }
.logo__script {
  font-family: var(--font-script); font-size: 1.75rem; line-height: 1;
  color: var(--white); text-shadow: 0 2px 16px rgba(0,0,0,.2);
}
.topbar.is-solid .logo__script { color: var(--grass-deep); text-shadow: none; }
.logo__sub {
  font-size: .58rem; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.85); margin-top: .2rem; display: block;
}
.topbar.is-solid .logo__sub { color: var(--text-soft); }

.menu { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.menu a {
  text-decoration: none; font-size: .875rem; font-weight: 500;
  color: rgba(255,255,255,.92); transition: opacity .2s;
}
.topbar.is-solid .menu a { color: var(--text-soft); }
.topbar.is-solid .menu a:hover { color: var(--grass-deep); }
.menu .menu-live {
  background: var(--yolk); color: var(--text) !important;
  padding: .55rem 1.1rem; border-radius: 999px; font-weight: 600 !important;
}
.menu-toggle {
  display: none; border: 0; background: var(--yolk); color: var(--text);
  font-weight: 600; padding: .5rem .9rem; border-radius: 999px; cursor: pointer;
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .9rem 1.5rem; border-radius: 999px; font-weight: 600;
  font-size: .9rem; text-decoration: none; border: none; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-sun {
  background: var(--yolk); color: var(--text);
  box-shadow: 0 6px 24px rgba(232, 168, 48, 0.35);
}
.btn-sun:hover { box-shadow: 0 10px 32px rgba(232, 168, 48, 0.45); }
.btn-meadow { background: var(--grass-deep); color: var(--white); }
.btn-ghost-light {
  background: rgba(255,255,255,.2); color: var(--white);
  border: 1.5px solid rgba(255,255,255,.5);
  backdrop-filter: blur(4px);
}

/* ── Stop 1: Arrive ── */
.stop-arrive {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end; color: var(--white);
  overflow: hidden;
}
.stop-arrive__photo { position: absolute; inset: 0; }
.stop-arrive__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
}
.stop-arrive__haze {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(238,246,239,.08) 0%,
    rgba(42,80,52,.12) 35%,
    rgba(20,40,28,.78) 100%);
}
.stop-arrive__body {
  position: relative; z-index: 2;
  padding: 7rem 0 4rem;
  width: min(1200px, calc(100% - 2.5rem)); margin-inline: auto;
}
.stop-arrive__tag {
  display: inline-block; background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px); padding: .4rem 1rem; border-radius: 999px;
  font-size: .75rem; letter-spacing: .15em; text-transform: uppercase;
  margin-bottom: 1.25rem; font-weight: 600;
}
.stop-arrive h1 {
  font-family: var(--font-story); font-weight: 500;
  font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.12;
  margin: 0 0 1rem; max-width: 14ch;
}
.stop-arrive__lead {
  font-size: 1.15rem; max-width: 36ch; margin: 0 0 1.75rem;
  opacity: .92; line-height: 1.55;
}
.scroll-invite {
  display: flex; align-items: center; gap: .65rem;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  opacity: .7; margin-top: 2rem;
}
.scroll-invite__arrow {
  animation: bob 2s ease infinite;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

/* ── Panorama band ── */
.panorama {
  position: relative; min-height: 72vh; overflow: hidden;
  display: grid; place-items: end;
}
.panorama img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.panorama__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20,40,28,.55) 100%);
}
.panorama__caption {
  position: relative; z-index: 1; margin: 0 0 2.5rem;
  font-family: var(--font-story); font-style: italic;
  font-size: clamp(1.25rem, 3vw, 1.75rem); color: var(--white);
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
  width: min(1200px, calc(100% - 2.5rem)); margin-inline: auto;
  padding-bottom: 2.5rem;
}

/* ── Story stops (shared) ── */
.stop {
  position: relative; z-index: 1;
  padding: clamp(4.5rem, 10vh, 7rem) 0;
}
.stop--grass { background: var(--grass-light); }
.stop--sky { background: var(--sky); }
.stop--white { background: var(--white); }

.stop__label {
  font-size: .72rem; font-weight: 700; letter-spacing: .25em;
  text-transform: uppercase; color: var(--grass); margin-bottom: .75rem;
}
.stop h2 {
  font-family: var(--font-story); font-weight: 500;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.15; margin: 0 0 1rem; color: var(--text);
}
.stop__story {
  font-family: var(--font-story); font-size: 1.12rem;
  color: var(--text-soft); max-width: 52ch; margin: 0 0 1rem;
  line-height: 1.75;
}
.stop__story strong { color: var(--text); font-weight: 600; }

/* ── Stop 2: The land ── */
.land-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.land-grid__photos {
  display: grid; grid-template-columns: 1fr 1fr; gap: .75rem;
}
.land-grid__photos img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-soft);
}
.land-grid__photos img:first-child {
  grid-row: span 2; aspect-ratio: auto; height: 100%;
}

/* ── Stop 3: The chooks ── */
.chook-showcase {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: .85rem;
  margin-top: 2.5rem;
}
.chook-showcase img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: calc(var(--radius) - 4px); box-shadow: var(--shadow-soft);
}
.chook-showcase .c1 { grid-column: span 5; grid-row: span 2; aspect-ratio: 4/5; }
.chook-showcase .c2 { grid-column: span 4; aspect-ratio: 4/3; }
.chook-showcase .c3 { grid-column: span 3; aspect-ratio: 3/4; }
.chook-showcase .c4 { grid-column: span 4; aspect-ratio: 4/3; }
.chook-showcase .c5 { grid-column: span 3; aspect-ratio: 1; }

.chook-facts {
  display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem;
}
.chook-fact {
  flex: 1 1 140px; background: var(--white); border-radius: 16px;
  padding: 1.15rem 1.25rem; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(90, 154, 110, 0.15);
}
.chook-fact strong {
  display: block; font-family: var(--font-story); font-size: 1.1rem;
  color: var(--grass-deep); margin-bottom: .25rem;
}
.chook-fact span { font-size: .9rem; color: var(--text-soft); }

/* ── Stop 4: Live cam ── */
.live-barn {
  background: linear-gradient(165deg, var(--grass-deep) 0%, #2d5a3d 100%);
  color: var(--white); border-radius: calc(var(--radius) + 8px);
  padding: clamp(2rem, 4vw, 3rem); box-shadow: var(--shadow-soft);
  display: grid; grid-template-columns: 1fr 1.35fr; gap: 2rem; align-items: center;
}
.live-barn h2 {
  font-family: var(--font-story); font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin: 0 0 .75rem; color: var(--white); font-weight: 500;
}
.live-barn p { margin: 0 0 1.25rem; opacity: .85; font-size: 1rem; }
.live-barn__player {
  background: rgba(0,0,0,.25); border-radius: 16px; padding: .65rem;
  border: 1px solid rgba(255,255,255,.1);
}
.live-barn__player #buttons {
  display: flex; flex-wrap: wrap; gap: .35rem; justify-content: center;
  margin-bottom: .6rem;
}
.live-barn__player button {
  border: 0; background: rgba(255,255,255,.15); color: var(--white);
  font: inherit; font-size: .75rem; font-weight: 500;
  padding: .45rem .8rem; border-radius: 999px; cursor: pointer;
}
.live-barn__player button:hover { background: var(--yolk); color: var(--text); }
.live-barn__player .video-wrap {
  aspect-ratio: 16/9; background: #111; border-radius: 10px; overflow: hidden;
}
.live-barn__player .video-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ── Stop 5: Grain to egg ── */
.journey-path {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
  margin-top: 2rem;
}
.journey-step {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(90, 154, 110, 0.12);
}
.journey-step img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.journey-step__text { padding: 1.25rem 1.35rem 1.5rem; }
.journey-step__num {
  font-size: .68rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--grass); margin-bottom: .35rem;
}
.journey-step h3 {
  font-family: var(--font-story); font-size: 1.25rem;
  margin: 0 0 .4rem; font-weight: 500;
}
.journey-step p { margin: 0; font-size: .92rem; color: var(--text-soft); }

/* ── Stop 6: The eggs ── */
.egg-moment {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center;
}
.egg-moment__visual {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-soft); position: relative;
}
.egg-moment__visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.egg-moment__badge {
  position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem;
  background: rgba(255,254,249,.92); backdrop-filter: blur(8px);
  border-radius: 14px; padding: 1rem 1.15rem;
  font-family: var(--font-story); font-size: 1.05rem; color: var(--grass-deep);
  text-align: center; font-style: italic;
}

/* ── Stop 7: Family ── */
.family-row {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 2.5rem; align-items: center;
}
.family-row__photo img {
  width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft);
  aspect-ratio: 5/4; object-fit: cover;
}

/* ── Stop 8: Follow ── */
.follow-strip {
  text-align: center; padding: clamp(4rem, 8vh, 5.5rem) 1.5rem;
  background: linear-gradient(180deg, var(--grass-light), var(--sky));
  border-radius: calc(var(--radius) + 12px);
  margin: 0 auto; max-width: 900px;
}
.follow-strip h2 {
  font-family: var(--font-story); font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 .75rem;
}
.follow-strip p { margin: 0 0 1.5rem; color: var(--text-soft); max-width: 40ch; margin-inline: auto; margin-bottom: 1.5rem; }
.follow-strip .btn-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }

/* ── Reveal ── */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ── Footer ── */
.footer {
  background: var(--grass-deep); color: rgba(255,254,249,.8);
  padding: 3rem 0 2rem; margin-top: 3rem;
}
.footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem;
}
.footer a { color: var(--white); text-decoration: none; opacity: .85; }
.footer a:hover { opacity: 1; color: var(--yolk-soft); }
.footer__logo { font-family: var(--font-script); font-size: 1.5rem; color: var(--white); }
.footer__fine {
  margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12);
  font-size: .85rem; opacity: .55;
}

/* Inner pages */
.page-hero {
  position: relative; min-height: 45vh; display: grid; align-items: end;
  color: var(--white); margin-top: 0; overflow: hidden;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(transparent 30%, rgba(30,55,38,.85));
}
.page-hero__text { position: relative; z-index: 1; padding: 6rem 0 2.5rem; }
.page-hero h1 {
  font-family: var(--font-story); font-size: clamp(2rem, 4vw, 2.75rem); margin: 0;
}
.section { padding: 4rem 0; }
.live-page-player {
  background: var(--grass-deep); border-radius: var(--radius);
  padding: 1rem; max-width: 960px; margin: 0 auto;
}
.live-page-player button {
  background: var(--yolk); border: 0; padding: .55rem 1rem;
  border-radius: 999px; font-weight: 600; cursor: pointer; margin: .25rem;
}
.live-page-player .video-wrap { aspect-ratio: 16/9; background: #000; border-radius: 10px; overflow: hidden; }
.live-page-player iframe { width: 100%; height: 100%; border: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.contact-box {
  background: var(--sky); border-radius: var(--radius); padding: 1.5rem;
}
.contact-box input, .contact-box textarea {
  width: 100%; margin-bottom: .85rem; padding: .75rem 1rem;
  border: 1px solid rgba(90,154,110,.2); border-radius: 12px; font: inherit;
  background: var(--white);
}
.map iframe { width: 100%; height: 260px; border: 0; border-radius: 12px; }

@media (max-width: 900px) {
  .land-grid, .live-barn, .egg-moment, .family-row,
  .journey-path, .footer__grid, .contact-grid { grid-template-columns: 1fr; }
  .chook-showcase { grid-template-columns: 1fr 1fr; }
  .chook-showcase .c1, .chook-showcase .c2, .chook-showcase .c3,
  .chook-showcase .c4, .chook-showcase .c5 {
    grid-column: span 1; grid-row: auto; aspect-ratio: 4/3;
  }
  .chook-showcase .c1 { grid-column: span 2; }
  .land-grid__photos { grid-template-columns: 1fr; }
  .land-grid__photos img:first-child { grid-row: auto; aspect-ratio: 16/10; height: auto; }
  .menu-toggle { display: inline-flex; }
  .menu {
    display: none; position: absolute; top: 100%; right: 1rem;
    flex-direction: column; align-items: flex-start;
    background: var(--white); padding: 1rem; border-radius: 16px;
    box-shadow: var(--shadow-soft); min-width: 180px;
  }
  .menu.is-open { display: flex; }
  .menu a { color: var(--text-soft) !important; }
  .topbar__inner { position: relative; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-invite__arrow { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
