/* Studio Taupe Shop — editorial / high-end presentation */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

@font-face {
  font-family: 'StudioTaupeCenturyGothic';
  src:
    url('../Lettertype/centurygothic.ttf') format('truetype'),
    url('../lettertype/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StudioTaupeCenturyGothic';
  src:
    url('../Lettertype/centurygothic.ttf') format('truetype'),
    url('../lettertype/centurygothic.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.65;
  color: #2a2a2a;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fafaf9;
  overflow-x: hidden;
  max-width: 100%;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.pre-shop {
  background: #ebe8e3; /* match header menu background */
  /* Prevent margin-collapsing from the hero banner so the background fills above it */
  padding-top: clamp(0.25rem, 0.9vw, 0.55rem);
  padding-bottom: 0.5rem;
  display: flow-root;
  max-width: 100%;
  min-width: 0;
}

.pre-shop .home-hero-banner {
  margin-top: 0;
}

.shop-section {
  position: relative;
  background: #f8f8f8;
}

.shop-section__wave {
  width: 100%;
  height: clamp(90px, 9vw, 140px);
  line-height: 0;
  background: transparent;
  margin-top: -1px;
}

.shop-section__wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.shop-section__inner {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.studio-notes {
  background: #efede8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.35rem, 3vw, 2.05rem) 0 clamp(0.85rem, 1.8vw, 1.2rem);
}

.studio-notes-gallery {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.9rem, 2.2vw, 1.35rem) 0 clamp(1.6rem, 3vw, 2.4rem);
}

.studio-notes__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3.2vw, 44px);
  width: 100%;
}

@media (min-width: 1500px) {
  .studio-notes__inner {
    max-width: 1680px;
    padding-left: clamp(18px, 2.6vw, 44px);
    padding-right: clamp(18px, 2.6vw, 44px);
  }
}

.studio-notes__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b857c;
  margin: 0 0 0.7rem;
}

.studio-notes__title {
  margin: 0;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1.12;
  color: #636a63;
  letter-spacing: -0.01em;
}

.studio-notes__lead {
  margin: 0.85rem 0 0;
  max-width: 70ch;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #6e685f;
}

.studio-notes__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.studio-notes__cta {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.62rem 1.05rem;
  border: 1px solid rgba(20, 20, 20, 0.18);
  background: rgba(245, 243, 239, 0.92);
  color: #262626;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.studio-notes__cta:hover,
.studio-notes__cta:focus {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.26);
  color: #111;
}

.studio-notes__cta.secondary {
  background: transparent;
}

.studio-notes__cards {
  display: none;
}

/* Feature strip (clean, centered like the reference) */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2rem);
  margin-top: 0;
  align-items: start;
  width: 100%;
}

.feature {
  text-align: center;
  padding: 0.25rem 0.2rem;
}

.feature__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin: 0 auto 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.65);
  color: #636a63;
  box-shadow: 0 10px 26px rgba(22, 19, 15, 0.06);
}

.feature__icon svg {
  width: 26px;
  height: 26px;
}

.feature__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #2f2a24;
  margin: 0.35rem 0 0;
}

.feature__text {
  margin: 0.65rem auto 0;
  max-width: 28ch;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #6e685f;
  display: block !important;
  opacity: 1 !important;
}

.studio-notes__duo {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.35rem);
  width: 100%;
}

.studio-notes__shot {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
  aspect-ratio: 3 / 2;
}

.studio-notes__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

@media (max-width: 1000px) {
  .feature-strip {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .studio-notes__duo {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem clamp(24px, 3.4vw, 56px) 0.7rem 15px;
  background-color: #ebe8e3;
  min-height: 72px;
  position: sticky;
  top: 0;
  z-index: 1000;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  header {
    overflow-x: clip;
  }
}

/* Desktop: make header right edge tighter so CTA/buttons sit closer to corner */
@media (min-width: 901px) {
  header {
    padding: 0.7rem 15px 0.7rem 15px;
  }
}

.logo {
  flex-shrink: 0;
}

@media (min-width: 901px) {
  header:has(.header-icons) {
    justify-content: flex-end;
  }

  header:has(.header-icons) nav.main-nav {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    margin-left: clamp(0.75rem, 1.4vw, 1.2rem);
  }

  header:has(.header-icons) .logo {
    margin-right: auto;
  }

  .header-toolbar:has(.header-icons) {
    flex: 0 1 auto;
    margin-left: clamp(0.95rem, 1.5vw, 1.3rem);
  }

  .header-icons {
    flex: 0 0 auto;
  }
}

.logo img {
  height: auto;
  max-height: 32px;
  width: auto;
  display: block;
  padding: 2px 0;
}

.hamburger {
  display: none;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1001;
  position: relative;
  width: 25px;
  height: 20px;
}

.hamburger__line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 8px;
}
.hamburger__line:nth-child(3) {
  top: 16px;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 1.3rem;
}

nav ul li {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}

/* Desktop: push Contact to the far right within the nav */
@media (min-width: 901px) {
  nav.main-nav ul li:has(a.contact-btn) {
    margin-left: auto;
  }
}

nav ul li a {
  color: #8b857c;
  text-decoration: none;
  font-size: 0.87rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: none;
  padding: 0.08rem 0.32rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.1;
}

nav ul li a:hover,
nav ul li a:focus {
  color: #7c6e5d;
}

nav ul li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 2px;
  background: #a89c8e;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 1px;
}

nav ul li a:hover::after,
nav ul li a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

nav ul li a.nav-link--active {
  color: #636a63;
  font-weight: 500;
}

nav ul li a.nav-link--active::after {
  opacity: 1;
  transform: scaleX(1);
}

nav ul li a.contact-btn {
  background-color: #636a63;
  color: #ebe8e3 !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  border-radius: 10px;
  padding: 0.32rem 1.1rem;
  letter-spacing: 0.18em;
  font-size: 0.87rem;
  transition: background 0.3s, color 0.3s;
  text-transform: uppercase;
}

/* Same Contact button style when placed in header toolbar */
.header-toolbar a.contact-btn {
  background-color: #636a63;
  color: #ebe8e3 !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  border-radius: 10px;
  padding: 0.32rem 1.1rem;
  letter-spacing: 0.18em;
  font-size: 0.87rem;
  transition: background 0.3s, color 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
  margin-left: clamp(0.95rem, 1.5vw, 1.3rem);
}

nav ul li a.contact-btn::after {
  display: none;
}

nav ul li a.contact-btn:hover,
nav ul li a.contact-btn:focus {
  background-color: #4d544d;
  color: #fff !important;
}

.header-toolbar a.contact-btn:hover,
.header-toolbar a.contact-btn:focus-visible {
  background-color: #4d544d;
  color: #fff !important;
}

main {
  flex: 1;
  padding-bottom: 0;
  min-width: 0;
  max-width: 100%;
}

.home-hero-banner {
  position: relative;
  /* Geen width:100% i.c.m. horizontale margin — dat veroorzaakt overflow en
     “geen” rechter marge (scrollbalk / rand tegen viewport). */
  max-width: 100%;
  box-sizing: border-box;
  /* Breathing room: onder header, aan zijkanten, ruimte voor volgende sectie */
  margin: clamp(0.75rem, 2vw, 1.15rem) clamp(0.85rem, 3vw, 1.75rem)
    clamp(0.35rem, 1.1vw, 0.75rem);
  padding: 0;
}

.home-hero-banner img {
  width: 100%;
  height: clamp(340px, 58vw, 620px);
  object-fit: cover;
  /* Shift crop down to show more of the objects (less top wood) */
  object-position: center 65%;
  border-radius: 10px;
  display: block;
}

.home-hero-banner__overlay {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(
    to top,
    rgba(12, 12, 12, 0.20) 0%,
    rgba(12, 12, 12, 0.10) 38%,
    rgba(12, 12, 12, 0.015) 100%
  );
}

.home-hero-banner__content {
  position: absolute;
  left: clamp(2rem, 4vw, 3.5rem);
  bottom: clamp(2rem, 4.6vw, 3.2rem);
  z-index: 2;
  color: #f5f3ef;
  max-width: min(560px, 78%);
}

.home-hero-banner__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.92);
}

.home-hero-banner__content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.3rem, 7vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 1.1rem;
  font-weight: 600;
}

.home-hero-banner__cta {
  display: inline-block;
  text-decoration: none;
  background: rgba(245, 243, 239, 0.92);
  color: #262626;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.66rem 1.1rem;
  transition: background 0.22s ease, color 0.22s ease;
}

.home-hero-banner__cta:hover,
.home-hero-banner__cta:focus {
  background: #ffffff;
  color: #111;
}

/* —— Editorial hero —— */
.shop-hero {
  padding: clamp(3rem, 8vw, 5rem) 6vw 2rem;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.shop-hero__rule {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a89c8e, transparent);
  margin: 0 auto 1rem;
}

.shop-hero__label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 1rem;
  font-weight: 500;
}

.shop-hero h1 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(2.4rem, 6.5vw, 3.75rem);
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.shop-hero__lead {
  font-size: 1.0625rem;
  color: #5c5c5c;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 400;
}

.shop-hero__note {
  margin-top: 1.5rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #9a948c;
}

.home-intro {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(1.05rem, 2.4vw, 1.75rem) 6vw 1.25rem;
  text-align: center;
}

.home-intro h1 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  color: #636a63 !important;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.home-intro p {
  max-width: 78ch;
  margin: 0 auto;
  color: #636a63 !important;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}

.home-intro__divider {
  width: 92px;
  height: 1px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, transparent, #a89c8e, transparent);
}

.home-section-divider {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3.5vw, 2.25rem) 6vw;
}

/* Props page: tighter divider between collections */
.page-props .home-section-divider {
  padding: 0 6vw;
  height: clamp(14px, 2.2vw, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-props .home-section-divider .home-intro__divider {
  margin: 0;
}

/* Homepage: lijn dichter bij catalogus / prijzen */
.catalog:has(+ .home-section-divider) {
  padding-bottom: 1.5rem;
}

.catalog + .home-section-divider {
  padding-top: 0.35rem;
  padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

.home-section-divider .home-intro__divider {
  margin: 0 auto;
}

.home-categories {
  padding: 0.35rem 4vw 2.2rem;
}

.home-circle-list {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.home-circle-item {
  text-decoration: none;
  color: #1f1f1f;
  text-align: center;
}

.home-circle-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #e9e5df;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-circle-item span {
  margin-top: 0.8rem;
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #777067;
}

.home-circle-item:hover img {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.home-faq-usp {
  margin-top: 0;
  /* Zelfde basis als body — geen aparte beige band rond FAQ/USP */
  background: #fafaf9;
  padding-bottom: 0;
  overflow: visible;
}

/* Homepage: keep background continuous after shop section */
.shop-section + .home-faq-usp {
  background: #fafaf9;
}

.home-faq {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3.2rem 6vw;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.25rem;
  align-items: start;
}

/* Homepage: pull FAQ/USP section closer to the shop grid */
.shop-section + .home-faq-usp .home-faq {
  padding-top: clamp(0.85rem, 1.6vw, 1.15rem);
}

.home-faq__intro h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: 500;
}

.home-faq__lead {
  margin-top: 0.85rem;
  max-width: 44ch;
  color: #6e685f;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.faq-trigger {
  width: 100%;
  text-align: left;
  padding: 0.92rem 0;
  border: 0;
  background: transparent;
  color: #2f2f2f;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.faq-trigger::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  color: #7f796f;
}

.faq-trigger[aria-expanded='true']::after {
  content: '-';
}

.faq-panel {
  padding: 0 0 0.95rem;
}

.faq-panel p {
  color: #565656;
  font-size: 0.95rem;
  max-width: 52ch;
}

.home-usp {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  box-sizing: border-box;
}

.usp-panel {
  width: 100%;
  max-width: 1400px;
  margin: 1.35rem auto 0;
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(700px 280px at 18% 12%, rgba(183, 165, 139, 0.22), rgba(183, 165, 139, 0) 60%),
    radial-gradient(620px 260px at 86% 6%, rgba(99, 106, 99, 0.14), rgba(99, 106, 99, 0) 62%),
    rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  overflow: visible;
  padding-bottom: clamp(1.6rem, 3vw, 2.2rem);
}

.usp-panel__header {
  text-align: center;
  margin-bottom: clamp(0.95rem, 2vw, 1.25rem);
}

.usp-panel__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2f2a24;
  font-weight: 500;
  margin: 0;
}

.usp-panel__lead {
  margin: 0.65rem auto 0;
  max-width: 56ch;
  color: #6e685f;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.usp-panel__cta {
  display: inline-block;
  margin-top: 0.9rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.58rem 1.05rem;
  border: 1px solid rgba(20, 20, 20, 0.18);
  background: rgba(245, 243, 239, 0.92);
  color: #262626;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.usp-panel__cta:hover,
.usp-panel__cta:focus {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.26);
  color: #111;
}

.usp-card {
  text-align: left;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1rem 1.05rem 0.95rem;
  box-shadow: 0 10px 24px rgba(22, 19, 15, 0.05);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.usp-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 16px 38px rgba(22, 19, 15, 0.08);
}

.usp-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(245, 243, 239, 0.95);
  color: #2f2a24;
  margin-bottom: 0.75rem;
}

.usp-card__icon svg {
  width: 22px;
  height: 22px;
}

.usp-card--featured {
  background: rgba(99, 106, 99, 0.12);
  border-color: rgba(99, 106, 99, 0.28);
}

.usp-card--featured .usp-card__icon {
  background: rgba(99, 106, 99, 0.18);
  border-color: rgba(99, 106, 99, 0.32);
}

.usp-card h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #2f2a24;
  margin-bottom: 0.55rem;
}

.usp-card p {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #6e685f;
  line-height: 1.55;
  max-width: none;
  margin: 0;
}

@media (max-width: 1100px) {
  .usp-panel {
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .home-usp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-usp {
    grid-template-columns: 1fr;
  }
}

/* —— Lookbook strips —— */
.shop-lookbook {
  padding: 0;
}

.shop-piece {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(88vh, 920px);
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.shop-piece:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.shop-piece--alt {
  direction: rtl;
}

.shop-piece--alt > * {
  direction: ltr;
}

.shop-piece__visual {
  position: relative;
  background: #e8e4de;
  overflow: hidden;
}

.shop-piece__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-piece__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(30, 28, 26, 0.35) 0%, transparent 42%),
    radial-gradient(ellipse 100% 70% at 50% 35%, rgba(0, 0, 0, 0.06) 0%, transparent 55%);
  z-index: 1;
  pointer-events: none;
}

.shop-piece__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 2;
}

.shop-piece__frame {
  position: absolute;
  inset: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.06),
    0 28px 60px rgba(0, 0, 0, 0.12);
  z-index: 3;
  pointer-events: none;
}

.shop-piece__index {
  position: absolute;
  bottom: clamp(1.5rem, 4vw, 2.75rem);
  left: clamp(1.5rem, 4vw, 2.75rem);
  z-index: 4;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: -0.04em;
  user-select: none;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.12);
}

.shop-piece--alt .shop-piece__index {
  left: auto;
  right: clamp(1.5rem, 4vw, 2.75rem);
}

.shop-piece__story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(2rem, 6vw, 5rem);
  background: #fafaf9;
}

.shop-piece:nth-child(even) .shop-piece__story {
  background: #fff;
}

.shop-piece__eyebrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.shop-piece__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.shop-piece__desc {
  font-size: 1rem;
  color: #5a5a5a;
  max-width: 38ch;
  margin-bottom: 2rem;
  font-weight: 400;
}

.shop-piece__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.5rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.shop-piece__price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #636a63;
  font-weight: 500;
}

.shop-piece__status {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a948c;
}

/* Lookbook row → category */
.shop-piece__visual--link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.shop-piece__visual--link:focus-visible {
  outline: 2px solid #636a63;
  outline-offset: 4px;
}

@media (hover: hover) {
  .shop-piece__visual--link:hover .shop-piece__img {
    transform: scale(1.045);
  }
}

.shop-piece__cta {
  margin-top: 1.75rem;
}

.shop-piece__cta-link {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #636a63;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(99, 106, 99, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.25s, border-color 0.25s;
}

.shop-piece__cta-link:hover,
.shop-piece__cta-link:focus {
  color: #4d544d;
  border-bottom-color: #4d544d;
}

.shop-piece__cta-link:focus-visible {
  outline: 2px solid #636a63;
  outline-offset: 4px;
}

