/*
Theme Name: Empire Jewellers
Theme URI: https://empirejewellers.ca
Author: Empire Jewellers
Author URI: https://empirejewellers.ca
Description: Dark-luxury WooCommerce theme for Empire Jewellers — fine jewellery, transparent gold pricing and custom design. Ported faithfully from the approved storefront design system. Includes the built-in Empire Hub control panel, live Gold Calculator, Ring Builder, appointment booking and a Google Sheet product importer — no separate plugin required.
Version: 1.13.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: empire-jewellers
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ══════════════════════════════════════════════════════════════════
   Empire Jewellers — design system
   Ported faithfully from app/public/css/storefront.css (token-driven,
   real :hover states + responsive layout), then extended with
   WordPress core + WooCommerce dark-luxury styling.
   ══════════════════════════════════════════════════════════════════ */

:root {
  --bg:         #0A0A0B;
  --bg-2:       #0D0C0B;
  --bg-3:       #080808;
  --panel:      #121110;
  --panel-2:    #0F0E0D;
  --panel-3:    #0E0D0C;
  --ink:        #F4EFE6;
  --ink-dark:   #14110B;
  --accent:     #C9AC77;
  --accent-light:#E4D3AC;
  --accent-deep:#8F7A50;
  --green:      #9CBA8F;
  --red:        #C98A7A;
  --sale:       #B98A6A;

  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --maxw: 1280px;
  --ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
input, button, textarea, select { font-family: inherit; }
input:focus, button:focus, textarea:focus, select:focus { outline: none; }
::selection { background: rgba(201,172,119,.35); }
::placeholder { color: rgba(244,239,230,.35); }

@keyframes ejFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ejPulse  { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
@keyframes ejDot    { 0%,60%,100% { transform: translateY(0); opacity:.4; } 30% { transform: translateY(-4px); opacity:1; } }
@keyframes ejFloat  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* ── Layout ── */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.wrap--narrow { max-width: 1180px; }
.wrap--ring { max-width: 1220px; }
.serif { font-family: var(--serif); }
.em, .serif em, h1 em, h2 em { font-style: italic; color: var(--accent-light); }
.dot { color: var(--accent); }
.kicker { font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 12px; }
.kicker .rule { width: 34px; height: 1px; background: rgba(201,172,119,.5); display: inline-block; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; cursor: pointer; border: none; border-radius: 999px;
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; transition: all .25s var(--ease); }
.btn-gold { background: var(--accent); color: var(--ink-dark); font-weight: 600; padding: 16px 34px; }
.btn-gold:hover { background: var(--accent-light); transform: translateY(-1px); }
.btn-outline { border: 1px solid rgba(201,172,119,.45); color: var(--ink); padding: 13px 26px; background: transparent; }
.btn-outline:hover { background: rgba(201,172,119,.12); border-color: var(--accent); }
.btn-link { color: var(--ink); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  border-bottom: 1px solid rgba(201,172,119,.5); padding-bottom: 5px; background: none; cursor: pointer; transition: color .25s; }
.btn-link:hover { color: var(--accent-light); }
.arrow { color: var(--accent); }

/* ── Announcement bar ── */
.announce { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 9px 32px;
  background: linear-gradient(90deg,#14110B,#1A1610 50%,#14110B); border-bottom: 1px solid rgba(201,172,119,.18);
  font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(244,239,230,.72); }
.announce b { color: var(--accent); font-weight: 500; }
.announce .sep { color: rgba(244,239,230,.25); }

/* ── Nav ── */
.nav { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between;
  gap: 32px; padding: 18px 48px; background: rgba(10,10,11,.85); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(244,239,230,.08); }
.nav.is-stuck { box-shadow: 0 18px 44px rgba(0,0,0,.45); }
.nav__brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.nav__brand img { height: 42px; width: auto; }
.nav__brand .custom-logo { height: 42px; width: auto; }
.nav__brand .word { display: flex; flex-direction: column; line-height: 1; }
.nav__brand .word b { font-family: var(--serif); font-size: 21px; letter-spacing: .3em; font-weight: 500; }
.nav__brand .word span { font-size: 8.5px; letter-spacing: .52em; color: rgba(244,239,230,.6); margin-top: 4px; }
.nav__links { display: flex; align-items: center; gap: 30px; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; list-style: none; margin: 0; padding: 0; }
.nav__links li { margin: 0; }
.nav__links a { color: rgba(244,239,230,.75); text-decoration: none; transition: color .2s; }
.nav__links a:hover, .nav__links a.is-active,
.nav__links li.current-menu-item > a,
.nav__links li.current_page_item > a { color: var(--ink); }
.nav__links a.is-active,
.nav__links li.current-menu-item > a { border-bottom: 1px solid rgba(201,172,119,.5); padding-bottom: 3px; color: var(--accent-light); }
/* Shop categories dropdown (injected under the "Shop" menu item) */
.nav__links li.menu-item-has-children { position: relative; }
.nav__links li.menu-item-has-children > a { padding-right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23C9AC77' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right center; background-size: 8px; }
.nav__links .sub-menu { display: block; position: absolute; top: 100%; left: 50%; margin: 0; padding: 10px; list-style: none;
  min-width: 210px; transform: translateX(-50%) translateY(8px);
  background: rgba(12,11,10,.98); backdrop-filter: blur(14px);
  border: 1px solid rgba(201,172,119,.22); border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.5);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 70; }
.nav__links li.menu-item-has-children:hover > .sub-menu,
.nav__links li.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav__links .sub-menu li { margin: 0; width: 100%; }
.nav__links .sub-menu a { display: block; padding: 9px 14px; border-radius: 9px; font-size: 11px; letter-spacing: .1em;
  color: rgba(244,239,230,.8); white-space: nowrap; background: none; }
.nav__links .sub-menu a::after { display: none; }
.nav__links .sub-menu a:hover { background: rgba(201,172,119,.1); color: var(--accent-light); }
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__cart { position: relative; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 999px; border: 1px solid rgba(244,239,230,.16); background: transparent; color: var(--ink); cursor: pointer; transition: all .25s; text-decoration: none; }
.nav__cart:hover { border-color: rgba(201,172,119,.6); }
.nav__cart .count { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: var(--accent); color: var(--ink-dark); font-size: 10.5px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; }
.nav__toggle { display: none; }

/* Header search icon */
.nav__icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 999px; border: 1px solid rgba(244,239,230,.16); background: transparent; color: var(--ink);
  cursor: pointer; transition: border-color .25s, color .25s, transform .25s; }
.nav__icon:hover { border-color: rgba(201,172,119,.6); color: var(--accent-light); }

/* Dim backdrop while searching */
.ej-search__backdrop { position: fixed; inset: 0; background: rgba(6,6,7,.7); backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden; z-index: 40; transition: opacity .3s var(--ease), visibility .3s; }
body.ej-search-active .ej-search__backdrop { opacity: 1; visibility: visible; }

/* Reveal panel */
.ej-search { display: grid; grid-template-rows: 0fr; position: absolute; top: 100%; left: 0; right: 0; z-index: 59;
  background: linear-gradient(180deg, rgba(14,13,12,.99), rgba(10,10,11,.99)); backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; box-shadow: 0 30px 70px rgba(0,0,0,.5);
  transition: grid-template-rows .34s var(--ease), border-color .34s ease; }
.ej-search.is-open { grid-template-rows: 1fr; border-bottom-color: rgba(201,172,119,.18); }
.ej-search__inner { overflow: hidden; min-height: 0; }
.ej-search__form { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 26px 48px 18px; }
.ej-search__ic { flex: none; color: var(--accent); display: flex; }
.ej-search__input { flex: 1; min-width: 0; padding: 8px 2px; border: none; border-bottom: 1px solid rgba(201,172,119,.35);
  border-radius: 0; background: transparent; color: var(--ink);
  font-family: var(--serif); font-weight: 300; font-size: 28px; letter-spacing: .01em; }
.ej-search__input::placeholder { color: rgba(244,239,230,.32); font-style: italic; }
.ej-search__input:focus { outline: none; border-bottom-color: var(--accent); box-shadow: none; }
.ej-search__go { flex: none; background: none; border: none; color: var(--accent-light); cursor: pointer; font-family: inherit;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; padding: 6px 2px; border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s; }
.ej-search__go:hover { color: var(--accent); border-bottom-color: var(--accent); }
.ej-search__close { flex: none; background: none; border: none; color: rgba(244,239,230,.5); cursor: pointer; padding: 4px;
  display: flex; transition: color .2s, transform .3s var(--ease); }
.ej-search__close:hover { color: var(--accent-light); transform: rotate(90deg); }

/* Live results */
.ej-search__results { max-width: var(--maxw); margin: 0 auto; padding: 0 48px; max-height: 62vh; overflow-y: auto;
  opacity: 0; transition: opacity .2s ease; }
.ej-search__results.is-visible { opacity: 1; padding-bottom: 24px; }
.ej-sr { display: flex; align-items: center; gap: 18px; padding: 12px 12px; border-radius: 14px; text-decoration: none;
  border: 1px solid transparent; transition: background .2s, border-color .2s, transform .2s; }
.ej-sr:hover { background: rgba(201,172,119,.07); border-color: rgba(201,172,119,.2); transform: translateX(3px); }
.ej-sr__img { flex: none; width: 58px; height: 58px; border-radius: 10px; overflow: hidden; background: rgba(244,239,230,.05); }
.ej-sr__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ej-sr__meta { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1; }
.ej-sr__title { font-family: var(--serif); font-size: 18px; color: var(--ink); line-height: 1.2;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ej-sr__price { font-size: 13.5px; color: var(--accent-light); }
.ej-sr__price del { color: rgba(244,239,230,.4); margin-right: 6px; }
.ej-sr__price ins { color: var(--accent-light); text-decoration: none; background: none; }
.ej-sr__arrow { flex: none; color: rgba(244,239,230,.35); transition: color .2s, transform .2s; }
.ej-sr:hover .ej-sr__arrow { color: var(--accent-light); transform: translateX(4px); }
.ej-sr-all { display: block; text-align: center; margin-top: 8px; padding: 14px; color: var(--accent-light);
  font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border-top: 1px solid rgba(244,239,230,.08); }
.ej-sr-all:hover { color: var(--accent); }
.ej-sr-empty, .ej-sr-loading { padding: 22px 12px 26px; color: rgba(244,239,230,.5); font-size: 14px; text-align: center; }

@media (max-width: 860px) {
  .ej-search__form { padding: 18px 22px 14px; gap: 12px; }
  .ej-search__results { padding-left: 22px; padding-right: 22px; }
  .ej-search__input { font-size: 20px; }
  .ej-search__go { display: none; }
}

/* Shop-page category bar */
.ej-shopcats { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.ej-shopcats__item { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(244,239,230,.14); color: rgba(244,239,230,.72);
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
  transition: border-color .2s, color .2s, background .2s; }
.ej-shopcats__item:hover { border-color: rgba(201,172,119,.55); color: var(--ink); }
.ej-shopcats__item.is-active { background: var(--accent); border-color: var(--accent); color: var(--ink-dark); }

/* ── Hero ── */
.hero { position: relative; overflow: hidden;
  background: radial-gradient(ellipse 900px 500px at 72% 8%, rgba(201,172,119,.10), transparent 60%),
              radial-gradient(ellipse 700px 480px at 12% 92%, rgba(120,140,150,.07), transparent 60%), var(--bg); }
.hero__grid { max-width: var(--maxw); margin: 0 auto; padding: 84px 48px 96px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero__copy { animation: ejFadeUp .8s var(--ease) both; }
.hero h1 { position: relative; font-family: var(--serif); font-weight: 300; font-size: 84px; line-height: 1.04;
  margin: 26px 0 28px; letter-spacing: .01em; }
.hero h1 .spark1 { position: absolute; top: -18px; left: 248px; font-size: 22px; color: var(--accent); animation: ejPulse 3s ease infinite; }
.hero h1 .spark2 { position: absolute; bottom: 8px; right: 96px; font-size: 15px; color: rgba(244,239,230,.55); animation: ejPulse 4s ease 1s infinite; }
.hero__sub { max-width: 460px; font-size: 16.5px; line-height: 1.75; color: rgba(244,239,230,.62); margin: 0 0 40px; }
.hero__ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 44px; margin-top: 56px; padding-top: 30px; border-top: 1px solid rgba(244,239,230,.1); flex-wrap: wrap; }
.hero__stats .val { font-family: var(--serif); font-size: 30px; color: var(--ink); }
.hero__stats .lbl { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(244,239,230,.5); margin-top: 4px; }
.hero__stats .star { color: var(--accent); font-size: 20px; }
.hero__art { position: relative; height: 560px; animation: ejFadeUp .8s var(--ease) .15s both; }
.hero__main { position: absolute; right: 0; top: 0; width: 78%; height: 100%; border-radius: 26px; overflow: hidden;
  border: 1px solid rgba(201,172,119,.22); box-shadow: 0 40px 90px rgba(0,0,0,.55); }
.hero__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__main video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__feature { position: absolute; left: 0; top: 44px; width: 220px; background: rgba(18,17,16,.92); backdrop-filter: blur(10px);
  border: 1px solid rgba(201,172,119,.25); border-radius: 18px; padding: 14px; box-shadow: 0 24px 50px rgba(0,0,0,.5); }
.hero__feature .pic { position: relative; border-radius: 12px; overflow: hidden; }
.hero__feature .pic img { width: 100%; height: 132px; object-fit: cover; display: block; }
.hero__feature .play { position: absolute; left: 10px; bottom: 10px; width: 34px; height: 34px; border-radius: 999px;
  background: rgba(10,10,11,.7); border: 1px solid rgba(244,239,230,.35); display: flex; align-items: center; justify-content: center; font-size: 11px; }
.hero__feature .ttl { font-family: var(--serif); font-size: 19px; margin-top: 12px; }
.hero__feature .desc { font-size: 11px; color: rgba(244,239,230,.55); margin-top: 3px; letter-spacing: .06em; }
.hero__review { position: absolute; left: 0; bottom: 40px; width: 244px; background: rgba(18,17,16,.92); backdrop-filter: blur(10px);
  border: 1px solid rgba(244,239,230,.14); border-radius: 18px; padding: 18px; box-shadow: 0 24px 50px rgba(0,0,0,.5); }
.hero__review .stars { color: var(--accent); font-size: 15px; letter-spacing: 3px; }
.hero__review .q { font-size: 12px; color: rgba(244,239,230,.6); margin-top: 8px; line-height: 1.5; }
.avatars { display: flex; }
.avatars span { width: 26px; height: 26px; border-radius: 999px; color: var(--ink-dark); font-size: 10px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; border: 2px solid #121110; }
.avatars span + span { margin-left: -8px; }

/* ── Gold ticker band ── */
.ticker { border-top: 1px solid rgba(201,172,119,.2); border-bottom: 1px solid rgba(201,172,119,.2);
  background: linear-gradient(90deg,#100E0A,#17130C 50%,#100E0A); }
.ticker__inner { max-width: var(--maxw); margin: 0 auto; padding: 26px 48px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.ticker__price { min-width: 200px; }
.ticker__price .lbl { font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); }
.ticker__price .row { display: flex; align-items: baseline; gap: 10px; margin-top: 6px; }
.ticker__price .big { font-family: var(--serif); font-size: 38px; line-height: 1; }
.ticker__price .unit { font-size: 12px; color: rgba(244,239,230,.55); }
.ticker__karats { display: flex; gap: 30px; flex: 1; justify-content: center; flex-wrap: wrap; }
.ticker__karats .k { text-align: center; }
.ticker__karats .k .lbl { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: rgba(244,239,230,.5); }
.ticker__karats .k .v { font-family: var(--serif); font-size: 21px; margin-top: 3px; }
.ticker__karats .k .v small { font-size: 12px; color: rgba(244,239,230,.5); }

/* ── Section header ── */
.section { max-width: var(--maxw); margin: 0 auto; padding: 110px 48px 40px; }
.section--tight { padding-top: 80px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; gap: 24px; flex-wrap: wrap; }
.section-head .kick { font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.section-head h2 { font-family: var(--serif); font-weight: 300; font-size: 52px; margin: 0; line-height: 1.05; }
.section-head .aside { font-size: 13px; color: rgba(244,239,230,.5); letter-spacing: .06em; }
.section-head__link { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
.section-head__link:hover { color: var(--accent-light); }
.section-more { text-align: center; margin-top: 44px; }

/* ── Product grid ── */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pcard { background: var(--panel); border: 1px solid rgba(244,239,230,.08); border-radius: 18px; overflow: hidden; transition: all .3s var(--ease); }
.pcard:hover { transform: translateY(-4px); border-color: rgba(201,172,119,.4); box-shadow: 0 24px 50px rgba(0,0,0,.45); }
.pcard__media { position: relative; }
.pcard__media img { width: 100%; height: 250px; object-fit: cover; display: block; }
.pcard__tag { position: absolute; top: 12px; left: 12px; padding: 5px 12px; border-radius: 999px; background: rgba(10,10,11,.72);
  border: 1px solid rgba(201,172,119,.4); font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-light); }
.pcard__body { padding: 18px 18px 20px; }
.pcard__name { font-family: var(--serif); font-size: 21px; }
.pcard__sub { font-size: 12px; color: rgba(244,239,230,.5); margin-top: 3px; letter-spacing: .04em; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.pcard__price { font-size: 15.5px; font-weight: 400; color: var(--accent-light); }
.btn-add { padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(244,239,230,.2); background: transparent;
  color: var(--ink); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: all .25s; }
.btn-add:hover, .btn-add.added { background: var(--accent); color: var(--ink-dark); border-color: var(--accent); }

/* ── Promotions ── */
.promos { max-width: var(--maxw); margin: 0 auto; padding: 80px 48px 40px; }
.promo { position: relative; overflow: hidden; background: linear-gradient(150deg,#17130C,#100E0A);
  border: 1px solid rgba(201,172,119,.28); border-radius: 20px; padding: 30px 28px; }
.promo .big { position: absolute; top: -34px; right: -12px; font-family: var(--serif); font-size: 130px; color: rgba(201,172,119,.1); line-height: 1; }
.promo .kick { font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); }
.promo .ttl { font-family: var(--serif); font-size: 27px; margin-top: 12px; line-height: 1.2; }
.promo .body { font-size: 13px; color: rgba(244,239,230,.6); line-height: 1.65; margin-top: 10px; max-width: 300px; }
.promo .code { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 14px; border-radius: 8px;
  border: 1px dashed rgba(201,172,119,.45); font-size: 12px; letter-spacing: .18em; color: var(--accent-light); }

/* ── Ring builder teaser ── */
.ring-teaser { max-width: var(--maxw); margin: 0 auto; padding: 90px 48px; }
.ring-teaser__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  background: linear-gradient(120deg,#14110B,#0E0D0C 65%); border: 1px solid rgba(201,172,119,.3); border-radius: 26px; overflow: hidden; }
.ring-teaser__copy { padding: 60px 56px; }
.ring-teaser__copy h2 { font-family: var(--serif); font-weight: 300; font-size: 48px; margin: 16px 0 18px; line-height: 1.1; }
.ring-teaser__copy p { font-size: 15px; line-height: 1.75; color: rgba(244,239,230,.62); margin: 0 0 32px; max-width: 420px; }
.ring-teaser__art { position: relative; height: 380px; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 420px 300px at 50% 55%, rgba(201,172,119,.14), transparent 65%); }
.ring-teaser__art .note { position: absolute; bottom: 26px; right: 30px; font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: rgba(244,239,230,.4); }

/* ── Liquidation ── */
.band-dark { border-top: 1px solid rgba(244,239,230,.07); background: var(--bg-2); }
.lcard { display: flex; gap: 18px; align-items: center; background: var(--panel); border: 1px solid rgba(244,239,230,.08);
  border-radius: 18px; padding: 16px; transition: all .3s var(--ease); }
.lcard:hover { border-color: rgba(201,172,119,.4); }
.lcard img { width: 108px; height: 108px; flex: none; border-radius: 14px; object-fit: cover; display: block; }
.lcard__tag { display: inline-block; padding: 3px 10px; border-radius: 999px; background: rgba(201,172,119,.14);
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-light); }
.lcard__name { font-family: var(--serif); font-size: 19.5px; margin-top: 8px; line-height: 1.15; }
.lcard__price { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.lcard__price .now { font-size: 15px; color: var(--accent-light); }
.lcard__price .was { font-size: 12.5px; color: rgba(244,239,230,.4); text-decoration: line-through; }
.lcard__price .off { font-size: 10.5px; letter-spacing: .1em; color: var(--sale); }

/* ── About + reviews ── */
.about { max-width: var(--maxw); margin: 0 auto; padding: 110px 48px 90px; }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; margin-bottom: 70px; }
.about__photo { position: relative; }
.about__photo .frame { border-radius: 24px; overflow: hidden; border: 1px solid rgba(201,172,119,.25); }
.about__photo .frame img { width: 100%; height: 420px; object-fit: cover; display: block; }
.about__badge { position: absolute; right: -20px; bottom: -20px; background: #17130C; border: 1px solid rgba(201,172,119,.4);
  border-radius: 16px; padding: 18px 22px; text-align: center; box-shadow: 0 20px 46px rgba(0,0,0,.5); }
.about__badge .n { font-family: var(--serif); font-size: 34px; line-height: 1; color: var(--accent-light); }
.about__badge .l { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: rgba(244,239,230,.55); margin-top: 6px; }
.about h2 { font-family: var(--serif); font-weight: 300; font-size: 50px; margin: 16px 0 20px; line-height: 1.12; }
.about p { font-size: 15.5px; line-height: 1.8; color: rgba(244,239,230,.65); margin: 0 0 28px; max-width: 520px; }
.about__features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 520px; }
.about__features .feat { display: flex; gap: 12px; align-items: flex-start; }
.about__features .feat span { color: var(--accent); margin-top: 1px; }
.about__features .feat .t { font-size: 13.5px; font-weight: 400; }
.about__features .feat .d { font-size: 12px; color: rgba(244,239,230,.5); margin-top: 2px; }
.rcard { background: var(--panel); border: 1px solid rgba(244,239,230,.08); border-radius: 18px; padding: 26px; }
.rcard__top { display: flex; align-items: center; justify-content: space-between; }
.rcard__top .stars { color: var(--accent); font-size: 14px; letter-spacing: 3px; }
.rcard__top .src { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(244,239,230,.4); }
.rcard p { font-size: 14px; line-height: 1.75; color: rgba(244,239,230,.75); margin: 16px 0 18px; }
.rcard__who { display: flex; align-items: center; gap: 12px; }
.rcard__who .av { width: 34px; height: 34px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), #6E5B38);
  color: var(--ink-dark); font-size: 11px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.rcard__who .nm { font-size: 13px; font-weight: 400; }
.rcard__who .dt { font-size: 11px; color: rgba(244,239,230,.45); margin-top: 1px; }

/* ── Services ── */
.services { max-width: var(--maxw); margin: 0 auto; padding: 80px 48px; }
.scard { display: block; background: transparent; border: 1px solid rgba(244,239,230,.1); border-radius: 18px;
  padding: 26px 24px; text-decoration: none; color: var(--ink); transition: all .3s var(--ease); }
.scard:hover { border-color: rgba(201,172,119,.5); background: rgba(201,172,119,.05); }
.scard .glyph { font-size: 20px; color: var(--accent); }
.scard .ttl { font-family: var(--serif); font-size: 22px; margin-top: 14px; }
.scard .body { font-size: 12.5px; color: rgba(244,239,230,.55); line-height: 1.6; margin-top: 8px; }
.scard .cta { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-light); margin-top: 16px; }

/* ── Booking CTA ── */
.bookcta { position: relative; overflow: hidden; border-top: 1px solid rgba(244,239,230,.07);
  background: radial-gradient(ellipse 800px 400px at 50% 120%, rgba(201,172,119,.16), transparent 65%), var(--bg); }
.bookcta__inner { max-width: 900px; margin: 0 auto; padding: 110px 48px; text-align: center; }
.bookcta img { height: 64px; opacity: .9; }
.bookcta h2 { font-family: var(--serif); font-weight: 300; font-size: 56px; margin: 28px 0 16px; line-height: 1.1; }
.bookcta p { font-size: 15.5px; line-height: 1.75; color: rgba(244,239,230,.6); max-width: 540px; margin: 0 auto 38px; }
.bookcta__btns { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.btn-gold--lg { padding: 16px 32px; }
.btn-outline--lg { padding: 16px 32px; }

/* ── Footer ── */
.footer { border-top: 1px solid rgba(201,172,119,.2); background: var(--bg-3); }
.footer__inner { max-width: var(--maxw); margin: 0 auto; padding: 70px 48px 34px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; }
.footer__brand img { height: 110px; width: auto; }
.footer__brand p { font-size: 13px; color: rgba(244,239,230,.5); line-height: 1.7; margin: 18px 0 0; max-width: 260px; }
.footer__col h4 { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--accent); margin: 0 0 18px; font-weight: 400; }
.footer__col .links { display: flex; flex-direction: column; gap: 11px; font-size: 13.5px; list-style: none; margin: 0; padding: 0; }
.footer__col .links li { margin: 0; }
.footer__col .links a { color: rgba(244,239,230,.65); text-decoration: none; transition: color .2s; }
.footer__col .links a:hover { color: var(--ink); }
.footer__visit { font-size: 13.5px; color: rgba(244,239,230,.65); line-height: 1.9; }
.footer__news { display: flex; gap: 8px; margin-top: 20px; }
.footer__news input { flex: 1; padding: 12px 16px; border-radius: 999px; border: 1px solid rgba(244,239,230,.15);
  background: rgba(244,239,230,.04); color: var(--ink); font-size: 12.5px; }
.footer__news button { padding: 12px 20px; border-radius: 999px; border: none; background: var(--accent); color: var(--ink-dark);
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.footer__news button:hover { background: var(--accent-light); }
.footer__bar { display: flex; align-items: center; justify-content: space-between; margin-top: 54px; padding-top: 24px;
  border-top: 1px solid rgba(244,239,230,.08); font-size: 11.5px; color: rgba(244,239,230,.4); letter-spacing: .06em; gap: 16px; flex-wrap: wrap; }
.footer__bar b { color: rgba(244,239,230,.65); font-weight: 400; }
.footer__bar .social { display: flex; gap: 18px; }
.footer__bar .social a { color: inherit; text-decoration: none; }

/* ── Utility ── */
.hidden { display: none !important; }
.spark-pulse { animation: ejPulse 3s ease infinite; }

/* ══════════════════════════════════════════════════════════════════
   WordPress core + editor block classes
   ══════════════════════════════════════════════════════════════════ */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute !important; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--panel); border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important; clip-path: none; color: var(--accent-light); display: block; font-size: 14px;
  height: auto; left: 6px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 6px;
  width: auto; z-index: 100000;
}
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 6px; top: 6px; }

.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100%; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }

.wp-caption { max-width: 100%; margin-bottom: 1.5em; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }
.wp-caption-text, .wp-element-caption { font-size: 12.5px; color: rgba(244,239,230,.5); text-align: center; margin: 8px 0 0; }
.sticky, .bypostauthor { display: block; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 1.5em; }
.gallery-item { margin: 0; }
.gallery-caption { font-size: 12px; color: rgba(244,239,230,.5); }

.wp-block-button__link { display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; background: var(--accent); color: var(--ink-dark); font-weight: 600;
  padding: 14px 30px; text-decoration: none; letter-spacing: .12em; text-transform: uppercase; font-size: 12.5px; }
.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; color: var(--ink); border: 1px solid rgba(201,172,119,.45); }
.wp-block-quote, .wp-block-pullquote { border-left: 2px solid var(--accent); padding-left: 20px; margin: 1.5em 0; color: rgba(244,239,230,.85); font-family: var(--serif); font-style: italic; font-size: 20px; }
.wp-block-code, pre, code { background: var(--panel); border: 1px solid rgba(244,239,230,.1); border-radius: 10px; padding: 2px 8px; font-size: 13px; color: var(--accent-light); }
pre.wp-block-code, pre { padding: 18px; overflow-x: auto; }
.wp-block-table table, table { width: 100%; border-collapse: collapse; }
.wp-block-separator, hr { border: none; border-top: 1px solid rgba(201,172,119,.2); margin: 2em 0; }
.wp-block-image img { border-radius: 14px; }
figure { margin: 0 0 1.5em; }

/* ══════════════════════════════════════════════════════════════════
   Empire theme structural helpers
   ══════════════════════════════════════════════════════════════════ */
.ej-main { display: block; }
.hero__main--placeholder { display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 420px 360px at 50% 42%, rgba(201,172,119,.20), transparent 68%), linear-gradient(150deg,#17130C,#0C0B09); }
.hero__main--placeholder img { width: auto; height: 180px; object-fit: contain; opacity: .92; }
.hero__feature .pic--placeholder { height: 132px; background: linear-gradient(135deg,#1E1B15,#2A2318); }
.about__photo .frame--placeholder { display: flex; align-items: center; justify-content: center; height: 420px;
  background: radial-gradient(ellipse 420px 360px at 50% 45%, rgba(201,172,119,.16), transparent 66%), linear-gradient(150deg,#17130C,#0C0B09); }
.about__photo .frame--placeholder img { width: auto; height: 140px; opacity: .9; }

/* Friendly WooCommerce-inactive notice + generic empty note */
.ej-note { background: var(--panel); border: 1px dashed rgba(201,172,119,.4); border-radius: 18px;
  padding: 40px 32px; text-align: center; color: rgba(244,239,230,.7); font-size: 14px; line-height: 1.7; }
.ej-note b { color: var(--accent-light); font-weight: 400; font-family: var(--serif); font-size: 20px; display: block; margin-bottom: 8px; }

/* Standard page / post content */
.page-hero { max-width: var(--maxw); margin: 0 auto; padding: 80px 48px 30px; }
.page-hero .kick { font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.page-hero h1 { font-family: var(--serif); font-weight: 300; font-size: 54px; margin: 0; line-height: 1.06; }
.page-hero .meta { font-size: 12.5px; color: rgba(244,239,230,.5); margin-top: 14px; letter-spacing: .06em; }
.content-area { max-width: 820px; margin: 0 auto; padding: 40px 48px 90px; }
.content-area.is-wide { max-width: var(--maxw); }

/* Pages embedding the Gold Calculator / Ring Builder / Ticker: these tools are
   edge-to-edge designs carrying their own 1180px inner container + padding, so
   the article column must get out of their way entirely (otherwise they render
   squashed inside the 820px reading column). */
.content-area.is-tools { max-width: none; padding: 0 0 90px; }
/* The tool supplies its own hero, so the page title block is suppressed
   (page.php) — this keeps its top edge flush under the sticky nav. */
.content-area.is-tools > .entry-content > .et-tools:first-child { margin-top: 0; }
/* Neutralise the reading-column typography so the tools' own scoped styles win. */
.content-area.is-tools > .entry-content { font-size: inherit; line-height: inherit; color: inherit; }
.content-area.is-tools > .entry-content > p:empty { display: none; }
.entry-content { font-size: 16px; line-height: 1.85; color: rgba(244,239,230,.82); }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 { font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.15; margin: 1.4em 0 .5em; }
.entry-content h2 { font-size: 34px; }
.entry-content h3 { font-size: 26px; }
.entry-content p { margin: 0 0 1.2em; }
.entry-content a { color: var(--accent-light); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { margin: 0 0 1.2em 1.2em; padding: 0; }
.entry-content li { margin: 0 0 .5em; }
.entry-content img { border-radius: 14px; }
.entry-thumb { border-radius: 18px; overflow: hidden; margin: 0 0 32px; border: 1px solid rgba(201,172,119,.22); }
.entry-thumb img { width: 100%; display: block; }

/* Post list (archive / search / blog) */
.post-grid { max-width: var(--maxw); margin: 0 auto; padding: 40px 48px 90px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { background: var(--panel); border: 1px solid rgba(244,239,230,.08); border-radius: 18px; overflow: hidden; transition: all .3s var(--ease); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); border-color: rgba(201,172,119,.4); box-shadow: 0 24px 50px rgba(0,0,0,.45); }
.post-card .thumb { height: 200px; overflow: hidden; background: linear-gradient(135deg,#1E1B15,#2A2318); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.post-card h2 { font-family: var(--serif); font-weight: 400; font-size: 24px; margin: 0 0 10px; line-height: 1.15; }
.post-card h2 a { text-decoration: none; }
.post-card .excerpt { font-size: 13.5px; color: rgba(244,239,230,.6); line-height: 1.65; flex: 1; }
.post-card .more { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-light); margin-top: 18px; text-decoration: none; }

.pagination { max-width: var(--maxw); margin: 0 auto; padding: 0 48px 90px; display: flex; gap: 8px; flex-wrap: wrap; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; width: 100%; }
.pagination .screen-reader-text { position: absolute; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px;
  border-radius: 999px; border: 1px solid rgba(244,239,230,.16); text-decoration: none; font-size: 13px; transition: all .2s; }
.pagination .page-numbers:hover, .pagination .page-numbers.current { border-color: var(--accent); color: var(--accent-light); }

.error-404 { max-width: 700px; margin: 0 auto; padding: 120px 48px; text-align: center; }
.error-404 .code { font-family: var(--serif); font-size: 120px; line-height: 1; color: rgba(201,172,119,.25); }
.error-404 h1 { font-family: var(--serif); font-weight: 300; font-size: 46px; margin: 10px 0 16px; }
.error-404 p { color: rgba(244,239,230,.6); font-size: 15px; line-height: 1.7; margin: 0 auto 32px; max-width: 460px; }
.search-form { display: flex; gap: 8px; max-width: 420px; margin: 0 auto; }
.search-form input[type="search"] { flex: 1; padding: 13px 18px; border-radius: 999px; border: 1px solid rgba(244,239,230,.15);
  background: rgba(244,239,230,.04); color: var(--ink); font-size: 13.5px; }
.search-form button { padding: 13px 24px; border-radius: 999px; border: none; background: var(--accent); color: var(--ink-dark);
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; cursor: pointer; }

/* Comments */
.comments-area { max-width: 820px; margin: 0 auto; padding: 0 48px 80px; }
.comments-area h2 { font-family: var(--serif); font-weight: 400; font-size: 28px; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-list li { background: var(--panel); border: 1px solid rgba(244,239,230,.08); border-radius: 14px; padding: 20px; margin: 0 0 16px; }
.comment-list .children { list-style: none; margin: 16px 0 0 24px; padding: 0; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  width: 100%; padding: 13px 16px; border-radius: 12px; border: 1px solid rgba(244,239,230,.14);
  background: rgba(244,239,230,.04); color: var(--ink); font-size: 14px; margin-bottom: 14px; }
.comment-form input[type="submit"] { padding: 14px 30px; border-radius: 999px; border: none; background: var(--accent);
  color: var(--ink-dark); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; cursor: pointer; }

/* Footer widget areas */
.footer__col .widget { margin: 0 0 24px; }
.footer__col .widget-title { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--accent); margin: 0 0 18px; font-weight: 400; }
.footer__col .widget ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; font-size: 13.5px; }
.footer__col .widget ul a { color: rgba(244,239,230,.65); text-decoration: none; }
.footer__col .widget ul a:hover { color: var(--ink); }

/* ══════════════════════════════════════════════════════════════════
   WooCommerce — dark-luxury styling (mapped onto Empire tokens)
   ══════════════════════════════════════════════════════════════════ */
.woocommerce, .woocommerce-page { color: var(--ink); }
.woocommerce a { color: var(--ink); }

/* Product loop grid → .pcard look */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none;
}
.woocommerce ul.products.columns-1 { grid-template-columns: 1fr; }
.woocommerce ul.products.columns-2 { grid-template-columns: repeat(2, 1fr); }
.woocommerce ul.products.columns-3 { grid-template-columns: repeat(3, 1fr); }
.woocommerce ul.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
.woocommerce ul.products.columns-5 { grid-template-columns: repeat(5, 1fr); }
.woocommerce ul.products.columns-6 { grid-template-columns: repeat(6, 1fr); }
/* WooCommerce adds a ::before/::after clearfix to ul.products. Inside a CSS
   grid those pseudo-elements become phantom cells that push the first product
   into column 2 (empty first cell + an orphan wrapping to the next row).
   Remove them so products fill from column 1. */
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before, .woocommerce-page ul.products::after { content: none; display: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative; width: auto !important; margin: 0 !important; float: none !important; clear: none !important;
  background: var(--panel); border: 1px solid rgba(244,239,230,.08); border-radius: 18px; overflow: hidden;
  padding: 0 0 20px; text-align: left; transition: all .3s var(--ease); list-style: none;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px); border-color: rgba(201,172,119,.4); box-shadow: 0 24px 50px rgba(0,0,0,.45);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a { text-decoration: none; color: var(--ink); }
.woocommerce ul.products li.product a img {
  width: 100%; height: 250px; object-fit: cover; display: block; margin: 0 0 16px; border-radius: 0; box-shadow: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-family: var(--serif); font-weight: 400; font-size: 21px; line-height: 1.15;
  padding: 0 18px; margin: 0; color: var(--ink);
}
.woocommerce ul.products li.product .price {
  display: block; padding: 0 18px; margin: 8px 0 0; color: var(--accent-light); font-weight: 400; font-size: 15.5px;
}
.woocommerce ul.products li.product .price del { color: rgba(244,239,230,.4); font-weight: 300; margin-right: 6px; }
.woocommerce ul.products li.product .price ins { color: var(--accent-light); background: transparent; text-decoration: none; font-weight: 400; }
.woocommerce ul.products li.product .star-rating { margin: 10px 18px 0; color: var(--accent); font-size: 13px; }
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  display: inline-block; margin: 14px 18px 0; padding: 9px 18px; border-radius: 999px;
  border: 1px solid rgba(244,239,230,.2); background: transparent; color: var(--ink);
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: all .25s; line-height: 1.4;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button.added,
.woocommerce ul.products li.product .added_to_cart:hover {
  background: var(--accent); color: var(--ink-dark); border-color: var(--accent);
}

/* Sale flash → refined gold tag. High specificity + !important on the
   position/margin so WooCommerce's own default (which pushes the badge out
   of the card with a negative margin, then gets clipped by overflow:hidden)
   can never win. Inset clear of the 18px rounded corner. */
.woocommerce span.onsale,
.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale,
.woocommerce div.product span.onsale {
  position: absolute !important; top: 16px !important; left: 16px !important; right: auto !important; bottom: auto !important;
  margin: 0 !important; z-index: 5;
  min-height: 0; min-width: 0; padding: 6px 13px; border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-light), var(--accent)); border: none;
  color: var(--ink-dark); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; line-height: 1;
}

/* Result count / ordering toolbar */
.woocommerce .woocommerce-result-count { color: rgba(244,239,230,.55); font-size: 12.5px; letter-spacing: .06em; }
.woocommerce .woocommerce-ordering select,
.woocommerce select, .woocommerce .select2-container .select2-selection {
  background: rgba(244,239,230,.04); border: 1px solid rgba(244,239,230,.14); color: var(--ink);
  border-radius: 10px; padding: 10px 14px; font-size: 13px;
}
.woocommerce .woocommerce-breadcrumb { color: rgba(244,239,230,.5); font-size: 12px; letter-spacing: .08em; margin-bottom: 24px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--accent-light); text-decoration: none; }

/* Shop / archive pagination — dark-luxury pills (overrides WooCommerce's default box row) */
.woocommerce nav.woocommerce-pagination { margin: 64px auto 0; text-align: center; }
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex; align-items: center; gap: 10px;
  border: none; padding: 0; margin: 0; white-space: normal;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none; margin: 0; padding: 0; overflow: visible; display: inline-flex;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 46px; height: 46px; padding: 0 14px; margin: 0;
  border-radius: 999px; border: 1px solid rgba(244,239,230,.14); background: transparent;
  color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 400;
  letter-spacing: .02em; line-height: 1; text-decoration: none;
  transition: all .25s var(--ease);
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
  border-color: var(--accent); color: var(--accent-light);
  background: rgba(201,172,119,.08); transform: translateY(-2px);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--accent); border-color: var(--accent); color: var(--ink-dark); font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li span.dots {
  border-color: transparent; background: transparent; color: rgba(244,239,230,.4);
  min-width: 24px; padding: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  padding: 0 24px; color: var(--accent-light); font-size: 20px; letter-spacing: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  border-color: var(--accent); color: var(--accent-light);
}
@media (max-width: 600px) {
  .woocommerce nav.woocommerce-pagination { margin-top: 44px; }
  .woocommerce nav.woocommerce-pagination ul { gap: 7px; }
  .woocommerce nav.woocommerce-pagination ul li a.page-numbers,
  .woocommerce nav.woocommerce-pagination ul li span.page-numbers {
    min-width: 40px; height: 40px; padding: 0 11px; font-size: 15px;
  }
  .woocommerce nav.woocommerce-pagination ul li a.prev,
  .woocommerce nav.woocommerce-pagination ul li a.next { padding: 0 16px; font-size: 17px; }
}

/* Single product */
.woocommerce div.product .product_title,
.woocommerce div.product h1.product_title {
  font-family: var(--serif); font-weight: 300; font-size: 42px; line-height: 1.08; margin: 0 0 14px; color: var(--ink);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--accent-light); font-size: 26px; font-weight: 400; }
.woocommerce div.product p.price del { color: rgba(244,239,230,.4); }
.woocommerce div.product p.price ins { color: var(--accent-light); text-decoration: none; background: transparent; }
.woocommerce div.product .woocommerce-product-details__short-description { color: rgba(244,239,230,.7); font-size: 15px; line-height: 1.75; margin-top: 18px; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: 18px; overflow: hidden; }
.woocommerce div.product .woocommerce-product-gallery img { border-radius: 14px; }
.woocommerce div.product form.cart { margin: 26px 0; }
.woocommerce div.product form.cart .quantity input.qty {
  width: 68px; padding: 12px; border-radius: 10px; border: 1px solid rgba(244,239,230,.16);
  background: rgba(244,239,230,.04); color: var(--ink); text-align: center; font-size: 14px;
}
.woocommerce .woocommerce-tabs ul.tabs { border: none; padding: 0; margin: 0 0 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.woocommerce .woocommerce-tabs ul.tabs li {
  background: transparent; border: 1px solid rgba(244,239,230,.14); border-radius: 999px; margin: 0; padding: 0;
}
.woocommerce .woocommerce-tabs ul.tabs li::before,
.woocommerce .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce .woocommerce-tabs ul.tabs li a { padding: 10px 20px; color: rgba(244,239,230,.7); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce .woocommerce-tabs ul.tabs li.active { border-color: var(--accent); background: rgba(201,172,119,.1); }
.woocommerce .woocommerce-tabs ul.tabs li.active a { color: var(--accent-light); }
.woocommerce #reviews h3, .woocommerce .related h2, .woocommerce .upsells h2 {
  font-family: var(--serif); font-weight: 300; font-size: 34px; color: var(--ink);
}

/* Buttons — primary (gold) */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce div.product form.cart .button, .woocommerce .single_add_to_cart_button {
  background: var(--accent); color: var(--ink-dark); font-weight: 600; border: none; border-radius: 999px;
  padding: 14px 30px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: all .25s var(--ease); line-height: 1.4;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, .woocommerce .single_add_to_cart_button:hover {
  background: var(--accent-light); color: var(--ink-dark);
}

/* Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, .woocommerce .woocommerce-info {
  background: var(--panel); border: 1px solid rgba(201,172,119,.28); color: rgba(244,239,230,.82);
  border-radius: 12px; padding: 16px 20px 16px 44px; font-size: 13.5px; list-style: none;
}
.woocommerce-error { border-color: rgba(201,138,122,.42); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--accent); }
.woocommerce-error::before { color: var(--red); }
.woocommerce-message a.button, .woocommerce-info a.button { background: transparent; border: 1px solid rgba(201,172,119,.5); color: var(--accent-light); padding: 8px 18px; }

/* Form fields (cart, checkout, account) */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce .woocommerce-input-wrapper input, .woocommerce-page form .form-row input.input-text,
.woocommerce #order_review input, .woocommerce-cart .coupon input.input-text {
  background: rgba(244,239,230,.04); border: 1px solid rgba(244,239,230,.14); color: var(--ink);
  border-radius: 12px; padding: 13px 16px; font-size: 14px; width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page label { color: rgba(244,239,230,.7); font-size: 12.5px; letter-spacing: .04em; }

/* Tables — cart, checkout, account, order */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  background: var(--panel); border: 1px solid rgba(244,239,230,.08); border-radius: 16px; border-collapse: separate;
  border-spacing: 0; overflow: hidden;
}
.woocommerce table.shop_table th { color: var(--accent); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; padding: 16px; border-bottom: 1px solid rgba(244,239,230,.08); }
.woocommerce table.shop_table td { color: rgba(244,239,230,.82); padding: 16px; border-top: 1px solid rgba(244,239,230,.06); font-size: 14px; }
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td { border-top: 1px solid rgba(244,239,230,.1); }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals h2 { color: var(--ink); }
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading, .woocommerce-checkout h3 {
  font-family: var(--serif); font-weight: 400; font-size: 26px; color: var(--ink);
}
.woocommerce .cart-collaterals .cart_totals table { width: 100%; }
.woocommerce a.remove { color: var(--accent-light) !important; border-color: rgba(201,172,119,.4); }
.woocommerce a.remove:hover { background: var(--red) !important; color: var(--ink-dark) !important; }

/* Checkout order review + payment box */
.woocommerce-checkout #payment { background: var(--panel-2); border: 1px solid rgba(244,239,230,.08); border-radius: 16px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid rgba(244,239,230,.08); }
.woocommerce-checkout #payment div.payment_box { background: rgba(244,239,230,.03); color: rgba(244,239,230,.75); border-radius: 10px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: rgba(244,239,230,.03); }

/* Account nav */
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid rgba(244,239,230,.08); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 4px; color: rgba(244,239,230,.7); text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { color: var(--accent-light); }

/* Cart/mini badge already covered by .nav__cart .count */

/* ══════════════════ Responsive ══════════════════ */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__art { height: 460px; }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .ring-teaser__inner { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .woocommerce ul.products, .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-3 { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .wrap, .hero__grid, .ticker__inner, .section, .promos, .ring-teaser, .about, .services, .footer__inner, .bookcta__inner,
  .page-hero, .content-area, .post-grid, .pagination, .comments-area { padding-left: 22px; padding-right: 22px; }
  /* Tool pages stay edge-to-edge on mobile too — the tools pad themselves. */
  .content-area.is-tools { padding-left: 0; padding-right: 0; }
  .nav { padding: 14px 22px; }
  .nav__links, .nav__right .btn-outline { display: none; }
  .nav__toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(244,239,230,.16); background: transparent; color: var(--ink); cursor: pointer; }
  .nav.open .nav__links { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px; background: rgba(10,10,11,.97); border-bottom: 1px solid rgba(244,239,230,.08); }
  .nav.open .nav__links .sub-menu { position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    box-shadow: none; border: none; background: transparent; padding: 6px 0 2px 12px; min-width: 0; }
  .nav.open .nav__links .sub-menu a { padding: 6px 0; }
  .nav.open .nav__links li.menu-item-has-children > a { background-image: none; padding-right: 0; }
  .hero h1 { font-size: 56px; }
  .hero h1 .spark1 { left: auto; right: 20px; }
  .section-head h2, .about h2, .page-hero h1 { font-size: 38px; }
  .grid-3 { grid-template-columns: 1fr; }
  .bookcta h2 { font-size: 38px; }
  .footer__grid { grid-template-columns: 1fr; }
  .section { padding-top: 70px; }
  .post-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: 1fr; }
  .woocommerce ul.products, .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-2 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 44px; }
  .announce { gap: 16px; font-size: 10px; flex-wrap: wrap; }
  .announce .sep { display: none; }
  .hero__feature, .hero__review { position: static; width: 100%; margin-top: 14px; }
  .hero__main { position: static; width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .hero__art { height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* ==================================================================
   Motion & interaction layer (v1.6): scroll reveals, hero intro,
   premium buttons, richer hover, single-product CRO, footer payments.
   ================================================================== */

@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

/* -- Scroll reveal: whole block -- */
.has-js .ej-reveal { opacity: 0; transform: translateY(34px);
  transition: opacity 1s var(--ease), transform 1s var(--ease); will-change: opacity, transform; }
.has-js .ej-reveal.is-visible { opacity: 1; transform: none; }

/* -- Scroll reveal: staggered children -- */
.has-js .ej-reveal-group > * { opacity: 0; transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease); }
.has-js .ej-reveal-group.is-visible > * { opacity: 1; transform: none; }
.has-js .ej-reveal-group.is-visible > *:nth-child(2) { transition-delay: .08s; }
.has-js .ej-reveal-group.is-visible > *:nth-child(3) { transition-delay: .16s; }
.has-js .ej-reveal-group.is-visible > *:nth-child(4) { transition-delay: .24s; }
.has-js .ej-reveal-group.is-visible > *:nth-child(5) { transition-delay: .32s; }
.has-js .ej-reveal-group.is-visible > *:nth-child(6) { transition-delay: .40s; }

/* -- Hero intro on load -- */
@keyframes ejHeroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes ejArtIn  { from { opacity: 0; transform: translateY(30px) scale(.985); } to { opacity: 1; transform: none; } }
.has-js .hero__copy > * { opacity: 0; animation: ejHeroIn .95s var(--ease) forwards; }
.has-js .hero__copy > *:nth-child(1) { animation-delay: .05s; }
.has-js .hero__copy > *:nth-child(2) { animation-delay: .15s; }
.has-js .hero__copy > *:nth-child(3) { animation-delay: .25s; }
.has-js .hero__copy > *:nth-child(4) { animation-delay: .35s; }
.has-js .hero__copy > *:nth-child(5) { animation-delay: .45s; }
.has-js .hero__art { opacity: 0; animation: ejArtIn 1.1s var(--ease) .2s forwards; }

/* -- Premium buttons -- */
.btn { position: relative; overflow: hidden; }
.btn-gold { box-shadow: 0 12px 30px -14px rgba(201,172,119,.55); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 20px 42px -14px rgba(201,172,119,.62); }
.btn-gold:active { transform: translateY(0); }
.btn-gold::after { content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-18deg);
  transition: left .75s var(--ease); pointer-events: none; }
.btn-gold:hover::after { left: 150%; }
.btn-outline { transition: all .3s var(--ease); }
.btn-outline:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -16px rgba(0,0,0,.6); }
.btn .arrow, .btn-link .arrow { transition: transform .3s var(--ease); }
.btn:hover .arrow, .btn-link:hover .arrow { transform: translateX(4px); }

/* -- Richer hover life -- */
.scard { transition: transform .4s var(--ease), border-color .3s var(--ease), background .3s var(--ease), box-shadow .4s var(--ease); }
.scard:hover { transform: translateY(-5px); box-shadow: 0 26px 54px -22px rgba(0,0,0,.55); }
.scard .cta { display: inline-block; transition: transform .3s var(--ease); }
.scard:hover .cta { transform: translateX(5px); }
.rcard { transition: transform .35s var(--ease), border-color .3s var(--ease); }
.rcard:hover { transform: translateY(-3px); border-color: rgba(201,172,119,.28); }
.nav__links a { position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -5px; height: 1px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: left center;
  transition: transform .32s var(--ease); }
.nav__links a:hover::after { transform: scaleX(1); }
.footer .links a { display: inline-block; transition: color .25s var(--ease), transform .25s var(--ease); }
.footer .links a:hover { color: var(--accent-light); transform: translateX(3px); }
.woocommerce ul.products li.product a img { transition: transform .6s var(--ease); }
.woocommerce ul.products li.product:hover a img { transform: scale(1.06); }

/* -- Single product: CRO layout -- */
.woocommerce div.product {
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 56px; align-items: start;
}
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary.entry-summary {
  width: auto !important; float: none !important; margin: 0 !important;
}
/* Gallery aligns to the top of the row and scrolls with the page. NOT sticky:
   its containing block is the whole div.product (which includes the full-width
   tabs/related below), so a sticky gallery would overlap them on scroll. Keep
   position:relative for the zoom trigger, but no top offset (top:104px on a
   relative box was pushing the image down 104px and opening a gap). */
.woocommerce div.product .woocommerce-product-gallery { position: relative; top: auto; align-self: start; }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products { grid-column: 1 / -1; margin-top: 34px; }
.woocommerce div.product .summary.entry-summary > * { margin-top: 18px; }
.woocommerce div.product .summary.entry-summary > *:first-child { margin-top: 0; }
.woocommerce div.product form.cart { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin: 24px 0 6px; }
.woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 220px; padding: 17px 34px; font-size: 12.5px; }
.woocommerce div.product .stock { color: rgba(244,239,230,.55); font-size: 12.5px; letter-spacing: .04em; }
.woocommerce div.product .stock.in-stock::before { content: "\2022  "; color: #8FBA8A; }

/* Trust badges under the add-to-cart */
.ej-trust { list-style: none; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(244,239,230,.1);
  display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.ej-trust li { display: flex; align-items: flex-start; gap: 10px; color: rgba(244,239,230,.72);
  font-size: 12.5px; line-height: 1.5; letter-spacing: .01em; }
.ej-trust li svg { flex: none; width: 16px; height: 16px; margin-top: 1px; color: var(--accent); }

@media (max-width: 860px) {
  .woocommerce div.product { grid-template-columns: 1fr; gap: 32px; }
  .woocommerce div.product .woocommerce-product-gallery { position: static; top: auto; }
  .ej-trust { grid-template-columns: 1fr; }
}

/* -- Footer payment marks -- */
.footer__pay { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; color: var(--ink); }
.footer__pay .pay { display: inline-flex; align-items: center; justify-content: center; height: 26px; padding: 0 9px;
  border-radius: 6px; border: 1px solid rgba(244,239,230,.14); background: rgba(244,239,230,.035);
  transition: border-color .25s var(--ease), background .25s var(--ease); }
.footer__pay .pay:hover { border-color: rgba(201,172,119,.4); background: rgba(201,172,119,.07); }
.footer__pay .pay svg { height: 13px; width: auto; display: block; opacity: .72; }
.footer__pay .pay:hover svg { opacity: .95; }

/* -- Reduced motion: honour the user's preference -- */
@media (prefers-reduced-motion: reduce) {
  .has-js .ej-reveal, .has-js .ej-reveal-group > *,
  .has-js .hero__copy > *, .has-js .hero__art {
    opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important;
  }
  .btn-gold::after { display: none; }
}
/* ==================================================================
   Product photo framing (v1.6.1): square panel + subject-focused crop.
   The studio photos frame each piece LOW in the frame, so we crop the
   gallery to a clean square and pull the focal point downward, bringing
   the jewellery into the centre of the panel. Applies to the product
   gallery and (lighter) to the shop/home cards.
   ================================================================== */
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery__image {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden;
  border-radius: 16px;
}
.woocommerce div.product .woocommerce-product-gallery__image > a {
  display: block; width: 100%; height: 100%;
}
.woocommerce div.product .woocommerce-product-gallery__image img,
.woocommerce div.product .woocommerce-product-gallery__image > a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 72% !important;
  border-radius: 16px;
  display: block;
}
/* Zoom overlay (jquery.zoom) must track the same crop so hover-zoom lines up */
.woocommerce div.product .woocommerce-product-gallery__image img.zoomImg {
  object-fit: cover !important; object-position: center 72% !important;
}
/* Shop / homepage product cards: same downward bias, square-ish crop */
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1; height: auto !important; object-position: center 68%;
}
/* ==================================================================
   Premium buttons (v1.6.1): brushed-gold gradient + polished edges.
   ================================================================== */
.btn-gold,
.btn-gold--lg,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background: linear-gradient(135deg, #EFE0BC 0%, #D9BE88 42%, #C9AC77 56%, #B2925C 100%) !important;
  color: #191206 !important;
  border: 1px solid rgba(201,172,119,.65) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 16px 34px -14px rgba(201,172,119,.55) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  transition: background .35s var(--ease), box-shadow .35s var(--ease), transform .3s var(--ease) !important;
}
.btn-gold:hover,
.btn-gold--lg:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background: linear-gradient(135deg, #F6EACE 0%, #E4CD9A 42%, #D4B77E 56%, #BE9E68 100%) !important;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    inset 0 -1px 0 rgba(0,0,0,.2),
    0 24px 48px -16px rgba(201,172,119,.62) !important;
}
.btn-gold:active,
.woocommerce div.product form.cart .single_add_to_cart_button:active { transform: translateY(0) !important; }

/* Premium outline buttons (Book an appointment, secondary CTAs) */
.btn-outline, .btn-outline--lg {
  border: 1px solid rgba(201,172,119,.5);
  background: linear-gradient(180deg, rgba(201,172,119,.07), rgba(201,172,119,.02));
  box-shadow: inset 0 1px 0 rgba(244,239,230,.04);
}
.btn-outline:hover, .btn-outline--lg:hover {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(201,172,119,.16), rgba(201,172,119,.06));
  box-shadow: inset 0 1px 0 rgba(244,239,230,.06), 0 14px 30px -16px rgba(0,0,0,.6);
}
/* ==================================================================
   Product tabs + WooCommerce Cart & Checkout BLOCKS (v1.6.2)
   ================================================================== */

