:root{--black:#000000;--purple:#B400FA;--gray:#9EA5A1;--white:#FFFFFF}
.merch-page{background:var(--white)}
.merch-header{background:var(--black);color:var(--white)}
.merch-header .site-nav{position:relative;z-index:20}
.merch-coming-soon{background:var(--white);color:var(--black);overflow:hidden}
.merch-layout{min-height:720px;display:grid;grid-template-columns:.78fr 1.22fr;gap:48px;align-items:center;padding-top:58px;padding-bottom:72px}
.merch-copy{position:relative;z-index:2}
.merch-copy h1{margin:10px 0 0;font:800 clamp(64px,7vw,112px)/.86 "Montserrat",Arial,sans-serif;text-transform:uppercase;letter-spacing:-.055em}
.merch-copy h1 span{color:var(--purple)}
.merch-copy .accent-rule{width:min(100%,440px);margin:34px 0 26px}
.merch-copy>p:last-child{margin:0;font:400 19px/1.55 "Roboto",Arial,sans-serif}
.merch-art{display:flex;align-items:center;justify-content:center;min-width:0}
.merch-art img{width:min(100%,720px);height:auto}
.merch-page .site-footer{background:var(--white)}
@media(max-width:900px){.merch-layout{grid-template-columns:.7fr 1.3fr;gap:28px;min-height:650px}.merch-copy h1{font-size:clamp(54px,8.5vw,82px)}}
@media(max-width:760px){.merch-layout{grid-template-columns:1fr;gap:14px;min-height:0;padding-top:46px;padding-bottom:54px}.merch-copy{text-align:center}.merch-copy h1{font-size:clamp(52px,15vw,78px)}.merch-copy .accent-rule{margin:26px auto 20px}.merch-copy>p:last-child{font-size:17px}.merch-art{order:-1}.merch-art img{width:min(100%,560px)}}
