:root{
  --red:#C81F3D;
  --text:#E7E9EC;
  --muted:#B7BBC1;
  --quiet:#8F949C;
  --accent:#C81F3D;
  --accent-soft:rgba(200,31,61,.22);
  --shadow:0 18px 52px rgba(0,0,0,.34);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#090B0E}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#090B0E;
}
a{color:inherit;text-decoration:none}
.shell{width:min(1080px,92%);margin-inline:auto}

/* Page artwork */
body.lobby-page,
body.room-page{
  position:relative;
  isolation:isolate;
  --page-bg:url('/assets/lobby-bg-final.webp');
}
body.scarlet-page{--page-bg:url('/assets/scarlet-bg.webp')}
body.oxblood-page{--page-bg:url('/assets/oxblood-bg.webp')}
body.black-cherry-page{--page-bg:url('/assets/black-cherry-bg.webp')}
body.crimson-page{--page-bg:url('/assets/crimson-bg.webp')}
body.carmine-page{--page-bg:url('/assets/carmine-bg.webp')}
body.terracotta-page{--page-bg:url('/assets/terracotta-bg.webp')}
body.ruby-page{--page-bg:url('/assets/ruby-bg.jpg')}
body.mulberry-page{--page-bg:url('/assets/mulberry-bg.jpg')}
body.bordeaux-page{--page-bg:url('/assets/bordeaux-bg.webp')}

