/*
Theme Name: DeepWebStudio
Theme URI: https://example.com/deepwebstudio
Author: DeepWebStudio
Author URI: https://example.com
Description: A custom starter block theme for DeepWebStudio.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deepwebstudio
Tags: blog, full-site-editing, block-patterns
*/

:root {
  --color-primary: #1C1C1C;
  --color-secondary: #EDE6DC;
  --color-accent: #6B6B6B;

  --bg-main: #F7F4EF;
  --bg-section: #EDE6DC;
  --bg-card: #FFFFFF;
  --bg-footer: #111111;

  --text-primary: #1A1A1A;
  --text-secondary: #6B6B6B;
  --text-disabled: #BDBDBD;
  --text-inverse: #FFFFFF;
}

html,
body,
.wp-site-blocks {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

html {
  background: #121212;
}

body,
.wp-site-blocks {
  background: var(--bg-main);
}

/* Force-remove top spacing injected by Global Styles / template part settings. */
body .wp-site-blocks {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body .wp-site-blocks > .wp-block-template-part,
body .wp-site-blocks > header.wp-block-template-part {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  padding-top: 0 !important;
}

body,
.editor-styles-wrapper,
button,
input,
select,
textarea {
  font-family: "Instrument Sans", sans-serif;
}

.luxury-header {
  width: 100%;
  position: relative;
  background: linear-gradient(90deg, #121212 0%, #1f1f1f 48%, #131313 100%);
  color: #fff;
}

/* Sticky on the outer WP template-part wrapper for reliable behavior. */
.wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(90deg, #121212 0%, #1f1f1f 48%, #131313 100%);
}

/* Remove block-gap between sticky header template part and first content block. */
.wp-site-blocks > header.wp-block-template-part + * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Ensure the first shortcode block (homepage hero) sits flush under header. */
.wp-site-blocks > header.wp-block-template-part + .wp-block-shortcode {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Keep this promotional hero flush under the header when it is the first section. */
.wp-site-blocks > header.wp-block-template-part + .offer-code-banner,
.wp-site-blocks > header.wp-block-template-part + .wp-block-html > .offer-code-banner {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

body.admin-bar .wp-site-blocks > header.wp-block-template-part {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .wp-site-blocks > header.wp-block-template-part {
    top: 46px;
  }
}

.luxury-header__inner {
  box-sizing: border-box;
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 5.2rem;
  padding-inline-start: clamp(16px, 2.2vw, 34px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.8rem);
}

.home .luxury-header__inner {
  min-height: 4.75rem;
}

.luxury-header__brand {
  color: #f5f5f5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(0.9rem, 1.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1;
}

.luxury-header__brand.luxury-header__brand--logo {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
}

.luxury-header__brand-logo {
  display: block;
  width: auto;
  max-width: clamp(230px, 35vw, 460px);
  max-height: 110px;
  height: auto;
}

.luxury-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 3.2rem);
}

.luxury-header__nav p {
  margin: 0;
}

.luxury-header__menu-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 3.2rem);
}

.luxury-header__nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(0.72rem, 0.95vw, 0.86rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: opacity 220ms ease;
}

.luxury-header__nav a:hover,
.luxury-header__nav a:focus-visible {
  opacity: 0.72;
}

.luxury-header__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.45rem, 1vw, 1rem);
}

.luxury-header__icons a {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  opacity: 0.96;
  transition: opacity 220ms ease;
}

.luxury-header__icons a:hover,
.luxury-header__icons a:focus-visible {
  opacity: 0.68;
}

.luxury-header__icons svg {
  width: 1.45rem;
  height: 1.45rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxury-header__menu-toggle {
  display: none;
  width: 2rem;
  height: 2rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  opacity: 0.96;
  transition: opacity 220ms ease;
}

.luxury-header__menu-toggle:hover,
.luxury-header__menu-toggle:focus-visible {
  opacity: 0.68;
}

.luxury-header__menu-overlay {
  display: none;
}

.luxury-header__icons a[aria-label="Cart"] {
  position: relative;
}

.luxury-header__cart-count {
  position: absolute;
  top: -0.12rem;
  right: -0.2rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dws-mini-cart {
  --dws-mini-cart-top: 0px;
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
}

.dws-mini-cart__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 260ms ease;
}

.dws-mini-cart__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100dvh;
  background: #f3ede4;
  color: #121212;
  display: grid;
  grid-template-rows: auto 1fr auto;
  transform: translateX(102%);
  transition: transform 280ms ease;
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.18);
}

.dws-mini-cart.is-open {
  pointer-events: auto;
}

.dws-mini-cart.is-open .dws-mini-cart__overlay {
  opacity: 1;
}

.dws-mini-cart.is-open .dws-mini-cart__drawer {
  transform: translateX(0);
}

.dws-mini-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem 0.95rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.14);
}

.dws-mini-cart__title {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.dws-mini-cart__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 26, 0.28);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.dws-mini-cart__close {
  border: 0;
  background: transparent;
  color: #121212;
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.dws-mini-cart__content {
  min-height: 0;
  overflow-y: auto;
  padding: 0.85rem 1rem;
  background: #f8f4ed;
}

.dws-mini-cart .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dws-mini-cart .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  column-gap: 0.85rem;
  row-gap: 0.35rem;
  align-items: start;
  padding: 0.8rem 0;
  padding-right: 0.1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

.dws-mini-cart .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button) {
  grid-column: 1 / 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 0.85rem;
  align-items: start;
  min-width: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  word-break: normal;
  overflow-wrap: break-word;
  color: #121212;
  text-decoration: none;
}

.dws-mini-cart .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button) img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid rgba(26, 26, 26, 0.12);
}

.dws-mini-cart .woocommerce-mini-cart-item .quantity {
  grid-column: 2 / 3;
  grid-row: 3;
  margin: 0;
  font-size: 0.87rem;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.6);
  line-height: 1.35;
}

.dws-mini-cart .woocommerce-mini-cart-item .variation,
.dws-mini-cart .woocommerce-mini-cart-item dl.variation,
.dws-mini-cart .woocommerce-mini-cart-item .wc-item-meta {
  grid-column: 2 / 3;
  grid-row: 2;
  margin: 0;
  padding: 0;
  color: rgba(26, 26, 26, 0.52);
  font-size: 0.78rem;
  line-height: 1.3;
}

.dws-mini-cart .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.dws-mini-cart .woocommerce-mini-cart-item .quantity .amount,
.dws-mini-cart .woocommerce-mini-cart-item .quantity bdi {
  color: #121212;
  font-weight: 600;
}

.dws-mini-cart .woocommerce-mini-cart-item .remove,
.dws-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
  grid-column: 3 / 4;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid rgba(26, 26, 26, 0.32);
  border-radius: 999px;
  background: transparent;
  color: rgba(26, 26, 26, 0.7);
  font-size: 0.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, opacity 200ms ease;
}

.dws-mini-cart .woocommerce-mini-cart-item .remove:hover,
.dws-mini-cart .woocommerce-mini-cart-item .remove:focus-visible,
.dws-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button:hover,
.dws-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button:focus-visible {
  border-color: rgba(26, 26, 26, 0.58);
  color: #121212;
  background: rgba(26, 26, 26, 0.06);
}

.dws-mini-cart .woocommerce-mini-cart-item .remove.loading,
.dws-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button.loading {
  pointer-events: none;
  opacity: 0.5;
}

.dws-mini-cart .woocommerce-mini-cart__empty-message {
  margin: 0.35rem 0;
  color: rgba(26, 26, 26, 0.72);
  font-size: 1.02rem;
  font-weight: 500;
}

.dws-mini-cart .woocommerce-mini-cart__total,
.dws-mini-cart .woocommerce-mini-cart__buttons {
  display: none;
}

.dws-mini-cart__footer {
  border-top: 1px solid rgba(26, 26, 26, 0.14);
  padding: 1rem 1rem 1.05rem;
  background: #eee6da;
}

.dws-mini-cart__subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
}

.dws-mini-cart__subtotal-row strong {
  font-size: 1.18rem;
  font-weight: 700;
}

.dws-mini-cart__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.dws-mini-cart__button {
  min-height: 2.65rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
}

.dws-mini-cart__button--solid {
  background: #111;
  color: #fff;
}

.dws-mini-cart__button--ghost {
  background: transparent;
  color: #111;
}

body.dws-mini-cart-open {
  overflow: hidden;
}

body.deepwebstudio-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .dws-mini-cart__drawer {
    width: min(390px, 95vw);
  }
}

@media (max-width: 560px) {
  .dws-mini-cart .woocommerce-mini-cart-item {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    column-gap: 0.7rem;
  }

  .dws-mini-cart .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button) {
    grid-template-columns: 64px minmax(0, 1fr);
    font-size: 0.95rem;
  }

  .dws-mini-cart .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button) img {
    width: 64px;
    height: 64px;
  }

  .dws-mini-cart__subtotal-row strong {
    font-size: 1.08rem;
  }
}

.trial-pack-popup {
  --trial-pack-popup-panel-bg: #f8f3eb;
  --trial-pack-popup-text-color: #121212;
  --trial-pack-popup-button-bg: #111111;
  --trial-pack-popup-button-text: #ffffff;
  --trial-pack-popup-overlay-alpha: 0.52;
  position: fixed;
  inset: 0;
  z-index: 2400;
  padding: 1.2rem;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.trial-pack-popup__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(14, 10, 6, var(--trial-pack-popup-overlay-alpha));
  opacity: 0;
  transition: opacity 240ms ease;
}

.trial-pack-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 1rem));
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  background: var(--trial-pack-popup-panel-bg);
  color: var(--trial-pack-popup-text-color);
  border: 1px solid rgba(15, 12, 8, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 240ms ease, transform 240ms ease;
  overflow: hidden;
}

.trial-pack-popup.is-open {
  pointer-events: auto;
}

.trial-pack-popup.is-open .trial-pack-popup__overlay {
  opacity: 1;
}

