:root {
  --background: #fcf9f8;
  --surface: #ffffff;
  --surface-low: #f6f3f2;
  --surface-mid: #f0eded;
  --surface-high: #eae7e7;
  --surface-strong: #e4e2e1;
  --primary: #040c21;
  --primary-soft: #1a2238;
  --secondary: #7c5730;
  --secondary-soft: #fdcb9b;
  --secondary-dim: #eebd8e;
  --text: #1b1c1c;
  --muted: #45464d;
  --outline: #76777e;
  --outline-soft: rgba(198, 198, 205, 0.45);
  --success: #274a3b;
  --success-soft: #d0e9d4;
  --shadow-soft: 0 12px 30px rgba(4, 12, 33, 0.05);
  --shadow-strong: 0 18px 48px rgba(4, 12, 33, 0.08);
  --content-width: min(1440px, calc(100vw - 48px));
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--background);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.body-lock {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

h1,
h2,
h3,
h4,
p,
blockquote,
ul {
  margin: 0;
}

ul {
  padding-left: 1.15rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.header-actions .icon-button,
.cart-trigger,
.close-cart,
.close-size-guide {
  position: relative;
}

.header-actions .icon-button .material-symbols-outlined,
.cart-trigger .material-symbols-outlined,
.close-cart .material-symbols-outlined,
.close-size-guide .material-symbols-outlined {
  display: none;
}

.header-actions .icon-button::before,
.cart-trigger::before,
.close-cart::before,
.close-size-guide::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.icon-button[aria-label="Rechercher"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
}

.cart-trigger::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10l1 12H6L7 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10l1 12H6L7 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E");
}

.close-cart::before,
.close-size-guide::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}

.top-strip {
  padding: 10px 16px;
  background: var(--primary);
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(252, 249, 248, 0.92);
  border-bottom: 1px solid rgba(198, 198, 205, 0.15);
  backdrop-filter: blur(20px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--content-width);
  min-height: 80px;
  margin: 0 auto;
}

.brand-block,
.header-actions,
.site-nav {
  display: flex;
  align-items: center;
}

.brand-block {
  gap: 48px;
}

.brand-mark {
  font-family: "Noto Serif", serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.site-nav {
  gap: 32px;
}

.site-nav a {
  position: relative;
  font-family: "Noto Serif", serif;
  font-size: 0.92rem;
  color: rgba(27, 28, 28, 0.7);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  gap: 12px;
}

.icon-button,
.menu-toggle,
.cart-trigger {
  border: 0;
  background: transparent;
  color: var(--primary);
}

.icon-button,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.icon-button:hover,
.icon-button:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(4, 12, 33, 0.05);
}

.cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 42px;
  border: 1px solid rgba(198, 198, 205, 0.4);
  background: var(--surface);
}

.cart-trigger strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--secondary);
  color: var(--surface);
  font-size: 10px;
  font-weight: 800;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span {
  width: 18px;
  height: 1px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(92vh, 920px);
  background:
    linear-gradient(90deg, rgba(4, 12, 33, 0.48) 0%, rgba(4, 12, 33, 0.24) 34%, transparent 68%),
    var(--hero-image) center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 12, 33, 0.08), rgba(4, 12, 33, 0.18));
}

.hero-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: var(--content-width);
  min-height: calc(min(92vh, 920px));
  margin: 0 auto;
  padding: 88px 0 80px;
}

.hero-copy {
  max-width: 660px;
  color: var(--surface);
}

.section-kicker {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--secondary);
}

.section-kicker.on-dark {
  color: rgba(255, 255, 255, 0.8);
}

.hero h1,
.editorial h2,
.section-head h2,
.builder-details h2,
.checkout-summary h3,
.atelier-shell h2 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--primary);
}

.hero h1 {
  max-width: 12ch;
  margin-top: 24px;
  font-size: clamp(3.4rem, 8vw, 6.6rem);
  line-height: 1.04;
  color: var(--surface);
}

.hero-text {
  max-width: 560px;
  margin-top: 24px;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-dark {
  background: var(--primary);
  color: var(--surface);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--primary-soft);
}

.button-light {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--surface);
}

.button-outline {
  border-color: var(--primary);
  color: var(--primary);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  background: var(--primary);
  color: var(--surface);
}

.button-block {
  width: 100%;
}

