/* 2026 eleven-lesson material atlas */
/* Let text and controls determine their height instead of overlapping the scene. */
.world{position:relative;top:auto;align-self:start;display:flex;flex-direction:column;gap:28px;height:auto;max-height:none;min-height:calc(100svh - 90px);padding:28px clamp(23px,4vw,60px);overflow:visible}
.world>img,.world>.shade{inset:0;pointer-events:none}
.world>.shade{background:linear-gradient(180deg,#071015b8,#07101566 45%,#050c11e8)}
.sceneTop,.sceneTitle,.hotspots,.sceneBottom{position:relative;top:auto;bottom:auto;left:auto;right:auto;width:100%;height:auto;margin:0}
.sceneTop{flex-wrap:wrap}.sceneTop .eyebrow{margin:0}
.sceneTitle>p:last-child{margin-bottom:0}
.hotspots{display:grid;grid-template-columns:1fr;gap:18px;padding:8px 0}
.hotspot{position:static;justify-self:start;max-width:85%;min-width:0;min-height:48px;padding:0;gap:12px;background:none;border:0;border-radius:0;filter:drop-shadow(0 2px 8px #000)}
.hotspot:nth-child(even){justify-self:end}
.hotspot span{max-width:200px;background:#101c24d9;padding:3px 10px;font-size:14px;overflow-wrap:anywhere}
.hotspot b{width:43px;height:43px}
.sceneBottom{margin-top:auto}.sceneControls{gap:16px;flex-wrap:wrap}.sceneControls>div{display:flex}
@media(max-width:1100px){.hotspots{grid-template-columns:1fr}}
@media(max-width:760px){.world{min-height:0;gap:26px;padding:24px 23px}.sceneTitle h1{font-size:clamp(36px,10vw,49px)}.hotspot{min-height:48px}.hotspot span{font-size:14px}.sceneBottom{margin-top:0}}
.discoveryPhoto{margin:20px 0 26px}.discoveryPhoto img{display:block;width:100%;max-height:440px;object-fit:contain;background:#0d171c;border:1px solid var(--line)}.discoveryPhoto figcaption{font-size:13px;line-height:1.6;color:var(--muted);margin-top:10px}.photoCredit{display:block;margin-top:5px}#panel h3{font-size:25px}
:root{--oxblood:#824646;--olive:#78806a}
.materialLabel{display:flex;gap:8px;align-items:center;font-size:11px;letter-spacing:1.5px;color:#eef0e7;background:#122129c7;padding:5px 10px;border:1px solid #657477;border-radius:2px}
.materialLabel i{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px #e7c18a24}
.readingBand{display:flex;justify-content:space-between;gap:15px;padding:10px 12px;margin:-8px 0 16px;border-top:1px solid #4d6068;border-bottom:1px solid #4d6068;color:var(--gold);font-size:12px;letter-spacing:1.5px}
.readingBand b{color:var(--ink);font-weight:500;letter-spacing:.4px;text-align:right}
.artifactViz{margin:18px 0 24px;background:radial-gradient(circle at 50% 35%,#263943,#0d171c 70%);border:1px solid #40515a;position:relative;overflow:hidden}
.artifactViz:after{content:'MATERIAL ATLAS';position:absolute;right:13px;bottom:9px;font-size:9px;letter-spacing:2px;color:#9ca8a9}
.artifactViz svg{display:block;width:100%;height:auto}
.artifactViz svg path,.artifactViz svg circle{fill:none;stroke:#e7c18a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.artifactViz svg .soft{stroke:#97a7a6;stroke-width:2}
.artifactViz svg .ground{stroke:#53666c;stroke-width:1}
.artifactViz svg .water{stroke:#9fb9be;stroke-width:4}
.artifactViz svg text{fill:#d9c299;font:600 12px system-ui;letter-spacing:2.2px}
.caution{border-left-color:var(--olive)}
.atlasMark{display:flex;gap:14px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin:23px 0}
.atlasMark>span{font:32px Georgia;color:var(--gold)}
.atlasMark p{margin:0;font-size:13px;color:var(--muted);line-height:1.45}
.atlasMark b{color:var(--ink)}
.cardArtifact{display:block;margin-top:17px;padding-top:9px;border-top:1px solid #b8c1be55;color:#d0d8d5;font-size:10px;letter-spacing:1.4px;text-transform:uppercase}
.chapterCard .num{font-size:11px;letter-spacing:1px}
@media(max-width:760px){.materialLabel{font-size:9px;letter-spacing:1px}.readingBand{align-items:flex-start}.readingBand span{max-width:90px}}

.about-study .hotspots,.about-study .tabs,.about-study #verse,.about-study #verseRef{display:none}
.about-study .world{min-height:540px}
.about-study #panel a{overflow-wrap:anywhere}