/* —— Category listing pages —— */
.breadcrumb {
  padding: 1.35rem 6vw 0;
  max-width: 1400px;
  margin: 0 auto;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a948c;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.breadcrumb li:not(:last-child)::after {
  content: '/';
  opacity: 0.35;
  font-weight: 300;
}

.breadcrumb a {
  color: #636a63;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.breadcrumb a:hover {
  border-bottom-color: #a89c8e;
}

.category-hero {
  padding: clamp(1.5rem, 4vw, 2.5rem) 6vw 2.5rem;
  max-width: 800px;
}

.page-props .category-hero {
  max-width: 1400px;
  padding: clamp(1.4rem, 3.6vw, 2.25rem) 6vw 1.35rem;
}

.page-props .props-hero-banner {
  margin-bottom: clamp(0.8rem, 2.2vw, 1.35rem);
}

.page-props .props-hero-banner img {
  height: clamp(340px, 46vw, 560px);
  object-position: center 72%;
}

.page-props .props-hero-banner .home-hero-banner__overlay {
  background: linear-gradient(
    to top,
    rgba(12, 12, 12, 0.38) 0%,
    rgba(12, 12, 12, 0.14) 40%,
    rgba(12, 12, 12, 0.03) 100%
  );
}

.props-hero-banner__content {
  max-width: min(760px, 84%);
}

.props-hero-banner__lead {
  margin-top: 0.85rem;
  color: rgba(245, 243, 239, 0.86);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 62ch;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.props-curved {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(0.2rem, 1.3vw, 0.85rem) 6vw 1.65rem;
}

/* Section sits flush on the page — no card frame around the grid */
.page-props .props-curved {
  position: relative;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  padding: clamp(1.05rem, 2.6vw, 1.55rem) 6vw;
  padding-bottom: clamp(1.1rem, 2vw, 1.85rem);
}

.props-curved__header {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0.6rem;
  text-align: center;
}

.props-curved__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  line-height: 1.05;
  color: #2a2724;
  letter-spacing: -0.015em;
}

.props-curved__count {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b857c;
  vertical-align: middle;
}

.props-curved__copy {
  margin-top: 0.75rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #4a433c;
  max-width: 88ch;
  margin-left: auto;
  margin-right: auto;
}

.props-curved__copy strong {
  font-weight: 600;
}

/* Match home `.catalog` grid: 3 columns, same gaps */
.props-curved-catalog {
  padding: 0;
  margin: 0;
  gap: 2rem 1.75rem;
  grid-template-columns: repeat(3, 1fr);
}

.page-props .catalog.props-curved-catalog {
  /* Same column rhythm as home featured grid (view-3) */
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem;
  padding: 0;
  margin: 0;
}

/* Props shop grid: top labels + stacked round “award” badges (reference layout, Studio Taupe styling) */
.page-props .catalog-card__tag {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  z-index: 4;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.38rem 0.55rem;
  border-radius: 4px;
  line-height: 1;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(35, 32, 28, 0.08);
}

.page-props .catalog-card__tag--new {
  background: rgba(255, 255, 255, 0.92);
  color: #4a433c;
  border: 1px solid #e5e0d8;
}

.page-props .catalog-card__tag--bestseller {
  background: #2f2a24;
  color: #faf9f7;
  border: 1px solid #2f2a24;
}

.page-props .catalog-card__tag--limited {
  background: rgba(183, 165, 139, 0.22);
  color: #3a342e;
  border: 1px solid rgba(183, 165, 139, 0.55);
}

.page-props .catalog-card__tag--curated {
  background: rgba(255, 255, 255, 0.9);
  color: #636a63;
  border: 1px solid #c9c4bc;
}

.page-props .catalog-card__tag--edition {
  background: transparent;
  color: #5c5650;
  border: 1px solid #d4cfc7;
}

.page-props .catalog-card__awards {
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.32rem;
  pointer-events: none;
  max-width: 42%;
}

.page-props .catalog-card__award {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0.2rem;
  border-radius: 50%;
  text-align: center;
  background: #2f2a24;
  color: #f5f3ef;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 14px rgba(35, 32, 28, 0.12);
}

.page-props .catalog-card__award--light {
  background: rgba(255, 255, 255, 0.94);
  color: #3a342e;
  border: 1px solid #e5e0d8;
  box-shadow: 0 2px 10px rgba(35, 32, 28, 0.06);
}

.page-props .catalog-card__award--accent {
  background: #b7a58b;
  color: #2f2a24;
  border: 1px solid rgba(47, 42, 36, 0.12);
}

.page-props .catalog-card__award-line {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.45rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .page-props .catalog-card__award {
    width: 38px;
    height: 38px;
  }

  .page-props .catalog-card__award-line {
    font-size: 0.4rem;
  }

  .page-props .catalog-card__awards {
    gap: 0.28rem;
  }
}

@media (max-width: 700px) {
  .page-props .catalog-card__award {
    width: 34px;
    height: 34px;
  }

  .page-props .catalog-card__award-line {
    font-size: 0.36rem;
    letter-spacing: 0.04em;
  }
}

.page-props .wishlist-btn {
  z-index: 5;
}

/* Props product cards: same typography + centered stack under image as home grid */
.props-curved__item {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
}

.props-curved__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 6;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  background: #e8e4de;
}

.props-curved__meta {
  padding-top: 0.65rem;
}

.props-curved__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.05;
  color: #2a2724;
}

.props-curved__sub {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6a635a;
}

@media (max-width: 1100px) {
  .props-curved-catalog,
  .page-props .catalog.props-curved-catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
  }
}

@media (max-width: 700px) {
  .props-curved__header {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .props-curved-catalog,
  .page-props .catalog.props-curved-catalog {
    grid-template-columns: 1fr;
  }
}

.props-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: end;
  padding: clamp(1.1rem, 2.6vw, 1.6rem);
  border: 1px solid #e5e0d8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.page-props .category-hero h1 {
  font-size: clamp(2.05rem, 4.1vw, 3.05rem);
  margin-bottom: 0.7rem;
  letter-spacing: -0.015em;
}

.page-props .category-hero__lead {
  max-width: 62ch;
  font-size: 0.98rem;
  color: #585149;
  line-height: 1.6;
}

.props-hero__right {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.props-hero__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 0.65rem;
}

.props-hero__left .props-hero__kicker {
  letter-spacing: 0.32em;
  margin-bottom: 0.85rem;
}

.props-hero__copy {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a433c;
}

@media (max-width: 900px) {
  .props-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .props-hero__right {
    padding: 0;
  }
}

.category-hero__rule {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a89c8e, transparent);
  margin-bottom: 1.25rem;
}

.page-props .category-hero__rule {
  display: none;
}

/* Remove any perceived divider under the sticky header on Props page */
.page-props header {
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.category-hero__label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 0.85rem;
  font-weight: 500;
}

.category-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.category-hero__lead {
  font-size: 1.05rem;
  color: #5a5a5a;
  max-width: 52ch;
  line-height: 1.65;
}

.catalog {
  padding: 0 6vw 4.5rem;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem;
}

/* Homepage: reduce gap after product grid */
.shop-section .catalog {
  padding-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

/* Horizontal category strip (links left, filter right) — Studio Taupe palette */
.shop-subnav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.75rem 6vw 0.65rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e5e0d8;
  background: #faf9f7;
}

.shop-subnav__scroll {
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.shop-subnav__center {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  justify-self: center;
}

.shop-subnav__center .view-mode-btn {
  opacity: 1;
}

.shop-subnav__center .view-mode-btn {
  width: 28px;
  height: 22px;
}

.shop-subnav__center .view-mode-btn--2,
.shop-subnav__center .view-mode-btn--3,
.shop-subnav__center .view-mode-btn--4,
.shop-subnav__center .view-mode-btn--list {
  width: 17px;
  height: 17px;
}

.shop-subnav__center .view-mode-btn--2 {
  grid-template-columns: repeat(2, 5px);
}

.shop-subnav__center .view-mode-btn--3 {
  grid-template-columns: repeat(3, 4px);
}

.shop-subnav__center .view-mode-btn--4 {
  grid-template-columns: repeat(4, 3px);
}

.shop-subnav__center .view-mode-btn--2 span {
  width: 5px;
  height: 5px;
}

.shop-subnav__center .view-mode-btn--3 span {
  width: 4px;
  height: 4px;
}

.shop-subnav__center .view-mode-btn--4 span {
  width: 3px;
  height: 3px;
}

.shop-subnav__center .view-mode-btn--list {
  gap: 4px;
}

.shop-subnav__center .view-mode-btn--list span {
  width: 14px;
}

.shop-subnav__center .view-mode-btn--list span::before {
  left: -4px;
}

.shop-subnav__center .view-mode-btn span {
  background: rgba(99, 106, 99, 0.22);
}

.shop-subnav__center .view-mode-btn--list span {
  background: rgba(99, 106, 99, 0.22);
}

.shop-subnav__center .view-mode-btn.is-active span,
.shop-subnav__center .view-mode-btn:hover span {
  background: #636a63;
}

.shop-subnav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.25rem);
  list-style: none;
  margin: 0;
  padding: 0 0 0.15rem;
}

.shop-subnav__link {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #636a63;
  white-space: nowrap;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.shop-subnav__link:hover,
.shop-subnav__link:focus-visible {
  color: #636a63;
  outline: none;
}

.shop-subnav__link--active,
.shop-subnav__link[aria-current='page'] {
  color: #636a63;
  border-bottom-color: #636a63;
}

.shop-subnav .filter-trigger.shop-subnav__filter {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.56rem 1.05rem;
  border: 1px solid rgba(20, 20, 20, 0.18);
  border-radius: 999px;
  background: rgba(245, 243, 239, 0.92);
  box-shadow: none;
  color: #636a63;
  justify-self: end;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.shop-subnav .filter-trigger.shop-subnav__filter:hover,
.shop-subnav .filter-trigger.shop-subnav__filter:focus-visible {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.26);
  color: #4f5750;
}

@media (min-width: 1500px) {
  .shop-subnav {
    max-width: 1680px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media (max-width: 900px) {
  .shop-subnav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .shop-subnav__center {
    display: none;
  }
}

.collection-toolbar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6vw 1.8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

/* Desktop: only left+center scroll on small screens; wrapper stays invisible to the grid */
.collection-toolbar__scroll {
  display: contents;
}

/* Wider layout on large screens (reduce “boxed” feel) */
@media (min-width: 1500px) {
  .catalog,
  .collection-toolbar,
  .home-section-divider,
  .home-faq,
  .home-intro,
  .props-curved {
    max-width: 1680px;
  }

  .catalog {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-props .props-curved {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .collection-toolbar,
  .home-section-divider,
  .home-intro,
  .home-faq {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.collection-toolbar__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.collection-toolbar__center {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.collection-toolbar__center .view-mode-btn {
  width: 28px;
  height: 22px;
}

.collection-toolbar__center .view-mode-btn--2,
.collection-toolbar__center .view-mode-btn--3,
.collection-toolbar__center .view-mode-btn--4,
.collection-toolbar__center .view-mode-btn--list {
  width: 17px;
  height: 17px;
}

.collection-toolbar__center .view-mode-btn--2 {
  grid-template-columns: repeat(2, 5px);
}

.collection-toolbar__center .view-mode-btn--3 {
  grid-template-columns: repeat(3, 4px);
}

.collection-toolbar__center .view-mode-btn--4 {
  grid-template-columns: repeat(4, 3px);
}

.collection-toolbar__center .view-mode-btn--2 span {
  width: 5px;
  height: 5px;
}

.collection-toolbar__center .view-mode-btn--3 span {
  width: 4px;
  height: 4px;
}

.collection-toolbar__center .view-mode-btn--4 span {
  width: 3px;
  height: 3px;
}

.collection-toolbar__center .view-mode-btn--list {
  gap: 4px;
}

.collection-toolbar__center .view-mode-btn--list span {
  width: 14px;
}

.collection-toolbar__center .view-mode-btn--list span::before {
  left: -4px;
}

.collection-count {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b857c;
}

.filter-trigger {
  border: 1px solid rgba(20, 20, 20, 0.18);
  background: rgba(245, 243, 239, 0.92);
  color: #636a63;
  border-radius: 999px;
  padding: 0.56rem 1.05rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.filter-trigger:hover,
.filter-trigger:focus {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.26);
  color: #4f5750;
}

.filter-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, 0.38);
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.filter-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.filter-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(420px, 92vw);
  height: 100dvh;
  max-height: 100dvh;
  background: #faf9f7;
  border-right: 1px solid #e5e0d8;
  z-index: 1600;
  transform: translateX(-102%);
  transition: transform 0.22s ease;
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
}

.filter-drawer.is-open {
  transform: translateX(0);
}

.filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1.05rem 0.88rem;
  border-bottom: 1px solid #e5e0d8;
}

.filter-drawer__title {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f2a24;
  line-height: 1;
}

.filter-drawer__close {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: transparent;
  color: #8a8a8a;
  font-size: 1.5rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
}

.filter-drawer__close:hover {
  color: #2f2a24;
}

.filter-drawer__body {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding: 0.72rem 1.05rem 0.78rem;
}

.filter-block {
  border-bottom: 1px solid #e5e0d8;
  padding: 0.78rem 0 0.88rem;
}

.filter-block__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.72rem;
}

.filter-block h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #47423c;
}

.filter-block__toggle {
  border: none;
  background: transparent;
  color: #666;
  font-size: 1.45rem;
  line-height: 1;
}

.filter-list {
  display: grid;
  gap: 0.62rem;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  font-size: 0.88rem;
  line-height: 1.2;
  color: #5a554f;
  font-weight: 400;
  font-family: 'Montserrat', Arial, sans-serif;
}

.filter-option input {
  width: 20px;
  height: 20px;
  accent-color: #a39382;
}

.filter-price-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.65rem;
  align-items: center;
}

.filter-price-input {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  height: 40px;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
  color: #4d4d4d;
  outline: none;
  /* Chrome shows number spinners; Safari often does not — hide for parity */
  -moz-appearance: textfield;
  appearance: textfield;
}

.filter-price-input::-webkit-outer-spin-button,
.filter-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-price-input:focus,
.filter-price-input:focus-visible {
  border-color: #b7a58b;
  box-shadow: 0 0 0 2px rgba(183, 165, 139, 0.2);
}

.filter-price-sep {
  color: #8a8a8a;
  font-size: 1.15rem;
}

.filter-price-range {
  margin-top: 0.78rem;
  position: relative;
  height: 24px;
}

.filter-price-range__track,
.filter-price-range__active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  border-radius: 999px;
}

.filter-price-range__track {
  left: 0;
  right: 0;
  background: rgba(163, 147, 130, 0.28);
}

.filter-price-range__active {
  background: #a39382;
}

.filter-price-range input[type='range'] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  /* Chrome paints a filled “progress” segment per range; dual sliders look wrong.
     Rely on custom track/thumb only (same as Safari’s clean look). */
  accent-color: transparent;
  height: 24px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.filter-price-range input[type='range']::-webkit-slider-runnable-track {
  height: 3px;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 999px;
  border: none;
}

.filter-price-range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #a39382;
  box-shadow: 0 2px 6px rgba(50, 44, 36, 0.14);
  margin-top: -6.5px;
  pointer-events: auto;
}

.filter-price-range input[type='range']::-moz-range-track {
  height: 3px;
  background: transparent;
  border-radius: 999px;
}

.filter-price-range input[type='range']::-moz-range-progress {
  background: transparent;
}

.filter-price-range input[type='range']::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #a39382;
  box-shadow: 0 2px 6px rgba(50, 44, 36, 0.14);
  pointer-events: auto;
}

.filter-price-summary {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  color: #6a645d;
}

.filter-drawer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  padding: 0.82rem 1.05rem calc(0.9rem + env(safe-area-inset-bottom));
  border-top: 1px solid #e5e0d8;
  background: #faf9f7;
}

.filter-btn {
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #303030;
  height: 42px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
}

.filter-btn--apply {
  background: #a39382;
  border-color: #a39382;
  color: #fff;
}

.filter-btn--apply:hover,
.filter-btn--apply:focus-visible {
  background: #958573;
  border-color: #958573;
}

.chip-btn {
  border: 1px solid #ddd8d0;
  background: #fff;
  color: #6f6a62;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.chip-btn.is-active,
.chip-btn:hover {
  background: #a69479;
  color: #fff;
  border-color: #a69479;
}

.collection-toolbar__right {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  justify-self: end;
}

.view-mode-btn {
  width: 24px;
  height: 18px;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  opacity: 0.38;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.view-mode-btn span {
  display: block;
  background: #bdbab4;
}

.view-mode-btn--2,
.view-mode-btn--3,
.view-mode-btn--4,
.view-mode-btn--list {
  display: grid;
  place-content: center;
  width: 14px;
  height: 14px;
}

.view-mode-btn--2 {
  grid-template-columns: repeat(2, 4px);
  gap: 4px;
}

.view-mode-btn--3 {
  grid-template-columns: repeat(3, 3px);
  gap: 2.5px;
}

.view-mode-btn--4 {
  grid-template-columns: repeat(4, 2.5px);
  gap: 2px;
}

.view-mode-btn--2 span,
.view-mode-btn--3 span,
.view-mode-btn--4 span {
  border-radius: 50%;
}

.view-mode-btn--2 span {
  width: 4px;
  height: 4px;
}

.view-mode-btn--3 span {
  width: 3px;
  height: 3px;
}

.view-mode-btn--4 span {
  width: 2.5px;
  height: 2.5px;
}

.view-mode-btn--list {
  grid-template-rows: repeat(3, 2px);
  gap: 3px;
  align-content: center;
}

.view-mode-btn--list span {
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #bdbab4;
  position: relative;
}

.view-mode-btn--list span::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: inherit;
  transform: translateY(-50%);
}

.view-mode-btn.is-active,
.view-mode-btn:hover {
  opacity: 1;
}

.view-mode-btn.is-active span,
.view-mode-btn:hover span {
  background: #636a63;
}

.view-mode-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(5px);
  background: #101216;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 0.56rem 0.76rem;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.view-mode-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%) translateY(5px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #101216;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.view-mode-btn:hover::before,
.view-mode-btn:hover::after,
.view-mode-btn:focus-visible::before,
.view-mode-btn:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.catalog.view-2 {
  grid-template-columns: repeat(2, 1fr);
}

.catalog.view-3 {
  grid-template-columns: repeat(3, 1fr);
}

.catalog.view-4 {
  grid-template-columns: repeat(4, 1fr);
}

.catalog.view-list {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.catalog.view-list .catalog-card {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem;
  background: #fff;
  border: 1px solid #ece7e0;
  border-radius: 10px;
}

.catalog.view-list .catalog-card__media {
  border-radius: 8px;
}

.catalog.view-list .catalog-card__body {
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.1rem;
}

.catalog.view-list .catalog-card__meta-row {
  justify-content: flex-start;
}

.select-label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b857c;
}

.sort-select {
  border: 1px solid #ddd8d0;
  background: #fff;
  color: #67625b;
  padding: 0.48rem 0.68rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: none;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  accent-color: #b7a58b;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.sort-select:focus,
.sort-select:focus-visible {
  border-color: #b7a58b;
  box-shadow: 0 0 0 2px rgba(183, 165, 139, 0.25);
  outline: none;
}

.sort-dropdown {
  position: relative;
  min-width: 190px;
}

.sort-dropdown__button {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.18);
  background: rgba(245, 243, 239, 0.92);
  color: #636a63;
  padding: 0.66rem 2.35rem 0.66rem 1.05rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 999px;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.sort-dropdown__button:hover,
.sort-dropdown__button:focus {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.26);
  color: #4f5750;
}

.sort-dropdown__button::after {
  content: '▾';
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
  font-size: 0.8rem;
}

.sort-dropdown__button[aria-expanded='true']::after {
  content: '▴';
}

.sort-dropdown__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  list-style: none;
  margin: 0;
  padding: 0.35rem;
  min-width: 230px;
  background: #fff;
  border: 1px solid #ddd8d0;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  z-index: 1200;
  display: none;
}

.sort-dropdown__menu.is-open {
  display: block;
}

.sort-dropdown__item {
  width: 100%;
  border: none;
  background: transparent;
  color: #5f5950;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  padding: 0.52rem 0.56rem;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
}

.sort-dropdown__item:hover,
.sort-dropdown__item:focus {
  background: rgba(183, 165, 139, 0.17);
  color: #403a33;
}

.sort-dropdown__item.is-selected {
  background: rgba(183, 165, 139, 0.24);
  color: #2f2a24;
  font-weight: 500;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  overflow: hidden;
}

.catalog-card:hover {
  box-shadow: none;
}

.catalog-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ece9e5;
  border-radius: 10px;
  --catalog-img-pos: center;
  --catalog-img-pos-hover: var(--catalog-img-pos);
}

.catalog-pill {
  display: none;
}

