:root{
  --blush:#F7E1E0; --blush-deep:#F0C9C7; --ivory:#FFF8F0; --maroon:#7A1F3D;
  --gold:#CBA135; --gold-light:#E4C77C; --text:#4A2F35; --line: rgba(203,161,53,.35);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:var(--ivory);color:var(--text);font-family:'Jost',sans-serif;font-weight:300;line-height:1.7;}
h1,h2,h3{font-family:'Italiana',serif;font-weight:400;}
a{text-decoration:none;color:inherit;}
.label{font-family:'Cormorant',serif;font-style:italic;font-size:16px;color:var(--maroon);}

:focus-visible{outline:2px solid var(--maroon);outline-offset:2px;border-radius:2px;}
.hero-overlay-content :focus-visible,header:not(.scrolled) :focus-visible{outline-color:var(--gold-light);}

.skip-link{position:absolute;left:16px;top:-48px;z-index:600;background:var(--maroon);color:var(--ivory);padding:10px 18px;border-radius:0 0 10px 10px;transition:top .2s ease;}
.skip-link:focus{top:0;}

/* Offer popup — accent colours are swappable per festival via .popup-theme-* */
.popup-card{
  --pop-accent:#CBA135; --pop-light:#EFD9A0; --pop-deep:#8a6a1a;
  --pop-glow:rgba(228,199,124,.42); --pop-ink:#2A1010;
}
.popup-theme-emerald{--pop-accent:#2E7D5B; --pop-light:#BFEAD6; --pop-deep:#17492F; --pop-glow:rgba(140,224,185,.42);}
.popup-theme-ruby{--pop-accent:#A62B4E; --pop-light:#F2C6D2; --pop-deep:#6E1730; --pop-glow:rgba(242,180,198,.42);}
.popup-theme-royal{--pop-accent:#3F5EA8; --pop-light:#C7D6F5; --pop-deep:#22335F; --pop-glow:rgba(170,196,245,.42);}

.popup-overlay{position:fixed;inset:0;background:rgba(20,6,10,.72);backdrop-filter:blur(3px);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;animation:popupFade .3s ease;}
.popup-card{
  position:relative;max-width:440px;width:100%;padding:44px 34px 38px;text-align:center;
  color:var(--ivory);border-radius:22px;
  background:radial-gradient(120% 90% at 50% 0%, #9a2d4f 0%, #7A1F3D 45%, #57132a 100%);
  border:1px solid color-mix(in srgb, var(--pop-accent) 55%, transparent);
  box-shadow:0 30px 80px rgba(0,0,0,.5), inset 0 0 0 6px color-mix(in srgb, var(--pop-light) 22%, transparent);
  animation:popupPop .45s cubic-bezier(.2,.9,.3,1.3) .08s both;
  overflow:hidden;
}
/* soft accent glow bleeding from the top */
.popup-card::before{content:"";position:absolute;top:-70px;left:50%;transform:translateX(-50%);width:230px;height:230px;border-radius:50%;background:radial-gradient(circle, var(--pop-glow) 0%, transparent 70%);pointer-events:none;}
.popup-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:26px;line-height:1;color:var(--pop-light);cursor:pointer;opacity:.8;transition:opacity .2s ease;z-index:2;}
.popup-close:hover{opacity:1;}
.popup-badge{position:relative;display:inline-block;font-family:'Jost',sans-serif;font-weight:600;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--pop-ink);background:linear-gradient(180deg,var(--pop-light),var(--pop-accent));padding:7px 18px;border-radius:30px;margin-bottom:18px;box-shadow:0 6px 18px rgba(0,0,0,.25);}
.popup-badge::before{content:"\2726\00a0\00a0";}
.popup-badge::after{content:"\00a0\00a0\2726";}
.popup-card h3{position:relative;font-family:'Italiana',serif;font-weight:400;color:var(--ivory);font-size:clamp(20px,4vw,26px);margin-bottom:6px;letter-spacing:.01em;}
.popup-highlight{
  position:relative;font-family:'Italiana',serif;line-height:1.05;
  font-size:clamp(34px,9vw,52px);margin:6px 0 14px;color:var(--pop-light);
}
@supports((-webkit-background-clip:text) or (background-clip:text)){
  .popup-highlight{
    background:linear-gradient(180deg,#ffffff 0%,var(--pop-light) 42%,var(--pop-deep) 100%);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
}
.popup-card p{position:relative;color:rgba(255,248,240,.82);margin:0 auto 24px;font-size:14.5px;max-width:34ch;white-space:pre-line;}
.popup-cta{position:relative;background:linear-gradient(180deg,var(--pop-light),var(--pop-accent));color:var(--pop-ink)!important;font-weight:600;border:none;box-shadow:0 10px 26px rgba(0,0,0,.35);animation:popupPulse 2.2s ease-in-out infinite;}
.popup-cta:hover{filter:brightness(1.05);}
@keyframes popupFade{from{opacity:0;}to{opacity:1;}}
@keyframes popupPop{from{opacity:0;transform:scale(.86) translateY(14px);}to{opacity:1;transform:none;}}
@keyframes popupPulse{0%,100%{box-shadow:0 10px 26px rgba(0,0,0,.35), 0 0 0 0 var(--pop-glow);}50%{box-shadow:0 10px 26px rgba(0,0,0,.35), 0 0 0 12px transparent;}}
@media(prefers-reduced-motion:reduce){
  .popup-overlay,.popup-card,.popup-cta{animation:none;}
}

header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:22px 6%;transition:.4s;background:linear-gradient(180deg, rgba(20,10,10,.45), transparent);}
header.scrolled{background:rgba(255,248,240,.95);backdrop-filter:blur(8px);padding:16px 6%;box-shadow:0 2px 20px rgba(122,31,61,.06);}
.logo{font-family:'Italiana',serif;color:var(--ivory);display:flex;flex-direction:column;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.4);}
header.scrolled .logo{color:var(--maroon);text-shadow:none;}
.logo-name{font-size:34px;letter-spacing:.02em;}
.logo-tag{font-family:'Jost',sans-serif;font-weight:400;font-size:14px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-top:3px;}
header.scrolled .logo-name{font-size:30px;}
header.scrolled .logo-tag{color:var(--gold);}
nav ul{display:flex;gap:40px;list-style:none;}
nav a{font-size:24px;color:var(--ivory);text-shadow:0 1px 6px rgba(0,0,0,.4);}
header.scrolled nav a{color:var(--text);text-shadow:none;}
.nav-cta{background:var(--maroon);color:var(--ivory)!important;padding:12px 24px;border-radius:30px;font-size:15px;}
.burger{display:none;background:none;border:none;color:var(--ivory);font-size:24px;cursor:pointer;line-height:1;padding:8px;user-select:none;}
header.scrolled .burger,header.solid-header .burger{color:var(--maroon);}

.cine-wrap{position:relative;height:340vh;}
.cine-hero{position:sticky;top:0;height:100vh;width:100%;display:block;overflow:hidden;background:var(--maroon);}
.stage{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0;overflow:hidden;}
.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:50% 50%;will-change:transform;border-radius:0;}
.hero-media-mobile{display:none;}   /* the phone-only photo; shown at <=900px below */
.art{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44%;filter:drop-shadow(0 25px 40px rgba(122,31,61,.2));}
.hero-scrim-top{position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(180deg, rgba(15,5,8,.55), transparent);pointer-events:none;z-index:2;}
.hero-scrim-bottom{position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(0deg, rgba(15,5,8,.72) 0%, rgba(15,5,8,.35) 45%, transparent 100%);pointer-events:none;z-index:2;}
.sweep{position:absolute;inset:0;background:linear-gradient(115deg, transparent 42%, rgba(255,255,255,.18) 50%, transparent 58%);animation:sweep 6s ease-in-out infinite;pointer-events:none;z-index:2;}
@keyframes sweep{0%{transform:translateX(-55%);}50%{transform:translateX(55%);}100%{transform:translateX(-55%);}}
.hero-overlay-content{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:0 24px 8vh;text-align:center;}
.caps{position:relative;max-width:760px;margin:0 auto;min-height:150px;}
.cap{position:absolute;left:0;right:0;bottom:0;opacity:0;transition:opacity .6s ease;}
.cap.on{opacity:1;}
.cap .label{display:block;margin-bottom:14px;color:var(--gold-light);font-weight:600;}
.cap h1,.cap .cap-h{font-family:'Italiana',serif;font-size:clamp(28px,5vw,54px);color:var(--ivory);line-height:1.05;font-weight:700;text-shadow:0 3px 5px rgba(0,0,0,.85),0 6px 28px rgba(0,0,0,.65);}
.cap h1 .script,.cap .cap-h .script{font-family:'Cormorant',serif;font-style:italic;font-weight:700;color:var(--gold-light);}
.cine-cta{margin-top:30px;display:flex;gap:16px;justify-content:center;opacity:0;transition:opacity .6s ease;}
.cine-cta.on{opacity:1;}
.btn{padding:15px 30px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;border-radius:30px;display:inline-block;}
.btn-solid{background:var(--maroon);color:var(--ivory);}
.btn-outline{border:1px solid var(--ivory);color:var(--ivory);}
.progress-track{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:2px;height:120px;background:rgba(255,255,255,.2);z-index:3;}
.progress-fill{width:100%;background:var(--gold-light);height:0%;}

section{padding:110px 6%;}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease, transform .9s ease;}
.reveal.in{opacity:1;transform:translateY(0);}


.collections{background:var(--ivory);}
.col-head{text-align:center;margin-bottom:60px;}
.col-head h2{font-size:clamp(28px,3.6vw,42px);color:var(--maroon);}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
/* Many categories on desktop: two rows of four, the rest scrolls sideways
   (and drifts on its own — see site.js). */
@media(min-width:901px){
  .grid4.is-carousel{
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-template-rows:repeat(2,auto);
    grid-auto-columns:calc((100% - 3 * 22px) / 4);
    align-content:start;
    overflow-x:auto;overflow-y:hidden;
    padding-bottom:14px;
    scroll-snap-type:x proximity;
    scrollbar-width:thin;scrollbar-color:var(--gold) var(--blush);
  }
  .grid4.is-carousel .card{scroll-snap-align:start;}
  .grid4.is-carousel::-webkit-scrollbar{height:8px;}
  .grid4.is-carousel::-webkit-scrollbar-track{background:var(--blush);border-radius:20px;}
  .grid4.is-carousel::-webkit-scrollbar-thumb{background:var(--gold);border-radius:20px;}
}
.card{background:var(--ivory);border:1px solid var(--line);border-radius:14px;padding:20px;text-align:center;}
.card-thumb{display:block;width:100%;aspect-ratio:1;border-radius:10px;margin-bottom:14px;overflow:hidden;}
.card-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.card-thumb.placeholder{background:linear-gradient(160deg,var(--blush),var(--ivory));}
.card h3{font-family:'Cormorant',serif;font-size:20px;color:var(--maroon);margin-bottom:6px;}
.card p{font-size:13px;color:#7a5b60;}
.card{display:block;transition:transform .25s ease, box-shadow .25s ease;}
.card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(122,31,61,.14);}
.card-cta{display:inline-block;margin-top:12px;font-family:'Cormorant',serif;font-style:italic;font-size:15px;color:var(--gold);}

/* ---- Image loading placeholder (shimmer + spinner) ---- */
.media-load{position:relative;background:linear-gradient(110deg,var(--blush) 18%,var(--blush-deep) 40%,var(--blush) 62%);background-size:220% 100%;animation:mlShimmer 1.5s linear infinite;}
.media-load::after{content:"";position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:50%;border:3px solid rgba(122,31,61,.22);border-top-color:var(--maroon);animation:mlSpin .8s linear infinite;}
.media-load img{opacity:0;transition:opacity .45s ease;}
.media-load.done{animation:none;background:var(--blush);}
.media-load.done::after{display:none;}
.media-load.done img{opacity:1;}
@keyframes mlShimmer{to{background-position:-220% 0;}}
@keyframes mlSpin{to{transform:rotate(360deg);}}
@media(prefers-reduced-motion:reduce){
  .media-load,.media-load::after{animation:none;}
  .media-load img{transition:none;}
}

/* ---- Collection detail page ---- */
header.solid-header{background:rgba(255,248,240,.97);backdrop-filter:blur(8px);box-shadow:0 2px 20px rgba(122,31,61,.06);}
.collection-page{padding:150px 6% 90px;}
.back-link{display:inline-block;margin-bottom:26px;font-family:'Cormorant',serif;font-style:italic;font-size:16px;color:var(--maroon);}
/* Default: wraps naturally, adjusts to however many pieces exist (1, 2, 3 ...) */
.product-grid{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;}
.product-grid .product-card{flex:0 0 300px;max-width:100%;}

/* Many pieces: two rows that scroll sideways */
.product-grid.is-scroll{display:grid;flex-wrap:nowrap;grid-auto-flow:column;grid-template-rows:repeat(2,auto);grid-auto-columns:300px;align-content:start;overflow-x:auto;overflow-y:hidden;padding-bottom:16px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}
.product-grid.is-scroll .product-card{flex:none;scroll-snap-align:start;}
.product-grid.is-scroll::-webkit-scrollbar{height:8px;}
.product-grid.is-scroll::-webkit-scrollbar-track{background:var(--blush);border-radius:20px;}
.product-grid.is-scroll::-webkit-scrollbar-thumb{background:var(--gold);border-radius:20px;}
.product-card{background:var(--ivory);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;scroll-margin:120px;transition:border-color .3s ease,background .3s ease;}
.product-card.flash{animation:cardFlash 2s ease;}
@keyframes cardFlash{0%,100%{border-color:var(--line);background:var(--ivory);}18%,60%{border-color:var(--gold);background:#fff6e2;}}
.product-img{display:block;width:100%;aspect-ratio:1;overflow:hidden;}
.product-img img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .45s ease, transform .4s ease;}
.product-img.placeholder{background:linear-gradient(160deg,var(--blush),var(--ivory));}
button.product-img{position:relative;border:0;padding:0;margin:0;cursor:zoom-in;font:inherit;color:inherit;-webkit-appearance:none;appearance:none;}
button.product-img:hover img{transform:scale(1.05);}
.zoom-hint{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:50%;background:rgba(42,16,16,.55);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none;}
.zoom-hint svg{width:18px;height:18px;fill:var(--ivory);}
button.product-img:hover .zoom-hint,button.product-img:focus-visible .zoom-hint{opacity:1;}

/* Full-screen product image viewer */
.img-viewer{position:fixed;inset:0;z-index:1100;background:rgba(15,6,8,.94);display:flex;align-items:center;justify-content:center;animation:popupFade .2s ease;}
.img-viewer[hidden]{display:none;}
.iv-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;}
.iv-stage img{max-width:92vw;max-height:86vh;object-fit:contain;user-select:none;-webkit-user-drag:none;transform-origin:center center;will-change:transform;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.5);}
.iv-close,.iv-nav{position:absolute;z-index:2;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:var(--ivory);cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease;}
.iv-close:hover,.iv-nav:hover{background:rgba(255,255,255,.22);}
.iv-nav[hidden]{display:none;}
.iv-close{top:18px;right:18px;width:44px;height:44px;font-size:26px;line-height:1;}
.iv-nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:30px;line-height:1;padding-bottom:4px;}
.iv-prev{left:16px;}
.iv-next{right:16px;}
.iv-caption{position:absolute;left:0;right:0;bottom:26px;text-align:center;color:var(--ivory);font-family:'Cormorant',serif;font-style:italic;font-size:16px;letter-spacing:.02em;padding:0 20px;text-shadow:0 2px 10px rgba(0,0,0,.6);}
.iv-hint{position:absolute;left:0;right:0;bottom:66px;text-align:center;color:rgba(255,248,240,.7);font-size:11px;letter-spacing:.08em;text-transform:uppercase;transition:opacity .5s ease;}
@media(max-width:560px){
  .iv-close{top:12px;right:12px;width:40px;height:40px;}
  .iv-nav{width:42px;height:42px;font-size:26px;}
  .iv-prev{left:8px;}.iv-next{right:8px;}
  .iv-stage img{max-width:96vw;max-height:80vh;}
}
.product-body{padding:18px 20px 22px;}
.product-body h3{font-family:'Cormorant',serif;font-size:20px;color:var(--maroon);margin-bottom:10px;}
.product-meta{display:flex;flex-wrap:wrap;gap:8px;}
.chip{font-family:'Jost',sans-serif;font-size:12px;letter-spacing:.03em;padding:5px 12px;border-radius:20px;background:var(--blush);color:var(--maroon);}
.chip-gold{background:var(--gold);color:#3a2400;font-weight:500;}
.chip-sold{background:#6b6b6b;color:#fff;font-weight:500;text-transform:uppercase;letter-spacing:.06em;}
.product-note{font-size:12px;color:#7a5b60;margin-top:4px;}
.product-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.product-enquire,.product-share{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:9px 14px;border-radius:20px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,filter .2s ease;}
.product-enquire svg,.product-share svg{width:14px;height:14px;fill:currentColor;flex:none;}
.product-enquire,.product-share{background:none;border:1px solid var(--line);color:var(--maroon);}
.product-enquire:hover,.product-share:hover{background:var(--maroon);border-color:var(--maroon);color:var(--ivory);}
.share-toast{position:fixed;left:50%;bottom:96px;transform:translateX(-50%) translateY(12px);background:var(--maroon);color:var(--ivory);padding:12px 22px;border-radius:24px;font-size:13px;letter-spacing:.03em;max-width:88vw;text-align:center;box-shadow:0 12px 34px rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:1000;}
.share-toast.show{opacity:1;transform:translateX(-50%) translateY(0);}
.scroll-hint{font-family:'Cormorant',serif;font-style:italic;font-size:14px;color:var(--gold);margin-bottom:12px;}
.help-empty{color:#7a5b60;font-size:15px;max-width:520px;}
.collection-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:50px;}
.collection-cta .lbl-short{display:none;}
@media(max-width:900px){
  .product-grid{gap:16px;}
  .product-grid .product-card{flex-basis:240px;}
  .product-grid.is-scroll{grid-auto-columns:240px;}
  .collection-page{padding:120px 5% 70px;}
}
@media(max-width:560px){
  .product-grid .product-card{flex-basis:100%;}
  .product-grid.is-scroll{grid-auto-columns:78vw;}
  /* Keep the two action buttons on one row like desktop */
  .collection-cta{flex-wrap:nowrap;gap:10px;}
  .collection-cta .btn{flex:1 1 0;min-width:0;text-align:center;padding:14px 10px;font-size:11px;letter-spacing:.05em;white-space:nowrap;}
  .collection-cta .lbl-full{display:none;}
  .collection-cta .lbl-short{display:inline;}
}

.visit{background:var(--maroon);color:var(--ivory);border-radius:24px;margin:0 6% 20px;padding:80px 6%!important;text-align:center;}
.visit h2{font-size:clamp(28px,3.4vw,42px);margin:12px 0 18px;}
.visit p{color:rgba(255,248,240,.8);margin-bottom:6px;}
.visit-phone{white-space:nowrap;}

/* ---- Today's metal rates band ---- */
.metal-rates{background:var(--maroon);color:var(--ivory);padding:34px 6%;}
.rates-inner{max-width:1000px;margin:0 auto;text-align:center;}
.rates-title{display:block;color:var(--gold-light);margin-bottom:18px;font-size:17px;}
.rate-tiles{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.rate-tile{background:rgba(255,255,255,.06);border:1px solid rgba(228,199,124,.35);border-radius:14px;padding:14px 22px;min-width:150px;}
.rt-k{display:block;font-family:'Cormorant',serif;font-style:italic;color:var(--gold-light);font-size:15px;}
.rt-v{display:block;font-family:'Italiana',serif;font-size:26px;margin-top:2px;}
.rt-u{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,248,240,.6);}
.rates-note{margin-top:16px;font-size:12px;color:rgba(255,248,240,.65);}
/* On collection pages the band is the first thing under the fixed header. */
main > .metal-rates:first-child{padding-top:120px;}
.metal-rates + .collection-page{padding-top:40px;}

footer{text-align:center;padding:46px 6% 30px;color:#8a6a6f;}
footer .fname{font-family:'Italiana',serif;font-size:20px;color:var(--maroon);margin-bottom:8px;}
footer .fnote{font-size:12px;max-width:460px;margin:0 auto;}
.visit-counter{margin-top:16px;font-size:12px;color:#7a5b60;letter-spacing:.05em;}
.visit-counter span{color:var(--maroon);font-weight:600;}
.credit{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);font-size:12.5px;color:var(--text);letter-spacing:.03em;}
.credit a{color:var(--maroon);font-weight:500;}

.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.28);transition:transform .2s ease, box-shadow .2s ease;}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 12px 30px rgba(0,0,0,.34);}
.whatsapp-float svg{width:32px;height:32px;}
@media(max-width:900px){
  .whatsapp-float{right:16px;bottom:16px;width:52px;height:52px;}
}

@media(max-width:900px){
  nav ul,.nav-cta{display:none;} .burger{display:block;}
  header.nav-open{flex-wrap:wrap;}
  header.nav-open nav{order:3;width:100%;}
  header.nav-open nav ul{display:flex;flex-direction:column;gap:14px;padding:16px 0 4px;}
  header.nav-open nav a{font-size:20px;}
  header.nav-open .nav-cta{display:inline-block;order:4;margin-top:4px;}
  .grid4{grid-template-columns:1fr 1fr;}
  .visit{margin:0 4% 20px;padding:50px 6%!important;}
  /* Keep the phone number whole and on its own line on small screens */
  .visit-sep{display:none;}
  .visit-phone{display:block;}
  .logo-name{font-size:26px;}
  .logo-tag{font-size:12px;}
  .metal-rates{padding:26px 5%;}
  main > .metal-rates:first-child{padding-top:100px;}
  .rate-tile{min-width:0;flex:1 1 42%;padding:12px 10px;}
  .rt-v{font-size:22px;}

  /* Mobile hero: a normal static banner, no scroll-scrubbing (which blanks
     the video on phones). Show the first caption + buttons, always visible. */
  .cine-wrap{height:auto;}
  .cine-hero{position:relative;top:auto;height:82vh;min-height:460px;}
  .progress-track{display:none;}
  .hero-overlay-content{padding-bottom:12vh;}
  .caps{min-height:0;}
  .cap{position:relative;opacity:1;}
  .cap:not(.cap-primary){display:none;}
  .cap h1,.cap .cap-h{font-size:clamp(26px,7vw,40px);}
  .cine-cta{opacity:1;flex-wrap:wrap;}
  .hero-media{transform:none!important;}
  /* Phones show the homepage photo, not the video: swap the elements and
     don't even load the video (6+ MB) on mobile data. */
  .hero-media-mobile{display:block;}
  .hero-media-desktop{display:none;}
  /* Safety net: if a video was set with no poster, keep the video visible on
     phones (shows its first frame) instead of an empty maroon box. */
  .hero-media-desktop.hero-media-nofallback{display:block;}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .cine-wrap{height:auto;}
  .cine-hero{position:relative;top:auto;height:88vh;min-height:520px;}
  .progress-track,.sweep{display:none;}
  .cap{opacity:1;position:relative;}
  .cap:not(.cap-primary){display:none;}
  .cine-cta{opacity:1;}
  .hero-media{transform:none!important;}
  .reveal{opacity:1;transform:none;transition:none;}
}
