/* Lintas Pasaman — a photo-led atlas and chronology. Independent design system. */
:root{--ink:#123d49;--deep:#0b2b36;--muted:#64777c;--paper:#fafbfa;--white:#fff;--line:#dae3e3;--ice:#eaf2f3;--orange:#f47547;--orange-dark:#bc471f;--sand:#f5e7dc;--head:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Inter',Arial,sans-serif;--shadow:0 16px 42px #0b2b360d}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.75 var(--body);-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-family:var(--head);line-height:1.03;font-weight:600;letter-spacing:-.015em}h2{font-size:54px}h3{font-size:31px}p{overflow-wrap:break-word}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button{border:0}input,textarea,select{min-width:0;border-radius:0}button:active,.btn:active{transform:scale(.98)}:focus-visible{outline:3px solid var(--orange);outline-offset:4px}[hidden]{display:none!important}::selection{background:var(--orange);color:#15272d}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip{position:fixed;top:8px;left:12px;z-index:200;padding:12px 22px;background:var(--white);color:var(--ink);transform:translateY(-180%)}.skip:focus{transform:none}.container{width:calc(100% - 112px);max-width:1280px;margin-inline:auto}.section{padding:94px 0}.eyebrow{display:flex;gap:12px;align-items:center;font:700 10px/1.7 var(--body);letter-spacing:.15em;text-transform:uppercase;margin-bottom:18px;color:var(--ink)}.eyebrow>span{font-size:9px;color:var(--orange-dark);border-right:1px solid #8fa6ab;padding-right:12px;letter-spacing:.05em}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:65px;margin-bottom:40px}.section-heading h2{font-size:58px}.section-heading h2 em{color:#507781;font-style:normal}.section-heading>div:last-child:not(:first-child){max-width:350px}.section-heading p:not(.eyebrow){font-size:13px;color:var(--muted);max-width:350px;line-height:1.9}.section-heading .text-link{margin-top:15px}.section-heading>.btn{flex-shrink:0}.btn{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;padding:16px 23px;min-height:52px;background:var(--ink);color:#fff;font-weight:600;font-size:12px;border:1px solid transparent;position:relative;overflow:hidden;transition:background .2s,transform .2s,box-shadow .3s}.btn:before{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 10%,#ffffff25,transparent 90%);transform:translateX(-110%);transition:transform .45s}.btn:hover:before{transform:translateX(110%)}.btn:hover{background:#205567;box-shadow:0 10px 20px #123d491b}.btn>span{font-size:21px;font-weight:400}.btn-orange{background:var(--orange);color:var(--deep)}.btn-orange:hover{background:#ff9368}.btn-line{border-color:#52757e;background:transparent;color:var(--ink)}.btn-line:hover{background:#123d49;color:#fff}.text-link{display:inline-flex;gap:26px;align-items:center;font-size:12px;font-weight:600;padding:8px 0;border-bottom:1px solid #9eafb1;transition:gap .25s,color .25s}.text-link:hover{gap:33px;color:var(--orange-dark)}.source{font-size:11px;text-decoration:underline;text-decoration-color:#8fa6ab;text-underline-offset:4px;line-height:1.7;overflow-wrap:anywhere}.source:hover{color:var(--orange-dark)}.actions{display:flex;gap:25px;flex-wrap:wrap;align-items:center;margin-top:26px}.subtle{color:var(--muted);font-size:13px;line-height:1.9}.small{font-size:11px!important}.notice{background:var(--ice);padding:32px 36px;border-top:3px solid var(--ink);margin-top:45px}.notice h2{font-size:33px;margin-bottom:17px}.notice h3{font-size:28px;margin-bottom:15px}.notice p{font-size:13px;color:var(--muted);line-height:1.9}.notice p+p{margin-top:14px}.notice .text-link{margin-top:15px}
/* Compact masthead; no two-tier branding or side navigation. */
.masthead{background:#fff;position:sticky;top:0;z-index:70;box-shadow:0 3px 20px #0b2b3605;border-bottom:1px solid #e6ecec}.masthead-inner{display:flex;align-items:center;gap:28px;height:91px}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.brand img{width:78px;height:59px;object-fit:contain;background:#fff}.brand>span{border-left:1px solid var(--line);padding-left:15px;display:flex;flex-direction:column}.brand small{font-size:8px;font-weight:700;letter-spacing:.26em;line-height:1.8}.brand strong{font-family:var(--head);font-size:32px;font-weight:600;line-height:1;letter-spacing:.015em}.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.desktop-nav>a,.nav-drop>button{font-size:12px;font-weight:600;padding:32px 0;white-space:nowrap;background:none}.desktop-nav>a:hover,.nav-drop>button:hover,.desktop-nav a[aria-current=page]{color:var(--orange-dark)}.desktop-nav a[aria-current=page]{box-shadow:inset 0 -3px var(--orange)}.nav-drop{position:relative}.nav-drop>button{display:flex;align-items:center;gap:10px}.drop-panel{position:absolute;top:100%;right:-25px;min-width:235px;padding:14px;background:white;border-top:3px solid var(--orange);box-shadow:0 12px 38px #0b2b3620;transform:translateY(-8px);opacity:0;visibility:hidden;transition:opacity .2s,transform .2s}.nav-drop:hover .drop-panel,.nav-drop.open .drop-panel{transform:none;opacity:1;visibility:visible}.drop-panel a{font-size:12px;display:block;padding:12px 15px}.drop-panel a:hover{background:var(--ice)}.masthead-actions{display:flex;align-items:center;gap:25px;margin-left:7px}.header-note{font-size:9px;line-height:1.6;padding-left:25px;border-left:1px solid var(--line);color:var(--muted)}.header-note b{color:var(--ink);font-weight:600}.menu-button{display:none;align-items:center;gap:12px;font-size:12px;background:none;min-width:44px;min-height:44px}.menu-button i{display:block;width:22px;height:14px;border-top:2px solid currentColor;border-bottom:2px solid currentColor;position:relative}.menu-button i:after{content:'';width:15px;border-top:2px solid currentColor;position:absolute;left:0;top:4px}
/* Panoramic cover: centered condensed headline, not another split hero. */
.atlas-hero{position:relative;min-height:600px;height:calc(100svh - 195px);max-height:770px;isolation:isolate;overflow:hidden;color:#fff;background:#1d4955}.atlas-photo,.hero-tone{position:absolute;inset:0;z-index:-2}.atlas-photo img{width:100%;height:100%;object-fit:cover;object-position:center 52%;animation:photo-enter 1.3s ease-out both}.hero-tone{z-index:-1;background:linear-gradient(180deg,#082b3645 0%,#082b360d 34%,#071f29cc 100%),linear-gradient(90deg,#123d4924,#123d491f)}.hero-content{height:100%;display:flex;flex-direction:column;padding-top:30px;padding-bottom:24px;justify-content:space-between}.hero-top{display:flex;justify-content:space-between;gap:25px;font-size:9px;letter-spacing:.2em;line-height:1.7}.hero-top>span{letter-spacing:.09em;opacity:.86}.hero-title{max-width:1080px;width:100%;margin:0 auto;padding:22px 0 5px}.hero-title>p{text-align:center;font-size:13px;font-weight:500;letter-spacing:.045em;margin-bottom:2px}.hero-title h1{font-size:clamp(120px,16.7vw,240px);letter-spacing:.015em;line-height:.99;font-weight:700;text-align:center;text-shadow:0 3px 30px #0c29331a}.hero-dot{color:var(--orange)}.hero-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff69;padding-top:27px;margin-top:19px;gap:30px}.hero-bottom p{font-size:13px;line-height:1.85;max-width:360px}.hero-credit{font-size:9px;color:#d3e2e6;text-align:right}.hero-credit a{border-bottom:1px solid #bdd3d95e;display:inline-block;margin-left:15px}.route-bar{background:var(--deep);color:white}.routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.route{display:grid;grid-template-columns:1fr auto;padding:24px 32px;border-right:1px solid #ffffff24;transition:background .2s}.route:first-child{padding-left:0}.route:last-child{border:0}.route:hover{background:#ffffff08}.route small{grid-column:1;font-size:8px;font-weight:600;letter-spacing:.13em;color:#9bbbc4}.route strong{grid-column:1;font-family:var(--head);font-size:27px;line-height:1.1;font-weight:500;letter-spacing:.02em;margin-top:6px}.route>span{grid-column:2;grid-row:1/3;align-self:center;font-size:28px;font-weight:300;color:var(--orange)}
/* Atlas tabs: vertical index + seamless photo/copy panel. */
.atlas-tabs{display:grid;grid-template-columns:270px 1fr;border:1px solid var(--line);background:#fff;min-height:376px}.atlas-select{display:flex;flex-direction:column;background:#f0f4f4}.atlas-select button{display:grid;position:relative;grid-template-columns:1fr auto;align-content:center;text-align:left;padding:30px 28px;background:none;border-bottom:1px solid var(--line);border-left:3px solid transparent;flex:1;gap:9px;transition:background .25s}.atlas-select button:last-child{border-bottom:0}.atlas-select button[aria-selected=true]{background:white;border-left-color:var(--orange)}.atlas-select button small{grid-column:1/3;font-size:8px;letter-spacing:.07em;color:var(--muted)}.atlas-select button strong{font-family:var(--head);font-size:30px;font-weight:600;line-height:1}.atlas-select button>span{font-size:20px;color:var(--orange-dark)}.atlas-panels{min-width:0}.atlas-panel{display:grid;grid-template-columns:1.15fr 1fr;height:100%;animation:panel-enter .45s ease}.atlas-panel-photo{min-height:374px;overflow:hidden;background:#d6e2e3}.atlas-panel-photo img{width:100%;height:100%;object-fit:cover}.atlas-panel-text{padding:38px 32px;display:flex;flex-direction:column;justify-content:center}.atlas-panel-text>span{font-size:9px;font-weight:600;color:var(--orange-dark);letter-spacing:.08em;text-transform:uppercase}.atlas-panel-text h3{font-size:42px;margin:17px 0}.atlas-panel-text>p{font-size:12px;line-height:1.9;color:var(--muted);margin-bottom:20px}.atlas-panel-text .source{font-size:10px;align-self:flex-start}
/* Chronology: photography along an uninterrupted horizontal rule. */
.journey-section{background:var(--sand);padding:83px 0 88px}.journey{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.journey-item{position:relative;min-width:0}.journey-item>time{display:block;font-size:11px;color:#735b4e;font-weight:600;margin:0 0 42px}.journey-item:before{content:'';position:absolute;height:1px;background:#cdb29e;left:0;right:-32px;top:36px}.journey-item:last-child:before{right:0}.journey-dot{position:absolute;top:32px;left:0;width:9px;height:9px;background:var(--orange-dark);border:2px solid var(--sand);border-radius:50%}.journey-img{display:block;height:200px;overflow:hidden;background:#e0cfc4}.journey-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.journey-item:hover .journey-img img{transform:scale(1.04)}.journey-item>div{padding:23px 0 0}.journey-item small{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#82614f}.journey-item h3{font-size:34px;line-height:1.1;margin:11px 0 17px}.journey-item h3 a:hover{color:var(--orange-dark)}.journey-item .text-link{font-size:11px;border-color:#b29c8d}
.context-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:100px;align-items:center}.context-number{border-right:1px solid var(--line);padding-right:50px}.context-number>.eyebrow{margin:0;color:var(--muted);font-size:8px}.context-number>strong{font:600 164px/.95 var(--head);letter-spacing:-.045em;display:block;color:var(--orange-dark);margin:10px 0}.context-number h2{font-size:30px;line-height:1.15;font-weight:500;margin:16px 0 18px}.context-number .source{font-size:10px}.context-copy h2{font-size:53px;margin-bottom:23px}.context-copy>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.95;margin-bottom:16px}.context-links{display:flex;gap:35px;flex-wrap:wrap;margin-top:23px}.context-links .text-link{font-size:11px}.local-essay{background:var(--ink);color:#fff;padding:66px 0}.essay-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}.essay-photo{position:relative}.essay-photo>img{width:100%;height:430px;object-fit:cover}.essay-photo>p{position:absolute;bottom:0;left:0;right:0;padding:20px 22px;background:linear-gradient(transparent,#082632c9)}.essay-photo .source{color:#fff;font-size:10px}.essay-copy .eyebrow{color:#b3ced4}.essay-copy .eyebrow>span{color:#ffa981}.essay-copy h2{font-size:70px;margin:26px 0}.essay-copy h2 em{font-style:normal;color:#a8c6ce}.essay-copy>p:not(.eyebrow){font-size:14px;color:#cfdee2;line-height:1.9;max-width:425px;margin:0 0 20px}.essay-copy .btn{margin-top:9px}
/* Documentary contact sheet, different from a staggered album. */
.photo-essay{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.gallery-tile{min-width:0}.photo-open{display:block;padding:0;background:#d7e2e3;width:100%;height:290px;position:relative;text-align:left;overflow:hidden}.photo-open img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.photo-open:hover img{transform:scale(1.045)}.photo-open>span{position:absolute;bottom:12px;right:12px;background:white;padding:7px 11px;font-size:9px;display:flex;gap:18px;align-items:center;box-shadow:0 5px 20px #0b2b361f}.photo-open>span b{font-weight:400;font-size:16px}.gallery-tile figcaption{padding:19px 0 0}.gallery-tile figcaption>small{font-size:8px;line-height:1.8;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);display:block}.gallery-tile figcaption h3{font-size:27px;margin:8px 0 10px}.gallery-tile figcaption .source{font-size:9px}.faq-section{background:var(--ice);padding:78px 0}.faq-section .section-heading{margin-bottom:33px}.faq-list{border-top:1px solid #b4c6ca}.faq{border-bottom:1px solid #b4c6ca}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;line-height:1.6;padding:24px 2px;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary b{font-weight:400;font-size:25px;color:#64828c;line-height:1;flex-shrink:0;transition:transform .2s}.faq[open] summary b{transform:rotate(45deg)}.faq p{font-size:13px;line-height:1.95;color:var(--muted);max-width:930px;padding:0 60px 25px 2px}.faq-section>.container>h2{margin-bottom:30px}
/* Network index: numbered paper tickets, no logos invented for regions. */
.network{padding:67px 0 35px;background:#fff;border-top:1px solid var(--line)}.network-head{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:30px}.network-head .eyebrow{margin-bottom:12px}.network-head h2{font-size:38px}.network-head p:not(.eyebrow){font-size:11px;color:var(--muted);margin-top:12px}.network-controls{display:flex;gap:8px}.network-controls button{width:45px;height:45px;display:grid;place-items:center;border:1px solid #beced1;background:#fff;font-size:22px}.network-controls button[data-net=pause]{width:auto;min-width:68px;font-size:11px;padding:0 17px}.network-controls button:hover{background:var(--ink);color:#fff}.network-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;overscroll-behavior-x:contain;cursor:grab}.network-track::-webkit-scrollbar{display:none}.network-track.dragging{user-select:none;scroll-snap-type:none;cursor:grabbing}.network-card{flex:0 0 263px;scroll-snap-align:start;border:1px solid #d0dce0;background:#fafcfc;min-height:128px;transition:background .25s,border-color .25s}.network-card:hover{background:var(--ice);border-color:#9ab5bd}.network-index{display:flex;justify-content:space-between;border-bottom:1px dashed #beced1;padding:11px 18px;font-size:9px;letter-spacing:.1em;color:#6e8c94}.network-index b{font-weight:600;font-size:9px;letter-spacing:0}.network-card strong{font-size:25px;font-weight:500;display:block;font-family:var(--head);line-height:1.2;padding:17px 18px 2px}.network-card small{font-size:9px;color:var(--muted);padding:0 18px 17px;display:block}.network-card.current{border-color:var(--orange-dark);background:#fff5ed}.network-card.current .network-index{color:var(--orange-dark)}.network-note{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:9px;margin-top:20px;font-variant-numeric:tabular-nums}
.footer{background:var(--deep);color:white;padding:65px 0 0}.footer-grid{display:grid;grid-template-columns:1.9fr 1fr 1fr;gap:70px;padding-bottom:58px}.footer-statement>small{font-size:8px;letter-spacing:.12em;color:#90b0ba}.footer-statement h2{font-size:46px;line-height:1.1;font-weight:500;margin:23px 0}.footer-statement p{font-size:11px;color:#abc1c8;line-height:1.95;max-width:340px}.footer-statement .text-link{color:#ffa982;font-size:10px;margin-top:18px;border-color:#47646e}.footer-pages,.footer-sources{padding-top:9px}.footer-grid h3{font-size:12px;font-family:var(--body);font-weight:600;color:#d2e0e5;margin-bottom:24px}.footer-pages>a,.footer-sources>a{display:block;font-size:11px;color:#adc4cc;padding:7px 0;line-height:1.7}.footer-pages>a:hover,.footer-sources>a:hover{color:#fff}.footer-bottom{border-top:1px solid #31505b;padding:25px 0;display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-mark{display:flex;align-items:center;gap:23px}.footer-mark img{object-fit:contain;width:65px;height:45px;background:#fff;padding:3px}.footer-mark p{font-size:9px;line-height:1.8;color:#89a7b2}.footer-bottom>a{font-size:10px;color:#c4d5dc;white-space:nowrap}
/* Inner page system. Broad title band + small right documentary, then unique content modules. */
.page-intro{background:var(--ice);padding-bottom:42px;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:10px;line-height:1.8;color:#738a91;padding:24px 0}.breadcrumbs a:hover{color:var(--orange-dark)}.breadcrumbs [aria-current]{color:var(--ink)}.page-intro-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:80px;align-items:center;padding:22px 0 5px}.page-intro-grid>div:only-child{grid-column:1/-1;max-width:900px}.page-intro h1{font-size:83px;line-height:1.05}.page-intro-grid>div>p:not(.eyebrow){font-size:14px;color:#5e787e;line-height:1.9;margin-top:25px;max-width:560px}.intro-image{height:256px;position:relative;background:#d2e0e1;overflow:hidden}.intro-image>img{width:100%;height:100%;object-fit:cover}.intro-image>span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0b2b36d4);color:#fff;font-size:9px;padding:28px 16px 14px}.intro-image .source{font-size:9px}.region-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;margin-bottom:40px;align-items:start}.region-note>strong{font-family:var(--head);font-size:36px;font-weight:600;line-height:1.1}.region-note>p{font-size:13px;color:var(--muted);line-height:1.9}.filters{display:flex;align-items:flex-end;gap:30px;justify-content:space-between;background:#eef3f3;padding:24px 27px}.filters label{font-size:11px;font-weight:600;display:flex;flex-direction:column;gap:9px;min-width:0;flex:1;max-width:600px}.filters label:last-child:not(:first-child){max-width:310px}.filters input,.filters select{background:white;border:1px solid #b9ced2;padding:12px 15px;font-size:12px;min-height:47px;width:100%;outline-offset:3px}.filters select{padding-right:32px}.filter-buttons{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.filter-buttons button{background:white;border:1px solid #b7cace;padding:11px 17px;font-size:11px;min-height:44px}.filter-buttons button.active,.filter-buttons button:hover{background:var(--ink);color:white;border-color:var(--ink)}.result-note{font-size:11px;color:var(--muted);margin:18px 0 28px}.empty{font-size:13px;padding:35px;background:var(--ice);text-align:center}.nagari-grid{display:flex;flex-direction:column;gap:36px}.nagari-card{display:grid;grid-template-columns:1fr 1.2fr;border:1px solid var(--line);background:white;scroll-margin-top:110px}.nagari-photo{position:relative;background:#e2ebed;min-height:330px}.nagari-photo img{width:100%;height:100%;position:absolute;object-fit:cover}.nagari-photo>span{position:absolute;left:20px;top:20px;background:#fff;padding:8px 16px;font-size:10px}.nagari-body{padding:34px 38px}.nagari-body h2{font-size:44px;margin:13px 0 22px}.nagari-body>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--muted);margin-bottom:14px}.nagari-body .eyebrow{font-size:9px;margin:0}.idea{padding:22px 24px;border-left:2px solid var(--orange);background:#f5f8f7;margin-top:25px}.idea h3,.idea>strong{font:600 12px/1.6 var(--body);color:var(--ink);margin-bottom:11px;display:block}.idea p{font-size:12px!important;color:var(--muted);line-height:1.9;margin-bottom:0!important}.topic-nav{display:flex;gap:30px;flex-wrap:wrap;padding:0 0 27px;border-bottom:1px solid var(--line);margin-bottom:60px}.topic-nav a{font-size:12px;font-weight:600}.topic-nav a:hover{color:var(--orange-dark)}.business{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;scroll-margin-top:112px}.business+.business{margin-top:100px}.business:nth-of-type(even) .business-media{order:2}.business-copy h2{font-size:48px;margin-bottom:25px}.business-copy>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.95}.business-copy .text-link{margin-top:24px}.document-photo>img{width:100%;height:370px;object-fit:cover;background:#d5e3e5}.document-photo figcaption{font-size:10px;line-height:1.8;color:var(--muted);padding-top:14px}.document-photo .source{font-size:9px}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.news-card{display:flex;flex-direction:column;border:1px solid var(--line);background:white}.news-photo{height:230px;display:block;position:relative;overflow:hidden;background:#d5e3e5}.news-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.news-photo>span{position:absolute;bottom:15px;left:17px;background:#fff;padding:5px 11px;font-size:9px}.news-card:hover .news-photo img{transform:scale(1.035)}.news-body{padding:27px 25px;display:flex;flex-direction:column;flex:1}.news-body time{font-size:10px;color:var(--muted)}.news-body h3{font-size:34px;margin:18px 0 17px;line-height:1.1}.news-body h3 a:hover{color:var(--orange-dark)}.news-body p{font-size:12px;color:var(--muted);line-height:1.9;margin-bottom:15px}.news-body .text-link{margin-top:auto;align-self:flex-start;font-size:10px}.gallery-filters{margin-bottom:24px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 24px}.gallery-grid .photo-open{height:280px}.gallery-grid .gallery-tile:first-child{grid-column:span 2}.gallery-grid .gallery-tile:first-child .photo-open{height:380px}.gallery-grid .gallery-tile:nth-child(2) .photo-open{height:380px}
.learn-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:start}.steps article{display:grid;grid-template-columns:34px 1fr;gap:20px;border-top:1px solid var(--line);padding:26px 0}.steps article>span{font-size:10px;letter-spacing:.1em;color:var(--orange-dark);padding-top:7px}.steps h2{font-size:34px;margin-bottom:16px}.steps p{font-size:13px;color:var(--muted);line-height:1.9}.checklist{padding:31px 32px;border:1px solid #bfd0d3;background:var(--ice)}.checklist h3{font-size:32px;line-height:1.1;margin-bottom:18px}.checklist>p{font-size:11px;color:var(--muted);margin-bottom:19px;line-height:1.8}.checklist label{display:flex;gap:14px;align-items:flex-start;font-size:12px;padding:16px 0;border-top:1px solid #c1d1d5;cursor:pointer}.checklist input{accent-color:var(--ink);width:18px;height:18px;flex-shrink:0;margin-top:2px}.checklist label:has(input:checked){color:var(--orange-dark)}.check-progress{margin-top:20px!important}.checklist .btn{font-size:10px;padding:11px 17px;min-height:44px}.text-button{background:none;font-size:11px;text-decoration:underline;padding:10px 0}.checklist .actions{margin-top:20px;gap:20px}.storage-note{margin:12px 0 0!important;font-size:10px!important}.storage-note:empty{display:none}.discussion-form{margin-top:40px;border:1px solid var(--line);padding:30px 32px;background:#fff}.discussion-form h3{font-size:31px;margin-bottom:16px}.discussion-form>p{font-size:11px;color:var(--muted);margin-bottom:20px}.discussion-form label{display:flex;flex-direction:column;font-size:11px;font-weight:600;gap:9px;margin-bottom:21px}.discussion-form input,.discussion-form textarea{border:1px solid #b3c7cc;background:#fcfdfd;padding:12px 13px;resize:vertical;font-size:12px;width:100%}.discussion-form .btn{font-size:11px}.form-status:empty{display:none}.form-status{padding-top:15px}.public-grid,.article-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:75px;align-items:start}.page-nav{position:sticky;top:120px;border-top:3px solid var(--orange);padding-top:22px}.page-nav p{font-size:9px;font-weight:600;letter-spacing:.13em;margin-bottom:18px;color:var(--muted)}.page-nav>a{font-size:12px;display:block;padding:11px 0;border-bottom:1px solid var(--line)}.page-nav>a:hover{color:var(--orange-dark)}.public-body>section+section{margin-top:68px}.public-body h2{font-size:41px;margin-bottom:24px}.prose{font-size:14px;line-height:1.95;color:var(--muted)}.prose p{margin:0 0 23px}.prose h2{font-size:38px;margin:44px 0 24px;color:var(--ink)}.prose h2:first-child{margin-top:0}.prose h3{color:var(--ink);margin:22px 0}.prose .lead{font-size:19px;line-height:1.85;color:var(--ink);font-weight:400}.prose .source{font-size:11px}.channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.channel-grid article{padding:28px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:start;background:#fff}.channel-grid small{font-size:8px;color:var(--orange-dark);letter-spacing:.12em;font-weight:600}.channel-grid h3{font-size:29px;line-height:1.1;margin:18px 0}.channel-grid p{font-size:12px;color:var(--muted);line-height:1.85;margin-bottom:19px}.channel-grid .source{margin-top:auto}.contact-note{font-size:11px;color:var(--muted);line-height:1.9;margin-top:27px;padding:22px;background:var(--ice)}.reference-list{margin-top:25px}.reference-list article{display:flex;gap:25px;border-top:1px solid var(--line);padding:23px 0}.reference-list article>span{font-size:9px;color:var(--orange-dark);padding-top:3px}.reference-list small{font-size:10px;color:var(--muted)}.reference-list h3{font-size:26px;margin-top:8px;line-height:1.2}.reference-list h3 a:hover{color:var(--orange-dark)}.media-register{margin-top:26px}.media-register>article{display:grid;grid-template-columns:150px 1fr;gap:25px;align-items:start;border:1px solid var(--line);padding:22px;margin-bottom:18px;background:white}.media-register img{width:150px;height:120px;object-fit:contain;background:#f0f3f3}.media-register h3{font-size:25px;margin-bottom:14px}.media-register p{font-size:11px;line-height:1.8;color:var(--muted);margin-bottom:12px}.media-register small{font-size:9px;color:#829396;line-height:1.8;display:block;margin-top:12px}.article-opening{background:var(--ice);padding-bottom:45px}.article-opening .eyebrow{padding-top:17px}.article-opening h1{max-width:1040px;font-size:76px;line-height:1.05}.article-meta{font-size:10px;color:var(--muted);display:flex;gap:15px 30px;flex-wrap:wrap;margin-top:30px}.article-meta span+span{border-left:1px solid #b5cacc;padding-left:30px}.article-photo{padding-top:32px}.article-photo .document-photo>img{height:495px;width:100%;object-fit:cover}.article-section{padding-top:55px}.article-body{max-width:840px}.source-box{background:var(--ice);padding:28px 32px;border-left:2px solid var(--orange);margin-top:38px}.source-box h2{font-size:28px;margin:0 0 20px}.source-box p{font-size:12px;line-height:1.9;margin-bottom:12px}.source-box p:last-child{margin-bottom:0}.share{background:var(--ink);color:white;font-size:10px;padding:13px 18px;min-height:44px;margin-top:24px}.related{background:#eef3f3}.related h2{margin-bottom:35px}.news-grid.two{grid-template-columns:1fr 1fr;max-width:930px}.error-section{padding:70px 0 100px;min-height:620px;background:var(--ice)}.error-section>.container>span{font-family:var(--head);font-size:140px;line-height:1;color:#99b3bc;display:block;margin-bottom:18px}.error-section h1{font-size:65px;margin-bottom:25px}.error-section p:not(.eyebrow){font-size:14px;color:var(--muted)}
/* Native dialogs and restrained motion. */
dialog{border:0;padding:0;background:#fff;color:var(--ink);box-shadow:0 35px 95px #051f354f}dialog::backdrop{background:#071e29cf;backdrop-filter:blur(4px)}.drawer{width:min(425px,94vw);max-width:none;margin:0 0 0 auto;height:100dvh;max-height:100dvh;overflow:auto;padding:28px;animation:drawer-enter .25s ease}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:21px;margin-bottom:27px}.drawer-head h2{font-size:28px}.drawer-head button{width:44px;height:44px;background:var(--ice);font-size:26px}.drawer .brand{margin-bottom:28px}.drawer nav a{display:block;font-family:var(--head);font-size:28px;padding:15px 0;border-top:1px solid var(--line)}.drawer nav a[aria-current=page]{color:var(--orange-dark)}.drawer>p{font-size:11px;color:var(--muted);padding-top:24px;line-height:1.9}.lightbox{width:min(1070px,calc(100% - 32px));max-width:1070px;max-height:94dvh;margin:auto;background:var(--deep);color:white;overflow:auto}.lightbox>img{width:100%;height:min(63dvh,620px);object-fit:contain;background:#091d27}.lightbox-close{position:absolute;top:16px;right:16px;z-index:2;width:44px;height:44px;background:#fff;color:var(--ink);font-size:28px}.lightbox-caption{padding:25px 30px}.lightbox-caption h2{font-size:34px}.lightbox-caption p{font-size:11px;line-height:1.9;color:#c2d7df;margin:16px 0}.lightbox-caption a{font-size:11px;color:#ffb091;border-bottom:1px solid #856d65}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--deep);color:white;padding:13px 20px;font-size:11px;z-index:190;max-width:calc(100% - 35px);box-shadow:0 9px 35px #0003;pointer-events:none;opacity:0;transition:opacity .2s,transform .2s}.toast.show{opacity:1;transform:translate(-50%,0)}.reveal{opacity:1}.js-motion .reveal.wait{opacity:0;transform:translateY(16px)}.js-motion .reveal{transition:opacity .65s,transform .65s}.broken{color:#355963;background:#d7e3e6;font:10px/1.6 var(--body)}.brand img.broken{font-size:6px;background:#fff}.footer-mark img.broken{font-size:5px;background:#fff}.asset-notice{font-size:9px;color:var(--muted);line-height:1.7;padding-top:9px}.asset-notice a{text-decoration:underline}.hero-content,.atlas-panel-text,.nagari-body,.context-copy,.business-copy,.public-body,.article-body{min-width:0}@keyframes photo-enter{from{transform:scale(1.025)}to{transform:scale(1)}}@keyframes panel-enter{from{opacity:.5;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes drawer-enter{from{transform:translateX(60px);opacity:.7}to{transform:none;opacity:1}}
/* Responsive composition; desktop motif is not compressed onto mobile. */
@media(min-width:1600px){.atlas-hero{height:720px}.hero-title h1{font-size:238px}}
@media(max-width:1190px){.container{width:calc(100% - 72px)}.masthead-inner{gap:22px}.desktop-nav{gap:20px}.desktop-nav>a,.nav-drop>button{font-size:11px}.header-note{display:none}.brand img{width:69px}.brand strong{font-size:29px}.atlas-hero{min-height:560px}.hero-title h1{font-size:17vw}.section-heading h2{font-size:52px}.atlas-tabs{grid-template-columns:230px 1fr}.atlas-select button{padding:25px 23px}.atlas-select button strong{font-size:28px}.atlas-panel-text{padding:28px 23px}.atlas-panel-text h3{font-size:36px}.atlas-panel-text>p{font-size:11px}.context-grid{gap:65px}.context-copy h2{font-size:48px}.essay-grid{gap:60px}.essay-copy h2{font-size:63px}.footer-grid{gap:42px}.page-intro-grid{gap:55px}.page-intro h1{font-size:73px}.intro-image{height:235px}.article-grid,.public-grid{gap:50px;grid-template-columns:190px minmax(0,1fr)}.business{gap:55px}.business-copy h2{font-size:43px}.learn-grid{gap:50px}.news-photo{height:205px}.news-body{padding:24px}.news-body h3{font-size:30px}.gallery-grid .photo-open{height:235px}.article-opening h1{font-size:65px}}
@media(max-width:960px){.desktop-nav{display:none}.masthead-actions{margin-left:auto}.menu-button{display:flex}.header-note{display:block}.masthead-inner{height:82px}.atlas-hero{min-height:535px}.hero-title{max-width:720px}.hero-title h1{font-size:18.5vw}.hero-top{font-size:8px}.hero-title>p{font-size:12px}.hero-bottom p{font-size:12px}.route{padding:23px}.route strong{font-size:24px}.route small{font-size:7px}.section{padding:73px 0}.atlas-tabs{grid-template-columns:1fr}.atlas-select{flex-direction:row}.atlas-select button{border-left:0;border-bottom:3px solid transparent;border-right:1px solid var(--line);padding:23px 20px}.atlas-select button:last-child{border-bottom:3px solid transparent}.atlas-select button[aria-selected=true]{border-bottom:3px solid var(--orange)}.atlas-select button strong{font-size:25px}.atlas-select button small{font-size:7px}.atlas-panel{grid-template-columns:1.3fr 1fr}.atlas-panel-photo{min-height:325px}.atlas-panel-text{padding:34px}.atlas-panel-text h3{font-size:40px}.atlas-panel-text>p{font-size:12px}.journey{gap:22px}.journey-item:before{right:-22px}.journey-img{height:170px}.journey-item h3{font-size:30px}.context-grid{gap:45px;grid-template-columns:.9fr 1.2fr}.context-copy h2{font-size:40px}.context-number{padding-right:35px}.context-number>strong{font-size:143px}.context-number h2{font-size:28px}.context-copy>p:not(.eyebrow){font-size:12px}.essay-grid{gap:42px}.essay-photo>img{height:375px}.essay-copy h2{font-size:57px}.essay-copy>p:not(.eyebrow){font-size:12px}.photo-essay{grid-template-columns:1fr 1fr;gap:30px 23px}.photo-essay .gallery-tile:first-child{grid-column:1/-1}.photo-essay .gallery-tile:first-child .photo-open{height:340px}.photo-open{height:280px}.section-heading{gap:40px}.page-intro-grid{grid-template-columns:1.25fr .75fr;gap:40px}.page-intro h1{font-size:63px}.page-intro-grid>div>p:not(.eyebrow){font-size:12px}.intro-image{height:260px}.region-note{gap:35px}.nagari-card{grid-template-columns:.9fr 1.1fr}.nagari-body{padding:28px}.nagari-body h2{font-size:39px}.business{gap:38px}.document-photo>img{height:365px}.business-copy h2{font-size:38px}.business-copy>p:not(.eyebrow){font-size:12px}.business+.business{margin-top:75px}.learn-grid{grid-template-columns:1fr;gap:43px}.learn-grid>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:start}.discussion-form{margin-top:0}.checklist,.discussion-form{padding:26px}.public-grid,.article-grid{grid-template-columns:1fr;gap:35px}.page-nav{position:static;display:flex;gap:10px 25px;flex-wrap:wrap;align-items:center}.page-nav>p{flex-basis:100%;margin-bottom:0}.page-nav>a{font-size:11px;padding:7px 0}.page-nav .share{margin-top:0}.news-grid{grid-template-columns:1fr}.news-card{display:grid;grid-template-columns:1fr 1.3fr}.news-photo{height:100%;min-height:265px}.news-body h3{font-size:34px}.news-grid.two .news-card{display:flex}.news-grid.two .news-photo{height:220px;min-height:220px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .gallery-tile:first-child{grid-column:1/-1}.gallery-grid .gallery-tile:nth-child(2) .photo-open{height:235px}.article-opening h1{font-size:61px}.article-photo .document-photo>img{height:400px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:28px}.footer-statement h2{font-size:39px}}
@media(max-width:700px){.container{width:calc(100% - 44px)}h2{font-size:42px}.hero-top>span{display:none}.atlas-hero{min-height:545px;max-height:none;height:auto}.hero-content{min-height:545px;padding-top:24px;padding-bottom:22px}.hero-top{text-align:center;justify-content:center}.hero-title>p{font-size:11px}.hero-title h1{font-size:19vw;line-height:1.1}.hero-bottom{display:block;text-align:center;border-top:1px solid #ffffff59;padding-top:24px;margin-top:17px}.hero-bottom>p{margin:0 auto;font-size:12px}.hero-bottom>.btn{margin-top:22px}.hero-credit{text-align:center;font-size:8px;max-width:100%}.hero-credit a{margin-left:7px}.route{padding:18px 13px}.route strong{font-size:22px;line-height:1.15}.route small{font-size:6px}.route>span{font-size:20px}.route:first-child{padding-left:0}.route>strong{max-width:120px}.section-heading{display:block;margin-bottom:29px}.section-heading h2{font-size:47px}.section-heading>div:last-child:not(:first-child){max-width:100%;margin-top:20px}.section-heading p:not(.eyebrow){font-size:12px;max-width:100%}.section-heading>.btn{margin-top:25px}.section-heading>.text-link{margin-top:20px}.atlas-select button{padding:22px 15px}.atlas-select button small{font-size:6px}.atlas-select button strong{font-size:22px}.atlas-select button>span{display:none}.atlas-select button small{grid-column:1}.atlas-panel{grid-template-columns:1fr}.atlas-panel-photo{height:280px;min-height:0}.atlas-panel-text{padding:28px}.atlas-panel-text h3{font-size:40px;margin:14px 0 18px}.atlas-panel-text>p{font-size:12px}.journey-section{padding:62px 0}.journey{grid-template-columns:1fr;gap:34px}.journey-item{display:grid;grid-template-columns:125px 1fr;column-gap:25px;padding-left:22px}.journey-item:before{top:5px;bottom:-37px;left:0;width:1px;height:auto;right:auto}.journey-item:last-child:before{bottom:0;right:auto}.journey-item>time{grid-column:1/-1;margin:0 0 18px;font-size:10px}.journey-dot{left:-4px;top:5px}.journey-img{height:160px}.journey-item>div{padding:0}.journey-item h3{font-size:30px;margin:10px 0 13px}.journey-item small{font-size:8px}.journey-item .text-link{font-size:10px}.context-grid{grid-template-columns:1fr;gap:35px}.context-number{display:grid;grid-template-columns:.85fr 1.15fr;gap:5px 25px;border-right:0;border-bottom:1px solid var(--line);padding:0 0 30px;align-items:center}.context-number>.eyebrow{grid-column:1/-1}.context-number>strong{grid-row:2/4;font-size:127px;margin:0}.context-number h2{font-size:29px;margin:10px 0}.context-number .source{align-self:start}.context-copy h2{font-size:46px;margin-bottom:23px}.context-copy>p:not(.eyebrow){font-size:12px}.context-links{gap:18px 27px}.local-essay{padding:45px 0 55px}.essay-grid{grid-template-columns:1fr;gap:32px}.essay-copy{order:-1}.essay-copy h2{font-size:60px;margin:22px 0}.essay-copy>p:not(.eyebrow){max-width:100%;font-size:13px}.essay-copy .btn{margin-top:0}.essay-photo>img{height:340px}.photo-essay{gap:26px 17px}.photo-essay .gallery-tile:first-child .photo-open{height:290px}.photo-open{height:250px}.gallery-tile figcaption h3{font-size:26px}.faq-section{padding:58px 0}.faq-section .section-heading>p{margin-top:20px}.faq summary{font-size:12px;padding:21px 0}.faq p{font-size:12px;padding-right:27px}.network{padding:50px 0 30px}.network-head{display:block;margin-bottom:27px}.network-head h2{font-size:35px}.network-head p:not(.eyebrow){font-size:11px;line-height:1.9}.network-controls{margin-top:25px}.network-note{font-size:8px;gap:25px}.network-note>span:last-child{text-align:right}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 28px;padding-bottom:40px}.footer-statement{grid-column:1/-1}.footer-statement h2{font-size:45px}.footer-statement p{max-width:450px;font-size:12px}.footer-bottom{align-items:start;flex-direction:column;gap:20px;padding:25px 0}.footer-mark{gap:16px}.footer-mark img{width:62px}.footer-bottom>a{align-self:end}.page-intro-grid{grid-template-columns:1fr;gap:25px;padding-top:12px}.page-intro h1{font-size:63px}.page-intro-grid>div>p:not(.eyebrow){font-size:13px;max-width:100%;margin-top:21px}.intro-image{height:240px}.page-intro{padding-bottom:27px}.region-note{grid-template-columns:1fr;gap:17px;margin-bottom:30px}.region-note>strong{font-size:32px}.region-note>p{font-size:12px}.filters{display:block;padding:22px}.filters label{max-width:none!important;margin:0 0 18px}.filters label:last-child{margin-bottom:0}.filters .filter-buttons{margin-top:18px}.filters input,.filters select{font-size:12px}.filter-buttons button{font-size:10px;padding:10px 13px}.nagari-card{grid-template-columns:1fr}.nagari-photo{min-height:265px}.nagari-body{padding:26px}.nagari-body h2{font-size:41px}.nagari-body>p:not(.eyebrow){font-size:12px}.notice{padding:26px 25px;margin-top:35px}.notice h2{font-size:30px}.notice p{font-size:12px}.business{grid-template-columns:1fr;gap:28px}.business:nth-of-type(even) .business-media{order:0}.business-copy h2{font-size:41px}.business-copy>p:not(.eyebrow){font-size:13px}.document-photo>img{height:320px}.document-photo figcaption{font-size:9px}.business+.business{margin-top:62px}.topic-nav{gap:20px;margin-bottom:40px}.topic-nav a{font-size:10px}.news-card{display:flex}.news-photo{height:240px;min-height:0}.news-body{padding:27px}.news-body h3{font-size:36px}.news-grid.two{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;gap:33px}.gallery-grid .gallery-tile:first-child{grid-column:auto}.gallery-grid .gallery-tile .photo-open,.gallery-grid .gallery-tile:first-child .photo-open,.gallery-grid .gallery-tile:nth-child(2) .photo-open{height:285px}.gallery-grid .gallery-tile figcaption h3{font-size:31px}.learn-grid>div:last-child{display:block}.discussion-form{margin-top:32px}.checklist h3{font-size:31px}.steps h2{font-size:33px}.steps p{font-size:12px}.public-body h2{font-size:36px}.public-body>section+section{margin-top:50px}.prose{font-size:13px}.prose .lead{font-size:17px}.channel-grid{gap:15px}.channel-grid article{padding:23px}.channel-grid h3{font-size:27px}.channel-grid p{font-size:11px}.channel-grid .source{font-size:10px}.media-register>article{grid-template-columns:95px 1fr;gap:18px;padding:20px}.media-register img{width:95px;height:95px}.media-register h3{font-size:25px}.media-register p{font-size:10px}.article-opening h1{font-size:53px}.article-meta{font-size:9px;display:block;line-height:2.2;margin-top:24px}.article-meta span{display:block}.article-meta span+span{padding-left:0;border:0}.article-opening{padding-bottom:30px}.article-opening .eyebrow{font-size:9px;padding-top:10px}.article-photo{padding-top:22px}.article-photo .document-photo>img{height:290px}.article-section{padding-top:35px}.article-body h2{font-size:33px;line-height:1.15}.source-box{padding:24px}.source-box h2{font-size:28px}.source-box p{font-size:11px}.error-section{min-height:590px;padding:48px 0 65px}.error-section h1{font-size:54px}.error-section p:not(.eyebrow){font-size:12px}.lightbox-caption{padding:24px}.lightbox-caption h2{font-size:31px}}
@media(max-width:430px){.container{width:calc(100% - 32px)}.masthead-inner{height:76px;gap:10px}.brand img{width:60px;height:48px}.brand{gap:10px}.brand>span{padding-left:12px}.brand strong{font-size:29px}.brand small{font-size:6px}.header-note{display:none}.masthead-actions{gap:0}.menu-button{font-size:0;gap:0;padding:8px 0 8px 15px}.hero-content,.atlas-hero{min-height:490px}.hero-top{font-size:7px;letter-spacing:.1em}.hero-title h1{font-size:20vw;letter-spacing:0}.hero-title>p{font-size:9px;letter-spacing:.01em}.hero-bottom>p{font-size:11px}.hero-bottom>.btn{font-size:11px;min-height:48px;margin-top:21px}.hero-credit{font-size:7px}.routes{grid-template-columns:1fr 1fr 1fr}.route{padding:20px 9px;gap:9px}.route>span{font-size:15px}.route small{font-size:5px;letter-spacing:.02em}.route strong{font-size:20px}.section{padding:58px 0}.section-heading h2{font-size:43px}.eyebrow{font-size:8px;letter-spacing:.12em}.eyebrow>span{font-size:8px}.atlas-select button{padding:19px 11px}.atlas-select button strong{font-size:21px}.atlas-select button small{font-size:5.5px}.atlas-panel-photo{height:235px}.atlas-panel-text{padding:25px}.atlas-panel-text h3{font-size:39px}.atlas-panel-text>span{font-size:8px}.journey-item{grid-template-columns:103px 1fr;column-gap:20px;padding-left:18px}.journey-img{height:142px}.journey-item h3{font-size:29px}.journey-item .text-link{gap:14px;font-size:9px}.context-number>strong{font-size:125px}.context-number h2{font-size:27px}.context-copy h2{font-size:43px}.context-links .text-link{font-size:10px}.photo-open{height:220px}.gallery-tile figcaption h3{font-size:23px}.gallery-tile figcaption>small{font-size:7px}.gallery-tile .source{font-size:8px}.photo-essay .gallery-tile:first-child .photo-open{height:250px}.network-card{flex-basis:248px}.footer{padding-top:48px}.footer-grid{gap:30px 20px}.footer-mark p{font-size:8px}.footer-pages>a,.footer-sources>a{font-size:10px}.page-intro h1{font-size:57px}.page-intro .eyebrow{font-size:8px}.page-intro-grid>div>p:not(.eyebrow){font-size:12px}.breadcrumbs{font-size:9px;gap:8px;padding:20px 0}.intro-image{height:220px}.filters{padding:19px}.filter-buttons button{font-size:9px;padding:10px 12px}.nagari-photo{min-height:235px}.nagari-body{padding:24px}.channel-grid{grid-template-columns:1fr}.channel-grid h3{font-size:30px}.channel-grid p{font-size:12px}.media-register>article{grid-template-columns:78px 1fr;gap:17px;padding:18px}.media-register img{width:78px;height:80px}.media-register h3{font-size:23px}.reference-list h3{font-size:25px}.article-opening h1{font-size:46px}.article-photo .document-photo>img{height:245px}.checklist,.discussion-form{padding:25px}.gallery-grid .gallery-tile .photo-open,.gallery-grid .gallery-tile:first-child .photo-open,.gallery-grid .gallery-tile:nth-child(2) .photo-open{height:250px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal.wait{opacity:1;transform:none}}
@media print{.masthead,.drawer,.route-bar,.network,.footer,.page-nav,dialog,.filters,.filter-buttons,.actions,.toast,.btn,.share{display:none!important}body{background:white;color:#000;font:11pt/1.6 Arial,sans-serif}.container{width:100%;max-width:none}.section{padding:20px 0}.article-grid,.public-grid,.learn-grid,.page-intro-grid{display:block}.page-intro,.article-opening,.faq-section{background:white}.atlas-hero{height:auto;min-height:0;color:#000;background:white}.atlas-photo,.hero-tone,.hero-top,.hero-credit{display:none}.hero-content{min-height:0}.hero-title h1{font-size:60pt;color:#000}.hero-bottom p{color:#000}.reveal{opacity:1!important;transform:none!important}.prose{font-size:11pt;max-width:none}.document-photo img,.article-photo .document-photo img{height:200px}.source{color:#000}.gallery-tile,.news-card{break-inside:avoid}}
/* Intrinsic sizing safeguards, including unavailable remote media / font fallbacks. */
.routes>* , .atlas-tabs>* , .atlas-select>* , .atlas-panel>* , .business>* , .news-grid>* , .news-card>* , .learn-grid>* , .gallery-grid>* , .context-grid>* , .essay-grid>* , .photo-essay>* {min-width:0;max-width:100%}
.document-photo,.business-media,.news-photo{min-width:0;max-width:100%}.document-photo>img,.news-photo>img{min-width:0;max-width:100%}.route{grid-template-columns:minmax(0,1fr) auto}.route strong,.route small{overflow-wrap:anywhere}.atlas-select button{min-width:0;flex-basis:0}.atlas-select button strong{min-width:0;overflow-wrap:break-word}
@media(max-width:700px){.business,.news-grid{grid-template-columns:minmax(0,1fr)}.hero-title h1{font-size:16vw}.route strong{font-size:21px}.route{column-gap:4px}.atlas-select button{padding-inline:12px}.atlas-select button strong{font-size:21px}}
@media(max-width:430px){.hero-title h1{font-size:16.5vw}.route strong{font-size:18px}.route>span{font-size:12px}.atlas-select button{padding-inline:9px}.atlas-select button strong{font-size:19px}}
.hero-title h1{white-space:nowrap}.route small,.route strong{overflow-wrap:normal}.atlas-select button strong{grid-column:1;overflow-wrap:normal}
@media(max-width:700px){.atlas-select button{grid-template-columns:1fr;gap:10px}.atlas-select button small{grid-column:1;font-size:7px;line-height:1.6}.atlas-select button strong{font-size:21px}.route strong{font-size:20px}}
@media(max-width:430px){.atlas-select button strong{font-size:18px}.atlas-select button small{font-size:6px}.route strong{font-size:17px}.route small{font-size:6px}.route{grid-template-columns:1fr;padding-inline:10px;gap:6px}.route>span{display:none}.route:first-child{padding-left:0}}

/* Source credit only when the alternate real Lansek photograph is used. */
.atlas-panel-photo:has(.photo-route-credit),.nagari-photo:has(.photo-route-credit){position:relative}
.photo-route-credit{position:absolute;top:12px;right:12px;max-width:calc(100% - 24px);padding:6px 9px;background:rgba(255,255,255,.94);color:#123d49;font-size:10px;line-height:1.6;z-index:2;text-decoration:underline;text-underline-offset:2px}
