/* Atlas has a story entrance of his own, separate from destination navigation. */
.home-atlas{background:var(--navy);color:var(--paper);padding:clamp(48px,6vw,88px) 0;border-top:1px solid rgba(237,207,145,.2);border-bottom:1px solid rgba(237,207,145,.2);scroll-margin-top:24px}
.home-atlas-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(28px,4vw,64px)}
.home-atlas-copy{max-width:480px}
.home-atlas-copy .eyebrow{margin-bottom:18px}
.home-atlas-copy h2{margin:0 0 24px;font:600 clamp(42px,4.5vw,66px)/1.02 "Cormorant Garamond",serif;letter-spacing:-.025em}
.home-atlas-copy h2 em{font-weight:500;color:var(--sand)}
.home-atlas-copy>p:not(.eyebrow){font-size:15px;line-height:1.8;color:#e3e8ee;margin:0 0 16px}
.home-atlas-copy .button{margin-top:12px}
.home-atlas-copy .button:focus-visible{outline:3px solid var(--sand);outline-offset:5px}
.home-atlas-art{min-width:0;margin:0}
.home-atlas-art img{display:block;width:100%;height:auto;border-radius:12px;border:1px solid rgba(237,207,145,.35);box-shadow:0 20px 50px rgba(0,0,0,.22)}
.home-atlas-art figcaption{margin-top:12px;font-size:11px;line-height:1.5;color:#becbda}
@media(max-width:800px){.home-atlas-layout{grid-template-columns:1fr;gap:30px}.home-atlas-copy{max-width:620px}.home-atlas-copy h2{font-size:clamp(40px,8vw,60px)}.home-atlas-art{max-width:680px}}
