:root {
  --forest: #072512;
  --green: #29881a;
  --leaf: #84b83a;
  --blue: #3d7b95;
  --sky: #0d9fdd;
  --yellow: #ffe460;
  --ink: #26362c;
  --muted: #66736b;
  --soft: #f3f7f2;
  --white: #fff;
  --shadow: 0 18px 55px rgba(7, 37, 18, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .65em; font-family: Roboto, Arial, sans-serif; line-height: 1.12; }
h1 { font-size: clamp(2.25rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 3.25rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.35em; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.center { text-align: center; }
.section { padding: clamp(64px, 8vw, 110px) 0; }
.soft { background: var(--soft); }
.light { color: white; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--green); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 200; left: 14px; top: -100px; padding: 10px 16px; background: white; color: var(--forest); }
.skip-link:focus { top: 12px; }

.utility { background: var(--forest); color: #fff; font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility a { text-decoration: none; }
.utility-inner > div { display: flex; align-items: center; gap: 18px; }
.donate.small { padding: 3px 13px; border-radius: 20px; background: var(--green); font-size: .66rem; letter-spacing: .08em; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); box-shadow: 3px 0 46px -18px rgba(0,0,0,.5); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 106px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 22px; }
.brand img { width: 205px; max-height: 78px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2vw, 30px); }
.main-nav a { position: relative; padding: 41px 0 38px; color: #393939; font-size: .81rem; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 30px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.social { display: flex; gap: 8px; }
.social a { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #e0e0e0; color: var(--forest); font-weight: 800; text-decoration: none; }
.menu-toggle { display: none; border: 0; background: none; color: var(--forest); }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; }
.menu-toggle b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }

.home-hero { min-height: clamp(200px, 32.5vw, 470px); background: #111; overflow: hidden; }
.hero-image { min-height: inherit; background: url("/assets/uploads/2021/03/paul-mccartney.jpg") top center / 77% auto repeat-x; }
.intro h1 { color: var(--green); }
.intro p { font-size: 1.03rem; }
.leaf-rule { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; width: 210px; margin: 5px auto 28px; color: var(--leaf); }
.leaf-rule::before, .leaf-rule::after { content: ""; height: 1px; background: #d8ded8; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 34px; border: 0; border-radius: 999px; font-family: Roboto, Arial, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.blue { background: var(--sky); color: white; }
.button.blue:hover { background: var(--blue); color: var(--yellow); }
.button.dark { background: var(--forest); color: white; }
.button.yellow { background: var(--yellow); color: var(--forest); }
.social-prompt { margin-top: 30px; font-size: .9rem !important; }
.social-prompt a, .text-link { color: var(--green); font-weight: 700; }

.blue-band { background: var(--blue); color: white; }
.blue-band h2 { color: var(--yellow); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 46px; }
.impact-card { min-height: 335px; padding: 28px 24px; border-radius: var(--radius); background: white; color: var(--ink); text-align: center; box-shadow: var(--shadow); transition: transform .25s ease; }
.impact-card:hover { transform: translateY(-6px); }
.impact-card img { width: 78px; height: 78px; margin: 0 auto 18px; object-fit: contain; }
.impact-card span { display: block; color: var(--blue); font-weight: 800; text-transform: uppercase; }
.impact-card strong { display: block; margin: 6px 0 12px; color: var(--green); font: 900 clamp(1.8rem, 3vw, 2.8rem)/1 Roboto, sans-serif; }
.impact-card p { margin: 0; font-size: .88rem; }
.meal-count, .imagine { margin: 55px auto 0; text-align: center; font-size: 1.35rem; }
.meal-count strong { display: block; color: var(--yellow); font: 900 clamp(2.8rem, 7vw, 6rem)/1 Roboto, sans-serif; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(44px, 8vw, 100px); }
.split.reverse > img { order: 0; }
.split > img { width: min(100%, 480px); max-height: 500px; margin-inline: auto; object-fit: contain; }
.yellow-band { background: var(--yellow); }
.support-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px 18px; margin: 46px 0 32px; }
.support-grid.all { grid-template-columns: repeat(6, 1fr); }
.supporter { text-decoration: none; }
.supporter img { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; filter: saturate(.92); box-shadow: 0 9px 24px rgba(0,0,0,.12); transition: transform .2s ease; }
.supporter:hover img { transform: scale(1.035); }
.supporter span { display: block; margin-top: 10px; font-size: .86rem; font-weight: 700; }
.lede { max-width: 780px; margin: 0 auto; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 42px; }
.news-card { overflow: hidden; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.news-card a { display: block; height: 100%; text-decoration: none; }
.news-card img { width: 100%; height: 220px; object-fit: cover; }
.news-card div { padding: 25px; }
.news-card time { color: var(--green); font-size: .78rem; font-weight: 800; }
.news-card h3 { margin-top: 8px; }
.news-card p { color: var(--muted); font-size: .9rem; }
.news-card span { color: var(--green); font-weight: 800; }
.about img { max-width: 360px; }

.page-hero { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 140px) 0; background: linear-gradient(135deg, var(--soft), #fff); text-align: center; }
.page-hero::before { content: ""; position: absolute; width: 300px; height: 300px; left: -110px; top: -150px; border-radius: 50%; background: var(--yellow); opacity: .75; }
.page-hero::after { content: ""; position: absolute; width: 220px; height: 220px; right: -120px; bottom: -120px; border-radius: 50%; background: var(--leaf); opacity: .2; }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { color: var(--green); }
.page-hero p { font-size: 1.08rem; }
.big-stat { font-size: clamp(1.4rem, 3vw, 2.25rem); }
.big-stat strong { color: var(--green); }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 45px; }
.reason-grid article { padding: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.reason-grid article > span { color: var(--yellow); font: 900 2.5rem/1 Roboto, sans-serif; }
.reason-grid a { color: var(--yellow); font-weight: 800; text-transform: uppercase; }
.steps { margin: 0; padding: 0; counter-reset: step; list-style: none; }
.steps li { position: relative; min-height: 54px; margin-bottom: 20px; padding-left: 70px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -8px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--forest); font-weight: 900; }
.timeline { position: relative; max-width: 900px; margin: 55px auto 0; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--leaf); }
.timeline article { position: relative; width: 50%; padding: 0 55px 40px 0; text-align: right; }
.timeline article:nth-child(even) { margin-left: 50%; padding: 0 0 40px 55px; text-align: left; }
.timeline article::after { content: ""; position: absolute; right: -8px; top: 9px; width: 14px; height: 14px; border: 2px solid var(--soft); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--leaf); }
.timeline article:nth-child(even)::after { right: auto; left: -8px; }
.timeline a { text-decoration: none; }
.timeline time { color: var(--muted); font-size: .78rem; }
.timeline strong { display: block; color: var(--green); font: 900 1.55rem Roboto, sans-serif; }
.timeline p { margin: 6px 0 0; }
.case-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 30px; margin-top: 44px; }
.case-grid article { padding: 38px; border-radius: var(--radius); background: var(--soft); }
.case-number { margin: 0; color: var(--green); font: 900 3rem/1 Roboto, sans-serif; }

