/** Shopify CDN: Minification failed

Line 1421:19 Unexpected ";"

**/
:root{
  --bg:#0a0a0a;
  --bg-2:#070707;
  --text:#f5f1e8;
  --muted:rgba(245,241,232,.72);
  --gold:#c7a65a;
  --gold-2:#e0c37a;
  --hairline:rgba(199,166,90,.20);
  --shadow:0 18px 48px rgba(0,0,0,.55);
  --max:1180px;
  --font-display: "Cinzel", ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-ui);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
body{min-height:100vh;}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(1200px 800px at 50% 15%, rgba(255,255,255,.06), transparent 55%), radial-gradient(900px 600px at 50% 110%, rgba(0,0,0,.55), rgba(0,0,0,.85));mix-blend-mode:normal;opacity:.65;}
body::after{content:"";position:fixed;inset:-20%;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");opacity:.07;}
.header,main,footer{position:relative;z-index:1;}

.container{max-width:var(--max);margin:0 auto;padding:0 20px}
.hr{height:1px;background:var(--hairline);margin:28px 0}
.header{
  position:sticky;top:0;z-index:30;
  backdrop-filter: blur(10px);
  background: rgba(5,5,5,.72);
  border-bottom:1px solid var(--hairline);
}
.header__inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:14px;min-width:0;}
.brand img{height:46px;width:auto}
.brand__name{
  font-size:14px;letter-spacing:3px;text-transform:uppercase;
  color:var(--muted);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:flex-end;}
