:root{--ink:#17241d;--green:#1e3a2f;--paper:#f5efe3;--card:#fbf8f1;--gold:#c97e3e;--muted:#746b5c;--line:rgba(30,58,47,.13)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Golos Text',sans-serif;-webkit-font-smoothing:antialiased}
a{color:var(--green);text-decoration:none}a:hover{color:var(--gold)}
.top{position:sticky;top:0;z-index:30;background:rgba(245,239,227,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.top__in{max-width:1180px;margin:auto;padding:10px clamp(14px,4vw,28px);display:flex;align-items:center;gap:18px}
.top img{width:auto;height:64px}.top nav{margin-left:auto;display:flex;gap:13px;align-items:center;font-size:13px;font-weight:600;white-space:nowrap}
.hero{background:var(--green);color:#f5efe3;padding:clamp(50px,8vw,100px) clamp(16px,4vw,32px)}
.hero__in,.wrap{max-width:1120px;margin:auto}.kicker{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#e4a263}
h1,h2,h3{font-family:'Cormorant Garamond',serif}h1{font-size:clamp(42px,7vw,76px);line-height:1;margin:16px 0 20px;max-width:14ch}h2{font-size:clamp(30px,4vw,44px);line-height:1.08;margin:0}h3{font-size:25px;line-height:1.15;margin:0}
.hero p{max-width:68ch;color:rgba(245,239,227,.76);font-size:17px;line-height:1.7}
.chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.chip{border:1px solid rgba(245,239,227,.3);border-radius:99px;color:#f5efe3;padding:9px 14px;font-size:13px}.chip:hover{background:var(--gold);color:white;border-color:var(--gold)}
.wrap{padding:clamp(44px,6vw,80px) clamp(16px,4vw,32px)}.section+.section{margin-top:68px}
.intro{max-width:75ch;font-size:16px;line-height:1.75;color:#35443c}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:11px;min-width:0;overflow:hidden}.card__date{font-size:12px;color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.card p{margin:0;color:#465149;font-size:14px;line-height:1.65}.card__link{margin-top:auto;padding-top:5px;color:var(--gold);font-weight:700;font-size:13px}.card>.media-thumb{margin:-22px -22px 8px;width:calc(100% + 44px);border-radius:0;aspect-ratio:16/10}
.years{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-top:25px}.year{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:20px}.year h3{font-size:30px}.months{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.months a{font-size:13px;padding:7px 9px;border-radius:8px;background:rgba(30,58,47,.06)}
.archive-head{display:flex;gap:20px;align-items:end;justify-content:space-between;flex-wrap:wrap;margin-bottom:28px}.archive-head p{margin:0;color:var(--muted)}
.post{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:clamp(20px,3vw,30px);scroll-margin-top:92px}.post+.post{margin-top:16px}.post__meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:10px}.post time{font-size:12px;color:var(--gold);font-weight:700}.badge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;border-radius:99px;padding:5px 8px;background:rgba(30,58,47,.08);color:var(--green)}.badge--old{background:rgba(201,126,62,.11);color:#8c522c}.post h2{font-size:clamp(25px,3vw,34px)}.post__body{margin-top:15px;max-width:78ch;color:#35443c;line-height:1.72;font-size:15px;overflow-wrap:anywhere}.post__body p{margin:0 0 13px}.post__source{display:inline-flex;margin-top:10px;font-size:13px;color:var(--gold);font-weight:700}
.post-media{display:grid;grid-template-columns:1fr;gap:9px;margin:20px 0 22px;max-width:820px}.post-media__item{position:relative;min-width:0;width:100%;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:#16271f;display:grid;place-items:center;color:white}.post-media__item img,.post-media video{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.post-media__item--image{aspect-ratio:auto;min-height:0;overflow:visible;background:transparent}.post-media__item--image img{width:auto;height:auto;max-width:100%;max-height:min(72svh,720px);margin:auto;border-radius:14px}.post-media__item--video strong{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);white-space:nowrap;padding:7px 11px;border-radius:99px;background:rgba(10,20,15,.76);font-size:12px;color:white}
.post-gallery{width:100%;max-width:920px;margin:20px 0 22px;min-width:0}.post-gallery__viewport{position:relative;min-width:0}.post-gallery__track{display:flex;width:100%;min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-y pinch-zoom;border-radius:16px;background:rgba(30,58,47,.045);scrollbar-width:none}.post-gallery__track::-webkit-scrollbar{display:none}.post-gallery__slide{flex:0 0 100%;width:100%;min-width:0;padding:10px;scroll-snap-align:start;scroll-snap-stop:always;display:grid;place-items:center}.post-gallery__slide>.post-media__item{border-radius:12px;aspect-ratio:16/10;max-height:min(72svh,720px)}.post-gallery__slide>.post-media__item--image{width:auto;max-width:100%;aspect-ratio:auto;max-height:none;background:transparent;overflow:visible}.post-gallery__slide>.post-media__embed{aspect-ratio:16/10}.post-gallery__slide>.post-media__embed iframe{flex:1;min-height:0;aspect-ratio:auto}.post-gallery__slide img,.post-gallery__slide video{object-fit:contain;object-position:center}.post-gallery__arrow{position:absolute;z-index:2;top:50%;width:46px;height:46px;margin-top:-23px;border:1px solid rgba(255,255,255,.48);border-radius:50%;background:rgba(15,29,23,.78);color:white;font:600 34px/1 sans-serif;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px);box-shadow:0 6px 24px rgba(0,0,0,.22)}.post-gallery__arrow:hover,.post-gallery__arrow:focus-visible{background:var(--gold)}.post-gallery__arrow:disabled{opacity:.28;cursor:default}.post-gallery__arrow--prev{left:14px}.post-gallery__arrow--next{right:14px}.post-gallery__nav{min-height:30px;padding:9px 3px 0;display:flex;align-items:center;justify-content:space-between;gap:14px}.post-gallery__counter{font-size:12px;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums}.post-gallery__dots{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.post-gallery__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(30,58,47,.24);cursor:pointer}.post-gallery__dot[aria-current="true"]{width:22px;border-radius:99px;background:var(--gold)}
.post-media__embed{aspect-ratio:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:#101713}.post-media__embed iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#101713}.post-media__embed>a{display:block;padding:10px 13px;background:#16271f;color:#f4d1a8;font-size:12px;font-weight:700;text-align:center}.post-media__embed>a:hover{color:white;background:#243d32}
.media-thumb{position:relative;display:block;width:140px;aspect-ratio:4/3;border-radius:11px;overflow:hidden;background:#213a2f}.media-thumb img,.media-thumb video{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.media-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;padding-left:3px;background:rgba(201,126,62,.9);color:white;box-shadow:0 8px 24px rgba(0,0,0,.25)}.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}
.topic-list{display:grid;gap:14px;margin-top:28px}.topic-row{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;grid-template-columns:130px 1fr auto;gap:20px;align-items:center;scroll-margin-top:92px}.topic-row--media{grid-template-columns:140px 120px 1fr auto}.topic-row time{font-size:12px;color:var(--gold);font-weight:700}.topic-row h2{font-size:25px}.topic-row p{margin:6px 0 0;color:#586159;font-size:13px;line-height:1.55}.topic-row>a:last-child{font-weight:700;color:var(--gold);font-size:13px;white-space:nowrap}
.breadcrumbs{max-width:1120px;margin:auto;padding:16px clamp(16px,4vw,32px);display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;overflow:hidden}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero--article{padding-top:clamp(46px,7vw,82px);padding-bottom:clamp(46px,7vw,82px)}.hero--article h1{max-width:19ch}.wrap--article{max-width:1040px}.post--standalone{padding:clamp(22px,4vw,46px)}.post--standalone .post-media{max-width:none;margin-top:0}.post--standalone .post__body{font-size:16px;max-width:75ch}.article-facts{margin-top:34px;padding:22px;border:1px solid var(--line);border-radius:14px;background:rgba(30,58,47,.035)}.article-facts h2{font-size:27px}.article-facts dl{display:grid;grid-template-columns:minmax(100px,150px) 1fr;gap:9px 18px;margin:18px 0 0}.article-facts dt{color:var(--muted);font-size:13px}.article-facts dd{margin:0;font-size:13px;overflow-wrap:anywhere}.related{margin-top:64px}
.notice{border-left:3px solid var(--gold);background:rgba(201,126,62,.08);padding:18px 20px;border-radius:0 12px 12px 0;color:#51483b;line-height:1.65}.foot{background:var(--green);color:rgba(245,239,227,.65);padding:28px 16px;text-align:center;font-size:13px}.foot a{color:#e4a263}
.portal-map{background:#e9dfcc;padding:clamp(48px,7vw,82px) clamp(16px,4vw,32px);border-top:1px solid var(--line)}
.portal-map__in{max-width:1120px;margin:auto}.portal-map h2{margin-top:10px}.portal-map__in>p{max-width:67ch;color:#4a5449;line-height:1.65}
.portal-map__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:25px}
.portal-map__card{min-width:0;background:rgba(251,248,241,.74);border:1px solid var(--line);border-radius:15px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:3px 12px;align-items:center;transition:transform .2s ease,background .2s ease}
.portal-map__card:hover{transform:translateY(-3px);background:var(--card);color:var(--green)}.portal-map__card>span{grid-row:1/3;font-family:'Cormorant Garamond',serif;font-size:31px;color:var(--gold)}.portal-map__card strong{font-family:'Cormorant Garamond',serif;font-size:22px}.portal-map__card small{grid-column:2;color:var(--muted);font-size:12px;line-height:1.4}
@media(max-width:980px){.topic-row--media{grid-template-columns:120px 1fr auto}.topic-row--media time{grid-column:2}.topic-row--media>div{grid-column:2}.topic-row--media>a:last-child{grid-column:3;grid-row:1/3}.topic-row .media-thumb{width:120px;grid-row:1/3}}
@media(max-width:820px){.grid,.grid--2{grid-template-columns:1fr 1fr}.topic-row,.topic-row--media{grid-template-columns:1fr}.topic-row>a:last-child,.topic-row--media>a:last-child{justify-self:start;grid-column:auto;grid-row:auto}.topic-row--media time,.topic-row--media>div{grid-column:auto}.topic-row .media-thumb{width:100%;grid-row:auto;aspect-ratio:16/9}.post-media--2{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.portal-map__grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.top__in{padding:7px 13px;flex-wrap:wrap;gap:5px}.top img{height:50px}.top nav{order:2;width:100%;margin:0;overflow-x:auto;gap:6px;padding:2px 0 7px;scrollbar-width:none}.top nav::-webkit-scrollbar{display:none}.top nav a{display:inline-flex!important;padding:7px 9px;border:1px solid rgba(30,58,47,.12);background:rgba(30,58,47,.05);border-radius:999px;font-size:11.5px}.grid,.grid--2{grid-template-columns:1fr}.hero{padding-top:42px}.hero p{font-size:15px}.wrap{padding-top:40px}.section+.section{margin-top:52px}.post{border-radius:14px}.archive-head{align-items:start;flex-direction:column}.portal-map__grid{grid-template-columns:1fr}.portal-map__card{padding:16px}.post-media__item{aspect-ratio:4/3}.post-media__item--image{aspect-ratio:auto}.post-media__item--image img{max-height:68svh}.post-gallery{margin-left:0;margin-right:0}.post-gallery__slide{padding:6px}.post-gallery__slide>.post-media__item,.post-gallery__slide>.post-media__embed{aspect-ratio:4/3;max-height:68svh}.post-gallery__slide>.post-media__item--image{aspect-ratio:auto;max-height:none}.post-gallery__arrow{width:40px;height:40px;margin-top:-20px;font-size:29px}.post-gallery__arrow--prev{left:8px}.post-gallery__arrow--next{right:8px}.post-gallery__dots{gap:6px}.article-facts dl{grid-template-columns:1fr;gap:4px}.article-facts dd+dt{margin-top:9px}}