.wishlist-btn {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #ece7e0;
  background: #fff;
  color: #4d544d;
  /* Use a masked SVG icon for cross-browser consistency (Chrome/Safari). */
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.wishlist-btn::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.1 21.35l-.1.1-.11-.1C7.14 17.24 4 14.39 4 11.05 4 8.61 5.92 6.7 8.36 6.7c1.36 0 2.67.63 3.49 1.63.82-1 2.13-1.63 3.49-1.63C17.78 6.7 19.7 8.61 19.7 11.05c0 3.34-3.14 6.19-7.6 10.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.1 21.35l-.1.1-.11-.1C7.14 17.24 4 14.39 4 11.05 4 8.61 5.92 6.7 8.36 6.7c1.36 0 2.67.63 3.49 1.63.82-1 2.13-1.63 3.49-1.63C17.78 6.7 19.7 8.61 19.7 11.05c0 3.34-3.14 6.19-7.6 10.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wishlist-btn:hover {
  transform: scale(1.06);
}

.wishlist-btn.is-active {
  background: #636a63;
  color: #fff;
  border-color: #636a63;
}

.catalog-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--catalog-img-pos);
  transition: opacity 0.35s ease;
}

.catalog-card__img-hover {
  object-position: var(--catalog-img-pos-hover);
}

.catalog-card__img-base {
  z-index: 0;
}

.catalog-card__img-hover {
  z-index: 0;
  opacity: 0;
}

.catalog-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

@media (hover: hover) {
  .catalog-card:hover .catalog-card__img-hover {
    opacity: 1;
  }

  .catalog-card:hover .catalog-card__img-base {
    opacity: 0;
  }
}

.catalog-card__body {
  padding: 0.95rem 0.35rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}

.catalog-card__title {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.72rem;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.catalog-card__subtitle {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.82rem;
  color: #7f7f7f;
  margin-top: 0.35rem;
  line-height: 1.45;
  display: none;
}

.catalog-card__meta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.52rem;
  padding-top: 0;
  border-top: none;
}

.quick-add-btn {
  display: none;
}

.catalog-card__price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #2c2c2c;
  font-weight: 600;
}

.catalog-card__badge {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a948c;
}

.shop-toast {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%) translateY(24px);
  background: #636a63;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.58rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 38px rgba(18, 18, 18, 0.16);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.shop-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.newsletter-open {
  overflow: hidden;
}

.newsletter-trigger {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1600;
  border: 1px solid #d4ccc0;
  border-radius: 999px;
  background: rgba(250, 248, 245, 0.95);
  color: #4a433c;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.newsletter-trigger.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: grid;
  place-items: center;
}

.newsletter-popup[hidden] {
  display: none;
}

.newsletter-popup__overlay {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(30, 27, 22, 0.44);
  cursor: pointer;
}

.newsletter-popup__card {
  position: relative;
  z-index: 1;
  width: min(94vw, 980px);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1fr);
  background: #fbf9f5;
  border: 1px solid #e3dbd0;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 24px 70px rgba(22, 19, 15, 0.2);
}

.newsletter-popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  border: none;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 1.35rem;
  line-height: 1;
  color: #8d8479;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.newsletter-popup__close:hover {
  color: #5f564a;
  background: rgba(255, 255, 255, 0.92);
  transform: scale(1.04);
}

.newsletter-popup__brand-logo {
  display: block;
  width: min(260px, 72%);
  height: auto;
  margin: 0 auto;
  opacity: 0.92;
}

.newsletter-popup__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b29f87;
  margin-top: 0.85rem;
  margin-bottom: 0;
}

.newsletter-popup__media {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 22px 0 0 22px;
}

.newsletter-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.newsletter-popup__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem 2.1rem;
  text-align: center;
}

.newsletter-popup__card h2 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #1f1d1a;
  margin: 0.5rem 0 0;
}

.newsletter-popup__lead {
  margin: 0.8rem auto 0;
  color: #767069;
  line-height: 1.55;
  font-size: 1rem;
  max-width: 32ch;
}

.newsletter-popup__form {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.newsletter-popup__input {
  min-height: 56px;
  border-radius: 14px;
  border: 1px solid #ddd4c8;
  background: #fff;
  padding: 0 1rem;
  font: inherit;
  font-size: 1rem;
  color: #38332d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.newsletter-popup__input::placeholder {
  color: #9a9287;
}

.newsletter-popup__input:focus-visible {
  outline: 2px solid #b7a58b;
  outline-offset: 1px;
}

.newsletter-popup__submit {
  min-height: 58px;
  border: none;
  border-radius: 14px;
  background: #636a63;
  color: #fff;
  padding: 0 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.newsletter-popup__submit:hover,
.newsletter-popup__submit:focus-visible {
  background: #525951;
  transform: translateY(-1px);
}

@media (max-width: 560px) {
  .newsletter-popup__card {
    width: min(94vw, 640px);
    display: block;
    border-radius: 18px;
  }

  .newsletter-popup__media {
    height: clamp(124px, 36vw, 180px);
    min-height: 0;
    border-radius: 18px 18px 0 0;
  }

  .newsletter-popup__body {
    padding: 1.05rem 1rem 1.1rem;
  }

  .newsletter-popup__card h2 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .newsletter-popup__lead {
    font-size: 0.95rem;
  }

  .newsletter-popup__input,
  .newsletter-popup__submit {
    min-height: 50px;
  }
}

.product-detail {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0.85rem clamp(6px, 2vw, 12px) 0.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(240px, 0.78fr);
  row-gap: 0.55rem;
  column-gap: 1.2rem;
  align-items: start;
  box-sizing: border-box;
  min-width: 0;
}

.product-detail__gallery {
  grid-column: 1;
  grid-row: 2;
}

.product-detail > .product-detail__content {
  grid-column: 2;
  grid-row: 2;
}

.product-detail__specs {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  align-self: start;
  margin-bottom: 0.35rem;
}

/* Voorkomt dat kolommen krimpen / verspringen door grote afbeelding-intrinsieke breedte (grid min-width:auto) */
.product-detail__back {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: start;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b857c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-detail__back:hover,
.product-detail__back:focus-visible {
  color: #636a63;
  border-bottom-color: #a89c8e;
}

.product-detail__back:focus-visible {
  outline: 2px solid #636a63;
  outline-offset: 3px;
}

.product-detail__back-icon {
  flex-shrink: 0;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.product-detail__back:hover .product-detail__back-icon {
  transform: translateX(-3px);
}

.product-detail > .product-detail__gallery,
.product-detail > .product-detail__content {
  min-width: 0;
}

.product-detail > .product-detail__gallery {
  width: 100%;
  justify-self: stretch;
}

.product-detail > .product-detail__content {
  width: 100%;
  max-width: 560px;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  /* center shrinks items to max-content width → long copy overflows on phones */
  align-items: stretch;
  text-align: left;
}

.product-detail > .product-detail__content > * {
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.product-detail__gallery {
  direction: ltr;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.4rem;
  width: 100%;
  align-items: start;
}

.product-detail__thumbs {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.7rem;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}

/* JS only appends the thumb button (no index column) — avoid an empty 2nd grid track */
.product-detail__thumb-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
}

.product-detail__thumb-row:has(.product-detail__thumb-index) {
  display: grid;
  grid-template-columns: minmax(0, max-content) 92px;
  align-items: center;
  column-gap: 0.5rem;
  width: auto;
}

.product-detail__thumb-index {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
  color: #9a948c;
  text-align: right;
  min-width: 0;
  width: auto;
  user-select: none;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.product-detail__thumb-index.is-active {
  color: #636a63;
  font-weight: 600;
}

.product-detail__gallery--single .product-detail__thumb-index {
  display: none;
}

.product-detail__gallery--single .product-detail__thumb-row {
  width: fit-content;
}

.product-detail__thumb {
  border: 1px solid #ddd8d0;
  background: #f8f6f3;
  border-radius: 8px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}

.product-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__thumb.is-active {
  border-color: #b7a58b;
}

.product-detail__image-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #f2efeb;
  aspect-ratio: 7 / 6;
}

.product-detail__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f2efeb;
  display: block;
}

.product-detail__image-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.35rem;
  pointer-events: none;
  z-index: 2;
}

.product-detail__image-nav-btn {
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #fff;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.2s ease, background 0.2s ease;
}

.product-detail__image-nav-btn:hover {
  background: #fafafa;
}

.product-detail__image-nav-btn:focus-visible {
  opacity: 1;
  outline: 2px solid #636a63;
  outline-offset: 2px;
}

.product-detail__image-wrap:not(.product-detail__image-wrap--single):hover .product-detail__image-nav-btn,
.product-detail__image-wrap:not(.product-detail__image-wrap--single):focus-within .product-detail__image-nav-btn {
  opacity: 1;
}

@media (hover: none) {
  .product-detail__image-wrap:not(.product-detail__image-wrap--single) .product-detail__image-nav-btn {
    opacity: 0.88;
  }
}

.product-detail__image-wrap--single .product-detail__image-nav {
  display: none;
}

.product-detail__fullscreen-btn {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #fff;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: background 0.2s ease;
}

.product-detail__fullscreen-btn:hover {
  background: #fafafa;
}

.product-detail__fullscreen-btn:focus-visible {
  outline: 2px solid #636a63;
  outline-offset: 2px;
}

/* Fullscreen gallery (product page) */
.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3500;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  margin: 0;
  background: #fafaf9;
  cursor: pointer;
}

.product-lightbox__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.25rem 4.25rem;
  box-sizing: border-box;
  pointer-events: none;
}

.product-lightbox__close,
.product-lightbox__stage,
.product-lightbox__toolbar {
  pointer-events: auto;
}

.product-lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #fff;
  color: #2a2a2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease;
}

.product-lightbox__close:hover {
  background: #f5f3ef;
}

.product-lightbox__close:focus-visible {
  outline: 2px solid #636a63;
  outline-offset: 2px;
}

.product-lightbox__stage {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 96vw;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-lightbox__img {
  max-width: 100%;
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

.product-lightbox__edges {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  pointer-events: none;
}

.product-lightbox__edge {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #fff;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.product-lightbox__stage:hover .product-lightbox__edge {
  opacity: 1;
}

@media (hover: none) {
  .product-lightbox__edge {
    opacity: 0.88;
  }
}

.product-lightbox--single .product-lightbox__edges {
  display: none;
}

.product-lightbox__toolbar {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 1rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: #4a4540;
}

.product-lightbox__tool-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #2a2a2a;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease;
}

.product-lightbox__tool-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.product-lightbox__tool-btn:focus-visible {
  outline: 2px solid #636a63;
  outline-offset: 2px;
}

.product-lightbox--single .product-lightbox__tool-btn {
  display: none;
}

body.product-lightbox-open {
  overflow: hidden;
}

.product-detail__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b857c;
  display: none;
}

.product-detail__content h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
  margin-top: 0.4rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.product-detail__price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.95rem;
  margin-top: 0.6rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

.product-detail__lead {
  margin-top: 1.1rem;
  color: #4e4a45;
  line-height: 1.75;
  max-width: min(48ch, 100%);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.product-detail__lead strong {
  font-weight: 600;
  color: #2f2a24;
}

.product-detail__cta {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  max-width: 100%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.85rem 1.1rem;
  border-radius: 6px;
  background: #b7a58b;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .product-detail__cta {
    min-width: min(270px, 100%);
  }
}

.product-stock {
  margin-top: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
  max-width: min(42ch, 100%);
  overflow-wrap: break-word;
}

.product-stock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.38rem;
  background: #b7a58b;
}

.product-stock--in .product-stock__dot {
  background: #3d7a4e;
}

.product-stock--out .product-stock__dot {
  background: #9a948c;
}

.product-stock--unknown .product-stock__dot {
  background: #c4bdb2;
}

.product-stock__line [data-product-stock-label] {
  font-weight: 600;
  color: #2f2a24;
}

.product-stock--in .product-stock__line [data-product-stock-label] {
  color: #2d6a3e;
}

.product-stock--out .product-stock__line [data-product-stock-label] {
  color: #6e685f;
}

.product-stock__line [data-product-stock-detail] {
  color: #5c5650;
  font-weight: 400;
}

.product-detail__benefits {
  margin-top: 1.25rem;
  padding: 0.85rem 0 0;
  list-style: none;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.product-detail__benefit {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  color: #4a4540;
}

.product-detail__benefit-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d3833;
  margin-top: 0.06rem;
}

.product-detail__benefit-icon svg {
  display: block;
}

.product-detail__benefit-text {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-top: 0.12rem;
}

.product-detail__benefit-text strong {
  font-weight: 600;
  color: #2a2620;
}

.product-specs {
  width: 100%;
  max-width: 520px;
  margin-top: 1.1rem;
  margin-bottom: 0.85rem;
  border-top: 1px solid #d8d2c8;
}

.product-detail__specs {
  max-width: none;
}

.product-detail__specs .product-specs {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  margin-bottom: 0;
  /* Keep borders full-width; only indent inner content. */
  padding: clamp(0.65rem, 1.6vw, 0.95rem);
  box-sizing: border-box;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(250, 250, 249, 0.92) 0%, rgba(247, 245, 241, 0.92) 100%);
  border: 1px solid rgba(229, 224, 216, 0.78);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 70px rgba(22, 19, 15, 0.06);
  overflow: hidden;
}

.product-detail__specs {
  --product-specs-nudge: 0px;
  position: relative;
}

.product-detail__specs .product-specs__icon {
  margin-left: calc(var(--product-specs-offset, 0px) + var(--product-specs-nudge));
}

.product-detail__specs .product-specs__trigger {
  padding-right: clamp(6px, 2vw, 12px);
  box-sizing: border-box;
}

.product-detail__specs .product-specs__panel {
  padding-left: calc(0.1rem + var(--product-specs-offset, 0px) + var(--product-specs-nudge));
  padding-right: clamp(6px, 2vw, 12px);
  box-sizing: border-box;
}

/* Re-draw divider lines so they start at the icons. */
.product-detail__specs .product-specs {
  border-top: none;
}

.product-detail__specs .product-specs__item {
  border-bottom: none;
  position: relative;
}

.product-detail__specs .product-specs__item::after {
  content: none;
}

.product-detail__specs .product-specs__item + .product-specs__item {
  margin-top: 0.55rem;
}

.product-detail__specs .product-specs__item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(229, 224, 216, 0.75);
  box-shadow: 0 14px 36px rgba(22, 19, 15, 0.04);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.product-detail__specs .product-specs__item:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(219, 212, 202, 0.88);
  transform: translateY(-1px);
  box-shadow: 0 18px 52px rgba(22, 19, 15, 0.07);
}

.product-detail__specs .product-specs__trigger {
  border-radius: 12px;
  padding: 0.95rem 0.85rem;
  background: transparent;
  border: none;
  box-shadow: none;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.product-detail__specs .product-specs__trigger:hover {
  background: transparent;
  color: #2f2a24;
  transform: none;
  box-shadow: none;
}

.product-detail__specs .product-specs__panel {
  padding: 0.9rem 1rem 1.05rem;
  margin-top: 0.45rem;
  border-radius: 12px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.product-detail__specs .product-specs__trigger[aria-expanded='true'] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-detail__specs .product-specs__trigger[aria-expanded='true'] + .product-specs__panel {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product-detail__specs .product-specs__icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 12px;
  border: 1px solid rgba(229, 224, 216, 0.78);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(22, 19, 15, 0.06);
}

.product-detail__specs .product-specs__toggle {
  border-radius: 999px;
  border: 1px solid rgba(229, 224, 216, 0.78);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(22, 19, 15, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.product-detail__specs .product-specs__toggle::before {
  font-size: 1.15rem;
}

.product-detail__specs .product-specs__trigger[aria-expanded='true'] .product-specs__toggle {
  background: rgba(239, 237, 232, 0.62);
  box-shadow: 0 14px 36px rgba(22, 19, 15, 0.07);
}

.product-detail__specs .product-specs__trigger:hover .product-specs__toggle {
  transform: translateY(-0.5px);
}

.product-detail__specs .product-specs__label {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #403a33;
}

.product-detail__specs .product-specs__panel p {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #5b554d;
}

.product-detail__specs .product-specs__dl {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(140px, 0.9fr) minmax(0, 1.6fr);
  column-gap: 1rem;
  row-gap: 0.4rem;
}

.product-detail__specs .product-specs__dl dt {
  margin: 0;
  font-weight: 600;
  color: #3d3833;
}

.product-detail__specs .product-specs__dl dd {
  margin: 0;
  color: #5b554d;
}

.product-detail__specs .product-specs__note {
  margin: 0.65rem 0 0;
  color: #6e685f;
  font-size: 13px;
  line-height: 1.65;
}

.product-specs__item {
  border-bottom: 1px solid #d8d2c8;
}

.product-specs__trigger {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0.95rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #49433c;
  text-align: left;
  transition: color 0.2s ease;
}

.product-specs__trigger:hover {
  color: #6f6354;
}

.product-specs__trigger:focus-visible {
  outline: 2px solid #b7a58b;
  outline-offset: 2px;
}

.product-specs__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  flex-shrink: 0;
  color: #7f7569;
}

.product-specs__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.product-specs__label {
  flex: 1;
  min-width: 0;
  color: #49433c;
}

.product-specs__toggle {
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f7569;
}

.product-specs__toggle::before {
  content: '+';
  font-size: 1.3rem;
  line-height: 1;
  transform: translateY(-0.5px);
}

.product-specs__trigger[aria-expanded='true'] .product-specs__toggle::before {
  content: '−';
  color: #6f6354;
}

.product-specs__chevron {
  /* Legacy: used by older accordion markup on other pages. */
  font-size: 1rem;
  color: #7f7569;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 0.2s ease, color 0.2s ease;
}

.product-specs__trigger[aria-expanded='true'] .product-specs__chevron {
  transform: rotate(180deg);
  color: #6f6354;
}

.product-specs__panel {
  padding: 0 0.1rem 0.95rem;
}

.product-specs__panel p {
  margin: 0;
  color: #5b554d;
  line-height: 1.72;
  font-size: 0.86rem;
}

.product-specs__panel .product-specs__why-intro + .product-specs__why-intro {
  margin-top: 0.55rem;
}

.product-specs--why .product-specs__item:first-of-type .product-specs__label {
  font-weight: 600;
  color: #3d3833;
  font-size: 1.08rem;
}

.product-specs__panel p[data-product-spec-line='0'] {
  border: 1px solid #e3ddd4;
  background: linear-gradient(180deg, rgba(250, 250, 249, 0.92) 0%, rgba(247, 246, 244, 0.96) 100%);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  color: #4f4942;
  line-height: 1.66;
}

.product-story {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 clamp(6px, 2vw, 12px) 0;
  box-sizing: border-box;
  border-top: none;
}

/* Studio note (small editorial module between specs and story) */
.product-studio-note {
  max-width: 1400px;
  width: 100%;
  margin: 0.75rem auto 0;
  padding: 0 clamp(6px, 2vw, 12px);
  box-sizing: content-box;
}

.product-studio-note__inner {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: clamp(0.75rem, 1.6vw, 1.05rem);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(250, 250, 249, 0.92) 0%, rgba(247, 245, 241, 0.92) 100%);
  border: 1px solid rgba(229, 224, 216, 0.82);
  box-shadow: 0 18px 54px rgba(22, 19, 15, 0.05);
}

.product-studio-note__text {
  padding-right: clamp(0.25rem, 1.2vw, 0.75rem);
  padding-left: clamp(0.75rem, 2vw, 1.4rem);
}

.product-studio-note__media {
  border-radius: 14px;
  overflow: hidden;
  background: #f1efec;
  border: 1px solid rgba(229, 224, 216, 0.82);
  aspect-ratio: 4 / 3;
}

.product-studio-note__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-studio-note__kicker {
  margin: 0 0 0.35rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b857c;
}

.product-studio-note__title {
  margin: 0;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.2;
  color: #403a33;
}

.product-studio-note__body {
  margin: 0.55rem 0 0;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #6e685f;
  max-width: 60ch;
}

@media (max-width: 900px) {
  .product-studio-note__inner {
    grid-template-columns: 1fr;
  }
}

/* Share strip (between studio note and related) */
.product-share {
  max-width: 1400px;
  width: 100%;
  margin: 0.8rem auto 0;
  padding: 0 clamp(6px, 2vw, 12px);
  box-sizing: content-box;
}

.product-share__inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: 0.7rem 0;
  border: 1px solid rgba(224, 216, 206, 0.65);
  border-radius: 16px;
  background: rgba(245, 243, 240, 0.62);
  box-shadow: none;
}

.product-share__kicker {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b857c;
  white-space: nowrap;
}

.product-share__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.product-share__item {
  appearance: none;
  border: 1px solid rgba(224, 216, 206, 0.95);
  background: rgba(250, 249, 247, 0.92);
  border-radius: 999px;
  padding: 0.72rem 1.05rem;
  text-decoration: none;
  color: #403a33;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(22, 19, 15, 0.035);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.product-share__item:hover,
.product-share__item:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(214, 205, 193, 0.98);
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(22, 19, 15, 0.055);
  outline: none;
}

@media (max-width: 900px) {
  .product-share__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.7rem 0;
  }

  .product-share__list {
    justify-content: flex-start;
  }
}