/* -- Product tabs: elegant underline instead of pills -- */
.woocommerce .woocommerce-tabs ul.tabs {
  border: none !important; border-bottom: 1px solid rgba(244,239,230,.12) !important;
  padding: 0; margin: 0 0 30px; display: flex; gap: 34px; flex-wrap: wrap;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  background: none !important; border: none !important; border-radius: 0 !important;
  margin: 0; padding: 0; position: relative;
}
.woocommerce .woocommerce-tabs ul.tabs li::before,
.woocommerce .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce .woocommerce-tabs ul.tabs li a {
  display: inline-block; padding: 0 0 14px; color: rgba(244,239,230,.5);
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
}
.woocommerce .woocommerce-tabs ul.tabs li a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left center;
  transition: transform .3s var(--ease);
}
.woocommerce .woocommerce-tabs ul.tabs li a:hover,
.woocommerce .woocommerce-tabs ul.tabs li.active a { color: var(--accent-light); }
.woocommerce .woocommerce-tabs ul.tabs li.active a::after { transform: scaleX(1); }

/* -- Cart & Checkout blocks: dark-luxury theme -- */
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout,
.wc-block-cart, .wc-block-checkout { color: var(--ink); }

.wc-block-components-checkout-step__title,
.wc-block-components-title, .wc-block-cart__totals-title {
  font-family: var(--serif) !important; color: var(--ink) !important; font-weight: 400 !important;
}
.wc-block-components-checkout-step__title { font-size: 22px !important; }
.wc-block-components-checkout-step__description,
.wc-block-components-address-card { color: rgba(244,239,230,.6) !important; }