.nav a{
  font-size:12px;letter-spacing:2.2px;text-transform:uppercase;
  color:var(--muted);
  padding:8px 6px;border-radius:8px;
}
.nav a:hover{color:var(--text);}
.hero{
  position:relative;min-height:78vh;
  display:flex;align-items:flex-end;
  border-bottom:1px solid var(--hairline);
  overflow:hidden;
}
.hero__media{
  position:absolute;inset:0;
  background: radial-gradient(1200px 600px at 50% 80%, rgba(212,194,138,.10), transparent 70%),
              linear-gradient(to top, rgba(5,5,5,.75), rgba(5,5,5,.12), rgba(5,5,5,.10));
}
.hero__media img{
  width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.05);
  transform:scale(1.02);
}
.hero__content{position:relative;width:100%;padding:64px 0 56px;}
.hero__kicker{color:var(--gold);letter-spacing:4px;text-transform:uppercase;font-size:12px;}
.hero__title{margin:14px 0 14px;font-size:54px;line-height:1.02;letter-spacing:1px;}
.hero__sub{max-width:680px;color:var(--muted);font-size:18px;line-height:1.6;}
.hero__cta{margin-top:26px;display:flex;gap:12px;flex-wrap:wrap;}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 18px;border-radius:999px;
  border:1px solid var(--hairline);
  font-size:12px;letter-spacing:2.4px;text-transform:uppercase;
  background:rgba(5,5,5,.35);
}
.btn--gold{border-color:rgba(212,194,138,.55); color:var(--text)}
.btn--gold:hover{background:rgba(212,194,138,.08)}
.section{padding:56px 0;}
.section__title{font-size:26px;letter-spacing:2px;margin:0 0 18px;}
.section__muted{color:var(--muted);max-width:760px;line-height:1.7}
.cards{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin-top:26px;}
.card{
  grid-column:span 4;border:1px solid var(--hairline);border-radius:16px;
  padding:22px;background:rgba(255,255,255,.02);
}
.card__label{color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase}
.card__title{margin:10px 0 8px;font-size:20px}
.card__text{color:var(--muted);line-height:1.65;margin:0}
.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;}
.product-card{
  grid-column:span 4;border:1px solid var(--hairline);border-radius:16px;
  overflow:hidden;background:rgba(255,255,255,.02);
  transition:transform .18s ease, border-color .18s ease;
}
.product-card:hover{transform:translateY(-2px);border-color:rgba(212,194,138,.42)}
.product-card__media{aspect-ratio:1/1;overflow:hidden}
.product-card__media img{width:100%;height:100%;object-fit:cover}
.product-card__body{padding:14px 16px 16px}
.product-card__title{margin:0 0 6px;font-size:16px;letter-spacing:.3px}
.product-card__price{color:var(--gold);font-size:13px;letter-spacing:1px}
.wall{
  background-color:var(--bg);
  /* background-image removed for void gallery */ /*('{{ "sigil-wall.svg" | asset_url }}');
  background-size:680px;background-repeat:repeat;
  border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);
}
.wall__overlay{background: linear-gradient(to bottom, rgba(5,5,5,.65), rgba(5,5,5,.25), rgba(5,5,5,.70));}
.wall__title{text-align:center;padding-top:10px;}
.page{padding:52px 0;}
.page h1{margin:0 0 18px;font-size:34px;letter-spacing:1px;}
.page p, .rte{color:var(--muted);line-height:1.8;font-size:16px}
.footer{
  border-top:1px solid var(--hairline);
  padding:28px 0;color:var(--muted);
  font-size:12px;letter-spacing:2px;text-transform:uppercase;
}
@media (max-width: 980px){
  .hero__title{font-size:44px}
  .card{grid-column:span 12}
  .product-card{grid-column:span 6}
}
@media (max-width: 620px){
  .brand__name{display:none}
  .hero__title{font-size:36px}
  .hero{min-height:72vh}
  .product-card{grid-column:span 12}
}


h1,h2,h3{font-family:var(--font-display);font-weight:500;letter-spacing:.04em}
h1{font-size:clamp(34px,4vw,56px);line-height:1.04;margin:0 0 14px}
h2{font-size:clamp(24px,2.6vw,36px);line-height:1.12;margin:0 0 10px}
.smallcaps{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--muted)}


.btn,button,input[type="submit"]{appearance:none;border:1px solid var(--hairline);background:transparent;color:var(--text);padding:12px 18px;border-radius:999px;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-family:var(--font-ui);transition:opacity .35s ease, transform .35s ease, border-color .35s ease, background-color .35s ease, color .35s ease;}
.btn--gold{border-color:rgba(199,166,90,.55);color:var(--gold-2);}
.btn--gold:hover{background:rgba(199,166,90,.10);border-color:rgba(199,166,90,.85);transform:translateY(-1px)}


@media (prefers-reduced-motion: no-preference){
  .page-fade{opacity:0;transform:translateY(4px);transition:opacity .8s ease, transform .8s ease;}
  .page-fade.is-in{opacity:1;transform:none;}
  a, .btn, .product-card, .art-card{transition:opacity .35s ease, transform .35s ease;}
}


.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;}
@media (max-width: 980px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}
@media (max-width: 640px){.grid{grid-template-columns:1fr;gap:18px}}
.art-card{display:block;}
.art-card__frame{position:relative;border:1px solid rgba(199,166,90,.12);background:rgba(255,255,255,.02);box-shadow:0 12px 34px rgba(0,0,0,.55);overflow:hidden;}
.art-card__frame img{width:100%;height:auto;transform:scale(1.01);}
.art-card__label{position:absolute;left:0;right:0;bottom:0;padding:16px 16px 14px;background:linear-gradient(to top, rgba(10,10,10,.92), rgba(10,10,10,.0));opacity:0;transform:translateY(6px);}
.art-card__title{font-family:var(--font-display);letter-spacing:.04em;font-size:16px;line-height:1.2}
.art-card__meta{margin-top:6px;color:var(--gold-2);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
@media (prefers-reduced-motion:no-preference){
  .art-card:hover{transform:translateY(-2px)}
  .art-card:hover .art-card__label{opacity:1;transform:none;transition:opacity .55s ease, transform .55s ease}
}


.header{position:sticky;top:0;background:rgba(10,10,10,.70);backdrop-filter:saturate(120%) blur(10px);border-bottom:1px solid rgba(199,166,90,.14);}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:18px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:36px;height:auto}
.brand__name{font-family:var(--font-display);letter-spacing:.22em;text-transform:uppercase;font-size:12px;color:var(--text);opacity:.9}
.nav a{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);padding:10px 10px;border-radius:999px}
.nav a:hover{color:var(--gold-2);background:rgba(199,166,90,.08)}
.header-search{display:flex;align-items:center;gap:10px;min-width:240px;max-width:320px;width:100%}
.header-search__input{width:100%;min-width:0;background:rgba(255,255,255,.04);border:1px solid rgba(199,166,90,.22);color:var(--text);padding:11px 14px;border-radius:999px;font-size:13px}
.header-search__input::placeholder{color:var(--muted)}
.header-search__input:focus{outline:none;border-color:rgba(199,166,90,.55);box-shadow:0 0 0 3px rgba(199,166,90,.12)}
.header-search__button{border:1px solid rgba(199,166,90,.28);background:rgba(199,166,90,.08);color:var(--text);padding:11px 14px;border-radius:999px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}
.header-search__button:hover{color:var(--gold-2);background:rgba(199,166,90,.14)}
.visually-hidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
@media (max-width: 980px){
  .header__inner{flex-wrap:wrap}
  .nav{order:3;width:100%;display:flex;flex-wrap:wrap;justify-content:center}
  .header-search{order:2;min-width:100%;max-width:none}
}


/* Scripture007 Cinematic Hero */

.hero--cinematic .hero__media img{
  transform:scale(1.03);
  animation: scriptureHeroZoom 22s ease-in-out infinite alternate;
  will-change: transform;
}
.hero--cinematic .hero__content{
  animation: scriptureHeroFade 1.1s ease-out both;
}
@keyframes scriptureHeroZoom{
  from{ transform: scale(1.03) translateY(0px); }
  to{ transform: scale(1.075) translateY(10px); }
}
@keyframes scriptureHeroFade{
  from{ opacity:0; transform: translateY(10px); }
  to{ opacity:1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce){
  .hero--cinematic .hero__media img,
  .hero--cinematic .hero__content{
    animation: none !important;
    transform: none !important;
  }
}


/* Scripture007 Gallery Layout */
.gallery-featured__collections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}

.gallery-collection__image img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-collection__title {
  margin-top: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  letter-spacing: 2px;
}


/* Scripture007 Mobile Header Drawer */

.header__toggle{
  display:none;
  background:transparent;
  border:0;
  padding:10px;
  margin-left:auto;
  color:var(--text);
  cursor:pointer;
}
.header__burger{
  display:inline-block;
  width:22px;height:14px;
  position:relative;
}
.header__burger::before,
.header__burger::after,
.header__burger{
  border-top:1px solid rgba(235,235,235,.85);
}
.header__burger::before,
.header__burger::after{
  content:"";
  position:absolute;left:0;right:0;
}
.header__burger::before{ top:6px; border-top:1px solid rgba(235,235,235,.85); }
.header__burger::after{ top:12px; border-top:1px solid rgba(235,235,235,.85); }

.mobile-menu{
  position:fixed; inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter: blur(6px);
  z-index:9999;
}
.mobile-menu__panel{
  position:absolute; top:0; right:0;
  width:min(86vw, 380px);
  height:100%;
  background:rgba(5,5,5,.96);
  border-left:1px solid rgba(212,194,138,.18);
  padding:18px 18px 28px;
  transform: translateX(8px);
}
.mobile-menu__close{
  background:transparent;border:0;
  color:rgba(235,235,235,.92);
  font-size:26px;
  line-height:1;
  padding:8px;
  margin-left:auto;
  display:block;
}
.mobile-menu__links{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.mobile-menu__links a{
  letter-spacing:3px;
  text-transform:uppercase;
  font-size:12px;
  padding:10px 2px;
  border-bottom:1px solid rgba(212,194,138,.10);
}

/* Mobile layout: center logo, hamburger right, hide nav */
@media (max-width: 980px){
  .header__inner{
    display:grid;
    grid-template-columns: 1fr auto;
    align-items:center;
  }
  .brand{
    justify-self:center;
  }
  .nav{
    display:none !important;
  }
  .header__toggle{
    display:inline-flex;
    justify-self:end;
  }
  .brand__name{
    display:none; /* keep it ultra clean on mobile */
  }
  .brand img{
    max-height:32px;
    width:auto;
  }
}

.no-scroll{overflow:hidden;}


/* Scripture007 Header Fix v2 */

:root{ --header-h: 72px; }

.header{
  position: sticky; top: 0; z-index: 1000;
  background: rgba(5,5,5,.62);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212,194,138,.18);
}
.header__inner{
  min-height: var(--header-h);
}

/* Ensure hero doesn't get crushed by header */
main#MainContent{ padding-top: 0; }

/* Desktop nav: single line */
.nav{
  display:flex;
  flex-wrap:nowrap;
  gap:34px;
  align-items:center;
  justify-content:flex-end;
  white-space:nowrap;
}
.nav a{ font-size:12px; letter-spacing:3px; }

/* MOBILE: force-hide inline nav + show toggle (logo centered, hamburger right) */
@media (max-width: 1024px), (hover: none) and (pointer: coarse){
  .nav{ display:none !important; }
  .header__toggle{ display:inline-flex !important; }
  .header__inner{
    display:grid !important;
    grid-template-columns: 1fr auto !important;
    align-items:center !important;
  }
  .brand{
    justify-self:center !important;
  }
  .brand__name{ display:none !important; }
}

/* Header compact mobile */
@media (max-width: 1024px){
  :root{ --header-h: 64px; }
  .header{ background: rgba(5,5,5,.55); }
  .brand img{ max-height: 30px; }
}


/* Scripture007 Header Animations */

/* Smooth header presence */
.header{
  transition: background .45s ease, border-color .45s ease, box-shadow .45s ease, transform .45s ease;
}
.header.is-scrolled{
  background: rgba(5,5,5,.88);
  border-bottom-color: rgba(212,194,138,.26);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.header.is-hidden{
  transform: translateY(-100%);
}

/* Nav link animation: gold micro-underline + gentle glow */
.nav a{
  position:relative;
  transition: color .25s ease, opacity .25s ease;
}
.nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-10px;
  width:0;
  height:1px;
  background: rgba(212,194,138,.8);
  transform: translateX(-50%);
  transition: width .28s ease;
}
.nav a:hover{
  color: var(--text);
  opacity: 1;
}
.nav a:hover::after{
  width: 72%;
}

/* Brand hover (subtle) */
.brand img{
  transition: transform .35s ease, filter .35s ease, opacity .35s ease;
}
.brand:hover img{
  transform: translateY(-1px);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
  opacity: .96;
}

/* Mobile drawer animation */
.mobile-menu[hidden]{ display:none; }
.mobile-menu{
  opacity:0;
  transition: opacity .25s ease;
}
.mobile-menu.is-open{
  opacity:1;
}
.mobile-menu__panel{
  transform: translateX(110%);
  transition: transform .42s cubic-bezier(.2,.8,.2,1);
}
.mobile-menu.is-open .mobile-menu__panel{
  transform: translateX(0);
}
.mobile-menu__links a{
  opacity:.92;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease, color .25s ease, border-color .25s ease;
}
.mobile-menu.is-open .mobile-menu__links a{
  opacity:1;
  transform: translateY(0);
}
.mobile-menu__links a:hover{
  color: var(--gold);
  border-bottom-color: rgba(212,194,138,.35);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .header, .nav a, .nav a::after, .brand img, .mobile-menu, .mobile-menu__panel, .mobile-menu__links a{
    transition: none !important;
    animation: none !important;
  }
}


/* Scripture007 Footer Nav (Option B) */
:root{ --footer-nav-h: 96px; }

.header.header--footer{
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0; right: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 0 !important;
  border-top: 1px solid rgba(212,194,138,.18);
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(12px);
}

body{ padding-bottom: var(--footer-nav-h); }
.header.header--footer .header__inner{ min-height: var(--footer-nav-h); }

.header.header--footer.is-hidden{ transform: none !important; }
.header.header--footer.is-scrolled{
  background: rgba(5,5,5,.90);
  border-top-color: rgba(212,194,138,.26);
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
}

/* Brand: keep compact and left */
.header.header--footer .brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 190px;
}
.header.header--footer .brand img{
  max-height: 34px;
  width:auto;
  object-fit: contain;
}
.header.header--footer .brand__name{
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(235,235,235,.78);
}