.section-shell {
  width: var(--content-width);
  margin: 0 auto;
  padding: 120px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

.section-head h2 {
  margin-top: 12px;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  line-height: 1.08;
}

.section-note,
.editorial-copy p,
.category-card p,
.product-copy p,
.builder-copy,
.offer-copy p,
.proof-text p,
.proof-card blockquote,
.checkout-note,
.checkout-line span,
.line-item span,
.site-footer p,
.site-footer a,
.cart-upsell p,
.delivery-block p {
  color: var(--muted);
  line-height: 1.9;
}

.text-link {
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 4px;
}

.editorial {
  background: var(--surface);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.editorial-copy h2 {
  margin: 18px 0 20px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.1;
}

.editorial-line {
  width: 96px;
  height: 1px;
  margin: 28px 0;
  background: var(--secondary);
}

.editorial-points {
  display: grid;
  gap: 12px;
  color: var(--text);
}

.editorial-media {
  background: var(--surface-low);
  padding: 48px;
}

.editorial-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 420ms ease;
}

.editorial-media:hover img {
  filter: grayscale(0);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.category-card {
  cursor: pointer;
}

.category-card-offset {
  transform: translateY(36px);
}

.category-image {
  margin-bottom: 24px;
  overflow: hidden;
  background: var(--surface);
}

.category-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 700ms ease;
}

.category-card:hover .category-image img {
  transform: scale(1.05);
}

.category-card h3,
.proof-text h3,
.atelier-shell h2 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.category-card h3 {
  font-size: 1.9rem;
  margin-bottom: 8px;
}

.collections {
  background: var(--background);
}

.collections-layout {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 64px;
}

.filters-panel {
  position: sticky;
  top: 112px;
  align-self: start;
}

.filter-group + .filter-group {
  margin-top: 48px;
}

.filters-panel h3,
.price-head span,
.step-card h3,
.checkout-form span,
.checkout-totals span,
.site-footer h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.chip-stack,
.swatch-stack,
.size-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.filter-chip,
.size-chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--outline-soft);
  background: transparent;
  color: var(--text);
  font-size: 13px;
}

.filter-chip.is-active,
.size-chip.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--surface);
}

.palette-swatch {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid var(--outline-soft);
  background: transparent;
}

.palette-swatch::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: var(--swatch, #ffffff);
}

.palette-swatch.is-active {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#price-filter {
  width: 100%;
  margin-top: 24px;
  accent-color: var(--primary);
}

.collections-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.collections-toolbar h3 {
  margin-top: 10px;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 32px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.product-media {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--surface-low);
  color: inherit;
  text-decoration: none;
}

.product-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 6px 12px;
  background: var(--primary);
  color: var(--surface);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-badge.is-highlight {
  background: var(--secondary);
}

.quick-view {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: calc(100% - 48px);
  min-height: 50px;
  border: 0;
  background: var(--primary);
  color: var(--surface);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.product-card:hover .quick-view,
.product-card:focus-within .quick-view {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-copy h4,
.checkout-summary h3 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.product-copy h4 {
  font-size: 1.45rem;
}

.product-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.product-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 14px;
  min-width: 0;
}

.product-price-cluster {
  display: grid;
  flex: 0 1 110px;
  gap: 4px;
  min-width: 0;
}

.product-price {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 800;
}

.product-price-compare {
  color: var(--outline);
  font-size: 0.9rem;
  text-decoration: line-through;
}

.product-card-note {
  margin-top: 10px;
  color: var(--secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

.product-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-add:hover,
.product-add:focus-visible {
  background: var(--primary);
  color: var(--surface);
}

.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
}

.builder-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.builder-steps-shell {
  display: grid;
  gap: 36px;
}

.builder-gallery {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
}

.thumb-rail {
  display: grid;
  gap: 16px;
}

.thumb-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--outline-soft);
  background: var(--surface-mid);
}

.thumb-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.thumb-card.is-active {
  border-color: var(--primary);
}

.thumb-card-editorial img {
  object-position: center top;
}

.builder-stage {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: var(--surface-low);
}

.builder-stage > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: contain;
  padding: 56px 40px 132px;
  background: linear-gradient(180deg, var(--surface-low), var(--surface));
}

.builder-badge,
.detail-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  background: rgba(4, 12, 33, 0.9);
  color: var(--surface);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.builder-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.builder-floating {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30%;
  max-width: 170px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-strong);
}

.builder-floating img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.builder-floating-watch {
  right: auto;
  left: 20px;
  bottom: 28px;
  width: 24%;
  max-width: 128px;
}

.builder-stage-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(180deg, transparent, rgba(4, 12, 33, 0.72));
}

.builder-stage-caption p:last-child {
  margin-top: 8px;
  font-size: 0.96rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.builder-details h2 {
  margin-top: 20px;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.04;
}

.builder-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 28px;
  align-items: end;
  padding: 30px;
  border: 1px solid rgba(198, 198, 205, 0.24);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.builder-summary-card h3 {
  margin-top: 16px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.04;
  color: var(--primary);
}

.builder-summary-note {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.75;
}

.builder-price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 12px;
}

.builder-price-row strong {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
}

.builder-price-row span {
  color: var(--outline);
  text-decoration: line-through;
}

.builder-savings {
  margin-top: 10px;
  color: var(--secondary);
  font-weight: 700;
}

.builder-copy {
  margin-top: 18px;
}

