:root {
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --stone: #d9d6cf;
  --sage: #889783;
  --sage-dark: #5d6d59;
  --blue: #b8cad4;
  --charcoal: #292d2e;
  --muted: #686d6c;
  --gold: #b89b5e;
  --coral: #c96f5a;
  --plum: #704b68;
  --line: rgba(41,45,46,.14);
  --shadow: 0 20px 60px rgba(34,41,39,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--sage-dark); font-size: .74rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.3vw, 6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.lead { color: #4f5554; font-size: clamp(1.08rem, 1.5vw, 1.3rem); max-width: 650px; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(247,244,237,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: grid; line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: 1.18rem; font-weight: 500; letter-spacing: .05em; }
.brand span { margin-top: 7px; color: var(--sage-dark); font-size: .58rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: .88rem; font-weight: 650; }
.nav-links a:not(.button):hover, .nav-links a.active { color: var(--sage-dark); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; font-size: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--charcoal); border-radius: 999px; background: var(--charcoal); color: white; font-size: .9rem; font-weight: 750; text-decoration: none; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(41,45,46,.16); }
.button.secondary { color: var(--charcoal); background: transparent; }
.button.light { color: var(--charcoal); background: var(--paper); border-color: var(--paper); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { min-height: calc(100vh - 78px); display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(36px, 6vw, 90px); padding: 74px 0; }
.hero-copy .lead { margin: 26px 0 34px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-visual img { width: 100%; height: 610px; object-fit: cover; border-radius: 240px 240px 26px 26px; box-shadow: var(--shadow); }
.hero-note { position: absolute; left: -50px; bottom: 38px; width: 210px; padding: 24px; background: var(--paper); box-shadow: var(--shadow); }
.hero-note::before { content: ""; display: block; width: 44px; height: 2px; margin-bottom: 16px; background: var(--gold); }
.hero-note p { font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.35; }

.countdown-section { padding: 54px 0; color: white; background: var(--sage-dark); }
.countdown-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.countdown-copy .eyebrow { color: #d7c28f; }
.countdown-copy h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); }
.countdown-copy > p:last-child { margin-top: 12px; color: rgba(255,255,255,.78); }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(84px, 1fr)); gap: 10px; }
.countdown > div { min-width: 92px; padding: 18px 14px; border: 1px solid rgba(255,255,255,.2); text-align: center; background: rgba(255,255,255,.06); }
.countdown strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 2.25rem; font-weight: 500; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { display: block; margin-top: 9px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section.white { background: var(--paper); }
.section.blue { background: #e7eef0; }
.section.sage { color: white; background: var(--sage-dark); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 54px; }
.section-head .lead { max-width: 520px; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-top: 4px solid var(--sage); background: rgba(255,255,255,.72); }
.three-grid .card:nth-child(2) { border-top-color: var(--coral); }
.three-grid .card:nth-child(3) { border-top-color: var(--blue); }
.card .number { display: block; margin-bottom: 52px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.card p { margin-top: 14px; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.split-image { height: 620px; width: 100%; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.split-copy h2 { margin-bottom: 24px; }
.split-copy .lead { margin-bottom: 24px; }
.split-copy .button { margin-top: 30px; }
.quote { padding: 100px 0; text-align: center; background: var(--charcoal); color: white; }
.quote blockquote { max-width: 900px; margin: 0 auto 26px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.13; }
.quote span { color: var(--stone); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; }

.page-hero { padding: 100px 0 78px; background: linear-gradient(145deg, transparent 0 72%, rgba(184,202,212,.28) 72%); }
.page-hero .lead { margin-top: 24px; }
.page-hero-image { width: 100%; height: min(58vw, 600px); margin-top: 58px; object-fit: cover; object-position: center; }
.community-networking-image { object-position: center 42%; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 140px); }
.story-grid .copy { display: grid; gap: 22px; font-size: 1.08rem; color: #4f5554; }
.feature-list { display: grid; gap: 1px; margin-top: 36px; background: var(--line); border: 1px solid var(--line); }
.feature { padding: 24px; background: var(--paper); display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.feature b { color: var(--gold); }
.faith-feature { border-left: 0; background: var(--paper); }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.photo-pair img { width: 100%; height: 470px; object-fit: cover; }
.photo-pair img:last-child { margin-top: 70px; }
.product-covers { max-width: 1100px; margin: 56px auto 0; gap: 36px; align-items: start; }
.product-covers img { height: auto; object-fit: contain; border-radius: 6px; box-shadow: var(--shadow); }
.product-covers img:last-child { margin-top: 46px; }
.planner-actions { align-items: center; margin: 30px 0 10px; }
.shipping-note { color: var(--muted); font-size: .84rem; }

.blog-hero { padding-bottom: 100px; background: linear-gradient(135deg, var(--cream) 0 68%, #e7eef0 68%); }
.blog-hero h1 { max-width: 900px; }
.blog-hero .lead { margin-top: 26px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.blog-feature-image { width: 100%; height: clamp(320px, 48vw, 560px); margin: -10px 0 24px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.blog-card { min-height: 100%; padding: clamp(30px, 4vw, 48px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 44px rgba(34,41,39,.07); }
.blog-card-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 46px; }
.blog-number { color: var(--coral); font-family: Georgia, serif; font-size: 1.3rem; }
.blog-tag { padding: 6px 11px; border: 1px solid rgba(93,109,89,.25); border-radius: 999px; color: var(--sage-dark); font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.blog-card h3 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.blog-card h4 { margin: 0 0 10px; color: var(--sage-dark); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.blog-intro { margin: 18px 0 30px; color: var(--muted); font-size: 1.06rem; }
.recipe-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.blog-card ul, .blog-card ol { margin: 0; padding-left: 20px; color: #4f5554; }
.blog-card li + li { margin-top: 7px; }
.movement-card { border-top: 4px solid var(--sage); }
.snack-card:first-child { border-top: 4px solid var(--coral); }
.snack-card:last-child { border-top: 4px solid var(--plum); }
.movement-card:last-child { border-top-color: var(--blue); }
.movement-card ol { margin-top: 24px; }
.soul-note { margin-top: 30px; padding: 18px 20px; border-left: 2px solid var(--gold); background: var(--cream); font-family: Georgia, serif; font-size: 1.1rem; }
.wellness-note { max-width: 850px; margin: 32px auto 0; color: var(--muted); font-size: .84rem; text-align: center; }

.event-card { display: grid; grid-template-columns: .75fr 1.25fr; background: var(--paper); box-shadow: var(--shadow); }
.event-date { padding: 54px; color: white; background: var(--sage-dark); display: grid; align-content: center; text-align: center; }
.event-date strong { font-family: Georgia, serif; font-size: 5rem; font-weight: 500; line-height: 1; }
.event-date span { letter-spacing: .18em; text-transform: uppercase; }
.event-copy { padding: 54px; }
.event-copy h2 { margin: 10px 0 20px; }
.event-copy .actions { margin-top: 28px; }

.join-panel { padding: clamp(42px, 7vw, 80px); background: var(--sage-dark); color: white; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.join-panel p { margin-top: 14px; color: rgba(255,255,255,.78); max-width: 650px; }
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; color: #4f5554; font-size: .82rem; font-weight: 700; }
input, textarea, select { width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); color: var(--charcoal); font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.form-message { min-height: 24px; color: var(--sage-dark); font-weight: 700; }

.footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 40px; }
.footer h3 { margin-bottom: 18px; }
.footer p { max-width: 390px; color: var(--muted); }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.copyright { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; inset: 78px 0 auto; padding: 24px 20px 30px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { min-height: auto; }
  .hero-grid, .split, .story-grid, .blog-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 20px; }
  .hero-visual { min-height: 500px; }
  .hero-visual img { height: 500px; }
  .hero-note { left: 20px; }
  .three-grid { grid-template-columns: 1fr; }
  .section-head { display: grid; align-items: start; }
  .event-card { grid-template-columns: 1fr; }
  .event-date { padding: 36px; }
  .join-panel { grid-template-columns: 1fr; }
  .countdown-inner { grid-template-columns: 1fr; }
  .countdown { width: 100%; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .hero-grid { padding: 48px 0 70px; }
  .hero-visual, .hero-visual img { min-height: 430px; height: 430px; }
  .hero-note { width: 190px; bottom: 24px; padding: 18px; }
  .page-hero { padding: 70px 0 54px; }
  .form-row, .photo-pair, .footer-grid { grid-template-columns: 1fr; }
  .photo-pair img, .photo-pair img:last-child { height: 390px; margin-top: 0; }
  .product-covers img, .product-covers img:last-child { height: auto; }
  .event-copy { padding: 34px 24px; }
  .countdown-section { padding: 48px 0; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .countdown > div { min-width: 0; }
  .blog-hero { background: var(--cream); }
  .recipe-details { grid-template-columns: 1fr; }
}