.trial-pack-popup.is-open .trial-pack-popup__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.trial-pack-popup__close {
  position: absolute;
  top: 0.6rem;
  right: 0.7rem;
  border: 0;
  background: transparent;
  color: rgba(18, 18, 18, 0.9);
  width: 2.1rem;
  height: 2.1rem;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.trial-pack-popup__close:hover,
.trial-pack-popup__close:focus-visible {
  color: #000;
}

.trial-pack-popup__media {
  margin: 0;
  min-height: 100%;
}

.trial-pack-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trial-pack-popup__content {
  padding: clamp(1.8rem, 4vw, 2.7rem) clamp(1.4rem, 3.2vw, 2.3rem) clamp(1.8rem, 3.8vw, 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
}

.trial-pack-popup__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.75;
}

.trial-pack-popup__title {
  margin: 0;
  font-size: clamp(1.5rem, 3.1vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.trial-pack-popup__description {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
  color: rgba(18, 18, 18, 0.76);
}

.trial-pack-popup__cta {
  margin-top: 0.45rem;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.6rem;
  border: 1px solid transparent;
  text-decoration: none;
  background: var(--trial-pack-popup-button-bg);
  color: var(--trial-pack-popup-button-text);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 220ms ease, opacity 220ms ease;
}

.trial-pack-popup__cta:hover,
.trial-pack-popup__cta:focus-visible {
  opacity: 0.9;
  transform: translateY(-1px);
}

body.dws-trial-popup-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .trial-pack-popup {
    padding: 0.8rem;
  }

  .trial-pack-popup__dialog {
    width: min(560px, calc(100% - 0.6rem));
    max-height: calc(100dvh - 1.6rem);
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .trial-pack-popup__media {
    max-height: 260px;
  }

  .trial-pack-popup__close {
    top: 0.45rem;
    right: 0.55rem;
  }

  .trial-pack-popup__content {
    padding-top: 1.5rem;
  }
}

@media (max-width: 560px) {
  .trial-pack-popup__content {
    padding: 1.4rem 1.05rem 1.45rem;
    gap: 0.75rem;
  }

  .trial-pack-popup__title {
    font-size: clamp(1.3rem, 8vw, 1.8rem);
  }

  .trial-pack-popup__description {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .trial-pack-popup__cta {
    width: 100%;
    min-height: 2.7rem;
    padding-inline: 1rem;
  }
}

.hero-slider {
  position: relative;
  min-height: clamp(420px, 70vh, 760px);
  overflow: hidden;
  background: var(--color-primary);
}

.hero-slider__slides {
  position: relative;
  min-height: inherit;
  height: 100%;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 700ms ease-in-out;
  pointer-events: none;
}

.hero-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slider__slide-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 5000ms linear;
}

.hero-slider__slide.is-active .hero-slider__slide-image {
  transform: scale(1);
}

.hero-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    122deg,
    rgba(0, 0, 0, 0.46) 0%,
    rgba(0, 0, 0, 0.24) 42%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.hero-slider__content {
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  top: 50%;
  transform: translateY(-50%) translateY(14px);
  z-index: 2;
  max-width: min(620px, 84vw);
  color: var(--text-inverse);
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease, transform 560ms ease;
}

.hero-slider__slide.is-active .hero-slider__content {
  opacity: 1;
  transform: translateY(-50%);
}

.hero-slider__slide--left-center .hero-slider__content {
  left: clamp(1rem, 5vw, 5rem);
  right: auto;
  top: 50%;
  text-align: left;
}

.hero-slider__slide--center .hero-slider__content {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%) translateY(14px);
  width: min(720px, 88vw);
  text-align: center;
}

.hero-slider__slide--center.is-active .hero-slider__content {
  transform: translate(-50%, -50%);
}

.hero-slider__slide--top-right .hero-slider__content {
  left: auto;
  right: clamp(1rem, 5vw, 5rem);
  top: clamp(1.3rem, 8vh, 4rem);
  transform: translateY(10px);
  text-align: right;
}

.hero-slider__slide--top-right.is-active .hero-slider__content {
  transform: translateY(0);
}

.hero-slider__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--text-inverse);
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.94;
}

.hero-slider__title {
  margin: 0 0 1.3rem;
  color: var(--text-inverse);
  font-size: clamp(1.55rem, 4.8vw, 3.6rem);
  letter-spacing: 0.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.hero-slider__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.62rem 1.5rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 360ms ease, border-color 360ms ease;
}

.hero-slider__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transition: transform 360ms ease;
  z-index: -1;
  pointer-events: none;
}

.hero-slider__cta:hover,
.hero-slider__cta:focus-visible {
  border-color: #fff;
  color: #fff;
}

.hero-slider__cta:hover::before,
.hero-slider__cta:focus-visible::before {
  transform: translateX(100%);
}

.hero-slider__pagination {
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-slider__dot {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.hero-slider__dot svg {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}

.hero-slider__dot-outline {
  fill: none;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 1.8;
}

.hero-slider__dot-progress {
  fill: none;
  stroke: #fff;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-dasharray: 43.98;
  stroke-dashoffset: 43.98;
}

.hero-slider__dot:not(.is-active) .hero-slider__dot-progress {
  opacity: 0;
}

.hero-slider__dot.is-active .hero-slider__dot-outline {
  stroke: rgba(255, 255, 255, 0.45);
}

/* Built with card fields matching common WooCommerce product metadata. */
.top-sellers {
  position: relative;
  padding: clamp(2.2rem, 4vw, 3.8rem) 0;
  background: var(--bg-main);
}

.top-sellers__container {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.top-sellers__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}

.top-sellers__title {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.1;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}

.top-sellers__controls {
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  top: 58%;
  transform: translateY(-58%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.top-sellers__arrow {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #ddd8cf;
  border-radius: 999px;
  background: #fdfbf8;
  color: var(--text-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.top-sellers__arrow:hover,
.top-sellers__arrow:focus-visible {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.top-sellers__arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.top-sellers__track-wrap {
  overflow: hidden;
  padding-inline: 2.6rem;
}

.top-sellers__track {
  --items-per-view: 4;
  --card-gap: 1rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--card-gap) * (var(--items-per-view) - 1))) / var(--items-per-view));
  gap: var(--card-gap);
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-sellers__track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.top-sellers__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scroll-snap-align: start;
  overflow: visible;
}

.top-sellers__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.top-sellers__media::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 3%;
  height: 14px;
  background: rgba(22, 20, 16, 0.2);
  border-radius: 999px;
  filter: blur(14px);
  z-index: 0;
}

.top-sellers__image {
  width: 94%;
  height: auto;
  max-height: 96%;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: opacity 320ms ease, transform 320ms ease;
}

.top-sellers__image--primary {
  opacity: 1;
}

.top-sellers__image--hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.99);
  opacity: 0;
}

.top-sellers__card:hover .top-sellers__image--primary,
.top-sellers__card:focus-within .top-sellers__image--primary {
  opacity: 0;
  transform: scale(0.99);
}

.top-sellers__card:hover .top-sellers__image--hover,
.top-sellers__card:focus-within .top-sellers__image--hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.top-sellers__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.35rem 0.2rem 0.6rem;
  text-align: center;
}

.top-sellers__product-title {
  margin: 0 0 0.4rem;
  color: var(--text-primary);
  font-size: 0.86rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 500;
}

.top-sellers__rating {
  margin: 0 0 0.35rem;
  color: #d39b35;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.top-sellers__price {
  margin: auto 0 0.8rem;
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}

.top-sellers__cart {
  width: 100%;
  min-height: 2.3rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 340ms ease, border-color 340ms ease;
}

.top-sellers__cart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-primary);
  transition: transform 340ms ease;
  z-index: -1;
  pointer-events: none;
}

.top-sellers__cart:hover,
.top-sellers__cart:focus-visible {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.top-sellers__cart:hover::before,
.top-sellers__cart:focus-visible::before {
  transform: translateX(100%);
}

.why-choose-us {
  padding: clamp(2.2rem, 4.2vw, 4rem) 0;
  background: var(--bg-section);
}

.why-choose-us__container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.why-choose-us__heading-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 0 1.8rem;
}

.why-choose-us__title {
  margin: 0;
  color: var(--text-primary);
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  letter-spacing: 0.08em;
  text-transform: none;
  font-weight: 500;
}

.why-choose-us__intro {
  margin: 0;
  max-width: 74ch;
  color: var(--text-secondary);
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.why-choose-us__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.2vw, 2.4rem);
}

.why-choose-us__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-choose-us__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.05rem;
  background: transparent;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.why-choose-us__item-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .why-choose-us__item:hover .why-choose-us__media,
  .why-choose-us__item:focus-within .why-choose-us__media {
    transform: translateY(-6px);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.14);
  }

  .why-choose-us__item:hover .why-choose-us__item-image,
  .why-choose-us__item:focus-within .why-choose-us__item-image {
    transform: scale(1.04);
  }
}

.why-choose-us__item-title {
  margin: 0 0 0.55rem;
  color: var(--text-primary);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.why-choose-us__item-text {
  margin: 0;
  color: var(--text-secondary);
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.75;
  text-align: center;
}

.customer-testimonials {
  padding: clamp(2.4rem, 4.4vw, 4.2rem) 0;
  background: var(--bg-section);
}

.customer-testimonials__container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.customer-testimonials__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  margin: 0 0 1.75rem;
}

.customer-testimonials__eyebrow {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.customer-testimonials__title {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.45rem, 3vw, 2.08rem);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.customer-testimonials__intro {
  margin: 0;
  max-width: 76ch;
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.72;
  letter-spacing: 0.02em;
}

.customer-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.95rem, 2.1vw, 1.35rem);
}

.customer-testimonials__card {
  background: var(--bg-card);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  padding: clamp(1rem, 1.6vw, 1.2rem);
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.06);
}

.customer-testimonials__meta {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.62rem;
}

.customer-testimonials__avatar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(135deg, #171717 0%, #373737 100%);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.customer-testimonials__identity {
  min-width: 0;
}

.customer-testimonials__name {
  margin: 0;
  color: var(--text-primary);
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 600;
}

