/* SCN Atelier — Phase 2 homepage visual refinements
 * Scoped overrides for the luxury light theme.
 */

body { margin: 0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Fixed SCN masthead. Its height never changes while scrolling. */
:root {
  --scn-header-height: 84px;
  --scn-admin-offset: 0px;
}

html body {
  padding-top: var(--scn-header-height);
}

body.page-home {
  padding-top: 0;
}

body.admin-bar {
  --scn-admin-offset: 32px;
}

body.scn-navigation-open {
  overflow: hidden;
}

body > .scn-masthead {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  top: var(--scn-admin-offset);
  right: 0;
  left: 0;
  height: var(--scn-header-height);
  margin: 0;
  padding: 0;
  background: #f7f6f2;
  border: 0;
  border-bottom: 1px solid rgba(12, 12, 12, 0.08);
  color: var(--lux-gold, #c5a059);
  transform: none;
  transition: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.scn-masthead *,
.scn-masthead *::before,
.scn-masthead *::after {
  box-sizing: border-box;
}

.scn-masthead__bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: 0 clamp(28px, 3.5vw, 56px);
  background: #f7f6f2;
  border: 0;
}

.scn-masthead.scn-masthead--overlay {
  background: transparent;
  border: 0;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #fff;
  transition: color 0.35s ease;
}

.scn-masthead.scn-masthead--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(12, 12, 12, 0.28) 0%,
    rgba(12, 12, 12, 0.10) 36%,
    rgba(12, 12, 12, 0) 78%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  mask-image: linear-gradient(180deg, #000 0%, #000 22%, rgba(0, 0, 0, 0.28) 50%, transparent 78%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 22%, rgba(0, 0, 0, 0.28) 50%, transparent 78%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.scn-masthead--overlay .scn-masthead__bar {
  position: relative;
  z-index: 1;
  background: transparent;
}

.scn-masthead--overlay.scn-masthead--dark-text {
  color: var(--lux-gold, #c5a059);
}

.scn-masthead--overlay.scn-masthead--light-text {
  color: #fff;
}

.scn-masthead--overlay .scn-masthead__brands-panel,
.scn-masthead--overlay .scn-masthead__search,
.scn-masthead--overlay .scn-masthead__mobile-menu {
  background: #f7f6f2;
  color: var(--lux-text, #0c0c0c);
}

.scn-masthead__links {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: clamp(24px, 2.6vw, 44px);
  min-width: 0;
}

.scn-masthead__links--left {
  justify-self: start;
}

.scn-masthead__links--right {
  justify-self: end;
}

.scn-masthead__links a,
.scn-masthead__text-control,
.scn-masthead__brands-trigger,
.scn-masthead__brands-label,
.scn-masthead__mobile-menu > a,
.scn-masthead__mobile-brands-toggle,
.scn-masthead__mobile-brands-label {
  color: inherit;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.scn-masthead__links a:hover,
.scn-masthead__links a:focus-visible,
.scn-masthead__text-control:hover,
.scn-masthead__text-control:focus-visible,
.scn-masthead__brands-trigger:hover,
.scn-masthead__brands-trigger:focus-visible,
.scn-masthead__mobile-menu > a:hover,
.scn-masthead__mobile-menu > a:focus-visible,
.scn-masthead__mobile-brands-toggle:hover,
.scn-masthead__mobile-brands-toggle:focus-visible {
  color: #9a7534;
}

.scn-masthead__brands {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
}

.scn-masthead__brands-trigger {
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.scn-masthead__brands-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  min-width: 220px;
  max-height: min(70vh, 420px);
  margin: 0;
  padding: 10px 0 12px;
  overflow-y: auto;
  background: #f7f6f2;
  border: 1px solid rgba(12, 12, 12, 0.08);
  border-top: 0;
}

.scn-masthead__brands:hover .scn-masthead__brands-panel,
.scn-masthead__brands:focus-within .scn-masthead__brands-panel {
  display: block;
}

.scn-masthead__brands-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scn-masthead__brands-panel a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
}

.scn-masthead__brands-panel a:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.55);
  outline-offset: -2px;
}

/* Dark luxury Brands dropdown — later override (does not touch Search / mobile menu). */
.scn-masthead__brands-panel,
.scn-masthead--overlay .scn-masthead__brands-panel {
  background: #0f0f10;
  color: #f7f6f2;
  border-color: rgba(247, 246, 242, 0.1);
}

.scn-masthead__brands-panel a {
  color: #f7f6f2;
}

.scn-masthead__brands-panel a:hover,
.scn-masthead__brands-panel a:focus-visible {
  color: #9a7534;
}

.scn-masthead__text-control {
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.scn-masthead__logo {
  display: block;
  justify-self: center;
  margin: 0;
  padding-left: 0.32em;
  color: inherit;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.scn-masthead__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
}

.scn-masthead__cart svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.scn-masthead__cart span,
.scn-masthead__mobile-cart span {
  position: absolute;
  display: block;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--lux-gold, #b18a49);
  border-radius: 8px;
  color: #fff;
  font: 600 9px/16px var(--font-lux-body, Inter, sans-serif);
  text-align: center;
}

.scn-masthead__cart span {
  top: 1px;
  right: -5px;
}

.scn-masthead__control {
  display: none;
}

.scn-masthead__search,
.scn-masthead__mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #f7f6f2;
  border-bottom: 1px solid rgba(12, 12, 12, 0.08);
}

.scn-masthead__search[hidden],
.scn-masthead__mobile-menu[hidden] {
  display: none;
}

.scn-masthead__search {
  padding: 18px clamp(28px, 4vw, 64px) 22px;
}

.scn-masthead__search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  max-width: 620px;
  margin: 0 auto;
}

.scn-masthead__search input,
.scn-masthead__mobile-menu input {
  width: 100%;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(12, 12, 12, 0.28);
  border-radius: 0;
  color: inherit;
  font: 400 14px/1 var(--font-lux-body, Inter, sans-serif);
  outline: none;
}

.scn-masthead__search input:focus,
.scn-masthead__mobile-menu input:focus {
  border-bottom-color: #0c0c0c;
}

.scn-masthead__search button,
.scn-masthead__mobile-menu form button {
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(12, 12, 12, 0.28);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: 500 10px/1 var(--font-lux-body, Inter, sans-serif);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scn-masthead__search button:hover,
.scn-masthead__search button:focus-visible,
.scn-masthead__mobile-menu form button:hover,
.scn-masthead__mobile-menu form button:focus-visible {
  background: transparent;
  color: var(--lux-gold, #9a7534);
}

/* Compact editorial treatment for the desktop search panel. */
.scn-masthead__search {
  padding-block: 14px 18px;
}

.scn-masthead__search form {
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 0;
  max-width: 560px;
}

.scn-masthead__search input {
  height: 42px;
  padding-inline: 4px 12px;
  font-size: 13px;
  letter-spacing: 0.03em;
  appearance: none;
}

.scn-masthead__search input::-webkit-search-cancel-button {
  display: none;
}

.scn-masthead__search button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 42px;
  height: 42px;
  padding: 0 2px;
}

.scn-masthead__search button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

@media (max-width: 1199px) {
  .scn-masthead__links {
    gap: 18px;
  }

  .scn-masthead__links a,
  .scn-masthead__text-control,
  .scn-masthead__brands-trigger,
  .scn-masthead__brands-label {
    font-size: 10px;
    letter-spacing: 0.11em;
  }
}

@media (max-width: 1023px) {
  :root {
    --scn-header-height: 68px;
  }

  .scn-masthead__bar {
    padding: 0 14px;
  }

  .scn-masthead__links,
  .scn-masthead__search {
    display: none;
  }

  .scn-masthead__logo {
    grid-column: 2;
    font-size: 14px;
    letter-spacing: 0.27em;
  }

  .scn-masthead__control {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    text-decoration: none;
  }

  .scn-masthead__control svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .scn-masthead__menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    cursor: pointer;
  }

  .scn-masthead__mobile-cart {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .scn-masthead__mobile-cart span {
    top: 2px;
    right: 0;
  }

  .scn-masthead__mobile-menu {
    display: block;
    max-height: calc(100dvh - var(--scn-header-height) - var(--scn-admin-offset));
    overflow-y: auto;
    padding: 20px 24px 28px;
  }

  .scn-masthead__mobile-menu > a,
  .scn-masthead__mobile-brands-toggle,
  .scn-masthead__mobile-brands-label {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(12, 12, 12, 0.08);
    font-size: 12px;
  }

  .scn-masthead__mobile-brands-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55em;
    appearance: none;
    margin: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(12, 12, 12, 0.08);
    text-align: left;
    cursor: pointer;
  }

  .scn-masthead__mobile-brands-chevron {
    display: inline-block;
    width: 0.42em;
    height: 0.42em;
    flex: 0 0 auto;
    margin-top: -0.18em;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease;
  }

  .scn-masthead__mobile-brands-toggle[aria-expanded="true"] {
    color: var(--lux-gold, #9a7534);
  }

  .scn-masthead__mobile-brands-toggle[aria-expanded="true"] .scn-masthead__mobile-brands-chevron {
    margin-top: 0.12em;
    transform: rotate(225deg);
  }

  .scn-masthead__mobile-brands-panel {
    margin: 0;
    padding: 0 0 8px;
  }

  .scn-masthead__mobile-brands-panel[hidden] {
    display: none;
  }

  .scn-masthead__mobile-brands-panel a {
    display: block;
    padding: 12px 0 12px 12px;
    border-bottom: 1px solid rgba(12, 12, 12, 0.06);
    color: inherit;
    font-family: var(--font-lux-body, Inter, sans-serif);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .scn-masthead__mobile-brands-panel a:hover,
  .scn-masthead__mobile-brands-panel a:focus-visible {
    color: var(--lux-gold, #9a7534);
  }

  .scn-masthead__mobile-brands-panel a:focus-visible {
    outline: 2px solid rgba(197, 160, 89, 0.55);
    outline-offset: 4px;
  }

  .scn-masthead__catalog {
    margin-top: 20px;
  }

  .scn-masthead__catalog-kicker {
    margin: 20px 0 0;
    color: var(--lux-muted, #6e6e6e);
    font-family: var(--font-lux-body, Inter, sans-serif);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .scn-masthead__catalog-kicker:first-child {
    margin-top: 0;
  }

  .scn-masthead__catalog-link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(12, 12, 12, 0.08);
    color: inherit;
    font-family: var(--font-lux-body, Inter, sans-serif);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .scn-masthead__catalog-link:hover,
  .scn-masthead__catalog-link:focus-visible {
    color: var(--lux-gold, #9a7534);
  }

  .scn-masthead__catalog-link.is-active {
    color: var(--lux-text, #0c0c0c);
  }

  .scn-masthead__catalog-link:focus-visible {
    outline: 2px solid rgba(197, 160, 89, 0.55);
    outline-offset: 4px;
  }

  .scn-masthead__mobile-menu form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 24px;
  }

  /* Dark luxury panel — scoped to the mobile menu only (beats homepage cream pin). */
  #scn-mobile-navigation.scn-masthead__mobile-menu {
    background: #0f0f10;
    color: #f7f6f2;
    border-bottom-color: rgba(247, 246, 242, 0.1);
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu > a,
  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-toggle,
  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-label {
    color: inherit;
    border-bottom-color: rgba(247, 246, 242, 0.1);
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu > a:hover,
  #scn-mobile-navigation.scn-masthead__mobile-menu > a:focus-visible,
  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-toggle:hover,
  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-toggle:focus-visible {
    color: #9a7534;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-panel a {
    color: #f7f6f2;
    border-bottom-color: rgba(247, 246, 242, 0.08);
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-panel a:hover,
  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__mobile-brands-panel a:focus-visible {
    color: #9a7534;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__catalog-kicker {
    color: rgba(247, 246, 242, 0.55);
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__catalog-link {
    color: #f7f6f2;
    border-bottom-color: rgba(247, 246, 242, 0.1);
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__catalog-link:hover,
  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__catalog-link:focus-visible {
    color: #9a7534;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu .scn-masthead__catalog-link.is-active {
    color: #f7f6f2;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(247, 246, 242, 0.18);
    color: #f7f6f2;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu input::placeholder {
    color: rgba(247, 246, 242, 0.4);
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu input:focus {
    border-color: transparent;
    border-bottom-color: #9a7534;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu form button {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(247, 246, 242, 0.18);
    color: #f7f6f2;
  }

  #scn-mobile-navigation.scn-masthead__mobile-menu form button:hover,
  #scn-mobile-navigation.scn-masthead__mobile-menu form button:focus-visible {
    color: #9a7534;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --scn-admin-offset: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar {
    --scn-admin-offset: 0px;
  }
}

/* Utilities used by product cards everywhere */
.scn-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* WordPress page shell (page.php) */
.scn-page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
}

.scn-content > h1 {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 400;
}

/* Informational WP pages (page.php) — light editorial canvas.
   Excludes WooCommerce pages that already have their own scopes. */
body.page:not(.woocommerce-page) {
  color-scheme: light;

  --lux-bg: #f7f6f2;
  --lux-surface: #ffffff;
  --lux-text: #0c0c0c;
  --lux-muted: #6e6e6e;
  --lux-gold: #c5a059;
  --lux-border: rgba(0, 0, 0, 0.08);
  --font-lux: "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", Georgia, serif;
  --font-lux-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --bg: var(--lux-bg);
  --surface: var(--lux-surface);
  --text: var(--lux-text);
  --muted: var(--lux-muted);
  --accent: var(--lux-gold);
  --border: var(--lux-border);

  background: var(--lux-bg);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

body.page:not(.woocommerce-page)::before {
  display: none;
}

body.page:not(.woocommerce-page) .scn-page-shell {
  min-height: 70vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
  background: var(--lux-bg);
}

body.page:not(.woocommerce-page) .scn-content > h1 {
  margin: 0 0 2rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

body.page:not(.woocommerce-page) .scn-content h2 {
  margin: 2.25rem 0 0.75rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.65rem;
  font-weight: 500;
}

body.page:not(.woocommerce-page) .scn-content a {
  color: var(--lux-text);
}

body.page:not(.woocommerce-page) footer {
  background: var(--lux-text);
  color: var(--lux-surface);
  border-top: none;
  margin-top: 0;
  padding: 0;
}

body.page:not(.woocommerce-page) .footer-inner {
  padding: 5rem 1.5rem 3rem;
  gap: 1.5rem;
}

body.page:not(.woocommerce-page) .footer-links {
  gap: 1.5rem 2.5rem;
}

body.page:not(.woocommerce-page) .footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-lux-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.page:not(.woocommerce-page) .footer-links a:hover {
  color: var(--lux-gold);
}

body.page:not(.woocommerce-page) .footer-copy {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  body.page:not(.woocommerce-page) .scn-page-shell {
    padding-top: 1.75rem;
  }

  body.page:not(.woocommerce-page) .footer-inner {
    padding: 4rem 1.5rem 2.5rem;
  }
}

/* Contact page — centered editorial column only */
body.page-contact .scn-page-shell {
  max-width: 1200px;
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

body.page-contact .scn-contact {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

body.page-contact .scn-contact > h1 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

body.page-contact .scn-contact__intro {
  margin: 0 0 clamp(2.25rem, 4.5vw, 3.25rem);
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.75;
}

body.page-contact .scn-contact__block {
  padding: clamp(1.75rem, 3.2vw, 2.35rem) 0;
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

body.page-contact .scn-contact__block:last-child {
  padding-bottom: 0;
}

body.page-contact .scn-contact h2 {
  margin: 0 0 0.85rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-contact .scn-contact__block p {
  margin: 0;
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-contact .scn-contact__block p + p {
  margin-top: 0.7rem;
}

body.page-contact .scn-content a.scn-contact__email {
  color: var(--lux-gold, #c5a059);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-contact .scn-content a.scn-contact__email:hover {
  color: #9a7534;
}

body.page-contact .scn-content a.scn-contact__email:focus-visible {
  color: #9a7534;
  outline: 1px solid var(--lux-gold, #c5a059);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  body.page-contact .scn-page-shell {
    padding-top: clamp(2rem, 6vw, 3rem);
  }
}

/* Client Care page — Contact-adjacent editorial aftercare column */
body.page-client-care .scn-page-shell {
  max-width: 1200px;
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

body.page-client-care .scn-client-care {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

body.page-client-care .section-kicker {
  display: block;
  margin: 0 0 1rem;
  color: var(--lux-gold, #c5a059);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-client-care .scn-client-care > h1 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

body.page-client-care .scn-client-care__intro {
  margin: 0 0 clamp(2.25rem, 4.5vw, 3.25rem);
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.75;
}

body.page-client-care .scn-client-care__block {
  padding: clamp(1.75rem, 3.2vw, 2.35rem) 0;
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

body.page-client-care .scn-client-care__block:last-child {
  padding-bottom: 0;
}

body.page:not(.woocommerce-page) .scn-client-care h2 {
  margin: 0 0 0.85rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-client-care .scn-client-care__block p {
  margin: 0;
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-client-care .scn-content a.scn-client-care__email {
  color: var(--lux-gold, #c5a059);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-client-care .scn-content a.scn-client-care__email:hover {
  color: #9a7534;
}

body.page-client-care .scn-content a.scn-client-care__email:focus-visible {
  color: #9a7534;
  outline: 1px solid var(--lux-gold, #c5a059);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  body.page-client-care .scn-page-shell {
    padding-top: clamp(2rem, 6vw, 3rem);
  }
}

/* Shipping page — Contact-adjacent editorial policy column */
body.page-shipping .scn-page-shell {
  max-width: 1200px;
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

body.page-shipping .scn-shipping {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

body.page-shipping .section-kicker {
  display: block;
  margin: 0 0 1rem;
  color: var(--lux-gold, #c5a059);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-shipping .scn-shipping > h1 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

body.page-shipping .scn-shipping__intro {
  margin: 0 0 clamp(2.25rem, 4.5vw, 3.25rem);
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.75;
}

body.page-shipping .scn-shipping__block {
  padding: clamp(1.75rem, 3.2vw, 2.35rem) 0;
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

body.page-shipping .scn-shipping__block:last-child {
  padding-bottom: 0;
}

body.page:not(.woocommerce-page) .scn-shipping h2 {
  margin: 0 0 0.85rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-shipping .scn-shipping__block p {
  margin: 0;
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-shipping .scn-shipping__block p + p {
  margin-top: 0.7rem;
}

body.page-shipping .scn-content a.scn-shipping__email {
  color: var(--lux-gold, #c5a059);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-shipping .scn-content a.scn-shipping__email:hover {
  color: #9a7534;
}

body.page-shipping .scn-content a.scn-shipping__email:focus-visible {
  color: #9a7534;
  outline: 1px solid var(--lux-gold, #c5a059);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  body.page-shipping .scn-page-shell {
    padding-top: clamp(2rem, 6vw, 3rem);
  }
}

/* Returns page — Contact-adjacent editorial policy column */
body.page-returns .scn-page-shell {
  max-width: 1200px;
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

body.page-returns .scn-returns {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

body.page-returns .section-kicker {
  display: block;
  margin: 0 0 1rem;
  color: var(--lux-gold, #c5a059);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-returns .scn-returns > h1 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

body.page-returns .scn-returns__block {
  padding: clamp(1.75rem, 3.2vw, 2.35rem) 0;
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

body.page-returns .scn-returns__block:last-child {
  padding-bottom: 0;
}

body.page:not(.woocommerce-page) .scn-returns h2 {
  margin: 0 0 0.85rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-returns .scn-returns__block p {
  margin: 0;
  max-width: 38rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-returns .scn-returns__block p + p {
  margin-top: 0.7rem;
}

body.page-returns .scn-content a.scn-returns__email {
  color: var(--lux-gold, #c5a059);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-returns .scn-content a.scn-returns__email:hover {
  color: #9a7534;
}

body.page-returns .scn-content a.scn-returns__email:focus-visible {
  color: #9a7534;
  outline: 1px solid var(--lux-gold, #c5a059);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  body.page-returns .scn-page-shell {
    padding-top: clamp(2rem, 6vw, 3rem);
  }
}

/* Atelier page — cream editorial service layout */
body.page-atelier .scn-page-shell {
  max-width: 1200px;
  padding-top: clamp(3.25rem, 7vw, 6.25rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  background: var(--lux-bg, #f7f6f2);
}

body.page-atelier .scn-atelier {
  background: transparent;
  color: var(--lux-text, #0c0c0c);
}

body.page-atelier .section-kicker,
body.page-atelier .scn-content h2.section-kicker {
  display: block;
  margin: 0 0 1rem;
  color: var(--lux-gold, #c5a059);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-atelier .scn-atelier__intro {
  max-width: 42rem;
  margin: 0 0 clamp(4.5rem, 8vw, 6.5rem);
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--lux-text, #0c0c0c);
}

body.page-atelier .scn-atelier__intro h1 {
  margin: 0 0 1.5rem;
  max-width: 14ch;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2.75rem, 6.2vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.page-atelier .scn-atelier__lede {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

body.page-atelier .scn-atelier__copy {
  margin: 0;
  max-width: 36rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.8;
}

body.page-atelier .scn-atelier__section {
  margin: 0 0 clamp(4.5rem, 8vw, 6.5rem);
}

body.page-atelier .scn-atelier__section .section-kicker {
  margin-bottom: 1.5rem;
}

body.page-atelier .scn-atelier .scn-services {
  margin: 0;
  max-width: none;
  background: transparent;
}

body.page-atelier .scn-atelier .scn-service-item {
  padding: 2.75rem 2.5rem;
  background: transparent;
}

body.page-atelier .scn-atelier .scn-service-item:first-child {
  padding-left: 0;
}

body.page-atelier .scn-atelier .scn-service-item:last-child {
  padding-right: 0;
}

body.page-atelier .scn-atelier .scn-service-desc {
  margin-bottom: 0;
}

body.page-atelier .scn-atelier__cta {
  max-width: 36rem;
  padding-top: clamp(2.75rem, 5vw, 3.75rem);
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

body.page-atelier .scn-atelier__cta h2 {
  margin: 0 0 0.9rem;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

body.page-atelier .scn-atelier__cta p {
  margin: 0 0 1.85rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.8;
}

body.page-atelier .scn-content a.scn-service-cta {
  color: var(--lux-surface, #ffffff);
}

body.page-atelier .scn-content a.scn-service-cta:hover,
body.page-atelier .scn-content a.scn-service-cta:focus-visible {
  color: var(--lux-surface, #ffffff);
}

body.page-atelier .scn-content a.scn-service-cta:focus-visible {
  outline: 1px solid var(--lux-gold, #c5a059);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  body.page-atelier .scn-page-shell {
    padding-top: clamp(2.25rem, 7vw, 3.25rem);
  }

  body.page-atelier .scn-atelier__intro h1 {
    max-width: 12ch;
  }

  body.page-atelier .scn-atelier .scn-service-item,
  body.page-atelier .scn-atelier .scn-service-item:first-child,
  body.page-atelier .scn-atelier .scn-service-item:last-child {
    padding: 2rem 0;
  }
}

/* Private Client page — cream editorial service layout */
body.page-private-client .scn-page-shell {
  max-width: 1200px;
  padding-top: clamp(3.25rem, 7vw, 6.25rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  background: var(--lux-bg, #f7f6f2);
}

body.page-private-client .scn-private-client {
  background: transparent;
  color: var(--lux-text, #0c0c0c);
}

body.page-private-client .section-kicker,
body.page-private-client .scn-content h2.section-kicker {
  display: block;
  margin: 0 0 1rem;
  color: var(--lux-gold, #c5a059);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-private-client .scn-private-client__intro {
  max-width: 42rem;
  margin: 0 0 clamp(4.5rem, 8vw, 6.5rem);
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--lux-text, #0c0c0c);
}

body.page-private-client .scn-private-client__intro h1 {
  margin: 0 0 1.5rem;
  max-width: 18ch;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2.75rem, 6.2vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.page-private-client .scn-private-client__copy {
  margin: 0;
  max-width: 36rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.8;
}

body.page-private-client .scn-private-client__section {
  margin: 0 0 clamp(4.5rem, 8vw, 6.5rem);
}

body.page-private-client .scn-private-client__section .section-kicker {
  margin-bottom: 1.5rem;
}

body.page-private-client .scn-private-client .scn-services {
  margin: 0;
  max-width: none;
  background: transparent;
}

body.page-private-client .scn-private-client .scn-services--process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-private-client .scn-private-client .scn-service-item {
  padding: 2.75rem 2.5rem;
  background: transparent;
}

body.page-private-client .scn-private-client .scn-services--process .scn-service-item {
  padding: 2.75rem 1.35rem;
}

body.page-private-client .scn-private-client .scn-service-item:first-child {
  padding-left: 0;
}

body.page-private-client .scn-private-client .scn-service-item:last-child {
  padding-right: 0;
}

body.page-private-client .scn-private-client .scn-service-number {
  color: var(--lux-gold, #c5a059);
}

body.page-private-client .scn-private-client .scn-service-desc {
  margin-bottom: 0;
}

body.page-private-client .scn-private-client__cta {
  max-width: 36rem;
  padding-top: clamp(2.75rem, 5vw, 3.75rem);
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

body.page-private-client .scn-private-client__cta h2 {
  margin: 0 0 0.9rem;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

body.page-private-client .scn-private-client__cta p {
  margin: 0 0 1.85rem;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.8;
}

body.page-private-client .scn-content a.scn-service-cta {
  color: var(--lux-surface, #ffffff);
}

body.page-private-client .scn-content a.scn-service-cta:hover,
body.page-private-client .scn-content a.scn-service-cta:focus-visible {
  color: var(--lux-surface, #ffffff);
}

body.page-private-client .scn-content a.scn-service-cta:focus-visible {
  outline: 1px solid var(--lux-gold, #c5a059);
  outline-offset: 4px;
}

@media (max-width: 1100px) and (min-width: 901px) {
  body.page-private-client .scn-private-client .scn-services--process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-private-client .scn-private-client .scn-services--process .scn-service-item {
    padding: 2.5rem 1.75rem;
  }

  body.page-private-client .scn-private-client .scn-services--process .scn-service-item:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
  }

  body.page-private-client .scn-private-client .scn-services--process .scn-service-item:nth-child(even) {
    padding-right: 0;
    border-right: none;
  }

  body.page-private-client .scn-private-client .scn-services--process .scn-service-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
  }
}

@media (max-width: 900px) {
  body.page-private-client .scn-page-shell {
    padding-top: clamp(2.25rem, 7vw, 3.25rem);
  }

  body.page-private-client .scn-private-client__intro h1 {
    max-width: 14ch;
  }

  body.page-private-client .scn-private-client .scn-services--process {
    grid-template-columns: 1fr;
  }

  body.page-private-client .scn-private-client .scn-service-item,
  body.page-private-client .scn-private-client .scn-service-item:first-child,
  body.page-private-client .scn-private-client .scn-service-item:last-child,
  body.page-private-client .scn-private-client .scn-services--process .scn-service-item {
    padding: 2rem 0;
  }
}

/* WooCommerce button / form bridge (keeps default pages usable) */
.woocommerce .quantity .qty { min-height: 42px; }

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--lux-text, #111);
  color: var(--lux-surface, #fff);
  border: 0;
  border-radius: 0;
  padding: 0.85rem 1.1rem;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-weight: 500;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-order {
  font-family: var(--font-lux-body, Inter, sans-serif);
}

/* Homepage section rhythm */
.page-home .home-shell {
  padding-inline: 0;
}

.page-home .scn-section {
  padding: 4.5rem clamp(1.25rem, 4vw, 4rem);
}

.page-home .scn-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.page-home .scn-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.page-home .scn-section-title {
  flex: 1 1 auto;
  min-width: 0;
}

.page-home .section-kicker {
  display: block;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lux-muted, #6e6e6e);
  margin-bottom: 0.75rem;
}

.page-home .scn-section-title h2 {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--lux-text, #0c0c0c);
  margin: 0 0 0.5rem;
}

.page-home .section-intro {
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lux-muted, #6e6e6e);
  max-width: 52ch;
  margin: 0;
}

.page-home .scn-section-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lux-muted, #6e6e6e);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .scn-section-cta:hover {
  color: var(--lux-gold, #c5a059);
}

.page-home .scn-section-cta span[aria-hidden] {
  display: inline-block;
  transition: transform 0.25s ease;
}

.page-home .scn-section-cta:hover span[aria-hidden] {
  transform: translateX(0.25rem);
}

/* Hero — full-bleed cinematic overlay */
.page-home .landing-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
  gap: 0;
  min-height: 100dvh;
  margin: 0;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  overflow: hidden;
  background: #0c0c0c;
  border: 0;
  text-align: center;
}

.page-home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  overflow: hidden;
  border-radius: 0;
  background: #0c0c0c;
}

.page-home .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transform: none;
  box-shadow: none;
}

.page-home .landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.34) 0%, rgba(8, 8, 8, 0.18) 46%, rgba(8, 8, 8, 0.4) 100%);
  opacity: 1;
}

.page-home .landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 72% 48% at 50% 72%,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.12) 42%,
    rgba(0, 0, 0, 0) 74%
  );
}

.page-home .landing-hero > *:not(.hero-media) {
  position: relative;
  z-index: 2;
}

.page-home .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.page-home .hero-kicker {
  color: #c5a059;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.81rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin: 0 0 1.75rem;
  transform: translateY(44px);
}

.page-home .landing-hero h1 {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-weight: 400;
  font-size: clamp(3.36rem, 7.85vw, 7.3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #f7f6f2;
  max-width: 14ch;
  margin: 0 0 2rem;
}

.page-home .hero-title-line {
  display: block;
}

.page-home .landing-hero p {
  color: rgba(247, 246, 242, 0.78);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 1.18rem;
  line-height: 1.65;
  max-width: 42ch;
  margin: 0 0 2.5rem;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.page-home .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 220px;
  min-height: 54px;
  padding: 0 1.75rem;
  border: 1px solid #c5a059;
  background: #c5a059;
  color: #0c0c0c;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.page-home .hero-cta:hover {
  background: #b8924d;
  border-color: #b8924d;
  color: #0c0c0c;
}

.page-home .hero-cta:active {
  background: #a98545;
  border-color: #a98545;
}

.page-home .hero-cta span[aria-hidden] {
  display: inline-block;
  transition: transform 0.35s ease;
}

.page-home .hero-cta:hover span[aria-hidden] {
  transform: translateX(0.35rem);
}

/* Product grid (homepage + shop) */
.scn-product-grid,
.page-products .catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Empty state */
.scn-empty {
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--lux-muted, #6e6e6e);
  text-align: center;
  padding: 1.5rem 0;
  margin: 0;
}

.scn-empty::before {
  content: "✦";
  display: block;
  color: var(--lux-gold, #c5a059);
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
}

/* Product card (homepage + shop) */
.scn-product-card,
.page-products .catalog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--lux-surface, #ffffff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.scn-product-card:hover,
.page-products .catalog-card:hover {
  border-color: rgba(0, 0, 0, 0.14);
}

.scn-card-image,
.page-products .catalog-card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f4f0;
}

.scn-card-image img,
.page-products .catalog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s ease, transform 0.7s ease;
}

.scn-card-image img:first-child,
.page-products .catalog-card-image img:first-child {
  position: relative;
  z-index: 1;
}

.scn-card-image .scn-card-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .scn-product-card:hover .scn-card-image img:first-child,
  .page-products .catalog-card:hover .catalog-card-image img:first-child {
    opacity: 0;
    transform: none;
  }

  .scn-product-card:hover .scn-card-image .scn-card-hover,
  .page-products .catalog-card:hover .catalog-card-image .scn-card-hover {
    opacity: 1;
    transform: scale(1.04);
  }
}

.scn-card-status,
.page-products .catalog-card-image .catalog-status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--lux-text, #0c0c0c);
}

.scn-card-status--ready,
.page-products .catalog-status--ready {
  color: #067a76;
}

.scn-card-status--sold-out,
.page-products .catalog-status--private-order {
  color: var(--lux-muted, #6e6e6e);
}

.scn-card-body,
.page-products .catalog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem 1.75rem;
}

.scn-card-brand,
.page-products .catalog-brand {
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-muted, #6e6e6e);
  margin-bottom: 0.4rem;
}

.scn-card-model,
.page-products .catalog-model {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--lux-text, #0c0c0c);
  margin-bottom: 0.5rem;
}

.scn-card-price,
.page-products .catalog-price {
  margin-top: auto;
  padding-top: 0.75rem;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--lux-text, #0c0c0c);
}

.scn-card-price .amount,
.page-products .catalog-price .amount {
  color: inherit;
}

.scn-card-specs {
  display: grid;
  grid-template-columns: 0.65fr 0.75fr 1.8fr;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

.scn-card-spec {
  min-width: 0;
}

.scn-card-spec dt,
.scn-card-spec dd {
  margin: 0;
  font-family: var(--font-lux-body, Inter, sans-serif);
}

.scn-card-spec dt {
  margin-bottom: 0.3rem;
  color: var(--lux-muted, #6e6e6e);
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scn-card-spec dd {
  color: var(--lux-text, #0c0c0c);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  min-height: 1.3em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Single-product inclusion and warranty details */
.scn-product-trust {
  margin: 1.25rem 0;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  font-family: var(--font-lux-body, Inter, sans-serif);
}

.scn-product-trust__title {
  margin: 0 0 0.55rem;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scn-product-trust__list {
  margin: 0;
}

.scn-product-trust__row {
  display: grid;
  grid-template-columns: minmax(6rem, 0.75fr) minmax(0, 1.25fr);
  gap: 1rem;
  align-items: start;
  padding: 0.55rem 0;
}

.scn-product-trust__row:not(:last-child) {
  border-bottom: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

.scn-product-trust__row dt,
.scn-product-trust__row dd {
  margin: 0;
  font-family: var(--font-lux-body, Inter, sans-serif);
}

.scn-product-trust__row dt {
  color: var(--lux-muted, #6e6e6e);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scn-product-trust__row dd {
  color: var(--lux-text, #0c0c0c);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Brand / Category tile grid */
.scn-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}

.scn-tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f4f0;
}

.scn-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.scn-tile:hover img {
  transform: scale(1.04);
}

.scn-tile-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(12, 12, 12, 0.55), transparent);
}

.scn-tile-name {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
}

.scn-tile-count {
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin: 0.25rem 0 0;
}

/* Asymmetric brand grid */
.scn-tile-grid--brands {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 220px) 180px;
  gap: 1.25rem;
}

.scn-tile-grid--brands .scn-tile {
  aspect-ratio: auto;
}

.scn-tile-grid--brands .scn-tile:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.scn-tile-grid--brands .scn-tile:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.scn-tile-grid--brands .scn-tile:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.scn-tile-grid--brands .scn-tile:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.scn-tile-grid--brands .scn-tile:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}

.scn-tile-grid--brands .scn-tile:nth-child(6) {
  grid-column: 4 / 5;
  grid-row: 3 / 4;
}

.scn-tile-grid--brands .scn-tile:nth-child(n+3) .scn-tile-name {
  font-size: 1.25rem;
}

/* Category grid — balanced 2×2 */
.scn-tile-grid--categories {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 320px);
  gap: 1.25rem;
}

.scn-tile-grid--categories .scn-tile {
  aspect-ratio: auto;
}

/* Signature Collection */
.page-home .scn-signature {
  background: var(--lux-surface, #ffffff);
}

.scn-signature-inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 3rem;
  align-items: center;
}

.scn-signature-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.scn-signature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scn-signature-content {
  max-width: 48ch;
  padding-left: 1rem;
  border-left: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

.scn-signature-content .section-kicker {
  margin-bottom: 1rem;
}

.scn-signature-content h2 {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--lux-text, #0c0c0c);
  margin: 0 0 1rem;
}

.scn-signature-content .section-intro {
  margin-bottom: 1.75rem;
}

.scn-signature-content .scn-signature-accent {
  display: block;
  width: 2.5rem;
  height: 1px;
  background: var(--lux-gold, #c5a059);
  margin-bottom: 1.25rem;
}

.scn-signature-content .scn-text-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 220px;
  min-height: 54px;
  padding: 0 1.75rem;
  border: 1px solid var(--lux-text, #0c0c0c);
  background: var(--lux-text, #0c0c0c);
  color: var(--lux-surface, #ffffff);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.scn-signature-content .scn-text-cta:hover {
  background: rgba(12, 12, 12, 0.88);
  border-color: rgba(12, 12, 12, 0.88);
  transform: scale(1.02);
}

.scn-signature-content .scn-text-cta span[aria-hidden] {
  display: inline-block;
  transition: transform 0.35s ease;
}

.scn-signature-content .scn-text-cta:hover span[aria-hidden] {
  transform: translateX(0.35rem);
}

/* Private Client / Client Care — editorial service strip */
.page-home .scn-client-care {
  background: var(--lux-surface, #ffffff);
}

.scn-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
  border-bottom: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
  max-width: 1200px;
  margin: 0 auto;
}

.scn-service-item {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
}

.scn-service-item:last-child {
  border-right: none;
}

.scn-service-number {
  display: block;
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--lux-gold, #c5a059);
  margin-bottom: 1rem;
  line-height: 1;
}

.scn-service-label {
  display: block;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lux-text, #0c0c0c);
  margin-bottom: 0.75rem;
}

.scn-service-desc {
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--lux-muted, #6e6e6e);
  margin: 0 0 1.25rem;
}

.scn-service-cta-wrap {
  text-align: center;
  margin-top: 2rem;
}

.scn-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 220px;
  min-height: 54px;
  padding: 0 1.75rem;
  border: 1px solid var(--lux-text, #0c0c0c);
  background: var(--lux-text, #0c0c0c);
  color: var(--lux-surface, #ffffff);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.scn-service-cta:hover {
  background: rgba(12, 12, 12, 0.88);
  border-color: rgba(12, 12, 12, 0.88);
  transform: scale(1.02);
}

.scn-service-cta span[aria-hidden] {
  display: inline-block;
  transition: transform 0.35s ease;
}

.scn-service-cta:hover span[aria-hidden] {
  transform: translateX(0.35rem);
}

/* Collection — catalogue spread (discovery | main) */
.page-products .catalog-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
}

.page-products .catalog-shell::before,
.page-products .catalog-hero,
.page-products .catalog-hero::before {
  content: none;
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  min-height: 0;
}

.page-products .catalog-controls {
  display: block;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-products .catalog-main,
.page-products .catalog-grid,
.page-products .woocommerce-pagination,
.page-products .woocommerce-notices-wrapper,
.page-products .woocommerce-info,
.page-products .woocommerce-message,
.page-products .woocommerce-error,
.page-products .woocommerce-no-products-found,
.page-products .catalog-empty {
  min-width: 0;
  max-width: none;
  width: 100%;
}

.page-products .catalog-discovery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 1.25rem 0 1.35rem;
  padding: 0;
  position: static;
  border: 0;
  background: transparent;
}

.page-products .catalog-discovery__kicker {
  margin: 0;
  color: var(--lux-gold, #c5a059);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-products .catalog-discovery__kicker::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  margin-top: 0.45rem;
  background: var(--lux-gold, #c5a059);
}

.page-products .catalog-discovery__kicker:not(:first-child) {
  margin-top: 0.55rem;
}

.page-products .catalog-discovery .catalog-segments {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.55rem 1.5rem;
  margin-bottom: 0;
  overflow: visible;
}

.page-products a.catalog-segment {
  text-decoration: none;
}

.page-products a.catalog-segment:hover,
.page-products a.catalog-segment:focus-visible {
  color: var(--lux-gold, #c5a059);
  background: transparent;
}

.page-products a.catalog-segment.is-active {
  color: var(--lux-text, #0c0c0c);
  background: transparent;
  box-shadow: none;
  border-bottom-color: var(--lux-text, #0c0c0c);
}

.page-products a.catalog-segment:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.55);
  outline-offset: 4px;
}

.page-products .catalog-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin: 0 0 0.65rem;
  padding: 1.25rem 0 0;
}

.page-products .catalog-heading__title {
  min-width: 0;
  flex: 1 1 auto;
}

.page-products .catalog-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.page-products .catalog-heading h1 {
  font-family: var(--font-lux, "Cormorant Garamond", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--lux-text, #0c0c0c);
  margin: 0;
}

.page-products .catalog-intro {
  display: none;
}

.page-products .catalog-toolbar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.85rem 1rem;
  margin: 0;
  padding: 0;
}

.page-products .catalog-search {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.55rem;
}

.page-products .catalog-toolbar,
.page-products .catalog-search,
.page-products .catalog-sort {
  flex: 0 0 auto;
}

.page-products .catalog-search-icon {
  display: none;
}

.page-products .catalog-search label.screen-reader-text {
  clip: auto;
  clip-path: none;
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: var(--lux-text, #0c0c0c);
  cursor: pointer;
  flex: 0 0 40px;
}

.page-products .catalog-search label.screen-reader-text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-products .catalog-search label.screen-reader-text:hover,
.page-products .catalog-search label.screen-reader-text:focus-visible {
  color: var(--lux-gold, #c5a059);
}

.page-products .catalog-search label.screen-reader-text:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.55);
  outline-offset: 4px;
}

.page-products .catalog-search input {
  width: 0;
  min-width: 0;
  max-width: 0;
  min-height: 0;
  height: 2rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  appearance: none;
  -webkit-appearance: none;
  transition: max-width 0.25s ease, opacity 0.2s ease, padding 0.2s ease;
}

.page-products .catalog-search input::-webkit-search-decoration,
.page-products .catalog-search input::-webkit-search-results-button,
.page-products .catalog-search input::-webkit-search-results-decoration,
.page-products .catalog-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.page-products .catalog-search:focus-within input,
.page-products .catalog-search input:not(:placeholder-shown) {
  width: 12.5rem;
  min-width: 12.5rem;
  max-width: 12.5rem;
  padding: 0 0.15rem;
  opacity: 1;
  pointer-events: auto;
  border-bottom-color: rgba(12, 12, 12, 0.28);
}

.page-products .catalog-search input:focus {
  outline: none;
  border-bottom-color: var(--lux-text, #0c0c0c);
  box-shadow: none;
}

.page-products .catalog-sort,
.page-products .catalog-sort .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
}

.page-products .catalog-sort label {
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-muted, #6e6e6e);
  white-space: nowrap;
}

.page-products .catalog-sort select {
  min-height: 0;
  min-width: 0;
  height: 2rem;
  padding: 0 1.4rem 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236e6e6e' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.85rem;
  box-shadow: none;
  color: var(--lux-muted, #6e6e6e);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  appearance: none;
  cursor: pointer;
}

.page-products .catalog-sort select:hover,
.page-products .catalog-sort select:focus {
  color: var(--lux-text, #0c0c0c);
  border-bottom-color: rgba(12, 12, 12, 0.28);
  outline: none;
  box-shadow: none;
}

.page-products .catalog-count,
.page-products .catalog-count .woocommerce-result-count {
  display: block;
  width: auto;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--lux-muted, #6e6e6e);
  text-align: left;
}

.page-products .catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 901px) {
  .page-products .catalog-shell {
    grid-template-columns: 13rem minmax(0, 1fr);
    column-gap: 2.5rem;
    min-height: calc(100vh - var(--scn-header-height));
  }

  .page-products .catalog-shell::before {
    content: "";
    display: block;
    grid-column: 1;
    grid-row: 1 / -1;
    justify-self: end;
    width: 0;
    border-right: 1px solid rgba(12, 12, 12, 0.08);
    pointer-events: none;
  }

  .page-products .catalog-discovery {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
    position: sticky;
    top: calc(var(--scn-header-height) + 1.25rem);
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 2rem 0;
    align-items: flex-start;
  }

  .page-products .catalog-discovery .catalog-segments {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.7rem;
  }

  .page-products .catalog-discovery__kicker:not(:first-child) {
    margin-top: 1.55rem;
  }

  .page-products .catalog-main {
    grid-column: 2;
    grid-row: 1;
  }

  .page-products .catalog-hero,
  .page-products .catalog-controls,
  .page-products .catalog-toolbar,
  .page-products .catalog-count,
  .page-products .catalog-grid,
  .page-products .woocommerce-pagination,
  .page-products .woocommerce-notices-wrapper,
  .page-products .woocommerce-info,
  .page-products .woocommerce-message,
  .page-products .woocommerce-error,
  .page-products .woocommerce-no-products-found,
  .page-products .catalog-empty {
    grid-column: auto;
    grid-row: auto;
  }

  .page-products .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .page-products .catalog-sort .woocommerce-ordering,
  .page-products .catalog-sort select {
    flex: 0 0 auto;
  }

  .page-products .catalog-sort select {
    min-width: auto;
  }
}

@media (min-width: 1280px) {
  .page-products .catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .catalog-search input {
    transition: none;
  }
}

/* Shop pagination */
.page-products .woocommerce-pagination {
  max-width: none;
  margin: 2rem 0 0;
  padding: 0;
}

.page-products .woocommerce-pagination ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.page-products .woocommerce-pagination a,
.page-products .woocommerce-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.75rem;
  border: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
  text-decoration: none;
  color: var(--lux-text, #0c0c0c);
  font-family: var(--font-lux-body, Inter, sans-serif);
  font-size: 0.85rem;
  transition: border-color 0.2s ease;
}

.page-products .woocommerce-pagination a:hover,
.page-products .woocommerce-pagination span.current {
  border-color: var(--lux-gold, #c5a059);
  color: var(--lux-gold, #c5a059);
}

/* Responsive */
@media (max-width: 1024px) {
  .scn-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scn-tile-grid--brands {
    grid-template-rows: repeat(2, 200px);
  }

  .scn-tile-grid--categories {
    grid-template-rows: repeat(2, 260px);
  }
}

@media (max-width: 900px) {
  .page-home .scn-section {
    padding: 3.5rem 1.5rem;
  }

  .page-home .scn-section-header {
    margin-bottom: 1.75rem;
  }

  .page-home .landing-hero {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    min-height: 100dvh;
    padding: 0 1.5rem;
    text-align: center;
  }

  .page-home .hero-content {
    align-items: center;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }

  .page-home .landing-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 12.3vw, 4.75rem);
  }

  .page-home .landing-hero p {
    margin: 0 auto 2.5rem;
  }

  .page-home .hero-actions {
    justify-content: center;
  }

  .page-home .hero-media {
    max-width: none;
  }

  .scn-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .page-products .catalog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .page-products .catalog-shell::before {
    content: none;
    display: none;
  }

  .page-products .catalog-discovery {
    display: none;
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    position: static;
    top: auto;
    width: auto;
    margin: 1.25rem 0 1.35rem;
    padding: 0;
  }

  .page-products .catalog-discovery .catalog-segments {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
  }

  .page-products .catalog-main {
    grid-column: auto;
    grid-row: auto;
  }

  .page-products .catalog-heading {
    flex-direction: column;
    align-items: stretch;
  }

  .page-products .catalog-toolbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }

  .page-products .catalog-search,
  .page-products .catalog-sort {
    flex: 0 0 auto;
    min-width: 0;
  }

  .page-products .catalog-search:focus-within,
  .page-products .catalog-search:has(input:not(:placeholder-shown)) {
    flex: 1 1 auto;
  }

  .page-products .catalog-search:focus-within input,
  .page-products .catalog-search input:not(:placeholder-shown) {
    width: 100%;
    min-width: 0;
    max-width: 12.5rem;
  }

  .scn-tile-grid--brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 180px) 160px;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(4),
  .scn-tile-grid--brands .scn-tile:nth-child(5),
  .scn-tile-grid--brands .scn-tile:nth-child(6) {
    display: none;
  }

  .scn-tile-grid--categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 200px);
  }

  .scn-signature-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .scn-signature-media {
    aspect-ratio: 16 / 9;
  }

  .scn-signature-content {
    max-width: none;
    padding-left: 0;
    border-left: none;
  }

  .scn-services {
    grid-template-columns: 1fr;
  }

  .scn-service-item {
    border-right: none;
    border-bottom: 1px solid var(--lux-border, rgba(0, 0, 0, 0.08));
    padding: 2rem 1.5rem;
  }

  .scn-service-item:last-child {
    border-bottom: none;
  }

  .scn-service-cta {
    margin-top: 1.5rem;
  }
}

@media (max-width: 640px) {
  .page-home .scn-section {
    padding: 3rem 1.25rem;
  }

  .page-home .scn-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .scn-product-grid,
  .scn-tile-grid--brands,
  .scn-tile-grid--categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .page-products .catalog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .scn-tile-grid--brands {
    grid-template-rows: repeat(3, 160px);
  }

  .scn-tile-grid--categories {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 200px);
  }

  .scn-tile-grid--brands .scn-tile:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(n+4) {
    display: none;
  }

  .scn-card-body,
  .page-products .catalog-card-body {
    padding: 1rem 1.25rem 1.25rem;
  }

  .scn-card-specs {
    gap: 0.3rem;
    margin-top: 0.75rem;
    padding-top: 0.7rem;
  }

  .scn-card-spec dt {
    letter-spacing: 0.08em;
  }

  .scn-card-spec dd {
    font-size: 0.65rem;
    min-height: 2.6em;
  }

  .scn-product-trust {
    margin: 1rem 0;
    padding: 0.8rem 0;
  }

  .scn-product-trust__row {
    grid-template-columns: minmax(5.5rem, 0.8fr) minmax(0, 1.2fr);
    gap: 0.6rem;
  }

  .scn-card-model,
  .page-products .catalog-model {
    font-size: 1.15rem;
  }

  .scn-tile-name {
    font-size: 1.25rem;
  }

  .scn-tile-grid--brands .scn-tile:nth-child(n+3) .scn-tile-name {
    font-size: 1.1rem;
  }

  .scn-service-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scn-product-card:hover .scn-card-image img,
  .page-products .catalog-card:hover .catalog-card-image img,
  .scn-tile img,
  .scn-section-cta span[aria-hidden],
  .scn-text-cta span[aria-hidden],
  .hero-cta,
  .hero-cta span[aria-hidden] {
    transition: none !important;
    transform: none !important;
  }
}

/* =====================================================================
   Product detail page — Phase 1
   Scoped resets bridge WooCommerce markup into the SCN light system.
   ===================================================================== */
.page-product {
  color-scheme: light;

  --lux-bg: #f7f6f2;
  --lux-surface: #ffffff;
  --lux-text: #0c0c0c;
  --lux-muted: #6e6e6e;
  --lux-gold: #c5a059;
  --lux-border: rgba(0, 0, 0, 0.08);
  --font-lux: "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", Georgia, serif;
  --font-lux-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Neutralize legacy global aliases without affecting older routes. */
  --bg: var(--lux-bg);
  --surface: var(--lux-surface);
  --text: var(--lux-text);
  --muted: var(--lux-muted);
  --accent: var(--lux-gold);
  --border: var(--lux-border);

  background: var(--lux-bg);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-product::before {
  display: none;
}

.page-product footer {
  background: var(--lux-text);
  color: var(--lux-surface);
  border-top: none;
  margin-top: 0;
  padding: 0;
}

.page-product .footer-inner {
  padding: 5rem 1.5rem 3rem;
  gap: 1.5rem;
}

.page-product .footer-links {
  gap: 1.5rem 2.5rem;
}

.page-product .footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-lux-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-product .footer-links a:hover {
  color: var(--lux-gold);
}

.page-product .footer-copy {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

.page-product .scn-product-main {
  min-height: 70vh;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
  background: var(--lux-bg);
}

.page-product .scn-product-wayfinding {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
}

.page-product .scn-product-wayfinding a {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.24);
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-product .scn-product-wayfinding a:hover,
.page-product .scn-product-wayfinding a:focus-visible {
  border-bottom-color: var(--lux-gold);
  color: var(--lux-text);
}

.page-product .scn-product-wayfinding a:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.55);
  outline-offset: 5px;
}

/* WooCommerce store notices — PDP column, editorial treatment. */
.page-product .woocommerce-notices-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto clamp(1.25rem, 2.5vw, 2rem);
}

.page-product .woocommerce-notices-wrapper:empty {
  display: none;
  margin: 0;
}

.page-product .woocommerce-error,
.page-product .woocommerce-info {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.9rem 1.15rem;
  list-style: none;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.page-product .woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.5rem;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.5rem 1.35rem 0.5rem 1.15rem;
  list-style: none;
  background: transparent;
  border: 1px solid var(--lux-border);
  border-left: 2px solid var(--lux-gold);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.page-product .woocommerce-error::before,
.page-product .woocommerce-error::after,
.page-product .woocommerce-message::before,
.page-product .woocommerce-message::after,
.page-product .woocommerce-info::before,
.page-product .woocommerce-info::after {
  content: none;
  display: none;
}

.page-product .woocommerce-error li,
.page-product .woocommerce-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-product .woocommerce-error li + li,
.page-product .woocommerce-info li + li {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--lux-border);
}

.page-product .woocommerce-notices-wrapper .woocommerce-message a.button,
.page-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0.1rem 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-align: inherit;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-product .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.page-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward:hover {
  background: transparent;
  border: 0;
  color: var(--lux-gold);
}

.page-product .woocommerce-notices-wrapper .woocommerce-message a.button:focus-visible,
.page-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

/* Root PDP grid and legacy .product collision reset. */
.page-product div.product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.27fr) minmax(340px, 1fr);
  column-gap: clamp(2.5rem, 5vw, 5rem);
  row-gap: clamp(3rem, 6vw, 5.5rem);
  align-items: start;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--lux-text);
}

.page-product div.product > .onsale {
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  margin: 0;
  padding: 0.4rem 0.65rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* WooCommerce gallery; core slider, zoom and PhotoSwipe remain active. */
.page-product div.product .woocommerce-product-gallery {
  position: relative;
  grid-column: 1;
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.page-product .woocommerce-product-gallery__wrapper,
.page-product .woocommerce-product-gallery .flex-viewport {
  margin: 0;
  background: #f0efea;
  border: 1px solid var(--lux-border);
}

.page-product .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-width: 0;
  background: #f0efea;
  text-align: center;
}

.page-product .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.page-product .woocommerce-product-gallery__image > a img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: min(72vw, 760px);
  padding: clamp(0.75rem, 2.2vw, 2rem);
  object-fit: contain;
  object-position: center;
}

.page-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.7rem;
  width: 100%;
  margin: 0.8rem 0 0;
  padding: 0 0 0.25rem;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x proximity;
}

.page-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 74px;
  width: 74px;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0;
  background: #f0efea;
  border: 1px solid var(--lux-border);
  scroll-snap-align: start;
}

.page-product .woocommerce-product-gallery .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  border: 1px solid transparent;
  opacity: 0.62;
  object-fit: contain;
  cursor: pointer;
}

.page-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.page-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border-color: var(--lux-gold);
  opacity: 1;
}

.page-product .woocommerce-product-gallery .flex-control-thumbs img:focus-visible,
.page-product .woocommerce-product-gallery__trigger:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

.page-product .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 5;
  top: 0.9rem;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.7rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: transparent;
  font-size: 0;
  text-decoration: none;
}

.page-product .woocommerce-product-gallery__trigger::after {
  content: "View";
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Product summary and information order. */
.page-product div.product .summary {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(0.25rem, 1vw, 0.75rem) 0 0;
  color: var(--lux-text);
}

.page-product .summary > .scn-product-brand {
  order: 1;
}

.page-product .summary > .product_title {
  order: 2;
}

.page-product .summary > .scn-product-reference {
  order: 3;
}

.page-product .summary > .woocommerce-product-rating {
  order: 4;
}

.page-product .summary > .price {
  order: 5;
}

.page-product .summary > .scn-product-availability {
  order: 6;
}

.page-product .summary > .stock,
.page-product .summary > form.cart {
  order: 7;
}

.page-product .summary > .woocommerce-product-details__short-description {
  order: 8;
}

.page-product .summary > .scn-product-trust {
  order: 9;
}

.page-product .summary > .product_meta {
  order: 10;
}

.page-product .summary > .scn-product-brand {
  margin: 0 0 0.6rem;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-product .summary > .product_title {
  margin: 0;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(2.75rem, 4.2vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.page-product .scn-product-reference {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0.85rem 0 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
}

.page-product .scn-product-reference__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-product .scn-product-reference__value {
  color: var(--lux-text);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.page-product .summary > .woocommerce-product-rating {
  margin: 0.75rem 0 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.75rem;
}

.page-product .summary > .price,
.page-product .summary > .price .amount {
  color: var(--lux-text);
}

.page-product .summary > .price {
  margin: 1.75rem 0 0;
  font-family: var(--font-lux-body);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.page-product .summary > .price del {
  margin-right: 0.5rem;
  color: var(--lux-muted);
  font-size: 0.8em;
  opacity: 0.75;
}

.page-product .summary > .price ins {
  text-decoration: none;
}

.page-product .scn-product-availability {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin: 0.75rem 0 0;
  font-family: var(--font-lux-body);
}

.page-product .scn-product-availability__label {
  color: var(--lux-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-product .scn-product-availability__value {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-product .scn-product-availability--ready .scn-product-availability__value {
  color: #067a76;
}

.page-product .scn-product-availability--sold-out .scn-product-availability__value {
  color: var(--lux-muted);
}

.page-product .summary > .woocommerce-product-details__short-description {
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--lux-border);
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.95rem;
  line-height: 1.75;
}

.page-product .summary > .woocommerce-product-details__short-description p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.page-product .summary > .scn-product-trust {
  margin: 1.5rem 0 0;
  padding: 1rem 0;
  border-color: rgba(12, 12, 12, 0.14);
}

.page-product .summary > .stock {
  /* Replaced visually by the SCN Ready/Sold Out status above. */
  display: none;
}

.page-product .summary > form.cart {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  margin: 1.35rem 0 0;
  padding: 0;
}

.page-product .summary form.cart .quantity {
  flex: 0 0 82px;
  margin: 0;
}

.page-product .summary form.cart .quantity:has(input[type="hidden"]) {
  display: none;
}

.page-product .summary form.cart .quantity .qty {
  width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0 0.4rem;
  background: var(--lux-surface);
  border: 1px solid rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.9rem;
  text-align: center;
}

.page-product .summary form.cart .quantity .qty:focus-visible,
.page-product .summary form.cart select:focus-visible,
.page-product .summary form.cart button:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

.page-product .summary form.cart .single_add_to_cart_button {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0.9rem 1.75rem;
  background: var(--lux-text);
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-surface);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-product .summary form.cart .single_add_to_cart_button:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
}

.page-product .summary form.cart .single_add_to_cart_button:disabled,
.page-product .summary form.cart .single_add_to_cart_button.disabled {
  background: #d4d2cc;
  border-color: #d4d2cc;
  color: #76746e;
  cursor: not-allowed;
  opacity: 1;
}

/* Preserve variable, grouped and external product form behavior. */
.page-product .summary form.variations_form,
.page-product .summary form.grouped_form {
  display: block;
}

.page-product .summary form.cart .variations,
.page-product .summary form.cart .woocommerce-grouped-product-list {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
  font-family: var(--font-lux-body);
}

.page-product .summary form.cart .variations th,
.page-product .summary form.cart .variations td,
.page-product .summary form.cart .woocommerce-grouped-product-list td {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--lux-border);
  text-align: left;
  vertical-align: middle;
}

.page-product .summary form.cart .variations label {
  color: var(--lux-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-product .summary form.cart select {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 2.25rem 0.65rem 0.75rem;
  background: var(--lux-surface);
  border: 1px solid rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-product .summary form.cart .reset_variations {
  display: inline-block;
  margin-top: 0.45rem;
  color: var(--lux-muted);
  font-size: 0.7rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page-product .summary .woocommerce-variation-add-to-cart,
.page-product .summary form.grouped_form > :last-child {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}

.page-product .summary > .product_meta {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--lux-border);
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  line-height: 1.7;
}

.page-product .summary > .product_meta > span {
  display: block;
}

.page-product .summary > .product_meta > .sku_wrapper,
.page-product .summary > .product_meta > .tagged_as,
.page-product .summary > .product_meta > span:has(a[href*="/brand/"]) {
  display: none;
}

.page-product .summary > .product_meta a {
  color: var(--lux-text);
  text-decoration: none;
}

.page-product .summary > .product_meta a:hover {
  color: var(--lux-gold);
}

/* Keep below-fold WooCommerce sections outside the two-column hero. */
.page-product div.product > .woocommerce-tabs,
.page-product div.product > .up-sells,
.page-product div.product > .related {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

/* The legacy .products grid must not turn the related section itself into a grid. */
.page-product div.product > section.related.products {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-product .related > h2 {
  margin: 0 0 1.5rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.page-product .related ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-product .related ul.products > .scn-product-card {
  min-width: 0;
}

.page-product .woocommerce-tabs .tabs {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
  border-bottom: 1px solid var(--lux-border);
  list-style: none;
}

.page-product .woocommerce-tabs .tabs li {
  margin: 0 0 -1px;
  padding: 0;
  list-style: none;
}

.page-product .woocommerce-tabs .tabs a {
  display: block;
  padding: 0.8rem 0;
  border-bottom: 1px solid transparent;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-product .woocommerce-tabs .tabs li.active a,
.page-product .woocommerce-tabs .tabs a:hover {
  border-bottom-color: var(--lux-text);
  color: var(--lux-text);
}

.page-product .woocommerce-tabs .tabs a:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.55);
  outline-offset: 4px;
}

.page-product .woocommerce-Tabs-panel {
  width: 100%;
  max-width: 780px;
  margin: 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.98rem;
  line-height: 1.8;
}

.page-product .woocommerce-Tabs-panel > h2,
.page-product .woocommerce-Reviews-title {
  margin: 0 0 1rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.page-product .woocommerce-Tabs-panel p {
  margin: 0 0 1rem;
  color: inherit;
  font-family: var(--font-lux-body);
  font-size: inherit;
  line-height: inherit;
}

.page-product .woocommerce-Tabs-panel > :last-child,
.page-product .woocommerce-Tabs-panel .description > :last-child {
  margin-bottom: 0;
}

.page-product #reviews,
.page-product #comments,
.page-product #review_form_wrapper,
.page-product #review_form {
  width: 100%;
  min-width: 0;
}

.page-product #reviews .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-product #reviews .commentlist > li {
  margin: 0;
  padding: 1.25rem 0;
  border-top: 1px solid var(--lux-border);
  list-style: none;
}

.page-product #reviews .comment_container {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.page-product #reviews .avatar {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid var(--lux-border);
  border-radius: 50%;
  object-fit: cover;
}

.page-product #reviews .comment-text {
  min-width: 0;
}

.page-product #reviews .meta {
  margin: 0 0 0.45rem;
  color: var(--lux-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.page-product #reviews .woocommerce-review__author {
  color: var(--lux-text);
  font-weight: 600;
}

.page-product #review_form_wrapper {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--lux-border);
}

.page-product #reply-title {
  display: block;
  margin: 0 0 0.8rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.page-product #reply-title small {
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
}

.page-product #reply-title small a {
  margin-left: 0.5rem;
  color: var(--lux-muted);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page-product #review_form .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.page-product #review_form .comment-form > * {
  min-width: 0;
}

.page-product #review_form .comment-notes,
.page-product #review_form .comment-form-rating,
.page-product #review_form .comment-form-comment,
.page-product #review_form .comment-form-cookies-consent,
.page-product #review_form .form-submit {
  grid-column: 1 / -1;
}

.page-product #review_form .comment-notes {
  margin-bottom: 0.25rem;
  color: var(--lux-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.page-product #review_form label {
  display: block;
  margin: 0 0 0.45rem;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-product #review_form input[type="text"],
.page-product #review_form input[type="email"],
.page-product #review_form textarea,
.page-product #review_form select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0.8rem 0.9rem;
  background: var(--lux-surface);
  border: 1px solid rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 1rem;
  line-height: 1.4;
}

.page-product #review_form textarea {
  min-height: 150px;
  resize: vertical;
}

.page-product #review_form input:focus,
.page-product #review_form textarea:focus,
.page-product #review_form select:focus {
  border-color: var(--lux-gold);
  outline: 2px solid rgba(197, 160, 89, 0.3);
  outline-offset: 1px;
}

.page-product #review_form .comment-form-rating {
  margin: 0.25rem 0 0;
}

.page-product #review_form .stars {
  margin: 0;
  line-height: 1;
}

.page-product #review_form .stars span {
  display: inline-flex;
  gap: 0.2rem;
}

.page-product #review_form .stars a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-decoration: none;
}

.page-product #review_form .stars a::before {
  content: "☆";
  color: var(--lux-muted);
  font-family: Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.page-product #review_form .stars a:hover::before,
.page-product #review_form .stars a.active::before,
.page-product #review_form .stars .selected a::before {
  content: "★";
  color: var(--lux-gold);
}

.page-product #review_form .comment-form-cookies-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  margin: 0.25rem 0 0;
}

.page-product #review_form .comment-form-cookies-consent input {
  width: 18px;
  height: 18px;
  margin: 0.15rem 0 0;
  accent-color: var(--lux-text);
}

.page-product #review_form .comment-form-cookies-consent label {
  margin: 0;
  color: var(--lux-muted);
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.page-product #review_form .form-submit {
  margin: 0.5rem 0 0;
}

.page-product #review_form .form-submit .submit {
  min-height: 50px;
  margin: 0;
  padding: 0.85rem 1.5rem;
  background: var(--lux-text);
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-surface);
  cursor: pointer;
  font-family: var(--font-lux-body);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-product #review_form .form-submit .submit:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
}

.page-product div.product > .clear {
  display: none;
}

@media (max-width: 1024px) {
  .page-product div.product {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    column-gap: clamp(2rem, 4vw, 3.5rem);
  }

  .page-product .summary > .product_title {
    font-size: clamp(2.5rem, 4.8vw, 3.6rem);
  }

  .page-product .related ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .page-product .scn-product-main {
    padding-top: 1.75rem;
  }

  .page-product .footer-inner {
    padding: 4rem 1.5rem 2.5rem;
  }

  .page-product div.product {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.5rem;
    max-width: 760px;
  }

  .page-product div.product .woocommerce-product-gallery,
  .page-product div.product .summary {
    grid-column: 1;
  }

  .page-product div.product .summary {
    padding-top: 0;
  }

  .page-product .woocommerce-product-gallery__image > a img {
    max-height: none;
  }

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

@media (min-width: 641px) and (max-width: 900px) {
  .page-product div.product .woocommerce-product-gallery {
    justify-self: center;
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .page-product .scn-product-main {
    padding: 1.35rem 1.25rem 4rem;
  }

  .page-product .scn-product-wayfinding {
    margin-bottom: 1.25rem;
  }

  .page-product .woocommerce-notices-wrapper {
    margin-bottom: 1.25rem;
  }

  .page-product .woocommerce-error,
  .page-product .woocommerce-info {
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .page-product .woocommerce-notices-wrapper .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.5rem 1rem 0.55rem 0.95rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .page-product .woocommerce-error li,
  .page-product .woocommerce-info li {
    align-items: stretch;
    flex-direction: column;
  }

  .page-product .woocommerce-notices-wrapper .woocommerce-message a.button,
  .page-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
    width: auto;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .page-product div.product {
    row-gap: 2rem;
  }

  .page-product .woocommerce-product-gallery__image > a img {
    padding: 0.75rem;
  }

  .page-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex-basis: 64px;
    width: 64px;
  }

  .page-product .summary > .product_title {
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
    line-height: 1.02;
  }

  .page-product .summary > .price {
    margin-top: 1.5rem;
  }

  .page-product .summary > form.cart {
    flex-direction: column;
  }

  .page-product .summary form.cart .quantity {
    flex-basis: auto;
    width: 88px;
  }

  .page-product .summary form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
  }

  .page-product .summary .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }

  .page-product .summary > .woocommerce-product-details__short-description {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
  }

  .page-product .summary > .scn-product-trust,
  .page-product .summary > .product_meta {
    margin-top: 1.25rem;
  }

  .page-product .woocommerce-tabs .tabs {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .page-product .woocommerce-Tabs-panel {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .page-product .woocommerce-Tabs-panel > h2,
  .page-product .woocommerce-Reviews-title {
    font-size: 1.75rem;
  }

  .page-product #review_form_wrapper {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .page-product #review_form .comment-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-product #review_form .comment-form-author,
  .page-product #review_form .comment-form-email {
    grid-column: 1;
  }

  .page-product #review_form .form-submit .submit {
    width: 100%;
  }

  .page-product .related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 360px) {
  .page-product .scn-product-main {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-product .summary > .product_title {
    font-size: 2.1rem;
  }

  .page-product .scn-product-reference,
  .page-product .scn-product-availability {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }
}

/* =====================================================================
   Cart page — foundation only
   Scoped page canvas, heading, and footer. Cart Block internals unchanged.
   ===================================================================== */
.page-cart {
  color-scheme: light;

  --lux-bg: #f7f6f2;
  --lux-surface: #ffffff;
  --lux-text: #0c0c0c;
  --lux-muted: #6e6e6e;
  --lux-gold: #c5a059;
  --lux-border: rgba(0, 0, 0, 0.08);
  --font-lux: "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", Georgia, serif;
  --font-lux-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Neutralize legacy global aliases without affecting older routes. */
  --bg: var(--lux-bg);
  --surface: var(--lux-surface);
  --text: var(--lux-text);
  --muted: var(--lux-muted);
  --accent: var(--lux-gold);
  --border: var(--lux-border);

  background: var(--lux-bg);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-cart::before {
  display: none;
}

.page-cart .scn-page-shell {
  min-height: 70vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
  background: var(--lux-bg);
}

.page-cart .scn-content > h1 {
  margin: 0 0 2rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-cart footer {
  background: var(--lux-text);
  color: var(--lux-surface);
  border-top: none;
  margin-top: 0;
  padding: 0;
}

.page-cart .footer-inner {
  padding: 5rem 1.5rem 3rem;
  gap: 1.5rem;
}

.page-cart .footer-links {
  gap: 1.5rem 2.5rem;
}

.page-cart .footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-lux-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-cart .footer-links a:hover {
  color: var(--lux-gold);
}

.page-cart .footer-copy {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .page-cart .scn-page-shell {
    padding-top: 1.75rem;
  }

  .page-cart .footer-inner {
    padding: 4rem 1.5rem 2.5rem;
  }
}

/* =====================================================================
   Cart page — filled Cart Block restyle
   Visual treatment only. Layout, stacking, and hidden mobile Remove stay
   with WooCommerce. Empty cart, cross-sells, and express payment untouched.
   ===================================================================== */
.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table.wc-block-cart-items,
.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table.wc-block-cart-items td,
.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-items__row {
  border-color: var(--lux-border);
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__wrap {
  gap: 0.5rem;
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  padding: 0.35rem;
  background: #f0efea;
  border: 1px solid var(--lux-border);
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-components-product-name {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-components-product-name:hover,
.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-components-product-name:focus-visible {
  color: var(--lux-gold);
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__prices,
.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__prices .price,
.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__total {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.82rem;
  font-weight: 500;
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__prices del {
  color: var(--lux-muted);
  opacity: 0.7;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector {
  min-height: 40px;
  background: var(--lux-surface);
  border-color: rgba(12, 12, 12, 0.2);
  border-radius: 0;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector__button--minus {
  border-right: 1px solid var(--lux-border);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector__button--plus {
  border-left: 1px solid var(--lux-border);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  background: var(--lux-bg);
  color: var(--lux-gold);
  opacity: 1;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector input:focus-visible,
.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector button:focus-visible {
  box-shadow: none;
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 2px;
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__remove-link {
  color: var(--lux-muted);
}

.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__remove-link:hover,
.page-cart .wp-block-woocommerce-filled-cart-block table.wc-block-cart-items .wc-block-cart-item__remove-link:focus-visible {
  color: var(--lux-gold);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-order-summary-block {
  padding: 1.5rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__totals-title {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-wrapper {
  border-color: var(--lux-border);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-item {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-item__label {
  color: var(--lux-muted);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-item__value {
  color: var(--lux-text);
  font-weight: 500;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 1.05rem;
  font-weight: 600;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon .wc-block-components-panel__button:hover {
  color: var(--lux-gold);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon__input input[type="text"] {
  height: 50px;
  background: var(--lux-surface);
  border-color: rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon__input input[type="text"]:focus {
  border-color: var(--lux-gold);
  outline: 2px solid rgba(197, 160, 89, 0.3);
  outline-offset: 1px;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon__button {
  min-height: 50px;
  background: transparent;
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon__button:hover {
  background: var(--lux-text);
  color: var(--lux-surface);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-button {
  min-height: 52px;
  padding: 0.9rem 1.75rem;
  background: var(--lux-text);
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-surface);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-button:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: var(--lux-surface);
}

.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-button:focus-visible,
.page-cart .wp-block-woocommerce-filled-cart-block .wc-block-components-totals-coupon__button:focus-visible {
  box-shadow: none;
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

@media (max-width: 782px) {
  .page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-container--sticky {
    background: var(--lux-bg);
    border-top: 1px solid var(--lux-border);
  }

  .page-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-container--sticky::before {
    box-shadow: none;
  }
}

/* =====================================================================
   Checkout page — foundation + Checkout Block restyle
   Visual treatment only. WooCommerce 65/35 layout, 700px container
   stacking, sticky sidebar, and order-summary accordion stay unchanged.
   ===================================================================== */
.page-checkout {
  color-scheme: light;

  --lux-bg: #f7f6f2;
  --lux-surface: #ffffff;
  --lux-text: #0c0c0c;
  --lux-muted: #6e6e6e;
  --lux-gold: #c5a059;
  --lux-border: rgba(0, 0, 0, 0.08);
  --font-lux: "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", Georgia, serif;
  --font-lux-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --bg: var(--lux-bg);
  --surface: var(--lux-surface);
  --text: var(--lux-text);
  --muted: var(--lux-muted);
  --accent: var(--lux-gold);
  --border: var(--lux-border);

  background: var(--lux-bg);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-checkout::before {
  display: none;
}

.page-checkout .scn-page-shell {
  min-height: 70vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
  background: var(--lux-bg);
}

.page-checkout .scn-content > h1 {
  margin: 0 0 2rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-checkout footer {
  background: var(--lux-text);
  color: var(--lux-surface);
  border-top: none;
  margin-top: 0;
  padding: 0;
}

.page-checkout .footer-inner {
  padding: 5rem 1.5rem 3rem;
  gap: 1.5rem;
}

.page-checkout .footer-links {
  gap: 1.5rem 2.5rem;
}

.page-checkout .footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-lux-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-checkout .footer-links a:hover {
  color: var(--lux-gold);
}

.page-checkout .footer-copy {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .page-checkout .scn-page-shell {
    padding-top: 1.75rem;
  }

  .page-checkout .footer-inner {
    padding: 4rem 1.5rem 2.5rem;
  }
}

.page-checkout .wp-block-woocommerce-checkout,
.page-checkout .wc-block-checkout__form {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-checkout .wc-block-components-checkout-step__title {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-weight: 400;
}

.page-checkout .wc-block-components-text-input input[type="email"],
.page-checkout .wc-block-components-text-input input[type="number"],
.page-checkout .wc-block-components-text-input input[type="password"],
.page-checkout .wc-block-components-text-input input[type="tel"],
.page-checkout .wc-block-components-text-input input[type="text"],
.page-checkout .wc-block-components-text-input input[type="url"],
.page-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: var(--lux-surface);
  border-color: rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  background: var(--lux-surface);
  border-radius: 0;
}

.page-checkout .wc-block-components-text-input input[type="email"]:focus,
.page-checkout .wc-block-components-text-input input[type="number"]:focus,
.page-checkout .wc-block-components-text-input input[type="password"]:focus,
.page-checkout .wc-block-components-text-input input[type="tel"]:focus,
.page-checkout .wc-block-components-text-input input[type="text"]:focus,
.page-checkout .wc-block-components-text-input input[type="url"]:focus,
.page-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus {
  background-color: var(--lux-surface);
  border-color: var(--lux-gold);
  color: var(--lux-text);
  outline: 2px solid rgba(197, 160, 89, 0.3);
  outline-offset: 1px;
}

.page-checkout .wc-block-components-text-input label,
.page-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
}

.page-checkout .wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: var(--lux-text);
}

.page-checkout .wc-block-checkout__form .wc-block-components-address-form__country:not(:first-child) .wc-blocks-components-select {
  margin-top: 12px;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block {
  padding: 1.5rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

@container (max-width: 699px) {
  .page-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 0;
    background: transparent;
    border: none;
  }
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-color: var(--lux-border);
}

.page-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  width: 48px;
  max-width: 48px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #f0efea;
  border: 1px solid var(--lux-border);
}

.page-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}

.page-checkout .wc-block-checkout__sidebar .wc-block-components-product-name:hover,
.page-checkout .wc-block-checkout__sidebar .wc-block-components-product-name:focus-visible {
  color: var(--lux-gold);
}

.page-checkout .wc-block-components-order-summary-item__total-price,
.page-checkout .wc-block-checkout__sidebar .wc-block-components-product-price,
.page-checkout .wc-block-checkout__sidebar .wc-block-components-product-price .price {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.82rem;
  font-weight: 500;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  border-color: var(--lux-border);
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label {
  color: var(--lux-muted);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
  color: var(--lux-text);
  font-weight: 500;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 1.05rem;
  font-weight: 600;
}

.page-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:hover {
  color: var(--lux-gold);
}

.page-checkout .wc-block-components-totals-coupon__input input[type="text"] {
  background: var(--lux-surface);
  border-color: rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-checkout .wc-block-components-totals-coupon__input input[type="text"]:focus {
  border-color: var(--lux-gold);
  outline: 2px solid rgba(197, 160, 89, 0.3);
  outline-offset: 1px;
}

.page-checkout .wc-block-components-totals-coupon__button {
  min-height: 50px;
  background: transparent;
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-checkout .wc-block-components-totals-coupon__button:hover {
  background: var(--lux-text);
  color: var(--lux-surface);
}

.page-checkout .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  padding: 0.9rem 1.75rem;
  background: var(--lux-text);
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-surface);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: var(--lux-surface);
}

.page-checkout .wc-block-components-checkout-place-order-button:focus-visible,
.page-checkout .wc-block-components-totals-coupon__button:focus-visible {
  box-shadow: none;
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

/* =====================================================================
   Order Received — classic thankyou.php markup only.
   Canvas/header/footer stay with .page-checkout. Do not restyle
   Checkout Block internals.
   ===================================================================== */
.page-order-received {
  color-scheme: light;

  --lux-bg: #f7f6f2;
  --lux-surface: #ffffff;
  --lux-text: #0c0c0c;
  --lux-muted: #6e6e6e;
  --lux-gold: #c5a059;
  --lux-border: rgba(0, 0, 0, 0.08);
  --font-lux: "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", Georgia, serif;
  --font-lux-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.page-order-received .woocommerce-order {
  max-width: 44rem;
  margin-inline: auto;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-order-received .scn-content > h1 {
  max-width: 44rem;
  margin-inline: auto;
}

.page-order-received .woocommerce-thankyou-order-received {
  margin: -1.15rem 0 1.75rem;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.page-order-received .woocommerce-notices-wrapper:empty {
  display: none;
}

.page-order-received .woocommerce-error,
.page-order-received .woocommerce-message,
.page-order-received .woocommerce-info,
.page-order-received .woocommerce-notice--error {
  display: block;
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  list-style: none;
  text-transform: none;
}

.page-order-received .woocommerce-error::before,
.page-order-received .woocommerce-error::after,
.page-order-received .woocommerce-message::before,
.page-order-received .woocommerce-message::after,
.page-order-received .woocommerce-info::before,
.page-order-received .woocommerce-info::after,
.page-order-received .woocommerce-notice::before,
.page-order-received .woocommerce-notice::after {
  content: none;
}

.page-order-received .woocommerce-error li,
.page-order-received .woocommerce-message li,
.page-order-received .woocommerce-info li {
  margin: 0;
  padding: 0;
}

.page-order-received .woocommerce-error a,
.page-order-received .woocommerce-message a,
.page-order-received .woocommerce-info a,
.page-order-received .woocommerce-notice a {
  color: var(--lux-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page-order-received .woocommerce-error a:hover,
.page-order-received .woocommerce-message a:hover,
.page-order-received .woocommerce-info a:hover,
.page-order-received .woocommerce-notice a:hover {
  color: var(--lux-gold);
}

.page-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.5rem;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  list-style: none;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-order-received .woocommerce-order-overview li {
  margin: 0;
  padding: 0;
  color: var(--lux-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.page-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.page-order-received .woocommerce-order-details,
.page-order-received .woocommerce-customer-details,
.page-order-received .woocommerce-order-downloads {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-order-received .woocommerce-order-details__title,
.page-order-received .woocommerce-column__title,
.page-order-received .woocommerce-order-downloads__title,
.page-order-received .woocommerce-customer-details h2 {
  margin: 0 0 1.15rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.page-order-received table.shop_table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: transparent;
  border: 0;
}

.page-order-received table.shop_table th,
.page-order-received table.shop_table td {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--lux-border);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.page-order-received table.shop_table th {
  color: var(--lux-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-order-received table.shop_table .product-total,
.page-order-received table.shop_table tfoot td {
  text-align: right;
}

.page-order-received table.shop_table tr:last-child th,
.page-order-received table.shop_table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-order-received table.shop_table tfoot th {
  color: var(--lux-muted);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-order-received table.shop_table tfoot tr:last-child th,
.page-order-received table.shop_table tfoot tr:last-child td {
  color: var(--lux-text);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.page-order-received table.shop_table .product-name a {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.page-order-received table.shop_table .product-name a:hover,
.page-order-received table.shop_table .product-name a:focus-visible {
  color: var(--lux-gold);
}

.page-order-received table.shop_table .product-quantity {
  color: var(--lux-muted);
  font-size: 0.82rem;
}

.page-order-received .woocommerce-table--order-details .wc-item-meta {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--lux-muted);
  font-size: 0.78rem;
}

.page-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.page-order-received .woocommerce-customer-details address {
  margin: 0;
  color: var(--lux-text);
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.7;
}

.page-order-received .woocommerce-customer-details .woocommerce-customer-details--phone,
.page-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  display: block;
  margin-top: 0.35rem;
  color: var(--lux-muted);
}

.page-order-received .woocommerce-thankyou-order-failed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.page-order-received .woocommerce-thankyou-order-failed-actions .button,
.page-order-received .woocommerce-order-details .button,
.page-order-received a.button.pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0;
  padding: 0.9rem 1.75rem;
  background: var(--lux-text);
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-surface);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-order-received .woocommerce-thankyou-order-failed-actions .button:hover,
.page-order-received .woocommerce-order-details .button:hover,
.page-order-received a.button.pay:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: var(--lux-surface);
}

.page-order-received .woocommerce-thankyou-order-failed-actions .button:focus-visible,
.page-order-received .woocommerce-order-details .button:focus-visible,
.page-order-received a.button.pay:focus-visible {
  box-shadow: none;
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

@media (min-width: 901px) {
  .page-order-received .woocommerce-customer-details .woocommerce-columns--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 900px) {
  .page-order-received .woocommerce-order-overview {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.25rem;
  }

  .page-order-received .woocommerce-order-details,
  .page-order-received .woocommerce-customer-details,
  .page-order-received .woocommerce-order-downloads {
    padding: 1.25rem;
  }

  .page-order-received table.shop_table {
    display: block;
    overflow-x: auto;
  }

  .page-order-received .woocommerce-thankyou-order-failed-actions .button,
  .page-order-received a.button.pay {
    width: 100%;
  }
}

/* Non-interactive WooCommerce notices. WC focuses them for screen readers;
   suppress the global gold :focus-visible ring without touching inputs/links. */
.woocommerce-error:focus,
.woocommerce-error:focus-visible,
.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-info:focus,
.woocommerce-info:focus-visible,
.wc-block-components-notice-banner:focus,
.wc-block-components-notice-banner:focus-visible {
  outline: none;
}

/* =====================================================================
   My Account — classic WooCommerce shortcode, scoped to .page-account.
   Does not restore woocommerce-general / layout / smallscreen CSS.
   ===================================================================== */
.page-account {
  color-scheme: light;

  --lux-bg: #f7f6f2;
  --lux-surface: #ffffff;
  --lux-text: #0c0c0c;
  --lux-muted: #6e6e6e;
  --lux-gold: #c5a059;
  --lux-border: rgba(0, 0, 0, 0.08);
  --font-lux: "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", Georgia, serif;
  --font-lux-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --bg: var(--lux-bg);
  --surface: var(--lux-surface);
  --text: var(--lux-text);
  --muted: var(--lux-muted);
  --accent: var(--lux-gold);
  --border: var(--lux-border);

  background: var(--lux-bg);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-account::before {
  display: none;
}

.page-account .scn-page-shell {
  min-height: 70vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3.5vw, 3.5rem) 5rem;
  background: var(--lux-bg);
}

.page-account .scn-content {
  max-width: none;
}

.page-account .woocommerce {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
}

.page-account footer {
  background: var(--lux-text);
  color: var(--lux-surface);
  border-top: none;
  margin-top: 0;
  padding: 0;
}

.page-account .footer-inner {
  padding: 5rem 1.5rem 3rem;
  gap: 1.5rem;
}

.page-account .footer-links {
  gap: 1.5rem 2.5rem;
}

.page-account .footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-lux-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-account .footer-links a:hover {
  color: var(--lux-gold);
}

.page-account .footer-copy {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
}

/* Notices */
.page-account .woocommerce-notices-wrapper:empty {
  display: none;
}

.page-account .woocommerce-error,
.page-account .woocommerce-message,
.page-account .woocommerce-info {
  display: block;
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.88rem;
  line-height: 1.55;
  list-style: none;
}

.page-account .woocommerce-error {
  border-color: rgba(12, 12, 12, 0.2);
}

.page-account .woocommerce-error::before,
.page-account .woocommerce-error::after,
.page-account .woocommerce-message::before,
.page-account .woocommerce-message::after,
.page-account .woocommerce-info::before,
.page-account .woocommerce-info::after {
  content: none;
}

.page-account .woocommerce-error li,
.page-account .woocommerce-message li,
.page-account .woocommerce-info li {
  margin: 0;
  padding: 0;
}

.page-account .woocommerce-error a,
.page-account .woocommerce-message a,
.page-account .woocommerce-info a {
  color: var(--lux-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page-account .woocommerce-error a:hover,
.page-account .woocommerce-message a:hover,
.page-account .woocommerce-info a:hover {
  color: var(--lux-gold);
}

/* Logged-out login / lost password */
.page-account .woocommerce-form-login,
.page-account .woocommerce-form-register,
.page-account .woocommerce-ResetPassword {
  max-width: 28rem;
  margin: 0 auto;
  padding: 2rem 1.75rem 2.15rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-account .woocommerce > h2,
.page-account .woocommerce-MyAccount-content > h2,
.page-account .woocommerce-Address-title h2,
.page-account .woocommerce-order-details__title,
.page-account .woocommerce-column__title,
.page-account .woocommerce-customer-details h2 {
  margin: 0 0 1.35rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-account .woocommerce-form-login + .woocommerce-form-register,
.page-account .u-columns {
  margin-top: 2rem;
}

.page-account .u-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.page-account .woocommerce-ResetPassword > p:first-child,
.page-account .woocommerce-MyAccount-content > p {
  margin: 0 0 1.35rem;
  color: var(--lux-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-account .woocommerce-MyAccount-content > p:last-child {
  margin-bottom: 0;
}

.page-account .form-row {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 1.1rem;
  padding: 0;
}

.page-account .form-row-first,
.page-account .form-row-last,
.page-account .form-row-wide {
  float: none;
  width: 100%;
}

.page-account .form-row label {
  display: block;
  margin: 0 0 0.4rem;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-account .form-row .required {
  color: var(--lux-gold);
  text-decoration: none;
}

.page-account .woocommerce-Input,
.page-account input.input-text,
.page-account textarea.input-text,
.page-account select,
.page-account .select2-container .select2-selection--single {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0.75rem 0.9rem;
  background: var(--lux-surface);
  border: 1px solid rgba(12, 12, 12, 0.2);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.92rem;
  line-height: 1.4;
  box-shadow: none;
}

.page-account textarea.input-text {
  min-height: 7.5rem;
  resize: vertical;
}

.page-account .woocommerce-Input:focus,
.page-account input.input-text:focus,
.page-account textarea.input-text:focus,
.page-account select:focus {
  border-color: var(--lux-gold);
  outline: 2px solid rgba(197, 160, 89, 0.3);
  outline-offset: 1px;
}

.page-account .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: var(--lux-text);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.page-account .woocommerce-form-login .form-row:last-of-type,
.page-account .woocommerce-ResetPassword .form-row:last-of-type,
.page-account .woocommerce-EditAccountForm .form-row:last-of-type {
  margin-bottom: 0;
}

.page-account .woocommerce-button.button,
.page-account .woocommerce-Button.button,
.page-account button.woocommerce-button,
.page-account .woocommerce-form-login__submit,
.page-account .woocommerce-Address .edit,
.page-account .woocommerce-MyAccount-content a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0.35rem 0 0;
  padding: 0.9rem 1.75rem;
  background: var(--lux-text);
  border: 1px solid var(--lux-text);
  border-radius: 0;
  color: var(--lux-surface);
  font-family: var(--font-lux-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.page-account .woocommerce-button.button:hover,
.page-account .woocommerce-Button.button:hover,
.page-account button.woocommerce-button:hover,
.page-account .woocommerce-form-login__submit:hover,
.page-account .woocommerce-Address .edit:hover,
.page-account .woocommerce-MyAccount-content a.button:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: var(--lux-surface);
}

.page-account .woocommerce-button.button:focus-visible,
.page-account .woocommerce-Button.button:focus-visible,
.page-account button.woocommerce-button:focus-visible,
.page-account .woocommerce-form-login__submit:focus-visible,
.page-account .woocommerce-Address .edit:focus-visible,
.page-account .woocommerce-MyAccount-content a.button:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 3px;
}

.page-account .lost_password {
  margin: 1.15rem 0 0;
}

.page-account .lost_password a,
.page-account .woocommerce-MyAccount-content a {
  color: var(--lux-text);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.page-account .lost_password a:hover,
.page-account .woocommerce-MyAccount-content a:hover {
  color: var(--lux-gold);
}

/* Logged-in layout: nav + content */
.page-account .scn-account-identity {
  display: none;
  position: static;
  z-index: auto;
  top: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-account .woocommerce-MyAccount-navigation {
  margin: 0 0 2rem;
}

.page-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--lux-border);
  list-style: none;
}

.page-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-account .woocommerce-MyAccount-navigation li::before,
.page-account .woocommerce-MyAccount-navigation li::after {
  content: none;
  display: none;
}

.page-account .woocommerce-MyAccount-navigation .scn-account-nav__icon,
.page-account .woocommerce-MyAccount-navigation .scn-account-nav__label--mobile {
  display: none;
}

.page-account .woocommerce-MyAccount-navigation a {
  display: inline-block;
  padding: 0.35rem 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.page-account .woocommerce-MyAccount-navigation a:hover,
.page-account .woocommerce-MyAccount-navigation a:focus-visible {
  color: var(--lux-gold);
}

.page-account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--lux-text);
  box-shadow: inset 0 -1px 0 var(--lux-text);
}

.page-account .woocommerce-MyAccount-content {
  min-width: 0;
}

.page-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

/* Orders table */
.page-account .woocommerce-orders-table,
.page-account table.shop_table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-account .woocommerce-orders-table th,
.page-account .woocommerce-orders-table td,
.page-account table.shop_table th,
.page-account table.shop_table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--lux-border);
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: middle;
}

.page-account .woocommerce-orders-table th,
.page-account table.shop_table th {
  color: var(--lux-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-account .woocommerce-orders-table tr:last-child td,
.page-account table.shop_table tr:last-child td {
  border-bottom: 0;
}

.page-account .woocommerce-orders-table .woocommerce-button.button,
.page-account table.shop_table .button {
  min-height: 40px;
  margin: 0;
  padding: 0.55rem 0.95rem;
  background: transparent;
  border: 1px solid var(--lux-text);
  color: var(--lux-text);
}

.page-account .woocommerce-orders-table .woocommerce-button.button:hover,
.page-account table.shop_table .button:hover {
  background: var(--lux-text);
  color: var(--lux-surface);
}

.page-account .woocommerce-pagination {
  margin: 0;
}

.page-account .woocommerce-pagination .woocommerce-button {
  margin-right: 0.5rem;
}

/* Addresses */
.page-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.page-account .woocommerce-Address {
  padding: 1.5rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-account .woocommerce-Address-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
}

.page-account .woocommerce-Address-title h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.page-account .woocommerce-Address .edit {
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--lux-muted);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.page-account .woocommerce-Address .edit:hover {
  background: transparent;
  border: 0;
  color: var(--lux-gold);
}

.page-account .woocommerce-Address address {
  margin: 0;
  color: var(--lux-text);
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.7;
}

.page-account .woocommerce-address-fields {
  max-width: 36rem;
}

.page-account .woocommerce-address-fields .form-row {
  clear: both;
}

/* Account details */
.page-account .woocommerce-EditAccountForm {
  max-width: 36rem;
  padding: 2rem 1.75rem 2.15rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-account .woocommerce-EditAccountForm fieldset {
  margin: 1.5rem 0 0;
  padding: 1.35rem 0 0;
  border: 0;
  border-top: 1px solid var(--lux-border);
}

.page-account .woocommerce-EditAccountForm legend {
  padding: 0;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.5rem;
  font-weight: 400;
}

.page-account em {
  color: var(--lux-muted);
  font-size: 0.82rem;
}

/* View order */
.page-account .woocommerce-order-details,
.page-account .woocommerce-customer-details {
  margin: 0 0 2rem;
  padding: 1.5rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
}

.page-account .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.7;
}

@media (min-width: 901px) {
  .page-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: grid;
    grid-template-columns: 13.5rem minmax(0, 1fr);
    column-gap: 3.5rem;
    row-gap: 1.5rem;
    align-items: start;
  }

  .page-account .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
  }

  .page-account .woocommerce-MyAccount-navigation {
    margin: 0;
  }

  .page-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-bottom: 0;
    border-right: 1px solid var(--lux-border);
  }

  .page-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.7rem 1.25rem 0.7rem 0;
  }

  .page-account .woocommerce-MyAccount-navigation .is-active a {
    box-shadow: inset -1px 0 0 var(--lux-text);
  }

  .page-account .u-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 58rem;
    margin: 0 auto;
  }

  .page-account .woocommerce-form-login,
  .page-account .woocommerce-form-register {
    margin: 0;
  }

  .page-account .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) > h2 {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .page-account .woocommerce-Addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-account .form-row-first,
  .page-account .form-row-last {
    display: inline-block;
    width: calc(50% - 0.55rem);
    vertical-align: top;
  }

  .page-account .form-row-first {
    margin-right: 1.1rem;
  }
}

@media (max-width: 900px) {
  .page-account .scn-page-shell {
    padding-top: 1.75rem;
  }

  .page-account .footer-inner {
    padding: 4rem 1.5rem 2.5rem;
  }

  .page-account .woocommerce-form-login,
  .page-account .woocommerce-form-register,
  .page-account .woocommerce-ResetPassword,
  .page-account .woocommerce-EditAccountForm {
    padding: 1.5rem 1.25rem 1.65rem;
  }

  .page-account .scn-account-identity {
    display: block;
    position: static;
    z-index: auto;
    top: auto;
    margin: 0 0 1rem;
    padding: 0 0 1.05rem;
    background: transparent;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: var(--lux-text);
  }

  .page-account .scn-account-identity__label {
    display: block;
    margin: 0 0 0.45rem;
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--lux-muted);
    font-family: var(--font-lux-body);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .page-account .scn-account-identity__name {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--lux-text);
    font-family: var(--font-lux);
    font-size: clamp(1.85rem, 7vw, 2.55rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .page-account .scn-account-identity::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1px;
    margin-top: 0.95rem;
    background: var(--lux-gold);
  }

  .page-account.woocommerce-dashboard .scn-dashboard-overview {
    display: none;
  }

  .page-account .woocommerce-MyAccount-navigation {
    margin: 0 0 1.35rem;
  }

  .page-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0.15rem;
    border-bottom: 1px solid var(--lux-border);
    background: transparent;
  }

  .page-account .woocommerce-MyAccount-navigation li {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .page-account .woocommerce-MyAccount-navigation a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.22rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.35rem 0.08rem 0.5rem;
    color: var(--lux-muted);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.45rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }

  .page-account .woocommerce-MyAccount-navigation a:hover,
  .page-account .woocommerce-MyAccount-navigation a:focus-visible {
    color: var(--lux-gold);
    background: transparent;
    box-shadow: none;
  }

  .page-account .woocommerce-MyAccount-navigation a:focus-visible {
    outline: 1px solid rgba(197, 160, 89, 0.55);
    outline-offset: 2px;
  }

  .page-account .woocommerce-MyAccount-navigation .scn-account-nav__icon {
    display: block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
  }

  .page-account .woocommerce-MyAccount-navigation .scn-account-nav__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.15;
  }

  .page-account .woocommerce-MyAccount-navigation .scn-account-nav__label--desktop {
    display: none;
  }

  .page-account .woocommerce-MyAccount-navigation .scn-account-nav__label--mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-account .woocommerce-MyAccount-navigation .is-active a {
    color: var(--lux-text);
    box-shadow: none;
  }

  .page-account .woocommerce-MyAccount-navigation .is-active a::after {
    content: "";
    display: block;
    width: 0.85rem;
    height: 1px;
    margin: 0.08rem auto 0;
    background: var(--lux-gold);
  }

  .page-account .woocommerce-orders-table,
  .page-account table.shop_table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .page-account .woocommerce-button.button,
  .page-account .woocommerce-Button.button,
  .page-account button.woocommerce-button,
  .page-account .woocommerce-form-login__submit {
    width: 100%;
  }
}

/* Logged-out My Account login (and future #customer_login wrap).
   Excludes dashboard (has navigation) and lost-password (no login form). */
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  max-width: 28rem;
  margin: 0 auto;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation))::before {
  content: none;
  display: none;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > h2,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1 > h2,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column2 > h2 {
  max-width: none;
  margin: 0 0 1.5rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > h2::after,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1 > h2::after {
  content: "Welcome to the atelier.";
  display: block;
  margin-top: 0.85rem;
  padding-top: 1rem;
  background: linear-gradient(to right, var(--lux-gold) 2.5rem, transparent 2.5rem) no-repeat top left;
  background-size: 2.5rem 1px;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.95rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1 > h2 {
  margin-bottom: 1.15rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1 > h2::after {
  margin-top: 0.7rem;
  padding-top: 0.85rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-columns,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  width: 100%;
  max-width: none;
  margin: 0;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column2,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .col-1,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .col-2 {
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.85rem 1.5rem 1.9rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .password-input {
  display: block;
  position: relative;
  width: 100%;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .password-input input {
  width: 100%;
  padding-right: 2.6rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .password-input input::-ms-reveal {
  display: none;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .show-password-input {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  z-index: 1;
  display: block;
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.42;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .show-password-input:hover,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .show-password-input:focus-visible {
  opacity: 0.78;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .show-password-input:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 2px;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .show-password-input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) :is(.woocommerce-form-login, .woocommerce-form-register) .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login .form-row {
  margin-bottom: 0.9rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login .form-row:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0.15rem 0 0;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login__rememberme {
  margin: 0;
  width: 100%;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login__submit {
  display: flex;
  width: 100%;
  margin: 0;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .lost_password {
  margin: 1rem 0 0;
  text-align: center;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .lost_password a {
  color: var(--lux-muted);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .lost_password a:hover {
  color: var(--lux-gold);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-register-prompt,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-login-prompt {
  margin: 1.15rem 0 0;
  color: var(--lux-muted);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-register-prompt a,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-login-prompt a {
  color: var(--lux-text);
  font-weight: 500;
  text-decoration: none;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-register-prompt a {
  text-decoration: underline;
  text-decoration-color: rgba(12, 12, 12, 0.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-register-prompt a:hover,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-login-prompt a:hover {
  color: var(--lux-gold);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .scn-register-prompt a:hover {
  text-decoration-color: var(--lux-gold);
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column2 > h2::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-top: 0.85rem;
  background: var(--lux-gold);
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register > p:not(.form-row) {
  margin: 0 0 1.1rem;
  color: var(--lux-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin: 0.15rem 0 0.85rem;
  color: var(--lux-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-privacy-policy-text a {
  color: var(--lux-text);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register .form-row {
  margin-bottom: 0.9rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register .scn-login-prompt {
  margin-top: 0.95rem;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register .form-row:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0.15rem 0 0;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register__submit {
  display: flex;
  width: 100%;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register__submit::after {
  content: "Create account";
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) #customer_login:not(:target) .u-column2,
.page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) #customer_login:target .u-column1 {
  display: none;
}

.page-account.scn-account-register .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) #customer_login .u-column1 {
  display: none;
}

.page-account.scn-account-register .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) #customer_login .u-column2 {
  display: block;
}

@media (min-width: 901px) {
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
    column-gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: center;
    max-width: none;
    margin: 0;
    min-height: 32rem;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation))::before {
    content: "";
    display: block;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: stretch;
    min-height: 32rem;
    background-color: #ece8df;
    background-image: url("images/watch-royal-oak.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)):has(.woocommerce-notices-wrapper:not(:empty))::before {
    grid-row: 1 / span 3;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-notices-wrapper,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > h2,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > .woocommerce-form-login,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > .u-columns,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > #customer_login {
    grid-column: 2;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) > h2,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1 > h2,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column2 > h2 {
    margin-bottom: 1.35rem;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-column1 > h2 {
    margin-bottom: 1.15rem;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login {
    padding: 1.7rem 1.65rem 1.75rem;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register {
    padding: 1.7rem 1.65rem 1.75rem;
  }

  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .u-columns,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .col2-set {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-login,
  .page-account .woocommerce:has(form.woocommerce-form-login):not(:has(.woocommerce-MyAccount-navigation)) .woocommerce-form-register {
    padding: 1.5rem 1.25rem 1.65rem;
  }
}

/* =====================================================================
   Logged-in Dashboard only. Does not alter shared .page-account
   My Account nav/content rules used by other endpoints or login.
   ===================================================================== */
.page-account.woocommerce-dashboard .woocommerce-MyAccount-content {
  max-width: 36rem;
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:first-of-type {
  position: relative;
  margin: 0 0 1.6rem;
  padding: 0 0 1.05rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:first-of-type::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-top: 0.95rem;
  background: var(--lux-gold);
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:first-of-type strong {
  font-weight: 500;
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:first-of-type,
.page-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:nth-of-type(2) {
  display: none;
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content a {
  color: var(--lux-text);
  font-weight: 500;
  text-decoration: none;
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content a:hover,
.page-account.woocommerce-dashboard .woocommerce-MyAccount-content a:focus-visible {
  color: var(--lux-gold);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

/* Dashboard overview */
.page-account.woocommerce-dashboard .scn-dashboard-overview {
  margin: 0 0 2rem;
  padding: 0 0 1.05rem;
  position: relative;
}

.page-account.woocommerce-dashboard .scn-dashboard-overview__label {
  display: block;
  margin: 0 0 0.45rem;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-account.woocommerce-dashboard .scn-dashboard-overview__name {
  margin: 0;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-account.woocommerce-dashboard .scn-dashboard-overview::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-top: 0.95rem;
  background: var(--lux-gold);
}

/* Dashboard cards */
.page-account.woocommerce-dashboard .scn-dashboard-card {
  padding: 2rem 1.75rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
  border-radius: 0;
}

.page-account.woocommerce-dashboard .scn-dashboard-card--profile {
  margin: 0 0 2.25rem;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__title {
  margin: 0 0 1.25rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__list {
  display: grid;
  gap: 0.9rem 1.25rem;
  margin: 0 0 1.35rem;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__row {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__row dt {
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__row dd {
  margin: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__action,
.page-account.woocommerce-dashboard .scn-dashboard-service__hint {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__action:hover,
.page-account.woocommerce-dashboard .scn-dashboard-service__hint:hover {
  color: var(--lux-gold);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.page-account.woocommerce-dashboard .scn-dashboard-card__action [aria-hidden="true"],
.page-account.woocommerce-dashboard .scn-dashboard-service__hint [aria-hidden="true"] {
  font-size: 0.85em;
  font-weight: 400;
}

/* Services grid */
.page-account.woocommerce-dashboard .scn-dashboard-services__title {
  margin: 0 0 1.25rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-account.woocommerce-dashboard .scn-dashboard-services__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.page-account.woocommerce-dashboard .scn-dashboard-service {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.5rem;
  background: var(--lux-surface);
  border: 1px solid var(--lux-border);
  border-radius: 0;
  text-decoration: none;
  transition: border-color 0.25s ease;
}

.page-account.woocommerce-dashboard .scn-dashboard-service:hover,
.page-account.woocommerce-dashboard .scn-dashboard-service:focus-visible {
  border-color: var(--lux-gold);
}

.page-account.woocommerce-dashboard .scn-dashboard-service__name {
  margin: 0;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-account.woocommerce-dashboard .scn-dashboard-service__desc {
  margin: 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
}

.page-account.woocommerce-dashboard .scn-dashboard-service__hint {
  margin-top: 0.65rem;
}

@media (min-width: 901px) {
  .page-account.woocommerce-dashboard .scn-dashboard-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-account.woocommerce-dashboard .scn-dashboard-service--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .page-account.woocommerce-dashboard .scn-dashboard-card--profile {
    padding: 1.5rem;
  }

  .page-account.woocommerce-dashboard .scn-dashboard-service {
    padding: 1.25rem;
  }
}

.page-account.woocommerce-dashboard .scn-dashboard-logout {
  margin: 2.25rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid var(--lux-border);
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content .scn-dashboard-logout__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0.55rem 1rem;
  border: 1px solid #8b2c2c;
  background: transparent;
  color: #8b2c2c;
  font-family: var(--font-lux-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.page-account.woocommerce-dashboard .woocommerce-MyAccount-content .scn-dashboard-logout__action:hover,
.page-account.woocommerce-dashboard .woocommerce-MyAccount-content .scn-dashboard-logout__action:focus-visible {
  background: rgba(139, 44, 44, 0.06);
  color: #6f2222;
  text-decoration: none;
}

@media (min-width: 901px) {
  .page-account.woocommerce-dashboard .woocommerce-MyAccount-navigation {
    margin: 0;
  }

  .page-account.woocommerce-dashboard .woocommerce-MyAccount-navigation a {
    padding: 0.8rem 1.35rem 0.8rem 0;
  }

  .page-account.woocommerce-dashboard .woocommerce-MyAccount-navigation .is-active a {
    box-shadow: inset -1px 0 0 var(--lux-gold);
  }
}

/* =====================================================================
   Logged-in Orders only. Editorial table + notice refinements.
   Scoped so shared account nav, tables, and other endpoints stay untouched.
   ===================================================================== */
.page-account.woocommerce-orders .woocommerce-MyAccount-content {
  max-width: 36rem;
}

/* Email verification + empty-state notices — separator, not a card */
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 1rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info:last-child {
  margin-bottom: 0;
}

.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info a {
  color: var(--lux-text);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--lux-border);
  text-underline-offset: 0.2em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info a:hover,
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info a:focus-visible {
  color: var(--lux-gold);
  text-decoration-color: var(--lux-gold);
}

.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .button,
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0;
  padding: 0.45rem 0.95rem;
  background: transparent;
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .button:hover,
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button:hover,
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .button:focus-visible,
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button:focus-visible {
  background: transparent;
  border-color: var(--lux-gold);
  color: var(--lux-gold);
}

.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .button:focus-visible,
.page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button:focus-visible {
  outline: 1px solid rgba(197, 160, 89, 0.5);
  outline-offset: 2px;
}

/* Orders table — editorial list, not a boxed Woo table */
.page-account.woocommerce-orders .woocommerce-orders-table {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--lux-border);
}

.page-account.woocommerce-orders .woocommerce-orders-table th,
.page-account.woocommerce-orders .woocommerce-orders-table td {
  padding: 1.15rem 0.75rem;
  background: transparent;
  font-family: var(--font-lux-body);
  font-size: 0.84rem;
  line-height: 1.5;
  vertical-align: baseline;
}

.page-account.woocommerce-orders .woocommerce-orders-table th:first-child,
.page-account.woocommerce-orders .woocommerce-orders-table td:first-child {
  padding-left: 0;
}

.page-account.woocommerce-orders .woocommerce-orders-table th:last-child,
.page-account.woocommerce-orders .woocommerce-orders-table td:last-child {
  padding-right: 0;
  text-align: right;
}

.page-account.woocommerce-orders .woocommerce-orders-table th {
  padding-top: 0;
  padding-bottom: 0.7rem;
  border: 0;
  border-bottom: 1px solid var(--lux-border);
  color: var(--lux-muted);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-account.woocommerce-orders .woocommerce-orders-table td {
  border-bottom: 1px solid var(--lux-border);
}

.page-account.woocommerce-orders .woocommerce-orders-table tr:last-child td {
  border-bottom: 0;
}

.page-account.woocommerce-orders .woocommerce-orders-table__cell-order-number a {
  color: var(--lux-text);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-account.woocommerce-orders .woocommerce-orders-table__cell-order-number a:hover,
.page-account.woocommerce-orders .woocommerce-orders-table__cell-order-number a:focus-visible {
  color: var(--lux-gold);
  text-decoration: underline;
  text-decoration-color: var(--lux-gold);
  text-underline-offset: 0.2em;
}

.page-account.woocommerce-orders .woocommerce-orders-table__cell-order-status {
  color: var(--lux-muted);
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.page-account.woocommerce-orders .woocommerce-orders-table__cell-order-status mark,
.page-account.woocommerce-orders .woocommerce-orders-table__cell-order-status span {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  background: none;
  border: 0;
  padding: 0;
}

.page-account.woocommerce-orders .woocommerce-orders-table .button.view,
.page-account.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 32px;
  margin: 0;
  padding: 0.35rem 0.85rem;
  background: transparent;
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-account.woocommerce-orders .woocommerce-orders-table .button.view:hover,
.page-account.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view:hover,
.page-account.woocommerce-orders .woocommerce-orders-table .button.view:focus-visible,
.page-account.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view:focus-visible {
  background: transparent;
  border-color: var(--lux-gold);
  color: var(--lux-gold);
}

.page-account.woocommerce-orders .woocommerce-orders-table .button.view:focus-visible,
.page-account.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view:focus-visible {
  outline: 1px solid rgba(197, 160, 89, 0.5);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info {
    padding: 0.75rem 0;
    font-size: 0.78rem;
    gap: 0.55rem 0.85rem;
  }

  .page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .button,
  .page-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info .woocommerce-Button {
    width: auto;
  }

  .page-account.woocommerce-orders .woocommerce-orders-table th,
  .page-account.woocommerce-orders .woocommerce-orders-table td {
    padding: 0.85rem 0.45rem;
    font-size: 0.8rem;
  }

  .page-account.woocommerce-orders .woocommerce-orders-table .button.view,
  .page-account.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view {
    width: auto;
    min-width: 0;
    padding: 0.3rem 0.65rem;
    font-size: 0.55rem;
  }
}

/* =====================================================================
   Logged-in Order Detail only. Editorial refinements for view-order.
   Scoped so dashboard, orders list, login, addresses, and checkout
   stay untouched.
   ===================================================================== */
.page-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
  margin: 0 0 2.25rem;
  padding: 0 0 1.15rem;
  border-bottom: 1px solid var(--lux-border);
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
}

.page-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type mark {
  background: none;
  color: inherit;
  padding: 0;
}

.page-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type .order-number,
.page-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type .order-date {
  color: var(--lux-text);
  font-style: normal;
  font-weight: 500;
}

.page-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type .order-status {
  color: var(--lux-muted);
  font-style: italic;
  font-weight: 400;
}

.page-account.woocommerce-view-order .woocommerce-order-details,
.page-account.woocommerce-view-order .woocommerce-customer-details {
  margin: 0 0 2.25rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.page-account.woocommerce-view-order .woocommerce-order-details:last-child,
.page-account.woocommerce-view-order .woocommerce-customer-details:last-child {
  margin-bottom: 0;
}

.page-account.woocommerce-view-order .woocommerce-order-details__title {
  margin: 0 0 1.15rem;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details,
.page-account.woocommerce-view-order table.shop_table.order_details {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--lux-border);
}

.page-account.woocommerce-view-order .woocommerce-table--order-details th,
.page-account.woocommerce-view-order .woocommerce-table--order-details td {
  padding: 1rem 0.75rem 1rem 0;
  background: transparent;
  border-bottom: 1px solid var(--lux-border);
  font-family: var(--font-lux-body);
  font-size: 0.84rem;
  line-height: 1.5;
  vertical-align: baseline;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details th:last-child,
.page-account.woocommerce-view-order .woocommerce-table--order-details td:last-child,
.page-account.woocommerce-view-order .woocommerce-table--order-details .product-total {
  padding-right: 0;
  text-align: right;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details thead th {
  padding-top: 0;
  padding-bottom: 0.7rem;
  color: var(--lux-muted);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details tbody tr:last-child th,
.page-account.woocommerce-view-order .woocommerce-table--order-details tbody tr:last-child td {
  border-bottom-color: var(--lux-border);
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .product-name a {
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .product-name a:hover,
.page-account.woocommerce-view-order .woocommerce-table--order-details .product-name a:focus-visible {
  color: var(--lux-gold);
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .product-quantity,
.page-account.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta {
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.78rem;
  font-weight: 400;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details tfoot th {
  color: var(--lux-muted);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details tfoot td {
  color: var(--lux-text);
  font-size: 0.84rem;
  font-weight: 400;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:has(.woocommerce-Price-amount):last-of-type th,
.page-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:has(.woocommerce-Price-amount):last-of-type td {
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child th,
.page-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: 0;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .button,
.page-account.woocommerce-view-order .woocommerce-table--order-details .woocommerce-button.button,
.page-account.woocommerce-view-order .order-actions-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 32px;
  margin: 0;
  padding: 0.35rem 0.85rem;
  background: transparent;
  border: 1px solid var(--lux-border);
  border-radius: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .button:hover,
.page-account.woocommerce-view-order .woocommerce-table--order-details .woocommerce-button.button:hover,
.page-account.woocommerce-view-order .order-actions-button:hover,
.page-account.woocommerce-view-order .woocommerce-table--order-details .button:focus-visible,
.page-account.woocommerce-view-order .woocommerce-table--order-details .woocommerce-button.button:focus-visible,
.page-account.woocommerce-view-order .order-actions-button:focus-visible {
  background: transparent;
  border-color: var(--lux-gold);
  color: var(--lux-gold);
}

.page-account.woocommerce-view-order .woocommerce-table--order-details .button:focus-visible,
.page-account.woocommerce-view-order .woocommerce-table--order-details .woocommerce-button.button:focus-visible,
.page-account.woocommerce-view-order .order-actions-button:focus-visible {
  outline: 1px solid rgba(197, 160, 89, 0.5);
  outline-offset: 2px;
}

.page-account.woocommerce-view-order .woocommerce-column__title,
.page-account.woocommerce-view-order .woocommerce-customer-details h2 {
  margin: 0 0 0.85rem;
  padding: 0 0 0.7rem;
  border-bottom: 1px solid var(--lux-border);
  color: var(--lux-muted);
  font-family: var(--font-lux);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.page-account.woocommerce-view-order .woocommerce-customer-details address {
  margin: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.55;
}

.page-account.woocommerce-view-order .woocommerce-customer-details--phone,
.page-account.woocommerce-view-order .woocommerce-customer-details--email {
  display: block;
  margin-top: 0.3rem;
  color: var(--lux-muted);
}

@media (max-width: 900px) {
  .page-account.woocommerce-view-order .woocommerce-table--order-details,
  .page-account.woocommerce-view-order table.shop_table.order_details {
    display: table;
    overflow: visible;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
    margin-bottom: 1.75rem;
    font-size: 0.82rem;
  }

  .page-account.woocommerce-view-order .woocommerce-order-details,
  .page-account.woocommerce-view-order .woocommerce-customer-details {
    margin-bottom: 1.75rem;
  }

  .page-account.woocommerce-view-order .woocommerce-order-details__title {
    font-size: 1.15rem;
  }

  .page-account.woocommerce-view-order .woocommerce-table--order-details th,
  .page-account.woocommerce-view-order .woocommerce-table--order-details td {
    padding: 0.75rem 0.4rem 0.75rem 0;
    font-size: 0.8rem;
  }

  .page-account.woocommerce-view-order .woocommerce-table--order-details .product-name a {
    font-size: 1.02rem;
  }

  .page-account.woocommerce-view-order .woocommerce-table--order-details .button,
  .page-account.woocommerce-view-order .woocommerce-table--order-details .woocommerce-button.button,
  .page-account.woocommerce-view-order .order-actions-button {
    width: auto;
    min-width: 0;
    padding: 0.3rem 0.65rem;
    font-size: 0.55rem;
  }
}

/* =====================================================================
   Logged-in Addresses only. Editorial billing/shipping columns.
   Higher specificity so shared .woocommerce-Address .edit button styles
   cannot leak through. Other account endpoints stay untouched.
   ===================================================================== */
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-notices-wrapper:has(.woocommerce-error) {
  margin: 0 0 0.7rem;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-error {
  display: block;
  max-width: 36rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #7a3d32;
  font-family: var(--font-lux-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  list-style: none;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-error::before,
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-error::after {
  content: none;
  display: none;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-error li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-error li + li {
  margin-top: 0.2rem;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
  gap: 2rem;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 0;
  background: transparent;
  border: 0;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0.7rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--lux-border);
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address .edit,
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address a.edit {
  display: inline;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address .edit:hover,
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover,
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address .edit:focus-visible,
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address a.edit:focus-visible {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--lux-gold);
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address .edit:focus-visible,
.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address a.edit:focus-visible {
  outline: 1px solid rgba(197, 160, 89, 0.5);
  outline-offset: 2px;
}

.page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 0;
  color: var(--lux-text);
  font-family: var(--font-lux-body);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.55;
}

@media (min-width: 901px) {
  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
    row-gap: 0;
  }

  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address:first-child {
    padding-right: 2.5rem;
    border-right: 1px solid var(--lux-border);
  }
}

@media (max-width: 900px) {
  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address {
    padding-top: 1.75rem;
    border-top: 1px solid var(--lux-border);
  }
}

@media (max-width: 640px) {
  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
    gap: 1.5rem;
  }

  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title {
    margin-bottom: 0.85rem;
    padding-bottom: 0.55rem;
  }

  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    font-size: 1.15rem;
  }

  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address .edit,
  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address a.edit {
    display: inline;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    font-size: 0.55rem;
  }

  .page-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address address {
    font-size: 0.82rem;
  }
}

/* =====================================================================
   Logged-in Account Details only. Higher specificity so shared
   .woocommerce-EditAccountForm card/button styles cannot leak through.
   Other account endpoints stay untouched.
   ===================================================================== */
.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 1.1rem;
  row-gap: 0;
  box-sizing: border-box;
  max-width: 36rem;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > * {
  grid-column: 1 / -1;
  min-width: 0;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .clear {
  display: none;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .form-row-first,
.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .form-row-last {
  display: block;
  float: none;
  width: 100%;
  margin-right: 0;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .form-row-wide {
  float: none;
  width: 100%;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .form-row {
  margin-bottom: 0.9rem;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
  display: block;
  margin: 0.35rem 0 0;
  color: var(--lux-muted);
  font-family: var(--font-lux-body);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin: 1.35rem 0 0;
  padding: 1.75rem 0 0.15rem;
  border: 0;
  border-top: 1px solid var(--lux-border);
  min-width: 0;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 1.35rem;
  padding: 0;
  color: var(--lux-text);
  font-family: var(--font-lux);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-top: 0.75rem;
  background: var(--lux-gold);
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row {
  width: 100%;
  margin-bottom: 0.95rem;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row:last-of-type {
  margin-bottom: 0;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row label {
  color: var(--lux-muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-transform: none;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
  display: block;
  position: relative;
  width: 100%;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input {
  width: 100%;
  padding-right: 2.6rem;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input::-ms-reveal {
  display: none;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  z-index: 1;
  display: block;
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.42;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input:hover,
.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input:focus-visible {
  opacity: 0.78;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input:focus-visible {
  outline: 2px solid rgba(197, 160, 89, 0.65);
  outline-offset: 2px;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input::after {
  content: none;
  display: none;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:not(.form-row) {
  margin: 1.35rem 0 0;
}

.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button.button,
.page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[name="save_account_details"] {
  display: flex;
  width: 100%;
  margin: 0;
}

@media (min-width: 901px) {
  .page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .form-row-first {
    grid-column: 1;
  }

  .page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .form-row-last {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .page-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    font-size: 1.15rem;
  }
}
