:root {
  --color-bg: #050505;
  --color-panel: #0a0a0a;
  --color-card: #111111;
  --color-text: #ffffff;
  --color-muted: #a1a1aa;
  --color-soft: #71717a;
  --color-border: rgba(255, 255, 255, 0.1);
  --color-border-strong: rgba(255, 255, 255, 0.24);
  --color-gold: #d4af37;
  --color-gold-light: #f3e5ab;
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Outfit", sans-serif;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0;
}

p {
  color: var(--color-muted);
  line-height: 1.75;
}

::selection {
  background: var(--color-gold);
  color: var(--color-bg);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.62);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(24px, 4vw, 48px);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--color-gold);
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  line-height: 1;
}

.site-brand img {
  max-height: 42px;
  width: auto;
}

.site-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav__list,
.footer-links {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: var(--color-gold);
}

.cart-link {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--color-border);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.cart-link:hover {
  color: var(--color-gold);
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
}

.cart-link__icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cart-link__count {
  position: absolute;
  top: 2px;
  right: 2px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--color-gold);
  color: var(--color-bg);
  font-size: 12px;
  font-weight: 600;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 48px));
  padding-top: 96px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--color-gold);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  font-size: clamp(64px, 8vw, 116px);
  line-height: 0.92;
}

.hero h1 span {
  display: block;
  color: var(--color-gold);
}

.hero p:not(.eyebrow) {
  width: min(640px, 100%);
  margin: 28px auto 44px;
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.button,
.button:visited,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button--gold,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  background: var(--color-gold);
  color: var(--color-bg);
}

.button--gold:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
  background: var(--color-gold-light);
  color: var(--color-bg);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.button--ghost:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  color: var(--color-gold);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.text-link:hover {
  color: var(--color-gold-light);
}

.section {
  padding: clamp(88px, 10vw, 132px) 0;
}

.section--compact {
  padding-top: 48px;
}

.section--dark {
  background: var(--color-panel);
}

.section-heading {
  margin-bottom: 56px;
  text-align: center;
}

.section-heading h1,
.section-heading h2 {
  color: #fff;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1;
}

.section-heading p:not(.eyebrow) {
  width: min(640px, 100%);
  margin: 20px auto 0;
}

.feature-grid,
.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-card {
  min-height: 190px;
  padding: 32px 24px;
  border: 1px solid var(--color-border);
  text-align: center;
  transition: border-color 180ms ease, transform 180ms ease;
}

.feature-card:hover {
  border-color: var(--color-border-strong);
  transform: translateY(-3px);
}

.feature-card span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
}

.feature-card p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 80px);
  align-items: center;
}

.split h2,
.contact-grid h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.05;
}

.split__image {
  width: 100%;
  height: min(560px, 72vw);
  object-fit: cover;
}

.page-hero {
  padding: 150px 0 42px;
}

.shop-filters {
  padding: 0 0 36px;
}

.shop-filters .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.filter-pill {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 22px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.filter-pill:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.prestige-product-card {
  float: none;
  width: auto;
  margin: 0;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  transition: border-color 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product:hover,
.prestige-product-card:hover {
  border-color: var(--color-border-strong);
  transform: translateY(-4px);
}

.prestige-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color-panel);
}

.prestige-product-card__image img,
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 420ms ease;
}

.prestige-product-card:hover img {
  transform: scale(1.04);
}

.sold-out {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prestige-product-card__body {
  padding: 24px;
}

.prestige-product-card__brand {
  margin: 0 0 8px;
  color: var(--color-soft);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.prestige-product-card h2 {
  padding: 0;
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.35;
}

.prestige-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.woocommerce ul.products li.product .price,
.prestige-product-card .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--color-gold);
  font-size: 20px;
  font-weight: 400;
}

.prestige-product-card .add_to_cart_button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  font-size: 11px;
}

.single-product-wrap div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 80px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product .product_title {
  color: #fff;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.98;
}

.woocommerce-product-details__short-description {
  margin: 24px 0;
}

.woocommerce div.product form.cart {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.woocommerce .quantity .qty {
  width: 76px;
  height: 48px;
  border: 1px solid var(--color-border-strong);
  background: transparent;
  color: #fff;
  text-align: center;
}

.woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 48px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 1px solid var(--color-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--color-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--color-gold);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--color-gold);
  background: var(--color-panel);
  color: #fff;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #payment {
  border-color: var(--color-border);
  border-radius: 0;
  background: var(--color-panel);
  color: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--color-border);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.prestige-contact-form input,
.prestige-contact-form textarea,
.input-text {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 12px 14px;
  font: inherit;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.prestige-contact-form input:focus,
.prestige-contact-form textarea:focus {
  border-color: var(--color-gold);
  outline: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 80px);
}

.contact-list {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}

.contact-item {
  display: flex;
  gap: 16px;
}

.contact-item > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-gold);
}

.contact-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.contact-item p {
  margin: 0;
  font-size: 14px;
}

.hours-card {
  padding: 32px;
  border: 1px solid var(--color-border);
  background: var(--color-panel);
}

.hours-card h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.hours-card p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0;
  font-size: 14px;
}

.hours-card strong {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

.prestige-contact-form,
.wpcf7-form {
  display: grid;
  gap: 20px;
}

.prestige-contact-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 14px;
}

.prestige-contact-form button {
  width: 100%;
}

.site-footer {
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
  padding: 88px clamp(24px, 4vw, 48px) 32px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: clamp(44px, 6vw, 72px);
  width: min(100%, var(--container));
  margin: 0 auto;
}

.site-footer h2 {
  margin-bottom: 22px;
  color: var(--color-gold);
  font-size: clamp(38px, 5vw, 52px);
}

.site-footer h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 24px;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a,
.site-footer__bottom a {
  color: var(--color-muted);
  font-size: 14px;
  transition: color 180ms ease;
}

.footer-links a:hover,
.site-footer__bottom a:hover {
  color: var(--color-gold);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-links a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: border-color 180ms ease, transform 180ms ease;
}

.social-links a:hover {
  border-color: var(--color-gold);
  transform: translateY(-2px);
}

.footer-note {
  margin-top: 28px;
  color: var(--color-soft);
  font-size: 13px;
}

.site-footer__bottom {
  display: flex;
  width: min(100%, var(--container));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 64px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--color-border);
}

.site-footer__bottom p,
.site-footer__bottom a {
  color: var(--color-soft);
  font-size: 13px;
}

.site-footer__bottom div {
  display: flex;
  gap: 24px;
}

.entry-content {
  color: var(--color-muted);
}

.entry-card {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--color-border);
  background: var(--color-panel);
}

.entry-card h2 {
  margin-bottom: 12px;
}

@media (max-width: 980px) {
  .site-header__inner {
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid var(--color-border);
  }

  .site-nav__list {
    gap: 22px;
  }

  .feature-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .single-product-wrap div.product,
  .contact-grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-brand {
    font-size: 24px;
  }

  .site-nav__list {
    overflow-x: auto;
  }

  .hero {
    min-height: 92vh;
  }

  .hero__content {
    width: min(100% - 32px, 860px);
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .button:visited {
    width: 100%;
  }

  .feature-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 174px;
  }

  .hours-card p,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