.builder-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.progress-step {
  padding: 16px;
  border: 1px solid var(--outline-soft);
  background: var(--surface-low);
}

.progress-step strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

.progress-step span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.progress-step.is-active {
  border-color: var(--primary);
  background: rgba(4, 12, 33, 0.04);
}

.progress-step.is-complete strong::after {
  content: "  [ok]";
  color: var(--success);
}

.builder-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.selection-pill {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--outline-soft);
  background: var(--surface);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
}

.builder-offers {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.offer-card {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(198, 198, 205, 0.3);
  background: rgba(246, 243, 242, 0.6);
}

.offer-card-highlight {
  border: 2px solid rgba(124, 87, 48, 0.18);
  background: rgba(253, 203, 155, 0.08);
}

.offer-tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  background: var(--secondary);
  color: var(--surface);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-copy h3 {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--primary);
}

.offer-icons {
  display: flex;
  gap: 6px;
}

.builder-controls {
  display: grid;
  gap: 24px;
  margin-top: 0;
}

.step-card {
  padding-top: 24px;
  border-top: 1px solid rgba(198, 198, 205, 0.2);
}

.step-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.step-card h3 {
  color: var(--primary);
}

.step-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.step-meta p {
  color: var(--muted);
  line-height: 1.7;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.option-card {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--outline-soft);
  background: var(--surface);
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.option-card:hover,
.option-card:focus-visible {
  border-color: var(--primary);
  transform: translateY(-1px);
}

.option-card.is-selected {
  border-color: var(--primary);
  background: rgba(4, 12, 33, 0.03);
}

.option-thumb {
  overflow: hidden;
  background: var(--surface-mid);
}

.option-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.option-copy strong {
  display: block;
  color: var(--primary);
  font-size: 0.98rem;
}

.option-copy span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.7;
}

.option-price {
  margin-top: 8px;
  color: var(--secondary);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.builder-actions {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.builder-summary-card .builder-actions {
  margin-top: 0;
}

.proof-shell {
  display: grid;
  gap: 26px;
  margin-top: 72px;
  padding: 32px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 243, 242, 0.96));
  box-shadow: var(--shadow-soft);
}

