

/* ============================================================
   RUKUN — shared site styles
   ============================================================ */
:root{
  --ink:#050505;
  --panel:#0d0d0f;
  --panel-2:#161619;
  --card:#131316;
  --white:#f4f4f2;
  --grey:#9a9da5;
  --grey-dim:#5c5f65;
  --red:#e2131f;
  --red-dim:#a30f19;
  --red-glow:rgba(226,19,31,0.4);
  --line:rgba(255,255,255,0.09);
  --line-2:rgba(255,255,255,0.15);
  --max:1180px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.001ms !important; transition-duration:0.001ms !important;}
}
body{
  margin:0;
  background:var(--ink);
  color:var(--white);
  font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  position:relative;
}
h1,h2,h3,.display{
  font-family:'Fraunces',Georgia,serif;
  font-weight:600;
  font-optical-sizing:auto;
  letter-spacing:-0.005em;
  line-height:1.06;
  margin:0;
  color:var(--white);
  text-transform:none;
}
a{color:inherit;}
img,svg{max-width:100%;display:block;}
.wrap{max-width:var(--max); margin:0 auto; padding:0 28px; position:relative; z-index:2;}
a:focus-visible, button:focus-visible{ outline:2px solid var(--red); outline-offset:3px; }

/* ---------- ambient texture ---------- */
.bg-vignette{
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background:radial-gradient(ellipse 1200px 800px at 50% -10%, rgba(226,19,31,0.10), transparent 60%),
             radial-gradient(ellipse 900px 600px at 100% 100%, rgba(255,255,255,0.03), transparent 60%);
}
.bg-grid{
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.15) 70%, transparent);
}
.bg-grain{
  position:fixed; inset:0; z-index:1; pointer-events:none; opacity:0.045; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ---------- NAV ---------- */
header.site{ position:sticky; top:0; z-index:50; background:rgba(5,5,5,0.94); border-bottom:1px solid var(--line); }
header.site::after{
  content:''; display:block; height:2px;
  background:linear-gradient(90deg, transparent, var(--red) 20%, var(--red) 80%, transparent);
  opacity:0.7;
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding:14px 28px; max-width:var(--max); margin:0 auto; }
.wordmark{ display:flex; align-items:center; gap:10px; text-decoration:none; }
.wordmark img{height:32px; width:auto;}
.wordmark span{ font-family:'Manrope',sans-serif; font-weight:800; font-size:23px; letter-spacing:0.09em; color:var(--white); }
nav.links{display:flex; align-items:center; gap:32px;}
nav.links a{ text-decoration:none; color:var(--grey); font-size:15px; font-weight:500; position:relative; padding-bottom:4px; transition:color 0.15s ease; }
nav.links a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:2px; background:var(--red); transition:right 0.2s ease; }
nav.links a:hover{color:var(--white);}
nav.links a:hover::after{right:0;}
nav.links a.active{color:var(--white);}
nav.links a.active::after{right:0;}
.nav-call{
  font-family:'Manrope',sans-serif; font-weight:700; font-size:16px; text-decoration:none; color:var(--white);
  background:var(--red); padding:9px 18px; letter-spacing:0.02em; transition:box-shadow 0.2s ease, background 0.2s ease;
}
.nav-call:hover{background:var(--red-dim); box-shadow:0 0 22px var(--red-glow);}
.menu-toggle{display:none; background:none; border:none; cursor:pointer; padding:6px;}
.menu-toggle span{display:block; width:24px; height:2px; background:var(--white); margin:5px 0;}

