:root {
  --black: #151311;
  --charcoal: #26221e;
  --ink: #332d28;
  --muted: #756b62;
  --copper: #b9612d;
  --copper-dark: #873f20;
  --tan: #d8c6b3;
  --sand: #f4ece3;
  --cream: #fbf7f1;
  --white: #ffffff;
  --line: rgba(51, 45, 40, .12);
  --shadow: 0 24px 80px rgba(38, 34, 30, .12);
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 30; background: var(--black); color: white; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,247,241,.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-mark { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--white); overflow: hidden; border: 1px solid rgba(21,19,17,.12); box-shadow: 0 8px 22px rgba(21,19,17,.08); flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-copy strong { display: block; color: var(--black); font-family: Georgia, 'Times New Roman', serif; font-size: 1.18rem; line-height: 1; letter-spacing: -.025em; }
.brand-copy small { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; color: #514840; font-size: .93rem; }
.nav a, .nav-button { text-decoration: none; }
.nav a:hover { color: var(--copper-dark); }
.nav-button { padding: 10px 18px; border-radius: 999px; background: var(--black); color: white; font-weight: 750; }
.menu-button { display: none; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--black); font-weight: 800; }
.mobile-nav { padding: 0 22px 18px; background: rgba(251,247,241,.96); border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--black); text-decoration: none; }

.home-hero { padding: 76px 0 96px; background: linear-gradient(180deg, #fbf7f1 0%, #f2e8dc 100%); }
.hero-grid.refined { min-height: 620px; }
.page-hero { padding: 96px 0 84px; background: linear-gradient(180deg, #fbf7f1 0%, #f2e8dc 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; }
.page-hero .lead { max-width: 760px; }
.intro-band { padding: 92px 0; background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 86px); align-items: center; }
.statement.compact { margin: 0; }
.route-cards { padding: 94px 0; background: var(--sand); }
.cards { display: grid; gap: 18px; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.cards a { display: block; min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.68); color: inherit; text-decoration: none; box-shadow: 0 14px 50px rgba(38,34,30,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.cards a:hover { transform: translateY(-3px); border-color: rgba(185,97,45,.36); box-shadow: 0 20px 64px rgba(38,34,30,.10); }
.cards span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 54px; border-radius: 50%; background: var(--black); color: var(--tan); font-weight: 850; }
.cards p { color: var(--muted); margin-bottom: 0; }
.photo-feature.slim { padding: 82px 0; background: var(--cream); }
.photo-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-feature-grid img { width: 100%; height: 410px; object-fit: cover; object-position: center 32%; border-radius: 24px; box-shadow: 0 16px 58px rgba(38,34,30,.10); background: #e7ded5; }
.contact.light { background: var(--cream); color: var(--ink); }
.contact.light h2 { color: var(--black); }
.contact.light p { color: var(--muted); }
.contact.light .contact-actions a { color: var(--black); background: var(--white); border-color: var(--line); }
.contact.light .contact-actions span { color: var(--copper-dark); }

.hero { padding: 74px 0 92px; background: linear-gradient(180deg, #fbf7f1 0%, #f2e8dc 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.hero-copy { max-width: 770px; }
.eyebrow { margin: 0 0 14px; color: var(--copper-dark); font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--black); line-height: 1.04; letter-spacing: -.045em; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 580; }
h1 { font-size: clamp(3rem, 6.7vw, 6.65rem); max-width: 880px; }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.1rem); }
h3 { font-size: 1.2rem; letter-spacing: -.02em; }
.lead { margin: 25px 0 0; max-width: 680px; color: #5e554e; font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.lead.dark { margin-left: auto; margin-right: auto; color: #5e554e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--black); color: white; box-shadow: 0 16px 44px rgba(21,19,17,.18); }
.button.secondary { background: transparent; color: var(--black); border: 1px solid rgba(21,19,17,.22); }
.image-frame { margin: 0; overflow: hidden; border-radius: 26px; background: #e7ded5; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo { justify-self: end; width: min(430px, 100%); aspect-ratio: 4 / 5; border: 1px solid rgba(185,97,45,.36); padding: 8px; background: rgba(255,255,255,.58); }
.hero-photo img { border-radius: 19px; object-position: center 30%; }

.at-a-glance { background: var(--black); color: white; }
.glance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.glance-grid div { padding: 28px 30px; border-left: 1px solid rgba(255,255,255,.12); }
.glance-grid div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.glance-grid span { display: block; color: var(--tan); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; }
.glance-grid strong { display: block; margin-top: 6px; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }

.section { padding: 110px 0; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 7vw, 88px); align-items: start; }
.copy-block { color: #584f47; font-size: 1.13rem; max-width: 690px; }
.copy-block p:first-child { margin-top: 0; }
.statement { position: relative; margin-bottom: 24px; padding: 24px 26px; border-left: 3px solid var(--copper); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.58); color: var(--black); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.16rem, 1.8vw, 1.36rem); line-height: 1.55; box-shadow: 0 12px 40px rgba(38,34,30,.06); }

.farm-life { padding: 0 0 110px; background: var(--cream); }
.farm-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 6vw, 76px); align-items: start; padding: 42px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(244,236,227,.88)); box-shadow: 0 18px 64px rgba(38,34,30,.08); }
.farm-card h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
.farm-copy { color: #584f47; font-size: 1.12rem; }
.farm-copy p:first-child { margin-top: 0; }
.farm-copy p:last-child { margin-bottom: 0; }

.feature { padding: 110px 0; background: var(--sand); }
.feature-grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.1fr); gap: clamp(42px, 7vw, 86px); align-items: center; }
.feature-photo { aspect-ratio: 5 / 6; max-height: 640px; }
.feature-photo img { object-position: center 22%; }
.feature-copy { max-width: 720px; }
.principles { display: grid; gap: 16px; margin-top: 34px; }
.principles article { padding: 24px 0 22px; border-top: 1px solid var(--line); }
.principles p { margin-bottom: 0; color: var(--muted); }