.proof-head,
.product-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.proof-head h3,
.product-proof-head h2 {
  margin-top: 12px;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.proof-head h3 {
  font-size: 2.3rem;
  line-height: 1.12;
}

.product-proof-head h2 {
  font-size: 2rem;
  line-height: 1.12;
}

.proof-head .section-note,
.product-proof-head .section-note {
  max-width: 460px;
}

.proof-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proof-metric {
  padding: 20px;
  border: 1px solid rgba(198, 198, 205, 0.18);
  background: var(--surface);
}

.proof-metric strong {
  display: block;
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 600;
}

.proof-metric span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-review-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-review-card,
.product-proof-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(198, 198, 205, 0.18);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.review-stars strong {
  color: var(--primary);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.proof-review-card blockquote,
.product-proof-card blockquote {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.proof-review-meta,
.product-proof-meta {
  display: grid;
  gap: 6px;
}

.proof-review-meta strong,
.product-proof-meta strong {
  color: var(--primary);
  font-size: 0.9rem;
}

.proof-review-meta span,
.product-proof-meta span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-labels,
.product-proof-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 72px;
}

.proof-text h3 {
  margin-top: 12px;
  font-size: 2.3rem;
  line-height: 1.12;
}

.proof-text p:last-child {
  margin-top: 18px;
}

.proof-card {
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.proof-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-card blockquote,
.proof-author {
  padding: 0 24px;
}

.proof-card blockquote {
  padding-top: 22px;
}

.proof-author {
  padding-bottom: 24px;
  margin-top: 16px;
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 48px;
}

.checkout-form,
.checkout-summary {
  padding: 32px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.checkout-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
}

.checkout-form label {
  display: grid;
  gap: 10px;
}

.checkout-form label:last-of-type,
.checkout-form button,
.checkout-note {
  grid-column: span 2;
}

.checkout-form input {
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid var(--outline-soft);
  background: var(--background);
  color: var(--text);
}

.checkout-summary h3 {
  margin-top: 14px;
  font-size: 2.5rem;
}

.checkout-lines {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.checkout-line,
.line-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: var(--surface-low);
}

.checkout-line-thumb,
.line-item-thumb {
  overflow: hidden;
  background: var(--surface-mid);
}

.checkout-line-thumb img,
.line-item-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.checkout-line strong,
.line-item strong,
.cart-total-row strong,
.checkout-grand-total strong {
  color: var(--primary);
}

.checkout-totals {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(198, 198, 205, 0.2);
}

.checkout-totals div,
.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-grand-total {
  font-size: 1.08rem;
}

.atelier-banner {
  padding: 0 0 120px;
}

.atelier-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: var(--content-width);
  margin: 0 auto;
  padding: 56px;
  background: var(--primary);
  color: var(--surface);
}

.atelier-shell .material-symbols-outlined {
  color: var(--secondary-dim);
  font-size: 64px;
}

.atelier-shell h2 {
  margin-top: 12px;
  color: var(--surface);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.atelier-shell p:last-child {
  margin-top: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  background: var(--surface-low);
  border-top: 1px solid rgba(198, 198, 205, 0.15);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 48px;
  width: var(--content-width);
  margin: 0 auto;
  padding: 80px 0 40px;
}

.footer-brand {
  display: grid;
  gap: 20px;
}

.site-footer h4 {
  margin-bottom: 18px;
  color: var(--primary);
}

.site-footer a {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-bottom {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 40px;
  color: rgba(27, 28, 28, 0.45);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 74;
  background: rgba(4, 12, 33, 0.38);
  backdrop-filter: blur(6px);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(440px, 100vw);
  max-width: 100vw;
  height: 100vh;
  padding: 18px;
  background: var(--background);
  border-left: 1px solid rgba(198, 198, 205, 0.25);
  transform: translate3d(100%, 0, 0);
  transition: transform 220ms ease;
}

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

.cart-drawer-head,
.cart-drawer-foot {
  padding: 18px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: var(--surface);
}

.cart-drawer-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.cart-drawer-head h2 {
  margin-top: 10px;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.cart-drawer-body {
  margin: 16px 0;
  padding: 18px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: var(--surface);
  overflow: auto;
}

.cart-items,
.checkout-lines {
  display: grid;
  gap: 16px;
}

.line-item-remove {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(198, 198, 205, 0.3);
  background: transparent;
  color: var(--secondary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cart-upsell {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: var(--surface-low);
}

.cart-upsell-content {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 14px;
}

.cart-upsell-thumb {
  overflow: hidden;
  background: var(--surface-mid);
}

.cart-upsell-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cart-upsell-copy {
  display: grid;
  gap: 8px;
}

.cart-upsell-copy strong {
  color: var(--primary);
}

.cart-upsell-copy span {
  color: var(--secondary);
  font-size: 0.92rem;
}

.delivery-block,
.floating-delivery {
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: var(--surface);
}

.delivery-block {
  margin-top: 24px;
  padding: 18px;
}

.delivery-meter {
  position: relative;
  height: 10px;
  overflow: hidden;
  background: rgba(198, 198, 205, 0.3);
}

.delivery-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--success), #4a7a65);
  transition: width 220ms ease;
}

.delivery-block p {
  margin-top: 14px;
}

.floating-delivery,
.builder-mobile-bar {
  position: fixed;
  left: 50%;
  z-index: 56;
  transform: translateX(-50%);
  width: min(920px, calc(100vw - 28px));
  box-shadow: var(--shadow-strong);
}

.floating-delivery {
  bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
}

.floating-delivery p:last-child {
  color: var(--muted);
  line-height: 1.65;
}

.builder-mobile-bar {
  bottom: 92px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: rgba(255, 255, 255, 0.96);
}

.builder-mobile-bar strong {
  color: var(--primary);
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 150px;
  z-index: 90;
  max-width: 320px;
  padding: 14px 16px;
  background: var(--primary);
  color: var(--surface);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

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

.empty-state {
  padding: 24px;
  border: 1px dashed rgba(198, 198, 205, 0.5);
  color: var(--muted);
  line-height: 1.8;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .collections-layout,
  .builder-shell,
  .builder-summary-card,
  .checkout-shell,
  .editorial-grid,
  .proof-grid,
  .proof-summary {
    grid-template-columns: 1fr;
  }

  .filters-panel {
    position: static;
  }

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

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

@media (max-width: 920px) {
  :root {
    --content-width: min(100vw - 24px, 100%);
  }

  .header-shell {
    min-height: 72px;
  }

  .brand-block {
    gap: 18px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    z-index: 58;
    display: grid;
    gap: 1px;
    padding: 12px;
    background: rgba(252, 249, 248, 0.98);
    border: 1px solid rgba(198, 198, 205, 0.2);
    box-shadow: var(--shadow-strong);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .site-nav a::after {
    display: none;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    margin-bottom: 42px;
  }

  .proof-head,
  .product-proof-head {
    align-items: start;
    flex-direction: column;
  }

  .builder-progress {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-review-track,
  .product-proof-track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 84vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }

  .proof-review-card,
  .product-proof-card {
    scroll-snap-align: start;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .checkout-form label:last-of-type,
  .checkout-form button,
  .checkout-note {
    grid-column: auto;
  }

  .floating-delivery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .header-actions .cart-trigger span:nth-child(2) {
    display: none;
  }

  .hero {
    min-height: 760px;
    background-position: 58% center;
  }

  .hero-shell {
    align-items: end;
    padding: 48px 0;
    min-height: 760px;
  }

  .section-shell {
    padding: 84px 0;
  }

  .category-grid,
  .product-grid,
  .option-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .category-card-offset {
    transform: none;
  }

  .builder-gallery {
    grid-template-columns: 1fr;
  }

  .builder-summary-card {
    padding: 22px;
  }

  .step-meta {
    flex-direction: column;
    margin-bottom: 14px;
  }

  .thumb-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .builder-stage,
  .builder-stage > img {
    min-height: 520px;
  }

  .checkout-line,
  .line-item {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .checkout-line > strong,
  .line-item-remove {
    grid-column: 2;
    justify-self: start;
  }

  .floating-delivery {
    bottom: 12px;
  }

  .builder-mobile-bar.is-visible {
    display: flex;
  }

  .site-footer {
    padding-bottom: 150px;
  }
}

@media (max-width: 560px) {
  .top-strip {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .brand-mark {
    font-size: 1.45rem;
  }

  .icon-button,
  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .cart-trigger {
    padding: 0 10px;
  }

  .hero h1 {
    font-size: 2.9rem;
  }

  .editorial-media,
  .checkout-form,
  .checkout-summary,
  .cart-drawer-head,
  .cart-drawer-body,
  .cart-drawer-foot {
    padding: 18px;
  }

  .atelier-shell {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }

  .toast {
    left: 12px;
    right: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.site-nav a.is-current {
  color: var(--primary);
}

.site-nav a.is-current::after {
  transform: scaleX(1);
}

.product-actions-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 190px;
  gap: 10px;
  justify-content: flex-end;
  min-width: 0;
  max-width: 100%;
}

.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  flex: 1 1 112px;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}

.product-add {
  flex: 1 1 124px;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
}

.page-hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(4, 12, 33, 0.82) 0%, rgba(4, 12, 33, 0.54) 100%),
    linear-gradient(180deg, #31415f 0%, #101826 100%);
}

.page-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: end;
  width: var(--content-width);
  min-height: 520px;
  margin: 0 auto;
  padding: 110px 0 72px;
}

.page-hero h1,
.product-summary h1,
.product-story h2 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--surface);
}

.page-hero h1 {
  margin-top: 22px;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.03;
}

.page-hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-stat-list {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.hero-stat-list article {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-stat-list strong {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  line-height: 1;
}

.hero-stat-list span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.76);
}

.product-page {
  padding-top: 72px;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 56px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 18px;
}

.product-gallery-main {
  position: relative;
  overflow: hidden;
  background: var(--surface-low);
}

.product-gallery-main img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-gallery-main .product-badge {
  top: 20px;
  left: 20px;
}

.product-gallery-support {
  display: grid;
}

.product-gallery-card {
  padding: 18px;
  background: var(--surface);
  border: 1px solid rgba(198, 198, 205, 0.2);
  box-shadow: var(--shadow-soft);
}

.product-gallery-card img {
  width: 100%;
  margin-top: 14px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-summary h1,
.product-story h2 {
  color: var(--primary);
}

.product-summary h1 {
  margin-top: 12px;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.04;
}

.product-subtitle,
.product-description {
  color: var(--muted);
  line-height: 1.85;
}

.product-subtitle {
  margin-top: 16px;
  font-size: 1rem;
}

.product-price-stack {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 20px;
}

.product-price-stack strong {
  font-size: 2rem;
  color: var(--primary);
}

.product-price-stack span {
  color: var(--outline);
  text-decoration: line-through;
}

.product-price-note {
  margin-top: 14px;
  color: var(--secondary);
  line-height: 1.75;
}

.product-description {
  margin-top: 18px;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.meta-card {
  padding: 18px;
  border: 1px solid rgba(198, 198, 205, 0.22);
  background: var(--surface);
}

.meta-card span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--outline);
}

.meta-card strong {
  display: block;
  margin-top: 10px;
  color: var(--primary);
}

.product-size-block {
  margin-top: 26px;
}

.product-size-stack {
  margin-top: 12px;
}

.product-color-block {
  margin-top: 22px;
}

.product-color-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.product-color-chip {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 10px;
  border: 1px solid var(--outline-soft);
  background: var(--surface);
  color: var(--primary);
  text-align: left;
}

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

.product-color-chip.is-active {
  border-color: var(--primary);
  background: rgba(4, 12, 33, 0.03);
  box-shadow: 0 18px 32px rgba(4, 12, 33, 0.08);
}

.product-color-chip-thumb {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #f6f3ee;
}

.product-color-chip-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-color-chip-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.product-color-chip-topline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.product-color-chip-topline strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-color-chip-copy small {
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.product-color-chip-swatch {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(4, 12, 33, 0.18);
  background: var(--chip-color, #111);
}

.product-cta-stack {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.product-story .section-note {
  max-width: 760px;
}

.product-proof-shell {
  display: grid;
  gap: 22px;
  margin-top: 40px;
  padding: 28px;
  border: 1px solid rgba(198, 198, 205, 0.2);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.product-proof-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(198, 198, 205, 0.22);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.benefit-marker {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(196, 154, 103, 0.14);
  border: 1px solid rgba(196, 154, 103, 0.34);
}

.benefit-marker::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--secondary);
  border-bottom: 2px solid var(--secondary);
  transform: rotate(45deg);
}

.benefit-card p {
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .page-hero-shell,
  .product-layout,
  .benefit-grid,
  .meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-hero-shell {
    min-height: 420px;
    padding: 88px 0 56px;
  }

  .product-page {
    padding-top: 40px;
  }
}

.hero-video-shell {
  overflow: hidden;
  background: var(--primary);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-shell .hero-shell {
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.hero-side-panel {
  width: min(360px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--surface);
  backdrop-filter: blur(12px);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.step-explainer {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(198, 198, 205, 0.22);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.step-explainer span {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  color: var(--secondary);
}

.step-explainer h3,
.choice-head h3,
.product-order-panel h3,
.featured-card-copy h3,
.conversion-shell h2 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.step-explainer p,
.choice-note,
.conversion-shell p,
.checkout-side-note p {
  color: var(--muted);
  line-height: 1.8;
}

.featured-head-meta {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.featured-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 1fr);
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 420px;
  background: var(--surface);
  box-shadow: var(--shadow-strong);
  scroll-snap-align: start;
}

.featured-card-media {
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f3f2 0%, #ece8e2 100%);
  text-decoration: none;
}

.featured-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-card-copy {
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 28px;
}

.featured-card-copy h3 {
  font-size: 2rem;
}

.featured-card-row {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
}

.featured-price-cluster {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.featured-card-row strong {
  color: var(--secondary);
  font-size: 1.2rem;
}

.featured-price-cluster span {
  color: var(--outline);
  text-decoration: line-through;
}

.featured-card-actions {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 180px;
  gap: 12px;
  justify-content: end;
  min-width: 0;
  max-width: 100%;
}

.featured-card-actions .button {
  flex: 1 1 140px;
  min-height: 48px;
  padding: 0 20px;
  min-width: 0;
}

.featured-card-note {
  color: var(--secondary);
  line-height: 1.7;
}

.product-card {
  display: grid;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(198, 198, 205, 0.18);
  box-shadow: var(--shadow-soft);
}

.product-card-item {
  background: var(--surface);
}

.product-card-box {
  background: linear-gradient(180deg, #050d22 0%, #121c31 100%);
  color: rgba(255, 255, 255, 0.88);
}

.product-card-box .product-media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.product-card-box .product-copy h4,
.product-card-box .product-link {
  color: var(--surface);
}

.product-card-box .product-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.product-card-box .product-price {
  color: #e4c18d;
}

.product-card-box .product-price-compare {
  color: rgba(255, 255, 255, 0.64);
}

.product-card-box .product-card-note {
  color: #f0d7af;
}

.product-card-box .product-add {
  border-color: rgba(228, 193, 141, 0.62);
  color: #f0d7af;
}

.product-card-box .product-add:hover,
.product-card-box .product-add:focus-visible {
  background: #e4c18d;
  color: #071021;
}

.product-card-box .product-badge,
.product-card-box .product-badge.is-highlight {
  background: #d9b27d;
  color: #071021;
}

.product-card-item .product-badge.is-highlight {
  background: var(--secondary);
  color: var(--surface);
}

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

.catalogue-sentinel {
  display: grid;
  place-items: center;
  min-height: 120px;
  margin-top: 28px;
  padding: 24px;
  border: 1px dashed rgba(198, 198, 205, 0.5);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

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

.filters-panel-sticky,
.filters-panel {
  position: sticky;
  top: 104px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(198, 198, 205, 0.16);
  box-shadow: var(--shadow-soft);
}

.conversion-panel {
  padding-top: 0;
}

.conversion-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 40px;
  background: linear-gradient(135deg, #071021 0%, #1a243c 100%);
  color: var(--surface);
}

.conversion-shell h2 {
  margin-top: 12px;
  color: var(--surface);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.conversion-shell .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.conversion-shell p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: end;
}

.conversion-actions .button-outline {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--surface);
}

.conversion-actions .button-outline:hover,
.conversion-actions .button-outline:focus-visible {
  border-color: var(--surface);
  background: rgba(255, 255, 255, 0.12);
}

.footer-trust-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 16px;
  width: var(--content-width);
  margin: 0 auto;
  padding: 40px 0 0;
}

.footer-trust-card {
  padding: 20px;
  background: var(--surface);
  border: 1px solid rgba(198, 198, 205, 0.18);
  box-shadow: var(--shadow-soft);
}

.footer-trust-card strong {
  display: block;
  color: var(--primary);
}

.footer-trust-card p {
  margin-top: 10px;
}

.footer-wa-button {
  align-self: stretch;
}

.product-funnel-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}

.product-media-column {
  position: sticky;
  top: 106px;
}

.product-gallery-carousel {
  position: relative;
  padding: 24px;
  background: var(--surface);
  border: 1px solid rgba(198, 198, 205, 0.18);
  box-shadow: var(--shadow-soft);
}

.product-gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(82%, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.product-gallery-slide {
  scroll-snap-align: start;
  overflow: hidden;
  background: var(--surface-low);
}

.product-gallery-slide img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-gallery-caption {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--surface);
}

.product-gallery-caption strong {
  color: var(--primary);
}

.product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.rating-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--secondary);
}

.rating-stars .material-symbols-outlined {
  font-size: 18px;
}

.product-config-funnel {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.product-choice-block,
.product-order-panel {
  padding: 26px;
  background: var(--surface);
  border: 1px solid rgba(198, 198, 205, 0.2);
  box-shadow: var(--shadow-soft);
}

.choice-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.choice-head-stack {
  align-items: start;
}

.choice-head h3 {
  margin-top: 8px;
  font-size: 1.5rem;
}

.size-guide-link {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.size-guide-modal[hidden] {
  display: none !important;
}

.size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.size-guide-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 12, 33, 0.52);
  backdrop-filter: blur(8px);
}

.size-guide-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(198, 198, 205, 0.32);
  background: var(--surface);
  box-shadow: 0 30px 80px rgba(4, 12, 33, 0.22);
}

.size-guide-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
}

.size-guide-head h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.size-guide-head p:last-child {
  max-width: 620px;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.close-size-guide {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--outline-soft);
  background: var(--surface-low);
  color: var(--primary);
}

.size-guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.size-guide-tab {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--outline-soft);
  background: var(--surface-low);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.size-guide-tab.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--surface);
}

.size-guide-helper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-top: 22px;
  padding: 18px;
  background: linear-gradient(135deg, #f9f5ef 0%, #f1ece7 100%);
  border: 1px solid rgba(124, 87, 48, 0.14);
}

.size-guide-field {
  display: grid;
  gap: 8px;
}

.size-guide-field label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary);
}

.size-guide-input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--outline-soft);
  background: var(--surface);
}

.size-guide-input-wrap input,
.size-guide-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--outline-soft);
  background: var(--surface);
  color: var(--primary);
}