/* Footer nav: museum grid */
.header.header--footer .nav{
  display:grid;
  grid-template-columns: repeat(4, max-content);
  gap: 10px 30px;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 0 18px;
}
.header.header--footer .nav a{
  color: rgba(235,235,235,.80);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}
.header.header--footer .nav a:hover{ color: rgba(212,194,138,.95); }

/* Hide hamburger for footer nav */
.header.header--footer .header__toggle{ display:none !important; }

/* Mobile: 2-column grid */
@media (max-width: 820px){
  :root{ --footer-nav-h: 96px; }
  .header.header--footer .header__inner{
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }
  .header.header--footer .brand{ min-width: 0; }
  .header.header--footer .nav{
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px 18px;
    justify-items: center;
  }
}
/* Footer navigation bar (all devices) */
:root{ --footer-nav-h: 96px; }

.header.header--footer{
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0; right: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 0 !important;
  border-top: 1px solid rgba(212,194,138,.18);
  background: rgba(5,5,5,.62);
  backdrop-filter: blur(10px);
}

/* Give the page breathing room so footer nav doesn't cover content */
body{ padding-bottom: var(--footer-nav-h); }

/* Header inner height */
.header.header--footer .header__inner{ min-height: var(--footer-nav-h); }

/* Kill top-sticky assumptions */
main#MainContent{ padding-top: 0 !important; }

/* Disable hide-on-scroll behavior for footer nav */
.header.header--footer.is-hidden{ transform: none !important; }

/* Slightly stronger background once scrolled (feels premium) */
.header.header--footer.is-scrolled{
  background: rgba(5,5,5,.88);
  border-top-color: rgba(212,194,138,.26);
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
}

/* Nav layout: keep it single-line and elegant */
.header.header--footer .nav{
  justify-content:center;
  gap: 34px;
}
.header.header--footer .header__toggle{
  margin-left: 0;
}

/* Desktop: keep brand left, nav centered, toggle hidden (unless mobile) */
@media (min-width: 981px){
  .header.header--footer .header__inner{
    display:grid;
    grid-template-columns: auto 1fr auto;
    align-items:center;
    gap: 18px;
  }
  .header.header--footer .brand{ justify-self:start; }
  .header.header--footer .nav{ justify-self:center; display:flex !important; }
  .header.header--footer .header__toggle{ display:none !important; }
}

/* Mobile: logo centered, hamburger right, nav hidden (drawer) */
@media (max-width: 980px){
  :root{ --footer-nav-h: 96px; }
  .header.header--footer .header__inner{
    display:grid !important;
    grid-template-columns: 1fr auto !important;
    align-items:center !important;
  }
  .header.header--footer .brand{ justify-self:center !important; }
  .header.header--footer .nav{ display:none !important; }
  .header.header--footer .header__toggle{ display:inline-flex !important; justify-self:end; }
  .header.header--footer .brand__name{ display:none !important; }
  .header.header--footer .brand img{ max-height:30px; width:auto; }
}

/* Mobile drawer should slide from bottom for footer nav vibe */
@media (max-width: 980px){
  .mobile-menu__panel{
    top:auto;
    bottom:0;
    width: 100%;
    height: auto;
    max-height: 76vh;
    border-left: 0;
    border-top: 1px solid rgba(212,194,138,.18);
    border-radius: 18px 18px 0 0;
  }
}


/* Scripture007 Footer Nav Option C + Animated Tab */

:root{ --footer-nav-h: 76px; --indicator-h: 1px; --indicator-glow: rgba(212,194,138,.22); }

