:root{--ink-black: #0b0a08;--black-2: #14120e;--black-3: #1d1a14;--gold: #c9a227;--gold-bright: #e6c35c;--gold-dim: #8a7020;--bone: #f5efe3;--paper: #faf6ec;--paper-shadow: #e8e0cc;--ink: #2a2620;--muted: #9c937e;--font-display: "Cormorant Garamond", Georgia, serif;--font-hand: "Caveat", cursive;--font-body: "Inter", -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink-black);color:var(--bone);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}::-moz-selection{background:var(--gold);color:var(--ink-black)}::selection{background:var(--gold);color:var(--ink-black)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}button:focus-visible,[role=button]:focus-visible{outline:2px solid var(--gold-bright);outline-offset:3px}a{color:var(--gold-bright)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600}.gold-rule{display:flex;align-items:center;gap:12px;color:var(--gold)}.gold-rule:before,.gold-rule:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold-dim))}.gold-rule:after{background:linear-gradient(90deg,var(--gold-dim),transparent)}.btn-gold{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:1px solid var(--gold);border-radius:2px;color:var(--gold-bright);font-size:13px;letter-spacing:.14em;text-transform:uppercase;background:transparent;transition:all .25s ease}.btn-gold:hover{background:var(--gold);color:var(--ink-black);box-shadow:0 0 24px #c9a22759}.btn-gold.solid{background:var(--gold);color:var(--ink-black)}.btn-gold.solid:hover{background:var(--gold-bright)}.site-header{position:fixed;top:max(10px,env(safe-area-inset-top));left:50%;z-index:60;display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 28px));min-height:46px;padding:5px 6px 5px 15px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:linear-gradient(145deg,#27241ec2,#0d0d0ca8);box-shadow:inset 0 1px #ffffff1a,0 14px 40px #0000004d;-webkit-backdrop-filter:blur(30px) saturate(150%);backdrop-filter:blur(30px) saturate(150%);transform:translate(-50%)}.site-title{color:#f5efe38f;font-family:var(--font-body);font-size:11px;font-weight:620;letter-spacing:.01em;white-space:nowrap}.site-title .amp{margin-left:3px;color:#fffdf8;font-weight:700}.header-actions{display:flex;gap:5px}.header-link{min-height:34px;padding:7px 12px;border:1px solid rgba(255,255,255,.11);border-radius:12px;color:#f5efe3b8;background:#ffffff0e;font-size:10px;font-weight:620;transition:color .16s ease,background .16s ease,transform .16s ease}.header-link:hover{color:#15130e;background:#f7f1e5}.header-link:active{transform:scale(.96)}@media (max-width: 760px){.site-header{top:max(7px,env(safe-area-inset-top));width:calc(100% - 16px);min-height:42px;padding-left:12px;border-radius:16px}.header-link{min-height:31px;padding:6px 9px;font-size:9px;white-space:nowrap}}@media (max-width: 390px){.site-title{font-size:10px}}.section-heading{text-align:center;padding:64px 20px 28px}.section-heading .kicker{font-size:11px;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.section-heading h2{font-size:clamp(30px,4.5vw,52px);color:var(--bone);font-weight:500}.section-heading p{color:var(--muted);max-width:560px;margin:12px auto 0;font-size:14px;line-height:1.7}.placeholder-note{font-family:var(--font-hand);color:var(--gold-dim);font-size:15px}.intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--ink-black);overflow:hidden}.intro-bg{position:absolute;top:0;right:0;bottom:0;left:0}.intro-bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.65) brightness(.5)}.intro-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#0b0a0840,#0b0a08e0),linear-gradient(180deg,#0b0a0880,#0b0a0859 40%,#0b0a08d9)}.intro-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px 110px}.intro-card{max-width:720px}.self-intro-card{width:min(920px,calc(100vw - 48px));max-width:920px}.self-intro-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:clamp(24px,5vw,46px);align-items:center;text-align:left}.self-intro-copy{min-width:0}.self-intro-card .intro-title{font-size:clamp(40px,6vw,72px)}.self-intro-card .intro-text{margin-right:0;margin-left:0}.self-intro-card .intro-stats,.self-intro-card .intro-actions{justify-content:flex-start}.self-intro-photo-note{position:relative;margin:0;padding:12px 12px 16px;background:#f5efe3;border:1px solid rgba(83,61,27,.18);box-shadow:0 22px 34px #00000052,0 5px #ffffff2e inset;transform:rotate(2.5deg)}.self-intro-photo-note:before{content:"";position:absolute;top:-13px;left:50%;width:88px;height:24px;background:#ecdba3c7;border:1px solid rgba(118,91,35,.16);box-shadow:0 4px 10px #00000029;transform:translate(-50%) rotate(-3deg)}.self-intro-photo-note img{display:block;width:100%;aspect-ratio:520 / 377;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(43,34,18,.14);filter:saturate(.9) contrast(.97)}.self-intro-photo-note figcaption{margin-top:10px;font-family:var(--font-hand);font-size:19px;line-height:1;text-align:center;color:#2f281d}.intro-kicker{font-size:12px;letter-spacing:.5em;text-transform:uppercase;color:var(--intro-accent, var(--gold));margin-bottom:18px}.intro-title{font-family:var(--font-display);font-size:clamp(40px,7vw,84px);font-weight:500;line-height:1.02;color:var(--bone);margin-bottom:14px}.intro-dates{font-family:var(--font-hand);font-size:22px;color:var(--gold-bright);margin-bottom:22px}.intro-text{font-size:16px;line-height:1.8;color:#f5efe3d9;max-width:600px;margin:0 auto 26px}.intro-stats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px}.intro-stat{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--bone);padding:7px 14px;border:1px solid rgba(201,162,39,.45);border-radius:999px;background:#0b0a0873;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.intro-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.intro-actions .btn-gold{min-height:42px}.intro-actions .btn-gold.ghost{background:#0b0a0870;color:var(--gold-bright);border-color:#c9a2278c}.intro-actions .btn-gold.ghost:hover{background:#c9a22724;color:var(--bone)}.intro-chrome{position:absolute;z-index:3;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:22px 30px;gap:20px}.intro-progress{display:flex;gap:8px;align-items:center}.intro-dot{width:26px;height:3px;border-radius:2px;background:#f5efe338;transition:background .3s}.intro-dot.self-dot{width:14px;border-radius:999px}.intro-dot.active{background:var(--gold)}.intro-dot.done{background:#c9a22780}.intro-nav{display:flex;gap:10px;align-items:center}.intro-arrow{width:44px;height:44px;border:1px solid rgba(201,162,39,.5);border-radius:50%;color:var(--gold-bright);font-size:18px;display:grid;place-items:center;transition:all .2s}.intro-arrow:hover:not(:disabled){background:var(--gold);color:var(--ink-black)}.intro-arrow:disabled{opacity:.25;cursor:default}.intro-skip{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);padding:10px 6px;transition:color .2s}.intro-skip:hover{color:var(--bone)}.intro-count{font-family:var(--font-display);font-size:14px;color:var(--muted);min-width:52px;text-align:center}@media (max-width: 640px){.self-intro-overlay .intro-bg img{filter:saturate(.45) brightness(.3)}.self-intro-overlay .intro-bg:after{background:radial-gradient(ellipse at center,#0b0a0873,#0b0a08f5),linear-gradient(180deg,#0b0a08d1,#0b0a08a3 42%,#0b0a08f5)}.intro-content{justify-content:center;padding:76px 18px 104px}.self-intro-card{width:min(100%,calc(100vw - 32px))}.self-intro-layout{grid-template-columns:1fr;gap:12px;justify-items:center;text-align:center}.self-intro-card .intro-kicker{margin-bottom:10px;letter-spacing:.34em}.self-intro-card .intro-title{font-size:34px;margin-bottom:8px}.self-intro-card .intro-dates{font-size:19px;margin-bottom:14px}.self-intro-card .intro-text{font-size:14px;line-height:1.55;margin-bottom:16px;margin-right:auto;margin-left:auto}.self-intro-card .intro-stats{gap:7px;margin-bottom:18px}.self-intro-card .intro-stat{padding:6px 10px;font-size:10px;letter-spacing:.1em}.self-intro-card .intro-stats,.self-intro-card .intro-actions{justify-content:center}.self-intro-card .intro-actions{gap:8px}.self-intro-card .intro-actions .btn-gold{min-height:38px}.self-intro-photo-note{order:-1;width:min(176px,50vw);padding:10px 10px 12px}.self-intro-photo-note:before{top:-11px;width:70px;height:20px}.self-intro-photo-note figcaption{margin-top:8px;font-size:17px}.intro-chrome{flex-wrap:wrap;justify-content:center;gap:8px;padding:12px 16px 14px}.intro-progress{order:2;width:100%;justify-content:center;gap:6px}.intro-dot{width:18px}.intro-nav{order:1;gap:8px}.intro-arrow{width:38px;height:38px}.intro-count{min-width:42px}.intro-skip{padding:8px 4px}}@media (max-width: 640px) and (max-height: 720px){.intro-content{padding:68px 16px 88px}.self-intro-photo-note{width:min(150px,44vw)}.self-intro-card .intro-title{font-size:30px}.self-intro-card .intro-text{font-size:13px;line-height:1.45;margin-bottom:12px}.self-intro-card .intro-stats{margin-bottom:12px}.self-intro-card .intro-actions .btn-gold{min-height:36px}}.atlas{position:relative;width:100%;height:100vh;height:100dvh;min-height:620px;overflow:hidden;isolation:isolate;background:#010102}.atlas-boot{width:100%;height:100vh;height:100dvh;background:#030403}.webgl-atlas-map{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(91,63,17,.11),transparent 46%),#010102}.webgl-atlas-map.maplibregl-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.webgl-atlas-map .maplibregl-canvas{outline:none;filter:none}.webgl-atlas-map .maplibregl-canvas-container,.webgl-atlas-map .maplibregl-canvas{cursor:grab}.webgl-atlas-map .maplibregl-canvas-container:active,.webgl-atlas-map .maplibregl-canvas:active{cursor:grabbing}.atlas-atmosphere{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;background:transparent}.atlas-space-effects{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:radial-gradient(ellipse 43% 56% at 50% 41%,transparent 0 78%,rgba(0,0,0,.16) 88%,#000 100%);mask-image:radial-gradient(ellipse 43% 56% at 50% 41%,transparent 0 78%,rgba(0,0,0,.16) 88%,#000 100%)}.atlas-space-depth{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.86;background:radial-gradient(ellipse 54% 68% at 50% 41%,transparent 0 67%,rgba(229,178,64,.075) 76%,rgba(183,125,28,.025) 84%,transparent 92%),radial-gradient(circle at 13% 23%,rgba(169,111,20,.085),transparent 24%),radial-gradient(circle at 88% 73%,rgba(196,139,30,.07),transparent 27%),radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.5) 100%);transition:opacity .6s ease}.atlas-star-field{position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;background-repeat:repeat;transform-origin:center;transition:opacity .6s ease}.atlas-star-field-far{opacity:.56;background-image:radial-gradient(circle,rgba(255,247,220,.58) 0 .42px,transparent .9px),radial-gradient(circle,rgba(221,184,93,.48) 0 .48px,transparent .96px),radial-gradient(circle,rgba(255,253,241,.44) 0 .38px,transparent .84px),radial-gradient(circle,rgba(194,139,37,.42) 0 .45px,transparent .92px);background-position:7px 13px,53px 31px,101px 87px,149px 119px;background-size:83px 79px,111px 103px,139px 127px,173px 157px}.atlas-star-field-mid{opacity:.84;background-image:radial-gradient(circle,rgba(255,249,225,.94) 0 .7px,transparent 1.2px),radial-gradient(circle,rgba(242,205,104,.82) 0 .8px,transparent 1.35px),radial-gradient(circle,rgba(255,225,148,.66) 0 .65px,transparent 1.1px),radial-gradient(circle,rgba(255,247,217,.5) 0 .55px,transparent 1px);background-position:17px 29px,133px 67px,81px 151px,211px 109px;background-size:151px 139px,211px 179px,257px 223px,317px 277px}.atlas-star-field-near{opacity:.74;background-image:radial-gradient(circle,rgba(255,252,231,.98) 0 1.05px,transparent 1.75px),radial-gradient(circle,rgba(245,202,86,.9) 0 1.15px,transparent 1.9px),radial-gradient(circle,rgba(255,228,151,.76) 0 .9px,transparent 1.6px);background-position:47px 61px,219px 143px,371px 287px;background-size:347px 311px,463px 401px,577px 503px;animation:atlas-stars-drift-near 36s ease-in-out infinite alternate}.atlas-shooting-star{--shoot-angle: -23deg;--shoot-x: -72vw;--shoot-y: 27vw;--shoot-cycle: 11.6s;--shoot-delay: 1.4s;position:absolute;top:11%;right:-28%;width:clamp(108px,11vw,168px);height:1.5px;opacity:0;border-radius:999px;background:linear-gradient(90deg,rgba(255,250,230,.98) 0%,rgba(255,223,139,.38) 38%,rgba(179,207,235,.08) 78%,transparent 100%);filter:drop-shadow(0 0 3px rgba(255,240,198,.62));transform:translateZ(0) rotate(var(--shoot-angle)) scaleX(.24);transform-origin:left center;will-change:transform,opacity;animation:atlas-shoot var(--shoot-cycle) var(--shoot-delay) cubic-bezier(.18,.64,.2,1) infinite}.atlas-shooting-star:before{content:"";position:absolute;top:-1px;right:24%;bottom:-1px;left:0;border-radius:inherit;background:linear-gradient(90deg,rgba(255,235,181,.42),transparent);filter:blur(1.4px)}.atlas-shooting-star:after{content:"";position:absolute;left:-2.25px;top:-1.9px;width:5px;height:5px;border-radius:50%;background:#fffdf4;box-shadow:0 0 6px #fffae4f5,0 0 13px #e8c15b9e}.atlas-shooting-star-one{--shoot-angle: -23deg;--shoot-x: -72vw;--shoot-y: 27vw;--shoot-cycle: 11.6s;--shoot-delay: 1.4s}.atlas-shooting-star-two{--shoot-angle: -17deg;--shoot-x: -59vw;--shoot-y: 18vw;--shoot-cycle: 17.8s;--shoot-delay: 7.6s;top:31%;right:-26%;width:clamp(82px,8vw,118px)}.atlas-shooting-star-three{--shoot-angle: -34deg;--shoot-x: -47vw;--shoot-y: 33vw;--shoot-cycle: 23.4s;--shoot-delay: 13.2s;top:5%;right:-24%;width:clamp(68px,6vw,94px)}.webgl-atlas-map[data-zoom-band=local]~.atlas-atmosphere .atlas-space-depth,.webgl-atlas-map[data-zoom-band=local]~.atlas-atmosphere .atlas-star-field,.webgl-atlas-map[data-zoom-band=local]~.atlas-atmosphere .atlas-shooting-star{opacity:0!important;animation-play-state:paused}@keyframes atlas-stars-drift-near{0%{opacity:.58;transform:translate3d(-.7%,1%,0) scale(1.01)}to{opacity:.82;transform:translate3d(1.2%,-1.1%,0) scale(1.05)}}.atlas[data-active=false] .atlas-star-field-near,.atlas[data-active=false] .atlas-shooting-star{animation-play-state:paused}@media (max-width: 700px){.atlas-star-field-far{opacity:.5}.atlas-star-field-mid{opacity:.76}.atlas-star-field-near{opacity:.6;background-size:407px 367px,523px 461px,641px 563px}.atlas-shooting-star-three{display:none}}@keyframes atlas-shoot{0%,73%{opacity:0;transform:translateZ(0) rotate(var(--shoot-angle)) scaleX(.24)}75%{opacity:.98;transform:translateZ(0) rotate(var(--shoot-angle)) scaleX(1)}88%{opacity:0;transform:translate3d(var(--shoot-x),var(--shoot-y),0) rotate(var(--shoot-angle)) scaleX(.42)}to{opacity:0;transform:translate3d(var(--shoot-x),var(--shoot-y),0) rotate(var(--shoot-angle)) scaleX(.42)}}.map-loading{position:absolute;z-index:8;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:12px;color:#ffffff94;font-size:11px;letter-spacing:.06em}.map-loading>span:first-child{width:30px;height:30px;border:1px solid rgba(221,181,63,.26);border-top-color:#dfb83f;border-radius:50%;animation:atlas-spin 1s linear infinite}.map-loading strong{color:#ffffffbf;font-weight:650}.map-failed{padding:24px;text-align:center}.map-failed>span{color:#fff6}@keyframes atlas-spin{to{transform:rotate(360deg)}}.webgl-atlas-map .maplibregl-ctrl-bottom-right{z-index:5;right:6px;bottom:5px}.webgl-atlas-map .maplibregl-ctrl-attrib{color:#ffffff6b;background:#0a0a0894;font-size:7px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.webgl-atlas-map .maplibregl-ctrl-attrib a{color:#edcd6b9e}.webgl-atlas-map .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none!important}.webgl-atlas-map .maplibregl-ctrl-attrib.maplibregl-compact:hover .maplibregl-ctrl-attrib-inner,.webgl-atlas-map .maplibregl-ctrl-attrib.maplibregl-compact:focus-within .maplibregl-ctrl-attrib-inner{display:block!important}.atlas-country-marker,.atlas-location-marker{position:absolute;padding:0;border:0;background:transparent;font-family:var(--font-body);-webkit-tap-highlight-color:transparent;backface-visibility:hidden;will-change:transform;--marker-scale: 1}.atlas-country-marker{display:grid;width:36px;height:36px;place-items:center;color:#f9f4e8;transition:opacity .36s ease,filter .36s ease}.country-marker-visual{display:grid;width:100%;height:100%;box-sizing:border-box;place-items:center;padding:3px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0b0c0af7;box-shadow:inset 0 1px #ffffff17,0 8px 24px #0000006b,0 0 0 1px #d5aa2e0d;transform:scale(var(--marker-scale));transform-origin:center;transition:transform .44s cubic-bezier(.22,1,.36,1),border-color .18s ease,background .18s ease;will-change:transform}.atlas-country-marker:after{display:none}.country-marker-visual>img{position:relative;z-index:1;width:28px;height:28px;flex:0 0 auto;border:2px solid rgba(255,255,255,.7);border-radius:50%;box-shadow:0 3px 10px #0000006b}.country-marker-copy{position:absolute;top:50%;left:calc(100% + 8px);display:grid;gap:1px;width:-moz-max-content;width:max-content;max-width:128px;padding:7px 9px;visibility:hidden;border:1px solid rgba(255,255,255,.14);border-radius:12px;text-align:left;background:#0b0c0a;box-shadow:0 8px 24px #0000006b;opacity:0;pointer-events:none;transform:translate3d(-4px,-50%,0);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.country-marker-copy strong{overflow:hidden;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.country-marker-copy small{color:#ffffff70;font-size:7px;font-weight:620}.atlas-country-marker:hover,.atlas-country-marker:focus-visible,.atlas-country-marker.selected{z-index:6}.atlas-country-marker:hover .country-marker-visual,.atlas-country-marker:focus-visible .country-marker-visual,.atlas-country-marker.selected .country-marker-visual{border-color:#f6d36cad;background:#1f1b10f0}.atlas-country-marker:hover .country-marker-copy,.atlas-country-marker:focus-visible .country-marker-copy,.atlas-country-marker.selected .country-marker-copy{visibility:visible;opacity:1;transform:translate3d(0,-50%,0)}.atlas-country-marker.selected .country-marker-visual>img{box-shadow:0 0 0 3px #ddb4372e,0 5px 18px #0000007a}.webgl-atlas-map[data-zoom-band=local] .atlas-country-marker{opacity:.82!important;pointer-events:auto}.webgl-atlas-map[data-zoom-band=local] .atlas-country-marker.selected{z-index:6;opacity:1!important}.atlas-location-marker{display:grid;width:30px;height:30px;place-items:center;color:#17130a;transition:opacity .36s ease,filter .36s ease}.location-marker-visual{position:relative;display:grid;width:100%;height:100%;box-sizing:border-box;place-items:center;border:2px solid #0a0a08;border-radius:50%;background:linear-gradient(145deg,#f4d774,#b98717);box-shadow:0 0 0 1px #ffefb28c,0 7px 20px #0000007a;transform:scale(var(--marker-scale));transform-origin:center;transition:transform .44s cubic-bezier(.22,1,.36,1),box-shadow .18s ease;will-change:transform}.location-number{font-size:8px;font-weight:820}.location-label{position:absolute;top:35px;left:50%;width:-moz-max-content;width:max-content;max-width:150px;padding:5px 8px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#ffffffc7;background:#0a0a08d1;box-shadow:0 7px 18px #00000061;font-size:8px;font-weight:650;opacity:0;pointer-events:none;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%) translateY(-3px);transition:opacity .16s ease,transform .16s ease}.location-marker-visual>small{position:absolute;top:-6px;right:-7px;display:grid;min-width:16px;height:16px;padding:0 4px;place-items:center;border:1px solid rgba(240,210,116,.62);border-radius:999px;color:#f6e9bc;background:#13120e;font-size:7px;font-weight:780}.atlas-location-marker:hover,.atlas-location-marker:focus-visible,.atlas-location-marker.selected{z-index:4}.atlas-location-marker:hover .location-marker-visual,.atlas-location-marker:focus-visible .location-marker-visual,.atlas-location-marker.selected .location-marker-visual{box-shadow:0 0 0 4px #e1b93c2e,0 0 26px #e1b93c5c,0 8px 22px #00000080}.atlas-location-marker:hover .location-label,.atlas-location-marker:focus-visible .location-label,.atlas-location-marker.selected .location-label,.webgl-atlas-map[data-zoom-band=local] .atlas-location-marker.in-country .location-label{opacity:1;transform:translate(-50%) translateY(0)}.webgl-atlas-map[data-zoom-band=local] .atlas-location-marker{width:34px;height:34px;opacity:.94!important}.webgl-atlas-map[data-zoom-band=local] .atlas-location-marker .location-marker-visual{border-color:#080a09f0;box-shadow:0 0 0 2px #ffe89a8a,0 0 0 8px #ddb23417,0 10px 24px #00000080}.webgl-atlas-map[data-zoom-band=world] .atlas-location-marker:not(.selected){opacity:0!important;pointer-events:none}.atlas-country-marker.maplibregl-marker-covered,.atlas-location-marker.maplibregl-marker-covered{opacity:0!important;pointer-events:none!important}.glass-surface{border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,#2b281fcc,#0b0c0ac2);box-shadow:inset 0 1px #ffffff1c,0 18px 54px #00000061;-webkit-backdrop-filter:blur(28px) saturate(150%);backdrop-filter:blur(28px) saturate(150%)}.atlas.panel-open .webgl-atlas-map canvas{filter:none}.webgl-atlas-map[data-moving=true] .country-marker-copy,.webgl-atlas-map[data-moving=true] .location-label{visibility:hidden!important;opacity:0!important}.webgl-atlas-map[data-moving=true]~.atlas-atmosphere .atlas-star-field,.webgl-atlas-map[data-moving=true]~.atlas-atmosphere .atlas-space-depth,.webgl-atlas-map[data-moving=true]~.atlas-atmosphere .atlas-shooting-star{animation-play-state:paused}.atlas.panel-open .atlas-country-marker:not(.selected){--marker-scale: .68;opacity:.3!important;filter:saturate(.68)}.atlas.panel-open .atlas-country-marker.selected,.atlas.panel-open .atlas-location-marker.in-country{opacity:1!important;pointer-events:auto!important}.atlas.panel-open .atlas-location-marker.in-country:not(.selected){--marker-scale: .76;opacity:.72!important}.atlas.panel-open .atlas-location-marker:not(.in-country){--marker-scale: .52;opacity:.2!important;filter:saturate(.54);pointer-events:auto!important}.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-location-marker:not(.in-country){--marker-scale: .52;visibility:visible;opacity:.2!important;pointer-events:auto!important}.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-country-marker:not(.selected){--marker-scale: .68;visibility:visible;opacity:.3!important;pointer-events:auto!important}.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-location-marker:not(.in-country) .location-label,.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-location-marker.in-country:not(.selected) .location-label{visibility:hidden;opacity:0}.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-location-marker:hover .location-label,.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-location-marker:focus-visible .location-label{visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-country-marker.maplibregl-marker-covered,.webgl-atlas-map[data-selected-country]:not([data-selected-country=""]) .atlas-location-marker.maplibregl-marker-covered{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.atlas-brand{position:absolute;z-index:20;top:max(24px,env(safe-area-inset-top));left:clamp(24px,4vw,58px);display:flex;align-items:center;gap:12px;min-height:46px;padding:0 0 0 14px;border-left:1px solid rgba(229,188,65,.76);filter:drop-shadow(0 7px 18px rgba(0,0,0,.62))}.atlas-brand-mark{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(229,188,65,.65);border-radius:50%;color:#f2d477;background:#070a0a8a;box-shadow:0 5px 18px #0000004d;font-family:var(--font-display);font-size:12px;font-weight:600}.atlas-brand>span:last-child{display:grid;gap:2px}.atlas-brand strong{color:#fffdf6;font-family:var(--font-display);font-size:20px;font-weight:500;line-height:.9;letter-spacing:-.02em}.atlas-brand small{color:#f2d374b3;font-size:7px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.atlas-top-actions{position:absolute;z-index:20;top:max(25px,env(safe-area-inset-top));right:clamp(24px,4vw,58px);display:flex;gap:7px}.atlas-top-actions-explore{right:auto;left:clamp(24px,4vw,58px)}.atlas-top-actions button{display:flex;align-items:center;justify-content:center;min-height:38px;gap:8px;padding:0 4px 0 0;border-bottom:1px solid rgba(226,188,72,.58);border-radius:0;color:#f7ebc7d1;background:transparent;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;filter:drop-shadow(0 5px 14px rgba(0,0,0,.72));transition:color .15s ease,background .15s ease,transform .15s ease}.atlas-top-actions button:hover{color:#f2cc5e;background:transparent}.atlas-top-actions button:active{transform:scale(.96)}.atlas-top-actions svg,.sheet-heading svg,.atlas-tabbar svg,.story-play svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.atlas-story{position:absolute;z-index:18;bottom:18px;left:18px;display:grid;width:540px;height:236px;overflow:hidden;grid-template-columns:194px 1fr;border-radius:28px}.story-photo{position:relative;min-width:0;overflow:hidden;background:#211f1a}.story-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.06),transparent 52%,rgba(0,0,0,.7)),linear-gradient(90deg,transparent 70%,rgba(9,10,8,.22))}.story-photo>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story-photo-index{position:absolute;z-index:3;top:12px;left:12px;display:grid;width:31px;height:31px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff7dc;background:#0a0a0873;font-size:8px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story-photo-dots{position:absolute;z-index:3;right:12px;bottom:12px;left:12px;display:flex;justify-content:center;gap:4px}.story-photo-dots button{width:5px;height:5px;border-radius:999px;background:#ffffff73;transition:width .15s ease,background .15s ease}.story-photo-dots button.active{width:17px;background:#fff}.story-body{display:flex;min-width:0;padding:19px 19px 15px;flex-direction:column}.story-eyebrow{display:flex;justify-content:space-between;gap:12px;margin-bottom:9px;color:#ffe89e7d;font-size:7px;font-weight:720;letter-spacing:.09em;text-transform:uppercase}.story-eyebrow span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-place{display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#e8c85d;font-size:10px;font-weight:700}.story-place img{width:16px;height:16px;border:1px solid rgba(255,255,255,.38);border-radius:50%}.story-body h2{display:-webkit-box;overflow:hidden;margin-bottom:7px;color:#fffdf7;font-family:var(--font-body);font-size:22px;font-weight:730;line-height:1.08;letter-spacing:-.04em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.story-body p{display:-webkit-box;overflow:hidden;color:#f7f2e794;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.story-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.story-primary-actions,.story-step-actions{display:flex;gap:5px}.story-footer button{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:31px;gap:5px;padding:0 10px;border:1px solid rgba(255,255,255,.11);border-radius:10px;color:#ffffffbd;background:#ffffff0e;font-size:9px;font-weight:670;transition:color .14s ease,background .14s ease,transform .14s ease}.story-footer button:hover{color:#17140b;background:#f6f0df}.story-footer button:active{transform:scale(.95)}.story-footer .story-play{color:#17140b;background:linear-gradient(145deg,#f8e5a3,#c99a25);border-color:#ffe99d99}.story-footer .story-play.active{color:#f8e7aa;background:#cb9e2529}.story-footer .story-all{color:#e4c45f}.atlas-tabbar{position:absolute;z-index:25;bottom:18px;left:50%;display:grid;width:296px;height:62px;padding:5px;grid-template-columns:repeat(3,1fr);border-radius:22px;transform:translate(-50%)}.atlas-tabbar button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:17px;color:#ffffff73;font-size:8px;font-weight:650;transition:color .16s ease,background .16s ease,transform .16s ease}.atlas-tabbar button:hover{color:#ffffffd1}.atlas-tabbar button:active{transform:scale(.95)}.atlas-tabbar button.active{color:#17140b;background:linear-gradient(145deg,#fffaf0,#e9e0ca);box-shadow:inset 0 1px #fff,0 5px 14px #0000004d}.atlas-tabbar button.active svg{stroke:#9d7411}.atlas-gesture-hint{position:absolute;z-index:17;right:18px;bottom:22px;display:flex;align-items:center;min-height:38px;gap:8px;padding:0 13px;border-radius:14px;color:#ffffff70;font-size:8px;font-weight:620}.atlas-gesture-hint>span:first-child{color:#d9b449;font-size:14px}.phone-gesture{display:none}.atlas-sheet{position:absolute;z-index:24;top:82px;bottom:94px;left:18px;display:flex;width:380px;overflow:hidden;flex-direction:column;border-radius:28px}.atlas-sheet.glass-surface{background:linear-gradient(145deg,#25231cf7,#080908f6);-webkit-backdrop-filter:blur(36px) saturate(145%);backdrop-filter:blur(36px) saturate(145%)}.sheet-handle{display:none}.sheet-heading{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;padding:19px 18px 13px 21px;border-bottom:1px solid rgba(255,255,255,.08)}.sheet-heading small{display:block;margin-bottom:2px;color:#e7c660ad;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sheet-heading h2{color:#fffdf7;font-family:var(--font-body);font-size:23px;font-weight:720;letter-spacing:-.035em}.sheet-heading button{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;color:#ffffffa6;transition:color .14s ease,background .14s ease,transform .14s ease}.sheet-heading button:hover{color:#17140b;background:#f6f0df}.journey-list,.passport-view{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.journey-list::-webkit-scrollbar,.passport-view::-webkit-scrollbar{display:none}.journey-list{padding:7px 8px 14px}.journey-list>button{position:relative;display:grid;width:100%;min-height:75px;padding:8px 9px;grid-template-columns:30px 1fr 54px;align-items:center;gap:8px;border-radius:17px;text-align:left;transition:background .15s ease,transform .15s ease}.journey-list>button:hover,.journey-list>button.active{background:#ffffff12}.journey-list>button:active{transform:scale(.985)}.journey-index{position:relative;z-index:2;display:grid;width:26px;height:26px;place-items:center;border:1px solid rgba(228,193,84,.5);border-radius:50%;color:#e3c45f;background:#171610;font-size:8px;font-weight:800}.journey-list>button.active .journey-index{color:#151209;background:#e5c45e}.journey-line{position:absolute;top:45px;bottom:-31px;left:30px;width:1px;background:linear-gradient(#e4c1546b,#e4c15414)}.journey-list>button:last-child .journey-line{display:none}.journey-copy{display:grid;min-width:0;gap:2px}.journey-copy small{overflow:hidden;color:#ffffff61;font-size:7px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.journey-copy strong{overflow:hidden;color:#ffffffe0;font-size:11px;font-weight:680;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.journey-copy>span{display:flex;align-items:center;gap:5px;overflow:hidden;color:#d6b956;font-size:8px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.journey-copy>span img{width:12px;height:12px;flex:0 0 auto;border-radius:50%}.journey-list>button>img{width:54px;height:54px;border:1px solid rgba(255,255,255,.1);border-radius:13px;-o-object-fit:cover;object-fit:cover}.passport-view{padding:12px 12px 18px}.passport-stats{display:grid;margin-bottom:12px;padding:13px 5px;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff0b}.passport-stats>div{display:grid;gap:3px;text-align:center}.passport-stats>div+div{border-left:1px solid rgba(255,255,255,.09)}.passport-stats strong{color:#f0d476;font-family:var(--font-display);font-size:23px;font-weight:680}.passport-stats span{color:#ffffff6b;font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.passport-countries{display:grid;gap:5px}.passport-countries button{display:grid;min-height:57px;padding:7px 10px;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;border-radius:15px;text-align:left;transition:background .15s ease,transform .15s ease}.passport-countries button:hover,.passport-countries button.active{background:#ffffff12}.passport-countries button:active{transform:scale(.985)}.passport-countries button>img{width:35px;height:35px;border:1px solid rgba(255,255,255,.2);border-radius:50%}.passport-countries button>span:nth-child(2){display:grid;gap:2px}.passport-countries strong{color:#ffffffe0;font-size:11px;font-weight:680}.passport-countries small{color:#fff6;font-size:8px}.passport-countries button>span:last-child{color:#ffffff47;font-size:20px}@media (max-width: 1100px) and (min-width: 701px){.atlas-story{bottom:94px;width:480px;height:220px;grid-template-columns:170px 1fr}}@media (max-width: 700px){.atlas{min-height:520px}.atlas-atmosphere{background:transparent}.webgl-atlas-map .maplibregl-ctrl-bottom-right{top:61px;right:6px;bottom:auto}.atlas-country-marker{width:36px;height:36px}.country-marker-visual>img{width:28px;height:28px}.country-marker-copy{left:calc(100% + 6px);max-width:95px}.atlas-country-marker.selected .country-marker-copy{max-width:95px}.atlas-location-marker{width:28px;height:28px}.webgl-atlas-map[data-zoom-band=local] .atlas-location-marker{width:32px;height:32px}.webgl-atlas-map[data-zoom-band=local] .atlas-location-marker:not(.selected) .location-label{opacity:0}.atlas-brand{top:max(14px,env(safe-area-inset-top));left:16px;min-height:40px;gap:9px;padding:0 0 0 11px;border-radius:0}.atlas-brand-mark{width:29px;height:29px;border-radius:50%;font-size:10px}.atlas-brand strong{font-size:17px}.atlas-brand small{font-size:6px}.atlas-top-actions{top:max(14px,env(safe-area-inset-top));right:16px;gap:5px}.atlas-top-actions-explore{right:auto;left:16px}.atlas-top-actions button{min-height:36px;gap:5px;padding:0 3px 0 0;border-radius:0;font-size:7px}.atlas-top-actions svg{width:15px;height:15px}.atlas-story{right:8px;bottom:calc(72px + env(safe-area-inset-bottom));left:8px;width:auto;height:174px;grid-template-columns:108px 1fr;border-radius:23px}.story-body{padding:12px 12px 10px}.story-photo-index{top:8px;left:8px;width:26px;height:26px;font-size:7px}.story-eyebrow{margin-bottom:5px;font-size:6px}.story-eyebrow span:last-child{max-width:130px}.story-place{gap:5px;margin-bottom:3px;font-size:8px}.story-place img{width:12px;height:12px}.story-body h2{margin-bottom:3px;font-size:16px;-webkit-line-clamp:1}.story-body p{font-size:8px;line-height:1.35}.story-footer{gap:5px}.story-footer button{min-width:29px;height:27px;padding:0 8px;border-radius:9px;font-size:8px}.story-footer .story-all{display:none}.story-play svg{width:13px;height:13px}.atlas-tabbar{right:8px;bottom:calc(7px + env(safe-area-inset-bottom));left:8px;width:auto;height:58px;padding:4px;border-radius:20px;transform:none}.atlas-tabbar button{border-radius:16px}.atlas-gesture-hint,.desktop-gesture{display:none}.phone-gesture{display:inline}.atlas-sheet{top:auto;right:8px;bottom:calc(72px + env(safe-area-inset-bottom));left:8px;width:auto;max-height:min(66dvh,620px);border-radius:25px}.sheet-handle{display:block;width:36px;height:4px;margin:7px auto 0;flex:0 0 auto;border-radius:999px;background:#ffffff38}.sheet-heading{padding:10px 14px 9px 18px}.sheet-heading h2{font-size:20px}.sheet-heading button{width:34px;height:34px}.journey-list>button{min-height:70px}}@media (max-width: 380px){.atlas-brand>span:last-child{display:grid}.atlas-top-actions button{padding:0 3px 0 0}.atlas-story{grid-template-columns:92px 1fr}.story-eyebrow span:last-child{max-width:105px}}@media (prefers-reduced-motion: reduce){.map-loading>span:first-child{animation:none}.atlas-country-marker,.atlas-location-marker,.country-marker-visual,.location-marker-visual,.atlas-tabbar button,.story-footer button{transition:none}.atlas-space-depth,.atlas-star-field,.atlas-shooting-star{animation:none}.atlas-shooting-star{display:none}.atlas-country-journal,.country-sheet-toggle svg{transition:none}}.atlas-top-actions .overview-return{color:#f7ebc7db;background:transparent;border-color:#e2bc4894;box-shadow:none}.atlas-top-actions .overview-return>span:first-child{color:#9e7511;font-size:15px}.atlas-overview-card{position:absolute;z-index:18;top:50%;bottom:auto;left:clamp(24px,5vw,72px);width:min(410px,calc(100vw - 48px));padding:26px 28px;translate:0 -43%;border:0;border-left:1px solid rgba(227,186,62,.78);border-radius:0 8px 8px 0;background:linear-gradient(90deg,rgba(4,8,10,.9),rgba(4,8,10,.58) 72%,transparent);box-shadow:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.overview-copy small{color:#ecca60a8;font-size:8px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.overview-copy h1{margin:5px 0 8px;color:#fffdf7;font-family:var(--font-display);font-size:clamp(38px,4.5vw,56px);font-weight:500;line-height:.96;letter-spacing:-.035em}.overview-copy p{max-width:410px;color:#f7f3e8b8;font-size:13px;line-height:1.55}.overview-copy .overview-update-footnote{margin-top:4px;color:#ecca60b8;font-size:10px;line-height:1.45}.overview-metrics{display:flex;gap:18px;margin:18px 0;color:#ffffff6b;font-size:8px;font-weight:650;text-transform:uppercase}.overview-metrics span{display:flex;align-items:baseline;gap:5px}.overview-metrics strong{color:#f0d173;font-family:var(--font-display);font-size:18px;font-weight:700}.overview-actions{display:grid;grid-template-columns:1.4fr 1.15fr 38px;gap:7px}.overview-actions button{display:flex;align-items:center;justify-content:center;min-height:42px;gap:7px;padding:0 12px;border:1px solid rgba(255,255,255,.11);border-radius:4px;color:#ffffffb8;background:#ffffff0e;font-size:8px;font-weight:690;letter-spacing:.08em;text-transform:uppercase;transition:transform .15s ease,background .15s ease,color .15s ease}.overview-actions button:active{transform:scale(.97)}.overview-actions .overview-explore{color:#19150a;background:linear-gradient(145deg,#ffe89b,#c89721);border-color:#ffe79499}.overview-actions .overview-play{padding:0;color:#e9c65b}.overview-actions svg,.atlas-playback svg,.country-section-title svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.atlas-explore-hint{position:absolute;z-index:18;bottom:18px;left:50%;display:flex;align-items:center;min-height:34px;gap:18px;padding:0 16px;border-bottom:1px solid rgba(224,187,72,.24);border-radius:0;color:#ffffff94;background:transparent;font-size:8px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;filter:drop-shadow(0 4px 12px rgba(0,0,0,.8));transform:translate(-50%)}.atlas-explore-hint span+span{position:relative;color:#d6b651}.atlas-explore-hint span+span:before{content:"";position:absolute;top:2px;bottom:2px;left:-9px;width:1px;background:#ffffff1f}.atlas-playback{position:absolute;z-index:20;bottom:18px;left:50%;display:grid;width:min(460px,calc(100vw - 36px));min-height:108px;padding:8px 9px;grid-template-columns:128px 38px minmax(0,1fr) 38px 42px;align-items:center;gap:10px;border-radius:22px;transform:translate(-50%)}.playback-media{position:relative;display:grid;width:128px;height:72px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;animation:playback-content-in .42s cubic-bezier(.22,1,.36,1) both}.playback-media-count-1{grid-template-columns:1fr}.playback-media-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.playback-photo,.playback-photo-placeholder{width:100%;height:72px;min-width:0;border-radius:9px;background:#ffffff0b;-o-object-fit:cover;object-fit:cover}.playback-photo-placeholder{grid-column:1 / -1}.playback-flag{position:absolute;right:-6px;bottom:-5px;width:24px;height:24px;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:#111;box-shadow:0 5px 14px #00000080}.playback-copy{display:grid;min-width:0;gap:2px;text-align:left;animation:playback-content-in .42s 55ms cubic-bezier(.22,1,.36,1) both}.playback-copy small{overflow:hidden;color:#ebc95f8f;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.playback-copy strong{overflow:hidden;color:#fffdf7;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.playback-copy span{color:#ffffff70;font-size:8px}.playback-copy p{display:-webkit-box;overflow:hidden;margin-top:2px;color:#ffffff8c;font-size:9px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}@keyframes playback-content-in{0%{opacity:0;translate:10px 0}to{opacity:1;translate:0 0}}.playback-pause{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(238,202,92,.3);border-radius:13px;color:#e4c35d;background:#e0b43614}.atlas-country-journal{top:auto;right:22px;bottom:22px;left:auto;width:min(440px,calc(100vw - 44px));height:226px;max-height:calc(100dvh - 44px);border-radius:24px 24px 8px 8px;box-shadow:0 24px 70px #00000080,inset 0 1px #ffffff17;transition:height .36s cubic-bezier(.22,1,.36,1),border-radius .24s ease}.atlas-country-journal.country-sheet-expanded{height:min(78dvh,760px);border-radius:24px 24px 12px 12px}.country-sheet-grabber{position:relative;z-index:2;flex:0 0 auto;cursor:ns-resize;touch-action:none}.country-sheet-grabber .sheet-handle{display:grid;width:100%;height:18px;margin:0;place-items:center;border-radius:0;background:transparent}.country-sheet-grabber .sheet-handle>span{width:42px;height:3px;border-radius:999px;background:#eed28073;box-shadow:0 0 12px #d9af3529}.country-heading{display:grid;grid-template-columns:42px minmax(0,1fr) 42px 42px;gap:9px;padding:7px 12px 11px 16px}.country-heading>img{width:42px;height:42px;border:2px solid rgba(255,255,255,.62);border-radius:50%;box-shadow:0 8px 22px #00000052}.country-journal-scroll{flex:1 1 auto;min-height:0;padding:12px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.country-sheet-collapsed .country-journal-scroll{overflow:hidden}.country-sheet-toggle,.country-sheet-close{display:grid;width:42px!important;height:42px!important;place-items:center;border:1px solid rgba(225,187,70,.28);border-radius:50%!important;color:#e6c45d!important;background:#dab0310e}.country-sheet-toggle svg{transition:transform .28s cubic-bezier(.22,1,.36,1)}.country-sheet-expanded .country-sheet-toggle svg{transform:rotate(180deg)}.country-sheet-close{color:#ffffff9e!important;border-color:#ffffff1f;background:#ffffff09}.country-sheet-toggle:hover,.country-sheet-toggle:focus-visible,.country-sheet-close:hover,.country-sheet-close:focus-visible{color:#fff2be!important;border-color:#e6c45d9e;background:#dab0311f}.country-journal-scroll::-webkit-scrollbar{display:none}.country-journal-hero{position:relative;display:block;width:100%;height:220px;padding:0;overflow:hidden;border:0;border-radius:21px;background:#171711;text-align:left;cursor:pointer;transition:height .34s cubic-bezier(.22,1,.36,1)}.country-journal-hero-empty{border:1px solid rgba(226,189,73,.2);background:radial-gradient(circle at 76% 24%,rgba(225,184,58,.18),transparent 24%),linear-gradient(145deg,#18160f,#050807 72%)}.country-sheet-collapsed .country-journal-hero{height:132px;border-radius:18px 18px 7px 7px}.country-journal-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(4,5,4,.88))}.country-journal-hero>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.country-journal-hero-copy{position:absolute;z-index:2;right:17px;bottom:16px;left:17px;display:grid;gap:2px;color:#fff}.country-journal-hero small,.country-entry-eyebrow,.country-section-title small,.country-learnings>small,.country-moments>small{color:#efcd63a8;font-size:7px;font-weight:740;letter-spacing:.09em;text-transform:uppercase}.country-journal-hero strong{font-size:23px;letter-spacing:-.035em}.country-journal-hero span{color:#ffffff8c;font-size:9px}.country-stop-rail{display:flex;gap:7px;margin:10px -2px 0;padding:2px 2px 10px;overflow-x:auto;scrollbar-width:none}.country-journal-details{animation:country-details-in .26s ease both}@keyframes country-details-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.country-stop-rail::-webkit-scrollbar{display:none}.country-stop-rail button{display:grid;width:145px;min-width:145px;min-height:72px;padding:10px 11px;gap:2px;border:1px solid rgba(255,255,255,.09);border-radius:16px;text-align:left;background:#ffffff09}.country-stop-rail button.active{border-color:#e7c3538c;background:#ddb3361a}.country-stop-rail button>span{color:#e0bd50;font-family:var(--font-display);font-size:9px}.country-stop-rail strong{overflow:hidden;color:#ffffffd9;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.country-stop-rail small{overflow:hidden;color:#ffffff5e;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.country-entry{padding:18px 4px 8px}.country-entry-eyebrow{display:flex;justify-content:space-between;gap:12px}.country-entry h3{margin:6px 0 8px;color:#fffdf7;font-size:27px;line-height:1.02;letter-spacing:-.045em}.country-entry-summary{color:#f7f3e9b8;font-size:clamp(13px,1.1vw,15px);line-height:1.62}.country-photo-strip{display:grid;margin:18px 0;grid-auto-columns:minmax(140px,68%);grid-auto-flow:column;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.country-photo-strip::-webkit-scrollbar{display:none}.country-photo-strip figure{scroll-snap-align:start}.country-photo-strip img{width:100%;height:160px;border-radius:17px;-o-object-fit:cover;object-fit:cover}.country-photo-strip figcaption{padding:5px 3px 0;color:#fff6;font-size:8px}.country-entry-links{margin-top:18px}.country-photo-strip+.country-entry-links{margin-top:2px}.country-entry-links>small{display:block;margin-bottom:8px;color:#f5d67894;font-size:8px;font-weight:760;letter-spacing:.13em;text-transform:uppercase}.country-entry-links>div{display:flex;flex-wrap:wrap;gap:8px}.country-entry-links a{display:inline-flex;min-height:36px;padding:0 12px;align-items:center;gap:9px;border:1px solid rgba(230,194,83,.36);border-radius:12px;color:#f0d477;background:#d8ad3812;font-size:10px;font-weight:680;text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease}.country-entry-links a:hover,.country-entry-links a:focus-visible{border-color:#f0d375c7;color:#fff6d9;background:#d8ad3829}.country-entry-links a>span:last-child{color:#f0d477a3;font-size:13px}.country-fab-week-rail{display:grid;padding:2px 1px 9px;grid-auto-columns:minmax(210px,255px);grid-auto-flow:column;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:rgba(224,184,63,.36) transparent;scrollbar-width:thin}.country-fab-week-card{display:flex;min-height:132px;padding:14px;flex-direction:column;gap:6px;scroll-snap-align:start;border:1px solid rgba(230,194,83,.3);border-radius:15px;color:#fffbeeeb;background:linear-gradient(145deg,#daae371a,#ffffff06),#0508089e;box-shadow:inset 0 1px #ffffff0a;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.country-fab-week-card:hover,.country-fab-week-card:focus-visible{border-color:#f0d375b8;background:linear-gradient(145deg,#daae372e,#ffffff0b),#050808b8;transform:translateY(-2px)}.country-fab-week-card:focus-visible{outline:2px solid rgba(240,211,117,.72);outline-offset:2px}.country-fab-week-number{color:#e4c25a;font-size:9px;font-weight:780;letter-spacing:.13em;text-transform:uppercase}.country-fab-week-card>strong{font-size:12px;line-height:1.34}.country-fab-week-card>p{display:-webkit-box;margin:0;overflow:hidden;color:#ffffff8f;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.country-fab-week-card>small{margin-top:auto;color:#ecca62b8;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.country-notebook-section,.country-fab-weeks,.country-learnings,.country-moments{margin-top:22px}.country-section-title{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#e3c058}.country-section-title>span{display:grid;gap:1px}.country-section-title strong{color:#ffffffdb;font-size:12px}.country-notebook-page{position:relative;padding:22px 20px 22px 27px;overflow:hidden;border-radius:20px;color:#332d20;background:linear-gradient(90deg,transparent 17px,rgba(178,118,58,.22) 18px,transparent 19px),repeating-linear-gradient(180deg,transparent 0 27px,rgba(80,65,38,.09) 27px 28px),#f2ead8;box-shadow:inset 0 1px #fff,0 15px 35px #0003}.country-notebook-page p{margin-bottom:14px;font-family:var(--font-display);font-size:14px;line-height:1.72}.country-notebook-page p:last-child{margin-bottom:0}.country-notebook-page .nb-fig-row{margin:18px 0}.country-notebook-empty{padding:18px;border:1px dashed rgba(230,194,84,.3);border-radius:18px;background:#e0b5350e}.country-notebook-empty span{color:#ebce72;font-size:11px;font-weight:700}.country-notebook-empty p{margin-top:5px;color:#ffffff6e;font-size:9px;line-height:1.5}.country-learnings>small,.country-moments>small{display:block;margin-bottom:9px}.country-learnings blockquote{padding:14px 15px;border-left:2px solid #d8ad38;border-radius:0 14px 14px 0;background:#ffffff0a}.country-learnings blockquote+blockquote{margin-top:7px}.country-learnings strong{color:#f0d276;font-size:11px}.country-learnings p{margin-top:4px;color:#ffffff85;font-size:9px;line-height:1.48}.country-moments>div{display:grid;min-height:76px;grid-template-columns:78px 1fr;gap:11px;border-radius:16px;background:#ffffff0a;overflow:hidden}.country-moments>div+div{margin-top:7px}.country-moments img{width:78px;height:100%;min-height:76px;-o-object-fit:cover;object-fit:cover}.country-moments>div>span{display:grid;align-content:center;gap:3px;padding:9px 11px 9px 0}.country-moments strong{color:#ffffffd6;font-size:10px}.country-moments p{color:#ffffff6e;font-size:8px;line-height:1.4}.country-close-journal{width:100%;min-height:44px;margin-top:8px;border:1px solid rgba(233,198,88,.26);border-radius:15px;color:#e7c964;background:#daae3012;font-size:9px;font-weight:690}@media (max-width: 700px){.atlas-overview-card{top:auto;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));left:8px;width:auto;padding:18px 18px 16px;translate:none;border:1px solid rgba(229,194,83,.28);border-radius:7px;background:linear-gradient(145deg,#0e110ff0,#03080ade);box-shadow:0 18px 48px #0000006b}.overview-copy h1{font-size:34px}.overview-copy p{font-size:9px}.overview-metrics{margin:12px 0}.overview-metrics strong{font-size:16px}.overview-actions{grid-template-columns:1.35fr 1fr 38px}.overview-actions button{padding:0 9px;font-size:8px}.atlas-explore-hint{bottom:calc(9px + env(safe-area-inset-bottom));width:-moz-max-content;width:max-content;max-width:calc(100vw - 16px);gap:15px}.atlas-playback{right:8px;bottom:calc(8px + env(safe-area-inset-bottom));left:8px;width:auto;transform:none}.atlas-country-journal{right:0;bottom:0;left:0;width:100%;height:calc(218px + env(safe-area-inset-bottom));max-height:calc(100dvh - max(8px,env(safe-area-inset-top)));border-radius:26px 26px 0 0;padding-bottom:env(safe-area-inset-bottom)}.atlas-country-journal.country-sheet-expanded{height:min(82dvh,760px);border-radius:26px 26px 0 0}.country-journal-hero{height:188px}.country-sheet-collapsed .country-journal-hero{height:122px}.country-entry h3{font-size:23px}}@media (max-width: 390px){.overview-copy p{font-size:8px;line-height:1.35}.overview-copy .overview-update-footnote{margin-top:3px;font-size:7.5px}.overview-metrics{gap:10px}.overview-actions button:nth-child(2){padding:0 7px}}.atlas{--atlas-dock-collapsed: 236px;--atlas-dock-expanded: min(76dvh, 760px)}.atlas-overview-card{top:auto;right:0;bottom:0;left:0;display:grid;width:100%;min-height:218px;padding:30px clamp(26px,5vw,76px) 26px;grid-template-columns:minmax(320px,1.25fr) auto minmax(430px,1fr);align-items:center;gap:clamp(26px,4vw,62px);translate:none;border:0;border-top:1px solid rgba(230,190,67,.48);border-radius:26px 26px 0 0;background:linear-gradient(112deg,#181610fe,#090c0bfc 58%,#04080afe);box-shadow:0 -20px 60px #00000080;-webkit-backdrop-filter:none;backdrop-filter:none}.atlas-overview-card .overview-copy h1{font-size:clamp(34px,3.5vw,50px)}.atlas-overview-card .overview-metrics{display:grid;margin:0;gap:9px}.atlas-overview-card .overview-actions{grid-template-columns:1.2fr 1fr 44px 1fr;min-width:430px}.atlas-overview-card .overview-actions button,.atlas-explore-dock button,.atlas-journey-sheet .sheet-heading button,.country-heading .country-sheet-toggle,.country-heading .country-sheet-close{border:1px solid rgba(230,194,83,.58);color:#f7edce!important;background:#11110d;box-shadow:inset 0 1px #ffffff14,0 8px 24px #00000061}.atlas-overview-card .overview-actions button:hover,.atlas-overview-card .overview-actions button:focus-visible,.atlas-explore-dock button:hover,.atlas-explore-dock button:focus-visible,.atlas-journey-sheet .sheet-heading button:hover,.atlas-journey-sheet .sheet-heading button:focus-visible,.country-heading .country-sheet-toggle:hover,.country-heading .country-sheet-toggle:focus-visible,.country-heading .country-sheet-close:hover,.country-heading .country-sheet-close:focus-visible{color:#0b0a08!important;border-color:#f0d375;background:#d8ad38}.atlas-overview-card .overview-actions .overview-explore{color:#171208!important;background:linear-gradient(145deg,#ffe89b,#c89721)}.atlas-overview-card .overview-actions .overview-play{padding:0}.atlas-explore-dock{position:absolute;z-index:20;right:0;bottom:0;left:0;display:flex;min-height:68px;padding:11px clamp(18px,4vw,58px);align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(230,190,67,.42);background:linear-gradient(180deg,#14130efc,#060909fe);box-shadow:0 -14px 42px #00000070}.atlas-explore-dock .overview-return{display:flex;min-height:42px;padding:0 15px;align-items:center;gap:8px;border-radius:4px;font-size:8px;font-weight:720;letter-spacing:.1em;text-transform:uppercase}.atlas-explore-dock .atlas-explore-hint{position:static;min-height:0;padding:0;border:0;color:#ffffffad;background:transparent;filter:none;transform:none}.atlas-sheet.atlas-country-journal{inset:auto 0 0;width:100%;height:var(--atlas-dock-collapsed);max-width:none;max-height:calc(100dvh - max(8px,env(safe-area-inset-top)));padding-bottom:env(safe-area-inset-bottom);border:0;border-top:1px solid rgba(230,190,67,.48);border-radius:26px 26px 0 0;background:linear-gradient(180deg,#16140efe,#060908fe);box-shadow:0 -20px 58px #00000080;-webkit-backdrop-filter:none;backdrop-filter:none}.atlas-country-journal.country-sheet-expanded{height:var(--atlas-sheet-height, min(50dvh, 520px));border-radius:26px 26px 0 0}.atlas-country-journal.country-sheet-resizing{transition:none}.country-sheet-grabber,.country-journal-scroll{width:min(1180px,100%);margin-inline:auto}.atlas-sheet.atlas-journey-sheet{inset:auto 0 0;width:100%;height:var(--atlas-sheet-height, min(46dvh, 460px));max-height:calc(100dvh - max(8px,env(safe-area-inset-top)));border:0;border-top:1px solid rgba(230,190,67,.48);border-radius:26px 26px 0 0;background:linear-gradient(180deg,#16140efe,#060908fe);box-shadow:0 -20px 58px #00000080;-webkit-backdrop-filter:none;backdrop-filter:none}.dock-resize-handle{display:grid;width:100%;height:22px;flex:0 0 auto;place-items:center;border:0;color:transparent;background:transparent;cursor:ns-resize;touch-action:none}.dock-resize-handle>span{width:44px;height:4px;border-radius:999px;background:#efcf6f7a;box-shadow:0 0 14px #d9af352e}.dock-resize-handle:focus-visible>span{outline:2px solid #f0d375;outline-offset:4px}.sheet-heading-actions,.country-place-navigation{display:flex;align-items:center;gap:7px}.sheet-heading-actions button,.country-place-navigation button,.playback-step{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid rgba(230,194,83,.48);border-radius:12px;color:#f1d67c;background:#11110d;font-size:17px;line-height:1;box-shadow:inset 0 1px #ffffff12}.sheet-heading-actions button:hover,.sheet-heading-actions button:focus-visible,.country-place-navigation button:hover,.country-place-navigation button:focus-visible,.playback-step:hover,.playback-step:focus-visible{color:#0b0a08;border-color:#f0d375;background:#d8ad38}.sheet-heading-actions button:disabled,.country-place-navigation button:disabled,.playback-step:disabled{opacity:.28;cursor:default}.sheet-heading-actions button:disabled:hover,.country-place-navigation button:disabled:hover,.playback-step:disabled:hover{color:#f1d67c;border-color:#e6c2537a;background:#11110d}.country-heading{grid-template-columns:42px minmax(0,1fr) auto 42px 42px}.country-heading>div:nth-child(2){min-width:0}.country-heading h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atlas-journey-sheet .sheet-heading,.atlas-journey-sheet .journey-list{width:min(1180px,100%);margin-inline:auto}.atlas.panel-open .webgl-atlas-map .maplibregl-ctrl-bottom-right{bottom:calc(var(--atlas-bottom-inset, var(--atlas-dock-collapsed)) + 8px)}.atlas-playback{right:0;bottom:0;left:0;width:100%;min-height:108px;padding:10px clamp(18px,4vw,58px);grid-template-columns:128px 38px minmax(0,1fr) 38px 42px;border-radius:22px 22px 0 0;transform:none}.atlas-playback.glass-surface{border:0;border-top:1px solid rgba(230,190,67,.48);background:linear-gradient(180deg,#16140efe,#060908fe);box-shadow:0 -16px 48px #00000075;-webkit-backdrop-filter:none;backdrop-filter:none}@media (min-width: 900px){.country-sheet-expanded .country-journal-scroll{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);align-items:start;gap:24px}.country-sheet-expanded .country-journal-hero{position:sticky;top:0;height:clamp(280px,42dvh,460px)}.country-sheet-expanded .country-journal-details{min-width:0}}@media (max-width: 1000px){.atlas-overview-card{min-height:250px;grid-template-columns:minmax(280px,1fr) minmax(380px,1.1fr);gap:24px}.atlas-overview-card .overview-metrics{position:absolute;left:clamp(26px,5vw,76px);bottom:20px;display:flex}}@media (max-width: 700px){.atlas{--atlas-dock-collapsed: calc(228px + env(safe-area-inset-bottom)) ;--atlas-dock-expanded: min(82dvh, 760px)}.atlas-overview-card{right:0;bottom:0;left:0;display:block;width:100%;min-height:0;padding:24px 18px calc(15px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.atlas-overview-card .overview-copy h1{margin-top:4px;font-size:32px}.atlas-overview-card .overview-metrics{position:static;display:flex;margin:10px 0}.atlas-overview-card .overview-actions{min-width:0;grid-template-columns:1.2fr 1fr 42px}.atlas-overview-card .overview-replay{grid-column:1 / -1;min-height:34px}.atlas-explore-dock{min-height:calc(64px + env(safe-area-inset-bottom));padding:9px 12px calc(9px + env(safe-area-inset-bottom))}.atlas-explore-dock .atlas-explore-hint span:first-child{display:none}.country-fab-week-rail{grid-auto-columns:minmax(190px,78vw)}.atlas-sheet.atlas-country-journal{height:var(--atlas-dock-collapsed)}.atlas-sheet.atlas-country-journal.country-sheet-expanded{height:var(--atlas-sheet-height, min(56dvh, 560px))}.atlas-sheet.atlas-journey-sheet{height:var(--atlas-sheet-height, min(52dvh, 520px))}.atlas-journey-sheet .sheet-heading{padding-right:10px;padding-left:16px}.sheet-heading-actions,.country-place-navigation{gap:5px}.sheet-heading-actions button,.country-place-navigation button,.playback-step{width:34px;height:34px}.country-heading{grid-template-columns:38px minmax(0,1fr) auto 38px 38px;gap:6px;padding-right:9px;padding-left:12px}.country-heading>img,.country-heading .country-sheet-toggle,.country-heading .country-sheet-close{width:38px!important;height:38px!important}.atlas-playback{min-height:calc(118px + env(safe-area-inset-bottom));padding:9px 10px calc(9px + env(safe-area-inset-bottom));grid-template-columns:82px 34px minmax(0,1fr) 34px 38px;gap:6px}.playback-media{width:82px;height:68px;grid-template-columns:repeat(2,minmax(0,1fr))}.playback-media.playback-media-count-1{grid-template-columns:1fr}.playback-photo,.playback-photo-placeholder{height:68px}.playback-photo:nth-child(3){display:none}.playback-copy p{-webkit-line-clamp:1}.atlas.panel-open .webgl-atlas-map .maplibregl-ctrl-bottom-right{top:auto;bottom:calc(var(--atlas-bottom-inset, var(--atlas-dock-collapsed)) + 6px)}}.notebook-section{position:relative;padding:20px clamp(12px,4vw,56px) 90px;background:radial-gradient(900px 500px at 50% 0%,rgba(201,162,39,.07),transparent 70%),var(--ink-black)}.notebook{position:relative;max-width:1480px;margin:0 auto;min-height:720px;background:var(--paper);border-radius:6px 10px 10px 6px;box-shadow:0 30px 80px #000000b3,0 0 0 1px #c9a22740;display:grid;grid-template-columns:56px 1fr;color:var(--ink);overflow:visible}.nb-spread{display:grid;grid-template-columns:1fr;gap:0}@media (min-width: 1150px){.nb-spread{grid-template-columns:1fr 1fr;-moz-column-gap:clamp(36px,4vw,64px);column-gap:clamp(36px,4vw,64px);position:relative}.nb-spread:before{content:"";position:absolute;top:-46px;bottom:-56px;left:50%;width:44px;transform:translate(-50%);background:linear-gradient(90deg,transparent 0%,rgba(42,38,32,.06) 38%,rgba(42,38,32,.14) 50%,rgba(42,38,32,.06) 62%,transparent 100%);pointer-events:none}.nb-page-right{padding-top:6px}}.notebook-spine{background:repeating-linear-gradient(180deg,transparent 0 26px,rgba(201,162,39,.9) 26px 34px),linear-gradient(90deg,#0e0d0a,#1d1a14 60%,#14120e);border-radius:6px 0 0 6px;position:relative}.notebook-spine:after{content:"";position:absolute;right:0;top:0;bottom:0;width:10px;background:linear-gradient(90deg,rgba(0,0,0,.35),transparent)}.notebook-page{position:relative;padding:46px clamp(24px,5vw,64px) 56px;background-image:repeating-linear-gradient(180deg,transparent 0 31px,rgba(42,38,32,.06) 31px 32px);min-width:0}.notebook-tabs{position:absolute;right:-40px;top:70px;display:flex;flex-direction:column;gap:10px;z-index:4}.nb-tab{writing-mode:vertical-rl;padding:14px 9px;font-family:var(--font-display);font-size:13px;letter-spacing:.12em;color:var(--paper);background:var(--tab-color, var(--gold));border-radius:0 6px 6px 0;box-shadow:3px 3px 10px #0006;opacity:.82;transition:all .2s;filter:saturate(.8) brightness(.85)}.nb-tab:hover{opacity:1;transform:translate(3px);filter:none}.nb-tab.active{opacity:1;filter:none;transform:translate(5px)}.nb-tab.toc-tab{background:var(--black-3);color:var(--gold-bright)}.toc-header{text-align:center;margin-bottom:34px}.toc-header .nb-kicker{font-size:10px;letter-spacing:.42em;text-transform:uppercase;color:var(--gold-dim)}.toc-header h2{font-size:clamp(30px,4vw,44px);font-weight:500;color:var(--ink)}.toc-header .hand{font-family:var(--font-hand);font-size:18px;color:var(--gold-dim)}.toc-columns{display:grid;grid-template-columns:1fr;gap:30px}.toc-note{border:1px dashed var(--gold-dim);border-radius:4px;padding:16px 18px;background:#c9a2270d;font-family:var(--font-hand);font-size:19px;line-height:1.5;color:#6b6252;transform:rotate(-.4deg)}.toc-quest{-moz-column-break-inside:avoid;break-inside:avoid}.toc-quest-head{display:flex;align-items:baseline;gap:12px;width:100%;text-align:left;padding:6px 4px;border-bottom:2px solid var(--toc-color, var(--gold));transition:background .2s}.toc-quest-head:hover{background:#c9a22714}.toc-numeral{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--toc-color, var(--gold));min-width:30px}.toc-quest-title{font-family:var(--font-display);font-size:21px;font-weight:600;color:var(--ink);flex:1}.toc-dates{font-family:var(--font-hand);font-size:14px;color:var(--muted);white-space:nowrap}.toc-entries{list-style:none;padding:8px 0 0 42px}.toc-entries li{position:relative}.toc-entries li.toc-sidequest{margin-left:var(--time-indent, 0)}.toc-entries li.toc-sidequest .toc-entry-type{color:#8e8064}.toc-entries li.toc-sidequest.nested{border-left:1px dotted rgba(201,162,39,.45);padding-left:8px}.toc-entries button,.toc-entries a{display:flex;align-items:baseline;gap:8px;width:100%;text-align:left;font-size:13.5px;color:#4d463b;padding:4px;text-decoration:none;border-radius:3px;transition:all .15s}.toc-entries button:hover,.toc-entries a:hover{color:var(--ink);background:#c9a2271a;padding-left:10px}.toc-entry-type{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dim);min-width:54px}.toc-entry-title{min-width:0}.toc-entry-dates{font-family:var(--font-hand);font-size:12.5px;color:#8e8064;white-space:nowrap}.toc-dotline{flex:1;border-bottom:1px dotted rgba(42,38,32,.3);transform:translateY(-3px)}.toc-subplot-divider{grid-column:1 / -1;text-align:center;font-family:var(--font-hand);font-size:20px;color:var(--gold-dim);margin-top:6px}.nb-page-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:6px}.nb-breadcrumb{font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dim);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.nb-breadcrumb button{color:inherit;letter-spacing:inherit;text-transform:inherit;font-size:inherit;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.nb-breadcrumb button:hover{color:var(--ink)}.nb-title-row{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}.nb-numeral{font-family:var(--font-display);font-size:58px;font-weight:700;color:var(--page-accent, var(--gold));line-height:1}.nb-title{font-size:clamp(30px,4vw,46px);font-weight:500;color:var(--ink);line-height:1.05}.nb-tagline{font-family:var(--font-hand);font-size:20px;color:var(--gold-dim);margin:6px 0 2px}.nb-dates-ribbon{display:inline-block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--paper);background:var(--ink);padding:5px 14px;border-radius:2px;margin:10px 0 18px}.nb-dates-ribbon .flag{margin-left:8px}.nb-summary{font-size:15.5px;line-height:1.85;color:#3c362d;max-width:640px}.nb-external-links{display:flex;align-items:flex-start;gap:12px;margin:16px 0 8px;max-width:640px}.nb-external-links-label{flex:0 0 auto;padding-top:8px;font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dim)}.nb-external-links-list{display:flex;flex-wrap:wrap;gap:8px}.nb-external-link{display:inline-flex;align-items:center;gap:9px;min-height:32px;padding:6px 10px 6px 12px;border:1px solid rgba(201,162,39,.4);border-radius:999px;background:#ffffff7a;color:#4d463b;font-family:var(--font-body);font-size:11.5px;font-weight:600;line-height:1.25;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.nb-external-link:hover{transform:translateY(-1px);border-color:var(--gold-dim);background:#c9a2271a;color:var(--ink)}.nb-external-link:focus-visible{outline:2px solid var(--page-accent, var(--gold));outline-offset:2px}.nb-external-link-arrow{color:var(--gold-dim);font-size:13px;line-height:1}.nb-deeper{margin:16px 0 8px}.nb-deeper-body{overflow:hidden}.nb-deeper-body p{font-size:14px;line-height:1.9;color:#4d463b;max-width:640px;padding:10px 0 4px}.nb-h3{display:flex;align-items:center;gap:12px;margin:30px 0 12px;font-size:13px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-dim);font-family:var(--font-body);font-weight:600}.nb-h3:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(201,162,39,.5),transparent)}.nb-entries{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.nb-entry-stack{display:grid;gap:7px;min-width:0}.nb-entry{text-align:left;border:1px solid rgba(42,38,32,.16);border-left:3px solid var(--page-accent, var(--gold));border-radius:3px;padding:13px 15px;background:#ffffff8c;transition:all .2s;display:flex;flex-direction:column;gap:4px}.nb-entry-sidequest{margin-left:var(--time-indent, 0);border-left-style:dashed;background:#ffffff6b}.nb-entry-nested{padding-block:10px;max-width:calc(100% - var(--time-indent, 0px))}.sidequest-timeline{grid-template-columns:1fr}.sidequest-timeline .nb-entry-sidequest{max-width:calc(100% - var(--time-indent, 0px))}.nb-entry:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2a262024;background:#fff}.nb-entry .entry-title{font-family:var(--font-display);font-size:18.5px;font-weight:600;color:var(--ink);line-height:1.15}.nb-entry .entry-dates{font-family:var(--font-hand);font-size:14.5px;color:var(--gold-dim)}.nb-entry .entry-summary{font-size:12px;line-height:1.55;color:#5d5546}.nb-entry .entry-badges{display:flex;gap:6px;margin-top:3px;flex-wrap:wrap}.badge{font-size:9px;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border-radius:999px;border:1px solid rgba(42,38,32,.25);color:#5d5546}.badge.offgrid{border-color:#7fb069;color:#4d7a3a}.badge.overlap{border-color:#5da9c9;color:#33708c}.nb-learnings-link{display:flex;align-items:center;gap:14px;border:1px dashed var(--gold-dim);border-radius:4px;padding:14px 18px;background:#c9a2270f;width:100%;text-align:left;transition:background .2s}.nb-learnings-link:hover{background:#c9a22724}.nb-learnings-link .lamp{font-size:22px}.nb-learnings-link .lt{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--ink)}.nb-learnings-link .ls{font-size:12px;color:#5d5546}.learning-item{max-width:640px;padding:14px 0;border-bottom:1px dotted rgba(42,38,32,.25)}.learning-item .lh{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--ink);margin-bottom:6px}.learning-item .lh:before{content:"✦ ";color:var(--gold)}.learning-item .lr{font-size:13.5px;line-height:1.8;color:#4d463b}.nb-fig-row{display:flex;flex-wrap:wrap;gap:18px;margin:18px 0 22px;max-width:640px}.nb-fig{position:relative;flex:1 1 200px;max-width:300px;background:#fff;padding:9px 9px 11px;box-shadow:0 8px 22px #2a26203d;border-radius:2px;transform:rotate(-1.1deg);margin:6px 0 0}.nb-fig-row .nb-fig:nth-child(2n){transform:rotate(1.3deg)}.nb-fig-row.single .nb-fig{flex:none;width:min(440px,100%);max-width:none}.nb-fig img{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;display:block;filter:saturate(.88)}.nb-fig .tape{position:absolute;top:-9px;left:50%;transform:translate(-50%) rotate(-2deg);width:70px;height:18px;background:#c9a22752}.nb-fig figcaption{font-family:var(--font-hand);font-size:16px;color:#5d5546;margin-top:7px;line-height:1.25}.nb-rich-media{width:min(640px,100%);margin:22px 0;padding:10px;background:#fff;border:1px solid rgba(42,38,32,.12);box-shadow:0 8px 24px #2a262029}.nb-rich-media video{display:block;width:100%;max-height:520px;background:#17140f}.nb-rich-media.audio audio{display:block;width:100%}.nb-rich-media figcaption{margin-top:8px;color:#5d5546;font-family:var(--font-hand);font-size:17px}.nb-file-link{width:min(640px,100%);margin:16px 0;padding:14px 16px;display:flex;align-items:center;gap:12px;color:var(--ink);background:#c9a22714;border:1px solid rgba(201,162,39,.35);text-decoration:none}.nb-file-link small{margin-left:auto;color:#756b5a;font-size:10px;letter-spacing:.14em}.polaroid-strip{display:flex;flex-wrap:wrap;gap:26px;padding:16px 4px 10px}.polaroid{position:relative;width:215px;background:#fff;padding:10px 10px 14px;box-shadow:0 10px 26px #2a262047;cursor:grab;border-radius:2px}.polaroid:active{cursor:grabbing}.polaroid img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;display:block;filter:saturate(.85)}.polaroid .tape{position:absolute;top:-10px;left:50%;transform:translate(-50%) rotate(-2deg);width:74px;height:20px;background:#c9a22752;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.polaroid .pol-title{font-family:var(--font-hand);font-size:17px;color:var(--ink);margin-top:9px;line-height:1.15}.polaroid .pol-teaser{font-size:11px;color:#5d5546;line-height:1.5;margin-top:3px}.fabweek-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:10px}.fabweek-card{display:flex;flex-direction:column;gap:3px;border:1px solid rgba(42,38,32,.15);border-radius:3px;padding:11px 13px;background:#fff9;text-decoration:none;transition:all .2s}.fabweek-card:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 18px #2a262021}.fabweek-card .fw-num{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--gold-dim);letter-spacing:.1em}.fabweek-card .fw-title{font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.3}.fabweek-card .fw-output{font-size:11px;color:#5d5546;line-height:1.5}.fabweek-card .fw-link{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dim);margin-top:4px}.page-fold{position:absolute;right:0;bottom:0;width:0;height:0;border-style:solid;border-width:0 0 34px 34px;border-color:transparent transparent var(--paper-shadow) transparent;filter:drop-shadow(-2px -2px 3px rgba(42,38,32,.15))}.page-number{position:absolute;bottom:16px;left:50%;transform:translate(-50%);font-family:var(--font-display);font-size:13px;color:var(--muted);font-style:italic}@media (max-width: 900px){.notebook{grid-template-columns:30px 1fr}.notebook-tabs{right:-34px}.nb-tab{font-size:11px;padding:10px 7px}}@media (max-width: 640px){.notebook-section{padding:10px 8px 70px}.notebook-section .section-heading{padding-right:12px;padding-left:12px}.notebook{display:block;width:100%;min-height:0;border-radius:6px;overflow:visible}.notebook-spine{display:none}.notebook-tabs{position:sticky;top:72px;right:auto;left:auto;display:flex;flex-direction:row;gap:6px;width:100%;padding:9px 10px;overflow-x:auto;overflow-y:hidden;background:linear-gradient(90deg,#faf6ecf5,#faf6ecdb),var(--paper);border-bottom:1px solid rgba(42,38,32,.12);border-radius:6px 6px 0 0;box-shadow:0 10px 20px #2a26201f;z-index:12;scrollbar-width:none}.notebook-tabs::-webkit-scrollbar{display:none}.nb-tab{writing-mode:horizontal-tb;flex:0 0 auto;min-width:42px;min-height:36px;padding:8px 12px;border-radius:999px;font-size:12px;line-height:1;letter-spacing:.08em;box-shadow:0 5px 12px #2a262029}.nb-tab:hover,.nb-tab.active{transform:none}.nb-tab.active{box-shadow:0 0 0 2px #faf6ece0,0 0 0 4px #c9a22761,0 7px 16px #2a262033}.nb-tab.toc-tab{min-width:92px}.notebook-page{min-height:0!important;padding:26px 18px 44px}.toc-header{margin-bottom:22px}.toc-header .nb-kicker{letter-spacing:.28em}.toc-header .hand{font-size:16px}.toc-columns{gap:22px}.toc-quest-head{gap:9px;align-items:flex-start;flex-wrap:wrap}.toc-numeral{font-size:23px;min-width:24px}.toc-quest-title{font-size:19px}.toc-dates{flex-basis:100%;margin-left:33px;white-space:normal}.toc-entries{padding-left:0}.toc-entries li.toc-sidequest{margin-left:clamp(0px,var(--time-indent, 0px),18px)}.toc-entries button,.toc-entries a{flex-wrap:wrap;gap:5px 7px}.toc-entry-type{min-width:0}.toc-entry-title{flex:1 1 160px}.toc-dotline{min-width:26px}.toc-entry-dates{white-space:normal}.nb-page-top{margin-bottom:10px}.nb-breadcrumb{gap:6px;letter-spacing:.12em}.nb-title-row{gap:10px}.nb-numeral{font-size:42px}.nb-title{font-size:30px}.nb-tagline{font-size:18px}.nb-dates-ribbon{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;max-width:100%;font-size:10px;letter-spacing:.1em;line-height:1.4}.nb-dates-ribbon .flag{margin-left:0}.nb-summary,.nb-deeper-body p{max-width:none}.nb-summary{font-size:14.5px;line-height:1.75}.nb-external-links{display:block;margin-top:14px}.nb-external-links-label{display:block;padding:0;margin-bottom:7px}.nb-external-links-list{display:grid}.nb-external-link{justify-content:space-between;border-radius:4px}.nb-h3{margin-top:24px;letter-spacing:.2em}.nb-entries,.fabweek-grid{grid-template-columns:1fr}.nb-entry-sidequest,.sidequest-timeline .nb-entry-sidequest,.nb-entry-nested{max-width:100%;margin-left:0}.nb-fig-row{display:grid;grid-template-columns:1fr;gap:14px}.nb-fig,.nb-fig-row.single .nb-fig{width:100%;max-width:none}.polaroid-strip{justify-content:center;gap:18px}.polaroid{width:min(100%,245px)}.page-fold{border-width:0 0 24px 24px}}.editor{min-height:100vh;background:#f7f7f5;color:#37352f;display:flex;flex-direction:column}.ed-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;border-bottom:1px solid #e7e6e3;background:#fffffff5;position:sticky;top:0;z-index:20;flex-wrap:wrap}.ed-title{font-family:var(--font-body);font-size:14px;font-weight:600;letter-spacing:0;color:#37352f;display:block}.ed-sub{font-size:11px;color:#9b9a97;letter-spacing:0;text-transform:none}.ed-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ed-actions .btn-gold{padding:8px 14px;font-size:11px;letter-spacing:0;text-transform:none;border-color:#d7d5d1;border-radius:5px;color:#57554f;background:#fff}.ed-actions .btn-gold:hover{color:#37352f;background:#f1f1ef;box-shadow:none}.ed-actions .btn-gold.danger{border-color:#a05252;color:#d98c8c}.ed-actions .btn-gold.danger:hover{background:#a05252;color:var(--bone);box-shadow:none}.ed-autosave{font-family:var(--font-hand);font-size:15px;color:var(--gold-dim)}.ed-status{padding:5px 8px;border-radius:4px;font-size:11px;color:#787774;background:#f1f1ef;white-space:nowrap}.ed-status.ok:before{content:"●";margin-right:5px;color:#448361}.ed-status.error{color:#9f3333;background:#faecec}.ed-status.muted{color:#8f6f2e;background:#fbf3db}.ed-body{flex:1;display:grid;grid-template-columns:260px minmax(420px,1fr) minmax(380px,.9fr);gap:0;min-height:0}.ed-tree{border-right:1px solid #e7e6e3;background:#f7f7f5;overflow-y:auto;max-height:calc(100vh - 70px);position:sticky;top:70px;padding:12px 0 40px}.ed-workspace-label{padding:4px 14px 9px;color:#37352f;font-size:12px;font-weight:600}.ed-search-wrap{display:flex;align-items:center;gap:6px;margin:0 8px 8px;padding:6px 8px;color:#9b9a97;background:#efefed;border-radius:5px}.ed-search{min-width:0;width:100%;border:0;outline:0;color:#37352f;background:transparent;font:inherit;font-size:12px}.ed-tree-section{font-size:10px;letter-spacing:.04em;text-transform:none;color:#9b9a97;padding:16px 14px 6px}.ed-tree-item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:6px 10px;color:#6f6e69;font-size:12.5px;border-left:0;border-radius:4px;margin:1px 5px;width:calc(100% - 10px);transition:all .15s}.ed-tree-item:hover{color:#37352f;background:#ebebe8}.ed-tree-item.active{color:#37352f;background:#e7e6e3}.ed-tag{font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;border:0;color:#9b9a97;border-radius:3px;padding:1px 5px;flex-shrink:0}.ed-tree-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-form{padding:42px clamp(28px,5vw,74px) 100px;overflow-y:auto;max-height:calc(100vh - 70px);background:#fff}.ed-form-title{font-family:var(--font-body);font-size:36px;line-height:1.15;font-weight:700;color:#37352f;margin-bottom:28px}.ed-form-sub{font-family:var(--font-body);font-size:14px;font-weight:600;color:#37352f;margin:26px 0 10px;border-bottom:1px solid #e7e6e3;padding-bottom:6px}.ed-field{display:block;margin-bottom:14px}.ed-field-label{display:block;font-size:11px;letter-spacing:.16em;text-transform:none;color:#787774;margin-bottom:5px}.ed-field-label em{font-style:normal;text-transform:none;letter-spacing:.02em;color:#9b9a97;margin-left:8px;font-family:var(--font-hand);font-size:13px}.ed-input,.ed-area{width:100%;background:#fff;border:1px solid transparent;border-radius:4px;color:#37352f;font-family:var(--font-body);font-size:13.5px;line-height:1.6;padding:9px 12px;transition:border-color .2s}.ed-input:focus,.ed-area:focus{outline:none;border-color:#d7d5d1;box-shadow:0 0 0 2px #2eaadc1f}.ed-input:hover,.ed-area:hover{background:#fbfbfa;border-color:#efefed}.ed-area{resize:vertical}select.ed-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.ed-row{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.ed-row .ed-field{flex:1;min-width:200px}.ed-check{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;cursor:pointer}.ed-check input{accent-color:var(--gold);width:16px;height:16px}.ed-color-row{display:flex;gap:10px;align-items:center}.ed-color-row input[type=color]{width:42px;height:36px;border:1px solid rgba(156,147,126,.3);border-radius:4px;background:#fff;padding:3px;cursor:pointer}.ed-list{display:flex;flex-direction:column;gap:8px}.ed-list-item{display:flex;gap:10px;align-items:flex-start;background:#fbfbfa;border:1px solid #e7e6e3;border-radius:4px;padding:8px}.ed-list-item .ed-input{background:#fff}.ed-list-fields{flex:1;display:flex;flex-direction:column;gap:6px}.ed-links-editor{padding:8px;border:1px solid #e7e6e3;border-radius:6px;background:#fbfbfa}.ed-link-item{background:#fff}.ed-link-url-row{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:6px}.ed-link-kind{padding-inline:8px}.ed-thumb{width:62px;height:46px;-o-object-fit:cover;object-fit:cover;border-radius:3px;border:1px solid rgba(201,162,39,.3);flex-shrink:0}.ed-thumb-empty{display:grid;place-items:center;background:#efefed;color:#9b9a97;font-size:10px}.ed-block{position:relative;background:#fbfbfa;border:1px solid #e7e6e3;border-radius:4px;padding:10px 34px 10px 10px;margin-bottom:8px;display:flex;flex-direction:column;gap:6px}.ed-block .ed-input,.ed-block .ed-area{background:#fff}.ed-x{position:absolute;top:6px;right:6px;color:#a05252;font-size:13px;padding:4px;border-radius:3px;align-self:flex-start}.ed-list-item .ed-x{position:static}.ed-x:hover{background:#a0525233}.ed-add{align-self:flex-start;font-size:11.5px;letter-spacing:.12em;text-transform:none;color:#57554f;border:1px solid #d7d5d1;border-radius:4px;padding:8px 14px;transition:all .2s;margin:4px 0}.ed-add:hover{background:#efefed}.ed-add.solid-add{color:#fff;background:#37352f;border-color:#37352f}.ed-add.solid-add:hover{background:#1f1e1b}.ed-add:disabled{cursor:wait;opacity:.6}.ed-hint{font-family:var(--font-body);font-size:11px;color:#9b9a97;margin-top:4px}.ed-body-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}.ed-body-toolbar .ed-add{margin:0}.ed-notion-body{padding:10px 0 0;border-top:1px solid #efefed}.ed-notion-body:focus-within{border-top-color:#d7d5d1}.ed-notion-body .ed-area{min-height:280px;padding:14px 4px;border-radius:0;font-size:15px;line-height:1.8}.ed-upload-zone{padding:10px;border:1px dashed #d7d5d1;border-radius:6px;background:#fbfbfa}.ed-image-url-row,.ed-photo-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ed-image-url-row .ed-input{flex:1;min-width:210px}.ed-image-url-row .ed-add,.ed-photo-actions .ed-add{margin:0}@media (max-width: 620px){.ed-link-url-row{grid-template-columns:1fr}}.ed-entry-images{display:flex;flex-direction:column;gap:9px}.ed-photo-source{display:flex;align-items:center;gap:11px;padding:9px;border:1px solid #e7e6e3;border-radius:6px;background:#fbfbfa}.ed-photo-source>img,.ed-photo-source-empty{width:72px;height:52px;flex:0 0 auto;border-radius:4px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(201,162,39,.28)}.ed-photo-source-empty{display:grid;place-items:center;background:#efefed;color:#9b9a97;font-size:10px}.ed-photo-source>span:last-child{display:flex;flex-direction:column;gap:3px}.ed-photo-source strong{color:#37352f;font-size:12px}.ed-photo-source small{color:#787774;font-size:11px;line-height:1.4}.ed-photo-source.none{border-style:dashed}.ed-photo-remove{color:#9f3333}.ed-upload-summary,.ed-upload-error{margin-top:7px;padding:8px 10px;border-radius:4px;font-size:11px}.ed-upload-summary{color:#35644a;background:#edf6f0}.ed-upload-summary span{display:block;margin-top:3px;color:#6f6e69;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ed-upload-error{color:#9f3333;background:#faecec}.ed-inline-upload{display:flex;align-items:center;gap:9px;color:#787774;font-size:11px}.ed-inline-upload .ed-add{margin:0}.ed-hint code{font-family:monospace;font-size:11px;color:#57554f}.ed-empty{color:var(--muted);padding:40px;text-align:center}.ed-preview{border-left:1px solid #e7e6e3;background:#efefed;padding:18px;overflow-y:auto;max-height:calc(100vh - 70px);position:sticky;top:70px}.ed-preview-label{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#787774;margin-bottom:10px}.ed-preview-paper{background:var(--paper);color:var(--ink);border-radius:4px;box-shadow:0 16px 44px #0009,0 0 0 1px #c9a22740;overflow:hidden;zoom:.82}.ed-preview-paper .notebook-page{padding:30px 30px 40px}.ed-preview-paper .nb-spread{grid-template-columns:1fr}.ed-preview-paper .nb-spread:before{display:none}.ed-intro-preview{position:relative;min-height:340px;background:var(--ink-black);overflow:hidden;display:flex;align-items:center;justify-content:center}.ed-intro-preview img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.65) brightness(.4)}.ed-intro-overlay{position:relative;text-align:center;padding:30px 24px;max-width:420px}.ed-intro-title{font-family:var(--font-display);font-size:34px;color:var(--bone);line-height:1.05;margin:6px 0}.ed-intro-overlay p{font-size:12.5px;line-height:1.7;color:#f5efe3d9;margin-bottom:14px}@media (max-width: 1200px){.ed-body{grid-template-columns:240px 1fr}.ed-preview{display:none}}@media (max-width: 760px){.ed-body{grid-template-columns:1fr}.ed-tree{position:static;max-height:220px}}