.product-share__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #636a63;
}

.product-share__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.product-share__label {
  letter-spacing: -0.01em;
}

.product-story--split {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
  padding: clamp(0.75rem, 1.6vw, 1.15rem);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 245, 241, 0.96) 0%, rgba(250, 250, 249, 0.92) 100%);
  border: 1px solid rgba(229, 224, 216, 0.92);
  box-shadow: 0 22px 70px rgba(22, 19, 15, 0.06);
}

.product-story--split::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  background-image:
    radial-gradient(1200px 420px at 50% 0%, rgba(183, 165, 139, 0.10), transparent 55%),
    radial-gradient(900px 520px at 15% 100%, rgba(99, 106, 99, 0.08), transparent 60%),
    radial-gradient(900px 520px at 85% 100%, rgba(99, 106, 99, 0.06), transparent 60%);
}

.product-story--split > * {
  position: relative;
  z-index: 1;
}

.product-story--reverse .product-story__media {
  order: 2;
}

.product-story--reverse .product-story__text {
  order: 1;
}

.product-story__media {
  border-radius: 10px;
  overflow: hidden;
  min-height: 350px;
  background: #f1ede8;
  border: 1px solid rgba(229, 224, 216, 0.92);
}

.product-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-story__text {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 2.1rem 2.2rem;
  background:
    linear-gradient(180deg, rgba(250, 249, 247, 0.98) 0%, rgba(247, 245, 241, 0.98) 100%);
  border: 1px solid #e8e3dc;
  border-radius: 10px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 28px rgba(35, 31, 26, 0.06);
}

.product-story__text::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background-image:
    linear-gradient(to right, rgba(117, 103, 83, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(117, 103, 83, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 78%);
  pointer-events: none;
}

.product-story__text h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1.18;
  margin-bottom: 0.95rem;
  letter-spacing: 0.01em;
  color: #2a2620;
  max-width: 24ch;
}

.product-story__text p {
  color: #4e4942;
  line-height: 1.9;
  max-width: 50ch;
}

.product-story__subtext {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid #e4ddd2;
  color: #5b554d;
}

.product-story__highlights {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.product-story__highlights li {
  position: relative;
  padding-left: 1.05rem;
  color: #555049;
  line-height: 1.65;
  font-size: 0.88rem;
}

.product-story__highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7a58b;
}

.product-end-cap {
  margin: 2.75rem auto 0;
  padding: 0 4vw 2.75rem;
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
}

.product-end-cap img {
  display: block;
  width: 100%;
  max-height: min(88vh, 960px);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid rgba(229, 224, 216, 0.92);
  background: #fafaf9;
}

.product-related {
  max-width: 1400px;
  width: 100%;
  margin: 2.75rem auto 0;
  padding: 0.8rem 4vw 2.75rem;
  box-sizing: border-box;
  border-top: none;
}

.product-related__intro {
  text-align: center;
  margin-bottom: 1.25rem;
}

.product-related__intro h2 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2.05rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #636a63;
}

.product-related__intro p {
  margin: 0.45rem auto 0;
  max-width: 56ch;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #6e685f;
}

.product-related__grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1rem, 2.1vw, 1.65rem);
  justify-content: center;
  justify-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.product-related__grid .catalog-card {
  width: min(100%, 520px);
  padding: 0.4rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(229, 224, 216, 0.92);
  box-shadow: 0 18px 44px rgba(22, 19, 15, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.product-related__grid .catalog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(22, 19, 15, 0.10);
  background: rgba(255, 255, 255, 0.92);
}

.product-related__grid .catalog-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background: #f1efec;
  border: 1px solid rgba(229, 224, 216, 0.8);
}

.product-related__grid .catalog-card__body {
  padding: 0.7rem 0.65rem 0.7rem;
  text-align: center;
}

.product-related__grid .catalog-card__title {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2f2a24;
  letter-spacing: -0.01em;
}

.product-related__grid .catalog-card__price {
  display: inline-block;
  margin-top: 0.25rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6e685f;
}

.product-related__grid .wishlist-btn {
  right: 0.65rem;
  top: 0.65rem;
  border-color: rgba(229, 224, 216, 0.92);
  box-shadow: 0 10px 26px rgba(22, 19, 15, 0.08);
}

@media (max-width: 1100px) {
  .catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
  }

  .catalog.view-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog.view-list .catalog-card {
    grid-template-columns: 185px 1fr;
  }
}

/* Mobile index: filter · count · views scroll; sort stays full-width + dropdown not clipped */
@media (max-width: 900px) {
  .collection-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem 0.55rem;
    padding: 0 clamp(0.65rem, 4vw, 1.25rem) 1.35rem;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
    overflow: visible;
  }

  .collection-toolbar__scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.45rem 0.55rem;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .collection-toolbar__scroll::-webkit-scrollbar {
    display: none;
  }

  .collection-toolbar__left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
  }

  .collection-toolbar__center {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
  }

  .collection-toolbar__right {
    flex: 0 0 auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    margin-left: 0;
    min-width: 0;
  }

  /* Keep label for a11y; hide visually to save width */
  .collection-toolbar__right .select-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .collection-toolbar .filter-trigger {
    padding: 0.46rem 0.78rem;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .collection-toolbar .collection-count {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .collection-toolbar .sort-dropdown {
    position: relative;
    flex: 0 0 auto;
    max-width: min(21rem, calc(100vw - 7rem));
    min-width: 0;
  }

  .collection-toolbar .sort-dropdown__button {
    padding: 0.48rem 1.85rem 0.48rem 0.72rem;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 640px) {
  .catalog {
    grid-template-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .catalog.view-2,
  .catalog.view-3,
  .catalog.view-4,
  .catalog.view-list {
    grid-template-columns: 1fr;
  }

  .catalog.view-list .catalog-card {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .catalog.view-list .catalog-card__body {
    text-align: center;
  }

  .home-usp {
    grid-template-columns: 1fr;
  }
}

/* Footer wave + CTA */
.footer-wave {
  width: 100%;
  height: 58px;
  line-height: 0;
  position: relative;
  margin-bottom: -2px;
  margin-top: 0;
  overflow: hidden;
  background: #ffffff;
}

.footer-wave svg {
  width: 100%;
  height: calc(100% + 34px);
  display: block;
  transform: translateY(-34px);
}

.footer-wave::before {
  content: none;
}

.footer-wave svg rect {
  fill: #ffffff;
}

.footer-wave svg path {
  fill: #ece9e3;
}

.page-props .footer-wave {
  background: #fafaf9;
}

.page-props .footer-wave svg rect {
  fill: #fafaf9;
}

.page-product .footer-wave {
  background: #fafaf9;
}

.page-product .footer-wave svg rect {
  fill: #fafaf9;
}

/* Blog & contact: page background #fafaf9; avoid white rect + white wave box (gap shows as stripe above CTA). */
.page-blog .footer-wave,
.page-blog-article .footer-wave,
.page-contact .footer-wave {
  background: #ece9e3;
}

.page-blog .footer-wave svg rect,
.page-blog-article .footer-wave svg rect,
.page-contact .footer-wave svg rect {
  fill: #fafaf9;
}

.footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
  background: #f8f8f8;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer__cta span {
  font-size: 1.2rem;
  color: #636a63;
  font-weight: 500;
  line-height: 1.15;
}

.footer__cta-btn {
  background: #636a63;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 0.7em 2em;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.footer__cta-btn:hover {
  background: #a89c8e;
  color: #fff;
}

.footer-section-bg {
  background: #ece9e3;
}

.footer {
  background-color: #ece9e3 !important;
  margin-top: auto;
  padding: 2rem 0;
  z-index: 100;
  font-size: 1rem;
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer__cta {
  background: transparent !important;
}

.footer__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-logo {
  width: 118px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.25rem;
}

.footer__copyright {
  font-size: 0.875rem;
  color: #666;
}

.footer__meta {
  font-size: 0.875rem;
  color: #666;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
}

.footer__legal-link {
  color: #666;
  text-decoration: none !important;
  position: relative;
}

.footer__legal-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 2px;
  background: #a89c8e;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.3s, transform 0.3s;
}

.footer__legal-link:hover::after,
.footer__legal-link:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.footer__center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer__center .footer__trust {
  margin-top: 0;
  margin-bottom: 0.7rem;
  max-width: none;
}

.footer__nav-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.footer__nav-title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__nav-link {
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer__nav-link:hover {
  color: #333;
}

.footer__right {
  display: flex;
  justify-content: flex-start;
  min-width: 200px;
}

.footer__social {
  display: flex;
  gap: 1.5rem;
}

.footer__social-link {
  color: #666;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.footer__social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1;
}

.footer__social-link:hover::before {
  transform: translateY(0);
}

.footer__social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  position: relative;
  z-index: 2;
}

.footer__social-link:hover {
  color: #333;
}

#scrollTopBtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  left: auto;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, bottom 0.2s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}

#scrollTopBtn svg {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

/* Blog pages load legacy CSS; keep placement + shop reveal + stroke-only control (no filled pill). */
.page-blog #scrollTopBtn,
.page-blog-article #scrollTopBtn {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  z-index: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s, bottom 0.2s ease !important;
  width: 48px !important;
  height: 48px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding: 0 !important;
}

.page-blog #scrollTopBtn.visible,
.page-blog-article #scrollTopBtn.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.page-blog #scrollTopBtn svg,
.page-blog-article #scrollTopBtn svg {
  width: 40px !important;
  height: 40px !important;
  display: block !important;
  margin: 0 auto !important;
}

.page-blog #scrollTopBtn svg .scrollTopBtn__ring,
.page-blog-article #scrollTopBtn svg .scrollTopBtn__ring {
  stroke: #e0ddd8 !important;
}

.page-blog #scrollTopBtn svg .scrollTopBtn__arrow,
.page-blog-article #scrollTopBtn svg .scrollTopBtn__arrow {
  stroke: #636a63 !important;
}

.page-blog #scrollTopBtn:hover svg .scrollTopBtn__ring,
.page-blog-article #scrollTopBtn:hover svg .scrollTopBtn__ring {
  stroke: #cfc9c1 !important;
}

.page-blog #scrollTopBtn:hover svg .scrollTopBtn__arrow,
.page-blog-article #scrollTopBtn:hover svg .scrollTopBtn__arrow {
  stroke: #4f5750 !important;
}

#scrollTopBtn.visible {
  opacity: 1;
  pointer-events: auto;
}

#scrollTopBtn svg .scrollTopBtn__ring {
  stroke: #e0ddd8;
  transition: stroke 0.2s;
}

#scrollTopBtn svg .scrollTopBtn__arrow {
  stroke: #636a63;
  transition: stroke 0.2s;
}

#scrollTopBtn:hover svg .scrollTopBtn__ring {
  stroke: #cfc9c1;
}

#scrollTopBtn:hover svg .scrollTopBtn__arrow {
  stroke: #4f5750;
}

@media (max-width: 900px) {
  header {
    padding: 0 clamp(0.65rem, 3.5vw, 1.25rem);
    gap: 0.5rem;
    justify-content: stretch;
    align-items: center;
  }

  /* Logo overlaps icons on narrow widths; home is still in the slide-out menu */
  header .logo {
    display: none;
  }

  .header-icons {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
  }

  .header-toolbar a.contact-btn {
    margin-left: 0;
    padding: 0.32rem 0.62rem;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .hamburger {
    display: block;
    transform: none;
    flex-shrink: 0;
    margin-left: 0;
  }

  /* translateX off-screen avoids `right:-100%` widening the document on iOS */
  nav.main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(100%, 100vw);
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    background-color: rgba(235, 232, 227, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1000;
    padding: 80px 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }

  body.nav-open nav.main-nav {
    transform: translateX(0);
  }

  body.nav-open .hamburger {
    z-index: 1002;
  }

  body.nav-open .hamburger__line:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  body.nav-open .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  body.nav-open .hamburger__line:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
  }
  body.nav-open {
    overflow: hidden;
  }

  nav.main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
  }

  nav.main-nav ul li a {
    font-size: 1.2rem;
  }

  nav.main-nav ul li a.contact-btn {
    padding: 0.8rem 1.5rem;
  }

  .home-circle-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-hero-banner {
    margin: clamp(0.5rem, 2vw, 0.85rem) clamp(0.65rem, 4vw, 1.1rem)
      clamp(0.3rem, 1.5vw, 0.65rem);
    padding: 0;
  }

  .home-hero-banner img,
  .home-hero-banner__overlay {
    border-radius: 8px;
    inset: 0;
  }

  .home-faq {
    grid-template-columns: 1fr;
    padding: 2.2rem 5vw;
  }

  .home-usp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2rem clamp(1rem, 5vw, 2rem) 2.5rem;
  }

  .shop-piece {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .shop-piece--alt {
    direction: ltr;
  }

  .shop-piece__visual {
    min-height: 56vh;
  }

  .shop-piece__index {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

  .shop-piece__story {
    padding: 2.5rem 1.75rem 3rem;
  }
}

/* Product page: single column + no grid row overlap (back / gallery / content / specs) */
@media (max-width: 900px) {
  .product-detail {
    /* Thumbs under hero: old JS set offset ≈ full thumbs width (~100vw) — force flush (beats stale inline) */
    --product-specs-offset: 0px !important;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.1rem;
    column-gap: 0;
    padding-left: clamp(0.65rem, 4vw, 1rem);
    padding-right: clamp(0.65rem, 4vw, 1rem);
    max-width: 100%;
    overflow-x: hidden;
  }

  .product-detail__back {
    grid-column: 1;
    grid-row: 1;
  }

  .product-detail__gallery {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    width: 100%;
  }

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

  .product-detail > .product-detail__content {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .product-detail__specs {
    grid-column: 1;
    grid-row: 4;
  }

  .product-detail__image-wrap {
    order: 1;
    max-width: 100%;
    aspect-ratio: 7 / 6;
  }

  .product-detail__thumbs {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 0.4rem 0.45rem;
  }

  .product-detail__thumb-row:has(.product-detail__thumb-index) {
    grid-template-columns: minmax(0, auto) minmax(0, 78px);
    column-gap: 0.45rem;
  }

  .product-detail__thumb {
    width: 78px;
    height: 78px;
  }

  .product-detail > .product-detail__content > * {
    max-width: 100%;
  }

  .product-detail__actions {
    flex-wrap: wrap;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
  }

  .product-detail__cta--cart-main {
    flex: 1 1 min(12rem, 100%);
    min-width: 0;
  }

  /* Story: was still 2-col until 768px — stretch made __media as tall as long text → huge gap */
  .product-story--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-story--reverse .product-story__media,
  .product-story--reverse .product-story__text {
    order: initial;
  }

  .product-story {
    margin-top: 0.85rem;
  }

  .product-story__text {
    padding: 1.3rem;
  }

  .product-story__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    max-height: min(52vh, 440px);
  }

  .product-story__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer__center {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

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

  .product-related__grid .catalog-card {
    width: min(100%, 260px);
    padding: 0.35rem;
    border-radius: 16px;
  }
}

/* Header shopping cart */
.header-toolbar__middle {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 0;
}

.header-toolbar {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  flex-shrink: 0;
  margin-left: clamp(0.75rem, 1.6vw, 1.2rem);
  margin-right: 0;
  padding-left: 0;
}

.header-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
}

/* Mobile: center icons + contact; keep hamburger on the right (see header-toolbar__middle in HTML) */
@media (max-width: 900px) {
  .header-toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 0.35rem;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .header-toolbar__middle {
    grid-column: 2;
    justify-self: center;
    gap: 0.32rem;
    max-width: min(100%, calc(100vw - 5.5rem));
  }

  .header-toolbar .hamburger {
    grid-column: 3;
    justify-self: end;
  }
}

.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #2f2a24;
  line-height: 0;
  transition: color 0.2s ease;
}

.search-toggle:hover,
.search-toggle:focus-visible {
  color: #7c6e5d;
}

.search-toggle:focus-visible {
  outline: 2px solid #b7a58b;
  outline-offset: 2px;
}

.header-search {
  position: sticky;
  top: 72px;
  z-index: 999;
  background: rgba(235, 232, 227, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-search__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.7rem 6vw;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.header-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-search__input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.18);
  background: rgba(250, 248, 245, 0.92);
  color: #262626;
  padding: 0.62rem 1.05rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  outline: none;
}

.header-search__input:focus {
  border-color: rgba(20, 20, 20, 0.28);
  box-shadow: 0 0 0 3px rgba(99, 106, 99, 0.16);
}

.header-search__clear {
  border: 1px solid rgba(20, 20, 20, 0.18);
  background: transparent;
  color: #2f2a24;
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.header-search__clear:hover,
.header-search__clear:focus-visible {
  background: rgba(255, 255, 255, 0.7);
}

.cart-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #2f2a24;
  line-height: 0;
}

.cart-toggle:hover,
.cart-toggle:focus-visible {
  color: #7c6e5d;
}