html body header.header.header--footer{
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: rgba(5,5,5,.62) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(212,194,138,.18) !important;
  border-bottom: 0 !important;
  transform: translateY(0);
  transition: transform .38s cubic-bezier(.2,.8,.2,1), background .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Reserve space so bar doesn't cover content */
html body{ padding-bottom: var(--footer-nav-h) !important; }

/* Scroll states */
header.header.header--footer.is-scrolled{
  background: rgba(5,5,5,.88) !important;
  border-top-color: rgba(212,194,138,.26) !important;
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
}
header.header.header--footer.is-hidden{
  transform: translateY(105%); /* hides below viewport */
}

/* Desktop layout */
@media (min-width: 981px){
  header.header.header--footer .header__inner{
    display:grid;
    grid-template-columns: auto 1fr auto;
    align-items:center;
    gap: 18px;
    min-height: var(--footer-nav-h);
  }
  header.header.header--footer .nav{
    justify-content:center;
    display:flex !important;
    position:relative;
    gap: 34px;
    white-space:nowrap;
  }
  header.header.header--footer .header__toggle{ display:none !important; }
}

/* Mobile layout (drawer) */
@media (max-width: 980px){
  :root{ --footer-nav-h: 96px; }
  header.header.header--footer .header__inner{
    display:grid !important;
    grid-template-columns: 1fr auto !important;
    align-items:center !important;
    min-height: var(--footer-nav-h);
  }
  header.header.header--footer .nav{ display:none !important; }
  header.header.header--footer .header__toggle{ display:inline-flex !important; justify-self:end; }
  header.header.header--footer .brand{ justify-self:center !important; }
  header.header.header--footer .brand__name{ display:none !important; }
  header.header.header--footer .brand img{ max-height:30px; width:auto; }

  /* bottom sheet panel */
  .mobile-menu__panel{
    top:auto;
    bottom:0;
    width: 100%;
    height: auto;
    max-height: 76vh;
    border-left: 0;
    border-top: 1px solid rgba(212,194,138,.18);
    border-radius: 18px 18px 0 0;
  }
}

/* Animated tab indicator (desktop) */
.nav__indicator{
  position:absolute;
  left:0;
  bottom:-12px;
  width: 0px;
  height: var(--indicator-h);
  background: rgba(212,194,138,.85);
  box-shadow: 0 0 18px var(--indicator-glow);
  transform: translateX(0);
  transition: left .28s ease, width .28s ease, opacity .28s ease;
  opacity: .9;
  pointer-events:none;
}
@media (max-width: 980px){
  .nav__indicator{ display:none; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  header.header.header--footer{
    transition:none !important;
    transform: none !important;
  }
  .nav__indicator{ transition:none !important; }
}


/* Scripture007 Hero Visibility Fix */

/* Improve hero image framing */
.hero,
.hero__media{
  position: relative;
}

.hero__media img,
.hero__media video{
  object-fit: cover;
  object-position: center center;
}

/* Mobile adjustment to prevent logo crop */
@media (max-width: 768px){
  .hero__media{
    min-height: 92vh;
  }
  .hero__media img,
  .hero__media video{
    object-fit: contain;
    background: #000;
  }
}


/* Scripture007 Mobile Hero No-Crop Fix */

/* Fix: iOS/Shopify app initial viewport can crop hero until rotation.
   Make hero use stable viewport units and disable zoom animation on mobile. */

@supports (height: 100svh){
  .hero{ min-height: 100svh; }
  .hero__media{ min-height: 100svh; }
}
@supports not (height: 100svh){
  .hero{ min-height: 100vh; }
  .hero__media{ min-height: 100vh; }
}

/* Apply to all phones/tablets (Shopify app webview can exceed 768px) */
@media (max-width: 1024px){
  .hero__media{
    min-height: 100svh;
  }
  .hero__media img,
  .hero__media video{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000;
    transform: none !important;
  }
  /* Disable cinematic zoom on mobile so it can't push the logo out of frame */
  .hero--cinematic .hero__media img,
  .hero--cinematic .hero__media video{
    animation: none !important;
  }
}


/* Scripture007 Museum Product Polish */

.product-page{ padding: 48px 0 110px; }
.product-page__container{
  display:grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 70px;
  align-items:start;
}
.product-gallery{ display:flex; flex-direction:column; gap: 26px; }
.product-gallery__item{
  border: 1px solid rgba(212,194,138,.10);
  border-radius: 16px;
  overflow:hidden;
  background: rgba(255,255,255,.02);
}
.product-gallery__item img{ width:100%; height:auto; display:block; }

.product-info{
  padding-top: 10px;
  position: sticky;
  top: 18px;
}
.product-info__title{
  font-size: clamp(30px, 2.8vw, 46px);
  letter-spacing: 1px;
  line-height: 1.06;
  margin: 0 0 16px;
}
.product-info__divider{
  width: 84px;
  height: 1px;
  background: rgba(212,194,138,.55);
  box-shadow: 0 0 22px rgba(212,194,138,.18);
  margin: 0 0 22px;
}
.product-info__price{
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 26px;
}
.product-info__description{
  max-width: 52ch;
  line-height: 1.85;
  color: rgba(235,235,235,.86);
  margin-bottom: 34px;
}
.product-form__option{
  margin-bottom: 18px;
}
.product-form__option label{
  display:block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(235,235,235,.78);
  margin-bottom: 8px;
}
.product-form__option select{
  width: 100%;
  padding: 12px 14px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(212,194,138,.16);
  color: rgba(235,235,235,.9);
  border-radius: 12px;
}
.product-form__submit{
  width: 100%;
  padding: 14px 18px;
}
.product-info__note{
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(235,235,235,.65);
}

@media (max-width: 980px){
  .product-page{ padding: 34px 0 100px; }
  .product-page__container{
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .product-info{
    position: static;
    top: auto;
  }
}


/* Scripture007 Comic Page */

.comic{ padding: 54px 0 90px; }
.comic__header{ text-align:center; margin: 0 auto 46px; max-width: 72ch; }
.comic__kicker{
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .95;
}
.comic__title{
  margin: 14px 0 10px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: 1px;
}
.comic__sub{
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.comic__pages{
  display:flex;
  flex-direction:column;
  gap: 26px;
  align-items:center;
}
.comic__page{
  width: min(980px, 100%);
  border: 1px solid rgba(212,194,138,.12);
  border-radius: 16px;
  overflow:hidden;
  background: rgba(0,0,0,.28);
}
.comic__zoom{ display:block; }
.comic__page img{
  width:100%;
  height:auto;
  display:block;
}
.comic__caption{
  padding: 14px 18px 18px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1px;
}
.comic__placeholder{ height: 420px; background: #0b0b0b; }

/* Lightbox */
.comic-lightbox{
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(10px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 22px;
}
.comic-lightbox__img{
  max-width: 96vw;
  max-height: 90vh;
  width:auto;
  height:auto;
  border: 1px solid rgba(212,194,138,.18);
  border-radius: 14px;
  background: #000;
}
.comic-lightbox__close{
  position:absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(212,194,138,.18);
  background: rgba(0,0,0,.35);
  color: rgba(235,235,235,.92);
  font-size: 26px;
  line-height: 1;
}

/* Reveal support */
[data-reveal]{ opacity: 0; transform: translateY(10px); transition: opacity .9s ease, transform .9s ease; }
.revealed{ opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity:1; transform:none; transition:none; }
}


/* Scripture007 Requests Page */

.requests{ padding: 64px 0 110px; }
.requests__container{ max-width: 820px; }
.requests__kicker{
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .95;
}
.requests__title{
  margin: 16px 0 10px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.05;
  letter-spacing: 1px;
}
.requests__sub{ color: var(--muted); line-height: 1.85; margin-bottom: 26px; }
.requests__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}
.field--full{ grid-column: 1 / -1; }
.field__label{ display:block; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: rgba(235,235,235,.86); margin-bottom: 8px; }
.field__input{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(212,194,138,.18);
  background: rgba(0,0,0,.26);
  color: rgba(235,235,235,.92);
  padding: 12px 14px;
  outline: none;
}
.field__input:focus{ border-color: rgba(212,194,138,.42); box-shadow: 0 0 0 1px rgba(212,194,138,.16); }
.requests__submit{ width: 100%; padding: 14px 18px; border-radius: 999px; }
.requests__success{ color: rgba(212,194,138,.95); margin: 14px 0; }
.requests__error{ color: rgba(235,160,160,.95); margin: 14px 0; }
@media (max-width: 720px){
  .requests__grid{ grid-template-columns: 1fr; }
}



/* Reserve space for fixed footer navigation */
body{ padding-bottom: var(--footer-nav-h, 76px); }
main{ padding-bottom: var(--footer-nav-h, 76px); }
@supports(padding: max(0px)){
  body{ padding-bottom: max(var(--footer-nav-h, 76px), env(safe-area-inset-bottom)); }
  main{ padding-bottom: max(var(--footer-nav-h, 76px), env(safe-area-inset-bottom)); }
}



/* Hero CTA layout: 2-up then 3rd below (desktop) */
@media (min-width: 720px){
  .hero__cta .btn:nth-child(3){
    flex-basis: 100%;
  }
}




/* Mobile hero: stop over-zoom + keep logo fully visible */
@media (max-width: 720px){
  .hero{ min-height: 72vh; }
  .hero__media img{
    object-fit: contain;
    object-position: center top;
    transform: none !important;
    animation: none !important;
    filter: saturate(.95) contrast(1.05);
    background: #000;
  }
  .hero__content{ padding: 54px 0 44px; }
}



/* Creations/Explore cards: museum-style text blocks (match Studio Statement) */
.section .cards{
  display:block;
  margin-top: 34px;
}
.section .card{
  display:block;
  padding: 0;
  margin: 0 0 32px 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.section .card:last-child{ margin-bottom: 0; }
.section .card__label{
  color: rgba(245,241,232,.68);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.section .card__title{
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: .6px;
  margin: 0 0 14px 0;
}
.section .card__text{
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 920px;
  margin: 0;
}
/* Make the section title/subtitle align like the reference */
.section .section__title{
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: .8px;
}
.section .section__muted{
  font-size: 18px;
  line-height: 1.7;
  max-width: 980px;
}
@media (max-width: 720px){
  .section .card__title,
  .section .section__title{ font-size: 34px; }
  .section .card__text,
  .section .section__muted{ font-size: 16px; }
}


/* CRO: Cart layout */
.cart-grid{ display:grid; grid-template-columns: 1.5fr .9fr; gap:16px; align-items:start; }
@media (max-width: 820px){ .cart-grid{ grid-template-columns: 1fr; } }

.cart-item{ display:grid; grid-template-columns: 110px 1fr; gap:14px; padding: 10px 0; }
.cart-item__media img{ width:110px; height:110px; object-fit:cover; border-radius: 12px; }
.cart-item__qty input{ width: 90px; }

.page-title{ font-size: 34px; margin: 0 0 18px; letter-spacing: -0.02em; }
.divider{ border:0; height:1px; background: rgba(255,255,255,.08); margin: 12px 0; }
.cart-summary__total{ font-size: 22px; margin: 6px 0 14px; }


/* Footer cleanup */

.site-footer{padding:48px 0 34px;border-top:1px solid var(--hairline);background:rgba(0,0,0,.35)}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.footer-title{font-family:var(--serif);letter-spacing:.12em;text-transform:uppercase;font-size:12px;color:var(--muted);margin-bottom:10px}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{font-size:14px;opacity:.92}
.footer-links a:hover{opacity:1}
.footer-divider{height:1px;background:var(--hairline);margin:22px 0}
.footer-bottom{display:flex;flex-direction:column;gap:10px}
.footer-copy{font-size:13px;opacity:.88}
.footer-legal{font-size:12px;opacity:.75;max-width:880px;line-height:1.55}
@media (max-width: 720px){
  .footer-grid{grid-template-columns:1fr}
}
.brand__mark{display:inline-flex;align-items:center;justify-content:center}
.brand__text{font-family:var(--serif);letter-spacing:.12em;text-transform:uppercase;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Footer policies */
.site-footer .footer-policies{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  margin: 20px 0 10px;
  font-size: 14px;
}
.site-footer .footer-policies a{
  text-decoration:none;
  opacity:.9;
}
.site-footer .footer-policies a:hover{ opacity:1; text-decoration:underline; }
.site-footer .footer-policies .sep{ opacity:.5; }

.site-footer .footer-divider{
  height:1px;
  background: rgba(255,255,255,.10);
  margin: 12px 0 16px;
}

.site-footer .footer-bottom{
  display:flex;
  flex-direction:column;
  gap:10px;
  text-align:center;
  padding-bottom: 24px;
}
.site-footer .footer-copy{ opacity:.92; }
.site-footer .footer-legal{ opacity:.75; max-width: 920px; margin: 0 auto; }


/* Requested navigation + social card refinement */
.header__inner{justify-content:space-between}
.nav{margin-left:auto}
@media (max-width:980px){.nav{justify-content:center}}
.cards:empty{display:none}


/* Live footer clock + payments */
.footer-utility{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  padding: 2px 0 12px;
  color: var(--text);
}
.footer-utility__label,
.footer-payments__label,
.help-card__eyebrow{
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.footer-utility__clock{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color: var(--muted);
  font-size: 14px;
}
.footer-utility__dot{opacity:.55}
.footer-payments{
  text-align:center;
  padding: 4px 0 6px;
}
.footer-payments__icons,
.help-card__payments{
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin-top: 14px;
}
.payment-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:52px;
  min-height:34px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.03);
}
.payment-icon svg{height:18px;width:auto}
.footer-payments__text,
.help-card__note{color:var(--muted);font-size:14px;line-height:1.6;max-width:760px;margin:0 auto}

/* Help center page */
.help-center{padding:64px 0 90px}
.help-center__container{max-width:1120px}
.help-center__intro{max-width:820px;margin:0 auto 34px;text-align:center}
.help-center__title{margin:16px 0 12px;font-size:clamp(34px,4.8vw,60px);line-height:1.04}
.help-center__text{font-size:17px;line-height:1.8}
.help-center__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.help-card{
  border:1px solid rgba(199,166,90,.16);
  border-radius:20px;
  background:rgba(255,255,255,.025);
  padding:24px;
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}
.help-card__title{margin:10px 0 12px;font-size:28px;line-height:1.15}
.help-card__body{color:var(--muted);font-size:16px;line-height:1.8}
.help-card__actions{margin-top:18px}
@media (max-width: 820px){
  .help-center__grid{grid-template-columns:1fr}
}

.hero__container{max-width:980px}
.hero__meta{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.hero__meta-label{
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.hero__meta-clock{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  font-size:14px;
  color:var(--muted);
}
.hero__meta-dot{opacity:.55}
.hero__cta{max-width:820px}
.hero__cta .btn{min-width:168px}

.site-footer{
  padding:28px 0 26px;
  background:rgba(0,0,0,.22);
}
.site-footer__inner{
  display:flex;
  flex-direction:column;
  gap:18px;
  align-items:center;
  text-align:center;
}
.site-footer .footer-policies{
  margin:0;
  gap:14px;
}
.site-footer .footer-policies a{
  position:relative;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.site-footer .footer-policies a::after{
  content:'•';
  margin-left:14px;
  opacity:.4;
}
.site-footer .footer-policies a:last-child::after{display:none}
.site-footer .footer-payments{padding:0}
.site-footer .footer-payments__icons{margin-top:0;gap:10px}
.site-footer .payment-icon{
  min-width:46px;
  min-height:30px;
  padding:6px 8px;
  border-radius:10px;
}
.site-footer .payment-icon svg{height:16px}
.site-footer .footer-copy{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.72;
}

.connect-section__container{max-width:1120px}
.connect-section__intro{max-width:760px;margin-bottom:28px}
.connect-cards{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:0;
}
.connect-card{
  display:flex !important;
  flex-direction:column;
  justify-content:space-between;
  min-height:240px;
  padding:24px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.025) !important;
  transition:transform .24s ease,border-color .24s ease,background-color .24s ease;
}
.connect-card:hover{
  transform:translateY(-3px);
  border-color:rgba(199,166,90,.35) !important;
  background:rgba(255,255,255,.04) !important;
}
.connect-card .card__label{margin-bottom:16px}
.connect-card .card__title{font-size:28px;margin-bottom:12px}
.connect-card .card__text{font-size:16px;max-width:none}
.connect-card__cta{
  margin-top:22px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold);
}

  position:fixed;
  inset:0;
  z-index:60;
}
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(8px);
}
  position:relative;
  width:min(92vw,560px);
  margin:12vh auto 0;
  padding:30px 28px;
  border:1px solid rgba(199,166,90,.22);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(18,18,18,.96), rgba(7,7,7,.98));
  box-shadow:0 30px 80px rgba(0,0,0,.42);
}
  position:absolute;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border-radius:999px;
  padding:0;
  font-size:22px;
  line-height:1;
}
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom:14px;
}

@media (max-width: 980px){
  .connect-cards{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .hero__cta .btn{min-width:unset;width:100%}
  .hero__meta{margin-top:16px}
  .hero__meta-clock{font-size:13px}
  .site-footer .footer-policies{gap:10px;justify-content:center}
  .site-footer .footer-policies a{font-size:12px}
  .site-footer .footer-policies a::after{margin-left:10px}
}


/* 2026-03-16 pyramid hero CTA update */
.hero__cta--pyramid{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  max-width:860px;
}
.hero__cta-top{
  display:flex;
  justify-content:center;
  width:100%;
}
.hero__cta-top .btn{
  min-width:220px;
}
.hero__cta-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.hero__cta-grid .btn{
  width:100%;
  min-width:0;
}
@media (max-width: 980px){
  .hero__cta-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 720px){
  .hero__cta-top,
  .hero__cta-grid{
    grid-template-columns:1fr;
  }
  .hero__cta-top .btn,
  .hero__cta-grid .btn{
    width:100%;
    min-width:unset;
  }
}


/* 2026-03-16 refined hero layout */
.hero__container{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.hero__kicker,
.hero__title,
.hero__sub{
  text-align:center;
}
.hero__title{
  max-width: 11ch;
  margin-left:auto;
  margin-right:auto;
}
.hero__sub{
  max-width: 620px;
  margin-left:auto;
  margin-right:auto;
}

.hero__cta--pyramid{
  width:min(100%, 760px);
  margin-top: 24px;
}
.hero__cta-top{
  width:100%;
  display:flex;
  justify-content:center;
  margin-bottom:14px;
}
.hero__cta-top .btn{
  width:min(100%, 520px);
}
.hero__cta-grid{
  width:100%;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.hero__cta-grid .btn{
  width:min(100%, 760px);
  margin:0 auto;
}

.hero__meta--after-cta{
  margin-top:18px;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  padding:10px 16px;
  border:1px solid rgba(199,166,90,.16);
  border-radius:18px;
  background:rgba(6,6,6,.38);
  backdrop-filter: blur(6px);
}
.hero__meta--after-cta .hero__meta-label{
  font-size:10px;
  letter-spacing:.22em;
  opacity:.72;
}
.hero__meta--after-cta .hero__meta-clock{
  font-size:14px;
  line-height:1.2;
}

@media (max-width: 767px){
  .hero__content{
    padding: 42px 0 34px;
  }
  .hero__title{
    max-width: none;
  }
  .hero__sub{
    font-size:15px;
    line-height:1.45;
    max-width: 32ch;
  }
  .hero__cta--pyramid{
    margin-top:18px;
  }
  .hero__cta-top .btn,
  .hero__cta-grid .btn{
    width:100%;
  }
  .hero__meta--after-cta{
    width:100%;
    max-width: 360px;
    padding:10px 14px;
    margin-top:16px;
  }
  .hero__meta--after-cta .hero__meta-clock{
    font-size:13px;
  }
}


/* 2026-03-16 header live clock badge */
.site-header__status{
  display:inline-flex;
  align-items:center;
  margin-left:12px;
}

.site-header__clock-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(199,166,90,.24);
  background:rgba(12,12,12,.55);
  color:rgba(255,255,255,.92);
  font-size:11px;
  letter-spacing:.14em;
  line-height:1;
  white-space:nowrap;
  backdrop-filter: blur(8px);
}

.site-header__clock-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c7a65a;
  flex:0 0 auto;
}

.site-header__clock-label{
  opacity:.78;
  text-transform:uppercase;
}

.site-header__clock-date,
.site-header__clock-time{
  opacity:.92;
}

.site-header__clock-sep{
  opacity:.45;
}

@media (max-width: 989px){
  .site-header__status{
    display:none;
  }
}

/* remove hero date/time spacing if previously present */
.hero__meta--after-cta{
  display:none !important;
}


/* 2026-03-16 sleek professional pass */
.nav--sleek{
  flex: 1 1 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}

.nav--sleek .nav__link{
  display:inline-flex;
  align-items:center;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .22em;
  color: rgba(236,233,227,.78);
}

.nav__actions{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin-left: 10px;
}

.nav__link--cta{
  border: 1px solid rgba(199,166,90,.36);
  background: rgba(199,166,90,.08);
  color: rgba(248,242,229,.95) !important;
  box-shadow: 0 0 0 1px rgba(199,166,90,.08) inset;
}

.nav__link--cta:hover{
  background: rgba(199,166,90,.14);
  border-color: rgba(199,166,90,.62);
}

.site-header__status{ display:none !important; }

.site-header__clock-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(199,166,90,.22);
  background: linear-gradient(180deg, rgba(20,20,20,.70), rgba(8,8,8,.62));
  box-shadow: 0 8px 26px rgba(0,0,0,.22);
  color: rgba(245,241,232,.92);
  font-size: 10px;
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.site-header__clock-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7a65a;
  box-shadow: 0 0 12px rgba(199,166,90,.4);
  flex: 0 0 auto;
}

.site-header__clock-label{
  text-transform: uppercase;
  opacity: .72;
}

.site-header__clock-date,
.site-header__clock-time{
  opacity: .92;
}

.site-header__clock-sep{
  opacity: .42;
}

.hero__meta,
.hero__meta--after-cta{
  display:none !important;
}

.hero__content{
  padding-top: 84px;
  padding-bottom: 64px;
}

.hero__title{
  font-size: clamp(52px, 8vw, 96px);
  letter-spacing: -.02em;
  text-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.hero__sub{
  max-width: 760px;
  color: rgba(241,236,227,.82);
}

.hero__cta--pyramid{
  width: min(100%, 760px);
  margin-top: 28px;
}

.hero__cta-top .btn,
.hero__cta-grid .btn{
  min-height: 58px;
  border-color: rgba(255,255,255,.12);
  background: rgba(8,8,8,.24);
  backdrop-filter: blur(8px);
}

.hero__cta-grid{
  gap: 16px;
}

@media (max-width: 989px){
  .header__inner{
    align-items: center;
    gap: 14px;
  }

  .nav--sleek{
    width: 100%;
    justify-content: center;
    gap: 4px 8px;
  }

  .nav__actions{
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 6px;
  }

  .site-header__clock-badge{
    max-width: 100%;
    font-size: 9px;
    letter-spacing: .12em;
    padding: 8px 10px;
  }

  .hero__content{
    padding-top: 52px;
    padding-bottom: 40px;
  }

  .hero__title{
    font-size: clamp(40px, 14vw, 72px);
    line-height: .98;
  }

  .hero__sub{
    max-width: 31ch;
    font-size: 15px;
    line-height: 1.42;
  }

  .hero__cta--pyramid{
    margin-top: 22px;
  }

  .hero__cta-grid{
    gap: 12px;
  }

  .hero__cta-top .btn,
  .hero__cta-grid .btn{
    min-height: 54px;
  }
}


@media (max-width: 989px){
  .hero__content{
    padding-top:88px;
    padding-bottom:54px;
  }

  .hero__cta--grid{
    margin-top:90px;
    width:min(100%, 700px);
  }
}

@media (max-width: 767px){
  .hero__content{
    padding-top:74px;
    padding-bottom:38px;
  }

  .hero__title{
    max-width:95vw;
  }

  .hero__sub{
    max-width:31ch;
    font-size:15px;
    line-height:1.42;
  }

  .hero__cta--grid{
    margin-top:76px;
    width:100%;
    gap:14px;
  }

  .hero__cta-main{
    width:100%;
  }

  .hero__cta-main .btn{
    width:100%;
  }

  .hero__cta-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .btn--hero{
    min-height:56px;
    font-size:13px;
    letter-spacing:.14em;
  }
}



/* 2026-03-16 mockup hero */
.hero{
  position:relative;
  min-height:100vh;
  background-image: var(--hero-bg);
  background-size:cover;
  background-position:center center;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.34) 0%, rgba(0,0,0,.20) 22%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.36) 76%, rgba(0,0,0,.50) 100%);
  pointer-events:none;
}
.hero__container,
.hero__content{
  position:relative;
  z-index:1;
}
.hero__container{
  min-height:100vh;
}
.hero__content--mockup{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  padding-top:18vh;
  padding-bottom:10vh;
}
.hero__logo-wrap{
  width:min(92vw, 980px);
  margin:0 auto;
}
.hero__logo-image{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
  height:auto;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.22));
}
.hero__title{
  font-size: clamp(58px, 10vw, 128px);
  line-height: .95;
  letter-spacing: -.03em;
  margin:0;
  color:#f1d28f;
  text-shadow:0 10px 30px rgba(0,0,0,.26);
}
.hero__studio{
  margin-top:10px;
  color:#eadab8;
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size: clamp(22px, 2vw, 34px);
  line-height:1;
  text-shadow:0 8px 20px rgba(0,0,0,.24);
}
.hero__cta--mockup{
  width:min(100%, 860px);
  margin-top:56px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:34px;
}
.hero-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  width:min(100%, 480px);
  padding:18px 28px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:clamp(18px, 2vw, 26px);
  line-height:1;
  color:#f7e6b6;
  border-radius:2px;
}
.hero-cta--primary{
  background:linear-gradient(180deg, rgba(26,20,13,.92), rgba(15,12,9,.96));
  border:2px solid rgba(185,133,39,.85);
  box-shadow:
    0 14px 36px rgba(0,0,0,.28),
    0 0 0 2px rgba(255,213,120,.08) inset;
}
.hero__links-grid{
  width:min(100%, 820px);
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:72px;
  row-gap:22px;
}
.hero-link-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:68px;
  text-decoration:none;
  font-size:clamp(20px, 2vw, 28px);
  letter-spacing:.01em;
  color:#f7f0e3;
  border-top:1px solid rgba(179,133,48,.55);
  box-shadow: inset 0 1px 0 rgba(255,215,142,.08);
  background:linear-gradient(180deg, rgba(25,17,12,.12), rgba(25,17,12,.18));
  text-shadow:0 4px 14px rgba(0,0,0,.28);
}
.hero-link-card:hover,
.hero-cta:hover{
  transform:translateY(-1px);
}
.hero-cta,
.hero-link-card{
  transition:transform .18s ease, opacity .18s ease, border-color .18s ease, background .18s ease;
}

