/* Video-led luxury campaign homepage. */
body.home .site-header{position:fixed;inset:0 0 auto;background:transparent;border-color:transparent;color:#fff;transition:background .25s,color .25s,border-color .25s}
body.home .site-header.is-scrolled,body.home.menu-open .site-header{background:var(--paper);color:var(--ink);border-color:var(--line)}
body.home .site-header .menu-toggle{color:inherit}body.home .site-header .menu-toggle__lines span{background:currentColor}
body.home .hero{position:relative;max-width:none;width:100%;height:100svh;min-height:620px;padding:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;color:#fff}
body.home .hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
body.home .hero__scrim{position:absolute;inset:0;background:linear-gradient(to bottom,#00000030 0%,transparent 42%,#0000008f 100%);z-index:-1}
body.home .hero__copy{width:100%;padding:0 var(--gutter) clamp(3.2rem,8vh,6rem);text-align:center}
body.home .hero__title{font:500 clamp(1.5rem,3vw,2.6rem)/1.1 var(--serif);letter-spacing:0;max-width:none;margin:0 auto .65rem;text-shadow:0 1px 10px #0007}
body.home .hero__lead{font-size:.88rem;color:#fff;margin:0 auto 1.25rem;max-width:48ch;text-shadow:0 1px 8px #0008}
body.home .hero__actions{justify-content:center}body.home .hero .button{min-width:145px;border-color:#fff;background:#fff;color:#161310;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600}
body.home .hero .button--light{background:transparent;color:#fff}
body.home .trust-strip{background:var(--paper)}
.campaign-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:2px;background:var(--paper)}
.campaign-card{position:relative;height:min(78vw,840px);min-height:560px;overflow:hidden;color:#fff;background:#29231d}
.campaign-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.72);transition:transform .6s ease}
.campaign-card:hover img{transform:scale(1.02)}
.campaign-card__content{position:absolute;inset:auto 0 0;padding:0 1.5rem clamp(2.5rem,6vw,5rem);text-align:center;background:linear-gradient(transparent,#0009)}
.campaign-card__content h2{font-size:clamp(2rem,3.5vw,3.7rem);margin-bottom:.35rem}.campaign-card__content p{margin:0 0 1.2rem}.campaign-card__content .button{border-color:#fff;background:#fff;color:#17130e;text-transform:uppercase;font-size:.68rem;letter-spacing:.08em;min-width:130px}
body.home .home-section{padding-block:clamp(4rem,8vw,7rem)}body.home .section-title{font-size:clamp(2.3rem,4vw,4rem)}
@media(max-width:900px){.campaign-grid{grid-template-columns:1fr 1fr}.campaign-card:last-child{grid-column:1/-1}.campaign-card{height:78svh}}
@media(max-width:640px){body.home .hero{min-height:560px}.campaign-grid{grid-template-columns:1fr}.campaign-card:last-child{grid-column:auto}.campaign-card{height:78svh;min-height:520px}body.home .hero__copy{padding-bottom:2.5rem}body.home .hero__actions{flex-direction:column;align-items:center}}