.cart-toggle:focus-visible {
  outline: 2px solid #b7a58b;
  outline-offset: 2px;
}

.cart-toggle__badge {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: #636a63;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.05rem;
  text-align: center;
  pointer-events: none;
}

.wishlist-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  margin: 0;
  border: none;
  background: transparent;
  color: #2f2a24;
  line-height: 0;
  text-decoration: none;
  transition: color 0.2s ease;
  transform: translateY(-1px);
}

.wishlist-link:hover,
.wishlist-link:focus-visible {
  color: #7c6e5d;
}

.wishlist-link:focus-visible {
  outline: 2px solid #b7a58b;
  outline-offset: 2px;
}

.wishlist-link__badge {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: #636a63;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.05rem;
  text-align: center;
  pointer-events: none;
}

/* Cart drawer */
.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(35, 32, 28, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1101;
  width: min(100%, 420px);
  height: 100%;
  max-height: 100dvh;
  background: #faf9f7;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

body.cart-open {
  overflow: hidden;
}

.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #e5e0d8;
  flex-shrink: 0;
}

.cart-drawer__title {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f2a24;
}

.cart-drawer__close {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #5c5650;
}

.cart-drawer__close:hover {
  color: #2f2a24;
}

.cart-drawer__ship {
  padding: 0.75rem 1.1rem 0.5rem;
  border-bottom: 1px solid #e8e4dd;
}

.cart-drawer__ship-track {
  height: 4px;
  border-radius: 999px;
  background: #e0ddd8;
  overflow: hidden;
}

.cart-drawer__ship-bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b7a58b, #9a8b73);
  transition: width 0.3s ease;
}

.cart-drawer__ship-msg {
  margin: 0.45rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #5c5650;
}

.cart-drawer__ship-msg strong {
  color: #2f2a24;
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem 1.1rem 1rem;
}

.cart-drawer__empty {
  text-align: center;
  padding: 2rem 0.5rem;
}

.cart-drawer__empty-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.cart-drawer__empty-icon {
  color: #c4bdb2;
  margin-bottom: 0.75rem;
}

.cart-drawer__empty-title {
  font-weight: 600;
  color: #2f2a24;
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.cart-drawer__empty-text {
  font-size: 0.82rem;
  color: #6e685f;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}

.cart-drawer__continue {
  border: none;
  background: #b7a58b;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.6rem 1.25rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-drawer__continue--secondary {
  background: transparent;
  color: #5a554f;
  border: 1px solid #d6cfc4;
}

.cart-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.65rem;
  align-items: start;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #ece8e2;
}

.cart-line__media img,
.cart-line__ph {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  background: #e8e4dd;
}

.cart-line__title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #2f2a24;
  line-height: 1.35;
}

.cart-line__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.cart-line__price {
  font-size: 0.78rem;
  color: #6e685f;
}

.cart-line__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #ddd8d0;
  border-radius: 4px;
  padding: 0.1rem 0.25rem;
}

.cart-line__qtybtn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.15rem 0.35rem;
  color: #5c5650;
}

.cart-line__qtynum {
  font-size: 0.82rem;
  min-width: 1.25rem;
  text-align: center;
}

.cart-line__remove {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  color: #9a948c;
  padding: 0.15rem;
}

.cart-drawer__foot {
  padding: 1rem 1.1rem 1.25rem;
  border-top: 1px solid #e5e0d8;
  flex-shrink: 0;
  background: #f5f3ef;
}

.cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}

.cart-drawer__subtotal strong {
  font-size: 1.05rem;
  color: #2f2a24;
}

.cart-drawer__note {
  font-size: 0.72rem;
  color: #7a736a;
  line-height: 1.45;
  margin: 0 0 0.85rem;
}

.cart-drawer__note--secondary {
  margin-top: -0.35rem;
  font-size: 0.68rem;
  color: #8b857c;
}

.cart-drawer__checkout {
  width: 100%;
  border: none;
  background: #636a63;
  color: #fff;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-drawer__checkout:hover {
  background: #4f5750;
}

.cart-drawer__checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cart-drawer__checkout--secondary {
  background: transparent;
  color: #4a433c;
  border: 2px solid #c4bdb2;
}

.cart-drawer__checkout--secondary:hover {
  background: rgba(183, 165, 139, 0.12);
  border-color: #b7a58b;
}

.cart-page {
  background: #fafaf9;
  padding: clamp(1.3rem, 3vw, 2rem) 0 clamp(2.4rem, 4vw, 3.8rem);
}

.cart-page__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3.2vw, 44px);
}

.cart-page__hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cart-page__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b857c;
}

.cart-page__hero h1 {
  margin-top: 0.45rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #2a2724;
}

.cart-page__lead {
  margin-top: 0.7rem;
  max-width: 52ch;
  color: #6e685f;
  line-height: 1.65;
}

.cart-page__continue-link {
  align-self: center;
  white-space: nowrap;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5f675f;
  text-decoration: none;
  border-bottom: 1px solid rgba(95, 103, 95, 0.4);
  padding-bottom: 0.25rem;
}

.cart-page__banner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.cart-page__summary-card {
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 18px;
  background: #ffffff;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 22px rgba(35, 31, 26, 0.035);
}

.cart-page__summary-card span {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b857c;
}

.cart-page__summary-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.3rem;
  color: #2a2724;
}

/*
 * Checkout spacing (body.page-checkout)
 * - --checkout-banner-gutter: horizontal gap between the four summary strip cards.
 * - --checkout-major-stack-gap: default vertical/column gap for .cart-page__content (grid).
 *   Requires .cart-page__content to stay display:grid — never override with inline display:block.
 */
.page-checkout {
  --checkout-banner-gutter: 0.55rem;
  --checkout-major-stack-gap: max(1.2rem, calc(var(--checkout-banner-gutter) * 3));
}

/* Checkout: compact summary strip (items / weight / parcels / subtotal) */
.page-checkout .cart-page__banner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--checkout-banner-gutter);
  margin-top: 0.85rem;
}

@media (max-width: 820px) {
  .page-checkout .cart-page__banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-checkout .cart-page__summary-card {
  padding: 0.62rem 0.72rem;
  border-radius: 14px;
}

.page-checkout .cart-page__summary-card span {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.page-checkout .cart-page__summary-card strong {
  margin-top: 0.28rem;
  font-size: 0.92rem;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Items / weight / parcels / subtotal strip: shipping step only (not on details) */
.page-checkout:not(.is-shipping-step) .cart-page__banner {
  display: none !important;
}

.page-checkout.is-shipping-step .cart-page__banner {
  display: grid !important;
}

.cart-page__empty-card {
  margin-top: 1.2rem;
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 18px;
  background: linear-gradient(180deg, #f8f6f2 0%, #f3f0ea 100%);
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: 0 10px 24px rgba(35, 31, 26, 0.04);
  text-align: center;
}

.cart-page__empty-card h2 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #2a2724;
}

.cart-page__empty-card p {
  margin: 0.7rem auto 0;
  max-width: 36ch;
  color: #6e685f;
  line-height: 1.6;
}

.cart-page__empty-actions {
  margin-top: 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.cart-page__button,
.cart-page__link {
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart-page__button {
  width: 100%;
  border: none;
  background: #636a63;
  color: #fff;
}

/* [hidden] must win over display:inline-flex above (otherwise hidden checkout CTAs still show). */
.cart-page__button[hidden],
.cart-page__link[hidden] {
  display: none !important;
}

.cart-page__button:hover {
  background: #4f5750;
}

.cart-page__button--secondary,
.cart-page__link {
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.16);
  color: #4f5750;
}

.cart-page__button--secondary:hover {
  background: #f5efe6;
  border-color: #d8d0c4;
  color: #4f5750;
}

.cart-page__content {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.72fr);
  gap: 1.35rem;
  align-items: start;
}

/* Checkout: single column — order summary follows main (not a right sidebar on desktop) */
.page-checkout .cart-page__content {
  grid-template-columns: 1fr;
  gap: var(--checkout-major-stack-gap, 1.65rem);
}

/* Order confirmation: single column (no right aside) */
.page-order-thanks .cart-page__content {
  grid-template-columns: 1fr;
}

.page-order-thanks .cart-page__main,
.page-order-thanks .cart-page__section {
  width: 100%;
}

/* Let thank-you copy span the full card width */
.page-order-thanks .cart-page__section-copy {
  max-width: none;
}

/* Shipping step: only banner + main shipping card — match strip-to-card spacing to banner rhythm */
.page-checkout.is-shipping-step .cart-page__content {
  margin-top: var(--checkout-major-stack-gap, 1.65rem);
}

.cart-page__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Slightly more breathing room between checkout cards */
.page-checkout .cart-page__main {
  gap: 1.25rem;
}

.cart-page__section {
  border: 1px solid rgba(229, 224, 216, 0.92);
  border-radius: 22px;
  background: #ffffff;
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.04);
}

.cart-page__section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.cart-page__section-head--compact {
  margin-bottom: 0.7rem;
}

.cart-page__section-kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a948c;
}

/* Subtle green accent on checkout section kickers */
.page-checkout .cart-page__section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.page-checkout .cart-page__section-kicker::before {
  content: '';
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(99, 106, 99, 0.9);
  flex: 0 0 auto;
}

.cart-page__section h2 {
  margin-top: 0.35rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #2a2724;
}

.cart-page__section-meta {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7f786f;
}

.cart-page__section-copy {
  color: #6e685f;
  line-height: 1.65;
  max-width: 54ch;
}

/* Checkout: subtle help line under section title */
.checkout-shipping-help {
  margin: 0.15rem 0 0;
  max-width: 72ch;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6e685f;
}

.checkout-shipping-help__link {
  color: #636a63;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(99, 106, 99, 0.38);
}

.checkout-shipping-help__link:visited {
  color: #636a63;
}

.checkout-shipping-help__link:hover {
  color: #515851;
  border-bottom-color: rgba(81, 88, 81, 0.55);
}

.checkout-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  background: #ffffff;
  color: #4f5750;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}

.checkout-help-btn:hover {
  background: #f5efe6;
  border-color: #d8d0c4;
  color: #4f5750;
}

.checkout-help-btn--ghost {
  background: transparent;
}

.cart-page__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.cart-page__list .cart-line {
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #ece7e0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-page__list .cart-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cart-line--page .cart-line__body {
  min-width: 0;
}

.cart-line__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.cart-line__title-wrap {
  min-width: 0;
}

.cart-line__label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a948c;
}

.cart-page__list .cart-line__media img,
.cart-page__list .cart-line__ph {
  width: 140px;
  height: 140px;
  border-radius: 16px;
}

.cart-page__list .cart-line__title {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.08;
  color: #2a2724;
}

.cart-line__line-total {
  white-space: nowrap;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: #2a2724;
  font-weight: 600;
}

.cart-line--page .cart-line__meta {
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.cart-line__qty-label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8c857c;
}

.cart-line__actions {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-top: 0.85rem;
}

.cart-line__details {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5f675f;
  text-decoration: none;
}

.cart-line--page .cart-line__remove {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a948c;
  padding: 0;
}

.cart-page__note-input {
  width: 100%;
  margin-top: 0.95rem;
  border: 1px solid #d8d0c4;
  border-radius: 16px;
  background: #faf8f5;
  color: #4f4a44;
  padding: 0.95rem 1rem;
  font: inherit;
  resize: vertical;
  min-height: 132px;
}

.cart-page__note-input:focus {
  outline: none;
  border-color: #ece9e3;
  box-shadow: 0 0 0 3px rgba(236, 233, 227, 0.95);
}

.cart-page__recommend-grid {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  justify-items: stretch;
  align-items: start;
}

.cart-page__recommend-card {
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(229, 224, 216, 0.92);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  padding: 0.85rem;
  box-shadow: 0 12px 26px rgba(35, 31, 26, 0.035);
}

.cart-page__recommend-grid .catalog-card__media {
  border-radius: 16px;
}

.cart-page__recommend-grid .catalog-card__body {
  text-align: left;
  padding: 0.9rem 0.05rem 0.1rem;
}

.cart-page__recommend-label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.54rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a948c;
}

.cart-page__recommend-grid .catalog-card__title {
  font-size: 1.12rem;
  line-height: 1.06;
  min-height: 2.2em;
}

.cart-page__recommend-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.cart-page__recommend-price {
  white-space: nowrap;
  font-size: 0.98rem;
}

.cart-page__recommend-add {
  border: 1px solid #d8d0c4;
  background: #f5efe6;
  color: #4f5750;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cart-page__recommend-add:hover {
  background: #efe6da;
  border-color: #cdbda8;
  transform: translateY(-1px);
}

.cart-page__aside {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: sticky;
  top: 92px;
}

/* Stacked layout: no sticky sidebar (aside is below main, not a floating column) */
.page-checkout .cart-page__aside {
  gap: 1rem;
  position: static;
}

.page-checkout.is-payment-step .cart-page__hero,
.page-checkout.is-payment-step .cart-page__banner,
.page-checkout.is-payment-step [aria-labelledby="checkout-details-title"],
.page-checkout.is-payment-step [aria-labelledby="checkout-items-title"] {
  display: none !important;
}

.page-checkout.is-shipping-step .cart-page__hero,
.page-checkout.is-shipping-step [aria-labelledby="checkout-details-title"] {
  display: none !important;
}

/* Selected pieces + sidebar subtotal/delivery/total: only on shipping & payment */
.page-checkout:not(.is-shipping-step):not(.is-payment-step) [aria-labelledby="checkout-items-title"] {
  display: none !important;
}


/* Mini order lines in checkout sidebar (details, shipping & payment — main line list may be hidden) */
.checkout-mini-lines {
  margin: 0.85rem 0 0.95rem;
  display: block;
}

.checkout-mini-lines .checkout-line {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 0.7rem;
  padding: 0.65rem 0.7rem;
  border-radius: 16px;
}

.checkout-mini-lines .checkout-line__media {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.checkout-mini-lines .checkout-line__title {
  font-size: 0.92rem;
}

.checkout-mini-lines .checkout-line__meta {
  font-size: 0.78rem;
}

.checkout-mini-lines .checkout-line__total {
  font-size: 0.9rem;
}

/* Newsletter trigger can overlap the payment button */
.page-checkout.is-payment-step .newsletter-trigger {
  display: none !important;
}

.page-checkout.is-shipping-step .newsletter-trigger {
  display: none !important;
}

.cart-page__aside-card {
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.1rem;
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.04);
}

.cart-page__summary-list {
  margin-top: 0.6rem;
}

.cart-page__summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px solid #efe9e1;
  font-size: 0.86rem;
  color: #605a52;
}

.cart-page__summary-row strong {
  color: #2a2724;
  font-weight: 600;
}

.cart-page__summary-row--total {
  border-bottom: none;
  padding-top: 0.8rem;
}

.cart-page__summary-row--total span,
.cart-page__summary-row--total strong {
  font-size: 1rem;
}

.cart-page__promo {
  margin-top: 0.65rem;
  padding-top: 0.9rem;
  border-top: 1px solid #efe9e1;
}

.cart-page__promo-label {
  display: block;
  margin-bottom: 0.55rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f887f;
}

.cart-page__promo-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
}

.cart-page__promo-input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid #d8d0c4;
  border-radius: 999px;
  background: #faf8f5;
  padding: 0 0.95rem;
  color: #4f4a44;
  font: inherit;
}

.cart-page__promo-input:focus {
  outline: none;
  border-color: #ece9e3;
  box-shadow: 0 0 0 3px rgba(236, 233, 227, 0.95);
}

.cart-page__promo-btn {
  border: none;
  border-radius: 999px;
  background: #a39382;
  color: #fff;
  min-height: 44px;
  padding: 0 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Checkout (details) page — cart-like stepper + lines */
.checkout-steps {
  --checkout-step-dot: 13px;
  --checkout-steps-pad-top: 0.15rem;
  --checkout-step-rail: rgba(95, 103, 95, 0.22);
  --checkout-step-rail-active: rgba(99, 106, 99, 0.55);
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 0.35rem 0.9rem;
  padding: var(--checkout-steps-pad-top) 0 0.35rem;
  margin-bottom: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7f796f;
}

.checkout-steps::before {
  content: '';
  position: absolute;
  left: calc(var(--checkout-step-dot) / 2);
  right: calc(var(--checkout-step-dot) / 2);
  /* Dot centers sit below padding-top; rail must use the same offset or it floats above the circles */
  top: calc(var(--checkout-steps-pad-top) + var(--checkout-step-dot) / 2);
  height: 1px;
  background: linear-gradient(
    to right,
    var(--checkout-step-rail-active),
    var(--checkout-step-rail)
  );
  pointer-events: none;
}

.checkout-step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  text-align: center;
  opacity: 0.78;
}

.checkout-step.is-active,
.checkout-step.is-done {
  opacity: 1;
  color: #4f5750;
}

.checkout-step__dot {
  width: var(--checkout-step-dot);
  height: var(--checkout-step-dot);
  border-radius: 999px;
  border: 1px solid rgba(95, 103, 95, 0.35);
  background: #ffffff;
  position: relative;
}

.checkout-step.is-active .checkout-step__dot {
  background: #636A63;
  border-color: #636A63;
}

.checkout-step.is-done .checkout-step__dot {
  background: #ffffff;
  border-color: rgba(95, 103, 95, 0.35);
}

.checkout-step.is-done .checkout-step__dot::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #636A63;
  border-bottom: 2px solid #636A63;
  transform: rotate(45deg);
}

@media (max-width: 520px) {
  .checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 0.9rem;
    padding-top: 0.15rem;
  }

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

/* Details step: hide redundant hero kicker ("Checkout") + far-future confirmation step */
.page-checkout:not(.is-shipping-step):not(.is-payment-step) .cart-page__hero .cart-page__kicker {
  display: none !important;
}

.page-checkout:not(.is-shipping-step):not(.is-payment-step) [data-checkout-step="confirmation"] {
  display: none !important;
}

.page-checkout.is-payment-step [data-checkout-step="details"] {
  cursor: pointer;
}

.page-checkout.is-payment-step [data-checkout-step="shipping"] {
  cursor: pointer;
}

.page-checkout.is-shipping-step [data-checkout-step="details"] {
  cursor: pointer;
}

.checkout-ship-review {
  margin-top: 1rem;
}

.checkout-ship-review__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 900px) {
  .checkout-ship-review__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    align-items: start;
  }
  /* Ship-to is often the only card — span full row instead of sitting in the narrow first track. */
  .checkout-ship-review__grid > .checkout-ship-review__block:only-child {
    grid-column: 1 / -1;
  }
}

.checkout-ship-review__block {
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.04);
}

.checkout-ship-review__kicker {
  margin: 0 0 0.45rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9288;
}

.checkout-ship-review__name {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2a2724;
}

.checkout-ship-review__addr,
.checkout-ship-review__email {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4a443c;
}

