/* Offline Blender turntable with a transparent background. */
.hero{padding:54px 0 64px;min-height:750px;background:radial-gradient(ellipse at 83% 40%,#2b4862 0,transparent 48%),#142b45}
.hero::before{display:none}
.hero-grid{grid-template-columns:1fr 1fr;gap:40px}
.hero-copy{position:relative;z-index:3}
.hero-copy h1{font-size:clamp(44px,4.55vw,65px)}
.hero-scene{position:relative;min-width:0;height:600px;display:grid;place-items:center}
.hero-pavilion{width:740px;max-width:none;height:auto;pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.hero-motion{position:absolute;bottom:-28px;right:16px;display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:8px 12px;border:1px solid #ffffff40;border-radius:4px;background:transparent;color:#c6d4e0;font-size:11px;cursor:pointer}
.hero-motion[hidden]{display:none}
.hero-motion:hover{background:#ffffff0d;color:white}
.hero-motion:focus-visible{outline:2px solid var(--tan);outline-offset:4px}
@media(max-width:1100px) and (min-width:981px){.hero-pavilion{width:650px}.hero-scene{height:550px}}
@media(max-width:980px){.hero{padding:70px 0 40px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-copy{max-width:680px}.hero-copy h1{font-size:clamp(41px,6.8vw,62px)}.hero-scene{height:570px;width:100%;max-width:680px;justify-self:center}.hero-pavilion{width:700px}}
@media(max-width:540px){.hero{padding:58px 0 28px}.hero-copy h1{font-size:41px}.hero-grid{gap:16px}.hero-scene{height:380px}.hero-pavilion{width:470px}.hero-motion{right:0;bottom:-6px}}
@media print{.hero-motion{display:none}.hero{background:white;min-height:0}.hero-scene{height:350px}.hero-pavilion{width:400px}}

