:root {
	--bg: #12141a;
	--bg-2: #1b1e26;
	--bg-3: #252833;
	--pink: #f869b4;
	--pink-2: #ff8ac6;
	--cream: #f3eef2;
	--mute: #a39aa3;
	--line: rgba(243, 238, 242, 0.1);
	--font-d: "Cormorant Garamond", Georgia, serif;
	--font-b: "Outfit", system-ui, sans-serif;
	--pad: max(12px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px), 2.4vw);
	--pad-right: max(12px, env(safe-area-inset-right, 0px), 2.4vw);
	--content: 1480px;
	--dock: 64px;
	--safe: env(safe-area-inset-bottom, 0px);
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--cream); font-family: var(--font-b); font-weight: 300; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; width: 100%; }
body {
	padding-bottom: calc(var(--dock) + var(--safe) + 8px); min-height: 100dvh;
	overflow-x: hidden; width: 100%; max-width: 100%; overscroll-behavior-x: none;
	position: relative;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--font-d); font-weight: 500; line-height: 1.08; margin: 0 0 .35em; }
h1 { font-size: clamp(1.9rem, 6vw, 4.4rem); }
.script { font-family: "Great Vibes", "Segoe Script", cursive; font-weight: 400; line-height: 1.15; }
h2 { font-size: clamp(1.4rem, 3.2vw, 2.4rem); }
.wrap { width: 100%; padding-inline: var(--pad); margin-inline: auto; }
.kicker { font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; color: var(--pink); margin: 0 0 .55rem; }
.btn {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 48px; padding: 0 1.15rem; background: var(--pink); color: #fff; border: 0;
	letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; font-weight: 500; cursor: pointer;
	border-radius: 2px;
}
.btn:hover { background: var(--pink-2); }
.btn-lg { min-height: 56px; width: 100%; font-size: .85rem; }
.btn-ghost { background: transparent; border: 1px solid var(--cream); color: var(--cream); }
.btn-block { width: 100%; }
.iconbtn { background: none; border: 0; color: var(--cream); cursor: pointer; font-size: 1.2rem; min-width: 44px; min-height: 44px; }
.muted { color: var(--mute); }

.age { position: fixed; inset: 0; background: rgba(8,8,12,.94); z-index: 90; display: none; place-items: center; padding: 1.4rem; padding-bottom: calc(1.4rem + var(--safe)); }
.age.is-on { display: grid; }
.age-panel { width: min(440px, 100%); background: var(--bg-2); padding: 1.6rem 1.3rem 1.4rem; border: 1px solid var(--line); text-align: center; display: flex; flex-direction: column; align-items: center; }
.age-logo { width: min(200px, 70%); margin: 0 auto 1rem; }
.age-actions { display: flex; flex-direction: column; gap: .7rem; width: 100%; margin-top: 1.1rem; }