.narrow { max-width: 930px; text-align: center; }
.fit-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; text-align: left; }
.fit-cards article { padding: 28px; border-radius: 24px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 50px rgba(38,34,30,.06); }
.fit-cards p { color: var(--muted); margin-bottom: 0; }

.photos { padding: 105px 0; background: #eee2d4; }
.photos-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: center; }
.photos-copy { max-width: 410px; }
.photos-copy p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; margin-top: 8px; color: var(--copper-dark); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photo-row img { height: 360px; width: 100%; object-fit: cover; object-position: center 32%; border-radius: 22px; box-shadow: 0 16px 58px rgba(38,34,30,.11); background: #e7ded5; }
.photo-row img:nth-child(2) { margin-top: 42px; }

.contact { padding: 110px 0; background: var(--black); color: white; }
.contact-card { display: grid; grid-template-columns: 1fr .92fr; gap: 54px; align-items: center; }
.contact h2 { color: white; }
.contact p { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.contact-actions { display: grid; gap: 12px; }
.contact-actions a { display: block; padding: 20px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); color: white; text-decoration: none; }
.contact-actions a:hover { background: rgba(255,255,255,.13); }
.contact-actions span { display: block; margin-bottom: 4px; color: var(--tan); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 850; }

.site-footer { padding: 54px 0 28px; background: #0f0d0c; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .75fr; gap: 42px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.54); }
.site-footer h2 { margin: 0 0 12px; color: white; font-size: 1rem; }
.site-footer a { color: white; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }

@media (max-width: 980px) {
  .nav { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid, .split, .farm-card, .feature-grid, .photos-shell, .contact-card, .footer-grid { grid-template-columns: 1fr; }
  .intro-grid, .cards.four { grid-template-columns: 1fr 1fr; }
  .hero-photo { justify-self: start; width: min(460px, 100%); }
  .glance-grid, .fit-cards { grid-template-columns: 1fr; }
  .photo-row { grid-template-columns: 1fr 1fr; }
  .photo-row img:nth-child(2) { margin-top: 0; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-shell { min-height: 68px; }
  .nav-button { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1.05rem; }
  .hero { padding: 48px 0 72px; }
  .home-hero, .page-hero { padding: 58px 0 70px; }
  .hero-grid.refined { min-height: 0; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .section, .feature, .photos, .contact, .intro-band, .route-cards, .photo-feature.slim { padding: 78px 0; }
  .intro-grid, .cards.four, .photo-feature-grid { grid-template-columns: 1fr; }
  .cards a { min-height: 0; }
  .cards span { margin-bottom: 34px; }
  .farm-life { padding: 0 0 78px; }
  .farm-card { padding: 28px; border-radius: 24px; }
  .glance-grid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; }
  .glance-grid div:last-child { border-right: 0; }
  .photo-row { grid-template-columns: 1fr; }
  .hero-photo { width: min(360px, 100%); }
  .feature-photo { aspect-ratio: 4 / 5; max-height: none; }
  .photo-row img { height: 320px; }
}