.size-guide-input-wrap input {
  border: 0;
  padding: 0 14px;
}

.size-guide-input-wrap span {
  padding-right: 14px;
  color: var(--outline);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.size-guide-field select {
  padding: 0 14px;
}

.size-guide-result {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(39, 74, 59, 0.18);
  background: rgba(39, 74, 59, 0.08);
  color: var(--primary);
  line-height: 1.7;
}

.size-guide-result strong {
  color: var(--success);
}

.size-guide-result .button {
  margin-top: 12px;
}

.size-guide-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
  border: 1px solid var(--outline-soft);
}

.size-guide-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: var(--surface);
}

.size-guide-table th,
.size-guide-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(198, 198, 205, 0.28);
  text-align: left;
  vertical-align: middle;
}

.size-guide-table th {
  background: var(--primary);
  color: var(--surface);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.size-guide-table tr.is-current td {
  background: rgba(196, 154, 103, 0.12);
}

.size-guide-table tr.is-unavailable td {
  color: var(--outline);
}

.size-guide-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 34px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 800;
}

.size-guide-row-action {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--primary);
  background: var(--surface);
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.size-guide-row-action:not(:disabled):hover,
.size-guide-row-action:not(:disabled):focus-visible {
  background: var(--primary);
  color: var(--surface);
}