/* Inputs, selects, comboboxes, textareas */
.wc-block-components-text-input input,
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-select select,
.wc-block-components-combobox input,
.wc-block-components-textarea,
.wc-block-checkout textarea {
  background: rgba(244,239,230,.045) !important;
  border: 1px solid rgba(244,239,230,.16) !important;
  color: var(--ink) !important;
  border-radius: 12px !important;
}
.wc-block-components-text-input input:focus,
.wc-block-components-select select:focus,
.wc-block-components-combobox input:focus {
  border-color: var(--accent) !important; outline: none !important;
  box-shadow: 0 0 0 1px rgba(201,172,119,.3) !important;
}
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-select label { color: rgba(244,239,230,.5) !important; }
.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active label { color: var(--accent-light) !important; }
.wc-block-components-select__container { background: transparent !important; }
.wc-block-components-select select option { background: #121110; color: #F4EFE6; }

/* Order summary / sidebar panel */
.wc-block-checkout__sidebar,
.wc-block-components-sidebar {
  background: var(--panel) !important; border: 1px solid rgba(244,239,230,.08) !important;
  border-radius: 18px !important;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-product-metadata,
.wc-block-components-product-name { color: var(--ink) !important; }
.wc-block-components-order-summary-item__total-price,
.wc-block-components-totals-item__value { color: var(--ink) !important; }
.wc-block-components-totals-item { color: rgba(244,239,230,.75) !important; border-color: rgba(244,239,230,.08) !important; }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--ink) !important; font-family: var(--serif) !important; font-size: 20px !important;
}
.wc-block-components-panel, .wc-block-components-totals-coupon {
  border-color: rgba(244,239,230,.1) !important;
}
.wc-block-components-panel__button, .wc-block-components-panel__content { color: var(--ink) !important; }