.customer-testimonials__role {
  margin: 0.12rem 0 0;
  color: var(--text-secondary);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-testimonials__stars {
  margin: 0 0 0.5rem;
  color: #b7863a;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.customer-testimonials__quote {
  margin: 0;
  color: var(--text-primary);
  font-size: 0.88rem;
  line-height: 1.62;
}

.before-after-section {
  padding: clamp(3.1rem, 6vw, 5.3rem) 0;
  background: var(--bg-main);
}

.before-after-section__container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.before-after-section__title {
  margin: 0 0 0.7rem;
  color: var(--text-primary);
  text-align: center;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.before-after-section__description {
  margin: 0 auto 1.5rem;
  max-width: 62ch;
  color: var(--text-secondary);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.65;
}

.before-after {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #d7d0c4;
  touch-action: pan-y;
}

.before-after__image {
  position: absolute;
  inset: 0;
}

.before-after__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.before-after__image--before {
  clip-path: inset(0 50% 0 0);
}

.before-after__divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 2;
}

.before-after__handle-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(28, 28, 28, 0.16);
  background: #fff;
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.before-after__handle-arrows {
  font-size: 1rem;
  line-height: 1;
}

.before-after__badge {
  position: absolute;
  top: 1rem;
  z-index: 1;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  background: rgba(17, 17, 17, 0.5);
  padding: 0.38rem 0.5rem;
  border-radius: 6px;
}

.before-after__badge--before {
  left: 1rem;
}

.before-after__badge--after {
  right: 1rem;
}

.feature-band {
  background: #111;
  color: #fff;
  padding: clamp(2.2rem, 4vw, 3.2rem) 0;
}

/* Remove flow block-gap between the feature band HTML block and footer template part. */
.wp-site-blocks .feature-band + .wp-block-template-part {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Remove flow block-gap between testimonials and promo banner sections. */
.wp-site-blocks .customer-testimonials + .promo-banner {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.wp-site-blocks .top-sellers + .offer-code-banner,
.wp-site-blocks .offer-code-banner + .customer-testimonials {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.offer-code-banner {
  --offer-bg-main: #e9dfd1;
  --offer-text-main: #1f1a16;
  --offer-text-muted: #594739;
  --offer-alert: #a72a20;
  --offer-alert-soft: rgba(167, 42, 32, 0.12);
  --offer-surface: rgba(255, 250, 242, 0.86);
  --offer-side-gutter: clamp(26px, 4.5vw, 72px);
  --offer-space-1: 8px;
  --offer-space-2: 12px;
  --offer-space-3: 16px;
  --offer-space-4: 20px;
  --offer-space-5: 26px;
  width: 100%;
  margin: 0;
  padding: clamp(20px, 2.6vw, 34px) 0;
  background:
    radial-gradient(130% 120% at 100% 0%, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, var(--offer-bg-main) 0%, #ddcfbc 100%);
  overflow: hidden;
  position: relative;
}

.offer-code-banner__inner {
  box-sizing: border-box;
  width: min(1220px, calc(100% - (var(--offer-side-gutter) * 2)));
  margin: 0 auto;
  padding-inline: clamp(2px, 0.6vw, 10px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(18px, 2.5vw, 32px);
  align-items: center;
}

.offer-code-banner__content {
  width: 100%;
  max-width: 600px;
  padding: 0;
  padding-inline-start: clamp(4px, 0.9vw, 14px);
  padding-inline-end: clamp(2px, 0.45vw, 8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.2vw, 14px);
}

.offer-code-banner__eyebrow {
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  color: #6b4d3b;
  background: rgba(255, 255, 255, 0.52);
  font-size: clamp(0.7rem, 0.96vw, 0.82rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-code-banner__title {
  margin: 0;
  color: var(--offer-text-main);
  font-size: clamp(1.85rem, 3.6vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0.015em;
  font-weight: 700;
  text-wrap: balance;
  max-width: 14ch;
}

.offer-code-banner__urgency-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-top: 4px;
}

.offer-code-banner__urgency {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--offer-alert);
  font-size: clamp(0.78rem, 0.95vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  line-height: 1.24;
}

.offer-code-banner__urgency::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #c13425;
  box-shadow: 0 0 0 4px rgba(193, 52, 37, 0.16);
}

.offer-code-banner__cta {
  margin-top: 6px;
  width: min(420px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  min-width: 0;
  padding: 0 var(--offer-space-4);
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.86rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 22px rgba(25, 25, 25, 0.24);
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.offer-code-banner__cta:hover,
.offer-code-banner__cta:focus-visible {
  background: rgba(26, 26, 26, 0.08);
  color: #1a1a1a;
  border-color: #1a1a1a;
  transform: translateY(-2px);
}

.offer-code-banner__cta:focus-visible {
  outline: 3px solid rgba(26, 26, 26, 0.42);
  outline-offset: 2px;
}

/* Guard against wpautop inserting wrapper paragraphs around shortcode HTML controls. */
.offer-code-banner__content > p,
.offer-code-banner__ticket > p,
.offer-code-banner__ticket-row > p {
  margin: 0;
}

.offer-code-banner__content > p:empty,
.offer-code-banner__ticket > p:empty,
.offer-code-banner__ticket-row > p:empty {
  display: none;
}

.offer-code-banner__ticket-row > p {
  width: 100%;
}

.offer-code-banner__ticket-row > p > .offer-code-banner__copy-button {
  width: 100%;
}

.offer-code-banner__content > p > .offer-code-banner__cta {
  display: flex;
  width: 100%;
}

.offer-code-banner__ticket {
  width: min(420px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 18px;
  border-radius: 16px;
  border: 2px dashed rgba(77, 57, 44, 0.33);
  background: linear-gradient(180deg, #fff8ee 0%, var(--offer-surface) 100%);
  box-shadow: 0 14px 26px rgba(45, 31, 22, 0.13);
}

.offer-code-banner__ticket-label {
  margin: 0 0 8px;
  color: #5f4839;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}

.offer-code-banner__ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.offer-code-banner__ticket-code {
  margin: 0;
  color: var(--offer-text-main);
  font-size: clamp(1.72rem, 3.4vw, 2.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.offer-code-banner__copy-button {
  box-sizing: border-box;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(24, 24, 24, 0.35);
  background: rgba(255, 255, 255, 0.82);
  color: #1a1a1a;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.offer-code-banner__copy-button:hover,
.offer-code-banner__copy-button:focus-visible {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  transform: translateY(-1px);
}

.offer-code-banner__copy-button:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

.offer-code-banner__copy-button.is-copied {
  background: #0f6b42;
  border-color: #0f6b42;
  color: #fff;
}

.offer-code-banner__ticket-meta {
  margin: 10px 0 0;
  color: #3b2f27;
  font-size: 0.82rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.offer-code-banner__copy-status {
  margin: 8px 0 0;
  color: var(--offer-text-muted);
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
}

.offer-code-banner__copy-status.is-error {
  color: #8c2117;
}

.offer-code-banner__media {
  position: relative;
  margin: 0;
  margin-inline-end: clamp(2px, 0.7vw, 10px);
  width: 100%;
  aspect-ratio: 5 / 4;
  min-height: clamp(320px, 34vw, 460px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 38px rgba(45, 31, 22, 0.22);
}

.offer-code-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 15, 12, 0.02) 0%, rgba(20, 15, 12, 0.16) 100%);
  pointer-events: none;
}

.offer-code-banner__media-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  display: block;
}

@media (max-width: 1024px) {
  .offer-code-banner {
    --offer-side-gutter: clamp(20px, 4vw, 36px);
    padding: 22px 0;
  }

  .offer-code-banner__inner {
    width: min(980px, calc(100% - (var(--offer-side-gutter) * 2)));
    padding-inline: 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .offer-code-banner__content {
    max-width: 100%;
    padding-inline: 0;
    gap: 10px;
  }

  .offer-code-banner__title {
    max-width: 100%;
  }

  .offer-code-banner__ticket,
  .offer-code-banner__cta {
    width: min(460px, 100%);
  }

  .offer-code-banner__media {
    margin-inline-end: 0;
    aspect-ratio: 4 / 3;
    min-height: 330px;
    border-radius: 18px;
  }

  .offer-code-banner__media-image {
    object-position: center 20%;
  }
}

.feature-band__container {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2.1rem);
}

.feature-band__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.58rem;
}

.feature-band__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 36px;
  height: 36px;
  opacity: 0.9;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

.feature-band__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-band__title {
  margin: 0;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.feature-band__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.65;
  max-width: 30ch;
}

.feature-band__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 220ms ease;
}

.feature-band__link:hover,
.feature-band__link:focus-visible {
  border-bottom-color: #fff;
}

.promo-banner {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 55vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem) 1.2rem;
  text-align: center;
  background-image: url("/wp-content/themes/deepwebstudio/assets/images/promo/promo-banner.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.48) 56%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.promo-banner__content {
  position: relative;
  z-index: 1;
  width: min(760px, 92vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-banner__title {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.7rem, 5vw, 3.25rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.promo-banner__subtitle {
  margin: 0 0 1.45rem;
  color: #fff;
  font-size: clamp(0.92rem, 1.7vw, 1.1rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  max-width: 64ch;
}

.promo-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.58rem 1.6rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 340ms ease, border-color 340ms ease;
}

.promo-banner__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transition: transform 340ms ease;
  z-index: -1;
  pointer-events: none;
}

.promo-banner__cta:hover,
.promo-banner__cta:focus-visible {
  color: #fff;
  border-color: #fff;
}

.promo-banner__cta:hover::before,
.promo-banner__cta:focus-visible::before {
  transform: translateX(100%);
}

.our-story-page,
.contact-page,
.faqs-page {
  background: var(--bg-main);
}

.our-story {
  padding: clamp(2.8rem, 5vw, 5rem) 0 clamp(3rem, 6vw, 5.5rem);
}

.our-story__container {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-story__title {
  margin: 0 0 clamp(1.2rem, 2.5vw, 1.8rem);
  width: min(100%, 820px);
  color: var(--text-primary);
  text-align: left;
  font-size: clamp(1.45rem, 3.2vw, 2.35rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.our-story__media {
  width: min(100%, 900px);
  margin: 0 0 clamp(1.3rem, 2.6vw, 2rem);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.our-story__media .wp-block-image {
  margin: 0;
}

.our-story__image,
.our-story__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.our-story__content {
  width: min(100%, 820px);
}

.our-story__heading,
.our-story__subheading,
.our-story__list {
  text-align: left;
}

.our-story__text {
  margin: 0 0 1rem;
  max-width: 62ch;
  color: var(--text-secondary);
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.our-story__text:last-child {
  margin-bottom: 0;
}

.contact-luxe {
  padding: clamp(2.9rem, 5.4vw, 4.8rem) 0 clamp(3rem, 5.5vw, 4.9rem);
  background: linear-gradient(180deg, var(--bg-section) 0%, #f3ede4 100%);
  border-top: 1px solid rgba(28, 28, 28, 0.08);
}

.contact-luxe__container {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
}

.contact-luxe__title {
  margin: 0 0 0.9rem;
  color: var(--text-primary);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: clamp(1.55rem, 3.3vw, 2.35rem);
  font-weight: 500;
}

.contact-luxe__intro {
  margin: 0 auto clamp(1.7rem, 3vw, 2.3rem);
  max-width: 62ch;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.7;
}

.contact-luxe__detail {
  margin: 0 auto 0.45rem;
  max-width: 62ch;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}

.contact-luxe__detail:last-of-type {
  margin-bottom: clamp(1.4rem, 2.6vw, 1.9rem);
}

.contact-luxe__detail a {
  color: var(--text-primary);
  font-weight: 600;
  text-decoration-color: rgba(26, 26, 26, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.contact-luxe__detail a:hover,
.contact-luxe__detail a:focus-visible {
  text-decoration-color: rgba(26, 26, 26, 0.9);
}

.contact-luxe__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-luxe__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-luxe__field {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  min-width: 0;
}

.contact-luxe__label {
  color: rgba(26, 26, 26, 0.76);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-luxe__field input,
.contact-luxe__field textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(26, 26, 26, 0.17);
  background: rgba(255, 255, 255, 0.58);
  color: var(--text-primary);
  font-family: inherit;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  transition: border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.contact-luxe__field input {
  min-height: 4.25rem;
  padding: 0 1rem;
}

.contact-luxe__field textarea {
  min-height: 11.2rem;
  padding: 0.95rem 1rem;
  resize: vertical;
}

.contact-luxe__field input::placeholder,
.contact-luxe__field textarea::placeholder {
  color: rgba(26, 26, 26, 0.64);
}

.contact-luxe__field input:focus,
.contact-luxe__field textarea:focus {
  outline: none;
  border-color: rgba(17, 17, 17, 0.55);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
  background: #fff;
}

.contact-luxe__submit {
  min-height: 4rem;
  border: 1px solid #111;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 360ms ease, border-color 360ms ease;
}

.contact-luxe__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  transform: translateX(0);
  transition: transform 420ms ease;
  pointer-events: none;
  z-index: 0;
}

.contact-luxe__submit span {
  position: relative;
  z-index: 1;
}

.contact-luxe__submit:hover,
.contact-luxe__submit:focus-visible {
  color: #111;
  border-color: #111;
}

.contact-luxe__submit:hover::before,
.contact-luxe__submit:focus-visible::before {
  transform: translateX(102%);
}

.contact-luxe .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-luxe .wpcf7 p {
  margin: 0;
}

.contact-luxe .wpcf7 input[type="text"],
.contact-luxe .wpcf7 input[type="email"],
.contact-luxe .wpcf7 input[type="tel"],
.contact-luxe .wpcf7 textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(26, 26, 26, 0.17);
  background: rgba(255, 255, 255, 0.58);
  color: var(--text-primary);
  font-family: inherit;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  transition: border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.contact-luxe .wpcf7 input[type="text"],
.contact-luxe .wpcf7 input[type="email"] {
  min-height: 4.25rem;
  padding: 0 1rem;
}

.contact-luxe .wpcf7 input[type="tel"] {
  min-height: 4.25rem;
  padding: 0 1rem;
}

.contact-luxe .wpcf7 textarea {
  min-height: 11.2rem;
  padding: 0.95rem 1rem;
  resize: vertical;
}

.contact-luxe .wpcf7 input[type="text"]::placeholder,
.contact-luxe .wpcf7 input[type="email"]::placeholder,
.contact-luxe .wpcf7 input[type="tel"]::placeholder,
.contact-luxe .wpcf7 textarea::placeholder {
  color: rgba(26, 26, 26, 0.64);
}

.contact-luxe .wpcf7 input[type="text"]:focus,
.contact-luxe .wpcf7 input[type="email"]:focus,
.contact-luxe .wpcf7 input[type="tel"]:focus,
.contact-luxe .wpcf7 textarea:focus {
  outline: none;
  border-color: rgba(17, 17, 17, 0.55);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
  background: #fff;
}

.contact-luxe .wpcf7 input[type="submit"] {
  min-height: 4rem;
  padding: 0 1rem;
  border: 1px solid #111;
  border-radius: 12px;
  background: #111;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.9rem;
  font-family: inherit;
}

.contact-luxe .wpcf7 .wpcf7-response-output {
  margin: 0.6rem 0 0;
  border: 1px solid rgba(26, 26, 26, 0.2);
  color: rgba(26, 26, 26, 0.78);
}

@media (prefers-reduced-motion: reduce) {
  .contact-luxe__submit,
  .contact-luxe__submit::before {
    transition: none;
  }
}

.story-bestsellers {
  padding: clamp(3rem, 5.4vw, 5rem) 0 clamp(2.8rem, 5vw, 4.3rem);
  background: var(--bg-main);
}

.story-bestsellers__container {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.story-bestsellers__eyebrow {
  margin: 0 0 0.85rem;
  text-align: center;
  color: var(--text-primary);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.story-bestsellers__title {
  margin: 0 0 clamp(1.8rem, 3.2vw, 2.8rem);
  text-align: center;
  color: var(--text-primary);
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.story-bestsellers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.7rem);
}

.story-bestsellers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.story-bestsellers__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
  background: #ece4da;
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.08);
}

.story-bestsellers__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 360ms ease;
}

.story-bestsellers__card:hover .story-bestsellers__media img,
.story-bestsellers__card:focus-within .story-bestsellers__media img {
  transform: scale(1.04);
}

.story-bestsellers__badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 1;
  background: rgba(115, 91, 66, 0.9);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  padding: 0.3rem 0.5rem;
}

.story-bestsellers__name {
  margin: 1.05rem 0 0.4rem;
  color: var(--text-primary);
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.45;
  font-weight: 500;
}

.story-bestsellers__price {
  margin: 0;
  color: rgba(26, 26, 26, 0.78);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.story-bestsellers__price span {
  color: #7a5d43;
}

.story-bestsellers__price s {
  color: rgba(26, 26, 26, 0.5);
  margin-left: 0.45rem;
}

.story-bestsellers__rating {
  margin: 0.45rem 0 0;
  color: #a3ab95;
  letter-spacing: 0.11em;
  font-size: 0.95rem;
}

.story-bestsellers__rating span {
  color: rgba(26, 26, 26, 0.66);
  letter-spacing: 0.02em;
}

.story-bestsellers__action {
  margin-top: clamp(1.7rem, 3vw, 2.5rem);
  display: flex;
  justify-content: center;
}

.story-bestsellers__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 2.9rem;
  border-radius: 999px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 300ms ease, transform 300ms ease;
}

.story-bestsellers__view-all::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  transform: translateX(-100%);
  transition: transform 300ms ease;
  z-index: -1;
}

.story-bestsellers__view-all:hover,
.story-bestsellers__view-all:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.story-bestsellers__view-all:hover::before,
.story-bestsellers__view-all:focus-visible::before {
  transform: translateX(0);
}

/* Match Contact bestsellers image fitting with Shop page behavior. */
.contact-page .story-bestsellers__media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.25rem;
  min-height: clamp(180px, 16vw, 245px);
  aspect-ratio: auto;
}

.contact-page .story-bestsellers__media img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
}

.contact-page .story-bestsellers__card:hover .story-bestsellers__media img,
.contact-page .story-bestsellers__card:focus-within .story-bestsellers__media img {
  transform: scale(1.02);
  transform-origin: center top;
}

.faqs-section {
  padding: clamp(3.2rem, 6vw, 6rem) 0 clamp(3.1rem, 5.5vw, 5.4rem);
  background: #f3eee7;
}

.faqs-section__container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.faqs-section__eyebrow {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--text-primary);
  font-size: 0.76rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.faqs-section__title {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--text-primary);
  font-size: clamp(1.7rem, 4.3vw, 3.3rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.faqs-section__intro {
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  max-width: 66ch;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.faqs-list {
  border-top: 1px solid rgba(26, 26, 26, 0.16);
}

.faqs-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.16);
  background: transparent;
  overflow: clip;
}

.faqs-item summary {
  list-style: none;
  cursor: pointer;
  padding: clamp(1.2rem, 2vw, 1.6rem) 0;
  color: var(--text-primary);
  font-size: clamp(0.84rem, 1.08vw, 1.18rem);
  letter-spacing: 0.01em;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: color 220ms ease;
}

.faqs-item summary:hover,
.faqs-item summary:focus-visible {
  color: #101010;
}

.faqs-item summary::-webkit-details-marker {
  display: none;
}

.faqs-item summary::after {
  content: "+";
  color: rgba(26, 26, 26, 0.75);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-weight: 300;
  line-height: 1;
  transition: transform 220ms ease, color 220ms ease;
}

.faqs-item[open] summary::after {
  transform: rotate(45deg);
  color: #111;
}

.faqs-item p {
  margin: 0;
  padding: 0 0 clamp(1rem, 1.8vw, 1.4rem);
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.68;
  max-width: 95ch;
}

.policy-section {
  padding: clamp(3.2rem, 6vw, 6rem) 0 clamp(3.1rem, 5.5vw, 5.4rem);
  background: #f3eee7;
}

.policy-section__container {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
}

.policy-section__eyebrow {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--text-primary);
  font-size: 0.76rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.policy-section__title {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--text-primary);
  font-size: clamp(1.7rem, 4.3vw, 3.3rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.policy-section__intro {
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  max-width: 66ch;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
}

.policy-section__note {
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
  text-align: center;
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.7;
}

.policy-list {
  border-top: 1px solid rgba(26, 26, 26, 0.16);
}

.policy-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.16);
  padding: clamp(1.15rem, 2vw, 1.6rem) 0;
}

.policy-item__title {
  margin: 0 0 0.7rem;
  color: var(--text-primary);
  font-size: clamp(1.08rem, 1.8vw, 1.36rem);
  letter-spacing: 0.01em;
  font-weight: 500;
}

.policy-item__subtitle {
  margin: 0.35rem 0 0.4rem;
  color: var(--text-primary);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  letter-spacing: 0.005em;
  font-weight: 500;
}

.policy-item p {
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.7;
}

.policy-item p + p {
  margin-top: 0.35rem;
}

.policy-item__list {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.7;
}

.policy-item__list li + li {
  margin-top: 0.35rem;
}

.policy-item a {
  color: var(--color-primary);
}

.policy-item a:hover,
.policy-item a:focus-visible {
  color: #111;
}

.product-detail-page {
  background: linear-gradient(180deg, #f6f1e8 0%, #f4efe6 100%);
}

.product-detail {
  padding: clamp(2.8rem, 5vw, 5rem) 0 clamp(3rem, 5.4vw, 5.4rem);
}

.product-detail__container {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.product-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(2rem, 4vw, 4.2rem);
  align-items: start;
}

.product-detail__media {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  align-items: start;
}

.product-detail__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.product-detail__thumb {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  border: 1px solid rgba(20, 20, 20, 0.16);
  background: #fff;
  padding: 0.25rem;
  cursor: pointer;
  transition: border-color 220ms ease, transform 220ms ease;
}

.product-detail__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail__thumb:hover,
.product-detail__thumb:focus-visible,
.product-detail__thumb.is-active {
  border-color: rgba(26, 26, 26, 0.52);
  transform: translateY(-1px);
}

.product-detail__main {
  border-radius: 14px;
  overflow: hidden;
  background: #e8dece;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.product-detail__main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 6;
}

.product-detail__content {
  padding-top: clamp(0.1rem, 1vw, 0.5rem);
}

.product-detail__kicker {
  margin: 0 0 0.5rem;
  color: #6d786f;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.product-detail__title {
  margin: 0;
  color: var(--text-primary);
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.18;
}

.product-detail__price {
  margin: 1rem 0 0;
  color: #2f382f;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  letter-spacing: 0.08em;
  font-weight: 500;
}

.product-detail__rating {
  margin: 0.65rem 0 0;
  color: #8e947d;
  font-size: 0.94rem;
  letter-spacing: 0.09em;
}

.product-detail__rating > span,
.product-detail__rating .product-detail__rating-count {
  color: rgba(26, 26, 26, 0.66);
  letter-spacing: 0.02em;
  margin-left: 0.3rem;
}

.product-detail__badges {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.72rem;
  font-size: 14px;
}

.product-detail__badge {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  width: 224px;
  height: 35px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 12px;
  padding: 0.28rem 0.62rem;
  overflow: hidden;
}

.product-detail__badge-icon {
  width: 30px;
  height: 30px;
  color: #5e6a62;
}

.product-detail__badge-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-detail__badge-copy {
  min-width: 0;
  font-size: 0.8rem;
}

.product-detail__badge-title {
  margin: 0;
  color: var(--text-primary);
  font-size: inherit;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.product-detail__badge-text {
  margin: 0.18rem 0 0;
  color: var(--text-secondary);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2;
}

.product-detail__purchase {
  margin-top: 1.45rem;
}

.product-detail__quantity {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}

.product-detail__quantity-label {
  color: var(--text-primary);
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-detail__quantity-controls {
  width: min(220px, 100%);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}

.product-detail__quantity-controls button,
.product-detail__quantity-controls input {
  min-height: 2.8rem;
  border: 0;
  background: transparent;
  color: var(--text-primary);
  font-family: inherit;
  font-size: 1rem;
}

.product-detail__quantity-controls button {
  cursor: pointer;
  transition: background-color 220ms ease;
}

.product-detail__quantity-controls button:hover,
.product-detail__quantity-controls button:focus-visible {
  background: rgba(17, 17, 17, 0.07);
}

.product-detail__quantity-controls input {
  width: 100%;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-detail__quantity-controls input::-webkit-outer-spin-button,
.product-detail__quantity-controls input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.product-detail__availability {
  margin: 0.95rem 0 0;
  color: rgba(26, 26, 26, 0.8);
  font-size: 0.81rem;
  line-height: 1.55;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.product-detail__availability-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #7b8a78;
  box-shadow: 0 0 0 3px rgba(123, 138, 120, 0.2);
}

.product-detail__cta {
  margin-top: 1.35rem;
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 360ms ease, border-color 360ms ease;
}

.product-detail__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  transform: translateX(0);
  transition: transform 420ms ease;
  z-index: -1;
  pointer-events: none;
}

.product-detail__cta:hover,
.product-detail__cta:focus-visible {
  color: #111;
}

.product-detail__cta:hover::before,
.product-detail__cta:focus-visible::before {
  transform: translateX(102%);
}

.product-insight {
  padding: clamp(3.5rem, 6vw, 5.8rem) 0 clamp(3.8rem, 6vw, 6.2rem);
  background: #f3ede4;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  position: relative;
}

.product-insight__container {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.product-insight__layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
  gap: clamp(1.8rem, 3vw, 3.6rem);
}

.product-insight__main {
  min-width: 0;
}

.product-insight__kicker {
  margin: 0;
  color: #121212;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
}

.product-insight__supporting {
  margin: 0.9rem 0 2.1rem;
  color: rgba(26, 26, 26, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.product-insight__heading {
  margin: 0;
  color: #121212;
  font-size: clamp(1.1rem, 1.9vw, 1.45rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

.product-insight__description {
  margin: 1rem 0 0;
  max-width: 72ch;
  color: rgba(26, 26, 26, 0.86);
  font-size: clamp(0.97rem, 1.25vw, 1.14rem);
  line-height: 1.78;
}

.product-insight__accordion {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(26, 26, 26, 0.16);
}

.product-insight__item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

.product-insight__item summary {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.95rem;
  min-height: 4.65rem;
  cursor: pointer;
}

.product-insight__item summary::marker {
  content: "";
}

.product-insight__item summary::-webkit-details-marker {
  display: none;
}

.product-insight__item-icon {
  width: 20px;
  height: 20px;
  color: #2d2d2d;
}

.product-insight__item-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-insight__item-label {
  color: #121212;
  font-size: 1rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-weight: 500;
}

.product-insight__item summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-left: auto;
  flex: 0 0 auto;
  color: rgba(26, 26, 26, 0.74);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 220ms ease, color 220ms ease;
}

.product-insight__item[open] summary::after {
  transform: rotate(45deg);
  color: #121212;
}

.product-insight__item-content p {
  margin: 0;
  padding: 0 0 1.3rem 2.95rem;
  color: rgba(26, 26, 26, 0.78);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 68ch;
}

.product-insight__sidebar {
  min-width: 0;
  border-left: 1px solid rgba(26, 26, 26, 0.14);
  padding-left: clamp(0.9rem, 1.8vw, 1.45rem);
}

.product-insight__sidebar-title {
  margin: 0;
  position: static;
  writing-mode: horizontal-tb;
  transform: none;
  margin-bottom: 0.9rem;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.product-insight__featured-list {
  display: grid;
  gap: 1.05rem;
}

.product-insight__featured {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  column-gap: 0.9rem;
  row-gap: 0.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

.product-insight__featured img {
  width: 88px;
  height: 102px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #fff;
}

.product-insight__featured-content {
  min-width: 0;
}

.product-insight__featured-content h4 {
  margin: 0;
  color: #121212;
  font-size: 0.92rem;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.product-insight__featured-content h4 a {
  color: inherit;
  text-decoration: none;
}

.product-insight__featured-content h4 a:hover,
.product-insight__featured-content h4 a:focus-visible {
  text-decoration: none;
}

.product-insight__featured-rating {
  margin: 0.45rem 0 0;
  color: #969b87;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

.product-insight__featured-rating span:last-child {
  color: rgba(26, 26, 26, 0.62);
}

.product-insight__featured-price {
  margin: 0.48rem 0 0;
  color: #121212;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.product-insight__featured-add {
  grid-column: 2;
  min-width: 5.05rem;
  min-height: 2.25rem;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 0 1rem;
  transition: color 320ms ease;
}

.product-insight__featured-add::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
  transition: transform 320ms ease;
  z-index: -1;
}

.product-insight__featured-add:hover,
.product-insight__featured-add:focus-visible {
  color: #111;
}

.product-insight__featured-add:hover::before,
.product-insight__featured-add:focus-visible::before {
  transform: translateX(0);
}

.top-sellers__card,
.shop-product,
.story-bestsellers__card {
  cursor: pointer;
}

.top-sellers__card:focus-visible,
.shop-product:focus-visible,
.story-bestsellers__card:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

@media (max-width: 1200px) {
  .product-detail__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.8rem;
  }

  .product-detail__content {
    width: min(760px, 100%);
  }

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

  .product-insight__sidebar {
    border-left: 0;
    border-top: 1px solid rgba(26, 26, 26, 0.14);
    padding: 1.4rem 0 0;
  }

  .product-insight__sidebar-title {
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 0.9rem;
  }

  .story-bestsellers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .product-detail__container {
    width: min(980px, calc(100% - 2rem));
  }

  .product-insight__container {
    width: min(980px, calc(100% - 2rem));
  }

  .product-detail__media {
    grid-template-columns: 1fr;
  }

  .product-detail__thumbs {
    order: 2;
    flex-direction: row;
  }

  .product-detail__thumb {
    width: min(82px, 100%);
  }

  .product-insight__featured {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
    row-gap: 0.5rem;
  }

  .contact-luxe__container {
    width: min(920px, calc(100% - 2rem));
  }
}

@media (max-width: 640px) {
  .product-detail {
    padding: 2.25rem 0 2.9rem;
  }

  .product-detail__container {
    width: calc(100% - 1.25rem);
  }

  .product-insight {
    padding: 2.9rem 0 3.5rem;
  }

  .product-insight__container {
    width: calc(100% - 1.25rem);
  }

  .product-insight__kicker {
    font-size: 0.94rem;
    letter-spacing: 0.2em;
  }

  .product-insight__supporting {
    margin: 0.7rem 0 1.45rem;
    font-size: 0.9rem;
  }

  .product-insight__heading {
    font-size: 0.98rem;
    letter-spacing: 0.17em;
  }

  .product-insight__description {
    margin-top: 0.8rem;
    font-size: 0.89rem;
    line-height: 1.72;
  }

  .product-insight__accordion {
    margin-top: 2.1rem;
  }

  .product-insight__item summary {
    min-height: 3.9rem;
    gap: 0.72rem;
  }

  .product-insight__item-label {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .product-insight__item summary::after {
    font-size: 1.7rem;
  }

  .product-insight__item-content p {
    padding: 0 0 0.95rem 2.15rem;
    font-size: 0.84rem;
  }

  .product-insight__featured {
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: start;
    row-gap: 0.55rem;
  }

  .product-insight__featured img {
    width: 74px;
    height: 86px;
  }

  .product-insight__featured-content h4 {
    font-size: 0.79rem;
    letter-spacing: 0.11em;
  }

  .product-insight__featured-rating,
  .product-insight__featured-price {
    font-size: 0.78rem;
  }

  .product-insight__featured-add {
    grid-column: 2;
    justify-self: start;
    min-width: 4.4rem;
    min-height: 2.1rem;
    font-size: 0.76rem;
    letter-spacing: 0.13em;
  }

  .product-detail__title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .product-detail__price {
    font-size: 1.2rem;
  }

  .product-detail__badges {
    gap: 0.55rem;
    margin-top: 1.1rem;
  }

  .product-detail__badge {
    border-radius: 10px;
    padding: 0.62rem 0.72rem;
    gap: 0.6rem;
  }

  .product-detail__badge-title {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .product-detail__badge-text {
    font-size: 0.73rem;
  }

  .product-detail__quantity-controls {
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }

  .product-detail__quantity-controls button,
  .product-detail__quantity-controls input {
    min-height: 2.55rem;
  }

  .product-detail__cta {
    min-height: 3.1rem;
    letter-spacing: 0.15em;
    font-size: 0.74rem;
  }

  .contact-luxe {
    padding: 2.4rem 0 2.8rem;
  }

  .contact-luxe__container,
  .story-bestsellers__container {
    width: calc(100% - 1.25rem);
  }

  .contact-luxe__title {
    letter-spacing: 0.15em;
    font-size: 1.5rem;
  }

  .contact-luxe__intro {
    margin-bottom: 1.2rem;
    font-size: 0.85rem;
  }

  .contact-luxe__detail {
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
  }

  .contact-luxe__detail:last-of-type {
    margin-bottom: 1rem;
  }

  .contact-luxe__row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .contact-luxe__field input {
    min-height: 3.5rem;
    font-size: 0.95rem;
  }

  .contact-luxe__field textarea {
    min-height: 9rem;
    font-size: 0.95rem;
  }

  .contact-luxe__submit {
    min-height: 3.4rem;
    border-radius: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.17em;
  }

  .story-bestsellers {
    padding: 2.5rem 0 2.8rem;
  }

  .story-bestsellers__title {
    font-size: 1.75rem;
    letter-spacing: 0.13em;
    margin-bottom: 1.4rem;
  }

  .story-bestsellers__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .story-bestsellers__name {
    margin-top: 0.85rem;
    font-size: 0.93rem;
  }

  .faqs-section {
    padding: 2.3rem 0 3rem;
  }

  .faqs-section__container {
    width: calc(100% - 1.25rem);
  }

  .faqs-section__eyebrow {
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    margin-bottom: 0.7rem;
  }

  .faqs-section__title {
    letter-spacing: 0.1em;
    font-size: 1.38rem;
    margin-bottom: 0.75rem;
  }

  .faqs-section__intro {
    font-size: 0.72rem;
    margin-bottom: 1.3rem;
  }

  .faqs-item summary {
    padding: 0.95rem 0;
    font-size: 0.82rem;
  }

  .faqs-item p {
    padding: 0 0 0.88rem;
    font-size: 0.84rem;
  }
}

@keyframes hero-dot-progress {
  from {
    stroke-dashoffset: 43.98;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 781px) {
  .hero-slider {
    min-height: 66svh;
  }

  .hero-slider__content,
  .hero-slider__slide--left-center .hero-slider__content,
  .hero-slider__slide--center .hero-slider__content,
  .hero-slider__slide--top-right .hero-slider__content {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 3.5rem;
    max-width: none;
    text-align: left;
    transform: translateY(12px);
  }

  .hero-slider__slide.is-active .hero-slider__content,
  .hero-slider__slide--top-right.is-active .hero-slider__content {
    transform: translateY(0);
  }

  .hero-slider__title {
    max-width: 95%;
    margin-bottom: 1rem;
  }

  .hero-slider__cta {
    min-height: 2.3rem;
    padding: 0.5rem 1.2rem;
    font-size: 0.78rem;
    letter-spacing: 0.11em;
  }

  .hero-slider__pagination {
    right: 0.9rem;
    bottom: 0.9rem;
    gap: 0.5rem;
  }

  .hero-slider__dot,
  .hero-slider__dot svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 1024px) {
  .luxury-header__inner {
    min-height: auto;
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand icons";
    row-gap: 0;
    padding: 0.95rem 0;
  }

  .luxury-header__brand {
    grid-area: brand;
  }

  .luxury-header__icons {
    grid-area: icons;
    gap: 0.5rem;
  }

  .luxury-header__menu-toggle {
    display: inline-flex;
  }

  .luxury-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(390px, 92vw);
    height: 100dvh;
    margin: 0;
    padding: 5.5rem 1.25rem 1.5rem;
    background: linear-gradient(145deg, #141414 0%, #1d1d1d 100%);
    display: block;
    overflow-y: auto;
    transform: translateX(102%);
    transition: transform 280ms ease;
    z-index: 2100;
    pointer-events: none;
  }

  .luxury-header__menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
    z-index: 2050;
  }

  .luxury-header.is-menu-open .luxury-header__nav {
    transform: translateX(0);
    pointer-events: auto;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.18);
  }

  .luxury-header.is-menu-open .luxury-header__menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .luxury-header__menu-links {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .luxury-header__nav a {
    display: block;
    width: 100%;
    padding: 0.35rem 0;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
  }

  .top-sellers__track {
    --items-per-view: 2;
  }

  .why-choose-us__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.6rem;
  }
}

@media (max-width: 640px) {
  .luxury-header__inner {
    width: calc(100% - 1.25rem);
    padding-inline-start: 10px;
  }

  .luxury-header__brand {
    font-size: 0.95rem;
  }

  .luxury-header__brand-logo {
    max-width: 250px;
    max-height: 64px;
  }

  .luxury-header__nav {
    width: min(340px, 90vw);
    padding: 5.2rem 1rem 1.2rem;
  }

  .luxury-header__menu-links {
    gap: 0.75rem;
  }

  .luxury-header__nav a {
    font-size: 0.78rem;
  }

  .top-sellers {
    padding: 2rem 0;
  }

  .top-sellers__container {
    width: calc(100% - 1.25rem);
  }

  .top-sellers__title {
    width: 100%;
    font-size: 1.55rem;
    text-align: center;
  }

  .top-sellers__controls {
    left: 0.1rem;
    right: 0.1rem;
    top: 57%;
    transform: translateY(-57%);
  }

  .top-sellers__track {
    --items-per-view: 1;
    --card-gap: 0.8rem;
  }

  .top-sellers__track-wrap {
    padding-inline: 2.2rem;
  }

  .top-sellers__arrow {
    width: 2.15rem;
    height: 2.15rem;
  }

  .why-choose-us {
    padding: 2rem 0;
  }

  .why-choose-us__container {
    width: calc(100% - 1.25rem);
  }

  .why-choose-us__title {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .why-choose-us__heading-row {
    margin-bottom: 1.3rem;
    gap: 0.55rem;
  }

  .why-choose-us__intro {
    max-width: 100%;
    text-align: center;
    font-size: 0.78rem;
  }

  .why-choose-us__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .customer-testimonials {
    padding: 2rem 0;
  }

  .customer-testimonials__container {
    width: calc(100% - 1.25rem);
  }

  .customer-testimonials__header {
    margin-bottom: 1.2rem;
    gap: 0.5rem;
  }

  .customer-testimonials__title {
    letter-spacing: 0.08em;
  }

  .customer-testimonials__intro {
    max-width: 100%;
    font-size: 0.79rem;
  }

  .customer-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .customer-testimonials__card {
    padding: 0.95rem;
  }

  .before-after-section {
    padding: 2.45rem 0;
  }

  .before-after-section__container {
    width: calc(100% - 1.25rem);
  }

  .before-after-section__description {
    margin-bottom: 1.1rem;
  }

  .before-after {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;

  }
	.before-after__image img {
  object-position: center center;
}

  .before-after__handle-circle {
    width: 38px;
    height: 38px;
  }

  .before-after__badge {
    top: 0.75rem;
    font-size: 0.64rem;
    padding: 0.32rem 0.42rem;
  }

  .before-after__badge--before {
    left: 0.7rem;
  }

  .before-after__badge--after {
    right: 0.7rem;
  }

  .feature-band {
    padding: 2rem 0;
  }

  .feature-band__container {
    width: calc(100% - 1.25rem);
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .feature-band__item {
    gap: 0.52rem;
  }

  .feature-band__icon {
    width: 34px;
    height: 34px;
  }

  .offer-code-banner {
    --offer-side-gutter: clamp(12px, 4.6vw, 18px);
    padding: 14px 0 18px;
  }

  .offer-code-banner__inner {
    width: calc(100% - (var(--offer-side-gutter) * 2));
    justify-items: center;
    gap: 12px;
  }

  .offer-code-banner__content {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    gap: 6px;
  }

  .offer-code-banner__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
    padding: 4px 8px;
  }

  .offer-code-banner__title {
    max-width: 100%;
    font-size: 1.52rem;
    line-height: 1.1;
    letter-spacing: 0.01em;
  }

  .offer-code-banner__urgency {
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .offer-code-banner__urgency-wrap {
    width: 100%;
  }

  .offer-code-banner__cta {
    width: 100%;
    min-height: 48px;
    min-width: 0;
    padding: 0 14px;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .offer-code-banner__ticket {
    width: 100%;
    padding: 12px 12px 11px;
    border-radius: 12px;
  }

  .offer-code-banner__ticket-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .offer-code-banner__ticket-code {
    font-size: clamp(1.34rem, 8.6vw, 1.72rem);
    letter-spacing: 0.07em;
    text-align: center;
  }

  .offer-code-banner__copy-button {
    width: 100%;
    min-height: 42px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .offer-code-banner__copy-status {
    font-size: 0.76rem;
  }

  .offer-code-banner__media {
    aspect-ratio: 4 / 3;
    min-height: 248px;
    border-radius: 14px;
  }

  .offer-code-banner__media-image {
    object-position: center 22%;
  }

  .promo-banner {
    min-height: 320px;
    padding: 1.8rem 1rem;
  }

  .promo-banner__title {
    margin-bottom: 0.7rem;
    letter-spacing: 0.08em;
  }

  .promo-banner__subtitle {
    margin-bottom: 1.15rem;
  }

  .promo-banner__cta {
    min-height: 2.25rem;
    padding: 0.5rem 1.3rem;
  }

  .our-story {
    padding: 2.25rem 0 2.85rem;
  }

  .our-story__container {
    width: calc(100% - 1.25rem);
  }

  .our-story__title {
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
  }

  .our-story__media {
    margin-bottom: 1.2rem;
    border-radius: 8px;
  }

  .our-story__text {
    font-size: 0.88rem;
    line-height: 1.76;
  }
}

.shop-page {
  background: var(--bg-main);
}

.shop-page__hero {
  background: #111;
  padding: clamp(2.4rem, 5vw, 4.2rem) 0 clamp(2.2rem, 5vw, 3.8rem);
}

.shop-page__container {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-page__container--products {
  width: min(1380px, calc(100% - 2rem));
  display: block;
}

.shop-page__breadcrumb {
  width: 100%;
  margin: 0 0 clamp(1.2rem, 2.8vw, 2.1rem);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.shop-page__breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.shop-page__breadcrumb a:hover,
.shop-page__breadcrumb a:focus-visible {
  color: #fff;
}

.shop-page__breadcrumb span {
  margin-inline: 0.28rem;
}

.shop-page__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-page__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.shop-page__subtitle {
  margin: 0;
  max-width: 62ch;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
}

.shop-products {
  padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.shop-products__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(1.3rem, 2.4vw, 2.6rem);
  align-items: start;
}

.shop-filters {
  position: sticky;
  top: 6.4rem;
  background: transparent;
  border-top: 1px solid #cfc8be;
}

.shop-filter-search {
  padding: 0.9rem 0 1rem;
  border-bottom: 1px solid #cfc8be;
}

.shop-filter-search__label {
  display: block;
  margin: 0 0 0.55rem;
  color: #1a1a1a;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.shop-filter-search__input {
  width: 100%;
  min-height: 2.45rem;
  border: 1px solid #cfc8be;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  padding: 0 0.75rem;
  font-size: 0.86rem;
  line-height: 1.2;
}

.shop-filter-search__input::placeholder {
  color: rgba(26, 26, 26, 0.56);
}

.shop-filter-search__input:focus-visible {
  outline: 2px solid rgba(31, 26, 22, 0.26);
  outline-offset: 1px;
  border-color: #b7aa9a;
}

.shop-filter {
  border-bottom: 1px solid #cfc8be;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.shop-filter summary {
  list-style: none;
  margin: 0;
  min-height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  box-sizing: border-box;
  padding-right: 2.25rem;
  color: #1a1a1a;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.shop-filter[open] > summary {
  color: #1a1a1a;
}

.shop-filter:not([open]) > summary {
  color: rgba(26, 26, 26, 0.78);
}

.shop-filter summary::-webkit-details-marker {
  display: none;
}

.shop-filter__chevron {
  width: 10px;
  height: 10px;
  border-right: 1.6px solid #1a1a1a;
  border-bottom: 1.6px solid #1a1a1a;
  position: absolute;
  right: 0.65rem;
  top: 50%;
  flex-shrink: 0;
  transform: translateY(-52%) rotate(45deg);
  transition: transform 220ms ease;
}

.shop-filter[open] .shop-filter__chevron {
  transform: translateY(-52%) rotate(-135deg);
}

.shop-filter--price {
  margin-bottom: 0;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid #cfc8be;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shop-filter--price[open] {
  border-bottom-color: #cfc8be;
  box-shadow: none;
}

.shop-filter--price > summary {
  min-height: 3.35rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.shop-filter--price + .shop-filter {
  border-top: 0;
}

.shop-filter__list {
  list-style: none;
  margin: 0;
  padding: 0 0 1.15rem;
}

.shop-filter__list li + li {
  margin-top: 0.55rem;
}

.shop-filter__list label {
  display: block;
  color: rgba(26, 26, 26, 0.64);
  font-size: 0.82rem;
  line-height: 1.45;
  cursor: pointer;
  transition: color 220ms ease;
}

.shop-filter__list label:hover,
.shop-filter__list label:focus-within {
  color: #1a1a1a;
}

.shop-filter__list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.shop-filter__list input[type="checkbox"]:checked + span {
  color: #1a1a1a;
}

.shop-filter__price {
  padding: 0 0 1rem;
}

.shop-filters__actions {
  padding: 0.95rem 0 0;
}

.shop-filters__clear {
  width: 100%;
  min-height: 2.45rem;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  background: transparent;
  color: #1a1a1a;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.shop-filters__clear:hover,
.shop-filters__clear:focus-visible {
  background: #1a1a1a;
  color: #fff;
}

.shop-filters__clear:focus-visible {
  outline: 2px solid rgba(31, 26, 22, 0.26);
  outline-offset: 2px;
}

.shop-price-slider {
  --price-slider-accent: #1f1a16;
  --price-slider-accent-soft: #2f271f;
  --price-slider-track: #cfc7bb;
  --price-slider-gutter: 14px;
  --price-min-x: var(--price-slider-gutter);
  --price-max-x: calc(100% - var(--price-slider-gutter));
  position: relative;
  padding-top: 2.55rem;
}

.shop-price-slider.is-disabled {
  opacity: 0.52;
}

.shop-price-slider__track {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
}

.shop-price-slider__base {
  position: absolute;
  left: var(--price-slider-gutter);
  right: var(--price-slider-gutter);
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: var(--price-slider-track);
}

.shop-price-slider__range {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: var(--price-slider-accent);
  left: var(--price-min-x);
  width: calc(var(--price-max-x) - var(--price-min-x));
}

.shop-price-slider__thumb-label {
  position: absolute;
  top: -2.1rem;
  transform: translateX(-50%);
  min-width: 62px;
  padding: 0.34rem 0.56rem;
  border-radius: 7px;
  background: var(--price-slider-accent);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}

.shop-price-slider__thumb-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background: inherit;
}

.shop-price-slider__thumb-label--min {
  left: var(--price-min-x);
  z-index: 2;
}

.shop-price-slider__thumb-label--max {
  left: var(--price-max-x);
  z-index: 3;
}

.shop-price-slider.is-overlap .shop-price-slider__thumb-label--min {
  transform: translateX(-106%);
}

.shop-price-slider.is-overlap .shop-price-slider__thumb-label--max {
  transform: translateX(6%);
}

.shop-price-slider.is-min-edge .shop-price-slider__thumb-label--min {
  transform: translateX(0);
}

.shop-price-slider.is-max-edge .shop-price-slider__thumb-label--max {
  transform: translateX(-100%);
}

.shop-price-slider__inputs {
  position: absolute;
  inset: 0;
}

.shop-price-slider__inputs input[type="range"] {
  position: absolute;
  left: var(--price-slider-gutter);
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - (var(--price-slider-gutter) * 2));
  height: 44px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.shop-price-slider__inputs input[type="range"][data-price-min] {
  z-index: 4;
}

.shop-price-slider__inputs input[type="range"][data-price-max] {
  z-index: 5;
}

.shop-price-slider__inputs input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.shop-price-slider__inputs input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 6px solid var(--price-slider-accent);
  background: #fff;
  box-shadow: 0 4px 10px rgba(32, 24, 18, 0.22);
  margin-top: -10px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
}

.shop-price-slider__inputs input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}

.shop-price-slider__inputs input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 6px solid var(--price-slider-accent);
  background: #fff;
  box-shadow: 0 4px 10px rgba(32, 24, 18, 0.22);
  cursor: pointer;
  pointer-events: auto;
}

.shop-price-slider__inputs input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow:
    0 0 0 3px #f4ece1,
    0 0 0 6px rgba(31, 26, 22, 0.26);
}

.shop-price-slider__inputs input[type="range"]:focus-visible::-moz-range-thumb {
  box-shadow:
    0 0 0 3px #f4ece1,
    0 0 0 6px rgba(31, 26, 22, 0.26);
}

.shop-products__content {
  min-width: 0;
}

.shop-products__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.shop-products__count {
  margin: 0;
  color: rgba(26, 26, 26, 0.66);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.shop-products__sort {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.shop-products__sort select {
  min-height: 2rem;
  border: 1px solid #d8d2c9;
  border-radius: 7px;
  background: #fff;
  color: var(--text-primary);
  padding: 0 0.6rem;
  font-size: 0.78rem;
}

.shop-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
  align-items: stretch;
  grid-auto-flow: row;
}

.shop-products__grid > p {
  display: none !important;
  margin: 0 !important;
}

.shop-products__empty {
  margin: 1.2rem 0 0;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.9rem;
}

.shop-product {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.shop-product[hidden] {
  display: none !important;
}

.shop-product > p {
  margin: 0;
}

.shop-product > p:empty {
  display: none !important;
}

.shop-product > p:last-child {
  margin-top: auto;
}

.shop-product > p > .shop-product__button {
  width: 100%;
}

.shop-product > p > br {
  display: none;
}

.shop-product__media {
  position: relative;
  min-height: clamp(180px, 16vw, 245px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.25rem;
  margin-bottom: 0.65rem;
}

.shop-product__media-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.shop-product__media::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 6%;
  height: 14px;
  background: rgba(22, 20, 16, 0.16);
  border-radius: 999px;
  filter: blur(14px);
  z-index: 0;
}

.shop-product__media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
  position: relative;
  z-index: 1;
}

.shop-product__title {
  margin: 0 0 0.4rem;
  color: var(--text-primary);
  font-size: 0.82rem;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.shop-product__title-link {
  color: inherit;
  text-decoration: none;
}

.shop-product__rating {
  margin: 0 0 0.35rem;
  min-height: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d39b35;
  font-size: 0.76rem;
}

.shop-product__rating.is-empty {
  visibility: hidden;
}

.shop-product__rating > p:empty {
  display: none !important;
}

.shop-product__rating .star-rating {
  float: none;
  display: inline-block;
  margin: 0;
  letter-spacing: normal;
  line-height: 1;
}

.shop-product__rating .star-rating::before,
.shop-product__rating .star-rating span::before {
  color: #d39b35;
}

.shop-product__price {
  margin: 0 0 0.85rem;
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.shop-product__actions {
  margin-top: auto;
}

.shop-product__button {
  width: 100%;
  min-height: 2.3rem;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--color-primary);
  border-radius: 7px;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 340ms ease, border-color 340ms ease;
}

.shop-product__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
  transition: transform 340ms ease;
  z-index: -1;
}

.shop-product__button span {
  position: relative;
  z-index: 1;
}

.shop-product__button:hover,
.shop-product__button:focus-visible {
  color: var(--color-primary);
}

.shop-product__button:hover::before,
.shop-product__button:focus-visible::before {
  transform: translateX(0);
}

@media (max-width: 1200px) {
  .shop-products__layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 1024px) {
  .shop-products__layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .shop-filters {
    position: static;
    top: auto;
    border-top-color: #d7d0c5;
  }

  .shop-products__meta {
    margin-bottom: 0.8rem;
  }

  .shop-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .shop-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shop-page__container {
    width: calc(100% - 1.25rem);
  }

  .shop-page__container--products {
	  
    width: calc(100% - 1.25rem);
  }

  .shop-page__hero {
    padding: 2.3rem 0 1.7rem;
  }

  .shop-page__breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  .shop-page__subtitle {
    font-size: 0.88rem;
  }

  .shop-products__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }

  .shop-price-slider {
    --price-slider-gutter: 12px;
    padding-top: 2.35rem;
  }

  .shop-price-slider__thumb-label {
    top: -1.95rem;
    min-width: 54px;
    font-size: 0.74rem;
  }

  .shop-price-slider__inputs input[type="range"]::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    border-width: 6px;
  }

  .shop-price-slider__inputs input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-width: 6px;
  }

  .shop-products__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.blog-page {
  background: var(--bg-main);
}

.blog-page__hero {
  padding: clamp(2.6rem, 4.6vw, 4rem) 0 1.2rem;
}

.blog-page__container {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
}

.blog-page__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  color: rgba(26, 26, 26, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-page__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.blog-page__title {
  margin: 0;
  color: #121212;
  font-size: clamp(1.9rem, 4vw, 3.15rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.05;
}

.blog-page__intro {
  margin: 0.7rem 0 0;
  max-width: 62ch;
  color: rgba(26, 26, 26, 0.74);
  font-size: 0.96rem;
  line-height: 1.65;
}

.blog-posts {
  padding: 0.9rem 0 clamp(2.6rem, 5vw, 4.6rem);
}

.blog-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.blog-post-card {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  cursor: pointer;
}

.blog-post-card:focus-visible {
  outline: 2px solid #121212;
  outline-offset: 2px;
}

.blog-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f1ece4;
  overflow: hidden;
}

.blog-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-post-card__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ece5db, #ddd4c9);
}

.blog-post-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  padding: 0.95rem 0.95rem 1rem;
}

.blog-post-card__meta {
  margin: 0;
  color: rgba(26, 26, 26, 0.56);
  font-size: 0.71rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-post-card__title {
  margin: 0;
  color: #121212;
  font-size: 0.98rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-post-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-post-card__excerpt {
  margin: 0;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.88rem;
  line-height: 1.62;
}

.blog-post-card__link {
  margin-top: 0.2rem;
  color: #121212;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.blog-post-card__link:hover,
.blog-post-card__link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.blog-posts__empty {
  margin: 0;
  color: rgba(26, 26, 26, 0.7);
}

.blog-posts__pagination {
  margin-top: 1.35rem;
}

.blog-posts__pagination .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.blog-posts__pagination .page-numbers li {
  margin: 0;
}

.blog-posts__pagination .page-numbers a,
.blog-posts__pagination .page-numbers span {
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid rgba(26, 26, 26, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  text-decoration: none;
  font-size: 0.78rem;
}

.blog-posts__pagination .page-numbers .current {
  background: #111;
  border-color: #111;
  color: #fff;
}

.single-post-view {
  background: var(--bg-main);
  padding: clamp(2.4rem, 4vw, 3.8rem) 0 clamp(3rem, 5vw, 4.8rem);
}

/* Defensive reset if Site Editor reintroduces constrained layout classes. */
.single-post-view.is-layout-constrained > .single-post-view__container {
  max-width: none;
}

.single-post-view__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: clamp(1.35rem, 2.8vw, 2.25rem);
  align-items: start;
}

.single-post-view__content-column {
  width: 100%;
  max-width: 780px;
  min-width: 0;
}

.single-post-view__sidebar-column {
  min-width: 0;
}

.single-post-view__content-column > .wp-block-post-featured-image {
  margin: 0 0 1.4rem;
}

.single-post-view__content-column .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #f1ece4;
}

.single-post-view__content-column .wp-block-post-title {
  margin: 0;
  color: #121212;
  font-size: clamp(1.7rem, 3.6vw, 2.75rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

.single-post-view__meta {
  margin-top: 0.75rem;
  margin-bottom: 1.35rem;
  gap: 0.75rem;
  color: rgba(26, 26, 26, 0.56);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-post-view__meta a {
  color: inherit;
  text-decoration: none;
}

.single-post-view__content-column .wp-block-post-content {
  color: rgba(26, 26, 26, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.single-post-view__content-column .wp-block-post-content > *:first-child {
  margin-top: 0;
}

.single-post-view__content-column .wp-block-post-content a {
  color: #121212;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.single-post-view__content-column .wp-block-post-content h2,
.single-post-view__content-column .wp-block-post-content h3 {
  color: #121212;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}

.single-post-sidebar {
  position: sticky;
  top: 1.5rem;
  display: grid;
  gap: 1.05rem;
}

.single-post-sidebar__section {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.12);
  padding: 0.9rem;
}

.single-post-sidebar__title {
  margin: 0 0 0.72rem;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.single-post-sidebar__post,
.single-post-sidebar__product {
  display: grid;
  gap: 0.72rem;
}

.single-post-sidebar__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1ece4;
  border: 1px solid rgba(26, 26, 26, 0.12);
}

.single-post-sidebar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-post-sidebar__media--product {
  aspect-ratio: 4 / 3;
}

.single-post-sidebar__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ece5db, #ddd4c9);
}

.single-post-sidebar__card-content {
  display: grid;
  gap: 0.44rem;
}

.single-post-sidebar__meta {
  margin: 0;
  color: rgba(26, 26, 26, 0.56);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-post-sidebar__card-title {
  margin: 0;
  color: #121212;
  font-size: 0.93rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.single-post-sidebar__card-title a {
  color: inherit;
  text-decoration: none;
}

.single-post-sidebar__card-title a:hover,
.single-post-sidebar__card-title a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.single-post-sidebar__excerpt {
  margin: 0;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.84rem;
  line-height: 1.58;
}

.single-post-sidebar__price {
  margin: 0;
  color: #121212;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.single-post-sidebar__price .woocommerce-Price-amount,
.single-post-sidebar__price .amount,
.single-post-sidebar__price bdi {
  color: inherit;
}

.single-post-sidebar__link {
  margin-top: 0.12rem;
  color: #121212;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.single-post-sidebar__link:hover,
.single-post-sidebar__link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (max-width: 1024px) {
  .blog-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-post-view__columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-post-view__content-column {
    max-width: none;
  }

  .single-post-view__sidebar-column {
    border-top: 1px solid rgba(26, 26, 26, 0.14);
    padding-top: 1.25rem;
  }

  .single-post-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  

  .before-after-section .before-after__image img {
    object-position: center center !important;
  }

  .blog-page__intro {
    font-size: 0.9rem;
  }

  .blog-posts__grid {
    grid-template-columns: 1fr;
  }

  .single-post-view {
    padding-top: 2rem;
  }

  .single-post-view__sidebar-column {
    display: none;
  }

  .single-post-view__content-column .wp-block-post-content {
    font-size: 0.95rem;
    line-height: 1.68;
  }
}

.luxury-footer {
  width: 100%;
  background: #fff;
  color: #1a1a1a;
  padding: clamp(3rem, 6vw, 5.1rem) 0 clamp(1.8rem, 3vw, 2.3rem);
}

.luxury-footer__inner {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
}

.luxury-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
}

.luxury-footer__column {
  min-width: 0;
}

.luxury-footer__column--newsletter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
}

.luxury-footer__column--newsletter br {
  display: none;
}

.luxury-footer__column--newsletter .luxury-footer__heading,
.luxury-footer__column--newsletter .luxury-footer__heading--logo,
.luxury-footer__column--newsletter .luxury-footer__muted,
.luxury-footer__column--newsletter .luxury-footer__form {
  margin: 0;
}

.luxury-footer__heading {
  margin: 0 0 0.9rem;
  color: #1a1a1a;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.luxury-footer__heading--logo {
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

.luxury-footer__newsletter-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.luxury-footer__newsletter-logo {
  display: block;
  width: clamp(190px, 25vw, 300px);
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.luxury-footer__muted {
  margin: 0 0 1.05rem;
  color: rgba(26, 26, 26, 0.6);
  font-size: 0.84rem;
  line-height: 1.65;
  max-width: 36ch;
}

.luxury-footer__form {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.luxury-footer__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.luxury-footer__input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 2.8rem;
  border: 1px solid #d4cec5;
  border-radius: 10px;
  background: #fff;
  color: #1a1a1a;
  padding: 0 0.95rem;
  font-size: 0.86rem;
}

.luxury-footer__input::placeholder {
  color: rgba(26, 26, 26, 0.45);
}

.luxury-footer__subscribe {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0 1rem;
  border: 1px solid #111;
  border-radius: 10px;
  background: #111;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  transition: color 360ms ease;
}

.luxury-footer__subscribe span {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.luxury-footer__subscribe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
  transition: transform 360ms ease;
  z-index: 0;
}

.luxury-footer__subscribe:hover,
.luxury-footer__subscribe:focus-visible {
  color: #111;
}

.luxury-footer__subscribe:hover::before,
.luxury-footer__subscribe:focus-visible::before {
  transform: translateX(0);
}

.luxury-footer__status {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.luxury-footer__status--success,
.luxury-footer__status--exists {
  color: #1f5f3c;
}

.luxury-footer__status--invalid,
.luxury-footer__status--error {
  color: #8c2f1d;
}

.luxury-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}

.luxury-footer__list a {
  color: rgba(26, 26, 26, 0.62);
  text-decoration: none;
  font-size: 0.84rem;
  line-height: 1.5;
}

.luxury-footer__list a:hover,
.luxury-footer__list a:focus-visible {
  color: #1a1a1a;
}

.luxury-footer__bottom {
  margin-top: clamp(1.9rem, 4vw, 2.9rem);
  padding-top: 1rem;
  border-top: 1px solid #ece7dd;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.luxury-footer__bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.luxury-footer__social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.luxury-footer__social a {
  width: 2rem;
  height: 2rem;
  border: 1px solid #d7d2c9;
  border-radius: 999px;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.luxury-footer__social a svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxury-footer__social a:hover,
.luxury-footer__social a:focus-visible {
  background: #111;
  color: #fff;
  border-color: #111;
}

.luxury-footer__copyright {
  margin: 0;
  color: rgba(26, 26, 26, 0.58);
  font-size: 0.78rem;
  line-height: 1.5;
}

.luxury-footer__payments {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.luxury-footer__payments-title {
  margin: 0;
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.luxury-footer__payments-note {
  margin: 0;
  color: rgba(26, 26, 26, 0.58);
  font-size: 0.73rem;
  line-height: 1.35;
}

.luxury-footer__payment-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.luxury-footer__payment-methods li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfdad1;
  border-radius: 8px;
  padding: 0.08rem;
  background: #fff;
  box-shadow: 0 2px 5px rgba(20, 20, 20, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.luxury-footer__payment-methods li:hover,
.luxury-footer__payment-methods li:focus-within {
  transform: translateY(-1px);
  border-color: #cbc4b8;
  box-shadow: 0 4px 10px rgba(20, 20, 20, 0.1);
}

.luxury-footer__payment-methods svg {
  width: 2.375rem;
  height: 1.5rem;
  display: block;
  border-radius: 6px;
}

.luxury-footer__payment-methods img {
  width: 2.375rem;
  height: 1.5rem;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

.luxury-footer__credit {
  margin: 1rem 0 0;
  color: rgba(26, 26, 26, 0.56);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

.luxury-footer__credit a {
  color: inherit;
  text-decoration: none;
}

.luxury-footer__credit a:hover,
.luxury-footer__credit a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .luxury-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.6rem;
  }

  .luxury-footer__bottom {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .luxury-footer {
    padding: 2.4rem 0 1.5rem;
  }

  .luxury-footer__inner {
    width: calc(100% - 1.25rem);
  }

  .luxury-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .luxury-footer__heading {
    margin-bottom: 0.65rem;
  }

  .luxury-footer__bottom {
    margin-top: 1.55rem;
    padding-top: 0.9rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.95rem;
  }

  .luxury-footer__payments {
    align-items: flex-start;
  }

  .luxury-footer__payment-methods {
    justify-content: flex-start;
  }

  .luxury-footer__credit {
    margin-top: 0.85rem;
    text-align: center;
  }
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

.dws-product-details {
  margin: clamp(2rem, 6vw, 4.5rem) clamp(1rem, 5vw, 4.5rem) 0;
}

.dws-product-details__layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.dws-product-details__heading,
.dws-product-details__section-heading {
  margin: 0;
  color: #131313;
  font-size: 0.9rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
}

.dws-product-details__primary-content {
  margin-top: 1.1rem;
  color: #1b1b1b;
  font-size: clamp(1.03rem, 0.5vw + 0.94rem, 1.15rem);
  line-height: 1.9;
}

.dws-product-details__primary-content > :first-child {
  margin-top: 0;
}

.dws-product-details__primary-content > :last-child {
  margin-bottom: 0;
}

.dws-product-details__secondary {
  border-top: 1px solid #dbd4c9;
}

.dws-product-details__section {
  padding: 1rem 0 1.2rem;
  border-bottom: 1px solid #dbd4c9;
}

.dws-product-details__section-content {
  margin-top: 0.9rem;
  color: #212121;
  font-size: 0.98rem;
  line-height: 1.8;
}

.dws-product-details__section-content > :first-child {
  margin-top: 0;
}

.dws-product-details__section-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .dws-product-details {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dws-product-details__layout {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

/* Custom single-product template stabilization */
.single-product .product-detail__cart-form {
  margin: 0;
}

.single-product .product-detail__badge {
  height: auto;
  min-height: 68px;
  overflow: visible;
}

.single-product .product-detail__badge-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-product .product-detail__badge-title,
.single-product .product-detail__badge-text {
  margin: 0;
  line-height: 1.2;
}

.single-product .product-detail__quantity-controls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.single-product .product-detail__quantity-controls > button {
  flex: 0 0 52px;
  line-height: 1;
}

.single-product .product-detail__quantity-controls > input {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1;
}

@media (max-width: 640px) {
  .single-product .product-detail__quantity-controls > button {
    flex-basis: 48px;
  }
}

.account-utility-page {
  background: var(--bg-main);
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.8rem, 6vw, 5rem);
}

.account-utility-page__container {
  width: min(1024px, calc(100% - 2rem));
  margin: 0 auto;
}

.account-utility-page__title {
  margin: 0 0 1rem;
  color: var(--text-primary);
  font-size: clamp(1.35rem, 2.8vw, 2.3rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.account-utility-page .woocommerce {
  background: #fff;
  border: 1px solid #e5dfd6;
  border-radius: 12px;
  padding: clamp(1rem, 3vw, 1.8rem);
}

.account-utility-page .woocommerce form .form-row input.input-text,
.account-utility-page .woocommerce form .form-row textarea,
.account-utility-page .woocommerce form .form-row select {
  border: 1px solid #d6cfc5;
  border-radius: 8px;
  min-height: 2.75rem;
  background: #fff;
}

.account-utility-page .woocommerce button.button,
.account-utility-page .woocommerce a.button {
  border-radius: 8px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  min-height: 2.7rem;
}

.account-utility-page .woocommerce button.button:hover,
.account-utility-page .woocommerce a.button:hover {
  opacity: 0.9;
}

.account-utility-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.account-utility-page .woocommerce-MyAccount-navigation li a {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0 0.8rem;
  border: 1px solid #d6cfc5;
  border-radius: 999px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-utility-page .woocommerce-MyAccount-navigation li.is-active a {
  border-color: #111;
  background: #111;
  color: #fff;
}

.dws-order-followup-links {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.dws-order-followup-links a {
  color: #111;
  font-weight: 600;
}

@media (max-width: 640px) {
  .account-utility-page__container {
    width: calc(100% - 1.25rem);
  }

  .account-utility-page .woocommerce {
    padding: 0.95rem;
    border-radius: 10px;
  }
}

.dws-whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  z-index: 1500;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.dws-whatsapp-float:hover,
.dws-whatsapp-float:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
  background: #1fae57;
}

.dws-whatsapp-float:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.dws-whatsapp-float svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: currentColor;
}

@media (max-width: 768px) {
  .dws-whatsapp-float {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 3.15rem;
    height: 3.15rem;
  }

  .dws-whatsapp-float svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}
/* HOTFIX: Best For You mobile responsiveness */
@media (max-width: 640px) {
  .before-after-section .before-after {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
  }

  .before-after-section .before-after__image img {
    object-position: center center !important;
  }
}
