:root {
  --ink: #172326;
  --muted: #667174;
  --paper: #f7f5f0;
  --paper-deep: #efede7;
  --white: #ffffff;
  --teal: #006879;
  --teal-dark: #00505e;
  --teal-soft: #dbe9e8;
  --wine: #8d102b;
  --wine-dark: #65091d;
  --gold: #d6a900;
  --line: #d9d8d2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Arial, sans-serif;
  --max: 1240px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.display { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lede { color: #3c4a4e; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(247, 245, 240, .93); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 9px 30px rgba(13, 48, 54, .07); }
.nav-shell { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 206px; height: 78px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 25px; font-size: .91rem; font-weight: 650; }
.desktop-nav > a { position: relative; padding: 12px 0; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; right: 100%; bottom: 7px; left: 0; height: 1px; background: var(--teal); transition: right .25s; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after { right: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 12px; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-wine { border-color: var(--wine); background: var(--wine); color: white; }
.button-wine:hover { background: var(--wine-dark); }
.button-teal { border-color: var(--teal); background: var(--teal); color: white; }
.text-link { display: inline-block; border-bottom: 1px solid var(--teal); padding-bottom: 3px; font-weight: 800; }
.text-link::after { content: " →"; color: var(--gold); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: .25s; }

.hero { padding: clamp(45px, 7vw, 94px) 0 54px; }
.hero-grid { display: grid; grid-template-columns: 5.25fr 6.75fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.hero h1 { max-width: 9.4ch; font-size: clamp(3.35rem, 5.35vw, 5.65rem); }
.hero .lede { max-width: 530px; margin: 26px 0 0; }
.actions { display: flex; align-items: center; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
.image-placeholder { position: relative; min-height: 555px; overflow: hidden; display: grid; place-items: center; border-radius: 26px 4px 26px 4px; background: radial-gradient(circle at 72% 24%, rgba(255,255,255,.4) 0 6%, transparent 6.3%), radial-gradient(circle at 20% 78%, rgba(214,169,0,.26), transparent 35%), linear-gradient(145deg, #d9e3dc, #78978b 56%, #315c62); box-shadow: 18px 18px 0 #ece8de; }
.image-placeholder::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.68); }
.image-placeholder::after { content: ""; position: absolute; width: 90px; height: 90px; top: 46px; right: 46px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: inset 0 0 0 13px rgba(255,255,255,.12); }
.placeholder-label { position: relative; z-index: 1; max-width: 245px; padding: 16px 19px; background: rgba(247,245,240,.94); color: var(--ink); font-size: .78rem; line-height: 1.45; text-align: center; }
.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 46px; border-block: 1px solid var(--line); }
.quick-links a { padding: 22px 4px; font-size: .88rem; }
.quick-links a::after { content: "→"; float: right; color: var(--gold); }

.intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 10vw; align-items: start; }
.intro-grid h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); }
.intro-grid .lede { margin: 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 45px; }
.section-head h2 { font-size: clamp(2.6rem, 4.4vw, 4.5rem); }
.section-head > p { max-width: 510px; margin: 0; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.program-card { overflow: hidden; border-radius: 18px; background: white; transition: transform .28s var(--ease), box-shadow .28s; }
.program-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(13, 48, 54, .1); }
.program-card:nth-child(4), .program-card:nth-child(5) { grid-column: span 1; }
.card-placeholder { min-height: 265px; display: grid; place-items: end start; padding: 18px; background: linear-gradient(145deg, #d6dfd8, #8aa096); color: white; }
.program-card:nth-child(2) .card-placeholder { background: linear-gradient(145deg, #c9d7df, #7390a2); }
.program-card:nth-child(3) .card-placeholder { background: linear-gradient(145deg, #decfd3, #9e7180); }
.program-card:nth-child(4) .card-placeholder { background: linear-gradient(145deg, #e0dac0, #a9965d); }
.program-card:nth-child(5) .card-placeholder { background: linear-gradient(145deg, #d0dde0, #65838a); }
.program-card:nth-child(6) .card-placeholder { background: linear-gradient(145deg, #d4dfcd, #52745e); }
.card-placeholder span { padding: 7px 10px; background: rgba(23,35,38,.76); font-size: .72rem; }
.program-copy { padding: 28px 29px 34px; }
.program-number { color: var(--teal); font-size: .75rem; font-weight: 800; }
.program-card h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; line-height: 1.12; }
.program-card p { color: var(--muted); }

.site-footer { margin-top: 0; padding: 64px 0 28px; background: var(--teal-dark); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 52px; }
.footer-brand { background: white; width: 220px; padding: 10px; border-radius: 12px; }
.site-footer h3 { margin: 0 0 15px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a { display: block; margin: 7px 0; color: rgba(255,255,255,.78); font-size: .91rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.65); font-size: .76rem; }

[data-reveal] { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .nav-shell { min-height: 80px; }
  .brand img { width: 165px; height: 66px; }
  .menu-toggle { display: block; }
  .desktop-nav { position: fixed; inset: 80px 0 0; z-index: 90; padding: 38px 24px; flex-direction: column; align-items: flex-start; gap: 12px; background: var(--paper); transform: translateX(100%); transition: transform .3s var(--ease); }
  .desktop-nav.open { transform: none; }
  .desktop-nav > a { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
  .hero-grid, .intro-grid { grid-template-columns: 1fr; }
  .image-placeholder { min-height: 480px; order: -1; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .section { padding: 68px 0; }
  .hero { padding-top: 25px; }
  .hero h1 { font-size: 3.45rem; }
  .image-placeholder { min-height: 390px; box-shadow: 9px 9px 0 #ece8de; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a { border-bottom: 1px solid var(--line); }
  .section-head { align-items: flex-start; flex-direction: column; }
  .program-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Expanded multi-page website */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.topline { background: var(--teal-dark); color: white; font-size: .75rem; }
.topline .wrap { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topline-contact { display: flex; gap: 23px; color: rgba(255,255,255,.8); }
.topline-note { color: #f0d75d; font-weight: 700; letter-spacing: .04em; }
.site-header { top: 0; }
.site-header.with-topline .nav-shell { min-height: 88px; }
.nav-group { position: relative; }
.nav-group-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: .91rem; font-weight: 650; cursor: pointer; }
.nav-group-toggle::after { content: "+"; color: var(--teal); font-size: 1.1rem; font-weight: 400; transition: transform .2s; }
.nav-group.open .nav-group-toggle::after { transform: rotate(45deg); }
.nav-dropdown { position: absolute; top: calc(100% + 8px); left: -24px; width: 280px; padding: 13px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 55px rgba(13,48,54,.13); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s var(--ease); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown, .nav-group.open .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown a { display: block; padding: 11px 12px; font-weight: 650; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: var(--paper); color: var(--teal); }
.nav-cart { position: relative; display: inline-flex !important; align-items: center; gap: 7px; }
.cart-count { min-width: 20px; height: 20px; display: inline-grid; place-items: center; padding: 0 5px; border-radius: 50%; background: var(--teal); color: white; font-size: .69rem; }
.desktop-nav .button { min-height: 44px; padding-inline: 20px; border: 0; }
.active-link { color: var(--wine); }

.page-hero { padding: clamp(42px,6vw,82px) 0 clamp(70px,8vw,110px); }
.page-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px,7vw,100px); align-items: center; }
.page-hero-copy h1 { max-width: 10ch; font-size: clamp(3.25rem,6vw,6rem); }
.page-hero-copy .lede { max-width: 570px; margin-top: 26px; }
.page-hero .image-placeholder { min-height: 510px; }
.breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: .78rem; }
.breadcrumb a { border-bottom: 1px solid var(--line); }
.breadcrumb span { margin: 0 8px; color: var(--gold); }
.soft-section { background: var(--paper-deep); }
.white-section { background: white; }
.dark-section { background: var(--teal-dark); color: white; }
.dark-section .eyebrow { color: #f1d661; }
.dark-section .lede, .dark-section p { color: rgba(255,255,255,.78); }
.wine-section { background: var(--wine); color: white; }
.wine-section .eyebrow { color: #f4d86a; }
.narrow { width: min(calc(100% - 48px), 860px); margin-inline: auto; }
.large-quote { font-family: var(--serif); font-size: clamp(2rem,4.2vw,4.15rem); line-height: 1.13; letter-spacing: -.025em; }

.manifesto { display: grid; grid-template-columns: 1.4fr .8fr; min-height: 690px; background: var(--teal-dark); color: white; }
.manifesto .image-placeholder { min-height: 690px; box-shadow: none; background: linear-gradient(145deg,#557b78,#193f48); }
.manifesto-copy { align-self: end; padding: clamp(46px,6vw,88px); }
.manifesto-copy .eyebrow { color: #f0d75d; }
.manifesto-copy h2 { max-width: 9.5ch; font-size: clamp(2.8rem,5vw,5.15rem); }
.manifesto-copy .text-link { margin-top: 25px; border-color: rgba(255,255,255,.7); }
.manifesto-copy .text-link::after { color: #f0d75d; }
.manifesto-copy a { color: white; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.value-card { padding: 42px 36px 48px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-mark { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 35px; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-family: var(--serif); font-size: 1.25rem; }
.value-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.value-card p { color: var(--muted); }

.trust-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; }
.trust-intro { position: sticky; top: 155px; align-self: start; }
.trust-intro h2 { font-size: clamp(2.6rem,4.5vw,4.5rem); }
.accordion-list { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-button { width: 100%; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; padding: 24px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.accordion-index { color: var(--teal); font-size: .76rem; font-weight: 800; }
.accordion-button strong { font-size: 1rem; }
.accordion-plus { font-size: 1.55rem; font-weight: 300; transition: transform .25s; }
.accordion-button[aria-expanded="true"] .accordion-plus { transform: rotate(45deg); }
.accordion-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.accordion-answer > div { overflow: hidden; }
.accordion-answer p { max-width: 700px; margin: 0 52px 28px; color: var(--muted); }
.accordion-item.open .accordion-answer { grid-template-rows: 1fr; }

.action-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.action-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: white; border-radius: 16px; border-top: 4px solid var(--teal); transition: transform .25s, box-shadow .25s; }
.action-card:nth-child(2) { border-color: var(--wine); }
.action-card:nth-child(3) { border-color: var(--gold); }
.action-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(13,48,54,.1); }
.action-card h3 { margin: 12px 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.action-card p { color: var(--muted); }
.action-arrow { color: var(--teal); font-size: 1.5rem; }
.gallery-preview { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-auto-rows: 245px; gap: 16px; }
.gallery-preview .gallery-tile:first-child { grid-row: span 2; }
.gallery-preview .gallery-tile:last-child { grid-column: span 2; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.split-feature .image-placeholder { min-height: 560px; box-shadow: none; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px,7vw,90px); background: white; }
.split-copy h2 { font-size: clamp(2.6rem,4.6vw,4.65rem); }
.split-copy p { color: var(--muted); }

.about-story { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: start; }
.about-story .image-placeholder { min-height: 520px; }
.rich-copy h2 { margin: 0 0 25px; font-size: clamp(2.5rem,4vw,4rem); }
.rich-copy h3 { margin: 42px 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.rich-copy p { color: #435155; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); }
.mission-card { padding: clamp(45px,6vw,78px); background: var(--teal-dark); }
.mission-card h2 { font-size: clamp(2.7rem,4vw,4.2rem); }
.mission-card p { font-size: 1.08rem; }
.bullet-list { list-style: none; margin: 28px 0 0; padding: 0; }
.bullet-list li { position: relative; margin: 14px 0; padding-left: 28px; color: #435155; }
.bullet-list li::before { content: ""; position: absolute; left: 0; top: .75em; width: 10px; height: 1px; background: var(--gold); }
.dark-section .bullet-list li { color: rgba(255,255,255,.82); }

.program-overview { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; align-items: start; }
.program-overview h2 { font-size: clamp(2.7rem,4.6vw,4.6rem); }
.program-overview-copy { font-size: 1.04rem; }
.program-overview-copy p { margin-top: 0; color: #435155; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pillar-card { padding: 34px 32px 38px; background: white; border-radius: 16px; border-top: 3px solid var(--teal); }
.pillar-card:nth-child(2) { border-color: var(--wine); }
.pillar-card:nth-child(3) { border-color: var(--gold); }
.pillar-card h3 { margin: 14px 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.15; }
.pillar-card p, .pillar-card li { color: var(--muted); }
.support-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; }
.support-band h2 { font-size: clamp(2.8rem,5vw,5.1rem); }
.support-options { border-top: 1px solid rgba(255,255,255,.28); }
.support-option { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.support-option span { color: #f0d75d; font-size: .78rem; font-weight: 800; }

.involve-intro { max-width: 860px; }
.involve-intro h2 { font-size: clamp(2.8rem,5vw,5.2rem); }
.involve-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-top: 50px; }
.involve-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 24px; border: 1px solid var(--line); border-radius: 16px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: .25s; }
.involve-card:hover, .involve-card.active { border-color: var(--teal); background: white; transform: translateY(-5px); box-shadow: 0 15px 35px rgba(13,48,54,.09); }
.involve-card-index { color: var(--teal); font-size: .72rem; font-weight: 800; }
.involve-card h3 { margin: 22px 0 9px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.involve-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.involve-card .action-arrow { margin-top: 24px; }
.participation-stage { margin-top: 32px; padding: clamp(32px,5vw,70px); border-radius: 24px; background: white; }
.participation-panel { display: none; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: start; }
.participation-panel.active { display: grid; }
.panel-copy h2 { font-size: clamp(2.5rem,4vw,4rem); }
.panel-copy p { color: var(--muted); }
.form-card { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 18px 45px rgba(13,48,54,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .fieldset legend { color: var(--ink); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #c9cbc7; border-radius: 10px; background: white; color: var(--ink); }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(0,104,121,.25); border-color: var(--teal); }
.fieldset { grid-column: 1 / -1; margin: 0; padding: 0; border: 0; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.check-option { display: flex; gap: 9px; align-items: flex-start; font-size: .88rem; }
.check-option input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--teal); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .78rem; }
.form-success { display: none; padding: 30px; border-left: 4px solid var(--teal); border-radius: 14px; background: var(--teal-soft); }
.form-success.show { display: block; }
.form-success h3 { margin-top: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.contact-details h2 { font-size: clamp(2.6rem,4.5vw,4.5rem); }
.contact-list { margin-top: 38px; border-top: 1px solid var(--line); }
.contact-row { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row span { display: block; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-placeholder { min-height: 420px; display: grid; place-items: center; background: repeating-linear-gradient(45deg,#dae5e2 0,#dae5e2 18px,#d1dedb 18px,#d1dedb 36px); }
.map-pin { width: 135px; padding: 17px; border-radius: 14px; background: white; box-shadow: 0 15px 35px rgba(13,48,54,.12); text-align: center; }
.map-pin strong { display: block; color: var(--teal); }

.gallery-page { background: var(--paper-deep); }
.filter-bar { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; }
.filter-button { min-height: 43px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; }
.filter-button.active { border-color: var(--ink); background: var(--ink); color: white; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr 1.25fr; grid-auto-rows: 245px; gap: 16px; }
.gallery-tile { position: relative; overflow: hidden; display: grid; place-items: center; border: 0; border-radius: 16px; background: linear-gradient(145deg,#d4dfd8,#779387); color: white; text-align: left; cursor: zoom-in; }
.gallery-tile:nth-child(3n+2) { background: linear-gradient(145deg,#d5dce1,#728b9c); }
.gallery-tile:nth-child(3n) { background: linear-gradient(145deg,#dfd0d5,#966d79); }
.gallery-tile:nth-child(4) { grid-column: span 2; }
.gallery-tile:nth-child(6) { grid-row: span 2; }
.gallery-tile::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.55); transition: inset .35s; }
.gallery-tile:hover::before { inset: 22px; }
.gallery-tile-label { position: absolute; left: 18px; bottom: 18px; max-width: calc(100% - 36px); padding: 9px 12px; background: rgba(247,245,240,.94); color: var(--ink); font-size: .76rem; }
.gallery-tile.hidden { display: none; }

dialog { color: var(--ink); }
.modal { width: min(92vw, 760px); max-height: 88vh; padding: 0; border: 0; border-radius: 22px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(9,21,24,.82); backdrop-filter: blur(5px); }
.modal-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 23px 27px; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.modal-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 1.4rem; cursor: pointer; }
.modal-body { padding: 30px; overflow: auto; }
.lightbox-preview { min-height: 440px; display: grid; place-items: center; padding: 36px; border-radius: 14px; background: radial-gradient(circle at 75% 22%,rgba(255,255,255,.34),transparent 20%),linear-gradient(145deg,#d2dfd8,#6a8c80 65%,#244d55); color: white; text-align: center; }
.lightbox-preview h3 { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 400; line-height: 1.05; }

.shop-notice { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 42px; padding: 22px 25px; border-left: 4px solid var(--gold); background: #fff9df; }
.shop-notice strong { display: block; }
.shop-notice p { margin: 3px 0 0; color: #625d49; font-size: .88rem; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { overflow: hidden; border-radius: 18px; background: white; box-shadow: 0 14px 38px rgba(13,48,54,.05); }
.product-art { position: relative; min-height: 350px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#d9e3dc,#7d988d); }
.product-card:nth-child(3n+2) .product-art { background: linear-gradient(145deg,#dfd2d7,#986e7b); }
.product-card:nth-child(3n) .product-art { background: linear-gradient(145deg,#e4ddc5,#a3935e); }
.product-art::before { content: ""; width: 48%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: inset 0 0 0 18px rgba(255,255,255,.1); }
.sample-badge { position: absolute; top: 17px; left: 17px; padding: 6px 9px; background: var(--ink); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-info { padding: 24px; }
.product-info h2, .product-info h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.product-meta { color: var(--muted); font-size: .82rem; }
.product-price { margin: 16px 0; color: var(--teal); font-weight: 800; }
.product-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button-small { min-height: 42px; padding-inline: 16px; font-size: .82rem; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.product-detail .product-art { min-height: 610px; }
.product-detail-copy h1 { font-size: clamp(3rem,5vw,5rem); }
.product-detail-copy .product-price { font-size: 1.05rem; }
.product-detail-copy .field { max-width: 330px; margin: 25px 0; }
.quantity-row { display: flex; align-items: center; gap: 11px; margin: 20px 0; }
.quantity-row input { width: 80px; min-height: 48px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5vw; align-items: start; }
.cart-list { border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 22px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 110px; aspect-ratio: 1; display: grid; place-items: center; background: linear-gradient(145deg,#d8e2dc,#789488); color: white; font-size: .68rem; text-align: center; }
.cart-item h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.cart-item p { margin: 0; color: var(--muted); font-size: .8rem; }
.cart-controls { display: flex; align-items: center; gap: 9px; margin-top: 12px; }
.cart-controls button { min-width: 34px; height: 34px; border: 1px solid var(--line); background: white; cursor: pointer; }
.cart-controls .remove-item { width: auto; padding-inline: 10px; border: 0; color: var(--wine); text-decoration: underline; }
.order-summary { position: sticky; top: 150px; padding: 30px; border-radius: 16px; background: white; border-top: 4px solid var(--teal); box-shadow: 0 18px 45px rgba(13,48,54,.06); }
.order-summary h2 { margin-top: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary-row span:last-child { text-align: right; font-weight: 700; }
.empty-state { padding: 70px 30px; border: 1px solid var(--line); background: white; text-align: center; }
.empty-state h2 { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.checkout-form { padding: 34px; border-radius: 20px; background: white; }
.checkout-form h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.payment-placeholder { margin: 30px 0; padding: 22px; border: 1px dashed #aaa; background: var(--paper); }
.payment-placeholder strong { display: block; }
.payment-placeholder p { margin: 4px 0 0; color: var(--muted); font-size: .83rem; }
.whatsapp-button { position: fixed; right: 18px; bottom: 18px; z-index: 70; min-height: 50px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border-radius: 999px; background: #1d7f59; color: white; font-size: .82rem; font-weight: 800; box-shadow: 0 12px 34px rgba(0,0,0,.2); transition: transform .25s, background .25s; }
.whatsapp-button:hover { transform: translateY(-3px); background: #176b4b; }
.whatsapp-button span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: .62rem; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 150; max-width: calc(100% - 32px); padding: 13px 18px; background: var(--ink); color: white; transform: translate(-50%,30px); opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { transform: translate(-50%,0); opacity: 1; }
.cta-band { padding: clamp(70px,9vw,115px) 0; background: white; }
.cta-band-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; }
.cta-band h2 { font-size: clamp(3rem,5.5vw,5.5rem); }

.impact-section { overflow: hidden; background: #f2ead7; }
.impact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border-radius: 20px; overflow: hidden; background: rgba(23,35,38,.14); }
.impact-card { min-height: 225px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; background: #f8f3e8; }
.impact-card strong { color: var(--wine); font-family: var(--serif); font-size: clamp(3rem,5vw,5.2rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.impact-card span { max-width: 18ch; margin-top: 18px; color: #4e5658; font-size: .88rem; font-weight: 750; line-height: 1.4; }
.credential-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; align-items: center; }
.credential-grid h2 { font-size: clamp(3rem,5vw,5rem); }
.credential-points { margin-top: 38px; border-top: 1px solid var(--line); }
.credential-points > div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credential-points strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.credential-points span { color: var(--muted); font-size: .9rem; }
.credential-visual { position: relative; min-height: 525px; overflow: hidden; border: 12px solid white; border-radius: 18px; outline: 1px solid var(--line); background: radial-gradient(circle at 50% 30%,rgba(255,255,255,.8),transparent 22%),linear-gradient(145deg,#e9e2cc,#c8b87c 45%,#8e7c45); box-shadow: 0 28px 60px rgba(54,47,23,.16); }
.credential-visual::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(255,255,255,.74); }
.credential-visual::after { content: ""; position: absolute; left: 50%; bottom: 54px; width: 110px; aspect-ratio: 1; border: 2px solid rgba(101,9,29,.38); border-radius: 50%; transform: translateX(-50%); box-shadow: inset 0 0 0 12px rgba(255,255,255,.18); }
.summary-total { color: var(--teal-dark); font-size: 1.03rem; }
.summary-total span { font-weight: 850 !important; }
.payment-options { margin: 10px 0; padding: 0; border: 0; }
.payment-options legend { margin-bottom: 10px; font-size: .82rem; font-weight: 800; }
.payment-option { display: flex; align-items: flex-start; gap: 13px; margin-top: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--teal); background: var(--teal-soft); }
.payment-option input { margin-top: 6px; accent-color: var(--teal); }
.payment-option span { display: grid; }
.payment-option small { color: var(--muted); }

@media (max-width: 1100px) {
  .involve-cards { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 981px) {
  .hero { padding-top: clamp(24px, 2.8vw, 40px); }
  .page-hero { padding-top: clamp(26px, 3vw, 44px); }
}

@media (max-width: 980px) {
  .topline { display: none; }
  .site-header { background: var(--paper); backdrop-filter: none; }
  .site-header.with-topline .nav-shell { min-height: 80px; }
  .desktop-nav { overflow-y: auto; }
  .desktop-nav .nav-group { width: 100%; }
  .nav-group-toggle { width: 100%; justify-content: space-between; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
  .nav-dropdown { position: static; width: 100%; display: none; padding: 8px 0 8px 16px; border: 0; box-shadow: none; background: transparent; opacity: 1; visibility: visible; transform: none; }
  .nav-group.open .nav-dropdown { display: block; }
  .nav-dropdown a { font-family: var(--sans); font-size: .96rem; }
  .page-hero-grid, .program-overview, .trust-grid, .support-band, .about-story, .contact-grid, .product-detail, .cart-layout, .checkout-layout, .participation-panel.active, .cta-band-inner, .credential-grid { grid-template-columns: 1fr; }
  .hero-grid > div:last-child, .page-hero-grid > div:last-child { order: -1; }
  .page-hero .image-placeholder { min-height: 470px; order: -1; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto .image-placeholder { min-height: 540px; }
  .trust-intro, .order-summary { position: static; }
  .pillar-grid { grid-template-columns: 1fr; }
  .involve-cards { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tile:nth-child(4), .gallery-tile:nth-child(6) { grid-column: auto; grid-row: auto; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature .image-placeholder { min-height: 460px; }
  .mission-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .narrow { width: min(calc(100% - 32px), 860px); }
  .page-hero-copy h1 { font-size: 3.3rem; }
  .page-hero .image-placeholder { min-height: 380px; }
  .manifesto .image-placeholder { min-height: 390px; }
  .values-grid, .action-grid, .involve-cards, .product-grid, .impact-grid { grid-template-columns: 1fr; }
  .value-card { padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-preview, .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .gallery-preview .gallery-tile:first-child, .gallery-preview .gallery-tile:last-child { grid-row: auto; grid-column: auto; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .shop-notice { align-items: flex-start; flex-direction: column; }
  .product-art { min-height: 320px; }
  .product-detail .product-art { min-height: 430px; }
  .cart-item { grid-template-columns: 82px 1fr; align-items: start; }
  .cart-thumb { width: 82px; }
  .cart-item > :last-child { grid-column: 2; }
  .modal-body { padding: 22px; }
  .credential-points > div { grid-template-columns: 1fr; gap: 5px; }
  .credential-visual { min-height: 410px; }
  .whatsapp-button { right: 12px; bottom: 12px; width: 48px; min-height: 48px; justify-content: center; padding: 0; font-size: 0; }
  .whatsapp-button span { width: 26px; height: 26px; font-size: .62rem; }
}