/* Buttons: place order + proceed -> premium gold */
.wc-block-components-button.contained,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
  background: linear-gradient(135deg, #EFE0BC 0%, #D9BE88 42%, #C9AC77 56%, #B2925C 100%) !important;
  color: #191206 !important; border: 1px solid rgba(201,172,119,.65) !important;
  border-radius: 999px !important; font-weight: 600 !important; letter-spacing: .12em !important;
  text-transform: uppercase !important; padding: 16px 30px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 16px 34px -14px rgba(201,172,119,.55) !important;
}
.wc-block-components-button.contained:hover,
.wc-block-cart__submit-button:hover { filter: brightness(1.05); }

/* Quantity selector (cart block) */
.wc-block-components-quantity-selector {
  border: 1px solid rgba(244,239,230,.16) !important; border-radius: 10px !important; background: rgba(244,239,230,.03) !important;
}
.wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector__button { color: var(--ink) !important; background: transparent !important; }

/* Notices */
.wc-block-components-notice-banner {
  background: var(--panel) !important; border-radius: 12px !important; color: rgba(244,239,230,.85) !important;
}
.wc-block-components-notice-banner.is-error { border: 1px solid rgba(201,138,122,.4) !important; }
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success { border: 1px solid rgba(201,172,119,.3) !important; }