.size-guide-row-action:disabled {
  cursor: not-allowed;
}

.size-guide-tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.size-guide-tip {
  padding: 16px;
  background: var(--surface-low);
  border: 1px solid rgba(198, 198, 205, 0.2);
  color: var(--muted);
  line-height: 1.65;
}

.size-guide-tip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
}

.choice-note {
  margin-bottom: 18px;
}

.product-watch-toggle {
  min-height: 48px;
  padding: 0 18px;
}

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

.product-order-panel {
  margin-top: 24px;
}

.product-order-panel h3 {
  margin-top: 12px;
  font-size: 1.7rem;
}

.product-order-lines {
  display: grid;
  gap: 12px;
  margin: 20px 0 24px;
}

.product-order-note {
  margin-bottom: 18px;
  color: var(--secondary);
  line-height: 1.75;
}

.order-line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: var(--surface-low);
}

.order-line strong {
  color: var(--primary);
}

.order-line span {
  color: var(--muted);
  text-align: right;
  line-height: 1.65;
}

.checkout-page-shell {
  padding-top: 84px;
}

.checkout-side-note {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(198, 198, 205, 0.2);
}

.checkout-offer-reminder {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(124, 87, 48, 0.18);
  background: linear-gradient(180deg, #fbf7f1 0%, #f5efe8 100%);
}

.checkout-offer-reminder strong {
  color: var(--primary);
}

.checkout-offer-price {
  color: var(--secondary);
  font-size: 0.92rem;
}

.checkout-side-note strong {
  color: var(--primary);
}

.thank-you-header {
  background: rgba(252, 249, 248, 0.94);
}

.thank-you-header .header-shell {
  justify-content: space-between;
}

.thank-you-header-link {
  min-height: 42px;
  padding: 0 18px;
}

.thank-you-page {
  min-height: calc(100vh - 108px);
  padding: 120px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(124, 87, 48, 0.14), transparent 32%),
    linear-gradient(135deg, #fbf7f1 0%, #fcf9f8 46%, #eef1ed 100%);
}

.thank-you-shell {
  width: min(860px, calc(100vw - 48px));
  margin: 0 auto;
}

.thank-you-card {
  display: grid;
  gap: 24px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(198, 198, 205, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-strong);
}

.thank-you-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(39, 74, 59, 0.1);
  color: var(--success);
  font-size: 42px;
}

