/* Original visual direction: Surabaya / burgundy, ivory, copper.
   System typefaces only; no downloaded fonts, icon fonts or stock icon library. */
:root{--ink:#332b2d;--muted:#726b6a;--wine:#442337;--wine2:#6a3650;--paper:#fbf9f5;--cream:#f2ece4;--line:#ded6cf;--copper:#b96d4b;--peach:#edd0bc;--white:#fff;--max:1280px;--radius:3px;--shadow:0 16px 55px #35233012;--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}body,button,input,select{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}button,input,select{font-size:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}p{margin:0 0 1.15em}h1,h2,h3,h4{margin:0;line-height:1.13;font-weight:500;letter-spacing:-.035em}h1,h2{font-family:Georgia,"Times New Roman",serif}h1{font-size:clamp(43px,5.2vw,77px)}h2{font-size:clamp(34px,3.2vw,49px)}h3{font-size:23px;font-weight:550}em{font-weight:400;color:var(--wine2)}img{display:block;max-width:100%}figure{margin:0}button{background:none;border:0}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--copper);outline-offset:5px}button,select,input{border-radius:var(--radius)}::selection{color:white;background:var(--wine2)}[hidden]{display:none!important}.wrap{width:min(var(--max),calc(100% - 112px));margin-inline:auto}.section{padding-block:88px}.small{font-size:13px;color:var(--muted)}.lead{font-size:18px;line-height:1.8;color:var(--muted);max-width:560px}.eyebrow{display:block;font-size:11px;letter-spacing:.19em;font-weight:700;text-transform:uppercase;color:var(--wine2);margin-bottom:18px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-heading h2{max-width:700px}.section-heading .eyebrow{margin-bottom:13px}.section-intro{max-width:360px;font-size:15px;line-height:1.8;color:var(--muted);margin:0}.text-link{font-size:13px;font-weight:650;line-height:1.6;text-underline-offset:5px}.text-link:hover{text-decoration:underline}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;font-size:13px;font-weight:650;letter-spacing:.005em;min-height:52px;padding:15px 23px;border:1px solid transparent;transition:background .25s,transform .25s;white-space:normal;text-align:center}.button:hover{transform:translateY(-2px)}.button-light{background:var(--paper);color:var(--wine)}.button-light:hover{background:var(--peach)}.button-dark{background:var(--wine);color:white}.button-dark:hover{background:var(--wine2)}.button-outline{border-color:var(--line);color:var(--wine)}.button-outline:hover{background:var(--cream)}.button-outline-light{color:white;border-color:#ffffff65}.button-outline-light:hover{background:#ffffff12}.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip{position:fixed;top:10px;left:20px;z-index:100;background:white;color:var(--wine);padding:10px 20px;transform:translateY(-200%)}.skip:focus{transform:translateY(0)}
/* Masthead and mobile drawer */
.status-ribbon{background:var(--wine);color:#f0e3e7;font-size:9px;letter-spacing:.1em}.status-ribbon .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:31px}.status-ribbon a{white-space:nowrap}.site-header{position:sticky;top:0;z-index:25;background:#fbf9f5f5;border-bottom:1px solid #e7e0d8;backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:95px}.brand{display:flex;align-items:center;gap:13px;flex-shrink:0;line-height:1}.brand>img{width:36px;height:45px;object-fit:contain}.brand>span{display:block}.brand-small{display:block;font-size:8px;letter-spacing:.22em;color:var(--muted);margin-bottom:5px}.brand strong{font-family:Georgia,"Times New Roman",serif;display:block;font-size:30px;font-weight:600;letter-spacing:-.04em}.brand-period{color:var(--copper)}.brand-domain{display:block;font-size:8px;letter-spacing:.055em;color:var(--muted);margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:25px}.desktop-nav a{font-size:12px;color:#5d5354;position:relative;padding-block:35px}.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:23px;background:var(--wine2);transition:right .25s}.desktop-nav a:hover::after,.desktop-nav a[aria-current]::after{right:0}.desktop-nav a[aria-current]{color:var(--wine);font-weight:650}.header-actions{display:flex;align-items:center;gap:18px}.search-open{display:flex;align-items:center;gap:9px;font-size:12px;min-height:44px;padding-inline:9px}.search-symbol{display:block;width:14px;height:14px;border:1.5px solid var(--wine);border-radius:50%;position:relative}.search-symbol::after{content:"";display:block;width:6px;height:1.5px;background:var(--wine);transform:rotate(45deg);position:absolute;right:-4px;bottom:-2px}.menu-open{display:none;align-items:center;gap:9px;font-size:12px;min-height:44px}.burger{display:block;width:22px}.burger i{display:block;width:22px;height:1px;background:var(--wine);margin-block:5px}.burger i:last-child{width:16px;margin-left:6px}.drawer-backdrop{position:fixed;inset:0;background:#23152080;z-index:38;backdrop-filter:blur(2px)}.mobile-drawer{position:fixed;z-index:40;right:0;top:0;bottom:0;background:var(--paper);width:min(400px,92%);padding:26px;box-shadow:-15px 0 70px #0002;overflow:auto}.drawer-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px;font-size:13px;gap:10px}.drawer-heading>span{font-family:Georgia,serif;font-size:23px}.close-menu{font-size:12px;min-height:44px}.mobile-drawer>a{display:block;border-top:1px solid var(--line);padding:17px 0;font-size:24px;font-family:Georgia,serif}.mobile-drawer>a[aria-current]{color:var(--copper)}.mobile-drawer>p{margin-top:32px}.breadcrumbs{padding-block:23px;color:var(--muted);font-size:11px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;list-style:none}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:16px;color:#ac9d9d}.breadcrumbs [aria-current]{max-width:85ch}.breadcrumbs a:hover{color:var(--wine);text-decoration:underline}
/* A generous image-led front page */
.hero{position:relative;color:white;isolation:isolate;overflow:hidden;min-height:690px;background:#442337}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo{z-index:-3}.hero-photo figure{height:100%}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 49%}.hero-photo figcaption{display:none}.hero-shade{z-index:-2;background:linear-gradient(90deg,rgba(38,21,34,.86) 0%,rgba(39,26,37,.48) 52%,rgba(30,22,32,.23) 100%)}.hero-content{position:relative;display:grid;grid-template-columns:1.45fr .75fr;align-items:center;gap:80px;min-height:690px;padding-block:76px}.hero-kicker{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.15em;font-weight:650;margin-bottom:28px;color:#f3ded4}.hero-kicker>span{width:23px;height:1px;background:#edbea6}.hero h1{font-size:clamp(61px,6.3vw,96px);line-height:1.02;letter-spacing:-.045em;margin-bottom:27px}.hero h1 em{color:#eccdbb}.hero-copy>p{font-size:16px;line-height:1.9;max-width:440px;color:#f0e5e8}.hero-buttons{display:flex;flex-wrap:wrap;gap:13px;margin-top:29px}.hero-caption{font-size:9px;line-height:1.8;margin-top:36px;color:#e7dbe0}.hero-caption a{text-decoration:underline}.hero-aside{background:#fbf9f5f4;backdrop-filter:blur(18px);color:var(--wine);padding:28px 30px 20px;border-top:3px solid #c48866;box-shadow:0 25px 60px #1f091d35;transform:translateY(29px)}.hero-aside>.eyebrow{font-size:9px;letter-spacing:.16em;margin-bottom:14px}.hero-aside h2{font-size:32px;margin-bottom:24px;letter-spacing:-.04em}.hero-aside>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 0;border-top:1px solid var(--line);font-size:13px;line-height:1.5}.hero-aside small{display:block;font-size:8px;letter-spacing:.12em;color:var(--muted);margin-bottom:4px}.hero-aside b{font-size:19px;font-weight:400;transition:transform .3s}.hero-aside a:hover b{transform:translate(3px,-3px)}.hero-aside>p{font-size:10px;line-height:1.7;color:var(--muted);border-top:1px solid var(--line);padding-top:15px;margin-top:3px}.intro-strip{background:var(--cream);border-bottom:1px solid var(--line)}.intro-strip>.wrap{display:grid;grid-template-columns:28px 1fr 1fr 50px;align-items:center;gap:36px;padding-block:38px}.vertical-label{writing-mode:vertical-rl;font-size:8px;font-weight:650;letter-spacing:.15em;color:var(--muted);transform:rotate(180deg)}.intro-strip h2{font-size:31px}.intro-strip p{font-size:12px;line-height:1.9;color:var(--muted);margin:0;max-width:370px}.round-link{width:47px;height:47px;border:1px solid #b9a49c;border-radius:50%;display:grid;place-items:center;font-size:22px;transition:background .2s}.round-link:hover{background:var(--peach)}
/* Photographs, editorial cards and shared sections */
.photo{position:relative;min-width:0}.photo>img{width:100%;height:auto;object-fit:cover}.photo figcaption{font-size:9px;line-height:1.65;color:var(--muted);padding-top:8px;letter-spacing:.01em}.photo figcaption a{text-decoration:underline;text-underline-offset:2px}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.story-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card{background:#fff;border:1px solid #e3dbd3;min-width:0;display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s}.story-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.story-photo{display:block;overflow:hidden;aspect-ratio:1.6;background:#ece5dd}.story-photo figure{height:100%}.story-photo img{height:100%;width:100%;object-fit:cover;transition:transform .8s var(--ease)}.story-card:hover .story-photo img{transform:scale(1.04)}.story-copy{padding:24px 23px 21px;display:flex;flex-direction:column;flex:1}.story-meta{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);gap:10px;margin-bottom:15px}.story-meta>span:first-child{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--wine2);font-weight:650}.story-card h3{font-family:Georgia,serif;font-size:27px;line-height:1.22;letter-spacing:-.03em;font-weight:400;margin-bottom:14px}.story-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.story-card p{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:21px}.story-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:17px;margin-top:auto;font-size:9px}.story-bottom>span{color:var(--muted);max-width:135px}.story-bottom a{font-weight:650;font-size:10px;white-space:nowrap}.support-feature{background:#eae0d7;padding-block:78px}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.split-feature.reverse>.photo{order:2}.split-feature.reverse>.feature-text{order:1}.feature-photo>img{aspect-ratio:1.06;object-fit:cover}.feature-text h2{margin-bottom:23px}.feature-text>p{font-size:14px;color:#736364;line-height:1.9}.feature-text>.small{font-size:10px;line-height:1.8;margin-top:22px;margin-bottom:0}.support-list{margin-top:27px}.support-list>a{display:flex;align-items:center;gap:17px;border-bottom:1px solid #cbbcb3;padding:19px 0}.support-list>a>span{font-size:10px;color:var(--wine2)}.support-list strong{font-size:13px;font-weight:550;flex:1}.support-list b{font-weight:400;font-size:20px}.support-list>a:hover strong{text-decoration:underline;text-underline-offset:5px}.stats-grid{display:grid;grid-template-columns:1fr 1fr 1.12fr;border:1px solid var(--line);margin-top:36px}.stat{padding:30px 35px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.stat:last-child{border-right:0}.stat-label{font-size:12px;color:var(--muted)}.stat>strong{font:normal 62px/1.2 Georgia,serif;letter-spacing:-.06em;color:var(--wine);display:flex;align-items:baseline;gap:7px;margin-block:15px}.stat>strong>span{font-size:20px;letter-spacing:-.02em}.stat>span:last-child{font-size:11px;color:var(--muted)}.stat-note{background:var(--wine);color:#fff}.stat-note .eyebrow{color:var(--peach);font-size:9px}.stat-note h3{font-family:Georgia,serif;font-size:28px;line-height:1.16;font-weight:400;margin-bottom:14px}.stat-note p{font-size:11px;color:#e0cfd8;line-height:1.7}.stat-note a{font-size:11px}.gallery-teaser{padding-top:0}.teaser-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:20px;align-items:start}.teaser-grid .photo>img{height:310px;object-fit:cover}.teaser-grid .photo:nth-child(2){margin-top:40px}.teaser-grid .photo:nth-child(3){margin-top:20px}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--wine);color:white;padding:46px 50px;margin-bottom:78px}.cta-band .eyebrow{color:var(--peach);font-size:9px}.cta-band h2{font-size:37px}.cta-band p{font-size:12px;color:#ddcbd2;margin:18px 0 0;max-width:580px}.cta-band .button{flex-shrink:0}.source-note{font-size:10px;color:var(--muted);line-height:1.9;margin:20px 0 0}.source-note .text-link{font-size:10px;font-weight:500;text-decoration:underline}.source-note>span{display:inline}.main>.source-note,main>.source-note{width:min(var(--max),calc(100% - 112px));margin:0 auto}.photo.image-unavailable::after{content:"Foto tidak dapat dimuat dari sumber. Kredit dan tautan sumber tersedia di galeri.";display:block;font-size:10px;padding:10px;color:var(--muted)}
/* Interior pages */
.page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding-top:23px;padding-bottom:48px}.page-hero h1{font-size:clamp(42px,4.3vw,66px);margin-bottom:24px}.page-hero .eyebrow{font-size:10px;margin-bottom:22px}.page-hero .lead{font-size:15px}.page-hero-photo>img{width:100%;height:340px;object-fit:cover}.page-hero-photo{border-radius:130px 0 0 0;overflow:hidden}.page-hero-photo figcaption{padding-right:10px}.page-hero-photo img{border-radius:130px 0 0 0}.about-grid{display:grid;grid-template-columns:.7fr 1.5fr;gap:100px;border-top:1px solid var(--line)}.sticky-note{position:sticky;top:125px;align-self:start}.sticky-note h2{font-size:34px;margin-bottom:30px}.sticky-note>a{display:block;margin-bottom:17px}.prose-stack article{padding-bottom:42px;border-bottom:1px solid var(--line);margin-bottom:45px;scroll-margin-top:130px}.prose-stack article:last-child{border:0;margin:0;padding-bottom:0}.chapter-label{font-size:10px;letter-spacing:.13em;color:var(--wine2);display:block;margin-bottom:15px}.prose-stack h2{font-size:33px;margin-bottom:23px}.prose-stack p{font-size:15px;line-height:1.95;color:#6b6263}.jump-nav{display:flex;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);padding-block:25px}.jump-nav a{font-size:12px;padding:8px 15px;border:1px solid var(--line)}.jump-nav a:hover{background:var(--cream)}.support-detail{scroll-margin-top:105px}.wash{background:var(--cream)}.support-detail .feature-photo>img{aspect-ratio:1.3}.guide-layout{display:grid;grid-template-columns:.7fr 1.5fr;gap:65px;border-top:1px solid var(--line);align-items:start}.guide-picker{position:sticky;top:125px;background:var(--cream);padding:28px}.guide-picker label{display:block;font-family:Georgia,serif;font-size:26px;line-height:1.25;margin-bottom:24px}.guide-picker select{width:100%;padding:13px 9px;border:1px solid #bbaaa4;background:var(--paper);font-size:12px;color:var(--wine);min-height:46px;cursor:pointer}.guide-picker>p{font-size:12px;line-height:1.9;margin-top:18px;color:var(--muted)}.guide-notice{border-top:1px solid #d4c6ba;padding-top:20px;margin-top:24px}.guide-notice strong,.guide-notice span{display:block;font-size:12px}.guide-notice span{font-size:11px;color:var(--muted);margin-top:6px}.guide-panel{padding-bottom:45px;margin-bottom:45px;border-bottom:1px solid var(--line);scroll-margin-top:125px}.guide-panel:last-child{border:0;margin-bottom:0;padding-bottom:0}.guide-heading h2{font-size:34px;line-height:1.2;margin-bottom:17px}.guide-heading>p{font-size:14px;color:var(--muted)}.guide-step{display:grid;grid-template-columns:42px 1fr;gap:18px;margin-top:27px}.guide-step>span{font-family:Georgia,serif;color:var(--copper);font-size:26px;line-height:1.4}.guide-step h3{font-size:17px;letter-spacing:-.025em;line-height:1.5;margin-bottom:8px}.guide-step p{font-size:13px;color:var(--muted);line-height:1.9}.guide-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:18px}.guide-links .button{font-size:12px}.guide-links .text-link{font-size:12px}.faq-layout{display:grid;grid-template-columns:.8fr 1.3fr;gap:90px}.faq-layout>div:first-child>p{font-size:14px;color:var(--muted);margin-top:24px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:22px 0;cursor:pointer;display:flex;justify-content:space-between;gap:26px;list-style:none;font-size:14px;font-weight:550;line-height:1.6}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:23px;line-height:1;flex-shrink:0;font-weight:400}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details p{font-size:13px;line-height:1.9;color:var(--muted);padding-right:25px;margin-bottom:24px}.filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:33px}.filter-button{font-size:12px;border:1px solid var(--line);padding:11px 20px;min-height:44px}.filter-button.active{background:var(--wine);border-color:var(--wine);color:white}.filter-button:hover{border-color:var(--wine)}#filter-status{font-size:11px;margin-left:auto;color:var(--muted)}.editorial-note{padding:40px 45px;border-left:3px solid var(--copper);background:var(--cream);margin-top:55px}.editorial-note h2{font-size:31px;margin-bottom:20px}.editorial-note p{font-size:14px;color:var(--muted);max-width:840px}.editorial-note .eyebrow{font-size:10px}.directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.directory-card{border:1px solid var(--line);padding:32px;background:#fff;display:flex;flex-direction:column;scroll-margin-top:130px}.directory-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.04em;color:var(--muted);margin-bottom:21px;gap:12px}.directory-top>span:first-child{font:24px Georgia,serif;color:var(--copper)}.directory-card h2{font-size:31px;margin-bottom:18px}.directory-card>p{font-size:13px;line-height:1.9;color:var(--muted);max-width:480px}.official-host{font-size:10px;display:block;font-family:monospace;color:var(--wine2);overflow-wrap:anywhere;margin-block:2px 22px}.directory-card .button{align-self:flex-start;margin-top:auto;min-height:44px;font-size:12px}.contact-section{background:var(--cream);padding-block:64px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.contact-grid h2{margin-bottom:24px}.contact-grid p{font-size:14px;color:var(--muted);line-height:1.85}.contact-grid .source-note{font-size:10px}.contact-detail>div{padding:20px 0;border-bottom:1px solid #cfc1b7}.contact-detail>div>span{display:block;font-size:11px;color:var(--muted);margin-bottom:8px}.contact-detail strong,.contact-detail a{font-size:17px;font-weight:500;line-height:1.6;overflow-wrap:anywhere}.contact-detail a:hover{text-decoration:underline}
/* Long-form pages and true image gallery */
.article-header{max-width:1000px;padding-top:30px;text-align:center;padding-bottom:37px}.article-header h1{font-size:clamp(43px,4.6vw,67px);line-height:1.12;margin:0 auto 26px;max-width:920px}.article-header .eyebrow{font-size:10px}.article-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:11px 24px;font-size:11px;color:var(--muted)}.source-period{font-size:10px;color:var(--muted);margin-top:13px}.article-cover{max-width:1130px}.article-cover img{width:100%;max-height:650px;height:auto;object-fit:contain;background:var(--cream)}.article-layout{display:grid;grid-template-columns:220px minmax(0,740px);gap:85px;justify-content:center;padding-block:70px}.article-nav{position:sticky;top:128px;align-self:start}.article-nav>a{display:block;margin-bottom:15px;font-size:12px;color:var(--muted)}.article-nav>a:hover{color:var(--wine);text-decoration:underline;text-underline-offset:5px}.article-nav .eyebrow{font-size:9px}.share-tools{margin-top:28px;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start;gap:9px}.share-tools button{font-size:11px;border:1px solid var(--line);padding:9px 13px;min-height:42px}.copy-feedback{font-size:10px;line-height:1.6;color:var(--wine2)}.article-body>p{font-size:16px;line-height:1.95;color:#5f5557}.article-body>p.article-lead{font:25px/1.55 Georgia,serif;color:var(--wine);letter-spacing:-.02em;margin-bottom:35px}.article-body h2{font-size:34px;line-height:1.25;margin:38px 0 21px;scroll-margin-top:130px}.article-body>.source-note{font-size:10px;margin-top:14px;margin-bottom:25px;color:var(--muted)}.article-callout{padding:30px 32px;background:var(--cream);border-left:3px solid var(--copper);margin-block:34px}.article-callout strong{font-size:15px}.article-callout p{font-size:13px;line-height:1.9;color:var(--muted);margin:9px 0 0}.article-sources{border-top:1px solid var(--line);margin-block:42px}.article-sources h2{font-size:27px}.article-sources ul{list-style:none;padding:0;margin:0}.article-sources li{margin-bottom:17px}.article-sources li>span{display:block;color:var(--muted);font-size:10px;margin-top:5px}.article-sources .text-link{font-size:12px;text-decoration:underline}.article-sources p{font-size:11px;line-height:1.9;color:var(--muted);margin-top:25px}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 28px}.gallery-item{min-width:0;scroll-margin-top:130px}.gallery-open{width:100%;text-align:left;padding:0;position:relative;display:block;overflow:hidden;background:var(--cream)}.gallery-open .photo>img{height:350px;object-fit:cover;transition:transform .6s var(--ease)}.gallery-open:hover img{transform:scale(1.03)}.photo-expand{position:absolute;right:14px;bottom:14px;background:#fbf9f5eF;color:var(--wine);font-size:10px;padding:8px 13px;letter-spacing:.02em}.gallery-credit{padding-top:22px}.gallery-credit h2{font-size:28px;margin-bottom:14px}.gallery-credit p{font-size:12px;line-height:1.85;color:var(--muted);margin-bottom:12px}.gallery-credit strong{font-weight:550}.credit-links{display:flex;flex-wrap:wrap;gap:14px}.credit-links .text-link{font-size:10px;text-decoration:underline}.asset-policy{background:var(--cream);padding:40px 44px;margin-top:60px}.asset-policy h2{margin-bottom:24px;font-size:35px}.asset-policy p{font-size:13px;color:var(--muted);line-height:1.9}.identity-credit{display:flex;align-items:flex-start;gap:27px;margin-bottom:27px}.identity-credit>img{flex-shrink:0;width:65px;height:78px;object-fit:contain}.identity-credit p{margin-bottom:10px}.identity-credit a{font-size:11px}
/* Network before footer, one live list with native swipe */
.network-section{padding-block:55px 35px;background:#f0e8e1;border-top:1px solid var(--line)}.network-section h2{font-size:34px}.network-section .eyebrow{font-size:9px}.network-controls{display:flex;align-items:center;gap:9px;flex-shrink:0}.round-control{display:grid;place-items:center;width:44px;height:44px;border:1px solid #c4b1a7;border-radius:50%;font-size:21px;transition:background .2s}.round-control:hover{background:var(--peach)}.pause-control{font-size:10px;border:1px solid #c4b1a7;min-height:40px;padding-inline:15px;margin-left:5px}.pause-control[aria-pressed=true]{background:var(--wine);color:white}.network-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 0 21px;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#bca699 #e0d5cb}.network-track::-webkit-scrollbar{height:4px}.network-track::-webkit-scrollbar-thumb{background:#bca699}.network-card{flex:0 0 270px;scroll-snap-align:start;display:flex;flex-direction:column;padding:21px 23px;background:var(--paper);border:1px solid #d5c7bd;min-height:144px;transition:background .2s}.network-card:hover{background:white}.network-card.is-current{border-top:3px solid var(--wine);padding-top:19px}.network-card-top{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:9px;color:var(--muted);margin-bottom:24px}.network-card-top>span{flex-shrink:0}.network-card.is-current .network-card-top>span{background:var(--wine);color:white;padding:2px 7px;font-size:8px}.network-card strong{font-family:Georgia,serif;font-size:23px;letter-spacing:-.04em;font-weight:500;line-height:1.15;margin-bottom:8px}.network-domain{font-size:9px;color:var(--muted);overflow-wrap:anywhere}.network-bottom{display:flex;justify-content:space-between;gap:30px;font-size:9px;color:var(--muted);margin-top:19px}.network-bottom>span:last-child{text-align:right;max-width:560px}.site-footer{background:#33222e;color:#eadce2;padding-top:68px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr;gap:85px;padding-bottom:52px}.footer-brand h2{font-size:45px;margin-bottom:24px;color:white}.footer-brand .eyebrow{color:#cd9d85;font-size:9px}.footer-brand p{font-size:12px;max-width:380px;color:#c6b1ba;line-height:1.9}.footer-grid h3{font-size:12px;font-weight:600;letter-spacing:0;margin:5px 0 25px;color:white}.footer-grid>div:not(:first-child)>a{display:block;font-size:11px;color:#c6b1ba;margin-bottom:14px}.footer-grid a:hover{color:white;text-decoration:underline;text-underline-offset:4px}.footer-bottom{border-top:1px solid #66505d;display:flex;justify-content:space-between;gap:25px;padding-block:24px;font-size:9px;color:#b49eab}.footer-bottom>span:nth-child(2){max-width:500px}.footer-bottom>a{white-space:nowrap;color:#eadce2}
/* Dialogs and utility */
dialog{border:0;padding:0;color:var(--ink);background:var(--paper);max-width:calc(100% - 36px);box-shadow:0 30px 130px #15051266}dialog::backdrop{background:#281824aa;backdrop-filter:blur(5px)}.search-dialog{width:740px;padding:32px 38px;max-height:85vh}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.dialog-top .eyebrow{margin:0;font-size:9px}.dialog-close{font-size:11px;min-height:44px;padding:5px 9px;flex-shrink:0}.search-dialog h2{font-size:34px;margin:12px 0 25px}.search-dialog input{width:100%;padding:16px 18px;background:white;border:1px solid #cdbbb3;font-size:15px;min-height:54px}.search-hint{font-size:10px;color:var(--muted);margin:12px 0 20px}.search-results{display:grid;gap:12px}.search-result{display:block;padding:16px 19px;background:#f0e8e2;border:1px solid #e0d4ca}.search-result:hover{background:#eaddd2}.search-result strong{display:block;font-family:Georgia,serif;font-size:23px;font-weight:400;line-height:1.3;margin-bottom:7px}.search-result p{font-size:11px;line-height:1.7;color:var(--muted);margin:0}.search-result>span{font-size:9px;color:var(--wine2);display:block;margin-bottom:8px;letter-spacing:.05em}.no-results{font-size:13px;color:var(--muted);padding:18px 0}.lightbox{width:1060px;padding:19px 25px;max-height:94vh}.lightbox .dialog-top h2{font-family:Georgia,serif;font-size:25px;line-height:1.3;letter-spacing:-.03em}.lightbox-stage{min-height:160px}.lightbox img{width:100%;height:auto;max-height:70vh;object-fit:contain;background:#eae3db}.lightbox>p{font-size:11px;line-height:1.8;color:var(--muted);margin:17px 0 5px}.lightbox>p a{text-decoration:underline}.error-page{text-align:center;padding:30px 0 100px}.error-number{display:block;font:115px/1 Georgia,serif;color:#dccbc8;margin:15px 0 20px;letter-spacing:-.08em}.error-page h1{font-size:55px;margin-bottom:24px}.error-page p{max-width:600px;margin:0 auto 28px;font-size:14px;color:var(--muted)}.error-page>div{display:flex;justify-content:center;flex-wrap:wrap;gap:13px}.reveal-once{animation:reveal-in .6s var(--ease) both}@keyframes reveal-in{from{transform:translateY(14px)}to{transform:translateY(0)}}
/* Tablet */
@media(min-width:1600px){.hero-content{min-height:750px}.hero{min-height:750px}.hero h1{font-size:98px}}
@media(max-width:1200px){.wrap{width:calc(100% - 72px)}.desktop-nav{gap:17px}.desktop-nav a{font-size:11px}.header-inner{gap:18px}.hero-content{gap:40px;grid-template-columns:1.3fr .85fr}.hero h1{font-size:75px}.hero-aside{padding:26px 23px}.split-feature{gap:45px}.story-copy{padding:21px 19px}.story-card h3{font-size:25px}.story-bottom{flex-wrap:wrap;gap:8px}.stat{padding:28px}.stat>strong{font-size:55px}.page-hero{gap:40px}.guide-layout{gap:38px}.about-grid{gap:65px}.article-layout{gap:48px;grid-template-columns:180px minmax(0,720px)}.footer-grid{gap:60px}.contact-grid{gap:60px}main>.source-note{width:calc(100% - 72px)}}
@media(max-width:1050px){.desktop-nav{display:none}.menu-open{display:flex}.hero-content{grid-template-columns:1.2fr .8fr;gap:30px}.hero h1{font-size:65px}.hero-aside h2{font-size:28px}.hero-aside a{font-size:12px}.hero-aside{padding:24px 22px}.hero .button{font-size:12px;min-height:48px;padding:13px 15px}.hero-buttons{gap:9px}.hero-kicker{font-size:8px;letter-spacing:.1em}.hero-content,.hero{min-height:650px}.intro-strip>.wrap{grid-template-columns:1fr 1fr 42px;gap:30px}.vertical-label{display:none}.intro-strip h2{font-size:27px}.story-grid{gap:17px}.story-copy{padding:20px 17px}.story-card h3{font-size:23px}.story-card p{font-size:11px}.story-meta{font-size:8px}.story-meta>span:first-child{font-size:8px}.story-bottom{font-size:8px}.story-bottom a{font-size:9px}.stat>strong{font-size:47px}.stat-label{font-size:10px}.stat>strong>span{font-size:16px}.stat-note h3{font-size:24px}.stat{padding:25px}.split-feature{gap:35px}.feature-text h2{font-size:39px}.feature-text>p{font-size:13px}.support-list strong{font-size:12px}.page-hero-photo>img{height:300px}.guide-layout{grid-template-columns:.65fr 1.25fr}.guide-picker{padding:23px}.guide-picker label{font-size:24px}.faq-layout{gap:50px}.footer-grid{gap:45px}.network-section h2{font-size:30px}.network-bottom{font-size:8px}.article-layout{gap:35px;grid-template-columns:170px 1fr}.article-nav>a{font-size:11px}}
@media(max-width:800px){.section{padding-block:60px}.wrap{width:calc(100% - 44px)}.status-ribbon .wrap{min-height:30px;font-size:7px;letter-spacing:.05em}.status-ribbon a{display:none}.header-inner{min-height:82px}.brand strong{font-size:28px}.brand>img{width:31px;height:41px}.brand-small,.brand-domain{font-size:7px}.header-actions{gap:13px}.hero-content{grid-template-columns:1fr;gap:32px;align-items:start;padding-top:63px;padding-bottom:40px}.hero h1{font-size:76px}.hero-copy>p{font-size:15px;max-width:470px}.hero-kicker{font-size:9px;margin-bottom:25px}.hero-shade{background:linear-gradient(90deg,#271423d9,#27142371),linear-gradient(0deg,#271423b3,transparent 55%)}.hero-photo img{object-position:50% 50%}.hero-aside{transform:none;display:grid;grid-template-columns:1fr 1.3fr;column-gap:26px;max-width:650px;padding:23px 26px;margin-top:0}.hero-aside>.eyebrow{grid-column:1;grid-row:1;font-size:8px;align-self:end;margin-bottom:12px}.hero-aside>h2{grid-column:1;grid-row:2/4;margin:0;font-size:28px}.hero-aside>a{grid-column:2;padding:13px 0;font-size:12px}.hero-aside>a:nth-of-type(1){grid-row:1/3;border-top:0}.hero-aside>a:nth-of-type(2){grid-row:3/4}.hero-aside>a:nth-of-type(3){grid-row:4/5}.hero-aside>p{grid-column:1;grid-row:4/5;font-size:8px;border:0;padding:0;align-self:end;max-width:170px}.hero-caption{margin-top:24px;font-size:8px}.intro-strip>.wrap{grid-template-columns:1fr 1.2fr;gap:24px;padding-block:27px}.intro-strip .round-link{display:none}.intro-strip h2{font-size:26px}.intro-strip p{font-size:11px}.section-heading{margin-bottom:28px;gap:22px}.section-heading h2{font-size:38px}.section-heading .text-link{font-size:11px}.story-grid{grid-template-columns:1fr;gap:25px}.story-card{display:grid;grid-template-columns:.9fr 1.1fr}.story-photo{aspect-ratio:auto;height:100%;min-height:255px}.story-copy{padding:23px}.story-card h3{font-size:27px}.story-card p{font-size:12px}.story-meta,.story-meta>span:first-child{font-size:9px}.story-bottom{font-size:9px}.story-bottom a{font-size:10px}.story-grid.two{grid-template-columns:1fr}.split-feature{grid-template-columns:1fr 1fr;gap:27px}.feature-text h2{font-size:33px}.support-list>a{padding:14px 0;gap:12px}.support-list strong{font-size:11px}.feature-text>p{font-size:12px}.feature-photo>img{aspect-ratio:.74;object-position:center}.support-feature{padding-block:58px}.data-section .section-heading{align-items:start}.section-intro{max-width:250px;font-size:12px}.stats-grid{grid-template-columns:1fr 1fr}.stat-note{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px 25px;border-top:1px solid var(--line)}.stat-note .eyebrow{grid-column:1;margin-bottom:0}.stat-note h3{grid-column:1;grid-row:2/4;font-size:26px;margin:0}.stat-note p{grid-column:2;grid-row:1/3;margin:0;font-size:12px;align-self:end}.stat-note a{grid-column:2;font-size:12px}.stat:nth-child(2){border-right:0}.stat>strong{font-size:59px}.stat-label{font-size:12px}.stat>span:last-child{font-size:10px}.stat>strong>span{font-size:20px}.teaser-grid{gap:14px}.teaser-grid .photo>img{height:240px}.photo figcaption{font-size:8px}.gallery-teaser{padding-top:0}.cta-band{padding:35px;gap:25px;margin-bottom:55px}.cta-band h2{font-size:32px}.cta-band p{font-size:11px}.cta-band .button{font-size:11px;padding-inline:18px}.page-hero{gap:30px;grid-template-columns:1.1fr .9fr;padding-bottom:28px}.page-hero h1{font-size:43px}.page-hero .lead{font-size:13px}.page-hero .eyebrow{font-size:8px}.page-hero-photo>img{height:320px}.page-hero-photo,.page-hero-photo>img{border-radius:80px 0 0 0}.about-grid{gap:35px;grid-template-columns:.6fr 1.2fr}.sticky-note h2{font-size:29px}.sticky-note>a{font-size:11px}.prose-stack h2{font-size:30px}.prose-stack p{font-size:13px}.guide-layout{grid-template-columns:1fr;gap:40px}.guide-picker{position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px 25px;align-items:center}.guide-picker label{font-size:26px;margin:0}.guide-picker>p{margin:0;font-size:11px}.guide-notice{border:0;padding:0;margin:0}.guide-notice span,.guide-notice strong{font-size:10px}.guide-panel{scroll-margin-top:110px}.faq-layout{gap:30px;grid-template-columns:.8fr 1.2fr}.faq-layout h2{font-size:33px}.faq-layout>div:first-child>p{font-size:12px}.faq-list summary{font-size:12px}.faq-list details p{font-size:12px;padding-right:10px}.directory-grid{gap:18px}.directory-card{padding:25px}.directory-card h2{font-size:27px}.directory-top{font-size:9px}.directory-card>p{font-size:12px}.contact-grid{gap:35px}.contact-grid h2{font-size:36px}.contact-grid p{font-size:12px}.contact-detail strong,.contact-detail a{font-size:14px}.contact-detail>div>span{font-size:10px}.article-header h1{font-size:49px}.article-layout{grid-template-columns:1fr;gap:35px;padding-block:44px}.article-nav{position:static;display:flex;gap:10px 20px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:18px;align-items:center}.article-nav .eyebrow{width:100%;margin-bottom:0}.article-nav>a{margin:0;font-size:10px}.share-tools{width:100%;margin:0;padding:9px 0 0;border:0;flex-direction:row;align-items:center;flex-wrap:wrap}.share-tools button{font-size:10px;padding:6px 10px;min-height:36px}.article-body{max-width:720px;margin:auto}.article-body>p{font-size:15px}.article-body>p.article-lead{font-size:24px}.gallery-grid{gap:33px 22px}.gallery-open .photo>img{height:290px}.gallery-credit h2{font-size:25px}.gallery-credit p{font-size:11px}.asset-policy{padding:30px;margin-top:45px}.network-section .section-heading{align-items:center}.network-section h2{font-size:30px}.network-controls{gap:7px}.pause-control{padding-inline:9px;margin-left:0}.network-bottom{display:block;line-height:1.9;font-size:9px}.network-bottom span{display:block;text-align:left!important}.network-bottom>span:first-child{margin-bottom:5px}.footer-grid{grid-template-columns:1.25fr 1fr;gap:40px}.footer-brand{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:45px}.footer-brand .eyebrow{grid-column:1}.footer-brand h2{grid-column:1;margin:0}.footer-brand p{grid-column:2;grid-row:1/3;align-self:center;margin:0}.footer-grid>div:not(:first-child)>a{font-size:12px}.footer-bottom{flex-wrap:wrap;font-size:9px;gap:10px 20px}.footer-bottom>span:nth-child(2){order:3;width:100%;max-width:none}.footer-bottom>a{margin-left:auto}.site-footer{padding-top:50px}main>.source-note{width:calc(100% - 44px)}}
/* Phone */
@media(max-width:550px){html{scroll-padding-top:95px}.wrap{width:calc(100% - 36px)}.status-ribbon .wrap{font-size:6.5px;line-height:1.5;min-height:27px;letter-spacing:.04em}.header-inner{min-height:76px;gap:15px}.brand{gap:9px}.brand strong{font-size:27px}.brand>img{width:28px;height:35px}.brand-small{font-size:6.5px;letter-spacing:.17em}.brand-domain{font-size:6.5px}.search-open{padding:0 5px;min-width:30px}.search-open>span:last-child{display:none}.header-actions{gap:12px}.menu-open{font-size:10px;gap:6px}.burger{width:19px}.burger i{width:19px}.burger i:last-child{width:13px}.hero-content{padding-top:48px;padding-bottom:25px;gap:29px}.hero h1{font-size:59px;line-height:1.05;margin-bottom:22px}.hero-kicker{font-size:7px;letter-spacing:.08em;gap:8px;margin-bottom:23px}.hero-kicker>span{width:17px}.hero-copy>p{font-size:13px;line-height:1.95;max-width:350px}.hero-buttons{gap:10px;margin-top:26px}.hero .button{font-size:10px;padding:11px 13px;min-height:47px;gap:11px}.hero-caption{margin-top:20px;font-size:7px;line-height:1.8}.hero-aside{padding:20px;grid-template-columns:.9fr 1.25fr;gap:0 18px}.hero-aside h2{font-size:24px}.hero-aside>.eyebrow{font-size:6.5px;letter-spacing:.1em;margin-bottom:10px}.hero-aside>a{font-size:10px;line-height:1.55;padding:11px 0;gap:8px}.hero-aside small{font-size:6px;letter-spacing:.06em}.hero-aside b{font-size:17px}.hero-aside>p{font-size:7px;line-height:1.7;margin-bottom:0}.hero-shade{background:linear-gradient(90deg,#271423c9,#27142373),linear-gradient(0deg,#271423c9,transparent 80%)}.hero-photo img{object-position:52% center}.intro-strip>.wrap{display:block;padding-block:26px}.intro-strip h2{font-size:29px;margin-bottom:16px}.intro-strip p{font-size:11px;line-height:1.9;max-width:450px}.section{padding-block:46px}.section-heading{align-items:flex-start;gap:18px;flex-wrap:wrap;margin-bottom:27px}.section-heading h2{font-size:35px}.eyebrow{font-size:8px;letter-spacing:.16em;margin-bottom:16px}.section-heading .eyebrow{font-size:8px;margin-bottom:13px}.section-heading>.text-link{font-size:10px}.story-card{display:flex}.story-photo{aspect-ratio:1.65;height:auto;min-height:0}.story-photo figure{height:100%}.story-copy{padding:24px}.story-card h3{font-size:29px;max-width:400px}.story-card p{font-size:12px;line-height:1.9}.story-bottom{font-size:9px;gap:10px;flex-wrap:nowrap}.story-bottom a{font-size:10px}.story-bottom>span{max-width:180px}.story-meta>span:first-child,.story-meta{font-size:9px}.split-feature{grid-template-columns:1fr;gap:32px}.split-feature.reverse>.photo,.split-feature.reverse>.feature-text{order:initial}.feature-photo>img{aspect-ratio:1.2;object-fit:cover}.feature-text h2{font-size:41px;margin-bottom:20px}.feature-text>p{font-size:13px}.support-feature{padding-block:40px}.support-list strong{font-size:12px}.support-list>a{padding:17px 0}.feature-text>.small{font-size:9px}.stats-grid{margin-top:25px}.stat{padding:24px 18px}.stat-label{font-size:9px;line-height:1.8}.stat>strong{font-size:41px;margin-block:15px;gap:5px}.stat>strong>span{font-size:15px}.stat>span:last-child{font-size:8px;line-height:1.8}.stat-note{padding:25px;column-gap:22px}.stat-note .eyebrow{font-size:7px}.stat-note h3{font-size:23px}.stat-note p{font-size:10px}.stat-note a{font-size:10px}.section-intro{font-size:12px;max-width:100%;line-height:1.9}.data-section .section-heading{display:block}.data-section .section-intro{margin-top:22px}.gallery-teaser{padding-top:0}.teaser-grid{grid-template-columns:1fr 1fr;gap:22px 15px}.teaser-grid>.photo:nth-child(3){grid-column:1/-1;margin-top:0}.teaser-grid>.photo:nth-child(2){margin-top:30px}.teaser-grid .photo>img{height:220px}.teaser-grid>.photo:nth-child(3)>img{height:220px}.photo figcaption{font-size:7px;line-height:1.8}.cta-band{padding:31px 26px;display:block;margin-bottom:45px}.cta-band h2{font-size:33px}.cta-band p{font-size:11px;margin-top:17px}.cta-band .button{margin-top:24px;font-size:11px}.cta-band .eyebrow{font-size:8px}.breadcrumbs{font-size:9px;padding-block:19px}.breadcrumbs ol{gap:6px 11px}.breadcrumbs li:not(:last-child)::after{margin-left:11px}.page-hero{grid-template-columns:1fr;gap:24px;padding-top:13px;padding-bottom:32px}.page-hero h1{font-size:45px;line-height:1.12;margin-bottom:21px}.page-hero .eyebrow{font-size:8px;margin-bottom:18px}.page-hero .lead{font-size:13px;line-height:1.9;max-width:420px;margin-bottom:0}.page-hero-photo{border-radius:85px 0 0 0}.page-hero-photo>img{border-radius:85px 0 0 0;height:250px}.about-grid{grid-template-columns:1fr;gap:32px}.sticky-note{position:static;display:flex;gap:8px 20px;flex-wrap:wrap}.sticky-note .eyebrow,.sticky-note h2{width:100%}.sticky-note h2{font-size:29px;margin-bottom:13px}.sticky-note h2 br{display:none}.sticky-note .eyebrow{margin-bottom:0}.sticky-note>a{font-size:10px;margin:0}.prose-stack h2{font-size:31px}.prose-stack p{font-size:13px;line-height:1.95}.chapter-label{font-size:9px}.prose-stack article{margin-bottom:34px;padding-bottom:25px}.jump-nav{gap:8px;padding-block:20px}.jump-nav a{font-size:10px;padding:8px 10px}.support-detail .feature-photo>img{aspect-ratio:1.3}.support-detail .feature-text h2{font-size:35px}.support-detail .eyebrow{font-size:8px;line-height:1.8}.support-detail .button{font-size:11px;min-height:48px}.guide-layout{gap:35px}.guide-picker{display:block;padding:25px}.guide-picker label{font-size:27px;margin-bottom:18px}.guide-picker>p{font-size:11px;margin-top:15px}.guide-notice{border-top:1px solid var(--line);padding-top:15px;margin-top:18px}.guide-notice strong{font-size:11px}.guide-notice span{font-size:10px}.guide-picker select{font-size:12px}.guide-heading h2{font-size:32px}.guide-heading>p{font-size:13px}.guide-step{grid-template-columns:30px 1fr;gap:13px}.guide-step>span{font-size:25px}.guide-step h3{font-size:16px;line-height:1.5}.guide-step p{font-size:12px;line-height:1.95}.guide-links{gap:16px}.guide-links .button{font-size:11px;min-height:48px}.guide-links .text-link{font-size:11px}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-layout h2{font-size:34px}.faq-layout>div:first-child>p{font-size:12px;margin-top:20px}.faq-layout .text-link{font-size:11px}.faq-list summary{padding-block:21px;font-size:13px}.faq-list details p{font-size:12px}.filter-row{gap:8px;margin-bottom:25px}.filter-button{font-size:10px;padding:9px 14px;min-height:40px}#filter-status{width:100%;margin:3px 0 0;font-size:10px}.editorial-note{padding:27px 25px;margin-top:37px}.editorial-note h2{font-size:29px}.editorial-note p{font-size:12px;line-height:1.9}.editorial-note .eyebrow{font-size:8px}.editorial-note .text-link{font-size:11px}.directory-grid{grid-template-columns:1fr;gap:18px}.directory-card{padding:26px}.directory-card h2{font-size:29px}.directory-card>p{font-size:12px}.directory-top{font-size:9px}.official-host{font-size:10px}.directory-card .button{font-size:11px}.contact-grid{grid-template-columns:1fr;gap:25px}.contact-section{padding-block:45px}.contact-grid h2{font-size:38px}.contact-grid p{font-size:13px}.contact-detail strong,.contact-detail a{font-size:15px}.contact-detail>div>span{font-size:10px}.contact-detail>div:first-child{padding-top:0}.article-header{padding-top:12px;padding-bottom:22px;text-align:left}.article-header h1{font-size:43px;line-height:1.16;margin-bottom:22px}.article-header .eyebrow{font-size:8px;line-height:1.8}.article-meta{justify-content:flex-start;gap:7px 16px;font-size:9px}.source-period{font-size:9px;margin-top:11px}.article-cover img{max-height:400px}.article-layout{padding-block:30px;gap:28px}.article-nav>a{font-size:9px}.article-body>p{font-size:14px;line-height:1.95}.article-body>p.article-lead{font-size:23px;line-height:1.6;margin-bottom:27px}.article-body h2{font-size:30px;margin-top:31px;margin-bottom:19px}.article-callout{padding:25px}.article-callout strong{font-size:14px}.article-callout p{font-size:12px}.article-sources .text-link{font-size:11px}.article-sources li>span{font-size:9px}.article-sources p{font-size:10px}.article-body>.button{font-size:11px}.gallery-grid{grid-template-columns:1fr;gap:34px}.gallery-open .photo>img{height:280px}.gallery-credit{padding-top:20px}.gallery-credit h2{font-size:28px}.gallery-credit p{font-size:11px}.credit-links .text-link{font-size:10px}.asset-policy{padding:26px;margin-top:38px}.asset-policy h2{font-size:31px}.asset-policy p{font-size:12px}.identity-credit{gap:20px}.identity-credit>img{width:43px;height:50px}.identity-credit p{font-size:11px}.identity-credit a{font-size:10px}.network-section{padding-top:38px;padding-bottom:25px}.network-section .section-heading{display:block;margin-bottom:20px}.network-section h2{font-size:32px;max-width:320px}.network-section .eyebrow{font-size:8px}.network-controls{margin-top:24px}.round-control{width:42px;height:42px;font-size:20px}.pause-control{font-size:10px;min-height:38px;padding-inline:14px;margin-left:4px}.network-track{gap:12px;padding-bottom:17px}.network-card{flex-basis:250px;padding:20px;min-height:140px}.network-card.is-current{padding-top:18px}.network-card strong{font-size:24px}.network-card-top{font-size:8px;margin-bottom:22px}.network-domain{font-size:9px}.network-bottom{font-size:8px;line-height:1.8}.site-footer{padding-top:40px}.footer-grid{gap:32px 25px;grid-template-columns:1fr 1fr;padding-bottom:34px}.footer-brand{display:block}.footer-brand h2{font-size:43px;margin-bottom:22px}.footer-brand p{font-size:12px;max-width:400px}.footer-brand .eyebrow{font-size:8px;margin-bottom:19px}.footer-grid h3{font-size:11px;margin-bottom:20px}.footer-grid>div:not(:first-child)>a{font-size:10px;line-height:1.8;margin-bottom:12px}.footer-bottom{padding-block:20px;font-size:8px;gap:11px 15px}.search-dialog{padding:23px;max-width:calc(100% - 24px)}.search-dialog h2{font-size:29px}.search-dialog input{font-size:13px;padding:14px;min-height:50px}.search-hint{font-size:9px}.dialog-close{font-size:10px}.search-result{padding:15px}.search-result strong{font-size:23px}.search-result p{font-size:10px}.search-result>span{font-size:8px}.lightbox{padding:14px;max-width:calc(100% - 20px)}.lightbox .dialog-top h2{font-size:22px}.lightbox>p{font-size:10px}.error-page{padding-block:25px 65px}.error-number{font-size:95px}.error-page h1{font-size:40px}.error-page p{font-size:13px}.error-page .button{font-size:11px}main>.source-note{width:calc(100% - 36px);font-size:9px}.source-note .text-link{font-size:9px}}
@media(max-width:360px){.hero h1{font-size:54px}.hero-aside{padding:17px;column-gap:14px}.hero-aside h2{font-size:22px}.hero-aside>a{font-size:9px}.stat>strong{font-size:37px}.stat>strong>span{font-size:13px}.page-hero h1{font-size:41px}.article-header h1{font-size:39px}.wrap{width:calc(100% - 30px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.story-card:hover,.button:hover{transform:none}.story-card:hover img,.gallery-open:hover img{transform:none}}
@media print{body{background:white;color:#111}.status-ribbon,.site-header,.breadcrumbs,.network-section,.site-footer,.article-nav,.share-tools,dialog,.cta-band,.skip,.story-grid,.menu-open{display:none!important}.wrap{width:100%;max-width:none}.article-header{text-align:left;padding:0 0 20px}.article-header h1{font-size:32px}.article-cover img{max-height:240px}.article-layout{display:block;padding:20px 0}.article-body{max-width:none}.article-body>p{font-size:11pt}.article-body h2{font-size:19pt;break-after:avoid}.article-sources a::after{content:" (" attr(href) ")";font-size:8pt;overflow-wrap:anywhere}.article-sources{break-inside:avoid}.photo figcaption{font-size:8pt}.article-callout{border:1px solid #bbb;background:white;break-inside:avoid}.article-body>.button{display:none}.section{padding:20px 0}.page-hero{display:block}.page-hero-photo{max-width:350px}.guide-picker{display:none}.guide-layout{display:block}}
