
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#474148;color:#f4f1ea;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;line-height:1.7;
  font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%;height:auto;filter:grayscale(.12) contrast(1.05)}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;line-height:1.05;font-weight:700}

.grain{position:fixed;inset:0;width:100%;height:100%;z-index:50;
  pointer-events:none;opacity:.10;mix-blend-mode:overlay;
  animation:shimmer .5s steps(3) infinite}
@keyframes shimmer{0%{transform:translate(0,0)}33%{transform:translate(-2%,1%)}
  66%{transform:translate(1%,-2%)}100%{transform:translate(0,0)}}

.reel{position:relative;z-index:1;max-width:1120px;margin:0 auto;
  padding:0 clamp(1rem,4vw,2rem) 6rem}

.bar{position:sticky;top:0;z-index:40;display:flex;align-items:center;
  justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(244,241,234,0.14);
  background:#474148}
.brand{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-weight:700;font-size:1.15rem;letter-spacing:.04em}
.nav{display:flex;gap:1.5rem}
.nav a{color:rgba(244,241,234,0.60);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}
.nav a:hover{color:#FF4FA3}
.iso{color:#FF4FA3;font-size:.72rem;letter-spacing:.18em;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif}

.hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,4rem);
  align-items:center;padding:clamp(3rem,8vw,6rem) 0}
.kick{letter-spacing:.28em;text-transform:uppercase;font-size:.72rem;color:#FF4FA3;
  margin-bottom:1.2rem}
.hero h1{font-size:clamp(2.6rem,8vw,5.2rem);letter-spacing:-.02em;text-transform:uppercase}
.dek{color:rgba(244,241,234,0.60);font-size:clamp(1.05rem,2.6vw,1.25rem);margin:1.2rem 0 1.8rem;max-width:36ch}
.btn{display:inline-block;border:1px solid #FF4FA3;color:#FF4FA3;padding:.8rem 1.8rem;
  letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;transition:.25s}
.btn:hover{background:#FF4FA3;color:#ffffff}
.hero-plate{position:relative;border:1px solid rgba(244,241,234,0.14);padding:.5rem}
.hero-plate img{width:100%;aspect-ratio:5/4;object-fit:cover}
.stamp{position:absolute;top:1rem;right:1rem;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;color:#FF4FA3;
  font-size:2rem;font-weight:700;mix-blend-mode:difference}

.feature,.entries,.contact{display:grid;grid-template-columns:120px 1fr;
  gap:clamp(1rem,4vw,3rem);padding:clamp(2.5rem,6vw,4rem) 0;
  border-top:1px solid rgba(244,241,234,0.14);align-items:start}
.sec-n{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-size:clamp(3rem,7vw,5rem);color:#FF4FA3;line-height:.8;font-weight:700}
.feat-b h2,.entries-b h2{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:1.2rem}
.feat-b p{color:rgba(244,241,234,0.60);max-width:60ch}

.entry-list{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin-top:.4rem}
.entry{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}
.idx{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;color:#FF4FA3;font-size:1.3rem;font-weight:700}
.entry-b h3{font-size:1.1rem;margin-bottom:.3rem}
.entry-b p{color:rgba(244,241,234,0.60);font-size:.92rem}

.strip-wrap{padding:clamp(2.5rem,6vw,4rem) 0;border-top:1px solid rgba(244,241,234,0.14)}
.strip-h{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:1.6rem;text-transform:uppercase}
.strip{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}
.frame{position:relative;flex:0 0 auto;width:min(320px,72vw);scroll-snap-align:start;
  background:#524c53;padding:1.4rem .5rem;border-radius:2px}
.frame img{width:100%;aspect-ratio:4/3;object-fit:cover}
.frame figcaption{position:absolute;bottom:.4rem;right:.7rem;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;
  color:#FF4FA3;font-size:.75rem}
.perf{position:absolute;left:0;right:0;height:14px;
  background:repeating-linear-gradient(90deg,transparent 0 8px,#474148 8px 16px)}
.perf{top:2px}.perf-b{bottom:2px}

.pull{padding:clamp(3rem,8vw,6rem) 0;text-align:center;border-top:1px solid rgba(244,241,234,0.14)}
.pull blockquote{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-style:italic;
  font-size:clamp(1.6rem,5vw,3rem);line-height:1.2;max-width:20ch;margin:0 auto}
.pull .by{color:#FF4FA3;letter-spacing:.16em;text-transform:uppercase;font-size:.8rem;margin-top:1.2rem}

.clines{display:flex;flex-direction:column;gap:.3rem;margin-top:1.2rem;font-weight:600}
.clines a:hover{color:#FF4FA3}
.clines span{color:rgba(244,241,234,0.60);font-weight:400}

.foot{text-align:center;padding-top:3rem;border-top:1px solid rgba(244,241,234,0.14)}
.foot p{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;letter-spacing:.06em}
.foot .fine{color:rgba(244,241,234,0.60);font-size:.85rem;margin-top:.4rem}

@media(max-width:820px){
  .nav{display:none}
  .hero{grid-template-columns:1fr}
  .feature,.entries,.contact{grid-template-columns:1fr}
  .entry-list{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .grain{animation:none}
  .btn{transition:none}
}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#3D2C46;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#FF4FA3;margin-bottom:10px;font-weight:700}

.xq-hours{border-top:1px solid rgba(61,44,70,0.14)}
.xq-hours-in{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;align-items:start}
.xq-hours address{font-style:normal;color:#9A7E93;line-height:1.8;margin-top:8px}
.xq-hourtable{width:100%;border-collapse:collapse}
.xq-hourtable th,.xq-hourtable td{text-align:left;padding:12px 6px;border-bottom:1px solid rgba(61,44,70,0.14)}
.xq-hourtable th{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif}
.xq-hourtable td{color:#FF4FA3;font-weight:700;text-align:right}


.xq-checklist{list-style:none;padding:0;margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px 26px}
.xq-checklist li{position:relative;padding:10px 0 10px 32px;border-bottom:1px dashed rgba(61,44,70,0.14)}
.xq-checklist li::before{content:"\2713";position:absolute;left:0;top:8px;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background:#FF4FA3;color:#ffffff;font-size:.75rem;font-weight:800}


.xq-faq-list{margin-top:18px;border-top:1px solid rgba(61,44,70,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(61,44,70,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#FF4FA3}
.xq-faq-item p{padding:0 4px 16px;color:#9A7E93;max-width:64ch}


/* =====================================================
   DESIGN DNA: industrial-steel
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:repeating-linear-gradient(45deg,#FF4FA3 0 16px,transparent 16px 32px);background-size:100% 9px;background-repeat:no-repeat;background-position:top}
h1,h2,h3{font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;text-transform:uppercase !important;letter-spacing:.04em !important}
img{filter:grayscale(.55) contrast(1.22);border-radius:0 !important;border:2px solid #3D2C46 !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:2px solid #3D2C46 !important;box-shadow:4px 4px 0 rgba(61,44,70,.8) !important;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;border-left:5px solid #FF4FA3 !important;box-shadow:none !important}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Ccircle cx='6' cy='6' r='1.6' fill='%233D2C46'/%3E%3C/svg%3E");opacity:.14;}