/* Radio / accordion options (shipping + payment) */
.wc-block-components-radio-control__option,
.wc-block-components-radio-control-accordion-option { border-color: rgba(244,239,230,.1) !important; }
.wc-block-checkout a, .wc-block-cart a { color: var(--accent-light); }
.wc-block-components-checkbox__input[type="checkbox"] { accent-color: var(--accent); }

/* Checkout & cart blocks — internal padding + spacing so the order summary
   card and steps aren't cramped, especially on mobile (v1.11.4). */
.wc-block-checkout__sidebar,
.wc-block-cart__sidebar { padding: 22px !important; }
.wc-block-components-order-summary-item { padding-top: 16px !important; padding-bottom: 16px !important; }
.wc-block-components-checkout-step { margin-bottom: 14px; }
.wc-block-components-order-summary__content { padding: 2px 0; }
@media (max-width: 860px) {
  .wc-block-checkout__sidebar,
  .wc-block-cart__sidebar { padding: 18px !important; }
  .wc-block-components-checkout-step__title { font-size: 20px !important; }
}
/* ==================================================================
   Side cart drawer (v1.6.2)
   ================================================================== */
.ej-cart { position: fixed; inset: 0; z-index: 1200; visibility: hidden; pointer-events: none; }
.ej-cart.is-open { visibility: visible; pointer-events: auto; }
body.ej-cart-open { overflow: hidden; }

