/*
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;
}

/* 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;
}

/* 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;
}

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 {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 5.2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.8rem);
}

.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(190px, 24vw, 380px);
  max-height: 80px;
  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__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: var(--dws-mini-cart-top) 0 0 0;
  z-index: 120;
  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: 100%;
  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;
  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.7rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.dws-mini-cart__content {
  overflow-y: auto;
  padding: 0.8rem 1rem;
}

.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: 64px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  position: relative;
}

.dws-mini-cart .woocommerce-mini-cart-item a {
  color: #121212;
  text-decoration: none;
}

.dws-mini-cart .woocommerce-mini-cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid rgba(26, 26, 26, 0.12);
}

.dws-mini-cart .woocommerce-mini-cart-item .quantity {
  font-size: 0.86rem;
  color: rgba(26, 26, 26, 0.78);
}

.dws-mini-cart .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 0.55rem;
  right: 0.05rem;
  font-size: 1rem;
  line-height: 1;
}

.dws-mini-cart .woocommerce-mini-cart__empty-message {
  margin: 0.8rem 0;
  color: rgba(26, 26, 26, 0.72);
}

.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: 0.95rem 1rem 1rem;
}

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

.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;
}

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

.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 {
  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 {
  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: 0 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;
}

.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 {
  width: 36px;
  height: 36px;
  opacity: 0.9;
  color: #fff;
}

.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);
  color: var(--text-primary);
  text-align: center;
  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__image {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

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

.our-story__text {
  margin: 0 auto 1rem;
  max-width: 62ch;
  color: var(--text-secondary);
  text-align: center;
  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 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 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 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 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);
}

.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(1.08rem, 1.8vw, 2.5rem);
  letter-spacing: 0.01em;
  font-weight: 500;
  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-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 p {
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.7;
}

.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(2.8rem, 5vw, 4.8rem) 0 clamp(3rem, 5vw, 5rem);
  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: 1.9rem;
  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);
}

.product-insight__reviews-tab {
  position: fixed;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.75rem 0.65rem;
  z-index: 40;
}

.product-insight__reviews-tab span {
  font-size: 0.78rem;
  margin-bottom: 0.35rem;
}

.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;
  }

  .product-insight__reviews-tab {
    display: none;
  }

  .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.3rem 0 2.9rem;
  }

  .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__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: 1rem;
  }

  .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"
      "nav nav";
    row-gap: 0.95rem;
    padding: 0.95rem 0;
  }

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

  .luxury-header__icons {
    grid-area: icons;
  }

  .luxury-header__nav {
    grid-area: nav;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
  }

  .luxury-header__nav::-webkit-scrollbar {
    display: none;
  }

  .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);
  }

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

  .luxury-header__brand-logo {
    max-width: 240px;
    max-height: 68px;
  }

  .luxury-header__nav {
    gap: 1.05rem;
  }

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

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

  .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 {
    aspect-ratio: 4 / 5;
  }

  .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;
  }

  .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 {
  border-bottom: 1px solid #cfc8be;
}

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

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

.shop-filter__chevron {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.shop-filter[open] .shop-filter__chevron {
  transform: rotate(-135deg);
  margin-top: 0.35rem;
}

.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-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);
}

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

.shop-product {
  text-align: center;
}

.shop-product__media {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

.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: 92%;
  height: auto;
  max-height: 94%;
  object-fit: contain;
  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__rating {
  margin: 0 0 0.35rem;
  color: #d39b35;
  font-size: 0.76rem;
}

.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__button {
  width: 100%;
  min-height: 2.3rem;
  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-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);
}

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

.single-post-view__container .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__container .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__container .wp-block-post-content {
  color: rgba(26, 26, 26, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

  .single-post-view__container .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__heading {
  margin: 0 0 0.9rem;
  color: #1a1a1a;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.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;
  min-height: 2.95rem;
  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;
  transition: color 360ms ease;
}

.luxury-footer__subscribe span {
  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-wrap: wrap;
  justify-content: flex-end;
}

.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 {
    justify-content: 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;
  }
}
