:root {
  --ink: #211f1a;
  --ink-soft: #4a463d;
  --night: #14100c;
  --night-2: #1d1811;
  --night-3: #262019;
  --ivory: #faf6ee;
  --cream: #f4ede1;
  --cream-2: #efe6d7;
  --sand: #e7dbc6;
  --muted: #857c6d;
  --gold: #bf9542;
  --gold-deep: #a67c2c;
  --gold-light: #e0c284;
  --gold-glow: rgba(191, 149, 66, .22);
  --line: #e2d8c6;
  --line-soft: #ece3d4;
  --shadow-sm: 0 2px 10px rgba(60, 45, 20, .05);
  --shadow-md: 0 10px 30px rgba(60, 45, 20, .08);
  --shadow-lg: 0 22px 55px rgba(45, 33, 14, .14);
  --radius: 14px;
  --radius-sm: 9px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.22, .68, .32, 1);
  /* Text on dark / night backgrounds */
  --on-dark: #f3ead8;
  --on-dark-heading: #fffaf1;
  --on-dark-muted: #d4cbbb;
  --on-dark-soft: #c8bead;
  --on-dark-accent: #e0c284;
  --on-dark-link: #ece5d8;
  --header-height: 76px;
  --announcement-height: 34px;
}

[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.6;
  background:
    radial-gradient(900px 520px at 88% 4%, rgba(191, 149, 66, .08), transparent 62%),
    radial-gradient(760px 520px at 4% 46%, rgba(196, 160, 100, .07), transparent 60%),
    linear-gradient(180deg, var(--ivory) 0%, var(--cream) 48%, var(--ivory) 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--ivory); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { border: 3px solid var(--cream); border-radius: 10px; background: var(--sand); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-light); }

