:root {
  --ink: #304d39;
  --text: #424d40;
  --muted: #65715f;
  --paper: #fffdf7;
  --cream: #f5f2e8;
  --line: #d9ddce;
  --leaf: #e9eedf;
  --ochre: #98643e;
}
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { background: var(--paper); color: var(--text); }
main { background: transparent; max-width: 1120px; margin: 0 auto; padding: 58px 30px 80px; }
main p { text-align: left; margin: 16px 0 0; line-height: 1.85; }
main a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #98aa8d; }
main a:hover { color: #714b30; text-decoration-color: currentColor; }
main h1, main h2, main h3, main h4 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--ink); line-height: 1.2; text-wrap: balance; }
main h2 { font-size: clamp(2.25rem, 4vw, 3.3rem); letter-spacing: -.035em; margin: 0; }
main h3 { font-size: clamp(1.6rem, 2.7vw, 2.05rem); letter-spacing: -.02em; margin: 0; }
main h4 { font-size: 1.3rem; margin: 24px 0 10px; }
main img { display: block; max-width: 100%; height: auto; margin: 0; border-radius: 6px; }
main ul, main ol { padding-left: 24px; margin-top: 16px; line-height: 1.8; }
main li + li { margin-top: 8px; }
main figure { margin: 0; }
main figcaption { font-size: .8rem; line-height: 1.65; color: var(--muted); margin-top: 12px; }
main small, .muted { color: var(--muted); }
main address { font-style: normal; line-height: 1.8; }
main section { scroll-margin-top: 24px; }
main :focus-visible, .skip-link:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 5; padding: 12px 18px; background: var(--paper); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.page-heading { margin-bottom: 36px; max-width: 790px; }
main .eyebrow { color: var(--ochre); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; line-height: 1.6; margin: 0 0 12px; }
main .lead { font-size: 1.08rem; line-height: 1.85; max-width: 690px; color: #596550; }
.section { margin-top: 64px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-bottom: 25px; }
.section-heading > a { font-size: .85rem; padding: 8px 0; }
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.split > *, .grid > *, .news-grid > * { min-width: 0; }
.split-top { align-items: start; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
main .button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 46px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: #fffdf4; text-decoration: none; font-size: .86rem; font-weight: 650; line-height: 1.5; }
main .button:hover { background: #466345; border-color: #466345; color: white; }
main .button.secondary { color: var(--ink); background: transparent; border-color: #a5b099; }
main .button.secondary:hover { background: var(--leaf); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 24px; }
.actions > a:not(.button) { padding: 10px 0; font-size: .9rem; }
.paper-panel { padding: 30px; background: var(--cream); border: 1px solid #e5e3d5; border-radius: 6px; }
.leaf-panel { background: var(--leaf); border-color: #d5ddc9; }
.note { border-left: 3px solid #a8b596; padding: 8px 0 8px 22px; }
.note p:first-child, .paper-panel > p:first-child { margin-top: 0; }
.breadcrumb { font-size: .83rem; margin-bottom: 26px; }
.hero-photo { aspect-ratio: 5 / 4; object-fit: cover; }
.home-intro { padding: 2px 0 16px; gap: 64px; }
.home-intro h2 { font-size: clamp(2.6rem, 4.2vw, 3.8rem); }
.home-photo { position: relative; padding: 0 12px 16px 0; }
.home-photo::before { content: ''; position: absolute; inset: 18px 0 0 18px; border: 1px solid #bec7af; border-radius: 6px; z-index: -1; }
.home-photo img { aspect-ratio: 5 / 4; object-fit: cover; }
.home-photo figcaption { font-family: Georgia, serif; font-style: italic; font-size: .95rem; }
.activity-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
main .activity-card { text-decoration: none; display: block; }
.activity-card img { aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 20px; }
.activity-card h3 { font-size: 1.5rem; }
.activity-card p { font-size: .85rem; line-height: 1.75; color: var(--muted); margin-top: 10px; }
.activity-card .text-link { display: inline-block; font-size: .8rem; margin-top: 14px; text-decoration: underline; text-underline-offset: 4px; }
.activity-card:hover h3, .news-card a:hover h3 { color: #885b37; }
.membership { padding: 38px 42px; background: var(--leaf); border-radius: 6px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: center; }
.membership p { font-size: .92rem; }
.membership .membership-action { border-left: 1px solid #bfcab0; padding-left: 36px; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 28px; }
.news-card { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
main .news-card a { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.news-image { aspect-ratio: 4 / 3; background: #eeeee2; border-radius: 5px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.news-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 0; }
.news-image-empty { background: var(--leaf); flex-direction: column; gap: 12px; }
.news-image-empty span { font: italic 1.6rem Georgia, serif; color: #586c48; }
.news-image-empty small { letter-spacing: .15em; text-transform: uppercase; font-size: .65rem; }
.news-card time { font-size: .74rem; color: var(--muted); display: block; margin-bottom: 10px; }
.news-card h3 { font-size: 1.45rem; line-height: 1.3; overflow-wrap: anywhere; }
.news-card p { font-size: .86rem; line-height: 1.75; color: var(--muted); margin-top: 12px; }
.news-card .read-more { display: block; padding-top: 20px; margin-top: auto; color: var(--ink); font-size: .8rem; font-weight: 650; }
.filter-bar { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.year-links { display: flex; flex-wrap: wrap; gap: 8px; }
main .year-links a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 4px; font-size: .88rem; text-decoration: none; }
.year-links a small { font-size: .67rem; }
main .year-links a[aria-current] { background: var(--ink); color: white; border-color: var(--ink); }
.year-links a[aria-current] small { color: #d8e0cf; }
.search-form { display: flex; align-items: end; gap: 8px; flex-wrap: wrap; }
.search-form label { display: block; font-size: .75rem; margin-bottom: 6px; color: var(--muted); }
input[type=search] { font: inherit; font-size: .9rem; color: var(--text); background: white; border: 1px solid #a8b49e; border-radius: 4px; padding: 12px; width: 245px; max-width: 100%; min-height: 46px; }
button { cursor: pointer; font: inherit; }
main .result-count { font-size: .8rem; color: var(--muted); margin: 0 0 28px; }
.empty-state { padding: 40px; background: var(--cream); border-radius: 6px; }
.news-bottom { margin-top: 40px; font-size: .9rem; }
.article-page main { max-width: 880px; }
.article-page .page-heading { margin-bottom: 20px; }
.article-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; font-size: .85rem; }
.article-body { padding-top: 16px; overflow-wrap: anywhere; }
.article-body img { width: auto !important; max-width: 100% !important; max-height: 1050px; object-fit: contain; margin: 24px auto; }
.article-body h3 { margin-top: 30px; }
.article-body a:has(img) { display: block; }
.article-body table { max-width: 100%; }
.article-back { padding-top: 28px; margin-top: 36px; border-top: 1px solid var(--line); }
.agenda-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; align-items: start; margin-top: 36px; }
.agenda-sidebar h3 { font-size: 1.5rem; }
.agenda-sidebar p { font-size: .87rem; line-height: 1.8; }
.agenda-sidebar .documents { margin-top: 22px; }
.month-group + .month-group { margin-top: 36px; }
.month-group > h3 { font: .76rem 'Manrope Variable', sans-serif; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--ochre); }
.event-card { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.date-time { text-align: center; color: var(--ink); }
.date-time .day { display: block; font: 2.3rem Georgia, serif; }
.date-time .month { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.event-card h4 { font-size: 1.25rem; margin: 0; }
.event-card p { font-size: .84rem; line-height: 1.7; margin-top: 7px; }
.event-status { display: inline-block; border: 1px solid #d5daca; border-radius: 3px; padding: 3px 7px; font-size: .65rem; margin-top: 12px; color: #68705f; }
.future-event .event-status { color: #345034; background: var(--leaf); border-color: #bacaaa; }
.home-events .event-card { grid-template-columns: 65px 1fr; }
.documents { display: grid; gap: 12px; margin-top: 24px; }
main .document { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--cream); padding: 18px 20px; border: 1px solid #dfdfd0; border-radius: 4px; text-decoration: none; font-size: .9rem; line-height: 1.6; }
.document:hover { border-color: #9aa98b; }
.document small { display: block; font-size: .74rem; margin-top: 4px; }
.document .download-arrow { font-size: 1.4rem; flex-shrink: 0; }
.page-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; border-block: 1px solid var(--line); padding: 16px 0; margin: 32px 0; font-size: .85rem; }
.station-overview { align-items: stretch; gap: 26px; }
.station-overview .paper-panel { padding: 30px; }
main .phone { white-space: nowrap; display: inline-block; font-size: 1.55rem; font-weight: 700; margin-top: 18px; text-decoration-thickness: 1px; }
.station-details { max-width: 800px; }
.station-details > section + section { margin-top: 40px; }
main details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: -1px; padding: 0 22px; }
main summary { cursor: pointer; padding: 22px 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.4; }
main details > :last-child:not(summary) { margin-bottom: 24px; }
.safety { padding: 26px; border-left: 4px solid #9a6e44; background: #f4eee1; margin: 25px 0; }
.safety .safety-icons { display: flex; gap: 14px; margin-bottom: 20px; }
.safety img { width: 58px; height: 58px; object-fit: contain; }
.table-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: 5px; }
.price-table { border-collapse: collapse; width: 100%; font-size: .9rem; line-height: 1.6; }
.price-table caption { text-align: left; padding: 16px 20px; font-weight: 650; background: var(--leaf); color: var(--ink); }
.price-table td, .price-table th { padding: 14px 20px; border-bottom: 1px solid #e2e4d8; text-align: left; }
.price-table tr:last-child td { border-bottom: none; }
.price-table th { background: var(--cream); font-weight: 650; }
.price-table td:last-child { text-align: right; white-space: nowrap; color: var(--ink); }
.price-table td small { display: block; }
main video { display: block; width: 100%; max-height: 560px; margin-top: 24px; border-radius: 6px; background: #263b2b; }
.station-video-feature { grid-template-columns: minmax(0, .8fr) minmax(0, 1.6fr); gap: 28px; padding: 28px; margin-bottom: 36px; background: var(--leaf); border: 1px solid var(--line); border-radius: 6px; }
.station-video-feature video { height: auto; max-height: none; aspect-ratio: 4 / 3; object-fit: contain; margin-top: 0; background: #000; }
.station-video-invitation { font-weight: 650; color: var(--ink); }
.station-photo { max-width: 760px; }
.alambic-page .phone { font-size: 1.1rem; }
.portrait { width: 100%; max-height: 580px; object-fit: cover; object-position: center; }
.photo-pair { margin-top: 36px; }
.photo-pair img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.contact-card { border-top: 2px solid #adbc9b; padding-top: 24px; }
.contact-card h3 { font-size: 1.55rem; }
.contact-card address { margin-top: 16px; font-size: .9rem; }
.contact-card .phone { font-size: 1.1rem; }
.history { list-style: none; padding: 0 !important; max-width: 820px; }
.history li { display: grid; grid-template-columns: 95px 1fr; gap: 28px; border-top: 1px solid var(--line); padding: 25px 0; margin: 0 !important; align-items: baseline; }
.history .year { font: 2rem Georgia, serif; color: #7f633d; }
.missions { list-style: none; padding: 0 !important; counter-reset: mission; }
.missions li { counter-increment: mission; display: grid; grid-template-columns: 60px 1fr; align-items: start; gap: 22px; border-top: 1px solid var(--line); padding: 25px 0; margin: 0; }
.missions li::before { content: '0' counter(mission); font: 2rem Georgia, serif; color: #8a774f; }
.missions h3 { font-size: 1.5rem; }
.missions p { margin-top: 10px; }
.plantation-plan { max-width: 750px; margin: 0 auto 36px; }
.plantation-plan img { border: 1px solid var(--line); background: white; }
.plantation-search { padding: 24px; background: var(--leaf); border-radius: 5px; margin: 30px 0; }
.plantation-search label { display: block; font-size: .9rem; margin-bottom: 12px; }
.plantation-search input { width: 100%; }
main .plantation-search p { font-size: .8rem; margin-top: 12px; }
.plantation-rows summary small { display: block; font-family: 'Manrope Variable', sans-serif; font-size: .8rem; margin-top: 5px; }
.plantation-rows ol { columns: 3; column-gap: 45px; padding-left: 36px; font-size: .88rem; }
.plantation-rows li { break-inside: avoid; padding: 4px 0 4px 6px; margin: 0; }
.plantation-rows li::marker { color: #7d714f; font-weight: 650; }
.plantation-variety-link { display: block; font-size: .75rem; margin: 3px 0 6px; }
@media (max-width: 900px) {
  .split { gap: 30px; }
  .activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-news .news-card:last-child { grid-column: auto; }
  .agenda-layout { grid-template-columns: 1fr; }
  .agenda-sidebar .paper-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .membership { padding: 32px; gap: 30px; }
  .plantation-rows ol { columns: 2; }
}
@media (max-width: 620px) {
  main { padding: 36px 22px 52px; }
  .page-heading { margin-bottom: 28px; }
  .split, .grid, .news-grid, .membership { grid-template-columns: 1fr; }
  .split { gap: 28px; }
  .home-intro { gap: 32px; }
  .home-intro h2 { font-size: 2.65rem; }
  .home-photo img { aspect-ratio: 4 / 3; }
  .section { margin-top: 44px; }
  .section-heading { gap: 10px; margin-bottom: 22px; }
  main .lead { font-size: 1rem; }
  .activity-grid { gap: 28px 18px; }
  .activity-card h3 { font-size: 1.3rem; }
  .activity-card p { font-size: .8rem; }
  .activity-card img { margin-bottom: 14px; }
  .paper-panel, .station-overview .paper-panel { padding: 24px; }
  .membership { padding: 26px; gap: 22px; }
  .membership .membership-action { border-left: 0; border-top: 1px solid #bfcab0; padding: 24px 0 0; }
  .membership-action p:first-child { margin-top: 0; }
  .news-grid { gap: 28px; }
  .news-image { aspect-ratio: 4 / 3; }
  .news-card h3 { font-size: 1.6rem; }
  .search-form { width: 100%; flex-wrap: nowrap; }
  .search-form > div { flex: 1; min-width: 0; }
  .search-form input { width: 100%; }
  .year-links { gap: 7px; }
  main .year-links a { padding: 10px 12px; }
  .agenda-sidebar .paper-panel { display: block; }
  .agenda-sidebar .paper-panel > div + div { margin-top: 24px; }
  .event-card { gap: 16px; grid-template-columns: 52px 1fr; }
  .history li { grid-template-columns: 65px 1fr; gap: 18px; font-size: .92rem; }
  .history .year { font-size: 1.55rem; }
  .missions li { grid-template-columns: 36px 1fr; gap: 16px; }
  .missions li::before { font-size: 1.6rem; }
  .plantation-rows ol { columns: 1; }
  main details { padding: 0 12px; }
  .price-table td, .price-table th { padding: 12px; font-size: .82rem; }
  .price-table td:last-child { white-space: normal; min-width: 100px; }
  .portrait { max-height: 480px; object-fit: contain; background: var(--cream); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  header[data-header], footer[data-footer], .skip-link, .filter-bar, .page-nav, .plantation-search, .actions, video { display: none; }
  main { max-width: none; padding: 0; }
  .split, .agenda-layout { display: block; }
  .section { margin-top: 28px; }
  .news-card, .event-card, figure { break-inside: avoid; }
  body { background: white; color: black; }
}
