/* The explorer's caption stays in document flow, below the full image. */
.hero{display:grid;grid-template-columns:1fr 1fr;column-gap:0;min-height:0}
.hero>.eyebrow,.hero-bottom{grid-column:1/-1}
.hero-copy{width:100%;padding-bottom:56px}
.hero-art{position:relative;right:auto;top:auto;width:112%;height:auto;margin:20px 0 40px -8%;align-self:center}
.ship-stage{position:relative;width:100%}
.hero-art .ship{position:relative;top:auto;left:auto;width:100%;height:auto}
.hero-art .orbit{top:2%;height:90%}
.hero-art .orbit-two{top:-8%;height:108%}
.hero-art .art-label{top:-18px;left:23%}
.hero-art .orbit-badge{right:12%;bottom:-8px}
.hero-art .art-coordinate{position:static;display:block;text-align:center;margin:40px 14% 0 0;padding:8px 0 0;font-size:.75rem;line-height:1.6;color:#555e57;letter-spacing:.08em}
.planet-card>img{height:260px}
.brand-grid img{padding:20px 24px;height:134px}
.studio{overflow:hidden;padding-bottom:48px}
.greenhouse-intro{display:grid;grid-template-columns:1.3fr 1fr;gap:7%;align-items:end;margin-top:40px}
.greenhouse-intro h2{font-size:clamp(2.6rem,4.5vw,4.5rem);max-width:760px}
.greenhouse-intro>div{max-width:380px;padding-bottom:6px}
.greenhouse-lead{font:500 1.4rem/1.3 'Space Grotesk',sans-serif;letter-spacing:-.035em;margin-bottom:12px}
.greenhouse-intro>div>p:last-child{font-size:1rem;color:var(--muted)}
.greenhouse-layout{display:grid;grid-template-columns:1.45fr 1fr;align-items:center;gap:3%;margin-top:30px}
.greenhouse-scene{margin:0;min-width:0}
.greenhouse-image-wrap{position:relative;isolation:isolate}
.greenhouse-image-wrap>img{width:100%;height:auto;mix-blend-mode:multiply}
.scene-marker{position:absolute;left:45%;top:77%;display:grid;place-items:center;background:var(--green);color:white;border:4px solid var(--paper);border-radius:50%;width:46px;height:46px;font-size:.875rem;font-weight:600;box-shadow:0 0 0 1px #00856c50;transition:left .5s,top .5s,background .5s}
.greenhouse-scene[data-stage="1"] .scene-marker{left:59%;top:39%;background:#505e56}
.greenhouse-scene[data-stage="2"] .scene-marker{left:46%;top:16%;background:var(--magenta)}
.greenhouse-scene figcaption{margin:8px 5% 0;padding-top:17px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}
.greenhouse-scene figcaption>span:first-child{font-size:.75rem;letter-spacing:.08em;color:var(--green)}
#growth-caption{font-size:.875rem;color:var(--muted);min-height:2.8em}
.growth-label{font-size:.75rem;letter-spacing:.08em;color:var(--muted);margin:0 0 20px 20px}
.growth-step{display:flex;gap:15px;width:100%;text-align:left;background:transparent;border:0;border-top:1px solid var(--line);padding:24px 18px;color:var(--ink);position:relative;transition:background .25s,box-shadow .25s}
.growth-step:last-child{border-bottom:1px solid var(--line)}
.growth-step:hover{background:#edf1eb}
.growth-step.active{background:#e8eee7;box-shadow:inset 3px 0 var(--green)}
.growth-number{font-size:.8125rem;line-height:1.5;color:var(--green);margin-top:3px}
.growth-copy{display:flex;flex-direction:column;gap:8px;padding-right:20px}
.growth-metaphor{font-size:.6875rem;letter-spacing:.09em;color:var(--green)}
.growth-copy strong{font:500 1.35rem/1.25 'Space Grotesk',sans-serif;letter-spacing:-.04em}
.growth-copy>span:last-child{font-size:.9375rem;line-height:1.55;color:#626961}
.growth-arrow{font-size:22px;position:absolute;right:16px;top:47px;color:var(--green);opacity:0;transition:opacity .25s}
.active .growth-arrow,.growth-step:hover .growth-arrow{opacity:1}
.studio-signoff{display:flex;justify-content:space-between;gap:40px;border-top:1px solid var(--line);padding-top:28px;margin-top:42px}
.studio-signoff p{font-size:.875rem;color:var(--muted);line-height:1.7}
.studio-signoff strong{font-weight:500;color:var(--ink)}
.studio-signoff p:last-child{max-width:420px}
@media(min-width:1600px){.hero-art{right:auto;width:112%;margin-left:-8%}}
@media(max-width:1000px){.hero-art{top:auto;right:auto;width:115%;height:auto;margin-left:-8%}.hero-art .art-label{left:16%;font-size:.625rem}.hero-art .art-coordinate{margin-top:30px;font-size:.6875rem}.hero-art .orbit-badge{right:10%;bottom:-10px}.planet-card>img{height:205px}.greenhouse-layout{grid-template-columns:1.2fr 1fr;gap:0}.greenhouse-intro{gap:5%}.greenhouse-lead{font-size:1.25rem}.growth-step{padding:20px 12px;gap:10px}.growth-copy strong{font-size:1.15rem}.growth-copy>span:last-child{font-size:.875rem}.growth-arrow{right:9px;top:40px}.brand-grid img{padding:20px 14px}}
@media(max-width:700px){.hero{display:block}.hero-copy{padding-bottom:0}.hero-art{width:116%;margin:40px -8% 24px;height:auto}.hero-art .art-label{top:-10px;left:18%;font-size:.625rem}.hero-art .art-coordinate{margin:25px 0 0;padding:8px 0;font-size:.6875rem}.hero-art .orbit-badge{bottom:-10px;right:12%}.planet-card>img{height:165px}.brand-grid img{height:113px;padding:15px 14px}.greenhouse-intro{display:block;margin-top:30px}.greenhouse-intro h2{font-size:2.7rem}.greenhouse-intro>div{margin-top:23px;max-width:100%}.greenhouse-lead{font-size:1.35rem}.greenhouse-intro>div>p:last-child{font-size:.9375rem}.greenhouse-layout{display:block;margin-top:15px}.greenhouse-scene{margin:0 -5%}.greenhouse-scene figcaption{margin:5px 5% 0}.greenhouse-image-wrap>img{min-height:0}.scene-marker{width:38px;height:38px;font-size:.75rem;border-width:3px}.growth-process{margin-top:30px}.growth-label{margin-left:0;font-size:.6875rem}.growth-step{padding:22px 18px;gap:15px}.growth-copy strong{font-size:1.3rem}.growth-copy>span:last-child{font-size:.9375rem}.growth-arrow{right:16px;top:44px}.studio-signoff{display:block;margin-top:30px;padding-top:24px}.studio-signoff p{font-size:.8125rem}.studio-signoff p:last-child{margin-top:16px}.greenhouse-scene figcaption>span:first-child{font-size:.6875rem}}
@media(max-width:370px){.hero-art{height:auto}.planet-card>img{height:140px}}
@media(prefers-reduced-motion:reduce){.scene-marker{transition:none}}