/* ---------- HERO (home) ---------- */
.hero{ padding:88px 0 0; position:relative; overflow:hidden; text-align:center; }
.hero-mark{ display:inline-flex; align-items:center; gap:12px; margin-bottom:30px; opacity:0; animation:fadeUp 0.7s ease 0.05s forwards; }
.hero-mark .slash{ width:26px; height:3px; background:var(--red); transform:skewX(-24deg); }
.hero-mark .word{
  font-family:'Manrope',sans-serif; font-weight:700; font-size:15px; letter-spacing:0.32em;
  background:linear-gradient(180deg,#f4f4f2 0%,#b7b9bd 55%,#8a8d92 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-mark .slash.r{ transform:skewX(24deg); }
@keyframes fadeUp{ to{opacity:1; transform:none;} }
.hero h1{
  position:relative; z-index:2; opacity:0; transform:translateY(16px);
  animation:fadeUp 0.8s ease 0.16s forwards;
  font-size:clamp(42px,6.4vw,80px); max-width:15ch; margin:0 auto; letter-spacing:-0.01em;
}
.hero p.lede{
  position:relative; z-index:2; opacity:0; transform:translateY(16px);
  animation:fadeUp 0.8s ease 0.28s forwards;
  font-size:18.5px; color:var(--grey); max-width:46ch; margin:24px auto 34px;
}
.hero-ctas{ position:relative; z-index:2; opacity:0; transform:translateY(16px); animation:fadeUp 0.8s ease 0.4s forwards; }
@media (prefers-reduced-motion: reduce){ .hero-mark,.hero h1,.hero p.lede,.hero-ctas{opacity:1; transform:none; animation:none;} }

.btn{
  display:inline-block; text-decoration:none; font-family:'Manrope',sans-serif; font-weight:700;
  letter-spacing:0.02em; font-size:17px; padding:13px 28px; border:1.5px solid var(--white);
  transition:background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.btn.primary{background:var(--red); border-color:var(--red); color:var(--white);}
.btn.primary:hover{background:var(--red-dim); border-color:var(--red-dim); box-shadow:0 0 26px var(--red-glow);}
.btn.ghost{color:var(--white); margin-left:14px; border-color:var(--line-2);}
.btn.ghost:hover{border-color:var(--red); color:var(--red);}

/* ---------- SPEC STRIP ---------- */
.spec-strip{ margin-top:64px; position:relative; z-index:2; border-top:1px solid var(--line); }
.spec-grid{ display:grid; grid-template-columns:repeat(3,1fr); }
.spec-item{ padding:26px 20px; text-align:center; border-left:1px solid var(--line); }
.spec-item:first-child{border-left:none;}
.spec-item .n{ font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:clamp(32px,3.8vw,48px); color:var(--white); line-height:1; }
.spec-item .n .red{color:var(--red);}
.spec-item .l{ font-family:'Manrope',sans-serif; font-size:13px; letter-spacing:0.13em; color:var(--grey-dim); margin-top:8px; }

/* ---------- TRUST STRIP ---------- */
.trust{ background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:16px 0; position:relative; }
.hazard{ height:1px; background:linear-gradient(90deg, transparent, var(--red-dim) 15%, var(--red) 50%, var(--red-dim) 85%, transparent); opacity:0.6; }
.trust .wrap{ display:flex; flex-wrap:wrap; gap:0; align-items:center; justify-content:center; font-family:'Manrope',sans-serif; font-size:14.5px; letter-spacing:0.03em; color:var(--grey); font-weight:500; }
.trust .item{padding:4px 20px; white-space:nowrap;}
.trust .item + .item{border-left:1px solid var(--red);}

/* ---------- PAGE HEADER (sub-pages) ---------- */
.page-header{ padding:70px 0 56px; border-bottom:1px solid var(--line); position:relative; }
.page-header .eyebrow{margin-bottom:16px;}
.page-header h1{ font-size:clamp(38px,5.6vw,64px); max-width:16ch; }
.page-header p.lede{ font-size:18px; color:var(--grey); max-width:52ch; margin-top:20px; }

/* ---------- SECTION shared ---------- */
section{padding:96px 0; position:relative;}
.section-head{max-width:56ch; margin-bottom:52px;}
.eyebrow{ font-family:'Manrope',sans-serif; font-size:14px; font-weight:700; letter-spacing:0.15em; color:var(--red); margin-bottom:14px; display:flex; align-items:center; gap:10px; }
.eyebrow .ln{width:22px; height:1.5px; background:var(--red);}
.section-head h2{font-size:clamp(30px,3.8vw,44px);}
.section-head p{color:var(--grey); font-size:16.5px; margin-top:14px;}

/* ---------- HOW IT WORKS / STEPS ---------- */
.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
.step{ position:relative; padding:0 30px 0 0; border-left:1px solid var(--line); padding-left:30px; }
.step:first-child{border-left:none; padding-left:0;}
.step .sn{ font-family:'Manrope',sans-serif; font-weight:700; font-size:15px; color:var(--red); letter-spacing:0.05em; margin-bottom:14px; }
.step h3{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:22px; margin-bottom:10px;}
.step p{color:var(--grey); font-size:15px;}

/* ---------- TIERS ---------- */
.tiers{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.tier{
  position:relative; padding:32px 26px 30px; background:linear-gradient(165deg, var(--panel-2), var(--card));
  border:1px solid var(--line); border-top:2px solid var(--red);
  transition:transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.tier:hover{ transform:translateY(-4px); border-color:var(--line-2); box-shadow:0 18px 40px rgba(0,0,0,0.45); }
.tag{
  display:inline-block; background:transparent; color:var(--red); font-family:'Manrope',sans-serif;
  font-weight:700; font-size:13.5px; letter-spacing:0.15em; padding:5px 10px; border:1px solid var(--red); margin-bottom:20px;
}
.tier h3{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:25px; margin-bottom:12px;}
.tier p.desc{color:var(--grey); font-size:15.5px; margin-bottom:20px;}
.tier ul{list-style:none; padding:0; margin:0 0 24px;}
.tier li{position:relative; padding-left:18px; font-size:14.5px; color:#c9cacd; margin-bottom:10px; border-left:1px solid var(--red); padding-left:14px;}
.tier a.ask{
  font-family:'Manrope',sans-serif; font-weight:700; font-size:15px; text-decoration:none; color:var(--white);
  border-bottom:1.5px solid var(--red); padding-bottom:2px; transition:color 0.15s ease;
}
.tier a.ask:hover{color:var(--red);}

/* ---------- ADD-ONS / MENU ---------- */
.addons{background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.addon-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
.addon-item{ background:var(--ink); padding:26px 28px; }
.addon-item .top{display:flex; justify-content:space-between; align-items:baseline; margin-bottom:8px;}
.addon-item h4{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:19px; color:var(--white);}
.addon-item .num{color:var(--red); font-family:'Manrope',sans-serif; font-size:12.5px; letter-spacing:0.1em; font-weight:700;}
.addon-item p{color:var(--grey); font-size:14.5px; margin:0;}

.addons-list{list-style:none; margin:0; padding:0; border-top:1px solid var(--line);}
.addons-list li{ display:flex; justify-content:space-between; align-items:center; padding:17px 0; border-bottom:1px solid var(--line); font-size:15.5px; color:#dcdde0; }
.addons-list li .num{color:var(--red); font-family:'Manrope',sans-serif; font-size:12.5px; letter-spacing:0.1em;}

/* ---------- WHY / ABOUT CONTENT ---------- */
.why-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.why-grid p{color:var(--grey); font-size:16.5px; max-width:46ch; margin-bottom:16px;}
.why-art-wrap{position:relative;}
.why-art-wrap::before{ content:''; position:absolute; inset:-30px; z-index:0; background:radial-gradient(ellipse at center, var(--red-glow) 0%, transparent 68%); opacity:0.5; }
.why-art{width:100%; height:auto; position:relative; z-index:1;}

.prose{max-width:68ch;}
.prose p{color:var(--grey); font-size:17px; margin-bottom:18px;}
.prose h3{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:24px; color:var(--white); margin:32px 0 14px;}

.facility-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:8px;}
.facility-card{ background:var(--panel-2); border:1px solid var(--line); padding:26px; }
.facility-card .n{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:36px; color:var(--red); line-height:1;}
.facility-card h4{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:18px; margin:10px 0 8px; color:var(--white);}
.facility-card p{color:var(--grey); font-size:14.5px; margin:0;}

.who-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:8px;}
.who-item{border-left:1px solid var(--line); padding-left:26px;}
.who-item:first-child{border-left:none; padding-left:0;}
.who-item h4{font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:19px; margin-bottom:10px;}
.who-item p{color:var(--grey); font-size:14.5px; margin:0;}

/* ---------- FAQ ---------- */
.faq{border-top:1px solid var(--line);}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{
  width:100%; text-align:left; background:none; border:none; color:var(--white); cursor:pointer;
  padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:20px;
  font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:19px;
}
.faq-q .plus{ font-size:24px; color:var(--red); transition:transform 0.2s ease; flex-shrink:0; font-weight:400; }
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{ max-height:0; overflow:hidden; transition:max-height 0.25s ease; }
.faq-item.open .faq-a{max-height:300px;}
.faq-a p{color:var(--grey); font-size:15.5px; padding-bottom:22px; margin:0; max-width:64ch;}

/* ---------- CONTACT ---------- */
.contact{background:var(--panel);}
.contact .section-head p{color:var(--grey);}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px;}
.c-block{border-top:2px solid var(--red); padding-top:16px;}
.c-block .label{font-family:'Manrope',sans-serif; font-weight:700; letter-spacing:0.1em; font-size:12.5px; color:var(--grey-dim); margin-bottom:8px;}
.c-block a, .c-block .val{font-size:21px; text-decoration:none; color:var(--white); font-weight:600; font-family:'Fraunces',Georgia,serif;}
.c-block a:hover{color:var(--red);}
.c-block .val{display:block; font-weight:600; font-size:19px; color:#d8d8d8;}

.visit-list{list-style:none; padding:0; margin:0; counter-reset:visit;}
.visit-list li{ counter-increment:visit; position:relative; padding:16px 0 16px 44px; border-bottom:1px solid var(--line); font-size:15.5px; color:#dcdde0; }
.visit-list li:last-child{border-bottom:none;}
.visit-list li::before{
  content:counter(visit); position:absolute; left:0; top:14px; width:28px; height:28px;
  border:1px solid var(--red); color:var(--red); font-family:'Manrope',sans-serif; font-weight:700;
  display:flex; align-items:center; justify-content:center; font-size:14px;
}

/* ---------- FOOTER ---------- */
footer{background:var(--ink); color:var(--grey-dim); border-top:1px solid var(--line);}
.foot-grid{display:flex; justify-content:space-between; align-items:center; padding:22px 0; font-size:13.5px; flex-wrap:wrap; gap:12px;}
footer a{color:var(--grey-dim); text-decoration:none; margin-left:20px;}
footer a:hover{color:var(--white);}

/* ---------- CTA BAND ---------- */
.cta-band{ background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:70px 0; text-align:center; }
.cta-band h2{font-size:clamp(26px,3.2vw,36px); margin-bottom:22px;}

/* ---------- RESPONSIVE ---------- */
@media (max-width:860px){
  nav.links{
    position:fixed; top:63px; left:0; right:0; bottom:0; background:var(--ink); flex-direction:column; align-items:flex-start;
    padding:28px; gap:22px; transform:translateX(100%); transition:transform 0.25s ease; z-index:40;
  }
  nav.links.open{transform:translateX(0);}
  .menu-toggle{display:block;}
  .nav-call{display:none;}
  .spec-grid{grid-template-columns:1fr;}
  .spec-item{border-left:none; border-top:1px solid var(--line);}
  .spec-item:first-child{border-top:none;}
  .steps{grid-template-columns:1fr; row-gap:32px;}
  .step{border-left:none; padding-left:0; border-top:1px solid var(--line); padding-top:28px;}
  .step:first-child{border-top:none; padding-top:0;}
  .tiers{grid-template-columns:1fr;}
  .addon-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr; gap:32px;}
  .why-art-wrap{order:-1;}
  .facility-grid{grid-template-columns:1fr; gap:16px;}
  .who-grid{grid-template-columns:1fr; gap:28px;}
  .who-item{border-left:none; padding-left:0; border-top:1px solid var(--line); padding-top:24px;}
  .who-item:first-child{border-top:none; padding-top:0;}
  .contact-grid{grid-template-columns:1fr; gap:32px;}
  section{padding:64px 0;}
  .hero{padding:60px 0 0;}
  .spec-strip{margin-top:44px;}
  .page-header{padding:52px 0 40px;}
}


/* ============================================================
   VISUAL UPGRADE: photography, icons, featured tier, light touches
   ============================================================ */

/* ---- icons ---- */
.ic{ display:inline-flex; width:19px; height:19px; flex-shrink:0; color:var(--red); }
.ic svg{width:100%; height:100%;}
.tier ul, .tier-featured .tf-content ul{list-style:none !important; padding:0; margin:0 0 24px;}
.tier li, .tier-featured .tf-content li{ display:flex; align-items:flex-start; gap:10px; border-left:none; padding-left:0; list-style:none; }
.tier li::marker, .tier-featured .tf-content li::marker{content:''; display:none;}
.tier li .ic{margin-top:1px;}
.addon-item .top{ display:flex; align-items:center; gap:10px; justify-content:flex-start; }
.addon-item .top h4{margin:0;}
.addon-item .top .num{margin-left:auto;}
.addons-list li{gap:12px;}
.addons-list li .label-wrap{display:flex; align-items:center; gap:10px;}

/* ---- hero photo background ---- */
.hero{ position:relative; overflow:hidden; }
.hero-photo{
  position:absolute; inset:0; z-index:0; overflow:hidden;
}
.hero-photo img{
  width:100%; height:100%; object-fit:cover; object-position:center 40%;
  opacity:0.5; filter:saturate(0.9);
}
.hero-photo::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(180deg, var(--ink) 0%, rgba(5,5,5,0.55) 28%, rgba(5,5,5,0.75) 65%, var(--ink) 100%),
    radial-gradient(ellipse 900px 500px at 50% 15%, rgba(226,19,31,0.16), transparent 65%);
}
.hero .wrap{position:relative; z-index:2;}

/* soft light leaks used sparingly through the page */
.light-leak{ position:absolute; pointer-events:none; z-index:0; border-radius:50%; filter:blur(60px); opacity:0.5; }
.light-leak.red{ background:radial-gradient(circle, rgba(226,19,31,0.5), transparent 70%); }
.light-leak.white{ background:radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%); }

/* ---- why section photo ---- */
.why-photo-wrap{ position:relative; }
.why-photo-wrap::before{
  content:''; position:absolute; inset:-24px; z-index:0;
  background:radial-gradient(ellipse at center, var(--red-glow) 0%, transparent 68%); opacity:0.45;
}
.why-photo{ position:relative; z-index:1; border:1px solid var(--line-2); }
.why-photo img{ width:100%; height:auto; display:block; }
.why-photo::before, .why-photo::after{
  content:''; position:absolute; width:20px; height:20px; z-index:2; pointer-events:none;
}
.why-photo::before{ top:-1px; left:-1px; border-top:2px solid var(--red); border-left:2px solid var(--red); }
.why-photo::after{ bottom:-1px; right:-1px; border-bottom:2px solid var(--red); border-right:2px solid var(--red); }

@media (max-width:860px){
  .tiers-secondary{grid-template-columns:1fr;}
}

/* ---- tier caliber: gold / silver / plain corner ribbons ---- */
.tier{ position:relative; overflow:hidden; }
.corner-ribbon{ position:absolute; top:0; right:0; width:120px; height:120px; overflow:hidden; pointer-events:none; z-index:1; }
.corner-ribbon::before{
  content:''; position:absolute; top:-60px; right:-60px; width:120px; height:120px; transform:rotate(45deg);
}
.corner-ribbon.gold::before{ background:linear-gradient(135deg, #b8860b 0%, #f4d888 30%, #fff3c4 48%, #f4d888 65%, #8a6206 100%); box-shadow:0 0 24px rgba(212,175,55,0.35); }
.corner-ribbon.silver::before{ background:linear-gradient(135deg, #7c7f85 0%, #dfe1e4 30%, #ffffff 48%, #dfe1e4 65%, #6b6e73 100%); box-shadow:0 0 20px rgba(200,203,208,0.28); }

.tier.tier-gold{ border-top:2px solid #d4af37; }
.tier.tier-silver{ border-top:2px solid #c8cbd0; }
.tier.tier-standard{ border-top:2px solid var(--red); }

.tag.tag-gold{ color:#e9c766; border-color:#b8860b; }
.tag.tag-silver{ color:#dfe1e4; border-color:#9a9da3; }

.tier-badge{
  display:inline-flex; align-items:center; gap:7px; margin-bottom:16px;
  font-family:'Manrope',sans-serif; font-weight:700; font-size:11px; letter-spacing:0.13em;
}
.tier-badge .dot{width:6px; height:6px; border-radius:50%;}
.tier-badge.gold{color:#e9c766;} .tier-badge.gold .dot{background:#e9c766; box-shadow:0 0 8px #d4af37;}
.tier-badge.silver{color:#dfe1e4;} .tier-badge.silver .dot{background:#dfe1e4; box-shadow:0 0 8px #c8cbd0;}


/* ---- add-ons section: content left, abstract photo right ---- */
.addons-layout{ display:grid; grid-template-columns:1.35fr 1fr; gap:48px; align-items:center; }
.addons-right{ position:relative; }
.abstract-photo{ position:relative; border:1px solid var(--line-2); }
.abstract-photo img{ width:100%; height:100%; object-fit:cover; display:block; max-height:520px; }
.abstract-photo::before, .abstract-photo::after{ content:''; position:absolute; width:20px; height:20px; z-index:2; pointer-events:none; }
.abstract-photo::before{ top:-1px; left:-1px; border-top:2px solid var(--red); border-left:2px solid var(--red); }
.abstract-photo::after{ bottom:-1px; right:-1px; border-bottom:2px solid var(--red); border-right:2px solid var(--red); }

@media (max-width:860px){
  .addons-layout{grid-template-columns:1fr; gap:32px;}
  .addons-right{order:-1;}
  .abstract-photo img{max-height:340px;}
}

/* ============================================================
   ENTRANCE: rolling shutter intro
   ============================================================ */
.shutter-intro{
  position:fixed; inset:0; z-index:200;
  background:
    repeating-linear-gradient(
      to bottom,
      #1c1c1e 0px, #1c1c1e 3px,
      #0a0a0b 3px, #0a0a0b 6px,
      #2a2a2d 6px, #2a2a2d 9px,
      #0a0a0b 9px, #0a0a0b 26px
    );
  box-shadow: inset 0 -40px 60px -20px rgba(0,0,0,0.6);
  will-change: transform;
  display:flex; align-items:center; justify-content:center;
}
.shutter-intro::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(226,19,31,0.10), transparent 30%, transparent 70%, rgba(0,0,0,0.5));
  pointer-events:none;
}
/* counter sits on the shutter itself */
.shutter-inner{
  position:relative; z-index:2;
  display:flex; flex-direction:column; align-items:center;
}
/* Fallback: if JS never runs, lift the shutter anyway so the site is usable */
.no-js-shutter .shutter-intro{
  animation: shutterUp 1.05s cubic-bezier(.6,0,.25,1) 1.6s forwards;
}
@keyframes shutterUp{
  0%{ transform:translateY(0); }
  100%{ transform:translateY(-102%); }
}
@media (prefers-reduced-motion: reduce){
  .shutter-intro{ display:none; }
}


/* ============================================================
   NEW: Our Story, Gallery Carousel, Brand Marquee, Facility grid
   (facility-grid/who-grid rules already exist above; these are additions)
   ============================================================ */

/* ---- Our Story ---- */
.story-wrap{ max-width:760px; }
.story-wrap .story-kicker{ font-family:'Manrope',sans-serif; font-style:normal; font-weight:400; font-size:17px; color:var(--grey); margin-bottom:20px; }
.story-wrap p{ color:var(--grey); font-size:17px; margin-bottom:20px; }
.story-wrap p.lead{ color:var(--grey); font-size:17px; }
.story-wrap p.close{ color:var(--white); font-family:'Fraunces',Georgia,serif; font-style:italic; font-size:19px; margin-top:32px; }

/* ---- Gallery carousel ---- */
.gallery{ position:relative; }
.gallery-track{
  display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding-bottom:6px; -webkit-overflow-scrolling:touch; scrollbar-width:none;
}
.gallery-track::-webkit-scrollbar{ display:none; }
.gallery-slide{
  flex:0 0 auto; width:min(72vw, 560px); scroll-snap-align:start; position:relative;
  border:1px solid var(--line-2); background:var(--panel);
}
.gallery-slide img{ width:100%; height:380px; object-fit:cover; display:block; }
.gallery-slide::before, .gallery-slide::after{ content:''; position:absolute; width:18px; height:18px; z-index:2; pointer-events:none; }
.gallery-slide::before{ top:-1px; left:-1px; border-top:2px solid var(--red); border-left:2px solid var(--red); }
.gallery-slide::after{ bottom:-1px; right:-1px; border-bottom:2px solid var(--red); border-right:2px solid var(--red); }
.gallery-nav{ display:flex; justify-content:flex-end; gap:10px; margin-top:22px; }
.gallery-nav button{
  width:44px; height:44px; border:1px solid var(--line-2); background:transparent; color:var(--white);
  cursor:pointer; display:flex; align-items:center; justify-content:center; transition:border-color 0.15s ease, color 0.15s ease;
}
.gallery-nav button:hover{ border-color:var(--red); color:var(--red); }
.gallery-nav button svg{ width:18px; height:18px; }
.gallery-note{ margin-top:16px; font-size:13px; color:var(--grey-dim); font-style:italic; }

/* ---- Brand marquee ---- */
.marquee-wrap{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--panel); padding:36px 0; overflow:hidden; }
.marquee-label{ text-align:center; font-family:'Manrope',sans-serif; font-size:12.5px; letter-spacing:0.16em; color:var(--grey-dim); margin-bottom:22px; }
.marquee-track{ display:flex; width:max-content; animation:marqueeScroll 32s linear infinite; }
.marquee-set{ display:flex; align-items:center; }
.marquee-item{
  font-family:'Fraunces',Georgia,serif; font-weight:500; font-size:22px; color:var(--grey);
  padding:0 34px; white-space:nowrap; letter-spacing:0.01em; transition:color 0.2s ease;
}
.marquee-item:hover{ color:var(--white); }
.marquee-dot{ width:4px; height:4px; border-radius:50%; background:var(--red); flex:0 0 auto; }
@keyframes marqueeScroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
@media (prefers-reduced-motion: reduce){ .marquee-track{animation:none; overflow-x:auto;} }

@media (max-width:860px){
  .gallery-slide{ width:82vw; }
  .gallery-slide img{ height:260px; }
  .marquee-item{ font-size:18px; padding:0 22px; }
}

/* ---- map frame ---- */
.map-frame{ position:relative; border:1px solid var(--line-2); filter:grayscale(0.3) contrast(1.05); }
.map-frame::before, .map-frame::after{ content:''; position:absolute; width:20px; height:20px; z-index:2; pointer-events:none; }
.map-frame::before{ top:-1px; left:-1px; border-top:2px solid var(--red); border-left:2px solid var(--red); }
.map-frame::after{ bottom:-1px; right:-1px; border-bottom:2px solid var(--red); border-right:2px solid var(--red); }
.map-frame iframe{ display:block; }

/* ---- Our Story: text + storefront photo ---- */
.story-grid{ display:grid; grid-template-columns:1fr 1.05fr; gap:56px; align-items:start; }
.story-photo-col{ position:static; }
.story-photo{ position:relative; border:1px solid var(--line-2); }
.story-photo img{ width:100%; height:100%; object-fit:cover; display:block; min-height:460px; }
.story-photo::before, .story-photo::after{ content:''; position:absolute; width:20px; height:20px; z-index:2; pointer-events:none; }
.story-photo::before{ top:-1px; left:-1px; border-top:2px solid var(--red); border-left:2px solid var(--red); }
.story-photo::after{ bottom:-1px; right:-1px; border-bottom:2px solid var(--red); border-right:2px solid var(--red); }
.story-photo-caption{ margin-top:14px; font-size:13px; color:var(--grey-dim); font-style:italic; }

/* ---- page header with photo band (Care page) ---- */
.page-header-photo{ position:relative; overflow:hidden; }
.page-header-photo .ph-img{ position:absolute; inset:0; z-index:0; }
.page-header-photo .ph-img img{ width:100%; height:100%; object-fit:cover; opacity:0.42; }
.page-header-photo .ph-img::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, var(--ink) 0%, rgba(5,5,5,0.5) 35%, rgba(5,5,5,0.75) 70%, var(--ink) 100%);
}
.page-header-photo .wrap{ position:relative; z-index:1; }

/* ---- storefront photo on Contact page ---- */
.contact-photo{ position:relative; border:1px solid var(--line-2); margin-top:8px; }
.contact-photo img{ width:100%; height:auto; display:block; max-height:340px; object-fit:cover; }
.contact-photo::before, .contact-photo::after{ content:''; position:absolute; width:18px; height:18px; z-index:2; pointer-events:none; }
.contact-photo::before{ top:-1px; left:-1px; border-top:2px solid var(--red); border-left:2px solid var(--red); }
.contact-photo::after{ bottom:-1px; right:-1px; border-bottom:2px solid var(--red); border-right:2px solid var(--red); }

@media (max-width:860px){
  .story-grid{ grid-template-columns:1fr; gap:32px; }
  .story-photo-col{ position:static; order:-1; }
}

/* ============================================================
   MOTION LAYER — smooth scroll, reveals, custom cursor, magnetics
   ============================================================ */

/* Lenis smooth scroll requirements */
html.lenis, html.lenis body { height:auto; }
.lenis.lenis-smooth { scroll-behavior:auto !important; }
.lenis.lenis-stopped { overflow:hidden; }


/* ---- magnetic buttons ---- */
.magnetic{ display:inline-block; will-change:transform; }

/* ---- reveal primitives ---- */
.reveal-line{ display:block; overflow:hidden; }
.reveal-line > span{ display:block; will-change:transform; }
.fade-up{ opacity:0; transform:translateY(28px); will-change:transform,opacity; }
.stagger-item{ opacity:0; transform:translateY(24px); will-change:transform,opacity; }

/* ---- image scroll effects ---- */
.img-clip{ overflow:hidden; }
.img-clip img{ will-change:transform; }
.parallax-img{ will-change:transform; }

/* ---- section number tick ---- */
.scroll-progress{
  position:fixed; top:0; left:0; height:2px; width:100%; transform-origin:0 50%;
  transform:scaleX(0); background:linear-gradient(90deg, var(--red), #ff6b74);
  z-index:120; pointer-events:none;
}

@media (prefers-reduced-motion: reduce){
  .fade-up,.stagger-item{opacity:1 !important; transform:none !important;}
  .reveal-line > span{transform:none !important;}
}

/* Motion layer takes over hero entrance from the old CSS keyframes */
.js-motion .hero-mark,
.js-motion .hero h1,
.js-motion .hero p.lede,
.js-motion .hero-ctas{ animation:none !important; }
.js-motion .hero-mark,
.js-motion .hero p.lede,
.js-motion .hero-ctas{ opacity:0; transform:translateY(20px); }
.js-motion .hero h1{ opacity:1; transform:none; }
.hero-title .reveal-line{ line-height:1.02; }

/* ============================================================
   CREATIVE LAYER v2
   ============================================================ */

/* ---- preloader with counter ---- */
.pre-count{
  font-family:'Fraunces',Georgia,serif; font-weight:600;
  font-size:clamp(64px,12vw,150px); color:var(--white); line-height:1;
  letter-spacing:-0.02em;
}
.pre-count sup{ font-size:0.28em; vertical-align:super; color:var(--red); margin-left:6px; }
.pre-bar{ width:min(340px,62vw); height:1px; background:rgba(255,255,255,0.14); margin-top:26px; overflow:hidden; }
.pre-bar i{ display:block; height:100%; width:100%; background:var(--red); transform:scaleX(0); transform-origin:0 50%; }
.pre-word{
  margin-top:20px; font-family:'Manrope',sans-serif; font-size:11.5px;
  letter-spacing:0.34em; color:var(--grey-dim);
}

/* ---- hero scroll cue ---- */
.scroll-cue{
  position:absolute; bottom:26px; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:10px; z-index:3;
  font-family:'Manrope',sans-serif; font-size:10.5px; letter-spacing:0.26em; color:var(--grey-dim);
}
.scroll-cue .rail{ width:1px; height:52px; background:rgba(255,255,255,0.16); position:relative; overflow:hidden; }
.scroll-cue .rail i{ position:absolute; top:0; left:0; width:100%; height:40%; background:var(--red); }

/* ---- text char/word reveal ---- */
.split-word{ display:inline-block; overflow:hidden; vertical-align:top; }
.split-word > span{ display:inline-block; will-change:transform; }

/* ---- marquee heading (big scrolling type) ---- */
.type-marquee{ overflow:hidden; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:26px 0; background:var(--ink); }
.type-marquee-inner{ display:flex; width:max-content; will-change:transform; }
.type-marquee span{
  font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:clamp(30px,4.6vw,62px);
  color:transparent; -webkit-text-stroke:1px rgba(255,255,255,0.22); padding:0 28px; white-space:nowrap;
}
.type-marquee span.solid{ color:var(--white); -webkit-text-stroke:0; }
.type-marquee span em{ color:var(--red); font-style:normal; -webkit-text-stroke:0; }

/* ---- tier card spotlight follow ---- */
.tier{ position:relative; overflow:hidden; }
.tier .spot{
  position:absolute; width:340px; height:340px; border-radius:50%; pointer-events:none;
  left:0; top:0; margin:-170px 0 0 -170px; opacity:0; transition:opacity .3s ease;
  background:radial-gradient(circle, rgba(226,19,31,0.16), transparent 68%);
  z-index:0;
}
.tier:hover .spot{ opacity:1; }
.tier > *:not(.spot):not(.corner-ribbon){ position:relative; z-index:1; }
.tier .corner-ribbon{ z-index:2; }
.tier.tier-gold .spot{ background:radial-gradient(circle, rgba(212,175,55,0.16), transparent 68%); }
.tier.tier-silver .spot{ background:radial-gradient(circle, rgba(220,223,228,0.13), transparent 68%); }

/* ---- gallery: drag cursor + tilt ---- */
.gallery-track{ cursor:grab; }
.gallery-track.dragging{ cursor:grabbing; }
.gallery-slide{ will-change:transform; }

/* ---- section index numerals ---- */
.sec-index{
  position:absolute; top:0; right:28px; font-family:'Fraunces',Georgia,serif;
  font-size:clamp(70px,10vw,150px); font-weight:600; line-height:1;
  color:transparent; -webkit-text-stroke:1px rgba(255,255,255,0.07);
  pointer-events:none; z-index:0; user-select:none;
}

/* ---- link underline sweep ---- */
.ask, nav.links a, footer a{ position:relative; }

/* ---- image hover: subtle scale + red wash ---- */
.gallery-slide{ position:relative; }
.gallery-slide::after{ z-index:3; }
.gallery-slide .wash{
  position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(226,19,31,0.16));
  opacity:0; transition:opacity .4s ease; pointer-events:none; z-index:2;
}
.gallery-slide:hover .wash{ opacity:1; }

@media (max-width:860px){
  .sec-index{ display:none; }
  .scroll-cue{ display:none; }
}
@media (prefers-reduced-motion: reduce){
  .split-word > span{ transform:none !important; }
}
