@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=IBM+Plex+Mono:wght@400;500&display=swap');
:root{color-scheme:dark;--bg:#101316;--panel:#171b1e;--line:#303538;--muted:#a1aaac;--text:#eeeae3;--accent:#ff8454;--mono:'IBM Plex Mono',monospace;--sans:'DM Sans',sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a,select,input:focus-visible{outline-offset:5px}button:focus-visible,a:focus-visible,canvas:focus-visible{outline:2px solid var(--accent)}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:hover{filter:brightness(1.16)}.skip{position:absolute;top:-100px;z-index:10;background:var(--accent);color:#111;padding:12px}.skip:focus{top:10px}.site-header{height:94px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;margin:0 4.3%;font-size:14px}.brand{display:flex;align-items:center;gap:13px;font-size:12px;line-height:1.3;letter-spacing:2px;font-weight:600}.brand-icon{font-size:63px;color:var(--accent);line-height:.8;transform:rotate(-25deg)}.header-center,.eyebrow,.small-label,.scene-badge,.version,.lab-name,.readouts>div>span,.below-lab>span{font-family:var(--mono);font-size:12px;letter-spacing:1.4px}.header-center{color:var(--muted)}.back span{padding-left:12px;color:var(--accent)}main{max-width:1800px;margin:auto;padding:0 4.3%}.intro{display:flex;align-items:end;justify-content:space-between;padding:43px 0 31px;gap:30px}.eyebrow{color:var(--accent);margin:0 0 15px}h1{font-weight:450;font-size:clamp(40px,4.2vw,68px);letter-spacing:-3px;line-height:1.07;margin:0}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}.intro-copy{font-size:15px;line-height:1.65;color:var(--muted);margin:0 0 4px}.lab{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:var(--panel)}.lab-bar{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 23px;border-bottom:1px solid var(--line)}.lab-name{display:flex;gap:10px;align-items:center;white-space:nowrap}.orange-dot{background:var(--accent);width:6px;height:6px;border-radius:50%;display:inline-block}.version{color:#768184;letter-spacing:0}.view-tabs{display:flex;padding:4px;border:1px solid var(--line);border-radius:5px;background:#111518}.view-tabs button{border:0;background:none;font-size:14px;padding:7px 18px;color:var(--muted);border-radius:3px}.view-tabs .active{background:#313739;color:#fff}.quiet{background:none;border:0;color:var(--muted);font-size:14px;padding:8px 0}.quiet span{color:var(--accent);margin-left:10px}.lab-body{display:grid;grid-template-columns:minmax(0,1fr) 310px}.stage-wrap{position:relative;min-width:0;background:#11181c;display:flex;flex-direction:column}.scene-top{position:absolute;top:26px;left:27px;right:25px;display:flex;align-items:start;justify-content:space-between;pointer-events:none;z-index:1}.small-label{font-size:12px;color:var(--muted);letter-spacing:1.25px}.scene-top h2{font-size:20px;letter-spacing:-.5px;font-weight:450;margin:7px 0}.scene-badge{font-size:12px;letter-spacing:.7px;border:1px solid #3a4244;border-radius:3px;padding:6px 8px;color:#a8b0b0}canvas{display:block;width:100%;height:455px;flex:1;min-height:420px;touch-action:pan-y;cursor:grab}canvas:active{cursor:grabbing}.scene-bottom{position:absolute;bottom:113px;left:25px;right:22px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#a8b4b6;pointer-events:none}.scene-bottom>div{display:flex;gap:7px;pointer-events:auto}.scene-bottom button{background:#192226bb;border:1px solid #3c484e;border-radius:4px;width:30px;height:30px;color:#c6cfcf;font-size:19px}.readouts{display:grid;grid-template-columns:repeat(3,1fr);min-height:96px;border-top:1px solid #303b3e;background:#131a1d}.readouts>div{padding:17px 23px;border-right:1px solid #303b3e;min-width:0}.readouts>div:last-child{border:0}.readouts>div>span{display:block;font-size:12px;letter-spacing:1px;color:#9ba7a9}.readouts strong{display:block;font-size:21px;font-weight:500;letter-spacing:-.5px;margin:5px 0}.readouts small{font-size:12px;color:#8b999c}.controls{border-left:1px solid var(--line);padding:25px 23px 18px;align-self:stretch}.control-heading{display:flex;justify-content:space-between;align-items:center}.text-button{border:0;background:transparent;font-size:12px;color:var(--muted);padding:0}.controls h2{font-size:21px;font-weight:500;letter-spacing:-.6px;margin:18px 0 5px}.control-intro{font-size:13px;color:var(--muted);margin:0 0 27px}.control{margin:0 0 23px}.control label{display:flex;justify-content:space-between;font-size:14px;margin:0 0 12px}.control output{color:var(--accent);font-family:var(--mono);font-size:13px}.control p{font-size:12px;color:var(--muted);line-height:1.4;margin:9px 0 0}.range-ends{display:flex;justify-content:space-between;font-size:12px;color:#859094;margin-top:8px;font-family:var(--mono)}input[type=range]{appearance:none;width:100%;height:3px;border:0;background:#414747;border-radius:2px;cursor:pointer;accent-color:var(--accent);display:block}input[type=range]::-webkit-slider-thumb{appearance:none;background:#ffc5a7;border:3px solid #262b2d;outline:1px solid #ff9569;width:13px;height:13px;border-radius:50%;box-shadow:0 0 10px #ff824433}input[type=range]::-moz-range-thumb{background:#ffc5a7;border:2px solid #262b2d;width:12px;height:12px;border-radius:50%}.primary{background:var(--accent);border:1px solid var(--accent);color:#221611;border-radius:4px;padding:13px 14px;display:flex;width:100%;justify-content:space-between;font-weight:650;font-size:14px}.experiment-message{font-size:12px;line-height:1.5;color:var(--muted);min-height:36px;margin:10px 0 13px}.comparison-actions{border-top:1px solid var(--line);padding-top:16px}.secondary{background:#242a2d;border:1px solid #454b4d;border-radius:4px;padding:10px 14px;font-size:13px;width:100%}.comparison-actions p{font-size:12px;line-height:1.5;color:var(--muted);margin:8px 0 0}.playback{display:flex;gap:15px;align-items:center;border-top:1px solid var(--line);padding:13px 23px;background:#161a1c}.playback button{border:0;background:#313739;width:29px;height:29px;border-radius:3px;font-family:var(--mono);font-size:14px}.playback>span{font-family:var(--mono);font-size:12px;color:var(--muted)}.playback input{flex:1}.speed-label{display:flex;gap:9px;align-items:center;font-size:12px;color:var(--muted);white-space:nowrap}.speed-label select{background:#262c2f;border:1px solid #444a4c;border-radius:3px;padding:4px;font-size:12px}.below-lab{display:flex;justify-content:space-between;align-items:center;margin:18px 0 55px;gap:20px}.below-lab p{font-size:13px;color:#b7bcbb;display:flex;gap:10px;align-items:center;margin:0}.orange-line{width:20px;height:1px;background:var(--accent)}.below-lab>span{font-size:12px;color:#78858a}.science{border:1px solid var(--line);padding:28px;background:#1a2022;margin-top:12px;border-radius:5px}footer{display:flex;justify-content:space-between;gap:24px;padding:30px 0 34px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.footer-brand{font-family:var(--mono);letter-spacing:1.5px;color:#dedbd5}button:disabled{opacity:.5;cursor:default}[hidden]{display:none!important}
@media(min-width:1550px){canvas{min-height:510px}.lab-body{grid-template-columns:minmax(0,1fr) 340px}.controls{padding:30px}.control{margin-bottom:29px}.control-intro{margin-bottom:33px}.readouts{min-height:110px}.scene-bottom{bottom:128px}}
@media(max-width:1050px){.intro-copy{font-size:13px}.lab-bar{padding:10px 16px}.lab-body{grid-template-columns:minmax(0,1fr) 280px}.controls{padding:22px 18px}.scene-badge{display:none}.readouts>div{padding:14px 13px}.readouts strong{font-size:18px}.readouts>div>span{font-size:12px}.scene-top{left:20px}.view-tabs button{padding:7px 12px}.header-center{font-size:12px}}
@media(max-width:760px){main{padding:0 18px}.site-header{margin:0 18px;height:76px}.header-center{display:none}.intro{padding:31px 0 24px;display:block}.intro-copy{margin:16px 0 0;line-height:1.5;font-size:14px}.intro-copy br{display:none}h1{font-size:44px;letter-spacing:-2px}.eyebrow{font-size:12px}.lab-bar{flex-wrap:wrap;padding:13px 14px;gap:14px}.lab-name{font-size:12px}.view-tabs{order:3;width:100%}.view-tabs button{flex:1;padding:8px}.quiet{font-size:12px}.lab-body{display:block}.scene-top{top:22px;left:19px}.scene-top h2{font-size:19px}canvas{height:400px;min-height:400px}.readouts{min-height:95px}.readouts>div{padding:14px 10px}.readouts strong{font-size:17px}.readouts small{font-size:12px;line-height:1.3;display:block}.scene-bottom{bottom:110px;left:16px;right:16px}.scene-bottom>span{font-size:12px}.controls{border-left:0;border-top:1px solid var(--line);padding:23px}.controls h2{font-size:25px}.control label{font-size:15px}.control output{font-size:14px}.control p{font-size:13px}.control{margin-bottom:27px}.control-intro{font-size:14px}.small-label{font-size:12px}.range-ends{font-size:12px}.primary{font-size:16px}.experiment-message{min-height:0;font-size:13px}.comparison-actions p{font-size:12px}.secondary{font-size:14px}.playback{padding:13px;gap:10px}.below-lab{display:block;margin-bottom:40px}.below-lab>span{display:block;margin-top:12px;margin-left:30px}footer{flex-wrap:wrap;font-size:12px}.timeline-end{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.wind-control{display:flex;align-items:center;gap:16px;padding:14px 23px;background:#141b1e;border-top:1px solid #303b3e;font-size:12px;color:var(--muted)}.wind-control label{white-space:nowrap}.wind-control input{max-width:160px}.wind-control output{min-width:65px;text-align:right;font-family:var(--mono);font-size:12px}.scene-bottom{bottom:157px}.science h2{font-size:26px;font-weight:450;letter-spacing:-.6px;margin:10px 0 28px}.science-header{display:flex;justify-content:space-between;gap:15px}.science-header button{border:0;background:none;font-size:26px;color:var(--muted);align-self:start}.science-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.science-grid article{border-right:1px solid var(--line);padding-right:24px;min-width:0}.science-grid article:last-child{border:0;padding:0}.science-grid h3{font-size:17px;font-weight:500;margin:0 0 12px}.science-grid p{font-size:14px;color:#b3babc;line-height:1.6}.science-grid .science-note{font-size:12px;color:#939fa2}.equation{font-family:var(--mono);color:#ffc09a;line-height:1.8;font-size:15px;margin:22px 0}.small-equation{font-size:13px;line-height:2.2}.equation-key{font-size:12px!important;color:#99a6ab!important}.science-result{border-top:1px solid #384044;border-bottom:1px solid #384044;padding:14px 0;font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:12px;margin:18px 0}.science-result strong{font-family:var(--mono);color:var(--accent);font-size:12px}.pressure-label{display:flex;justify-content:space-between;font-size:12px;margin:28px 0 17px}.pressure-label output{color:var(--accent)}.bubble-row{display:flex;margin:12px 0 0;text-align:center}.bubble-row>div{width:50%}.bubble-row svg{width:100%;max-height:100px}.bubble-row small{font-size:12px;color:var(--muted)}#viscosity-chart{width:100%;margin-top:10px}#viscosity-chart text{fill:#99a6ab;font:12px var(--mono)}.source-link{font-size:12px;color:var(--accent)}.section-intro{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-intro h2{font-size:clamp(26px,2.5vw,38px);font-weight:450;letter-spacing:-1.2px;margin:0}.section-intro>p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.challenges{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.challenges button{display:flex;gap:17px;padding:25px 22px;border:0;border-right:1px solid var(--line);background:none;text-align:left}.challenges button:first-child{padding-left:0}.challenges button:last-child{border-right:0}.challenge-number{font-family:var(--mono);font-size:12px;color:var(--accent);padding-top:3px}.challenges strong{display:block;font-size:17px;font-weight:500;margin-bottom:7px;letter-spacing:-.4px}.challenges small{font-size:13px;color:var(--muted);line-height:1.5;display:block;max-width:220px}.challenge-arrow{color:var(--accent);margin-left:auto;padding-left:6px}.challenge-note{background:#25241e;border-left:2px solid var(--accent);margin-top:18px;padding:18px 22px;font-size:14px;line-height:1.6;color:#d3c7b9}.challenge-section{margin-bottom:70px}.volcano-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.volcano-card{border:1px solid var(--line);background:#171c1f;border-radius:5px;overflow:hidden}.photo{position:relative;aspect-ratio:1.5;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.8)}.photo::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}.event-year{position:absolute;top:15px;left:17px;padding:5px 9px;background:#0b121bcc;border:1px solid #ffffff33;border-radius:3px;font-family:var(--mono);font-size:12px}.photo-credit{position:absolute;bottom:11px;left:15px;right:10px;font-size:12px;z-index:1;color:#ece8e1}.card-copy{padding:23px}.location{font:12px var(--mono)!important;letter-spacing:1.2px;color:#a1aaa9!important;margin:0 0 10px!important}.card-copy h3{font-size:29px;font-weight:450;letter-spacing:-1px;margin:0 0 12px}.card-copy .card-tag{font-size:13px;color:var(--accent);margin:0 0 12px}.card-copy p{font-size:14px;line-height:1.65;color:#aab4b7;margin:0 0 18px}.card-copy details{border-top:1px solid var(--line);padding:16px 0;font-size:13px}.card-copy summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:10px;color:#c4cccd}.card-copy summary::-webkit-details-marker{display:none}.card-copy details p{margin-top:15px;font-size:13px}.card-copy details a{color:var(--accent);font-size:12px}.card-copy details[open] summary span{transform:rotate(45deg)}.card-copy button{background:#282f32;border:1px solid #414a4e;border-radius:3px;color:#e1e4e1;padding:12px 14px;display:flex;width:100%;justify-content:space-between;gap:10px;font-size:13px}.card-copy button span{color:var(--accent)}.atlas-note{font-size:12px;color:#929c9f;line-height:1.6;margin:17px 0 0}.source-section{display:grid;grid-template-columns:1fr 1.25fr;gap:70px;padding:73px 0}.source-section h2{font-size:38px;line-height:1.12;font-weight:400;letter-spacing:-1.1px;margin:0 0 20px}.source-section h2 em{font-family:Georgia,serif;color:var(--accent)}.source-section>div>p:last-child{font-size:14px;color:var(--muted);max-width:320px;line-height:1.7}.source-list>a,.source-list>button{display:flex;width:100%;padding:18px 0;justify-content:space-between;gap:20px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.source-list>a:first-child{padding-top:0}.source-list strong{font-size:15px;font-weight:450;display:block}.source-list small{display:block;font-size:12px;color:var(--muted);margin-top:6px;line-height:1.5}.source-list>a>span:last-child,.source-list>button>span:last-child{color:var(--accent)}
@media(min-width:1550px){.scene-bottom{bottom:173px}}
@media(max-width:1050px){.wind-control{padding:13px;gap:12px}.wind-control label{font-size:12px}.wind-control input{min-width:45px}.section-intro>p{max-width:240px}.card-copy{padding:18px}.card-copy h3{font-size:25px}.challenges button{padding:22px 16px;gap:10px}.challenges strong{font-size:16px}.science-grid{gap:20px}.science-grid article{padding-right:17px}.equation{font-size:13px}.small-equation{font-size:12px}}
@media(max-width:760px){.scene-bottom{bottom:154px}.wind-control{padding:14px 12px;gap:12px}.wind-control label{font-size:12px}.wind-control output{font-size:12px;min-width:55px}.section-intro{display:block}.section-intro h2{font-size:30px;line-height:1.15}.section-intro>p{font-size:14px;max-width:none;margin-top:15px}.section-intro>p br{display:none}.challenges{display:block}.challenges button{width:100%;border-right:0;border-bottom:1px solid var(--line);padding:22px 0;gap:18px}.challenges button:last-child{border:0}.challenges strong{font-size:18px}.challenges small{max-width:none;font-size:14px}.challenge-section{margin-bottom:48px}.volcano-cards{display:block}.volcano-card{margin-bottom:22px}.photo{aspect-ratio:1.65}.card-copy{padding:24px}.card-copy h3{font-size:30px}.card-copy p{font-size:16px}.card-copy .card-tag{font-size:14px}.card-copy summary{font-size:14px}.card-copy button{font-size:14px}.atlas-note{font-size:13px}.science{padding:23px}.science-grid{display:block}.science-grid article{padding:0 0 24px;border-right:0;border-bottom:1px solid var(--line);margin-bottom:24px}.science-grid article:last-child{margin:0;padding:0}.science h2{font-size:24px}.science-grid h3{font-size:19px}.science-grid p{font-size:15px}.science-grid .science-note{font-size:13px}.equation{font-size:15px}.small-equation{font-size:13px}.source-section{display:block;padding:50px 0}.source-section h2{font-size:35px}.source-section>div>p:last-child{max-width:none}.source-list{margin-top:30px}.source-list small{font-size:13px}.source-list strong{font-size:16px}.photo-credit{font-size:12px}.scene-top h2{max-width:260px}}

/* Keep essential controls and reading copy comfortably legible. */
.control label,.control output,.quiet,.text-button,.range-ends,.speed-label,.speed-label select,.secondary,.comparison-actions p,.wind-control label,.wind-control output{font-size:14px}
.control p,.experiment-message,.control-intro,.intro-copy,.section-intro>p,.card-copy p,.science-grid p,.source-section>div>p:last-child{font-size:16px}
.control-heading .text-button{font-size:12px}.control-intro{margin-bottom:23px}.control p{font-size:14px}.control{margin-bottom:24px}.experiment-message{font-size:14px;line-height:1.55}
.readouts>div>span{font-size:12px;letter-spacing:.6px}.readouts small{font-size:12px}.scene-bottom>span{font-size:12px}.control-heading .small-label{font-size:12px;letter-spacing:.6px}.controls{padding:24px}.lab-body{grid-template-columns:minmax(0,1fr) 330px}.card-copy .card-tag{font-size:14px}.source-list small{font-size:14px}.challenges small{font-size:14px}.atlas-note{font-size:14px}.science-grid .science-note{font-size:14px}.equation-key{font-size:12px!important}.source-link{font-size:14px}.photo-credit{font-size:12px}.scene-badge{font-size:12px}.science-result,.science-result strong{font-size:14px}.pressure-label{font-size:14px}.bubble-row small{font-size:14px}
.scene-bottom{bottom:179px}.readouts{min-height:116px}.wind-control{min-height:48px;padding:12px 20px}.wind-control label{font-size:12px}.wind-control output{font-size:12px;min-width:69px}.wind-control input{min-width:40px}.science-result{flex-wrap:wrap}.readouts>div{padding:17px 16px}.readouts strong{font-size:22px}.controls h2{font-size:22px}
@media(max-width:1050px){.lab-body{grid-template-columns:minmax(0,1fr) 305px}.controls{padding:22px 18px}.readouts strong{font-size:18px}.readouts>div{padding:14px 10px}.readouts>div>span{font-size:12px;letter-spacing:0}.readouts small{font-size:12px}.wind-control{gap:10px;padding:12px}.wind-control label{max-width:115px;white-space:normal}.scene-bottom>span{max-width:210px;line-height:1.5}.scene-top h2{font-size:18px}}
@media(max-width:760px){.lab-body{display:block}.controls{padding:24px}.controls h2{font-size:25px}.readouts strong{font-size:18px}.readouts>div>span{font-size:12px;line-height:1.4}.readouts{min-height:128px}.scene-bottom{bottom:194px}.scene-bottom>span{max-width:185px}.wind-control{min-height:50px}.control p{font-size:14px}.wind-control label{max-width:120px}.scene-badge{display:none}.scene-top h2{font-size:18px}.readouts small{font-size:12px}.science-grid .science-note{font-size:14px}.section-intro h2{letter-spacing:-.5px}}
@media(max-width:380px){.readouts{grid-template-columns:1fr 1fr}.readouts>div:last-child{grid-column:1/-1;border-top:1px solid #303b3e;display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px}.readouts>div:last-child>span{width:100%}.readouts>div:last-child strong{margin:0}.readouts>div:last-child small{max-width:140px}.scene-bottom{bottom:242px}.scene-bottom>span{max-width:150px}.scene-top h2{font-size:17px}.view-tabs button{font-size:14px}}

.lab-actions{display:flex;align-items:center;gap:18px}.explode-button{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #ff9565;border-radius:4px;background:#ff8454;color:#27150f;font-size:14px;font-weight:650;white-space:nowrap}.explode-button>span:first-child{font-size:21px;line-height:1}.explode-button.is-active{background:#652e1e;color:#ffd1b8;border-color:#ff966a}.lab-bar{gap:12px}.lab-actions .quiet{white-space:nowrap}.scene-top .small-label{display:block;max-width:100%;line-height:1.6}.scene-top h2{max-width:300px;line-height:1.3}
@media(max-width:1100px) and (min-width:761px){.lab-bar{flex-wrap:wrap}.lab-actions{margin-left:auto}.view-tabs{order:3;margin:0 auto}.lab-name{flex:1}.lab-bar .view-tabs{width:100%;justify-content:center}.view-tabs button{flex:1}}
@media(max-width:760px){.lab-actions{order:2;width:100%;justify-content:space-between;margin:0}.lab-name{width:100%}.view-tabs{order:3}.explode-button{font-size:15px;padding:12px 16px}.scene-top h2{max-width:270px}}

/* The live terrain is the visual focus; keep its labels quiet and readable. */
.stage-wrap{background:#080d14}.scene-top{text-shadow:0 2px 15px #000,0 1px 3px #000}.scene-badge{background:#0b101bbd;border-color:#8e9ca647;color:#d0d6d7;backdrop-filter:blur(8px)}.scene-bottom{color:#e2e6e2;text-shadow:0 2px 5px #000}.scene-bottom button{background:#101820cc}.lab{border-color:#41484e;box-shadow:0 20px 65px #0003}.readouts{background:#10171c}.scene-top .small-label{color:#c5cfd2}.lab-bar{background:#14191e}.explode-button{box-shadow:0 0 22px #ff612217}.intro{padding-top:34px}canvas{min-height:535px}
@media(max-width:760px){canvas{min-height:430px;height:430px}.scene-top{right:16px}.intro{padding-top:27px}}

.forest-status{display:inline-block;margin:3px 0 0;padding:5px 8px;border:1px solid #adc39840;border-radius:3px;background:#0b1711b3;color:#c8d8b9;font-size:12px;line-height:1.3;text-shadow:none}.forest-status.burning{background:#32170dcc;border-color:#f2945b77;color:#ffc58f}
