@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#123f32;--muted:#58716a;--paper:#fafbf7;--lime:#d5f766;--line:#dce5dd;--radius:24px;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:100px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,canvas:focus-visible{outline:3px solid #73962b;outline-offset:5px}button{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}button{border:0}section[id]{scroll-margin-top:98px}[hidden]{display:none!important}.skip{position:fixed;z-index:100;left:16px;top:-70px;background:var(--ink);color:white;padding:14px;border-radius:8px}.skip:focus{top:10px}.header{height:94px;padding:0 clamp(24px,4.5vw,88px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fafbf7f5;position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);gap:24px}.brand{display:flex;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:31px;font-weight:800;letter-spacing:-1.5px;white-space:nowrap}.brand-symbol{height:36px;width:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:var(--lime);font-size:31px;font-style:italic;line-height:1}.brand-period{color:#77962d}.header nav{display:flex;gap:32px;font-weight:500;font-size:15px}.header nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;min-height:54px;padding:16px 25px;font-weight:600;border-radius:100px;font-size:15px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#24604b}.button-lime{background:var(--lime);color:var(--ink)}.button-small{min-height:44px;padding:12px 20px}.text-link{background:none;font-size:15px;font-weight:600;padding:8px 0;display:inline-flex;gap:16px;align-items:center}.mobile-menu{display:none;background:none;padding:12px}.mobile-nav{position:fixed;top:78px;right:0;left:0;background:var(--paper);padding:24px;z-index:29;border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:14px 4px}.hero{min-height:690px;display:grid;grid-template-columns:.92fr 1.12fr;align-items:center;overflow:hidden;background:linear-gradient(120deg,#fafbf7 25%,#eaf4ef);position:relative}.hero-copy{padding:75px 0 72px clamp(24px,6.2vw,112px);position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;line-height:1.7}.tiny-sun{font-size:22px;margin-right:9px;vertical-align:middle}h1{font-size:clamp(49px,5.25vw,82px);font-weight:500;letter-spacing:-4px;line-height:1.09;margin:28px 0}h1 em{font-family:Georgia,serif;font-weight:400;color:#568345}.hero-description{max-width:415px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:32px;flex-wrap:wrap}.hero-footnote{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-top:48px}.hero-footnote span+span:before{content:'·';margin-right:12px}.hero-art{align-self:stretch;position:relative;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-art img{width:125%;max-width:none;mix-blend-mode:multiply;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 96%,transparent)}.art-caption{position:absolute;bottom:33px;right:40px;font-size:12px;letter-spacing:1px}.world-section,.platform-section{max-width:1536px;margin:auto;padding:92px clamp(24px,6.2vw,112px)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}.section-heading h2{font-size:clamp(32px,3.25vw,49px);font-weight:500;letter-spacing:-2px;line-height:1.18;margin-top:12px}.section-heading>p{font-size:16px;color:var(--muted);line-height:1.6;max-width:350px}.world-shell{border:1px solid #d6e4d9;border-radius:var(--radius);overflow:hidden;background:#eaf2e8;position:relative}.scene-toolbar{padding:22px 26px;position:absolute;top:0;left:0;right:0;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:15px}.scene-wordmark{font-size:12px;letter-spacing:2px;font-weight:700}.scene-controls{display:flex;gap:6px}.scene-control{border:1px solid #b3c9b8;background:#f9fbf2d9;padding:9px 12px;border-radius:20px;font-size:14px;min-height:44px}.scene-control[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.scene-stage{height:560px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 45% 55%,#e0f0d1,transparent 65%),linear-gradient(#e4f0ec,#cddfd2)}#world-canvas{width:100%;height:100%;display:block;position:absolute;inset:0;touch-action:pan-y;opacity:0;transition:opacity .6s;cursor:grab}#world-canvas:active{cursor:grabbing}.webgl-ready #world-canvas{opacity:1}.scene-fallback{height:100%;width:100%;object-fit:cover;opacity:.8;transition:opacity .5s}.webgl-ready .scene-fallback{opacity:0}.island-labels{position:absolute;inset:0;pointer-events:none}.island-label{min-height:36px;position:absolute;pointer-events:auto;transform:translate(-50%,-50%);border-radius:20px;padding:7px 12px;border:1px solid #ffffffb0;background:#fffffff0;box-shadow:0 4px 16px #173f3212;white-space:nowrap;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.island-label span{height:17px;width:17px;border-radius:50%;background:var(--ink);color:white;font-size:12px;display:grid;place-items:center}.island-label[aria-pressed=true]{background:var(--ink);color:white;border-color:#d5f766}.island-label[aria-pressed=true] span{background:var(--lime);color:var(--ink)}.scene-hint{text-align:center;position:absolute;top:515px;left:20px;right:20px;font-size:12px;color:#3e6555;pointer-events:none}.island-nav{display:flex;gap:6px;justify-content:center;padding:20px 18px;border-bottom:1px solid #c9d9cb;flex-wrap:wrap;background:#f3f8ee}.island-nav button{font-size:13px;background:transparent;min-height:44px;border-radius:24px;padding:10px 15px;border:1px solid transparent}.island-nav button:hover{border-color:#b6cbb1}.island-nav button[aria-pressed=true]{background:var(--ink);color:#fff}.world-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px 34px;background:#f9fcf5}.panel-kicker{font-size:12px;font-weight:700;letter-spacing:1.6px}.world-panel h3{font-size:25px;font-weight:600;margin:8px 0;letter-spacing:-.7px}.world-panel p{font-size:15px;color:var(--muted);line-height:1.6;max-width:650px}.world-panel .button{flex-shrink:0;font-size:14px}.simple-mode #world-canvas,.simple-mode .island-labels{display:none}.simple-mode .scene-fallback{opacity:1}.simple-mode .scene-stage{height:420px}.simple-mode .scene-hint{top:383px}.platform-section{padding-top:20px}.directory-tools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:25px 0 20px}.filters{display:flex;flex-wrap:wrap;gap:7px}.filters button{background:none;border:1px solid var(--line);padding:10px 15px;border-radius:25px;font-size:14px;min-height:44px}.filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:white}.filters button:hover{border-color:#466e5a}.search{border:1px solid var(--line);border-radius:25px;display:flex;align-items:center;gap:8px;padding:10px 15px;background:white;min-width:190px}.search span{font-size:23px;line-height:1}.search input{background:none;border:0;width:150px;font-size:14px;outline:none;color:var(--ink)}.directory-summary{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px;min-height:31px;margin-bottom:16px}.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.platform-card{padding:28px;text-align:left;background:white;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;min-height:248px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative}.platform-card:hover{transform:translateY(-4px);border-color:#7caa84;box-shadow:0 13px 30px #123f320a}.platform-icon{height:48px;width:48px;border-radius:14px;background:var(--tint,#e8f1e7);display:grid;place-items:center;margin-bottom:24px;font-size:24px;font-family:Georgia,serif;font-weight:bold;color:var(--ink)}.platform-icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.platform-card h3{font-size:21px;font-weight:600;letter-spacing:-.6px;margin-bottom:10px}.platform-card p{font-size:15px;line-height:1.6;color:var(--muted);margin-bottom:24px}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:12px}.card-footer>span:last-child{font-size:21px}.no-results{padding:50px;text-align:center;color:var(--muted)}.mail-section{margin:5px clamp(24px,6.2vw,112px) 0;border-radius:28px;background:#123f32;color:white;display:grid;grid-template-columns:1fr .8fr;overflow:hidden;min-height:490px}.mail-copy{padding:65px clamp(30px,5vw,75px)}.mail-copy .eyebrow{color:var(--lime)}.mail-copy h2{font-weight:500;font-size:clamp(33px,3.4vw,53px);line-height:1.15;letter-spacing:-2px;margin:22px 0}.mail-copy>p:not(.eyebrow){max-width:415px;line-height:1.7;color:#c6d9cf;font-size:17px;margin-bottom:28px}.mail-address{display:block;font-size:13px;color:#b3cabf;margin-top:17px}.mail-visual{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background:radial-gradient(ellipse,#3d7755 0,transparent 70%);padding:35px}.mail-orbit-label{font-size:12px;letter-spacing:2.8px;color:#b7d6be}.mail-letter{font-family:Georgia,serif;font-size:180px;font-style:italic;color:#ddfbb4;line-height:1.3;filter:drop-shadow(5px 12px 0 #092e2370);transform:rotate(-12deg);margin:15px 0}.mail-signature{font-family:Manrope,sans-serif;letter-spacing:-1.5px;font-size:30px;font-weight:700}.mail-visual p{font-size:14px;color:#c6d9cf;margin-top:10px}.closing{text-align:center;padding:110px 24px;background:radial-gradient(ellipse at bottom,#ebf3d7,transparent 65%)}.closing h2{font-size:clamp(42px,5vw,70px);line-height:1.1;letter-spacing:-3px;font-weight:500;margin:22px 0 30px}footer{border-top:1px solid var(--line);padding:38px clamp(24px,4.5vw,88px);display:flex;gap:25px;align-items:center;flex-wrap:wrap}footer .brand{font-size:26px}footer p{color:var(--muted);font-size:14px}footer nav{margin-left:auto;display:flex;gap:23px;font-size:14px}.copyright{font-size:12px;color:var(--muted);width:100%;padding-top:12px}dialog{padding:45px;border:1px solid var(--line);border-radius:24px;background:var(--paper);color:var(--ink);width:min(550px,calc(100% - 32px));max-height:85dvh;overflow:auto;box-shadow:0 24px 100px #0b2e3530}dialog::backdrop{background:#072b2870;backdrop-filter:blur(7px)}.dialog-close{position:absolute;top:15px;right:18px;background:none;font-size:30px;min-width:44px;min-height:44px}.dialog-icon{margin:24px 0 20px}.dialog-icon .platform-icon{height:65px;width:65px;margin:0}.dialog-icon svg{height:32px;width:32px}dialog h2{font-size:36px;letter-spacing:-1.5px;font-weight:600;margin-bottom:16px}dialog>p{font-size:17px;line-height:1.65;color:var(--muted)}#dialog-action{margin-top:28px}#dialog-action p{font-size:14px;color:var(--muted);line-height:1.5}.dialog-related{display:flex;gap:7px;flex-wrap:wrap;margin-top:23px}.dialog-related button{padding:9px 12px;font-size:14px;background:#e4eddc;border-radius:20px}.dialog-related button:hover{background:#d2e4c5}.platform-soon{display:inline-block;border:1px solid #b6c9b4;border-radius:20px;padding:9px 14px;font-size:14px;margin-bottom:10px}body:has(dialog[open]){overflow:hidden}
@media(min-width:1600px){.hero{max-width:1600px;margin:auto}.mail-section{max-width:1312px;margin-left:auto;margin-right:auto}}@media(max-width:1100px){.header nav{gap:18px}.hero-copy{padding-left:40px}.hero-description{font-size:16px}h1{letter-spacing:-2.8px}.hero-art img{width:155%}.directory-tools{align-items:flex-start;flex-direction:column}.search{width:100%}.search input{width:100%}.world-panel{padding:26px}.world-panel .button{max-width:220px}.mail-section{grid-template-columns:1fr .65fr}.mail-letter{font-size:135px}}@media(max-width:800px){.header{height:78px;padding:0 24px}.header nav,.header-cta{display:none}.mobile-menu{display:block;font-size:14px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:55px 24px 15px;max-width:670px}.hero h1{font-size:clamp(48px,9vw,72px);margin:24px 0}.hero-description{font-size:17px}.hero-footnote{margin-top:28px}.hero-art{height:380px}.hero-art img{width:100%;max-width:700px;mask-image:linear-gradient(0deg,#000 80%,transparent)}.art-caption{bottom:20px;right:24px}.world-section,.platform-section{padding:60px 24px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.section-heading h2{font-size:36px}.section-heading>p{font-size:15px}.section-heading>p br{display:none}.scene-wordmark{display:none}.scene-toolbar{justify-content:flex-end;padding:15px}.scene-stage{height:470px}.scene-hint{top:430px;font-size:12px}.island-label{font-size:12px;padding:6px 9px}.island-label span{height:15px;width:15px;font-size:12px}.island-nav{gap:2px;padding:14px 8px}.island-nav button{padding:8px 10px;font-size:12px;min-height:44px}.world-panel{align-items:flex-start;flex-direction:column;gap:22px}.world-panel .button{max-width:100%;min-height:46px}.world-panel h3{font-size:24px}.platform-section{padding-top:0}.platform-grid{grid-template-columns:repeat(2,1fr);gap:12px}.platform-card{padding:23px;min-height:240px}.mail-section{margin:0 24px;grid-template-columns:1fr}.mail-copy{padding:38px 30px}.mail-visual{padding:0 30px 35px}.mail-orbit-label{display:none}.mail-letter{font-size:120px;margin:0}.mail-signature{font-size:25px}.closing{padding:75px 24px}footer{gap:20px}footer p{width:100%}footer nav{margin-left:0}.copyright{width:auto;margin-left:auto;padding:0}}@media(max-width:480px){.brand{font-size:27px}.hero h1{font-size:48px;letter-spacing:-2.8px}.hero-actions{gap:18px}.hero-actions .button{padding:14px 18px;gap:16px;font-size:14px}.hero-actions .text-link{font-size:14px}.hero-footnote{font-size:12px;gap:8px}.hero-footnote span+span:before{margin-right:8px}.hero-art{height:290px}.section-heading h2{font-size:32px;letter-spacing:-1.2px}.world-section{padding-left:16px;padding-right:16px}.scene-stage{height:400px}.scene-hint{top:362px}.scene-toolbar{gap:5px;padding:12px}.scene-control{font-size:14px;padding:8px 10px}.scene-controls{gap:5px}.world-panel{padding:25px 22px}.island-label{font-size:12px;gap:4px;padding:5px 7px}.island-label span{display:none}.platform-section{padding-left:20px;padding-right:20px}.platform-grid{grid-template-columns:1fr}.platform-card{min-height:200px}.platform-icon{margin-bottom:19px}.filters button{font-size:12px;padding:9px 11px}.mail-section{margin:0 16px}.mail-copy h2{font-size:34px;letter-spacing:-1.5px}.mail-copy>p:not(.eyebrow){font-size:16px}.closing h2{font-size:46px}.copyright{margin-left:0;flex-basis:100%}dialog{padding:32px 25px}.simple-mode .scene-stage{height:300px}.simple-mode .scene-hint{top:262px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* The interactive world is the opening experience. */
.experience-section{max-width:1680px;margin:auto;padding:24px 32px 72px}.experience-section .world-shell{border:0;background:#e8f1e9;border-radius:28px;box-shadow:inset 0 0 0 1px #dce8dc}.world-opening{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.65fr)}.world-intro{padding:65px 12px 40px 38px;align-self:center;position:relative;z-index:2}.world-intro h1{font-size:clamp(42px,4vw,66px);letter-spacing:-2.8px;margin:23px 0;line-height:1.08}.world-intro h1 em{white-space:nowrap}.world-intro-copy{font-size:17px;line-height:1.7;color:var(--muted);max-width:280px}.world-intro .text-link{margin-top:22px}.world-total{display:flex;gap:13px;align-items:center;margin-top:40px}.world-total strong{font-size:34px;font-weight:500;letter-spacing:-1px}.world-total span{font-size:13px;line-height:1.5;color:var(--muted)}.experience-section .scene-stage{height:clamp(490px,43vw,650px);background:radial-gradient(ellipse at 50% 56%,#f3fae9 0,#e1eee1 50%,#e8f1e9 76%);overflow:hidden}.experience-section .scene-toolbar{padding:20px 20px 0;justify-content:flex-end}.experience-section .scene-wordmark{display:none}.experience-section .scene-hint{top:auto;bottom:19px;z-index:2;font-size:13px}.experience-section .scene-fallback{padding:95px 26px 60px;display:flex;flex-direction:column;justify-content:center;gap:15px;opacity:1;font-size:16px;color:var(--muted)}.experience-section .webgl-ready .scene-fallback{opacity:0;pointer-events:none}.experience-section .simple-mode .scene-fallback{opacity:1;pointer-events:auto}.experience-section .island-nav{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:13px;gap:5px;justify-content:stretch;background:#f6faf2;border-top:1px solid #d3e0d2}.experience-section .island-nav button{min-height:68px;border-radius:16px;line-height:1.4;font-size:14px;padding:12px 8px}.experience-section .world-panel{padding:26px 32px;background:#f6faf2}.experience-section .world-panel p{font-size:16px}.experience-section .world-panel h3{font-size:26px}.experience-section .island-label{font-size:13px;min-height:36px}.experience-section .island-label span{font-size:12px;min-width:20px;width:20px;height:20px}.platform-section{padding-top:10px}
@media(max-width:1100px){.experience-section{padding:20px 24px 64px}.world-intro{padding-left:26px}.world-intro h1{font-size:44px}.world-opening{grid-template-columns:minmax(240px,.76fr) minmax(0,1.5fr)}.experience-section .scene-stage{height:510px}.experience-section .island-nav button{font-size:13px}}
@media(max-width:800px){.experience-section{padding:16px 16px 54px}.world-opening{grid-template-columns:1fr}.world-intro{padding:30px 28px 8px;max-width:none}.world-intro h1{font-size:44px;margin:15px 0}.world-intro h1 br{display:none}.world-intro-copy{max-width:440px;font-size:16px}.world-intro .text-link{margin-top:12px}.world-total{display:none}.experience-section .scene-stage{height:450px}.experience-section .scene-toolbar{padding-top:12px}.experience-section .island-nav{grid-template-columns:repeat(4,minmax(0,1fr));padding:10px;gap:6px}.experience-section .island-nav button{font-size:14px;min-height:64px}.experience-section .world-panel{padding:25px;gap:20px}.experience-section .scene-hint{font-size:12px;bottom:18px}.experience-section .simple-mode .scene-stage{height:auto;min-height:440px}}
@media(max-width:480px){.world-intro{padding:26px 22px 4px}.world-intro h1{font-size:37px;letter-spacing:-1.8px}.world-intro h1 br{display:block}.experience-section .scene-stage{height:380px}.experience-section .island-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.experience-section .island-nav button{min-height:52px;text-align:left;padding:12px}.experience-section .island-nav button:last-child{grid-column:1/-1}.experience-section .scene-toolbar{padding:12px 10px 0}.experience-section .scene-control{font-size:12px;min-height:40px;padding:9px 10px}.experience-section .island-label{font-size:12px;padding:7px 9px}.experience-section .island-label span{display:grid}.experience-section .world-panel h3{font-size:25px}}
/* Area selection stays readable alongside the live scene. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.experience-section .island-nav button{display:flex;gap:10px;align-items:center;justify-content:flex-start;text-align:left;padding:14px 12px;border:1px solid transparent;transition:background .18s,border-color .18s,color .18s}
.area-number{display:grid;place-items:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#dfebdc;color:#315f43;font-size:12px;font-weight:700;letter-spacing:0}
.area-name{font-weight:600;line-height:1.35}.experience-section .island-nav button[aria-pressed=true]{box-shadow:0 5px 14px #143e3217}.island-nav button[aria-pressed=true] .area-number{background:var(--lime);color:var(--ink)}
.experience-section .island-nav button:hover:not([aria-pressed=true]){border-color:#abc3a7;background:#e7f0e3}.island-label b{font-weight:600}.island-label.is-hovered{outline:2px solid #a2c655;outline-offset:2px}
.experience-section .world-panel{border-left:5px solid var(--area-color,#91bd67);align-items:center;gap:36px}.selected-area-copy{max-width:620px}.selected-area-actions{display:flex;flex-direction:column;align-items:flex-end;gap:16px;flex-shrink:0}.selected-area-actions .button{min-height:46px;padding:12px 22px}.area-platforms{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.area-platforms button{background:#e1ebdb;border-radius:8px;min-height:36px;padding:8px 11px;font-size:14px;border:1px solid transparent}.area-platforms button:hover{background:#d4e4c9;border-color:#a5c394}
.scene-zoom{position:absolute;right:16px;bottom:57px;z-index:3;display:flex;flex-direction:column;gap:5px}.scene-zoom button{height:44px;width:44px;border:1px solid #abc3ae;background:#f6fbedee;border-radius:50%;font-size:23px;line-height:1;color:var(--ink)}.scene-zoom button:hover{background:white}.simple-mode .scene-zoom{display:none}.scene-control:hover{background:white}.scene-control[aria-pressed=true]:hover{background:#24604b}.scene-control:disabled{opacity:.5}
#simple-areas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.simple-area{display:flex;gap:12px;align-items:center;text-align:left;padding:15px;border:1px solid #c3d6c4;border-radius:14px;background:#f8fcf5;color:var(--ink);min-height:76px}.simple-area strong{display:block;font-size:14px;font-weight:600}.simple-area small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.simple-area[aria-pressed=true]{border:2px solid var(--ink);padding:14px;background:var(--tint)}.simple-area .area-number{background:var(--tint);border:1px solid #bed0b9}.experience-section .scene-fallback{transition:none}.experience-section .simple-mode .scene-stage{height:auto;min-height:510px}.simple-mode .island-nav{display:none}
@media(max-width:1100px){.experience-section .island-nav button{padding:12px 8px;gap:7px;font-size:14px}.area-number{width:24px;height:24px}.selected-area-actions{max-width:300px}.experience-section .world-panel{gap:25px}.area-platforms{gap:5px}.area-platforms button{font-size:13px}}
@media(max-width:800px){.experience-section .world-panel{align-items:flex-start;gap:22px}.selected-area-actions{max-width:none;width:100%;align-items:flex-start}.area-platforms{justify-content:flex-start}.experience-section .island-nav button{min-height:66px}.experience-section .scene-fallback{padding:80px 23px 65px}.experience-section .simple-mode .scene-stage{min-height:490px}.experience-section .scene-control{font-size:14px;min-height:44px}.scene-zoom{right:12px;bottom:49px}.area-platforms button{font-size:14px;min-height:44px}}
@media(max-width:480px){.experience-section .island-nav button{min-height:54px;padding:12px}.experience-section .island-label:not([aria-pressed=true]) b{display:none}.experience-section .island-label{min-width:36px;padding:6px;border-radius:20px}.experience-section .island-label[aria-pressed=true]{gap:7px;padding-right:11px}.experience-section .island-label span{font-size:12px;width:22px;height:22px}.experience-section .scene-control{font-size:14px;padding:9px 8px}.experience-section .scene-hint{font-size:12px;left:8px;right:8px}.scene-zoom button{height:44px;width:44px}.simple-area{padding:12px;gap:8px}.simple-area[aria-pressed=true]{padding:11px}.simple-area strong{font-size:14px}.experience-section .scene-fallback{padding-left:18px;padding-right:18px}.world-intro .eyebrow{font-size:12px;letter-spacing:1.4px}}
@media(prefers-reduced-motion:reduce){.island-label,.scene-control,.area-platforms button{transition:none}}