@media (max-width: 989px){
  .hero__content--mockup{
    padding-top:20vh;
    padding-bottom:8vh;
  }
  .hero__logo-image{
    max-width:700px;
  }
  .hero__cta--mockup{
    margin-top:44px;
    gap:28px;
  }
  .hero__links-grid{
    width:min(100%, 700px);
    column-gap:36px;
  }
}

@media (max-width: 767px){
  .hero{
    min-height:86vh;
    background-position:center top;
  }
  .hero__content--mockup{
    min-height:86vh;
    padding-top:17vh;
    padding-bottom:6vh;
  }
  .hero__logo-wrap{
    width:100%;
  }
  .hero__logo-image{
    max-width:92vw;
  }
  .hero__studio{
    margin-top:8px;
    font-size:16px;
    letter-spacing:.34em;
  }
  .hero__cta--mockup{
    width:100%;
    margin-top:34px;
    gap:20px;
  }
  .hero-cta{
    min-height:62px;
    width:min(100%, 92vw);
    font-size:16px;
    letter-spacing:.10em;
  }
  .hero__links-grid{
    width:min(100%, 92vw);
    grid-template-columns:1fr 1fr;
    column-gap:18px;
    row-gap:16px;
  }
  .hero-link-card{
    min-height:48px;
    font-size:14px;
    text-align:center;
  }
}