.ej-cart__overlay { position: absolute; inset: 0; background: rgba(6,6,7,.62);
  opacity: 0; transition: opacity .35s var(--ease); }
.ej-cart.is-open .ej-cart__overlay { opacity: 1; }

.ej-cart__panel { position: absolute; top: 0; right: 0; height: 100%; width: 410px; max-width: 92vw;
  background: linear-gradient(180deg,#141210,#0c0b0a); border-left: 1px solid rgba(201,172,119,.2);
  box-shadow: -34px 0 90px rgba(0,0,0,.62); transform: translateX(100%);
  transition: transform .42s var(--ease); display: flex; flex-direction: column; }
.ej-cart.is-open .ej-cart__panel { transform: none; }

.ej-cart__head { display: flex; align-items: center; justify-content: space-between;
  padding: 26px 28px 18px; border-bottom: 1px solid rgba(244,239,230,.08); }
.ej-cart__title { font-family: var(--serif); font-size: 25px; color: var(--ink); letter-spacing: .01em; }
.ej-cart__close { background: none; border: none; color: rgba(244,239,230,.6); cursor: pointer;
  padding: 6px; border-radius: 999px; display: inline-flex; transition: color .2s var(--ease), background .2s var(--ease); }
.ej-cart__close:hover { color: var(--ink); background: rgba(244,239,230,.07); }
.ej-cart__body { flex: 1; overflow-y: auto; padding: 6px 28px 28px; }

/* Mini-cart contents */
.ej-cart .woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.ej-cart li.woocommerce-mini-cart-item { display: flex; gap: 15px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid rgba(244,239,230,.07); position: relative; margin: 0; }
.ej-cart .woocommerce-mini-cart-item a:not(.remove) { color: var(--ink); text-decoration: none;
  font-family: var(--serif); font-size: 16.5px; line-height: 1.25; display: block; padding-right: 22px; }
.ej-cart .woocommerce-mini-cart-item a:not(.remove):hover { color: var(--accent-light); }
.ej-cart .woocommerce-mini-cart-item img { width: 64px; height: 64px; object-fit: cover;
  border-radius: 10px; order: -1; float: none; margin: 0; border: 1px solid rgba(244,239,230,.08); }
.ej-cart .woocommerce-mini-cart-item .quantity { display: block; color: rgba(244,239,230,.6); font-size: 13px; margin-top: 5px; }
.ej-cart .woocommerce-mini-cart-item .quantity .amount { color: var(--accent-light); }
.ej-cart a.remove, .ej-cart .remove_from_cart_button { position: absolute; top: 18px; right: 0;
  width: 22px; height: 22px; line-height: 20px; text-align: center; border-radius: 999px;
  color: rgba(244,239,230,.4) !important; font-size: 17px; text-decoration: none; background: none !important; }
.ej-cart a.remove:hover, .ej-cart .remove_from_cart_button:hover { color: var(--red) !important; background: rgba(201,138,122,.12) !important; }

.ej-cart .woocommerce-mini-cart__total { display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0 6px; margin-top: 4px; border-top: 1px solid rgba(244,239,230,.1);
  font-family: var(--serif); font-size: 19px; color: var(--ink); }
.ej-cart .woocommerce-mini-cart__total strong { font-weight: 400; }
.ej-cart .woocommerce-mini-cart__total .amount { color: var(--accent-light); }

.ej-cart .woocommerce-mini-cart__buttons { display: flex; flex-direction: column; gap: 12px; margin: 16px 0 0; padding: 0; }
.ej-cart .woocommerce-mini-cart__buttons .button { display: block; width: 100%; text-align: center; margin: 0;
  padding: 15px 22px; border-radius: 999px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
/* "View cart" = quiet outline; "Checkout" = premium gold (inherits .button.alt / gold rules) */
.ej-cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: transparent !important; color: var(--ink) !important; border: 1px solid rgba(201,172,119,.4) !important; box-shadow: none !important; }
.ej-cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover { border-color: var(--accent) !important; background: rgba(201,172,119,.08) !important; }
.ej-cart .woocommerce-mini-cart__buttons .checkout {
  background: linear-gradient(135deg, #EFE0BC 0%, #D9BE88 42%, #C9AC77 56%, #B2925C 100%) !important;
  color: #191206 !important; border: 1px solid rgba(201,172,119,.65) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 14px 30px -14px rgba(201,172,119,.55) !important; }

.ej-cart .woocommerce-mini-cart__empty-message { color: rgba(244,239,230,.55); text-align: center;
  padding: 60px 10px; font-size: 14.5px; line-height: 1.6; }

@media (max-width: 480px) { .ej-cart__panel { width: 100%; } }
/* -- Checkout country/state selects (wc-BLOCKS-components-select) + checkbox -- */
.wc-blocks-components-select__container {
  background: rgba(244,239,230,.045) !important;
  border: 1px solid rgba(244,239,230,.16) !important;
  border-radius: 12px !important;
}
.wc-blocks-components-select__container:focus-within { border-color: var(--accent) !important; }
.wc-blocks-components-select__container input,
.wc-blocks-components-select__container select,
.wc-blocks-components-select__select {
  background: transparent !important; color: var(--ink) !important; border: none !important;
}
.wc-blocks-components-select__select option { background: #121110; color: #F4EFE6; }
.wc-blocks-components-select__label,
.wc-blocks-components-select__container label { color: rgba(244,239,230,.5) !important; }
.wc-block-components-checkbox__input[type="checkbox"] {
  background: rgba(244,239,230,.06) !important; border: 1px solid rgba(244,239,230,.3) !important;
  border-radius: 4px !important; accent-color: var(--accent); }
/* ==================================================================
   Hide off-brand express-pay (Google/Apple Pay) buttons on the PRODUCT
   page (v1.6.3). Google's button styling is a fixed black bar that clashes
   with the dark-gold brand; express checkout still works on cart/checkout.
   Scoped to .single-product so the checkout express area is untouched.
   ================================================================== */
.single-product .wc-stripe-product-checkout-container,
.single-product .wc-stripe-payment-request-wrapper,
.single-product .wc-stripe-payment-request-separator,
.single-product .wc-stripe-express-checkout-container,
.single-product .wc-stripe-express-checkout-wrapper,
.single-product .wc-stripe-express-checkout-element,
.single-product .wc-stripe-google-pay-container,
.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button,
.single-product #wc-stripe-payment-request-button-separator,
.single-product .wcpay-payment-request-wrapper,
.single-product .wcpay-express-checkout-wrapper,
.single-product .wc-block-components-express-payment,
.single-product .wp-block-woocommerce-checkout-express-payment-block,
.single-product .payment-request-button,
.single-product .stripe-payment-request-wrapper,
.single-product .pcp-product-express-container,
.single-product .ppcp-messages,
.single-product .gpay-card-info-container,
.single-product button.gpay-button,
.single-product .apple-pay-button {
  display: none !important;
}
/* ==================================================================
   Native <select> option popups — legible on the dark theme (v1.8.1).
   Variation dropdowns (Colour/Size/Metal), sort-by, and any other
   WooCommerce/tool select rendered their option list as light text on a
   white browser popup. Give the options a dark background + light text.
   ================================================================== */
.woocommerce select option,
.woocommerce div.product .variations select option,
.woocommerce-page select option,
.woocommerce select optgroup,
.et-tools select option,
select.orderby option,
.wc-blocks-components-select__select option {
  background-color: #17140f !important;
  color: #f4efe6 !important;
}
/* Ensure the variation dropdowns themselves read dark (closed state). */
.woocommerce div.product .variations select {
  background: rgba(244,239,230,.045); border: 1px solid rgba(244,239,230,.16);
  color: var(--ink); border-radius: 12px; padding: 11px 14px; font-size: 14px;
}
.woocommerce div.product .variations td { padding: 6px 0 6px 14px; }
.woocommerce div.product .variations th.label { color: rgba(244,239,230,.7); font-size: 12.5px; letter-spacing: .04em; vertical-align: middle; }
.woocommerce div.product .reset_variations { color: var(--accent-light); font-size: 12px; }

/* ══════════════════════════════════════════════════════════════════
   Unified premium button treatment (v1.11.0) — one high-end feel and
   animation across the shop "Add to cart", the front-page "Add to bag",
   and the shop-page category pills: gold fill + lift + soft glow + a
   light sheen sweep on hover. (The hero/primary gold buttons and the
   single-product add-to-cart already carry this; this brings the
   quieter outline buttons in line.)
   ══════════════════════════════════════════════════════════════════ */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.btn-add,
.ej-shopcats__item {
  position: relative; overflow: hidden; border-color: rgba(201,172,119,.42);
  transition: color .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease),
    transform .3s var(--ease), box-shadow .3s var(--ease);
}
.woocommerce ul.products li.product .button::after,
.btn-add::after,
.ej-shopcats__item::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-18deg); transition: left .6s var(--ease); pointer-events: none;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button.added,
.woocommerce ul.products li.product .added_to_cart:hover,
.btn-add:hover,
.btn-add.added,
.ej-shopcats__item:hover {
  background: var(--accent); color: var(--ink-dark); border-color: var(--accent);
  transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(201,172,119,.6);
}
.woocommerce ul.products li.product .button:hover::after,
.btn-add:hover::after,
.ej-shopcats__item:hover::after { left: 150%; }
.woocommerce ul.products li.product .button:active,
.btn-add:active,
.ej-shopcats__item:active { transform: translateY(0); }

/* ══════════════════════════════════════════════════════════════════
   Product gallery (v1.11.3): breathing room between the main image and
   the thumbnail strip below it — the two were sitting flush.
   ══════════════════════════════════════════════════════════════════ */
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs {
  margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; list-style: none;
}
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs li { margin: 0; }
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs img { border-radius: 12px; }
/* Fallback when the gallery renders as stacked images (no slider) */
.woocommerce div.product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image ~ .woocommerce-product-gallery__image {
  margin-top: 16px;
}

/* ══ Custom orders — production lead time (inc/lead-time.php) ══ */

/* The notice above the add-to-cart on a made-to-order product. */
.ej-lead-note { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0 4px; padding: 15px 17px;
  border: 1px solid rgba(201,172,119,.28); border-radius: 14px;
  background: linear-gradient(135deg, rgba(201,172,119,.09), rgba(201,172,119,.03)); }
.ej-lead-note__icon { flex: none; display: block; width: 19px; height: 19px; margin-top: 1px; color: var(--accent); }
.ej-lead-note__icon svg { width: 100%; height: 100%; display: block; }
.ej-lead-note__body { display: flex; flex-direction: column; gap: 4px; }
.ej-lead-note__body strong { font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent-light, #E4D3AC); }
.ej-lead-note__body span { font-size: 13px; line-height: 1.62; color: rgba(244,239,230,.72); }

/* The badge on shop / category product cards. */
.ej-lead-badge { display: inline-block; margin: 8px 0 2px; padding: 4px 11px; border-radius: 999px;
  border: 1px solid rgba(201,172,119,.32); background: rgba(201,172,119,.08);
  font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-light, #E4D3AC); white-space: nowrap; }

/* The banner across a made-to-order category archive. */
.ej-lead-banner { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 16px;
  margin: 0 0 26px; padding: 16px 22px; border-radius: 16px;
  border: 1px solid rgba(201,172,119,.24);
  background: linear-gradient(135deg, rgba(201,172,119,.08), rgba(201,172,119,.02)); }
.ej-lead-banner__kicker { font-size: 10.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent-light, #E4D3AC); }
.ej-lead-banner > span:not(.ej-lead-banner__kicker) { font-size: 13px; line-height: 1.6; color: rgba(244,239,230,.7); }

@media (max-width: 560px) {
  .ej-lead-note { padding: 13px 14px; }
  .ej-lead-banner { padding: 14px 16px; }
}