.checkout-ship-review__email {
  margin-top: 0.65rem;
  word-break: break-word;
}

.checkout-ship-review__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .checkout-ship-review__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.checkout-ship-breakdown {
  margin-top: var(--checkout-major-stack-gap, 1.65rem);
  padding: 0;
  border-radius: 22px;
  border: 1px solid rgba(229, 224, 216, 0.95);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.04);
  overflow: hidden;
}

.checkout-ship-breakdown-inner {
  position: relative;
}

.checkout-ship-breakdown__head {
  padding: 0.8rem 1.2rem 0.75rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(229, 224, 216, 0.9);
}

.checkout-ship-breakdown__kicker {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #636a63;
}

.checkout-ship-breakdown__body {
  padding: 1.05rem 1.2rem 1.2rem;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #3d3934;
}

.checkout-ship-breakdown__body strong {
  color: #2a2724;
  font-weight: 650;
}

.checkout-ship-breakdown__note {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.6;
  color: #5a544c;
}

.checkout-ship-breakdown__note a {
  color: #636a63 !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(99, 106, 99, 0.38);
}

.checkout-ship-breakdown__note a:visited {
  color: #636a63 !important;
}

.checkout-ship-breakdown__note a:hover {
  color: #515851 !important;
  border-bottom-color: rgba(81, 88, 81, 0.55);
}

.checkout-nl-franking {
  margin: 0 0 0.35rem;
  padding: 0;
  border: 0;
}

.checkout-nl-franking__kicker {
  margin: 0 0 0.4rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9288;
}

.checkout-ship-breakdown--choice-only {
  border-color: rgba(229, 224, 216, 0.72);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(35, 31, 26, 0.055);
}

.checkout-ship-breakdown--choice-only .checkout-ship-breakdown__body--nl-choice {
  padding: 1.2rem 1.3rem 1.35rem;
}

.checkout-ship-breakdown--choice-only .checkout-nl-franking__kicker {
  margin-bottom: 0.9rem;
  letter-spacing: 0.18em;
  color: #636a63;
}

.checkout-nl-franking__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

@media (min-width: 560px) {
  .checkout-nl-franking__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.checkout-nl-franking-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  height: 100%;
  min-height: 8.75rem;
  cursor: pointer;
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 18px;
  background: #ffffff;
  padding: 1.1rem 1.2rem 1.15rem;
  box-shadow: 0 8px 26px rgba(35, 31, 26, 0.042);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background-color 0.22s ease;
}

.checkout-nl-franking-card:hover {
  border-color: rgba(99, 106, 99, 0.28);
  box-shadow: 0 14px 36px rgba(35, 31, 26, 0.075);
  transform: translateY(-2px);
}

.checkout-nl-franking-card:has(input:checked),
.checkout-nl-franking-card--selected {
  border-color: rgba(99, 106, 99, 0.35);
  background: linear-gradient(165deg, #fafbf9 0%, #ffffff 52%);
  box-shadow: 0 14px 38px rgba(99, 106, 99, 0.11), 0 0 0 1px rgba(99, 106, 99, 0.16);
}

.checkout-nl-franking-card:focus-within {
  outline: 2px solid rgba(99, 106, 99, 0.35);
  outline-offset: 3px;
}

.checkout-nl-franking-card__kicker {
  display: block;
  margin: 0 0 0.35rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9288;
}

.checkout-nl-franking-card__title {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2a2724;
}

.checkout-nl-franking-card__price {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: #2a2724;
}

.checkout-nl-franking-card__meta {
  display: block;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #6e685f;
}

.checkout-nl-pickup {
  margin-top: 1.15rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(229, 224, 216, 0.85);
}

.checkout-nl-pickup__kicker {
  margin: 0 0 0.65rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #636a63;
}

.checkout-nl-pickup__note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #5a544c;
}

.checkout-nl-pickup__note--warn {
  color: #7a3b2e;
}

.checkout-nl-pickup__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

@media (min-width: 900px) {
  .checkout-nl-pickup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.checkout-nl-pickup-row {
  display: block;
  margin: 0;
  cursor: pointer;
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 14px;
  background: #ffffff;
  padding: 0.75rem 0.9rem 0.8rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-nl-pickup-row:hover {
  border-color: rgba(99, 106, 99, 0.28);
  box-shadow: 0 8px 22px rgba(35, 31, 26, 0.05);
}

.checkout-nl-pickup-row:has(input:checked),
.checkout-nl-pickup-row--selected {
  border-color: rgba(99, 106, 99, 0.35);
  box-shadow: 0 0 0 3px rgba(99, 106, 99, 0.10);
}

.checkout-nl-pickup-row__main {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2a2724;
  margin-bottom: 0.25rem;
}

.checkout-nl-pickup-row__addr {
  display: block;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #6e685f;
  word-break: break-word;
}

.checkout-nl-pickup__dist {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9a9288;
}

.checkout-fields {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.9rem;
}

.checkout-fields--one {
  grid-template-columns: 1fr;
}

.checkout-fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-fields--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-address-panel {
  margin-top: 1.35rem;
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 20px;
  background: #faf9f7;
  box-shadow: 0 8px 22px rgba(35, 31, 26, 0.04);
  overflow: hidden;
}

/* Extra air after the business block (checkbox) before the shipping card */
.checkout-business + .checkout-address-panel.checkout-address-panel--shipping {
  margin-top: 1.55rem;
}

.checkout-address-panel--billing {
  margin-top: 1.55rem;
  background: #ffffff;
}

.checkout-address-panel__head {
  padding: 0.85rem 1.1rem 0.55rem;
  border-bottom: 1px solid rgba(229, 224, 216, 0.88);
  background: rgba(255, 255, 255, 0.72);
}

.checkout-address-panel--billing .checkout-address-panel__head {
  background: rgba(99, 106, 99, 0.06);
}

.checkout-address-panel__kicker {
  margin: 0 0 0.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9288;
}

.checkout-address-panel__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: #2a2724;
  letter-spacing: 0.01em;
}

.checkout-address-panel__body {
  padding: 0.35rem 1.1rem 1.1rem;
}

.checkout-address-panel__body > .checkout-fields:first-child {
  margin-top: 0.55rem;
}

.checkout-field span {
  display: block;
  margin-bottom: 0.4rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f887f;
}

/* Exclude checkbox/radio: otherwise Chrome applies pill sizing to the billing-same checkbox inside .checkout-field. */
.checkout-field input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d0c4;
  border-radius: 999px;
  background: #faf8f5;
  padding: 0 1rem;
  color: #4f4a44;
  font: inherit;
  caret-color: #636A63;
}

.checkout-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d0c4;
  border-radius: 999px;
  background: #faf8f5;
  padding: 0 1rem;
  color: #4f4a44;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.checkout-field select:focus {
  outline: none;
  border-color: rgba(99, 106, 99, 0.45);
  box-shadow: 0 0 0 3px rgba(99, 106, 99, 0.16);
}

.checkout-choice {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* Breathing room before the business block (company / billing checkbox) */
.page-checkout .checkout-fields:has(.checkout-choice) + .checkout-business {
  margin-top: 1.15rem;
}

.page-checkout .checkout-fields:has(.checkout-choice) {
  margin-bottom: 0.35rem;
}

/* Segmented-control feel (less "giant pills") */
.checkout-choice__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(216, 208, 196, 0.95);
  border-radius: 14px;
  background: #ffffff;
  color: #4f4a44;
  cursor: pointer;
  user-select: none;
}

.checkout-choice__item input {
  width: 16px;
  height: 16px;
  accent-color: #636A63;
}

.checkout-choice__item:has(input:checked) {
  border-color: rgba(99, 106, 99, 0.45);
  box-shadow: 0 0 0 3px rgba(99, 106, 99, 0.10);
  background: rgba(99, 106, 99, 0.06);
}

.checkout-choice__item span {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: inherit;
  font-family: inherit;
}

.checkout-check {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(216, 208, 196, 0.95);
  border-radius: 14px;
  background: #ffffff;
  color: #4f4a44;
  cursor: pointer;
  user-select: none;
  min-height: 46px;
  width: 100%;
}

.checkout-check input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex-shrink: 0;
  margin: 0;
  accent-color: #636A63;
}

.checkout-check:has(input:checked) {
  border-color: rgba(99, 106, 99, 0.45);
  box-shadow: 0 0 0 3px rgba(99, 106, 99, 0.10);
  background: rgba(99, 106, 99, 0.06);
}

.checkout-check span {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: inherit;
  font-family: inherit;
}

.checkout-field--checkbox > span {
  visibility: hidden;
}

.checkout-field input:not([type='checkbox']):not([type='radio'])::placeholder {
  color: rgba(79, 74, 68, 0.45);
}

.checkout-field input:not([type='checkbox']):not([type='radio']):focus {
  outline: none;
  border-color: rgba(99, 106, 99, 0.45);
  box-shadow: 0 0 0 3px rgba(99, 106, 99, 0.16);
}

.checkout-lines {
  display: grid;
  gap: 0.6rem;
}

.checkout-payment {
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 18px;
  background: #ffffff;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 22px rgba(35, 31, 26, 0.03);
}

.checkout-payment__note {
  color: #6e685f;
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

.checkout-payment__element {
  padding: 0.75rem 0.75rem;
  border: 1px solid #d8d0c4;
  border-radius: 18px;
  background: #faf8f5;
}

.page-checkout.is-payment-step .checkout-payment__element {
  background: #ffffff;
  border-color: rgba(216, 208, 196, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.checkout-payment__error {
  display: none;
  margin-top: 0.95rem;
  color: #b3261e;
  line-height: 1.4;
}

.checkout-payment-summary {
  margin-top: 1.35rem;
}

.checkout-payment-summary__card {
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.04);
}

.checkout-payment-summary__kicker {
  margin: 0 0 0.45rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9288;
}

.checkout-payment-summary__value {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2a2724;
  line-height: 1.35;
}

/* (intentionally empty) */

.checkout-line {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(35, 31, 26, 0.03);
}

.checkout-line__media {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  background: #fafaf9;
  border: 1px solid rgba(229, 224, 216, 0.8);
}

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

.checkout-line__title {
  font-weight: 600;
  color: #2a2724;
  line-height: 1.25;
}

.checkout-line__meta {
  margin-top: 0.2rem;
  font-size: 0.86rem;
  color: #6e685f;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.checkout-line__meta-note {
  color: #9a9288;
  font-weight: 400;
}

.checkout-line__meta strong {
  color: #3f3a36;
  font-weight: 650;
}

.checkout-line__total {
  font-weight: 600;
  color: #2a2724;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .checkout-fields,
  .checkout-fields--two,
  .checkout-fields--three {
    grid-template-columns: 1fr;
  }
}

.cart-page__promo-status {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #7b746c;
}

.cart-page__aside-actions {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* Give the checkout summary a bit more breathing room */
.page-checkout .cart-page__aside-actions {
  margin-top: 1.35rem;
  padding-top: 0.15rem;
}

.cart-page__shipping {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(229, 224, 216, 0.9);
  font-size: 0.8rem;
  color: #7b746c;
}

.cart-page__aside-card--benefits {
  background: #ffffff;
}

.cart-page__benefit + .cart-page__benefit {
  margin-top: 0.95rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(212, 203, 192, 0.75);
}

.cart-page__benefit strong {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4f5750;
}

.cart-page__benefit p {
  margin-top: 0.45rem;
  color: #6e685f;
  line-height: 1.6;
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .cart-page__hero {
    flex-direction: column;
    align-items: start;
  }

  .cart-page__content {
    grid-template-columns: 1fr;
  }

  .cart-page__aside {
    position: static;
  }

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

@media (max-width: 640px) {
  .cart-page__banner {
    grid-template-columns: 1fr;
  }

  .cart-page__section-head {
    flex-direction: column;
    align-items: start;
  }

  .cart-page__list .cart-line {
    grid-template-columns: 1fr;
  }

  .cart-page__list .cart-line__media img,
  .cart-page__list .cart-line__ph {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .cart-line__top {
    flex-direction: column;
    gap: 0.5rem;
  }

  .cart-page__promo-form {
    grid-template-columns: 1fr;
  }

  .cart-page__recommend-grid {
    grid-template-columns: 1fr;
  }
}

.product-detail__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.25rem;
}

.product-detail__qty {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 92px;
  height: 50px;
  border: 1px solid #d8d0c4;
  background: #faf8f5;
  padding: 0 0.3rem;
}

.product-detail__qty-btn {
  border: none;
  background: transparent;
  width: 28px;
  height: 28px;
  color: #a39382;
  font-size: 1rem;
  cursor: pointer;
}

.product-detail__qty-value {
  min-width: 1.2rem;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2f2a24;
}

.product-detail__cta--cart-main {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 50px;
  border: none;
  background: #636a63;
  color: #fff;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 1.1rem;
}

.product-detail__cta--cart-main:hover {
  background: #575e57;
}

.product-detail__wishlist-btn {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: #4f5750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.product-detail__wishlist-btn:hover {
  transform: scale(1.06);
}

.product-detail__wishlist-btn.is-active {
  color: #a39382;
}

.product-detail__wishlist-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.1 21.35l-.1.1-.11-.1C7.14 17.24 4 14.39 4 11.05 4 8.61 5.92 6.7 8.36 6.7c1.36 0 2.67.63 3.49 1.63.82-1 2.13-1.63 3.49-1.63C17.78 6.7 19.7 8.61 19.7 11.05c0 3.34-3.14 6.19-7.6 10.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.1 21.35l-.1.1-.11-.1C7.14 17.24 4 14.39 4 11.05 4 8.61 5.92 6.7 8.36 6.7c1.36 0 2.67.63 3.49 1.63.82-1 2.13-1.63 3.49-1.63C17.78 6.7 19.7 8.61 19.7 11.05c0 3.34-3.14 6.19-7.6 10.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 560px) {
  .product-detail__actions {
    gap: 0.55rem;
  }

  .product-detail__qty {
    min-width: 82px;
  }

  .product-detail__cta--cart-main {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }
}

.product-detail__legal-hint {
  margin-top: 0.85rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7a736a;
  max-width: min(42ch, 100%);
  overflow-wrap: break-word;
}

.product-detail__legal-hint a {
  color: #7c6e5d;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-detail__made-to-order {
  margin-top: 0.9rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e7e1d8;
  border-radius: 14px;
  background: #faf8f5;
  max-width: 42ch;
}

.product-detail__made-to-order-title {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f887f;
  margin-bottom: 0.35rem;
}

.product-detail__made-to-order p {
  margin: 0;
  color: #5f5851;
  line-height: 1.55;
  font-size: 0.86rem;
}

.favorites-hero {
  padding: clamp(1.1rem, 2.6vw, 1.8rem) clamp(1rem, 4vw, 2rem) clamp(1.2rem, 3vw, 2rem);
}

.favorites-hero__inner,
.favorites-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.favorites-hero__inner {
  border: 1px solid #e5e0d8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(1rem, 2.2vw, 1.4rem);
  box-shadow: 0 10px 24px rgba(35, 31, 26, 0.05);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.72fr);
  gap: 1.25rem;
  align-items: center;
}

.favorites-hero__content {
  min-width: 0;
}

.favorites-hero__heading-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.favorites-hero__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b7aa9a;
  margin-bottom: 0.6rem;
}

.favorites-hero__heart {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 165, 139, 0.28);
  background: rgba(255, 255, 255, 0.82);
  color: #7d7368;
  font-size: 0.78rem;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(35, 31, 26, 0.05);
}

.favorites-hero h1 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.01;
  letter-spacing: -0.03em;
  color: #2a2724;
  margin: 0;
}

.favorites-hero__lead {
  margin-top: 0.75rem;
  max-width: 58ch;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #6e685f;
}

.favorites-hero__meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 0.9rem;
}

.favorites-hero__accent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: end;
  width: min(100%, 360px);
  padding: 0.2rem 0 0.15rem;
}

.favorites-hero__accent-stack {
  position: relative;
  width: min(100%, 300px);
  height: 188px;
}

.favorites-hero__accent-card {
  position: absolute;
  top: 0;
  width: 132px;
  aspect-ratio: 0.8;
  border-radius: 18px;
  border: 1px solid rgba(229, 224, 216, 0.95);
  background: linear-gradient(180deg, rgba(250, 248, 244, 0.98) 0%, rgba(245, 242, 236, 0.92) 100%);
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.08);
  overflow: hidden;
}

.favorites-hero__accent-card:nth-child(1) {
  left: 0;
  transform: rotate(-8deg);
}

.favorites-hero__accent-card:nth-child(2) {
  left: 84px;
  z-index: 2;
}

.favorites-hero__accent-card:nth-child(3) {
  right: 0;
  transform: rotate(8deg);
}

.favorites-hero__accent-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.favorites-hero__accent-card.is-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 242, 236, 0.72)),
    radial-gradient(circle at 30% 28%, rgba(183, 165, 139, 0.18), transparent 46%);
}

.favorites-hero__accent-badge {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.32rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 165, 139, 0.3);
  background: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #697066;
}

.favorites-hero__accent-badge-heart {
  display: inline-grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: rgba(245, 242, 236, 0.92);
  color: #7a7166;
  font-size: 0.68rem;
  line-height: 1;
}

.favorites-hero__count {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 165, 139, 0.35);
  background: rgba(255, 255, 255, 0.72);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #636a63;
}

.favorites-hero__link,
.favorites-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(99, 106, 99, 0.18);
  background: rgba(255, 255, 255, 0.86);
  color: #2a2724;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.favorites-page {
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(2.5rem, 5vw, 3.8rem);
}

.favorites-page__inner {
  display: grid;
  gap: 1rem;
}

.favorites-page__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.8rem 1rem;
  padding: 0 0.1rem;
}

.favorites-page__intro-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 1rem;
  min-width: 0;
}

.favorites-page__intro h2 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #2a2724;
}

.favorites-page__intro p {
  font-size: 0.98rem;
  color: #7a736a;
  max-width: none;
  margin-left: 0.35rem;
}

.favorites-page__view-modes {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  justify-self: end;
  width: max-content;
}

.favorites-page__view-modes .view-mode-btn {
  opacity: 1;
}

.favorites-page__view-modes .view-mode-btn {
  width: 28px;
  height: 22px;
}

.favorites-page__view-modes .view-mode-btn--2,
.favorites-page__view-modes .view-mode-btn--3,
.favorites-page__view-modes .view-mode-btn--4,
.favorites-page__view-modes .view-mode-btn--list {
  width: 17px;
  height: 17px;
}

.favorites-page__view-modes .view-mode-btn--2 {
  grid-template-columns: repeat(2, 5px);
}

.favorites-page__view-modes .view-mode-btn--3 {
  grid-template-columns: repeat(3, 4px);
}

.favorites-page__view-modes .view-mode-btn--4 {
  grid-template-columns: repeat(4, 3px);
}