.announcement {
  height: 34px; padding: 0 4%; position: relative; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(90deg, var(--night) 0%, #2a2115 50%, var(--night) 100%);
  color: #eee4d1; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
}
.announcement button { position: absolute; right: 3%; border: 0; background: none; color: #c7bdab; font-size: 18px; transition: color .2s; }
.announcement button:hover { color: var(--gold-light); }

.header {
  position: sticky; top: 0; z-index: 30; height: 76px; padding: 0 max(5vw, 30px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(22, 18, 13, .88); color: var(--ivory);
  border-bottom: 1px solid rgba(224, 194, 132, .13); backdrop-filter: blur(16px) saturate(1.2);
}
.logo { font: 600 22px/1 var(--serif); letter-spacing: .015em; white-space: nowrap; }
.logo small { display: block; margin-top: 6px; font: 500 8px/1 var(--sans); color: var(--gold-light); letter-spacing: .3em; opacity: .75; }
.logo--image { display: inline-flex; align-items: center; line-height: 1; }
.logo--image .site-logo { display: block; max-height: 44px; width: auto; max-width: min(220px, 42vw); object-fit: contain; }
.footer-brand-col .logo--image .site-logo { max-height: 48px; }
.settings-remove-image { display: block; margin-top: 10px; font-size: 13px; color: var(--muted); }
.nav { display: flex; gap: 30px; }
.nav a { position: relative; padding: 6px 0; color: #f0e8da; font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: color .25s; }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light)); transition: width .3s var(--ease);
}
.nav a:hover { color: var(--gold-light); }
.nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn, .menu-btn {
  width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%;
  background: transparent; color: #ece5d8; font-size: 17px; text-decoration: none;
  transition: background .25s, color .25s, transform .25s;
}
.icon-btn:hover, .menu-btn:hover { background: rgba(224, 194, 132, .14); color: var(--gold-light); transform: translateY(-1px); }
.icon-svg { display: block; width: 20px; height: 20px; flex-shrink: 0; }
.icon-svg--search { width: 22px; height: 22px; }
.icon-svg--bag { width: 21px; height: 21px; }
.header-account {
  padding: 8px 10px; color: #f0e8da; font-size: 11px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; white-space: nowrap; transition: color .25s;
}
.header-account:hover { color: var(--gold-light); }
.bag { width: auto; min-width: 38px; padding: 0 10px 0 8px; display: inline-flex; align-items: center; gap: 6px; border-radius: 20px; }
.bag span {
  display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50%;
  background: linear-gradient(140deg, var(--gold-light), var(--gold)); color: #1b160e; font-size: 10px; font-weight: 600; line-height: 1;
}
.menu-btn { display: none; }

.hero {
  min-height: 690px; padding: 70px max(10vw, 45px); position: relative; overflow: hidden;
  display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 7%;
  color: var(--ivory);
  background:
    radial-gradient(1000px 620px at 82% 42%, #453620 0%, #251d13 34%, var(--night) 68%),
    var(--night);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(224,194,132,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(224,194,132,.05) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 30% 50%, #000, transparent 72%);
}
.hero-glow {
  position: absolute; width: 330px; height: 330px; right: -90px; top: 26%; border-radius: 50%;
  background: var(--gold); filter: blur(120px); opacity: .22; animation: pulse 7s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: .18; transform: scale(1); } 50% { opacity: .3; transform: scale(1.12); } }
.hero-copy { max-width: 560px; position: relative; z-index: 1; }
.eyebrow, .kicker { display: block; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow {
  width: max-content; padding: 8px 16px; border: 1px solid rgba(224, 194, 132, .32); border-radius: 30px;
  background: linear-gradient(135deg, rgba(191,149,66,.16), rgba(191,149,66,.04)); color: var(--gold-light);
}
h1, h2, h3 { font-family: var(--serif); }
.hero h1 { margin: 26px 0 20px; font-size: clamp(54px, 6.2vw, 86px); line-height: .93; font-weight: 600; letter-spacing: -.035em; }
.hero h1 em {
  font-weight: 500; font-style: italic;
  background: linear-gradient(105deg, #f0dcae 12%, var(--gold) 52%, #f5e6c4 88%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-copy > p { max-width: 470px; color: #ded5c5; font-size: 14px; line-height: 1.85; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 30px; }
.btn {
  min-height: 48px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border: 1px solid transparent; border-radius: 40px; font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s, border-color .3s;
}
.btn span { transition: transform .3s var(--ease); }
.btn:hover span { transform: translateX(4px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 55%, var(--gold-deep) 100%);
  color: #1b1610; box-shadow: 0 10px 30px var(--gold-glow);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(191, 149, 66, .36); }
.btn-outline { border-color: rgba(224, 194, 132, .34); color: var(--ivory); background: rgba(250, 246, 238, .04); }
.btn-outline:hover { border-color: var(--gold-light); background: rgba(224, 194, 132, .12); transform: translateY(-3px); }
.btn-outline-light { border-color: var(--line); color: var(--ink-soft); background: var(--ivory); }
.btn-outline-light:hover { border-color: var(--gold); background: rgba(191, 149, 66, .12); color: var(--gold-deep); transform: translateY(-3px); }
.btn:disabled, .btn[disabled] { opacity: .45; cursor: not-allowed; transform: none !important; box-shadow: none !important; pointer-events: none; }
.btn-light { background: var(--ivory); color: #241f16; box-shadow: var(--shadow-md); }
.btn-light:hover { transform: translateY(-3px); background: #fff9ef; box-shadow: 0 16px 38px rgba(0, 0, 0, .22); }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 24px; color: #d2c8b7; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-benefits span::first-letter { color: var(--gold); }

.hero-visual { position: relative; z-index: 1; width: min(100%, 470px); justify-self: center; }
.hero-visual > img {
  height: 545px; object-fit: cover; border-radius: 200px 200px var(--radius) var(--radius);
  filter: saturate(.85) contrast(1.03); box-shadow: 0 34px 80px rgba(0, 0, 0, .5);
}
.hero-visual::after {
  content: ""; position: absolute; inset: -14px; z-index: -1; border: 1px solid rgba(224, 194, 132, .2);
  border-radius: 210px 210px 22px 22px;
}
.float-card {
  position: absolute; padding: 13px 17px; display: flex; flex-direction: column;
  background: rgba(250, 246, 238, .95); color: #2a251c; border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28); backdrop-filter: blur(8px);
  animation: floaty 5.5s ease-in-out infinite;
}
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.float-card b { color: var(--gold-deep); font-size: 10px; letter-spacing: .16em; }
.float-card span { margin-top: 3px; font-size: 11px; font-weight: 600; }
.card-top { top: 22px; left: -34px; }
.card-side { right: -32px; top: 44%; animation-delay: 1.4s; }
.card-bottom { bottom: -16px; left: 24px; animation-delay: 2.8s; }

.section { width: min(1140px, 87%); margin-inline: auto; padding: 110px 0; }
.section-head { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head h2, .center-head h2 { margin: 12px 0 8px; font-size: clamp(34px, 4.2vw, 48px); line-height: 1.02; font-weight: 600; letter-spacing: -.025em; }
.section-head p, .center-head p { margin: 0; max-width: 460px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.text-link {
  padding-bottom: 6px; display: inline-flex; gap: 8px; border-bottom: 1px solid var(--sand);
  font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap;
  transition: color .25s, border-color .25s, gap .25s;
}
.text-link:hover { gap: 14px; color: var(--gold-deep); border-color: var(--gold); }

.category-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1.3fr; grid-template-rows: 250px 200px; gap: 16px; }
.category-card {
  position: relative; overflow: hidden; border-radius: var(--radius); background: var(--cream-2);
  box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.category-large { grid-row: 1 / 3; }
.category-wide { grid-column: 4; grid-row: 1; }
.category-card img { height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.category-card:hover img { transform: scale(1.07); }
.category-card::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(18, 13, 6, .82)); }
.category-card span { position: absolute; z-index: 1; left: 20px; bottom: 18px; color: var(--ivory); font: 600 25px var(--serif); }
.category-card small { display: block; margin-bottom: 6px; color: var(--gold-light); font: 500 10px var(--sans); letter-spacing: .18em; }

.collections { padding-top: 20px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection-card {
  min-height: 400px; position: relative; overflow: hidden; color: var(--ivory); border-radius: var(--radius);
  box-shadow: var(--shadow-md); transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.collection-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.collection-card img { height: 100%; position: absolute; object-fit: cover; transition: transform .8s var(--ease); }
.collection-card:hover img { transform: scale(1.06); }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 22%, rgba(12, 9, 4, .86)); }
.collection-card div { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 24px; }
.collection-card span {
  padding: 6px 11px; border-radius: 20px; font-size: 9px; font-weight: 600; letter-spacing: .16em;
  background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1c1710;
}
.collection-card h3 { margin: 15px 0 5px; font-size: 29px; line-height: 1.05; }
.collection-card p { margin: 0 0 14px; color: #cdc4b4; font-size: 12px; }
.collection-card a { display: inline-flex; gap: 7px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: gap .25s; }
.collection-card:hover a { gap: 13px; }

.sale-section {
  padding: 85px max(8vw, 35px); color: var(--ivory);
  background: radial-gradient(900px 600px at 92% 8%, #3a2d18 0%, #211a11 40%, var(--night) 75%), var(--night);
}
.sale-section > * { width: min(1140px, 100%); margin-inline: auto; }
.inverse h2, .sale-section h2 { color: var(--ivory); }
.inverse p, .sale-section .section-head p { color: #d0c6b6; }
.sale-section .kicker, .testimonials .kicker, .newsletter .kicker { color: #e0c284; }
.sale-section .countdown { color: #f1eadf; }
.sale-section .product-card > small,
.sale-section .product-card h3,
.sale-section .product-card h3 a,
.sale-section .product-card .rating span,
.sale-section .product-card del { color: #f0e8da; }
.sale-section .product-card strong { color: #f5dfad; }
.section-head h2 b {
  padding: 6px 11px; vertical-align: middle; border-radius: 20px;
  background: linear-gradient(135deg, #8f2f2f, #6d2020); color: #f3c3ba;
  font: 600 8px var(--sans); letter-spacing: .14em;
}
.countdown { display: flex; border: 1px solid rgba(224, 194, 132, .18); border-radius: 30px; overflow: hidden; background: rgba(250, 246, 238, .04); }
.countdown span { min-width: 58px; padding: 10px 8px; color: #ddd2c0; font-size: 9px; text-align: center; letter-spacing: .16em; }
.countdown span + span { border-left: 1px solid rgba(224, 194, 132, .13); }
.countdown b { display: block; margin-bottom: 3px; color: var(--gold-light); font-size: 13px; font-family: var(--serif); }
.sale-section .text-link,
.testimonials .text-link,
.page-hero .text-link,
.footer .text-link { color: var(--on-dark-link); border-color: rgba(224, 194, 132, .35); }
.sale-section .text-link:hover,
.testimonials .text-link:hover,
.page-hero .text-link:hover,
.footer .text-link:hover { color: var(--on-dark-accent); border-color: var(--gold-light); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { min-width: 0; }
.product-img {
  height: 310px; margin-bottom: 18px; position: relative; overflow: hidden; border-radius: var(--radius-sm);
  background: var(--cream-2); box-shadow: var(--shadow-sm); transition: box-shadow .4s var(--ease), transform .4s var(--ease);
}
.product-card:hover .product-img { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-img img { height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover .product-img img { transform: scale(1.06); }
.tag {
  position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 20px;
  background: rgba(250, 246, 238, .94); color: #3c362b; font-size: 9px; font-weight: 600; letter-spacing: .13em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
}
.tag.sale { background: linear-gradient(135deg, #c04141, #9c2d2d); color: #fdf1ef; }
.heart {
  position: absolute; z-index: 2; right: 12px; top: 12px; width: 30px; height: 30px; display: grid; place-items: center;
  border: 0; border-radius: 50%; background: rgba(250, 246, 238, .92); color: #6a6154; font-size: 13px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12); transition: transform .25s var(--ease), color .25s, background .25s;
}
.heart:hover { transform: scale(1.14); color: #b93232; }
.heart.active { color: #b93232; background: var(--ivory); }
.quick-add {
  position: absolute; z-index: 2; right: 12px; bottom: -46px; left: 12px; padding: 12px;
  border: 0; border-radius: 30px; background: rgba(26, 21, 14, .93); color: var(--ivory);
  font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; text-align: center;
  backdrop-filter: blur(6px); transition: bottom .35s var(--ease), background .25s, color .25s;
  cursor: pointer; text-decoration: none; display: block; width: auto;
}
.quick-add:hover { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1b1610; }
.product-card:hover .quick-add { bottom: 12px; }
.product-card > small { color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.product-card h3 { margin: 8px 0 6px; font-size: 18px; font-weight: 600; line-height: 1.15; transition: color .25s; }
.product-card:hover h3 { color: var(--gold-deep); }
.rating { color: var(--gold); font-size: 11px; letter-spacing: .08em; }
.rating span { color: #9d9484; }
.product-card strong { display: inline-block; margin-top: 10px; font-size: 13px; }
.product-card del { color: #a09787; font-size: 11px; }
.dark-products .product-img { height: 295px; background: #221c14; box-shadow: 0 12px 30px rgba(0, 0, 0, .3); }
.dark-products .product-card:hover .product-img { box-shadow: 0 22px 48px rgba(0, 0, 0, .45); }
.dark-products .product-card { color: #f1eadf; }
.dark-products .product-card h3 { color: #ede6d9; }
.dark-products .product-card:hover h3 { color: var(--gold-light); }
.dark-products .product-card > small { color: #bfb5a5; }
.dark-products .rating span { color: #c8bead; }
.dark-products .product-card strong { color: #f5dfad; }
.dark-products .product-card del { color: #b8ae9e; }

.new-arrivals { padding-bottom: 70px; }
.editorial-banners { padding-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.editorial-banners article {
  height: 350px; position: relative; overflow: hidden; border-radius: var(--radius); color: var(--ivory);
  box-shadow: var(--shadow-md); transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.editorial-banners article:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.editorial-banners img { height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.editorial-banners article:hover img { transform: scale(1.05); }
.editorial-banners article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(14, 10, 5, .78), rgba(14, 10, 5, .18) 68%, transparent); }
.editorial-banners article div { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 32px; }
.editorial-banners span { color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.editorial-banners h2 { margin: 8px 0 4px; font-size: 38px; }
.editorial-banners p { margin: 0 0 18px; color: #cdc4b4; font-size: 12px; }

.brands { position: relative; background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); border-block: 1px solid var(--line-soft); }
.brands .section { padding-block: 92px; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.brand-grid article {
  position: relative; padding-bottom: 24px; overflow: hidden; border-radius: var(--radius);
  background: var(--ivory); border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.brand-grid article:hover { transform: translateY(-6px); border-color: var(--sand); box-shadow: var(--shadow-lg); }
.brand-grid img { height: 215px; object-fit: cover; transition: transform .7s var(--ease); }
.brand-grid article:hover img { transform: scale(1.05); }
.brand-grid b {
  position: absolute; top: 188px; left: 20px; width: 50px; height: 50px; display: grid; place-items: center;
  border-radius: 50%; background: var(--ivory); color: var(--gold-deep); font: 600 15px var(--serif);
  box-shadow: 0 6px 18px rgba(45, 33, 14, .18);
}
.brand-grid span, .brand-grid h3, .brand-grid p, .brand-grid a { margin-inline: 22px; }
.brand-grid span { display: block; margin-top: 22px; color: var(--gold-deep); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.brand-grid h3 { margin-top: 8px; margin-bottom: 8px; font-size: 21px; }
.brand-grid p { min-height: 34px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.brand-grid a { display: block; margin-top: 16px; color: var(--gold-deep); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.center-head { margin-bottom: 44px; text-align: center; }
.center-head p { margin-inline: auto; }
.promise { width: min(1140px, 90%); padding-block: 95px; }
.promise-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow-sm);
}
.promise-grid article { min-height: 175px; padding: 28px 22px; border-right: 1px solid var(--line-soft); transition: background .35s; }
.promise-grid article:last-child { border-right: 0; }
.promise-grid article:hover { background: linear-gradient(180deg, rgba(191, 149, 66, .09), transparent); }
.promise-grid i {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(140deg, rgba(191, 149, 66, .18), rgba(191, 149, 66, .05));
  color: var(--gold-deep); font-size: 17px; font-style: normal;
}
.promise-grid h3 { margin: 18px 0 8px; font-size: 18px; }
.promise-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.testimonials {
  padding: 90px max(8vw, 35px); color: var(--ivory);
  background: radial-gradient(800px 560px at 6% 45%, #3a2d18 0%, #201a11 42%, var(--night) 76%), var(--night);
}
.testimonials .center-head h2 { color: var(--on-dark-heading); }
.testimonials .center-head p { color: var(--on-dark-muted); }
.testimonials blockquote p { color: #f0e8da; }
.testimonials blockquote footer { color: #d6cbbb; }
.testimonial-grid { width: min(1040px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
blockquote {
  margin: 0; padding: 28px; border: 1px solid rgba(224, 194, 132, .14); border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(250, 246, 238, .05), rgba(250, 246, 238, .015));
  transition: transform .4s var(--ease), border-color .4s, background .4s;
}
blockquote:hover { transform: translateY(-5px); border-color: rgba(224, 194, 132, .3); }
blockquote > span { display: block; color: var(--gold); font: 46px/.7 var(--serif); }
blockquote .rating { margin-top: 12px; }
blockquote p { min-height: 68px; color: #e2d9ca; font-size: 11px; line-height: 1.8; }
blockquote footer { padding-top: 16px; border-top: 1px solid rgba(224, 194, 132, .13); color: #c4b9a7; font-size: 10px; letter-spacing: .1em; }

.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.journal-grid article {
  overflow: hidden; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--ivory);
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.journal-grid article > a:first-child { display: block; overflow: hidden; margin-top: 0; }
.journal-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.journal-grid img { width: 100%; height: 210px; display: block; object-fit: cover; transition: transform .7s var(--ease); }
.journal-grid article:hover img { transform: scale(1.05); }
.journal-grid div { padding: 22px; }
.journal-grid small { color: var(--gold-deep); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.journal-grid h3 { margin: 13px 0 9px; font-size: 21px; line-height: 1.2; }
.journal-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.journal-grid div > a:last-child { display: inline-block; margin-top: 14px; color: var(--gold-deep); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.instagram { padding-top: 20px; }
.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.insta-grid img {
  height: 230px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), filter .45s;
}
.insta-grid img:hover { transform: translateY(-5px) scale(1.015); filter: saturate(1.1); box-shadow: var(--shadow-lg); }

.newsletter {
  padding: 85px max(10vw, 45px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%;
  color: var(--ivory);
  background: radial-gradient(760px 520px at 52% 50%, #3a2e19 0%, #211a11 44%, var(--night) 78%), var(--night);
}
.newsletter h2 { color: var(--on-dark-heading); }
.newsletter p { max-width: 520px; color: var(--on-dark-muted); font-size: 13px; line-height: 1.85; }
.subscribe-form {
  padding: 30px; border: 1px solid rgba(224, 194, 132, .16); border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(250, 246, 238, .06), rgba(250, 246, 238, .02)); backdrop-filter: blur(6px);
}
.newsletter h2 { margin: 14px 0; font-size: 42px; line-height: 1.05; }
.subscribe-form label { display: block; margin-bottom: 11px; color: #ddd2c0; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.subscribe-form > div { display: flex; gap: 10px; }
.subscribe-form input {
  flex: 1; min-width: 0; padding: 14px 16px; border: 1px solid rgba(224, 194, 132, .18); border-radius: 30px;
  background: rgba(20, 16, 12, .6); color: var(--ivory); outline: none; font-size: 13px; transition: border-color .25s, background .25s;
}
.subscribe-form input::placeholder { color: #aaa08f; }
.subscribe-form input:focus { border-color: var(--gold); background: rgba(20, 16, 12, .85); }
.subscribe-form small { display: block; margin-top: 12px; color: #c8bead; font-size: 10px; letter-spacing: .06em; }

.footer { padding: 80px max(10vw, 45px) 0; background: var(--night); color: var(--on-dark-muted); }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(200px, 1.5fr) repeat(var(--footer-cols, 3), minmax(0, 1fr));
  gap: clamp(24px, 4%, 48px);
  padding-bottom: 62px;
}
.footer .logo { color: var(--ivory); }
.footer p { max-width: 240px; color: var(--on-dark-muted); font-size: 12px; line-height: 1.85; }
.footer h4 { margin: 0 0 20px; color: var(--on-dark-accent); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.footer-grid > div > a:not(.logo) { display: block; margin: 0 0 11px; color: var(--on-dark-link); font-size: 12px; letter-spacing: .04em; transition: color .25s, padding-left .25s; }
.footer-grid > div > a:not(.logo):hover { padding-left: 5px; color: var(--gold-light); }
.socials { display: flex; gap: 9px; margin-top: 22px; }
.socials a {
  width: 30px; height: 30px; display: grid !important; place-items: center; margin: 0 !important;
  border: 1px solid rgba(224, 194, 132, .18); border-radius: 50%; transition: background .25s, border-color .25s, transform .25s;
}
.socials a:hover { padding-left: 0 !important; border-color: var(--gold); background: rgba(191, 149, 66, .16); transform: translateY(-3px); }
.footer-bottom {
  padding: 24px 0; display: flex; justify-content: space-between; gap: 20px;
  border-top: 1px solid rgba(224, 194, 132, .1); color: var(--on-dark-soft); font-size: 11px; letter-spacing: .1em;
}

.toast {
  position: fixed; z-index: 60; right: 26px; bottom: -90px; padding: 16px 24px; border-radius: 30px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1b1610;
  font-size: 11px; font-weight: 600; letter-spacing: .04em; box-shadow: 0 16px 44px rgba(45, 33, 14, .34);
  transition: bottom .4s var(--ease);
}
.toast.show { bottom: 26px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.search-panel {
  position: fixed; z-index: 80; inset: 0; padding: 13vh 12%; display: none; color: var(--ivory);
  background: radial-gradient(900px 620px at 50% 30%, rgba(58, 45, 24, .96), rgba(17, 13, 9, .985));
  backdrop-filter: blur(14px);
}
.search-panel.open { display: block; animation: fadeIn .3s var(--ease); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.search-close { position: absolute; right: 5%; top: 5%; border: 0; background: none; color: #ddd2c0; font-size: 38px; transition: color .25s, transform .25s; }
.search-close:hover { color: var(--gold-light); transform: rotate(90deg); }
.search-panel form { max-width: 850px; margin: auto; }
.search-panel label { display: block; margin-bottom: 32px; font: 600 clamp(36px, 6vw, 70px) var(--serif); letter-spacing: -.02em; color: var(--on-dark-heading); }
.search-panel form div { display: flex; align-items: center; border-bottom: 1px solid rgba(224, 194, 132, .28); }
.search-panel input { flex: 1; padding: 20px 0; border: 0; background: transparent; color: var(--ivory); outline: none; font-size: 20px; }
.search-panel input::placeholder { color: #b8ae9e; }
.search-panel form button { border: 0; background: transparent; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

@media (max-width: 900px) {
  .nav {
    position: fixed; top: calc(var(--header-height) + var(--announcement-height)); right: 0; left: 0; padding: 26px 6%; display: none; flex-direction: column; gap: 20px;
    background: rgba(22, 18, 13, .98); border-bottom: 1px solid rgba(224, 194, 132, .13); backdrop-filter: blur(16px);
  }
  .nav.open { display: flex; }
  .nav.open a { color: var(--on-dark-link); }
  .nav.open a:hover { color: var(--on-dark-accent); }
  .menu-btn { display: grid; }
  .hero { min-height: auto; padding: 80px 7%; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 56px; }
  .hero-visual > img { height: 460px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 235px); }
  .category-large { grid-row: span 2; }
  .category-wide { grid-column: auto; grid-row: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 46px; }
  .categories-page-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: repeat(3, 1fr); }
  .promise-grid article { border-bottom: 1px solid var(--line-soft); }
  .promise-grid article:nth-child(3n) { border-right: 0; }
  .promise-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 650px) {
  .announcement { font-size: 10px; letter-spacing: .1em; }
  :root { --header-height: 66px; }
  .header { height: 66px; padding-inline: 18px; }
  .header .logo { font-size: 19px; }
  .header-actions .icon-btn--search { display: none; }
  .header-account { padding: 8px 6px; font-size: 10px; }
  .hero { padding: 66px 24px 60px; display: block; }
  .hero-copy { margin-bottom: 60px; }
  .hero h1 { font-size: 52px; }
  .hero-benefits { gap: 14px; }
  .hero-visual { width: 90%; }
  .hero-visual > img { height: 440px; }
  .section { width: 88%; padding: 74px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .section-head h2, .center-head h2 { font-size: 37px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 290px repeat(3, 180px); gap: 12px; }
  .category-large { grid-column: span 2; grid-row: auto; }
  .collection-grid, .editorial-banners, .testimonial-grid, .journal-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 380px; }
  .sale-section { padding: 70px 24px; }
  .countdown span { min-width: 50px; }
  .product-grid { gap: 34px 14px; }
  .categories-page-grid { grid-template-columns: 1fr; }
  .product-img, .dark-products .product-img { height: 235px; }
  .quick-add { right: 8px; bottom: 8px; left: 8px; }
  .product-card:hover .quick-add { bottom: 8px; }
  .editorial-banners article { height: 310px; }
  .editorial-banners article div { left: 24px; right: 24px; bottom: 26px; }
  .brand-grid { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid article:nth-child(2n) { border-right: 0; }
  .promise-grid article:nth-child(3n) { border-right: 1px solid var(--line-soft); }
  .promise-grid article:last-child { grid-column: span 2; border-right: 0; }
  .testimonials { padding-inline: 24px; }
  .insta-grid { grid-template-columns: 1fr 1fr; }
  .insta-grid img { height: 185px; }
  .newsletter { padding: 66px 25px; grid-template-columns: 1fr; gap: 34px; }
  .newsletter h2 { font-size: 36px; }
  .subscribe-form { padding: 22px; }
  .subscribe-form > div { flex-direction: column; }
  .footer { padding: 66px 25px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-grid > .footer-brand-col { grid-column: span 2; }
  .footer-bottom { gap: 12px; flex-direction: column; text-align: center; }
  .toast { right: 16px; left: 16px; text-align: center; }
}

@media (max-width: 400px) {
  .hero h1 { font-size: 45px; }
  .hero-visual > img { height: 390px; }
  .card-top { left: -18px; }
  .card-side { right: -14px; }
  .product-img, .dark-products .product-img { height: 200px; }
  .product-card h3 { font-size: 16px; }
}

/* ===== Pages / Forms / Admin (extends Aurelia design) ===== */
.page-hero {
  padding: 56px max(8vw, 35px) 28px; color: var(--on-dark);
  background: radial-gradient(900px 500px at 85% 20%, #3a2d18 0%, #211a11 45%, var(--night) 78%), var(--night);
}
.page-hero h1 { margin: 10px 0 8px; font-size: clamp(34px, 5vw, 52px); font-weight: 600; letter-spacing: -.02em; color: var(--on-dark-heading); }
.page-hero p { margin: 0; color: var(--on-dark-muted); font-size: 14px; }
.page-hero .kicker { color: var(--on-dark-accent); }
.page-wrap { width: min(1140px, 90%); margin: 40px auto 90px; }
.flash { margin-bottom: 22px; padding: 14px 18px; border-radius: 12px; font-size: 12px; }
.flash-success { background: rgba(70, 130, 80, .12); color: #2f6b3a; border: 1px solid rgba(70,130,80,.25); }
.flash-error { background: rgba(176, 60, 60, .1); color: #8f2f2f; border: 1px solid rgba(176,60,60,.22); }

.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: start; }
.filter-panel {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  max-height: calc(100vh - var(--header-height) - 40px);
  overflow-y: auto;
  padding: 22px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--ivory);
}
.filter-panel h3 { margin: 0 0 16px; font-size: 20px; }
.filter-panel label { display: block; margin: 14px 0 6px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.filter-panel select, .filter-panel input, .auth-card input, .auth-card textarea, .checkout-grid input, .checkout-grid textarea, .checkout-grid select,
.account-card input, .account-card textarea, .admin-form input, .admin-form textarea, .admin-form select, .qty-form input,
.review-form input, .review-form textarea, .review-form select, .summary-card input, .summary-card select, .admin-top select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; outline: none;
}
.filter-panel select:focus, .filter-panel input:focus, .auth-card input:focus, .checkout-grid input:focus, .admin-form input:focus,
.review-form input:focus, .review-form textarea:focus, .review-form select:focus, .summary-card input:focus, .summary-card select:focus,
.admin-top select:focus { border-color: var(--gold); }
input:disabled, textarea:disabled, select:disabled { background: var(--cream-2); color: var(--muted); cursor: not-allowed; }
.filter-check {
  display: flex !important; align-items: center; gap: 10px; margin: 12px 0 !important;
  text-transform: none !important; letter-spacing: 0 !important; font-size: 13px !important;
  color: var(--ink-soft) !important; font-weight: 500 !important;
}
.filter-check input { width: auto; margin: 0; padding: 0; border: 0; background: transparent; }
.filter-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.shop-toolbar { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 16px; align-items: center; flex-wrap: wrap; }
.shop-toolbar span { color: var(--muted); font-size: 13px; }
.shop-toolbar-sort select {
  padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 12px;
}
.catalog-breadcrumb { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.catalog-breadcrumb a { color: var(--gold-deep); text-decoration: none; }
.categories-page-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.categories-page-card {
  display: block; overflow: hidden; border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: var(--ivory); color: inherit; text-decoration: none; box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.categories-page-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.categories-page-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.categories-page-card > div { padding: 20px 22px 24px; }
.categories-page-card small {
  display: block; margin-bottom: 8px; color: var(--gold-deep); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}
.categories-page-card h3 { margin: 0 0 8px; font-size: 26px; line-height: 1.1; }
.categories-page-card p { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; }
.product-gallery { border-radius: var(--radius); overflow: hidden; background: var(--cream-2); }
.product-gallery img { height: 520px; object-fit: cover; width: 100%; display: block; }
.product-gallery-thumbs { display: flex; gap: 10px; padding: 12px; overflow-x: auto; background: var(--cream); border-top: 1px solid var(--line-soft); }
.product-gallery-thumb { flex: 0 0 72px; width: 72px; height: 72px; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: #fff; cursor: pointer; }
.product-gallery-thumb.is-active { border-color: var(--gold); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-color-options { margin: 22px 0; }
.product-color-options-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.product-color-options-head label { margin: 0 !important; }
.product-color-row {
  position: relative;
  padding: 18px 44px 16px 16px;
  margin-bottom: 14px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--cream);
}
.product-color-row:last-child { margin-bottom: 0; }
.product-color-row .row-2 { margin-bottom: 4px; }
.product-color-row > label { margin-top: 14px !important; }
.product-color-row > input[type="file"] { margin-top: 8px; margin-bottom: 12px; }
.product-color-row-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.product-color-row-delete:hover {
  border-color: #c45c5c;
  color: #9b3434;
  background: rgba(196, 92, 92, 0.08);
}
.image-thumb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 16px;
}
.image-thumb-grid[hidden] { display: none !important; }
.image-thumb-item {
  position: relative;
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #fff;
}
.image-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-thumb-item.is-removed { opacity: .35; }
.image-thumb-item.is-removed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .45);
  pointer-events: none;
}
.image-thumb-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 18, 14, .72);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.image-thumb-remove:hover {
  background: #9b3434;
  transform: scale(1.05);
}
.image-thumb-remove-input { display: none; }
.color-gallery-label { margin-top: 16px !important; }
.product-color-row .color-gallery-file { margin-top: 8px; margin-bottom: 4px; }
#product-default-images { margin-top: 8px; }
.admin-form .product-color-options + label,
.admin-form .image-thumb-grid + input[type="file"] { margin-top: 4px; }
.product-info .brand { color: var(--muted); font-size: 10px; letter-spacing: .2em; }
.product-info h1 { margin: 10px 0 12px; font-size: clamp(32px, 4vw, 46px); line-height: 1.05; }
.product-info .price { display: flex; align-items: baseline; gap: 12px; margin: 16px 0; }
.product-info .price strong { font-size: 22px; }
.product-info .price del { color: var(--muted); }
.product-info .stock { margin-bottom: 18px; color: var(--gold-deep); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.product-info .stock.out { color: var(--muted); }
.product-sku { margin-top: 14px; color: var(--muted); font-size: 11px; }
.page-hero .page-hero-title {
  margin: 10px 0 8px; font-family: var(--serif); font-size: clamp(34px, 5vw, 52px);
  font-weight: 600; letter-spacing: -.02em; color: var(--on-dark-heading); line-height: 1.05;
}
.product-info .desc { color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.buy-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; align-items: center; }
.purchase-block { margin-top: 28px; }
.purchase-form { margin-top: 18px; }
.option-group { margin-bottom: 18px; }
.option-label { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.option-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.option-pill { position: relative; }
.option-pill input { position: absolute; opacity: 0; pointer-events: none; }
.option-pill span {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 40px; padding: 0 14px;
  border: 1px solid var(--line); border-radius: 30px; background: var(--ivory); color: var(--ink-soft);
  font-size: 12px; font-weight: 600; letter-spacing: .04em; transition: border-color .2s, background .2s, color .2s, transform .2s;
}
.option-pill input:checked + span,
.option-pill span:hover {
  border-color: var(--gold); background: rgba(191, 149, 66, .12); color: var(--gold-deep); transform: translateY(-1px);
}
.btn-whatsapp {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-top: 12px;
  min-height: 48px; padding: 0 26px; border-radius: 40px; border: 1px solid #1fa855;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(18, 140, 126, .22); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(18, 140, 126, .28); color: #fff; }
.qty-form { display: flex; gap: 10px; align-items: center; }
.purchase-form .qty-form { flex-direction: column; align-items: flex-start; }
.qty-form input { width: 84px; text-align: center; }
.buy-row .btn { min-height: 48px; }
.related-block { margin-top: 70px; }
.reviews-block { margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--line-soft); }
.review-item { padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.review-item strong { font-family: var(--serif); font-size: 18px; }
.review-form { margin-top: 24px; padding: 22px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--ivory); }
.review-form h3 { margin: 0 0 6px; font-size: 22px; }
.review-form .btn { margin-top: 14px; }
.review-empty { color: var(--muted); }
.review-signin { margin-top: 18px; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.4fr .8fr; gap: 30px; }
.cart-table, .admin-table { width: 100%; border-collapse: collapse; background: var(--ivory); border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; }
.cart-table th, .admin-table th { text-align: left; padding: 14px 16px; background: var(--cream-2); color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.cart-table td, .admin-table td { padding: 16px; border-top: 1px solid var(--line-soft); vertical-align: middle; font-size: 13px; }
.cart-item { display: flex; gap: 14px; align-items: center; }
.cart-item img { width: 72px; height: 90px; object-fit: cover; border-radius: 8px; }
.summary-card, .auth-card, .account-card {
  padding: 26px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow-sm);
}
.summary-card h3, .auth-card h1, .account-card h2 { margin: 0 0 18px; font-size: 28px; }
.summary-row { display: flex; justify-content: space-between; margin: 10px 0; color: var(--ink-soft); font-size: 13px; }
.summary-row.total { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.auth-wrap { width: min(480px, 90%); margin: 50px auto 90px; }
.auth-card label, .checkout-grid label, .account-card label, .admin-form label { display: block; margin: 14px 0 6px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.auth-card .btn, .summary-card .btn { width: 100%; margin-top: 18px; }
.auth-links { margin-top: 18px; text-align: center; color: var(--muted); font-size: 14px; }
.auth-links a { color: var(--gold-deep); font-weight: 600; transition: color .25s; }
.auth-links a:hover { color: var(--gold); }
.form-check { display: flex; align-items: center; gap: 8px; margin-top: 14px; text-transform: none; letter-spacing: 0; font-size: 12px; color: var(--ink); }
.form-check input { width: auto; margin: 0; padding: 0; border: 0; background: transparent; }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.checkout-grid .full { grid-column: 1 / -1; }
.empty-state { padding: 60px 20px; text-align: center; color: var(--muted); }
.empty-state h2 { color: var(--ink); }

.account-layout { display: grid; grid-template-columns: 220px 1fr; gap: 28px; }
.account-nav a {
  display: block; padding: 12px 14px; margin-bottom: 6px; border-radius: 10px; color: var(--ink-soft); font-size: 14px; letter-spacing: .04em;
}
.account-nav a:hover, .account-nav a.active {
  background: rgba(191,149,66,.12); color: var(--gold-deep);
}
.status-pill {
  display: inline-block; padding: 5px 10px; border-radius: 20px; background: var(--cream-2); color: var(--ink-soft);
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.status-pending { background: #fff3d8; color: #8a6a1f; }
.status-delivered, .status-paid, .status-approved, .status-confirmed { background: #e5f4ea; color: #2f6b3a; }
.status-cancelled, .status-failed, .status-rejected { background: #f8e4e4; color: #8f2f2f; }
.status-processing, .status-shipped { background: #e8eef8; color: #3a5080; }
.status-refunded { background: var(--cream-2); color: var(--muted); }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; background: var(--cream); }
.admin-sidebar {
  position: sticky; top: 0;
  display: flex; flex-direction: column;
  height: 100vh; min-height: 100vh; max-height: 100vh;
  padding: 28px 18px 22px;
  background: var(--night); color: #f3ead8;
  overflow: hidden;
}
.admin-sidebar .logo { display: block; flex-shrink: 0; margin-bottom: 24px; color: var(--ivory); }
.admin-sidebar .logo small { color: var(--gold-light); }
.admin-nav {
  flex: 1; min-height: 0; overflow-y: auto;
  margin-right: -6px; padding-right: 6px;
  -webkit-overflow-scrolling: touch;
}
.admin-sidebar-foot {
  flex-shrink: 0; margin-top: 16px; padding-top: 16px;
  border-top: 1px solid rgba(224, 194, 132, .18);
}
.admin-sidebar-store {
  display: block; padding: 12px 14px; margin-bottom: 10px; border-radius: 10px;
  color: #e8dcc4; font-size: 14px; font-weight: 500; letter-spacing: .04em;
  transition: background .2s, color .2s;
}
.admin-sidebar-store:hover { background: rgba(224, 194, 132, .14); color: #fff8e8; }
.admin-nav a {
  display: block; padding: 12px 14px; margin-bottom: 6px; border-radius: 10px;
  color: #e8dcc4; font-size: 14px; font-weight: 500; letter-spacing: .04em;
  transition: background .2s, color .2s;
}
.admin-nav a:hover {
  background: rgba(224, 194, 132, .14); color: #fff8e8;
}
.admin-nav a.active {
  background: rgba(191, 149, 66, .28); color: var(--gold-light);
}
.admin-nav-group { margin-bottom: 6px; }
.admin-nav-group[open] > .admin-nav-parent { background: rgba(224, 194, 132, .1); color: #fff8e8; }
.admin-nav-parent {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; border-radius: 10px; cursor: pointer; list-style: none;
  color: #e8dcc4; font-size: 14px; font-weight: 600; letter-spacing: .04em;
  transition: background .2s, color .2s; user-select: none;
}
.admin-nav-parent::-webkit-details-marker { display: none; }
.admin-nav-parent::after {
  content: "▾"; font-size: 11px; color: var(--gold-light); transition: transform .2s;
}
.admin-nav-group:not([open]) > .admin-nav-parent::after { transform: rotate(-90deg); }
.admin-nav-parent:hover,
.admin-nav-parent.active { background: rgba(224, 194, 132, .14); color: #fff8e8; }
.admin-nav-children { margin: 4px 0 2px 10px; padding-left: 10px; border-left: 1px solid rgba(224, 194, 132, .22); }
.admin-nav-children a {
  padding: 10px 12px; margin-bottom: 4px; font-size: 13px; font-weight: 500;
}
.admin-nav-children a.active { background: rgba(191, 149, 66, .22); }
.admin-main { padding: 28px 32px 60px; }
.admin-top { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.admin-top h1 { margin: 0; font-size: 34px; }
.admin-top .text-link + h1,
.admin-top a + h1 { margin-top: 10px; }
.admin-top p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 28px; }
.stat-card { padding: 18px; border-radius: var(--radius); background: var(--ivory); border: 1px solid var(--line-soft); }
.stat-card span { color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.stat-card strong { display: block; margin-top: 10px; font: 600 28px var(--serif); }
.admin-form { max-width: 760px; padding: 24px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--ivory); }
.admin-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-row { display: flex; gap: 18px; margin-top: 16px; flex-wrap: wrap; }
.check-row label { display: flex; align-items: center; gap: 8px; text-transform: none; letter-spacing: 0; font-size: 12px; color: var(--ink); }
.pagination { margin-top: 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.pagination a, .pagination span { padding: 8px 12px; border-radius: 8px; border: 1px solid var(--line); font-size: 12px; background: var(--ivory); }
.pagination .ellipsis { border-color: transparent; background: transparent; color: var(--muted); }
.pagination .active span { background: var(--night); color: var(--ivory); border-color: var(--night); }
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-wrap > table { min-width: 560px; }
.wishlist-item { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.wishlist-actions { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.wishlist-actions .btn { width: 100%; }
.btn-text { border: 0; background: none; padding: 0; color: var(--muted); font-size: 12px; cursor: pointer; transition: color .25s; }
.btn-text:hover { color: var(--gold-deep); }
.account-nav { padding: 16px !important; }
.account-nav .btn-text { margin-top: 10px; }
.account-card--narrow { max-width: 640px; margin-inline: auto; }
.account-card--narrow h2 { margin-top: 0; }
.account-card__list { padding-left: 18px; color: var(--ink-soft); }
.account-card__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.checkout-heading { margin: 0 0 8px; font-size: 28px; font-family: var(--serif); }
.checkout-section { margin-top: 6px; }
.checkout-section .checkout-heading { margin-bottom: 14px; }
.checkout-section > label { margin-top: 0; }
.required-mark { color: var(--gold-deep); font-size: 18px; line-height: 1; }
.checkout-submit-row {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.checkout-submit-btn { width: 100%; min-height: 52px; margin: 0; }
.summary-card + .summary-card .btn-outline-light { width: 100%; margin-top: 14px; }
.admin-sidebar-foot .btn-outline { width: 100%; margin-top: 0; }
.admin-sidebar-foot form { margin-top: 0; }
.flash ul { margin: 8px 0 0; padding-left: 18px; }
.cart-table .qty-form { flex-wrap: wrap; }
.cart-table .btn-outline-light { min-height: 40px; padding: 0 14px; width: auto; }
.order-status-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.account-card hr { border: 0; border-top: 1px solid var(--line-soft); margin: 18px 0; }
.item-meta { color: var(--muted); }
.table-wrap + .account-card, .table-wrap { margin-bottom: 22px; }
.summary-total-spaced { margin-top: 20px; }
.admin-form-title { margin-top: 0; }
.admin-form-submit {
  margin-top: 24px;
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.account-card--spaced { margin-bottom: 22px; }
.checkout-aside-stack { margin-bottom: 16px; }
.summary-item-meta { display: block; color: var(--muted); font-size: 10px; }
.hidden-form { display: none; }
.product-img .wishlist-form { position: absolute; z-index: 2; right: 12px; top: 12px; }
.product-img .heart { text-decoration: none; }
.tag:empty { display: none; }
.account-form-submit { margin-top: 16px; }
.summary-row--order { flex-wrap: wrap; gap: 8px 16px; }
.product-card h3 a { transition: color .25s; }
.product-card:hover h3 a { color: var(--gold-deep); }
.inline-forms { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }

/* ===== Dark surfaces — global readable text ===== */
:is(.announcement, .header, .hero, .sale-section, .testimonials, .newsletter, .footer, .page-hero, .search-panel, .admin-sidebar) {
  color: var(--on-dark);
}

:is(.hero, .sale-section, .testimonials, .newsletter, .footer, .page-hero, .search-panel) :is(h1, h2, h3, h4) {
  color: var(--on-dark-heading);
}

.sale-section .kicker,
.testimonials .kicker,
.newsletter .kicker,
.hero .kicker,
.page-hero .kicker,
.announcement span {
  color: var(--on-dark-accent);
}

.sale-section .section-head p,
.inverse .center-head p,
.hero-copy > p {
  color: var(--on-dark-muted);
}

/* Product cards on dark backgrounds */
:is(.sale-section, .dark-products) .product-card,
:is(.sale-section, .dark-products) .product-card h3,
:is(.sale-section, .dark-products) .product-card h3 a {
  color: var(--on-dark);
}

:is(.sale-section, .dark-products) .product-card > small {
  color: var(--on-dark-soft);
}

:is(.sale-section, .dark-products) .product-card strong {
  color: var(--on-dark-accent);
}

:is(.sale-section, .dark-products) .product-card del {
  color: var(--on-dark-muted);
}

:is(.sale-section, .dark-products) .rating {
  color: var(--gold-light);
}

:is(.sale-section, .dark-products) .rating span {
  color: var(--on-dark-soft);
}

:is(.sale-section, .dark-products) .product-card:hover h3,
:is(.sale-section, .dark-products) .product-card:hover h3 a {
  color: var(--gold-light);
}

/* Testimonial quotes */
.testimonials blockquote footer,
.testimonials blockquote p {
  color: var(--on-dark-muted);
}

.testimonials blockquote p {
  color: #f0e8da;
}

/* Social icons in footer */
.footer .socials a {
  color: var(--on-dark-link);
}

@media (max-width: 900px) {
  .shop-layout, .product-detail, .cart-layout, .checkout-layout, .account-layout, .admin-shell { grid-template-columns: 1fr; }
  .filter-panel {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-sidebar {
    position: static; height: auto; min-height: 0; max-height: none;
    overflow: visible; padding-bottom: 10px;
  }
  .admin-nav { overflow: visible; margin-right: 0; padding-right: 0; }
  .admin-sidebar-foot { margin-top: 12px; }
  .product-gallery img { height: 380px; }
  .checkout-grid { grid-template-columns: 1fr; }
  .admin-form .row-2 { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .stats-grid { grid-template-columns: 1fr; }
  .card-top, .card-side { display: none; }
}

.content-page { color: var(--ink-soft); font-size: 14px; line-height: 1.85; }
.content-page h2, .rich-content h2 { margin: 28px 0 12px; font-family: var(--serif); font-size: 26px; color: var(--ink); }
.content-page h3, .rich-content h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: 20px; color: var(--ink); }
.content-page h2:first-child, .rich-content h2:first-child,
.content-page h3:first-child, .rich-content h3:first-child { margin-top: 0; }
.content-page ul, .rich-content ul,
.content-page ol, .rich-content ol { padding-left: 18px; margin: 0 0 14px; }
.content-page p, .rich-content p { margin: 0 0 14px; }
.content-page a, .rich-content a { color: var(--gold-deep); text-decoration: underline; }
.content-page a:hover, .rich-content a:hover { color: var(--gold); }
.content-page .btn { margin-top: 18px; }
.rich-text-wrap { margin-bottom: 8px; }
.rich-text-editor {
  min-height: 280px; background: #fff; border: 1px solid var(--line); border-radius: 10px;
}
.rich-text-editor .ql-toolbar.ql-snow {
  border: 0; border-bottom: 1px solid var(--line-soft); border-radius: 10px 10px 0 0;
  background: rgba(255,255,255,.7);
}
.rich-text-editor .ql-container.ql-snow {
  border: 0; font-family: var(--sans, 'DM Sans', sans-serif); font-size: 14px;
}
.rich-text-editor .ql-editor { min-height: 240px; line-height: 1.7; color: var(--ink); }
.journal-grid h3 a { color: inherit; transition: color .25s; }
.journal-grid h3 a:hover { color: var(--gold-deep); }
.journal-article__image { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); margin-bottom: 24px; }
.checkout-zone-group { margin-bottom: 0; }
.checkout-zone-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.checkout-zone-group .option-pill span { font-size: 11px; padding: 0 16px; }
#summary-zone-label { color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }

.contact-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch;
}
.contact-info,
.contact-form-card {
  display: flex; flex-direction: column; height: 100%;
}
.contact-info h2,
.contact-form-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; }
.contact-info > p,
.contact-form-sub { margin: 0 0 20px; color: var(--ink-soft); line-height: 1.7; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.contact-detail-label {
  display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px;
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.contact-detail a { color: var(--ink); text-decoration: none; }
.contact-detail a:hover { color: var(--gold-deep); }
.contact-wa-btn { width: 100%; margin-bottom: 24px; }
.contact-highlights { display: grid; gap: 14px; }
.contact-highlight {
  display: flex; gap: 12px; align-items: flex-start; padding: 14px;
  border: 1px solid var(--line-soft); border-radius: 10px; background: rgba(255,255,255,.5);
}
.contact-highlight-icon {
  flex-shrink: 0; width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(201, 169, 98, 0.15); color: var(--gold-deep); font-size: 16px;
}
.contact-highlight strong { display: block; margin-bottom: 4px; font-size: 14px; }
.contact-highlight p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.contact-account-link {
  margin: auto 0 0; padding-top: 22px; border-top: 1px solid var(--line-soft);
}
.contact-account-link .text-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.contact-form {
  display: flex; flex-direction: column; flex: 1;
}
.contact-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label {
  display: block; margin: 14px 0 6px; color: var(--muted); font-size: 11px;
  font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
}
.contact-form .row-2 label { margin-top: 0; }
.contact-form .row-2 + label { margin-top: 14px; }
.contact-form input,
.contact-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--ivory); font: inherit; color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 120px; flex: 1; }
.contact-form-actions { margin-top: auto; padding-top: 20px; }
.contact-form-actions .btn { width: 100%; }
.contact-map { margin-top: 24px; }
.contact-map h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; }
.contact-map-address { margin: 0 0 18px; color: var(--ink-soft); line-height: 1.6; }
.contact-map-embed {
  position: relative; width: 100%; height: 0; padding-bottom: 42%;
  border-radius: 10px; overflow: hidden; border: 1px solid var(--line-soft); background: var(--line-soft);
}
.contact-map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-map-link { margin: 16px 0 0; text-align: right; }
.contact-map-link .text-link {
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.admin-table tr.row-unread td { font-weight: 600; }
.category-sort-hint { margin: 0 0 16px; }
.category-sort-col {
  width: 52px;
  text-align: center;
  vertical-align: middle;
  padding: 16px 10px;
}
.category-sort-table tr.is-dragging { opacity: 0.55; }
.category-sort-table tr.is-drag-over td { background: rgba(224, 194, 132, .12); }
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info,
  .contact-form-card { height: auto; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-form .row-2 { grid-template-columns: 1fr; }
  .contact-form textarea { flex: none; }
  .contact-map-embed { padding-bottom: 56%; }
}

.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.content-card {
  padding: 22px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--ivory);
  text-decoration: none; color: inherit; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.content-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sand); }
.content-card strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 22px; }
.content-card p { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.content-group-title {
  margin: 28px 0 16px; padding-bottom: 10px;
  border-bottom: 2px solid rgba(201, 169, 98, 0.35);
  font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--ink);
}
.content-group-title:first-child { margin-top: 0; }
.content-form { max-width: 920px; }
.admin-form.content-form {
  padding: 24px; border: 1px solid var(--line-soft); border-radius: 14px;
  background: rgba(250, 247, 242, 0.65);
}
.content-form-intro {
  margin: 0 0 20px; padding: 12px 14px; border-radius: 10px;
  background: rgba(201, 169, 98, 0.1); color: var(--ink-soft); font-size: 13px; line-height: 1.55;
}
.content-fieldset {
  margin: 0 0 20px; padding: 0 20px 20px;
  border: 1px solid var(--line-soft); border-radius: 12px;
  background: #fff; box-shadow: 0 2px 10px rgba(44, 36, 32, 0.05);
}
.content-form > .content-fieldset:last-child {
  margin-bottom: 20px;
}
.content-fieldset legend {
  display: block; width: calc(100% + 40px); margin: 0 -20px 18px; padding: 14px 20px;
  border-bottom: 2px solid rgba(201, 169, 98, 0.35);
  background: linear-gradient(180deg, rgba(201, 169, 98, 0.18), rgba(201, 169, 98, 0.06));
  font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--ink);
  letter-spacing: 0.01em;
}
.content-repeat,
.checkout-field-row {
  margin-top: 18px; padding: 16px 16px 6px;
  border: 1px solid var(--line-soft); border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0; background: rgba(250, 247, 242, 0.85);
}
.content-repeat > strong,
.checkout-field-row > strong {
  display: block; margin: 0 0 14px;
  font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--ink);
}
.content-repeat > strong small,
.checkout-field-row > strong small {
  font-family: var(--sans); font-size: 11px; font-weight: 500; color: var(--muted);
}
.faq-item-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px;
}
.faq-item-head > strong { margin: 0; color: var(--ink); }
.faq-remove-btn,
.faq-add-btn {
  min-height: 36px; padding: 8px 14px;
  border: 1px solid var(--line); color: var(--ink); background: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(44, 36, 32, 0.06);
}
.faq-remove-btn:hover {
  border-color: #c45c5c; color: #9b3434; background: rgba(196, 92, 92, 0.08);
}
.faq-add-btn { margin: 16px 0 4px; }
.faq-add-btn:hover {
  border-color: var(--gold); color: var(--gold-deep); background: rgba(191, 149, 66, 0.1);
}
.faq-items { display: grid; gap: 0; }
.content-form .content-repeat label {
  color: var(--ink-soft); font-weight: 600;
}
.content-form .content-repeat input,
.content-form .content-repeat textarea {
  color: var(--ink); background: #fff; border-color: var(--line);
}
.cms-list-toolbar {
  margin: 24px 0 16px;
  padding-top: 4px;
}
.cms-list-hint { margin: 10px 0 0; }
.journal-posts { display: grid; gap: 10px; margin-bottom: 4px; }
.cms-sortable-list { display: grid; gap: 10px; }
.content-fieldset.cms-sortable-item {
  margin: 0; padding: 0; overflow: hidden;
}
.cms-sortable-item.is-open { box-shadow: var(--shadow-md); }
.cms-sortable-item.is-dragging { opacity: 0.55; }
.cms-sortable-item.is-drag-over { outline: 2px dashed var(--gold); outline-offset: 2px; }
.cms-item-header {
  display: flex; align-items: center; gap: 12px;
  margin: 0; padding: 16px 20px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(201, 169, 98, 0.14), rgba(201, 169, 98, 0.05));
}
.cms-sortable-item.is-open .cms-item-header {
  border-bottom-color: var(--line-soft);
}
.cms-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 0;
  line-height: 0;
  cursor: grab;
  touch-action: none;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 1px 2px rgba(44, 36, 32, 0.04);
}
button.cms-drag-handle { font: inherit; }
.cms-drag-handle::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    0 5px 0 currentColor,
    0 10px 0 currentColor,
    5px 0 0 currentColor,
    5px 5px 0 currentColor,
    5px 10px 0 currentColor;
}
.cms-drag-handle:active { cursor: grabbing; }
.cms-item-toggle {
  flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px;
  padding: 0; border: 0; background: none; text-align: left; cursor: pointer;
}
.cms-section-order {
  flex-shrink: 0; min-width: 34px; padding: 4px 8px; border-radius: 8px;
  background: rgba(201, 169, 98, 0.2); color: var(--gold-deep);
  font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-align: center;
}
.cms-item-title {
  flex: 1; min-width: 0;
  font-family: var(--serif); font-size: 17px; font-weight: 700; color: var(--ink);
  line-height: 1.35;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cms-item-chevron {
  flex-shrink: 0; width: 9px; height: 9px; margin-top: -2px;
  border-right: 2px solid var(--gold-deep); border-bottom: 2px solid var(--gold-deep);
  transform: rotate(45deg); transition: transform .2s;
}
.cms-sortable-item.is-open .cms-item-chevron { transform: rotate(-135deg); margin-top: 2px; }
.cms-item-body { padding: 20px 20px 24px; }
.cms-item-actions {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
  margin-left: 12px; padding-left: 12px;
  border-left: 1px solid var(--line-soft);
}
.cms-duplicate-btn,
.journal-remove-btn,
.journal-add-btn {
  min-height: 36px; padding: 8px 14px;
  border: 1px solid var(--line); color: var(--ink); background: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(44, 36, 32, 0.06);
}
.journal-remove-btn:hover {
  border-color: #c45c5c; color: #9b3434; background: rgba(196, 92, 92, 0.08);
}
.cms-duplicate-btn:hover {
  border-color: var(--gold); color: var(--gold-deep); background: rgba(191, 149, 66, 0.1);
}
.journal-add-btn { margin-top: 0; }
.journal-add-btn:hover {
  border-color: var(--gold); color: var(--gold-deep); background: rgba(191, 149, 66, 0.1);
}
.journal-post-title {
  margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--ink);
}
.journal-body-editor { margin-top: 8px; }
.collection-link-panel { margin-top: 8px; }
.collection-link-panel select { width: 100%; }
.collection-selected-products {
  display: grid; gap: 8px; margin-bottom: 12px; min-height: 42px;
  padding: 10px; border: 1px solid var(--line-soft); border-radius: 10px; background: rgba(250, 247, 242, 0.7);
}
.collection-selected-empty {
  margin: 0; color: var(--muted); font-size: 13px;
}
.collection-selected-product {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fff;
}
.collection-selected-product > span:not(.cms-drag-handle) {
  flex: 1; min-width: 0;
  color: var(--ink); font-size: 14px; font-weight: 500;
}
.collection-product-remove {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 28px; height: 28px; padding: 0; border: 1px solid var(--line); border-radius: 50%;
  background: #fff; color: var(--ink-soft); font-size: 18px; line-height: 1;
}
.collection-product-remove:hover {
  border-color: #c45c5c; color: #9b3434; background: rgba(196, 92, 92, 0.08);
}
.collection-add-product-label { margin-top: 4px; }
.content-image-preview-wrap { margin: 8px 0 12px; }
.content-image-preview {
  max-width: 240px; max-height: 150px; object-fit: cover;
  border-radius: var(--radius); border: 1px solid var(--line-soft);
}
.content-size-hint {
  margin: 0 0 10px; padding: 8px 10px; border-radius: 8px;
  background: rgba(201, 169, 98, 0.12); color: var(--ink); font-size: 12px;
}
.content-image-option-label {
  display: block; margin: 12px 0 6px; color: var(--muted);
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.check-inline { display: flex; align-items: center; gap: 8px; margin: 8px 0; font-size: 13px; text-transform: none; letter-spacing: 0; color: var(--ink); }
.check-inline input { width: auto; margin: 0; }
.checkout-field-row small { color: var(--muted); font-weight: 400; }
.content-form .admin-form-submit {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
.content-form .admin-form-submit::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  border-top: 1px solid var(--line-soft);
  pointer-events: none;
}
.admin-form > .btn-gold[type="submit"] {
  width: 100%;
  margin-top: 24px;
}
.settings-form .admin-form-submit {
  width: 100%;
  margin-top: 20px;
}
.settings-form { max-width: 720px; }
.settings-section {
  margin-bottom: 14px; border: 1px solid var(--line-soft); border-radius: 12px;
  background: #fff; overflow: hidden; box-shadow: 0 2px 8px rgba(44, 36, 32, 0.04);
}
.settings-section-title {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; cursor: pointer; list-style: none; user-select: none;
  font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--ink);
  background: linear-gradient(180deg, rgba(201, 169, 98, 0.14), rgba(201, 169, 98, 0.05));
  border-bottom: 1px solid transparent; transition: background .2s;
}
.settings-section[open] > .settings-section-title { border-bottom-color: var(--line-soft); }
.settings-section-title::-webkit-details-marker { display: none; }
.settings-section-title::after {
  content: "▾"; font-size: 12px; color: var(--gold-deep); transition: transform .2s;
}
.settings-section:not([open]) > .settings-section-title::after { transform: rotate(-90deg); }
.settings-section-title:hover { background: rgba(201, 169, 98, 0.18); }
.settings-section-body { padding: 8px 18px 18px; }
.settings-section-body label:first-child { margin-top: 10px; }
.footer-column-links { display: grid; gap: 12px; margin: 12px 0 14px; }
.footer-link-row {
  padding: 12px 14px 10px;
  border: 1px dashed var(--line-soft);
  border-radius: 10px;
  background: rgba(250, 247, 242, 0.55);
}
.footer-link-remove-btn { margin-top: 10px; }
.footer-columns-list { display: grid; gap: 10px; margin-bottom: 4px; }
.footer-column-item.cms-sortable-item { margin: 0; }
.footer-social-list { display: grid; gap: 10px; margin-bottom: 4px; }
.footer-social-item.cms-sortable-item { margin: 0; }
.home-category-selected-item,
.home-journal-selected-item {
  display: flex; align-items: center; gap: 10px;
}
.cms-collapsible-section { margin: 0; }
.field-hint { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
@media (max-width: 900px) {
  .content-grid { grid-template-columns: 1fr; }
}