.ticker { overflow: hidden; background: #0c0e12; border-bottom: 1px solid var(--line); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.ticker-track { display: flex; gap: 3rem; width: max-content; animation: tick 28s linear infinite; padding: .4rem 0; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.header { position: sticky; top: 0; z-index: 40; background: rgba(18,20,26,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-bar {
	display: flex; align-items: center; justify-content: space-between; gap: .75rem;
	width: 100%; max-width: 100%; padding: .4rem var(--pad); min-height: 58px;
}
.logo { display: flex; align-items: center; flex: 0 0 auto; }
.logo img { height: 40px; width: auto; max-width: min(42vw, 180px); object-fit: contain; }
.nav-shop {
	display: inline-flex; align-items: center; letter-spacing: .16em; text-transform: uppercase;
	font-size: .72rem; padding: 0 .55rem; min-height: 44px; white-space: nowrap;
}
.nav { display: none !important; }
.tools { display: flex; align-items: center; gap: .05rem; margin-left: auto; flex: 0 0 auto; }
.header .bag { display: none; }
.bag-count { display: inline-flex; min-width: 1.15rem; height: 1.15rem; border-radius: 99px; background: var(--pink); color: #fff; font-size: .65rem; align-items: center; justify-content: center; margin-left: .2rem; }
.search-bar { border-top: 1px solid var(--line); padding: .7rem var(--pad) calc(.7rem + var(--safe)); background: var(--bg); }
.search-bar form { display: flex; gap: .5rem; width: 100%; }
.search-bar input { flex: 1; background: var(--bg-2); border: 1px solid var(--line); padding: .85rem .9rem; min-height: 48px; border-radius: 2px; }
.veil { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 50; }
.veil[hidden] { display: none !important; }

.hero {
	min-height: 72vh;
	display: flex; align-items: end;
	padding: 2.2rem 0 1.8rem;
	position: relative;
	overflow: hidden;
	background: #12141a;
}
.hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.hero-veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(12,14,18,.2), rgba(12,14,18,.82));
	pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
	.hero-video { display: none; }
	.hero { background: url("/image/catalog/hero-room.jpg") center/cover no-repeat, #12141a; }
}
.hero p.lede { max-width: 28rem; color: #d8d0d4; font-size: 1.05rem; }
.hero-cta { display: flex; gap: .55rem; margin-top: 1.2rem; flex-wrap: wrap; }
.hero-cta .btn { min-width: 140px; }

body.is-home .header { background: rgba(18,20,26,.92); }
body.is-home .depts { display: flex; }
body.is-home .hero { min-height: 72vh; }
body.is-home .hero .wrap { max-width: 42rem; padding-bottom: 0; }
body.is-home .hero h1 {
	font-size: clamp(2.4rem, 7vw + 1rem, 5.4rem);
	letter-spacing: 0;
	margin: 0 0 .25em;
	overflow-wrap: anywhere;
	text-wrap: balance;
}
body.is-home /* footer shown */

.brands { display: flex; gap: 1.1rem; overflow-x: auto; -webkit-overflow-scrolling: touch; align-items: center; padding: .2rem 0 1rem; scrollbar-width: none; }
.brands::-webkit-scrollbar { display: none; }
.brands img { height: 36px; width: auto; max-width: 96px; object-fit: contain; filter: grayscale(1) brightness(1.4); opacity: .85; flex: 0 0 auto; }

.section { padding: 1.5rem 0; }
.head-row { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1rem; }
.cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.cat { position: relative; min-height: 120px; overflow: hidden; background: var(--bg-2); display: flex; align-items: end; }
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.cat span { position: relative; padding: .75rem; font-family: var(--font-d); font-size: 1.15rem; text-shadow: 0 1px 8px #000; }
.cat small { display: block; font-family: var(--font-b); font-size: .7rem; color: var(--mute); letter-spacing: 0; text-transform: none; }

.chips { display: flex; gap: .45rem; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0 0 .9rem; scrollbar-width: none; max-width: 100%; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; background: var(--bg-2); border: 1px solid var(--line); color: var(--cream); padding: .55rem .85rem; min-height: 40px; font-size: .82rem; border-radius: 99px; }
.chip.on { background: var(--pink); border-color: var(--pink); color: #fff; }

.toolbar { display: flex; gap: .5rem; align-items: center; margin: .4rem 0 1rem; flex-wrap: wrap; }
.toolbar select, .toolbar button {
	background: var(--bg-2); border: 1px solid var(--line); min-height: 44px; padding: 0 .8rem; cursor: pointer;
}
.toolbar button.on { border-color: var(--pink); color: var(--pink); }

.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.card { background: var(--bg-2); display: flex; flex-direction: column; min-height: 100%; position: relative; }
.card-img { aspect-ratio: 1; background: #0e1016; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: .65rem .65rem .8rem; display: flex; flex-direction: column; gap: .28rem; flex: 1; }
.card-body h3 { font-size: .95rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.price { color: var(--pink); font-weight: 500; }
.price s { color: var(--mute); margin-right: .35rem; font-weight: 300; }
.quickadd {
	margin-top: auto; min-height: 40px; background: transparent; border: 1px solid var(--pink); color: var(--pink);
	text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; cursor: pointer;
}

.layout { display: block; }
.side { display: none; }
.pager { display: flex; gap: .5rem; justify-content: center; margin-top: 1.3rem; flex-wrap: wrap; align-items: center; }
.pager button { background: var(--bg-2); border: 1px solid var(--line); color: var(--cream); min-width: 48px; min-height: 44px; cursor: pointer; }
.pager button.on { background: var(--pink); border-color: var(--pink); }

.pdp { display: grid; gap: 1.1rem; }
.gallery { display: grid; gap: .45rem; }
.gallery-main { background: #0e1016; aspect-ratio: 1; }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.thumbs { display: flex; gap: .4rem; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.thumbs img { width: 68px; height: 68px; object-fit: cover; background: var(--bg-2); cursor: pointer; opacity: .7; flex: 0 0 auto; }
.thumbs img.on { opacity: 1; outline: 2px solid var(--pink); }
.pdp-copy .sku { color: var(--mute); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.qtyrow { display: flex; gap: .5rem; align-items: center; }
.stepper { display: flex; border: 1px solid var(--line); }
.stepper button { min-width: 44px; min-height: 44px; background: var(--bg-2); border: 0; cursor: pointer; }
.stepper input { width: 52px; background: var(--bg); border: 0; text-align: center; }
.desc { color: var(--mute); white-space: pre-wrap; margin-top: .9rem; font-size: .95rem; }
.buybar {
	position: sticky; bottom: calc(var(--dock) + var(--safe)); z-index: 30;
	display: flex; gap: .5rem; align-items: center;
	background: rgba(18,20,26,.96); border-top: 1px solid var(--line);
	padding: .65rem var(--pad); margin: 1rem calc(var(--pad) * -1) 0;
}
.buybar .btn { flex: 1; }

.bag-table { display: grid; gap: .7rem; }
.bag-row { display: grid; grid-template-columns: 84px 1fr; gap: .7rem; background: var(--bg-2); padding: .65rem; }
.bag-row img { width: 84px; height: 84px; object-fit: cover; background: #0e1016; }
.bag-actions { display: flex; align-items: center; justify-content: space-between; margin-top: .45rem; gap: .4rem; }
.total { font-size: 1.5rem; margin: 1rem 0 .6rem; }
.call { display: block; text-align: center; }

.journal-grid { display: grid; gap: 1.1rem; margin-top: 1.2rem; }
.journal-card { display: grid; gap: .7rem; background: var(--bg-2); }
.journal-img { aspect-ratio: 16/9; background: #0e1016; overflow: hidden; }
.journal-img img { width: 100%; height: 100%; object-fit: cover; }
.journal-body { padding: 0 .9rem 1rem; }
.journal-body h3 { font-size: 1.35rem; margin: .2rem 0 .4rem; }
.article { max-width: 720px; }
.article > h1 { font-size: clamp(2rem, 6vw, 3.2rem); margin: .35rem 0 .6rem; }
.article-hero { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #0e1016; margin: .4rem 0 1.6rem; border-radius: 2px; }
.article-html { color: #ddd6d1; font-size: 1.08rem; line-height: 1.75; }
.article-html p { margin: 0 0 1.15rem; }
.article-html p:first-of-type { font-size: 1.16rem; color: var(--cream); }
.article-html h2, .article-html h3 { font-family: var(--font-d); font-size: 1.55rem; color: var(--cream); margin: 1.8rem 0 .65rem; }
.article-html img { max-width: 100%; height: auto; margin: .8rem 0; }
.article-html a { color: var(--pink); }
.article-html table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: .95rem; }
.article-html th, .article-html td { border-bottom: 1px solid var(--line); padding: .55rem .4rem; text-align: left; }
.foot-links { margin-top: .8rem; }
.foot-links a { color: var(--cream); }
.news-form { display: flex; gap: .4rem; margin: .7rem 0; flex-wrap: wrap; }
.news-form input { flex: 1; min-width: 180px; background: var(--bg-2); border: 1px solid var(--line); padding: .7rem .8rem; }
.account { max-width: 420px; }
.account form { display: grid; gap: .7rem; margin-top: 1rem; }
.account input { background: var(--bg-2); border: 1px solid var(--line); padding: .75rem .85rem; min-height: 46px; }
.account label.check { display: flex; gap: .55rem; align-items: flex-start; font-size: .92rem; color: var(--mute); }
.account .tabs { display: flex; gap: .6rem; margin: .6rem 0 0; }
.account .err { color: #ff8aa0; min-height: 1.2em; }
.article-shot { margin: 1.5rem 0 1.7rem; }
.article-shot img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #0e1016; display: block; }

.footer { border-top: 1px solid var(--line); padding: 1.6rem 0 1.2rem; color: var(--mute); margin-top: 1.4rem; }
.footer-grid { display: grid; gap: 1.1rem; }
.empty { padding: 2.4rem 0; color: var(--mute); }

.dock {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
	display: grid; grid-template-columns: repeat(4, 1fr);
	background: #0e1016; border-top: 1px solid var(--line);
	padding: .25rem 0 var(--safe);
	min-height: calc(var(--dock) + var(--safe));
}
.dock a, .dock button {
	background: none; border: 0; color: var(--mute); min-height: 52px;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: .1rem; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
}
.dock a.on, .dock button.on { color: var(--pink); }

@media (min-width: 700px) {
	.cats { grid-template-columns: repeat(3, 1fr); gap: .85rem; }
	.cat { min-height: 160px; }
	.grid { grid-template-columns: repeat(3, 1fr); gap: .85rem; }
	.journal-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
	body { padding-bottom: 0; }
	.dock { display: none; }
	.header-bar { min-height: 70px; }
	.logo img { height: 48px; max-width: 220px; }
	.header .bag { display: inline-flex; align-items: center; min-width: auto; padding: 0 .45rem; }
	.hero { min-height: 86vh; padding: 5rem 0 3.2rem; align-items: end; }
	body.is-home .hero-veil { background: linear-gradient(180deg, rgba(12,14,18,.25), rgba(12,14,18,.78)); }
	.hero-cta .btn { flex: 0 0 auto; min-width: 160px; }
	body.is-home .hero { min-height: 100svh; padding: 0 0 4.5rem; align-items: center; }
	body.is-home { padding-bottom: 0; }
	.cats { grid-template-columns: repeat(4, 1fr); }
	.cat { min-height: 180px; }
	.grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
	.pdp { grid-template-columns: 1.05fr .95fr; gap: 2.2rem; align-items: start; }
	.buybar { position: static; margin: 1rem 0 0; padding: 0; background: none; border: 0; }
	.bag-row { grid-template-columns: 96px 1fr auto; align-items: center; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.search-bar { padding-bottom: .7rem; }
	.section > .wrap { max-width: var(--content); }
}

@media (min-width: 1200px) {
	.layout { display: grid; grid-template-columns: 220px 1fr; gap: 1.8rem; align-items: start; }
	.side { display: block; background: var(--bg-2); padding: 1rem; position: sticky; top: 88px; }
	.side a { display: block; padding: .55rem 0; color: var(--mute); border-bottom: 1px solid var(--line); }
	.side a.on, .side a:hover { color: var(--cream); }
	.cats { grid-template-columns: repeat(4, 1fr); }
	.grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1600px) {
	.cats { grid-template-columns: repeat(5, 1fr); }
	.grid { grid-template-columns: repeat(5, 1fr); }
	.cat { min-height: 200px; }
}

@media (max-height: 520px) and (orientation: landscape) {
	body.is-home .hero { min-height: 100svh; padding-bottom: 1rem; }
	body.is-home .hero h1 { font-size: clamp(1.8rem, 10vh, 3.2rem); }
	.dock { min-height: 48px; }
	.header-bar { min-height: 50px; }
}

.size-row { margin: 1rem 0 .2rem; }
.size-one { margin: .85rem 0 .2rem; letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; }
.sizes { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .35rem; }
.size-chip {
  min-width: 48px; min-height: 44px; padding: 0 .85rem;
  border: 1px solid var(--line); background: var(--bg-2);
  cursor: pointer; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem;
}
.size-chip.on { border-color: var(--pink); background: var(--pink); color: #fff; }

.color-chip { display: inline-flex; align-items: center; gap: .4rem; text-transform: none; letter-spacing: .04em; }
.swatch { width: 16px; height: 16px; border-radius: 99px; border: 1px solid rgba(255,255,255,.35); flex: 0 0 16px; }
.size-chip.color-chip.on .swatch { border-color: #fff; }

.card-opts { display: flex; flex-wrap: wrap; gap: .3rem; margin: .45rem 0 .35rem; }
.card .size-chip { min-height: 34px; min-width: 36px; padding: 0 .55rem; font-size: .68rem; }
.card .color-chip .chip-lab { max-width: 4.8rem; overflow: hidden; text-overflow: ellipsis; }
.card-size { margin: .35rem 0 .15rem; font-size: .72rem; color: var(--mute); letter-spacing: .04em; text-transform: uppercase; }
.card-pic { width: 100%; height: 100%; object-fit: cover; }

.opt-box {
  margin: 1rem 0;
  padding: .85rem .9rem .75rem;
  border: 2px solid var(--pink);
  background: rgba(18,20,26,.95);
  border-radius: 8px;
}
.card-opt-box { margin: .55rem 0; padding: .65rem .7rem; }
.opt-label {
  display: block;
  color: var(--pink);
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .45rem;
  font-weight: 600;
}
.opt-select {
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 0 0 .65rem;
  padding: 0 .85rem;
  border: 2px solid #fff;
  background: #0b0d12;
  color: #fff;
  font-size: 1.05rem;
  border-radius: 4px;
}
.opt-box .sizes, .opt-box .card-opts { display: flex; flex-wrap: wrap; gap: .4rem; }
.size-chip { position: relative; overflow: hidden; min-width: 56px; min-height: 48px; font-size: .9rem; }
.size-chip.oos { color: #bbb; }
.size-chip .oos-x {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #e2233a; font-size: 1.7rem; font-weight: 800;
  pointer-events: none; text-shadow: 0 0 6px #000;
  line-height: 1;
}

/* option chips — dark/pink, circles for colour, compact sizes */
button.size-chip, button.color-dot, select.opt-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: var(--bg-3) !important;
  color: var(--cream) !important;
}
button.size-chip.on {
  background: var(--pink) !important;
  color: #12141a !important;
}
.opt-box {
  margin: .9rem 0;
  padding: .75rem .8rem .7rem;
  border: 1px solid var(--line);
  background: var(--bg-2);
  border-radius: 10px;
}
.card-opt-box { margin: .5rem 0 .35rem; padding: .55rem .6rem; }
.opt-label {
  display: block;
  color: var(--pink);
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-weight: 500;
}
.opt-select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0 0 .55rem;
  padding: 0 .8rem;
  border: 1px solid var(--pink);
  background: var(--bg-3);
  color: var(--cream);
  font-size: .95rem;
  border-radius: 8px;
}
.opt-select option { background: #1b1e26; color: #f3eef2; }
.opt-box .sizes, .opt-box .card-opts, .card-opts {
  display: flex; flex-wrap: wrap; gap: .4rem; align-items: center;
}
.size-chip {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  min-width: 40px;
  min-height: 40px;
  padding: 0 .55rem;
  border: 1px solid var(--pink);
  background: var(--bg-3);
  color: var(--cream);
  border-radius: 8px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
}
.size-chip.on {
  background: var(--pink);
  border-color: var(--pink);
  color: #12141a;
}
.size-chip.oos { color: var(--cream); }
.size-chip .oos-x, .color-dot .oos-x {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #ff3b5c; font-size: 1.35rem; font-weight: 800;
  pointer-events: none; line-height: 1;
  text-shadow: 0 0 4px #12141a;
}
.color-dot {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 2px solid var(--line);
  background: var(--bg-3);
  border-radius: 99px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.color-dot .swatch {
  width: 22px;
  height: 22px;
  border-radius: 99px;
  border: 1px solid rgba(243,238,242,.25);
  display: block;
}
.color-dot.on {
  border-color: var(--pink);
  box-shadow: 0 0 0 2px rgba(248,105,180,.35);
}
.color-dot.oos { opacity: .85; }
.card .size-chip { min-width: 36px; min-height: 36px; font-size: .72rem; }
.card .color-dot { width: 28px; height: 28px; }
.card .color-dot .swatch { width: 18px; height: 18px; }
.size-one { margin: .5rem 0; color: var(--mute); font-size: .8rem; }

.btn-oos, .quickadd.oos, .quickadd[disabled] {
  opacity: .45;
  cursor: not-allowed;
  border-color: var(--mute) !important;
  color: var(--mute) !important;
  background: transparent !important;
}

button.size-chip {
  border: 1px solid var(--line) !important;
  background: var(--bg-3) !important;
  color: var(--cream) !important;
}
button.size-chip.on {
  border: 1px solid var(--pink) !important;
  background: var(--pink) !important;
  color: #12141a !important;
}
button.color-dot {
  border: 2px solid var(--line) !important;
}
button.color-dot.on {
  border-color: var(--pink) !important;
  box-shadow: 0 0 0 2px rgba(248,105,180,.35);
}

.filters { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.filters .opt-label { margin-top: .85rem; }
.filters .opt-label:first-child { margin-top: 0; }
.filt-price {
  appearance: none; background: var(--bg-3); color: var(--cream);
  border: 1px solid var(--line); min-height: 34px; padding: 0 .65rem;
  border-radius: 8px; cursor: pointer; font-size: .75rem;
}
.filt-price.on { border-color: var(--pink); color: #12141a; background: var(--pink); }
.filt-clear {
  margin-top: .8rem; background: transparent; color: var(--pink);
  border: 1px solid var(--pink); min-height: 40px; padding: 0 .8rem;
  border-radius: 8px; cursor: pointer; width: 100%;
}
.price-opts { flex-direction: column; align-items: stretch; }
.price-opts .filt-price { width: 100%; text-align: left; }
@media (max-width: 840px) {
  .filters { display: grid; grid-template-columns: 1fr; }
}

/* —— polish —— */
.side { display: block; margin-bottom: 1.25rem; }
@media (min-width: 960px) {
  .layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 2rem; align-items: start; }
  .side { position: sticky; top: 5.2rem; margin-bottom: 0; }
}
.cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
@media (min-width: 720px) { .cats { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
@media (min-width: 1100px) { .cats { grid-template-columns: repeat(4, 1fr); } }
.cat {
  position: relative; min-height: 160px; overflow: hidden;
  background: var(--bg-2); display: flex; align-items: end;
  border-radius: 14px; box-shadow: 0 10px 28px rgba(0,0,0,.28);
  transform: translateZ(0); transition: transform .25s ease, box-shadow .25s ease;
}
.cat:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.4); }
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform .45s ease; }
.cat:hover img { transform: scale(1.1); }
.cat::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(12,10,16,.88) 100%);
}
.cat span { position: relative; z-index: 1; padding: .9rem 1rem; font-family: var(--font-d); font-size: 1.25rem; }
.cat small { display: block; font-family: var(--font-b); font-size: .68rem; color: var(--mute); letter-spacing: .12em; text-transform: uppercase; margin-top: .2rem; }

.grid { gap: .85rem; }
@media (min-width: 720px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
@media (min-width: 1100px) { .grid { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: var(--bg-2); border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
  transition: transform .22s ease, box-shadow .22s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,.38); }
.card-img { aspect-ratio: 1; background: #0c0e14; overflow: hidden; }
.card-img img, .card-pic { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-img img, .card:hover .card-pic { transform: scale(1.06); }
.card-body { padding: .8rem .8rem .9rem; }
.card-body h3 { font-family: var(--font-d); font-size: 1.05rem; margin: 0 0 .35rem; line-height: 1.25; }

.btn { box-shadow: 0 8px 18px rgba(248,105,180,.22); transition: transform .15s ease, box-shadow .15s ease, filter .15s ease; }
.btn:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(248,105,180,.32); }
.quickadd { border-radius: 8px; }

.header { box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.hero { min-height: 78vh; }
.hero-veil { background: linear-gradient(180deg, rgba(18,20,26,.15), rgba(18,20,26,.72) 70%, #12141a); }

.pdp { gap: 1.4rem; }
@media (min-width: 900px) {
  .pdp { grid-template-columns: 1.05fr .95fr; gap: 2.2rem; align-items: start; }
}
.gallery-main { border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,.35); background: #0c0e14; }
.thumbs img { border-radius: 8px; transition: opacity .15s ease, outline .15s ease; }

.opt-box { border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(243,238,242,.04); }
.size-chip { transition: background .15s ease, border-color .15s ease, color .15s ease, transform .12s ease; }
.size-chip:hover { transform: translateY(-1px); }
.color-dot { transition: transform .12s ease, box-shadow .15s ease, border-color .15s ease; }
.color-dot:hover { transform: scale(1.08); }

.section h1 { letter-spacing: -.02em; }
.footer { border-top: 1px solid var(--line); }

/* —— rooms (not tiles) —— */
.rooms { display: flex; flex-direction: column; gap: 1.4rem; margin-top: 1.4rem; }
.rooms-heading { font-family: var(--font-d); font-size: clamp(2rem, 5vw, 3.2rem); margin: .2rem 0 0; font-weight: 500; }
.room {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-2);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.32);
  min-height: 0;
}
@media (min-width: 820px) {
  .room { grid-template-columns: 1.15fr .85fr; min-height: 340px; }
  .room.is-flip { grid-template-columns: .85fr 1.15fr; }
  .room.is-flip .room-media { order: 2; }
  .room.is-flip .room-copy { order: 1; }
}
.room-media {
  display: block; min-height: 220px; background: #0c0e14; overflow: hidden; position: relative;
}
.room-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  min-height: 220px; max-height: 420px;
  transform: scale(1.04); transition: transform .6s ease;
}
@media (min-width: 820px) {
  .room-media, .room-media img { min-height: 340px; max-height: none; height: 100%; position: absolute; inset: 0; }
  .room-media { position: relative; }
}
.room:hover .room-media img { transform: scale(1.08); }
.room-copy {
  padding: 1.35rem 1.3rem 1.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
.room-copy h2 { font-family: var(--font-d); font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin: .15rem 0 .35rem; font-weight: 500; line-height: 1.1; }
.room-copy h2 a { color: inherit; }
.room-count { color: var(--mute); letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; margin: 0 0 1rem; }
.room-kids { display: flex; flex-wrap: wrap; gap: .45rem .8rem; margin-bottom: 1.1rem; }
.room-kids a {
  color: var(--cream); font-size: .86rem; opacity: .78; border-bottom: 1px solid transparent;
}
.room-kids a:hover { opacity: 1; color: var(--pink); border-bottom-color: var(--pink); }
.room-go {
  align-self: flex-start;
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 0 1.1rem;
  border: 1px solid var(--pink); color: var(--pink);
  letter-spacing: .16em; text-transform: uppercase; font-size: .68rem; font-weight: 500;
  border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.room-go:hover { background: var(--pink); color: #12141a; }
.rooms-home { padding-top: .4rem; }
.rooms-page h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); }

/* —— directory index —— */
.dex {
  display: grid;
  gap: 0;
  margin-top: 1.6rem;
}
@media (min-width: 900px) {
  .dex {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 46%);
    grid-template-rows: auto;
    column-gap: 2.5rem;
    align-items: start;
    min-height: 62vh;
  }
  .dex-item { grid-column: 1; }
  .dex-panel {
    grid-column: 2;
    grid-row: 1 / span 20;
    position: sticky; top: 5.4rem;
  }
}
.dex-item {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line);
  color: var(--cream); text-align: left; cursor: pointer;
  padding: .85rem 0; min-height: 0;
  appearance: none;
}
.dex-name {
  font-family: var(--font-d); font-size: clamp(1.7rem, 4.2vw, 3.4rem);
  font-weight: 500; line-height: 1.05; letter-spacing: -.03em;
  color: var(--mute); transition: color .18s ease;
}
.dex-item.is-on .dex-name, .dex-item:hover .dex-name { color: var(--cream); }
.dex-n {
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); flex: 0 0 auto;
}
.dex-item.is-on .dex-n { color: var(--pink); }
.dex-panel { padding: 1rem 0 1.4rem; }
.dex-shot {
  display: block; overflow: hidden; border-radius: 16px;
  background: #0c0e14; aspect-ratio: 4 / 5;
  box-shadow: 0 22px 50px rgba(0,0,0,.4);
}
.dex-shot img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.03); transition: transform .7s ease;
}
.dex-panel:not([hidden]) .dex-shot img { transform: scale(1.06); }
.dex-kids { display: flex; flex-wrap: wrap; gap: .4rem .85rem; margin: 1rem 0 .9rem; }
.dex-kids a { color: var(--mute); font-size: .88rem; }
.dex-kids a:hover { color: var(--pink); }
.dex-panel .room-go { margin-top: .2rem; }
@media (max-width: 899px) {
  .dex-panel[hidden] { display: none; }
  .dex-shot { aspect-ratio: 16 / 10; max-height: 280px; }
}
@media (min-width: 900px) {
  .dex-panel[hidden] { display: none; }
}
.dex-home { margin-top: 1.2rem; }
.rooms { display: none; }

/* —— storefront bar (Lovehoney bones, YPR skin) —— */
.promo {
  background: var(--pink); color: #12141a;
  text-align: center; font-size: .78rem; font-weight: 600;
  letter-spacing: .04em; padding: .45rem var(--pad);
}
.header { background: #16181f; }
.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: .65rem var(--pad);
  min-height: 72px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.logo img { height: 48px; max-width: 200px; }
.header-search {
  display: flex; align-items: center; gap: 0;
  max-width: 560px; width: 100%; justify-self: center;
}
.header-search input {
  flex: 1; min-height: 44px; border-radius: 999px 0 0 999px;
  border: 1px solid var(--line); border-right: 0;
  background: var(--bg-3); color: var(--cream);
  padding: 0 1rem; font-size: .9rem;
}
.header-search input::placeholder { color: var(--mute); }
.search-go {
  min-height: 44px; padding: 0 1.1rem;
  border-radius: 0 999px 999px 0; border: 0;
  background: var(--pink); color: #12141a;
  letter-spacing: .12em; text-transform: uppercase; font-size: .68rem; font-weight: 600;
  cursor: pointer;
}
.header .bag { display: inline-flex !important; }
.depts {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  border-top: 1px solid var(--line);
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.depts::-webkit-scrollbar { display: none; }
.depts a {
  flex: 1 1 0;
  text-align: center;
  padding: .9rem .4rem .75rem;
  font-size: .82rem; font-weight: 500;
  color: var(--cream); letter-spacing: .04em;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.depts a:hover { color: var(--pink); }
.depts a.on { color: var(--pink); border-bottom-color: var(--pink); }
.crumbs { font-size: .82rem; color: var(--mute); margin-bottom: 1.1rem; }
.crumbs a { color: var(--mute); text-decoration: underline; text-underline-offset: 3px; }
.crumbs span { margin: 0 .35rem; opacity: .5; }
.cat-title {
  font-family: var(--font-b); font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -.03em; margin: 0 0 .7rem;
}
.cat-intro {
  max-width: 46rem; color: var(--mute); font-size: .98rem; line-height: 1.55;
  margin: 0 0 1.2rem;
}
.subcats {
  display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 1.1rem;
}
.subcats a {
  border: 1px solid var(--line); border-radius: 999px;
  padding: .4rem .85rem; font-size: .8rem; color: var(--cream);
  background: var(--bg-2);
}
.subcats a:hover { border-color: var(--pink); color: var(--pink); }
.cat-count { margin-bottom: .6rem; }
.listing { min-width: 0; }
@media (max-width: 800px) {
  .header-bar { grid-template-columns: auto auto; }
  .header-search { display: none; }
  .logo img { height: 40px; }
}

/* —— homepage blocks —— */
.hero-copy { position: relative; z-index: 1; padding-bottom: 2.4rem; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.1rem; }
.hero-pills a {
  border: 1px solid rgba(243,238,242,.35); color: var(--cream);
  border-radius: 999px; padding: .45rem .9rem; font-size: .8rem;
  background: rgba(18,20,26,.35); backdrop-filter: blur(8px);
}
.hero-pills a:hover { border-color: var(--pink); color: var(--pink); }
.promo-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .75rem;
}
@media (min-width: 900px) { .promo-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.promo-card {
  background: var(--bg-2); border-radius: 16px; padding: 1.2rem 1.1rem 1.15rem;
  min-height: 180px; display: flex; flex-direction: column; justify-content: end;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(0,0,0,.35); }
.promo-card h3 { font-family: var(--font-d); font-size: 1.45rem; margin: .35rem 0 .25rem; font-weight: 500; }
.promo-card p { color: var(--mute); font-size: .88rem; margin: 0 0 .8rem; }
.promo-card span { color: var(--pink); letter-spacing: .14em; text-transform: uppercase; font-size: .68rem; }
.icn { color: var(--pink); font-size: 1.2rem; }
.icon-cats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem .4rem;
  text-align: center;
}
@media (min-width: 800px) { .icon-cats { grid-template-columns: repeat(8, 1fr); } }
.icon-cats a {
  display: flex; flex-direction: column; align-items: center; gap: .45rem;
  font-size: .72rem; color: var(--cream); letter-spacing: .04em;
}
.icon-cats i {
  width: 56px; height: 56px; border-radius: 99px;
  background: var(--bg-2); border: 1px solid var(--line);
  box-shadow: 0 8px 16px rgba(0,0,0,.2);
  display: block;
  background-image: radial-gradient(circle at 30% 30%, rgba(248,105,180,.35), transparent 60%);
}
.icon-cats a:hover i { border-color: var(--pink); }
.gift-bar {
  background: var(--pink); color: #12141a; padding: 1.1rem var(--pad);
  text-align: center;
}
.gift-bar .wrap { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; justify-content: center; }
.gift-bar p { margin: 0; font-weight: 600; }
.gift-bar .room-go { border-color: #12141a; color: #12141a; }
.gift-bar .room-go:hover { background: #12141a; color: var(--pink); }
.block-title { font-family: var(--font-d); font-size: clamp(1.6rem, 3vw, 2.2rem); margin: .2rem 0 1rem; font-weight: 500; }
.bs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
@media (min-width: 800px) { .bs-grid { grid-template-columns: repeat(4, 1fr); } }
.center-link { text-align: center; margin-top: 1.4rem; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
@media (min-width: 900px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust {
  background: var(--bg-2); border-radius: 14px; padding: 1.1rem 1rem;
  min-height: 140px;
}
.trust strong { display: block; font-family: var(--font-d); font-size: 1.25rem; margin-bottom: .35rem; font-weight: 500; }
.trust p { margin: 0; color: var(--mute); font-size: .88rem; }
.section.tight { padding-top: .4rem; padding-bottom: .4rem; }

.footer {
  display: block;
  background: #0e1016;
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
  padding: 2.4rem 0 5.5rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem 2rem;
}
@media (min-width: 720px) {
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
}
.foot-lead { color: var(--mute); max-width: 22rem; margin: .4rem 0 .8rem; line-height: 1.5; }
.foot-list { list-style: none; margin: .4rem 0 0; padding: 0; }
.foot-list li { margin: .35rem 0; }
.foot-list a { color: var(--cream); opacity: .82; font-size: .92rem; }
.foot-list a:hover { color: var(--pink); opacity: 1; }
.footer .news-form { display: flex; gap: .4rem; margin-top: .45rem; flex-wrap: wrap; }
.footer .news-form input {
  flex: 1; min-width: 140px; min-height: 44px;
  background: var(--bg-3); border: 1px solid var(--line); color: var(--cream);
  padding: 0 .75rem; border-radius: 8px;
}
.footer-bottom {
  margin-top: 2rem; padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--mute); font-size: .8rem;
}

.feature-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .75rem;
}
@media (min-width: 900px) { .feature-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.feature {
  position: relative; min-height: 240px; border-radius: 16px; overflow: hidden;
  display: flex; align-items: end;
  box-shadow: 0 14px 32px rgba(0,0,0,.3);
}
@media (min-width: 900px) { .feature { min-height: 320px; } }
.feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform .5s ease; }
.feature:hover img { transform: scale(1.1); }
.feature-veil { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,10,16,.9)); }
.feature-copy { position: relative; z-index: 1; padding: 1.1rem 1.05rem 1.15rem; }
.feature-copy h3 { font-family: var(--font-d); font-size: 1.7rem; margin: .1rem 0 .35rem; font-weight: 500; }
.feature-copy span { color: var(--pink); letter-spacing: .14em; text-transform: uppercase; font-size: .68rem; }
.icon-cats i {
  background-size: cover; background-position: center;
}
.welcome { border-top: 1px solid var(--line); }
@media (min-width: 800px) {
  .bs-grid { grid-template-columns: repeat(4, 1fr) !important; }
}

h1.script {
  white-space: nowrap;
  font-size: clamp(1.85rem, 6.2vw, 4.4rem);
  line-height: 1.2;
  overflow: visible;
}

.hero h1,
.hero h1.script,
h1.script {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  text-wrap: nowrap !important;
  font-size: clamp(1.5rem, 4.6vw, 3.2rem) !important;
  letter-spacing: 0.01em;
  max-width: 100%;
}

.stars { margin:.15rem 0 .4rem; color:var(--pink); letter-spacing:.08em; font-size:1rem; }
.stars .off { color:var(--mute); opacity:.28; }
.stars-sm { font-size:.85rem; margin:.15rem 0 .35rem; }
.stars-empty { color:var(--mute); font-size:.78rem; letter-spacing:.04em; }
.star-n { color:var(--mute); letter-spacing:0; font-size:.8em; }
.reviews { margin-top:1.6rem; padding-top:1.2rem; border-top:1px solid var(--line); }
.review { border-top:1px solid var(--line); padding:1rem 0; }
.review h3 { font-size:1.15rem; margin:.15rem 0 .3rem; }
.review-meta { color:var(--mute); font-size:.78rem; margin:.15rem 0 .35rem; }
.review p { margin:0; line-height:1.45; color:var(--cream); }

.dildos { display:inline-flex; align-items:flex-end; gap:3px; margin:.2rem 0 .45rem; }
.dildo { width:16px; height:32px; display:block; fill:var(--mute); opacity:.28; }
.dildo.on { fill:var(--pink); opacity:1; }
.dildos.stars-sm .dildo { width:13px; height:26px; }
.dildos.stars-empty { color:var(--mute); font-size:.78rem; }
.star-n { color:var(--mute); letter-spacing:0; font-size:.8em; align-self:center; }

.ico { width: 1.15em; height: 1.15em; display: inline-block; vertical-align: -0.2em; flex: 0 0 auto; }
.dept-ico {
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  margin: 0 auto .15rem;
}
.dept-ico .ico { width: 22px; height: 22px; }
.depts a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .12rem; line-height: 1.15;
}
.dock .ico { width: 20px; height: 20px; margin-bottom: .05rem; }
.header .nav-shop, .header .bag {
  display: inline-flex !important; align-items: center; gap: .35rem;
}
.header .nav-shop .ico, .header .bag .ico { width: 18px; height: 18px; }
.search-go { display: inline-flex; align-items: center; gap: .35rem; }
.search-go .ico { width: 16px; height: 16px; color: #12141a; }
.sort-bar { display: flex; flex-wrap: wrap; gap: .4rem; flex: 1 1 auto; }
.sort-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--bg-2); border: 1px solid var(--line); color: var(--cream);
  min-height: 40px; padding: 0 .75rem; border-radius: 999px; cursor: pointer;
  font-size: .78rem; letter-spacing: .02em;
}
.sort-btn .ico { width: 15px; height: 15px; }
.sort-btn.on { border-color: var(--pink); color: var(--pink); background: rgba(248,105,180,.1); }
.opt-label { display: flex; align-items: center; gap: .4rem; }
.opt-label .ico { width: 15px; height: 15px; color: var(--pink); }
.color-dot .swatch {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
  background-size: cover;
}
.icon-cats .dept-ico {
  width: 56px; height: 56px; border-radius: 99px;
  background: var(--bg-2); border: 1px solid var(--line);
  box-shadow: 0 8px 16px rgba(0,0,0,.25);
}
.icon-cats .dept-ico .ico { width: 26px; height: 26px; color: var(--pink); }

.dildos-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin: .15rem 0 .4rem; }
.dildos-wrap .dildos { margin: 0; }
.rate-n { font-size: .72rem; color: var(--mute); letter-spacing: .08em; }
.dildos-wrap.stars-sm .rate-n { font-size: .68rem; }
.btn-more {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0 1rem; margin-top: .8rem;
  background: transparent; border: 1px solid var(--line); color: var(--cream);
  letter-spacing: .1em; text-transform: uppercase; font-size: .7rem; cursor: pointer;
}
.btn-more:hover { border-color: var(--pink); color: var(--pink); }

.load-more-wrap { display: flex; justify-content: center; margin: 1.4rem 0 2rem; }
.load-more-wrap .btn-more { min-width: 10rem; }
.load-more-wrap .btn-more:disabled { opacity: .55; cursor: default; }

/* header icons */
.header .nav-shop .ico,
.header .bag .ico {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px;
}
.header .nav-shop, .header .bag {
  gap: .45rem;
  line-height: 1;
}
.header .bag { position: relative; }

.filt-head {
  display: flex; gap: .45rem; align-items: center; margin-bottom: .85rem;
}
.filt-head .filt-clear { margin-top: 0; flex: 1; }
.side-close {
  display: none;
  background: var(--bg-3); border: 1px solid var(--line); color: var(--cream);
  min-height: 40px; padding: 0 .75rem; border-radius: 8px; cursor: pointer;
}
.filt-open { display: none; }
.filt-reset[disabled], .filt-clear[disabled] { opacity: .4; cursor: default; }

/* bag drawer — ~1/5 of the desktop viewport */
.bag-veil {
  position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 75;
  display: none;
}
body.bag-open .bag-veil { display: block !important; }
.bag-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 20vw; min-width: 320px; max-width: 420px;
  background: #15171e;
  z-index: 80;
  transform: translateX(100%);
  transition: transform .28s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -18px 0 50px rgba(0,0,0,.45);
  padding: 1rem 1.05rem calc(var(--dock) + 1.6rem);
  border-left: 1px solid var(--line);
}
body.bag-open .bag-drawer { transform: translateX(0); }
.bag-drawer-head { display: flex; justify-content: flex-end; margin-bottom: .4rem; }
.bag-close {
  width: 40px; height: 40px; border: 1px solid var(--line); background: var(--bg-3);
  color: var(--cream); cursor: pointer; border-radius: 8px;
}
.bag-drawer h2 { font-size: 1.55rem; margin: 0 0 .8rem; }
.bag-drawer .bag-row { grid-template-columns: 72px 1fr auto; }
.bag-drawer .bag-row img { width: 72px; height: 72px; border-radius: 8px; }
.bag-empty { padding: 1rem 0; }
.bag-note { margin-top: .8rem; font-size: .82rem; }

@media (max-width: 959px) {
  .filt-open { display: inline-flex !important; }
  .side-close { display: inline-flex; }
  .layout { display: block; }
  .side {
    display: none;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    top: auto;
    max-height: min(82vh, 720px);
    overflow: auto;
    z-index: 70;
    background: var(--bg-2);
    padding: 1rem var(--pad) calc(var(--dock) + 1.4rem);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -16px 40px rgba(0,0,0,.45);
    margin: 0;
  }
  body.filters-open .side { display: block; }
  body.filters-open::before {
    content: "";
    position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 65;
  }
}

@media (max-width: 800px) {
  .header-bar {
    grid-template-columns: 1fr auto;
    gap: .35rem;
    min-height: 56px;
    padding: .3rem var(--pad);
  }
  .header-search { display: none !important; }
  .logo img { height: 34px; max-width: 42vw; }
  .tools { gap: 0; }
  .header .nav-shop, .header .bag {
    width: 44px; min-width: 44px; height: 44px; padding: 0;
    justify-content: center;
    font-size: 0;
    letter-spacing: 0;
    gap: 0;
  }
  .header .nav-shop .ico, .header .bag .ico {
    width: 22px !important; height: 22px !important;
  }
  .header .bag .bag-count {
    position: absolute; top: 5px; right: 3px; margin: 0;
    min-width: 1rem; height: 1rem; font-size: .58rem;
  }
  .promo { font-size: .68rem; padding: .32rem var(--pad); letter-spacing: .02em; }
  .depts { justify-content: flex-start; padding: 0 .35rem; gap: 0; }
  .depts a {
    flex: 0 0 auto;
    min-width: 4.35rem;
    padding: .4rem .55rem .35rem;
    font-size: .62rem;
    white-space: nowrap;
  }
  .dept-ico { width: 22px; height: 22px; margin: 0 auto .1rem; }
  .dept-ico .ico { width: 16px; height: 16px; }
  .toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: .35rem;
    margin: .25rem 0 .75rem;
    padding-bottom: .15rem;
  }
  .sort-bar { flex-wrap: nowrap; overflow: visible; flex: 0 0 auto; }
  .sort-btn, #stock {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 36px;
    font-size: .68rem;
    padding: 0 .65rem;
  }
  .hero, body.is-home .hero { min-height: 46vh; padding: 1rem 0 1.1rem; }
  body.is-home .hero h1, .hero h1.script {
    font-size: clamp(1.7rem, 8.5vw, 2.45rem);
    white-space: nowrap;
  }
  .hero-pills a { padding: .35rem .7rem; font-size: .74rem; }
  .feature { min-height: 150px; }
  .feature-grid { gap: .5rem; }
  .icon-cats { gap: .45rem .2rem; }
  .icon-cats .dept-ico { width: 46px; height: 46px; }
  .icon-cats .dept-ico .ico { width: 22px; height: 22px; }
  .icon-cats a { font-size: .65rem; }
  .cat-title { font-size: clamp(1.45rem, 7vw, 1.9rem); }
  .cat-intro { font-size: .86rem; }
  .card-body h3 { font-size: .82rem; }
  .quickadd { min-height: 36px; font-size: .68rem; }
  .pdp { gap: .85rem; }
  .buybar { padding: .55rem var(--pad); }
  .footer-top { grid-template-columns: 1fr; gap: 1.1rem; }
  .bag-drawer {
    width: min(88vw, 400px);
    min-width: 0;
    padding-bottom: calc(var(--dock) + 1.2rem);
  }
  .load-more-wrap { margin: 1rem 0 1.4rem; }
}

@media (min-width: 801px) and (max-width: 959px) {
  .header .nav-shop, .header .bag {
    min-height: 44px;
  }
}

@media (min-width: 960px) {
  .filt-open, .side-close { display: none !important; }
}

.feature {
  position: relative;
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 16px;
  background: var(--bg-2);
  box-shadow: 0 14px 32px rgba(0,0,0,.3);
}
.feature-img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0c0e14;
}
.feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .5s ease;
}
.feature:hover img { transform: scale(1.1); }
.feature-copy {
  position: relative;
  z-index: 1;
  padding: .8rem .9rem 1rem;
  background: var(--bg-2);
}
.feature-copy .kicker { margin-bottom: .2rem; }
.feature-copy h2 {
  font-family: var(--font-d);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  margin: 0;
  font-weight: 500;
  color: var(--cream);
}
@media (max-width: 800px) {
  .feature { min-height: 0 !important; }
  .feature-img { aspect-ratio: 1; }
  .feature-copy { padding: .65rem .7rem .8rem; }
  .feature-copy h2 { font-size: 1.15rem; }
}

.account { max-width: 28rem; }
.acc-tabs { display: flex; gap: .4rem; margin: 0 0 1rem; }
.acc-tabs .sort-btn { flex: 1; justify-content: center; }
.account form { display: grid; gap: .65rem; }
.account input[type=email], .account input[type=password], .account input[name=name] {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line); color: var(--cream);
  min-height: 46px; padding: 0 .8rem; border-radius: 8px; font: inherit;
}
.account .err { color: #ff8a8a; min-height: 1.2em; margin: 0; }
.account .check { color: var(--mute); font-size: .9rem; display: flex; gap: .45rem; align-items: center; }

.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 86;
  background: #16181f; border-top: 1px solid var(--line);
  padding: 1rem var(--pad) calc(1rem + var(--dock) + var(--safe));
  box-shadow: 0 -12px 32px rgba(0,0,0,.35);
}
.cookie-inner { max-width: 960px; margin: 0 auto; }
.cookie-inner p { margin: 0 0 .85rem; color: var(--cream); font-size: .92rem; line-height: 1.45; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .45rem; }
.cookie-panel {
  position: fixed; inset: 0; z-index: 87;
  background: rgba(0,0,0,.55);
  display: grid; place-items: center; padding: 1rem;
}
.cookie-panel[hidden], .cookie-banner[hidden] { display: none !important; }
.cookie-panel-card {
  width: min(520px, 100%);
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.2rem 1.1rem 1.1rem;
}
.cookie-row {
  display: flex; gap: .65rem; align-items: flex-start;
  margin: .7rem 0; color: var(--cream); font-size: .9rem; line-height: 1.4;
}
.cookie-table { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 1rem 0; }
.cookie-table th, .cookie-table td {
  border-bottom: 1px solid var(--line); padding: .45rem .4rem; text-align: left; vertical-align: top;
}
.cookie-table th { color: var(--pink); font-weight: 500; }
#cookie-settings { background: none; border: 0; color: inherit; font: inherit; cursor: pointer; padding: 0; }
@media (max-width: 800px) {
  .cookie-actions { flex-direction: column; }
  .cookie-actions .btn, .cookie-actions .btn-ghost, .cookie-actions .btn-more { width: 100%; }
}

#ypr-adminbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100000;
  height: 32px; background: #1d2327; color: #f0f0f1;
  display: none; align-items: stretch;
  font: 13px/32px system-ui, Segoe UI, sans-serif;
  overflow-x: auto;
}
body.is-admin #ypr-adminbar { display: flex; }
body.is-admin { padding-top: 32px; }
body.is-admin .header { top: 32px; }
#ypr-adminbar a {
  color: #f0f0f1; text-decoration: none; padding: 0 .85rem; white-space: nowrap;
}
#ypr-adminbar a:hover { background: #2c3338; color: #72aee6; }
#ypr-adminbar .ab-site { font-weight: 600; }
#ypr-adminbar .ab-right { margin-left: auto; }
.account { max-width: 40rem; }
.admin-tools { margin: 1.2rem 0; padding-top: .4rem; }
.admin-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; margin-top: .6rem;
}
.admin-grid a {
  display: flex; align-items: center; min-height: 48px; padding: 0 .9rem;
  background: var(--bg-2); border: 1px solid var(--line); color: var(--cream);
  text-decoration: none; letter-spacing: .04em;
}
.admin-grid a:hover { border-color: var(--pink); color: var(--pink); }
@media (max-width: 800px) {
  #ypr-adminbar { height: 40px; font: 12px/40px system-ui, sans-serif; }
  body.is-admin { padding-top: 40px; }
  body.is-admin .header { top: 40px; }
  .admin-grid { grid-template-columns: 1fr; }
}

.dildo, .ico-dildo {
  display: inline-block;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url('/image/catalog/ypr/ui/dildo.png') center / contain no-repeat;
  mask: url('/image/catalog/ypr/ui/dildo.png') center / contain no-repeat;
}
.dildo {
  width: 16px;
  height: 34px;
  color: var(--mute);
  opacity: .32;
}
.dildo.on { color: var(--pink); opacity: 1; }
.dildos-wrap .dildos { display: inline-flex; align-items: flex-end; gap: 3px; }
.dildos.stars-sm .dildo, .dildos-wrap.stars-sm .dildo { width: 13px; height: 28px; }
.ico-dildo { width: 14px; height: 28px; }
.dildos label .dildo { color: inherit; opacity: 1; width: 18px; height: 38px; }

/* account hub */
.account.account-hub { max-width: 72rem; }
.account.account-guest { max-width: 28rem; }
.account label { display: grid; gap: .3rem; font-size: .9rem; color: var(--mute); }
.account input:not([type=checkbox]),
.account textarea,
.account select {
  background: var(--bg-2); border: 1px solid var(--line); padding: .75rem .85rem;
  min-height: 46px; color: inherit; width: 100%;
}
.account textarea { min-height: 6rem; resize: vertical; }
.acc-feat {
  border: 1px solid var(--line); padding: .8rem .9rem; margin: 0 0 .7rem;
}
.acc-feat legend { color: var(--pink); padding: 0 .3rem; }
.account .btn-more { background: none; border: 0; color: var(--pink); padding: 0; cursor: pointer; }
.acc-hello { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.acc-hello h1 { margin: 0; }
.acc-tabs.acc-hub-tabs,
.acc-tabs.acc-subtabs {
  display: flex; gap: .4rem; margin: .9rem 0 0;
  overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.acc-hub-tabs .sort-btn,
.acc-subtabs .sort-btn {
  flex: 0 0 auto; justify-content: center; white-space: nowrap;
}
.acc-subtabs { margin-top: .55rem; padding-top: .55rem; border-top: 1px solid var(--line); }
.acc-block { margin: 1.1rem 0 0; padding-top: 0; border-top: 0; }
.acc-block[hidden], [data-acc-sub][hidden] { display: none !important; }
.acc-stats {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  gap: .55rem; margin: .8rem 0 1.2rem;
}
.acc-stat { background: var(--bg-2); border: 1px solid var(--line); padding: .8rem .9rem; }
.acc-stat strong { display: block; font-size: 1.15rem; color: var(--cream); }
.acc-stat span { color: var(--mute); font-size: .82rem; }
.admin-groups { display: grid; gap: 1.2rem; }
.account-hub .admin-grid a {
  flex-direction: column; align-items: flex-start; justify-content: center;
  gap: .12rem; padding: .65rem .9rem; min-height: 58px;
}
.account-hub .admin-grid a small { color: var(--mute); font-size: .78rem; letter-spacing: 0; font-weight: 400; }
.acc-split { display: grid; gap: 1.4rem; margin-top: 1.4rem; }
.acc-inline { display: flex; gap: .4rem; margin: .45rem 0 .8rem; align-items: center; }
.acc-inline input { flex: 1; }
.pill {
  display: inline-block; border: 1px solid var(--pink); color: var(--pink);
  padding: 0 .4rem; font-size: .72rem; letter-spacing: .04em; margin-left: .35rem;
}
.acc-order { margin-bottom: .45rem; }
.acc-order-head {
  width: 100%; display: flex; justify-content: space-between; gap: 1rem;
  background: var(--bg-2); border: 1px solid var(--line); color: inherit;
  padding: .7rem .85rem; text-align: left; cursor: pointer;
}
.acc-lines { margin: .5rem 0 0; padding-left: 1.15rem; }
.acc-flash { min-height: 1.2em; }
.acc-flash.ok, .ok { color: #9be7c4; min-height: 1.2em; }
.acc-row-actions { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.acc-close { margin-top: 1rem; }
.acc-mini-list p, .acc-rev { margin: 0 0 .75rem; }
.acc-addr { background: var(--bg-2); border: 1px solid var(--line); padding: .8rem .9rem; margin-bottom: .55rem; }
.acc-admin h2, .acc-block h2 { margin: .2rem 0 .6rem; }
.acc-block h3 { margin: 1.1rem 0 .4rem; font-size: 1rem; }
@media (min-width: 900px) {
  .acc-split { grid-template-columns: 1fr 1fr; }
  .admin-groups { grid-template-columns: 1fr 1fr; }
}
