@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";
.perspectives-section{background:#fff;margin-top:0;padding:120px 0;scroll-margin-top:80px;overflow:hidden}.perspectives-header{z-index:10;margin-bottom:60px;padding:0 6vw;position:relative}.perspectives-header h2{letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:clamp(4rem,10vw,10rem);font-weight:500}.perspectives-header p{color:#666;max-width:420px;margin-top:12px;font-size:14px}.perspectives-viewport{z-index:5;width:100%;position:relative;overflow:hidden}.perspectives-track{gap:40px;width:max-content;animation:35s linear infinite perspectives-marquee;display:flex}.perspective-card{min-width:380px;height:520px;position:relative;overflow:hidden}.perspective-card img{object-fit:cover;width:100%;height:100%}.perspective-card span{color:#fff;text-shadow:0 10px 30px #00000080;font-size:28px;font-weight:500;position:absolute;bottom:24px;left:24px}@keyframes perspectives-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:600px){.perspective-card{min-width:80vw;max-width:95vw;height:60vw}.perspectives-header h2{font-size:2.2rem}}
.hero-marquee-wrapper{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100%;padding:0 1rem;display:flex;position:absolute;bottom:5%;left:0}.hero-marquee-text{white-space:nowrap;color:#fff;letter-spacing:-.02em;text-shadow:0 20px 40px #00000080;font-size:clamp(1.5rem,8vw,12rem);font-weight:500;animation:22s linear infinite hero-marquee-rtl;position:relative;left:0;transform:translate(120vw)}@keyframes hero-marquee-rtl{0%{transform:translate(120vw)}to{transform:translate(-120%)}}@media (max-width:768px){.hero-marquee-wrapper{padding:0 .5rem;bottom:5%}.hero-marquee-text{font-size:clamp(1.25rem,7vw,8rem);animation:18s linear infinite hero-marquee-rtl}}@media (max-width:480px){.hero-marquee-wrapper{width:100vw;padding:0 .25rem;bottom:5%;overflow:hidden}.hero-marquee-text{text-shadow:0 10px 20px #00000080;font-size:clamp(3rem,16vw,12rem);animation:15s linear infinite hero-marquee-rtl}}@media (max-width:320px){.hero-marquee-wrapper{bottom:5%}.hero-marquee-text{font-size:clamp(.875rem,5vw,2rem);animation:12s linear infinite hero-marquee-rtl}}@media (max-width:768px){.hero,.hero video,.hero img{min-height:45vh;height:45vh!important}}
.featured-section{color:#111;background:#f6f6f4;padding:120px 6vw}.featured-header{text-align:center;margin-bottom:80px}.featured-header h2{letter-spacing:.05em;font-family:Playfair Display,serif;font-size:clamp(2.5rem,4vw,4rem)}.featured-header p{letter-spacing:.15em;text-transform:uppercase;color:#777;margin-top:12px;font-size:14px}.featured-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:420px;gap:40px;display:grid}.featured-item{background:#ddd;position:relative;overflow:hidden}.featured-item.large{grid-area:span 1/span 2}.featured-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.featured-item:hover img{transform:scale(1.05)}.featured-item span{letter-spacing:.1em;color:#fff;text-shadow:0 10px 30px #0006;font-family:Playfair Display,serif;font-size:20px;position:absolute;bottom:24px;left:24px}.featured-cta{text-align:center;margin-top:100px}.featured-cta button{letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #111;padding:14px 40px;font-size:14px;transition:all .3s}.featured-cta button:hover{color:#fff;background:#111}@media (max-width:900px){.featured-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px;gap:16px}.featured-item.large{grid-column:span 2}.featured-item:nth-child(2),.featured-item:nth-child(5),.featured-item:nth-child(6){display:none}}