.thank-you-card h1 {
  max-width: 680px;
  font-family: "Noto Serif", serif;
  font-size: clamp(2.6rem, 6vw, 5.1rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.thank-you-card p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

.thank-you-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.thank-you-details div {
  padding: 18px;
  border: 1px solid rgba(198, 198, 205, 0.22);
  background: var(--surface-low);
}

.thank-you-details span {
  display: block;
  color: var(--secondary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.thank-you-details strong {
  display: block;
  margin-top: 10px;
  color: var(--primary);
  font-size: 1rem;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1180px) {
  .hero-video-shell .hero-shell,
  .featured-card,
  .product-funnel-layout,
  .conversion-shell,
  .footer-trust-shell {
    grid-template-columns: 1fr;
  }

  .hero-video-shell .hero-shell {
    display: grid;
  }

  .filters-panel-sticky,
  .filters-panel {
    position: static;
  }

  .product-media-column {
    position: static;
  }
}

@media (max-width: 920px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .featured-head-meta {
    justify-items: start;
  }

  .featured-track {
    grid-auto-columns: minmax(280px, 86vw);
  }

  .conversion-actions {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .hero-video-shell .hero-shell {
    padding-top: 96px;
  }

  body[data-page="catalogue"] .floating-delivery {
    display: none;
  }

  .size-guide-modal {
    align-items: end;
    padding: 0;
  }

  .size-guide-panel {
    width: 100%;
    max-height: 92vh;
    padding: 22px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .size-guide-head {
    gap: 14px;
  }

  .size-guide-helper {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .size-guide-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .size-guide-tab {
    padding: 0 10px;
  }

  .size-guide-tips {
    grid-template-columns: 1fr;
  }

  .size-guide-table th,
  .size-guide-table td {
    padding: 13px;
  }

  .hero-side-panel,
  .product-choice-block,
  .product-order-panel,
  .product-gallery-carousel,
  .conversion-shell,
  .footer-trust-card {
    padding: 20px;
  }

  .featured-card {
    min-height: auto;
  }

  .featured-card-copy {
    padding: 22px;
  }

  .proof-shell,
  .product-proof-shell {
    padding: 22px;
  }

  .product-grid,
  .catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .product-copy h4 {
    font-size: 1.15rem;
  }

  .product-price-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .product-actions-inline {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-link,
  .product-add {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    justify-content: center;
  }

  .product-link {
    border: 1px solid var(--outline-soft);
    background: var(--surface-low);
  }

  .product-card-box .product-link {
    border-color: rgba(228, 193, 141, 0.38);
    background: rgba(255, 255, 255, 0.06);
    color: #f0d7af;
  }

  .quick-view {
    opacity: 1;
    transform: translate(-50%, 0);
    bottom: 12px;
    min-height: 42px;
    font-size: 10px;
  }

  .product-gallery-track {
    grid-auto-columns: calc(100% - 20px);
  }

  .choice-head,
  .featured-card-row {
    align-items: start;
    flex-direction: column;
  }

  .order-line {
    flex-direction: column;
  }

  .order-line span {
    text-align: left;
  }

  .thank-you-page {
    padding: 72px 0;
  }

  .thank-you-details,
  .thank-you-actions {
    grid-template-columns: 1fr;
  }

  .thank-you-actions {
    display: grid;
  }

  .thank-you-actions .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .header-actions .icon-button[aria-label="Rechercher"] {
    display: none;
  }

  .featured-card-actions,
  .conversion-actions {
    display: grid;
  }

  .featured-card-actions .button,
  .conversion-actions .button,
  .footer-wa-button {
    width: 100%;
  }

  .footer-trust-shell {
    padding-top: 24px;
  }
}