/* 2026-03-16 baked-in hero banner image */
.hero--banner{
  background-position:center top;
}
.hero__banner-spacer{
  height: clamp(220px, 34vw, 420px);
  width: 100%;
}
.hero--banner .hero__cta--mockup{
  margin-top: 24px;
}
@media (max-width: 767px){
  .hero--banner{
    min-height: 88vh;
    background-position: center top;
  }
  .hero__banner-spacer{
    height: clamp(180px, 42vw, 280px);
  }
  .hero--banner .hero__cta--mockup{
    margin-top: 18px;
  }
}


/* 2026-03-16 fix duplicated-site look */
.hero--banner{
  background-position:center 18%;
  background-size:cover;
}
.hero__banner-spacer{
  height: clamp(260px, 38vw, 460px);
}
.hero--banner .hero__cta--mockup{
  margin-top: 26px;
}
@media (max-width: 767px){
  .hero--banner{
    background-position:center 20%;
  }
  .hero__banner-spacer{
    height: clamp(200px, 52vw, 320px);
  }
  .hero--banner .hero__cta--mockup{
    margin-top: 16px;
  }
}


/* 2026-03-18 comics showcase gallery */
.comics-showcase{
  position:relative;
  padding:72px 0 96px;
  background:
    radial-gradient(circle at top, rgba(199,166,90,.07), transparent 30%),
    linear-gradient(180deg, rgba(9,9,9,.98), rgba(13,13,13,1));
}