.favorites-page__view-modes .view-mode-btn--2 span {
  width: 5px;
  height: 5px;
}

.favorites-page__view-modes .view-mode-btn--3 span {
  width: 4px;
  height: 4px;
}

.favorites-page__view-modes .view-mode-btn--4 span {
  width: 3px;
  height: 3px;
}

.favorites-page__view-modes .view-mode-btn--list {
  gap: 4px;
}

.favorites-page__view-modes .view-mode-btn--list span {
  width: 14px;
}

.favorites-page__view-modes .view-mode-btn--list span::before {
  left: -4px;
}

.favorites-page__view-modes .view-mode-btn span {
  background: rgba(99, 106, 99, 0.22);
}

.favorites-page__view-modes .view-mode-btn--list span {
  background: rgba(99, 106, 99, 0.22);
}

.favorites-page__view-modes .view-mode-btn.is-active span,
.favorites-page__view-modes .view-mode-btn:hover span {
  background: #636a63;
}

.favorites-page__catalog {
  padding: 0;
  max-width: none;
  margin: 0;
  justify-content: start;
}

.favorites-page__catalog .catalog-card {
  background: #ffffff;
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(35, 31, 26, 0.04);
}

.favorites-page__catalog .catalog-card__body {
  padding-inline: 1rem;
  padding-bottom: 1rem;
}

.favorites-page__catalog .catalog-card__meta-row {
  justify-content: space-between;
  gap: 0.75rem;
}

.favorites-page__cart-btn {
  appearance: none;
  border: 1px solid rgba(183, 165, 139, 0.34);
  border-radius: 999px;
  background: rgba(248, 246, 242, 0.9);
  color: #5f665f;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.favorites-page__cart-btn:hover,
.favorites-page__cart-btn:focus-visible {
  background: #636a63;
  border-color: #636a63;
  color: #ffffff;
}

.favorites-page__cart-btn:focus-visible {
  outline: none;
}

.favorites-page__empty-card {
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 18px;
  background: linear-gradient(180deg, #f8f6f2 0%, #f3f0ea 100%);
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: 0 10px 24px rgba(35, 31, 26, 0.04);
}

.favorites-page__empty-card h2 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #2a2724;
}

.favorites-page__empty-card p {
  margin-top: 0.65rem;
  max-width: 52ch;
  font-size: 1rem;
  color: #6e685f;
}

.favorites-page__cta {
  margin-top: 1rem;
}

@media (min-width: 1500px) {
  .favorites-hero__inner,
  .favorites-page__inner {
    max-width: 1680px;
  }
}

@media (max-width: 900px) {
  .favorites-hero__inner {
    grid-template-columns: 1fr;
  }

  .favorites-hero__accent {
    justify-self: start;
    width: 100%;
    padding-top: 0.2rem;
  }

  .favorites-hero__accent-stack {
    width: 100%;
    max-width: 280px;
    height: 168px;
  }

  .favorites-hero__accent-card {
    width: 116px;
  }

  .favorites-hero__accent-card:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
  }

  .favorites-hero__accent-card:nth-child(3) {
    right: 0;
  }

  .favorites-page__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .favorites-page__view-modes {
    width: max-content;
    justify-self: start;
  }
}

/* Legal / shop terms page */
.legal-page {
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2rem) 3rem;
  background: #fafaf9;
}

.legal-page__inner {
  max-width: 52rem;
  margin: 0 auto;
}

.legal-page__header {
  margin-bottom: 2.25rem;
  /* Ensure we never inherit the global `header { ... }` layout */
  display: block;
  background: transparent;
  padding: 0;
  min-height: 0;
  position: static;
}

.legal-page__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 0.75rem;
}

.legal-page__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.8vw, 3.1rem);
  font-weight: 600;
  color: #2a2724;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.legal-page__lead {
  font-size: 1.02rem;
  color: #5c5650;
  line-height: 1.65;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-page__lead a {
  color: #7c6e5d;
  font-weight: 500;
}

.legal-section {
  margin-bottom: 1.55rem;
  padding-bottom: 1.45rem;
  border-bottom: 1px solid #e5e0d8;
}

.legal-section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}

.legal-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #2a2724;
  margin-bottom: 0.55rem;
  font-weight: 600;
}

.legal-section p {
  font-size: 0.95rem;
  color: #4a433c;
  line-height: 1.65;
  margin-bottom: 0.65rem;
}

.legal-section a {
  color: #7c6e5d;
  font-weight: 500;
}

/* Legal tables (shipping rates, etc.) */
.legal-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #2a2724;
  margin: 0.9rem 0 0.35rem;
}

.legal-table-note {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: #5c5650;
  line-height: 1.6;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e0d8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 16px 36px rgba(30, 26, 21, 0.04);
}

.rate-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.rate-table caption {
  text-align: left;
  padding: 0.9rem 1rem 0.4rem;
  font-size: 0.82rem;
  color: #8b857c;
}

.rate-table thead th {
  position: sticky;
  top: 0;
  background: #fafaf9;
  border-bottom: 1px solid #e5e0d8;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: #2a2724;
  text-align: left;
  padding: 0.85rem 1rem;
  white-space: nowrap;
}

.rate-table tbody th,
.rate-table tbody td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(229, 224, 216, 0.75);
  font-size: 0.92rem;
  color: #3f3933;
}

.rate-table tbody th {
  font-weight: 600;
}

.rate-table tbody tr:last-child th,
.rate-table tbody tr:last-child td {
  border-bottom: 0;
}

.rate-table td:nth-child(n + 2):nth-child(-n + 5) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.rate-table td:last-child {
  white-space: nowrap;
}

.page-about .legal-page__inner {
  max-width: 62rem;
}

.page-about .legal-page {
  /* Start content closer to header (match other pages) */
  padding-top: clamp(1.2rem, 3.2vw, 2.1rem);
  padding-bottom: clamp(0.55rem, 1.4vw, 0.9rem);
}

.page-about .about-logo-banner {
  border: 1px solid #e5e0d8;
  border-radius: 18px;
  background: #fafaf9;
  padding: clamp(1rem, 3vw, 1.6rem);
  margin-bottom: 1.15rem;
  overflow: hidden;
}

.page-about .about-logo-banner img {
  display: block;
  width: min(520px, 70%);
  height: auto;
  margin: 0 auto;
  opacity: 0.92;
  filter: saturate(0.98) contrast(1.02);
}

.page-about .about-profile {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: start;
}

.page-about .about-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.7rem);
  align-items: start;
}

.page-about .about-team__member {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.page-about .about-profile__media {
  border: 1px solid #e5e0d8;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(250, 250, 249, 0.75) 100%);
  box-shadow: 0 18px 40px rgba(30, 26, 21, 0.06);
}

.page-about .about-profile__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 7;
  object-fit: cover;
}

.page-about .about-profile__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-about .about-team {
    grid-template-columns: 1fr;
  }
  .page-about .about-profile {
    grid-template-columns: 1fr;
  }
  .page-about .about-profile__media img {
    aspect-ratio: 16 / 10;
  }
}

.legal-page__note {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e0d8;
  font-size: 0.82rem;
  color: #8b857c;
  line-height: 1.5;
}

.legal-page__note a {
  color: #7c6e5d;
  font-weight: 500;
}

/* Contact page (rich blocks, same editorial language) */
.page-contact .legal-page__inner {
  max-width: 60rem;
}

.page-contact .contact-panel {
  position: relative;
  border: 1px solid #e5e0d8;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 110% 80% at 18% 8%, rgba(183, 165, 139, 0.16) 0%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(250, 250, 249, 0.8) 100%);
  overflow: hidden;
  padding: clamp(1.05rem, 2.7vw, 1.65rem);
  margin-top: 1.2rem;
}

.page-contact .contact-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.page-contact .contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(0.9rem, 2.2vw, 1.4rem);
  align-items: start;
  position: relative;
}

.page-contact .contact-main {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

.page-contact .contact-side {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

.page-contact .contact-card {
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 38px rgba(30, 26, 21, 0.06);
  padding: clamp(0.95rem, 2.2vw, 1.25rem);
}

.page-contact .contact-card__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 0.55rem;
}

.page-contact .contact-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 600;
  color: #2a2724;
  line-height: 1.08;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.page-contact .contact-card__copy {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #4a433c;
  margin-bottom: 0.85rem;
}

.page-contact .contact-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  align-items: center;
}

.page-contact .contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 156, 142, 0.55);
  background: rgba(250, 250, 249, 0.82);
  color: #2a2724;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}

.page-contact .contact-pill:hover,
.page-contact .contact-pill:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(168, 156, 142, 0.8);
}

.page-contact .contact-pill svg {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

.page-contact .contact-list {
  display: grid;
  gap: 0.75rem;
}

.page-contact .contact-list__item {
  border-top: 1px solid rgba(229, 224, 216, 0.9);
  padding-top: 0.75rem;
}

.page-contact .contact-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.page-contact .contact-list__label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.page-contact .contact-list__value {
  color: #2a2724;
  font-size: 0.95rem;
  line-height: 1.55;
}

.page-contact .contact-list__value a {
  color: #7c6e5d;
  font-weight: 500;
}

.page-contact .contact-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.55rem;
  margin-top: 1rem;
}

.page-contact .contact-quicklinks a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.page-contact .contact-quicklinks a::after {
  content: '·';
  margin-left: 0.55rem;
  color: rgba(47, 47, 47, 0.45);
}

.page-contact .contact-quicklinks a:last-child::after {
  content: '';
  margin-left: 0;
}

.page-contact .contact-quicklinks a:hover,
.page-contact .contact-quicklinks a:focus {
  color: #7c6e5d;
}

.page-contact .contact-faq {
  margin-top: clamp(1.15rem, 3vw, 1.75rem);
  padding-top: clamp(0.9rem, 2.4vw, 1.25rem);
  border-top: 1px solid #e5e0d8;
}

.page-contact .contact-faq__intro {
  margin-bottom: 0.8rem;
}

.page-contact .contact-faq__intro h2 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  font-weight: 700;
  color: #2f2a24;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.page-contact .contact-faq__items {
  margin-top: 0;
  border-top: 0;
}

.page-contact .contact-faq__items .faq-item {
  border-bottom: 1px solid rgba(229, 224, 216, 0.9);
}

.page-contact .contact-faq__items .faq-trigger {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 1.22rem 1.5rem 1.22rem 4.7rem;
  color: #4a433c;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.page-contact .contact-faq__items .faq-trigger::after {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #8b857c;
}

.page-contact .contact-faq__items .faq-panel {
  padding: 0 1.5rem 1.2rem 4.7rem;
}

.page-contact .contact-faq__items .faq-panel p {
  color: #4a433c;
  max-width: 78ch;
}

.page-contact .faq-panel a {
  color: #7c6e5d;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(124, 110, 93, 0.28);
  padding-bottom: 0.08em;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-contact .faq-panel a:hover,
.page-contact .faq-panel a:focus {
  color: #6f6458;
  border-bottom-color: rgba(124, 110, 93, 0.55);
}

.page-contact .contact-link--email {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 0;
  padding-bottom: 0;
}

.page-contact .contact-inline-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.page-contact .contact-inline-action {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 156, 142, 0.5);
  background: rgba(250, 250, 249, 0.85);
  color: #2a2724;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}

.page-contact .contact-inline-action:hover,
.page-contact .contact-inline-action:focus {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(168, 156, 142, 0.8);
  color: #2a2724;
}

.contact-page {
  background: #fafaf9;
}

.contact-hero {
  /* Hero content removed; keep layout clean */
  display: none;
}

.contact-hero__actions {
  margin-top: 0;
  padding: 0;
}

.contact-hero__inner {
  max-width: 62rem;
  margin: 0 auto;
}

.contact-hero__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 0.75rem;
}

.contact-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.8vw, 3.1rem);
  font-weight: 600;
  color: #2a2724;
  margin-bottom: 0.85rem;
  line-height: 1.1;
}

.contact-hero__lead {
  font-size: 1.02rem;
  color: #5c5650;
  line-height: 1.65;
  max-width: 62ch;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.contact-primary,
.contact-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.contact-primary {
  background: #636a63;
  color: #fff;
  border: 1px solid #636a63;
}

.contact-primary:hover,
.contact-primary:focus-visible {
  background: #4f5750;
  border-color: #4f5750;
}

.contact-secondary {
  background: rgba(255, 255, 255, 0.82);
  color: #3a342e;
  border: 1px solid rgba(229, 224, 216, 0.95);
}

.contact-secondary:hover,
.contact-secondary:focus-visible {
  border-color: rgba(183, 165, 139, 0.6);
  background: rgba(255, 255, 255, 0.95);
}

.contact-blocks {
  padding: clamp(0.9rem, 2vw, 1.2rem) clamp(1rem, 4vw, 2rem) clamp(1.35rem, 3vw, 2.2rem);
}

.contact-blocks__inner {
  max-width: 62rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-block {
  border: 1px solid #e5e0d8;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  padding: 1.1rem 1.1rem 1rem;
  box-shadow: 0 10px 26px rgba(35, 31, 26, 0.06);
}

.contact-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: #2a2724;
  margin-bottom: 0.45rem;
  font-weight: 600;
}

.contact-block p {
  font-size: 0.95rem;
  color: #4a433c;
  line-height: 1.65;
  margin-bottom: 0.55rem;
}

.contact-inline-link {
  color: #7c6e5d;
  font-weight: 600;
  text-decoration: none;
}

.contact-inline-link:hover,
.contact-inline-link:focus-visible {
  text-decoration: underline;
}

.contact-address {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  color: #3a342e;
}

.contact-connect {
  padding: clamp(0.9rem, 2vw, 1.2rem) clamp(1rem, 4vw, 2rem) clamp(0.75rem, 1.8vw, 1.2rem);
}

.contact-connect__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(26.5rem, 100%));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: start;
}

.contact-connect__title {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #2a2724;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}

.contact-connect__subtitle {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  color: #6e685f;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-connect__copy {
  font-size: 0.95rem;
  color: #4a433c;
  line-height: 1.7;
  max-width: 58ch;
  margin-bottom: 1.15rem;
}

.contact-connect__left {
  display: flex;
  flex-direction: column;
}

.contact-about-panel {
  margin-top: 0.35rem;
  padding-top: 0.2rem;
}

.contact-about-panel__section + .contact-about-panel__section {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(229, 224, 216, 0.75);
}

.contact-about-panel__section h3 {
  margin: 0 0 0.35rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: #2a2724;
}

.contact-about-panel__section p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #4a433c;
}

.contact-about-panel__section .contact-about-panel__subtitle {
  margin-bottom: 0.95rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #b7aa9a;
  font-weight: 600;
}

.contact-about-panel__section p + p {
  margin-top: 1rem;
}

.contact-about-panel__team-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.1rem);
  align-items: stretch;
}

.contact-about-panel__team-list > li {
  margin: 0;
  padding: 0;
}

.contact-about-panel__team-item--full {
  grid-column: 1 / -1;
}

/* Full-width row: same card language, room for Muis copy beside a slightly larger portrait */
.contact-about-panel__member--muis {
  grid-template-columns: clamp(6.75rem, 16vw, 10rem) minmax(0, 1fr);
  column-gap: clamp(0.85rem, 2vw, 1.1rem);
  padding: 0.78rem clamp(0.9rem, 2vw, 1.1rem) 0.88rem;
}

.contact-about-panel__member--muis .contact-about-panel__portrait {
  aspect-ratio: 1;
  border-radius: 12px;
}

/* Tighter framing on face: shift crop up + slight zoom (container clips) */
.contact-about-panel__member--muis .contact-about-panel__portrait-image {
  object-position: 50% 38%;
  transform: scale(1.14);
  transform-origin: 50% 42%;
}

.contact-about-panel__member {
  display: grid;
  grid-template-columns: clamp(5.25rem, 34%, 7.75rem) minmax(0, 1fr);
  column-gap: 0.72rem;
  row-gap: 0.3rem;
  align-items: start;
  min-width: 0;
  height: 100%;
  padding: 0.75rem 0.82rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(229, 224, 216, 0.95);
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(45, 38, 30, 0.04);
}

.contact-about-panel__portrait {
  margin-bottom: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #ede6dd;
  border: 1px solid rgba(220, 210, 196, 0.65);
  aspect-ratio: 4 / 5;
  box-shadow: 0 2px 10px rgba(35, 31, 26, 0.06);
}

.contact-about-panel__portrait-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.contact-about-panel__member > p {
  margin: 0;
  padding: 0.08rem 0 0;
  border-left: none;
  font-size: 0.86rem;
  line-height: 1.66;
  color: #524c45;
}

.contact-sidecard {
  border: 1px solid rgba(229, 224, 216, 0.55);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  padding: 1.2rem 1.2rem 1.05rem;
  box-shadow: 0 2px 14px rgba(35, 31, 26, 0.028);
  min-width: 0;
}

.contact-connect__right {
  display: grid;
  gap: 1.45rem;
  align-content: start;
  grid-auto-rows: max-content;
}

.contact-sidecard__body h3 {
  margin: 0;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: #3a342e;
}

.contact-sidecard__body p {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: #7a756d;
  line-height: 1.68;
}

.contact-sidecard__body {
  min-width: 0;
}

/* Brands inside right column: slower, softer tags so the stack feels calmer */
.contact-sidecard .contact-brands__marquee {
  margin-top: 0.75rem;
  padding: 0.35rem 0 0.15rem;
}

.contact-sidecard .contact-brands__track {
  gap: 0.5rem;
  padding-right: 0.5rem;
  animation: contact-brands-scroll 76s linear infinite;
}

.contact-sidecard .contact-brands__track span {
  padding: 0.3rem 0.58rem;
  border-color: rgba(200, 192, 182, 0.4);
  background: rgba(252, 251, 249, 0.9);
  color: #7a7369;
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  box-shadow: none;
}

.contact-sidecard__map-frame {
  margin-top: 0.85rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(229, 224, 216, 0.5);
  background: #f7f6f3;
  aspect-ratio: 16 / 8.85;
  /* Match main studiotaupe.com contact map (grayscale embed) */
  filter: grayscale(1) contrast(1.04);
}

.contact-sidecard__map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-sidecard__map-copy {
  margin-bottom: 0.5rem;
}

.contact-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
  border-radius: 999px;
  border: 1px solid #636a63;
  background: #636a63;
  color: #fff;
  text-decoration: none;
  padding: 0.55rem 0.85rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-pill-btn--secondary {
  background: transparent;
  color: #2f2a24;
  border-color: rgba(168, 156, 142, 0.6);
}

.contact-pill-btn:hover,
.contact-pill-btn:focus-visible {
  filter: brightness(0.98);
}