body.lobby-page{--display-accent:#FF4B67}
body.scarlet-page{--display-accent:#FF6A59}
body.oxblood-page{--display-accent:#B84E5F}
body.ruby-page{--display-accent:#FF4F8F}
body.carmine-page{--display-accent:#E05D75}
body.terracotta-page{--display-accent:#E18A6B}
body.black-cherry-page{--display-accent:#D06086}
body.crimson-page{--display-accent:#FF4D72}
body.bordeaux-page{--display-accent:#CA657C}
body.mulberry-page{--display-accent:#E27AB0}

body.lobby-page::before,
body.room-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(180deg,rgba(5,6,8,.10) 0%,rgba(5,6,8,.16) 54%,rgba(5,6,8,.30) 100%),
    var(--page-bg);
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
}

main,.hero,.room-main{background:transparent}

/* SafeWord selector */
.word-nav-wrap{
  position:sticky;
  top:0;
  z-index:80;
  display:flex;
  justify-content:center;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:54px 12px 14px;
  background:rgba(7,9,11,.82);
  border-bottom:1px solid rgba(200,31,61,.24);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.word-nav{position:relative;width:min(620px,100%)}
.word-nav summary{
  list-style:none;
  cursor:pointer;
  user-select:none;
  min-height:58px;
  display:grid;
  grid-template-columns:52px max-content 1fr;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(180,184,188,.48);
  border-radius:10px;
  background:#17191B url('/assets/selector-strip-frame-v3.webp') center/100% 100% no-repeat;
  box-shadow:0 8px 22px rgba(0,0,0,.38),0 0 3px var(--accent),0 0 14px var(--accent-soft),0 0 28px var(--accent-soft);
}
.word-nav summary::-webkit-details-marker{display:none}
.lock-bay{
  margin:0;
  align-self:stretch;
  min-width:0;
  overflow:hidden;
  border-right:1px solid rgba(235,237,239,.28);
  border-radius:8px 0 0 8px;
  background:#494B4E url('/assets/header-lock.webp') center/cover no-repeat;
  box-shadow:inset -5px 0 9px rgba(0,0,0,.18);
}
.mini-lock{display:none}
.word-readout{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:max-content;
  min-width:0;
  padding-left:10px;
  gap:6px;
  text-shadow:0 1px 2px rgba(0,0,0,.9);
}
.word-readout .label{
  white-space:nowrap;
  font-size:1rem;
  font-weight:760;
  letter-spacing:0;
  color:#E2E4E7;
}
.word-readout .current{
  white-space:nowrap;
  overflow:visible;
  font-size:1.05rem;
  font-weight:860;
  letter-spacing:.095em;
  color:var(--display-accent,#FF4B67);
}
.word-signal{
  justify-self:start;
  margin-left:7px;
  width:2px;
  height:26px;
  background:#FF3558;
  box-shadow:0 0 11px #FF3558;
  animation:safeword-cursor 1.08s steps(1,end) infinite;
}
@keyframes safeword-cursor{
  0%,45%,100%{opacity:1}
  46%,87%{opacity:.12}
}

.word-nav-menu{
  position:absolute;
  z-index:90;
  top:66px;
  left:0;
  right:0;
  overflow:hidden;
  border:1px solid #50555D;
  border-radius:8px;
  background:rgba(10,12,15,.97);
  box-shadow:var(--shadow);
}
.word-nav-menu a{
  display:grid;
  grid-template-columns:14px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:14px 17px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.word-nav-menu a:last-child{border-bottom:0}
.word-nav-menu a:hover,
.word-nav-menu a:focus-visible{background:#1A1D22;outline:none}
.swatch{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--swatch);
  box-shadow:0 0 10px var(--swatch);
}
.word-nav-menu b{
  font-size:.90rem;
  letter-spacing:.065em;
}
.word-nav-menu small{
  display:block;
  white-space:nowrap;
  text-align:right;
  font-size:.74rem;
  color:#A6ABB2;
}
.word-nav-menu a[href="/"] b{color:#FF4B67}
.word-nav-menu a[href="/scarlet/"] b{color:#FF6A59}
.word-nav-menu a[href="/oxblood/"] b{color:#B84E5F}
.word-nav-menu a[href="/ruby/"] b{color:#FF4F8F}
.word-nav-menu a[href="/carmine/"] b{color:#E05D75}
.word-nav-menu a[href="/terracotta/"] b{color:#E18A6B}
.word-nav-menu a[href="/black-cherry/"] b{color:#D06086}
.word-nav-menu a[href="/crimson/"] b{color:#FF4D72}
.word-nav-menu a[href="/bordeaux/"] b{color:#CA657C}
.word-nav-menu a[href="/mulberry/"] b{color:#E27AB0}

/* Lobby */
.hero{padding:42px 0 74px;text-align:center}
.kicker{
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#C8CBD0;
}
h1{
  margin:14px auto;
  font-size:clamp(2.1rem,5.5vw,4.25rem);
  line-height:1.02;
  letter-spacing:-.045em;
  color:#F1F2F4;
}
.lobby-page .hero h1{
  max-width:980px;
  font-size:clamp(1.85rem,2.55vw,2.2rem);
  line-height:1.22;
  text-wrap:balance;
}
.hero p{
  margin:0 auto;
  max-width:670px;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.6;
}
.lobby-note{
  margin:26px auto 0;
  max-width:680px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(7,9,12,.58);
  color:#AEB3B9;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}

.lobby-note h2{
  margin:0 0 10px;
  color:#F1F2F4;
  font-size:1.15rem;
  line-height:1.3;
}
.lobby-note p{max-width:620px}
@media(max-width:760px){
  .lobby-page .hero h1{font-size:clamp(1.45rem,5.6vw,1.75rem)}
}

/* Room pages */
.room-main{padding:38px 0 68px}
.room-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 12%,var(--accent-soft),transparent 31%),
    linear-gradient(145deg,rgba(28,31,36,.88),rgba(15,17,20,.82));
  box-shadow:var(--shadow);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.crimson-page .room-card{
  background:
    radial-gradient(circle at 88% 12%,var(--accent-soft),transparent 31%),
    linear-gradient(145deg,rgba(24,27,31,.80),rgba(12,14,17,.74));
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.room-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--accent);
  box-shadow:0 0 18px var(--accent);
}
.room-inner{padding:40px}
.room-head{display:block}
.eyebrow,.room-icon{display:none}
.room-title{
  margin:0 0 10px;
  font-size:clamp(2.15rem,5vw,4rem);
  letter-spacing:-.04em;
  color:#ECEEF0;
}
.room-desc{
  max-width:720px;
  margin:0;
  color:#B9BDC3;
  line-height:1.62;
}
.accent-line{
  width:160px;
  height:2px;
  margin-top:18px;
  background:var(--accent);
  box-shadow:0 0 12px var(--accent);
}
.products{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.editorial-feed{margin-top:30px}
.product{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:#17191D;
}
.product img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  background:#111;
}
.product img.product-image-contain{
  object-fit:contain;
  padding:10px;
  background:#111;
}
.product-body{padding:15px}
.product-brand{
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#BDC1C6;
  font-weight:800;
}
.product h3{margin:6px 0 4px;color:#EBEDEF;font-size:1.03rem}
.product p{margin:0;color:#AEB3B9;font-size:.9rem;line-height:1.45}
.product-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-top:14px;
}
.price{font-weight:800}
.product a{border-bottom:1px solid var(--accent);color:#D9DCE0}
.empty{
  grid-column:1/-1;
  padding:24px 20px;
  text-align:center;
  color:#9DA2A9;
  border:1px dashed rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(8,10,12,.23);
}

/* Footer */
footer{
  padding:42px 0 64px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#9499A0;
  background:rgba(5,7,9,.56);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.7fr 1fr;
  gap:28px;
}
footer b{color:#D8DBDF}
footer p{margin:.48rem 0 0;line-height:1.55}
.footer-links{display:grid;gap:6px;margin-top:8px}
.footer-links a{color:#A8ADB4}
.footer-logo{
  display:flex;
  justify-content:center;
  margin:24px auto 0;
  opacity:.68;
}
.footer-logo img{display:block;width:min(112px,30vw);height:auto}



.room-context{
  position:absolute;
  z-index:95;
  top:22px;
  left:max(14px,calc((100vw - 1080px)/2));
  color:#989DA5;
  font-size:.69rem;
  font-weight:800;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
  text-shadow:0 1px 2px rgba(0,0,0,.8);
}

/* Language selector */
.language-switch{
  position:absolute;
  z-index:95;
  top:11px;
  right:max(14px,calc((100vw - 1080px)/2));
  transform:none;
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  background:rgba(7,9,11,.52);
  color:#737981;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.language-switch button{
  appearance:none;
  border:0;
  border-bottom:1px solid transparent;
  padding:2px 1px;
  color:#9DA2A9;
  background:transparent;
  font:800 .69rem/1 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.09em;
  cursor:pointer;
}
.language-switch button:hover,
.language-switch button:focus-visible{
  color:#F0F2F4;
  outline:none;
}
.language-switch button[aria-pressed="true"]{
  color:#FF4B67;
  border-bottom-color:#FF4B67;
  text-shadow:0 0 9px rgba(255,75,103,.42);
}
@media(max-width:900px){
  .room-context{left:14px}
  .language-switch{right:12px}
}

/* Responsive */
@media(max-width:760px){
  body.lobby-page{--page-bg:url('/assets/lobby-bg-mobile.webp')}
  body.scarlet-page{--page-bg:url('/assets/scarlet-bg-mobile.webp')}
  body.oxblood-page{--page-bg:url('/assets/oxblood-bg-mobile.webp')}
  body.black-cherry-page{--page-bg:url('/assets/black-cherry-bg-mobile.webp')}
  body.crimson-page{--page-bg:url('/assets/crimson-bg-mobile.webp')}
  body.carmine-page{--page-bg:url('/assets/carmine-bg-mobile.webp')}
  body.terracotta-page{--page-bg:url('/assets/terracotta-bg-mobile.webp')}
  body.ruby-page{--page-bg:url('/assets/ruby-bg-mobile.jpg')}
  body.mulberry-page{--page-bg:url('/assets/mulberry-bg-mobile.jpg')}
  body.bordeaux-page{--page-bg:url('/assets/bordeaux-bg-mobile.webp')}

  .word-nav-wrap{padding:54px 11px 13px}
  .word-nav summary{
    min-height:56px;
    grid-template-columns:50px max-content 1fr;
    border-radius:9px;
  }
  .lock-bay{border-radius:7px 0 0 7px}
  .word-nav-menu{top:63px;border-radius:8px}
  .word-readout{padding-left:8px;gap:5px}
  .word-readout .label{font-size:1rem}
  .word-readout .current{font-size:1.04rem}
  .word-signal{margin-left:6px;height:25px}
  .word-nav-menu b{font-size:.89rem}
  .word-nav-menu small{font-size:.73rem}

  .hero{padding:36px 0 66px}
  h1{font-size:clamp(2rem,10.8vw,3rem)}
  .hero p{font-size:.97rem}

  .room-main{padding:30px 0 54px}
  .room-card{border-radius:19px}
  .room-inner{padding:30px 24px}
  .room-title{font-size:2.15rem}
  .room-desc{font-size:.96rem}

  .products,.footer-grid{grid-template-columns:1fr}
  .footer-grid{gap:24px}
}

@media(max-width:390px){
  .word-nav summary{grid-template-columns:48px max-content 1fr}
  .word-readout{padding-left:7px;gap:4px}
  .word-readout .label{font-size:.95rem}
  .word-readout .current{font-size:1rem;letter-spacing:.075em}
  .word-signal{margin-left:5px;height:23px}
  .word-nav-menu small{display:block;font-size:.70rem}
}


/* Room symbols */
.room-mark{display:flex;justify-content:center;padding:0 0 56px}
.room-mark img{display:block;width:clamp(88px,10vw,124px);height:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.42))}

/* Legal-age entry */
body.age-gate-open{overflow:hidden}
.age-gate{
  position:fixed;inset:0;z-index:1000;display:grid;place-items:center;overflow:auto;
  padding:max(20px,env(safe-area-inset-top)) 18px max(20px,env(safe-area-inset-bottom));
  background:radial-gradient(circle at 50% 38%,rgba(180,0,31,.18),transparent 38%),#030405
}
.age-panel{
  width:min(470px,100%);padding:20px 28px 30px;text-align:center;
  border:1px solid rgba(255,71,101,.32);border-radius:24px;
  background:linear-gradient(155deg,rgba(24,26,30,.98),rgba(7,8,10,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.72),0 0 32px rgba(200,31,61,.13)
}
.age-languages{display:flex;justify-content:flex-end;align-items:center;gap:7px;color:#656A72}
.age-languages button{
  appearance:none;border:0;border-bottom:1px solid transparent;padding:3px 1px;color:#999EA6;background:transparent;
  font:800 .72rem/1 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.09em;cursor:pointer
}
.age-languages button[aria-pressed="true"]{color:#FF4B67;border-bottom-color:#FF4B67}
.age-lock{display:block;width:min(210px,58vw);height:auto;margin:4px auto 0;border-radius:28px}
.age-panel h1{margin:0 0 12px;font-size:clamp(1.8rem,7vw,2.45rem);letter-spacing:-.035em}
.age-question{margin:0;color:#E2E4E7;font-size:1.1rem;font-weight:720;line-height:1.45}
.age-support{margin:10px auto 0;max-width:380px;color:#9FA4AB;font-size:.9rem;line-height:1.52}
.age-actions{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:24px}
.age-actions button,.age-back{
  min-height:48px;padding:11px 15px;border-radius:12px;
  font:800 .9rem/1.15 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer
}
.age-enter{border:1px solid #F14B68;color:#FFF;background:linear-gradient(180deg,#D62A4A,#A71832);box-shadow:0 0 18px rgba(214,42,74,.24)}
.age-leave,.age-back{border:1px solid rgba(255,255,255,.14);color:#C9CDD2;background:#15181C}
.age-denied p{margin:14px auto 22px;color:#C4C7CC;line-height:1.55}
.age-back{width:100%}
@media(max-width:520px){
  .age-panel{padding:16px 20px 24px;border-radius:20px}
  .age-lock{width:min(184px,52vw)}
  .age-actions{grid-template-columns:1fr}
}


/* Mulberry editorial */
.article-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.article-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(17,19,23,.92);
  box-shadow:0 12px 34px rgba(0,0,0,.20);
}
.article-card > img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#111;
}
.article-card-body{padding:20px}
.article-card h2{
  margin:10px 0 8px;
  color:#F0F1F3;
  font-size:clamp(1.25rem,2.4vw,1.65rem);
  line-height:1.15;
}
.article-card p{
  margin:0;
  color:#ADB2B9;
  line-height:1.55;
}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  align-items:center;
  color:#A7ACB3;
  font-size:.76rem;
  letter-spacing:.04em;
}
.article-meta > *+*::before{
  content:"·";
  margin-right:14px;
  color:#6F747B;
}
.article-category{
  color:var(--display-accent,#E27AB0);
  font-weight:800;
}
.article-featured{
  display:inline-flex;
  margin-bottom:12px;
  padding:5px 9px;
  border:1px solid rgba(226,122,176,.28);
  border-radius:999px;
  background:rgba(197,75,140,.13);
  color:#F0A8CE;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.article-link{
  display:inline-block;
  margin-top:17px;
  padding-bottom:2px;
  border-bottom:1px solid var(--accent);
  color:#E8E9EC;
  font-weight:760;
}
.article-page{
  max-width:800px;
  margin:0 auto;
}
.article-back{
  display:inline-block;
  margin-bottom:26px;
  color:#C8CBD0;
  font-size:.88rem;
}
.article-page header h1{
  margin:10px 0 12px;
  max-width:760px;
  font-size:clamp(2.2rem,6vw,4.35rem);
}
.article-subtitle{
  margin:0;
  max-width:720px;
  color:#BBC0C6;
  font-size:1.08rem;
  line-height:1.6;
}
.article-hero-image{
  margin:30px 0 34px;
}
.article-hero-image img{
  display:block;
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.09);
}
.article-body{
  color:#D2D5D9;
  font-size:1.02rem;
  line-height:1.78;
}
.article-body p{margin:0 0 1.25em}
.article-body h2{
  margin:2em 0 .65em;
  color:#F0F1F3;
  font-size:1.65rem;
}
.article-body h3{
  margin:1.7em 0 .55em;
  color:#E8EAED;
  font-size:1.25rem;
}
.article-body ul{
  margin:.3em 0 1.4em;
  padding-left:1.4em;
}
.article-body li{margin:.38em 0}
.article-body blockquote{
  margin:1.6em 0;
  padding:2px 0 2px 18px;
  border-left:3px solid var(--accent);
  color:#BEC3C9;
}
.article-body a,.article-sources a{
  color:#E9B0CF;
  text-decoration:underline;
  text-decoration-color:rgba(226,122,176,.55);
  text-underline-offset:3px;
}
.article-sources{
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.10);
}
.article-sources h2{
  margin:0 0 12px;
  color:#ECEEF0;
  font-size:1.25rem;
}
.article-sources ul{margin:0;padding-left:1.2em}
.article-sources li{margin:.5em 0;color:#BFC3C8}
@media(max-width:760px){
  .article-grid{grid-template-columns:1fr}
  .article-card-body{padding:18px}
  .article-page header h1{font-size:clamp(2rem,11vw,3.15rem)}
  .article-body{font-size:1rem;line-height:1.72}
}


/* Mulberry editorial content types */
.article-type{
  display:inline-flex;
  margin:0 8px 12px 0;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#C8CCD1;
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.editorial-video{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:16/9;
  margin:30px 0 34px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:#090A0C;
}
.editorial-video iframe{width:100%;height:100%;border:0}
.editorial-action{margin:28px 0}
.editorial-action a,.review-details a{
  display:inline-block;
  padding-bottom:2px;
  border-bottom:1px solid var(--accent);
  color:#ECEEF0;
  font-weight:760;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:30px 0 34px;
}
.gallery-grid figure{
  overflow:hidden;
  margin:0;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:#121419;
}
.gallery-grid img{display:block;width:100%;height:auto}
.gallery-grid figcaption{padding:10px 12px;color:#AEB3B9;font-size:.84rem;line-height:1.45}
.review-details{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  align-items:center;
  margin:28px 0;
  padding:15px 17px;
  border-left:2px solid var(--accent);
  background:rgba(8,10,12,.25);
  color:#C7CBD0;
}
.article-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:30px}
.article-tags span{
  padding:5px 9px;
  border:1px solid rgba(226,122,176,.22);
  border-radius:999px;
  color:#C9CDD2;
  font-size:.72rem;
}
.article-inline-image{
  display:block;
  max-width:100%;
  height:auto;
  margin:18px auto;
  border-radius:14px;
}
.article-body code{
  padding:.12em .34em;
  border-radius:5px;
  background:rgba(255,255,255,.07);
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
}
.article-body hr{border:0;border-top:1px solid rgba(255,255,255,.12);margin:2em 0}
@media(max-width:760px){
  .gallery-grid{grid-template-columns:1fr}
}

/* Bordeaux · Bookshop library */
.bookshop-library{margin-top:32px}
.bookshop-library-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:22px;
}
.bookshop-kicker{
  margin-bottom:7px;
  color:var(--display-accent,#CA657C);
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.bookshop-library h2{
  margin:0;
  color:#ECEEF0;
  font-size:clamp(1.45rem,3vw,2.1rem);
  letter-spacing:-.025em;
}
.bookshop-library-head p{
  max-width:720px;
  margin:9px 0 0;
  color:#B9BDC3;
  line-height:1.55;
}
.bookshop-list-link{
  flex:0 0 auto;
  padding:10px 13px;
  border:1px solid rgba(202,101,124,.46);
  border-radius:10px;
  background:rgba(123,0,44,.18);
  color:#F0DCE2;
  font-size:.82rem;
  font-weight:800;
}
.bookshop-list-link:hover,
.bookshop-list-link:focus-visible{
  border-color:#CA657C;
  background:rgba(123,0,44,.30);
  outline:none;
}
.bookshop-stack{
  display:grid;
  gap:18px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.bookshop-row{
  min-width:0;
  overflow:hidden;
  padding:18px 16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  background:rgba(13,15,18,.82);
  box-shadow:0 10px 28px rgba(0,0,0,.20);
}
.bookshop-row iframe{
  display:block;
  max-width:100% !important;
  margin-inline:auto !important;
  border:0;
}
.bookshop-row > div{
  max-width:100%;
  margin-inline:auto;
}
.bookshop-buy-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%,520px);
  min-height:44px;
  margin:12px auto 0;
  padding:10px 14px;
  border:1px solid rgba(202,101,124,.58);
  border-radius:10px;
  background:rgba(123,0,44,.28);
  color:#F4E7EB;
  font-size:.82rem;
  font-weight:850;
  text-align:center;
}
.bookshop-buy-link:hover,
.bookshop-buy-link:focus-visible{
  border-color:#CA657C;
  background:rgba(123,0,44,.42);
  outline:none;
}
.bookshop-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:24px 0 4px;
}
.bookshop-pagination a,
.bookshop-page-number{
  display:inline-flex;
  min-width:40px;
  min-height:40px;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  background:rgba(13,15,18,.76);
  color:#D9DCE0;
  font-size:.8rem;
  font-weight:800;
}
.bookshop-pagination a:hover,
.bookshop-pagination a:focus-visible{
  border-color:rgba(202,101,124,.62);
  background:rgba(123,0,44,.24);
  outline:none;
}
.bookshop-page-number.is-current{
  border-color:#CA657C;
  background:rgba(123,0,44,.38);
  color:#FFF;
}
.bookshop-pager-prev,
.bookshop-pager-next{min-width:auto !important}
.affiliate-disclosure{
  margin:20px 0 0;
  color:#8F949C;
  font-size:.78rem;
  line-height:1.55;
}
@media(max-width:640px){
  .bookshop-library-head{display:block}
  .bookshop-list-link{display:inline-block;margin-top:14px}
  .bookshop-row{
    padding:16px 10px;
    overflow:hidden;
  }
  /* Bookshop's embedded book card keeps a desktop-oriented minimum layout.
     Give the iframe a wider internal viewport, then scale it back to the
     available mobile width so titles, logo, prices and buttons do not clip. */
  .bookshop-row iframe{
    width:125% !important;
    max-width:none !important;
    zoom:.8;
    margin-inline:0 !important;
  }
  .bordeaux-page .room-inner{padding:24px 14px}
}


.analytics-consent{
  position:fixed;
  z-index:1400;
  left:max(16px,env(safe-area-inset-left));
  right:max(16px,env(safe-area-inset-right));
  bottom:max(16px,env(safe-area-inset-bottom));
  max-width:760px;
  margin:0 auto;
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border:1px solid rgba(243,244,246,.16);
  border-radius:16px;
  background:rgba(10,10,15,.96);
  box-shadow:0 18px 55px rgba(0,0,0,.42);
  color:#F3F4F6;
  backdrop-filter:blur(14px);
}
.analytics-consent-copy{min-width:0}
.analytics-consent-copy strong{display:block;margin-bottom:5px;font-size:.95rem}
.analytics-consent-copy p{margin:0;color:#C8C9CF;font-size:.84rem;line-height:1.45}
.analytics-consent-actions{display:flex;gap:8px;flex:0 0 auto}
.analytics-consent button{
  border-radius:999px;
  padding:9px 13px;
  font:inherit;
  font-size:.82rem;
  cursor:pointer;
}
.analytics-consent-accept{border:1px solid #C81F3D;background:#C81F3D;color:#fff}
.analytics-consent-reject{border:1px solid rgba(243,244,246,.26);background:transparent;color:#F3F4F6}
body.age-gate-open .analytics-consent{display:none}
@media(max-width:680px){
  .analytics-consent{align-items:stretch;flex-direction:column;gap:12px}
  .analytics-consent-actions{width:100%;flex-wrap:wrap}
  .analytics-consent button{flex:1 1 180px}
}


/* Affiliate / referral rooms */
.affiliate-room-note{
  margin:24px 0 0;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.10);
  border-left:2px solid var(--accent);
  border-radius:10px;
  background:rgba(7,9,12,.46);
  color:#AEB3B9;
  font-size:.82rem;
  line-height:1.55;
}
.product-merchant{
  margin-top:3px;
  color:#8F949C;
  font-size:.72rem;
}
.affiliate-offer{
  display:inline-block;
  margin-top:10px;
  padding:5px 8px;
  border:1px solid color-mix(in srgb,var(--accent) 38%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--accent) 12%,transparent);
  color:#E7E9EC;
  font-size:.72rem;
  font-weight:750;
}
.affiliate-coupon{
  margin-top:9px;
  color:#BFC3C8;
  font-size:.78rem;
}


/* Hidden rooms and information pages */
.word-nav-menu a[href="/scarlet/"],
.word-nav-menu a[href="/black-cherry/"],
.word-nav-menu a[href="/crimson/"]{display:none}

.footer-links a{
  width:max-content;
  max-width:100%;
  border-bottom:1px solid transparent;
}
.footer-links a:hover,
.footer-links a:focus-visible{
  color:#E4E6E9;
  border-bottom-color:rgba(200,31,61,.65);
  outline:none;
}

.legal-main{padding:38px 0 72px}
.legal-card{
  max-width:840px;
  margin:0 auto;
  padding:40px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(28,31,36,.92),rgba(15,17,20,.88));
  box-shadow:var(--shadow);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.legal-kicker{
  margin:0 0 10px;
  color:#FF637E;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.legal-card h1{margin:0 0 12px;text-align:left;font-size:clamp(2rem,5vw,3.6rem)}
.legal-updated{margin:0 0 28px;color:#8F949C;font-size:.82rem}
.legal-card h2{margin:30px 0 9px;color:#ECEEF0;font-size:1.22rem}
.legal-card p,.legal-card li{color:#C1C5CA;line-height:1.7}
.legal-card ul{padding-left:1.25rem}
.legal-card a{
  color:#F0B2BE;
  text-decoration:underline;
  text-decoration-color:rgba(240,178,190,.45);
  text-underline-offset:3px;
}
.lang-content{display:none}
html:not([data-language]) .lang-content[data-lang="es"],
html[data-language="es"] .lang-content[data-lang="es"],
html[data-language="en"] .lang-content[data-lang="en"],
html[data-language="pt"] .lang-content[data-lang="pt"]{display:block}
@media(max-width:760px){
  .legal-main{padding:30px 0 54px}
  .legal-card{padding:28px 22px;border-radius:19px}
}


/* Bordeaux thematic collections */
.lang-inline{display:none}
html:not([data-language]) .lang-inline[data-lang="es"],
html[data-language="es"] .lang-inline[data-lang="es"],
html[data-language="en"] .lang-inline[data-lang="en"],
html[data-language="pt"] .lang-inline[data-lang="pt"]{display:block}

.bordeaux-collections{margin-top:32px}
.bordeaux-collections > h2{
  margin:0;
  color:#ECEEF0;
  font-size:clamp(1.5rem,3.2vw,2.25rem);
  letter-spacing:-.025em;
}
.bordeaux-collections-intro,
.collection-page-intro{
  max-width:760px;
  margin:10px 0 0;
  color:#B9BDC3;
  line-height:1.62;
}
.bordeaux-collection-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.bordeaux-collection-card{
  position:relative;
  min-height:154px;
  padding:20px 48px 20px 20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:
    radial-gradient(circle at 90% 12%,rgba(202,101,124,.14),transparent 34%),
    rgba(13,15,18,.80);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.bordeaux-collection-card:hover,
.bordeaux-collection-card:focus-visible{
  border-color:rgba(202,101,124,.60);
  background:
    radial-gradient(circle at 90% 12%,rgba(202,101,124,.22),transparent 34%),
    rgba(18,20,24,.92);
  outline:none;
}
.bordeaux-collection-title{
  color:#F1F2F4;
  font-size:1.12rem;
  font-weight:850;
  letter-spacing:-.01em;
}
.bordeaux-collection-desc{
  margin-top:9px;
  color:#AEB3B9;
  font-size:.88rem;
  line-height:1.5;
}
.bordeaux-collection-arrow{
  position:absolute;
  right:18px;
  bottom:18px;
  color:#CA657C;
  font-size:1.35rem;
}
.bordeaux-library-actions{
  display:flex;
  justify-content:flex-start;
  margin-top:22px;
}
.collection-page-title{
  margin:5px 0 0;
  text-align:left;
  font-size:clamp(2rem,5vw,3.5rem);
}
.bordeaux-category-books{margin-top:26px}
.bordeaux-back{margin-bottom:24px}

@media(max-width:760px){
  .bordeaux-collection-grid{grid-template-columns:1fr}
  .bordeaux-collection-card{min-height:138px}
}

/* Editorial disclosures and long room introductions */
.product-disclosure{margin:12px 0 0;color:#979CA4;font-size:.72rem;line-height:1.45}
.product-curation{
  margin-top:12px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-left:2px solid var(--accent);
  border-radius:10px;
  background:rgba(7,9,12,.38);
}
.product-curation-label{
  margin-bottom:5px;
  color:#DDE0E4;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.04em;
}
.product-curation p{
  margin:0;
  color:#AEB3B9;
  font-size:.78rem;
  line-height:1.48;
}
.product-warranty{
  margin-top:9px!important;
  color:#AEB3B9!important;
  font-size:.74rem!important;
  line-height:1.45!important;
}
.product-warranty strong{color:#D4D7DB}
.product-warranty a{
  color:#F0B2BE;
  border-bottom:1px solid rgba(240,178,190,.4);
}

.room-desc{max-width:760px}
.review-disclosure{margin:22px 0;padding:14px 17px;border-left:2px solid var(--accent);background:rgba(8,10,12,.38);color:#C8CCD1;font-size:.88rem;line-height:1.6}


/* Scarlet editorial catalog */
.scarlet-page .products[data-products]{
  display:block;
  margin-top:26px;
}
.scarlet-method{
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid rgba(255,106,89,.24);
  border-left:3px solid var(--accent);
  border-radius:14px;
  background:rgba(9,11,14,.56);
  color:#C3C7CC;
  font-size:.92rem;
  line-height:1.6;
}
.scarlet-category-nav{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 30px;
}
.scarlet-category-nav a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(13,15,18,.76);
  color:#DDE0E3;
  font-size:.82rem;
  font-weight:750;
}
.scarlet-category-nav a:hover,
.scarlet-category-nav a:focus-visible{
  border-color:rgba(255,106,89,.62);
  outline:none;
}
.scarlet-category-nav span{
  display:inline-grid;
  place-items:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:rgba(255,106,89,.14);
  color:#FF8C7F;
  font-size:.72rem;
}
.product-category{
  scroll-margin-top:145px;
  margin:0 0 44px;
}
.product-category + .product-category{
  padding-top:34px;
  border-top:1px solid rgba(255,255,255,.08);
}
.product-category-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  margin-bottom:18px;
}
.product-category-head h2{
  margin:4px 0 7px;
  color:#F0F1F3;
  font-size:clamp(1.45rem,3vw,2rem);
  letter-spacing:-.025em;
}
.product-category-head p{
  max-width:730px;
  margin:0;
  color:#AEB3B9;
  font-size:.93rem;
  line-height:1.55;
}
.category-kicker{
  color:#FF7767;
  font-size:.64rem;
  font-weight:850;
  letter-spacing:.16em;
}
.category-count{
  display:grid;
  place-items:center;
  min-width:40px;
  height:40px;
  border:1px solid rgba(255,106,89,.35);
  border-radius:50%;
  color:#FF8C7F;
  font-weight:850;
}
.category-products{
  margin-top:0;
}
.product-pick{
  border-color:rgba(255,106,89,.22);
  background:
    linear-gradient(180deg,rgba(255,106,89,.035),transparent 26%),
    #17191D;
}
.safeword-pick{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin:0 0 10px;
}
.safeword-pick span{
  padding:4px 7px;
  border:1px solid rgba(255,106,89,.38);
  border-radius:6px;
  color:#FF8C7F;
  background:rgba(255,106,89,.08);
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.safeword-pick b{
  color:#D9DCE0;
  font-size:.73rem;
  font-weight:750;
}
.product-tech{
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.07);
}
.product-tech strong{
  display:block;
  margin-bottom:4px;
  color:#D9DCE0;
  font-size:.72rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.product-tech p{
  color:#A8ADB4;
  font-size:.82rem;
  line-height:1.46;
}
.product-tech-caveat strong{color:#FFB19F}
.product-category-other{
  opacity:.94;
}
.product-category-other .category-kicker{color:#9EA4AB}
.product-category-other .category-count{
  border-color:rgba(255,255,255,.15);
  color:#B3B8BE;
}
.product-category-other .product{
  border-color:rgba(255,255,255,.07);
}
.scarlet-page .product-bottom .price:empty{display:none}

@media(max-width:760px){
  .scarlet-category-nav{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:5px;
    scrollbar-width:thin;
  }
  .scarlet-category-nav a{white-space:nowrap}
  .product-category-head{
    grid-template-columns:1fr auto;
    align-items:start;
  }
}


/* Shared curated room catalog */
.scarlet-page .products[data-products],
.oxblood-page .products[data-products]{
  display:block;
  margin-top:26px;
}
.room-curation-method{
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-left:3px solid var(--display-accent,var(--accent));
  border-radius:14px;
  background:rgba(9,11,14,.56);
  color:#C3C7CC;
  font-size:.92rem;
  line-height:1.6;
}
.room-category-nav{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 30px;
}
.room-category-nav a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(13,15,18,.76);
  color:#DDE0E3;
  font-size:.82rem;
  font-weight:750;
}
.room-category-nav a:hover,
.room-category-nav a:focus-visible{
  border-color:var(--display-accent,var(--accent));
  outline:none;
}
.room-category-nav span{
  display:inline-grid;
  place-items:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--display-accent,#FF8C7F);
  font-size:.72rem;
}
.room-page .category-kicker{color:var(--display-accent,#FF7767)}
.room-page .category-count{
  border-color:var(--display-accent,#FF7767);
  color:var(--display-accent,#FF8C7F);
}
.room-page .safeword-pick span{
  color:var(--display-accent,#FF8C7F);
  border-color:var(--display-accent,#FF8C7F);
  background:rgba(255,255,255,.035);
}
.oxblood-page .product-pick{
  border-color:rgba(184,78,95,.28);
  background:
    linear-gradient(180deg,rgba(184,78,95,.045),transparent 26%),
    #17191D;
}
.oxblood-page .product-tech-caveat strong{color:#D98A98}
.oxblood-page .product-bottom .price:empty,
.scarlet-page .product-bottom .price:empty{display:none}

@media(max-width:760px){
  .room-category-nav{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:5px;
    scrollbar-width:thin;
  }
  .room-category-nav a{white-space:nowrap}
}


/* Ruby partner subrooms */
.ruby-lobby{
  margin-top:28px;
}
.ruby-lobby-intro{
  max-width:760px;
  margin:0 0 20px;
  color:#B9BEC4;
  line-height:1.65;
}
.ruby-subrooms{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.ruby-subroom{
  display:flex;
  min-height:230px;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  border:1px solid rgba(224,17,95,.24);
  border-radius:18px;
  background:
    radial-gradient(circle at 80% 15%,rgba(224,17,95,.13),transparent 35%),
    linear-gradient(180deg,rgba(255,255,255,.025),transparent),
    #15171A;
  color:#EEF0F2;
}
.ruby-subroom:hover,
.ruby-subroom:focus-visible{
  border-color:rgba(224,17,95,.58);
  transform:translateY(-1px);
  outline:none;
}
.ruby-subroom-kicker{
  color:#F0649A;
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.15em;
}
.ruby-subroom-title{
  margin:10px 0 8px;
  font-size:clamp(1.55rem,3vw,2.15rem);
}
.ruby-subroom-desc{
  margin:0;
  color:#AEB3B9;
  font-size:.91rem;
  line-height:1.55;
}
.ruby-subroom-cta{
  margin-top:20px;
  color:#F29AB9;
  font-size:.82rem;
  font-weight:800;
}
.ruby-lobby-note{
  margin:18px 0 0;
  color:#8F959C;
  font-size:.82rem;
  line-height:1.55;
}
.ruby-subroom-page .ruby-back{
  display:inline-flex;
  margin:0 0 18px;
  color:#F29AB9;
  font-size:.83rem;
  font-weight:800;
}
.ruby-subroom-page .products[data-products]{
  margin-top:24px;
}
.ruby-subroom-page .affiliate-room-note{
  margin-top:18px;
}

@media(max-width:800px){
  .ruby-subrooms{grid-template-columns:1fr}
  .ruby-subroom{min-height:190px}
}
