/* ETL responsive polish: colour selector, viewport rhythm and mobile header. */
.entry-stage.entry-stage--selection {
  min-height: min(92svh, 58rem);
  padding-top: 6.75rem;
  padding-bottom: 2.5rem;
}

/* Route system: real commerce pages and transparent primary 3D stages. */
.entry-stage__landing-visual,
.hero-product__visual {
  position: relative;
}

.etl-primary-three {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  contain: layout paint;
}

.etl-primary-three.is-ready,
.etl-primary-three.is-fallback {
  opacity: 1;
}

.etl-primary-three > img,
.etl-primary-three > canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.etl-primary-three > img {
  object-fit: contain;
  opacity: 1;
  transition: opacity 170ms cubic-bezier(0.4, 0, 1, 1);
}

.etl-primary-three > canvas {
  opacity: 0;
  transition: opacity 300ms 100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.etl-primary-three.is-ready > canvas {
  opacity: 1;
}

.etl-primary-three.is-ready > img {
  opacity: 0;
}

.entry-stage__landing-visual:has(.etl-primary-three) > img,
.hero-product__visual:has(.etl-primary-three) .hero-product__layers {
  opacity: 0 !important;
  visibility: hidden;
}

.etl-primary-three--landing {
  inset: -7% -4% -4%;
  filter: drop-shadow(0 26px 30px rgb(67 39 44 / 18%));
}

.etl-primary-three--hero {
  inset: 5% 4% 8%;
  filter: drop-shadow(0 24px 28px rgb(45 31 34 / 17%));
}

.etl-route-main {
  min-height: 100svh;
  background: #fcf6ec;
}

html.etl-custom-route .site-loader {
  display: none !important;
}

html.etl-custom-route .transition-overlay {
  display: none !important;
}

.etl-route-heading {
  padding: clamp(8rem, 13vw, 12.5rem) clamp(1.25rem, 5vw, 5.5rem) clamp(3rem, 6vw, 5.5rem);
}

.etl-route-heading .eyebrow {
  margin-bottom: 1.3rem;
}

.etl-route-heading h1,
.etl-confirmation h1 {
  max-width: 10ch;
  margin: 0;
  color: #2e231f;
  font-family: "DM Serif Display", serif;
  font-size: clamp(3.6rem, 7.2vw, 8.8rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

.etl-route-heading h1 em,
.etl-confirmation h1 em {
  color: #a63350;
  font-weight: 400;
}

.etl-route-heading nav {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
  color: #746761;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.etl-route-heading nav span + *::before {
  content: "/";
  margin-right: 0.8rem;
  color: #c2aaa4;
}

.etl-route-heading nav b {
  color: #2e231f;
  font-weight: 700;
}

.etl-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(23rem, 0.88fr);
  border-top: 1px solid rgb(46 35 31 / 16%);
}

.etl-checkout-grid:has(.etl-checkout-form[hidden]) {
  grid-template-columns: 1fr;
}

.etl-checkout-form {
  padding: clamp(2.5rem, 6vw, 6.5rem) clamp(1.25rem, 7vw, 8rem);
}

.etl-checkout-form[hidden] {
  display: none;
}

.etl-checkout-form fieldset {
  min-width: 0;
  margin: 0 0 3rem;
  padding: 0;
  border: 0;
}

.etl-checkout-form legend {
  width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgb(46 35 31 / 18%);
  color: #2e231f;
  font-family: "DM Serif Display", serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}

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

.etl-field {
  display: grid;
  gap: 0.55rem;
}

.etl-field--wide {
  grid-column: 1 / -1;
}

.etl-field > span {
  color: #655954;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.etl-field input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #c8bbb4;
  border-radius: 4px;
  outline: 0;
  background: #fffdf8;
  color: #2e231f;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.etl-field input:focus {
  border-color: #9a3048;
  box-shadow: 0 0 0 3px rgb(154 48 72 / 12%);
}

.etl-shipping-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(46 35 31 / 14%);
  cursor: pointer;
}

.etl-shipping-option input,
.etl-checkout-consent input {
  accent-color: #9a3048;
}

.etl-shipping-option span {
  display: grid;
  gap: 0.2rem;
}

.etl-shipping-option small {
  color: #756964;
}

.etl-payment-placeholder {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgb(46 35 31 / 14%);
  border-bottom: 1px solid rgb(46 35 31 / 14%);
}

.etl-payment-placeholder span {
  font-weight: 700;
}

.etl-payment-placeholder small,
.etl-checkout-note {
  color: #756964;
  line-height: 1.5;
}

.etl-checkout-consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0 0 1.25rem;
  font-size: 0.86rem;
}

.etl-checkout-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.etl-checkout-submit {
  width: 100%;
  justify-content: center;
}

.etl-checkout-note {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  text-align: center;
}

.etl-checkout-summary {
  align-self: stretch;
  min-width: 0;
  padding: clamp(2.5rem, 6vw, 6.5rem) clamp(1.25rem, 5vw, 5.5rem);
  background: #efc2cf;
}

.etl-checkout-summary__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(46 35 31 / 20%);
  font-family: "DM Serif Display", serif;
  font-size: 1.55rem;
}

.etl-checkout-summary__head a {
  align-self: center;
  color: #2e231f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.etl-checkout-items {
  display: grid;
}

.etl-checkout-item {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgb(46 35 31 / 16%);
}

.etl-checkout-item__image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  background: #f8dbe3;
}

.etl-checkout-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.etl-checkout-item__image span {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: grid;
  width: 1.35rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #2e231f;
  color: #fff;
  font-size: 0.68rem;
}

.etl-checkout-item > div:nth-child(2) {
  display: grid;
  gap: 0.25rem;
}

.etl-checkout-item small {
  color: #765864;
}

.etl-checkout-totals {
  margin: 2rem 0 0;
}