.comics-showcase__container{
  max-width:1240px;
}

.comics-showcase__header{
  text-align:center;
  max-width:760px;
  margin:0 auto 44px;
}

.comics-showcase__kicker{
  margin-bottom:12px;
  color:rgba(199,166,90,.88);
  letter-spacing:.24em;
  text-transform:uppercase;
  font-size:12px;
}

.comics-showcase__title{
  margin:0;
  color:#f5efe5;
  font-size:clamp(42px, 6vw, 74px);
  line-height:.98;
}

.comics-showcase__subtext{
  margin-top:16px;
  color:rgba(245,239,229,.72);
  font-size:17px;
  line-height:1.65;
}

.comics-showcase__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
}

.comics-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(24,24,24,.96), rgba(13,13,13,1));
  box-shadow:0 28px 60px rgba(0,0,0,.28);
}

.comics-card__media{
  position:relative;
  aspect-ratio: 4 / 5;
  background:linear-gradient(180deg, rgba(28,28,28,.9), rgba(16,16,16,1));
}

.comics-card__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.comics-card__placeholder{
  width:100%;
  height:100%;
  background:
    radial-gradient(circle at top, rgba(199,166,90,.14), transparent 30%),
    linear-gradient(180deg, rgba(36,36,36,.8), rgba(14,14,14,1));
}

.comics-card__status{
  position:absolute;
  top:16px;
  right:16px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(12,12,12,.68);
  border:1px solid rgba(199,166,90,.28);
  color:#f7e9c1;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.comics-card__body{
  padding:26px 24px 24px;
}

.comics-card__eyebrow{
  color:rgba(199,166,90,.85);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.comics-card__title{
  margin:10px 0 12px;
  color:#f5efe5;
  font-size:34px;
  line-height:1.02;
}

.comics-card__description{
  color:rgba(245,239,229,.74);
  font-size:16px;
  line-height:1.65;
  min-height:84px;
}

.comics-card__actions{
  margin-top:22px;
}

.comics-card__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(199,166,90,.42);
  background:linear-gradient(180deg, rgba(30,23,10,.8), rgba(16,14,10,.88));
  color:#f7ebca;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
}

.comics-card__button--disabled{
  opacity:.72;
  cursor:default;
}

@media (max-width: 900px){
  .comics-showcase__grid{
    grid-template-columns:1fr;
  }

  .comics-card__title{
    font-size:28px;
  }
}


/* 2026-03-18 additional gallery pages */
.anime-showcase,
.games-showcase,
.apparel-showcase{
  position:relative;
  padding:72px 0 96px;
  background:
    radial-gradient(circle at top, rgba(199,166,90,.07), transparent 30%),
    linear-gradient(180deg, rgba(9,9,9,.98), rgba(13,13,13,1));
}

.anime-showcase__container,
.games-showcase__container,
.apparel-showcase__container{
  max-width:1240px;
}

.anime-showcase__header,
.games-showcase__header,
.apparel-showcase__header{
  text-align:center;
  max-width:760px;
  margin:0 auto 44px;
}

.anime-showcase__kicker,
.games-showcase__kicker,
.apparel-showcase__kicker{
  margin-bottom:12px;
  color:rgba(199,166,90,.88);
  letter-spacing:.24em;
  text-transform:uppercase;
  font-size:12px;
}

.anime-showcase__title,
.games-showcase__title,
.apparel-showcase__title{
  margin:0;
  color:#f5efe5;
  font-size:clamp(42px, 6vw, 74px);
  line-height:.98;
}

.anime-showcase__subtext,
.games-showcase__subtext,
.apparel-showcase__subtext{
  margin-top:16px;
  color:rgba(245,239,229,.72);
  font-size:17px;
  line-height:1.65;
}

.anime-showcase__grid,
.games-showcase__grid,
.apparel-showcase__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
}

.anime-card,
.games-card,
.apparel-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(24,24,24,.96), rgba(13,13,13,1));
  box-shadow:0 28px 60px rgba(0,0,0,.28);
}

.anime-card__media,
.games-card__media,
.apparel-card__media{
  position:relative;
  aspect-ratio:4 / 5;
  background:linear-gradient(180deg, rgba(28,28,28,.9), rgba(16,16,16,1));
}

.anime-card__image,
.games-card__image,
.apparel-card__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.anime-card__placeholder,
.games-card__placeholder,
.apparel-card__placeholder{
  width:100%;
  height:100%;
  background:
    radial-gradient(circle at top, rgba(199,166,90,.14), transparent 30%),
    linear-gradient(180deg, rgba(36,36,36,.8), rgba(14,14,14,1));
}