.testimonial { max-width: 940px; margin: auto; }
.testimonial-slide { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 55px; }
.testimonial-slide[hidden] { display: none; }
.testimonial-slide img { width: 300px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.testimonial blockquote { margin: 0 0 24px; color: var(--blue); font: 600 clamp(1.25rem, 2.4vw, 1.8rem)/1.5 Roboto, sans-serif; }
.testimonial strong, .testimonial span { display: block; }
.testimonial span { color: var(--green); }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 32px; }
.carousel-controls button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--forest); color: white; font-size: 1.2rem; cursor: pointer; }
.food-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.plate-tabs > article { margin-bottom: 55px; }
.plate-tabs h2 { color: var(--green); text-align: center; }
.food-grid > div { padding: 25px; border-radius: var(--radius); background: var(--soft); }
.food-grid strong { display: block; color: var(--sky); font: 900 2.5rem Roboto, sans-serif; }
.spice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; text-align: center; }
.spice-grid article { overflow: hidden; border-radius: var(--radius); background: white; color: var(--ink); }
.spice-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.spice-grid h3 { margin: 20px 18px 5px; }
.spice-grid p { margin-inline: 18px; }
.book-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 42px; }
.book-grid article { padding: 20px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.book-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.book-grid span { color: var(--green); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.book-grid h3 { font-size: 1rem; }
.book-grid a { color: var(--sky); font-weight: 800; text-transform: uppercase; }
.faq-list details { border-bottom: 1px solid #dce4dc; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; cursor: pointer; font: 700 1.12rem Roboto, sans-serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 1.6rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 40px 18px 0; color: var(--muted); }
.contact-cta { margin-top: 58px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd8d1; border-radius: 12px; background: var(--soft); padding: 14px 16px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(13,159,221,.2); border-color: var(--sky); }
.form-status { align-self: center; margin: 0; color: var(--green); }
.links-page { min-height: 70vh; padding: 80px 0; background: linear-gradient(160deg, var(--forest), #174b29); color: white; }
.links-page img { width: 240px; margin: 0 auto 36px; filter: drop-shadow(0 12px 20px rgba(0,0,0,.25)); }
.link-stack { display: grid; gap: 16px; }
.link-stack a { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(255,255,255,.08); font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.link-stack a:hover { background: rgba(255,255,255,.17); transform: translateY(-2px); }

.article-shell { max-width: 860px; }
.article header { text-align: center; }
.article header h1 { color: var(--green); }
.article header time { color: var(--muted); }
.article-intro { margin-top: 25px; font-size: 1.2rem; font-weight: 700; }
.article-cover { width: 100%; max-height: 520px; margin: 40px 0; border-radius: var(--radius); object-fit: cover; }
.article-body { font-size: 1.05rem; }
.article-body h2 { margin-top: 45px; color: var(--green); }
.timeline-detail { min-height: 60vh; background: var(--soft); text-align: center; }
.timeline-year { display: block; margin-top: 40px; color: var(--green); font: 900 clamp(3rem, 10vw, 7rem)/1 Roboto, sans-serif; }
.timeline-detail h1 { margin-top: 28px; font-size: clamp(2rem, 4vw, 3.6rem); }
.timeline-mark { margin: 30px 0; color: var(--leaf); font-size: 2rem; }

.join { padding: clamp(64px, 8vw, 96px) 0; background: linear-gradient(135deg, #034a4b 0%, #058a8f 100%); color: white; }
.join-inner { display: grid; grid-template-columns: minmax(250px, .72fr) 1.28fr; align-items: center; gap: clamp(44px, 8vw, 100px); color: inherit; text-decoration: none; }
.club-lockup { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 .2em; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(3.4rem, 8vw, 7rem); font-weight: 800; letter-spacing: -.075em; line-height: .82; }
.club-lockup span, .club-lockup strong { display: block; }
.club-lockup strong { color: #b9ef68; }
.join-copy { max-width: 680px; }
.join-kicker { display: inline-flex; margin-bottom: 16px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #b9ef68; font: 800 .72rem "Plus Jakarta Sans", sans-serif; letter-spacing: .15em; }
.join h2 { color: white; font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -.035em; }
.join p { color: rgba(255,255,255,.84); font-size: 1.05rem; }
.club-button { background: #b9ef68; color: #034a4b; }
.club-button b { margin-left: 12px; font-size: 1.2rem; }
.join-inner:hover .club-button { transform: translateY(-2px); background: #d0fa91; }
.footer { background: var(--forest); color: rgba(255,255,255,.78); }
.footer-simple { display: flex; max-width: 620px; flex-direction: column; align-items: center; padding-top: 46px; padding-bottom: 46px; text-align: center; }
.footer-simple > a:first-child { display: inline-flex; }
.svb-logo { width: 118px; filter: brightness(0) invert(1); }
.footer-simple p { max-width: 560px; margin: 18px auto; font-size: .82rem; line-height: 1.7; }
.footer-join { display: inline-flex; color: var(--yellow); font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-join:hover { color: white; }

@media (max-width: 1000px) {
  .nav-wrap { min-height: 86px; grid-template-columns: 1fr auto auto; }
  .brand img { width: 178px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: white; box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .main-nav a::after { display: none; }
  .impact-grid, .spice-grid { grid-template-columns: repeat(2, 1fr); }
  .support-grid, .support-grid.all { grid-template-columns: repeat(4, 1fr); }
  .book-grid { grid-template-columns: repeat(3, 1fr); }
  .food-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 30px, 1180px); }
  .utility-inner { justify-content: center; min-height: 44px; }
  .utility-inner > a { display: none; }
  .utility-inner > div { gap: 12px; }
  .nav-wrap { min-height: 84px; grid-template-columns: 1fr auto; }
  .social { display: none; }
  .hero-image { background-size: cover; background-repeat: no-repeat; }
  .split, .reason-grid, .news-grid, .case-grid, .join-inner, .testimonial-slide { grid-template-columns: 1fr; }
  .split { gap: 34px; }
  .split.reverse > img { order: 2; }
  .impact-grid, .spice-grid, .food-grid, .book-grid { grid-template-columns: 1fr; }
  .support-grid, .support-grid.all { grid-template-columns: repeat(2, 1fr); }
  .timeline::before { left: 8px; }
  .timeline article, .timeline article:nth-child(even) { width: 100%; margin-left: 0; padding: 0 0 35px 42px; text-align: left; }
  .timeline article::after, .timeline article:nth-child(even)::after { right: auto; left: 0; }
  .testimonial-slide { text-align: center; }
  .testimonial-slide img { width: 220px; margin: auto; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(4) { grid-column: auto; }
  .join-inner { text-align: center; }
  .club-lockup { justify-content: center; }
  .footer-simple { padding-top: 38px; padding-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
