@font-face { font-family: "Lora"; src: url("assets/fonts/lora/lora-cyrillic.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Lora"; src: url("assets/fonts/lora/lora-latin.woff2") format("woff2"); font-display: swap; }
:root { --green:#0b4032; --green-soft:#e3ece5; --gold:#c4a657; --gold-soft:#f1e0a9; --paper:#f8f4eb; --paper-deep:#eee4d1; --white:#fffdf8; --ink:#14231d; --muted:#58645d; --line:#d8cebb; --danger:#a7392e; --shadow:0 16px 42px rgba(17,47,38,.13); --radius:7px; --font:"Lora",Georgia,serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--font); font-size:16px; line-height:1.55; } img { display:block; max-width:100%; } a { color:inherit; text-decoration:none; } button,input,select,textarea { font:inherit; } button { color:inherit; } .container { width:min(1180px,calc(100% - 48px)); margin:0 auto; } .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; z-index:100; top:12px; left:12px; transform:translateY(-180%); padding:10px 14px; background:var(--green); color:var(--white); } .skip-link:focus { transform:translateY(0); } .eyebrow { margin:0 0 17px; color:#876b26; font-size:12px; font-weight:700; line-height:1.2; } .eyebrow.light { color:var(--gold-soft); } .section { padding:112px 0; } .section-muted { background:#eee7d8; } .section-dark { background:var(--green); color:var(--white); } .section-paper { background:var(--paper-deep); } h1,h2,h3,p { margin-top:0; } h1,h2,h3 { letter-spacing:0; } h1 { max-width:770px; margin-bottom:4px; font-size:76px; line-height:.98; font-weight:700; } h2 { margin-bottom:0; font-size:58px; line-height:1.06; font-weight:700; } h3 { font-size:25px; line-height:1.18; } .section-lead { max-width:52ch; margin:0; color:var(--muted); font-size:20px; line-height:1.5; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:13px 24px; border:1px solid transparent; border-radius:var(--radius); font-weight:700; line-height:1.2; transition:transform 160ms ease,background-color 160ms ease,color 160ms ease; } .button:hover { transform:translateY(-2px); } .button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible { outline:3px solid #d5b95e; outline-offset:3px; } .button-gold { background:var(--gold-soft); color:var(--green); } .button-light { border-color:rgba(255,255,255,.72); background:rgba(255,255,255,.12); color:var(--white); } .button-green { background:var(--green); color:var(--white); cursor:pointer; } .text-link { display:inline-flex; gap:8px; margin-top:32px; padding-bottom:5px; border-bottom:1px solid var(--gold); color:var(--green); font-weight:700; } .text-link.light { color:var(--gold-soft); }
.site-header { position:sticky; z-index:30; top:0; border-bottom:1px solid rgba(216,206,187,.85); background:rgba(248,244,235,.96); backdrop-filter:blur(12px); } .header-row { display:flex; align-items:center; min-height:82px; gap:28px; } .brand { display:inline-flex; flex:0 0 auto; align-items:center; gap:10px; color:var(--green); line-height:.86; } .brand img { width:58px; height:58px; object-fit:contain; border:1px solid rgba(196,166,87,.65); border-radius:50%; clip-path:circle(50%); box-shadow:0 4px 12px rgba(17,47,38,.12); } .brand span { display:grid; gap:3px; } .brand strong { font-size:21px; font-weight:700; } .brand small { font-size:16px; font-weight:700; } .primary-navigation { display:flex; align-items:center; gap:20px; margin-left:auto; font-size:14px; } .primary-navigation > a,.nav-dropdown > button { padding:11px 0; border:0; background:transparent; cursor:pointer; white-space:nowrap; } .primary-navigation > a:hover,.nav-dropdown > button:hover { color:#8a6d28; } .nav-dropdown { position:relative; } .nav-dropdown > button span { display:inline-block; margin-left:3px; transition:transform 160ms ease; } .nav-dropdown.is-open > button span { transform:rotate(45deg); } .dropdown-menu { position:absolute; top:calc(100% + 8px); left:-14px; display:none; min-width:184px; padding:8px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); box-shadow:var(--shadow); } .nav-dropdown.is-open .dropdown-menu { display:grid; } .dropdown-menu a { padding:9px 10px; } .dropdown-menu a:hover { background:var(--green-soft); } .language-switcher { display:flex; border:1px solid var(--line); border-radius:4px; overflow:hidden; } .language-switcher button { min-width:37px; min-height:34px; border:0; background:transparent; color:var(--green); font-size:12px; font-weight:700; cursor:pointer; } .language-switcher button[aria-current="true"] { background:var(--gold-soft); } .header-cta { padding:11px 15px; border-radius:var(--radius); background:var(--gold-soft); color:var(--green); font-size:14px; font-weight:700; white-space:nowrap; } .menu-button,.mobile-only { display:none; }
.hero { position:relative; display:grid; min-height:730px; overflow:hidden; background:var(--green); color:var(--white); } .hero-media,.hero-shade { position:absolute; inset:0; width:100%; height:100%; } .hero-media { object-fit:contain; object-position:center; } .hero-shade { background:linear-gradient(90deg,rgba(8,49,39,.9) 0%,rgba(8,49,39,.62) 42%,rgba(8,49,39,.12) 75%); } .hero-content { position:relative; align-self:center; padding:136px 0 120px; } .hero-subtitle { margin:14px 0 30px; color:var(--gold-soft); font-size:28px; line-height:1.1; } .hero-lead { max-width:52ch; margin-bottom:38px; color:#f7f2e7; font-size:21px; line-height:1.43; } .hero-actions { display:flex; flex-wrap:wrap; gap:12px; } .language-status { min-height:24px; margin:18px 0 0; color:var(--gold-soft); font-size:13px; } .hero-scroll { position:absolute; bottom:27px; left:50%; display:grid; justify-items:center; gap:9px; color:var(--white); font-size:11px; transform:translateX(-50%); } .hero-scroll i { width:1px; height:38px; background:var(--gold-soft); }
.preamble { background:var(--white); } .preamble-intro { display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:end; padding-bottom:66px; } .preamble-intro .section-lead { align-self:end; } .history-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:70px; align-items:start; } .history-copy { max-width:55ch; color:#394840; font-size:17px; } .history-copy h3 { margin-bottom:22px; color:var(--green); } .history-copy p { margin-bottom:20px; } .history-details { margin-top:24px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); } .history-details summary { padding:14px 0; color:var(--green); font-weight:700; cursor:pointer; } .history-details p:first-of-type { padding-top:10px; } .history-gallery { display:grid; grid-template-columns:1fr 1fr; gap:14px; } .history-photo { position:relative; margin:0; background:#d7d1c4; } .history-photo-wide { grid-column:1/-1; } .history-photo img { width:100%; height:auto; object-fit:contain; } .history-photo figcaption { position:absolute; right:0; bottom:0; left:0; padding:26px 16px 12px; background:linear-gradient(transparent,rgba(11,64,50,.78)); color:var(--white); font-size:13px; }
.split-heading { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); gap:72px; align-items:end; } .roadmap-list { display:grid; gap:0; margin:60px auto 0; padding:0; list-style:none; border-top:1px solid var(--line); } .roadmap-item { display:grid; grid-template-columns:74px 180px minmax(0,1fr); gap:28px; align-items:center; padding:28px 0; border-bottom:1px solid var(--line); } .roadmap-number { color:#96772b; font-size:24px; font-weight:700; } .roadmap-item img { width:180px; aspect-ratio:1.3/1; object-fit:contain; } .roadmap-item h3 { max-width:37ch; margin-bottom:10px; color:var(--green); } .roadmap-item p { max-width:65ch; margin:0; color:var(--muted); }
.directions { background:var(--white); } .directions-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:58px; } .direction-tile { position:relative; display:grid; aspect-ratio:1/.85; overflow:hidden; background:var(--green); color:var(--white); } .direction-tile::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(6,31,24,.05) 16%,rgba(6,31,24,.83) 100%); } .direction-tile img { width:100%; height:100%; object-fit:contain; transition:transform 300ms ease; } .direction-tile:hover img { transform:scale(1.045); } .direction-tile span { position:relative; z-index:1; align-self:end; min-height:68px; padding:16px; font-size:15px; font-weight:700; line-height:1.27; }
.events-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.05fr); gap:72px; } .calendar-column h2 { margin-bottom:20px; color:var(--white); } .calendar-column > p:not(.eyebrow) { max-width:42ch; color:#d4e0d8; } .calendar { margin-top:30px; border:1px solid rgba(242,225,171,.42); } .calendar-head { display:grid; grid-template-columns:40px 1fr 40px; align-items:center; min-height:54px; border-bottom:1px solid rgba(242,225,171,.42); } .calendar-head h3 { margin:0; color:var(--gold-soft); font-size:17px; text-align:center; } .calendar-head button { width:40px; height:40px; border:0; background:transparent; color:var(--gold-soft); font-size:26px; cursor:pointer; } .calendar-weekdays,.calendar-days { display:grid; grid-template-columns:repeat(7,1fr); } .calendar-weekdays span { padding:8px 4px; color:#b8ccc0; font-size:10px; text-align:center; } .calendar-day { position:relative; display:grid; min-height:48px; border-top:1px solid rgba(242,225,171,.18); border-right:1px solid rgba(242,225,171,.18); color:#e4efe7; font-size:13px; } .calendar-day:nth-child(7n) { border-right:0; } .calendar-day > span,.calendar-day button { padding:8px; } .calendar-day.muted { color:#7f9a8c; } .calendar-event { position:relative; width:100%; height:100%; min-height:47px; border:0; background:rgba(242,225,171,.14); color:var(--white); cursor:pointer; text-align:left; } .calendar-event::after { content:attr(data-tooltip); position:absolute; z-index:6; bottom:calc(100% + 8px); left:50%; display:none; width:224px; padding:10px 11px; background:var(--white); color:var(--green); box-shadow:var(--shadow); font-size:12px; line-height:1.35; transform:translateX(-50%); } .calendar-event:hover::after,.calendar-event:focus-visible::after { display:block; } .calendar-event::before { content:""; position:absolute; right:7px; bottom:7px; width:6px; height:6px; border-radius:50%; background:var(--gold-soft); } .event-list { display:grid; align-content:start; border-top:1px solid rgba(242,225,171,.42); } .event-summary { display:grid; grid-template-columns:116px minmax(0,1fr); column-gap:22px; padding:24px 0; border-bottom:1px solid rgba(242,225,171,.42); } .event-summary time { color:var(--gold-soft); font-size:14px; font-weight:700; } .event-summary h3 { margin:0; color:var(--white); font-size:22px; } .event-summary p,.event-summary a { grid-column:2; margin:9px 0 0; color:#d4e0d8; } .event-summary a { width:max-content; color:var(--gold-soft); font-size:14px; font-weight:700; }
.article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:58px; } .article-card { display:grid; align-content:start; } .article-card img { width:100%; aspect-ratio:1.36/1; object-fit:contain; } .article-meta { margin:16px 0 10px; color:#896d28; font-size:11px; font-weight:700; } .article-card h3 { margin-bottom:14px; color:var(--green); font-size:23px; } .article-card a { width:max-content; padding-bottom:3px; border-bottom:1px solid var(--gold); color:var(--green); font-size:14px; font-weight:700; }
.journal-preview .split-heading { align-items:start; margin-bottom:42px; } .journal-preview .article-grid { margin-top:0; }
.membership-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:74px; align-items:start; } .application-form { padding:31px; background:var(--white); box-shadow:0 10px 30px rgba(52,65,54,.1); } .application-form label { display:grid; gap:7px; color:var(--green); font-size:13px; font-weight:700; } .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px; } .form-grid .full-field { grid-column:1/-1; } input,select,textarea { width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:2px; background:var(--white); color:var(--ink); } select { min-height:46px; cursor:pointer; } textarea { resize:vertical; } input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"] { border-color:var(--danger); } .consent { grid-template-columns:18px 1fr; align-items:start; margin-top:18px; color:var(--muted) !important; font-weight:400 !important; } .consent input { width:16px; height:16px; margin:3px 0 0; } .consent a { color:var(--green); text-decoration:underline; text-underline-offset:2px; } .form-actions { display:flex; flex-wrap:wrap; align-items:center; gap:15px; margin-top:22px; } .form-actions p { max-width:33ch; margin:0; color:var(--green); font-size:13px; }
.site-footer { background:var(--green); color:var(--white); } .footer-top { display:grid; grid-template-columns:1.05fr 1fr 1fr; gap:44px; padding:52px 0 38px; } .brand-footer { color:var(--white); } .footer-top > p { margin:0; color:#cfddd5; } .footer-top nav { display:grid; grid-template-columns:repeat(2,max-content); gap:8px 30px; color:var(--gold-soft); font-size:14px; } .footer-top nav a:hover { color:var(--white); } .footer-bottom { display:grid; grid-template-columns:max-content max-content 1fr; gap:22px; align-items:center; min-height:75px; border-top:1px solid rgba(242,225,171,.3); color:#cfddd5; font-size:12px; } .footer-bottom p { margin:0; } .social-links { display:flex; gap:10px; } .social-links a { display:grid; width:34px; height:34px; place-items:center; border:1px solid rgba(242,225,171,.35); border-radius:50%; background:var(--gold-soft); } .social-links img { width:18px; height:18px; } .legal-links { display:flex; justify-content:flex-end; gap:18px; } .legal-links a { color:#cfddd5; text-decoration:underline; text-underline-offset:3px; }
.priority-notification { position:fixed; z-index:45; top:104px; right:24px; width:min(410px,calc(100% - 48px)); padding:20px 20px 18px; border:1px solid rgba(196,166,87,.72); border-left:5px solid var(--gold); border-radius:var(--radius); background:rgba(255,253,248,.98); box-shadow:var(--shadow); color:var(--ink); animation:priority-notification-in 180ms ease-out both; } .priority-notification-top { display:flex; align-items:center; justify-content:space-between; gap:18px; } .priority-notification-top p { margin:0; color:#876b26; font-size:11px; font-weight:700; } .priority-notification-top button { display:grid; width:30px; height:30px; place-items:center; padding:0; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--green); font-size:22px; line-height:1; cursor:pointer; } .priority-notification h2 { margin:14px 0 10px; color:var(--green); font-size:26px; line-height:1.12; } .priority-notification-copy { margin:0; color:var(--muted); font-size:14px; line-height:1.45; } .priority-notification a { display:inline-flex; gap:8px; margin-top:16px; padding-bottom:3px; border-bottom:1px solid var(--gold); color:var(--green); font-size:14px; font-weight:700; } .priority-notification.is-closing { opacity:0; transform:translateY(-10px); transition:opacity 180ms ease,transform 180ms ease; } @keyframes priority-notification-in { from { opacity:0; transform:translateY(-10px); } to { opacity:1; transform:translateY(0); } }
.content-hero { padding:90px 0 70px; background:var(--green); color:var(--white); } .content-hero h1 { max-width:840px; font-size:60px; } .content-hero p:not(.eyebrow) { max-width:60ch; margin:22px 0 0; color:#d4e0d8; font-size:20px; } .page-section { padding:80px 0 110px; background:var(--white); } .content-stack { max-width:760px; } .content-stack p { color:#394840; font-size:18px; } .page-gallery { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:12px; margin-top:42px; } .page-gallery img { width:100%; height:auto; object-fit:contain; } .filter-bar { display:flex; flex-wrap:wrap; gap:8px; margin:35px 0; } .filter-bar button { padding:9px 13px; border:1px solid var(--line); border-radius:2px; background:var(--white); color:var(--green); cursor:pointer; } .filter-bar button.is-active { border-color:var(--green); background:var(--green); color:var(--white); } .media-card[hidden] { display:none; } .detail-layout { display:grid; grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); gap:58px; align-items:start; } .detail-aside { position:sticky; top:112px; padding-top:9px; border-top:2px solid var(--gold); } .detail-aside p { color:var(--muted); } .detail-image { width:100%; height:auto; object-fit:contain; margin:30px 0; } .article-body { max-width:720px; } .article-body p { font-size:18px; } .article-source { color:var(--green); font-weight:700; text-decoration:underline; text-underline-offset:3px; } .event-program { margin:30px 0; padding:0; list-style:none; border-top:1px solid var(--line); } .event-program li { padding:16px 0; border-bottom:1px solid var(--line); } .empty-detail { padding:50px 0; }
.programs-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:54px; } .program-card { border:1px solid var(--line); background:var(--white); } .program-card a { display:grid; height:100%; } .program-card img { width:100%; aspect-ratio:1.45/1; object-fit:contain; } .program-card div { display:grid; align-content:start; padding:20px; } .program-card .article-meta { margin:0 0 11px; } .program-card h3 { margin:0 0 12px; color:var(--green); font-size:24px; } .program-card p:not(.article-meta) { margin:0; color:var(--muted); font-size:15px; } .program-link { margin-top:20px; padding-bottom:3px; color:var(--green); font-size:14px; font-weight:700; text-decoration:underline; text-decoration-color:var(--gold); text-underline-offset:5px; } .program-card:hover img { filter:saturate(1.08); } .program-card:hover .program-link { color:#876b26; } .program-content h2 { margin:34px 0 0; color:var(--green); font-size:31px; line-height:1.17; }
.dialogue-search-form { display:grid; grid-template-columns:1fr max-content; gap:10px; max-width:790px; margin-top:44px; } .dialogue-search-form input { min-height:54px; } .dialogue-search-status { min-height:26px; margin:20px 0 0; color:var(--muted); } .dialogue-search-results { display:grid; gap:0; max-width:900px; margin-top:26px; border-top:1px solid var(--line); } .search-result { display:grid; grid-template-columns:130px 1fr; gap:22px; padding:22px 0; border-bottom:1px solid var(--line); } .search-result p { margin:0; color:var(--muted); } .search-result a { color:var(--green); font-size:22px; font-weight:700; }
.legal-document { max-width:850px; } .legal-document h2 { margin:46px 0 18px; color:var(--green); font-size:31px; } .legal-document p,.legal-document li { color:#394840; } .legal-document li { margin-bottom:8px; } .legal-meta { color:#876b26 !important; font-size:13px; font-weight:700; }
@media (max-width:1060px) { .primary-navigation { gap:13px; font-size:13px; } .header-row { gap:16px; } .desktop-only { display:none; } h1 { font-size:65px; } h2 { font-size:50px; } .hero { min-height:680px; } .preamble-intro,.history-layout,.events-layout,.membership-layout { gap:48px; } .programs-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:820px) { .container { width:min(100% - 32px,620px); } .section { padding:72px 0; } h1 { font-size:52px; } h2 { font-size:42px; } h3 { font-size:22px; } .section-lead { font-size:18px; } .header-row { min-height:71px; } .brand img { width:48px; height:48px; } .brand strong { font-size:17px; } .brand small { font-size:13px; } .menu-button { display:grid; width:44px; height:44px; gap:5px; padding:11px; margin-left:auto; border:1px solid var(--line); background:transparent; cursor:pointer; } .menu-button span:not(.sr-only) { display:block; height:2px; background:var(--green); } .primary-navigation { position:absolute; top:100%; right:0; left:0; display:none; align-items:stretch; margin:0; padding:12px 16px 20px; border-bottom:1px solid var(--line); background:var(--paper); font-size:16px; } .site-header.menu-open .primary-navigation { display:grid; } .primary-navigation > a,.nav-dropdown > button { padding:12px 0; border-bottom:1px solid var(--line); text-align:left; } .nav-dropdown > button { width:100%; } .dropdown-menu { position:static; margin-top:3px; border:0; border-radius:0; background:var(--paper-deep); box-shadow:none; } .language-switcher { width:max-content; margin-top:10px; } .mobile-only { display:block; margin-top:14px; text-align:center; } .hero { min-height:690px; } .hero-media { object-position:62% center; } .hero-shade { background:linear-gradient(90deg,rgba(8,49,39,.9),rgba(8,49,39,.39)); } .hero-content { padding:100px 0 80px; } .hero-subtitle { font-size:23px; } .hero-lead { font-size:18px; } .preamble-intro,.history-layout,.split-heading,.events-layout,.membership-layout,.detail-layout { grid-template-columns:1fr; gap:28px; } .preamble-intro { padding-bottom:42px; } .history-gallery { margin-top:8px; } .roadmap-list { margin-top:36px; } .roadmap-item { grid-template-columns:43px 1fr; gap:14px; } .roadmap-item img { grid-column:2; width:100%; height:auto; } .roadmap-item div { grid-column:2; } .directions-grid { grid-template-columns:repeat(2,1fr); gap:8px; margin-top:35px; } .direction-tile span { min-height:82px; padding:11px; font-size:12px; } .event-list { margin-top:22px; } .article-grid { grid-template-columns:1fr; gap:38px; margin-top:38px; } .form-grid { grid-template-columns:1fr; gap:15px; } .application-form { padding:21px; } .footer-top,.footer-bottom { grid-template-columns:1fr; gap:20px; } .footer-top { padding:43px 0 32px; } .footer-bottom { padding:25px 0; } .legal-links { display:grid; justify-content:start; gap:10px; } .page-gallery { grid-template-columns:1fr; } .detail-aside { position:static; } .content-hero { padding:64px 0 50px; } .content-hero h1 { font-size:47px; } .programs-grid { grid-template-columns:1fr; gap:18px; margin-top:36px; } .dialogue-search-form { grid-template-columns:1fr; } .search-result { grid-template-columns:1fr; gap:6px; } .priority-notification { top:82px; right:16px; width:calc(100% - 32px); padding:17px; } .priority-notification h2 { font-size:23px; } }
@media (max-width:420px) { h1 { font-size:45px; } h2 { font-size:36px; } .history-gallery { grid-template-columns:1fr; } .history-photo-wide { grid-column:auto; } .history-photo { min-height:245px; } .event-summary { grid-template-columns:1fr; gap:6px; } .event-summary p,.event-summary a { grid-column:auto; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms !important; animation-duration:.01ms !important; } }
.language-switcher a { display:grid; min-width:37px; min-height:34px; place-items:center; color:var(--green); font-size:12px; font-weight:700; } .language-switcher a[aria-current="true"] { background:var(--gold-soft); }
[data-event-list] { row-gap:48px; }
.roadmap .roadmap-list { margin-top:32px; }

/* Compact editorial rhythm: images keep their source proportions without reserving attribute height. */
.nav-dropdown > button > span[aria-hidden="true"] { display:none; }
.section { padding:88px 0; }
.page-section { padding:64px 0 80px; }
.preamble-intro { gap:56px; padding-bottom:42px; }
.split-heading { gap:54px; }
.article-grid { margin-top:32px; }
.directions-grid,.programs-grid { margin-top:38px; }
.roadmap-item img,.article-card img,.program-card img { height:auto; aspect-ratio:auto; }
[data-event-list] { margin-top:32px; row-gap:54px; }

@media (max-width:820px) {
  .section { padding:60px 0; }
  .page-section { padding:56px 0 64px; }
  .article-grid,[data-event-list] { margin-top:28px; }
}

@media (min-width:821px) {
  [data-event-list] .article-card {
    grid-template-rows:clamp(220px,18vw,300px) 42px 64px 132px 40px;
    align-content:start;
  }
  [data-event-list] .article-card img { height:100%; object-fit:contain; }
  [data-event-list] .article-meta { margin:16px 0 0; line-height:1.35; }
  [data-event-list] .article-card h3 { margin:0; }
  [data-event-list] .article-card > p:not(.article-meta) { margin:0; }
  [data-event-list] .article-card a { align-self:start; margin-top:18px; }
}
.hero-media { -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 85%,transparent 100%); mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 85%,transparent 100%); } .hero-shade { background:linear-gradient(90deg,rgba(8,49,39,.84) 0%,rgba(8,49,39,.62) 32%,rgba(8,49,39,.28) 57%,rgba(8,49,39,.08) 78%,rgba(8,49,39,.03) 100%); }
@media (max-width:820px) { .hero-media { -webkit-mask-image:none; mask-image:none; } .hero-shade { background:linear-gradient(90deg,rgba(8,49,39,.9),rgba(8,49,39,.39)); } }

/* Assembly detail: current event image plus historical context, always without cropping. */
.event-detail-visual { margin:0 0 30px; background:var(--paper-deep); }
.event-detail-visual img { width:100%; height:auto; object-fit:contain; }
.event-gallery { margin:46px 0 38px; padding-top:34px; border-top:1px solid var(--line); }
.event-gallery h2 { margin:0 0 24px; color:var(--green); font-size:31px; line-height:1.17; }
.event-gallery-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.event-gallery figure { margin:0; background:var(--paper-deep); }
.event-gallery img { width:100%; height:auto; object-fit:contain; }
.event-gallery figcaption { padding:10px 12px 12px; color:var(--muted); font-size:13px; }
@media (max-width:820px) { .event-gallery { margin:36px 0 30px; padding-top:28px; } .event-gallery h2 { font-size:27px; } .event-gallery-grid { grid-template-columns:1fr; } }

.event-projects,.event-invitees { margin:46px 0 38px; padding-top:34px; border-top:1px solid var(--line); }
.event-projects h2,.event-invitees h2 { margin:0 0 24px; color:var(--green); font-size:31px; line-height:1.17; }
.event-projects-grid { display:grid; gap:14px; }
.event-projects article { padding:20px; border:1px solid var(--line); background:var(--white); }
.event-projects h3 { margin:0 0 12px; color:var(--green); font-size:22px; }
.event-projects ul { display:grid; gap:8px; margin:0; padding-left:20px; color:var(--muted); }
.event-public-note { margin:0 0 18px; color:var(--muted) !important; font-size:15px !important; }
.event-invitees ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 26px; margin:0; padding:0; list-style:none; border-top:1px solid var(--line); }
.event-invitees li { display:grid; gap:4px; padding:14px 0; border-bottom:1px solid var(--line); }
.event-invitees strong { color:var(--green); font-size:16px; line-height:1.3; }
.event-invitees span { color:var(--muted); font-size:14px; line-height:1.42; }
@media (max-width:820px) { .event-projects,.event-invitees { margin:36px 0 30px; padding-top:28px; } .event-projects h2,.event-invitees h2 { font-size:27px; } .event-invitees ul { grid-template-columns:1fr; } }