.anime-card__status,
.games-card__status,
.apparel-card__status{
  position:absolute;
  top:16px;
  right:16px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(12,12,12,.68);
  border:1px solid rgba(199,166,90,.28);
  color:#f7e9c1;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.anime-card__body,
.games-card__body,
.apparel-card__body{
  padding:26px 24px 24px;
}

.anime-card__eyebrow,
.games-card__eyebrow,
.apparel-card__eyebrow{
  color:rgba(199,166,90,.85);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.anime-card__title,
.games-card__title,
.apparel-card__title{
  margin:10px 0 12px;
  color:#f5efe5;
  font-size:34px;
  line-height:1.02;
}

.anime-card__description,
.games-card__description,
.apparel-card__description{
  color:rgba(245,239,229,.74);
  font-size:16px;
  line-height:1.65;
  min-height:84px;
}

.anime-card__actions,
.games-card__actions,
.apparel-card__actions{
  margin-top:22px;
}

.anime-card__button,
.games-card__button,
.apparel-card__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(199,166,90,.42);
  background:linear-gradient(180deg, rgba(30,23,10,.8), rgba(16,14,10,.88));
  color:#f7ebca;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
}

.anime-card__button--disabled,
.games-card__button--disabled,
.apparel-card__button--disabled{
  opacity:.72;
  cursor:default;
}

@media (max-width: 900px){
  .anime-showcase__grid,
  .games-showcase__grid,
  .apparel-showcase__grid{
    grid-template-columns:1fr;
  }

  .anime-card__title,
  .games-card__title,
  .apparel-card__title{
    font-size:28px;
  }
}

/* Scripture007 Collector Product Experience */
.collector-product-page{
  padding: 46px 0 72px;
}
.product-page__container{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:42px;
  align-items:start;
}
.product-gallery{
  display:grid;
  gap:18px;
}
.collector-gallery__item{
  border:1px solid rgba(199,166,90,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  box-shadow:0 28px 60px rgba(0,0,0,.38);
  overflow:hidden;
}
.collector-gallery__item img,
.collector-gallery__item video,
.collector-gallery__item model-viewer{
  width:100%;
  height:auto;
  display:block;
}
.collector-card{
  border:1px solid rgba(199,166,90,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  box-shadow:0 28px 70px rgba(0,0,0,.42);
  padding:28px;
  position:sticky;
  top:96px;
}
.collector-card__eyebrow{
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:11px;
  color:var(--gold-2);
  margin-bottom:10px;
}
.collector-card__title{
  margin-bottom:10px;
}
.edition-pill-wrap{
  margin: 10px 0 18px;
}
.edition-pill{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(199,166,90,.24);
  background:rgba(199,166,90,.07);
  padding:14px 16px;
}
.edition-pill__label{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  color:var(--muted);
}
.edition-pill__count{
  font-family:var(--font-display);
  font-size:20px;
  letter-spacing:.08em;
  color:var(--gold-2);
}
.collector-meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.collector-meta{
  border:1px solid rgba(199,166,90,.16);
  padding:6px 10px;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
}
.collector-card__price{
  font-size:28px;
  color:var(--gold-2);
  margin-bottom:16px;
}
.collector-card__description{
  margin-bottom:22px;
}
.certificate-panel{
  border:1px solid rgba(199,166,90,.18);
  padding:18px;
  background:rgba(255,255,255,.02);
  margin-bottom:22px;
}
.certificate-panel__kicker{
  display:block;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:10px;
  color:var(--gold);
  margin-bottom:8px;
}
.certificate-panel__title{
  margin:0 0 10px;
  font-size:20px;
}
.certificate-panel__text{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.7;
}
.certificate-panel__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.certificate-panel__grid span{
  display:block;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px;
}
.certificate-panel__grid strong{
  font-size:14px;
  font-weight:600;
}
.collector-form__submit{
  width:100%;
  margin-top:4px;
  margin-bottom:14px;
}
.collector-assurance-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.collector-assurance{
  border:1px solid rgba(199,166,90,.12);
  background:rgba(255,255,255,.015);
  padding:14px;
}
.collector-assurance strong{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  color:var(--text);
}
.collector-assurance span,
.collector-card__note{
  color:var(--muted);
  line-height:1.65;
}
@media (max-width: 980px){
  .product-page__container{
    grid-template-columns:1fr;
  }
  .collector-card{
    position:static;
    top:auto;
  }
}
@media (max-width: 640px){
  .collector-card{
    padding:22px 18px;
  }
  .edition-pill,
  .certificate-panel__grid,
  .collector-assurance-grid{
    grid-template-columns:1fr;
    flex-direction:column;
  }
  .edition-pill{
    align-items:flex-start;
  }
}


.certificate-preview{
  margin: 1rem 0 1.25rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(255,255,255,0.02);
}
.certificate-preview img{
  display:block;
  width:100%;
  height:auto;
}
.certificate-disabled-note{
  margin: 1rem 0 1.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
}
.is-hidden{ display:none !important; }


/* Legendary collector certificate + vault */
.collector-oath{
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(199,166,90,.22);
  background:linear-gradient(180deg, rgba(199,166,90,.08), rgba(255,255,255,.02));
}
.collector-oath strong{
  display:block;
  color:var(--gold-2);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:11px;
  margin-bottom:6px;
}
.collector-oath span{color:var(--text);opacity:.92}

.collector-vault-page{
  background:radial-gradient(circle at top, rgba(199,166,90,.12), transparent 38%), #0a0a0a;
  min-height:70vh;
}
.collector-vault-shell{max-width:980px}
.collector-vault-hero{text-align:center;margin-bottom:40px}
.collector-vault-hero__eyebrow{
  color:var(--gold-2);
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:14px;
}
.collector-vault-hero__title{margin:0 0 14px}
.collector-vault-hero__text{max-width:760px;margin:0 auto;color:var(--muted)}
.collector-vault-status{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.collector-vault-card{
  border:1px solid rgba(199,166,90,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding:30px;
  box-shadow:0 18px 44px rgba(0,0,0,.45);
}
.collector-vault-card__kicker{
  display:block;
  color:var(--gold-2);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:11px;
  margin-bottom:10px;
}
.collector-vault-card h2{margin:0 0 12px}
.collector-vault-meta{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:22px;
}
.collector-vault-meta span,
.collector-vault-list{
  color:var(--muted);
}
.collector-vault-meta strong{display:block;color:var(--text);margin-top:4px}
.collector-vault-list{padding-left:18px;margin:20px 0 24px}
.collector-vault-list li{margin-bottom:8px}
.collector-vault-footer-note{
  margin-top:24px;
  padding:18px 22px;
  border-top:1px solid rgba(199,166,90,.16);
  color:var(--muted);
  text-align:center;
}
@media (max-width: 760px){
  .collector-vault-status{grid-template-columns:1fr}
}


/* Luxury collector refresh */
.collector-product-page{padding-top:40px}
.collector-card{
  background:linear-gradient(180deg, rgba(17,17,17,.98), rgba(8,8,8,.96));
  border:1px solid rgba(212,175,55,.20);
  box-shadow:0 24px 80px rgba(0,0,0,.38);
}
.collector-card__eyebrow,
.collector-vault-card__kicker,
.secret-collection-card__label{
  letter-spacing:.24em;
  text-transform:uppercase;
}
.collector-card__title,
.collector-vault-hero__title,
.secret-collection-hero h1{
  font-size:clamp(2rem, 4vw, 3.5rem);
  line-height:1.02;
}
.collector-card__price{
  font-size:clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing:.04em;
}
.collector-card__compare{
  margin-top:8px;
  color:rgba(255,255,255,.48);
  text-decoration:line-through;
  font-size:.95rem;
}
.edition-pill{
  background:linear-gradient(135deg, rgba(212,175,55,.12), rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.24);
}
.collector-meta{
  border:1px solid rgba(212,175,55,.12);
  background:rgba(255,255,255,.02);
}
.certificate-panel,
.collector-vault-card,
.collector-secret-card,
.secret-collection-card{
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
  border:1px solid rgba(212,175,55,.16);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.collector-vault-page,
.secret-collection-page{
  background:
    radial-gradient(circle at top, rgba(212,175,55,.10), transparent 36%),
    linear-gradient(180deg, #070707 0%, #0b0b0b 100%);
}
.collector-vault-secret{margin:34px 0 10px}
.collector-vault-secret__header{text-align:center;max-width:720px;margin:0 auto 24px}
.collector-vault-secret__grid,
.secret-collection-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.collector-secret-card,
.secret-collection-card{
  padding:28px;
  border-radius:22px;
}
.collector-secret-card span,
.secret-collection-card__label{
  color:var(--accent);
  display:block;
  margin-bottom:12px;
  font-size:.72rem;
}
.secret-collection-shell{max-width:1160px}
.secret-collection-hero{text-align:center;max-width:760px;margin:0 auto 34px}
.secret-collection-hero p{color:var(--muted)}
.secret-collection-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px}
.btn--ghost{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 20px;border-radius:999px;border:1px solid rgba(212,175,55,.2);
  color:var(--text);text-decoration:none;background:rgba(255,255,255,.02);
}
@media (max-width: 900px){
  .collector-vault-secret__grid,
  .secret-collection-grid{grid-template-columns:1fr}
}


.product-story-block,
.variant-story-panel{
  margin-top: 1.6rem;
  padding: 1.2rem 1.1rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255,255,255,0.02);
  border-radius: 14px;
}
.product-story-block__header,
.variant-story-panel__header{
  margin-bottom: .7rem;
}
.product-story-block__kicker{
  display:block;
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.62);
  margin-bottom:.3rem;
}
.product-story-block__title{
  margin:0;
  font-size:1rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.product-story-block__text,
.variant-story-panel__text{
  color:rgba(255,255,255,.82);
  line-height:1.7;
}
.product-story-block__text p:last-child,
.variant-story-panel__text:last-child{
  margin-bottom:0;
}