@media (max-width: 900px) {
  .contact-connect__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-about-panel__team-list {
    grid-template-columns: 1fr;
  }

  .contact-about-panel__team-item--full {
    grid-column: auto;
  }

  .contact-about-panel__member {
    grid-template-columns: clamp(6rem, 30%, 9rem) minmax(0, 1fr);
    column-gap: 0.82rem;
  }

  .contact-about-panel__member--muis {
    grid-template-columns: clamp(6rem, 28%, 9rem) minmax(0, 1fr);
  }

  .contact-about-panel__member--muis .contact-about-panel__portrait {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 520px) {
  .contact-about-panel__member {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    justify-items: start;
  }

  .contact-about-panel__portrait {
    width: min(9.5rem, 72%);
  }
}

@media (min-width: 901px) {
  .contact-connect__inner {
    align-items: stretch;
  }
}

.contact-story {
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(1.3rem, 3vw, 2rem);
}

.contact-story__inner {
  max-width: 62rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.contact-story__text {
  border: 1px solid #e5e0d8;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  padding: 1.2rem 1.2rem 1.1rem;
}

.contact-story__text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  color: #2a2724;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.contact-story__text p {
  font-size: 0.95rem;
  color: #4a433c;
  line-height: 1.7;
  margin-bottom: 0.7rem;
}

.contact-story__aside {
  display: grid;
  gap: 0.75rem;
}

.contact-story__card {
  border: 1px solid #e5e0d8;
  background: radial-gradient(ellipse 120% 85% at 22% 12%, rgba(183, 165, 139, 0.12) 0%, transparent 55%),
    rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  padding: 1rem 1rem 0.95rem;
}

.contact-story__card-kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b857c;
  margin-bottom: 0.45rem;
}

.contact-story__card-link {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #3a342e;
  text-decoration: none;
}

.contact-story__card-link:hover,
.contact-story__card-link:focus-visible {
  text-decoration: underline;
}

.contact-story__card-copy {
  font-size: 0.92rem;
  color: #4a433c;
  line-height: 1.6;
}

.contact-map {
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(1.4rem, 3vw, 2.2rem);
}

.contact-map__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.contact-map__frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e0d8;
  background: #ffffff;
  aspect-ratio: 16 / 8;
  box-shadow: 0 10px 26px rgba(35, 31, 26, 0.06);
  position: relative;
  width: 100%;
  filter: grayscale(1) contrast(1.04);
}

.contact-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  position: relative;
}

.contact-map__link-row {
  margin: 0.8rem 0 0;
}

.contact-brands {
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(1.35rem, 3vw, 2.1rem);
}

.contact-brands__inner {
  max-width: 62rem;
  margin: 0 auto;
  border: 1px solid #e5e0d8;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 1.2rem 1.2rem 1.1rem;
}

.contact-brands h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  color: #2a2724;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.contact-brands__lead {
  font-size: 0.92rem;
  color: #6e685f;
  margin-bottom: 0.8rem;
}

.contact-brands__list {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a635a;
  line-height: 1.85;
}

.contact-brands__marquee {
  margin-top: 0.9rem;
  display: flex;
  gap: 0;
  overflow: hidden;
  padding: 0.15rem 0.1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.contact-brands__track {
  flex: 0 0 auto;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-right: 0.6rem;
  animation: contact-brands-scroll 52s linear infinite;
}

.contact-brands__track span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 156, 142, 0.52);
  background: #faf9f7;
  color: #4f4942;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes contact-brands-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 0.6rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-brands__marquee {
    overflow-x: auto;
  }

  .contact-brands__track {
    animation: none;
  }
}

.contact-faq {
  padding: clamp(0.5rem, 1.2vw, 0.85rem) clamp(1rem, 4vw, 2rem) clamp(1.35rem, 3vw, 2.2rem);
}

.contact-faq__inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #f2f1ee;
  border: 1px solid rgba(219, 215, 208, 0.9);
  border-radius: 20px;
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow: 0 8px 22px rgba(32, 30, 28, 0.03);
}

/* Contact FAQ — card accordion like main site */
.contact-faq__items {
  display: grid;
  gap: 0.9rem;
}

.contact-faq__items .faq-item {
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(35, 31, 26, 0.04);
  overflow: hidden;
  cursor: pointer;
}

.contact-faq__items .faq-item[open] {
  background: #ffffff;
}

.contact-faq__items .faq-trigger {
  display: block;
  list-style: none;
  position: relative;
  border-bottom: 0;
  padding: 1.22rem 1.5rem 1.22rem 4.7rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #4a433c;
  font-weight: 600;
  z-index: 1;
  line-height: 1.35;
}

.contact-faq__items .faq-trigger::after {
  content: '';
  position: absolute;
  left: 2rem;
  top: 50%;
  width: 0.38rem;
  height: 0.38rem;
  border-top: 2px solid #8d867d;
  border-right: 2px solid #8d867d;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.contact-faq__items .faq-trigger::before {
  content: '';
  position: absolute;
  left: 1.55rem;
  top: 50%;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(221, 214, 205, 0.95);
  background: #ffffff;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px rgba(246, 243, 239, 0.8);
}

.contact-faq__items .faq-trigger {
  background: transparent;
}

.contact-faq__items .faq-item[open] .faq-trigger {
  background: transparent;
  box-shadow: none;
}

.contact-faq__items .faq-trigger::-webkit-details-marker {
  display: none;
}

.contact-faq__items .faq-trigger::marker {
  content: '';
}

.contact-faq__items .faq-trigger span,
.contact-faq__items .faq-trigger strong {
  font-weight: inherit;
}

.contact-faq__items .faq-item[open] .faq-trigger::after {
  transform: translateY(-40%) rotate(135deg);
}

.contact-faq__items .faq-panel {
  padding: 0.1rem 1.5rem 1.2rem 4.7rem;
}

.contact-faq__items .faq-panel p {
  max-width: none;
  color: #4a433c;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
}

.contact-faq__items .faq-panel a {
  color: #7c6e5d;
  font-weight: 600;
}

.contact-bottom {
  padding: clamp(0.65rem, 1.4vw, 0.9rem) clamp(1rem, 4vw, 2rem) clamp(1.15rem, 2.4vw, 1.65rem);
}

.contact-bottom__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.15rem, 2.5vw, 1.65rem);
  align-items: stretch;
}

@media (min-width: 1500px) {
  .contact-connect__inner,
  .contact-map__inner,
  .contact-faq__inner,
  .contact-bottom__inner {
    max-width: 1680px;
  }
}

/* Crisp white panels; shadow + border keep them off the page */
.contact-bottom__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 224, 216, 0.75);
  border-radius: 20px;
  padding: clamp(1.28rem, 2.4vw, 1.55rem) clamp(1.35rem, 2.6vw, 1.7rem);
  background: #ffffff;
  box-shadow:
    0 14px 36px rgba(35, 31, 26, 0.042),
    0 2px 8px rgba(35, 31, 26, 0.028);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

@media (hover: hover) {
  .contact-bottom__card:hover {
    border-color: rgba(210, 198, 180, 0.85);
    box-shadow:
      0 18px 44px rgba(35, 31, 26, 0.055),
      0 3px 10px rgba(35, 31, 26, 0.034);
    transform: translateY(-2px);
  }
}

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

  .contact-bottom__card:hover {
    transform: none;
  }
}

.contact-bottom__card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.26rem, 2.15vw, 1.48rem);
  font-weight: 600;
  color: #25221f;
  margin: 0 0 0.48rem;
  line-height: 1.18;
  letter-spacing: -0.022em;
}

.contact-bottom__card p {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.91rem;
  color: #7f7a72;
  line-height: 1.72;
  margin: 0 0 0.55rem;
  flex: 1 1 auto;
  max-width: 40ch;
}

.contact-bottom__card .contact-inline-link,
.contact-bottom__card .contact-primary {
  margin-top: auto;
  align-self: flex-start;
}

.contact-bottom__card .contact-inline-link {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6258;
  text-decoration: none;
  border-bottom: 1px solid rgba(107, 98, 88, 0.22);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-bottom__card .contact-inline-link:hover,
.contact-bottom__card .contact-inline-link:focus-visible {
  color: #524a42;
  border-bottom-color: rgba(82, 74, 66, 0.45);
  text-decoration: none;
}

.contact-bottom__card .contact-primary {
  padding: 0.72rem 1.35rem;
  box-shadow: 0 4px 16px rgba(79, 87, 80, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

@media (hover: hover) {
  .contact-bottom__card .contact-primary:hover,
  .contact-bottom__card .contact-primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 7px 22px rgba(79, 87, 80, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-bottom__card .contact-primary {
    transition: none;
  }

  .contact-bottom__card .contact-primary:hover,
  .contact-bottom__card .contact-primary:focus-visible {
    transform: none;
  }
}

@media (max-width: 900px) {
  .contact-blocks__inner {
    grid-template-columns: 1fr;
  }

  .contact-story__inner {
    grid-template-columns: 1fr;
  }

  .contact-map__frame {
    aspect-ratio: 16 / 10;
  }

  .contact-bottom__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .page-contact .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer company + trust */
.footer__company {
  font-size: 0.72rem;
  color: #8b857c;
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}

.footer__trust {
  font-size: 0.72rem;
  color: #8b857c;
  line-height: 1.45;
  margin-top: 0.65rem;
  max-width: 32rem;
}

.footer__trust a {
  color: #7c6e5d;
  font-weight: 500;
}

/* Ruimte onderaan als cookiebalk zichtbaar is (voorkomt dat laatste sectie “onder” de balk verdwijnt) */
body.shop-cookie-banner-visible {
  padding-bottom: 5.5rem;
}

@media (max-width: 600px) {
  body.shop-cookie-banner-visible {
    padding-bottom: 6.5rem;
  }
}

/* Cookie banner (shop) */
.shop-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  padding: 0.85rem 1rem;
  background: rgba(250, 250, 249, 0.92);
  color: #403a33;
  border-top: 1px solid rgba(229, 224, 216, 0.85);
  box-shadow: 0 -12px 44px rgba(22, 19, 15, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

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

.shop-cookie-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.shop-cookie-banner__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  flex: 1 1 16rem;
}

.shop-cookie-banner__text a {
  color: #7c6e5d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.shop-cookie-banner__actions {
  flex-shrink: 0;
}

.shop-cookie-banner__btn {
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  border-radius: 4px;
  font-weight: 600;
}

.shop-cookie-banner__btn--primary {
  background: #b7a58b;
  color: #1f1f1f;
}

.shop-cookie-banner__btn--primary:hover {
  background: #c9b99a;
}

.cart-drawer__legal-link {
  color: #7c6e5d;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

.page-blog,
.page-blog-article {
  background: #fafaf9;
}

.page-blog .blog-overview-main,
.page-blog-article .blog-article-main {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 2.4rem) clamp(14px, 3.2vw, 44px) clamp(2.4rem, 5vw, 4rem);
}

.page-blog .blog-hero {
  margin-bottom: 1.5rem;
}

.page-blog .blog-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.72fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  box-shadow: 0 16px 34px rgba(35, 31, 26, 0.04);
}

.page-blog .blog-hero__content {
  max-width: 58ch;
}

.page-blog .blog-hero__heading-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-blog .blog-hero__kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8f887f;
}

.page-blog .blog-hero__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8d0c4;
}

.page-blog .blog-hero h1 {
  margin-top: 0.55rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #2a2724;
}

.page-blog .blog-hero__lead {
  margin-top: 0.85rem;
  color: #6e685f;
  line-height: 1.7;
  font-size: 1rem;
  max-width: 52ch;
}

.page-blog .blog-hero__meta {
  margin-top: 1rem;
}

.page-blog .blog-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid #e4ddd4;
  background: #fff;
  color: #7a736a;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-blog .blog-hero__accent {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.page-blog .blog-hero__accent-stack {
  position: relative;
  width: clamp(180px, 25vw, 270px);
  height: clamp(130px, 18vw, 190px);
}

.page-blog .blog-hero__accent-card {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(221, 214, 205, 0.9);
  box-shadow: 0 14px 30px rgba(35, 31, 26, 0.04);
}

.page-blog .blog-hero__accent-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-blog .blog-hero__accent-card:nth-child(1) {
  transform: rotate(-8deg) translateX(-18px);
}

.page-blog .blog-hero__accent-card:nth-child(2) {
  transform: translateY(4px);
  z-index: 2;
}

.page-blog .blog-hero__accent-card:nth-child(3) {
  transform: rotate(8deg) translateX(18px);
}

.page-blog .blog-hero__accent-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid #e4ddd4;
  background: #fff;
  color: #7a736a;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-blog .blog-hero__accent-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d0c4;
}

.page-blog .blog-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.3rem 0 0.95rem;
}

.page-blog .category-btn {
  border: 1px solid #d8d0c4;
  background: #fff;
  color: #6f685f;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 1.05rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.page-blog .category-btn:hover {
  border-color: #cfc7bc;
  background: #fbf8f3;
  color: #4e4842;
}

.page-blog .category-btn.active {
  border-color: #bfb6aa;
  background: #f5f1ea;
  color: #2a2724;
}

.page-blog .blog-search {
  margin: 0.9rem 0 1.3rem;
  display: flex;
  justify-content: center;
}

.page-blog .search-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: min(100%, 460px);
  border: 1px solid #d8d0c4;
  border-radius: 999px;
  background: #fff;
  padding: 0.28rem 0.32rem 0.28rem 1.05rem;
}

.page-blog .search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  color: #4e4842;
  font: inherit;
  font-style: normal;
  padding: 0.55rem 0;
}

.page-blog .search-input::placeholder {
  color: #9a9186;
  font-style: normal;
}

.page-blog .search-input:focus {
  outline: none;
}

.page-blog .search-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #d8d0c4;
  border-radius: 50%;
  background: #f5f1ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.page-blog .search-btn:hover,
.page-blog .search-btn:focus-visible {
  border-color: #cfc7bc;
  background: #fbf8f3;
}

.page-blog .search-results-info {
  margin-top: 0.55rem;
  color: #8b857c;
  font-size: 0.78rem;
}

.page-blog .blog-grid-alt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.15rem;
  width: min(100%, 1360px);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.page-blog .blog-card-link {
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
}

.page-blog .blog-card-vertical {
  height: 100%;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  grid-template-areas:
    "image top"
    "image bottom";
  align-items: start;
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(35, 31, 26, 0.04);
  overflow: hidden;
}

.page-blog .blog-card-content {
  padding: 1rem 1rem 0;
  background: transparent;
}

.page-blog .blog-card-vertical .blog-card-content:first-child {
  grid-area: top;
  padding-top: 1.1rem;
}

.page-blog .blog-card-vertical .blog-card-content:last-child {
  grid-area: bottom;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}

.page-blog .blog-card-category {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a948c;
}

.page-blog .blog-card-title {
  margin-top: 0.45rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #2a2724 !important;
}

.page-blog .blog-card-meta {
  margin-top: 0.35rem;
}

.page-blog .blog-card-read-time {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa !important;
}

.page-blog .blog-card-image-container {
  grid-area: image;
  margin: 1rem;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #fff;
}

.page-blog .blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-blog .blog-card-description {
  margin-top: 0.75rem;
  color: #6e685f;
  line-height: 1.65;
  font-size: 0.98rem;
  max-width: 54ch;
}

.page-blog .read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 1rem;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid #d8d0c4;
  background: #f5efe6;
  color: #6f685f;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-blog .taupe-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.8rem;
}

.page-blog .taupe-pagination a,
.page-blog .taupe-pagination span {
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d8d0c4;
  background: #fff;
  color: #6f685f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.page-blog .taupe-pagination a:hover,
.page-blog .taupe-pagination a:focus-visible {
  border-color: #cfc7bc;
  background: #fbf8f3;
  color: #2a2724;
}

.page-blog .taupe-pagination .active {
  background: #f5f1ea;
  border-color: #bfb6aa;
  color: #2a2724;
}

.page-blog-article .blog-article-main {
  display: block;
  background: transparent;
}

.page-blog-article .blog-article {
  max-width: none;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Some legacy blog CSS still loads on article pages — force true full width. */
.page-blog-article .blog-article {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Full width section, but keep content elegantly centered. */
.page-blog-article .blog-back-link,
.page-blog-article .blog-article-title,
.page-blog-article .blog-article-meta,
.page-blog-article .blog-article-image,
.page-blog-article .blog-article-content {
  width: min(100%, 1100px);
  margin-left: auto;
  margin-right: auto;
}

.page-blog-article .blog-article-content {
  width: min(100%, 860px);
}

.page-blog-article .blog-article-image {
  display: block;
  width: min(100%, 860px);
  height: auto;
  border-radius: 22px;
}

/* Allow galleries inside content to breathe a bit wider than text. */
.page-blog-article .blog-article-content .blog-gallery,
.page-blog-article .blog-article-content img.blog-article-image-inline,
.page-blog-article .blog-article-content > img {
  width: min(100%, 1100px);
  margin-left: auto;
  margin-right: auto;
}

.page-blog-article .blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #7c6e5d;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-blog-article .blog-article-title {
  margin-top: 1rem;
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #2a2724;
}

.page-blog-article .blog-article-meta {
  margin-top: 0.65rem;
  margin-bottom: 1.5rem;
  color: #8f887f;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-blog-article .blog-article-image {
  border-radius: 18px;
  box-shadow: none;
  margin-bottom: 1.6rem;
}

.page-blog-article .blog-article-content h2,
.page-blog-article .blog-article-content h3 {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  color: #2a2724;
  letter-spacing: -0.02em;
}

.page-blog-article .blog-article-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.page-blog-article .blog-article-content h3 {
  margin-top: 1.5rem;
  font-size: 1.15rem;
}

.page-blog-article .blog-article-content p,
.page-blog-article .blog-article-content li {
  color: #59544d;
  line-height: 1.8;
  font-size: 1rem;
}

.page-blog-article .blog-article-content a {
  color: #7c6e5d;
}

.page-blog-article .blog-inline-nav {
  margin-top: 2rem;
}

.page-blog-article .blog-suggestions {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3.2vw, 44px) clamp(2rem, 4vw, 3rem);
}

.page-blog-article .blog-suggestions-title {
  font-family: 'StudioTaupeCenturyGothic', 'Century Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.02;
  color: #2a2724;
  margin-bottom: 1rem;
}

@media (max-width: 980px) {
  .page-blog .blog-hero__inner {
    grid-template-columns: 1fr;
  }

  .page-blog .blog-hero__accent {
    justify-self: center;
  }

  .page-blog .blog-card-vertical {
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .page-blog .blog-card-vertical {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "image"
      "bottom";
  }

  .page-blog .blog-card-vertical .blog-card-content:first-child,
  .page-blog .blog-card-vertical .blog-card-content:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Post-checkout thank-you + canceled checkout banner */
.page-order-thanks .order-thanks {
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.cart-page__checkout-banner {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: #f5f3f0;
  border: 1px solid rgba(42, 39, 36, 0.1);
}

.cart-page__checkout-banner p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #3d3a36;
}
