:root{--bg:#f7f5f1;--paper:#fffdf8;--ink:#221f1f;--muted:#706a64;--line:#ded8cd;--brand:#9b1c26;--brand-dark:#6f111a;--blue:#1d4f68;--green:#496a55;--shadow:0 18px 50px #261d181f}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);scroll-behavior:smooth}body{letter-spacing:0;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:20;color:#fff;background:#8b0f1a;position:sticky;top:0;box-shadow:0 12px 30px #2a0c0e2e}.main-header{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;min-height:76px;margin:0 auto;padding:12px clamp(18px,4vw,56px);display:flex}.brand{color:#fff;flex:none;align-items:center;gap:16px;min-width:min(330px,48vw);font-weight:700;display:flex}.brand img{width:clamp(174px,16vw,204px);height:auto}.brand span{white-space:nowrap;flex-direction:column;justify-content:center;align-self:stretch;gap:4px;min-height:59px;display:flex}.brand strong{font-size:clamp(20px,2vw,25px);line-height:1.1}.brand small{color:#ffffffc2;letter-spacing:0;font-size:14px;font-weight:800;line-height:1}.primary-nav{color:#ffffffe6;justify-content:flex-end;align-items:center;gap:clamp(12px,2vw,28px);min-width:0;font-size:15px;display:flex}.primary-nav a{white-space:nowrap;border-bottom:2px solid #0000;padding:10px 0}.primary-nav a:hover{color:#fff;border-bottom-color:#fff}.primary-nav a[aria-current=page]{color:#fff;border-bottom-color:#ffffffb8}.lang-switch{color:#ffffffeb;white-space:nowrap;border:1px solid #fff6;border-radius:999px;flex:none;padding:6px 14px;font-size:14px;font-weight:700}.lang-switch:hover{color:#fff;border-color:#fff}.mobile-nav{width:100%;display:none;position:relative}.mobile-nav summary{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff47;border-radius:6px;justify-content:space-between;align-items:center;min-height:42px;padding:8px 12px;font-size:15px;font-weight:800;list-style:none;display:flex}.mobile-nav summary span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:after{content:"";opacity:.88;background:linear-gradient(currentColor 0 0) 0 0/100% 2px no-repeat,linear-gradient(currentColor 0 0) 0/100% 2px no-repeat,linear-gradient(currentColor 0 0) 0 100%/100% 2px no-repeat;width:18px;height:12px}.mobile-nav[open] summary{background:#ffffff24}.mobile-nav-panel{z-index:40;background:#761019;border:1px solid #ffffff2e;border-radius:8px;gap:2px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 34px #26050838}.mobile-nav-panel a{color:#ffffffe6;border-radius:6px;padding:11px 12px;font-size:15px;font-weight:800}.mobile-nav-panel a:hover{color:#fff;background:#ffffff1c}.mobile-nav-panel a[aria-current=page]{color:#fff;background:#ffffff24}.hero{isolation:isolate;color:#fff;border-bottom:1px solid var(--line);background:#351015;min-height:clamp(560px,74svh,760px);position:relative;overflow:hidden}.hero:after{z-index:-1;content:"";background:linear-gradient(90deg,#30050ac7,#60081052 48%,#30050a29),linear-gradient(#1e05080d 52%,#1e0508c2);position:absolute;inset:0}.hero-bg{z-index:-2;object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.hero-content{min-height:inherit;align-items:flex-start;max-width:1280px;margin:0 auto;padding:clamp(28px,4.2vw,54px) clamp(18px,4vw,56px) clamp(48px,6.4vw,86px);display:flex}.hero-copy{width:min(760px,100%);min-width:0;max-width:100%;padding-top:clamp(8px,2.4vh,30px)}.eyebrow{color:var(--blue);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:800}.hero .eyebrow{color:#ffffffc7}h1,h2,h3,p{overflow-wrap:anywhere}.hero h1,.page-hero h1,.article-header h1{margin:0;font-family:Georgia,Times New Roman,Noto Serif SC,serif;font-weight:700;line-height:1.12}.hero h1{color:#fff;white-space:normal;text-wrap:balance;text-shadow:0 4px 24px #00000057;width:auto;max-width:100%;font-size:clamp(34px,5.6vw,72px)}.hero h1.hero-title-long{font-size:clamp(24px,3vw,40px);line-height:1.18}.hero p:not(.eyebrow){color:#ffffffe0;max-width:700px;margin:22px 0 0;font-size:clamp(17px,2vw,22px)}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero-album{background:#ffffff1a;border:1px solid #ffffff3d;border-radius:8px;width:min(720px,100%);margin-top:clamp(30px,5vw,54px);overflow:hidden;box-shadow:0 18px 46px #0003;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.hero-album-track{gap:10px;width:max-content;padding:10px;animation:42s linear infinite heroAlbumScroll;display:flex}.hero-album:hover .hero-album-track{animation-play-state:paused}.hero-photo{background:#ffffff29;border-radius:6px;flex:none;width:clamp(116px,14vw,164px);height:clamp(76px,9vw,106px);overflow:hidden}.hero-photo img{object-fit:cover;width:100%;height:100%;transition:transform .18s}.hero-photo:hover img{transform:scale(1.04)}@keyframes heroAlbumScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.button{border:1px solid var(--brand);min-width:132px;min-height:44px;color:var(--brand-dark);background:#ffffffeb;border-radius:6px;justify-content:center;align-items:center;padding:10px 18px;font-weight:700;display:inline-flex}.button.primary{color:#fff;background:#b71d2a;border-color:#b71d2a}.section,.page-shell{max-width:1180px;margin:0 auto;padding:clamp(36px,6vw,80px) clamp(18px,4vw,36px)}.intro-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.feature-card,.article-card,.gallery-card,.article-row,.file-list a,.related-list a{border:1px solid var(--line);background:var(--paper);border-radius:8px;transition:border-color .16s,transform .16s,box-shadow .16s}.feature-card:hover,.article-card:hover,.gallery-card:hover,.article-row:hover,.file-list a:hover,.related-list a:hover{border-color:#9b1c2673;transform:translateY(-2px);box-shadow:0 14px 34px #261d1814}.feature-card{min-height:158px;padding:22px}.feature-card span{color:var(--brand-dark);font-size:18px;font-weight:800}.feature-card p{color:var(--muted);margin:14px 0 0;font-size:15px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.section-heading h2,.archive-year h2,.attachments h2,.photo-grid-section h2,.related h2{color:var(--ink);margin:0;font-size:clamp(24px,3vw,38px);line-height:1.2}.section-heading>a{color:var(--brand);flex:none;font-weight:800}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.article-card{min-height:100%;display:grid;overflow:hidden}.article-card img{aspect-ratio:16/10;object-fit:cover;background:#e5ded4;width:100%}.article-card div{padding:20px}time{color:var(--green);font-size:13px;font-weight:800}.article-card h3,.article-row h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:8px 0;font-size:20px;line-height:1.32;display:-webkit-box;overflow:hidden}.article-card p,.article-row p{color:var(--muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:15px;display:-webkit-box;overflow:hidden}.gallery-band{border-top:1px solid var(--line)}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.gallery-grid.full{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-card{background:#ddd4c5;min-height:220px;display:grid;position:relative;overflow:hidden}.gallery-card img{object-fit:cover;width:100%;height:100%;min-height:220px}.gallery-card span,.gallery-card small{z-index:1;color:#fff;text-shadow:0 2px 12px #000000a6;position:absolute;left:16px;right:16px}.gallery-card span{font-size:18px;font-weight:800;bottom:36px}.gallery-card small{bottom:15px}.gallery-card:after{content:"";background:linear-gradient(#00000005 38%,#000000a8);position:absolute;inset:0}.page-hero{max-width:900px;padding-bottom:24px}.page-hero.compact{padding-top:18px}.page-hero h1,.article-header h1{font-size:clamp(34px,5vw,64px)}.page-hero p:not(.eyebrow){max-width:min(680px,100%);color:var(--muted);margin:14px 0 0;font-size:19px}.archive-year{border-top:1px solid var(--line);padding:32px 0}.archive-year h2{color:var(--brand-dark);margin-bottom:18px}.article-list{gap:12px;display:grid}.article-row{grid-template-columns:156px minmax(0,1fr);align-items:center;gap:18px;padding:14px;display:grid}.article-row>div{min-width:0}.article-row img,.date-tile{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:156px}.date-tile{color:var(--brand);background:#eee7db;place-items:center;font-size:22px;font-weight:900;display:grid}.content-layout{max-width:880px}.article-header{border-bottom:1px solid var(--line);padding-bottom:24px}.article-header time{margin-top:16px;display:inline-block}.lead-image{object-fit:cover;border-radius:8px;width:100%;max-height:520px;margin:26px 0}.article-body{color:#332f2b;font-size:18px}.article-body :where(p,ul,ol,table,blockquote){margin-top:0;margin-bottom:20px}.article-body h2,.article-body h3,.article-body h4{margin:30px 0 14px;line-height:1.28}.article-body h2{color:var(--brand-dark);font-size:28px}.article-body h3{font-size:23px}.article-body a{color:var(--brand);text-underline-offset:3px;text-decoration:underline}.article-body img{border-radius:6px;max-width:100%;height:auto;margin:18px 0}.article-body blockquote{border-left:3px solid var(--brand);color:var(--muted);padding:2px 0 2px 18px}.article-body code{background:#eee7db;border-radius:4px;padding:2px 5px;font-size:.92em}.article-body pre{color:#fff;background:#2f2925;border-radius:8px;max-width:100%;padding:16px;overflow-x:auto}.article-body pre code{background:0 0;padding:0}.article-body iframe{aspect-ratio:16/9;border:0;width:100%;max-width:760px;min-height:280px}.article-body table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.article-body td,.article-body th{border:1px solid var(--line);padding:8px}.attachments,.photo-grid-section,.related{border-top:1px solid var(--line);margin-top:48px;padding-top:28px}.file-list,.related-list{gap:10px;margin-top:16px;display:grid}.file-list a,.related-list a{gap:4px;padding:14px 16px;display:grid}.file-list span,.related-list span{font-weight:800}.file-list small{color:var(--muted)}.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.photo-grid img{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:100%}.related{max-width:880px}.site-footer{border-top:1px solid var(--line);color:#fff;background:#2f2925;justify-content:space-between;align-items:center;gap:24px;padding:28px clamp(18px,4vw,56px);display:flex}.site-footer div:first-child{gap:4px;display:grid}.site-footer span,.footer-links{color:#ffffffb8}.footer-links{gap:18px;display:flex}@media (max-width:1120px){.main-header{flex-direction:column;align-items:flex-start;gap:10px}.primary-nav{scrollbar-width:none;justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.primary-nav::-webkit-scrollbar{display:none}.intro-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid.full{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.main-header{align-items:stretch;min-height:0;padding:10px 16px 12px}.brand{align-self:flex-start;gap:12px;min-width:0}.brand img{width:156px}.brand span{gap:3px;min-height:45px}.brand strong{font-size:20px}.brand small{font-size:12px}.primary-nav,.lang-switch{display:none}.mobile-nav{display:block}.hero{min-height:auto}.hero:after{background:linear-gradient(90deg,#30050ad6,#6008107a 58%,#30050a38),linear-gradient(#1e050814 48%,#1e0508c7)}.hero-content{min-height:540px;padding:32px 18px 44px}.hero-copy{padding-top:0}.hero h1{font-size:clamp(28px,7.4vw,42px)}.hero p:not(.eyebrow){max-width:560px;margin-top:14px;font-size:16px}.hero-actions{width:min(100%,360px);margin-top:22px}.hero-album{margin-top:28px}.hero-photo{width:clamp(98px,24vw,132px);height:clamp(66px,16vw,88px)}.section,.page-shell{padding:34px 18px}.gallery-grid,.gallery-grid.full,.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.brand{min-width:0}.brand img{width:132px}.brand span{min-height:39px}.brand strong{font-size:18px}.brand small{font-size:12px}.hero h1{font-size:clamp(25px,7.4vw,32px)}.hero-bg{object-position:center center}.hero-content{min-height:510px;padding:28px 16px 38px}.hero-actions{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.hero-actions .button{width:100%}.button{min-width:0;min-height:42px;padding:9px 12px;font-size:14px}.intro-grid,.article-grid,.gallery-grid,.gallery-grid.full,.photo-grid{grid-template-columns:1fr}.section-heading,.site-footer{flex-direction:column;align-items:flex-start}.feature-card{min-height:0;padding:18px}.article-card div{padding:17px}.page-hero h1,.article-header h1{font-size:clamp(30px,9vw,42px)}.page-hero p:not(.eyebrow){font-size:17px}.article-card h3,.article-row h3{font-size:18px}.article-row{grid-template-columns:1fr}.article-row img,.date-tile{width:100%}.article-body{font-size:16px}.article-body iframe{min-height:210px}}@media (max-width:360px){.brand img{width:118px}.brand strong{font-size:16px}.brand small{font-size:11px}.hero h1{font-size:23px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-album-track{animation:none}.feature-card,.article-card,.gallery-card,.article-row,.file-list a,.related-list a,.hero-photo img{transition:none}}