.etl-checkout-totals > div {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.etl-checkout-totals .is-total {
  margin-top: 0.8rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgb(46 35 31 / 24%);
  font-family: "DM Serif Display", serif;
  font-size: 1.55rem;
}

.etl-checkout-empty {
  display: grid;
  gap: 1.2rem;
  justify-items: start;
  padding-top: 2rem;
}

.etl-confirmation {
  display: grid;
  min-height: 100svh;
  padding: clamp(9rem, 16vw, 14rem) clamp(1.25rem, 9vw, 9rem) clamp(5rem, 9vw, 8rem);
  align-content: center;
  justify-items: start;
  background: linear-gradient(90deg, #fcf6ec 0 66%, #efc2cf 66% 100%);
}

.etl-confirmation__mark {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 2rem;
  border: 1px solid #9a3048;
  border-radius: 50%;
  color: #9a3048;
  font-size: 1.2rem;
}

.etl-confirmation > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 2rem 0;
  color: #625650;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.etl-confirmation__steps {
  display: grid;
  width: min(100%, 44rem);
  grid-template-columns: repeat(3, 1fr);
  margin: 1rem 0 2.5rem;
  border-top: 1px solid rgb(46 35 31 / 22%);
}

.etl-confirmation__steps span {
  display: grid;
  gap: 0.4rem;
  padding-top: 0.9rem;
  color: #8e817a;
  font-size: 0.75rem;
}

.etl-confirmation__steps span.is-active {
  color: #9a3048;
}

.etl-confirmation__steps small {
  color: #2e231f;
  font-size: 0.82rem;
  font-weight: 700;
}

.etl-service-page {
  max-width: none;
}

.etl-service-page__intro {
  max-width: 42rem;
  margin: 1.5rem 0 4rem;
  color: #665a55;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.etl-service-grid {
  border-top: 1px solid rgb(46 35 31 / 18%);
}

.etl-service-grid article {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgb(46 35 31 / 18%);
}

.etl-service-grid article > span {
  color: #a63350;
  font-size: 0.75rem;
  font-weight: 700;
}

.etl-service-grid h2 {
  margin: 0 0 0.5rem;
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0;
}

.etl-service-grid p {
  max-width: 48rem;
  margin: 0;
  color: #665a55;
  line-height: 1.7;
}

.site-footer .footer-bottom nav[aria-label="Liens légaux"] {
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .etl-checkout-grid {
    grid-template-columns: 1fr;
  }

  .etl-checkout-summary {
    grid-row: 1;
  }

  .etl-confirmation {
    background: linear-gradient(180deg, #fcf6ec 0 76%, #efc2cf 76% 100%);
  }
}

@media (max-width: 767px) {
  .etl-primary-three--landing {
    inset: -2% -8% 0;
  }

  .etl-primary-three--hero {
    inset: 8% -2% 10%;
  }

  .etl-route-heading {
    padding-top: 7.5rem;
  }

  .etl-route-heading h1,
  .etl-confirmation h1 {
    font-size: clamp(3.3rem, 17vw, 5.3rem);
  }

  .etl-route-heading nav {
    gap: 0.45rem;
    font-size: 0.67rem;
  }

  .etl-route-heading nav span + *::before {
    margin-right: 0.45rem;
  }

  .etl-checkout-form,
  .etl-checkout-summary {
    padding: 2.4rem 1.15rem 3.5rem;
  }

  .etl-field-grid {
    grid-template-columns: 1fr;
  }

  .etl-field--wide {
    grid-column: auto;
  }

  .etl-checkout-item {
    grid-template-columns: 4.4rem 1fr auto;
    gap: 0.75rem;
  }

  .etl-confirmation {
    padding: 8rem 1.25rem 5rem;
  }

  .etl-confirmation__steps {
    gap: 0.4rem;
  }

  .etl-service-grid article {
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .etl-primary-three,
  .etl-primary-three > img,
  .etl-primary-three > canvas {
    transition: none !important;
  }
}

/* Operational checkout and bank-transfer flow. */
.etl-field select,
.etl-field textarea {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #c8bbb4;
  border-radius: 4px;
  outline: 0;
  background: #fffdf8;
  color: #2e231f;
  font: inherit;
  resize: vertical;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.etl-field select:focus,
.etl-field textarea:focus {
  border-color: #9a3048;
  box-shadow: 0 0 0 3px rgb(154 48 72 / 12%);
}

.etl-field > span small {
  color: #91847d;
  font-size: 0.64rem;
  font-weight: 500;
  text-transform: none;
}

.etl-checkout-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
  padding: 1rem 0;
  border-top: 1px solid rgb(46 35 31 / 16%);
  border-bottom: 1px solid rgb(46 35 31 / 16%);
  color: #655954;
  font-size: 0.72rem;
  line-height: 1.35;
}

.etl-checkout-reassurance span {
  display: grid;
  gap: 0.35rem;
}

.etl-checkout-reassurance b {
  color: #a63350;
  font-size: 0.66rem;
}

.etl-payment-placeholder--bank {
  position: relative;
  padding-left: 2.5rem;
}

.etl-payment-placeholder--bank::before {
  position: absolute;
  top: 1rem;
  left: 0;
  display: grid;
  width: 1.6rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #9a3048;
  border-radius: 50%;
  color: #9a3048;
  content: "✓";
  font-size: 0.72rem;
}

.etl-checkout-consent--optional {
  color: #6f625c;
}

.etl-honeypot {
  position: fixed !important;
  top: -100vh !important;
  left: -100vw !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.etl-commerce-notice {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 0.82rem;
  line-height: 1.5;
}

.etl-commerce-notice.is-error {
  background: #fff1f2;
  color: #8e243d;
}

.etl-commerce-notice.is-success {
  background: #eef8f1;
  color: #286244;
}

.etl-commerce-notice.is-warning {
  background: #fff8e8;
  color: #6c4c1f;
}

.primary-button:disabled,
.etl-checkout-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.etl-bank-transfer,
.etl-order-tracking,
.etl-admin-orders {
  min-height: 100svh;
  background: #fcf6ec;
}

.etl-bank-order-ref {
  position: absolute;
  top: 7.7rem;
  right: clamp(1.25rem, 5vw, 5.5rem);
  margin: 0;
  color: #7b6d66;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.etl-bank-loading,
.etl-bank-state {
  border-top: 1px solid rgb(46 35 31 / 16%);
}

.etl-bank-loading {
  display: grid;
  min-height: 18rem;
  padding: 4rem clamp(1.25rem, 5vw, 5.5rem);
  align-content: center;
  gap: 1rem;
  color: #6d605a;
}

.etl-bank-loading__line {
  display: block;
  width: min(24rem, 70vw);
  height: 2px;
  overflow: hidden;
  background: #e0cbc8;
}

.etl-bank-loading__line::after {
  display: block;
  width: 40%;
  height: 100%;
  background: #a63350;
  content: "";
  animation: etl-bank-progress 1.1s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

@keyframes etl-bank-progress {
  from { transform: translateX(0); }
  to { transform: translateX(150%); }
}

.etl-bank-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  border-top: 1px solid rgb(46 35 31 / 16%);
}

.etl-bank-details,
.etl-proof-form {
  min-width: 0;
  padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 6vw, 7rem);
}

.etl-bank-details__intro {
  margin-bottom: 2.2rem;
}

.etl-bank-details__intro > span,
.etl-tracking-result__head > span {
  color: #a63350;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.etl-bank-details h2,
.etl-proof-form h2,
.etl-bank-unavailable h2,
.etl-order-tracking h2,
.etl-admin-order h2,
.etl-contact-panel h2 {
  margin: 0.6rem 0 0.8rem;
  color: #2e231f;
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.etl-bank-details__intro p,
.etl-proof-form > p,
.etl-bank-unavailable p,
.etl-order-tracking .etl-route-heading > p {
  max-width: 42rem;
  color: #6c5f59;
  line-height: 1.65;
}

.etl-bank-row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.65fr) minmax(0, 1.35fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 4.5rem;
  border-top: 1px solid rgb(46 35 31 / 16%);
}

.etl-bank-row:last-of-type {
  border-bottom: 1px solid rgb(46 35 31 / 16%);
}

.etl-bank-row > span {
  color: #80736c;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.etl-bank-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.92rem;
}

.etl-bank-row button {
  padding: 0.45rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #6d4050;
  cursor: pointer;
  font: 700 0.68rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
}

.etl-bank-safety {
  margin: 1.4rem 0 0;
  color: #655954;
  font-size: 0.76rem;
  line-height: 1.55;
}

.etl-proof-form {
  align-self: stretch;
  background: #efc2cf;
}

.etl-proof-drop {
  display: grid;
  gap: 0.55rem;
  min-height: 11rem;
  margin: 2rem 0 1.2rem;
  padding: 1.5rem;
  place-content: center;
  border: 1px dashed rgb(46 35 31 / 46%);
  border-radius: 4px;
  background: rgb(255 253 248 / 42%);
  cursor: pointer;
  text-align: center;
}

.etl-proof-drop input {
  width: 100%;
  max-width: 18rem;
  font: inherit;
  font-size: 0.75rem;
}

.etl-proof-drop span {
  font-family: "DM Serif Display", serif;
  font-size: 1.45rem;
}

.etl-proof-drop small,
.etl-proof-form > small {
  color: #665954;
  line-height: 1.5;
}

.etl-proof-form .primary-button {
  width: 100%;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.etl-bank-unavailable {
  display: grid;
  max-width: 52rem;
  min-height: 26rem;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 8vw, 9rem);
  align-content: center;
  justify-items: start;
}

.etl-bank-unavailable > span {
  color: #a63350;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.etl-tracking-form,
.etl-tracking-result,
.etl-admin-login,
.etl-admin-list {
  margin: 0 clamp(1.25rem, 5vw, 5.5rem) 5rem;
}

.etl-tracking-form,
.etl-admin-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 2rem 0;
  border-top: 1px solid rgb(46 35 31 / 18%);
  border-bottom: 1px solid rgb(46 35 31 / 18%);
}

.etl-admin-login {
  grid-template-columns: minmax(16rem, 30rem) auto;
  justify-content: start;
}

.etl-tracking-form .etl-commerce-notice,
.etl-admin-login .etl-commerce-notice {
  grid-column: 1 / -1;
  margin: 0;
}

.etl-tracking-result {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.etl-tracking-result__head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.etl-tracking-result__head b {
  color: #276244;
  font-size: 0.78rem;
}

.etl-tracking-timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid #cdbfb8;
}

.etl-tracking-timeline span {
  position: relative;
  padding: 1rem 0 0;
  color: #8a7e78;
  font-size: 0.68rem;
  font-weight: 700;
}

.etl-tracking-timeline i {
  position: absolute;
  top: -0.34rem;
  left: 0;
  width: 0.66rem;
  aspect-ratio: 1;
  border: 1px solid #9d8e87;
  border-radius: 50%;
  background: #fcf6ec;
}

.etl-tracking-timeline[data-status="awaiting_transfer"] span:nth-child(-n+1),
.etl-tracking-timeline[data-status="proof_received"] span:nth-child(-n+2),
.etl-tracking-timeline[data-status="payment_verified"] span:nth-child(-n+3),
.etl-tracking-timeline[data-status="preparing"] span:nth-child(-n+4),
.etl-tracking-timeline[data-status="shipped"] span:nth-child(-n+5),
.etl-tracking-timeline[data-status="delivered"] span:nth-child(-n+6) {
  color: #a63350;
}

.etl-tracking-timeline[data-status="awaiting_transfer"] span:nth-child(-n+1) i,
.etl-tracking-timeline[data-status="proof_received"] span:nth-child(-n+2) i,
.etl-tracking-timeline[data-status="payment_verified"] span:nth-child(-n+3) i,
.etl-tracking-timeline[data-status="preparing"] span:nth-child(-n+4) i,
.etl-tracking-timeline[data-status="shipped"] span:nth-child(-n+5) i,
.etl-tracking-timeline[data-status="delivered"] span:nth-child(-n+6) i {
  border-color: #a63350;
  background: #a63350;
}

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

.etl-confirmation__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.etl-contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgb(46 35 31 / 18%);
  border-bottom: 1px solid rgb(46 35 31 / 18%);
}

.etl-contact-panel > div {
  min-width: 0;
}

.etl-contact-panel > div > span {
  color: #a63350;
  font-size: 0.72rem;
  font-weight: 700;
}

.etl-contact-panel .primary-button {
  grid-column: 1 / -1;
  justify-self: start;
}

.etl-admin-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgb(46 35 31 / 18%);
}

.etl-admin-order {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgb(46 35 31 / 18%);
}

.etl-admin-order header,
.etl-admin-order__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.etl-admin-order header span {
  color: #a63350;
  font-size: 0.7rem;
  font-weight: 700;
}

.etl-admin-order h2 {
  margin-top: 0.25rem;
  font-size: 1.6rem;
}

.etl-admin-order p {
  margin: 0.35rem 0;
  color: #6a5d57;
  font-size: 0.82rem;
}

.etl-admin-order__actions {
  margin-top: 1rem;
}

.etl-admin-order__actions label {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.etl-admin-order__actions select {
  min-height: 2.7rem;
  padding: 0 0.75rem;
  border: 1px solid #c8bbb4;
  border-radius: 4px;
  background: #fffdf8;
  font: inherit;
}

.etl-admin-order__actions a {
  color: #2e231f;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .etl-bank-grid {
    grid-template-columns: 1fr;
  }

  .etl-proof-form {
    grid-row: 1;
  }

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

  .etl-tracking-form .primary-button {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .etl-checkout-reassurance,
  .etl-contact-panel,
  .etl-tracking-form,
  .etl-admin-login {
    grid-template-columns: 1fr;
  }

  .etl-checkout-reassurance {
    gap: 0;
    padding: 0;
  }

  .etl-checkout-reassurance span {
    grid-template-columns: 2rem 1fr;
    gap: 0.5rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgb(46 35 31 / 10%);
  }

  .etl-bank-order-ref {
    position: static;
    padding: 0 1.15rem 1rem;
  }

  .etl-bank-details,
  .etl-proof-form {
    padding: 2.8rem 1.15rem;
  }

  .etl-bank-row {
    grid-template-columns: 1fr auto;
    gap: 0.35rem 0.8rem;
    padding: 0.8rem 0;
  }

  .etl-bank-row strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .etl-bank-row button {
    grid-column: 2;
    grid-row: 1;
  }

  .etl-tracking-form,
  .etl-tracking-result,
  .etl-admin-login,
  .etl-admin-list {
    margin-inline: 1.15rem;
  }

  .etl-tracking-form .primary-button,
  .etl-contact-panel .primary-button {
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }

  .etl-tracking-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    border-left: 1px solid #cdbfb8;
  }

  .etl-tracking-timeline span {
    min-height: 2.8rem;
    padding: 0 0 0 1rem;
  }

  .etl-tracking-timeline i {
    top: 0.15rem;
    left: -0.34rem;
  }

  .etl-confirmation__steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }

  .etl-confirmation__actions,
  .etl-confirmation__actions a {
    width: 100%;
  }

  .etl-confirmation__actions a {
    justify-content: center;
  }

  .etl-contact-panel {
    gap: 1rem;
  }

  .etl-admin-order header,
  .etl-admin-order__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .etl-bank-loading__line::after {
    animation: none !important;
    transform: none !important;
  }
}

.entry-stage__selection-heading {
  margin-bottom: 0.25rem;
}

.entry-stage__selection-grid {
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

.entry-product {
  min-height: clamp(21rem, 36vh, 27rem);
}

.etl-carousel-indicator {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .entry-stage.entry-stage--selection {
    min-height: min(88svh, 52rem);
    justify-content: flex-start;
    padding-top: 8rem;
    padding-bottom: 2.25rem;
  }

  .entry-stage__selection-grid {
    gap: 0.45rem;
  }

  .entry-product {
    min-height: 17rem;
  }

  .entry-product img {
    height: 10.75rem;
  }
}

@media (max-width: 767px) {
  .entry-stage.entry-stage--selection {
    min-height: auto;
    justify-content: flex-start;
    padding: 6.75rem 0 4.25rem;
    overflow: hidden;
  }

  .entry-stage__selection-heading {
    width: 100%;
    max-width: 31rem;
    margin: 0 auto 0.4rem;
    padding-inline: 1.25rem;
  }

  .entry-stage__selection-grid {
    box-sizing: border-box;
    contain: layout paint;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.8rem calc(50vw - 4.125rem) 1rem;
    gap: 0.375rem;
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: calc(50vw - 4.125rem);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .entry-stage__selection-grid::-webkit-scrollbar {
    display: none;
  }

  .entry-product {
    flex: 0 0 8.25rem;
    min-width: 0;
    min-height: 14.5rem;
    padding: 1.85rem 0.15rem 0.75rem;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .entry-product img {
    width: 100%;
    height: 8.35rem;
  }

  .entry-product__name {
    padding-inline: 0.2rem;
    font-size: 0.76rem;
    text-align: center;
  }

  .entry-product__action {
    display: none;
  }

  .entry-product__tooltip {
    top: 0.72rem;
    width: calc(100% - 0.65rem);
    max-width: calc(100% - 0.65rem);
    padding: 0.35rem 0.4rem;
    font-size: 0.55rem;
  }

  .etl-carousel-indicator {
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    min-height: 1.25rem;
    margin-top: 0.35rem;
    display: flex;
  }

  .etl-carousel-indicator button {
    width: 0.42rem;
    height: 0.42rem;
    background: color-mix(in srgb, var(--etl-brown) 28%, transparent);
    border: 0;
    border-radius: 999px;
    padding: 0;
    transition: width 180ms ease, background-color 180ms ease;
  }

  .etl-carousel-indicator button.is-active {
    width: 1.35rem;
    background: var(--etl-brown);
  }

  .etl-carousel-indicator button:focus-visible {
    outline: 2px solid var(--etl-brown);
    outline-offset: 4px;
  }

  .site-header {
    padding: 1rem;
  }

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

  .brand-mark span {
    font-size: 0.65rem;
  }

  .header-actions {
    gap: 0.45rem;
  }

  .header-pill,
  .header-back,
  .menu-button {
    height: 2.85rem;
    min-height: 2.85rem;
  }

  .header-pill {
    gap: 0.5rem;
    padding-inline: 0.85rem;
    font-size: 0.68rem;
  }

  .header-back {
    padding-inline: 0.68rem;
    font-size: 0.55rem;
  }

  .menu-button {
    width: 2.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-stage__selection-grid {
    scroll-behavior: auto;
  }

  .etl-carousel-indicator button {
    transition: none;
  }
}

/* Local Three.js product stage: immediate, unframed and touch-friendly. */
.etl-real-3d.etl-real-3d--local {
  min-height: min(100svh, 64rem);
  grid-template-columns: minmax(19rem, 0.72fr) minmax(34rem, 1.28fr);
  gap: 0;
  padding: 0;
  background: #342629;
}

.etl-real-3d--local .etl-real-3d__copy {
  max-width: none;
  padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6.5rem) clamp(4rem, 7vw, 7rem) max(1.25rem, calc((100vw - 84rem) / 2));
}

.etl-real-3d--local .etl-real-3d__copy .eyebrow {
  color: var(--etl-three-surface);
}

.etl-real-3d--local .etl-real-3d__copy h2 {
  max-width: 7ch;
  margin-block: 1rem 2rem;
  font-size: clamp(4.4rem, 7.6vw, 8.3rem);
}

.etl-real-3d--local .etl-real-3d__copy h2 em {
  color: var(--etl-three-surface);
}

.etl-real-3d--local .etl-real-3d__copy > p:last-of-type {
  max-width: 30rem;
  color: rgb(255 250 243 / 78%);
  font-size: clamp(0.88rem, 1.1vw, 1rem);
}

.etl-real-3d__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.6rem;
  margin-top: clamp(3rem, 7vw, 6.5rem);
  padding-top: 1.1rem;
  border-top: 1px solid rgb(255 250 243 / 24%);
  color: rgb(255 250 243 / 66%);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.etl-real-3d--local .etl-real-3d__stage {
  position: relative;
  height: min(100svh, 64rem);
  min-height: 42rem;
  isolation: isolate;
  overflow: hidden;
  background: var(--etl-three-surface);
  cursor: grab;
  touch-action: pan-y;
}

.etl-real-3d--local .etl-real-3d__stage:active {
  cursor: grabbing;
}

.etl-real-3d--local .etl-real-3d__stage:focus-visible {
  outline: 3px solid #fffaf3;
  outline-offset: -7px;
}

.etl-real-3d--local .etl-real-3d__stage > img,
.etl-real-3d--local .etl-real-3d__stage > canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.etl-real-3d--local .etl-real-3d__stage > img {
  z-index: 1;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: opacity 180ms cubic-bezier(0.4, 0, 1, 1);
}

.etl-real-3d--local .etl-real-3d__stage > canvas {
  z-index: 2;
  opacity: 0;
  transition: opacity 320ms 110ms cubic-bezier(0.22, 1, 0.36, 1);
}

.etl-real-3d--local .etl-real-3d__stage.is-ready > canvas {
  opacity: 1;
}

.etl-real-3d--local .etl-real-3d__stage.is-ready > img {
  opacity: 0;
  pointer-events: none;
}

.etl-real-3d--local .etl-real-3d__stage.is-fallback > img {
  opacity: 1;
  filter: none;
}

.etl-real-3d__hint {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: #342629;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.etl-real-3d__hint span {
  font-size: 1.25rem;
  font-weight: 400;
}

.etl-real-3d__stage.is-engaged .etl-real-3d__hint {
  opacity: 0;
}

@media (max-width: 991px) {
  .etl-real-3d.etl-real-3d--local {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .etl-real-3d--local .etl-real-3d__copy {
    padding: 5rem max(1.25rem, calc((100vw - 44rem) / 2));
  }

  .etl-real-3d--local .etl-real-3d__stage {
    height: min(78svh, 48rem);
    min-height: 34rem;
  }
}

@media (max-width: 767px) {
  .etl-real-3d.etl-real-3d--local {
    gap: 0;
    padding: 0;
  }

  .etl-real-3d--local .etl-real-3d__copy {
    padding: 4.5rem 1.15rem 3.5rem;
  }

  .etl-real-3d--local .etl-real-3d__copy h2 {
    max-width: 8ch;
    font-size: clamp(3.7rem, 17vw, 5.35rem);
  }

  .etl-real-3d--local .etl-real-3d__copy > p:last-of-type {
    font-size: 0.86rem;
  }

  .etl-real-3d__meta {
    justify-content: space-between;
    margin-top: 3rem;
    font-size: 0.56rem;
  }

  .etl-real-3d--local .etl-real-3d__stage {
    width: 100%;
    height: min(72svh, 38rem);
    min-height: 29rem;
    margin: 0;
  }

  .etl-real-3d__hint {
    right: 1rem;
    bottom: max(1rem, env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .etl-real-3d--local .etl-real-3d__stage > img,
  .etl-real-3d--local .etl-real-3d__stage > canvas,
  .etl-real-3d__hint {
    transition: none !important;
  }
}

/* ETL interaction system: continuous range, shared product motion and deterministic navigation. */
html {
  scroll-padding-top: 6.5rem;
}

body {
  overscroll-behavior-y: none;
}

.entry-stage,
.hero-product,
.etl-stage-scroll-lock {
  overflow-anchor: none;
}

#completer-instax,
#comment-commander,
#commande-personnalisee,
.etl-product-spin,
.detail-selling {
  scroll-margin-top: 0;
}

.entry-stage.entry-stage--selection {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding-inline: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgb(255 245 249 / 20%) 0 13rem, transparent 13.2rem),
    linear-gradient(180deg, #f4bfcc 0%, #f1b1c4 58%, #f7d8e0 100%);
}

html.etl-selection-stage .entry-stage.entry-stage--selection::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, #f4bfcc 0%, #f1b1c4 62%, #f7d8e0 100%);
  pointer-events: none;
}

html.etl-selection-stage,
html.etl-selection-stage body,
html.etl-selection-stage #root,
html[data-etl-home-stage="selection"] .store-shell,
html.etl-selection-stage .store-shell,
html.etl-selection-stage main,
html[data-etl-home-stage="selection"] main {
  background: #f2bfce !important;
}

html.etl-selection-stage .entry-stage.entry-stage--selection,
html[data-etl-home-stage="selection"] .entry-stage.entry-stage--selection {
  background:
    radial-gradient(circle at 50% 45%, rgb(255 245 249 / 20%) 0 13rem, transparent 13.2rem),
    linear-gradient(180deg, #f4bfcc 0%, #f1b1c4 58%, #f7d8e0 100%) !important;
}

.entry-stage__selection-heading {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
}

.entry-stage__selection-grid.etl-infinite-carousel {
  position: relative;
  z-index: 2;
  --etl-carousel-card: clamp(13rem, 18vw, 18rem);
  box-sizing: border-box;
  contain: layout paint;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding: 1rem calc((100vw - var(--etl-carousel-card)) / 2) 1.75rem;
  display: flex;
  align-items: stretch;
  gap: clamp(0.55rem, 1.2vw, 1rem);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}

.entry-stage__selection-grid.etl-infinite-carousel::-webkit-scrollbar {
  display: none;
}

.entry-stage__selection-grid.etl-infinite-carousel.is-carousel-dragging,
.entry-stage__selection-grid.etl-infinite-carousel.is-carousel-settling {
  scroll-snap-type: none;
}

.etl-infinite-carousel .entry-product {
  position: relative;
  flex: 0 0 var(--etl-carousel-card);
  width: var(--etl-carousel-card);
  min-width: 0;
  min-height: clamp(19rem, 43vh, 25rem);
  overflow: hidden;
  scroll-snap-align: center;
  opacity: 1;
  filter: none !important;
  scale: 0.94;
  transition: opacity 320ms ease, scale 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease !important;
}

.etl-infinite-carousel .entry-product.is-carousel-active {
  opacity: 1;
  scale: 1;
  box-shadow: 0 1rem 2.4rem rgb(88 29 51 / 14%);
}

.etl-infinite-carousel .entry-product__halo {
  z-index: 0;
}

.etl-infinite-carousel .entry-product > img {
  z-index: 3;
  mix-blend-mode: normal !important;
  filter: none !important;
  transition: opacity 210ms cubic-bezier(0.4, 0, 1, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.etl-infinite-carousel .entry-product.has-mini-3d > img {
  opacity: 0;
  transform: scale(0.985);
}

.etl-infinite-carousel.is-carousel-interacting .entry-product.has-mini-3d > img {
  opacity: 1;
  transform: none;
}

.etl-infinite-carousel.is-carousel-interacting .etl-selection-mini-3d {
  opacity: 0;
}

.etl-selection-mini-3d {
  --etl-mini-three-surface: #f3bfd0;
  position: absolute;
  top: clamp(1.35rem, 3.9vh, 2.4rem);
  left: 50%;
  z-index: 4;
  width: min(94%, 16.8rem);
  aspect-ratio: 1;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 1.35rem 1.4rem rgb(78 28 45 / 20%));
  transition: opacity 320ms 55ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.etl-selection-mini-3d::before {
  content: "";
  position: absolute;
  inset: 8% 3% 2%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--etl-mini-three-surface) 72%, #ffffff 28%);
  opacity: 0.68;
  transform: translateY(12%);
  z-index: 0;
}

.entry-product.is-carousel-active .etl-selection-mini-3d {
  opacity: 1;
}

.etl-selection-mini-3d > img,
.etl-selection-mini-3d > canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.etl-selection-mini-3d > img {
  z-index: 1;
  object-fit: contain;
  opacity: 1;
  mix-blend-mode: normal;
  transition: opacity 190ms cubic-bezier(0.4, 0, 1, 1);
}

.etl-selection-mini-3d > canvas {
  z-index: 2;
  opacity: 0;
  transition: opacity 320ms 70ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-product__visual.has-etl-primary-three {
  touch-action: none;
}

.etl-selection-mini-3d.is-ready > canvas {
  opacity: 1;
}

.etl-selection-mini-3d.is-ready > img {
  opacity: 0;
}

.etl-infinite-carousel .entry-product[data-etl-clone] {
  cursor: pointer;
}

.etl-carousel-controls {
  position: relative;
  z-index: 4;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.25rem;
  margin-top: -0.65rem;
  display: flex;
}

.etl-carousel-controls .etl-carousel-indicator {
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 8.75rem;
  min-height: 2.75rem;
  margin: 0;
  display: flex;
}

.etl-carousel-controls .etl-carousel-indicator button {
  position: relative;
  width: 1.75rem;
  height: 2rem;
  min-height: 2rem;
  background: transparent;
  border: 0;
  padding: 0;
}

.etl-carousel-controls .etl-carousel-indicator button::before {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: rgb(47 37 33 / 24%);
  border-radius: 999px;
  content: "";
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  transition: width 180ms ease, background-color 180ms ease;
}

.etl-carousel-controls .etl-carousel-indicator button.is-active::before {
  width: 1.35rem;
  background: var(--etl-brown);
}

.entry-stage--landing .entry-stage__landing-visual.has-etl-primary-three {
  cursor: pointer;
}

.entry-stage--landing .entry-stage__landing-visual.has-etl-primary-three:focus-visible {
  outline: 2px solid var(--etl-brown);
  outline-offset: 5px;
}

html.etl-overlay-locked {
  overflow: hidden !important;
  overscroll-behavior: none;
  scroll-behavior: auto !important;
}

.menu-overlay,
.cart-drawer,
.cart-items {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.menu-overlay {
  overflow-y: auto;
}

.cart-drawer .drawer-header .icon-button,
.cart-drawer .cart-item__heading button {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  place-items: center;
  padding: 0;
  display: grid;
}

.cart-drawer .quantity-control {
  gap: 0.15rem;
  padding: 0.1rem 0.2rem;
}

.cart-drawer .quantity-control button {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
}

.etl-carousel-arrow {
  width: 2.8rem;
  height: 2.8rem;
  min-height: 2.8rem;
  color: var(--etl-brown);
  font-size: 1rem;
  line-height: 1;
  background: rgb(252 246 236 / 88%);
  border: 1px solid var(--etl-line);
  border-radius: 50%;
  place-items: center;
  padding: 0;
  display: grid;
  box-shadow: 0 0.55rem 1.2rem rgb(47 37 33 / 8%);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.etl-carousel-arrow:hover {
  color: var(--etl-cream);
  background: var(--etl-brown);
  transform: translateY(-2px);
}

.selection-morph-scene {
  background: transparent !important;
}

.selection-morph {
  border: 1px solid rgb(47 37 33 / 8%);
  box-shadow: 0 1.5rem 3.5rem rgb(47 37 33 / 18%) !important;
}

.selection-morph img {
  filter: drop-shadow(0 1.4rem 1.4rem rgb(47 37 33 / 16%)) !important;
}

.hero-product__layer--back,
.hero-product__layer--middle {
  display: none !important;
}

.hero-product__wash,
.hero-product__environment {
  pointer-events: none !important;
}

.hero-product__palette {
  pointer-events: auto;
}

.hero-product__footer-note {
  pointer-events: none;
}

.hero-product__entry-return {
  pointer-events: auto;
}

.hero-product__layers,
.hero-product__layer--front {
  filter: none !important;
}

html.etl-product-route .detail-shared-scene,
html.etl-product-route .detail-shared-element {
  display: block !important;
}

html.etl-product-route .detail-shared-scene {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.etl-product-route .detail-page:has(.detail-shared-scene) .detail-main-image img {
  opacity: 0 !important;
}

html.etl-product-route .detail-shared-element {
  filter: drop-shadow(0 1.5rem 1.8rem rgb(47 37 33 / 18%)) !important;
}

.etl-native-shared-scene {
  position: fixed;
  z-index: 240;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.etl-native-shared-image {
  position: fixed;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transform-origin: center;
  will-change: transform;
  filter: drop-shadow(0 1.5rem 1.8rem rgb(47 37 33 / 18%));
}

.etl-native-shared-active .detail-main-image img {
  opacity: 0 !important;
}

@media (max-width: 767px) {
  .entry-stage.entry-stage--selection {
    min-height: min(82svh, 44rem);
    padding: 6.4rem 0 3rem;
  }

  .entry-stage__selection-grid.etl-infinite-carousel {
    --etl-carousel-card: clamp(9.6rem, 43vw, 11rem);
    width: 100vw;
    margin-inline: 0;
    padding: 0.9rem calc((100vw - var(--etl-carousel-card)) / 2) 1.35rem;
    gap: 0.55rem;
    scroll-snap-type: x mandatory;
  }

  .etl-infinite-carousel .entry-product {
    min-height: 16.25rem;
  }

  .etl-infinite-carousel .entry-product img {
    height: 10rem;
  }

  .etl-carousel-controls {
    margin-top: -0.35rem;
  }

  .hero-product__visual,
  .hero-product__visual.etl-parallax,
  .detail-gallery {
    transform: none !important;
    translate: 0 0 !important;
  }

  .hero-product__visual,
  .instax-carousel,
  .detail-gallery {
    touch-action: pan-y pinch-zoom;
  }

  .detail-main-image {
    contain: layout paint;
  }

  .detail-gallery {
    order: 1;
  }

  .detail-copy {
    order: 2;
  }
}

@media (hover: none), (pointer: coarse) {
  .etl-carousel-arrow:hover {
    color: var(--etl-brown);
    background: rgb(252 246 236 / 88%);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .etl-infinite-carousel .entry-product,
  .etl-carousel-arrow,
  .selection-morph,
  .selection-morph img {
    transition: none !important;
  }

  .selection-morph-scene,
  .selection-morph,
  .detail-shared-scene,
  .detail-shared-element {
    display: none !important;
  }

  .etl-carousel-controls .etl-carousel-indicator button::before {
    transition: none;
  }
}

.etl-product-spin {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  align-items: center;
  gap: clamp(36px, 7vw, 108px);
  margin-top: clamp(58px, 8vw, 112px);
  padding: clamp(52px, 7vw, 104px) 0;
  border-top: 1px solid rgba(39, 32, 29, 0.18);
  border-bottom: 1px solid rgba(39, 32, 29, 0.18);
  scroll-margin-top: 96px;
}

.etl-product-spin__copy {
  max-width: 520px;
}

.etl-product-spin__copy h2 {
  max-width: 9ch;
  margin: 18px 0 24px;
  font-size: clamp(44px, 5.4vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
}

.etl-product-spin__copy > p:last-child {
  max-width: 46ch;
  line-height: 1.65;
}

.etl-product-spin__viewer {
  min-width: 0;
}

.etl-product-spin__stage {
  position: relative;
  width: min(100%, 660px);
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: hidden;
  background: #f6f4ef;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.etl-product-spin__stage.is-dragging {
  cursor: grabbing;
}

.etl-product-spin__stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.etl-product-spin__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(39, 32, 29, 0.3);
  border-radius: 50%;
  background: rgba(246, 244, 239, 0.88);
  color: #27201d;
  font-size: 13px;
  font-weight: 700;
}

.etl-product-spin__range {
  display: block;
  width: min(100%, 660px);
  margin: 22px auto 0;
  accent-color: #b63f65;
  cursor: ew-resize;
}

.etl-product-spin__range:focus-visible {
  outline: 3px solid #27201d;
  outline-offset: 6px;
}

@media (max-width: 820px) {
  .etl-product-spin {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    margin-top: 52px;
    padding: 52px 0 62px;
  }

  .etl-product-spin__copy h2 {
    max-width: 12ch;
    font-size: 46px;
  }

  .etl-product-spin__badge {
    top: 14px;
    right: 14px;
    width: 50px;
  }
}

/* ETL design polish, pass 2: sections, legal pages and product hierarchy. */
.complete-instax {
  gap: clamp(2.5rem, 3vw, 3.5rem);
  padding-top: clamp(4rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 5vw, 5rem);
}

.complete-instax__intro {
  order: 1;
}

.complete-instax__products {
  order: 2;
}

.complete-instax__lifestyle {
  order: 3;
}

.complete-instax__lifestyle-card {
  min-height: clamp(13rem, 22vw, 20rem);
}

.complete-instax__lifestyle-card:nth-child(2) {
  margin-top: 1.25rem;
}

.complete-instax__lifestyle-card:nth-child(3) {
  margin-top: 2.5rem;
}

.complete-instax__products .product-card h3 {
  margin: 0.7rem 0;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.order-guide {
  gap: clamp(2.5rem, 4vw, 4rem);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.order-guide__step {
  grid-template-columns: minmax(8.5rem, 10rem) minmax(0, 1fr);
  min-height: 9rem;
}

.order-guide__image-wrap {
  min-height: 9rem;
}

.order-guide__step-copy {
  padding-block: 0.95rem;
}

.order-guide__step-copy h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.legal-page {
  min-height: 0;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.legal-page h1 {
  margin-bottom: 2rem;
  font-size: clamp(3.75rem, 8vw, 7.5rem);
}

.detail-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 5vw, 4.75rem);
  line-height: 0.86;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .site-header {
    background: rgb(252 246 236 / 88%);
    border-bottom: 1px solid rgb(47 37 33 / 10%);
    backdrop-filter: blur(16px) saturate(0.9);
    -webkit-backdrop-filter: blur(16px) saturate(0.9);
  }

  .complete-instax {
    gap: 2rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .complete-instax__lifestyle-card:nth-child(2),
  .complete-instax__lifestyle-card:nth-child(3) {
    margin-top: 0;
  }

  .order-guide {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .legal-page {
    padding: 7rem 1.25rem 4rem;
  }

  .legal-page h1 {
    margin-bottom: 1.75rem;
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .detail-page {
    padding: 6.75rem 1.25rem 4.5rem;
  }

  .detail-grid {
    align-items: start;
    gap: 2.25rem;
  }

  .detail-copy {
    order: 1;
    max-width: none;
  }

  .detail-gallery {
    order: 2;
  }

  .detail-copy h1 {
    max-width: none;
    font-size: clamp(3rem, 13vw, 3.7rem);
    line-height: 0.85;
  }

  .detail-lead,
  .variant-picker {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .detail-note {
    margin-top: 1.5rem;
  }
}

/* ETL motion polish, pass 3: responsive loader, accessible motion and calm interactions. */
.etl-motion-managed .site-loader__bar {
  transform: scaleX(var(--etl-loader-progress, 0)) !important;
  transition: transform 160ms linear !important;
}

.etl-loader-interactive .site-loader {
  pointer-events: none !important;
}

.etl-loader-ready .site-loader {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 140ms ease, visibility 0s linear 140ms !important;
}

.etl-skip-loader .site-loader,
.etl-reduced-motion .site-loader {
  display: none !important;
}

html.etl-selection-stage .transition-overlay {
  display: none !important;
}

/* Product pages render directly: no loader, shared transition scene or ghost image. */
html.etl-product-route .site-loader,
html.etl-product-route .detail-shared-scene,
html.etl-product-route .detail-shared-element,
html.etl-product-route .selection-morph-scene,
html.etl-product-route .selection-morph,
html.etl-product-route .transition-overlay {
  display: none !important;
}

html.etl-product-route .detail-page,
html.etl-product-route .detail-grid,
html.etl-product-route .detail-gallery,
html.etl-product-route .detail-copy,
html.etl-product-route .detail-main-image,
html.etl-product-route .detail-main-image img,
html.etl-product-route .detail-thumb,
html.etl-product-route .detail-thumb img {
  visibility: visible !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

html.etl-product-route:not(.etl-colour-reveal-active) .hero-product,
html.etl-product-route:not(.etl-colour-reveal-active) .hero-product__copy,
html.etl-product-route:not(.etl-colour-reveal-active) .hero-product__details,
html.etl-product-route:not(.etl-colour-reveal-active) .hero-product__actions {
  opacity: 1 !important;
  filter: none !important;
}

/* Product media stays complete and keeps its natural proportions everywhere. */
.detail-main-image img,
.detail-thumb img,
.entry-product img,
.product-card img,
.complete-instax__featured-card img,
.complete-instax__lifestyle-card img,
.order-guide__image-wrap img {
  object-fit: contain !important;
  object-position: center !important;
}

.detail-main-image img,
.detail-thumb img {
  width: 100% !important;
  height: 100% !important;
}

.detail-main-image,
.detail-thumb,
.complete-instax__lifestyle-card {
  background: #f6f4ef;
}

.detail-thumb[data-etl-variant-placeholder="true"] {
  display: none !important;
}

.entry-product:hover img,
.entry-product:active img,
.entry-product:focus img,
.entry-product:focus-visible img,
.product-card:hover img,
.detail-thumb:hover img,
.complete-instax__lifestyle-card:hover img,
.order-guide__step:hover .order-guide__image-wrap img {
  transform: none !important;
}

.entry-product:hover {
  transform: translate3d(0, -6px, 0) !important;
  box-shadow: 0 0.85rem 1.6rem rgb(47 37 33 / 14%);
}

.entry-product:active {
  transform: translate3d(0, -2px, 0) !important;
}

.entry-product:focus,
.entry-product:focus-visible {
  transform: translateZ(0) !important;
  transition: box-shadow 120ms ease, background-color 120ms ease !important;
}

.entry-product {
  transition: box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease !important;
}

.hero-product__palette .palette-swatch span {
  display: none !important;
}

.etl-active-colour-label {
  position: absolute;
  bottom: 3.25rem;
  left: 50%;
  min-width: 8.5rem;
  color: var(--etl-brown);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.hero-product__layers {
  filter: none !important;
}

@media (min-width: 992px) {
  .hero-product__copy {
    transform: translateY(-43%) !important;
  }
}

@media (max-width: 991px) {
  .hero-product__copy {
    transform: none !important;
  }
}

.etl-colour-changing .hero-product__layers {
  opacity: 1 !important;
  filter: none !important;
}

.etl-scroll-reveal {
  opacity: 0.82;
  transform: translate3d(0, 18px, 0);
  transition: opacity 480ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: var(--etl-reveal-delay, 0ms);
}

.etl-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateZ(0);
}

.hero-product.etl-hero-offscreen .motion-orbit,
.etl-page-hidden .motion-orbit {
  animation-play-state: paused !important;
}

@media (max-width: 767px) {
  .entry-product:hover,
  .entry-product:active,
  .entry-product:focus,
  .entry-product:focus-visible {
    transform: translateZ(0) !important;
  }

  .etl-active-colour-label {
    bottom: 2.55rem;
    font-size: 0.66rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-delay: 0s !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0.01ms !important;
  }

  .motion-orbit,
  .motion-float,
  .hero-product__environment-orbit {
    animation: none !important;
  }

  .entry-stage,
  .transition-overlay,
  .selection-morph-scene,
  .selection-morph,
  .hero-product,
  .hero-product__wash,
  .hero-product__environment,
  .hero-product__details,
  .hero-product__actions,
  .hero-product__visual,
  .hero-product__halo,
  .hero-product__layers,
  .split-char,
  .etl-scroll-reveal {
    opacity: 1 !important;
    filter: none !important;
  }

  .entry-stage,
  .transition-overlay,
  .selection-morph-scene,
  .selection-morph,
  .hero-product__environment,
  .hero-product__visual,
  .hero-product__halo,
  .hero-product__layers,
  .split-char,
  .entry-product,
  .entry-product:hover,
  .entry-product:active,
  .entry-product:focus,
  .primary-button,
  .secondary-button,
  .palette-swatch,
  .etl-scroll-reveal {
    transform: none !important;
  }

  .hero-product__copy {
    opacity: 1 !important;
    transform: translateY(-43%) !important;
  }

  .hero-product__details strong {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .selection-morph-scene,
  .detail-shared-scene {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991px) {
  .hero-product__copy {
    transform: none !important;
  }
}

/* ETL experience polish, pass 4: tactile navigation and scroll-led depth. */
:root {
  --etl-berry: #b52f59;
  --etl-coral: #e8687b;
  --etl-powder: #edc9d3;
  --etl-ink: #2f2521;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
}

::selection {
  background: var(--etl-berry);
  color: #fff8f3;
}

a,
button,
input,
label {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

:where(a, button, input):focus-visible {
  outline: 3px solid var(--etl-berry) !important;
  outline-offset: 4px !important;
}

.etl-scroll-progress {
  position: fixed;
  z-index: 220;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--etl-berry);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  transition: background-color 260ms ease, box-shadow 260ms ease, padding 260ms ease;
}

.etl-scrolled .site-header {
  background: rgb(252 246 236 / 88%);
  box-shadow: 0 1px 0 rgb(47 37 33 / 10%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.primary-button,
.secondary-button,
.collection-button,
.header-pill,
.header-back,
.menu-button,
.back-button,
.product-card__cart-button,
.cart-checkout,
.newsletter-form button {
  min-height: 46px;
  transition: color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.primary-button:hover,
.secondary-button:hover,
.collection-button:hover,
.header-pill:hover,
.header-back:hover,
.menu-button:hover,
.back-button:hover,
.product-card__cart-button:hover,
.newsletter-form button:hover {
  box-shadow: 0 0.8rem 1.6rem rgb(88 29 51 / 16%);
  transform: translate3d(0, -2px, 0);
}

.primary-button:active,
.secondary-button:active,
.collection-button:active,
.header-pill:active,
.header-back:active,
.menu-button:active,
.back-button:active,
.product-card__cart-button:active,
.newsletter-form button:active {
  box-shadow: none;
  transform: translateZ(0) scale(0.98);
}

.etl-selection-leaving .entry-stage--selection {
  opacity: 0.72;
  transform: translate3d(0, -8px, 0);
  transition: opacity 200ms ease, transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.etl-selection-leaving .entry-product:not(.is-selected) {
  opacity: 0.42;
}

.etl-selection-leaving .entry-product.is-selected {
  box-shadow: 0 1.2rem 2.4rem rgb(88 29 51 / 18%);
  transform: translate3d(0, -8px, 0) !important;
}

.etl-parallax {
  translate: 0 var(--etl-parallax-y, 0px);
  will-change: translate;
}

.etl-product-spin__copy h2 {
  font-family: var(--font-display, "DM Serif Display", serif);
  font-weight: 400;
}

.detail-thumb {
  scroll-snap-align: start;
}

.detail-thumbnails {
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.detail-thumbnails::-webkit-scrollbar {
  display: none;
}

.etl-scroll-reveal {
  opacity: 0.72;
  transform: translate3d(0, 28px, 0);
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: none), (pointer: coarse) {
  .primary-button:hover,
  .secondary-button:hover,
  .collection-button:hover,
  .header-pill:hover,
  .header-back:hover,
  .menu-button:hover,
  .back-button:hover,
  .product-card__cart-button:hover,
  .newsletter-form button:hover {
    box-shadow: none;
    transform: none;
  }

  :where(button, .primary-button, .secondary-button, .collection-button, .header-pill, .header-back, .menu-button) {
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-top: max(0.85rem, env(safe-area-inset-top));
  }

  .entry-product {
    flex-basis: 9.35rem;
  }

  .detail-thumbnails {
    display: flex;
    gap: 0.55rem;
    width: 100%;
    padding-bottom: 0.35rem;
    overflow-x: auto;
  }

  .detail-thumb {
    flex: 0 0 5rem;
    min-width: 5rem;
    aspect-ratio: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .etl-parallax {
    translate: 0 0 !important;
    will-change: auto;
  }

  .etl-selection-leaving .entry-stage--selection,
  .etl-selection-leaving .entry-product {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Final cascade ownership for the product handoff. */
.detail-page > .detail-back {
  display: none !important;
}

@media (max-width: 767px) {
  .detail-grid > .detail-gallery {
    order: 1 !important;
  }

  .detail-grid > .detail-copy {
    order: 2 !important;
  }
}

/* ETL interaction system: restrained product motion and editorial conversion. */
.selection-morph-scene,
.selection-morph {
  display: none !important;
}

.etl-colour-reveal {
  position: fixed;
  z-index: 240;
  inset: 0;
  pointer-events: all;
  overflow: hidden;
  color: var(--etl-reveal-accent);
}

.etl-colour-reveal__panel {
  position: absolute;
  inset: 0;
  background: var(--etl-reveal-surface);
  will-change: clip-path, opacity;
}

.etl-colour-reveal__product {
  position: fixed;
  z-index: 2;
  transform-origin: 0 0;
  will-change: transform, opacity;
}

.etl-colour-reveal__product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1.2rem 1.8rem rgb(47 37 33 / 16%));
}

.etl-colour-reveal__product.has-live-three .etl-selection-mini-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  opacity: 1;
  overflow: visible;
  transform: none;
}

.etl-colour-reveal__product.has-live-three .etl-selection-mini-3d > canvas {
  opacity: 1;
}

.etl-colour-reveal__label {
  position: absolute;
  z-index: 3;
  bottom: clamp(2rem, 5vw, 4.5rem);
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: etl-colour-label-in 260ms 180ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.etl-colour-reveal__label span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.etl-colour-reveal__label strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
}

html.etl-colour-reveal-active {
  overflow: hidden;
}

html.etl-colour-reveal-active .hero-product {
  opacity: 0;
  transform: scale(0.992);
}

html.etl-colour-reveal-arrived .hero-product {
  opacity: 1;
  transform: scale(1);
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.etl-colour-reveal-active .hero-product__layers,
html.etl-colour-reveal-active .hero-product__halo {
  opacity: 0 !important;
  visibility: hidden !important;
}

.etl-colour-reveal.is-arriving .etl-colour-reveal__panel {
  opacity: 0;
  transition: opacity 320ms 120ms cubic-bezier(0.22, 1, 0.36, 1);
}

.etl-colour-reveal.is-arriving .etl-colour-reveal__label {
  opacity: 0;
  transform: translate3d(-50%, 0.5rem, 0);
  animation: none;
  transition: opacity 140ms ease, transform 220ms ease;
}

@keyframes etl-colour-label-in {
  from { opacity: 0; transform: translate3d(-50%, 0.5rem, 0); }
  to { opacity: 1; transform: translate3d(-50%, 0, 0); }
}

.entry-product,
.etl-infinite-carousel .entry-product {
  border: 1px solid transparent;
  transform: none !important;
  transition: border-color 180ms ease, box-shadow 240ms ease,
    opacity 320ms ease, scale 420ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.entry-product:hover,
.entry-product:active,
.entry-product:focus,
.entry-product:focus-visible {
  transform: none !important;
}

.entry-product:hover,
.entry-product:focus-visible {
  border-color: rgb(47 37 33 / 18%);
  box-shadow: 0 0 0 0.35rem rgb(252 246 236 / 66%), 0 1rem 2.2rem rgb(88 29 51 / 12%);
}

.entry-product:active {
  border-color: rgb(47 37 33 / 32%);
  box-shadow: 0 0 0 0.2rem rgb(252 246 236 / 70%);
}

.hero-product__visual,
.hero-product__visual.etl-parallax {
  --etl-swipe-offset: 0px;
  touch-action: pan-y;
  transform: none !important;
  translate: 0 0 !important;
  cursor: grab;
}

.hero-product__visual.is-swiping {
  cursor: grabbing;
}

.hero-product__visual.has-etl-primary-three,
.hero-product__visual.has-etl-primary-three.etl-parallax {
  touch-action: none;
}

.hero-product__visual .hero-product__layers {
  transform: translate3d(var(--etl-swipe-offset), 0, 0) !important;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 240ms ease !important;
}

.hero-product__visual.is-swiping .hero-product__layers {
  transition: none !important;
}

.hero-product__visual:hover .hero-product__layer--front {
  filter: drop-shadow(0 1.7rem 1.5rem rgb(88 29 51 / 15%)) !important;
}

.etl-hero-swipe-nav {
  position: absolute;
  z-index: 8;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding-inline: clamp(0.25rem, 1vw, 0.9rem);
  pointer-events: none;
  transform: translateY(-50%);
}

.etl-hero-swipe-nav button {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  min-height: 2.65rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(47 37 33 / 18%);
  border-radius: 50%;
  background: rgb(252 246 236 / 78%);
  color: var(--etl-brown);
  font-size: 1rem;
  line-height: 1;
  pointer-events: auto;
  opacity: 0.78;
  backdrop-filter: blur(12px);
  transition: opacity 160ms ease, color 160ms ease, background-color 160ms ease;
}

.etl-hero-swipe-nav button:hover,
.etl-hero-swipe-nav button:focus-visible {
  opacity: 1;
  background: var(--etl-brown);
  color: var(--etl-cream);
  transform: none;
}

.etl-detail-shutter {
  position: fixed;
  z-index: 230;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: rgb(252 246 236 / 18%);
  transition: opacity 160ms ease;
}

.etl-detail-shutter__flash {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fffdf8;
  box-shadow: 0 0 0 100vmax #fffdf8;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.2);
  transition: opacity 120ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.etl-detail-shutter.is-closing {
  opacity: 1;
}

.etl-detail-shutter.is-closing .etl-detail-shutter__flash {
  opacity: 0.72;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.etl-detail-shutter.is-opening {
  opacity: 0;
  transition-duration: 360ms;
}

.etl-detail-shutter.is-opening .etl-detail-shutter__flash {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(1.08);
}

.detail-gallery {
  position: relative;
}

.detail-main-image img {
  opacity: 1 !important;
}

.etl-gallery-mode {
  display: inline-flex;
  gap: 0.2rem;
  margin-bottom: 0.8rem;
  padding: 0.24rem;
  border: 1px solid rgb(47 37 33 / 14%);
  border-radius: 999px;
  background: rgb(252 246 236 / 74%);
}

.etl-gallery-mode button {
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--etl-brown);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.etl-gallery-mode button span {
  margin-left: 0.22rem;
  opacity: 0.62;
  font-size: 0.58rem;
}

.etl-gallery-mode button[aria-selected="true"] {
  background: var(--etl-brown);
  color: var(--etl-cream);
}

.etl-gallery-mode button:hover {
  transform: none;
}

.etl-gallery-360[hidden],
.detail-main-image[hidden],
.detail-thumbs[hidden],
.detail-thumbnails[hidden] {
  display: none !important;
}

.etl-gallery-360 {
  display: grid;
  gap: 0.85rem;
}

.etl-gallery-360__stage {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  background: #f6f4ef;
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}

.etl-gallery-360__stage.is-dragging {
  cursor: grabbing;
}

.etl-gallery-360__stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.etl-gallery-360__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 3.15rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgb(47 37 33 / 18%);
  border-radius: 50%;
  background: rgb(252 246 236 / 84%);
  font-size: 0.7rem;
  font-weight: 700;
}

.etl-gallery-360__arrows {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgb(252 246 236 / 78%);
  font-size: 0.75rem;
  transform: translateX(-50%);
}

.etl-gallery-360__range {
  width: min(100%, 30rem);
  margin-inline: auto;
  accent-color: #9a3048;
  cursor: ew-resize;
}

.complete-instax.etl-accessory-journey {
  display: block;
  min-height: 0;
  padding: clamp(4.5rem, 7vw, 7rem) max(1.25rem, calc((100vw - 70rem) / 2));
  background: #fbf4ef;
  color: var(--etl-brown);
}

.complete-instax.etl-accessory-journey > .complete-instax__intro,
.complete-instax.etl-accessory-journey > .complete-instax__lifestyle,
.complete-instax.etl-accessory-journey > .complete-instax__products {
  display: none !important;
}

.etl-kit-builder {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
}

.etl-kit-builder__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.etl-kit-builder__head h2 {
  max-width: 9ch;
  margin: 0.85rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
}

.etl-kit-builder__head h2 em {
  color: #9a3048;
  font-weight: 400;
}

.etl-kit-builder__summary {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 0.4rem;
}

.etl-kit-builder__summary > p {
  max-width: 34rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.etl-kit-add-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  min-height: 3.65rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--etl-brown);
  border-radius: 0;
  background: var(--etl-brown);
  color: var(--etl-cream);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.etl-kit-add-all:hover,
.etl-kit-add-all:focus-visible {
  background: transparent;
  color: var(--etl-brown);
  box-shadow: none;
  transform: none;
}

.etl-kit-add-all:disabled {
  cursor: default;
  opacity: 0.72;
}

.etl-kit-builder__list {
  border-top: 1px solid rgb(47 37 33 / 20%);
}

.etl-kit-item {
  display: grid;
  grid-template-columns: 2.2rem minmax(10rem, 13rem) minmax(0, 1fr) minmax(9rem, 0.36fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 13.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgb(47 37 33 / 20%);
}

.etl-kit-item__number {
  align-self: start;
  padding-top: 0.35rem;
  color: var(--kit-accent);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.etl-kit-item__image {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  background: var(--kit-surface);
}

.etl-kit-item__image img {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  transition: filter 220ms ease;
}

.etl-kit-item__image:hover img {
  filter: drop-shadow(0 0.8rem 0.9rem rgb(47 37 33 / 12%));
}

.etl-kit-item__copy .eyebrow {
  color: var(--kit-accent);
}

.etl-kit-item__copy h3 {
  max-width: 14ch;
  margin: 0.6rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.etl-kit-item__copy h3 a {
  color: inherit;
}

.etl-kit-item__copy > p:last-child {
  max-width: 38rem;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.etl-kit-item__buy {
  display: grid;
  justify-items: stretch;
  gap: 0.65rem;
}

.etl-kit-item__buy > strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
}

.etl-kit-item__buy button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--kit-accent);
  border-radius: 0;
  background: transparent;
  color: var(--kit-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.etl-kit-item__buy button b {
  font-size: 1rem;
  font-weight: 400;
}

.etl-kit-item__buy button:hover,
.etl-kit-item__buy button:focus-visible,
.etl-kit-item__buy button.is-added {
  background: var(--kit-accent);
  color: #fffaf3;
  box-shadow: none;
  transform: none;
}

.etl-kit-item__buy > a {
  color: inherit;
  font-size: 0.64rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.etl-kit-builder__summary > p strong {
  color: #9a3048;
}

.etl-kit-builder__status {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.75rem;
  border-block: 1px solid rgb(47 37 33 / 18%);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.etl-kit-builder__status b {
  color: #9a3048;
}

.etl-kit-item__copy .eyebrow span {
  margin-left: 0.55rem;
  padding-left: 0.55rem;
  border-left: 1px solid currentColor;
  opacity: 0.72;
}

.etl-kit-item__buy button:disabled,
.etl-kit-item__buy button.is-added {
  cursor: default;
  opacity: 1;
  background: var(--kit-accent);
  color: #fffaf3;
}

html.etl-kit-cart-update .cart-drawer,
html.etl-kit-cart-update .cart-overlay {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Real photogrammetry viewer. The model is loaded only after explicit interaction. */
.etl-real-3d {
  position: relative;
  display: grid;
  min-height: min(92svh, 64rem);
  grid-template-columns: minmax(18rem, 0.68fr) minmax(30rem, 1.32fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(4rem, 7vw, 7rem) max(1.25rem, calc((100vw - 84rem) / 2));
  overflow: hidden;
  background: #282120;
  color: #fffaf3;
}

.etl-real-3d__copy {
  position: relative;
  z-index: 2;
  max-width: 34rem;
}

.etl-real-3d__copy .eyebrow {
  color: #f4b8c8;
}

.etl-real-3d__copy h2 {
  max-width: 8ch;
  margin: 0.85rem 0 1.7rem;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7.4vw, 7.8rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0;
}

.etl-real-3d__copy h2 em {
  color: #f4b8c8;
  font-weight: 400;
}

.etl-real-3d__copy > p:last-of-type {
  max-width: 28rem;
  margin: 0;
  color: rgb(255 250 243 / 74%);
  font-size: 0.92rem;
  line-height: 1.65;
}

.etl-real-3d__credit {
  display: grid;
  gap: 0.45rem;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  padding-top: 1rem;
  border-top: 1px solid rgb(255 250 243 / 22%);
  font-size: 0.62rem;
  line-height: 1.45;
}

.etl-real-3d__credit span {
  color: rgb(255 250 243 / 58%);
  text-transform: uppercase;
}

.etl-real-3d__credit a {
  width: fit-content;
  color: #f4b8c8;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.etl-real-3d__stage {
  --etl-3d-progress: 0;
  position: relative;
  width: 100%;
  height: min(74svh, 50rem);
  min-height: 34rem;
  overflow: hidden;
  background: #0d0d0d;
}

.etl-real-3d__stage > img,
.etl-real-3d__stage iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.etl-real-3d__stage > img {
  z-index: 1;
  object-fit: contain;
  opacity: 1;
  transition: opacity 360ms ease;
}

.etl-real-3d__launch[hidden],
.etl-real-3d__stage > img[hidden] {
  display: none !important;
}

.etl-real-3d__stage iframe {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.etl-real-3d__stage.is-ready iframe {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.etl-real-3d__stage.is-ready > img {
  opacity: 0;
  pointer-events: none;
}

.etl-real-3d__launch {
  position: absolute;
  z-index: 3;
  bottom: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid #fffaf3;
  border-radius: 0;
  background: #fffaf3;
  color: #282120;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.etl-real-3d__launch::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.2rem;
  background: currentColor;
  content: "";
  transform: scaleX(var(--etl-3d-progress));
  transform-origin: left center;
  transition: transform 160ms linear;
}

.etl-real-3d__launch > span {
  width: 0;
  height: 0;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.5rem solid currentColor;
}

.etl-real-3d__launch b,
.etl-real-3d__launch i {
  position: relative;
  z-index: 1;
  font: inherit;
  letter-spacing: inherit;
}

.etl-real-3d__launch b {
  font-weight: 700;
}

.etl-real-3d__launch i {
  min-width: 2.6rem;
  margin-left: 0.35rem;
  font-style: normal;
  text-align: right;
  opacity: 0.64;
}

.etl-real-3d__launch:hover,
.etl-real-3d__launch:focus-visible {
  background: #f4b8c8;
  color: #282120;
  box-shadow: none;
  transform: none;
}

.etl-real-3d__stage.is-loading .etl-real-3d__launch {
  cursor: wait;
  opacity: 0.82;
}

.etl-real-3d__stage.is-loading .etl-real-3d__launch > span {
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: etl-real-3d-spin 800ms linear infinite;
}

.etl-real-3d__stage.is-error .etl-real-3d__launch {
  background: #f4b8c8;
}

@keyframes etl-real-3d-spin {
  to { transform: rotate(1turn); }
}

/* Product evidence is editorial and unframed, not a product-card stack. */
.etl-product-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(26rem, 1.12fr);
  background: #f0c9d4;
  color: #2f2521;
}

.etl-product-proof__intro {
  align-self: center;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem);
}

.etl-product-proof__intro .eyebrow {
  color: #8d3047;
}

.etl-product-proof__intro h2 {
  max-width: 10ch;
  margin: 0.85rem 0 1.8rem;
  font-family: var(--font-display);
  font-size: clamp(3.9rem, 7vw, 7.3rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
}

.etl-product-proof__intro h2 em {
  color: #8d3047;
  font-weight: 400;
}

.etl-product-proof__intro > p:last-child {
  max-width: 32rem;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
}

.etl-product-proof__visual {
  position: relative;
  display: grid;
  min-height: min(88svh, 62rem);
  place-items: center;
  padding: clamp(3rem, 7vw, 7rem);
  overflow: hidden;
  background: #c8dfd1;
}

.etl-product-proof__visual > span {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.etl-product-proof__visual img {
  display: block;
  width: min(92%, 42rem);
  max-height: 74svh;
  object-fit: contain;
  filter: drop-shadow(0 2rem 1.8rem rgb(47 37 33 / 17%));
  transition: opacity 180ms ease;
}

.etl-product-proof__features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-inline: max(1.25rem, calc((100vw - 76rem) / 2));
  background: #fffaf5;
  border-block: 1px solid rgb(47 37 33 / 20%);
}

.etl-product-proof__features article {
  display: grid;
  min-height: 25rem;
  grid-template-rows: auto 1fr;
  padding: 1.7rem clamp(1.2rem, 3vw, 3rem) 2.5rem 0;
}

.etl-product-proof__features article + article {
  padding-left: clamp(1.2rem, 3vw, 3rem);
  border-left: 1px solid rgb(47 37 33 / 20%);
}

.etl-product-proof__features article > span {
  color: #9a3048;
  font-size: 0.66rem;
  font-weight: 700;
}

.etl-product-proof__features article > div {
  align-self: end;
}

.etl-product-proof__features h3 {
  max-width: 12ch;
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.etl-product-proof__features p {
  max-width: 29rem;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
}

.etl-product-proof__specs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 2.4rem max(1.25rem, calc((100vw - 76rem) / 2));
  background: #fffaf5;
}

.etl-product-proof__specs > div {
  display: grid;
  gap: 0.45rem;
  padding-inline: 1.2rem;
}

.etl-product-proof__specs > div:first-child {
  padding-left: 0;
}

.etl-product-proof__specs > div + div {
  border-left: 1px solid rgb(47 37 33 / 18%);
}

.etl-product-proof__specs dt {
  color: #765e57;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.etl-product-proof__specs dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  line-height: 1;
}

.etl-product-proof__buy {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 9rem;
  padding: 1.5rem max(1.25rem, calc((100vw - 76rem) / 2));
  background: #6f263b;
  color: #fffaf5;
}

.etl-product-proof__buy p {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.etl-product-proof__buy p span {
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.etl-product-proof__buy p strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
}

.etl-product-proof__buy button {
  min-height: 3.5rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid #fffaf5;
  border-radius: 0;
  background: #fffaf5;
  color: #6f263b;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.etl-product-proof__buy button:hover,
.etl-product-proof__buy button:focus-visible,
.etl-product-proof__buy button.is-added {
  background: #282120;
  color: #fffaf5;
  box-shadow: none;
  transform: none;
}

/* Menu content is immediately usable; the native stagger no longer hides links. */
.menu-overlay.etl-menu-ready {
  opacity: 1 !important;
  transform: none !important;
  background: #342725 !important;
  animation: etl-menu-in 240ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.menu-overlay.etl-menu-ready .menu-char {
  opacity: 1 !important;
  transform: none !important;
}

.menu-overlay.etl-menu-ready .menu-overlay__main {
  gap: 0.5rem;
}

.menu-overlay.etl-menu-ready .menu-overlay__main a,
.menu-overlay.etl-menu-ready .menu-overlay__main button {
  letter-spacing: 0;
}

.menu-overlay.etl-menu-ready .menu-overlay__aside p {
  color: #f4b8c8;
  opacity: 1;
}

@keyframes etl-menu-in {
  from { clip-path: inset(0 0 100% 0); }
  to { clip-path: inset(0 0 0 0); }
}

@media (max-width: 991px) {
  .etl-real-3d {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .etl-real-3d__copy {
    max-width: 42rem;
  }

  .etl-real-3d__stage {
    height: min(68svh, 44rem);
  }

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

  .etl-product-proof__visual {
    min-height: min(72svh, 48rem);
  }
}

@media (max-width: 767px) {
  .etl-colour-reveal__label {
    bottom: max(1.7rem, env(safe-area-inset-bottom));
  }

  .etl-colour-reveal__label strong {
    max-width: calc(100vw - 2rem);
    font-size: 2.45rem;
    white-space: normal;
    text-align: center;
  }

  .etl-hero-swipe-nav {
    padding-inline: 0.1rem;
  }

  .etl-hero-swipe-nav button {
    width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .etl-gallery-mode {
    width: 100%;
  }

  .etl-gallery-mode button {
    flex: 1;
  }

  .complete-instax.etl-accessory-journey {
    padding: 4.25rem 1.15rem 4.75rem;
  }

  .etl-kit-builder__head {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.65rem;
    margin-bottom: 3rem;
  }

  .etl-kit-builder__head h2 {
    max-width: 10ch;
    font-size: clamp(3.2rem, 16vw, 4.65rem);
  }

  .etl-kit-item {
    grid-template-columns: 1.65rem 6.7rem minmax(0, 1fr);
    gap: 0.85rem;
    min-height: 0;
    padding: 1.1rem 0 1.35rem;
  }

  .etl-kit-item__number {
    grid-row: 1 / span 2;
  }

  .etl-kit-item__image {
    align-self: start;
  }

  .etl-kit-item__copy h3 {
    margin-top: 0.4rem;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .etl-kit-item__copy > p:last-child {
    font-size: 0.73rem;
  }

  .etl-kit-item__buy {
    grid-column: 2 / -1;
    grid-template-columns: 1fr minmax(7.8rem, 1fr);
    align-items: center;
    gap: 0.75rem;
  }

  .etl-kit-item__buy > strong {
    font-size: 1.35rem;
  }

  .etl-kit-item__buy > a {
    display: none;
  }

  .etl-kit-builder__status {
    font-size: 0.58rem;
  }

  .etl-kit-item__copy .eyebrow span {
    display: block;
    margin: 0.25rem 0 0;
    padding: 0;
    border: 0;
  }

  .etl-real-3d {
    min-height: 0;
    gap: 2.2rem;
    padding: 4.5rem 1.15rem 1.15rem;
  }

  .etl-real-3d__copy h2 {
    font-size: clamp(3.6rem, 16vw, 5.2rem);
  }

  .etl-real-3d__copy > p:last-of-type {
    font-size: 0.84rem;
  }

  .etl-real-3d__credit {
    margin-top: 2.2rem;
  }

  .etl-real-3d__stage {
    width: calc(100% + 2.3rem);
    height: min(76svh, 34rem);
    min-height: 28rem;
    margin-inline: -1.15rem;
  }

  .etl-real-3d__launch {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    justify-content: center;
  }

  .etl-product-proof__intro {
    padding: 4.75rem 1.15rem;
  }

  .etl-product-proof__intro h2 {
    font-size: clamp(3.35rem, 15vw, 4.8rem);
  }

  .etl-product-proof__intro > p:last-child {
    font-size: 0.87rem;
  }

  .etl-product-proof__visual {
    min-height: 31rem;
    padding: 3.5rem 1.15rem 2rem;
  }

  .etl-product-proof__visual img {
    width: 92%;
    max-height: 26rem;
  }

  .etl-product-proof__features {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 1.15rem;
  }

  .etl-product-proof__features article,
  .etl-product-proof__features article + article {
    min-height: 0;
    padding: 1.3rem 0 2.2rem;
    border-left: 0;
  }

  .etl-product-proof__features article + article {
    border-top: 1px solid rgb(47 37 33 / 18%);
  }

  .etl-product-proof__features article > div {
    margin-top: 3rem;
  }

  .etl-product-proof__features h3 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .etl-product-proof__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.2rem 1.15rem 2rem;
  }

  .etl-product-proof__specs > div,
  .etl-product-proof__specs > div:first-child {
    min-height: 5.3rem;
    padding: 1rem 0;
    border-top: 1px solid rgb(47 37 33 / 16%);
    border-left: 0;
  }

  .etl-product-proof__specs > div:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid rgb(47 37 33 / 16%);
  }

  .etl-product-proof__specs > div:last-child {
    grid-column: 1 / -1;
  }

  .etl-product-proof__buy {
    align-items: stretch;
    flex-direction: column;
    min-height: 0;
    padding: 1.8rem 1.15rem;
  }

  .etl-product-proof__buy button {
    width: 100%;
  }

  .menu-overlay.etl-menu-ready {
    gap: 1.5rem;
    padding: 7.3rem 1.25rem 1.6rem;
  }

  .menu-overlay.etl-menu-ready .menu-overlay__main {
    gap: 0.8rem;
  }

  .menu-overlay.etl-menu-ready .menu-overlay__main a,
  .menu-overlay.etl-menu-ready .menu-overlay__main button {
    font-size: clamp(3rem, 13vw, 4.4rem);
    line-height: 0.88;
  }

  .menu-overlay.etl-menu-ready .menu-overlay__aside {
    gap: 0.65rem;
    font-size: 0.78rem;
  }

  .menu-overlay.etl-menu-ready .menu-overlay__aside p {
    margin-bottom: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .etl-colour-reveal,
  .etl-detail-shutter {
    display: none !important;
  }

  html.etl-colour-reveal-active .hero-product,
  html.etl-colour-reveal-arrived .hero-product {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-product__visual .hero-product__layers,
  .etl-kit-item__image img {
    transform: none !important;
    transition: none !important;
  }

  .menu-overlay.etl-menu-ready,
  .etl-colour-reveal__label,
  .etl-real-3d__launch,
  .etl-product-proof__visual img,
  .etl-product-proof__buy button {
    animation: none !important;
    transition: none !important;
  }
}
