:root{--ink:#24231e;--paper:#f2eee5;--accent:#d08a35}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}.world-nav{position:absolute;z-index:5;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 4vw;color:#fff;border-bottom:1px solid rgba(255,255,255,.3)}.world-brand{display:flex;align-items:center;gap:15px;font-size:17px;letter-spacing:.18em}.world-brand img{width:86px;height:86px;object-fit:contain}.back{font-size:11px;text-transform:uppercase;letter-spacing:.16em}.world-hero{height:100svh;min-height:680px;position:relative;display:flex;align-items:flex-end;padding:8vh 6vw;color:#fff;background-image:linear-gradient(0deg,rgba(20,19,16,.78),transparent 58%),var(--hero);background-size:cover;background-position:var(--position,center)}.world-hero-copy{max-width:880px}.label{font-size:10px;text-transform:uppercase;letter-spacing:.2em}.world-hero h1{font-size:clamp(84px,15vw,230px);font-weight:300;letter-spacing:-.075em;line-height:.72;margin:25px 0}.world-hero-copy>p:last-child{max-width:560px;font-size:18px;line-height:1.7}.world-intro{min-height:90svh;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center;padding:12vw 8vw;background:#1b1b18;color:#f0ebe2}.world-intro>img{position:absolute;right:-10vw;width:min(75vw,900px);height:min(75vw,900px);object-fit:contain;opacity:.13}.world-intro h2{position:relative;z-index:1;font-size:clamp(52px,7vw,110px);font-weight:300;letter-spacing:-.06em;line-height:.98;margin:0}.world-intro div{position:relative;z-index:1;max-width:500px}.world-intro p{font-size:16px;line-height:1.9;color:#cfc8bd}.world-intro a{display:inline-block;margin-top:25px;padding-bottom:8px;border-bottom:1px solid currentColor;font-size:11px;text-transform:uppercase;letter-spacing:.15em}.world-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(35,34,29,.18)}.world-card{min-height:520px;padding:55px 4vw;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between}.world-card span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#827a6e}.world-card h3{font-size:clamp(34px,4vw,58px);font-weight:300;letter-spacing:-.05em;margin:auto 0 20px}.world-card p{line-height:1.75;font-size:14px}.world-next{min-height:75svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;background:var(--accent);color:#201e19}.world-next img{width:180px;height:180px;object-fit:contain}.world-next p{text-transform:uppercase;letter-spacing:.2em;font-size:10px}.world-next h2{font-size:clamp(56px,9vw,132px);font-weight:300;letter-spacing:-.065em;line-height:.9;margin:28px 0}.world-next a{display:grid;place-items:center;width:145px;height:145px;border:1px solid currentColor;border-radius:50%;font-size:12px}.world-next a:hover{background:#201e19;color:#fff}.world-footer{display:flex;justify-content:space-between;gap:30px;padding:35px 5vw;background:#171714;color:#d8d1c5;font-size:11px}.world-footer div{display:flex;gap:25px}@media(max-width:760px){.world-nav{padding:8px 20px}.world-brand img{width:68px;height:68px}.world-hero{padding:8vh 20px;background-position:var(--mobile-position,var(--position,center))}.world-hero h1{font-size:28vw}.world-intro{grid-template-columns:1fr;padding:110px 24px;gap:55px}.world-intro>img{width:130vw;height:130vw;right:-55vw}.world-cards{grid-template-columns:1fr}.world-card{min-height:380px;padding:45px 24px}.world-footer{flex-direction:column}.world-footer div{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
