@font-face {
  font-family: "IvyPresto Headline";
  src: url("../fonts/ivy-presto-headline.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyPresto Headline";
  src: url("../fonts/ivy-presto-headline-semi-bold.otf") format("opentype");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque OHRA";
  src: url("../fonts/bricolage-grotesque-variable.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Corporate A Pro";
  src: url("../fonts/corporate-a-pro-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --ohra-ivory: #f8f7f3;
  --ohra-ivory-soft: #fffefa;
  --ohra-sand: #e3d7c4;
  --ohra-skin: #d8b49a;
  --ohra-rose: #f2d3d6;
  --ohra-lavender: #d8d8f5;
  --ohra-brown: #2f2622;
  --ohra-brown-soft: #4b3931;
  --ohra-ink: #211916;
  --ohra-white: #fffaf2;
  --ohra-green: #486544;
  --ohra-shadow: 0 18px 55px rgba(47, 38, 34, 0.14);
  --ohra-ring: 0 0 0 1px rgba(0, 0, 0, 0.1);
  --font-sans: "Bricolage Grotesque OHRA", "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Corporate A Pro", "Cormorant Garamond", "Libre Bodoni", Georgia, serif;
  --font-display: "IvyPresto Headline", "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  --container: min(100% - 32px, 1180px);
  --ease-soft: cubic-bezier(0.2, 0, 0, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html.is-cart-drawer-open,
html.is-menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--ohra-ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 211, 214, 0.58), transparent 30vw),
    radial-gradient(circle at 92% 36%, rgba(216, 216, 245, 0.45), transparent 34vw),
    linear-gradient(120deg, var(--ohra-ivory), var(--ohra-ivory-soft));
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

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

.ohra-breadcrumbs {
  position: relative;
  z-index: 3;
  width: var(--container);
  margin: 0 auto;
  padding: 18px 0 0;
  color: rgba(33, 25, 22, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.02em;
}

.ohra-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ohra-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ohra-breadcrumbs li:not(:last-child)::after {
  content: "/";
  opacity: 0.42;
}

.ohra-breadcrumbs a {
  transition: color 180ms var(--ease-soft), opacity 180ms var(--ease-soft);
}

.ohra-breadcrumbs a:hover,
.ohra-breadcrumbs a:focus-visible {
  color: var(--ohra-ink);
}

.ohra-breadcrumbs span[aria-current="page"] {
  color: rgba(33, 25, 22, 0.82);
}

.ohra-breadcrumbs--shop {
  margin-bottom: -6px;
}

.ohra-breadcrumbs--product {
  padding-top: 92px;
}

@media (max-width: 760px) {
  .ohra-breadcrumbs {
    width: min(100% - 28px, 1180px);
    padding-top: 14px;
    font-size: 11px;
  }

  .ohra-breadcrumbs--product {
    padding-top: 78px;
  }
}

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

button,
a {
  touch-action: manipulation;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--ohra-brown);
  outline-offset: 4px;
}

.site-header__menu:focus-visible,
.site-header__actions a:focus-visible {
  border-radius: 999px;
  outline-offset: 2px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 12px 16px;
  color: var(--ohra-white);
  background: var(--ohra-brown);
  transform: translateY(-140%);
  transition-property: transform;
  transition-duration: 180ms;
  transition-timing-function: var(--ease-soft);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px clamp(18px, 4vw, 44px);
  color: var(--ohra-brown);
  transition-property: color, background-color, box-shadow, backdrop-filter;
  transition-duration: 260ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-header-light .site-header:not(.is-scrolled):not(.is-open) {
  color: var(--ohra-white);
}

.ohra-header-dark .site-header:not(.is-open),
.single-product .site-header:not(.is-open) {
  color: var(--ohra-brown);
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ohra-brown);
  background: rgba(247, 242, 234, 0.78);
  box-shadow: 0 10px 40px rgba(47, 38, 34, 0.08);
  backdrop-filter: blur(18px);
}

.site-header__menu,
.site-header__actions a {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  color: currentColor;
}

.site-header__left {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 2px;
}

.site-header__menu {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-header__menu span:not(.screen-reader-text) {
  display: block;
  width: 34px;
  height: 2px;
  background: currentColor;
  transition-property: transform, opacity;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.site-header__menu span:not(.screen-reader-text) + span:not(.screen-reader-text) {
  margin-top: 7px;
}

.site-header.is-open .site-header__menu span:nth-child(1) {
  transform: translateY(9px) rotate(42deg);
}

.site-header.is-open .site-header__menu span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-header__menu span:nth-child(3) {
  transform: translateY(-9px) rotate(-42deg);
}

.site-header__brand {
  justify-self: center;
}

.site-header__brand img {
  width: clamp(112px, 17vw, 152px);
  outline: 0;
  filter: invert(1) drop-shadow(0 8px 25px rgba(47, 38, 34, 0.08));
  transition-property: filter;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-header-light .site-header:not(.is-scrolled):not(.is-open) .site-header__brand img {
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.22));
}

.ohra-header-dark .site-header:not(.is-open) .site-header__brand img,
.single-product .site-header:not(.is-open) .site-header__brand img {
  filter: invert(1) drop-shadow(0 8px 25px rgba(47, 38, 34, 0.08));
}

.site-header.is-scrolled .site-header__brand img,
.site-header.is-open .site-header__brand img {
  filter: invert(1) drop-shadow(0 8px 25px rgba(47, 38, 34, 0.08));
}

.woocommerce-cart .site-header:not(.is-open),
.ohra-header-light.woocommerce-cart .site-header:not(.is-scrolled):not(.is-open) {
  color: var(--ohra-brown);
}

.woocommerce-cart .site-header:not(.is-open) .site-header__brand img,
.ohra-header-light.woocommerce-cart .site-header:not(.is-scrolled):not(.is-open) .site-header__brand img {
  filter: invert(1) drop-shadow(0 8px 25px rgba(47, 38, 34, 0.08));
}

.site-header__nav {
  position: fixed;
  inset: 80px 16px auto;
  z-index: -1;
  padding: 22px;
  color: var(--ohra-brown);
  background: rgba(255, 250, 242, 0.92);
  border-radius: 8px;
  box-shadow: var(--ohra-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition-property: opacity, transform;
  transition-duration: 240ms;
  transition-timing-function: var(--ease-soft);
}

.site-header__desktop-nav {
  display: none;
}

.site-header.is-open .site-header__nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header__links {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header__links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-header__nav-language {
  display: none;
}

.site-header__mobile-language {
  display: none;
}

.ohra-language-switcher {
  position: relative;
  color: currentColor;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ohra-language-switcher summary {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 7px;
  color: currentColor;
  cursor: pointer;
  list-style: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.ohra-language-switcher summary::-webkit-details-marker {
  display: none;
}

.ohra-language-switcher summary:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.ohra-language-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 70;
  display: grid;
  min-width: 142px;
  gap: 10px;
  padding: 14px 18px 16px;
  color: var(--ohra-brown);
  background: rgba(255, 250, 242, 0.96);
  border: 1px solid rgba(47, 38, 34, 0.1);
  box-shadow: 0 18px 44px rgba(47, 38, 34, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 180ms var(--ease-soft),
    visibility 0s linear 180ms,
    transform 180ms var(--ease-soft);
}

.ohra-language-switcher[open] .ohra-language-switcher__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 180ms var(--ease-soft),
    visibility 0s linear 0s,
    transform 180ms var(--ease-soft);
}

.ohra-language-switcher__menu a {
  color: var(--ohra-brown);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  white-space: nowrap;
}

.ohra-language-switcher__menu a[aria-current="true"] {
  opacity: 0.62;
}

.site-header__actions svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__cart-link {
  isolation: isolate;
}

.site-header__cart-badge {
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 1;
  display: grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  padding: 0 5px;
  color: #fffaf2;
  background: var(--ohra-brown);
  border: 1px solid rgba(255, 250, 242, 0.8);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(47, 38, 34, 0.18);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transform-origin: center;
}

.site-header__cart-badge[hidden] {
  display: none;
}

.site-header__cart-badge.is-bumping {
  animation: ohra-cart-badge-bump 420ms var(--ease-soft);
}

@keyframes ohra-cart-badge-bump {
  0% {
    transform: scale(0.72);
    opacity: 0.68;
  }

  48% {
    transform: scale(1.12);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hero-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  color: var(--ohra-white);
  overflow: hidden;
}

.hero-section__media,
.hero-section__media picture,
.hero-section__image,
.hero-section__shade {
  position: absolute;
  inset: 0;
}

.hero-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
  outline: 0;
  transform: scale(1.04);
}

.hero-section__shade {
  background:
    radial-gradient(circle at 53% 41%, rgba(255, 241, 216, 0.11), transparent 19rem),
    radial-gradient(ellipse at 73% 28%, rgba(10, 8, 8, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(18, 12, 10, 0.1), rgba(18, 12, 10, 0.2) 52%, rgba(18, 12, 10, 0.54));
}

.hero-section__aura {
  position: absolute;
  left: 55.2%;
  top: 40.8%;
  z-index: 1;
  width: clamp(122px, 34vw, 156px);
  aspect-ratio: 1740 / 2100;
  opacity: 0.96;
  mix-blend-mode: normal;
  transform: translate3d(-50%, -50%, 0) rotate(-7deg);
  pointer-events: none;
  will-change: transform, opacity;
}

.hero-section__aura::before,
.hero-section__aura::after {
  pointer-events: none;
}

.hero-section__o-picture,
.hero-section__o-mark {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.hero-section__o-picture {
  z-index: 2;
}

.hero-section__o-mark {
  outline: 0;
  opacity: 0.012;
  mix-blend-mode: soft-light;
  filter: blur(0.95px) saturate(0.9);
  transform: scale(0.978);
  animation: hero-o-breathe 19s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  will-change: transform, opacity, filter;
}

@supports (-webkit-mask-image: url("")) or (mask-image: url("")) {
  .hero-section__aura::before,
  .hero-section__aura::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../icons/ohra-o-mark-white.png");
    mask-image: url("../icons/ohra-o-mark-white.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .hero-section__aura::before {
    z-index: 1;
    background:
      linear-gradient(101deg,
        transparent 18%,
        rgba(255, 232, 204, 0.04) 22%,
        rgba(255, 235, 204, 0.16) 24%,
        rgba(217, 177, 146, 0.07) 27%,
        transparent 32%,
        transparent 67%,
        rgba(255, 238, 211, 0.13) 70%,
        rgba(204, 200, 232, 0.04) 72%,
        transparent 77%),
      linear-gradient(168deg,
        transparent 31%,
        rgba(255, 239, 218, 0.13) 35%,
        rgba(240, 207, 182, 0.05) 39%,
        transparent 45%,
        transparent 63%,
        rgba(255, 230, 198, 0.09) 67%,
        transparent 72%),
      conic-gradient(from 218deg at 48% 51%,
        transparent 0deg,
        transparent 24deg,
        rgba(255, 226, 190, 0.17) 31deg,
        transparent 39deg,
        transparent 139deg,
        rgba(255, 243, 220, 0.1) 160deg,
        transparent 174deg,
        transparent 270deg,
        rgba(226, 218, 255, 0.05) 288deg,
        rgba(255, 232, 201, 0.11) 302deg,
        transparent 317deg,
        transparent 360deg);
    -webkit-mask-image:
      url("../icons/ohra-o-mark-white.png"),
      linear-gradient(112deg,
        transparent 0 20%,
        #000 22% 24%,
        transparent 27% 56%,
        #000 59% 61%,
        transparent 64% 83%,
        #000 86% 88%,
        transparent 91% 100%);
    mask-image:
      url("../icons/ohra-o-mark-white.png"),
      linear-gradient(112deg,
        transparent 0 20%,
        #000 22% 24%,
        transparent 27% 56%,
        #000 59% 61%,
        transparent 64% 83%,
        #000 86% 88%,
        transparent 91% 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    filter:
      drop-shadow(0 0 2px rgba(255, 226, 190, 0.08))
      drop-shadow(0 0 12px rgba(216, 180, 154, 0.05))
      blur(0.22px);
    mix-blend-mode: soft-light;
    opacity: 0.24;
    transform: translate3d(0.2%, 0.2%, 0) scale(0.998);
    animation: hero-o-edge 17s cubic-bezier(0.45, 0, 0.2, 1) infinite;
    animation-delay: -6.4s;
    will-change: transform, opacity, filter;
  }

  .hero-section__aura::after {
    z-index: 3;
    background:
      radial-gradient(ellipse at 47% 49%, rgba(255, 238, 214, 0.03), transparent 52%),
      linear-gradient(64deg,
        transparent 38%,
        rgba(255, 232, 204, 0.018) 41%,
        rgba(255, 239, 214, 0.26) 43.5%,
        rgba(214, 176, 148, 0.1) 45.5%,
        rgba(218, 222, 255, 0.04) 47.5%,
        transparent 52%);
    background-size: 100% 100%, 360% 100%;
    background-position: 50% 50%, 138% 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    filter:
      drop-shadow(0 0 3px rgba(255, 232, 200, 0.06))
      blur(0.18px);
    mix-blend-mode: soft-light;
    opacity: 0.12;
    transform: translate3d(0, 0, 0) scale(1.002);
    animation: hero-o-refraction 11.5s cubic-bezier(0.45, 0, 0.2, 1) infinite;
    animation-delay: -3.8s;
    will-change: transform, opacity, filter;
  }
}

.hero-section__content {
  position: relative;
  z-index: 2;
  width: var(--container);
  padding: 0 0 clamp(70px, 13vh, 130px);
  margin-inline: auto;
}

.hero-section h1 {
  max-width: 780px;
  font-family: var(--font-display);
  font-size: clamp(56px, 12vw, 124px);
  font-weight: 600;
  line-height: 0.95;
}

.hero-section__mobile-break {
  display: none;
}

.hero-section p {
  max-width: 690px;
  margin-top: 18px;
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 500;
}

.ohra-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  margin-top: 34px;
  color: var(--ohra-brown);
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid rgba(47, 38, 34, 0.32);
  border-radius: 999px;
  box-shadow: 0 8px 26px rgba(47, 38, 34, 0.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateZ(0);
  transition-property: transform, box-shadow, background-color, color, border-color;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--ohra-white);
  box-shadow: 0 16px 38px rgba(47, 38, 34, 0.18);
  transform: translateY(-2px);
}

.ohra-button:active,
.button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  transform: scale(0.96);
}

.ohra-button--light {
  color: var(--ohra-white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

.ohra-liquid-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  margin-top: 34px;
  overflow: hidden;
  color: var(--ohra-white);
  border: 1px solid rgba(0, 0, 0, 0.72);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateZ(0);
  transition-property: transform, filter;
  transition-duration: 260ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.ohra-liquid-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.02);
}

.ohra-liquid-button:active {
  transform: scale(0.96);
}

.ohra-liquid-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.ohra-liquid-button__shell,
.ohra-liquid-button__refract {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.ohra-liquid-button__shell {
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.018) 44%, rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    0 0 6px rgba(0, 0, 0, 0.03),
    0 2px 6px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(0, 0, 0, 0.34),
    inset 3px 3px 0.5px -3px rgba(255, 255, 255, 0.48),
    inset -3px -3px 0.5px -3px rgba(255, 255, 255, 0.28),
    inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.24),
    inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.16),
    inset 0 0 6px 6px rgba(255, 255, 255, 0.04),
    0 18px 52px rgba(0, 0, 0, 0.24);
}

.ohra-liquid-button__refract {
  z-index: -2;
  background: rgba(47, 38, 34, 0.035);
  backdrop-filter: url("#ohra-container-glass") blur(5px) saturate(1.24);
  -webkit-backdrop-filter: blur(5px) saturate(1.24);
}

.ohra-liquid-button__label {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
}

.ohra-liquid-button__label-mobile {
  display: none;
}

.ohra-liquid-button__filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.materials-section,
.artisans-section,
.pillars-section,
.ohra-basic-page {
  width: var(--container);
  margin-inline: auto;
}

.manifest-section {
  position: relative;
  width: 100%;
  min-height: 132svh;
  margin-top: -1px;
  color: var(--ohra-brown);
  background:
    radial-gradient(circle at 16% 18%, rgba(242, 211, 214, 0.5), transparent 34vw),
    radial-gradient(circle at 72% 28%, rgba(255, 232, 190, 0.52), transparent 30vw),
    linear-gradient(180deg, #fff8ed 0%, #f7f2ea 58%, #fbf7f0 100%);
  overflow: clip;
  text-align: center;
}

.manifest-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(47, 38, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 38, 34, 0.025) 1px, transparent 1px);
  background-size: 52px 52px, 52px 52px;
  mask-image: radial-gradient(circle at 50% 46%, #000 0 36%, transparent 72%);
  opacity: 0.36;
  pointer-events: none;
}

.manifest-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(18, 12, 10, 0.08), transparent 18%),
    radial-gradient(ellipse at 50% 42%, transparent 0 34%, rgba(255, 248, 237, 0.62) 70%);
  pointer-events: none;
}

.manifest-section__inner {
  position: sticky;
  top: 0;
  z-index: 3;
  display: grid;
  min-height: 100svh;
  width: var(--container);
  margin-inline: auto;
  padding: clamp(96px, 12vw, 150px) 0 clamp(54px, 7vw, 92px);
  place-items: center;
  align-content: center;
}

.manifest-section__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.manifest-section__wash,
.manifest-section__symbol,
.manifest-section__fragment,
.manifest-section__piece {
  position: absolute;
  display: block;
  will-change: transform, opacity, filter;
}

.manifest-section__wash {
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.72;
  mix-blend-mode: multiply;
}

.manifest-section__wash--rose {
  top: 8%;
  left: -10%;
  width: min(58vw, 680px);
  aspect-ratio: 1.24;
  background: radial-gradient(circle, rgba(242, 153, 151, 0.4), rgba(242, 211, 214, 0.12) 52%, transparent 72%);
}

.manifest-section__wash--gold {
  top: 32%;
  right: -12%;
  width: min(62vw, 760px);
  aspect-ratio: 1.1;
  background: radial-gradient(circle, rgba(255, 205, 133, 0.38), rgba(255, 242, 218, 0.2) 48%, transparent 74%);
}

.manifest-section__wash--blue {
  bottom: 0;
  left: 38%;
  width: min(46vw, 580px);
  aspect-ratio: 1.35;
  background: radial-gradient(circle, rgba(206, 207, 239, 0.38), rgba(216, 216, 245, 0.1) 54%, transparent 76%);
  mix-blend-mode: normal;
}

.manifest-section__symbol {
  top: 50%;
  left: 50%;
  width: clamp(280px, 42vw, 680px);
  opacity: 0.055;
  outline: 0;
  filter: blur(1.2px);
  mix-blend-mode: soft-light;
  transform: translate3d(-50%, -50%, 0) rotate(-8deg);
}

.manifest-section__fragment {
  overflow: hidden;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 70px rgba(47, 38, 34, 0.12);
  filter: saturate(0.96) contrast(0.96);
}

.manifest-section__fragment--texture {
  top: 13%;
  right: clamp(18px, 8vw, 124px);
  width: clamp(92px, 13vw, 180px);
  aspect-ratio: 0.72;
  opacity: 0.72;
  border-radius: 999px 999px 48px 48px;
  transform: rotate(8deg);
}

.manifest-section__fragment--sari {
  bottom: 14%;
  left: clamp(12px, 8vw, 116px);
  width: clamp(118px, 16vw, 230px);
  aspect-ratio: 0.86;
  opacity: 0.52;
  border-radius: 52px 52px 999px 999px;
  filter: saturate(0.9) contrast(0.9) blur(0.2px);
  transform: rotate(-10deg);
}

.manifest-section__piece {
  right: clamp(-48px, 4vw, 72px);
  bottom: clamp(58px, 9vw, 128px);
  width: clamp(150px, 21vw, 310px);
  opacity: 0.18;
  outline: 0;
  filter: blur(0.5px) drop-shadow(0 26px 58px rgba(47, 38, 34, 0.16));
  transform: rotate(9deg);
}

.manifest-section__line {
  width: min(560px, 78vw);
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, transparent, rgba(47, 38, 34, 0.36), transparent);
  transform-origin: center;
}

.eyebrow {
  color: var(--ohra-brown-soft);
  font-family: var(--font-serif);
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
}

.manifest-section h2 {
  display: grid;
  gap: clamp(2px, 0.8vw, 10px);
  margin-top: clamp(22px, 3vw, 34px);
  font-size: clamp(46px, 11vw, 148px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
  perspective: 900px;
}

.manifest-section h2 span {
  display: block;
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 44px, 0) rotateX(18deg) scale(0.98);
  transform-origin: 50% 70%;
  clip-path: inset(0 0 100% 0);
}

.manifest-section h2 span.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  clip-path: inset(0 0 0 0);
  transition-property: opacity, transform, filter, clip-path;
  transition-duration: 980ms;
  transition-timing-function: var(--ease-soft);
}

.manifest-section__copy {
  max-width: 620px;
  margin-top: clamp(28px, 4vw, 42px);
  color: rgba(47, 38, 34, 0.74);
  font-family: var(--font-serif);
  font-size: clamp(19px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.18;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(18px);
}

.manifest-section__copy.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-property: opacity, transform, filter;
  transition-duration: 900ms;
  transition-timing-function: var(--ease-soft);
}

.manifest-section__cue {
  position: absolute;
  right: 0;
  bottom: clamp(28px, 5vw, 58px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(47, 38, 34, 0.56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.manifest-section__cue::before {
  content: "";
  width: clamp(48px, 8vw, 112px);
  height: 1px;
  background: currentColor;
  opacity: 0.42;
}

.selection-section {
  position: relative;
  width: 100%;
  margin-top: -1px;
  padding: clamp(96px, 13vw, 190px) 0 clamp(88px, 12vw, 170px);
  color: var(--ohra-brown);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 250, 242, 0.94), transparent 34rem),
    linear-gradient(180deg, #fbf7f0 0%, #f4ece2 48%, #fbf7f0 100%);
  overflow: hidden;
  isolation: isolate;
  --drop-progress: 0;
  --drop-mask-scale: 0.16;
  --drop-mask-scale-alt: 0.15;
  --drop-mask-lift: 72px;
  --drop-mask-lift-alt: 45px;
  --drop-mask-opacity: 0.18;
  --drop-title-y: 104%;
  --drop-title-blur: 18px;
  --drop-title-scale: 0.9;
  --drop-copy-y: 34px;
  --drop-copy-blur: 10px;
  --drop-copy-opacity: 0;
  --drop-grid-opacity: 0.12;
  --drop-wash-opacity: 0.42;
  --drop-left-x: 0px;
  --drop-left-y: 0px;
  --drop-right-x: 0px;
  --drop-right-y: 0px;
  --drop-orb-opacity: 0.05;
  --drop-orb-y: -18px;
  --drop-orb-rotate: 0deg;
  --drop-kicker-opacity: 0.18;
  --drop-kicker-y: 15px;
  --pointer-x: 50%;
  --pointer-y: 50%;
}

.selection-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.95), rgba(251, 247, 240, 0) 18%),
    linear-gradient(0deg, rgba(251, 247, 240, 0.95), rgba(251, 247, 240, 0) 20%);
  pointer-events: none;
}

.selection-section::after {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  z-index: 0;
  height: 46%;
  background-image:
    linear-gradient(rgba(47, 38, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 38, 34, 0.03) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 44%, #000 0 28%, transparent 70%);
  opacity: var(--drop-grid-opacity);
  pointer-events: none;
}

.selection-section__inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin-inline: auto;
}

.selection-section__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.selection-section__wash,
.selection-section__orb {
  position: absolute;
  display: block;
  will-change: transform, opacity, filter;
}

.selection-section__wash {
  border-radius: 999px;
  filter: blur(42px);
  opacity: var(--drop-wash-opacity);
  mix-blend-mode: multiply;
}

.selection-section__wash--left {
  top: 8%;
  left: -14%;
  width: min(58vw, 720px);
  aspect-ratio: 1.25;
  background: radial-gradient(circle, rgba(242, 211, 214, 0.62), rgba(242, 211, 214, 0.1) 58%, transparent 75%);
  transform: translate3d(var(--drop-left-x), var(--drop-left-y), 0);
}

.selection-section__wash--right {
  right: -16%;
  bottom: 12%;
  width: min(62vw, 780px);
  aspect-ratio: 1.16;
  background: radial-gradient(circle, rgba(255, 205, 133, 0.42), rgba(255, 242, 218, 0.16) 52%, transparent 76%);
  transform: translate3d(var(--drop-right-x), var(--drop-right-y), 0);
}

.selection-section__orb {
  top: 26%;
  left: 50%;
  width: clamp(240px, 38vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(47, 38, 34, 0.12);
  border-radius: 50%;
  opacity: var(--drop-orb-opacity);
  box-shadow:
    inset 0 0 80px rgba(255, 250, 242, 0.58),
    0 0 90px rgba(242, 211, 214, 0.28);
  transform: translate3d(-50%, var(--drop-orb-y), 0) rotate(var(--drop-orb-rotate));
}

.selection-section__mask {
  position: absolute;
  inset: -2px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  opacity: var(--drop-mask-opacity);
  mix-blend-mode: multiply;
}

.selection-section__mask span {
  transform-origin: 50% 100%;
  transform: translateY(var(--drop-mask-lift)) scaleY(var(--drop-mask-scale));
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.72), rgba(227, 215, 196, 0.16) 44%, transparent),
    linear-gradient(90deg, rgba(47, 38, 34, 0.055), transparent 42%, rgba(255, 255, 255, 0.18));
  transition-property: transform;
  transition-duration: 180ms;
  transition-timing-function: linear;
}

.selection-section__mask span:nth-child(2n) {
  transform: translateY(var(--drop-mask-lift-alt)) scaleY(var(--drop-mask-scale-alt));
}

.selection-section__mask span:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(242, 211, 214, 0.34), rgba(255, 250, 242, 0.1) 48%, transparent),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(24px, 5vw, 54px);
}

.section-heading h2,
.materials-section h2,
.artisans-section h2,
.pillars-section h2,
.ohra-basic-page h1 {
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(44px, 8vw, 92px);
  font-weight: 500;
  line-height: 0.95;
}

.section-heading p:not(.eyebrow) {
  max-width: 460px;
  color: rgba(47, 38, 34, 0.76);
  font-size: clamp(17px, 2vw, 21px);
}

.selection-section .section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.selection-section .section-heading--split {
  align-items: end;
}

[data-drop-kicker] {
  opacity: var(--drop-kicker-opacity);
  transform: translateY(var(--drop-kicker-y));
}

[data-drop-title] {
  overflow: hidden;
  padding-bottom: 0.08em;
}

[data-drop-title] span {
  display: block;
  filter: blur(var(--drop-title-blur));
  transform: translate3d(0, var(--drop-title-y), 0) scaleY(var(--drop-title-scale));
  transform-origin: 50% 100%;
  transition-property: transform, filter;
  transition-duration: 180ms;
  transition-timing-function: linear;
}

[data-drop-copy] {
  opacity: var(--drop-copy-opacity);
  filter: blur(var(--drop-copy-blur));
  transform: translate3d(0, var(--drop-copy-y), 0);
  transition-property: opacity, transform, filter;
  transition-duration: 180ms;
  transition-timing-function: linear;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 3.2vw, 44px);
  align-items: start;
  margin-top: clamp(64px, 10vw, 138px);
}

.product-card {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  opacity: 0;
  filter: blur(18px);
  clip-path: inset(18% 0 0 0 round 4px);
  transform: translate3d(0, 92px, 0) rotate(0.001deg);
  transition-property: opacity, filter, transform, clip-path;
  transition-duration: 1100ms;
  transition-timing-function: var(--ease-soft);
}

.product-card.is-revealed {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 4px);
  transform: translate3d(0, 0, 0) rotate(0);
}

.product-card--featured {
  grid-column: span 6;
}

.product-card:nth-child(2) {
  grid-column: 8 / span 4;
  margin-top: clamp(56px, 8vw, 118px);
}

.product-card:nth-child(3) {
  grid-column: 2 / span 3;
  margin-top: clamp(-20px, -2vw, -8px);
}

.product-card:nth-child(4) {
  grid-column: 6 / span 5;
  margin-top: clamp(38px, 7vw, 96px);
}

.product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(140deg, rgba(255, 250, 242, 0.74), rgba(227, 215, 196, 0.22));
  border-radius: 5px;
  box-shadow:
    0 0 0 1px rgba(47, 38, 34, 0.08),
    0 26px 84px rgba(47, 38, 34, 0.12),
    0 6px 18px rgba(47, 38, 34, 0.08);
  transform: translateZ(0);
  transition-property: transform, box-shadow, border-radius;
  transition-duration: 520ms;
  transition-timing-function: var(--ease-soft);
}

.product-card--featured .product-card__media {
  aspect-ratio: 0.82;
}

.product-card__media::before,
.product-card__media::after,
.product-card__aura {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.product-card__media::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.1), transparent 28%, rgba(47, 38, 34, 0.18)),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.28), transparent 34%);
  opacity: 0.56;
  mix-blend-mode: soft-light;
  transition-property: opacity;
  transition-duration: 420ms;
}

.product-card__media::after {
  inset: 10px;
  border: 1px solid rgba(255, 250, 242, 0.42);
  opacity: 0;
  transform: scale(0.96);
  transition-property: opacity, transform;
  transition-duration: 520ms;
  transition-timing-function: var(--ease-soft);
}

.product-card__aura {
  z-index: 1;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(242, 211, 214, 0.55), transparent 31%),
    radial-gradient(circle at 80% 20%, rgba(255, 205, 133, 0.28), transparent 36%);
  opacity: 0;
  filter: blur(22px);
  transform: scale(1.08);
  transition-property: opacity, transform;
  transition-duration: 620ms;
  transition-timing-function: var(--ease-soft);
}

.product-card__media > picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition-property: opacity, transform, filter, clip-path;
  transition-duration: 720ms;
  transition-timing-function: var(--ease-soft);
}

.product-card__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 0;
  transform: scale(1.012);
  transition-property: opacity, transform, filter, clip-path;
  transition-duration: 720ms;
  transition-timing-function: var(--ease-soft);
}

.product-card__image--secondary {
  opacity: 0;
  filter: blur(10px) saturate(0.98);
  clip-path: inset(0 0 100% 0);
  transform: scale(1.055) translateY(10px);
}

.product-card__image--cutout {
  object-fit: contain;
  padding: 12%;
  background: radial-gradient(circle at 50% 48%, rgba(255, 250, 242, 0.94), rgba(227, 215, 196, 0.44));
  clip-path: inset(0 0 100% 0);
}

.product-card__image--echo {
  filter: blur(14px) saturate(1.12) brightness(1.08);
  mix-blend-mode: screen;
}

.product-card:hover .product-card__media,
.product-card:focus-within .product-card__media,
.product-card.is-hovered .product-card__media {
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.82),
    0 34px 110px rgba(47, 38, 34, 0.2),
    0 10px 30px rgba(47, 38, 34, 0.12);
  transform: translate3d(0, -8px, 0) scale(1.012);
}

.product-card:hover .product-card__media::before,
.product-card:focus-within .product-card__media::before,
.product-card.is-hovered .product-card__media::before {
  opacity: 0.78;
}

.product-card:hover .product-card__media::after,
.product-card:focus-within .product-card__media::after,
.product-card.is-hovered .product-card__media::after {
  opacity: 1;
  transform: scale(1);
}

.product-card:hover .product-card__aura,
.product-card:focus-within .product-card__aura,
.product-card.is-hovered .product-card__aura {
  opacity: 0.82;
  transform: scale(1.16);
}

.product-card:hover .product-card__image--primary,
.product-card:focus-within .product-card__image--primary,
.product-card.is-hovered .product-card__image--primary {
  opacity: 0;
  filter: blur(8px) saturate(0.96);
  transform: scale(1.045);
}

.product-card:hover .product-card__image--secondary,
.product-card:focus-within .product-card__image--secondary,
.product-card.is-hovered .product-card__image--secondary {
  opacity: 1;
  filter: blur(0) saturate(1.02);
  clip-path: inset(0 0 0 0);
  transform: scale(1.012) translateY(0);
}

.product-card__plus {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ohra-brown);
  background: rgba(255, 250, 242, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  box-shadow: 0 14px 36px rgba(47, 38, 34, 0.16);
  backdrop-filter: blur(12px);
  transition-property: transform, background-color, color;
  transition-duration: 280ms;
  transition-timing-function: var(--ease-soft);
}

.product-card__number {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  display: grid;
  min-width: 44px;
  height: 32px;
  place-items: center;
  color: rgba(47, 38, 34, 0.74);
  background: rgba(255, 250, 242, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  backdrop-filter: blur(10px);
}

.product-card:hover .product-card__plus,
.product-card:focus-within .product-card__plus,
.product-card.is-hovered .product-card__plus {
  color: var(--ohra-white);
  background: rgba(47, 38, 34, 0.74);
  transform: rotate(90deg) scale(1.04);
}

.product-card__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  padding-top: 18px;
  color: var(--ohra-brown);
}

.product-card__meta span {
  display: block;
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: rgba(47, 38, 34, 0.56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card__meta h3 {
  font-family: var(--font-serif);
  font-size: clamp(25px, 3.6vw, 38px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.product-card__meta p {
  align-self: end;
  margin-top: 0;
  font-family: var(--font-serif);
  font-size: clamp(21px, 2.4vw, 28px);
  font-variant-numeric: tabular-nums;
}

/* Drop 01 cinematic portal scene */
.selection-section {
  min-height: clamp(1320px, 185vw, 2180px);
  padding: clamp(118px, 15vw, 230px) 0 clamp(104px, 14vw, 210px);
  color: var(--ohra-white);
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.96) 0%, rgba(47, 38, 34, 0.04) 10%, rgba(25, 18, 16, 0.08) 100%),
    radial-gradient(circle at 20% 20%, rgba(242, 211, 214, 0.38), transparent 34rem),
    radial-gradient(circle at 78% 18%, rgba(216, 216, 245, 0.28), transparent 32rem),
    linear-gradient(160deg, #2f2622 0%, #6a453b 36%, #d8b49a 68%, #fbf7f0 100%);
  --drop-progress: 0;
  --drop-portal: 0;
  --drop-iris-size: 16%;
  --drop-iris-opacity: 0.18;
  --drop-iris-blur: 34px;
  --drop-grid-glow-opacity: 0.35;
  --drop-mask-grid-opacity: 0.14;
  --drop-grain-rx: 28%;
  --drop-grain-ry: 18%;
  --drop-ripple-rx: 18%;
  --drop-ripple-ry: 16%;
  --drop-veil-rx: 10%;
  --drop-veil-ry: 12%;
  --drop-veil-y: 0px;
  --drop-vignette-opacity: 0.72;
  --drop-text-veil: 104%;
  --drop-text-blur: 18px;
  --drop-copy-opacity: 0;
  --drop-copy-y: 34px;
  --drop-copy-blur: 10px;
  --drop-kicker-opacity: 0.18;
  --drop-kicker-y: 15px;
  --drop-mask-opacity: 0.28;
  --drop-mask-lift: 82px;
  --drop-mask-lift-alt: 54px;
  --drop-mask-scale: 0.18;
  --drop-mask-scale-alt: 0.14;
  --drop-left-x: 0px;
  --drop-left-y: 0px;
  --drop-right-x: 0px;
  --drop-right-y: 0px;
  --drop-orb-opacity: 0.1;
  --drop-orb-y: -24px;
  --drop-orb-rotate: 0deg;
}

.selection-section::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.96), rgba(251, 247, 240, 0) 16%),
    linear-gradient(0deg, rgba(251, 247, 240, 0.9), rgba(251, 247, 240, 0) 18%),
    radial-gradient(ellipse at 50% 42%, rgba(255, 250, 242, 0.08), transparent 36%),
    linear-gradient(110deg, rgba(25, 18, 16, 0.72), rgba(47, 38, 34, 0.12) 45%, rgba(255, 250, 242, 0.3));
  opacity: var(--drop-vignette-opacity);
}

.selection-section::after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(rgba(255, 250, 242, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 242, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(ellipse at 50% 37%, #000 0 18%, transparent 64%);
  opacity: var(--drop-mask-grid-opacity);
}

.selection-section__atmosphere {
  z-index: 1;
  overflow: hidden;
}

.selection-section__texture,
.selection-section__iris {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform, opacity, filter, clip-path;
}

.selection-section__texture {
  border-radius: 999px;
  opacity: 0.34;
  filter: saturate(1.08) contrast(1.03);
  mix-blend-mode: soft-light;
}

.selection-section__texture--grain {
  inset: 6% auto auto -10%;
  width: min(56vw, 740px);
  aspect-ratio: 1.3;
  background: url("../img/aura-grain-board.webp") center / cover no-repeat;
  clip-path: ellipse(var(--drop-grain-rx) var(--drop-grain-ry) at 50% 50%);
  transform: translate3d(var(--drop-left-x), var(--drop-left-y), 0) rotate(-8deg);
}

.selection-section__texture--ripple {
  top: 15%;
  right: -13%;
  width: min(64vw, 860px);
  aspect-ratio: 1.05;
  background: url("../img/aura-ripple.webp") center / cover no-repeat;
  opacity: 0.24;
  clip-path: ellipse(var(--drop-ripple-rx) var(--drop-ripple-ry) at 48% 52%);
  transform: translate3d(var(--drop-right-x), var(--drop-right-y), 0) rotate(10deg);
}

.selection-section__texture--veil {
  left: 21%;
  bottom: 4%;
  width: min(46vw, 620px);
  aspect-ratio: 0.82;
  background: url("../img/materials-yellow-veil.webp") center / cover no-repeat;
  opacity: 0.16;
  filter: blur(1px) saturate(0.84);
  mix-blend-mode: luminosity;
  clip-path: ellipse(var(--drop-veil-rx) var(--drop-veil-ry) at 50% 50%);
  transform: translate3d(0, var(--drop-veil-y), 0) rotate(-4deg);
}

.selection-section__wash {
  mix-blend-mode: screen;
}

.selection-section__wash--left {
  background: radial-gradient(circle, rgba(242, 211, 214, 0.58), rgba(216, 180, 154, 0.18) 48%, transparent 72%);
}

.selection-section__wash--right {
  background: radial-gradient(circle, rgba(99, 128, 167, 0.36), rgba(255, 205, 133, 0.18) 46%, transparent 72%);
}

.selection-section__orb {
  border-color: rgba(255, 250, 242, 0.18);
  box-shadow:
    inset 0 0 90px rgba(255, 250, 242, 0.18),
    0 0 120px rgba(242, 211, 214, 0.22);
}

.selection-section__iris {
  top: clamp(130px, 18vw, 260px);
  left: 50%;
  width: clamp(280px, 52vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 250, 242, 0) var(--drop-iris-size), rgba(255, 250, 242, 0.18) calc(var(--drop-iris-size) + 2%), rgba(47, 38, 34, 0.46) 72%, rgba(25, 18, 16, 0.78));
  opacity: var(--drop-iris-opacity);
  filter: blur(var(--drop-iris-blur));
  transform: translate3d(-50%, var(--drop-orb-y), 0) rotate(var(--drop-orb-rotate));
}

.selection-section__mask {
  opacity: var(--drop-mask-opacity);
  mix-blend-mode: overlay;
}

.selection-section__mask span {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.42), rgba(255, 250, 242, 0.08) 52%, transparent),
    url("../img/aura-pink-ivory.webp") center / cover no-repeat;
  filter: blur(0.4px);
}

.selection-section__inner {
  z-index: 2;
  width: min(100% - 40px, 1250px);
}

.selection-section .section-heading {
  max-width: min(100%, 1080px);
  color: var(--ohra-white);
  text-shadow: 0 20px 60px rgba(25, 18, 16, 0.34);
}

.selection-section .section-heading h2 {
  color: var(--ohra-white);
  font-size: clamp(68px, 13vw, 164px);
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 250, 242, 0.78);
}

[data-drop-title] span {
  filter: blur(var(--drop-text-blur));
  transform: translate3d(0, var(--drop-text-veil), 0) scaleY(var(--drop-title-scale));
}

.product-grid {
  position: relative;
  min-height: clamp(920px, 128vw, 1550px);
  margin-top: clamp(76px, 10vw, 156px);
  perspective: 1400px;
}

.product-grid::before {
  content: "";
  position: absolute;
  inset: 6% 2% 14%;
  z-index: -1;
  background:
    radial-gradient(ellipse at 28% 16%, rgba(255, 250, 242, 0.16), transparent 32%),
    radial-gradient(ellipse at 76% 42%, rgba(216, 216, 245, 0.18), transparent 36%),
    radial-gradient(ellipse at 44% 82%, rgba(242, 211, 214, 0.16), transparent 34%);
  filter: blur(18px);
  opacity: var(--drop-grid-glow-opacity);
  pointer-events: none;
}

.selection-section .product-card {
  --card-opacity: 0;
  --card-lift: 118px;
  --card-blur: 24px;
  --card-scale: 0.86;
  --card-tilt: -8deg;
  --card-clip-top: 48%;
  --card-clip-side: 24%;
  --card-radius: 46%;
  --card-veil-opacity: 0.92;
  --card-veil-y: 0%;
  --card-frame-radius: 32%;
  --card-frame-opacity: 0;
  --card-frame-scale: 0.92;
  --card-ring-opacity: 0.24;
  --card-image-scale: 1.09;
  --card-meta-opacity: 0.18;
  --card-meta-blur: 8px;
  --card-meta-y: 26px;
  opacity: var(--card-opacity);
  filter: blur(var(--card-blur));
  clip-path: none;
  transform: translate3d(0, var(--card-lift), 0) rotate(var(--card-tilt)) scale(var(--card-scale));
  transform-origin: 50% 62%;
  transition-property: filter, transform, opacity;
  transition-duration: 160ms;
  transition-timing-function: linear;
  will-change: transform, opacity, filter;
}

.selection-section .product-card.is-revealed {
  opacity: var(--card-opacity);
  filter: blur(var(--card-blur));
  clip-path: none;
  transform: translate3d(0, var(--card-lift), 0) rotate(var(--card-tilt)) scale(var(--card-scale));
}

.selection-section .product-card--featured {
  grid-column: 1 / span 6;
}

.selection-section .product-card:nth-child(2) {
  grid-column: 8 / span 4;
  margin-top: clamp(34px, 6vw, 88px);
}

.selection-section .product-card:nth-child(3) {
  grid-column: 2 / span 3;
  margin-top: clamp(-10px, -1vw, 0px);
}

.selection-section .product-card:nth-child(4) {
  grid-column: 6 / span 5;
  margin-top: clamp(46px, 7vw, 108px);
}

.selection-section .product-card__media {
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.18), transparent 28%),
    url("../img/aura-orange-blue.webp") center / cover no-repeat,
    linear-gradient(150deg, rgba(255, 250, 242, 0.18), rgba(25, 18, 16, 0.28));
  border-radius: var(--card-radius);
  clip-path: inset(var(--card-clip-top) var(--card-clip-side) var(--card-clip-top) var(--card-clip-side) round var(--card-radius));
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.22),
    0 44px 130px rgba(25, 18, 16, 0.42),
    0 10px 30px rgba(25, 18, 16, 0.22);
  transition-property: clip-path, border-radius, box-shadow, transform;
  transition-duration: 160ms;
  transition-timing-function: linear;
  will-change: clip-path, border-radius, transform;
}

.selection-section .product-card__media::before {
  z-index: 4;
  background:
    linear-gradient(120deg, rgba(255, 250, 242, 0.22), transparent 26%, rgba(255, 250, 242, 0.1) 64%, rgba(25, 18, 16, 0.34)),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.36), transparent 30%);
  opacity: 0.72;
  mix-blend-mode: soft-light;
}

.selection-section .product-card__media::after {
  z-index: 6;
  inset: 12px;
  border-color: rgba(255, 250, 242, 0.42);
  border-radius: var(--card-frame-radius);
  opacity: var(--card-frame-opacity);
  transform: scale(var(--card-frame-scale));
}

.product-card__portal-ring,
.product-card__veil {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.product-card__portal-ring {
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.28),
    inset 0 0 80px rgba(255, 250, 242, 0.14),
    0 0 70px rgba(242, 211, 214, 0.28);
  opacity: var(--card-ring-opacity);
  mix-blend-mode: screen;
}

.product-card__veil {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.52), rgba(242, 211, 214, 0.2) 46%, rgba(25, 18, 16, 0.1)),
    url("../img/aura-ripple.webp") center / cover no-repeat;
  opacity: var(--card-veil-opacity);
  transform: translate3d(0, var(--card-veil-y), 0);
  mix-blend-mode: screen;
  transition-property: opacity, transform;
  transition-duration: 160ms;
  transition-timing-function: linear;
}

.selection-section .product-card__image,
.selection-section .product-card__media > picture {
  transform: scale(var(--card-image-scale));
}

.selection-section .product-card__image--secondary {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

.selection-section .product-card__number {
  color: rgba(255, 250, 242, 0.82);
  background: rgba(25, 18, 16, 0.2);
  border-color: rgba(255, 250, 242, 0.24);
}

.selection-section .product-card__plus {
  color: rgba(255, 250, 242, 0.9);
  background: rgba(25, 18, 16, 0.22);
  border-color: rgba(255, 250, 242, 0.28);
}

.selection-section .product-card__meta {
  color: var(--ohra-white);
  opacity: var(--card-meta-opacity);
  filter: blur(var(--card-meta-blur));
  transform: translate3d(0, var(--card-meta-y), 0);
  transition-property: opacity, filter, transform;
  transition-duration: 160ms;
  transition-timing-function: linear;
}

.selection-section .product-card__meta span {
  color: rgba(255, 250, 242, 0.58);
}

.selection-section .product-card__meta h3,
.selection-section .product-card__meta p {
  color: var(--ohra-white);
  text-shadow: 0 12px 34px rgba(25, 18, 16, 0.36);
}

.selection-section .product-card:hover .product-card__media,
.selection-section .product-card:focus-within .product-card__media,
.selection-section .product-card.is-hovered .product-card__media {
  border-radius: 22px;
  clip-path: inset(0 0 0 0 round 22px);
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.72),
    0 58px 150px rgba(25, 18, 16, 0.5),
    0 14px 34px rgba(25, 18, 16, 0.22);
  transform: translate3d(0, -10px, 0) scale(1.012);
}

.selection-section .product-card:hover .product-card__veil,
.selection-section .product-card:focus-within .product-card__veil,
.selection-section .product-card.is-hovered .product-card__veil {
  opacity: 0.1;
  transform: translate3d(0, -34%, 0);
}

/* Drop 01 refinement: product-first editorial reveal */
.selection-section {
  min-height: auto;
  padding: clamp(76px, 8vw, 124px) 0 clamp(88px, 10vw, 150px);
  color: var(--ohra-brown);
  background:
    radial-gradient(ellipse at 18% 6%, rgba(242, 211, 214, 0.46), transparent 34rem),
    radial-gradient(ellipse at 88% 18%, rgba(216, 216, 245, 0.24), transparent 30rem),
    radial-gradient(ellipse at 44% 90%, rgba(216, 180, 154, 0.3), transparent 34rem),
    linear-gradient(180deg, #fbf7f0 0%, #efe3d8 52%, #fbf7f0 100%);
  --drop-text-veil: 0%;
  --drop-text-blur: 0px;
  --drop-copy-opacity: 1;
  --drop-copy-y: 0px;
  --drop-copy-blur: 0px;
  --drop-kicker-opacity: 1;
  --drop-kicker-y: 0px;
  --drop-mask-opacity: 0.16;
  --drop-vignette-opacity: 0.36;
}

.selection-section::before {
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.96), rgba(251, 247, 240, 0) 20%),
    linear-gradient(0deg, rgba(251, 247, 240, 0.88), rgba(251, 247, 240, 0) 22%),
    radial-gradient(ellipse at 52% 38%, rgba(255, 250, 242, 0.42), transparent 58%);
  opacity: 1;
}

.selection-section::after {
  background:
    linear-gradient(rgba(47, 38, 34, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 38, 34, 0.026) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(ellipse at 50% 38%, #000 0 24%, transparent 74%);
  opacity: 0.24;
}

.selection-section__texture,
.selection-section__iris,
.selection-section__orb {
  display: none;
}

.selection-section__wash {
  filter: blur(28px);
  opacity: 0.34;
  mix-blend-mode: multiply;
}

.selection-section__wash--left {
  background: radial-gradient(circle, rgba(242, 211, 214, 0.42), rgba(242, 211, 214, 0.1) 54%, transparent 74%);
}

.selection-section__wash--right {
  background: radial-gradient(circle, rgba(216, 180, 154, 0.34), rgba(255, 250, 242, 0.12) 52%, transparent 76%);
}

.selection-section__mask {
  opacity: 0.18;
  mix-blend-mode: multiply;
}

.selection-section__mask span {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.56), rgba(227, 215, 196, 0.08) 52%, transparent),
    linear-gradient(90deg, rgba(47, 38, 34, 0.035), transparent 42%, rgba(255, 255, 255, 0.2));
  filter: none;
}

.selection-section__inner {
  width: min(100% - 40px, 1180px);
}

.selection-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.56fr);
  align-items: end;
  gap: clamp(24px, 4vw, 58px);
  margin-bottom: clamp(28px, 4.8vw, 58px);
  color: var(--ohra-brown);
  text-shadow: none;
}

.selection-section .section-heading h2 {
  color: var(--ohra-brown);
  font-size: clamp(58px, 10vw, 128px);
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 440px;
  color: rgba(47, 38, 34, 0.7);
}

[data-drop-title] span {
  filter: none;
  transform: translate3d(0, 0, 0) scaleY(1);
}

[data-drop-copy],
[data-drop-kicker] {
  opacity: 1;
  filter: none;
  transform: none;
}

.product-grid {
  min-height: auto;
  margin-top: 0;
  gap: clamp(18px, 2.6vw, 34px);
  perspective: none;
}

.product-grid::before {
  inset: 0 4% 8%;
  background:
    radial-gradient(ellipse at 22% 20%, rgba(255, 250, 242, 0.46), transparent 34%),
    radial-gradient(ellipse at 80% 44%, rgba(242, 211, 214, 0.28), transparent 36%),
    radial-gradient(ellipse at 48% 92%, rgba(216, 180, 154, 0.22), transparent 38%);
  filter: blur(8px);
  opacity: 0.72;
}

.selection-section .product-card {
  --card-opacity: 0;
  --card-lift: 54px;
  --card-blur: 5px;
  --card-scale: 0.96;
  --card-tilt: 0deg;
  --card-clip-top: 18%;
  --card-clip-side: 8%;
  --card-radius: 28px;
  --card-veil-opacity: 0.34;
  --card-veil-y: 0%;
  opacity: var(--card-opacity);
  filter: blur(var(--card-blur));
  transform: translate3d(0, var(--card-lift), 0) scale(var(--card-scale));
  transition-property: opacity, filter, transform;
  transition-duration: 180ms;
}

.selection-section .product-card__media {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.28), transparent 28%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.78), rgba(227, 215, 196, 0.34));
  border-radius: var(--card-radius);
  clip-path: inset(var(--card-clip-top) var(--card-clip-side) var(--card-clip-top) var(--card-clip-side) round var(--card-radius));
  box-shadow:
    0 0 0 1px rgba(47, 38, 34, 0.08),
    0 28px 76px rgba(47, 38, 34, 0.14),
    0 8px 22px rgba(47, 38, 34, 0.08);
  transition-property: clip-path, border-radius, box-shadow, transform;
  transition-duration: 180ms;
}

.selection-section .product-card__media::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.04), transparent 28%, rgba(47, 38, 34, 0.14)),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.22), transparent 34%);
  opacity: 0.62;
}

.product-card__portal-ring {
  opacity: 0.34;
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.34),
    inset 0 0 46px rgba(255, 250, 242, 0.1);
}

.product-card__veil {
  background:
    linear-gradient(115deg, rgba(255, 250, 242, 0.38), rgba(242, 211, 214, 0.16) 45%, rgba(255, 250, 242, 0.02));
  opacity: var(--card-veil-opacity);
  mix-blend-mode: soft-light;
}

.selection-section .product-card__image,
.selection-section .product-card__media > picture {
  transform: scale(var(--card-image-scale, 1.025));
}

.selection-section .product-card__number {
  color: rgba(47, 38, 34, 0.72);
  background: rgba(255, 250, 242, 0.58);
  border-color: rgba(255, 255, 255, 0.64);
}

.selection-section .product-card__plus {
  color: rgba(47, 38, 34, 0.88);
  background: rgba(255, 250, 242, 0.64);
  border-color: rgba(255, 255, 255, 0.7);
}

.selection-section .product-card__meta {
  color: var(--ohra-brown);
  filter: blur(var(--card-meta-blur, 0px));
  transform: translate3d(0, var(--card-meta-y, 0px), 0);
}

.selection-section .product-card__meta span {
  color: rgba(47, 38, 34, 0.52);
}

.selection-section .product-card__meta h3,
.selection-section .product-card__meta p {
  color: var(--ohra-brown);
  text-shadow: none;
}

.selection-section .product-card:hover .product-card__media,
.selection-section .product-card:focus-within .product-card__media,
.selection-section .product-card.is-hovered .product-card__media {
  border-radius: 14px;
  clip-path: inset(0 0 0 0 round 14px);
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.74),
    0 34px 100px rgba(47, 38, 34, 0.22),
    0 10px 28px rgba(47, 38, 34, 0.1);
  transform: translate3d(0, -8px, 0) scale(1.01);
}

.selection-section .product-card:hover .product-card__veil,
.selection-section .product-card:focus-within .product-card__veil,
.selection-section .product-card.is-hovered .product-card__veil {
  opacity: 0.04;
  transform: translate3d(0, -18%, 0);
}

.selection-section .product-card:nth-child(2) {
  margin-top: clamp(16px, 3.8vw, 54px);
}

.selection-section .product-card:nth-child(4) {
  margin-top: clamp(26px, 4.8vw, 70px);
}

/* Cinematic silk veil: abstract, light, product-first */
.selection-section {
  --silk-progress: 0;
  --silk-x: -18%;
  --silk-y: 0px;
  --silk-opacity: 0.62;
  --silk-clip-left: 0%;
  --silk-clip-right: 0%;
  --silk-rotate: -4deg;
  --silk-shine-x: 0%;
}

.selection-section__silk {
  position: absolute;
  left: -10%;
  top: clamp(80px, 8vw, 128px);
  z-index: 2;
  display: block;
  width: 122%;
  height: clamp(280px, 38vw, 560px);
  pointer-events: none;
  opacity: var(--silk-opacity);
  background:
    linear-gradient(108deg, transparent 0 9%, rgba(255, 250, 242, 0.7) 18%, rgba(242, 211, 214, 0.28) 38%, rgba(255, 250, 242, 0.5) 58%, transparent 88%),
    repeating-linear-gradient(104deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 8px),
    radial-gradient(ellipse at 34% 52%, rgba(255, 250, 242, 0.5), transparent 48%);
  clip-path: polygon(var(--silk-clip-left) 5%, 100% 0, calc(100% - var(--silk-clip-right)) 100%, 0 92%);
  filter: blur(0.35px);
  mix-blend-mode: screen;
  transform: translate3d(var(--silk-x), var(--silk-y), 0) rotate(var(--silk-rotate));
  will-change: transform, opacity, clip-path;
}

.selection-section__silk::before,
.selection-section__silk::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.selection-section__silk::before {
  background:
    radial-gradient(circle at 20% 45%, rgba(47, 38, 34, 0.045) 0 1px, transparent 1.4px),
    radial-gradient(circle at 78% 55%, rgba(255, 250, 242, 0.28), transparent 34%);
  background-size: 9px 9px, auto;
  opacity: 0.5;
}

.selection-section__silk::after {
  inset: 12% 0;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 242, 0.62), transparent);
  opacity: 0.34;
  transform: translateX(var(--silk-shine-x));
}

.selection-section .section-heading {
  margin-bottom: clamp(18px, 3.4vw, 42px);
}

.selection-section .product-grid {
  margin-top: clamp(-12px, -1vw, 0px);
}

.selection-section .product-card--featured {
  transform-origin: 50% 42%;
}

.quote-section {
  position: relative;
  min-height: clamp(360px, 70vw, 620px);
  display: grid;
  place-items: center;
  margin-top: 28px;
  color: var(--ohra-white);
  overflow: hidden;
}

.quote-section__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 38, 34, 0.12), rgba(47, 38, 34, 0.24)),
    url("../img/aura-silhouette.webp") center / cover no-repeat;
  animation: aura-drift 11s ease-in-out infinite alternate;
}

.quote-section blockquote {
  position: relative;
  max-width: min(960px, 84vw);
  margin: 0;
  padding: 0;
  font-family: var(--font-serif);
  font-size: clamp(32px, 7vw, 74px);
  font-style: italic;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 12px 40px rgba(47, 38, 34, 0.28);
}

.quote-section blockquote span {
  display: block;
  margin-top: 22px;
}

.materials-section {
  display: grid;
  gap: clamp(28px, 6vw, 70px);
  padding: clamp(72px, 10vw, 140px) 0;
}

.materials-section__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--ohra-shadow);
}

.materials-section__image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.materials-section__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  color: var(--ohra-brown);
  background: rgba(255, 250, 242, 0.78);
  border: 1px solid rgba(255, 250, 242, 0.74);
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition-property: transform, background-color;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.materials-section__play:hover {
  background: var(--ohra-white);
  transform: translate(-50%, -50%) scale(1.04);
}

.materials-section__play:active {
  transform: translate(-50%, -50%) scale(0.96);
}

.materials-section__play svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  margin-left: 3px;
}

.materials-section__text {
  position: relative;
  padding: clamp(26px, 5vw, 52px);
  color: var(--ohra-brown);
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.72), transparent 15rem),
    linear-gradient(135deg, rgba(242, 211, 214, 0.44), rgba(227, 215, 196, 0.68));
  border-radius: 4px;
  box-shadow: var(--ohra-ring);
}

.materials-section h2 em {
  color: var(--ohra-white);
  font-style: italic;
  text-shadow: 0 10px 40px rgba(47, 38, 34, 0.16);
}

.materials-section__text > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 22px;
  font-size: clamp(18px, 2vw, 22px);
}

.artisans-section {
  position: relative;
  padding: clamp(42px, 7vw, 90px) 0 clamp(74px, 10vw, 150px);
}

.artisans-path {
  position: absolute;
  inset: 220px 7% auto;
  height: 380px;
  border: 1px solid rgba(47, 38, 34, 0.28);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 70% 0 0;
  pointer-events: none;
}

.artisans-list {
  display: grid;
  gap: clamp(28px, 5vw, 74px);
}

.artisan-card {
  display: grid;
  gap: 18px;
  align-items: center;
}

.artisan-card:nth-child(even) {
  justify-items: end;
}

.artisan-card__image {
  width: min(100%, 560px);
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--ohra-ring), 0 14px 42px rgba(47, 38, 34, 0.09);
}

.artisan-card__copy {
  max-width: 520px;
}

.artisan-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(42px, 8vw, 76px);
  font-weight: 500;
  line-height: 0.9;
}

.artisan-card__place {
  margin-top: 4px;
  color: rgba(47, 38, 34, 0.78);
  font-size: clamp(20px, 3vw, 28px);
}

.artisan-card__copy p:last-child {
  margin-top: 18px;
  color: rgba(47, 38, 34, 0.84);
  font-size: clamp(18px, 2.2vw, 24px);
}

.pillars-section {
  padding: clamp(72px, 10vw, 150px) 0;
}

.pillars-section__intro {
  margin-bottom: 28px;
}

.pillars-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(82vw, 420px);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 0 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.pillars-track::-webkit-scrollbar {
  display: none;
}

.pillar-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 4px;
  color: var(--ohra-white);
  scroll-snap-align: start;
  box-shadow: var(--ohra-shadow);
}

.pillar-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 0;
}

.pillar-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(47, 38, 34, 0.08), rgba(47, 38, 34, 0.64));
}

.pillar-card div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 28px;
  text-align: center;
}

.pillar-card h3 {
  font-family: var(--font-display);
  font-size: clamp(38px, 8vw, 64px);
  font-weight: 600;
  line-height: 1;
}

.pillar-card p {
  margin-top: 10px;
  font-size: clamp(19px, 4vw, 27px);
  font-weight: 500;
}

.pillars-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.pillars-dots span {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(47, 38, 34, 0.58);
  border-radius: 50%;
  transition-property: background-color, transform;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.pillars-dots span.is-active {
  background: var(--ohra-brown-soft);
  transform: scale(1.08);
}

.site-footer {
  position: relative;
  color: var(--ohra-white);
  overflow: hidden;
  background: #51382e;
}

.site-footer__hero {
  position: relative;
  height: clamp(260px, 32vw, 440px);
  overflow: hidden;
}

.site-footer__image,
.site-footer__veil,
.site-footer__aura {
  position: absolute;
  inset: 0;
}

.site-footer__image {
  background:
    url("../img/footer-ohra-silhouette.jpg") center 43% / cover no-repeat;
  transform: scale(1.01);
  transform-origin: 50% 45%;
}

.site-footer__veil {
  background:
    radial-gradient(circle at 62% 35%, rgba(255, 246, 226, 0.08), transparent 16rem),
    linear-gradient(180deg, rgba(38, 24, 18, 0.02), rgba(38, 24, 18, 0.1) 48%, rgba(38, 24, 18, 0.22));
  pointer-events: none;
}

.site-footer__aura {
  position: absolute;
  inset: auto;
  left: 50%;
  top: 43%;
  z-index: 1;
  width: clamp(142px, 19vw, 280px);
  aspect-ratio: 1740 / 2100;
  opacity: 0.98;
  transform: translate3d(-50%, -50%, 0) rotate(-7deg);
  pointer-events: none;
  will-change: transform, opacity;
}

.site-footer__aura::before,
.site-footer__aura::after {
  pointer-events: none;
}

.site-footer__o-picture,
.site-footer__o-mark {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__o-picture {
  z-index: 2;
}

.site-footer__o-mark {
  outline: 0;
  opacity: 0.1;
  mix-blend-mode: soft-light;
  filter: blur(0.7px) saturate(0.95);
  transform: scale(0.978);
  animation: hero-o-breathe 19s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  will-change: transform, opacity, filter;
}

@supports (-webkit-mask-image: url("")) or (mask-image: url("")) {
  .site-footer__aura::before,
  .site-footer__aura::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../icons/ohra-o-mark-white.png");
    mask-image: url("../icons/ohra-o-mark-white.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .site-footer__aura::before {
    z-index: 1;
    background:
      linear-gradient(101deg,
        transparent 18%,
        rgba(255, 232, 204, 0.06) 22%,
        rgba(255, 235, 204, 0.24) 24%,
        rgba(217, 177, 146, 0.1) 27%,
        transparent 32%,
        transparent 67%,
        rgba(255, 238, 211, 0.18) 70%,
        rgba(204, 200, 232, 0.06) 72%,
        transparent 77%),
      linear-gradient(168deg,
        transparent 31%,
        rgba(255, 239, 218, 0.2) 35%,
        rgba(240, 207, 182, 0.08) 39%,
        transparent 45%,
        transparent 63%,
        rgba(255, 230, 198, 0.12) 67%,
        transparent 72%),
      conic-gradient(from 218deg at 48% 51%,
        transparent 0deg,
        transparent 24deg,
        rgba(255, 226, 190, 0.24) 31deg,
        transparent 39deg,
        transparent 139deg,
        rgba(255, 243, 220, 0.16) 160deg,
        transparent 174deg,
        transparent 270deg,
        rgba(226, 218, 255, 0.08) 288deg,
        rgba(255, 232, 201, 0.16) 302deg,
        transparent 317deg,
        transparent 360deg);
    filter:
      drop-shadow(0 0 4px rgba(255, 226, 190, 0.14))
      drop-shadow(0 0 16px rgba(216, 180, 154, 0.08))
      blur(0.16px);
    mix-blend-mode: soft-light;
    opacity: 0.56;
    transform: translate3d(0.2%, 0.2%, 0) scale(0.998);
    animation: hero-o-edge 17s cubic-bezier(0.45, 0, 0.2, 1) infinite;
    animation-delay: -6.4s;
  }

  .site-footer__aura::after {
    z-index: 3;
    background:
      radial-gradient(ellipse at 47% 49%, rgba(255, 238, 214, 0.04), transparent 52%),
      linear-gradient(64deg,
        transparent 38%,
        rgba(255, 232, 204, 0.02) 41%,
        rgba(255, 239, 214, 0.32) 43.5%,
        rgba(214, 176, 148, 0.14) 45.5%,
        rgba(218, 222, 255, 0.05) 47.5%,
        transparent 52%);
    background-size: 100% 100%, 360% 100%;
    background-position: 0 0, 0% 50%;
    filter: blur(0.28px);
    mix-blend-mode: screen;
    opacity: 0.28;
    transform: scale(1.006);
    animation: hero-o-refraction 13.5s cubic-bezier(0.45, 0, 0.2, 1) infinite;
    animation-delay: -2.8s;
  }
}

.site-footer__quote {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  width: min(82%, 1010px);
  color: rgba(255, 250, 242, 0.96);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3.25vw, 46px);
  font-style: italic;
  line-height: 1.16;
  text-align: center;
  text-shadow: 0 10px 28px rgba(34, 19, 13, 0.2);
  transform: translate3d(-50%, -50%, 0);
}

.site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) repeat(3, minmax(90px, 0.56fr));
  align-items: center;
  gap: clamp(18px, 4.4vw, 64px);
  width: 100%;
  min-height: clamp(142px, 16vw, 230px);
  padding: clamp(24px, 3.6vw, 52px) clamp(24px, 6vw, 88px);
  margin: 0;
  background: rgba(39, 25, 20, 0.64);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.08), inset 0 -1px 0 rgba(255, 250, 242, 0.06);
}

.site-footer__brand {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.site-footer__brand img {
  width: clamp(118px, 18vw, 260px);
  outline: 0;
}

.site-header__brand img,
.site-footer__brand img,
.ohra-home-intro__logo,
.ohra-page-transition__logo,
.site-footer__o-mark,
img[src*="ohra-logo"],
img[src*="ohra-o-mark"] {
  outline: 0 !important;
  box-shadow: none;
  background: transparent;
}

.site-footer__brand p {
  margin-bottom: clamp(10px, 1.7vw, 26px);
  font-family: var(--font-serif);
  font-size: clamp(17px, 2vw, 28px);
  font-style: italic;
  line-height: 1.08;
}

.site-footer__nav {
  min-width: 0;
}

.site-footer ul {
  display: grid;
  gap: clamp(6px, 0.8vw, 12px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  color: rgba(255, 250, 242, 0.9);
  font-family: var(--font-serif);
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.04;
  opacity: 0.88;
  text-shadow: 0 10px 34px rgba(26, 17, 14, 0.28);
  transition-property: opacity, transform, text-decoration-color;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.site-footer a:hover {
  opacity: 1;
  text-decoration-color: rgba(255, 250, 242, 0.58);
  transform: translateX(4px);
}

.site-footer__legal {
  position: relative;
  width: 100%;
  padding: clamp(12px, 1.75vw, 24px) clamp(24px, 6vw, 88px);
  background: rgba(39, 25, 20, 0.5);
}

.site-footer .site-footer__legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4.2vw, 72px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.45vw, 21px);
  min-height: 22px;
}

@media (max-width: 759px) {
  .site-footer__hero {
    height: clamp(186px, 52vw, 238px);
  }

  .site-footer__image {
    background-position: 50% 41%;
    transform-origin: 50% 42%;
  }

  .site-footer__veil {
    background:
      linear-gradient(180deg, rgba(47, 38, 34, 0.02) 0%, rgba(47, 38, 34, 0.18) 38%, rgba(47, 38, 34, 0.52) 100%),
      linear-gradient(90deg, rgba(47, 38, 34, 0.18), rgba(47, 38, 34, 0.02) 52%, rgba(47, 38, 34, 0.28));
  }

  .site-footer__aura {
    top: 46%;
    width: clamp(142px, 40vw, 160px);
  }

  .site-footer__quote {
    top: 49%;
    width: min(86%, 310px);
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.16;
  }

  .site-footer__inner {
    grid-template-columns: minmax(94px, 0.9fr) repeat(3, minmax(54px, 0.56fr));
    gap: 12px;
    min-height: clamp(124px, 36vw, 152px);
    padding: 24px 22px 26px;
    align-items: center;
    background: rgba(39, 27, 23, 0.64);
  }

  .site-footer__brand img {
    width: clamp(112px, 29vw, 128px);
  }

  .site-footer__brand p {
    margin-bottom: 10px;
    font-size: clamp(15px, 4.5vw, 18px);
  }

  .site-footer a {
    min-height: 21px;
    font-size: clamp(15px, 4.15vw, 17px);
  }

  .site-footer ul {
    gap: 6px;
  }

  .site-footer__legal {
    padding: 12px 22px 14px;
  }

  .site-footer .site-footer__legal-menu {
    gap: 8px 28px;
  }

  .site-footer__legal a {
    min-height: 20px;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .site-footer__inner {
    gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-footer__brand img {
    width: 104px;
  }

  .site-footer a {
    font-size: 14px;
  }
}

.ohra-contact-page {
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 211, 214, 0.32), transparent 28vw),
    linear-gradient(180deg, #fbf7f0 0%, #fffaf2 48%, #f8f1e7 100%);
}

.ohra-contact-hero {
  min-height: clamp(300px, 42svh, 460px);
  display: grid;
  align-items: end;
  padding: clamp(104px, 12vw, 144px) clamp(22px, 6vw, 88px) clamp(38px, 5vw, 68px);
}

.ohra-contact-hero__inner {
  width: min(100%, 820px);
}

.ohra-contact-hero__eyebrow {
  margin-bottom: clamp(16px, 2vw, 26px);
  color: rgba(75, 57, 49, 0.72);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ohra-contact-hero h1 {
  max-width: 530px;
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 600;
  line-height: 1.08;
}

.ohra-contact-hero p:not(.ohra-contact-hero__eyebrow) {
  max-width: 470px;
  margin-top: clamp(18px, 2.4vw, 30px);
  color: rgba(47, 38, 34, 0.72);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.25vw, 19px);
  font-style: italic;
  line-height: 1.45;
}

.ohra-contact-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 104px);
  padding: clamp(38px, 4.5vw, 64px) clamp(22px, 6vw, 88px) clamp(70px, 9vw, 128px);
}

.ohra-contact-aside {
  display: grid;
  align-content: start;
  gap: clamp(28px, 4vw, 52px);
}

.ohra-contact-aside__note {
  max-width: 320px;
  color: var(--ohra-brown);
  font-family: var(--font-serif);
  font-size: clamp(19px, 1.85vw, 24px);
  font-style: italic;
  line-height: 1.22;
}

.ohra-contact-detail,
.ohra-contact-social {
  display: grid;
  gap: 10px;
}

.ohra-contact-detail span {
  color: rgba(75, 57, 49, 0.62);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ohra-contact-detail a,
.ohra-contact-social a,
.ohra-contact-copy {
  width: fit-content;
  color: var(--ohra-brown);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
  transition-property: color, opacity, transform, text-decoration-color;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-contact-detail a:hover,
.ohra-contact-social a:hover,
.ohra-contact-copy:hover {
  opacity: 0.72;
  text-decoration-color: rgba(75, 57, 49, 0.34);
  transform: translateX(3px);
}

.ohra-contact-copy {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ohra-contact-copy__status {
  min-height: 20px;
  color: rgba(75, 57, 49, 0.64);
  font-size: 13px;
}

.ohra-contact-form {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.ohra-contact-form label {
  display: grid;
  gap: 8px;
}

.ohra-contact-form label span {
  color: rgba(75, 57, 49, 0.7);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ohra-contact-form input,
.ohra-contact-form textarea {
  width: 100%;
  padding: 0 0 11px;
  color: var(--ohra-brown);
  border: 0;
  border-bottom: 1px solid rgba(75, 57, 49, 0.24);
  border-radius: 0;
  background: transparent;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.35;
  transition-property: border-color, box-shadow;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.ohra-contact-form input:focus,
.ohra-contact-form textarea:focus {
  border-color: rgba(75, 57, 49, 0.76);
  box-shadow: 0 10px 28px rgba(47, 38, 34, 0.06);
  outline: 0;
}

.ohra-contact-form small {
  min-height: 18px;
  color: #8f4b3d;
  font-size: 13px;
  opacity: 0;
  transform: translateY(-2px);
  transition-property: opacity, transform;
  transition-duration: 180ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-contact-form label.is-invalid small {
  opacity: 1;
  transform: translateY(0);
}

.ohra-contact-form label.is-invalid input,
.ohra-contact-form label.is-invalid textarea {
  border-color: rgba(143, 75, 61, 0.74);
}

.ohra-contact-message {
  padding: 14px 0;
  color: var(--ohra-brown);
  border-top: 1px solid rgba(75, 57, 49, 0.18);
  border-bottom: 1px solid rgba(75, 57, 49, 0.18);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.45vw, 20px);
  font-style: italic;
}

.ohra-contact-message[hidden] {
  display: none;
}

.ohra-contact-message--error {
  color: #8f4b3d;
}

.ohra-contact-submit {
  justify-self: start;
  min-width: min(100%, 230px);
  min-height: 48px;
  padding: 13px 24px;
  color: var(--ohra-white);
  border: 1px solid rgba(47, 38, 34, 0.88);
  border-radius: 999px;
  background: var(--ohra-brown);
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition-property: background-color, color, transform, box-shadow;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-contact-submit:hover {
  color: var(--ohra-brown);
  background: transparent;
  box-shadow: 0 14px 34px rgba(47, 38, 34, 0.1);
  transform: translateY(-2px);
}

.ohra-contact-submit.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.ohra-contact-honeypot {
  position: absolute;
  left: -9999px;
}

@media (max-width: 820px) {
  .ohra-contact-hero {
    min-height: 338px;
    padding: 112px 22px 38px;
  }

  .ohra-contact-hero h1 {
    max-width: 312px;
    font-size: clamp(30px, 8.2vw, 34px);
  }

  .ohra-contact-hero p:not(.ohra-contact-hero__eyebrow) {
    max-width: 340px;
  }

  .ohra-contact-shell {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 38px 22px 78px;
  }

  .ohra-contact-aside {
    gap: 26px;
  }

  .ohra-contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
  }
}

.ohra-basic-page,
.ohra-shop-shell {
  padding: 150px 0 90px;
}

.ohra-basic-page {
  min-height: 70svh;
}

.ohra-basic-page__content {
  max-width: 820px;
  margin-top: 28px;
  font-size: 19px;
}

.woocommerce .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
  width: var(--container);
  padding: 0;
  margin: 40px auto 0;
  list-style: none;
}

.woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  text-align: left;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--ohra-ring), 0 12px 34px rgba(47, 38, 34, 0.08);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 14px 0 0;
  color: var(--ohra-brown);
  font-family: var(--font-serif);
  font-size: clamp(24px, 4vw, 32px);
  font-style: italic;
  font-weight: 500;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ohra-brown-soft);
  font-family: var(--font-serif);
  font-size: 26px;
  font-variant-numeric: tabular-nums;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  width: var(--container);
  margin: 0 auto 12px;
}

.single-product .product {
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  width: var(--container);
  margin-inline: auto;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product .product_title {
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 92px);
  font-weight: 500;
  line-height: 0.95;
}

.woocommerce div.product form.cart {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
}

.quantity .qty {
  min-height: 48px;
  border: 1px solid rgba(47, 38, 34, 0.26);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.68);
}

[data-reveal] {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(18px);
}

[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-property: opacity, filter, transform;
  transition-duration: 650ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-liquid-button[data-reveal].is-visible:hover {
  filter: blur(0) brightness(1.08);
  transform: translateY(-2px) scale(1.02);
}

.ohra-liquid-button[data-reveal].is-visible:active {
  filter: blur(0) brightness(0.96);
  transform: scale(0.96);
}

@keyframes hero-o-breathe {
  0%,
  100% {
    opacity: 0.008;
    filter: blur(1.15px) saturate(0.86);
    transform: scale(0.972);
  }
  50% {
    opacity: 0.02;
    filter: blur(0.72px) saturate(0.92);
    transform: scale(0.994);
  }
}

@keyframes hero-o-breathe-desktop {
  0%,
  100% {
    opacity: 0.006;
    filter: blur(1.1px) saturate(0.86);
    transform: scale(0.974);
  }
  50% {
    opacity: 0.018;
    filter: blur(0.74px) saturate(0.92);
    transform: scale(0.996);
  }
}

@keyframes hero-o-edge {
  0%,
  100% {
    opacity: 0.16;
    filter:
      drop-shadow(0 0 2px rgba(255, 226, 190, 0.08))
      drop-shadow(0 0 10px rgba(216, 180, 154, 0.04))
      blur(0.24px);
    transform: translate3d(0.35%, 0.28%, 0) scale(0.994) rotate(-0.3deg);
  }
  42% {
    opacity: 0.3;
    filter:
      drop-shadow(0 0 3px rgba(255, 231, 198, 0.12))
      drop-shadow(0 0 15px rgba(216, 180, 154, 0.06))
      blur(0.14px);
    transform: translate3d(-0.3%, -0.22%, 0) scale(1.01) rotate(0.6deg);
  }
  64% {
    opacity: 0.22;
    filter:
      drop-shadow(0 0 3px rgba(255, 230, 194, 0.1))
      drop-shadow(0 0 12px rgba(216, 180, 154, 0.05))
      blur(0.18px);
    transform: translate3d(0.08%, 0.06%, 0) scale(1.002) rotate(0.15deg);
  }
}

@keyframes hero-o-refraction {
  0%,
  100% {
    opacity: 0.04;
    background-position: 50% 50%, 142% 0;
    filter:
      drop-shadow(0 0 3px rgba(255, 232, 200, 0.05))
      blur(0.22px);
    transform: translate3d(-0.18%, 0.1%, 0) scale(0.998);
  }
  36% {
    opacity: 0.15;
    background-position: 50% 50%, 24% 0;
    filter:
      drop-shadow(0 0 5px rgba(255, 232, 200, 0.08))
      blur(0.16px);
    transform: translate3d(0.42%, -0.22%, 0) scale(1.01);
  }
  58% {
    opacity: 0.08;
    background-position: 50% 50%, -32% 0;
    filter:
      drop-shadow(0 0 4px rgba(255, 232, 200, 0.06))
      blur(0.18px);
    transform: translate3d(0.1%, -0.06%, 0) scale(1.004);
  }
}

@keyframes hero-o-edge-desktop {
  0%,
  100% {
    opacity: 0.18;
    filter:
      drop-shadow(0 0 3px rgba(255, 226, 190, 0.1))
      drop-shadow(0 0 12px rgba(216, 180, 154, 0.05))
      blur(0.22px);
    transform: translate3d(0.32%, 0.22%, 0) scale(0.996) rotate(-0.25deg);
  }
  42% {
    opacity: 0.34;
    filter:
      drop-shadow(0 0 4px rgba(255, 231, 198, 0.14))
      drop-shadow(0 0 18px rgba(216, 180, 154, 0.07))
      blur(0.12px);
    transform: translate3d(-0.28%, -0.2%, 0) scale(1.012) rotate(0.55deg);
  }
  64% {
    opacity: 0.24;
    filter:
      drop-shadow(0 0 3px rgba(255, 230, 194, 0.11))
      drop-shadow(0 0 14px rgba(216, 180, 154, 0.06))
      blur(0.16px);
    transform: translate3d(0.08%, 0.04%, 0) scale(1.004) rotate(0.12deg);
  }
}

@keyframes hero-o-refraction-desktop {
  0%,
  100% {
    opacity: 0.045;
    background-position: 50% 50%, 144% 0;
    filter:
      drop-shadow(0 0 3px rgba(255, 232, 200, 0.06))
      blur(0.2px);
    transform: translate3d(-0.16%, 0.08%, 0) scale(0.998);
  }
  36% {
    opacity: 0.18;
    background-position: 50% 50%, 20% 0;
    filter:
      drop-shadow(0 0 5px rgba(255, 232, 200, 0.1))
      blur(0.14px);
    transform: translate3d(0.42%, -0.2%, 0) scale(1.01);
  }
  58% {
    opacity: 0.1;
    background-position: 50% 50%, -34% 0;
    filter:
      drop-shadow(0 0 4px rgba(255, 232, 200, 0.07))
      blur(0.18px);
    transform: translate3d(0.08%, -0.04%, 0) scale(1.004);
  }
}

@keyframes aura-drift {
  from {
    transform: scale(1.04) translate3d(-1%, -1%, 0);
  }
  to {
    transform: scale(1.12) translate3d(1.5%, 1%, 0);
  }
}

@media (min-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-header__left {
    display: none;
  }

  .site-header__menu {
    display: none;
  }

  .site-header__brand {
    justify-self: start;
  }

  .site-header__nav {
    position: static;
    z-index: auto;
    justify-self: center;
    padding: 0;
    color: inherit;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
  }

  .site-header__links {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 46px);
  }

  .hero-section__aura {
    left: 54.1%;
    top: 39.7%;
    width: clamp(190px, 13vw, 246px);
    opacity: 0.94;
  }

  .hero-section__o-mark {
    animation-name: hero-o-breathe-desktop;
    mix-blend-mode: soft-light;
  }

  @supports (-webkit-mask-image: url("")) or (mask-image: url("")) {
    .hero-section__aura::before {
      opacity: 0.26;
      animation-name: hero-o-edge-desktop;
    }

    .hero-section__aura::after {
      opacity: 0.13;
      animation-name: hero-o-refraction-desktop;
      animation-duration: 12.5s;
    }
  }

  .section-heading--split {
    grid-template-columns: 1fr minmax(260px, 420px);
    align-items: end;
  }

  .materials-section {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: stretch;
  }

  .materials-section__text {
    display: grid;
    align-content: center;
  }

  .artisan-card {
    grid-template-columns: minmax(320px, 560px) minmax(280px, 1fr);
  }

  .artisan-card:nth-child(even) {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 560px);
  }

  .artisan-card:nth-child(even) picture {
    order: 2;
  }

  .pillars-track {
    grid-auto-columns: minmax(260px, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .site-footer__inner {
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(118px, 0.7fr));
    align-items: end;
  }

  .site-footer__brand {
    grid-column: auto;
  }

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

  .single-product .product {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

@media (min-width: 1180px) {
  :root {
    --container: min(100% - 72px, 1280px);
  }

  .hero-section__content {
    padding-left: 12px;
  }

  .quote-section {
    min-height: 580px;
  }
}

@media (max-width: 520px) {
  .manifest-section {
    min-height: 122svh;
  }

  .manifest-section__inner {
    min-height: 94svh;
    padding: 92px 0 74px;
  }

  .manifest-section::before {
    background-size: 38px 38px, 38px 38px;
    opacity: 0.28;
  }

  .manifest-section__symbol {
    width: 86vw;
    opacity: 0.045;
    top: 47%;
  }

  .manifest-section h2 {
    font-size: clamp(52px, 18vw, 78px);
    line-height: 0.9;
  }

  .manifest-section__copy {
    max-width: 330px;
    font-size: 20px;
  }

  .manifest-section__fragment--texture {
    top: 9%;
    right: -18px;
    width: 100px;
    opacity: 0.58;
  }

  .manifest-section__fragment--sari {
    bottom: 16%;
    left: -30px;
    width: 132px;
    opacity: 0.44;
  }

  .manifest-section__piece {
    right: -70px;
    bottom: 90px;
    width: 180px;
    opacity: 0.14;
  }

  .manifest-section__cue {
    right: auto;
    left: 0;
    bottom: 28px;
    max-width: 240px;
  }

  .hero-section__content {
    padding-bottom: 72px;
  }

  .hero-section__image {
    object-position: 52% 42%;
  }

  .hero-section__aura {
    left: 55%;
    top: 40.9%;
    width: clamp(120px, 34vw, 154px);
  }

  .hero-section h1 {
    max-width: 360px;
    font-size: clamp(54px, 15.3vw, 64px);
    line-height: 0.92;
  }

  .hero-section__mobile-break {
    display: inline;
  }

  .hero-section p {
    max-width: none;
    font-size: clamp(17px, 4.3vw, 20px);
    line-height: 1.2;
    white-space: nowrap;
  }

  .ohra-button {
    width: min(100%, 330px);
  }

  .hero-section .ohra-liquid-button {
    display: flex;
    width: min(72vw, 250px);
    min-height: 88px;
    padding: 18px 30px;
    margin-inline: auto;
    border-color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.35;
  }

  .hero-section .ohra-liquid-button__shell {
    box-shadow:
      0 0 6px rgba(0, 0, 0, 0.04),
      0 2px 6px rgba(0, 0, 0, 0.08),
      inset 0 0 0 1px rgba(255, 255, 255, 0.42),
      inset 3px 3px 0.5px -3px rgba(255, 255, 255, 0.48),
      inset -3px -3px 0.5px -3px rgba(255, 255, 255, 0.28),
      0 18px 52px rgba(0, 0, 0, 0.24);
  }

  .hero-section .ohra-liquid-button__label {
    text-align: center;
  }

  .hero-section .ohra-liquid-button__label-desktop {
    display: none;
  }

  .hero-section .ohra-liquid-button__label-mobile {
    display: inline;
  }

  .selection-section {
    padding: 84px 0 92px;
  }

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

  .selection-section__orb {
    top: 20%;
    width: 82vw;
  }

  .selection-section .section-heading {
    gap: 18px;
  }

  [data-drop-title] {
    font-size: clamp(58px, 18vw, 78px);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 14px;
    margin-top: 54px;
  }

  .product-card,
  .product-card--featured,
  .product-card:nth-child(2),
  .product-card:nth-child(3),
  .product-card:nth-child(4) {
    grid-column: auto;
    margin-top: 0;
  }

  .product-card--featured {
    grid-column: 1 / -1;
  }

  .product-card__media,
  .product-card--featured .product-card__media {
    aspect-ratio: 0.82;
  }

  .product-card__number {
    left: 10px;
    top: 10px;
  }

  .product-card__plus {
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px;
  }

  .product-card__meta h3,
  .product-card__meta p {
    font-size: 23px;
  }

  .artisans-path {
    display: none;
  }

  .pillar-card {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .selection-section {
    min-height: auto;
    padding: 94px 0 112px;
  }

  .selection-section__inner {
    width: min(100% - 32px, 520px);
  }

  .selection-section .section-heading--split {
    align-items: start;
  }

  .selection-section .section-heading h2 {
    font-size: clamp(66px, 21vw, 96px);
  }

  .selection-section .section-heading p:not(.eyebrow) {
    max-width: 340px;
    font-size: 17px;
  }

  .selection-section__iris {
    top: 118px;
    width: 122vw;
  }

  .selection-section__texture--grain {
    left: -34%;
    width: 116vw;
  }

  .selection-section__texture--ripple {
    top: 32%;
    right: -58%;
    width: 150vw;
  }

  .selection-section__texture--veil {
    left: -16%;
    bottom: 8%;
    width: 120vw;
  }

  .product-grid {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 14px;
    margin-top: 66px;
  }

  .selection-section .product-card,
  .selection-section .product-card:nth-child(2),
  .selection-section .product-card:nth-child(3),
  .selection-section .product-card:nth-child(4) {
    grid-column: auto;
    margin-top: 0;
  }

  .selection-section .product-card--featured {
    grid-column: 1 / -1;
  }

  .selection-section .product-card:nth-child(4) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 360px);
  }

  .selection-section .product-card__media,
  .selection-section .product-card--featured .product-card__media {
    aspect-ratio: 0.82;
  }

  .selection-section .product-card__meta {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-top: 13px;
  }

  .selection-section .product-card__meta span {
    font-size: 10px;
  }

  .selection-section .product-card__meta h3,
  .selection-section .product-card__meta p {
    font-size: clamp(20px, 6vw, 25px);
  }
}

/* OHRA Collection v1.8.0: one-shot reveal, then stable catalogue grid */
.selection-section {
  min-height: auto !important;
  padding: clamp(76px, 8vw, 118px) 0 clamp(92px, 10vw, 148px) !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(242, 211, 214, 0.24), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(255, 218, 154, 0.18), transparent 26rem),
    linear-gradient(180deg, #fbf7f0 0%, #f4ece2 48%, #fbf7f0 100%) !important;
  overflow: clip !important;
}

.selection-section::after,
.selection-section__texture,
.selection-section__mask,
.selection-section__orb,
.selection-section__iris,
.selection-section__silk {
  display: none !important;
}

.selection-section__wash {
  opacity: 0.22 !important;
  filter: blur(58px) !important;
}

.selection-section__inner,
.selection-section.is-scroll-stage.is-awake:not(.is-complete) .selection-section__inner,
.selection-section.is-scroll-stage.is-complete .selection-section__inner,
.selection-section.has-played .selection-section__inner,
.selection-section.is-final .selection-section__inner {
  position: relative;
  top: auto;
  left: auto;
  width: min(1180px, calc(100% - 64px));
  height: auto;
  min-height: 0;
  margin-inline: auto;
  transform: none;
}

.selection-section.is-animating .selection-section__inner {
  height: 100svh !important;
  min-height: 760px !important;
}

.selection-section .section-heading {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr) !important;
  align-items: end !important;
  gap: clamp(32px, 7vw, 112px) !important;
  max-width: none !important;
  margin: 0 0 clamp(28px, 4.4vw, 54px) !important;
  opacity: 1 !important;
  transform: none !important;
}

.selection-section.is-animating .section-heading {
  position: absolute !important;
  top: clamp(46px, 6vh, 76px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5 !important;
  margin: 0 !important;
  opacity: var(--drop-heading-opacity, 0.4) !important;
  transform: translate3d(0, var(--drop-heading-y, 0), 0) !important;
}

.selection-section .eyebrow {
  color: rgba(47, 38, 34, 0.62) !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.selection-section .section-heading h2 {
  max-width: 820px !important;
  color: #3a2d27 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(58px, 8.2vw, 126px) !important;
  font-weight: 500 !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 430px !important;
  color: rgba(47, 38, 34, 0.66) !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(16px, 1.32vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
  text-align: left !important;
  opacity: 1 !important;
  transform: none !important;
  text-wrap: pretty !important;
}

.collection-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 calc(50% - 50vw) clamp(38px, 5vw, 66px);
  border-top: 1px solid rgba(47, 38, 34, 0.42);
  border-bottom: 1px solid rgba(47, 38, 34, 0.42);
  background: rgba(251, 247, 240, 0.66);
}

.collection-tabs a {
  display: grid;
  min-height: 76px;
  place-items: center;
  color: rgba(47, 38, 34, 0.88);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color 220ms var(--ease-soft), background 220ms var(--ease-soft);
}

.collection-tabs a[aria-current="page"] {
  color: #2f2622;
  font-weight: 700;
}

.collection-tabs a:hover,
.collection-tabs a:focus-visible {
  color: #2f2622;
  background: rgba(255, 255, 255, 0.28);
}

.selection-section.is-animating .collection-tabs {
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: clamp(38px, 5vh, 64px);
  z-index: 5;
  margin: 0;
  opacity: clamp(0, var(--drop-close-opacity, 0), 1);
  transform: translate3d(0, var(--drop-close-y, 10px), 0);
  pointer-events: none;
}

.selection-section .product-grid,
.selection-section.is-scroll-stage .product-grid {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.8vw, 38px) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  min-height: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.selection-section .product-grid::before,
.selection-section.is-scroll-stage .product-grid::before {
  display: none !important;
}

.selection-section.is-animating .product-grid,
.selection-section.is-scroll-stage.is-animating .product-grid {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  min-height: 100% !important;
}

.selection-section .product-card,
.selection-section.is-scroll-stage .product-card,
.selection-section .product-card--featured,
.selection-section .product-card:nth-child(2),
.selection-section .product-card:nth-child(3),
.selection-section .product-card:nth-child(4) {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  grid-column: auto !important;
  justify-self: stretch !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  clip-path: none !important;
}

.selection-section.is-animating .product-card,
.selection-section.is-scroll-stage.is-animating .product-card,
.selection-section.is-scroll-stage.is-animating .product-card--featured,
.selection-section.is-scroll-stage.is-animating .product-card:nth-child(2),
.selection-section.is-scroll-stage.is-animating .product-card:nth-child(3),
.selection-section.is-scroll-stage.is-animating .product-card:nth-child(4) {
  position: absolute !important;
  top: 49% !important;
  left: 50% !important;
  z-index: var(--journey-z, 1) !important;
  width: clamp(230px, 19.4vw, 304px) !important;
  opacity: var(--journey-opacity, 0) !important;
  filter: blur(var(--journey-blur, 0)) !important;
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(var(--journey-x, 0), var(--journey-y, 0), 0)
    rotate(var(--journey-rotate, 0))
    scale(var(--journey-scale, 1)) !important;
  will-change: transform, opacity, filter;
}

.selection-section .product-card__media,
.selection-section.is-scroll-stage .product-card__media,
.selection-section .product-card--featured .product-card__media,
.selection-section.is-scroll-stage .product-card--featured .product-card__media {
  display: block !important;
  aspect-ratio: 0.78 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  clip-path: none !important;
  background: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
  outline: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.selection-section.is-animating .product-card__media,
.selection-section.is-scroll-stage.is-animating .product-card__media {
  border-radius: var(--journey-radius, 4px) !important;
  clip-path: inset(var(--journey-clip-top, 0) var(--journey-clip-side, 0) round var(--journey-radius, 4px)) !important;
  box-shadow:
    0 30px 80px rgba(58, 36, 28, 0.18),
    0 8px 22px rgba(58, 36, 28, 0.09) !important;
}

.selection-section .product-card__media::before,
.selection-section .product-card__media::after,
.selection-section .product-card__aura,
.selection-section .product-card__portal-ring,
.selection-section .product-card__veil {
  display: none !important;
}

.selection-section .product-card__media > picture,
.selection-section .product-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.selection-section .product-card__image {
  object-fit: cover !important;
  filter: saturate(0.98) contrast(0.98) !important;
  transform: scale(1.001) !important;
}

.selection-section .product-card__image--secondary {
  opacity: 0;
  clip-path: inset(10% 0 0 0);
}

.selection-section .product-card__meta,
.selection-section.is-scroll-stage .product-card__meta {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  max-width: none !important;
  padding: 14px 4px 0 !important;
  color: #3a2d27 !important;
  text-align: center !important;
  opacity: 1 !important;
  transform: none !important;
}

.selection-section.is-animating .product-card__meta,
.selection-section.is-scroll-stage.is-animating .product-card__meta {
  opacity: var(--journey-meta-opacity, 0) !important;
  transform: translate3d(0, var(--journey-meta-y, 0), 0) !important;
}

.selection-section .product-card__meta span {
  display: none !important;
}

.selection-section .product-card__meta h3,
.selection-section.is-scroll-stage .product-card__meta h3 {
  margin: 0 !important;
  color: #3a2d27 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(18px, 1.42vw, 22px) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.selection-section .product-card__meta p,
.selection-section.is-scroll-stage .product-card__meta p {
  margin: 5px 0 0 !important;
  color: #3a2d27 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  font-style: italic !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.selection-section__close {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  max-width: 540px !important;
  margin: clamp(54px, 7vw, 86px) auto 0 !important;
  color: #3a2d27 !important;
  text-align: center !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

.selection-section.is-animating .selection-section__close {
  display: none !important;
}

.selection-section__close span {
  font-family: var(--font-serif) !important;
  font-size: clamp(24px, 3vw, 38px) !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.selection-section__close p {
  margin: 8px 0 24px !important;
  color: rgba(47, 38, 34, 0.68) !important;
  font-size: clamp(16px, 1.3vw, 19px) !important;
  line-height: 1.5 !important;
}

.selection-section__close a {
  min-height: 46px !important;
  padding: 13px 22px !important;
  color: #2f2622 !important;
  border-color: rgba(47, 38, 34, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 980px) {
  .selection-section .section-heading {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .selection-section .product-grid,
  .selection-section.is-scroll-stage .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .selection-section {
    padding: 54px 0 84px !important;
  }

  .selection-section__inner,
  .selection-section.is-final .selection-section__inner {
    width: min(100% - 28px, 680px) !important;
  }

  .selection-section .section-heading {
    margin-bottom: 24px !important;
  }

  .selection-section .section-heading h2 {
    font-size: clamp(44px, 13.8vw, 66px) !important;
  }

  .selection-section .section-heading p:not(.eyebrow) {
    max-width: 330px !important;
    font-size: 16px !important;
  }

  .collection-tabs {
    margin-inline: calc(50% - 50vw);
    margin-bottom: 30px;
  }

  .collection-tabs a {
    min-height: 62px;
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .selection-section .product-grid,
  .selection-section.is-scroll-stage .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 14px !important;
  }

  .selection-section .product-card__media,
  .selection-section.is-scroll-stage .product-card__media {
    aspect-ratio: 0.78 !important;
  }
}

@media (max-width: 430px) {
  .selection-section .product-grid,
  .selection-section.is-scroll-stage .product-grid {
    gap: 24px 12px !important;
  }

  .selection-section .product-card__meta h3,
  .selection-section.is-scroll-stage .product-card__meta h3,
  .selection-section .product-card__meta p,
  .selection-section.is-scroll-stage .product-card__meta p {
    font-size: 16px !important;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .selection-section {
    --drop-progress: 1;
    --drop-portal: 1;
    --drop-iris-size: 62%;
    --drop-iris-opacity: 0.46;
    --drop-iris-blur: 10px;
    --drop-mask-scale: 1;
    --drop-mask-lift: 0px;
    --drop-title-y: 0%;
    --drop-title-blur: 0px;
    --drop-text-veil: 0%;
    --drop-text-blur: 0px;
    --drop-copy-y: 0px;
    --drop-copy-opacity: 1;
  }

  .product-card {
    --card-opacity: 1;
    --card-lift: 0px;
    --card-blur: 0px;
    --card-scale: 1;
    --card-tilt: 0deg;
    --card-clip-top: 0%;
    --card-clip-side: 0%;
    --card-radius: 5px;
    --card-veil-opacity: 0;
    --card-meta-opacity: 1;
    --card-meta-blur: 0px;
    --card-meta-y: 0px;
    opacity: 1;
    filter: none;
    clip-path: inset(0 0 0 0);
    transform: none;
  }

  .hero-section__o-mark,
  .hero-section__aura::before,
  .hero-section__aura::after {
    animation: none !important;
    filter: none;
  }
}

/* La Chambre OHRA v1.4.1: textile matter, fast words, product exhibition */
.manifest-section {
  min-height: 118svh;
  margin-top: -1px;
  color: #fffaf2;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(255, 250, 242, 0.12), transparent 34rem),
    radial-gradient(ellipse at 16% 48%, rgba(154, 97, 92, 0.34), transparent 28rem),
    radial-gradient(ellipse at 88% 58%, rgba(93, 104, 139, 0.22), transparent 30rem),
    linear-gradient(180deg, #15100f 0%, #2f211d 28%, #6c463b 56%, #241917 100%);
  overflow: clip;
  isolation: isolate;
}

.manifest-section::before {
  z-index: 0;
  background:
    radial-gradient(circle at 32% 38%, rgba(255, 250, 242, 0.07) 0 1px, transparent 1.3px),
    radial-gradient(circle at 78% 64%, rgba(242, 211, 214, 0.09) 0 1px, transparent 1.4px);
  background-size: 12px 12px, 17px 17px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
  opacity: 0.62;
}

.manifest-section::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 4, 4, 0.34), transparent 25%, rgba(10, 7, 6, 0.2)),
    radial-gradient(ellipse at 50% 50%, transparent 0 28%, rgba(255, 250, 242, 0.08) 48%, rgba(8, 6, 5, 0.34) 82%);
}

.manifest-section__inner {
  min-height: 100svh;
  padding: clamp(88px, 10vw, 138px) 0 clamp(58px, 7vw, 96px);
}

.manifest-section__line {
  width: min(420px, 56vw);
  margin-bottom: clamp(16px, 2.6vw, 30px);
  background: linear-gradient(90deg, transparent, rgba(255, 250, 242, 0.34), transparent);
  opacity: 0.74;
}

.manifest-section .eyebrow,
.manifest-section__cue {
  color: rgba(255, 250, 242, 0.68);
}

.manifest-section__symbol {
  top: 48%;
  width: clamp(360px, 56vw, 820px);
  opacity: 0.045;
  mix-blend-mode: screen;
  filter: blur(1.8px);
}

.manifest-section__wash {
  filter: blur(54px);
  opacity: 0.48;
  mix-blend-mode: screen;
}

.manifest-section__wash--rose {
  top: 6%;
  left: -18%;
  background: radial-gradient(circle, rgba(242, 153, 151, 0.56), rgba(111, 62, 55, 0.16) 52%, transparent 75%);
}

.manifest-section__wash--gold {
  top: 44%;
  right: -20%;
  background: radial-gradient(circle, rgba(231, 177, 105, 0.32), rgba(255, 250, 242, 0.06) 48%, transparent 78%);
}

.manifest-section__wash--blue {
  left: 44%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(121, 129, 184, 0.34), rgba(255, 250, 242, 0.04) 48%, transparent 76%);
}

.manifest-section__fragment,
.manifest-section__piece {
  outline: 0;
  border-radius: 999px;
  box-shadow: none;
  object-fit: cover;
  pointer-events: none;
}

.manifest-section__fragment--texture {
  top: 9%;
  right: clamp(-34px, 7vw, 120px);
  width: clamp(190px, 24vw, 360px);
  aspect-ratio: 1.12;
  opacity: 0.2;
  filter: blur(0.4px) saturate(1.05) contrast(1.02);
  mix-blend-mode: screen;
  clip-path: ellipse(44% 24% at 50% 50%);
  transform: rotate(13deg);
}

.manifest-section__fragment--sari {
  bottom: 12%;
  left: clamp(-80px, 6vw, 92px);
  width: clamp(220px, 30vw, 460px);
  aspect-ratio: 1.5;
  opacity: 0.16;
  filter: blur(0.9px) saturate(0.95);
  mix-blend-mode: screen;
  clip-path: ellipse(46% 22% at 52% 48%);
  transform: rotate(-11deg);
}

.manifest-section__piece {
  right: clamp(-130px, 2vw, 46px);
  bottom: clamp(42px, 8vw, 120px);
  width: clamp(280px, 36vw, 560px);
  aspect-ratio: 1.28;
  opacity: 0.13;
  filter: blur(1.8px) saturate(1.05);
  mix-blend-mode: screen;
  clip-path: ellipse(42% 18% at 50% 50%);
  transform: rotate(7deg);
}

.manifest-section h2 {
  gap: clamp(0px, 0.45vw, 7px);
  margin-top: clamp(20px, 3vw, 38px);
  color: #fffaf2;
  font-size: clamp(58px, 11.6vw, 156px);
  line-height: 0.84;
  text-shadow: 0 24px 82px rgba(0, 0, 0, 0.28);
}

.manifest-section h2 span {
  opacity: 0;
  filter: blur(7px);
  clip-path: inset(0 0 0 0);
  transition-property: opacity, transform, filter;
  transition-duration: 520ms, 520ms, 260ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.manifest-section h2 span:nth-child(1) {
  transform: translate3d(-42px, 0, 0);
}

.manifest-section h2 span:nth-child(2) {
  transform: translate3d(42px, 0, 0);
}

.manifest-section h2 span:nth-child(3) {
  transform: translate3d(0, 34px, 0);
}

.manifest-section h2 span.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.manifest-section__copy {
  max-width: 640px;
  color: rgba(255, 250, 242, 0.76);
  font-size: clamp(19px, 2.3vw, 29px);
  line-height: 1.22;
}

.manifest-section__copy.is-visible {
  transition-duration: 560ms;
}

.selection-section {
  margin-top: -8svh;
  padding: clamp(72px, 9vw, 140px) 0 clamp(90px, 11vw, 160px);
  color: var(--ohra-brown);
  background:
    linear-gradient(180deg, #241917 0%, #4f3029 19%, #e7d6c9 43%, #fbf7f0 100%),
    radial-gradient(ellipse at 18% 24%, rgba(242, 211, 214, 0.3), transparent 28rem),
    radial-gradient(ellipse at 86% 28%, rgba(114, 126, 170, 0.2), transparent 30rem);
  overflow: clip;
  --drop-text-veil: 106%;
  --drop-text-blur: 18px;
  --drop-copy-opacity: 0;
  --drop-copy-y: 34px;
  --drop-copy-blur: 10px;
  --drop-kicker-opacity: 0.18;
  --drop-kicker-y: 15px;
}

.selection-section::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(18, 12, 10, 0.5), transparent 23%),
    radial-gradient(ellipse at 48% 54%, rgba(255, 250, 242, 0.62), rgba(255, 250, 242, 0.1) 42%, transparent 70%),
    linear-gradient(0deg, rgba(251, 247, 240, 0.94), rgba(251, 247, 240, 0) 26%);
  opacity: 1;
}

.selection-section::after {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 24% 36%, rgba(255, 250, 242, 0.14) 0 1px, transparent 1.3px),
    radial-gradient(circle at 80% 58%, rgba(47, 38, 34, 0.06) 0 1px, transparent 1.2px);
  background-size: 13px 13px, 19px 19px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  opacity: 0.7;
}

.selection-section__inner {
  width: min(100% - 42px, 1220px);
}

.selection-section__texture,
.selection-section__iris,
.selection-section__orb {
  display: block;
}

.selection-section__texture {
  border-radius: 999px;
  opacity: 0.2;
  filter: blur(0.6px) saturate(1.05);
  mix-blend-mode: soft-light;
}

.selection-section__texture--grain {
  top: 3%;
  left: -16%;
  width: min(62vw, 780px);
  background: url("../img/aura-grain-board.webp") center / cover no-repeat;
  clip-path: ellipse(var(--drop-grain-rx) var(--drop-grain-ry) at 50% 50%);
}

.selection-section__texture--ripple {
  top: 7%;
  right: -18%;
  width: min(66vw, 860px);
  background: url("../img/aura-ripple.webp") center / cover no-repeat;
  clip-path: ellipse(var(--drop-ripple-rx) var(--drop-ripple-ry) at 50% 52%);
}

.selection-section__texture--veil {
  left: 18%;
  bottom: 18%;
  width: min(52vw, 680px);
  background: url("../img/aura-pink-ivory.webp") center / cover no-repeat;
  opacity: 0.14;
  clip-path: ellipse(var(--drop-veil-rx) var(--drop-veil-ry) at 50% 50%);
}

.selection-section__wash {
  filter: blur(46px);
  opacity: var(--drop-wash-opacity);
  mix-blend-mode: screen;
}

.selection-section__wash--left {
  background: radial-gradient(circle, rgba(242, 153, 151, 0.36), rgba(255, 250, 242, 0.08) 52%, transparent 76%);
}

.selection-section__wash--right {
  background: radial-gradient(circle, rgba(116, 126, 170, 0.28), rgba(231, 177, 105, 0.1) 48%, transparent 76%);
}

.selection-section__orb,
.selection-section__iris {
  opacity: 0;
}

.selection-section__mask {
  opacity: var(--drop-mask-opacity);
  mix-blend-mode: soft-light;
}

.selection-section__mask span {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.36), rgba(255, 250, 242, 0.06) 48%, transparent),
    url("../img/aura-pink-ivory.webp") center / cover no-repeat;
  filter: blur(0.2px);
}

.selection-section__silk {
  top: clamp(70px, 7vw, 112px);
  z-index: 1;
  height: clamp(220px, 30vw, 430px);
  opacity: var(--silk-opacity);
  background:
    linear-gradient(108deg, transparent 0 10%, rgba(255, 250, 242, 0.56) 20%, rgba(242, 211, 214, 0.22) 40%, rgba(255, 250, 242, 0.34) 60%, transparent 88%),
    repeating-linear-gradient(104deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 9px),
    radial-gradient(ellipse at 34% 52%, rgba(255, 250, 242, 0.34), transparent 48%);
  filter: blur(0.28px);
}

.selection-section .section-heading {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  align-items: end;
  gap: clamp(24px, 4.4vw, 64px);
  margin-bottom: clamp(30px, 5vw, 66px);
  color: #fffaf2;
  text-shadow: 0 24px 72px rgba(0, 0, 0, 0.26);
}

.selection-section .section-heading h2 {
  color: #fffaf2;
  font-size: clamp(66px, 11.4vw, 150px);
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 250, 242, 0.74);
}

.selection-section .eyebrow {
  color: rgba(255, 250, 242, 0.7);
}

[data-drop-title] span {
  filter: blur(var(--drop-text-blur));
  transform: translate3d(0, var(--drop-text-veil), 0) scaleY(var(--drop-title-scale, 1));
  transition-property: transform, filter;
  transition-duration: 220ms;
  transition-timing-function: linear;
}

[data-drop-copy],
[data-drop-kicker] {
  transition-property: opacity, filter, transform;
  transition-duration: 220ms;
  transition-timing-function: linear;
}

.product-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 40px);
  align-items: start;
  min-height: auto;
  margin-top: clamp(-28px, -1.6vw, -10px);
  perspective: none;
}

.product-grid::before {
  content: "";
  position: absolute;
  inset: 5% -4% 3%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 30% 22%, rgba(255, 250, 242, 0.72), transparent 34%),
    radial-gradient(ellipse at 80% 38%, rgba(242, 211, 214, 0.26), transparent 38%),
    radial-gradient(ellipse at 48% 86%, rgba(216, 180, 154, 0.2), transparent 42%);
  filter: blur(12px);
  opacity: var(--drop-grid-glow-opacity, 0.58);
  pointer-events: none;
}

.selection-section .product-card {
  --card-opacity: 0;
  --card-lift: 54px;
  --card-blur: 4px;
  --card-scale: 0.982;
  --card-tilt: 0deg;
  --card-clip-top: 16%;
  --card-clip-side: 7%;
  --card-radius: 20px;
  --card-frame-radius: 16px;
  --card-frame-opacity: 0.1;
  --card-frame-scale: 0.98;
  --card-ring-opacity: 0.16;
  --card-image-scale: 1.028;
  --card-veil-opacity: 0.42;
  --card-veil-y: 0%;
  --card-meta-opacity: 0;
  --card-meta-blur: 2.2px;
  --card-meta-y: 13px;
  grid-column: span 4;
  opacity: var(--card-opacity);
  filter: blur(var(--card-blur));
  clip-path: none;
  transform: translate3d(0, var(--card-lift), 0) scale(var(--card-scale));
  transition-property: opacity, filter, transform;
  transition-duration: 180ms;
  transition-timing-function: linear;
  will-change: transform, opacity, filter;
}

.selection-section .product-card.is-revealed {
  opacity: var(--card-opacity);
  filter: blur(var(--card-blur));
  transform: translate3d(0, var(--card-lift), 0) scale(var(--card-scale));
}

.selection-section .product-card--featured {
  grid-column: 1 / span 6;
}

.selection-section .product-card:nth-child(2) {
  grid-column: 8 / span 4;
  margin-top: clamp(42px, 6vw, 96px);
}

.selection-section .product-card:nth-child(3) {
  grid-column: 2 / span 3;
  margin-top: clamp(-16px, -1vw, -6px);
}

.selection-section .product-card:nth-child(4) {
  grid-column: 6 / span 5;
  margin-top: clamp(40px, 5.8vw, 88px);
}

.selection-section .product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.26), transparent 28%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.88), rgba(227, 215, 196, 0.34));
  border-radius: var(--card-radius);
  clip-path: inset(var(--card-clip-top) var(--card-clip-side) var(--card-clip-top) var(--card-clip-side) round var(--card-radius));
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 34px 96px rgba(47, 38, 34, 0.17),
    0 8px 22px rgba(47, 38, 34, 0.09);
  transition-property: clip-path, border-radius, box-shadow, transform;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
  will-change: clip-path, transform;
}

.selection-section .product-card--featured .product-card__media {
  aspect-ratio: 0.78;
}

.selection-section .product-card__media::before {
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.04), transparent 30%, rgba(47, 38, 34, 0.16)),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.28), transparent 32%);
  opacity: 0.66;
  mix-blend-mode: soft-light;
}

.selection-section .product-card__media::after {
  z-index: 6;
  inset: 10px;
  border: 1px solid rgba(255, 250, 242, 0.46);
  border-radius: var(--card-frame-radius);
  opacity: var(--card-frame-opacity);
  transform: scale(var(--card-frame-scale));
}

.selection-section .product-card__aura {
  opacity: 0;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 250, 242, 0.52), transparent 26%),
    radial-gradient(circle at 78% 22%, rgba(242, 211, 214, 0.22), transparent 34%);
}

.product-card__portal-ring {
  opacity: var(--card-ring-opacity);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.32),
    inset 0 0 48px rgba(255, 250, 242, 0.1);
  mix-blend-mode: screen;
}

.product-card__veil {
  background:
    linear-gradient(112deg, rgba(255, 250, 242, 0.42), rgba(242, 211, 214, 0.16) 44%, rgba(255, 250, 242, 0.02)),
    url("../img/aura-ripple.webp") center / cover no-repeat;
  opacity: var(--card-veil-opacity);
  filter: blur(0.25px);
  mix-blend-mode: soft-light;
  transform: translate3d(0, var(--card-veil-y), 0);
  transition-property: opacity, transform;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.selection-section .product-card__media > picture,
.selection-section .product-card__image {
  transform: scale(var(--card-image-scale));
}

.selection-section .product-card__image {
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}

.selection-section .product-card__image--secondary {
  opacity: 0;
  filter: blur(6px) saturate(0.98);
  clip-path: inset(0 0 100% 0);
  transform: scale(1.03) translateY(8px);
}

.selection-section .product-card__image--cutout {
  object-fit: contain;
  padding: 10%;
  background: radial-gradient(circle at 50% 48%, rgba(255, 250, 242, 0.9), rgba(227, 215, 196, 0.36));
}

.selection-section .product-card__number {
  color: rgba(47, 38, 34, 0.72);
  background: rgba(255, 250, 242, 0.62);
  border-color: rgba(255, 255, 255, 0.68);
}

.selection-section .product-card__plus {
  color: rgba(47, 38, 34, 0.9);
  background: rgba(255, 250, 242, 0.7);
  border-color: rgba(255, 255, 255, 0.72);
  transition-property: transform, background-color, color, opacity;
}

.selection-section .product-card__meta {
  grid-template-columns: minmax(0, 1fr) auto;
  color: var(--ohra-brown);
  opacity: var(--card-meta-opacity);
  filter: blur(var(--card-meta-blur));
  transform: translate3d(0, var(--card-meta-y), 0);
  transition-property: opacity, filter, transform;
  transition-duration: 220ms;
  transition-timing-function: var(--ease-soft);
}

.selection-section .product-card__meta span {
  color: rgba(47, 38, 34, 0.52);
}

.selection-section .product-card__meta h3,
.selection-section .product-card__meta p {
  color: var(--ohra-brown);
  text-shadow: none;
}

.selection-section .product-card:hover .product-card__media,
.selection-section .product-card:focus-within .product-card__media,
.selection-section .product-card.is-hovered .product-card__media {
  border-radius: 8px;
  clip-path: inset(0 0 0 0 round 8px);
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.86),
    0 42px 112px rgba(47, 38, 34, 0.24),
    0 12px 28px rgba(47, 38, 34, 0.12);
  transform: translate3d(0, -7px, 0) scale(1.008);
}

.selection-section .product-card:hover .product-card__aura,
.selection-section .product-card:focus-within .product-card__aura,
.selection-section .product-card.is-hovered .product-card__aura {
  opacity: 0.72;
  transform: scale(1.1);
}

.selection-section .product-card:hover .product-card__veil,
.selection-section .product-card:focus-within .product-card__veil,
.selection-section .product-card.is-hovered .product-card__veil {
  opacity: 0.03;
  transform: translate3d(0, -24%, 0);
}

.selection-section .product-card:hover .product-card__plus,
.selection-section .product-card:focus-within .product-card__plus,
.selection-section .product-card.is-hovered .product-card__plus {
  color: #fffaf2;
  background: rgba(47, 38, 34, 0.82);
  transform: rotate(90deg) scale(1.04);
}

@media (max-width: 760px) {
  .manifest-section {
    min-height: auto;
    background:
      radial-gradient(ellipse at 18% 26%, rgba(154, 97, 92, 0.26), transparent 22rem),
      radial-gradient(ellipse at 88% 60%, rgba(93, 104, 139, 0.16), transparent 24rem),
      linear-gradient(180deg, #171110 0%, #3a2824 48%, #251918 100%);
  }

  .manifest-section__inner {
    position: relative;
    min-height: 92svh;
    padding: 86px 0 82px;
  }

  .manifest-section h2 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .manifest-section h2 span:nth-child(1) {
    transform: translate3d(-26px, 0, 0);
  }

  .manifest-section h2 span:nth-child(2) {
    transform: translate3d(26px, 0, 0);
  }

  .manifest-section h2 span:nth-child(3) {
    transform: translate3d(0, 24px, 0);
  }

  .manifest-section h2 span.is-visible {
    transform: translate3d(0, 0, 0);
  }

  .manifest-section__fragment--texture {
    right: -86px;
    width: 210px;
    opacity: 0.16;
  }

  .manifest-section__fragment--sari {
    left: -110px;
    width: 250px;
    opacity: 0.12;
  }

  .manifest-section__piece {
    right: -160px;
    width: 300px;
    opacity: 0.1;
  }

  .selection-section {
    margin-top: 0;
    padding: 76px 0 104px;
    background:
      linear-gradient(180deg, #2f211d 0%, #9d7565 18%, #efe2d7 38%, #fbf7f0 100%);
  }

  .selection-section__inner {
    width: min(100% - 30px, 520px);
  }

  .selection-section__silk {
    top: 64px;
    height: 220px;
    opacity: min(var(--silk-opacity), 0.34);
  }

  .selection-section .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 40px;
  }

  .selection-section .section-heading h2 {
    font-size: clamp(60px, 19vw, 88px);
  }

  .selection-section .section-heading p:not(.eyebrow) {
    max-width: 330px;
    font-size: 17px;
  }

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

  .selection-section .product-card,
  .selection-section .product-card:nth-child(2),
  .selection-section .product-card:nth-child(3),
  .selection-section .product-card:nth-child(4) {
    grid-column: auto;
    width: auto;
    margin-top: 0;
  }

  .selection-section .product-card--featured,
  .selection-section .product-card:nth-child(4) {
    grid-column: 1 / -1;
  }

  .selection-section .product-card:nth-child(4) {
    justify-self: center;
    width: min(100%, 360px);
  }

  .selection-section .product-card__media,
  .selection-section .product-card--featured .product-card__media {
    aspect-ratio: 0.82;
  }

  .selection-section .product-card__meta {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-top: 13px;
  }

  .selection-section .product-card__meta h3,
  .selection-section .product-card__meta p {
    font-size: clamp(20px, 6vw, 25px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .manifest-section h2 span,
  .manifest-section__copy,
  .selection-section .product-card,
  .selection-section .product-card__media,
  .selection-section .product-card__meta {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .selection-section {
    --drop-text-veil: 0%;
    --drop-text-blur: 0px;
    --drop-copy-opacity: 1;
    --drop-copy-y: 0px;
    --drop-copy-blur: 0px;
    --card-opacity: 1;
    --card-lift: 0px;
    --card-blur: 0px;
    --card-scale: 1;
    --card-clip-top: 0%;
    --card-clip-side: 0%;
    --card-veil-opacity: 0;
    --card-meta-opacity: 1;
    --card-meta-blur: 0px;
    --card-meta-y: 0px;
  }
}

.manifest-section h2 span.is-visible,
.manifest-section h2 span:nth-child(1).is-visible,
.manifest-section h2 span:nth-child(2).is-visible,
.manifest-section h2 span:nth-child(3).is-visible {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.manifest-section__copy.is-visible {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 760px) {
  .selection-section .product-card.is-revealed,
  .selection-section .product-card.is-revealed:nth-child(2),
  .selection-section .product-card.is-revealed:nth-child(3),
  .selection-section .product-card.is-revealed:nth-child(4) {
    opacity: 1 !important;
    filter: none !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }

  .selection-section .product-card.is-revealed .product-card__meta {
    opacity: 1 !important;
    filter: none !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

/* Aura Scroll Choreography base: word reveal, centered product arrivals, no decorative cubes */
.manifest-section {
  min-height: 128svh;
  margin-top: 0;
  color: #fffaf2;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(255, 250, 242, 0.1), transparent 28rem),
    radial-gradient(ellipse at 14% 70%, rgba(170, 108, 96, 0.16), transparent 24rem),
    linear-gradient(180deg, #130f0e 0%, #1d1413 54%, #251917 100%);
  overflow: clip;
}

.manifest-section::before {
  z-index: 0;
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 250, 242, 0.07) 0 1px, transparent 1.2px),
    radial-gradient(circle at 76% 68%, rgba(255, 250, 242, 0.05) 0 1px, transparent 1.2px);
  background-size: 13px 13px, 19px 19px;
  opacity: 0.48;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.manifest-section::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 30%, rgba(0, 0, 0, 0.2)),
    radial-gradient(ellipse at 50% 54%, transparent 0 38%, rgba(255, 250, 242, 0.055) 58%, rgba(5, 4, 4, 0.38) 100%);
  opacity: 1;
}

.manifest-section__inner {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 8vw, 118px) 0;
}

.manifest-section__wash,
.manifest-section__fragment,
.manifest-section__piece {
  display: none !important;
}

.manifest-section__symbol {
  width: clamp(280px, 45vw, 680px);
  opacity: 0.032;
  filter: blur(1.2px);
  mix-blend-mode: screen;
}

.manifest-section__line {
  width: min(360px, 52vw);
  margin-bottom: clamp(18px, 3vw, 36px);
  opacity: 0.34;
}

.manifest-section .eyebrow,
.manifest-section__cue {
  color: rgba(255, 250, 242, 0.58);
}

.manifest-section h2 {
  max-width: 1120px;
  gap: clamp(3px, 0.7vw, 10px);
  color: #fffaf2;
  font-size: clamp(62px, 12.2vw, 164px);
  line-height: 0.82;
  text-shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.manifest-section h2 span {
  opacity: 0;
  filter: blur(8px);
  transition-property: opacity, filter, transform;
  transition-duration: 460ms, 320ms, 560ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.manifest-section h2 span:nth-child(1) {
  transform: translate3d(-46px, 0, 0);
}

.manifest-section h2 span:nth-child(2) {
  transform: translate3d(46px, 0, 0);
}

.manifest-section h2 span:nth-child(3) {
  transform: translate3d(0, 34px, 0);
}

.manifest-section__copy {
  max-width: 580px;
  color: rgba(255, 250, 242, 0.68);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.24;
  text-wrap: pretty;
}

.selection-section {
  --drop-heading-opacity: 0;
  --drop-heading-y: 24px;
  --drop-copy-opacity: 0;
  min-height: 560svh;
  margin-top: -1px;
  padding: 0;
  color: #fffaf2;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 250, 242, 0.13), transparent 30rem),
    radial-gradient(ellipse at 82% 68%, rgba(123, 101, 145, 0.13), transparent 26rem),
    linear-gradient(180deg, #251917 0%, #17100f 26%, #2b1e1b 56%, #a98274 78%, #f8f0e6 100%);
  overflow: visible;
  isolation: isolate;
}

.selection-section::before {
  z-index: 0;
  background:
    radial-gradient(circle at 26% 42%, rgba(255, 250, 242, 0.08) 0 1px, transparent 1.2px),
    radial-gradient(circle at 76% 58%, rgba(255, 250, 242, 0.055) 0 1px, transparent 1.2px);
  background-size: 14px 14px, 21px 21px;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 78%, transparent);
}

.selection-section::after {
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 250, 242, 0.22), transparent 32%),
    radial-gradient(ellipse at 50% 50%, transparent 0 44%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.78;
  pointer-events: none;
}

.selection-section__texture,
.selection-section__mask,
.selection-section__orb,
.selection-section__iris,
.selection-section__silk,
.selection-section__wash {
  display: none !important;
}

.selection-section__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: min(100% - 40px, 1360px);
  height: 100svh;
  min-height: 680px;
  padding: clamp(34px, 4vw, 60px) 0;
  transform: translate3d(-50%, 0, 0);
}

.selection-section.is-scroll-stage.is-awake:not(.is-complete) .selection-section__inner {
  position: fixed;
  top: 0;
  left: 50%;
}

.selection-section.is-scroll-stage.is-complete .selection-section__inner {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
}

.selection-section .section-heading {
  position: absolute;
  top: clamp(76px, 10vh, 116px);
  left: clamp(4px, 1.4vw, 24px);
  z-index: 34;
  display: block;
  max-width: min(520px, 40vw);
  margin: 0;
  color: #fffaf2;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  pointer-events: none;
  opacity: var(--drop-heading-opacity);
  transform: translate3d(0, var(--drop-heading-y), 0);
  transition-property: opacity, transform;
  transition-duration: 180ms;
  transition-timing-function: linear;
}

.selection-section .section-heading h2 {
  margin: 0;
  color: #fffaf2;
  font-size: clamp(52px, 8.8vw, 126px);
  line-height: 0.82;
  opacity: 0.84;
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 360px;
  margin-top: 14px;
  color: rgba(255, 250, 242, 0.68);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
  opacity: var(--drop-copy-opacity);
  filter: none;
  transform: translate3d(0, 0, 0);
}

.selection-section .eyebrow {
  color: rgba(255, 250, 242, 0.62);
}

.selection-section [data-drop-title] span {
  filter: none;
  transform: none;
}

.selection-section.is-scroll-stage .product-grid {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: block;
  min-height: 100%;
  margin: 0;
  perspective: 1200px;
}

.selection-section.is-scroll-stage .product-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: min(70vw, 900px);
  height: min(70vh, 650px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 250, 242, 0.34), rgba(255, 250, 242, 0.08) 38%, transparent 72%);
  opacity: 0.72;
  filter: blur(12px);
  transform: translate3d(-50%, -50%, 0) scale(calc(0.82 + var(--aura-stage-progress, 0) * 0.22));
  pointer-events: none;
}

.selection-section.is-scroll-stage .product-card {
  --journey-width: clamp(230px, 21vw, 330px);
  --journey-x: 0vw;
  --journey-y: 0vh;
  --journey-scale: 0.92;
  --journey-rotate: 0deg;
  --journey-opacity: 0;
  --journey-blur: 8px;
  --journey-clip-top: 23%;
  --journey-clip-side: 12%;
  --journey-radius: 26px;
  --journey-image-scale: 1.075;
  --journey-veil-opacity: 0.54;
  --journey-meta-opacity: 0;
  --journey-meta-y: 18px;
  position: absolute !important;
  left: 50%;
  top: 50%;
  z-index: var(--journey-z, 8);
  width: var(--journey-width);
  grid-column: auto !important;
  margin: 0 !important;
  opacity: var(--journey-opacity);
  filter: blur(var(--journey-blur));
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(var(--journey-x), var(--journey-y), 0)
    rotate(var(--journey-rotate))
    scale(var(--journey-scale));
  transform-origin: center;
  transition-property: opacity, filter, transform;
  transition-duration: 120ms;
  transition-timing-function: linear;
  will-change: transform, opacity, filter;
}

.selection-section.is-scroll-stage .product-card--featured {
  --journey-width: clamp(260px, 24vw, 380px);
}

.selection-section.is-scroll-stage .product-card:nth-child(2) {
  --journey-width: clamp(220px, 20vw, 310px);
}

.selection-section.is-scroll-stage .product-card:nth-child(3) {
  --journey-width: clamp(205px, 18vw, 280px);
}

.selection-section.is-scroll-stage .product-card:nth-child(4) {
  --journey-width: clamp(210px, 19vw, 292px);
}

.selection-section.is-scroll-stage .product-card__media,
.selection-section.is-scroll-stage .product-card--featured .product-card__media {
  aspect-ratio: 4 / 5;
  border-radius: var(--journey-radius);
  clip-path: inset(var(--journey-clip-top) var(--journey-clip-side) var(--journey-clip-top) var(--journey-clip-side) round var(--journey-radius));
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 250, 242, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.9), rgba(224, 208, 190, 0.4));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 36px 110px rgba(0, 0, 0, 0.34),
    0 12px 28px rgba(0, 0, 0, 0.18);
  transition-property: clip-path, border-radius, box-shadow, transform;
  transition-duration: 180ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.selection-section.is-scroll-stage .product-card.is-current .product-card__media {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.32),
    0 42px 132px rgba(0, 0, 0, 0.42),
    0 0 88px rgba(255, 250, 242, 0.12);
}

.selection-section.is-scroll-stage .product-card__media::before {
  z-index: 4;
  opacity: 0.46;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.04), transparent 28%, rgba(20, 14, 12, 0.18)),
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 250, 242, 0.22), transparent 34%);
  mix-blend-mode: soft-light;
}

.selection-section.is-scroll-stage .product-card__media::after {
  z-index: 6;
  inset: 9px;
  border: 1px solid rgba(255, 250, 242, 0.32);
  border-radius: calc(var(--journey-radius) - 2px);
  opacity: 0.72;
}

.selection-section.is-scroll-stage .product-card__media > picture,
.selection-section.is-scroll-stage .product-card__image {
  transform: scale(var(--journey-image-scale));
}

.selection-section.is-scroll-stage .product-card__image {
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}

.selection-section.is-scroll-stage .product-card__aura {
  opacity: 0.16;
  background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 250, 242, 0.44), transparent 30%);
  mix-blend-mode: screen;
}

.selection-section.is-scroll-stage .product-card__portal-ring {
  opacity: 0;
}

.selection-section.is-scroll-stage .product-card__veil {
  opacity: var(--journey-veil-opacity);
  background:
    linear-gradient(112deg, rgba(255, 250, 242, 0.48), rgba(232, 198, 193, 0.14) 44%, rgba(255, 250, 242, 0.02)),
    repeating-linear-gradient(106deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 10px);
  filter: blur(0.2px);
  mix-blend-mode: soft-light;
  transition-property: opacity, transform;
}

.selection-section.is-scroll-stage .product-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  padding-top: 13px;
  color: #fffaf2;
  opacity: var(--journey-meta-opacity);
  filter: none;
  transform: translate3d(0, var(--journey-meta-y), 0);
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
  transition-property: opacity, filter, transform;
  transition-duration: 180ms;
}

.selection-section.is-scroll-stage .product-card__meta span {
  color: rgba(255, 250, 242, 0.58);
}

.selection-section.is-scroll-stage .product-card__meta h3,
.selection-section.is-scroll-stage .product-card__meta p {
  color: #fffaf2;
  font-size: clamp(22px, 2.1vw, 34px);
}

.selection-section.is-scroll-stage .product-card__number,
.selection-section.is-scroll-stage .product-card__plus {
  color: rgba(47, 38, 34, 0.9);
  background: rgba(255, 250, 242, 0.72);
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.selection-section.is-scroll-stage .product-card__plus {
  opacity: 0.74;
}

.selection-section.is-scroll-stage .product-card:hover .product-card__media,
.selection-section.is-scroll-stage .product-card:focus-within .product-card__media,
.selection-section.is-scroll-stage .product-card.is-hovered .product-card__media {
  border-radius: 8px;
  clip-path: inset(0 0 0 0 round 8px);
  transform: translate3d(0, -6px, 0) scale(1.006);
}

.selection-section.is-scroll-stage .product-card:hover .product-card__aura,
.selection-section.is-scroll-stage .product-card:focus-within .product-card__aura,
.selection-section.is-scroll-stage .product-card.is-hovered .product-card__aura {
  opacity: 0.6;
}

.selection-section.is-scroll-stage .product-card:hover .product-card__veil,
.selection-section.is-scroll-stage .product-card:focus-within .product-card__veil,
.selection-section.is-scroll-stage .product-card.is-hovered .product-card__veil {
  opacity: 0.02;
}

@media (max-width: 760px) {
  .manifest-section {
    min-height: auto;
    background:
      radial-gradient(ellipse at 50% 30%, rgba(255, 250, 242, 0.08), transparent 18rem),
      linear-gradient(180deg, #130f0e 0%, #231716 100%);
  }

  .manifest-section__inner {
    position: relative;
    min-height: auto;
    padding: 92px 0 84px;
  }

  .manifest-section__symbol {
    width: 300px;
  }

  .manifest-section h2 {
    font-size: clamp(52px, 18vw, 82px);
  }

  .selection-section {
    min-height: auto;
    padding: 84px 0 112px;
    background:
      radial-gradient(ellipse at 50% 18%, rgba(255, 250, 242, 0.12), transparent 20rem),
      linear-gradient(180deg, #201513 0%, #5e4038 35%, #f8f0e6 100%);
  }

  .selection-section__inner {
    position: relative;
    top: auto;
    left: auto;
    width: min(100% - 30px, 540px);
    height: auto;
    min-height: auto;
    padding: 0;
    transform: none;
  }

  .selection-section .section-heading {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-bottom: 36px;
    opacity: 1;
    transform: none;
  }

  .selection-section .section-heading h2 {
    font-size: clamp(58px, 19vw, 88px);
  }

  .selection-section .section-heading p:not(.eyebrow) {
    max-width: 330px;
    opacity: 1;
  }

  .selection-section .product-grid,
  .selection-section.is-scroll-stage .product-grid {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 14px;
    min-height: auto;
    margin: 0;
    perspective: none;
  }

  .selection-section .product-grid::before {
    display: none;
  }

  .selection-section .product-card,
  .selection-section.is-scroll-stage .product-card,
  .selection-section .product-card:nth-child(2),
  .selection-section .product-card:nth-child(3),
  .selection-section .product-card:nth-child(4) {
    position: relative !important;
    left: auto;
    top: auto;
    z-index: auto;
    width: auto;
    grid-column: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .selection-section .product-card--featured,
  .selection-section .product-card:nth-child(4) {
    grid-column: 1 / -1 !important;
  }

  .selection-section .product-card__media,
  .selection-section .product-card--featured .product-card__media {
    aspect-ratio: 4 / 5;
    clip-path: inset(0 0 0 0 round 7px);
    border-radius: 7px;
  }

  .selection-section .product-card__meta {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .manifest-section,
  .selection-section {
    min-height: auto;
  }

  .manifest-section__inner,
  .selection-section__inner {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    min-height: auto;
    transform: none;
  }

  .selection-section {
    padding: 90px 0 120px;
  }

  .selection-section .section-heading {
    position: relative;
    top: auto;
    left: auto;
    max-width: 640px;
    margin-bottom: 42px;
    opacity: 1;
    transform: none;
  }

  .selection-section .product-grid,
  .selection-section.is-scroll-stage .product-grid {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .selection-section .product-card,
  .selection-section.is-scroll-stage .product-card {
    position: relative !important;
    left: auto;
    top: auto;
    width: auto;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Aura Scroll Choreography v1.5.1: lighter room, aligned final row, no manifesto O */
.manifest-section__symbol {
  display: none !important;
}

.selection-section {
  color: var(--ohra-brown);
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.86), transparent 22rem),
    radial-gradient(ellipse at 14% 74%, rgba(223, 186, 170, 0.18), transparent 24rem),
    linear-gradient(180deg, #fbf7f0 0%, #f7efe6 48%, #fbf8f2 100%);
}

.selection-section::before {
  background:
    radial-gradient(circle at 24% 36%, rgba(47, 38, 34, 0.055) 0 1px, transparent 1.2px),
    radial-gradient(circle at 80% 62%, rgba(47, 38, 34, 0.035) 0 1px, transparent 1.2px);
  background-size: 14px 14px, 22px 22px;
  opacity: 0.44;
}

.selection-section::after {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(180deg, rgba(251, 247, 240, 0.2), rgba(251, 247, 240, 0.88) 92%);
  opacity: 1;
}

.selection-section .section-heading {
  top: clamp(38px, 5.8vh, 68px);
  left: clamp(14px, 2.6vw, 44px);
  max-width: min(270px, 23vw);
  color: var(--ohra-brown);
  text-shadow: none;
}

.selection-section .section-heading::before {
  content: "";
  display: block;
  width: clamp(46px, 5.4vw, 78px);
  height: 1px;
  margin-bottom: 12px;
  background: rgba(47, 38, 34, 0.34);
}

.selection-section .section-heading h2 {
  color: var(--ohra-brown);
  font-size: clamp(25px, 2.9vw, 42px);
  font-weight: 500;
  line-height: 0.98;
  opacity: 0.82;
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 250px;
  margin-top: 10px;
  color: rgba(47, 38, 34, 0.58);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.48;
}

.selection-section .eyebrow {
  color: rgba(47, 38, 34, 0.54);
}

.selection-section.is-scroll-stage .product-grid::before {
  width: min(74vw, 1080px);
  height: min(54vh, 520px);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.88), rgba(235, 218, 202, 0.24) 42%, transparent 74%);
  opacity: 0.84;
  filter: blur(16px);
}

.selection-section.is-scroll-stage .product-card,
.selection-section.is-scroll-stage .product-card--featured,
.selection-section.is-scroll-stage .product-card:nth-child(2),
.selection-section.is-scroll-stage .product-card:nth-child(3),
.selection-section.is-scroll-stage .product-card:nth-child(4) {
  --journey-width: clamp(190px, 17.2vw, 258px);
}

.selection-section.is-scroll-stage .product-card__media,
.selection-section.is-scroll-stage .product-card--featured .product-card__media {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.07),
    0 28px 78px rgba(91, 68, 58, 0.16),
    0 9px 22px rgba(91, 68, 58, 0.1);
}

.selection-section.is-scroll-stage .product-card.is-current .product-card__media {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.1),
    0 34px 98px rgba(91, 68, 58, 0.2),
    0 0 70px rgba(255, 255, 255, 0.5);
}

.selection-section.is-scroll-stage .product-card__media::before {
  opacity: 0.36;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.06), transparent 34%, rgba(47, 38, 34, 0.12)),
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 255, 255, 0.28), transparent 34%);
}

.selection-section.is-scroll-stage .product-card__media::after {
  border-color: rgba(255, 250, 242, 0.58);
  opacity: 0.62;
}

.selection-section.is-scroll-stage .product-card__aura {
  opacity: 0.05;
}

.selection-section.is-scroll-stage .product-card__veil {
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.48), rgba(232, 198, 193, 0.12) 44%, rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(106deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 10px);
}

.selection-section.is-scroll-stage .product-card__meta {
  color: var(--ohra-brown);
  text-shadow: none;
}

.selection-section.is-scroll-stage .product-card__meta span {
  color: rgba(47, 38, 34, 0.52);
}

.selection-section.is-scroll-stage .product-card__meta h3,
.selection-section.is-scroll-stage .product-card__meta p {
  color: var(--ohra-brown);
  font-size: clamp(18px, 1.45vw, 24px);
}

.selection-section.is-scroll-stage .product-card__number,
.selection-section.is-scroll-stage .product-card__plus {
  color: rgba(47, 38, 34, 0.88);
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(47, 38, 34, 0.08);
}

@media (max-width: 760px) {
  .selection-section {
    background:
      radial-gradient(ellipse at 50% 14%, rgba(255, 255, 255, 0.92), transparent 18rem),
      linear-gradient(180deg, #fbf7f0 0%, #f7efe6 100%);
  }

  .selection-section .section-heading {
    max-width: 100%;
  }

  .selection-section .section-heading h2 {
    font-size: clamp(38px, 11vw, 54px);
  }
}

/* OHRA Gallery Textile v1.6.0: continuous light, editorial product staging */
.manifest-section {
  background:
    radial-gradient(ellipse at 52% 28%, rgba(255, 255, 255, 0.72), transparent 26rem),
    radial-gradient(ellipse at 18% 72%, rgba(242, 211, 214, 0.22), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #fbf5ec 54%, #fff8ed 100%);
}

.manifest-section::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 18%),
    linear-gradient(90deg, rgba(255, 248, 237, 0), rgba(216, 180, 154, 0.14) 50%, rgba(255, 248, 237, 0));
  opacity: 0.9;
}

.manifest-section::after {
  background:
    repeating-linear-gradient(92deg, rgba(58, 36, 28, 0.018) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 248, 237, 0.72));
  opacity: 0.72;
}

.manifest-section__wash,
.manifest-section__fragment,
.manifest-section__piece {
  opacity: 0.1;
  filter: blur(18px) saturate(0.9);
  mix-blend-mode: multiply;
}

.manifest-section__inner {
  color: #2f2622;
}

.manifest-section .eyebrow,
.manifest-section__cue,
.manifest-section__copy {
  color: rgba(47, 38, 34, 0.58);
}

.manifest-section h2 {
  color: #2f2622;
  text-shadow: none;
}

.selection-section {
  --drop-heading-opacity: 0;
  --drop-heading-y: 18px;
  --drop-copy-opacity: 0;
  --drop-close-opacity: 0;
  --drop-close-y: 18px;
  min-height: 520svh;
  color: #2f2622;
  background:
    linear-gradient(180deg, #fff8ed 0%, rgba(255, 248, 237, 0.96) 7%, rgba(250, 241, 229, 0.92) 62%, #fffaf4 100%),
    radial-gradient(ellipse at 24% 35%, rgba(242, 211, 214, 0.22), transparent 34rem),
    radial-gradient(ellipse at 78% 56%, rgba(240, 180, 110, 0.16), transparent 30rem);
  overflow: visible;
}

.selection-section::before {
  z-index: 0;
  background:
    linear-gradient(180deg, #fff8ed 0%, rgba(255, 248, 237, 0) 16%, rgba(255, 248, 237, 0) 82%, #fffaf4 100%),
    repeating-linear-gradient(96deg, rgba(58, 36, 28, 0.022) 0 1px, transparent 1px 28px);
  opacity: 0.82;
  mask-image: none;
}

.selection-section::after {
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.18) 34%, transparent 66%),
    linear-gradient(102deg, transparent 0 24%, rgba(255, 255, 255, 0.48) 41%, transparent 58% 100%);
  opacity: 0.86;
}

.selection-section__texture,
.selection-section__mask,
.selection-section__orb,
.selection-section__iris,
.selection-section__silk,
.selection-section__wash {
  display: none !important;
}

.selection-section__inner {
  width: min(100% - 48px, 1360px);
  min-height: 720px;
}

.selection-section .section-heading {
  top: clamp(74px, 9.6vh, 112px);
  left: clamp(6px, 1.7vw, 28px);
  max-width: min(380px, 30vw);
  color: #2f2622;
  text-shadow: none;
  opacity: var(--drop-heading-opacity);
}

.selection-section .section-heading::before {
  width: clamp(52px, 5vw, 76px);
  background: rgba(58, 36, 28, 0.32);
}

.selection-section .section-heading h2 {
  color: #2f2622;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 0.88;
  opacity: 0.9;
  text-wrap: balance;
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 330px;
  color: rgba(47, 38, 34, 0.68);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.5;
  text-wrap: pretty;
}

.selection-section .eyebrow {
  color: rgba(47, 38, 34, 0.56);
  letter-spacing: 0.13em;
}

.selection-section.is-scroll-stage .product-grid::before {
  width: min(76vw, 1040px);
  height: min(50vh, 520px);
  background:
    radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, 0.9), rgba(245, 226, 208, 0.26) 46%, transparent 74%),
    linear-gradient(104deg, transparent 0 22%, rgba(255, 255, 255, 0.62) 43%, transparent 62% 100%);
  opacity: 0.92;
  filter: blur(10px);
  transform: translate3d(-50%, -50%, 0) scale(calc(0.94 + var(--aura-stage-progress, 0) * 0.12));
}

.selection-section.is-scroll-stage .product-card,
.selection-section.is-scroll-stage .product-card--featured,
.selection-section.is-scroll-stage .product-card:nth-child(2),
.selection-section.is-scroll-stage .product-card:nth-child(4) {
  --journey-width: clamp(220px, 18.8vw, 286px);
}

.selection-section.is-scroll-stage .product-card:nth-child(3) {
  --journey-width: clamp(150px, 13.4vw, 210px);
}

.selection-section.is-scroll-stage .product-card__media,
.selection-section.is-scroll-stage .product-card--featured .product-card__media {
  border-radius: var(--journey-radius);
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(232, 211, 190, 0.34));
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 26px 70px rgba(58, 36, 28, 0.14),
    0 8px 20px rgba(58, 36, 28, 0.08);
}

.selection-section.is-scroll-stage .product-card.is-current .product-card__media {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.1),
    0 34px 88px rgba(58, 36, 28, 0.18),
    0 0 64px rgba(255, 255, 255, 0.36);
}

.selection-section.is-scroll-stage .product-card__media::before {
  opacity: 0.22;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 36%, rgba(47, 38, 34, 0.12)),
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 255, 255, 0.24), transparent 30%);
  mix-blend-mode: soft-light;
}

.selection-section.is-scroll-stage .product-card__media::after {
  inset: 8px;
  border-color: rgba(255, 250, 242, 0.58);
  opacity: 0.48;
}

.selection-section.is-scroll-stage .product-card__aura {
  opacity: 0.08;
  background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 248, 237, 0.54), transparent 34%);
}

.selection-section.is-scroll-stage .product-card__veil {
  opacity: var(--journey-veil-opacity);
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.38), rgba(242, 211, 214, 0.12) 42%, rgba(255, 255, 255, 0.02));
  mix-blend-mode: soft-light;
}

.selection-section.is-scroll-stage .product-card__meta {
  color: #2f2622;
  text-shadow: none;
}

.selection-section.is-scroll-stage .product-card__meta span {
  color: rgba(47, 38, 34, 0.5);
}

.selection-section.is-scroll-stage .product-card__meta h3,
.selection-section.is-scroll-stage .product-card__meta p {
  color: #2f2622;
  font-size: clamp(17px, 1.35vw, 23px);
}

.selection-section.is-scroll-stage .product-card__number,
.selection-section.is-scroll-stage .product-card__plus {
  color: rgba(47, 38, 34, 0.86);
  background: rgba(255, 250, 242, 0.84);
  border-color: rgba(47, 38, 34, 0.1);
  box-shadow: 0 10px 26px rgba(58, 36, 28, 0.08);
}

.selection-section__close {
  position: absolute;
  right: clamp(8px, 2vw, 30px);
  bottom: clamp(42px, 7vh, 76px);
  z-index: 36;
  display: grid;
  gap: 10px;
  max-width: 290px;
  color: #2f2622;
  opacity: var(--drop-close-opacity);
  transform: translate3d(0, var(--drop-close-y), 0);
  transition-property: opacity, transform;
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  pointer-events: none;
}

.selection-section__close.is-visible {
  pointer-events: auto;
}

.selection-section__close span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(47, 38, 34, 0.52);
}

.selection-section__close p {
  margin: 0;
  color: rgba(47, 38, 34, 0.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  text-wrap: pretty;
}

.selection-section__close a {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(47, 38, 34, 0.34);
  color: #2f2622;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition-property: border-color, opacity, transform;
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.selection-section__close a:hover,
.selection-section__close a:focus-visible {
  border-color: rgba(47, 38, 34, 0.8);
  opacity: 0.72;
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .manifest-section {
    background:
      radial-gradient(ellipse at 52% 28%, rgba(255, 255, 255, 0.72), transparent 18rem),
      linear-gradient(180deg, #fffaf4 0%, #fff8ed 100%);
  }

  .selection-section {
    min-height: auto;
    padding: 84px 0 110px;
    background:
      radial-gradient(ellipse at 50% 16%, rgba(255, 255, 255, 0.9), transparent 17rem),
      radial-gradient(ellipse at 12% 52%, rgba(242, 211, 214, 0.18), transparent 16rem),
      linear-gradient(180deg, #fff8ed 0%, #fbf1e6 100%);
  }

  .selection-section__inner {
    width: min(100% - 30px, 540px);
  }

  .selection-section .section-heading {
    color: #2f2622;
    margin-bottom: 34px;
  }

  .selection-section .section-heading h2 {
    color: #2f2622;
    font-size: clamp(40px, 12vw, 58px);
  }

  .selection-section .section-heading p:not(.eyebrow) {
    color: rgba(47, 38, 34, 0.7);
  }

  .selection-section .product-card__media,
  .selection-section .product-card--featured .product-card__media {
    border-radius: 8px;
    clip-path: inset(0 0 0 0 round 8px);
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.08),
      0 20px 54px rgba(58, 36, 28, 0.13);
  }

  .selection-section .product-card:nth-child(4) {
    justify-self: stretch;
    width: 100%;
  }

  .selection-section__close {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 38px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

/* OHRA Gallery Textile v1.7.0: compact rhythm, stable one-pass product reveal */
.manifest-section {
  min-height: clamp(760px, 92svh, 920px);
  overflow: hidden;
}

.manifest-section__inner {
  min-height: clamp(720px, 88svh, 860px);
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(30px, 4vw, 58px);
}

.manifest-section__copy {
  margin-top: clamp(18px, 2.5vw, 30px);
}

.manifest-section__cue {
  display: none !important;
}

.selection-section {
  min-height: 320svh;
  --drop-heading-opacity: 0;
  --drop-heading-y: 14px;
  --drop-played-height: 320svh;
}

.selection-section.has-played {
  min-height: var(--drop-played-height);
}

.selection-section__inner {
  position: sticky;
  top: 0;
  left: auto;
  height: 100svh;
  min-height: 690px;
  transform: none;
}

.selection-section.is-scroll-stage.is-awake:not(.is-complete) .selection-section__inner,
.selection-section.is-scroll-stage.is-complete .selection-section__inner,
.selection-section.has-played .selection-section__inner {
  position: sticky;
  top: 0;
  left: auto;
  bottom: auto;
  transform: none;
}

[data-drop-title] {
  overflow: visible;
  padding-bottom: 0.16em;
}

.selection-section [data-drop-title] span {
  overflow: visible;
  line-height: 1.02;
}

.selection-section .section-heading {
  top: clamp(46px, 6.4vh, 72px);
  left: clamp(12px, 2.4vw, 42px);
  max-width: min(470px, 34vw);
}

.selection-section .section-heading h2 {
  font-size: clamp(54px, 6.5vw, 94px);
  line-height: 1.02;
}

.selection-section .section-heading p:not(.eyebrow) {
  max-width: 400px;
  font-size: clamp(15px, 1.12vw, 18px);
}

.selection-section.is-scroll-stage .product-grid {
  inset: 0;
}

.selection-section.is-scroll-stage .product-grid::before {
  width: min(80vw, 1160px);
  height: min(54vh, 560px);
  opacity: 0.78;
}

.selection-section.is-scroll-stage .product-card,
.selection-section.is-scroll-stage .product-card--featured,
.selection-section.is-scroll-stage .product-card:nth-child(2),
.selection-section.is-scroll-stage .product-card:nth-child(3),
.selection-section.is-scroll-stage .product-card:nth-child(4) {
  --journey-width: clamp(250px, 20.6vw, 322px);
}

.selection-section.is-scroll-stage .product-card__media,
.selection-section.is-scroll-stage .product-card--featured .product-card__media {
  border-radius: var(--journey-radius);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 28px 72px rgba(58, 36, 28, 0.14),
    0 10px 24px rgba(58, 36, 28, 0.08);
}

.selection-section.is-scroll-stage .product-card__media::after,
.selection-section .product-card__media::after {
  display: none;
}

.selection-section.is-scroll-stage .product-card__number,
.selection-section.is-scroll-stage .product-card__plus,
.selection-section .product-card__number,
.selection-section .product-card__plus {
  display: none;
}

.selection-section.is-scroll-stage .product-card__meta {
  padding-top: 14px;
}

.selection-section.is-scroll-stage .product-card__meta h3,
.selection-section.is-scroll-stage .product-card__meta p {
  font-size: clamp(18px, 1.45vw, 24px);
}

.selection-section__close {
  right: clamp(18px, 3vw, 48px);
  bottom: clamp(24px, 5vh, 56px);
}

@media (max-width: 760px) {
  .manifest-section {
    min-height: auto;
  }

  .manifest-section__inner {
    min-height: auto;
    padding-top: 74px;
    padding-bottom: 58px;
  }

  .selection-section,
  .selection-section.has-played {
    min-height: auto;
    padding: 64px 0 94px;
  }

  .selection-section__inner,
  .selection-section.is-scroll-stage.is-awake:not(.is-complete) .selection-section__inner,
  .selection-section.is-scroll-stage.is-complete .selection-section__inner,
  .selection-section.has-played .selection-section__inner {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
  }

  .selection-section .section-heading {
    top: auto;
    left: auto;
    margin-bottom: 26px;
    max-width: 100%;
  }

  .selection-section .section-heading h2 {
    font-size: clamp(46px, 13vw, 64px);
    line-height: 1.02;
  }

  .selection-section .product-grid,
  .selection-section.is-scroll-stage .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
    margin-top: 34px;
  }

  .selection-section .product-card,
  .selection-section.is-scroll-stage .product-card,
  .selection-section .product-card--featured,
  .selection-section .product-card:nth-child(2),
  .selection-section .product-card:nth-child(3),
  .selection-section .product-card:nth-child(4) {
    grid-column: auto !important;
    justify-self: stretch;
    width: auto;
    margin-top: 0;
  }
}

/* OHRA v1.8.1 cascade lock: final catalogue state must beat legacy scroll-scene rules. */
.selection-section.is-final {
  min-height: auto !important;
  padding: clamp(76px, 8vw, 118px) 0 clamp(92px, 10vw, 148px) !important;
}

.selection-section.is-final .selection-section__inner {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: min(1180px, calc(100% - 64px)) !important;
  height: auto !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: 0 !important;
  transform: none !important;
}

.selection-section.is-final .section-heading {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr) !important;
  gap: clamp(32px, 7vw, 112px) !important;
  max-width: none !important;
  margin: 0 0 clamp(28px, 4.4vw, 54px) !important;
  opacity: 1 !important;
  transform: none !important;
}

.selection-section.is-final .collection-tabs {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 calc(50% - 50vw) clamp(38px, 5vw, 66px) !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

.selection-section.is-final .product-grid,
.selection-section.is-final.is-scroll-stage .product-grid {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.8vw, 38px) !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
}

.selection-section.is-final .product-grid::before,
.selection-section.is-final.is-scroll-stage .product-grid::before {
  display: none !important;
}

.selection-section.is-final .product-card,
.selection-section.is-final.is-scroll-stage .product-card,
.selection-section.is-final .product-card--featured,
.selection-section.is-final .product-card:nth-child(2),
.selection-section.is-final .product-card:nth-child(3),
.selection-section.is-final .product-card:nth-child(4) {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  grid-column: auto !important;
  justify-self: stretch !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  clip-path: none !important;
}

.selection-section.is-final .product-card__media,
.selection-section.is-final.is-scroll-stage .product-card__media,
.selection-section.is-final .product-card--featured .product-card__media {
  aspect-ratio: 0.78 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  box-shadow: none !important;
  outline: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.selection-section.is-final .product-card__media::before,
.selection-section.is-final .product-card__media::after,
.selection-section.is-final .product-card__aura,
.selection-section.is-final .product-card__portal-ring,
.selection-section.is-final .product-card__veil {
  display: none !important;
}

.selection-section.is-final .product-card__meta,
.selection-section.is-final.is-scroll-stage .product-card__meta {
  display: block !important;
  position: relative !important;
  padding: 14px 4px 0 !important;
  text-align: center !important;
  opacity: 1 !important;
  transform: none !important;
}

.selection-section.is-final .product-card__meta h3,
.selection-section.is-final .product-card__meta p {
  display: block !important;
  width: 100% !important;
}

.selection-section.is-final .product-card__meta h3 {
  margin: 0 !important;
  color: #3a2d27 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(18px, 1.42vw, 22px) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.selection-section.is-final .product-card__meta p {
  margin: 7px 0 0 !important;
  color: #3a2d27 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  font-style: italic !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.selection-section.is-final .selection-section__close {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  margin: clamp(54px, 7vw, 86px) auto 0 !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

@media (max-width: 980px) {
  .selection-section.is-final .section-heading {
    grid-template-columns: 1fr !important;
  }

  .selection-section.is-final .product-grid,
  .selection-section.is-final.is-scroll-stage .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .selection-section.is-final .selection-section__inner {
    width: min(100% - 28px, 680px) !important;
  }
}

/* OHRA maquette v2.0 - faithful layout reset under the hero */
.ohra-v2-home,
.ohra-v2-shop {
  --v2-paper: #fbf7f0;
  --v2-ink: #342822;
  --v2-soft: rgba(52, 40, 34, 0.72);
  --v2-line: rgba(52, 40, 34, 0.34);
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.site-header__dropdown {
  position: relative;
}

.site-header__dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 190px;
  height: 24px;
  transform: translateX(-50%);
}

.site-header__dropdown > ul {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 60;
  width: 190px;
  min-width: 0;
  padding: 14px 18px;
  margin: 0;
  list-style: none;
  background:
    linear-gradient(135deg, rgba(78, 55, 44, 0.76), rgba(47, 38, 34, 0.58));
  border: 1px solid rgba(255, 250, 242, 0.2);
  box-shadow: 0 18px 48px rgba(25, 15, 10, 0.22);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transform: translate3d(-50%, -6px, 0);
  transition:
    visibility 0s linear 220ms,
    clip-path 220ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.site-header__dropdown:hover > ul,
.site-header__dropdown:focus-within > ul,
.site-header__dropdown.is-open > ul {
  visibility: visible;
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
  transition:
    visibility 0s linear 0s,
    clip-path 220ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.site-header__dropdown > ul li + li {
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.site-header__dropdown > ul a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: rgba(255, 250, 242, 0.86);
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  text-wrap: balance;
  transition: color 180ms var(--ease-soft), transform 180ms var(--ease-soft);
}

.site-header__dropdown > ul a::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: right;
  transition: opacity 180ms var(--ease-soft), transform 180ms var(--ease-soft);
}

.site-header__dropdown > ul a:hover,
.site-header__dropdown > ul a:focus-visible {
  color: #fffaf2;
  transform: translateX(2px);
}

.site-header__dropdown > ul a:hover::after,
.site-header__dropdown > ul a:focus-visible::after {
  opacity: 0.8;
  transform: scaleX(1);
}

.ohra-v2-manifest {
  background: #fff;
  padding: clamp(20px, 3vw, 30px) 0 clamp(18px, 2.8vw, 28px);
  text-align: center;
}

.ohra-v2-manifest__inner {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
}

.ohra-v2-manifest h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.ohra-v2-manifest h2::before,
.ohra-v2-manifest h2::after {
  content: "";
  height: 1px;
  background: var(--v2-line);
}

.ohra-v2-manifest p {
  margin: 13px 0 0;
  color: var(--v2-ink);
  font-family: var(--font-sans);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.2;
}

.ohra-v2-selection {
  position: relative;
  padding: clamp(46px, 6.4vw, 76px) clamp(22px, 5.7vw, 78px) clamp(58px, 6.8vw, 82px);
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 211, 214, 0.42), transparent 32rem),
    radial-gradient(circle at 92% 76%, rgba(255, 231, 195, 0.42), transparent 30rem),
    #fbf7f0;
}

.ohra-v2-selection__head p {
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(16px, 2vw, 24px);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.ohra-v2-selection__head h2 {
  margin: 4px 0 clamp(24px, 3vw, 34px);
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ohra-v2-selection__note {
  position: absolute;
  top: clamp(58px, 7vw, 90px);
  right: clamp(24px, 6vw, 100px);
  max-width: 360px;
  margin: 0;
  color: var(--v2-soft);
  font-family: var(--font-serif);
  font-size: clamp(14px, 1.55vw, 19px);
  font-style: italic;
  line-height: 1.15;
  text-align: center;
}

.ohra-v2-products,
.ohra-v2-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.ohra-v2-product {
  min-width: 0;
  text-align: center;
}

.ohra-v2-product__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 0.78;
  color: #fff;
  text-decoration: none;
  background: #efe8df;
  --reversible-progress: 0;
  --reversible-primary-opacity: 1;
  --reversible-primary-scale: 1;
  --reversible-primary-saturation: 1;
  --reversible-primary-y: 0px;
  --reversible-secondary-blur: 2.2px;
  --reversible-secondary-scale: 1.012;
  --reversible-secondary-y: 28px;
  --reversible-wash-opacity: 0;
  --reversible-wash-x: -22%;
}

.ohra-v2-product__media picture,
.ohra-v2-product__media img,
.ohra-v2-product__image {
  display: block;
  width: 100%;
  height: 100%;
}

.ohra-v2-product__image,
.ohra-v2-product__media img {
  object-fit: cover;
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media picture {
  transition:
    opacity 360ms var(--ease-soft),
    filter 360ms var(--ease-soft),
    transform 520ms var(--ease-soft);
}

.ohra-v2-product.has-reversible-image.is-reversible-smooth .ohra-v2-product__media {
  contain: paint;
  transform: translateZ(0);
}

.ohra-v2-product.has-reversible-image.is-reversible-smooth .ohra-v2-product__media picture,
.ohra-v2-product.has-reversible-image.is-reversible-smooth .ohra-v2-product__media::before {
  transition: none;
  backface-visibility: hidden;
  will-change: opacity, filter, transform;
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media picture:first-of-type {
  opacity: var(--reversible-primary-opacity);
  filter: saturate(var(--reversible-primary-saturation));
  transform: scale(var(--reversible-primary-scale)) translateY(var(--reversible-primary-y));
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media picture + picture {
  position: absolute;
  inset: 0;
  opacity: var(--reversible-progress);
  filter: blur(var(--reversible-secondary-blur)) saturate(1.03);
  transform: scale(var(--reversible-secondary-scale)) translateY(var(--reversible-secondary-y));
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(112deg, transparent 18%, rgba(255, 250, 242, 0.42), transparent 58%),
    radial-gradient(circle at 46% 42%, rgba(242, 211, 214, 0.18), transparent 44%);
  opacity: var(--reversible-wash-opacity);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateX(var(--reversible-wash-x));
  transition:
    opacity 360ms var(--ease-soft),
    transform 520ms var(--ease-soft);
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media > span:not(.ohra-signature-add) {
  z-index: 3;
}

.ohra-v2-product.has-reversible-image:hover .ohra-v2-product__media,
.ohra-v2-product.has-reversible-image:focus-within .ohra-v2-product__media {
  --reversible-progress: 1;
}

.ohra-v2-product__media > span:not(.ohra-signature-add) {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 42px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(47, 38, 34, 0.28);
  background:
    linear-gradient(150deg, rgba(255, 250, 242, 0.52), rgba(255, 250, 242, 0.14) 58%, rgba(151, 118, 67, 0.24)),
    rgba(47, 38, 34, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.86);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(185, 146, 79, 0.3),
    inset 0 16px 24px rgba(255, 250, 242, 0.2),
    0 14px 32px rgba(47, 38, 34, 0.24),
    0 0 0 1px rgba(47, 38, 34, 0.06);
  backdrop-filter: blur(7px) saturate(1.08);
  -webkit-backdrop-filter: blur(7px) saturate(1.08);
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    transform 320ms var(--ease-soft),
    color 320ms var(--ease-soft),
    border-color 320ms var(--ease-soft),
    box-shadow 320ms var(--ease-soft);
}

.ohra-v2-product__media > span:not(.ohra-signature-add)::before,
.ohra-v2-product__media > span:not(.ohra-signature-add)::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ohra-v2-product__media > span:not(.ohra-signature-add)::before {
  inset: 6px;
  z-index: -1;
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: inherit;
  box-shadow: inset 0 0 18px rgba(255, 250, 242, 0.12);
}

.ohra-v2-product__media > span:not(.ohra-signature-add)::after {
  top: -36%;
  left: -78%;
  z-index: 1;
  width: 48%;
  height: 172%;
  background: linear-gradient(106deg, transparent 12%, rgba(255, 250, 242, 0.52) 50%, transparent 88%);
  opacity: 0;
  transform: translateX(-12%) rotate(12deg);
  transition:
    opacity 320ms var(--ease-soft),
    transform 620ms var(--ease-soft);
}

.ohra-v2-product__media:hover > span:not(.ohra-signature-add),
.ohra-v2-product__media:focus-visible > span:not(.ohra-signature-add) {
  color: #fffdf8;
  border-color: rgba(255, 250, 242, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(218, 174, 94, 0.46),
    inset 0 16px 26px rgba(255, 250, 242, 0.28),
    0 18px 38px rgba(47, 38, 34, 0.28),
    0 0 26px rgba(255, 250, 242, 0.16);
  transform: translate3d(0, -2px, 0) scale(1.045);
}

.ohra-v2-product__media:hover > span:not(.ohra-signature-add)::after,
.ohra-v2-product__media:focus-visible > span:not(.ohra-signature-add)::after {
  opacity: 0.72;
  transform: translateX(285%) rotate(12deg);
}

.ohra-v2-product__media:active > span:not(.ohra-signature-add) {
  transform: translate3d(0, 0, 0) scale(0.96);
}

.ohra-v2-product h2,
.ohra-v2-product h3 {
  margin: 14px 0 0;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.55vw, 20px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.ohra-v2-product p {
  margin: 7px 0 0;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.45vw, 19px);
  font-style: italic;
  line-height: 1.1;
}

.ohra-v2-quote,
.ohra-v2-shop-quote {
  position: relative;
  display: grid;
  min-height: clamp(260px, 25vw, 360px);
  place-items: center;
  overflow: hidden;
  color: #fffaf2;
  text-align: center;
}

.ohra-v2-quote {
  --quote-pointer-x: 50%;
  --quote-pointer-y: 50%;
  min-height: clamp(310px, 28vw, 430px);
  isolation: isolate;
  background: #914724;
}

.ohra-v2-quote__image,
.ohra-v2-shop-quote img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.03) blur(0.25px);
}

.ohra-v2-quote__image {
  z-index: 0;
  transform: scale(1.015);
  transform-origin: center;
  animation: ohra-quote-image-breathe 18s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.ohra-v2-quote__aura {
  position: absolute;
  inset: -22%;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 28%, rgba(242, 211, 214, 0.34), transparent 34%),
    radial-gradient(circle at 82% 64%, rgba(255, 204, 138, 0.32), transparent 32%),
    radial-gradient(circle at 58% 42%, rgba(216, 216, 245, 0.28), transparent 36%);
  filter: blur(26px) saturate(1.08);
  opacity: 0.96;
  pointer-events: none;
  animation: ohra-quote-aura-flow 11s ease-in-out infinite alternate;
  will-change: transform, opacity, filter;
}

.ohra-v2-quote__aura::before,
.ohra-v2-quote__aura::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ohra-v2-quote__aura::before {
  inset: -16%;
  background:
    radial-gradient(circle at 22% 38%, rgba(255, 250, 242, 0.28), transparent 28%),
    radial-gradient(circle at 68% 30%, rgba(216, 216, 245, 0.34), transparent 30%),
    radial-gradient(circle at 54% 76%, rgba(169, 77, 32, 0.42), transparent 34%),
    conic-gradient(from 90deg at 50% 50%, rgba(242, 211, 214, 0.14), rgba(255, 204, 138, 0.22), rgba(126, 142, 171, 0.18), rgba(169, 77, 32, 0.24), rgba(242, 211, 214, 0.14));
  mix-blend-mode: soft-light;
  opacity: 0.7;
  animation: ohra-quote-liquid-orbit 12s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.ohra-v2-quote__aura::after {
  inset: 12%;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 250, 242, 0.12) 0 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
  opacity: 0.35;
  animation: ohra-quote-grain-drift 9s steps(2, end) infinite;
}

.ohra-v2-quote__glow,
.ohra-v2-quote__pointer {
  position: absolute;
  display: block;
  border-radius: 999px;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.ohra-v2-quote__glow--rose {
  top: -5%;
  left: 2%;
  width: min(68vw, 900px);
  height: min(54vw, 650px);
  background: radial-gradient(circle at center, rgba(242, 211, 214, 0.82), rgba(216, 180, 154, 0.38) 42%, transparent 68%);
  animation: ohra-quote-drift-one 9.5s ease-in-out infinite alternate;
}

.ohra-v2-quote__glow--amber {
  right: -12%;
  bottom: -24%;
  width: min(66vw, 860px);
  height: min(52vw, 620px);
  background: radial-gradient(circle at center, rgba(255, 204, 138, 0.68), rgba(169, 77, 32, 0.46) 44%, transparent 70%);
  animation: ohra-quote-drift-two 10.5s ease-in-out infinite alternate;
}

.ohra-v2-quote__glow--blue {
  right: 4%;
  top: 4%;
  width: min(56vw, 720px);
  height: min(42vw, 500px);
  background: radial-gradient(circle at center, rgba(216, 216, 245, 0.72), rgba(126, 142, 171, 0.34) 46%, transparent 72%);
  mix-blend-mode: screen;
  animation: ohra-quote-drift-three 11.5s ease-in-out infinite alternate;
}

.ohra-v2-quote__glow--ivory {
  left: 26%;
  bottom: -6%;
  width: min(48vw, 620px);
  height: min(36vw, 430px);
  background: radial-gradient(circle at center, rgba(255, 250, 242, 0.62), rgba(255, 250, 242, 0.22) 42%, transparent 68%);
  mix-blend-mode: screen;
  animation: ohra-quote-drift-four 9s ease-in-out infinite alternate;
}

.ohra-v2-quote__pointer {
  top: var(--quote-pointer-y);
  left: var(--quote-pointer-x);
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(circle at center, rgba(255, 250, 242, 0.42), rgba(242, 211, 214, 0.24) 36%, rgba(216, 216, 245, 0.12) 52%, transparent 72%);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: var(--ease-soft);
}

.ohra-v2-quote.is-pointer-active .ohra-v2-quote__pointer {
  opacity: 0.72;
}

.ohra-v2-quote::after,
.ohra-v2-shop-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 38, 34, 0.28);
}

.ohra-v2-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 250, 242, 0.12), transparent 48%),
    linear-gradient(90deg, rgba(47, 38, 34, 0.18), transparent 28%, transparent 72%, rgba(47, 38, 34, 0.14));
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.ohra-v2-quote blockquote,
.ohra-v2-shop-quote p {
  position: relative;
  z-index: 3;
  width: min(940px, calc(100% - 42px));
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(25px, 3.4vw, 48px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.18;
}

.ohra-v2-quote__copy {
  display: grid;
  min-height: clamp(118px, 9.4vw, 160px);
  place-items: center;
  gap: 0;
  text-shadow: 0 2px 28px rgba(47, 38, 34, 0.34);
}

.ohra-v2-quote__line {
  grid-area: 1 / 1;
  display: block;
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  animation: ohra-quote-line-cycle 9s var(--ease-soft) infinite both;
  will-change: transform, opacity, filter;
}

.ohra-v2-quote__line--second {
  animation-delay: -4.5s;
}

.ohra-v2-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
}

.ohra-v2-pillar {
  position: relative;
  min-height: clamp(210px, 24vw, 330px);
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.ohra-v2-pillar picture,
.ohra-v2-pillar__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ohra-v2-pillar__image {
  object-fit: cover;
  filter: brightness(0.62) saturate(0.96);
}

.ohra-v2-pillar div {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100%;
  padding: 36px 18px;
  place-items: center;
  align-content: center;
}

.ohra-v2-pillar h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.ohra-v2-pillar p {
  max-width: 210px;
  margin: 8px auto 0;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.18;
}

.ohra-v2-home .ohra-v2-pillars + .ohra-collection-ending::before {
  content: "";
  display: block;
  height: clamp(26px, 3.4vw, 52px);
  background:
    linear-gradient(180deg, #fff 0%, rgba(251, 244, 232, 0.78) 100%),
    #fbf4e8;
  border-top: 1px solid rgba(74, 44, 32, 0.08);
  border-bottom: 1px solid rgba(74, 44, 32, 0.08);
}

.ohra-v2-artisans {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) clamp(26px, 7vw, 108px) clamp(64px, 8vw, 110px);
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.58), rgba(238, 232, 223, 0.96)),
    #f2ece4;
}

.ohra-v2-artisans h2 {
  margin: 0 0 clamp(38px, 5vw, 68px);
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 5.4vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  text-transform: none;
}

.ohra-v2-artisans__line {
  position: absolute;
  inset: 160px 7% auto 18%;
  z-index: 0;
  height: 620px;
  pointer-events: none;
}

.ohra-v2-artisans__line path {
  fill: none;
  stroke: rgba(52, 40, 34, 0.34);
  stroke-width: 2;
}

.ohra-v2-artisans__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(44px, 5.6vw, 78px);
}

.ohra-v2-artisan {
  display: grid;
  grid-template-columns: minmax(220px, 0.84fr) minmax(240px, 1fr);
  align-items: center;
  gap: clamp(28px, 7vw, 100px);
}

.ohra-v2-artisan:nth-child(even) {
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 0.84fr);
}

.ohra-v2-artisan:nth-child(even) picture {
  order: 2;
}

.ohra-v2-artisan picture {
  display: block;
}

.ohra-v2-artisan__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.56;
  object-fit: cover;
}

.ohra-v2-artisan h3 {
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 0.95;
}

.ohra-v2-artisan p {
  margin: 10px 0 0;
  color: var(--v2-ink);
  font-family: var(--font-sans);
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.24;
}

.ohra-v2-artisan__place {
  margin-top: 4px !important;
}

.ohra-v2-button {
  display: inline-grid;
  min-width: 218px;
  min-height: 58px;
  margin-top: clamp(32px, 5vw, 58px);
  padding: 12px 28px;
  place-items: center;
  color: var(--v2-ink);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid rgba(52, 40, 34, 0.68);
  border-radius: 999px;
}

.ohra-v2-artisans > .ohra-v2-button {
  display: grid;
  width: max-content;
  margin-inline: auto;
}

.ohra-v2-materials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(430px, 44vw, 650px);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 212, 151, 0.6), transparent 24rem),
    linear-gradient(135deg, #efdbbf 0%, #b66b47 100%);
}

.ohra-v2-materials__media {
  position: relative;
  min-height: 100%;
}

.ohra-v2-materials__media picture,
.ohra-v2-materials__image,
.ohra-v2-materials__video {
  display: block;
  width: 100%;
  height: 100%;
}

.ohra-v2-materials__image,
.ohra-v2-materials__video {
  object-fit: cover;
}

.ohra-v2-materials__video {
  background: #d8b99d;
}

.ohra-v2-materials__media button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(72px, 8vw, 112px);
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  color: #130e0b;
  background: transparent;
  border: 8px solid currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.ohra-v2-materials__media svg {
  width: 46%;
  fill: currentColor;
}

.ohra-v2-materials__text {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(42px, 7vw, 88px);
  color: #fffaf2;
  text-align: center;
}

.ohra-v2-materials h2 {
  margin: 0 0 clamp(22px, 3vw, 34px);
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.8vw, 80px);
  font-weight: 600;
  line-height: 0.96;
  text-transform: uppercase;
}

.ohra-v2-materials h2 span {
  display: block;
  text-transform: none;
}

.ohra-v2-materials h2 em {
  color: #fff;
  font-style: italic;
}

.ohra-v2-materials p {
  max-width: 520px;
  margin: 0 0 12px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.36;
}

.ohra-v2-materials .ohra-v2-button {
  color: #fffaf2;
  border-color: rgba(255, 250, 242, 0.78);
}

.ohra-v2-shop-hero {
  position: relative;
  display: grid;
  align-items: end;
  height: clamp(380px, 56vw, 650px);
  overflow: hidden;
  background: #dfd0c0;
  color: #fffaf2;
  isolation: isolate;
}

.ohra-v2-shop-hero picture,
.ohra-v2-shop-hero__image {
  display: block;
  width: 100%;
  height: 100%;
}

.ohra-v2-shop-hero__image {
  object-fit: cover;
  transform: scale(1.012);
}

.ohra-v2-shop-hero picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.ohra-v2-shop-hero::before,
.ohra-v2-shop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ohra-v2-shop-hero::before {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(24, 16, 12, 0.5) 0%, rgba(24, 16, 12, 0.08) 36%, rgba(24, 16, 12, 0.48) 100%),
    radial-gradient(circle at 15% 18%, rgba(0, 0, 0, 0.32), transparent 38rem);
}

.ohra-v2-shop-hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(24, 16, 12, 0.36), transparent 46%, rgba(24, 16, 12, 0.12));
  mix-blend-mode: multiply;
}

.ohra-v2-shop-intro {
  position: relative;
  z-index: 1;
  padding: clamp(42px, 5.4vw, 72px) clamp(22px, 6vw, 88px) clamp(34px, 4vw, 56px);
  text-align: left;
  background: transparent;
}

.ohra-v2-shop-intro h1 {
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  max-width: 900px;
  color: #fffaf2;
  font-family: var(--font-serif);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 500;
  line-height: 0.9;
  text-shadow: 0 18px 48px rgba(15, 10, 7, 0.36);
}

.ohra-v2-shop-intro p {
  max-width: 860px;
  margin: 0 0 13px;
  color: rgba(255, 250, 242, 0.92);
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1.12;
  text-shadow: 0 10px 34px rgba(15, 10, 7, 0.36);
}

.ohra-v2-shop-intro strong,
.ohra-v2-shop-intro em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
}

.ohra-v2-shop-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background: #fbf7f0;
}

.ohra-v2-shop-tabs a {
  display: grid;
  min-height: clamp(58px, 5.2vw, 78px);
  place-items: center;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.ohra-v2-shop-tabs a[aria-current="page"] {
  font-weight: 700;
}

.ohra-v2-shop-grid {
  padding: clamp(44px, 6vw, 72px) clamp(22px, 5vw, 70px) clamp(54px, 7vw, 86px);
  background: #fbf7f0;
}

.ohra-v2-shop .woocommerce-result-count,
.ohra-v2-shop .woocommerce-ordering {
  display: none;
}

.ohra-v2-shop-quote span {
  position: absolute;
  z-index: 1;
  color: rgba(255, 250, 242, 0.62);
  font-family: var(--font-serif);
  font-size: clamp(170px, 28vw, 360px);
  line-height: 1;
}

.ohra-v2-shop-quote p {
  text-shadow: 0 8px 28px rgba(47, 38, 34, 0.22);
}

.ohra-v2-footer {
  background: #51382e;
}

@media (max-width: 900px) {
  .site-header__dropdown::after {
    display: none;
  }

  .site-header__dropdown > ul {
    position: static;
    width: auto;
    padding: 8px 0 0 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    visibility: visible;
    clip-path: none;
    pointer-events: auto;
    transform: none;
  }

  .site-header__dropdown > ul li + li {
    border-top: 0;
  }

  .site-header__dropdown > ul a {
    min-height: 34px;
    color: inherit;
    font-family: var(--font-sans);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .site-header__dropdown > ul a::after {
    display: none;
  }

  .ohra-v2-selection {
    padding: 48px 34px 56px;
  }

  .ohra-v2-selection__note {
    position: static;
    max-width: none;
    margin: -8px 0 28px auto;
    text-align: right;
  }

  .ohra-v2-products,
  .ohra-v2-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 26px;
  }

  .ohra-v2-pillars {
    display: flex;
    gap: 14px;
    padding: 18px 18px 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    background: #fbf4e8;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ohra-v2-pillars::-webkit-scrollbar {
    display: none;
  }

  .ohra-v2-pillar {
    flex: 0 0 min(72vw, 330px);
    min-height: clamp(330px, 88vw, 430px);
    padding: 10px;
    color: #fffaf2;
    background: rgba(255, 250, 242, 0.58);
    border: 1px solid rgba(74, 44, 32, 0.18);
    scroll-snap-align: start;
  }

  .ohra-v2-pillar picture {
    inset: 10px;
    width: auto;
    height: auto;
  }

  .ohra-v2-pillar picture {
    overflow: hidden;
  }

  .ohra-v2-pillar__image {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .ohra-v2-pillar::after {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31, 22, 18, 0.06), rgba(31, 22, 18, 0.48));
    pointer-events: none;
  }

  .ohra-v2-pillar div {
    z-index: 2;
    padding: 28px 20px;
  }

  .ohra-v2-artisan,
  .ohra-v2-artisan:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ohra-v2-artisan:nth-child(even) picture {
    order: 0;
  }

  .ohra-v2-materials {
    grid-template-columns: 1fr;
  }

  .ohra-v2-materials__media {
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .ohra-v2-manifest {
    padding: 48px 0 34px;
  }

  .ohra-v2-manifest h2 {
    display: block;
    font-size: clamp(28px, 9vw, 38px);
    text-transform: uppercase;
  }

  .ohra-v2-manifest h2::after {
    content: "";
    display: block;
    width: min(72vw, 300px);
    margin: 18px auto 0;
  }

  .ohra-v2-manifest h2::before {
    display: none;
  }

  .ohra-v2-manifest p {
    margin-top: 18px;
    font-size: clamp(24px, 8vw, 34px);
  }

  .ohra-v2-selection {
    padding: 46px 18px 56px;
  }

  .ohra-v2-selection__head h2 {
    font-size: clamp(46px, 15vw, 62px);
  }

  .ohra-v2-selection__note {
    font-size: 16px;
  }

  .ohra-v2-products,
  .ohra-v2-shop-grid {
    gap: 30px 20px;
  }

  .ohra-v2-product__media > span:not(.ohra-signature-add) {
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 44px;
    font-size: 19px;
  }

  .ohra-v2-product h2,
  .ohra-v2-product h3,
  .ohra-v2-product p {
    font-size: 18px;
  }

  .ohra-v2-quote {
    min-height: clamp(176px, 48vw, 198px);
  }

  .ohra-v2-quote__aura {
    inset: -18%;
    filter: blur(18px) saturate(1.26);
    opacity: 1;
    animation-duration: 8s;
  }

  .ohra-v2-quote__aura::before {
    inset: -26%;
    opacity: 0.9;
    mix-blend-mode: screen;
    animation-duration: 8.5s;
  }

  .ohra-v2-quote__image {
    animation-duration: 12s;
  }

  .ohra-v2-quote__copy {
    min-height: 88px;
    width: min(100%, 368px);
  }

  .ohra-v2-quote::after {
    background: rgba(47, 38, 34, 0.44);
  }

  .ohra-v2-quote::before {
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 250, 242, 0.06), transparent 46%),
      linear-gradient(90deg, rgba(47, 38, 34, 0.3), transparent 30%, transparent 70%, rgba(47, 38, 34, 0.26));
  }

  .ohra-v2-quote__glow--rose {
    top: -18%;
    left: -34%;
    width: 112vw;
    height: 92vw;
  }

  .ohra-v2-quote__glow--amber {
    right: -46%;
    bottom: -34%;
    width: 122vw;
    height: 94vw;
  }

  .ohra-v2-quote__glow--blue {
    top: 4%;
    right: -28%;
    width: 96vw;
    height: 76vw;
  }

  .ohra-v2-quote__glow--ivory {
    left: 4%;
    bottom: -18%;
    width: 86vw;
    height: 64vw;
  }

  .ohra-v2-quote blockquote,
  .ohra-v2-shop-quote p {
    font-size: clamp(23px, 6.9vw, 30px);
    line-height: 1.06;
  }

  .ohra-v2-artisans {
    padding: 48px 24px 70px;
  }

  .ohra-v2-artisans h2 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .ohra-v2-artisans__line {
    inset: 170px 4% auto 10%;
    height: 760px;
  }

  .ohra-v2-artisan__image {
    aspect-ratio: 1.42;
  }

  .ohra-v2-artisan h3 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .ohra-v2-artisan p {
    font-size: 19px;
  }

  .ohra-v2-materials__media {
    min-height: 360px;
  }

  .ohra-v2-materials__text {
    padding: 46px 30px 56px;
  }

  .ohra-v2-materials h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .ohra-v2-materials p {
    font-size: 18px;
    line-height: 1.34;
    text-align: left;
  }

  .ohra-v2-shop-hero {
    height: 318px;
  }

  .ohra-v2-shop-intro {
    padding: 34px 22px 28px;
  }

  .ohra-v2-shop-intro h1 {
    font-size: 42px;
  }

  .ohra-v2-shop-intro p {
    font-size: 18px;
  }

  .ohra-v2-shop-tabs a {
    min-height: 70px;
    font-size: clamp(24px, 7.5vw, 32px);
  }

  .ohra-v2-shop-grid {
    padding: 34px 18px 58px;
  }
}

@media (max-width: 1023px) {
  html.is-menu-open,
  html.is-menu-open body {
    overflow: hidden;
  }

  .site-header {
    grid-template-columns: minmax(94px, auto) 1fr auto;
    min-height: 92px;
    padding: 18px clamp(16px, 4.6vw, 38px);
  }

  .site-header.is-open {
    color: var(--ohra-brown);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__left,
  .site-header__brand,
  .site-header__actions {
    z-index: 2;
  }

  .site-header__left {
    display: flex;
  }

  .site-header__actions-language {
    display: none;
  }

  .site-header__mobile-language {
    display: block;
  }

  .site-header__mobile-language .ohra-language-switcher {
    width: max-content;
    font-size: 12px;
    letter-spacing: 0.11em;
  }

  .site-header__mobile-language .ohra-language-switcher summary {
    min-height: 36px;
    gap: 5px;
    padding: 0 3px;
  }

  .site-header__mobile-language .ohra-language-switcher__menu {
    top: calc(100% + 7px);
    right: auto;
    left: 0;
    min-width: 136px;
    padding: 13px 16px 15px;
  }

  .site-header__menu {
    display: grid;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition:
      border-color 220ms var(--ease-soft),
      background-color 220ms var(--ease-soft),
      transform 180ms var(--ease-soft);
  }

  .site-header__menu:active {
    transform: scale(0.96);
  }

  .site-header.is-open .site-header__menu {
    border-color: transparent;
    background: transparent;
  }

  .site-header__menu span:not(.screen-reader-text) {
    width: 27px;
    height: 1.5px;
  }

  .site-header__menu span:not(.screen-reader-text) + span:not(.screen-reader-text) {
    margin-top: 6px;
  }

  .site-header.is-open .site-header__menu span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .site-header.is-open .site-header__menu span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .site-header__brand {
    justify-self: center;
  }

  .site-header__brand img {
    width: clamp(128px, 29vw, 176px);
  }

  .site-header__nav {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1;
    display: grid;
    width: min(92vw, 430px);
    max-width: none;
    min-height: 100svh;
    align-content: start;
    justify-self: start;
    padding: clamp(116px, 14svh, 146px) clamp(28px, 7vw, 56px) 72px;
    overflow-y: auto;
    color: var(--ohra-brown);
    background: #fffdf8;
    border-radius: 0;
    box-shadow: 18px 0 54px rgba(47, 38, 34, 0.13);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    isolation: isolate;
    transform: translate3d(-18px, 0, 0);
    transition:
      visibility 0s linear 260ms,
      opacity 240ms var(--ease-soft),
      transform 320ms var(--ease-soft);
  }

  .site-header__nav::before {
    display: none;
  }

  .site-header__nav::after {
    display: none;
  }

  .site-header.is-open .site-header__nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition:
      visibility 0s linear 0s,
      opacity 220ms var(--ease-soft),
      transform 320ms var(--ease-soft);
  }

  .site-header__links {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    width: 100%;
    border-top: 1px solid rgba(47, 38, 34, 0.16);
  }

  .site-header__links > li {
    border-bottom: 1px solid rgba(47, 38, 34, 0.16);
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    transition:
      opacity 260ms var(--ease-soft),
      transform 280ms var(--ease-soft);
  }

  .site-header.is-open .site-header__links > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .site-header.is-open .site-header__links > li:nth-child(1) {
    transition-delay: 90ms;
  }

  .site-header.is-open .site-header__links > li:nth-child(2) {
    transition-delay: 150ms;
  }

  .site-header.is-open .site-header__links > li:nth-child(3) {
    transition-delay: 210ms;
  }

  .site-header.is-open .site-header__links > li:nth-child(4) {
    transition-delay: 270ms;
  }

  .site-header.is-open .site-header__links > li:nth-child(5) {
    transition-delay: 330ms;
  }

  .site-header.is-open .site-header__links > li:nth-child(6) {
    transition-delay: 390ms;
  }

  .site-header__links > li > a {
    display: flex;
    width: 100%;
    min-height: clamp(64px, 9svh, 82px);
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: var(--ohra-brown);
    font-family: var(--font-sans);
    font-size: clamp(13px, 3.25vw, 16px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
      background-color 180ms var(--ease-soft),
      color 180ms var(--ease-soft),
      transform 180ms var(--ease-soft);
  }

  .site-header__links > li > a::before {
    display: none;
  }

  .site-header__links > li > a:hover,
  .site-header__links > li > a:focus-visible {
    color: rgba(47, 38, 34, 0.72);
  }

  .site-header__links > li > a:active {
    color: rgba(47, 38, 34, 0.62);
    transform: translateX(3px);
  }

  .site-header__dropdown::after {
    display: none;
  }

  .site-header__links > li.site-header__dropdown {
    border-bottom: 0;
  }

  .site-header__dropdown > a {
    display: none;
  }

  .site-header__dropdown > ul {
    position: static;
    display: grid;
    width: auto;
    min-width: 0;
    gap: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    visibility: visible;
    clip-path: none;
    pointer-events: auto;
    transform: none;
  }

  .site-header__dropdown > ul li {
    border-bottom: 1px solid rgba(47, 38, 34, 0.16);
  }

  .site-header__dropdown > ul li + li {
    border-top: 0;
  }

  .site-header__dropdown > ul a {
    display: flex;
    width: 100%;
    min-height: clamp(64px, 9svh, 82px);
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: var(--ohra-brown);
    font-family: var(--font-sans);
    font-size: clamp(13px, 3.25vw, 16px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
      color 180ms var(--ease-soft),
      transform 180ms var(--ease-soft);
  }

  .site-header__dropdown > ul a::before {
    display: none;
  }

  .site-header__dropdown > ul a::after {
    display: none;
  }

  .site-header__dropdown > ul a:active {
    transform: translateX(4px);
  }

  .site-header.is-open .site-header__actions {
    position: static;
    display: flex;
    gap: 2px;
  }

  .site-header.is-open .site-header__actions a {
    display: grid;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--ohra-brown);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition:
      transform 180ms var(--ease-soft),
      background-color 180ms var(--ease-soft);
  }

  .site-header.is-open .site-header__actions a:active {
    transform: scale(0.96);
  }

  .site-header.is-open .site-header__actions a::after {
    content: none;
  }

  .site-header.is-open .site-header__actions svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 759px) {
  .site-header {
    grid-template-columns: minmax(82px, auto) 1fr auto;
    min-height: 68px;
    padding: 10px 14px 10px clamp(16px, 5vw, 24px);
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 8px 24px rgba(47, 38, 34, 0.08);
    backdrop-filter: blur(14px) saturate(1.04);
    -webkit-backdrop-filter: blur(14px) saturate(1.04);
  }

  .site-header.is-open {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .ohra-header-light .site-header:not(.is-scrolled):not(.is-open) {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__menu {
    display: inline-flex;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
  }

  .site-header__left {
    gap: 0;
    margin-left: -4px;
  }

  .site-header__mobile-language .ohra-language-switcher {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .site-header__mobile-language .ohra-language-switcher summary {
    min-height: 32px;
    gap: 4px;
    padding: 0 2px;
    text-underline-offset: 5px;
  }

  .site-header__mobile-language .ohra-language-switcher__menu {
    min-width: 128px;
    gap: 9px;
    padding: 12px 14px 14px;
  }

  .site-header__menu span:not(.screen-reader-text) {
    width: 26px;
    height: 5px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 8'%3E%3Cpath d='M1 4C5 1.6 9 1.6 13 4s8 2.4 12 0 8-2.4 12 0 7 2.4 10 0' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 8'%3E%3Cpath d='M1 4C5 1.6 9 1.6 13 4s8 2.4 12 0 8-2.4 12 0 7 2.4 10 0' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  }

  .site-header__menu span:not(.screen-reader-text) + span:not(.screen-reader-text) {
    margin-top: 0;
  }

  .site-header.is-open .site-header__menu span:nth-child(1) {
    height: 1.5px;
    -webkit-mask: none;
    mask: none;
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-open .site-header__menu span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .site-header__menu span:nth-child(3) {
    height: 1.5px;
    -webkit-mask: none;
    mask: none;
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-header__brand img {
    width: clamp(96px, 27vw, 112px);
  }

  .site-header__brand {
    position: absolute;
    left: 50%;
    justify-self: auto;
    transform: translateX(-50%);
  }

  .site-header__actions {
    justify-self: end;
    gap: 0;
    margin-right: -2px;
  }

  .site-header__actions-language {
    display: none;
  }

  .site-header__actions a {
    min-width: 38px;
    min-height: 38px;
  }

  .site-header__actions svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.7;
  }

  .site-header__nav {
    padding-top: clamp(102px, 13svh, 124px);
  }

  .site-header__nav::before {
    inset: 0;
  }
}

/* OHRA product pages v2.1 - catalogue and single product */
.ohra-product-archive,
.ohra-single-product {
  --product-paper: #fbf7f0;
  --product-ink: #342822;
  --product-soft: rgba(52, 40, 34, 0.7);
  --product-line: rgba(52, 40, 34, 0.25);
  color: var(--product-ink);
  background: var(--product-paper);
}

.ohra-product-archive {
  padding-top: 0;
}

.ohra-product-archive .ohra-v2-shop-hero {
  min-height: 100svh;
  height: 100svh;
  align-items: start;
}

.ohra-product-archive .ohra-v2-shop-hero::before {
  background:
    linear-gradient(90deg, rgba(15, 9, 7, 0.72) 0%, rgba(15, 9, 7, 0.48) 34%, rgba(15, 9, 7, 0.14) 62%, transparent 100%),
    linear-gradient(180deg, rgba(15, 9, 7, 0.44) 0%, transparent 34%, rgba(15, 9, 7, 0.58) 100%);
}

.ohra-product-archive .ohra-v2-shop-hero::after {
  background:
    radial-gradient(ellipse at 21% 77%, rgba(15, 9, 7, 0.54), transparent 39rem),
    radial-gradient(ellipse at 74% 18%, rgba(255, 250, 242, 0.06), transparent 26rem);
  mix-blend-mode: multiply;
}

.ohra-product-archive .ohra-v2-shop-intro {
  width: min(960px, calc(100% - clamp(44px, 8vw, 132px)));
  margin: clamp(220px, 36svh, 340px) 0 0 clamp(22px, 6vw, 88px);
  padding: 0;
  color: #fffaf2;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ohra-product-archive .ohra-v2-shop-intro h1 {
  margin: 0;
  max-width: 820px;
  color: #fffaf2;
  font-size: clamp(56px, 8.4vw, 128px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 54px rgba(15, 9, 7, 0.54);
}

.ohra-product-archive .ohra-v2-shop-intro strong,
.ohra-product-archive .ohra-v2-shop-intro em {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.ohra-v2-shop-manifest {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 86px) clamp(22px, 5vw, 70px) clamp(46px, 5.4vw, 76px);
  background:
    radial-gradient(circle at 14% 18%, rgba(242, 211, 214, 0.3), transparent 26rem),
    linear-gradient(180deg, #fbf7f0 0%, #f8f0e8 100%);
  border-bottom: 1px solid rgba(52, 40, 34, 0.16);
}

.ohra-v2-shop-manifest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1320px, calc(100% - 44px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 40, 34, 0.28), transparent);
  transform: translateX(-50%) scaleX(0.32);
  transform-origin: center;
  opacity: 0.4;
  transition:
    transform 900ms var(--ease-soft),
    opacity 700ms var(--ease-soft);
}

.ohra-v2-shop-manifest.is-visible::before {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.ohra-v2-shop-manifest__inner {
  display: grid;
  width: min(100%, 1160px);
  margin-inline: auto;
}

.ohra-v2-shop-manifest p {
  position: relative;
  margin: 0;
  padding: clamp(17px, 2vw, 26px) 0;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(25px, 3.15vw, 52px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(28px);
  transition:
    opacity 760ms var(--ease-soft),
    filter 760ms var(--ease-soft),
    transform 900ms var(--ease-soft);
  transition-delay: calc(var(--manifest-line, 0) * 140ms);
}

.ohra-v2-shop-manifest p::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 40, 34, 0.22), transparent);
  opacity: 0;
  transition:
    right 900ms var(--ease-soft),
    left 900ms var(--ease-soft),
    opacity 620ms var(--ease-soft);
  transition-delay: calc(120ms + var(--manifest-line, 0) * 140ms);
}

.ohra-v2-shop-manifest.is-visible p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.ohra-v2-shop-manifest.is-visible p::after {
  right: 12%;
  left: 12%;
  opacity: 1;
}

.ohra-product-archive .ohra-v2-shop-grid,
.ohra-single-product__related .ohra-v2-shop-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4.8vw, 62px) clamp(26px, 5.2vw, 70px);
  align-items: start;
}

.ohra-product-archive .ohra-v2-shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - clamp(48px, 8vw, 128px)), 1280px);
  padding: clamp(42px, 5vw, 72px) 0 clamp(60px, 6vw, 96px);
  margin-inline: auto;
  gap: clamp(30px, 3.2vw, 50px) clamp(24px, 3vw, 42px);
}

.ohra-product-archive .ohra-v2-product--large,
.ohra-single-product__related .ohra-v2-product--large {
  grid-column: 1 / -1;
  width: min(100%, 980px);
  justify-self: center;
}

.ohra-product-archive .ohra-v2-product--large {
  grid-column: auto;
  width: 100%;
}

.ohra-product-archive .ohra-v2-product--large .ohra-v2-product__media {
  aspect-ratio: 0.78;
}

.ohra-product-archive .ohra-v2-product__media,
.ohra-single-product__related .ohra-v2-product__media {
  background: #eee4d8;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  outline-offset: -1px;
}

.ohra-product-archive .ohra-v2-product__media::after,
.ohra-single-product__related .ohra-v2-product__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(47, 38, 34, 0.12));
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms var(--ease-soft);
}

.ohra-product-archive .ohra-v2-product__media:hover::after,
.ohra-product-archive .ohra-v2-product__media:focus-visible::after,
.ohra-single-product__related .ohra-v2-product__media:hover::after,
.ohra-single-product__related .ohra-v2-product__media:focus-visible::after {
  opacity: 1;
}

.ohra-v2-pagination {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 0 clamp(22px, 5vw, 70px) clamp(44px, 6vw, 70px);
  background: var(--product-paper);
}

.ohra-v2-pagination a,
.ohra-v2-pagination span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-decoration: none;
  border: 1px solid var(--product-line);
  transition:
    color 180ms var(--ease-soft),
    background-color 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.ohra-v2-pagination a:hover,
.ohra-v2-pagination a:focus-visible,
.ohra-v2-pagination span[aria-current="page"] {
  color: #fffaf2;
  background: var(--product-ink);
}

.ohra-v2-pagination a:active {
  transform: scale(0.96);
}

.ohra-single-product {
  width: min(calc(100% - clamp(56px, 9vw, 144px)), 1240px);
  margin-inline: auto;
  padding: clamp(58px, 6.5vw, 88px) 0 clamp(54px, 7vw, 86px);
}

.ohra-single-product__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: clamp(20px, 3vw, 38px);
  color: var(--product-soft);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms var(--ease-soft), transform 180ms var(--ease-soft);
}

.ohra-single-product__back::before {
  content: "";
  width: 36px;
  height: 1px;
  margin-right: 12px;
  background: currentColor;
}

.ohra-single-product__back:hover,
.ohra-single-product__back:focus-visible {
  color: var(--product-ink);
  transform: translateX(-3px);
}

.ohra-single-product__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.56fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.ohra-single-product__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.ohra-single-product__gallery figure {
  margin: 0;
  overflow: hidden;
  background: #eee4d8;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  outline-offset: -1px;
}

.ohra-single-product__gallery figure.is-primary {
  grid-column: 1 / -1;
}

.ohra-single-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.ohra-single-product__gallery figure.is-primary .ohra-single-product__image {
  aspect-ratio: 1.02;
}

.ohra-single-product__summary {
  position: sticky;
  top: 104px;
  max-width: 430px;
  padding-top: clamp(4px, 0.9vw, 12px);
}

.ohra-single-product__kicker,
.ohra-single-product__eyebrow {
  margin: 0 0 12px;
  color: var(--product-soft);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-single-product__summary h1 {
  margin: 0;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 66px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.92;
  text-wrap: balance;
}

.ohra-single-product__price {
  margin-top: 18px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(21px, 2.2vw, 28px);
  font-style: italic;
  font-variant-numeric: tabular-nums;
}

.ohra-single-product__lead {
  margin-top: clamp(20px, 2.4vw, 28px);
  color: var(--product-soft);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.42;
  text-wrap: pretty;
}

.ohra-single-product__lead p {
  margin: 0 0 12px;
}

.ohra-single-product__meta {
  display: grid;
  gap: 0;
  margin-top: clamp(22px, 2.6vw, 32px);
  border-top: 1px solid var(--product-line);
}

.ohra-single-product__meta span {
  padding: 13px 0;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  border-bottom: 1px solid var(--product-line);
}

.ohra-single-product__cart {
  margin-top: clamp(22px, 2.6vw, 30px);
}

.ohra-single-product__cart form.cart {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.ohra-single-product__cart form.cart .quantity {
  margin: 0;
}

.ohra-single-product__cart .qty {
  width: 100%;
  min-height: 50px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: 17px;
  border: 1px solid var(--product-line);
  border-radius: 0;
  background: transparent;
}

.ohra-single-product__cart .single_add_to_cart_button,
.ohra-single-product__cart button.single_add_to_cart_button {
  min-height: 50px;
  padding: 0 22px;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: var(--product-ink);
  border: 1px solid var(--product-ink);
  border-radius: 0;
  transition: transform 150ms var(--ease-soft), background-color 180ms var(--ease-soft);
}

.ohra-single-product__cart .single_add_to_cart_button:active {
  transform: scale(0.96);
}

.ohra-single-product__story {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  margin-top: clamp(48px, 6vw, 82px);
  padding-top: clamp(34px, 4.2vw, 54px);
  border-top: 1px solid var(--product-line);
}

.ohra-single-product__story h2,
.ohra-single-product__related h2 {
  margin: 0;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.4vw, 58px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

.ohra-single-product__story p {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--product-soft);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.48;
  text-wrap: pretty;
}

.ohra-single-product__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 5vw, 62px);
  background: var(--product-line);
  border: 1px solid var(--product-line);
}

.ohra-single-product__details article {
  min-height: 180px;
  padding: clamp(22px, 2.4vw, 32px);
  background: var(--product-paper);
}

.ohra-single-product__details h3 {
  margin: 0 0 14px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(25px, 2.4vw, 32px);
  font-style: italic;
  font-weight: 500;
}

.ohra-single-product__details p {
  margin: 0;
  color: var(--product-soft);
  font-size: 16px;
  line-height: 1.44;
}

.ohra-single-product__related {
  margin-top: clamp(50px, 7vw, 92px);
}

.ohra-single-product__related h2 {
  margin-bottom: clamp(24px, 3.4vw, 40px);
  text-align: center;
}

.ohra-single-product__related .ohra-v2-shop-grid {
  width: min(100%, 900px);
  margin-inline: auto;
  padding: 0;
}

@media (max-width: 1120px) {
  .ohra-product-archive .ohra-v2-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 44px), 860px);
    gap: 34px 28px;
  }

  .ohra-v2-shop-tabs a {
    min-height: 64px;
    font-size: clamp(24px, 4.4vw, 34px);
  }
}

@media (max-width: 900px) {
  .ohra-single-product {
    width: 100%;
    padding: 86px 18px 64px;
  }

  .ohra-single-product__hero,
  .ohra-single-product__story,
  .ohra-single-product__details {
    grid-template-columns: 1fr;
  }

  .ohra-single-product__summary {
    position: static;
  }

  .ohra-single-product__gallery {
    gap: 16px;
  }

  .ohra-single-product__cart form.cart {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ohra-single-product__details {
    gap: 0;
    background: transparent;
  }

  .ohra-single-product__details article + article {
    border-top: 1px solid var(--product-line);
  }
}

@media (max-width: 520px) {
  .ohra-product-archive .ohra-v2-shop-hero {
    min-height: 100svh;
    height: 100svh;
  }

  .ohra-product-archive .ohra-v2-shop-intro {
    width: calc(100% - 32px);
    margin: clamp(240px, 38svh, 330px) auto 0;
    padding: 0;
  }

  .ohra-product-archive .ohra-v2-shop-intro h1 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .ohra-v2-shop-manifest {
    padding: 42px 18px 38px;
  }

  .ohra-v2-shop-manifest__inner {
    width: min(100%, 520px);
  }

  .ohra-v2-shop-manifest p {
    padding: 14px 0;
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.04;
  }

  .ohra-v2-shop-manifest.is-visible p::after {
    right: 0;
    left: 0;
  }

  .ohra-product-archive .ohra-v2-shop-grid,
  .ohra-single-product__related .ohra-v2-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .ohra-product-archive .ohra-v2-product--large,
  .ohra-single-product__related .ohra-v2-product--large {
    grid-column: 1 / -1;
  }

  .ohra-v2-pagination {
    gap: 12px;
  }

  .ohra-single-product__back {
    margin-bottom: 16px;
  }

  .ohra-single-product__gallery {
    grid-template-columns: 1fr;
  }

  .ohra-single-product__summary h1 {
    font-size: clamp(44px, 15vw, 64px);
  }

  .ohra-single-product__lead,
  .ohra-single-product__story p,
  .ohra-single-product__details p {
    font-size: 17px;
  }

  .ohra-single-product__cart form.cart {
    grid-template-columns: 1fr;
  }

  .ohra-single-product__cart .qty,
  .ohra-single-product__cart .single_add_to_cart_button {
    min-height: 52px;
  }
}

@keyframes ohra-quote-line-cycle {
  0%,
  42% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  50%,
  92% {
    opacity: 0;
    filter: blur(9px);
    transform: translate3d(0, -18px, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ohra-quote-image-breathe {
  from {
    filter: saturate(0.98) contrast(1.03) blur(0.25px);
    transform: scale(1.015) translate3d(-0.5%, -0.4%, 0);
  }

  to {
    filter: saturate(1.08) contrast(1.06) blur(0.35px);
    transform: scale(1.055) translate3d(0.8%, 0.6%, 0);
  }
}

@keyframes ohra-quote-aura-flow {
  0% {
    opacity: 0.9;
    filter: blur(26px) saturate(1.08);
    transform: translate3d(-3.5%, -2.2%, 0) rotate(-3deg) scale(1);
  }

  50% {
    opacity: 1;
    filter: blur(34px) saturate(1.28);
    transform: translate3d(4.2%, 2.8%, 0) rotate(4deg) scale(1.08);
  }

  100% {
    opacity: 0.94;
    filter: blur(24px) saturate(1.16);
    transform: translate3d(-1.4%, 4.6%, 0) rotate(-2deg) scale(1.12);
  }
}

@keyframes ohra-quote-liquid-orbit {
  0% {
    filter: blur(10px) saturate(1.05);
    opacity: 0.66;
    transform: translate3d(-8%, -5%, 0) rotate(0deg) scale(1.04);
  }

  33% {
    filter: blur(18px) saturate(1.24);
    opacity: 0.9;
    transform: translate3d(7%, -2%, 0) rotate(122deg) scale(1.18);
  }

  66% {
    filter: blur(13px) saturate(1.14);
    opacity: 0.78;
    transform: translate3d(3%, 8%, 0) rotate(246deg) scale(1.1);
  }

  100% {
    filter: blur(16px) saturate(1.28);
    opacity: 0.88;
    transform: translate3d(-7%, 3%, 0) rotate(360deg) scale(1.2);
  }
}

@keyframes ohra-quote-grain-drift {
  0%,
  100% {
    background-position: 0 0;
  }

  50% {
    background-position: 18px -14px;
  }
}

@keyframes ohra-quote-drift-one {
  0% {
    opacity: 0.78;
    transform: translate3d(-10%, -6%, 0) rotate(-8deg) scale(0.94);
  }

  50% {
    opacity: 1;
    transform: translate3d(12%, 10%, 0) rotate(9deg) scale(1.16);
  }

  100% {
    opacity: 0.86;
    transform: translate3d(2%, 18%, 0) rotate(-4deg) scale(1.04);
  }
}

@keyframes ohra-quote-drift-two {
  0% {
    opacity: 0.76;
    transform: translate3d(9%, 12%, 0) rotate(8deg) scale(0.96);
  }

  48% {
    opacity: 0.98;
    transform: translate3d(-16%, -8%, 0) rotate(-12deg) scale(1.2);
  }

  100% {
    opacity: 0.84;
    transform: translate3d(-4%, 5%, 0) rotate(5deg) scale(1.08);
  }
}

@keyframes ohra-quote-drift-three {
  0% {
    opacity: 0.64;
    transform: translate3d(8%, -12%, 0) rotate(10deg) scale(0.9);
  }

  52% {
    opacity: 0.94;
    transform: translate3d(-18%, 12%, 0) rotate(-9deg) scale(1.18);
  }

  100% {
    opacity: 0.72;
    transform: translate3d(3%, 7%, 0) rotate(6deg) scale(1.04);
  }
}

@keyframes ohra-quote-drift-four {
  0% {
    opacity: 0.7;
    transform: translate3d(-4%, 10%, 0) rotate(-3deg) scale(0.94);
  }

  44% {
    opacity: 1;
    transform: translate3d(18%, -12%, 0) rotate(4deg) scale(1.18);
  }

  100% {
    opacity: 0.78;
    transform: translate3d(1%, -3%, 0) rotate(-6deg) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohra-v2-quote__line,
  .ohra-v2-quote__glow,
  .ohra-v2-quote__aura,
  .ohra-v2-quote__aura::after,
  .ohra-v2-quote__image {
    animation: none;
  }

  .ohra-v2-quote__copy {
    gap: clamp(7px, 1vw, 13px);
  }

  .ohra-v2-quote__line {
    grid-area: auto;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .ohra-v2-quote__pointer {
    display: none;
  }
}

/* OHRA v3 typography alignment */
.hero-section h1,
.ohra-v2-selection__head h2,
.ohra-v2-materials h2,
.ohra-v2-artisans h2,
.ohra-v2-shop-intro h1,
.ohra-product-archive .ohra-v2-shop-intro h1,
.ohra-single-product__summary h1,
.ohra-single-product__story h2,
.ohra-single-product__related h2 {
  font-family: var(--font-display);
  font-weight: 700;
}

.hero-section p,
.ohra-liquid-button,
.ohra-v2-manifest p,
.ohra-v2-artisan p,
.ohra-v2-materials p,
.ohra-v2-button,
.ohra-single-product__lead,
.ohra-single-product__story p,
.ohra-single-product__details p {
  font-family: var(--font-sans);
}

.hero-section p,
.ohra-liquid-button,
.ohra-v2-manifest p {
  font-weight: 500;
}

.ohra-v2-quote blockquote,
.ohra-v2-shop-quote p,
.ohra-v2-product h2,
.ohra-v2-product h3,
.ohra-v2-product p,
.ohra-v2-selection__head p,
.ohra-single-product__price,
.ohra-single-product__meta span {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
}

.ohra-v2-manifest h2,
.ohra-v2-pillar h3,
.ohra-v2-artisan h3,
.ohra-v2-shop-tabs a {
  font-family: var(--font-serif);
  font-weight: 500;
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .hero-section h1 {
    max-width: 340px;
    font-size: clamp(46px, 13.8vw, 56px);
    line-height: 0.92;
  }

  .hero-section p {
    font-size: clamp(15px, 4vw, 17px);
    line-height: 1.16;
  }

  .hero-section .ohra-liquid-button {
    width: min(54vw, 190px);
    min-height: 56px;
    padding: 10px 18px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.18;
  }

  .ohra-v2-manifest {
    padding: 34px 0 26px;
  }

  .ohra-v2-manifest h2 {
    font-size: clamp(20px, 6vw, 26px);
    line-height: 1.08;
  }

  .ohra-v2-manifest h2::after {
    width: min(68vw, 270px);
    margin-top: 14px;
  }

  .ohra-v2-manifest p {
    margin-top: 14px;
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.18;
  }

  .ohra-v2-selection {
    padding: 36px 18px 48px;
  }

  .ohra-v2-selection__head p {
    font-size: 14px;
  }

  .ohra-v2-selection__head h2 {
    margin-top: 2px;
    font-size: clamp(42px, 13vw, 52px);
    line-height: 0.92;
  }

  .ohra-v2-selection__note {
    font-size: 13px;
    line-height: 1.22;
  }

  .ohra-v2-products,
  .ohra-v2-shop-grid {
    gap: 26px 18px;
  }

  .ohra-v2-product h2,
  .ohra-v2-product h3 {
    margin-top: 11px;
    font-size: clamp(13px, 3.7vw, 15px);
    line-height: 1.14;
  }

  .ohra-v2-product p {
    margin-top: 4px;
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .ohra-v2-product__media > span:not(.ohra-signature-add) {
    width: 32px;
    height: 40px;
    font-size: 17px;
  }

  .ohra-v2-quote {
    min-height: clamp(168px, 46vw, 190px);
  }

  .ohra-v2-quote__copy {
    width: min(100%, 330px);
    min-height: 76px;
  }

  .ohra-v2-quote blockquote,
  .ohra-v2-shop-quote p {
    font-size: clamp(19px, 5.7vw, 23px);
    line-height: 1.12;
  }

  .ohra-v2-artisans {
    padding: 42px 22px 62px;
  }

  .ohra-v2-artisans h2 {
    margin-bottom: 30px;
    font-size: clamp(26px, 8.2vw, 36px);
    line-height: 1.02;
  }

  .ohra-v2-artisan h3 {
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1;
  }

  .ohra-v2-artisan p {
    font-size: clamp(12.5px, 3.6vw, 14.5px);
    line-height: 1.28;
  }

  .ohra-v2-button {
    min-width: 150px;
    min-height: 36px;
    padding: 8px 18px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .ohra-v2-materials__text {
    padding: 38px 28px 48px;
  }

  .ohra-v2-materials h2 {
    margin-bottom: 18px;
    font-size: clamp(31px, 9.8vw, 42px);
    line-height: 0.96;
  }

  .ohra-v2-materials p {
    max-width: 330px;
    font-size: 13.5px;
    line-height: 1.34;
  }

  .ohra-v2-pillar h3 {
    font-size: clamp(26px, 8.5vw, 38px);
  }

  .ohra-v2-pillar p {
    font-size: 14px;
  }

  .site-footer__brand p {
    font-size: clamp(15px, 4.5vw, 18px);
  }

  .ohra-v2-shop-intro h1,
  .ohra-product-archive .ohra-v2-shop-intro h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .ohra-v2-shop-intro p,
  .ohra-single-product__lead,
  .ohra-single-product__story p,
  .ohra-single-product__details p {
    font-size: 15px;
  }

  .ohra-v2-shop-tabs a {
    min-height: 58px;
    font-size: clamp(18px, 5.8vw, 24px);
  }

  .ohra-single-product__summary h1 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .ohra-v2-materials {
    display: block;
    min-height: 0;
    background: #e5c4a4;
  }

  .ohra-v2-materials__media {
    min-height: 0;
    aspect-ratio: 1.42;
  }

  .ohra-v2-materials__image,
  .ohra-v2-materials__video {
    filter: brightness(0.82) saturate(0.92);
  }

  .ohra-v2-materials__text {
    position: relative;
    padding: 30px 28px 38px;
    overflow: hidden;
    color: var(--ohra-brown);
    background:
      radial-gradient(circle at 18% 12%, rgba(255, 250, 242, 0.44), transparent 34%),
      radial-gradient(circle at 88% 92%, rgba(181, 111, 73, 0.2), transparent 38%),
      linear-gradient(180deg, #ead3b9 0%, #dfbc98 100%);
    text-align: center;
  }

  .ohra-v2-materials__text::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 50% 50%, rgba(47, 38, 34, 0.16) 0 0.5px, transparent 0.7px);
    background-size: 3px 3px;
    mix-blend-mode: soft-light;
    opacity: 0.42;
  }

  .ohra-v2-materials__text > * {
    position: relative;
    z-index: 1;
  }

  .ohra-v2-materials h2 {
    width: min(100%, 330px);
    margin-inline: auto;
    color: var(--ohra-brown);
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 0.9;
    text-align: left;
  }

  .ohra-v2-materials h2 span {
    display: inline;
  }

  .ohra-v2-materials h2 em {
    color: #fffaf2;
    font-style: italic;
  }

  .ohra-v2-materials p {
    max-width: 330px;
    margin: 0 auto;
    color: var(--ohra-brown);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    text-align: left;
    text-wrap: pretty;
  }

  .ohra-v2-materials p + p {
    margin-top: 0;
  }

  .ohra-v2-materials .ohra-v2-button {
    min-width: 166px;
    min-height: 42px;
    margin-top: 20px;
    color: var(--ohra-brown);
    border-color: rgba(255, 250, 242, 0.92);
  }
}

/* Immersive editorial title reveals */
.ohra-v2-manifest h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
}

[data-scroll-reveal] {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 30px, 0) scale(0.985);
  transform-origin: 50% 100%;
  transition:
    opacity 560ms cubic-bezier(0.25, 0.4, 0.25, 1),
    filter 680ms cubic-bezier(0.25, 0.4, 0.25, 1),
    transform 760ms cubic-bezier(0.25, 0.4, 0.25, 1);
  transition-delay: var(--scroll-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

[data-scroll-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.ohra-v2-home .ohra-v2-selection__head [data-scroll-reveal],
.ohra-v2-home .ohra-v2-materials__text [data-scroll-reveal],
.ohra-v2-home .ohra-v2-artisans > [data-scroll-reveal] {
  transform: translate3d(0, 34px, 0) scale(0.975);
}

.ohra-v2-home .ohra-v2-selection__head [data-scroll-reveal].is-visible,
.ohra-v2-home .ohra-v2-materials__text [data-scroll-reveal].is-visible,
.ohra-v2-home .ohra-v2-artisans > [data-scroll-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 520px) {
  .ohra-v2-manifest h2 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(23px, 6.6vw, 30px);
    line-height: 0.96;
  }

  [data-scroll-reveal] {
    filter: blur(6px);
    transform: translate3d(0, 24px, 0) scale(0.99);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Collection pages - PDF maquette fidelity */
.hero-section__categories {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: clamp(16px, 2vw, 24px);
  color: rgba(255, 250, 242, 0.9);
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.3vw, 18px);
  font-style: italic;
  line-height: 1;
  text-shadow: 0 8px 26px rgba(15, 9, 7, 0.35);
}

.hero-section__categories a {
  position: relative;
  padding-bottom: 6px;
}

.hero-section__categories a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.62;
  transform: scaleX(0.78);
  transition:
    opacity 180ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.hero-section__categories a:hover::after,
.hero-section__categories a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.ohra-product-archive {
  --collection-paper: #fbf4e8;
  --collection-white: #fff9ef;
  --collection-ink: #4a2c20;
  --collection-line: rgba(74, 44, 32, 0.18);
  --collection-muted: rgba(74, 44, 32, 0.72);
  padding-bottom: 0;
  background: var(--collection-paper);
}

.ohra-product-archive .ohra-v2-shop-hero {
  min-height: 0;
  height: clamp(286px, 42vw, 560px);
  align-items: stretch;
  background: #dfd0c0;
}

.ohra-product-archive .ohra-v2-shop-hero::before,
.ohra-product-archive .ohra-v2-shop-hero::after {
  display: none;
}

.ohra-product-archive .ohra-v2-shop-hero picture,
.ohra-product-archive .ohra-v2-shop-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ohra-product-archive .ohra-v2-shop-hero__image {
  object-fit: cover;
  transform: none;
}

.ohra-product-archive .ohra-v2-shop-intro {
  display: none;
}

.ohra-collection-vetements .ohra-v2-shop-hero__image {
  object-position: center 42%;
}

.ohra-collection-bijoux .ohra-v2-shop-hero__image {
  object-position: center 43%;
}

.ohra-collection-sacs .ohra-v2-shop-hero__image {
  object-position: center 42%;
}

.ohra-v2-shop-manifest {
  overflow: visible;
  padding: clamp(28px, 4.1vw, 50px) clamp(20px, 5vw, 70px) clamp(30px, 3.8vw, 46px);
  background: var(--collection-white);
  border-bottom: 1px solid var(--collection-line);
}

.ohra-v2-shop-manifest::before {
  display: none;
}

.ohra-product-archive .ohra-v2-shop-manifest__inner {
  display: block;
  width: min(100% - 34px, 1060px);
  margin-inline: auto;
  text-align: center;
}

.ohra-product-archive .ohra-v2-shop-manifest h1 {
  display: block;
  width: 100%;
  margin: 0 auto 22px;
  color: var(--collection-ink);
  font-family: var(--font-display);
  font-size: clamp(48px, 6.7vw, 92px);
  font-style: normal;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 680ms var(--ease-soft),
    filter 740ms var(--ease-soft),
    transform 820ms var(--ease-soft);
}

.ohra-product-archive.ohra-collection-vetements .ohra-v2-shop-manifest h1 {
  margin-bottom: 22px;
  color: var(--collection-ink);
  font-family: var(--font-display);
  font-size: clamp(50px, 6.8vw, 94px);
  font-style: normal;
  font-weight: 300;
  line-height: 0.92;
  text-align: center;
}

.ohra-collection-bijoux .ohra-v2-shop-manifest h1 {
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: 24px;
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.05vw, 48px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.04;
  color: var(--collection-ink);
}

.ohra-collection-sacs .ohra-v2-shop-manifest h1 {
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 22px;
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.25vw, 31px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.08;
}

.ohra-product-archive .ohra-v2-shop-manifest p {
  display: block;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  color: var(--collection-muted);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.72vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 680ms var(--ease-soft),
    filter 740ms var(--ease-soft),
    transform 820ms var(--ease-soft);
  transition-delay: calc(80ms + var(--manifest-line, 0) * 100ms);
}

.ohra-product-archive .ohra-v2-shop-manifest p + p {
  margin-top: 20px;
}

.ohra-product-archive .ohra-v2-shop-manifest p:first-of-type {
  max-width: 1040px;
  color: var(--collection-ink);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.72vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
}

.ohra-v2-shop-manifest strong,
.ohra-v2-shop-manifest em {
  color: var(--collection-ink);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 800;
}

.ohra-line-lock {
  white-space: nowrap;
}

.ohra-v2-shop-manifest p::after {
  display: none;
}

.ohra-collection-bijoux .ohra-v2-shop-manifest {
  padding: clamp(16px, 2.05vw, 30px) clamp(20px, 5vw, 70px) clamp(40px, 4.9vw, 70px);
}

.ohra-collection-bijoux .ohra-v2-shop-manifest__inner {
  width: min(100% - 24px, 1240px);
}

.ohra-collection-sacs .ohra-v2-shop-manifest {
  padding-top: clamp(20px, 2.7vw, 34px);
  padding-bottom: clamp(22px, 3vw, 38px);
}

.ohra-collection-bijoux .ohra-v2-shop-manifest p {
  max-width: 1180px;
  color: var(--collection-muted);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.72vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0;
}

.ohra-collection-sacs .ohra-v2-shop-manifest p {
  max-width: 860px;
  color: var(--collection-muted);
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.28vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
}

.ohra-collection-bijoux .ohra-v2-shop-manifest p:first-of-type {
  max-width: 1180px;
  color: var(--collection-muted);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.72vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
}

.ohra-collection-sacs .ohra-v2-shop-manifest p:first-of-type {
  max-width: 860px;
  color: var(--collection-muted);
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.28vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
}

.ohra-collection-bijoux .ohra-v2-shop-manifest p + p {
  margin-top: 8px;
}

.ohra-collection-sacs .ohra-v2-shop-manifest p + p {
  margin-top: 7px;
}

.ohra-collection-sacs .ohra-v2-shop-grid {
  padding-top: clamp(14px, 2.4vw, 28px);
}

.ohra-collection-sacs .ohra-v2-product:nth-child(1) .ohra-v2-product__image {
  object-position: 50% 44%;
}

.ohra-collection-sacs .ohra-v2-product:nth-child(2) .ohra-v2-product__image {
  object-position: 54% 48%;
}

.ohra-collection-sacs .ohra-v2-product:nth-child(3) .ohra-v2-product__image {
  object-position: 51% 50%;
}

.ohra-collection-sacs .ohra-v2-product:nth-child(4) .ohra-v2-product__image {
  object-position: 48% 48%;
}

.ohra-collection-sacs .ohra-v2-product:nth-child(5) .ohra-v2-product__image {
  object-position: 52% 48%;
}

.ohra-collection-bijoux .ohra-v2-shop-grid {
  padding-top: clamp(14px, 2.4vw, 28px);
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(1) .ohra-v2-product__image {
  object-position: 46% 42%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(2) .ohra-v2-product__image {
  object-position: 53% 48%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(3) .ohra-v2-product__image {
  object-position: 48% 45%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(4) .ohra-v2-product__image {
  object-position: 45% 50%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(5) .ohra-v2-product__image {
  object-position: 50% 50%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(6) .ohra-v2-product__image {
  object-position: 48% 48%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(7) .ohra-v2-product__image {
  object-position: 47% 42%;
}

.ohra-collection-bijoux .ohra-v2-product:nth-child(8) .ohra-v2-product__image {
  object-position: 52% 43%;
}

.ohra-v2-shop-manifest.is-visible h1,
.ohra-v2-shop-manifest.is-visible p {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.ohra-v2-shop-tabs {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  height: clamp(64px, 5.4vw, 78px);
  align-items: center;
  justify-content: center;
  gap: clamp(52px, 9vw, 130px);
  padding: 0 clamp(18px, 4vw, 56px);
  border-color: var(--collection-line);
  border-top: 0.5px solid var(--collection-line);
  border-bottom: 0.5px solid var(--collection-line);
  background: rgba(251, 244, 232, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.admin-bar .ohra-v2-shop-tabs {
  top: 32px;
}

.ohra-v2-shop-tabs a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--collection-ink);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.68vw, 24px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.76;
  white-space: nowrap;
}

.ohra-v2-shop-tabs a[aria-current="page"] {
  font-weight: 700;
  opacity: 1;
}

.ohra-collection-tools {
  position: relative;
  z-index: 7;
  padding: clamp(10px, 1.5vw, 18px) clamp(22px, 5vw, 70px) 0;
  background: var(--collection-paper);
  border-top: 0;
}

.ohra-collection-tools__bar {
  display: flex;
  width: min(100%, 1240px);
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}

.ohra-collection-search {
  display: grid;
  gap: 8px;
}

.ohra-collection-search span {
  color: rgba(47, 38, 34, 0.54);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ohra-collection-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--collection-ink);
  font-family: var(--font-sans);
  font-size: 15px;
  background: rgba(255, 250, 242, 0.48);
  border: 1px solid rgba(47, 38, 34, 0.2);
  border-radius: 0;
  outline: 0;
  transition:
    background-color 180ms var(--ease-soft),
    border-color 180ms var(--ease-soft),
    box-shadow 180ms var(--ease-soft);
}

.ohra-collection-search input:focus {
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(47, 38, 34, 0.48);
  box-shadow: 0 0 0 3px rgba(47, 38, 34, 0.06);
}

.ohra-collection-filter {
  position: relative;
  width: max-content;
}

.ohra-collection-filter summary {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  color: var(--collection-ink);
  font-family: var(--font-sans);
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  list-style: none;
  transition:
    opacity 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.ohra-collection-filter summary:hover,
.ohra-collection-filter summary:focus-visible {
  opacity: 0.72;
}

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

.ohra-collection-filter__icon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 11px;
  color: currentColor;
}

.ohra-collection-filter__icon::before,
.ohra-collection-filter__icon::after,
.ohra-collection-filter__icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 1.25px;
  background: currentColor;
  border-radius: 999px;
}

.ohra-collection-filter__icon::before {
  top: 1px;
}

.ohra-collection-filter__icon::after {
  bottom: 1px;
}

.ohra-collection-filter__icon span:first-child {
  top: 50%;
  transform: translateY(-50%);
}

.ohra-collection-filter__icon span:last-child {
  top: 1px;
  height: 0;
  background: transparent;
}

.ohra-collection-filter__icon span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  background: var(--collection-paper);
  border: 1.25px solid currentColor;
  border-radius: 999px;
  transform: translateY(-50%);
}

.ohra-collection-filter__icon span:first-child::before {
  left: 4px;
}

.ohra-collection-filter__icon span:last-child::before {
  right: 3px;
}

.ohra-collection-filter[open] summary {
  transform: translateY(-1px);
}

.ohra-collection-filter summary strong {
  color: rgba(47, 38, 34, 0.56);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.ohra-collection-filter__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 10;
  display: grid;
  width: min(82vw, 520px);
  gap: 20px;
  padding: 22px;
  background: rgba(255, 248, 238, 0.98);
  border: 1px solid rgba(55, 41, 33, 0.26);
  box-shadow: 0 24px 70px rgba(47, 38, 34, 0.12);
  animation: ohra-collection-filter-in 180ms var(--ease-soft);
}

.ohra-collection-filter__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(47, 38, 34, 0.14);
}

.ohra-collection-filter__group legend {
  width: 100%;
  margin-bottom: 3px;
  color: rgba(47, 38, 34, 0.58);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ohra-collection-filter__group label {
  cursor: pointer;
}

.ohra-collection-filter__group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ohra-collection-filter__group span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  color: rgba(47, 38, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(47, 38, 34, 0.18);
  transition:
    background-color 180ms var(--ease-soft),
    border-color 180ms var(--ease-soft),
    color 180ms var(--ease-soft);
}

.ohra-collection-filter__group input:checked + span,
.ohra-collection-filter__group label:hover span,
.ohra-collection-filter__group input:focus-visible + span {
  color: #fffaf2;
  background: var(--collection-ink);
  border-color: var(--collection-ink);
}

.ohra-collection-filter__reset {
  justify-self: start;
  min-height: 42px;
  padding: 0;
  color: rgba(47, 38, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ohra-collection-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(100%, 1240px);
  margin: 12px auto 0;
}

.ohra-collection-active-filters button {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  color: var(--collection-ink);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 250, 242, 0.56);
  border: 1px solid rgba(47, 38, 34, 0.2);
  cursor: pointer;
}

.ohra-collection-active-filters button::after {
  content: "×";
  font-size: 14px;
  line-height: 1;
}

.ohra-product-archive .ohra-v2-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(calc(100% - clamp(38px, 7vw, 116px)), 1040px);
  padding: clamp(12px, 2.2vw, 30px) 0 clamp(28px, 4.8vw, 56px);
  margin-inline: auto;
  gap: clamp(32px, 4.2vw, 54px) clamp(24px, 5vw, 58px);
  background: var(--collection-paper);
}

.ohra-product-archive .ohra-v2-product--large {
  grid-column: 1 / -1;
  width: 100%;
}

.ohra-product-archive .ohra-v2-product__media {
  position: relative;
  aspect-ratio: 0.877;
  background: #eee5dc;
  outline: 0;
  overflow: hidden;
}

.ohra-product-archive .ohra-v2-product--large .ohra-v2-product__media {
  aspect-ratio: 0.907;
}

.ohra-product-archive .ohra-v2-product__media img {
  object-fit: cover;
}

.ohra-product-archive .ohra-v2-product__image--secondary {
  position: absolute;
  inset: 0;
  opacity: var(--reversible-progress, 0);
  filter: blur(var(--reversible-secondary-blur, 2.2px)) saturate(1.02);
  transform: scale(var(--reversible-secondary-scale, 1.012)) translateY(var(--reversible-secondary-y, 28px));
}

.ohra-product-archive .has-reversible-image .ohra-v2-product__image:not(.ohra-v2-product__image--secondary) {
  opacity: var(--reversible-primary-opacity, 1);
  filter: saturate(var(--reversible-primary-saturation, 1));
  transform: scale(var(--reversible-primary-scale, 1)) translateY(var(--reversible-primary-y, 0));
}

.ohra-product-archive .is-reversible-smooth .ohra-v2-product__image {
  transition:
    opacity 500ms var(--ease-soft),
    filter 520ms var(--ease-soft),
    transform 620ms var(--ease-soft);
}

.ohra-product-archive .ohra-v2-product h2 {
  margin-top: 12px;
  color: var(--collection-ink);
  font-size: clamp(13px, 1.2vw, 16px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.ohra-product-archive .ohra-v2-product p {
  margin-top: 5px;
  color: var(--collection-ink);
  font-size: clamp(13px, 1.1vw, 15px);
  font-style: italic;
  line-height: 1;
}

.ohra-product-archive .ohra-v2-product__content {
  display: grid;
  gap: 4px;
  padding-top: 12px;
}

.ohra-product-archive .ohra-v2-product__content h2,
.ohra-product-archive .ohra-v2-product__content p {
  margin: 0;
}

.ohra-v2-product h2 a,
.ohra-v2-product h3 a {
  color: inherit;
  text-decoration: none;
}

.ohra-v2-product h2 a:hover,
.ohra-v2-product h2 a:focus-visible,
.ohra-v2-product h3 a:hover,
.ohra-v2-product h3 a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.ohra-product-archive .ohra-v2-product__category,
.ohra-product-archive .ohra-v2-product__stock {
  color: rgba(47, 38, 34, 0.54);
  font-family: var(--font-sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ohra-product-archive .ohra-v2-product__price {
  color: var(--collection-ink);
}

.ohra-product-archive .ohra-v2-product__stock {
  margin-top: 2px;
}

.ohra-product-archive .ohra-v2-product__stock.is-out-of-stock {
  color: rgba(126, 42, 34, 0.78);
}

.ohra-v2-shop-empty {
  display: grid;
  gap: 12px;
  width: min(calc(100% - clamp(38px, 7vw, 116px)), 760px);
  padding: clamp(54px, 8vw, 96px) 0 clamp(64px, 9vw, 112px);
  margin-inline: auto;
  color: var(--collection-ink);
  background: var(--collection-paper);
}

.ohra-v2-shop-empty[hidden],
.ohra-v2-product[hidden],
.ohra-collection-active-filters[hidden] {
  display: none;
}

.ohra-v2-shop-empty--filtered {
  padding-top: clamp(30px, 5vw, 54px);
}

.ohra-v2-shop-empty h2 {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.ohra-v2-shop-empty p {
  max-width: 520px;
  margin: 0;
  color: rgba(47, 38, 34, 0.68);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
}

.ohra-product-archive .woocommerce-pagination {
  padding: clamp(4px, 1vw, 14px) clamp(22px, 5vw, 70px) clamp(50px, 6vw, 76px);
  background: var(--collection-paper);
}

.ohra-product-archive .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

.ohra-product-archive .woocommerce-pagination li {
  border: 0;
}

.ohra-product-archive .woocommerce-pagination a,
.ohra-product-archive .woocommerce-pagination span {
  display: inline-grid;
  width: 41px;
  height: 41px;
  place-items: center;
  border: 1px solid rgba(47, 38, 34, 0.12);
  border-radius: 999px;
  background: #fffdfa;
  color: var(--collection-ink);
  font-size: 15px;
}

.ohra-product-archive .woocommerce-pagination .current {
  background: var(--collection-ink);
  color: #fffaf4;
}

.ohra-product-archive .ohra-v2-product__media::after {
  display: none;
}

.ohra-product-archive .ohra-v2-product__media > span:not(.ohra-signature-add) {
  right: 12px;
  bottom: 12px;
  width: clamp(34px, 4vw, 46px);
  height: clamp(42px, 5vw, 58px);
}

.ohra-v2-pagination {
  gap: 14px;
  padding: clamp(4px, 1vw, 14px) clamp(22px, 5vw, 70px) clamp(50px, 6vw, 76px);
  background: var(--collection-paper);
}

.ohra-v2-pagination a,
.ohra-v2-pagination span {
  width: 41px;
  height: 41px;
  font-size: 15px;
  background: #fffdfa;
}

.ohra-v2-pagination span[aria-current="page"] {
  background: var(--collection-ink);
}

.ohra-v2-shop-quote {
  min-height: clamp(188px, 24vw, 300px);
  background: #b9785f;
}

.ohra-v2-shop-quote small {
  position: absolute;
  top: 16px;
  left: clamp(16px, 4vw, 42px);
  z-index: 2;
  max-width: 190px;
  color: rgba(255, 250, 242, 0.96);
  font-family: var(--font-serif);
  font-size: clamp(12px, 1.1vw, 15px);
  font-style: italic;
  line-height: 1.05;
  text-align: left;
}

.ohra-v2-shop-quote img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(0.96);
  opacity: 0.88;
}

.ohra-v2-shop-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 250, 242, 0.22), transparent 29%),
    linear-gradient(90deg, rgba(72, 42, 31, 0.22), transparent 32%, transparent 70%, rgba(72, 42, 31, 0.2));
  pointer-events: none;
}

.ohra-v2-shop-quote span {
  z-index: 1;
  color: rgba(255, 250, 242, 0.55);
  font-size: clamp(142px, 22vw, 320px);
  opacity: 0.9;
}

.ohra-v2-shop-quote p {
  position: relative;
  z-index: 2;
  width: min(86%, 760px);
  color: #fffaf2;
  font-family: var(--font-serif);
  font-size: clamp(28px, 4.1vw, 54px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}

.ohra-collection-ending {
  --collection-paper: #fbf4e8;
  --collection-ink: #4a2c20;
  --collection-muted: rgba(74, 44, 32, 0.72);
  color: var(--collection-ink);
  background: var(--collection-paper);
}

.ohra-collection-ending__hero {
  position: relative;
  display: grid;
  min-height: clamp(300px, 32vw, 410px);
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #6f3c2d;
}

.ohra-collection-ending__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.96) contrast(0.94);
  transform: scale(1.01);
}

.ohra-collection-ending__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(52, 31, 23, 0.12), rgba(52, 31, 23, 0.3)),
    radial-gradient(circle at 50% 48%, rgba(52, 31, 23, 0.1), rgba(52, 31, 23, 0.36) 72%);
  pointer-events: none;
}

.ohra-collection-ending__messages {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(86%, 760px);
  min-height: clamp(76px, 8vw, 122px);
  place-items: center;
  text-align: center;
}

.ohra-collection-ending__messages p {
  grid-area: 1 / 1;
  margin: 0;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: clamp(27px, 4vw, 58px);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(38, 23, 18, 0.28);
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 1100ms var(--ease-soft);
}

.ohra-collection-ending__messages p + p {
  font-family: var(--font-serif);
  width: min(100%, 620px);
  font-size: clamp(16px, 1.55vw, 24px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
}

.ohra-collection-ending__messages p.is-active {
  opacity: 1;
}

.ohra-collection-ending__commitments {
  width: min(calc(100% - clamp(32px, 7vw, 120px)), 1240px);
  margin-inline: auto;
  padding: clamp(30px, 3.6vw, 46px) 0 clamp(14px, 1.8vw, 22px);
}

.ohra-collection-ending__commitments h2 {
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  color: var(--collection-ink);
  font-family: var(--font-sans);
  font-size: clamp(21px, 2.1vw, 32px);
  font-weight: 650;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.ohra-collection-ending__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
}

.ohra-collection-ending__grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-height: 0;
  padding: 0 clamp(4px, 0.8vw, 10px);
  text-align: center;
}

.ohra-collection-ending__grid svg,
.ohra-collection-ending__icon {
  width: clamp(38px, 4.2vw, 58px);
  height: clamp(38px, 4.2vw, 58px);
  margin-bottom: 2px;
  color: var(--collection-ink);
}

.ohra-collection-ending__grid svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ohra-collection-ending__icon {
  display: block;
  background: currentColor;
  -webkit-mask: var(--ohra-ending-icon) center / contain no-repeat;
  mask: var(--ohra-ending-icon) center / contain no-repeat;
}

.ohra-collection-ending__icon--second-life {
  --ohra-ending-icon: url("../img/icon-seconde-vie.png");
}

.ohra-collection-ending__icon--ethical {
  --ohra-ending-icon: url("../img/icon-fabrication-ethique.png");
  width: clamp(50px, 5.3vw, 72px);
}

.ohra-collection-ending__grid h3 {
  margin: 0;
  color: var(--collection-ink);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.55vw, 23px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
}

.ohra-collection-ending__grid p {
  max-width: 245px;
  margin: 0;
  color: var(--collection-muted);
  font-family: var(--font-sans);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.28;
}

.ohra-collection-ending__signature {
  width: min(100%, 780px);
  margin: clamp(24px, 2.7vw, 34px) auto 0;
  color: var(--collection-ink);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.9vw, 27px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

@media (max-width: 759px) {
  .hero-section__categories {
    margin-top: 18px;
    font-size: 15px;
  }

  .ohra-product-archive .ohra-v2-shop-hero {
    height: clamp(256px, 72vw, 318px);
  }

  .ohra-v2-shop-manifest {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 8px 0 30px;
  }

  .ohra-product-archive .ohra-v2-shop-manifest__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100% - 28px, 440px);
  }

  .ohra-product-archive .ohra-v2-shop-manifest h1 {
    margin-bottom: 10px;
    font-size: clamp(27px, 8.1vw, 33px);
    line-height: 0.82;
  }

  .ohra-product-archive.ohra-collection-vetements .ohra-v2-shop-manifest h1 {
    margin-bottom: 10px;
    font-size: clamp(28px, 8.35vw, 34px);
    line-height: 0.82;
    text-align: center;
  }

  .ohra-collection-bijoux .ohra-v2-shop-manifest,
  .ohra-collection-sacs .ohra-v2-shop-manifest {
    padding: 23px 18px 24px;
  }

  .ohra-collection-bijoux .ohra-v2-shop-manifest h1 {
    width: min(100%, 410px);
    margin-bottom: 12px;
    font-size: clamp(19px, 5.25vw, 23px);
    line-height: 1.05;
  }

  .ohra-collection-sacs .ohra-v2-shop-manifest h1 {
    width: min(100%, 396px);
    margin-bottom: 12px;
    font-size: clamp(14.5px, 4.15vw, 18px);
    line-height: 1.06;
  }

  .ohra-product-archive .ohra-v2-shop-manifest p {
    width: 100%;
    max-width: 430px;
    font-size: clamp(11px, 3.18vw, 12.75px);
    line-height: 1.18;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ohra-product-archive .ohra-v2-shop-manifest p:first-of-type {
    width: 100%;
    max-width: 430px;
    font-size: clamp(11px, 3.18vw, 12.75px);
    line-height: 1.18;
    white-space: normal;
  }

  .ohra-product-archive .ohra-line-lock {
    white-space: normal;
  }

  .ohra-product-archive .ohra-v2-shop-manifest p + p {
    margin-top: 10px;
  }

  .ohra-product-archive .ohra-v2-shop-manifest strong,
  .ohra-product-archive .ohra-v2-shop-manifest em {
    font-size: 1.02em;
  }

  .ohra-collection-bijoux .ohra-v2-shop-manifest p,
  .ohra-collection-bijoux .ohra-v2-shop-manifest p:first-of-type {
    width: min(100%, 412px);
    max-width: 412px;
    font-size: clamp(10.8px, 3.06vw, 12.25px);
    line-height: 1.15;
    white-space: normal;
  }

  .ohra-collection-sacs .ohra-v2-shop-manifest p,
  .ohra-collection-sacs .ohra-v2-shop-manifest p:first-of-type {
    width: min(100%, 396px);
    font-size: clamp(10.4px, 2.92vw, 11.75px);
    line-height: 1.12;
    white-space: normal;
  }

  .ohra-collection-bijoux .ohra-v2-shop-manifest p + p {
    margin-top: 5px;
  }

  .ohra-collection-sacs .ohra-v2-shop-manifest p + p {
    margin-top: 5px;
  }

  .ohra-collection-bijoux .ohra-v2-shop-hero {
    height: clamp(296px, 84vw, 360px);
  }

  .ohra-collection-bijoux .ohra-v2-shop-manifest {
    padding: 12px 12px 28px;
  }

  .ohra-collection-bijoux .ohra-v2-shop-grid {
    padding-top: 18px;
    gap: 33px 24px;
  }

  .ohra-collection-sacs .ohra-v2-shop-manifest {
    padding: 16px 12px 22px;
  }

  .ohra-collection-sacs .ohra-v2-shop-grid {
    padding-top: 18px;
    gap: 33px 24px;
  }

  .ohra-v2-shop-tabs {
    top: 68px;
    height: 61px;
    gap: clamp(26px, 8vw, 34px);
    padding: 0 16px;
  }

  .admin-bar .ohra-v2-shop-tabs {
    top: 114px;
  }

  .ohra-v2-shop-tabs a {
    height: 61px;
    padding: 0;
    font-size: clamp(16px, 4.65vw, 18px);
    letter-spacing: 0.07em;
  }

  .ohra-collection-tools {
    padding: 10px 20px 0;
  }

  .ohra-collection-tools__bar {
    display: flex;
  }

  .ohra-collection-filter {
    width: 100%;
  }

  .ohra-collection-filter summary {
    width: max-content;
    min-height: 24px;
  }

  .ohra-collection-filter__panel {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    box-shadow: none;
  }

  .ohra-collection-filter__group {
    gap: 8px;
    padding-bottom: 14px;
  }

  .ohra-collection-filter__group span {
    min-height: 36px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .ohra-collection-active-filters {
    margin-top: 8px;
  }

  .ohra-product-archive .ohra-v2-shop-grid {
    width: calc(100% - 40px);
    padding-top: 36px;
    padding-bottom: 24px;
    gap: 34px 24px;
  }

  .ohra-product-archive .ohra-v2-product h2,
  .ohra-product-archive .ohra-v2-product p {
    font-size: clamp(11px, 3.15vw, 13px);
  }

  .ohra-product-archive .ohra-v2-product__media > span:not(.ohra-signature-add) {
    right: 7px;
    bottom: 7px;
    width: 31px;
    height: 39px;
    font-size: 17px;
  }

  .ohra-v2-pagination {
    gap: 12px;
    padding-bottom: 39px;
  }

  .ohra-v2-pagination a,
  .ohra-v2-pagination span {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .ohra-v2-shop-quote {
    min-height: 188px;
  }

  .ohra-v2-shop-quote small {
    top: 11px;
    left: 15px;
    font-size: 11px;
  }

  .ohra-v2-shop-quote p {
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.04;
  }

  .ohra-collection-ending__hero {
    min-height: clamp(260px, 72vw, 320px);
  }

  .ohra-collection-ending__hero img {
    object-position: center 54%;
  }

  .ohra-collection-ending__messages {
    width: min(88%, 360px);
    min-height: 104px;
  }

  .ohra-collection-ending__messages p {
    font-size: clamp(22px, 7.4vw, 31px);
    line-height: 1.12;
    letter-spacing: 0.12em;
  }

  .ohra-collection-ending__messages p + p {
    width: min(100%, 300px);
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.2;
  }

  .ohra-collection-ending__commitments {
    width: min(100% - 30px, 430px);
    padding: 30px 0 14px;
  }

  .ohra-collection-ending__commitments h2 {
    margin-bottom: 22px;
    font-size: 18px;
  }

  .ohra-collection-ending__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .ohra-collection-ending__grid article {
    gap: 8px;
    padding: 0;
  }

  .ohra-collection-ending__grid svg,
  .ohra-collection-ending__icon {
    width: 42px;
    height: 42px;
  }

  .ohra-collection-ending__icon--ethical {
    width: 54px;
  }

  .ohra-collection-ending__grid h3 {
    font-size: clamp(15px, 4.4vw, 18px);
  }

  .ohra-collection-ending__grid p {
    font-size: 11.5px;
    line-height: 1.24;
  }

  .ohra-collection-ending__signature {
    margin-top: 26px;
    font-size: clamp(17px, 5.2vw, 22px);
  }
}

@media (max-width: 390px) {
  .ohra-product-archive .ohra-v2-shop-grid {
    width: calc(100% - 34px);
    gap: 30px 20px;
  }
}

/* OHRA single product mobile reference */
.ohra-product-template {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--product-paper);
}

.ohra-product-template .ohra-single-product__hero {
  display: block;
}

.ohra-product-template .ohra-single-product__gallery-wrap {
  background: var(--product-paper);
}

.ohra-product-template .ohra-single-product__gallery {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ohra-product-template .ohra-single-product__gallery::-webkit-scrollbar {
  display: none;
}

.ohra-product-template .ohra-single-product__gallery figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #eee4d8;
  outline: 0;
  scroll-snap-align: start;
}

.ohra-product-template .ohra-single-product__image,
.ohra-product-template .ohra-single-product__gallery figure.is-primary .ohra-single-product__image {
  display: block;
  width: 100%;
  height: clamp(560px, 90vh, 820px);
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.ohra-product-template .ohra-single-product__gallery-dots,
.ohra-product-template .ohra-single-product__related-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 0 10px;
}

.ohra-product-template .ohra-single-product__gallery-dots button,
.ohra-product-template .ohra-single-product__related-dots span {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(52, 40, 34, 0.38);
}

.ohra-product-template .ohra-single-product__gallery-dots button.is-active,
.ohra-product-template .ohra-single-product__related-dots span.is-active {
  background: var(--product-ink);
}

.ohra-product-template .ohra-single-product__summary {
  position: static;
  max-width: none;
  padding: 0 18px;
}

.ohra-product-template .ohra-single-product__kicker {
  margin: 0 0 8px;
  color: #6d625d;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ohra-product-template .ohra-single-product__summary h1 {
  margin: 0;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(26px, 7vw, 35px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ohra-product-template .ohra-single-product__price {
  margin-top: 8px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(21px, 5.8vw, 28px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-product-template .ohra-single-product__lead {
  max-width: 640px;
  margin: 17px 0 0;
  color: #594d48;
  font-family: var(--font-sans);
  font-size: clamp(13px, 3.6vw, 16px);
  font-weight: 400;
  line-height: 1.17;
  text-wrap: pretty;
}

.ohra-product-template .ohra-single-product__lead p {
  margin: 0;
}

.ohra-product-template .ohra-single-product__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  padding: 10px 0 8px;
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-product-template .ohra-single-product__values article {
  min-height: 112px;
  padding: 0 10px;
  text-align: center;
}

.ohra-product-template .ohra-single-product__values article + article {
  border-left: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-product-template .ohra-single-product__value-icon {
  display: flex;
  height: 49px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: rgba(52, 40, 34, 0.66);
}

.ohra-product-template .ohra-single-product__value-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.ohra-product-template .ohra-single-product__value-mask {
  display: block;
  width: 48px;
  height: 48px;
  background: currentColor;
  -webkit-mask: var(--ohra-product-value-icon) center / contain no-repeat;
  mask: var(--ohra-product-value-icon) center / contain no-repeat;
}

.ohra-product-template .ohra-single-product__value-mask--second-life {
  --ohra-product-value-icon: url("../img/icon-seconde-vie.png");
}

.ohra-product-template .ohra-single-product__value-mask--ethical {
  --ohra-product-value-icon: url("../img/icon-fabrication-ethique.png");
  width: 54px;
}

.ohra-product-template .ohra-single-product__values h2 {
  margin: 0;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(10px, 2.85vw, 13px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.08;
}

.ohra-product-template .ohra-single-product__values p {
  margin: 7px 0 0;
  color: #5a4f49;
  font-family: var(--font-sans);
  font-size: clamp(7px, 2vw, 9px);
  font-weight: 400;
  line-height: 1.15;
}

.ohra-product-template .ohra-single-product__cart {
  width: min(100% - 70px, 420px);
  margin: 25px auto 0;
}

.ohra-product-template .ohra-single-product__cart form.cart {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  margin: 0;
}

.ohra-product-template .ohra-product-purchase-controls {
  display: grid;
  grid-template-columns: minmax(118px, 0.74fr) minmax(132px, 1fr);
  gap: 10px;
  align-items: stretch;
}

.ohra-product-quantity {
  display: grid;
  grid-template-columns: 40px minmax(32px, 1fr) 40px;
  min-height: 45px;
  border: 1px solid rgba(52, 40, 34, 0.26);
  background: rgba(255, 250, 242, 0.34);
}

.ohra-product-quantity .quantity {
  display: block;
  margin: 0;
}

.ohra-product-quantity__button {
  display: grid;
  min-width: 40px;
  min-height: 43px;
  place-items: center;
  padding: 0;
  color: var(--product-ink);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition:
    opacity 180ms var(--ease-soft),
    background-color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-product-quantity__button:hover:not(:disabled),
.ohra-product-quantity__button:focus-visible:not(:disabled) {
  background: rgba(52, 40, 34, 0.055);
}

.ohra-product-quantity__button:active:not(:disabled) {
  transform: scale(0.92);
}

.ohra-product-quantity__button:disabled {
  opacity: 0.34;
  cursor: not-allowed;
}

.ohra-product-template .ohra-single-product__cart .single_add_to_cart_button,
.ohra-product-template .ohra-single-product__cart button.single_add_to_cart_button {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: clamp(15px, 4.3vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--product-ink);
  border: 1px solid var(--product-ink);
  border-radius: 0;
}

.ohra-product-quantity .qty {
  width: 100%;
  min-height: 43px;
  padding: 0;
  color: var(--product-ink);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ohra-product-quantity .qty::-webkit-outer-spin-button,
.ohra-product-quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.ohra-product-template .ohra-product-size {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  color: var(--product-ink);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 250, 242, 0.34);
  border: 1px solid rgba(52, 40, 34, 0.26);
  white-space: nowrap;
}

.ohra-product-template .ohra-product-size span {
  color: rgba(52, 40, 34, 0.62);
}

.ohra-product-template .ohra-product-size strong {
  font-weight: 500;
}

.ohra-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
  visibility: hidden;
  pointer-events: none;
}

.ohra-cart-drawer[aria-hidden="false"] {
  visibility: visible;
}

.ohra-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 250, 242, 0.12), transparent 24rem),
    rgba(30, 23, 19, 0.34);
  opacity: 0;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition:
    opacity 280ms var(--ease-soft),
    backdrop-filter 280ms var(--ease-soft);
}

.ohra-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: min(100%, 470px);
  height: 100%;
  grid-template-rows: auto auto auto auto;
  gap: 0;
  padding: clamp(24px, 4vw, 38px);
  color: var(--product-ink, var(--ohra-ink));
  background:
    radial-gradient(circle at 22% 14%, rgba(242, 211, 214, 0.34), transparent 18rem),
    radial-gradient(circle at 92% 70%, rgba(216, 180, 154, 0.22), transparent 20rem),
    linear-gradient(180deg, #fbf7f0 0%, #f4eadf 100%);
  box-shadow: -28px 0 70px rgba(47, 38, 34, 0.22);
  overflow-y: auto;
  outline: none;
  transform: translate3d(105%, 0, 0);
  transition: transform 420ms var(--ease-soft);
}

.ohra-cart-drawer.is-open {
  pointer-events: auto;
}

.ohra-cart-drawer.is-open .ohra-cart-drawer__overlay {
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

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

.ohra-cart-drawer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: var(--product-ink, var(--ohra-ink));
  background: rgba(255, 250, 242, 0.52);
  border: 1px solid rgba(52, 40, 34, 0.18);
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.ohra-cart-drawer__close:hover,
.ohra-cart-drawer__close:focus-visible {
  background: rgba(255, 250, 242, 0.86);
  transform: rotate(4deg);
}

.ohra-cart-drawer__close span {
  position: absolute;
  width: 17px;
  height: 1px;
  background: currentColor;
}

.ohra-cart-drawer__close span:first-child {
  transform: rotate(45deg);
}

.ohra-cart-drawer__close span:last-child {
  transform: rotate(-45deg);
}

.ohra-cart-drawer__eyebrow {
  width: max-content;
  margin-bottom: 16px;
  padding-bottom: 8px;
  color: rgba(52, 40, 34, 0.64);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-cart-drawer h2 {
  max-width: 315px;
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(27px, 3.4vw, 34px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.02;
}

.ohra-cart-drawer__message {
  max-width: 350px;
  margin: 15px 0 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.35;
}

.ohra-cart-drawer__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: clamp(26px, 4vw, 38px);
  padding: 18px 0;
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-cart-drawer__media {
  overflow: hidden;
  background: #eee4d8;
}

.ohra-cart-drawer__media img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  outline: 0;
  transform: scale(1.02);
  transition: transform 600ms var(--ease-soft);
}

.ohra-cart-drawer.is-open .ohra-cart-drawer__media img {
  transform: scale(1);
}

.ohra-cart-drawer__item-body h3 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.02;
}

.ohra-cart-drawer__item-body p {
  margin: 8px 0 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 13px;
}

.ohra-cart-drawer__item-body strong {
  display: block;
  margin-top: 10px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.ohra-cart-drawer__actions {
  display: grid;
  gap: 10px;
  align-self: end;
  margin-top: clamp(24px, 4vh, 40px);
}

.ohra-cart-drawer__continue,
.ohra-cart-drawer__checkout {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 180ms var(--ease-soft),
    background-color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-cart-drawer__continue {
  color: var(--product-ink, var(--ohra-ink));
  background: transparent;
  border: 1px solid rgba(52, 40, 34, 0.26);
}

.ohra-cart-drawer__checkout {
  color: #fffaf2;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
}

.ohra-cart-drawer__continue:hover,
.ohra-cart-drawer__continue:focus-visible {
  background: rgba(52, 40, 34, 0.055);
}

.ohra-cart-drawer__checkout:hover,
.ohra-cart-drawer__checkout:focus-visible {
  background: #241a16;
}

.ohra-cart-drawer__continue:active,
.ohra-cart-drawer__checkout:active {
  transform: scale(0.98);
}

.ohra-cart-page {
  min-height: 100svh;
  padding: clamp(118px, 12vw, 152px) clamp(18px, 5vw, 70px) clamp(56px, 7vw, 92px);
  color: var(--product-ink, var(--ohra-ink));
  background: linear-gradient(180deg, #fbf7f0 0%, #f6eee5 62%, #f1e5dc 100%);
}

.ohra-cart-page__header {
  max-width: 980px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.ohra-cart-page__header p,
.ohra-cart-summary > p,
.ohra-cart-empty > p {
  margin: 0 0 12px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-cart-page__header h1,
.ohra-cart-empty h1 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(52px, 8vw, 102px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.9;
}

.ohra-cart-page__header span,
.ohra-cart-empty > span {
  display: block;
  max-width: 560px;
  margin: 20px auto 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.36;
}

.ohra-cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: clamp(28px, 5vw, 70px);
  width: min(100%, 1240px);
  margin: 0 auto;
  align-items: start;
}

.ohra-cart-page__items {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-cart-item {
  display: grid;
  grid-template-columns: clamp(128px, 18vw, 210px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(20px, 3vw, 34px) 0;
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
  transition:
    opacity 260ms var(--ease-soft),
    transform 260ms var(--ease-soft);
}

.ohra-cart-item.is-removing {
  opacity: 0;
  transform: translateX(-12px);
}

.ohra-cart-item__media {
  display: block;
  overflow: hidden;
  background: #eee4d8;
}

.ohra-cart-item__media img,
.ohra-cart-item__image {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  outline: 0;
  transition: transform 520ms var(--ease-soft);
}

.ohra-cart-item__media:hover img,
.ohra-cart-item__media:focus-visible img {
  transform: scale(1.035);
}

.ohra-cart-item__body {
  display: grid;
  align-content: space-between;
  gap: 22px;
}

.ohra-cart-item__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.ohra-cart-item__head p {
  margin: 0 0 8px;
  color: rgba(52, 40, 34, 0.58);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ohra-cart-item__head h2 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.6vw, 45px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.98;
}

.ohra-cart-item__head span {
  display: block;
  margin-top: 10px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 14px;
}

.ohra-cart-item__head strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(21px, 2.6vw, 30px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.ohra-cart-item__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
}

.ohra-cart-item__controls .ohra-product-quantity {
  width: 132px;
}

.ohra-cart-item__remove {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    color 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.ohra-cart-item__remove:hover,
.ohra-cart-item__remove:focus-visible {
  color: var(--product-ink, var(--ohra-ink));
  transform: translateX(-2px);
}

.ohra-cart-page__update {
  justify-self: start;
  margin-top: 18px;
  padding: 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ohra-cart-summary {
  position: sticky;
  top: 108px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(52, 40, 34, 0.22);
  background: rgba(255, 250, 242, 0.48);
}

.ohra-cart-summary h2 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(31px, 3.4vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-cart-summary__lines {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-cart-summary__lines div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 14px;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-cart-summary__lines strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
}

.ohra-cart-summary__lines .is-total {
  align-items: baseline;
  color: var(--product-ink, var(--ohra-ink));
}

.ohra-cart-summary__lines .is-total strong {
  font-size: 26px;
}

.ohra-cart-coupon {
  margin-top: 18px;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-cart-coupon summary {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.15;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms var(--ease-soft);
}

.ohra-cart-coupon summary::-webkit-details-marker {
  display: none;
}

.ohra-cart-coupon summary::after {
  content: "+";
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  color: rgba(52, 40, 34, 0.62);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transform-origin: center;
  transition:
    color 180ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.ohra-cart-coupon summary:hover,
.ohra-cart-coupon summary:focus-visible,
.ohra-cart-coupon[open] summary {
  color: var(--product-ink, var(--ohra-ink));
}

.ohra-cart-coupon[open] summary::after {
  color: var(--product-ink, var(--ohra-ink));
  transform: rotate(45deg);
}

.ohra-cart-coupon__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 0 0 16px;
  animation: ohra-cart-coupon-in 180ms var(--ease-soft);
}

.ohra-cart-coupon__field input {
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 13px;
  background: rgba(255, 250, 242, 0.44);
  border: 1px solid rgba(52, 40, 34, 0.24);
  border-radius: 0;
}

.ohra-cart-coupon__field input::placeholder {
  color: rgba(52, 40, 34, 0.48);
}

.ohra-cart-coupon__field button {
  min-height: 44px;
  padding: 0 14px;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
  cursor: pointer;
  transition:
    background-color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-cart-coupon__field button:hover,
.ohra-cart-coupon__field button:focus-visible {
  background: #241a16;
}

.ohra-cart-coupon__field button:active {
  transform: scale(0.98);
}

.ohra-cart-summary__checkout,
.ohra-cart-summary__continue,
.ohra-cart-empty a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition:
    background-color 180ms var(--ease-soft),
    color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-cart-summary__checkout,
.ohra-cart-empty a {
  margin-top: 22px;
  color: #fffaf2;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
}

.ohra-cart-summary__continue {
  margin-top: 10px;
  color: var(--product-ink, var(--ohra-ink));
  background: transparent;
  border: 1px solid rgba(52, 40, 34, 0.26);
}

.ohra-cart-summary__checkout:hover,
.ohra-cart-summary__checkout:focus-visible,
.ohra-cart-empty a:hover,
.ohra-cart-empty a:focus-visible {
  background: #241a16;
}

.ohra-cart-summary__continue:hover,
.ohra-cart-summary__continue:focus-visible {
  background: rgba(52, 40, 34, 0.055);
}

.ohra-cart-summary__checkout:active,
.ohra-cart-summary__continue:active,
.ohra-cart-empty a:active {
  transform: scale(0.98);
}

.ohra-cart-summary__reassurance {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-cart-summary__reassurance span {
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.2;
}

.ohra-cart-summary__reassurance span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 9px;
  vertical-align: middle;
  background: currentColor;
  opacity: 0.55;
}

.ohra-checkout-page {
  min-height: 100svh;
  padding: clamp(118px, 12vw, 152px) clamp(18px, 5vw, 70px) clamp(56px, 7vw, 92px);
  color: var(--product-ink, var(--ohra-ink));
  background: linear-gradient(180deg, #fbf7f0 0%, #f6eee5 62%, #f1e5dc 100%);
}

.ohra-checkout-page__header {
  max-width: 980px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.ohra-checkout-page__header p,
.ohra-checkout-summary-card > p {
  margin: 0 0 12px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-checkout-page__header h1 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(50px, 7.2vw, 94px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.9;
}

.ohra-checkout-page__header span {
  display: block;
  max-width: 560px;
  margin: 20px auto 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.36;
}

.ohra-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  gap: clamp(28px, 5vw, 70px);
  width: min(100%, 1240px);
  margin: 0 auto;
  align-items: start;
}

.ohra-checkout__main {
  display: grid;
  gap: 14px;
}

.ohra-checkout-step {
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  background: rgba(255, 250, 242, 0.22);
}

.ohra-checkout-step:last-child {
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-checkout-step summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  gap: 12px 16px;
  align-items: center;
  min-height: 78px;
  padding: 0 18px;
  color: var(--product-ink, var(--ohra-ink));
  list-style: none;
  cursor: pointer;
}

.ohra-checkout-step summary::-webkit-details-marker {
  display: none;
}

.ohra-checkout-step summary > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  border: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-checkout-step summary strong {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
}

.ohra-checkout-step summary em {
  grid-column: 2;
  margin-top: -8px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 13px;
  font-style: normal;
  line-height: 1.25;
}

.ohra-checkout-step summary::after {
  content: "+";
  display: grid;
  width: 22px;
  height: 22px;
  grid-column: 3;
  grid-row: 1 / span 2;
  place-items: center;
  color: rgba(52, 40, 34, 0.62);
  font-size: 20px;
  font-weight: 300;
  transform-origin: center;
  transition: transform 220ms var(--ease-soft);
}

.ohra-checkout-step[open] summary::after {
  transform: rotate(45deg);
}

.ohra-checkout-step.is-complete summary > span {
  color: #fffaf2;
  background: var(--product-ink, var(--ohra-ink));
  border-color: var(--product-ink, var(--ohra-ink));
}

.ohra-checkout-step__content {
  display: grid;
  gap: 16px;
  padding: 0 18px 24px 78px;
  animation: ohra-checkout-step-in 180ms var(--ease-soft);
}

.ohra-checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ohra-checkout-page .form-row {
  display: grid;
  gap: 7px;
  margin: 0;
}

.ohra-checkout-page .form-row-wide,
.ohra-checkout-page .address-field,
.ohra-checkout-page #billing_country_field,
.ohra-checkout-page #billing_address_1_field,
.ohra-checkout-page #billing_address_2_field,
.ohra-checkout-page #order_comments_field {
  grid-column: 1 / -1;
}

.ohra-checkout-page label {
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ohra-checkout-page abbr.required {
  color: rgba(113, 63, 53, 0.76);
  text-decoration: none;
}

.ohra-checkout-page input.input-text,
.ohra-checkout-page textarea,
.ohra-checkout-page select,
.ohra-payment-placeholder {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 15px;
  background: rgba(255, 250, 242, 0.5);
  border: 1px solid rgba(52, 40, 34, 0.24);
  border-radius: 0;
  transition:
    background-color 180ms var(--ease-soft),
    border-color 180ms var(--ease-soft),
    box-shadow 180ms var(--ease-soft);
}

.ohra-checkout-page textarea {
  min-height: 96px;
  padding-top: 13px;
  resize: vertical;
}

.ohra-checkout-page input.input-text:focus,
.ohra-checkout-page textarea:focus,
.ohra-checkout-page select:focus {
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(52, 40, 34, 0.56);
  box-shadow: 0 0 0 3px rgba(52, 40, 34, 0.06);
  outline: none;
}

.ohra-checkout-page .woocommerce-invalid input.input-text,
.ohra-checkout-page .woocommerce-invalid textarea,
.ohra-checkout-page .woocommerce-invalid select {
  border-color: rgba(126, 58, 47, 0.72);
}

.ohra-checkout-account {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  color: var(--product-ink, var(--ohra-ink));
  background: rgba(255, 250, 242, 0.34);
  border: 1px solid rgba(52, 40, 34, 0.18);
  cursor: pointer;
}

.ohra-checkout-account input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--product-ink, var(--ohra-ink));
}

.ohra-checkout-account span {
  display: grid;
  gap: 4px;
}

.ohra-checkout-account strong {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ohra-checkout-account small,
.ohra-checkout-secure {
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.34;
}

.ohra-checkout-account__fields {
  display: grid;
  gap: 14px;
}

.ohra-checkout-secure {
  margin: 0;
}

.ohra-checkout-page #payment {
  background: transparent;
}

.ohra-checkout-page #payment ul.payment_methods {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.ohra-checkout-page #payment li.wc_payment_method {
  padding: 16px;
  background: rgba(255, 250, 242, 0.4);
  border: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-checkout-page #payment li.wc_payment_method > input {
  margin-right: 8px;
  accent-color: var(--product-ink, var(--ohra-ink));
}

.ohra-checkout-page #payment div.payment_box {
  margin: 14px 0 0;
  padding: 14px;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.35;
  background: rgba(255, 250, 242, 0.46);
}

.ohra-payment-placeholder {
  display: flex;
  min-height: 46px;
  align-items: center;
  margin-top: 10px;
  color: rgba(52, 40, 34, 0.45);
}

.ohra-checkout-page #payment .place-order {
  margin-top: 18px;
}

.ohra-checkout-page #payment button,
.ohra-checkout-page #payment button.button,
.ohra-checkout-page #payment button#place_order {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
  border-radius: 0;
  cursor: pointer;
  transition:
    background-color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-checkout-page #payment button:hover,
.ohra-checkout-page #payment button:focus-visible {
  background: #241a16;
}

.ohra-checkout-page #payment button:active {
  transform: scale(0.99);
}

.ohra-checkout-page #payment button.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.ohra-checkout__summary {
  position: sticky;
  top: 108px;
}

.ohra-checkout-mobile-summary {
  display: none;
}

.ohra-checkout-summary-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(52, 40, 34, 0.22);
  background: rgba(255, 250, 242, 0.48);
}

.ohra-checkout-summary-card h2 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(31px, 3.4vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-checkout-summary-card__items {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-checkout-summary-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-checkout-summary-item__media {
  overflow: hidden;
  background: #eee4d8;
}

.ohra-checkout-summary-item__media img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.ohra-checkout-summary-item h3 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-checkout-summary-item p {
  margin: 7px 0 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.2;
}

.ohra-checkout-summary-item strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
}

.ohra-checkout-summary-card__totals {
  display: grid;
  margin-top: 10px;
}

.ohra-checkout-summary-card__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 14px;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-checkout-summary-card__totals strong,
.ohra-checkout-summary-card__shipping > div {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

.ohra-checkout-summary-card__shipping > div {
  font-family: var(--font-sans);
  font-size: 13px;
  font-style: normal;
  line-height: 1.3;
}

.ohra-checkout-summary-card__shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ohra-checkout-summary-card__totals .is-total {
  align-items: baseline;
  color: var(--product-ink, var(--ohra-ink));
}

.ohra-checkout-summary-card__totals .is-total strong {
  font-size: 26px;
}

.ohra-checkout-summary-card__trust {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-checkout-summary-card__trust span {
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.2;
}

.ohra-checkout-summary-card__trust span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 9px;
  vertical-align: middle;
  background: currentColor;
  opacity: 0.55;
}

.ohra-order-page {
  min-height: 100svh;
  padding: clamp(118px, 12vw, 152px) clamp(18px, 5vw, 70px) clamp(56px, 7vw, 92px);
  color: var(--product-ink, var(--ohra-ink));
  background: linear-gradient(180deg, #fbf7f0 0%, #f6eee5 62%, #f1e5dc 100%);
}

.ohra-order-page__hero,
.ohra-order-empty {
  max-width: 980px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.ohra-order-page__hero p,
.ohra-order-empty > p,
.ohra-order-steps > p,
.ohra-order-card > p {
  margin: 0 0 12px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-order-page__hero h1,
.ohra-order-empty h1 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(54px, 8vw, 108px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.9;
}

.ohra-order-page__hero span,
.ohra-order-empty > span {
  display: block;
  max-width: 610px;
  margin: 20px auto 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.36;
}

.ohra-order-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1040px);
  margin: 0 auto clamp(34px, 5vw, 58px);
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-order-status div {
  display: grid;
  gap: 8px;
  min-height: 104px;
  align-content: center;
  padding: 18px;
  text-align: center;
}

.ohra-order-status div + div {
  border-left: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-order-status span,
.ohra-order-detail span {
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ohra-order-status strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 30px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  overflow-wrap: anywhere;
}

.ohra-order-steps {
  width: min(100%, 1040px);
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.ohra-order-steps h2 {
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.8vw, 64px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
}

.ohra-order-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-order-steps__grid article {
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 172px;
  padding: 24px 18px;
}

.ohra-order-steps__grid article + article {
  border-left: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-order-steps__grid span {
  color: rgba(52, 40, 34, 0.5);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.ohra-order-steps__grid h3 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-order-steps__grid p {
  max-width: 250px;
  margin: 0 auto;
  color: rgba(52, 40, 34, 0.64);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.32;
}

.ohra-order-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: clamp(28px, 5vw, 70px);
  width: min(100%, 1240px);
  margin: 0 auto;
  align-items: start;
}

.ohra-order-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(52, 40, 34, 0.22);
  background: rgba(255, 250, 242, 0.48);
}

.ohra-order-card--details {
  position: sticky;
  top: 108px;
}

.ohra-order-card h2 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(31px, 3.4vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-order-card__items {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-order-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-order-item__media {
  overflow: hidden;
  background: #eee4d8;
}

.ohra-order-item__media img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.ohra-order-item h3 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.8vw, 34px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-order-item p {
  margin: 8px 0 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.2;
}

.ohra-order-item strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
}

.ohra-order-card__totals {
  display: grid;
  margin-top: 10px;
}

.ohra-order-card__totals div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 14px;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-order-card__totals strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.ohra-order-card__totals .is-total {
  align-items: baseline;
  color: var(--product-ink, var(--ohra-ink));
}

.ohra-order-card__totals .is-total strong {
  font-size: 26px;
}

.ohra-order-detail {
  display: grid;
  gap: 8px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-order-detail strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
}

.ohra-order-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.ohra-order-actions a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition:
    background-color 180ms var(--ease-soft),
    color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-order-actions__primary {
  color: #fffaf2;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
}

.ohra-order-actions__secondary {
  color: var(--product-ink, var(--ohra-ink));
  background: transparent;
  border: 1px solid rgba(52, 40, 34, 0.26);
}

.ohra-order-actions__primary:hover,
.ohra-order-actions__primary:focus-visible {
  background: #241a16;
}

.ohra-order-actions__secondary:hover,
.ohra-order-actions__secondary:focus-visible {
  background: rgba(52, 40, 34, 0.055);
}

.ohra-order-actions a:active {
  transform: scale(0.98);
}

.ohra-order-hooks {
  width: min(100%, 1040px);
  margin: 34px auto 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.4;
}

.ohra-order-empty {
  display: grid;
  min-height: clamp(460px, 62svh, 660px);
  align-content: center;
  justify-items: center;
}

.ohra-order-empty .ohra-order-actions {
  width: min(100%, 420px);
}

.ohra-order-aftercare {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(18px, 3vw, 34px);
  width: min(100%, 1240px);
  margin: clamp(28px, 5vw, 58px) auto 0;
}

.ohra-order-aftercare__card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: clamp(22px, 3vw, 34px);
  color: var(--product-ink, var(--ohra-ink));
  background: rgba(255, 250, 242, 0.42);
  border: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-order-aftercare__card > p {
  margin: 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-order-aftercare__card h2 {
  max-width: 620px;
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.2vw, 58px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
}

.ohra-order-aftercare__card > span {
  max-width: 560px;
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.35;
}

.ohra-order-aftercare__card ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.ohra-order-aftercare__card li {
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.25;
}

.ohra-order-aftercare__card li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 9px;
  vertical-align: middle;
  background: currentColor;
  opacity: 0.55;
}

.ohra-order-aftercare__card a {
  display: flex;
  width: min(100%, 330px);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
  transition:
    background-color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-order-aftercare__card a:hover,
.ohra-order-aftercare__card a:focus-visible {
  background: #241a16;
}

.ohra-order-aftercare__card a:active {
  transform: scale(0.98);
}

.ohra-order-aftercare__card--instagram {
  background: rgba(255, 250, 242, 0.28);
}

.ohra-order-aftercare__card--instagram a {
  color: var(--product-ink, var(--ohra-ink));
  background: transparent;
  border-color: rgba(52, 40, 34, 0.28);
}

.ohra-order-aftercare__card--instagram a:hover,
.ohra-order-aftercare__card--instagram a:focus-visible {
  background: rgba(52, 40, 34, 0.055);
}

.ohra-account-page {
  min-height: 100svh;
  padding: clamp(118px, 12vw, 152px) clamp(18px, 5vw, 70px) clamp(56px, 7vw, 92px);
  color: var(--product-ink, var(--ohra-ink));
  background: linear-gradient(180deg, #fbf7f0 0%, #f6eee5 62%, #f1e5dc 100%);
}

.ohra-account-page__hero {
  max-width: 980px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.ohra-account-page__hero p,
.ohra-account-welcome > p,
.ohra-account-panel > p,
.ohra-account-section__head > p,
.ohra-account-login__panel > p {
  margin: 0 0 12px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-account-page__hero h1 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(54px, 8vw, 108px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.9;
}

.ohra-account-page__hero span {
  display: block;
  max-width: 660px;
  margin: 20px auto 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.36;
}

.ohra-account {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  width: min(100%, 1240px);
  margin: 0 auto;
  align-items: start;
}

.ohra-account-nav {
  position: sticky;
  top: 108px;
  padding: 20px 0;
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-account-nav p {
  margin: 0 0 16px;
  color: rgba(52, 40, 34, 0.54);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ohra-account-nav ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ohra-account-nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  color: rgba(52, 40, 34, 0.64);
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    color 180ms var(--ease-soft),
    padding-left 180ms var(--ease-soft);
}

.ohra-account-nav a::after {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: right;
  transition:
    opacity 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.ohra-account-nav li.is-active a,
.ohra-account-nav a:hover,
.ohra-account-nav a:focus-visible {
  color: var(--product-ink, var(--ohra-ink));
  padding-left: 8px;
}

.ohra-account-nav li.is-active a::after,
.ohra-account-nav a:hover::after,
.ohra-account-nav a:focus-visible::after {
  opacity: 0.55;
  transform: scaleX(1);
}

.ohra-account__content {
  min-width: 0;
}

.ohra-account-welcome,
.ohra-account-section__head {
  margin-bottom: clamp(22px, 4vw, 38px);
}

.ohra-account-welcome h2,
.ohra-account-section__head h2,
.ohra-account-login__panel h2 {
  max-width: 760px;
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.6vw, 72px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
}

.ohra-account-welcome span,
.ohra-account-section__head span,
.ohra-account-panel > span,
.ohra-account-login__note {
  display: block;
  max-width: 650px;
  margin-top: 16px;
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.38;
}

.ohra-account-dashboard__grid,
.ohra-account-order-detail,
.ohra-account-addresses,
.ohra-account-login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.ohra-account-panel,
.ohra-account-login__panel {
  padding: clamp(22px, 3vw, 32px);
  color: var(--product-ink, var(--ohra-ink));
  background: rgba(255, 250, 242, 0.46);
  border: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-account-panel--large {
  grid-row: span 2;
}

.ohra-account-panel--soft {
  background: rgba(255, 250, 242, 0.28);
}

.ohra-account-panel h3 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(29px, 3.5vw, 44px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.98;
}

.ohra-account-order-card {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-order-card__top,
.ohra-account-order-card__bottom,
.ohra-account-order-card > div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ohra-account-order-card span,
.ohra-account-detail-list span {
  color: rgba(52, 40, 34, 0.58);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ohra-account-order-card strong {
  display: block;
  margin-top: 6px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-account-order-card p {
  margin: 0;
  color: rgba(52, 40, 34, 0.64);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.35;
}

.ohra-account-order-card a,
.ohra-account-empty-state a,
.ohra-account-link,
.ohra-account-pagination a,
.ohra-account-form button,
.ohra-account-login button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--product-ink, var(--ohra-ink));
  border: 1px solid var(--product-ink, var(--ohra-ink));
  transition:
    background-color 180ms var(--ease-soft),
    color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-account-order-card a:hover,
.ohra-account-empty-state a:hover,
.ohra-account-link:hover,
.ohra-account-pagination a:hover,
.ohra-account-form button:hover,
.ohra-account-login button:hover,
.ohra-account-order-card a:focus-visible,
.ohra-account-empty-state a:focus-visible,
.ohra-account-link:focus-visible,
.ohra-account-pagination a:focus-visible,
.ohra-account-form button:focus-visible,
.ohra-account-login button:focus-visible {
  background: #241a16;
}

.ohra-account-order-card a:active,
.ohra-account-empty-state a:active,
.ohra-account-link:active,
.ohra-account-pagination a:active,
.ohra-account-form button:active,
.ohra-account-login button:active {
  transform: scale(0.98);
}

.ohra-account-empty-state {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-empty-state span {
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.35;
}

.ohra-account-quick-links {
  display: grid;
  margin-top: 22px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-quick-links a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  color: rgba(52, 40, 34, 0.7);
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
  transition:
    color 180ms var(--ease-soft),
    padding-left 180ms var(--ease-soft);
}

.ohra-account-quick-links a::after {
  content: "+";
  color: rgba(52, 40, 34, 0.52);
  font-size: 18px;
  font-weight: 300;
}

.ohra-account-quick-links a:hover,
.ohra-account-quick-links a:focus-visible {
  color: var(--product-ink, var(--ohra-ink));
  padding-left: 8px;
}

.ohra-account-orders {
  display: grid;
  gap: 18px;
}

.ohra-account-order-card__items {
  display: flex;
  gap: 8px;
}

.ohra-account-order-card__thumb {
  width: 62px;
  overflow: hidden;
  background: #eee4d8;
}

.ohra-account-order-card__thumb img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.ohra-account-order-card__bottom > span {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.ohra-account-order-lines {
  display: grid;
  margin-top: 22px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-order-line {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-order-line__media {
  overflow: hidden;
  background: #eee4d8;
}

.ohra-account-order-line__media img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.ohra-account-order-line h4 {
  margin: 0;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.ohra-account-order-line p {
  margin: 7px 0 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
}

.ohra-account-order-line strong {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
}

.ohra-account-progress {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-progress span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(52, 40, 34, 0.58);
  font-family: var(--font-sans);
  font-size: 13px;
}

.ohra-account-progress span::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.ohra-account-progress span.is-active {
  color: var(--product-ink, var(--ohra-ink));
}

.ohra-account-progress span.is-active::before {
  background: currentColor;
}

.ohra-account-detail-list {
  display: grid;
  margin-top: 20px;
}

.ohra-account-detail-list div {
  display: grid;
  gap: 7px;
  padding: 14px 0;
  border-top: 1px solid rgba(52, 40, 34, 0.18);
}

.ohra-account-detail-list strong,
.ohra-account-addresses address {
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
}

.ohra-account-addresses address {
  min-height: 86px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-link {
  width: min(100%, 210px);
  margin-top: 18px;
}

.ohra-account-form,
.ohra-account-login form {
  display: grid;
  gap: 18px;
}

.ohra-account-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ohra-account-form .form-row,
.ohra-account-login .form-row {
  display: grid;
  gap: 7px;
  margin: 0;
}

.ohra-account-form .form-row-wide,
.ohra-account-form .address-field,
.ohra-account-form #billing_country_field,
.ohra-account-form #shipping_country_field,
.ohra-account-form #billing_address_1_field,
.ohra-account-form #billing_address_2_field,
.ohra-account-form #shipping_address_1_field,
.ohra-account-form #shipping_address_2_field,
.ohra-account-login .form-row-wide {
  grid-column: 1 / -1;
}

.ohra-account-form label,
.ohra-account-login label {
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ohra-account-form input.input-text,
.ohra-account-form input[type="text"],
.ohra-account-form input[type="email"],
.ohra-account-form input[type="password"],
.ohra-account-form input[type="tel"],
.ohra-account-form select,
.ohra-account-login input.input-text,
.ohra-account-login input[type="text"],
.ohra-account-login input[type="email"],
.ohra-account-login input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 15px;
  background: rgba(255, 250, 242, 0.5);
  border: 1px solid rgba(52, 40, 34, 0.24);
  border-radius: 0;
  transition:
    background-color 180ms var(--ease-soft),
    border-color 180ms var(--ease-soft),
    box-shadow 180ms var(--ease-soft);
}

.ohra-account-form input:focus,
.ohra-account-form select:focus,
.ohra-account-login input:focus {
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(52, 40, 34, 0.56);
  box-shadow: 0 0 0 3px rgba(52, 40, 34, 0.06);
  outline: none;
}

.ohra-account-form__fieldset {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 18px;
  border: 1px solid rgba(52, 40, 34, 0.2);
}

.ohra-account-form__fieldset legend {
  padding: 0 8px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ohra-account-pagination {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.ohra-account-login {
  width: min(100%, 1060px);
  margin: 0 auto;
}

.ohra-account-login__remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ohra-account-login__remember label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0;
}

.ohra-account-login input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--product-ink, var(--ohra-ink));
}

.ohra-account-login .lost_password {
  margin: 0;
}

.ohra-account-login .lost_password a {
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ohra-account-page .woocommerce-message,
.ohra-account-page .woocommerce-info,
.ohra-account-page .woocommerce-error {
  width: min(100%, 1240px);
  margin: 0 auto 20px;
  padding: 14px 16px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.35;
  background: rgba(255, 250, 242, 0.62);
  border: 1px solid rgba(52, 40, 34, 0.2);
  list-style: none;
}

.ohra-cart-empty {
  display: grid;
  max-width: 720px;
  min-height: clamp(460px, 62svh, 660px);
  align-content: center;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.ohra-cart-empty[hidden] {
  display: none;
}

.ohra-cart-empty a {
  width: min(100%, 320px);
}

.ohra-cart-page__layout[hidden] {
  display: none;
}

.ohra-cart-page__update:disabled {
  opacity: 0.35;
  cursor: default;
}

.ohra-cart-page__layout.is-dirty .ohra-cart-page__update {
  color: var(--product-ink, var(--ohra-ink));
}

.ohra-product-template .ohra-single-product__accordions {
  margin-top: 22px;
  border-top: 1px solid rgba(52, 40, 34, 0.28);
}

.ohra-product-template .ohra-single-product__accordions details {
  border-bottom: 1px solid rgba(52, 40, 34, 0.28);
}

.ohra-product-template .ohra-single-product__accordions summary {
  display: flex;
  min-height: 57px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  color: #5c524e;
  font-family: var(--font-sans);
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
  transition:
    color 180ms var(--ease-soft),
    padding-left 180ms var(--ease-soft);
}

.ohra-product-template .ohra-single-product__accordions summary::after {
  content: "+";
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  color: rgba(52, 40, 34, 0.66);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transform-origin: center;
  transition:
    color 180ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.ohra-product-template .ohra-single-product__accordions summary:hover,
.ohra-product-template .ohra-single-product__accordions summary:focus-visible {
  color: var(--product-ink);
}

.ohra-product-template .ohra-single-product__accordions summary::-webkit-details-marker {
  display: none;
}

.ohra-product-template .ohra-single-product__accordions details[open] summary {
  color: var(--product-ink);
  font-weight: 600;
}

.ohra-product-template .ohra-single-product__accordions details[open] summary::after {
  color: var(--product-ink);
  transform: rotate(45deg);
}

.ohra-product-template .ohra-single-product__accordion-content {
  padding: 0 18px 18px;
  color: #514741;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.32;
  overflow: hidden;
}

.ohra-product-template .ohra-single-product__accordions details[open] .ohra-single-product__accordion-content {
  animation: ohra-product-accordion-in 180ms var(--ease-soft);
}

.ohra-product-template .ohra-single-product__accordion-content p {
  margin: 0 0 12px;
}

.ohra-product-template .ohra-single-product__accordion-content strong {
  display: block;
  margin: 10px 0 2px;
  color: var(--product-ink);
  font-weight: 600;
}

.ohra-product-template .ohra-single-product__related {
  margin-top: 0;
  padding: 16px 18px 28px;
  background: var(--product-paper);
}

.ohra-product-template .ohra-single-product__packaging {
  margin-top: 16px;
  padding: 15px 18px;
  color: var(--product-ink);
  border-top: 1px solid rgba(52, 40, 34, 0.22);
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-product-template .ohra-product-reassurance__viewport {
  position: relative;
  overflow: hidden;
  min-height: 80px;
}

.ohra-product-template .ohra-product-reassurance__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 80px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ohra-product-template .ohra-product-reassurance__item:not(:first-child) {
  position: absolute;
  inset: 0;
}

.ohra-product-template .ohra-product-reassurance__item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ohra-product-template .ohra-single-product__packaging-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: rgba(87, 61, 48, 0.82);
}

.ohra-product-template .ohra-product-reassurance__icon-mask {
  display: block;
  width: 42px;
  height: 42px;
  background-color: rgba(87, 61, 48, 0.82);
  mask: url("../icons/picto-sac-reutilisable.png") center / contain no-repeat;
  -webkit-mask: url("../icons/picto-sac-reutilisable.png") center / contain no-repeat;
}

.ohra-product-template .ohra-product-reassurance__icon-mask--craft {
  width: 46px;
  height: 46px;
  mask-image: url("../icons/picto-fabrication-ethique.png");
  -webkit-mask-image: url("../icons/picto-fabrication-ethique.png");
}

.ohra-product-template .ohra-product-reassurance__icon-svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ohra-product-template .ohra-single-product__packaging strong {
  display: block;
  margin: 0 0 4px;
  color: var(--product-ink);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ohra-product-template .ohra-single-product__packaging p {
  margin: 0;
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.28;
}

@media (prefers-reduced-motion: reduce) {
  .ohra-product-template .ohra-product-reassurance__item {
    transition: none;
    transform: none;
  }
}

.ohra-product-template .ohra-single-product__related h2 {
  margin: 0 0 18px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(24px, 7.1vw, 34px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.ohra-product-template .ohra-single-product__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0 18px;
}

.ohra-product-template .ohra-single-product__related .ohra-v2-product__media {
  aspect-ratio: 0.88;
  outline: 0;
}

.ohra-product-template .ohra-single-product__related .ohra-v2-product h3 {
  margin-top: 8px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(12px, 3.35vw, 15px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
}

.ohra-product-template .ohra-single-product__related .ohra-v2-product p {
  margin-top: 4px;
  color: var(--product-ink);
  font-family: var(--font-serif);
  font-size: clamp(12px, 3.35vw, 15px);
  font-style: italic;
  line-height: 1;
  text-align: center;
}

.ohra-v2-product__media .ohra-signature-add {
  --ohra-signature-add-size: clamp(28px, 7.4vw, 34px);
  position: absolute;
  right: clamp(8px, 2.2vw, 12px);
  bottom: clamp(8px, 2.2vw, 12px);
  display: grid;
  width: var(--ohra-signature-add-size);
  height: calc(var(--ohra-signature-add-size) * 1.12);
  place-items: center;
  overflow: visible;
  isolation: isolate;
  color: #fffaf2;
  font-family: var(--font-sans);
  font-size: calc(var(--ohra-signature-add-size) * 0.43);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(47, 38, 34, 0.24);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    opacity 240ms var(--ease-soft),
    transform 260ms var(--ease-soft),
    filter 260ms var(--ease-soft);
}

.ohra-v2-product__media .ohra-signature-add::before,
.ohra-v2-product__media .ohra-signature-add::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ohra-v2-product__media .ohra-signature-add::before {
  inset: 0;
  z-index: 2;
  background-color: rgba(255, 250, 242, 0.96);
  mask: url("../icons/ohra-o-signature.png") center / contain no-repeat;
  -webkit-mask: url("../icons/ohra-o-signature.png") center / contain no-repeat;
  filter:
    drop-shadow(0 1px 4px rgba(47, 38, 34, 0.18))
    drop-shadow(0 8px 18px rgba(47, 38, 34, 0.16));
}

.ohra-v2-product__media .ohra-signature-add::after {
  content: none;
}

.ohra-v2-product__media .ohra-signature-add .ohra-signature-add__mark {
  position: relative;
  z-index: 3;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
  color: currentColor;
  font: inherit;
  line-height: 1;
  text-shadow: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translate(-1px, 1px);
  transition: none;
}

.ohra-v2-product__media .ohra-signature-add .ohra-signature-add__mark::before,
.ohra-v2-product__media .ohra-signature-add .ohra-signature-add__mark::after {
  content: none;
}

.ohra-v2-product__media:hover .ohra-signature-add,
.ohra-v2-product__media:focus-visible .ohra-signature-add {
  opacity: 1;
  filter: brightness(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
}

.ohra-v2-product__media:active .ohra-signature-add {
  transform: translate3d(0, 0, 0) scale(0.97);
}

@media (min-width: 1024px) {
  .ohra-product-archive .ohra-v2-shop-hero {
    height: clamp(220px, 20vw, 340px);
  }

  .ohra-product-archive .ohra-v2-shop-manifest {
    min-height: 0;
    padding: clamp(30px, 3.4vw, 54px) 0 clamp(32px, 3.6vw, 58px);
  }

  .ohra-product-archive .ohra-v2-shop-manifest__inner {
    width: min(calc(100% - 160px), 1040px);
  }

  .ohra-product-archive .ohra-v2-shop-manifest h1,
  .ohra-product-archive.ohra-collection-vetements .ohra-v2-shop-manifest h1,
  .ohra-collection-bijoux .ohra-v2-shop-manifest h1,
  .ohra-collection-sacs .ohra-v2-shop-manifest h1 {
    max-width: 980px;
    margin: 0 auto 18px;
    font-size: clamp(36px, 4.2vw, 64px);
    line-height: 0.92;
  }

  .ohra-product-archive .ohra-v2-shop-manifest p,
  .ohra-product-archive .ohra-v2-shop-manifest p:first-of-type,
  .ohra-collection-bijoux .ohra-v2-shop-manifest p,
  .ohra-collection-bijoux .ohra-v2-shop-manifest p:first-of-type,
  .ohra-collection-sacs .ohra-v2-shop-manifest p,
  .ohra-collection-sacs .ohra-v2-shop-manifest p:first-of-type {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(14px, 1.05vw, 18px);
    line-height: 1.34;
    white-space: normal;
  }

  .ohra-product-archive .ohra-v2-shop-manifest p + p,
  .ohra-collection-bijoux .ohra-v2-shop-manifest p + p,
  .ohra-collection-sacs .ohra-v2-shop-manifest p + p {
    margin-top: 16px;
  }

  .ohra-v2-shop-tabs {
    height: clamp(50px, 4vw, 60px);
    gap: clamp(56px, 7.5vw, 112px);
  }

  .ohra-v2-shop-tabs a {
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .ohra-v2-shop-tabs a[aria-current="page"] {
    font-weight: 700;
  }

  .ohra-product-archive .ohra-v2-shop-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    width: min(calc(100% - clamp(64px, 7vw, 140px)), 1680px);
    padding-top: clamp(24px, 2.8vw, 42px);
    padding-bottom: clamp(42px, 4.6vw, 76px);
    gap: clamp(34px, 3vw, 58px) clamp(18px, 1.8vw, 30px);
  }

  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product {
    grid-column: span 3;
    width: 100%;
  }

  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(7n + 5),
  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(7n + 6),
  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(7n + 7) {
    grid-column: span 4;
  }

  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(5):last-child {
    grid-column: 5 / span 4;
  }

  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(5):nth-last-child(2) {
    grid-column: 3 / span 4;
  }

  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(6):last-child {
    grid-column: 7 / span 4;
  }

  .ohra-product-archive .ohra-v2-shop-grid > .ohra-v2-product:nth-child(8):last-child {
    grid-column: 5 / span 3;
  }

  .ohra-product-archive .ohra-v2-product--large {
    width: 100%;
  }

  .ohra-product-archive .ohra-v2-product__media,
  .ohra-product-archive .ohra-v2-product--large .ohra-v2-product__media {
    aspect-ratio: 0.73;
  }

  .ohra-product-archive .ohra-v2-product h2 {
    margin-top: 10px;
    font-size: clamp(12px, 0.88vw, 15px);
    line-height: 1.05;
  }

  .ohra-product-archive .ohra-v2-product p {
    margin-top: 3px;
    font-size: clamp(12px, 0.82vw, 14px);
    line-height: 1.05;
  }

  .ohra-product-archive .ohra-v2-product__content {
    gap: 3px;
    padding-top: 10px;
  }

  .ohra-product-archive .ohra-v2-product__category,
  .ohra-product-archive .ohra-v2-product__stock {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .ohra-product-archive .ohra-v2-product__media .ohra-signature-add {
    --ohra-signature-add-size: clamp(27px, 2.2vw, 34px);
    right: clamp(8px, 0.9vw, 12px);
    bottom: clamp(8px, 0.9vw, 12px);
  }
}

.ohra-product-template .ohra-single-product__related-dots {
  padding: 24px 0 0;
}

@media (min-width: 760px) {
  .ohra-product-template .ohra-single-product__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
    gap: clamp(28px, 4vw, 62px);
    width: min(calc(100% - 72px), 1280px);
    margin: 0 auto;
    padding-top: clamp(96px, 9vw, 130px);
  }

  .ohra-product-template .ohra-single-product__gallery {
    border: 1px solid rgba(52, 40, 34, 0.12);
  }

  .ohra-product-template .ohra-single-product__image,
  .ohra-product-template .ohra-single-product__gallery figure.is-primary .ohra-single-product__image {
    height: min(760px, calc(100vh - 150px));
  }

  .ohra-product-template .ohra-single-product__summary {
    padding: 0;
  }

  .ohra-product-template .ohra-single-product__cart {
    width: 100%;
  }

  .ohra-product-template .ohra-single-product__cart form.cart {
    grid-template-columns: minmax(124px, 150px) minmax(220px, 1fr);
    align-items: stretch;
  }

  .ohra-product-template .ohra-product-purchase-controls {
    display: contents;
  }

  .ohra-product-template .ohra-single-product__cart .ohra-product-quantity {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .ohra-product-template .ohra-single-product__cart .single_add_to_cart_button,
  .ohra-product-template .ohra-single-product__cart button.single_add_to_cart_button {
    grid-column: 2;
    grid-row: 1;
  }

  .ohra-product-template .ohra-product-size {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .ohra-product-template .ohra-single-product__related {
    width: min(calc(100% - 72px), 900px);
    margin: 54px auto 0;
    padding-inline: 0;
  }
}

@media (max-width: 980px) {
  .ohra-cart-page__layout {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .ohra-cart-summary {
    position: static;
  }

  .ohra-checkout__layout {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .ohra-checkout__summary {
    position: static;
    order: -1;
  }

  .ohra-checkout-mobile-summary {
    display: block;
    border: 1px solid rgba(52, 40, 34, 0.22);
    background: rgba(255, 250, 242, 0.52);
  }

  .ohra-checkout-mobile-summary summary {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 18px;
    color: var(--product-ink, var(--ohra-ink));
    font-family: var(--font-sans);
    font-size: 12px;
    letter-spacing: 0.12em;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .ohra-checkout-mobile-summary summary::-webkit-details-marker {
    display: none;
  }

  .ohra-checkout-mobile-summary summary strong {
    font-family: var(--font-serif);
    font-size: 22px;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }

  .ohra-checkout__summary:not(.is-summary-open) .ohra-checkout-summary-card {
    display: none;
  }

  .ohra-checkout__summary.is-summary-open .ohra-checkout-summary-card {
    border-top: 0;
  }

  .ohra-order-page__layout {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .ohra-order-aftercare {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .ohra-order-card--details {
    position: static;
  }

  .ohra-order-status,
  .ohra-order-steps__grid {
    grid-template-columns: 1fr;
  }

  .ohra-order-status div + div,
  .ohra-order-steps__grid article + article {
    border-top: 1px solid rgba(52, 40, 34, 0.22);
    border-left: 0;
  }

  .ohra-order-status div {
    min-height: 86px;
  }

  .ohra-account {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .ohra-account-nav {
    position: static;
    overflow-x: auto;
    padding: 14px 0;
  }

  .ohra-account-nav ul {
    display: flex;
    gap: 18px;
    min-width: max-content;
  }

  .ohra-account-nav a {
    min-height: 34px;
    white-space: nowrap;
  }

  .ohra-account-nav a::after {
    display: none;
  }

  .ohra-account-dashboard__grid,
  .ohra-account-order-detail,
  .ohra-account-addresses,
  .ohra-account-login {
    grid-template-columns: 1fr;
  }

  .ohra-account-panel--large {
    grid-row: auto;
  }
}

@media (max-width: 520px) {
  .ohra-product-template .ohra-single-product__image,
  .ohra-product-template .ohra-single-product__gallery figure.is-primary .ohra-single-product__image {
    height: min(70vh, 560px);
    min-height: 448px;
  }

  .ohra-product-template .ohra-single-product__cart .single_add_to_cart_button,
  .ohra-product-template .ohra-single-product__cart button.single_add_to_cart_button {
    min-height: 52px;
  }

  .ohra-product-template .ohra-single-product__cart form.cart {
    grid-template-columns: 1fr;
  }

  .ohra-cart-drawer__panel {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: min(92svh, 760px);
    padding: 24px 18px 18px;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -28px 70px rgba(47, 38, 34, 0.24);
    transform: translate3d(0, 105%, 0);
  }

  .ohra-cart-drawer__close {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
  }

  .ohra-cart-drawer h2 {
    max-width: 284px;
    font-size: clamp(27px, 7.5vw, 31px);
  }

  .ohra-cart-drawer__message {
    max-width: 300px;
    font-size: 14px;
  }

  .ohra-cart-drawer__item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    margin-top: 22px;
    padding: 15px 0;
  }

  .ohra-cart-drawer__item-body h3 {
    font-size: 21px;
  }

  .ohra-cart-drawer__actions {
    margin-top: 20px;
  }

  .ohra-cart-page {
    padding: 104px 18px 56px;
  }

  .ohra-cart-page__header {
    margin-bottom: 30px;
    text-align: left;
  }

  .ohra-cart-page__header h1,
  .ohra-cart-empty h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .ohra-cart-page__header span,
  .ohra-cart-empty > span {
    margin-top: 16px;
    font-size: 16px;
  }

  .ohra-cart-item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .ohra-cart-item__body {
    align-content: start;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
  }

  .ohra-cart-item__head {
    display: contents;
  }

  .ohra-cart-item__head > div {
    grid-column: 1 / -1;
  }

  .ohra-cart-item__head p {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .ohra-cart-item__head h2 {
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .ohra-cart-item__head span {
    margin-top: 6px;
    font-size: 13px;
  }

  .ohra-cart-item__head strong {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    font-size: 21px;
  }

  .ohra-cart-item__controls {
    display: contents;
  }

  .ohra-cart-item__controls .ohra-product-quantity {
    grid-column: 2;
    grid-row: 2;
    width: 108px;
    min-height: 38px;
    grid-template-columns: 34px minmax(30px, 1fr) 34px;
  }

  .ohra-cart-item__controls .ohra-product-quantity__button,
  .ohra-cart-item__controls .ohra-product-quantity .qty {
    min-height: 36px;
  }

  .ohra-cart-item__controls .ohra-product-quantity__button {
    min-width: 34px;
    font-size: 16px;
  }

  .ohra-cart-item__remove {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
    min-height: 26px;
    margin-top: 2px;
  }

  .ohra-cart-summary {
    padding: 22px 18px;
  }

  .ohra-cart-summary__reassurance {
    grid-template-columns: 1fr;
  }

  .ohra-checkout-page {
    padding: 104px 18px 56px;
  }

  .ohra-checkout-page__header {
    margin-bottom: 30px;
    text-align: left;
  }

  .ohra-checkout-page__header h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .ohra-checkout-page__header span {
    margin-top: 16px;
    font-size: 16px;
  }

  .ohra-checkout__layout {
    gap: 18px;
  }

  .ohra-checkout__main {
    gap: 10px;
  }

  .ohra-checkout-step summary {
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    min-height: 68px;
    padding: 0 12px;
    gap: 10px;
  }

  .ohra-checkout-step summary > span {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .ohra-checkout-step summary strong {
    font-size: clamp(25px, 7.2vw, 33px);
  }

  .ohra-checkout-step summary em {
    margin-top: -5px;
    font-size: 12px;
  }

  .ohra-checkout-step__content {
    padding: 0 12px 18px;
  }

  .ohra-checkout-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ohra-checkout-page input.input-text,
  .ohra-checkout-page textarea,
  .ohra-checkout-page select,
  .ohra-payment-placeholder {
    min-height: 46px;
    font-size: 16px;
  }

  .ohra-checkout-account {
    padding: 13px;
  }

  .ohra-checkout-page #payment li.wc_payment_method {
    padding: 13px;
  }

  .ohra-checkout-summary-card {
    padding: 18px;
  }

  .ohra-checkout-summary-item {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 13px 0;
  }

  .ohra-checkout-summary-item h3 {
    font-size: 19px;
  }

  .ohra-checkout-summary-card__trust {
    grid-template-columns: 1fr;
  }

  .ohra-order-page {
    padding: 104px 18px 56px;
  }

  .ohra-order-page__hero,
  .ohra-order-empty,
  .ohra-order-steps {
    margin-bottom: 30px;
    text-align: left;
  }

  .ohra-order-page__hero h1,
  .ohra-order-empty h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .ohra-order-page__hero span,
  .ohra-order-empty > span {
    margin-top: 16px;
    font-size: 16px;
  }

  .ohra-order-status,
  .ohra-order-steps,
  .ohra-order-page__layout {
    width: min(100%, 760px);
  }

  .ohra-order-status div {
    justify-items: start;
    text-align: left;
  }

  .ohra-order-steps h2 {
    margin-inline: 0;
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .ohra-order-steps__grid article {
    min-height: 0;
    padding: 18px 0;
    text-align: left;
  }

  .ohra-order-steps__grid p {
    max-width: none;
    margin: 0;
  }

  .ohra-order-card {
    padding: 18px;
  }

  .ohra-order-item {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 13px 0;
  }

  .ohra-order-item h3 {
    font-size: 19px;
  }

  .ohra-order-item p {
    font-size: 12px;
  }

  .ohra-order-item strong {
    font-size: 16px;
  }

  .ohra-order-aftercare {
    margin-top: 18px;
  }

  .ohra-order-aftercare__card {
    padding: 18px;
  }

  .ohra-order-aftercare__card h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .ohra-order-aftercare__card a {
    width: 100%;
  }

  .ohra-account-page {
    padding: 104px 18px 56px;
  }

  .ohra-account-page__hero {
    margin-bottom: 30px;
    text-align: left;
  }

  .ohra-account-page__hero h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .ohra-account-page__hero span {
    margin-top: 16px;
    font-size: 16px;
  }

  .ohra-account-welcome h2,
  .ohra-account-section__head h2,
  .ohra-account-login__panel h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .ohra-account-panel,
  .ohra-account-login__panel {
    padding: 18px;
  }

  .ohra-account-order-card__top,
  .ohra-account-order-card__bottom,
  .ohra-account-order-card > div:first-child,
  .ohra-account-login__remember {
    display: grid;
    justify-content: stretch;
  }

  .ohra-account-order-card a,
  .ohra-account-empty-state a,
  .ohra-account-link,
  .ohra-account-pagination a,
  .ohra-account-form button,
  .ohra-account-login button {
    width: 100%;
  }

  .ohra-account-order-line {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 13px 0;
  }

  .ohra-account-order-line h4 {
    font-size: 19px;
  }

  .ohra-account-order-line strong {
    font-size: 16px;
  }

  .ohra-account-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ohra-account-form input.input-text,
  .ohra-account-form input[type="text"],
  .ohra-account-form input[type="email"],
  .ohra-account-form input[type="password"],
  .ohra-account-form input[type="tel"],
  .ohra-account-form select,
  .ohra-account-login input.input-text,
  .ohra-account-login input[type="text"],
  .ohra-account-login input[type="email"],
  .ohra-account-login input[type="password"] {
    min-height: 46px;
    font-size: 16px;
  }
}

@media (max-width: 370px) {
  .ohra-product-template .ohra-single-product__cart {
    width: calc(100% - 36px);
  }

  .ohra-product-template .ohra-product-purchase-controls {
    grid-template-columns: 1fr;
  }
}

@keyframes ohra-product-accordion-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ohra-cart-coupon-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ohra-collection-filter-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ohra-checkout-step-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohra-v2-shop-manifest h1,
  .ohra-v2-shop-manifest p {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .ohra-cart-drawer__overlay,
  .ohra-cart-drawer__panel,
  .ohra-cart-drawer__media img {
    transition: none;
  }
}

.ohra-story-page {
  position: relative;
  color: var(--ohra-brown);
  background:
    linear-gradient(rgba(47, 38, 34, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 38, 34, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 14% 18%, rgba(242, 211, 214, 0.34), transparent 420px),
    radial-gradient(circle at 88% 46%, rgba(216, 180, 154, 0.24), transparent 520px),
    linear-gradient(180deg, #fbf7ef 0%, #f7f0e5 48%, #fbf7ef 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  overflow: clip;
}

.ohra-story-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(47, 38, 34, 0.14) 0 0.6px, transparent 0.8px),
    radial-gradient(circle, rgba(255, 250, 242, 0.7) 0 0.8px, transparent 1px);
  background-position: 0 0, 13px 18px;
  background-size: 24px 24px, 31px 31px;
  opacity: 0.2;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ohra-story-page > * {
  position: relative;
  z-index: 1;
}

.ohra-story-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 128px max(22px, calc((100% - 1180px) / 2)) 74px;
  color: var(--ohra-white);
  overflow: hidden;
}

.ohra-story-hero__image {
  position: absolute;
  inset: -5% 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: 54% 50%;
  outline: 0;
  transform: translate3d(0, var(--story-parallax-y, 0), 0) scale(1.04);
  will-change: transform;
}

.ohra-story-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 18, 14, 0.2), rgba(25, 18, 14, 0.04) 45%, rgba(25, 18, 14, 0.22)),
    linear-gradient(180deg, rgba(20, 14, 10, 0.1), rgba(20, 14, 10, 0.34));
}

.ohra-story-hero__paper {
  position: relative;
  width: min(450px, 100%);
  padding: 52px 50px 48px;
  color: var(--ohra-brown);
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(247, 240, 229, 0.91)),
    var(--ohra-ivory-soft);
  box-shadow: 20px 24px 70px rgba(47, 38, 34, 0.22);
  clip-path: polygon(0 0, 96% 0, 100% 4%, 97% 10%, 100% 17%, 96% 25%, 100% 33%, 97% 42%, 100% 53%, 96% 63%, 100% 76%, 97% 88%, 100% 100%, 0 100%);
}

.ohra-story-hero__paper::before,
.ohra-story-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(47, 38, 34, 0.13) 0 0.5px, transparent 0.8px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 44%);
  background-size: 18px 18px, auto;
  opacity: 0.22;
  pointer-events: none;
}

.ohra-story-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ohra-story-hero h1,
.ohra-story-note h2 {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.96;
}

.ohra-story-hero h1 {
  max-width: 360px;
  font-size: 4.9rem;
}

.ohra-story-note h2 {
  font-size: 3.35rem;
}

.ohra-story-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin-top: 24px;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.08;
}

.ohra-story-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 28px;
  color: rgba(47, 38, 34, 0.88);
  font-size: 1rem;
  font-weight: 460;
  line-height: 1.48;
}

.ohra-story-script {
  position: relative;
  z-index: 1;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-style: italic;
  line-height: 1.1;
}

.ohra-story-hero__date {
  position: absolute;
  top: 104px;
  right: max(26px, calc((100% - 1180px) / 2) + 280px);
  color: rgba(255, 250, 242, 0.92);
  transform: rotate(-4deg);
}

.ohra-story-stamp {
  display: grid;
  place-items: center;
  width: 136px;
  aspect-ratio: 1;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: rgba(255, 250, 242, 0.74);
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(13deg);
}

.ohra-story-stamp::before,
.ohra-story-stamp::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.ohra-story-stamp::before {
  inset: 10px;
  border: 1px solid currentColor;
  opacity: 0.55;
}

.ohra-story-stamp::after {
  width: 35px;
  height: 35px;
  border: 1px solid currentColor;
  opacity: 0.34;
}

.ohra-story-hero__stamp {
  position: absolute;
  top: 88px;
  right: max(24px, calc((100% - 1180px) / 2) + 24px);
}

.ohra-story-chapter {
  width: min(calc(100% - 44px), 1180px);
  margin-inline: auto;
  padding: 96px 0;
}

.ohra-story-chapter--materials,
.ohra-story-chapter--meeting,
.ohra-story-chapter--tops,
.ohra-story-chapter--jewelry {
  display: grid;
  align-items: center;
  gap: 58px;
}

.ohra-story-chapter--materials {
  grid-template-columns: 0.88fr 1.12fr;
}

.ohra-story-chapter--meeting {
  grid-template-columns: 1fr 0.9fr;
  align-items: start;
}

.ohra-story-chapter--tops {
  grid-template-columns: 0.76fr 1.24fr;
}

.ohra-story-chapter--jewelry {
  grid-template-columns: 0.96fr 0.88fr;
  align-items: end;
}

.ohra-story-note {
  position: relative;
  padding: 44px 40px;
}

.ohra-story-note::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 64px;
  height: 94px;
  border-left: 1px solid rgba(47, 38, 34, 0.26);
  border-bottom: 1px solid rgba(47, 38, 34, 0.18);
  border-radius: 0 0 0 58%;
  opacity: 0.52;
}

.ohra-story-photo {
  position: relative;
  margin: 0;
  background: rgba(255, 250, 242, 0.86);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 18px 45px rgba(47, 38, 34, 0.14);
}

.ohra-story-photo::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 18%;
  z-index: 2;
  width: 96px;
  height: 28px;
  background: rgba(229, 214, 190, 0.78);
  box-shadow: 0 4px 13px rgba(47, 38, 34, 0.08);
  transform: rotate(-2deg);
}

.ohra-story-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  outline: 0;
}

.ohra-story-photo figcaption {
  position: absolute;
  left: 22px;
  bottom: 14px;
  color: rgba(47, 38, 34, 0.82);
  font-family: var(--font-serif);
  font-size: 1.14rem;
  font-style: italic;
  transform: rotate(-2deg);
}

.ohra-story-photo--main {
  aspect-ratio: 4 / 5;
  padding: 14px 14px 52px;
}

.ohra-story-photo--small {
  aspect-ratio: 4 / 5;
  padding: 10px 10px 36px;
}

.ohra-story-photo--wide {
  aspect-ratio: 1.28;
  padding: 14px 14px 48px;
}

.ohra-story-photo--detail {
  aspect-ratio: 4 / 5;
  width: min(280px, 100%);
  padding: 10px;
}

.ohra-story-photo--tall {
  aspect-ratio: 3 / 4.2;
}

.ohra-story-photo--tilt-left {
  transform: rotate(-2.2deg);
}

.ohra-story-photo--tilt-right {
  transform: rotate(2.2deg);
}

.ohra-story-photo--torn {
  clip-path: polygon(0 4%, 94% 0, 100% 12%, 96% 22%, 100% 38%, 97% 48%, 100% 66%, 95% 82%, 100% 100%, 4% 96%, 0 84%, 4% 68%, 0 52%, 3% 38%, 0 24%);
}

.ohra-story-collage {
  position: relative;
  min-height: 640px;
}

.ohra-story-collage--materials .ohra-story-photo--main {
  width: 72%;
  margin-left: 8%;
}

.ohra-story-collage--materials .ohra-story-photo--small:nth-child(2) {
  position: absolute;
  right: 1%;
  top: 5%;
  width: 38%;
}

.ohra-story-collage--materials .ohra-story-photo--small:nth-child(3) {
  position: absolute;
  right: 4%;
  bottom: 3%;
  width: 36%;
}

.ohra-story-chapter--meeting .ohra-story-note {
  margin-top: 48px;
}

.ohra-story-chapter--meeting .ohra-story-photo--detail {
  grid-column: 2;
  justify-self: end;
  margin-top: -116px;
}

.ohra-story-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.ohra-story-triptych .ohra-story-photo {
  aspect-ratio: 3 / 4;
  padding: 10px 10px 36px;
}

.ohra-story-triptych .ohra-story-photo:nth-child(2) {
  transform: translateY(-34px);
}

.ohra-story-collage--jewelry {
  min-height: 560px;
}

.ohra-story-collage--jewelry .ohra-story-photo--main {
  width: 76%;
}

.ohra-story-collage--jewelry .ohra-story-photo--small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  transform: rotate(3deg);
}

.ohra-story-chapter--jewelry .ohra-story-photo--detail {
  grid-column: 2;
  justify-self: start;
  margin-top: -28px;
}

.ohra-story-sketch {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 82px auto;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 30px;
  color: rgba(47, 38, 34, 0.66);
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
}

.ohra-story-sketch span:first-child {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
}

.ohra-story-sketch i {
  display: block;
  height: 1px;
  background: currentColor;
  transform: rotate(-6deg);
}

.ohra-story-ending {
  padding: 116px 0 0;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0), rgba(231, 214, 195, 0.44) 45%, rgba(247, 242, 234, 0.94));
}

.ohra-story-ending__inner {
  width: min(calc(100% - 44px), 920px);
  margin-inline: auto;
  padding: 88px 22px;
  text-align: center;
}

.ohra-story-ending__inner p:first-child {
  font-family: var(--font-display);
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
}

.ohra-story-ending__inner p + p {
  margin-top: 18px;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.22;
}

.ohra-story-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  color: rgba(47, 38, 34, 0.78);
  background: rgba(47, 38, 34, 0.08);
}

.ohra-story-values p {
  position: relative;
  min-height: 124px;
  display: grid;
  place-items: end center;
  padding: 68px 24px 22px;
  background: rgba(255, 250, 242, 0.58);
  font-size: 0.82rem;
  line-height: 1.25;
  text-align: center;
}

.ohra-story-values p::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0.55;
}

@media (max-width: 980px) {
  .ohra-story-hero {
    align-items: end;
    padding-top: 118px;
  }

  .ohra-story-hero__paper {
    width: min(420px, 88%);
    padding: 42px 36px 40px;
  }

  .ohra-story-hero h1 {
    font-size: 4rem;
  }

  .ohra-story-hero__date {
    top: 96px;
    right: 196px;
  }

  .ohra-story-hero__stamp {
    width: 112px;
  }

  .ohra-story-chapter--materials,
  .ohra-story-chapter--meeting,
  .ohra-story-chapter--tops,
  .ohra-story-chapter--jewelry {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ohra-story-chapter {
    padding: 74px 0;
  }

  .ohra-story-collage {
    min-height: 570px;
  }

  .ohra-story-chapter--meeting .ohra-story-note {
    margin-top: 0;
  }

  .ohra-story-chapter--meeting .ohra-story-photo--detail,
  .ohra-story-chapter--jewelry .ohra-story-photo--detail {
    grid-column: auto;
    justify-self: end;
    margin-top: -44px;
  }

  .ohra-story-note h2 {
    font-size: 3rem;
  }
}

@media (max-width: 680px) {
  .ohra-story-hero {
    min-height: 96svh;
    padding: 104px 18px 42px;
  }

  .ohra-story-hero__image {
    object-position: 61% 50%;
  }

  .ohra-story-hero__paper {
    width: 100%;
    padding: 34px 26px 32px;
  }

  .ohra-story-hero h1 {
    max-width: 280px;
    font-size: 3.2rem;
  }

  .ohra-story-hero__lead {
    font-size: 1.18rem;
  }

  .ohra-story-hero__date {
    top: 88px;
    right: 22px;
    font-size: 1.15rem;
  }

  .ohra-story-hero__stamp {
    display: none;
  }

  .ohra-story-chapter {
    width: min(calc(100% - 28px), 1180px);
    padding: 58px 0;
  }

  .ohra-story-note {
    padding: 28px 18px;
  }

  .ohra-story-note h2 {
    font-size: 2.36rem;
  }

  .ohra-story-copy {
    font-size: 0.96rem;
  }

  .ohra-story-collage,
  .ohra-story-collage--jewelry {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .ohra-story-collage--materials .ohra-story-photo--main,
  .ohra-story-collage--jewelry .ohra-story-photo--main,
  .ohra-story-collage--materials .ohra-story-photo--small:nth-child(2),
  .ohra-story-collage--materials .ohra-story-photo--small:nth-child(3),
  .ohra-story-collage--jewelry .ohra-story-photo--small {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
  }

  .ohra-story-triptych {
    grid-template-columns: 1fr;
  }

  .ohra-story-triptych .ohra-story-photo:nth-child(2) {
    transform: none;
  }

  .ohra-story-chapter--meeting .ohra-story-photo--detail,
  .ohra-story-chapter--jewelry .ohra-story-photo--detail {
    width: 72%;
    margin-top: 0;
  }

  .ohra-story-ending {
    padding-top: 64px;
  }

  .ohra-story-ending__inner {
    padding: 56px 18px;
  }

  .ohra-story-ending__inner p:first-child {
    font-size: 2.28rem;
  }

  .ohra-story-ending__inner p + p {
    font-size: 1.2rem;
  }

  .ohra-story-values {
    grid-template-columns: 1fr 1fr;
  }

  .ohra-story-values p {
    min-height: 118px;
    padding-inline: 14px;
  }
}

.ohra-process-final {
  color: var(--ohra-ink);
  background: #f5f0e8;
  overflow-x: clip;
}

.ohra-process-final img {
  outline: 0;
}

.ohra-process-final-hero {
  position: relative;
  width: min(100%, 853px);
  aspect-ratio: 853 / 1844;
  margin-inline: auto;
  overflow: hidden;
  background: #dcc0a3;
}

.ohra-process-final-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohra-process-final-hero__headline,
.ohra-process-final-hero__definition {
  position: absolute;
  z-index: 1;
  left: 7.2%;
  right: 7.2%;
  text-align: center;
}

.ohra-process-final-hero__headline {
  top: 7.6%;
}

.ohra-process-final-hero__headline h1 {
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 11.4vw, 6.45rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.ohra-process-final-hero__headline p {
  margin-top: 14px;
  font-family: var(--font-sans);
  font-size: clamp(0.86rem, 3.55vw, 1.58rem);
  font-weight: 390;
  line-height: 1.36;
}

.ohra-process-final-hero__definition {
  bottom: 6.2%;
  display: grid;
  place-items: center;
  min-height: 18.4%;
  padding: 0 7.6%;
  border-top: 1px solid rgba(33, 25, 22, 0.34);
  border-bottom: 1px solid rgba(33, 25, 22, 0.34);
}

.ohra-process-final-hero__definition p {
  max-width: 31ch;
  font-family: var(--font-sans);
  font-size: clamp(0.86rem, 3.4vw, 1.45rem);
  font-weight: 380;
  line-height: 1.5;
}

.ohra-process-final-hero__definition [data-process-scroll-copy] {
  --process-copy-progress: 0;
}

.ohra-process-final-hero__definition [data-process-scroll-copy] span {
  display: inline-block;
  opacity: clamp(0.18, calc((var(--process-copy-progress) - var(--word-index)) * 14), 1);
  transform: translateY(calc((1 - clamp(0, (var(--process-copy-progress) - var(--word-index)) * 14, 1)) * 5px));
  transition:
    opacity 160ms var(--ease-soft),
    transform 160ms var(--ease-soft);
}

.ohra-process-final-unique,
.ohra-process-final-ticket {
  width: min(100%, 853px);
  margin-inline: auto;
  background: #f5f0e8;
}

.ohra-process-final-unique img {
  width: 100%;
  height: auto;
}

.ohra-process-final-steps {
  background: #f5f0e8;
  padding: clamp(42px, 10vw, 92px) 0 clamp(26px, 7vw, 58px);
}

.ohra-process-final-steps h2 {
  width: min(100% - 36px, 1120px);
  margin: 0 auto clamp(26px, 6vw, 58px);
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(2rem, 7.3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  font-style: normal;
  text-align: left;
}

.ohra-process-final-steps__wrap {
  position: relative;
  width: min(100% - clamp(28px, 7vw, 96px), 1380px);
  margin-inline: auto;
  padding: clamp(12px, 2.4vw, 20px);
  overflow: hidden;
  background: rgba(255, 250, 242, 0.42);
  border: 1px solid rgba(74, 44, 32, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(47, 38, 34, 0.055);
  --steps-progress: 0;
  --steps-card-gap: clamp(22px, 4.6vw, 42px);
  --steps-edge: clamp(16px, 3.8vw, 34px);
}

.ohra-process-final-steps__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(13vw, 86px);
  background: linear-gradient(90deg, rgba(255, 250, 242, 0), rgba(245, 240, 232, 0.96) 78%);
  pointer-events: none;
}

.ohra-process-final-steps__rail {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 18px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: var(--steps-edge);
  overscroll-behavior-inline: contain;
}

.ohra-process-final-steps__rail::-webkit-scrollbar {
  display: none;
}

.ohra-process-final-steps__list {
  display: flex;
  gap: var(--steps-card-gap);
  width: max-content;
  padding: 0 var(--steps-edge);
  margin: 0;
  list-style: none;
}

.ohra-process-final-step {
  position: relative;
  flex: 0 0 clamp(218px, 61vw, 268px);
  scroll-snap-align: start;
}

.ohra-process-final-step:not(:last-child)::before {
  content: "";
  position: absolute;
  right: calc(var(--steps-card-gap) * -0.5);
  bottom: 0;
  width: 1px;
  height: 42%;
  background: rgba(33, 25, 22, 0.2);
}

.ohra-process-final-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: calc(var(--steps-card-gap) * -0.72);
  bottom: 27%;
  color: var(--ohra-ink);
  font-family: var(--font-sans);
  font-size: clamp(1.55rem, 7vw, 2.45rem);
  font-weight: 240;
  line-height: 1;
}

.ohra-process-final-step img {
  width: 100%;
  aspect-ratio: 210 / 202;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.ohra-process-final-step:first-child img {
  object-position: 58% 50%;
}

.ohra-process-final-step__body {
  padding-top: 14px;
}

.ohra-process-final-step__number {
  display: block;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(1.55rem, 6.4vw, 2.25rem);
  font-weight: 400;
  line-height: 0.9;
  font-style: normal;
}

.ohra-process-final-step h3 {
  margin-top: 10px;
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 3.2vw, 1rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.ohra-process-final-step p {
  margin-top: 10px;
  max-width: 24ch;
  font-family: var(--font-sans);
  font-size: clamp(0.76rem, 2.92vw, 0.92rem);
  font-weight: 360;
  line-height: 1.48;
}

.ohra-process-final-steps__arrow {
  position: absolute;
  z-index: 2;
  right: 2.4%;
  top: 40%;
  font-family: var(--font-sans);
  font-size: clamp(2.7rem, 13vw, 5.2rem);
  font-weight: 250;
  line-height: 1;
  pointer-events: none;
  transition:
    opacity 220ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.ohra-process-final-steps__wrap.is-at-end .ohra-process-final-steps__arrow {
  opacity: 0;
  transform: translateX(8px);
}

.ohra-process-final-steps__progress {
  width: min(100% - calc(var(--steps-edge) * 2), 420px);
  height: 2px;
  margin: 8px auto 0;
  overflow: hidden;
  background: rgba(33, 25, 22, 0.14);
}

.ohra-process-final-steps__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(33, 25, 22, 0.58);
  transform: scaleX(max(0.18, var(--steps-progress)));
  transform-origin: left center;
  transition: transform 180ms var(--ease-soft);
}

.ohra-process-final-ticket {
  width: 100%;
  padding: clamp(24px, 8vw, 90px) 0 clamp(34px, 10vw, 104px);
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.55), transparent 22rem),
    #f5f0e8;
}

.ohra-process-ticket {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  width: min(100% - 30px, 1180px);
  margin-inline: auto;
  padding: clamp(42px, 9vw, 84px) clamp(28px, 7vw, 90px);
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 250, 242, 0.58), transparent 18rem),
    radial-gradient(circle at 78% 68%, rgba(212, 190, 162, 0.25), transparent 20rem),
    linear-gradient(115deg, rgba(255, 250, 242, 0.8), rgba(226, 211, 188, 0.74)),
    #eee2d2;
  box-shadow: 0 16px 38px rgba(47, 38, 34, 0.12);
}

.ohra-process-ticket-scroll {
  width: 100%;
}

.ohra-process-ticket::before,
.ohra-process-ticket::after {
  content: "";
  position: absolute;
  top: 48%;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f5f0e8;
  box-shadow: inset 0 0 0 1px rgba(33, 25, 22, 0.08);
}

.ohra-process-ticket::before {
  left: -30px;
}

.ohra-process-ticket::after {
  right: -30px;
}

.ohra-process-ticket__notch {
  display: none;
}

.ohra-process-ticket__eyebrow,
.ohra-process-ticket__list dt,
.ohra-process-ticket__right h3 {
  font-family: var(--font-sans);
  font-weight: 620;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ohra-process-ticket__eyebrow {
  font-size: clamp(0.68rem, 2.15vw, 0.86rem);
}

.ohra-process-ticket h2 {
  margin-top: 14px;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(1.8rem, 7vw, 3.35rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  font-style: normal;
}

.ohra-process-ticket__list {
  display: grid;
  gap: 9px;
  margin: clamp(24px, 6vw, 44px) 0 0;
}

.ohra-process-ticket__list div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}

.ohra-process-ticket__list dt,
.ohra-process-ticket__list dd {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 2.55vw, 0.86rem);
  line-height: 1.32;
}

.ohra-process-ticket__list dt {
  font-size: clamp(0.7rem, 2.45vw, 0.82rem);
}

.ohra-process-ticket__list dd {
  color: rgba(33, 25, 22, 0.78);
  font-weight: 390;
}

.ohra-process-ticket__right {
  position: relative;
  padding-top: 30px;
  border-top: 1px dashed rgba(33, 25, 22, 0.42);
}

.ohra-process-ticket__right h3 {
  font-size: clamp(1.08rem, 4.25vw, 1.64rem);
  line-height: 1.06;
}

.ohra-process-ticket__right h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 24px;
  background: rgba(33, 25, 22, 0.22);
}

.ohra-process-ticket__right p {
  margin-top: 20px;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(1.04rem, 4.1vw, 1.66rem);
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
}

.ohra-process-ticket__marks {
  display: flex;
  align-items: end;
  gap: 28px;
  margin-top: 34px;
}

.ohra-process-ticket__barcode {
  width: 58px;
  height: 118px;
  background: repeating-linear-gradient(
    90deg,
    rgba(33, 25, 22, 0.7) 0 2px,
    transparent 2px 5px,
    rgba(33, 25, 22, 0.42) 5px 7px,
    transparent 7px 12px
  );
}

.ohra-process-ticket__stamp {
  display: grid;
  place-items: center;
  width: 104px;
  aspect-ratio: 1;
  border: 1px solid rgba(33, 25, 22, 0.34);
  border-radius: 50%;
  color: rgba(33, 25, 22, 0.62);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-11deg);
}

.ohra-process-ticket__stamp i {
  display: none;
}

.ohra-process-ticket__stamp i::before,
.ohra-process-ticket__stamp i::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  border-top: 1px solid rgba(33, 25, 22, 0.52);
  border-radius: 50%;
}

.ohra-process-ticket__stamp i::before {
  margin: 12px 0 0 2px;
  transform: rotate(-26deg);
}

.ohra-process-ticket__stamp i::after {
  margin: 24px 0 0 -20px;
  transform: rotate(205deg);
}

.ohra-process-ticket__closing {
  width: min(100% - 42px, 760px);
  margin: clamp(26px, 6vw, 48px) auto 0;
  text-align: center;
}

.ohra-process-ticket__closing p:first-child {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(1.35rem, 5.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.1;
  font-style: normal;
}

.ohra-process-ticket__closing p:nth-child(2) {
  margin-top: 7px;
  font-family: var(--font-serif);
  font-size: clamp(1.02rem, 3.9vw, 1.78rem);
  font-style: italic;
  line-height: 1.1;
  color: rgba(33, 25, 22, 0.62);
}

.ohra-process-ticket__closing span {
  display: none;
}

@media (min-width: 740px) {
  .ohra-process-ticket {
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.72fr);
  }

  .ohra-process-ticket__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 clamp(36px, 4vw, 68px);
    border-top: 0;
    border-left: 1px dashed rgba(33, 25, 22, 0.42);
  }

  .ohra-process-ticket__notch {
    position: absolute;
    left: calc(68.2% - 18px);
    z-index: 2;
    display: block;
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f5f0e8;
  }

  .ohra-process-ticket__notch--top {
    top: -22px;
  }

  .ohra-process-ticket__notch--bottom {
    bottom: -22px;
  }

  .ohra-process-ticket__list div {
    grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1fr);
    gap: 28px;
  }

  .ohra-process-ticket__list dd::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: 0 13px 0 0;
    vertical-align: middle;
    background: rgba(33, 25, 22, 0.34);
  }
}

@media (max-width: 739px) {
  .ohra-process-ticket-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 15px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ohra-process-ticket-scroll::-webkit-scrollbar {
    display: none;
  }

  .ohra-process-ticket {
    grid-template-columns: 560px 280px;
    gap: 0;
    width: 900px;
    max-width: none;
    min-height: 520px;
    padding: 48px 52px 46px 56px;
    margin-inline: 0;
    border-radius: 12px;
  }

  .ohra-process-ticket::before,
  .ohra-process-ticket::after {
    top: 48%;
    width: 54px;
  }

  .ohra-process-ticket::before {
    left: -28px;
  }

  .ohra-process-ticket::after {
    right: -28px;
  }

  .ohra-process-ticket__notch {
    position: absolute;
    left: 634px;
    z-index: 2;
    display: block;
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f5f0e8;
  }

  .ohra-process-ticket__notch--top {
    top: -18px;
  }

  .ohra-process-ticket__notch--bottom {
    bottom: -18px;
  }

  .ohra-process-ticket h2 {
    max-width: 9.5em;
    font-size: 1.95rem;
    line-height: 0.98;
  }

  .ohra-process-ticket__eyebrow {
    font-size: 0.82rem;
  }

  .ohra-process-ticket__list {
    gap: 9px;
    margin-top: 34px;
  }

  .ohra-process-ticket__list div {
    grid-template-columns: 190px 1fr;
    gap: 22px;
  }

  .ohra-process-ticket__list dt,
  .ohra-process-ticket__list dd {
    font-size: 0.78rem;
    line-height: 1.22;
  }

  .ohra-process-ticket__list dt {
    font-size: 0.74rem;
  }

  .ohra-process-ticket__list dd::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 1px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: rgba(33, 25, 22, 0.34);
  }

  .ohra-process-ticket__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 46px;
    border-top: 0;
    border-left: 1px dashed rgba(33, 25, 22, 0.42);
  }

  .ohra-process-ticket__right h3 {
    font-size: 1.08rem;
  }

  .ohra-process-ticket__right p {
    margin-top: 20px;
    font-size: 1.08rem;
    line-height: 1.18;
  }

  .ohra-process-ticket__marks {
    gap: 22px;
    margin-top: 28px;
  }

  .ohra-process-ticket__barcode {
    width: 46px;
    height: 94px;
  }

  .ohra-process-ticket__stamp {
    width: 86px;
    font-size: 0.56rem;
  }

  .ohra-process-ticket__closing {
    width: min(100% - 30px, 920px);
    max-width: 100%;
    margin: 28px auto 0;
    padding-right: 0;
  }

  .ohra-process-ticket__closing p:first-child {
    font-size: 1.38rem;
  }

  .ohra-process-ticket__closing p:nth-child(2) {
    font-size: 1.05rem;
  }
}

@media (min-width: 860px) {
  .ohra-process-final-steps {
    padding-top: clamp(54px, 7vw, 104px);
  }

  .ohra-process-final-step {
    flex-basis: clamp(200px, 14.2vw, 248px);
  }

  .ohra-process-final-step__number {
    font-size: clamp(1.72rem, 2.05vw, 2.45rem);
  }

  .ohra-process-final-step h3 {
    font-size: clamp(0.82rem, 0.84vw, 0.98rem);
  }

  .ohra-process-final-step p {
    font-size: clamp(0.74rem, 0.76vw, 0.88rem);
  }

  .ohra-process-final-steps__arrow {
    display: none;
  }

  .ohra-process-final-steps__progress {
    width: min(100% - 80px, 560px);
    margin-top: 18px;
  }

  .ohra-process-final-ticket {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .ohra-process-final-step {
    flex-basis: 224px;
  }

  .ohra-process-final-step p {
    max-width: 23ch;
  }
}

@media (max-width: 370px) {
  .ohra-process-final-step {
    flex-basis: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohra-process-final-steps__progress span {
    transition: none;
  }
}

/*
 * Previous process ticket image remains in the asset folder for archive
 * compatibility; final page text and lines are rendered in HTML/CSS above.
 */

@media (min-width: 860px) {
  .ohra-process-final-ticket {
    padding-bottom: clamp(42px, 6vw, 88px);
  }
}

@media (max-width: 520px) {
  .ohra-process-final-ticket {
    padding-top: 30px;
  }
}

/*
 * Desktop-only adjustments for the top mobile-approved sections.
 */

@media (min-width: 860px) {
  .ohra-process-final-hero,
  .ohra-process-final-unique {
    width: min(54vw, 853px);
  }

  .ohra-process-final-hero__headline h1 {
    font-size: clamp(4.8rem, 6.4vw, 7.2rem);
  }

  .ohra-process-final-hero__headline p {
    font-size: clamp(1.28rem, 1.8vw, 2.05rem);
  }

  .ohra-process-final-hero__definition p {
    font-size: clamp(1.15rem, 1.55vw, 1.9rem);
  }
}

@media (max-width: 520px) {
  .ohra-process-final-hero__headline {
    top: 13.8%;
  }

  .ohra-process-final-hero__headline p {
    margin-top: 12px;
  }

  .ohra-process-final-hero__definition {
    bottom: 6.8%;
    padding-inline: 5.2%;
  }
}

@media (min-width: 1024px) {
  .ohra-process-final-hero {
    width: 100%;
    max-width: none;
    height: min(900px, 100svh);
    min-height: 760px;
    aspect-ratio: auto;
    isolation: isolate;
    background: #d8b99d;
  }

  .ohra-process-final-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../img/process-hero-product.jpg") center 52% / cover no-repeat;
    filter: saturate(0.92) blur(2px);
    opacity: 0.42;
    transform: scale(1.035);
  }

  .ohra-process-final-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(90deg, rgba(245, 240, 232, 0.84) 0 38%, rgba(245, 240, 232, 0.22) 62%, rgba(216, 185, 157, 0.12)),
      linear-gradient(180deg, rgba(245, 240, 232, 0.18), rgba(120, 85, 58, 0.1));
    pointer-events: none;
  }

  .ohra-process-final-hero__image {
    inset: auto max(5vw, 72px) auto auto;
    top: 50%;
    z-index: 1;
    width: min(43vw, 610px);
    height: min(88%, 790px);
    object-fit: contain;
    transform: translateY(-47%);
    filter: drop-shadow(0 34px 42px rgba(47, 38, 34, 0.18));
  }

  .ohra-process-final-hero__headline,
  .ohra-process-final-hero__definition {
    left: max(6vw, 86px);
    right: auto;
    z-index: 2;
    width: min(42vw, 640px);
    text-align: left;
  }

  .ohra-process-final-hero__headline {
    top: 17.5%;
  }

  .ohra-process-final-hero__headline h1 {
    font-size: clamp(5.4rem, 8vw, 8.8rem);
    line-height: 0.9;
  }

  .ohra-process-final-hero__headline p {
    max-width: 32ch;
    margin-top: 22px;
    font-size: clamp(1.18rem, 1.35vw, 1.55rem);
  }

  .ohra-process-final-hero__definition {
    bottom: 12%;
    display: block;
    min-height: 0;
    padding: 30px 0;
  }

  .ohra-process-final-hero__definition p {
    max-width: 38ch;
    font-size: clamp(1rem, 1.12vw, 1.22rem);
    line-height: 1.5;
  }

  .ohra-process-final-unique {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: min(1080px, 100svh);
    padding: clamp(56px, 7vw, 96px) 0;
    overflow: hidden;
    isolation: isolate;
    background: #17150f;
  }

  .ohra-process-final-unique::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../img/process-unique-model.jpg") center 48% / cover no-repeat;
    filter: blur(4px) saturate(0.9);
    opacity: 0.44;
    transform: scale(1.045);
  }

  .ohra-process-final-unique::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      radial-gradient(circle at 50% 47%, rgba(255, 250, 242, 0.08), transparent 32rem),
      linear-gradient(90deg, rgba(12, 11, 8, 0.52), rgba(12, 11, 8, 0.06) 45%, rgba(12, 11, 8, 0.52));
    pointer-events: none;
  }

  .ohra-process-final-unique img {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: min(62vw, 880px);
    height: min(980px, 88svh);
    object-fit: contain;
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.28);
  }
}

@media (min-width: 1200px) {
  .ohra-process-ticket {
    width: min(94vw, 1360px);
    grid-template-columns: minmax(0, 1.75fr) minmax(270px, 0.58fr);
    padding: 64px 76px 66px 84px;
  }

  .ohra-process-ticket h2 {
    margin-top: 16px;
    font-size: clamp(2.35rem, 2.75vw, 3.25rem);
    line-height: 1.02;
  }

  .ohra-process-ticket__eyebrow {
    font-size: 0.9rem;
  }

  .ohra-process-ticket__list {
    gap: 10px;
    margin-top: 40px;
  }

  .ohra-process-ticket__list div {
    grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1fr);
    gap: 24px;
  }

  .ohra-process-ticket__list dt {
    font-size: 0.78rem;
  }

  .ohra-process-ticket__list dd {
    font-size: 0.88rem;
    line-height: 1.3;
  }

  .ohra-process-ticket__right {
    padding-left: 54px;
  }

  .ohra-process-ticket__right h3 {
    font-size: 1.55rem;
    line-height: 1.05;
  }

  .ohra-process-ticket__right p {
    margin-top: 22px;
    font-size: clamp(1.28rem, 1.45vw, 1.58rem);
    line-height: 1.18;
  }

  .ohra-process-ticket__marks {
    gap: 24px;
    margin-top: 30px;
  }

  .ohra-process-ticket__barcode {
    width: 50px;
    height: 104px;
  }

  .ohra-process-ticket__stamp {
    width: 94px;
    font-size: 0.6rem;
  }

  .ohra-process-ticket__notch {
    left: calc(75.1% - 18px);
  }

  .ohra-process-ticket__closing {
    margin-top: 34px;
  }

  .ohra-process-ticket__closing p:first-child {
    font-size: clamp(1.42rem, 1.75vw, 2rem);
  }

.ohra-process-ticket__closing p:nth-child(2) {
    font-size: clamp(1.08rem, 1.35vw, 1.48rem);
  }
}

.ohra-process-final-unique--editable {
  position: relative;
  display: block;
  width: min(100%, 853px);
  height: clamp(900px, 230vw, 1600px);
  min-height: 900px;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
  color: #fffaf2;
  background: #17140f;
}

.ohra-process-final-unique--editable::before,
.ohra-process-final-unique--editable::after {
  display: none;
}

.ohra-process-final-unique--editable > .ohra-process-final-unique__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 53%;
  filter: saturate(0.9) contrast(1.05);
  box-shadow: none;
}

.ohra-process-final-unique__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 250, 242, 0.08), transparent 19rem),
    linear-gradient(180deg, rgba(9, 8, 6, 0.18), rgba(9, 8, 6, 0.28) 18%, rgba(9, 8, 6, 0.18) 50%, rgba(9, 8, 6, 0.58)),
    linear-gradient(90deg, rgba(9, 8, 6, 0.76), rgba(9, 8, 6, 0.16) 50%, rgba(9, 8, 6, 0.76));
  pointer-events: none;
}

.ohra-process-final-unique__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.ohra-process-final-unique__header {
  position: absolute;
  top: 9.4%;
  left: 50%;
  width: min(86%, 720px);
  text-align: center;
  transform: translateX(-50%);
}

.ohra-process-final-unique__header h2 {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(2.42rem, 10.1vw, 5.75rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  font-style: normal;
  text-transform: uppercase;
}

.ohra-process-final-unique__header p {
  margin-top: clamp(12px, 2.7vw, 24px);
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 3.4vw, 1.32rem);
  font-weight: 360;
  line-height: 1.25;
}

.ohra-process-final-unique__leaf {
  display: none;
  width: 42px;
  height: 58px;
  margin: clamp(10px, 2.6vw, 20px) auto 0;
  border-left: 1px solid rgba(255, 250, 242, 0.64);
  transform: rotate(15deg);
}

.ohra-process-final-unique__leaf::before,
.ohra-process-final-unique__leaf::after,
.ohra-process-final-unique__closing span::before,
.ohra-process-final-unique__closing span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 10px;
  border-top: 1px solid rgba(255, 250, 242, 0.64);
  border-radius: 50%;
}

.ohra-process-final-unique__leaf::before {
  margin: 15px 0 0 3px;
  transform: rotate(-28deg);
}

.ohra-process-final-unique__leaf::after {
  margin: 31px 0 0 -22px;
  transform: rotate(205deg);
}

.ohra-process-final-unique__callouts {
  position: absolute;
  inset: 0;
}

.ohra-process-final-callout {
  position: absolute;
  width: min(31.5%, 226px);
  color: #fffaf2;
}

.ohra-process-final-callout--left {
  left: 5.5%;
}

.ohra-process-final-callout--right {
  right: 5.7%;
}

.ohra-process-final-callout--silk {
  top: 36.8%;
}

.ohra-process-final-callout--craft {
  top: 45.7%;
}

.ohra-process-final-callout--cut {
  top: 62.6%;
}

.ohra-process-final-callout--women {
  top: 68.7%;
}

.ohra-process-final-callout__icon {
  display: block;
  width: clamp(24px, 6vw, 44px);
  margin-bottom: clamp(10px, 2.4vw, 16px);
  opacity: 0.72;
}

.ohra-process-final-callout--right .ohra-process-final-callout__icon {
  margin-left: 4px;
}

.ohra-process-final-callout--silk .ohra-process-final-callout__icon {
  width: clamp(28px, 7vw, 48px);
  margin-left: 2px;
}

.ohra-process-final-callout--craft .ohra-process-final-callout__icon {
  width: clamp(25px, 6vw, 42px);
  margin-left: 8%;
}

.ohra-process-final-callout--cut .ohra-process-final-callout__icon {
  width: clamp(26px, 6.2vw, 44px);
  margin-left: 1px;
}

.ohra-process-final-callout--women .ohra-process-final-callout__icon {
  width: clamp(24px, 5.8vw, 40px);
  margin-left: 7%;
}

.ohra-process-final-callout__icon svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ohra-process-final-callout h3 {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", Georgia, serif;
  font-size: clamp(0.98rem, 4.35vw, 1.78rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  font-style: normal;
  text-transform: uppercase;
}

.ohra-process-final-callout p {
  margin-top: clamp(9px, 2.4vw, 16px);
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 2.42vw, 0.8rem);
  font-weight: 330;
  line-height: 1.48;
}

.ohra-process-final-callout__line {
  position: absolute;
  top: var(--line-top, 48%);
  width: var(--line-width, clamp(34px, 10vw, 84px));
  height: 1px;
  background: rgba(255, 250, 242, 0.64);
}

.ohra-process-final-callout__line::after {
  content: "";
  position: absolute;
  top: -1.5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.78);
}

.ohra-process-final-callout--left .ohra-process-final-callout__line {
  right: calc(var(--line-width, clamp(34px, 10vw, 84px)) * -1.12 + var(--line-shift, 0px));
}

.ohra-process-final-callout--left .ohra-process-final-callout__line::after {
  right: 0;
}

.ohra-process-final-callout--right .ohra-process-final-callout__line {
  left: calc(var(--line-width, clamp(34px, 10vw, 84px)) * -1.12 + var(--line-shift, 0px));
}

.ohra-process-final-callout--right .ohra-process-final-callout__line::after {
  left: 0;
}

.ohra-process-final-callout--silk {
  --line-top: 48%;
  --line-width: clamp(42px, 13vw, 104px);
  --line-shift: -5px;
}

.ohra-process-final-callout--craft {
  --line-top: 35%;
  --line-width: clamp(34px, 10vw, 82px);
  --line-shift: 8px;
}

.ohra-process-final-callout--cut {
  --line-top: 42%;
  --line-width: clamp(36px, 11vw, 92px);
  --line-shift: 6px;
}

.ohra-process-final-callout--women {
  --line-top: 29%;
  --line-width: clamp(34px, 10vw, 82px);
  --line-shift: 12px;
}

.ohra-process-final-unique__closing {
  position: absolute;
  right: 5%;
  bottom: 4.2%;
  left: 5%;
  text-align: center;
}

.ohra-process-final-unique__closing p:first-child {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", var(--font-display);
  font-size: clamp(1.02rem, 4vw, 1.72rem);
  font-weight: 400;
  line-height: 1.1;
  font-style: normal;
}

.ohra-process-final-unique__closing p:nth-child(2) {
  margin-top: 6px;
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 3.55vw, 1.48rem);
  font-style: italic;
  line-height: 1.08;
}

.ohra-process-final-unique__closing span {
  position: relative;
  display: none;
  width: 48px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(255, 250, 242, 0.52);
}

@media (max-width: 430px) {
  .ohra-process-final-callout {
    width: 33%;
  }

  .ohra-process-final-callout--left {
    left: 4.4%;
  }

  .ohra-process-final-callout--right {
    right: 4.6%;
  }

  .ohra-process-final-callout--silk {
    top: 36.5%;
    --line-width: 45px;
    --line-shift: -1px;
  }

  .ohra-process-final-callout--craft {
    top: 45.2%;
    --line-top: 37%;
    --line-width: 34px;
    --line-shift: 5px;
  }

  .ohra-process-final-callout--cut {
    top: 62.1%;
    --line-top: 43%;
    --line-width: 40px;
    --line-shift: 5px;
  }

  .ohra-process-final-callout--women {
    top: 68.1%;
    --line-top: 30%;
    --line-width: 36px;
    --line-shift: 7px;
  }

  .ohra-process-final-callout p {
    margin-top: 8px;
    font-size: clamp(0.57rem, 2.28vw, 0.65rem);
    line-height: 1.42;
  }

  .ohra-process-final-callout h3 {
    font-size: clamp(0.88rem, 3.45vw, 1rem);
    line-height: 1.12;
  }

  .ohra-process-final-callout__icon {
    width: 24px;
    margin-bottom: 8px;
  }

  .ohra-process-final-unique__closing p:first-child {
    font-size: clamp(0.84rem, 3.38vw, 1.02rem);
  }

  .ohra-process-final-unique__closing p:nth-child(2) {
    font-size: clamp(0.76rem, 3vw, 0.92rem);
  }
}

@media (min-width: 740px) {
  .ohra-process-final-unique--editable {
    height: clamp(980px, 126vw, 1600px);
  }
}

@media (min-width: 1024px) {
  .ohra-process-final-unique--editable {
    display: block;
    width: 100%;
    max-width: none;
    height: min(1120px, 112svh);
    min-height: 900px;
    padding: 0;
  }

  .ohra-process-final-unique--editable > .ohra-process-final-unique__bg {
    object-position: 50% 40%;
  }

  .ohra-process-final-unique__header {
    top: 2.3%;
    width: min(76%, 970px);
  }

  .ohra-process-final-unique__header h2 {
    font-size: clamp(3.25rem, 4.15vw, 5.2rem);
  }

  .ohra-process-final-unique__header p {
    font-size: clamp(0.92rem, 1.08vw, 1.28rem);
  }

  .ohra-process-final-callout {
    width: min(22.5vw, 270px);
  }

  .ohra-process-final-callout--left {
    left: max(5.4vw, 76px);
  }

  .ohra-process-final-callout--right {
    right: max(6.6vw, 92px);
  }

  .ohra-process-final-callout--silk {
    top: 38.2%;
    --line-top: 44%;
    --line-width: clamp(132px, 11vw, 172px);
    --line-shift: -4px;
  }

  .ohra-process-final-callout--craft {
    top: 46%;
    --line-top: 34%;
    --line-width: clamp(118px, 9.8vw, 154px);
    --line-shift: 2px;
  }

  .ohra-process-final-callout--cut {
    top: 64%;
    --line-top: 41%;
    --line-width: clamp(124px, 10vw, 160px);
    --line-shift: -2px;
  }

  .ohra-process-final-callout--women {
    top: 69%;
    --line-top: 29%;
    --line-width: clamp(116px, 9.5vw, 148px);
    --line-shift: 4px;
  }

  .ohra-process-final-callout h3 {
    font-size: clamp(1.18rem, 1.42vw, 1.56rem);
  }

  .ohra-process-final-callout p {
    font-size: clamp(0.68rem, 0.72vw, 0.84rem);
  }

  .ohra-process-final-callout__icon {
    width: clamp(34px, 3.1vw, 44px);
    margin-bottom: 14px;
  }

  .ohra-process-final-unique__closing {
    bottom: 4.8%;
  }

  .ohra-process-final-unique__closing p:first-child {
    font-size: clamp(1.12rem, 1.52vw, 1.62rem);
  }

  .ohra-process-final-unique__closing p:nth-child(2) {
    font-size: clamp(0.94rem, 1.28vw, 1.34rem);
  }
}

.ohra-story-final {
  color: var(--ohra-ink);
  background: #f5efe6;
  overflow-x: clip;
}

.ohra-story-final img {
  outline: 0;
}

.ohra-story-final h1,
.ohra-story-final h2,
.ohra-story-final p {
  margin: 0;
}

.ohra-story-final-copy {
  display: grid;
  gap: 0.72em;
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 2.55vw, 0.88rem);
  font-weight: 390;
  line-height: 1.32;
}

.ohra-story-final-photo {
  margin: 0;
  overflow: hidden;
}

.ohra-story-final-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohra-story-final-hero {
  position: relative;
  min-height: 545px;
  height: 57svh;
  max-height: 650px;
  overflow: hidden;
  color: #fffaf2;
  background: #24170f;
}

.ohra-story-final-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: translateY(var(--story-parallax-y, 0));
}

.ohra-story-final-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 12, 8, 0.1), rgba(18, 12, 8, 0.28)),
    linear-gradient(90deg, rgba(12, 8, 5, 0.12), rgba(12, 8, 5, 0.3));
}

.ohra-story-final-hero__content {
  position: absolute;
  right: 5.8%;
  top: 22%;
  z-index: 2;
  width: min(48%, 290px);
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.ohra-story-final-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 13vw, 4.9rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0;
}

.ohra-story-final-hero h1 span {
  display: block;
  margin-top: 0.1em;
  font-size: 0.45em;
  line-height: 0.94;
}

.ohra-story-final-lead {
  position: relative;
  margin-top: 22px;
  padding-top: 17px;
  font-family: var(--font-display);
  font-size: clamp(1.06rem, 4.9vw, 1.9rem);
  line-height: 1.08;
}

.ohra-story-final-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 1px;
  background: rgba(255, 250, 242, 0.74);
  transform: translateX(-50%);
}

.ohra-story-final-hero .ohra-story-final-copy {
  margin-top: 20px;
  color: rgba(255, 250, 242, 0.92);
  font-size: clamp(0.54rem, 2.4vw, 0.8rem);
}

.ohra-story-final-stamp {
  position: absolute;
  top: 7%;
  right: 5.4%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 50%;
  color: rgba(255, 250, 242, 0.78);
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 560;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(13deg);
}

.ohra-story-final-stamp i {
  width: 18px;
  height: 26px;
  border-left: 1px solid rgba(255, 250, 242, 0.62);
  transform: rotate(13deg);
}

.ohra-story-final-meeting,
.ohra-story-final-origin,
.ohra-story-final-jewelry {
  display: grid;
  grid-template-columns: 39% 61%;
  align-items: stretch;
  width: min(100%, 900px);
  margin-inline: auto;
  background: #f7f1e8;
}

.ohra-story-final-text {
  padding: clamp(24px, 6.2vw, 44px) clamp(17px, 4.6vw, 34px);
}

.ohra-story-final-text h2,
.ohra-story-final-matter h2 {
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 6.25vw, 2.45rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.ohra-story-final-text .ohra-story-final-copy {
  margin-top: clamp(18px, 4.8vw, 32px);
}

.ohra-story-final-meeting__photo {
  min-height: 405px;
}

.ohra-story-final-origin {
  grid-template-columns: 58% 42%;
}

.ohra-story-final-origin__photo {
  min-height: 365px;
}

.ohra-story-final-origin .ohra-story-final-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ohra-story-final-matter {
  width: min(100%, 900px);
  margin-inline: auto;
  padding: clamp(22px, 5.4vw, 42px) clamp(18px, 4.8vw, 36px) clamp(18px, 4.2vw, 34px);
  background: #f7f1e8;
  text-align: center;
}

.ohra-story-final-matter__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 2vw, 16px);
  margin-top: clamp(16px, 4vw, 28px);
}

.ohra-story-final-matter__images .ohra-story-final-photo {
  aspect-ratio: 1.45 / 1;
}

.ohra-story-final-matter__copy {
  width: min(100%, 590px);
  margin: clamp(14px, 3.6vw, 24px) auto 0;
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 2.55vw, 0.88rem);
  line-height: 1.32;
}

.ohra-story-final-script {
  margin-top: 10px;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 4.6vw, 1.45rem);
  font-style: italic;
  color: rgba(33, 25, 22, 0.66);
}

.ohra-story-final-jewelry {
  grid-template-columns: 42% 58%;
  padding: clamp(20px, 5vw, 40px) clamp(16px, 4.2vw, 32px) clamp(26px, 5.6vw, 44px);
  gap: clamp(12px, 3.2vw, 28px);
}

.ohra-story-final-jewelry .ohra-story-final-text {
  padding: 0;
}

.ohra-story-final-jewelry__images {
  display: grid;
  grid-template-columns: 1fr 0.72fr 1fr;
  gap: clamp(8px, 2.2vw, 16px);
  align-items: stretch;
}

.ohra-story-final-jewelry__images .ohra-story-final-photo {
  aspect-ratio: 0.72 / 1;
}

.ohra-story-final-sketch {
  display: grid;
  place-items: center;
  background: rgba(255, 250, 242, 0.66);
}

.ohra-story-final-sketch span {
  display: block;
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid rgba(33, 25, 22, 0.42);
  border-radius: 50%;
}

.ohra-story-final-sketch span + span {
  width: 48px;
  margin-top: -10px;
}

.ohra-story-final-ending {
  width: min(100%, 900px);
  margin-inline: auto;
  padding: clamp(34px, 8vw, 64px) clamp(22px, 7vw, 60px);
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.6), transparent 18rem),
    #eadfce;
  text-align: center;
}

.ohra-story-final-ending p:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.56rem, 6.4vw, 2.7rem);
  font-weight: 400;
  line-height: 1.02;
}

.ohra-story-final-ending p:nth-child(2) {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: clamp(0.92rem, 3.65vw, 1.42rem);
  line-height: 1.12;
}

.ohra-story-final-ending span {
  display: block;
  width: 38px;
  height: 52px;
  margin: 18px auto 0;
  border-left: 1px solid rgba(33, 25, 22, 0.44);
  transform: rotate(13deg);
}

.ohra-story-final-ending span::before,
.ohra-story-final-ending span::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 10px;
  border-top: 1px solid rgba(33, 25, 22, 0.44);
  border-radius: 50%;
}

.ohra-story-final-ending span::before {
  margin: 16px 0 0 2px;
  transform: rotate(-25deg);
}

.ohra-story-final-ending span::after {
  margin: 30px 0 0 -21px;
  transform: rotate(205deg);
}

@media (min-width: 740px) {
  .ohra-story-final-copy,
  .ohra-story-final-matter__copy {
    font-size: clamp(0.82rem, 1vw, 1rem);
  }

  .ohra-story-final-hero {
    height: min(820px, 88svh);
  }

  .ohra-story-final-hero__content {
    right: 8%;
    width: min(38vw, 430px);
  }

  .ohra-story-final-hero h1 {
    font-size: clamp(4rem, 7.4vw, 7rem);
  }

  .ohra-story-final-meeting,
  .ohra-story-final-origin,
  .ohra-story-final-matter,
  .ohra-story-final-jewelry,
  .ohra-story-final-ending {
    width: min(100%, 1180px);
  }

  .ohra-story-final-meeting__photo,
  .ohra-story-final-origin__photo {
    min-height: 520px;
  }
}

@media (min-width: 1100px) {
  .ohra-story-final-meeting,
  .ohra-story-final-origin,
  .ohra-story-final-matter,
  .ohra-story-final-jewelry,
  .ohra-story-final-ending {
    width: min(92vw, 1320px);
  }

  .ohra-story-final-text {
    padding: clamp(44px, 5vw, 74px) clamp(38px, 4.4vw, 70px);
  }

  .ohra-story-final-text h2,
  .ohra-story-final-matter h2 {
    font-size: clamp(2.55rem, 3.65vw, 4.2rem);
  }

  .ohra-story-final-meeting__photo,
  .ohra-story-final-origin__photo {
    min-height: 610px;
  }

  .ohra-story-final-matter {
    padding-top: 64px;
    padding-bottom: 52px;
  }

  .ohra-story-final-jewelry {
    padding: 64px 58px;
  }
}

.ohra-history-v2 {
  --history-bg: #eee8df;
  --history-bg-soft: #f2ece4;
  --history-ink: #211916;
  color: var(--history-ink);
  background: var(--history-bg);
  overflow-x: clip;
}

.ohra-history-v2 img {
  outline: 0;
}

.ohra-history-v2 h1,
.ohra-history-v2 h2,
.ohra-history-v2 p {
  margin: 0;
}

.ohra-history-v2-copy {
  display: grid;
  gap: 0.82em;
  font-family: var(--font-sans);
  font-size: clamp(0.54rem, 2.06vw, 0.78rem);
  font-weight: 380;
  line-height: 1.16;
}

.ohra-history-v2-photo {
  margin: 0;
  overflow: hidden;
  background: #d8cbbd;
}

.ohra-history-v2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohra-history-v2-hero {
  position: relative;
  width: min(100%, 1242px);
  height: clamp(252px, 56.4vw, 700px);
  margin-inline: auto;
  overflow: hidden;
  color: #fffaf2;
  background: #251912;
}

.ohra-history-v2-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + 36px);
  object-fit: cover;
  object-position: center center;
  transform: translateY(calc(var(--story-parallax-y, 0) * -0.35));
}

.ohra-history-v2-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 15, 10, 0.03), rgba(22, 15, 10, 0.34)),
    radial-gradient(circle at 54% 55%, rgba(0, 0, 0, 0.14), transparent 44%);
}

.ohra-history-v2-hero__content {
  position: absolute;
  top: 29%;
  left: 50%;
  z-index: 2;
  width: min(68%, 620px);
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
}

.ohra-history-v2-hero__content[data-reveal] {
  transform: translate(-50%, 18px);
}

.ohra-history-v2-hero__content[data-reveal].is-visible {
  transform: translate(-50%, 0);
}

.ohra-history-v2-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.72rem, 6.55vw, 4.25rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.ohra-history-v2-hero h1 span {
  display: block;
  margin-top: 0.02em;
  font-size: 0.72em;
  line-height: 1.02;
}

.ohra-history-v2-hero__lead {
  position: relative;
  margin-top: clamp(8px, 1.8vw, 22px);
  padding-top: clamp(9px, 1.7vw, 20px);
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 3vw, 1.82rem);
  font-weight: 400;
  line-height: 1.06;
}

.ohra-history-v2-hero__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(56px, 16vw, 198px);
  height: 1px;
  background: rgba(255, 250, 242, 0.74);
  transform: translateX(-50%);
}

.ohra-history-v2-hero__copy {
  width: min(100%, 620px);
  margin: clamp(12px, 3vw, 34px) auto 0;
  color: rgba(255, 250, 242, 0.95);
  font-size: clamp(0.5rem, 1.92vw, 0.98rem);
  line-height: 1.16;
}

.ohra-history-v2-section {
  width: min(100%, 1242px);
  margin-inline: auto;
  background: var(--history-bg);
}

.ohra-history-v2-split {
  display: grid;
  align-items: start;
}

.ohra-history-v2-split--meeting {
  grid-template-columns: 46.3% 53.7%;
  padding-top: clamp(16px, 3.4vw, 42px);
  padding-bottom: clamp(8px, 1.1vw, 16px);
}

.ohra-history-v2-split--origin {
  grid-template-columns: 53.7% 46.3%;
  padding-top: clamp(10px, 1.4vw, 18px);
}

.ohra-history-v2-text {
  padding: clamp(12px, 3.35vw, 44px) clamp(17px, 4.55vw, 56px);
}

.ohra-history-v2-text h2,
.ohra-history-v2-matter h2 {
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 3.75vw, 2.72rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.ohra-history-v2-text .ohra-history-v2-copy {
  margin-top: clamp(18px, 3.7vw, 46px);
}

.ohra-history-v2-split__photo {
  width: 100%;
  aspect-ratio: 1.11 / 1;
}

.ohra-history-v2-split--meeting .ohra-history-v2-split__photo img {
  object-position: 48% center;
}

.ohra-history-v2-split--origin .ohra-history-v2-split__photo {
  aspect-ratio: 1.18 / 1;
}

.ohra-history-v2-split--origin .ohra-history-v2-split__photo img {
  object-position: 50% 52%;
}

.ohra-history-v2-split--origin .ohra-history-v2-text {
  align-self: center;
}

.ohra-history-v2-matter {
  padding: clamp(26px, 4.6vw, 58px) clamp(22px, 5.6vw, 70px) clamp(23px, 4.5vw, 56px);
  text-align: center;
}

.ohra-history-v2-matter__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.62vw, 20px);
  margin-top: clamp(19px, 3.6vw, 44px);
}

.ohra-history-v2-matter__images .ohra-history-v2-photo {
  aspect-ratio: 1.39 / 1;
}

.ohra-history-v2-matter__images .ohra-history-v2-photo:first-child img {
  object-position: 48% 43%;
}

.ohra-history-v2-matter__copy {
  width: min(100%, 930px);
  margin: clamp(18px, 3.1vw, 38px) auto 0;
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 1.88vw, 1.05rem);
  font-weight: 380;
  line-height: 1.2;
}

.ohra-history-v2-note {
  margin-top: clamp(16px, 3.5vw, 42px);
  font-family: var(--font-display);
  font-size: clamp(0.88rem, 2.82vw, 1.86rem);
  font-weight: 500;
  line-height: 1.05;
}

.ohra-history-v2-jewelry {
  display: grid;
  grid-template-columns: 40.7% 59.3%;
  align-items: start;
  padding: clamp(20px, 3vw, 38px) 0 clamp(32px, 3.9vw, 48px);
}

.ohra-history-v2-jewelry .ohra-history-v2-text {
  padding-top: 0;
  padding-right: clamp(18px, 3.1vw, 38px);
}

.ohra-history-v2-jewelry__gallery {
  --story-gallery-progress: 0;
  min-width: 0;
  padding-right: clamp(0px, 4.9vw, 61px);
}

.ohra-history-v2-jewelry__rail {
  display: flex;
  gap: clamp(10px, 1.72vw, 21px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ohra-history-v2-jewelry__rail::-webkit-scrollbar {
  display: none;
}

.ohra-history-v2-jewelry__rail .ohra-history-v2-photo {
  flex: 0 0 47%;
  aspect-ratio: 1.11 / 1;
  scroll-snap-align: start;
}

.ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(2) img,
.ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(4) img {
  object-position: 50% 35%;
}

.ohra-history-v2-jewelry__progress {
  position: relative;
  height: 3px;
  margin: clamp(11px, 1.85vw, 23px) 0 0 clamp(22px, 14.2vw, 176px);
  background: rgba(33, 25, 22, 0.28);
}

.ohra-history-v2-jewelry__progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: max(22%, calc(22% + (78% * var(--story-gallery-progress, 0))));
  background: rgba(33, 25, 22, 0.86);
  transform-origin: left center;
}

.ohra-history-v2-ending {
  width: min(100%, 1242px);
  margin-inline: auto;
  padding: clamp(32px, 4.3vw, 54px) clamp(26px, 6vw, 74px) clamp(34px, 4.9vw, 62px);
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 250, 242, 0.66), transparent 18rem),
    repeating-linear-gradient(108deg, rgba(33, 25, 22, 0.025) 0 1px, transparent 1px 5px),
    #e7d9c8;
  text-align: center;
}

.ohra-history-v2-ending h2 {
  font-family: var(--font-display);
  font-size: clamp(0.82rem, 2.42vw, 1.6rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.ohra-history-v2-ending p {
  margin-top: clamp(8px, 1.2vw, 15px);
  font-family: var(--font-display);
  font-size: clamp(0.58rem, 1.42vw, 0.92rem);
  font-weight: 400;
  line-height: 1.12;
}

.ohra-history-v2-ending span {
  position: relative;
  display: block;
  width: 46px;
  height: 26px;
  margin: clamp(12px, 1.95vw, 24px) auto 0;
}

.ohra-history-v2-ending span::before,
.ohra-history-v2-ending span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 19px;
  height: 18px;
  border-top: 1px solid rgba(33, 25, 22, 0.36);
  border-radius: 50%;
}

.ohra-history-v2-ending span::before {
  transform: translateX(-22px) rotate(-35deg);
}

.ohra-history-v2-ending span::after {
  transform: translateX(3px) rotate(35deg);
}

@media (max-width: 520px) {
  .ohra-history-v2-copy {
    gap: 0.78em;
  }

  .ohra-history-v2-hero__content {
    top: 31%;
    width: 74%;
  }

  .ohra-history-v2-split--meeting {
    grid-template-columns: 46% 54%;
  }

  .ohra-history-v2-split--origin {
    grid-template-columns: 53.5% 46.5%;
  }

  .ohra-history-v2-text {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ohra-history-v2-split--origin .ohra-history-v2-text {
    padding-left: 28px;
    padding-right: 18px;
  }

  .ohra-history-v2-jewelry .ohra-history-v2-text {
    padding-left: 24px;
    padding-right: 14px;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo {
    flex-basis: 48.5%;
  }
}

@media (min-width: 760px) {
  .ohra-history-v2-hero {
    height: clamp(430px, 56.4vw, 700px);
  }

  .ohra-history-v2-copy {
    font-size: clamp(0.72rem, 1.18vw, 1rem);
  }

  .ohra-history-v2-text h2,
  .ohra-history-v2-matter h2 {
    font-size: clamp(1.82rem, 3.25vw, 3.28rem);
  }

  .ohra-history-v2-matter__copy {
    font-size: clamp(0.82rem, 1.34vw, 1.16rem);
  }
}

@media (max-width: 959px) {
  .ohra-history-v2-split--meeting .ohra-history-v2-split__photo {
    height: clamp(232px, 60vw, 468px);
    aspect-ratio: auto;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo {
    height: clamp(172px, 44vw, 338px);
    aspect-ratio: auto;
  }
}

@media (min-width: 1180px) {
  .ohra-history-v2 {
    padding-top: 0;
  }

  .ohra-history-v2-hero,
  .ohra-history-v2-section,
  .ohra-history-v2-ending {
    width: min(100%, 1440px);
  }

  .ohra-history-v2-copy {
    font-size: clamp(0.84rem, 0.92vw, 0.98rem);
    line-height: 1.22;
  }

  .ohra-history-v2-text h2,
  .ohra-history-v2-matter h2 {
    font-size: clamp(2.28rem, 2.55vw, 3.05rem);
  }

  .ohra-history-v2-matter__copy {
    font-size: clamp(0.92rem, 1.08vw, 1.12rem);
  }

  .ohra-history-v2-note {
    font-size: clamp(1.26rem, 1.7vw, 1.92rem);
  }
}

/* OHRA site states */
.ohra-state-page {
  min-height: 100svh;
  padding: clamp(112px, 14vw, 160px) 0 clamp(56px, 8vw, 96px);
}

.ohra-state {
  --state-ink: var(--product-ink, var(--collection-ink, var(--ohra-ink)));
  --state-line: rgba(52, 40, 34, 0.22);
  display: grid;
  width: min(calc(100% - 32px), 1120px);
  margin-inline: auto;
  color: var(--state-ink);
}

.ohra-state.has-image {
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.ohra-state__media {
  margin: 0;
  overflow: hidden;
  background: #eee4d8;
}

.ohra-state__media img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  outline: 0;
}

.ohra-state__content {
  display: grid;
  gap: 15px;
  align-content: center;
  max-width: 680px;
}

.ohra-state__eyebrow {
  width: max-content;
  margin: 0 0 4px;
  padding-bottom: 8px;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: 1px solid var(--state-line);
}

.ohra-state__title {
  max-width: 720px;
  margin: 0;
  color: var(--state-ink);
  font-family: var(--font-serif);
  font-size: clamp(34px, 5.2vw, 72px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.98;
}

.ohra-state__text,
.ohra-state__note {
  max-width: 590px;
  margin: 0;
  color: rgba(52, 40, 34, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.48;
}

.ohra-state__note {
  padding-top: 14px;
  color: rgba(52, 40, 34, 0.54);
  font-size: 13px;
  border-top: 1px solid rgba(52, 40, 34, 0.16);
}

.ohra-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ohra-state__action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 210px);
  padding: 0 20px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--state-ink);
  cursor: pointer;
  transition:
    background-color 180ms var(--ease-soft),
    color 180ms var(--ease-soft),
    border-color 180ms var(--ease-soft),
    transform 150ms var(--ease-soft);
}

.ohra-state__action--primary {
  color: #fffaf2;
  background: var(--state-ink);
}

.ohra-state__action--secondary {
  color: var(--state-ink);
  background: transparent;
  border-color: rgba(52, 40, 34, 0.28);
}

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

.ohra-state__action--primary:hover,
.ohra-state__action--primary:focus-visible {
  background: #241a16;
}

.ohra-state__action--secondary:hover,
.ohra-state__action--secondary:focus-visible {
  background: rgba(52, 40, 34, 0.055);
  border-color: rgba(52, 40, 34, 0.42);
}

.ohra-state__action:active {
  transform: scale(0.98);
}

.ohra-state--compact {
  min-height: clamp(360px, 54svh, 580px);
  align-content: center;
  justify-items: center;
  text-align: center;
}

.ohra-state--compact .ohra-state__content {
  justify-items: center;
}

.ohra-state--compact .ohra-state__text,
.ohra-state--compact .ohra-state__note {
  margin-inline: auto;
}

.ohra-state--inline {
  width: 100%;
  margin: 18px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--state-line);
}

.ohra-state--inline .ohra-state__title {
  max-width: 520px;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.05;
}

.ohra-state--inline .ohra-state__text {
  font-size: 14px;
}

.ohra-state--inline .ohra-state__action {
  min-height: 46px;
  min-width: 0;
}

.ohra-v2-shop-empty .ohra-state {
  width: 100%;
}

.ohra-cart-empty .ohra-state {
  width: 100%;
}

.ohra-search-page {
  padding: clamp(112px, 14vw, 150px) 0 clamp(64px, 9vw, 104px);
}

.ohra-search-page__header,
.ohra-search-results,
.ohra-search-page .navigation {
  width: min(calc(100% - 32px), 1120px);
  margin-inline: auto;
}

.ohra-search-page__header {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.ohra-search-page__header p,
.ohra-search-result p {
  margin: 0;
  color: rgba(52, 40, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ohra-search-page__header h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ohra-ink);
  font-family: var(--font-serif);
  font-size: clamp(42px, 6vw, 82px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.98;
}

.ohra-search-page__header span {
  max-width: 560px;
  color: rgba(52, 40, 34, 0.68);
  font-size: 16px;
  line-height: 1.45;
}

.ohra-search-results {
  display: grid;
  border-top: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-search-result {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(52, 40, 34, 0.22);
}

.ohra-search-result h2 {
  margin: 0;
  color: var(--ohra-ink);
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.2vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.02;
}

.ohra-search-result h2 a {
  transition: color 180ms var(--ease-soft);
}

.ohra-search-result h2 a:hover,
.ohra-search-result h2 a:focus-visible {
  color: var(--ohra-brown-soft);
}

.ohra-search-result span {
  max-width: 680px;
  color: rgba(52, 40, 34, 0.66);
  font-size: 15px;
  line-height: 1.45;
}

.ohra-notice,
.ohra-shop-shell .woocommerce-message,
.ohra-shop-shell .woocommerce-info,
.ohra-shop-shell .woocommerce-error,
.ohra-account-page .woocommerce-message,
.ohra-account-page .woocommerce-info,
.ohra-account-page .woocommerce-error {
  display: grid;
  gap: 8px;
  width: min(calc(100% - 32px), 1120px);
  margin: 0 auto 22px;
  padding: 16px 18px;
  color: var(--product-ink, var(--ohra-ink));
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.42;
  background: rgba(255, 250, 242, 0.7);
  border: 1px solid rgba(52, 40, 34, 0.2);
  list-style: none;
}

.ohra-notice li,
.ohra-shop-shell .woocommerce-message li,
.ohra-shop-shell .woocommerce-info li,
.ohra-shop-shell .woocommerce-error li {
  margin: 0;
}

.ohra-notice a,
.ohra-shop-shell .woocommerce-message a,
.ohra-shop-shell .woocommerce-info a,
.ohra-shop-shell .woocommerce-error a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ohra-notice--error,
.ohra-shop-shell .woocommerce-error {
  border-color: rgba(126, 42, 34, 0.32);
}

.ohra-notice--success,
.ohra-shop-shell .woocommerce-message {
  border-color: rgba(72, 101, 68, 0.32);
}

.ohra-single-product__cart .stock {
  margin: 0 0 14px;
  color: rgba(52, 40, 34, 0.66);
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ohra-single-product__cart .stock.out-of-stock {
  color: rgba(126, 42, 34, 0.78);
}

.ohra-single-product__cart .single_add_to_cart_button.is-loading,
.ohra-single-product__cart button.single_add_to_cart_button.is-loading {
  cursor: wait;
  opacity: 0.72;
}

.ohra-cart-drawer.is-error .ohra-cart-drawer__item {
  opacity: 0.58;
}

.ohra-cart-drawer.is-error .ohra-cart-drawer__checkout {
  color: var(--product-ink, var(--ohra-ink));
  background: transparent;
  border-color: rgba(52, 40, 34, 0.28);
}

@media (max-width: 820px) {
  .ohra-state.has-image {
    grid-template-columns: 1fr;
  }

  .ohra-state__media {
    max-height: 46svh;
  }

  .ohra-state__media img {
    aspect-ratio: 1.18;
  }

  .ohra-state__actions {
    width: 100%;
  }

  .ohra-state__action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohra-state__action,
  .ohra-search-result h2 a {
    transition-duration: 1ms;
  }
}

/* OHRA reusable legal pages */
.ohra-legal-page {
  color: var(--ohra-ink);
  background:
    radial-gradient(circle at 16% 10%, rgba(242, 211, 214, 0.28), transparent 28vw),
    radial-gradient(circle at 92% 28%, rgba(216, 216, 245, 0.22), transparent 32vw),
    linear-gradient(180deg, #fbf7f0 0%, #fffaf2 52%, #f8f1e7 100%);
}

.ohra-legal-hero {
  min-height: clamp(330px, 44svh, 520px);
  display: grid;
  align-items: end;
  padding: clamp(112px, 13vw, 158px) clamp(22px, 6vw, 88px) clamp(42px, 5.8vw, 78px);
}

.ohra-legal-hero__inner {
  width: min(100%, 920px);
}

.ohra-legal-hero__eyebrow {
  width: max-content;
  margin-bottom: clamp(18px, 2.2vw, 28px);
  padding-bottom: 8px;
  color: rgba(75, 57, 49, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.15;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(75, 57, 49, 0.2);
}

.ohra-legal-hero h1 {
  max-width: 760px;
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.ohra-legal-hero p:not(.ohra-legal-hero__eyebrow) {
  max-width: 620px;
  margin-top: clamp(20px, 2.6vw, 34px);
  color: rgba(47, 38, 34, 0.7);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.35vw, 20px);
  font-style: italic;
  line-height: 1.48;
}

.ohra-legal-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 96px);
  width: min(calc(100% - 44px), 1180px);
  margin-inline: auto;
  padding: clamp(34px, 4.8vw, 68px) 0 clamp(72px, 9vw, 132px);
}

.ohra-legal-aside {
  position: sticky;
  top: 96px;
  display: grid;
  align-self: start;
  gap: clamp(24px, 3.6vw, 44px);
}

.ohra-legal-toc,
.ohra-legal-meta {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(75, 57, 49, 0.18);
}

.ohra-legal-toc > p,
.ohra-legal-meta span,
.ohra-legal-related__inner > p {
  color: rgba(75, 57, 49, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ohra-legal-toc ol {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ohra-legal-toc a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  color: rgba(47, 38, 34, 0.68);
  font-size: 14px;
  line-height: 1.28;
  transition:
    color 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.ohra-legal-toc a span {
  color: rgba(47, 38, 34, 0.38);
  font-size: 11px;
  font-weight: 700;
}

.ohra-legal-toc a:hover,
.ohra-legal-toc a:focus-visible {
  color: var(--ohra-brown);
  transform: translateX(3px);
}

.ohra-legal-meta div {
  display: grid;
  gap: 5px;
}

.ohra-legal-meta strong,
.ohra-legal-meta a {
  color: var(--ohra-brown);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 500;
  line-height: 1.25;
}

.ohra-legal-meta a {
  text-decoration: underline;
  text-decoration-color: rgba(47, 38, 34, 0.24);
  text-underline-offset: 0.2em;
}

.ohra-legal-aside__note {
  max-width: 300px;
  color: rgba(47, 38, 34, 0.64);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.45vw, 20px);
  font-style: italic;
  line-height: 1.34;
}

.ohra-legal-content {
  max-width: 790px;
}

.ohra-legal-content > *:first-child {
  margin-top: 0;
}

.ohra-legal-content h2 {
  margin: clamp(42px, 6vw, 76px) 0 18px;
  padding-top: clamp(24px, 3vw, 34px);
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-top: 1px solid rgba(75, 57, 49, 0.18);
  scroll-margin-top: 110px;
}

.ohra-legal-content h3 {
  margin: 34px 0 12px;
  color: var(--ohra-brown);
  font-family: var(--font-serif);
  font-size: clamp(21px, 2vw, 28px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.08;
}

.ohra-legal-content p,
.ohra-legal-content li {
  color: rgba(33, 25, 22, 0.74);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.68;
}

.ohra-legal-content p {
  margin: 0 0 18px;
}

.ohra-legal-content ul,
.ohra-legal-content ol {
  display: grid;
  gap: 8px;
  padding-left: 1.2em;
  margin: 0 0 22px;
}

.ohra-legal-content a {
  color: var(--ohra-brown);
  text-decoration: underline;
  text-decoration-color: rgba(47, 38, 34, 0.28);
  text-underline-offset: 0.2em;
  transition: opacity 180ms var(--ease-soft);
}

.ohra-legal-content a:hover,
.ohra-legal-content a:focus-visible {
  opacity: 0.72;
}

.ohra-legal-content strong {
  color: var(--ohra-brown);
  font-weight: 700;
}

.ohra-legal-content blockquote,
.ohra-legal-content .wp-block-quote,
.ohra-legal-empty {
  margin: clamp(26px, 4vw, 42px) 0;
  padding: clamp(18px, 3vw, 28px) 0;
  color: var(--ohra-brown);
  border-top: 1px solid rgba(75, 57, 49, 0.18);
  border-bottom: 1px solid rgba(75, 57, 49, 0.18);
}

.ohra-legal-content blockquote p,
.ohra-legal-content .wp-block-quote p {
  margin: 0;
  color: rgba(47, 38, 34, 0.74);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.55vw, 23px);
  font-style: italic;
  line-height: 1.38;
}

.ohra-legal-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.ohra-legal-content th,
.ohra-legal-content td {
  padding: 14px 0;
  color: rgba(33, 25, 22, 0.74);
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(75, 57, 49, 0.16);
}

.ohra-legal-content th {
  width: 34%;
  color: var(--ohra-brown);
  font-weight: 700;
}

.ohra-legal-empty h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ohra-legal-related {
  padding: 0 clamp(22px, 6vw, 88px) clamp(76px, 8vw, 116px);
}

.ohra-legal-related__inner {
  display: grid;
  gap: 16px;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding-top: clamp(28px, 4vw, 44px);
  border-top: 1px solid rgba(75, 57, 49, 0.18);
}

.ohra-legal-related h2 {
  max-width: 560px;
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ohra-legal-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ohra-legal-related__links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--ohra-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(75, 57, 49, 0.24);
  border-radius: 999px;
  transition:
    background-color 180ms var(--ease-soft),
    transform 160ms var(--ease-soft);
}

.ohra-legal-related__links a:hover,
.ohra-legal-related__links a:focus-visible {
  background: rgba(255, 250, 242, 0.74);
  transform: translateY(-1px);
}

@media (max-width: 860px) {
  .ohra-legal-hero {
    min-height: 330px;
    padding: 112px 22px 40px;
  }

  .ohra-legal-hero h1 {
    max-width: 340px;
    font-size: clamp(40px, 12vw, 54px);
  }

  .ohra-legal-shell {
    grid-template-columns: 1fr;
    width: min(calc(100% - 44px), 680px);
    gap: 34px;
    padding-top: 28px;
  }

  .ohra-legal-aside {
    position: static;
    gap: 24px;
  }

  .ohra-legal-toc ol {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .ohra-legal-toc li {
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: start;
  }

  .ohra-legal-toc a {
    min-height: 50px;
    align-items: center;
    padding: 0 12px;
    background: rgba(255, 250, 242, 0.58);
    border: 1px solid rgba(75, 57, 49, 0.16);
    border-radius: 999px;
  }

  .ohra-legal-meta {
    grid-template-columns: 1fr;
  }

  .ohra-legal-content h2 {
    font-size: clamp(31px, 9vw, 42px);
    scroll-margin-top: 90px;
  }

  .ohra-legal-content table,
  .ohra-legal-content tbody,
  .ohra-legal-content tr,
  .ohra-legal-content th,
  .ohra-legal-content td {
    display: block;
    width: 100%;
  }

  .ohra-legal-content th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .ohra-legal-content td {
    padding-top: 0;
  }

  .ohra-legal-related {
    padding-inline: 22px;
  }

  .ohra-legal-related__links {
    display: grid;
  }
}

/* Desktop-only refinement: calmer top navigation and taller collection photography. */
@media (min-width: 760px) {
  .site-header__nav {
    display: none;
  }

  .site-header__desktop-nav {
    display: block;
    justify-self: center;
  }

  .site-header__desktop-nav .site-header__links {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3.2vw, 56px);
  }

  .site-header__desktop-nav .site-header__links a {
    min-height: 44px;
    font-size: clamp(11px, 0.82vw, 14px);
    letter-spacing: 0.11em;
  }

  .ohra-product-archive .ohra-v2-shop-hero {
    height: clamp(420px, 34vw, 680px);
  }

  .ohra-collection-vetements .ohra-v2-shop-hero__image {
    object-position: center 48%;
  }

  .ohra-collection-bijoux .ohra-v2-shop-hero__image {
    object-position: center 50%;
  }

  .ohra-collection-sacs .ohra-v2-shop-hero__image {
    object-position: center 50%;
  }
}

/* Histoire layout refinement: image rhythm and responsive editorial pacing. */
@media (min-width: 960px) {
  .ohra-history-v2-section {
    width: min(100%, 1440px);
  }

  .ohra-history-v2-split {
    align-items: center;
    gap: clamp(36px, 5vw, 78px);
    padding: clamp(56px, 6.1vw, 88px) clamp(58px, 6.8vw, 98px);
  }

  .ohra-history-v2-split--meeting {
    grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
  }

  .ohra-history-v2-split--origin {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  }

  .ohra-history-v2-text {
    align-self: center;
    max-width: 600px;
    padding: 0;
  }

  .ohra-history-v2-split--origin .ohra-history-v2-text {
    justify-self: center;
    max-width: 620px;
    padding: 0;
  }

  .ohra-history-v2-split__photo {
    align-self: stretch;
    min-height: clamp(420px, 38vw, 620px);
    aspect-ratio: auto;
  }

  .ohra-history-v2-split--meeting .ohra-history-v2-split__photo {
    min-height: clamp(410px, 36vw, 580px);
  }

  .ohra-history-v2-split--meeting .ohra-history-v2-split__photo img {
    object-position: 50% 45%;
  }

  .ohra-history-v2-split--origin .ohra-history-v2-split__photo {
    min-height: clamp(520px, 45vw, 760px);
  }

  .ohra-history-v2-split--origin .ohra-history-v2-split__photo img {
    object-position: 50% 44%;
  }

  .ohra-history-v2-matter {
    padding: clamp(66px, 6vw, 92px) clamp(58px, 6.8vw, 98px);
  }

  .ohra-history-v2-matter__images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
    margin-top: clamp(34px, 4vw, 58px);
  }

  .ohra-history-v2-matter__images .ohra-history-v2-photo {
    aspect-ratio: 0.78;
  }

  .ohra-history-v2-matter__images .ohra-history-v2-photo:nth-child(2) {
    transform: translateY(clamp(18px, 2.3vw, 34px));
  }

  .ohra-history-v2-matter__images .ohra-history-v2-photo:nth-child(1) img,
  .ohra-history-v2-matter__images .ohra-history-v2-photo:nth-child(2) img,
  .ohra-history-v2-matter__images .ohra-history-v2-photo:nth-child(3) img {
    object-position: center 42%;
  }

  .ohra-history-v2-matter__copy {
    margin-top: clamp(52px, 5vw, 76px);
  }

  .ohra-history-v2-jewelry {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(36px, 5vw, 76px);
    padding: clamp(54px, 5vw, 76px) clamp(58px, 6.8vw, 98px) clamp(58px, 5.6vw, 86px);
  }

  .ohra-history-v2-jewelry .ohra-history-v2-text {
    align-self: start;
    max-width: 510px;
    padding: 0;
  }

  .ohra-history-v2-jewelry__gallery {
    padding-right: 0;
  }

  .ohra-history-v2-jewelry__rail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.78fr) minmax(0, 0.78fr);
    grid-template-rows: repeat(2, clamp(150px, 14vw, 244px));
    gap: clamp(14px, 1.8vw, 26px);
    overflow: visible;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo {
    flex: none;
    aspect-ratio: auto;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    transform: none;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(2) img,
  .ohra-history-v2-jewelry__rail .ohra-history-v2-photo:nth-child(4) img {
    object-position: 50% 42%;
  }

  .ohra-history-v2-jewelry__progress {
    display: none;
  }
}

.ohra-newsletter {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  z-index: 80;
  width: min(calc(100vw - 28px), 462px);
  color: var(--ohra-ink);
  pointer-events: none;
  visibility: hidden;
}

.ohra-newsletter[aria-hidden="false"] {
  visibility: visible;
}

.ohra-newsletter__panel {
  position: relative;
  padding: clamp(26px, 4vw, 38px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 254, 250, 0.94), rgba(248, 247, 243, 0.9)),
    radial-gradient(circle at 84% 0%, rgba(242, 211, 214, 0.44), transparent 16rem);
  border: 1px solid rgba(47, 38, 34, 0.16);
  box-shadow: 0 28px 70px rgba(47, 38, 34, 0.16);
  opacity: 0;
  pointer-events: auto;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 360ms var(--ease-soft),
    transform 420ms var(--ease-soft);
  backdrop-filter: blur(18px);
}

.ohra-newsletter.is-open .ohra-newsletter__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ohra-newsletter__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  color: var(--ohra-brown);
  background: transparent;
  border: 1px solid rgba(47, 38, 34, 0.16);
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color 180ms var(--ease-soft),
    transform 160ms var(--ease-soft);
}

.ohra-newsletter__close:hover,
.ohra-newsletter__close:focus-visible {
  background: rgba(47, 38, 34, 0.06);
}

.ohra-newsletter__close:active {
  transform: scale(0.96);
}

.ohra-newsletter__close span {
  position: absolute;
  width: 14px;
  height: 1px;
  background: currentColor;
}

.ohra-newsletter__close span:first-child {
  transform: rotate(45deg);
}

.ohra-newsletter__close span:last-child {
  transform: rotate(-45deg);
}

.ohra-newsletter__eyebrow {
  margin-bottom: 18px;
  color: rgba(47, 38, 34, 0.62);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.ohra-newsletter h2 {
  max-width: 11ch;
  color: var(--ohra-brown);
  font-family: var(--font-display);
  font-size: clamp(35px, 5vw, 52px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.ohra-newsletter__text {
  max-width: 34rem;
  margin-top: 18px;
  color: rgba(33, 25, 22, 0.72);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
}

.ohra-newsletter__gift {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  margin-top: 16px;
  color: var(--ohra-brown);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
  background: rgba(242, 211, 214, 0.34);
  border: 1px solid rgba(47, 38, 34, 0.14);
  border-radius: 999px;
}

.ohra-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 26px;
}

.ohra-newsletter__form input[type="email"] {
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ohra-ink);
  font-family: var(--font-sans);
  font-size: 14px;
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid rgba(47, 38, 34, 0.22);
  border-radius: 0;
}

.ohra-newsletter__form input[type="email"]::placeholder {
  color: rgba(47, 38, 34, 0.48);
}

.ohra-newsletter__form input[aria-invalid="true"] {
  border-color: rgba(130, 36, 28, 0.58);
}

.ohra-newsletter__form button {
  min-height: 48px;
  padding: 0 18px;
  color: var(--ohra-white);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--ohra-brown);
  border: 1px solid var(--ohra-brown);
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color 180ms var(--ease-soft),
    transform 160ms var(--ease-soft);
}

.ohra-newsletter__form button:hover,
.ohra-newsletter__form button:focus-visible {
  background: var(--ohra-ink);
}

.ohra-newsletter__form button:active {
  transform: scale(0.98);
}

.ohra-newsletter__form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ohra-newsletter__form.is-complete {
  opacity: 0.58;
  pointer-events: none;
}

.ohra-newsletter__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ohra-newsletter__status {
  min-height: 20px;
  margin-top: 12px;
  color: rgba(33, 25, 22, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.ohra-newsletter__status[data-status="success"] {
  color: var(--ohra-green);
}

.ohra-newsletter__status[data-status="error"] {
  color: #82241c;
}

.ohra-newsletter__decline {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0;
  margin-top: 8px;
  color: rgba(47, 38, 34, 0.58);
  font-family: var(--font-sans);
  font-size: 13px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 180ms var(--ease-soft);
}

.ohra-newsletter__decline:hover,
.ohra-newsletter__decline:focus-visible {
  color: var(--ohra-brown);
}

@media (max-width: 640px) {
  .ohra-newsletter {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .ohra-newsletter__panel {
    padding: 30px 20px 22px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 -18px 58px rgba(47, 38, 34, 0.18);
  }

  .ohra-newsletter h2 {
    max-width: 12ch;
    font-size: 38px;
  }

  .ohra-newsletter__form {
    grid-template-columns: 1fr;
  }

  .ohra-newsletter__form button {
    width: 100%;
  }
}

/* Homepage opening: warm terracotta material, central OHRA presence, then passage into the site. */
.ohra-home-intro {
  --ohra-intro-duration: 4000ms;
  position: fixed;
  inset: 0;
  z-index: 9000;
  overflow: hidden;
  color: var(--ohra-white);
  isolation: isolate;
  background: #d7a184;
  pointer-events: auto;
}

.ohra-home-intro__base,
.ohra-home-intro__bloom,
.ohra-home-intro__aura,
.ohra-home-intro__flow,
.ohra-home-intro__grain,
.ohra-home-intro__veil {
  position: absolute;
  inset: 0;
}

.ohra-home-intro__base img,
.ohra-home-intro__bloom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 0;
}

.ohra-home-intro__base {
  z-index: 1;
  transform: scale(1.02);
  filter: saturate(0.92) contrast(0.94) brightness(1.05);
}

.ohra-home-intro__bloom {
  z-index: 2;
  opacity: 0.3;
  transform: scale(1.1) translate3d(2vw, -1vh, 0);
  filter: blur(20px) saturate(1) brightness(1.1);
  mix-blend-mode: screen;
}

.ohra-home-intro__aura {
  z-index: 3;
  inset: -22%;
  overflow: hidden;
  opacity: 1;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 250, 242, 0.42), transparent 28%),
    radial-gradient(circle at 72% 40%, rgba(210, 105, 62, 0.34), transparent 34%),
    radial-gradient(circle at 44% 80%, rgba(128, 68, 55, 0.28), transparent 36%);
  filter: blur(24px) saturate(1.02);
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform, opacity, filter;
}

.ohra-home-intro__aura::before,
.ohra-home-intro__aura::after,
.ohra-home-intro__flow::before,
.ohra-home-intro__flow::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ohra-home-intro__aura::before {
  inset: -10%;
  background:
    radial-gradient(circle at 24% 36%, rgba(255, 244, 225, 0.34), transparent 30%),
    radial-gradient(circle at 68% 28%, rgba(239, 166, 118, 0.32), transparent 34%),
    radial-gradient(circle at 52% 76%, rgba(161, 76, 48, 0.26), transparent 36%),
    conic-gradient(from 86deg at 52% 50%, rgba(255, 250, 242, 0.18), rgba(237, 164, 113, 0.22), rgba(203, 111, 76, 0.2), rgba(251, 218, 190, 0.2), rgba(255, 250, 242, 0.18));
  mix-blend-mode: soft-light;
  opacity: 0.88;
  transform: rotate(0deg) scale(1.02);
  will-change: transform, opacity;
}

.ohra-home-intro__aura::after {
  inset: 12%;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 250, 242, 0.15) 0 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
  opacity: 0.22;
}

.ohra-home-intro__flow {
  z-index: 4;
  inset: -20%;
  opacity: 0.68;
  filter: blur(24px);
  mix-blend-mode: normal;
  transform: translate3d(0, 0, 0);
}

.ohra-home-intro__flow::before {
  top: 8%;
  left: -12%;
  width: 72%;
  height: 72%;
  border-radius: 42% 58% 52% 48% / 52% 48% 58% 42%;
  background:
    radial-gradient(circle at 32% 38%, rgba(255, 250, 242, 0.78), rgba(247, 201, 169, 0.32) 40%, transparent 68%),
    linear-gradient(128deg, rgba(255, 250, 242, 0.26), rgba(224, 129, 84, 0.16));
  mix-blend-mode: screen;
}

.ohra-home-intro__flow::after {
  right: -14%;
  bottom: -8%;
  width: 82%;
  height: 70%;
  border-radius: 56% 44% 50% 50% / 48% 52% 42% 58%;
  background:
    radial-gradient(circle at 52% 48%, rgba(194, 86, 55, 0.42), rgba(126, 67, 57, 0.3) 44%, transparent 72%),
    linear-gradient(36deg, rgba(105, 57, 51, 0.28), rgba(243, 151, 83, 0.12), transparent);
  mix-blend-mode: multiply;
}

.ohra-home-intro__glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.ohra-home-intro__glow--ivory {
  top: -4%;
  left: -8%;
  width: min(92vw, 980px);
  height: min(72vw, 760px);
  background: radial-gradient(circle at center, rgba(255, 250, 242, 0.62), rgba(255, 229, 204, 0.24) 44%, transparent 72%);
}

.ohra-home-intro__glow--rose {
  top: 10%;
  right: 4%;
  width: min(70vw, 760px);
  height: min(56vw, 620px);
  background: radial-gradient(circle at center, rgba(239, 182, 165, 0.58), rgba(223, 133, 92, 0.3) 44%, transparent 72%);
}

.ohra-home-intro__glow--amber {
  right: -12%;
  bottom: 6%;
  width: min(78vw, 860px);
  height: min(64vw, 700px);
  background: radial-gradient(circle at center, rgba(247, 168, 91, 0.5), rgba(192, 82, 47, 0.32) 46%, transparent 72%);
}

.ohra-home-intro__glow--earth {
  left: 10%;
  bottom: -18%;
  width: min(72vw, 800px);
  height: min(54vw, 620px);
  background: radial-gradient(circle at center, rgba(112, 63, 55, 0.26), rgba(94, 54, 50, 0.18) 46%, transparent 72%);
  mix-blend-mode: multiply;
}

.ohra-home-intro__grain {
  z-index: 7;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.22) 0 0.55px, transparent 0.65px),
    radial-gradient(circle at 78% 64%, rgba(93, 47, 38, 0.14) 0 0.6px, transparent 0.75px);
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: soft-light;
}

.ohra-home-intro__veil {
  z-index: 6;
  opacity: 0;
  background:
    radial-gradient(ellipse at 52% 48%, rgba(255, 250, 242, 0.54) 0 14%, rgba(245, 202, 172, 0.34) 34%, transparent 62%),
    linear-gradient(108deg, rgba(255, 248, 236, 0.34), rgba(190, 92, 62, 0.16));
  transform: scale(0.92);
  filter: blur(22px);
  mix-blend-mode: screen;
}

.ohra-home-intro__logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: min(32vw, 300px);
  max-width: calc(100vw - 44px);
  height: auto;
  outline: 0;
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(-50%, -50%, 0) scale(0.982);
}

.home .site-header,
.home .hero-section__content {
  will-change: opacity, transform;
}

html.has-ohra-home-intro:not(.ohra-home-intro-complete) .site-header {
  opacity: 0;
  transform: translate3d(0, -8px, 0);
}

html.has-ohra-home-intro:not(.ohra-home-intro-complete) .hero-section__content {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

html.is-loaded .ohra-home-intro {
  animation: ohraIntroExit var(--ohra-intro-duration) cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

html.is-loaded .ohra-home-intro__base {
  animation: ohraIntroBase var(--ohra-intro-duration) cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

html.is-loaded .ohra-home-intro__bloom {
  animation: ohraIntroBloom var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__aura {
  animation: ohraIntroAura var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__aura::before {
  animation: ohraIntroOrbit var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__aura::after {
  animation: ohraIntroGrain 900ms steps(2, end) infinite;
}

html.is-loaded .ohra-home-intro__flow {
  animation: ohraIntroFlow var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__flow::before {
  animation: ohraIntroFlowIvory var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__flow::after {
  animation: ohraIntroFlowEarth var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__glow--ivory {
  animation: ohraIntroGlowIvory var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__glow--rose {
  animation: ohraIntroGlowRose var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__glow--amber {
  animation: ohraIntroGlowAmber var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__glow--earth {
  animation: ohraIntroGlowEarth var(--ohra-intro-duration) ease-in-out forwards;
}

html.is-loaded .ohra-home-intro__veil {
  animation: ohraIntroAbsorb var(--ohra-intro-duration) cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

html.is-loaded .ohra-home-intro__logo {
  animation: ohraIntroLogo var(--ohra-intro-duration) cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

html.is-loaded.has-ohra-home-intro:not(.ohra-home-intro-complete) .site-header {
  animation: ohraIntroInterface 760ms cubic-bezier(0.19, 0.72, 0.18, 1) 3140ms forwards;
}

html.is-loaded.has-ohra-home-intro:not(.ohra-home-intro-complete) .hero-section__content {
  animation: ohraIntroHero 860ms cubic-bezier(0.19, 0.72, 0.18, 1) 3360ms forwards;
}

html.ohra-home-intro-short .ohra-home-intro {
  --ohra-intro-duration: 1600ms;
}

html.is-loaded.ohra-home-intro-short.has-ohra-home-intro:not(.ohra-home-intro-complete) .site-header {
  animation-delay: 980ms;
}

html.is-loaded.ohra-home-intro-short.has-ohra-home-intro:not(.ohra-home-intro-complete) .hero-section__content {
  animation-delay: 1120ms;
}

html.ohra-home-intro-complete .ohra-home-intro {
  display: none;
}

html.ohra-home-intro-complete .site-header,
html.ohra-home-intro-complete .hero-section__content {
  opacity: 1;
  transform: none;
}

.ohra-page-transition {
  position: fixed;
  inset: 0;
  z-index: 9400;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #d7a184;
}

.ohra-page-transition__base,
.ohra-page-transition__aura,
.ohra-page-transition__grain {
  position: absolute;
  inset: 0;
}

.ohra-page-transition__base {
  z-index: 1;
  transform: scale(1.04) translate3d(0, 0, 0);
  filter: saturate(0.92) contrast(0.95) brightness(1.06);
}

.ohra-page-transition__base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 0;
}

.ohra-page-transition__aura {
  z-index: 2;
  inset: -18%;
  opacity: 0.82;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 250, 242, 0.54), transparent 28%),
    radial-gradient(circle at 74% 42%, rgba(229, 134, 82, 0.34), transparent 34%),
    radial-gradient(circle at 42% 82%, rgba(130, 70, 57, 0.26), transparent 36%),
    conic-gradient(from 72deg at 52% 50%, rgba(255, 250, 242, 0.22), rgba(238, 162, 108, 0.2), rgba(195, 91, 61, 0.18), rgba(255, 235, 205, 0.2), rgba(255, 250, 242, 0.22));
  filter: blur(22px) saturate(1.04);
  mix-blend-mode: soft-light;
}

.ohra-page-transition__grain {
  z-index: 4;
  opacity: 0.13;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.24) 0 0.55px, transparent 0.65px),
    radial-gradient(circle at 78% 64%, rgba(93, 47, 38, 0.14) 0 0.6px, transparent 0.75px);
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: soft-light;
}

.ohra-page-transition__logo {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(22vw, 180px);
  max-width: calc(100vw - 64px);
  height: auto;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(-50%, -50%, 0) scale(0.97);
}

.ohra-page-transition.is-active {
  visibility: visible;
  pointer-events: auto;
  animation: ohraPageTransitionReveal 780ms cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

.ohra-page-transition.is-active .ohra-page-transition__base {
  animation: ohraPageTransitionBase 780ms cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

.ohra-page-transition.is-active .ohra-page-transition__aura {
  animation: ohraPageTransitionAura 780ms ease-in-out forwards;
}

.ohra-page-transition.is-active .ohra-page-transition__grain {
  animation: ohraIntroGrain 780ms steps(2, end) infinite;
}

.ohra-page-transition.is-active .ohra-page-transition__logo {
  animation: ohraPageTransitionLogo 780ms cubic-bezier(0.19, 0.72, 0.18, 1) forwards;
}

@keyframes ohraIntroLogo {
  0% {
    opacity: 0;
    filter: blur(9px);
    transform: translate3d(-50%, -49.6%, 0) scale(0.982);
  }

  10% {
    opacity: 0;
  }

  30%,
  55% {
    opacity: 0.92;
    filter: blur(0);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  66% {
    opacity: 0.5;
    filter: blur(4px);
    transform: translate3d(-50%, -50.25%, 0) scale(1.018);
  }

  100% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(-50%, -50.8%, 0) scale(1.07);
  }
}

@keyframes ohraPageTransitionReveal {
  0% {
    opacity: 0;
    visibility: visible;
  }

  24%,
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes ohraPageTransitionBase {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
    filter: saturate(0.9) contrast(0.95) brightness(1.06);
  }

  100% {
    transform: scale(1.24) translate3d(4vw, -2vh, 0);
    filter: saturate(1.02) contrast(0.98) brightness(1.1);
  }
}

@keyframes ohraPageTransitionAura {
  0% {
    opacity: 0.58;
    transform: translate3d(-2vw, 1vh, 0) scale(0.98) rotate(-2deg);
  }

  100% {
    opacity: 0.94;
    transform: translate3d(6vw, -3vh, 0) scale(1.18) rotate(8deg);
  }
}

@keyframes ohraPageTransitionLogo {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-50%, -49%, 0) scale(0.97);
  }

  34%,
  72% {
    opacity: 0.78;
    filter: blur(0);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  100% {
    opacity: 0.52;
    filter: blur(4px);
    transform: translate3d(-50%, -50.4%, 0) scale(1.035);
  }
}

@keyframes ohraIntroBase {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
    filter: saturate(0.9) contrast(0.94) brightness(1.05);
  }

  52% {
    transform: scale(1.075) translate3d(-1.2vw, 0.8vh, 0);
    filter: saturate(0.94) contrast(0.95) brightness(1.07);
  }

  100% {
    transform: scale(1.5) translate3d(9vw, -5vh, 0);
    filter: saturate(1.02) contrast(0.98) brightness(1.1);
  }
}

@keyframes ohraIntroBloom {
  0% {
    opacity: 0.18;
    transform: scale(1.1) translate3d(2vw, -1vh, 0);
  }

  55% {
    opacity: 0.36;
    transform: scale(1.18) translate3d(-1vw, 1vh, 0);
  }

  100% {
    opacity: 0.64;
    transform: scale(1.68) translate3d(-10vw, 4vh, 0);
  }
}

@keyframes ohraIntroAura {
  0% {
    opacity: 0.82;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(24px) saturate(0.98);
  }

  55% {
    opacity: 0.98;
    transform: translate3d(-3vw, 1.4vh, 0) scale(1.06);
    filter: blur(27px) saturate(1.04);
  }

  100% {
    opacity: 0.92;
    transform: translate3d(7vw, -3.5vh, 0) scale(1.26);
    filter: blur(30px) saturate(1.08);
  }
}

@keyframes ohraIntroOrbit {
  0% {
    opacity: 0.62;
    transform: rotate(-2deg) scale(1.02) translate3d(0, 0, 0);
  }

  55% {
    opacity: 0.92;
    transform: rotate(7deg) scale(1.12) translate3d(-3vw, 1.4vh, 0);
  }

  100% {
    opacity: 0.64;
    transform: rotate(16deg) scale(1.32) translate3d(7vw, -3vh, 0);
  }
}

@keyframes ohraIntroFlow {
  0% {
    opacity: 0.38;
    transform: translate3d(0, 0, 0) scale(1);
  }

  55% {
    opacity: 0.82;
    transform: translate3d(2vw, -1.6vh, 0) scale(1.08);
  }

  100% {
    opacity: 0.9;
    transform: translate3d(-7vw, 3vh, 0) scale(1.32);
  }
}

@keyframes ohraIntroFlowIvory {
  0% {
    transform: translate3d(-8vw, -2vh, 0) scale(0.92);
  }

  55% {
    transform: translate3d(6vw, 4vh, 0) scale(1);
  }

  100% {
    transform: translate3d(18vw, -4vh, 0) scale(1.24);
  }
}

@keyframes ohraIntroFlowEarth {
  0% {
    transform: translate3d(8vw, 5vh, 0) scale(0.96);
  }

  55% {
    transform: translate3d(-4vw, -2vh, 0) scale(1.02);
  }

  100% {
    transform: translate3d(-18vw, 2vh, 0) scale(1.2);
  }
}

@keyframes ohraIntroGlowIvory {
  0% {
    opacity: 0.72;
    transform: translate3d(-4vw, -3vh, 0) scale(0.92);
  }

  55% {
    opacity: 0.9;
    transform: translate3d(4vw, 2vh, 0) scale(1.04);
  }

  100% {
    opacity: 0.76;
    transform: translate3d(16vw, -4vh, 0) scale(1.24);
  }
}

@keyframes ohraIntroGlowRose {
  0% {
    opacity: 0.42;
    transform: translate3d(5vw, -2vh, 0) scale(0.96);
  }

  55% {
    opacity: 0.66;
    transform: translate3d(-5vw, 2vh, 0) scale(1.08);
  }

  100% {
    opacity: 0.52;
    transform: translate3d(-12vw, -5vh, 0) scale(1.22);
  }
}

@keyframes ohraIntroGlowAmber {
  0% {
    opacity: 0.34;
    transform: translate3d(6vw, 4vh, 0) scale(0.92);
  }

  55% {
    opacity: 0.56;
    transform: translate3d(-3vw, -2vh, 0) scale(1.04);
  }

  100% {
    opacity: 0.48;
    transform: translate3d(-16vw, 1vh, 0) scale(1.28);
  }
}

@keyframes ohraIntroGlowEarth {
  0% {
    opacity: 0.2;
    transform: translate3d(-4vw, 4vh, 0) scale(0.96);
  }

  55% {
    opacity: 0.26;
    transform: translate3d(3vw, -2vh, 0) scale(1.04);
  }

  100% {
    opacity: 0.18;
    transform: translate3d(12vw, 4vh, 0) scale(1.22);
  }
}

@keyframes ohraIntroGrain {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(1px, -1px, 0);
  }
}

@keyframes ohraIntroAbsorb {
  0%,
  55% {
    opacity: 0;
    transform: scale(0.94);
  }

  70% {
    opacity: 0.78;
    transform: scale(1.08);
  }

  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@keyframes ohraIntroExit {
  0%,
  83% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes ohraIntroInterface {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ohraIntroHero {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 760px) {
  .ohra-home-intro__logo {
    width: min(38vw, 180px);
  }

  .ohra-page-transition__logo {
    width: min(30vw, 126px);
  }

  .ohra-home-intro__bloom {
    filter: blur(17px) saturate(0.96) brightness(1.1);
  }

  .ohra-home-intro__aura {
    filter: blur(19px) saturate(1.02);
  }

  .ohra-home-intro__flow {
    filter: blur(22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohra-home-intro {
    display: none;
  }

  .ohra-page-transition {
    display: none;
  }

  html.has-ohra-home-intro:not(.ohra-home-intro-complete) .site-header,
  html.has-ohra-home-intro:not(.ohra-home-intro-complete) .hero-section__content {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Final OHRA polish: harmonize system breaks without changing layouts. */
.site-footer {
  background: #60463a;
}

.site-footer__veil {
  background:
    radial-gradient(circle at 62% 35%, rgba(255, 246, 226, 0.13), transparent 16rem),
    linear-gradient(180deg, rgba(38, 24, 18, 0), rgba(38, 24, 18, 0.08) 48%, rgba(38, 24, 18, 0.18));
}

.site-footer__o-mark {
  opacity: 0.13;
  filter: blur(0.45px) saturate(0.98);
}

.site-footer__quote {
  text-shadow: 0 8px 24px rgba(34, 19, 13, 0.18);
}

.site-footer__inner {
  min-height: clamp(132px, 14vw, 204px);
  background: rgba(47, 31, 25, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.1),
    inset 0 -1px 0 rgba(255, 250, 242, 0.05);
}

.site-footer__brand p {
  color: rgba(255, 250, 242, 0.84);
}

.site-footer a {
  opacity: 0.82;
  text-shadow: 0 8px 26px rgba(26, 17, 14, 0.2);
}

.site-footer__legal {
  background: rgba(47, 31, 25, 0.4);
}

.ohra-legal-page,
.ohra-cart-page,
.ohra-checkout-page,
.ohra-account-page,
.ohra-order-page {
  background:
    radial-gradient(circle at 16% 10%, rgba(242, 211, 214, 0.2), transparent 28vw),
    radial-gradient(circle at 92% 28%, rgba(216, 216, 245, 0.14), transparent 32vw),
    linear-gradient(180deg, #fbf7f0 0%, #fffaf2 48%, #f5ece1 100%);
}

.ohra-legal-hero__inner {
  width: min(100%, 980px);
}

.ohra-legal-hero h1 {
  max-width: 820px;
}

.ohra-legal-shell {
  align-items: start;
}

.ohra-legal-toc,
.ohra-legal-meta,
.ohra-legal-content blockquote,
.ohra-legal-content .wp-block-quote,
.ohra-legal-empty,
.ohra-legal-related__inner {
  border-color: rgba(75, 57, 49, 0.14);
}

.ohra-legal-toc a {
  color: rgba(47, 38, 34, 0.64);
}

.ohra-legal-toc a:hover,
.ohra-legal-toc a:focus-visible {
  transform: translateX(2px);
}

.ohra-legal-content {
  padding: clamp(22px, 3.4vw, 42px);
  background: rgba(255, 250, 242, 0.38);
  border: 1px solid rgba(75, 57, 49, 0.12);
  box-shadow: 0 22px 58px rgba(47, 38, 34, 0.045);
}

.ohra-legal-content h2:first-child {
  margin-top: 0;
}

.ohra-newsletter__panel {
  background:
    linear-gradient(145deg, rgba(255, 254, 250, 0.96), rgba(248, 244, 238, 0.94)),
    radial-gradient(circle at 86% 0%, rgba(242, 211, 214, 0.3), transparent 16rem);
  border-color: rgba(47, 38, 34, 0.13);
  box-shadow:
    0 26px 64px rgba(47, 38, 34, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.ohra-newsletter__eyebrow,
.ohra-newsletter__gift,
.ohra-cart-page__header p,
.ohra-checkout-page__header p,
.ohra-account-page__hero p,
.ohra-cart-summary > p,
.ohra-checkout-summary-card > p,
.ohra-account-welcome > p,
.ohra-account-panel > p,
.ohra-account-section__head > p,
.ohra-account-login__panel > p {
  letter-spacing: 0.12em;
}

.ohra-newsletter__gift {
  background: rgba(242, 211, 214, 0.24);
  border-color: rgba(47, 38, 34, 0.12);
}

.ohra-newsletter__form input[type="email"],
.ohra-cart-coupon__field input,
.ohra-checkout-page input.input-text,
.ohra-checkout-page textarea,
.ohra-checkout-page select,
.ohra-payment-placeholder,
.ohra-account-form input.input-text,
.ohra-account-form input[type="text"],
.ohra-account-form input[type="email"],
.ohra-account-form input[type="password"],
.ohra-account-form input[type="tel"],
.ohra-account-form select,
.ohra-account-login input.input-text,
.ohra-account-login input[type="text"],
.ohra-account-login input[type="email"],
.ohra-account-login input[type="password"] {
  background: rgba(255, 250, 242, 0.62);
  border-color: rgba(52, 40, 34, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.ohra-newsletter__form input[type="email"]:focus,
.ohra-cart-coupon__field input:focus {
  background: rgba(255, 250, 242, 0.86);
  border-color: rgba(52, 40, 34, 0.48);
  box-shadow: 0 0 0 3px rgba(52, 40, 34, 0.055);
  outline: none;
}

.ohra-newsletter__form button,
.ohra-cart-coupon__field button,
.ohra-cart-summary__checkout,
.ohra-cart-summary__continue,
.ohra-cart-empty a,
.ohra-checkout-page #payment button,
.ohra-checkout-page #payment button.button,
.ohra-checkout-page #payment button#place_order,
.ohra-account-order-card a,
.ohra-account-empty-state a,
.ohra-account-link,
.ohra-account-pagination a,
.ohra-account-form button,
.ohra-account-login button,
.ohra-order-actions a,
.ohra-order-aftercare__card a {
  letter-spacing: 0.06em;
}

.ohra-cart-summary,
.ohra-checkout-summary-card,
.ohra-checkout-step,
.ohra-checkout-account,
.ohra-checkout-page #payment li.wc_payment_method,
.ohra-checkout-page #payment div.payment_box,
.ohra-account-panel,
.ohra-account-login__panel,
.ohra-account-form__fieldset,
.ohra-order-card,
.ohra-order-aftercare__card {
  background: rgba(255, 250, 242, 0.56);
  border-color: rgba(52, 40, 34, 0.17);
  box-shadow:
    0 18px 46px rgba(47, 38, 34, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.ohra-cart-item,
.ohra-cart-page__items,
.ohra-cart-summary__lines div,
.ohra-cart-coupon,
.ohra-cart-summary__reassurance,
.ohra-checkout-step summary,
.ohra-checkout-summary-card__items,
.ohra-checkout-summary-item,
.ohra-checkout-summary-card__totals > div,
.ohra-account-nav,
.ohra-account-order-card,
.ohra-account-empty-state,
.ohra-account-quick-links,
.ohra-account-quick-links a,
.ohra-account-order-lines,
.ohra-account-order-line,
.ohra-account-detail-list div,
.ohra-account-addresses address,
.ohra-shop-shell .woocommerce-message,
.ohra-shop-shell .woocommerce-info,
.ohra-shop-shell .woocommerce-error,
.ohra-account-page .woocommerce-message,
.ohra-account-page .woocommerce-info,
.ohra-account-page .woocommerce-error {
  border-color: rgba(52, 40, 34, 0.16);
}

.ohra-shop-shell .woocommerce-message,
.ohra-shop-shell .woocommerce-info,
.ohra-shop-shell .woocommerce-error,
.ohra-account-page .woocommerce-message,
.ohra-account-page .woocommerce-info,
.ohra-account-page .woocommerce-error {
  background: rgba(255, 250, 242, 0.7);
  box-shadow: 0 14px 34px rgba(47, 38, 34, 0.04);
}

.ohra-process-final-hero__definition [data-process-scroll-copy] span {
  opacity: clamp(0.46, calc((var(--process-copy-progress) - var(--word-index)) * 10), 1);
  transform: translateY(calc((1 - clamp(0, (var(--process-copy-progress) - var(--word-index)) * 10, 1)) * 2px));
}

.ohra-process-final-hero::before {
  filter: saturate(0.95) blur(1.1px);
  opacity: 0.36;
}

.ohra-process-final-unique::before {
  filter: blur(1.4px) saturate(0.94);
  opacity: 0.34;
}

.ohra-process-final-unique__shade {
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 250, 242, 0.12), transparent 19rem),
    linear-gradient(180deg, rgba(9, 8, 6, 0.12), rgba(9, 8, 6, 0.22) 18%, rgba(9, 8, 6, 0.14) 50%, rgba(9, 8, 6, 0.5)),
    linear-gradient(90deg, rgba(9, 8, 6, 0.66), rgba(9, 8, 6, 0.12) 50%, rgba(9, 8, 6, 0.66));
}

.ohra-process-final-unique--editable > .ohra-process-final-unique__bg {
  filter: saturate(0.95) contrast(1.03);
}

.ohra-process-final-callout,
.ohra-process-final-unique__header,
.ohra-process-final-unique__closing {
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

@media (max-width: 860px) {
  .ohra-legal-content {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .ohra-legal-toc a {
    border-color: rgba(75, 57, 49, 0.14);
  }
}

@media (max-width: 759px) {
  .site-footer__inner {
    grid-template-columns: minmax(100px, 0.92fr) repeat(3, minmax(58px, 0.56fr));
    min-height: clamp(116px, 32vw, 142px);
    background: rgba(47, 31, 25, 0.5);
  }

  .site-footer a {
    font-size: clamp(14px, 3.85vw, 16px);
  }

  .site-footer__legal {
    background: rgba(47, 31, 25, 0.34);
  }
}

@media (max-width: 640px) {
  .ohra-newsletter {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .ohra-newsletter__panel {
    padding: 30px 20px 22px;
    border: 1px solid rgba(47, 38, 34, 0.13);
    box-shadow: 0 18px 50px rgba(47, 38, 34, 0.15);
  }
}

@media (max-width: 430px) {
  .ohra-process-final-callout {
    text-shadow: 0 7px 18px rgba(0, 0, 0, 0.34);
  }
}

/* OHRA V2 launch stabilization */
.ohra-v2-product__image,
.ohra-v2-product__media img {
  object-fit: var(--ohra-product-fit, cover);
  object-position: var(--ohra-product-position, center center);
}

.ohra-v2-product__media {
  background: rgba(255, 250, 242, 0.48);
}

.ohra-v2-product__stock {
  margin-top: 0.55rem;
}

.ohra-v2-product__stock:not(.is-out-of-stock) {
  display: none;
}

.ohra-v2-product.has-reversible-image,
.ohra-v2-product.has-reversible-image .ohra-v2-product__media {
  --reversible-secondary-blur: 0px;
  --reversible-secondary-scale: 1;
  --reversible-secondary-y: 0px;
  --reversible-wash-opacity: 0;
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media::before {
  display: none;
}

.ohra-v2-product.has-reversible-image .ohra-v2-product__media picture + picture,
.ohra-product-archive .ohra-v2-product__image--secondary {
  filter: none;
}

.ohra-v2-selection__head {
  row-gap: clamp(0.1rem, 0.9vw, 0.65rem);
}

.ohra-v2-selection__head h2 {
  line-height: 0.9;
}

@media (max-width: 520px) {
  .ohra-v2-selection__head {
    padding-inline: 16px;
  }

  .ohra-v2-selection__head p {
    margin-bottom: 0.2rem;
  }

  .ohra-v2-selection__head h2 {
    font-size: clamp(3.05rem, 13vw, 4.2rem);
  }
}

@media (min-width: 900px) {
  .ohra-account-page {
    padding-top: clamp(112px, 10vw, 150px);
    padding-bottom: 72px;
  }

  .ohra-account-page__hero {
    width: min(calc(100% - 80px), 1120px);
    margin: 0 auto 32px;
    text-align: left;
  }

  .ohra-account-page__hero h1 {
    max-width: 760px;
    font-size: clamp(56px, 6vw, 92px);
    line-height: 0.95;
  }

  .ohra-account-page__hero span,
  .ohra-account-page__hero p {
    max-width: 560px;
    margin-inline: 0;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.45;
    text-align: left;
  }

  .ohra-account-login,
  .ohra-account-dashboard,
  .ohra-account-orders,
  .ohra-account-addresses,
  .ohra-account-edit {
    width: min(calc(100% - 80px), 1040px);
    margin-inline: auto;
  }

  .ohra-account-login {
    gap: 32px;
  }

  .ohra-account-login__panel {
    padding: clamp(26px, 3vw, 38px);
  }

  .ohra-account-login__panel h2 {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.98;
  }
}

.ohra-process-final-steps {
  padding-bottom: clamp(24px, 5vw, 46px);
}

.ohra-process-final-ticket {
  padding-top: clamp(24px, 5vw, 58px);
  padding-bottom: clamp(34px, 6vw, 70px);
}

.ohra-process-final {
  overflow-x: clip;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: min(calc(100% - 32px), 1180px);
  margin: clamp(120px, 12vw, 170px) auto 80px;
}

/* OHRA V2.1 launch corrections */
.ohra-product-archive .ohra-breadcrumbs,
.single-product .ohra-breadcrumbs,
.ohra-single-product .ohra-breadcrumbs,
.ohra-v2-product__category {
  display: none !important;
}

.ohra-v2-product.has-reversible-image.is-reversible-smooth .ohra-v2-product__image,
.ohra-v2-product.has-reversible-image.is-reversible-smooth .ohra-v2-product__image--secondary {
  transition: opacity 260ms ease-out !important;
  will-change: opacity;
}

.ohra-v2-product.has-reversible-image.is-reversible-smooth .ohra-v2-product__media {
  --reversible-primary-scale: 1;
  --reversible-secondary-scale: 1;
  --reversible-primary-y: 0px;
  --reversible-secondary-y: 0px;
  --reversible-secondary-blur: 0px;
}

.ohra-product-archive .ohra-v2-product__image,
.ohra-product-archive .ohra-v2-product__media img {
  object-fit: var(--ohra-product-fit, cover);
  object-position: var(--ohra-product-position, center center);
}

.ohra-v2-home .ohra-v2-artisans {
  padding-block: clamp(56px, 7vw, 96px);
}

.ohra-v2-home .ohra-v2-artisans__grid {
  width: min(100%, 1240px);
  margin-inline: auto;
  gap: clamp(48px, 6vw, 86px);
}

.ohra-v2-home .ohra-v2-artisan {
  grid-template-columns: minmax(260px, 520px) minmax(260px, 1fr);
  gap: clamp(34px, 6vw, 88px);
}

.ohra-v2-home .ohra-v2-artisan:nth-child(even) {
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 520px);
}

.ohra-v2-home .ohra-v2-artisan picture {
  width: 100%;
  max-width: 520px;
}

.ohra-v2-home .ohra-v2-artisan:nth-child(even) picture {
  justify-self: end;
}

.ohra-v2-home .ohra-v2-artisan__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.ohra-v2-home .ohra-v2-pillar__image {
  height: auto;
  object-fit: cover;
}

.ohra-process-final-ticket {
  display: block;
}

@media (min-width: 900px) {
  .ohra-account-page {
    padding-top: clamp(96px, 8vw, 128px);
    padding-bottom: 56px;
  }

  .ohra-account-page__hero {
    width: min(calc(100% - 96px), 960px);
    margin-bottom: 22px;
  }

  .ohra-account-page__hero h1 {
    max-width: 640px;
    font-size: clamp(46px, 4.6vw, 72px);
    line-height: 0.96;
  }

  .ohra-account-login,
  .ohra-account-dashboard,
  .ohra-account-orders,
  .ohra-account-addresses,
  .ohra-account-edit {
    width: min(calc(100% - 96px), 980px);
  }

  .ohra-account-login {
    gap: 24px;
  }

  .ohra-account-login__panel {
    min-height: 0;
    padding: clamp(22px, 2.4vw, 30px);
  }

  .ohra-account-login__panel h2 {
    font-size: clamp(32px, 3.2vw, 48px);
  }

  .ohra-account {
    width: min(calc(100% - 96px), 1080px);
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: clamp(24px, 3vw, 40px);
  }
}

@media (max-width: 760px) {
  .ohra-v2-home .ohra-v2-artisans {
    padding: 48px 22px 62px;
  }

  .ohra-v2-home .ohra-v2-artisans h2 {
    margin-bottom: 34px;
    font-size: clamp(36px, 11vw, 58px);
    line-height: 1.02;
    text-align: left;
  }

  .ohra-v2-home .ohra-v2-artisans__line {
    inset: 122px -16% auto 22%;
    height: 520px;
    opacity: 0.58;
  }

  .ohra-v2-home .ohra-v2-artisans__grid {
    gap: 42px;
  }

  .ohra-v2-home .ohra-v2-artisan,
  .ohra-v2-home .ohra-v2-artisan:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ohra-v2-home .ohra-v2-artisan:nth-child(even) picture {
    order: 0;
    justify-self: stretch;
  }

  .ohra-v2-home .ohra-v2-artisan picture {
    max-width: none;
  }

  .ohra-v2-home .ohra-v2-artisan__image {
    aspect-ratio: 4 / 3;
  }

  .ohra-v2-home .ohra-v2-artisan h3 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .ohra-v2-home .ohra-v2-artisan p {
    max-width: 31ch;
    font-size: clamp(17px, 5vw, 22px);
  }

  .ohra-process-final-steps {
    padding: clamp(42px, 10vw, 92px) 0 clamp(26px, 7vw, 58px);
  }

  .ohra-process-final-steps h2 {
    width: min(100% - 36px, 1120px);
    margin: 0 auto clamp(26px, 6vw, 58px);
    font-size: clamp(2rem, 7.3vw, 4.15rem);
    line-height: 0.96;
  }

  .ohra-process-final-steps__wrap {
    width: min(100% - clamp(28px, 7vw, 96px), 1380px);
    padding: clamp(12px, 2.4vw, 20px);
    overflow: hidden;
    border: 1px solid rgba(74, 44, 32, 0.16);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(47, 38, 34, 0.055);
  }

  .ohra-process-final-steps__wrap::after {
    display: block;
  }

  .ohra-process-final-steps__arrow,
  .ohra-process-final-steps__progress {
    display: block;
  }

  .ohra-process-final-steps__rail {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 18px;
  }

  .ohra-process-final-steps__list {
    display: flex;
    width: max-content;
    gap: var(--steps-card-gap);
    padding: 0 var(--steps-edge);
  }

  .ohra-process-final-step {
    display: block;
    flex: 0 0 clamp(218px, 61vw, 268px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .ohra-process-final-step::before,
  .ohra-process-final-step::after {
    display: block;
  }

  .ohra-process-final-step img,
  .ohra-process-final-step:first-child img {
    width: 100%;
    aspect-ratio: 210 / 202;
    border-radius: 8px;
    object-fit: cover;
  }

  .ohra-process-final-step__body {
    max-width: none;
    padding-top: 14px;
  }

  .ohra-process-final-step p {
    max-width: 24ch;
  }

  .ohra-account-nav ul {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .ohra-product-archive .ohra-v2-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 40px);
    gap: 34px 24px;
    padding: 36px 0 24px;
  }

  .ohra-product-archive .ohra-v2-product:nth-child(3n) {
    grid-column: 1 / -1;
    width: 100%;
    margin-inline: 0;
  }

  .ohra-product-archive .ohra-v2-product:nth-child(3n) .ohra-v2-product__media {
    aspect-ratio: 0.907;
  }

  .ohra-product-archive .ohra-v2-product__content {
    margin-top: 10px;
  }

  .ohra-product-archive .ohra-v2-product__content h2,
  .ohra-product-archive .ohra-v2-product__price {
    font-size: clamp(18px, 5vw, 24px);
  }
}

@media (max-width: 520px) {
  .ohra-v2-home .ohra-v2-selection {
    overflow: hidden;
  }

  .ohra-v2-selection__head {
    max-width: 100%;
    padding-inline: 18px;
  }

  .ohra-v2-selection__head p {
    position: relative;
    z-index: 1;
    margin: 0 0 0.25rem;
    font-size: clamp(1.15rem, 6vw, 1.7rem);
  }

  .ohra-v2-selection__head h2 {
    max-width: 100%;
    font-size: clamp(3.05rem, 13vw, 4.2rem);
    line-height: 0.86;
    transform: none;
  }

  .ohra-v2-home .ohra-v2-pillars {
    padding-inline: 20px;
  }

  .ohra-v2-home .ohra-v2-pillar h3 {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .ohra-v2-home .ohra-v2-pillar p {
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(0.98rem, 4.8vw, 1.2rem);
    line-height: 1.22;
  }

  .ohra-v2-home .ohra-v2-pillars__closing,
  .ohra-v2-home .ohra-v2-pillars > p:last-child {
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.08;
  }

  .ohra-collection-ending__commitments {
    width: min(100% - 30px, 430px);
    padding: 30px 0 14px;
  }

  .ohra-collection-ending__commitments h2 {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.1;
  }

  .ohra-collection-ending__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .ohra-collection-ending__grid article {
    min-width: 0;
  }

  .ohra-collection-ending__icon,
  .ohra-collection-ending__grid svg {
    width: 42px;
    height: 42px;
    margin-bottom: 2px;
  }

  .ohra-collection-ending__grid h3 {
    max-width: none;
    margin-inline: auto;
    font-size: clamp(15px, 4.4vw, 18px);
    line-height: 1.05;
    overflow-wrap: normal;
  }

  .ohra-collection-ending__grid p {
    max-width: 245px;
    margin-inline: auto;
    font-size: 11.5px;
    line-height: 1.24;
    overflow-wrap: normal;
  }

  .ohra-collection-ending__signature {
    max-width: 780px;
    margin-inline: auto;
    font-size: clamp(17px, 5.2vw, 22px);
    line-height: 1.12;
  }
}

/* OHRA 2.6.4 final stabilization */
.ohra-v2-product__image,
.ohra-v2-product__media img,
.ohra-product-archive .ohra-v2-product__image,
.ohra-product-archive .ohra-v2-product__media img,
.ohra-product-template .ohra-single-product__related .ohra-v2-product__image,
.ohra-product-template .ohra-single-product__related .ohra-v2-product__media img,
.ohra-v2-home .ohra-v2-products .ohra-v2-product__image,
.ohra-v2-home .ohra-v2-products .ohra-v2-product__media img {
  object-fit: cover;
  object-position: var(--ohra-product-position, center center);
}

.ohra-product-archive .ohra-v2-product__content h2,
.ohra-product-archive .ohra-v2-product__price {
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.05;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: min(calc(100% - 32px), 1180px);
  max-width: 1180px;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  align-items: start;
  gap: clamp(24px, 4vw, 48px);
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  width: auto;
  padding-right: 0;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  width: auto;
  padding-left: 0;
}

.woocommerce-checkout .wc-block-components-checkout-step,
.woocommerce-checkout .wc-block-components-sidebar {
  background: rgba(255, 250, 242, 0.56);
  border: 1px solid rgba(52, 40, 34, 0.16);
  box-shadow: 0 18px 46px rgba(47, 38, 34, 0.04);
}

.woocommerce-checkout .wc-block-components-checkout-step {
  padding: clamp(18px, 2.6vw, 28px);
}

.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title {
  color: var(--ink, #2f2622);
  font-family: var(--font-serif);
  font-style: italic;
  letter-spacing: 0;
}

@media (max-width: 860px) {
  .ohra-legal-shell {
    display: grid;
  }

  .ohra-legal-aside {
    display: contents;
  }

  .ohra-legal-toc {
    order: 1;
  }

  .ohra-legal-content {
    order: 2;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .ohra-legal-meta {
    order: 3;
  }

  .ohra-legal-aside__note {
    order: 4;
  }
}

@media (max-width: 760px) {
  .ohra-product-template .ohra-single-product__related {
    overflow: hidden;
    padding-inline: 0;
  }

  .ohra-product-template .ohra-single-product__related h2 {
    padding-inline: 22px;
  }

  .ohra-product-template .ohra-single-product__related-grid {
    display: flex;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding: 0 22px 8px;
    scroll-padding-inline: 22px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .ohra-product-template .ohra-single-product__related-grid::-webkit-scrollbar {
    display: none;
  }

  .ohra-product-template .ohra-single-product__related-grid .ohra-v2-product {
    flex: 0 0 calc((100vw - 62px) / 2);
    min-width: 0;
    scroll-snap-align: start;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout {
    width: min(calc(100% - 28px), 640px);
    margin-top: clamp(100px, 24vw, 128px);
    margin-bottom: 48px;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block;
  }

  .woocommerce-checkout .wc-block-components-checkout-step {
    padding: 18px 14px;
  }
}

@media (max-width: 640px) {
  .ohra-product-archive .ohra-v2-product__content {
    margin-top: 8px;
    gap: 3px;
  }

  .ohra-product-archive .ohra-v2-product__content h2,
  .ohra-product-archive .ohra-v2-product__price {
    font-size: clamp(13px, 3.35vw, 15px);
    line-height: 1.05;
  }
}

@media (max-width: 520px) {
  .ohra-v2-selection__head p {
    margin-bottom: -0.05rem;
    transform: translateY(-0.35rem);
  }
}

/* OHRA 2.6.5 launch safety */
.ohra-legal-content[data-reveal] {
  opacity: 1;
  filter: none;
  transform: none;
}

.ohra-native-checkout .ohra-basic-page__content {
  max-width: 1180px;
  margin-inline: auto;
}

.woocommerce-checkout form.checkout,
.woocommerce-checkout #order_review {
  color: var(--ink, #2f2622);
}

.woocommerce-checkout form.checkout input,
.woocommerce-checkout form.checkout select,
.woocommerce-checkout form.checkout textarea {
  min-height: 44px;
}

.ohra-v2-home .ohra-v2-pillar picture,
.ohra-v2-home .ohra-v2-pillar__image {
  width: 100%;
  height: 100%;
}

.ohra-v2-home .ohra-v2-pillar__image {
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 520px) {
  .ohra-v2-home .ohra-v2-selection__head {
    align-items: flex-start;
    padding-inline: 18px;
    row-gap: 0;
    text-align: left;
  }

  .ohra-v2-home .ohra-v2-selection__head p {
    margin: 0 0 -0.02rem;
    font-size: clamp(0.95rem, 4.8vw, 1.25rem);
    line-height: 0.95;
    transform: translateY(-0.16rem);
  }

  .ohra-v2-home .ohra-v2-selection__head h2 {
    font-size: clamp(2.65rem, 11.2vw, 3.5rem);
    line-height: 0.88;
  }
}

/* OHRA 2.6.10 checkout polish - native WooCommerce only */
.woocommerce-checkout .ohra-native-checkout {
  --ohra-checkout-ink: var(--ink, #2f2622);
  --ohra-checkout-muted: rgba(47, 38, 34, 0.62);
  --ohra-checkout-line: rgba(52, 40, 34, 0.16);
  --ohra-checkout-paper: rgba(255, 250, 242, 0.72);
  color: var(--ohra-checkout-ink);
}

.woocommerce-checkout .ohra-native-checkout .ohra-basic-page {
  padding-bottom: clamp(56px, 8vw, 96px);
}

.woocommerce-checkout .ohra-native-checkout .ohra-basic-page > .eyebrow {
  margin-bottom: 0.65rem;
  color: var(--ohra-checkout-ink);
}

.woocommerce-checkout .ohra-native-checkout .ohra-basic-page > h1 {
  max-width: 780px;
  margin-bottom: clamp(18px, 3vw, 34px);
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 0.96;
}

.woocommerce-checkout .ohra-native-checkout .ohra-basic-page__content {
  width: min(100%, 1180px);
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .ohra-native-checkout .woocommerce-form-coupon-toggle {
  margin: 0 0 12px;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .ohra-native-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--ohra-checkout-line);
  background: var(--ohra-checkout-paper);
  color: var(--ohra-checkout-muted);
  font-size: 14px;
  line-height: 1.45;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .ohra-native-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-info a,
.woocommerce-checkout .ohra-native-checkout .woocommerce-privacy-policy-text a,
.woocommerce-checkout .ohra-native-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.woocommerce-checkout .ohra-native-checkout form.login,
.woocommerce-checkout .ohra-native-checkout form.checkout_coupon {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--ohra-checkout-line);
  background: rgba(255, 252, 247, 0.78);
}

.ohra-checkout-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 560px;
  margin: 12px 0 clamp(16px, 2.8vw, 26px);
  border: 1px solid var(--ohra-checkout-line);
  background: var(--ohra-checkout-line);
}

.ohra-checkout-trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 11px;
  background: rgba(255, 252, 247, 0.88);
  color: var(--ohra-checkout-ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ohra-checkout-trust span::before {
  content: "\2713";
  flex: 0 0 auto;
  font-size: 12px;
}

.woocommerce-checkout .ohra-native-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: start;
  gap: clamp(28px, 4.6vw, 58px);
}

.woocommerce-checkout .ohra-native-checkout form.checkout::before,
.woocommerce-checkout .ohra-native-checkout form.checkout::after {
  display: none;
}

.woocommerce-checkout .ohra-native-checkout form.checkout > .col2-set {
  float: none;
  grid-column: 1;
  width: auto;
  min-width: 0;
}

.woocommerce-checkout .ohra-native-checkout form.checkout > #order_review_heading,
.woocommerce-checkout .ohra-native-checkout form.checkout > #order_review {
  float: none;
  grid-column: 2;
  width: auto;
  min-width: 0;
}

.woocommerce-checkout .ohra-native-checkout form.checkout > #order_review {
  position: sticky;
  top: calc(var(--ohra-header-height, 96px) + 18px);
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-billing-fields,
.woocommerce-checkout .ohra-native-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .ohra-native-checkout .woocommerce-additional-fields,
.woocommerce-checkout .ohra-native-checkout #order_review,
.woocommerce-checkout .ohra-native-checkout #payment {
  box-sizing: border-box;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .ohra-native-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .ohra-native-checkout #order_review_heading {
  margin: 0 0 18px;
  color: var(--ohra-checkout-ink);
  font-family: var(--font-sans, inherit);
  font-size: clamp(24px, 3vw, 34px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.woocommerce-checkout .ohra-native-checkout .form-row {
  margin: 0 0 16px;
  padding: 0;
}

.woocommerce-checkout .ohra-native-checkout .form-row label,
.woocommerce-checkout .ohra-native-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .ohra-native-checkout #shipping_method label {
  color: var(--ohra-checkout-ink);
  font-family: var(--font-sans, inherit);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.woocommerce-checkout .ohra-native-checkout .form-row .required {
  color: #9d1717;
  text-decoration: none;
}

.woocommerce-checkout .ohra-native-checkout form.checkout input.input-text,
.woocommerce-checkout .ohra-native-checkout form.checkout select,
.woocommerce-checkout .ohra-native-checkout form.checkout textarea,
.woocommerce-checkout .ohra-native-checkout .select2-container--default .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(52, 40, 34, 0.46);
  border-radius: 4px;
  background-color: rgba(255, 253, 249, 0.86);
  color: var(--ohra-checkout-ink);
  font-family: var(--font-sans, inherit);
  font-size: 16px;
  line-height: 1.25;
}

.woocommerce-checkout .ohra-native-checkout form.checkout input.input-text,
.woocommerce-checkout .ohra-native-checkout form.checkout select,
.woocommerce-checkout .ohra-native-checkout form.checkout textarea {
  padding: 0 14px;
}

.woocommerce-checkout .ohra-native-checkout form.checkout textarea {
  min-height: 88px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.woocommerce-checkout .ohra-native-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 36px;
  padding-left: 14px;
  color: var(--ohra-checkout-ink);
  line-height: 50px;
}

.woocommerce-checkout .ohra-native-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.woocommerce-checkout .ohra-native-checkout input[type="checkbox"],
.woocommerce-checkout .ohra-native-checkout input[type="radio"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0 10px 0 0;
  accent-color: var(--ohra-checkout-ink);
}

.woocommerce-checkout .ohra-native-checkout label.checkbox,
.woocommerce-checkout .ohra-native-checkout .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.woocommerce-checkout .ohra-native-checkout label.checkbox input,
.woocommerce-checkout .ohra-native-checkout .woocommerce-form__label-for-checkbox input {
  margin-top: 0.15em;
}

.woocommerce-checkout .ohra-native-checkout .create-account,
.woocommerce-checkout .ohra-native-checkout .woocommerce-shipping-fields {
  margin-top: 12px;
}

.woocommerce-checkout .ohra-native-checkout #ship-to-different-address {
  margin: 18px 0 12px;
}

.woocommerce-checkout .ohra-native-checkout #ship-to-different-address label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ohra-checkout-ink);
  font-family: var(--font-sans, inherit);
  font-size: clamp(20px, 2.4vw, 28px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-additional-fields {
  margin-top: 22px;
}

.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0;
  border: 1px solid var(--ohra-checkout-line);
  border-collapse: separate;
  border-radius: 6px;
  border-spacing: 0;
  overflow: hidden;
  background: rgba(255, 252, 247, 0.72);
}

.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table td {
  padding: 14px 15px;
  border-color: var(--ohra-checkout-line);
  color: var(--ohra-checkout-ink);
  font-family: var(--font-sans, inherit);
  font-size: 15px;
  line-height: 1.35;
  vertical-align: top;
}

.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table thead th {
  color: var(--ohra-checkout-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
  font-weight: 700;
}

.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table .order-total td {
  font-size: 18px;
}

.woocommerce-checkout .ohra-native-checkout #shipping_method {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .ohra-native-checkout #shipping_method li {
  margin: 0;
}

.woocommerce-checkout .ohra-native-checkout #shipping_method label {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.woocommerce-checkout .ohra-native-checkout #shipping_method button,
.woocommerce-checkout .ohra-native-checkout #shipping_method .button {
  max-width: 100%;
  white-space: normal;
}

.woocommerce-checkout .ohra-native-checkout #payment {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--ohra-checkout-line);
  border-radius: 6px;
  background: rgba(255, 252, 247, 0.78);
}

.woocommerce-checkout .ohra-native-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-checkout .ohra-native-checkout #payment ul.payment_methods li {
  margin: 0 0 12px;
  color: var(--ohra-checkout-ink);
  font-family: var(--font-sans, inherit);
  font-size: 15px;
  line-height: 1.35;
}

.woocommerce-checkout .ohra-native-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 14px;
  border: 1px solid var(--ohra-checkout-line);
  border-radius: 4px;
  background: rgba(244, 239, 232, 0.58);
  color: var(--ohra-checkout-muted);
  font-size: 14px;
  line-height: 1.45;
}

.woocommerce-checkout .ohra-native-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(244, 239, 232, 0.58);
}

.woocommerce-checkout .ohra-native-checkout .wc-stripe-payment-request-wrapper {
  margin: 0 0 10px;
  padding-top: 18px;
}

.woocommerce-checkout .ohra-native-checkout .wc-stripe-payment-request-wrapper::before,
.woocommerce-checkout .ohra-native-checkout .wc-stripe-express-checkout-wrapper::before,
.woocommerce-checkout .ohra-native-checkout #wc-stripe-payment-request-wrapper::before,
.woocommerce-checkout .ohra-native-checkout #wc-stripe-express-checkout-wrapper::before {
  content: "Acheter avec";
  display: block;
  margin: 0 0 8px;
  color: var(--ohra-checkout-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

html[lang^="en"] .woocommerce-checkout .ohra-native-checkout .wc-stripe-payment-request-wrapper::before,
html[lang^="en"] .woocommerce-checkout .ohra-native-checkout .wc-stripe-express-checkout-wrapper::before,
html[lang^="en"] .woocommerce-checkout .ohra-native-checkout #wc-stripe-payment-request-wrapper::before,
html[lang^="en"] .woocommerce-checkout .ohra-native-checkout #wc-stripe-express-checkout-wrapper::before {
  content: "Buy with";
}

.woocommerce-checkout .ohra-native-checkout .wc-stripe-payment-request-button-separator {
  margin: 18px 0;
  color: var(--ohra-checkout-muted);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .ohra-native-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 12px;
  color: var(--ohra-checkout-muted);
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce-checkout .ohra-native-checkout #place_order,
.woocommerce-checkout .ohra-native-checkout button[name="woocommerce_checkout_place_order"] {
  width: 100%;
  min-height: 54px;
  margin-top: 16px;
  border: 1px solid var(--ohra-checkout-ink);
  border-radius: 999px;
  background: var(--ohra-checkout-ink);
  color: #fffaf2;
  font-family: var(--font-sans, inherit);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout .ohra-native-checkout .woocommerce-error,
.woocommerce-checkout .ohra-native-checkout .woocommerce-message {
  border: 1px solid var(--ohra-checkout-line);
  background: rgba(255, 252, 247, 0.9);
  color: var(--ohra-checkout-ink);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .ohra-native-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .woocommerce-checkout .ohra-native-checkout .ohra-basic-page {
    padding-top: clamp(58px, 14vw, 86px);
  }

  .woocommerce-checkout .ohra-native-checkout form.checkout {
    display: block;
  }

  .woocommerce-checkout .ohra-native-checkout form.checkout > #order_review {
    position: static;
  }

  .woocommerce-checkout .ohra-native-checkout form.checkout > #order_review_heading {
    margin-top: 28px;
  }
}

@media (max-width: 640px) {
  .woocommerce-checkout .ohra-native-checkout .ohra-basic-page {
    padding-inline: 18px;
  }

  .woocommerce-checkout .ohra-native-checkout .ohra-basic-page > h1 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .ohra-checkout-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-bottom: 16px;
  }

  .ohra-checkout-trust span {
    min-height: 34px;
    padding: 8px 9px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .woocommerce-checkout .ohra-native-checkout .woocommerce-form-login-toggle .woocommerce-info,
  .woocommerce-checkout .ohra-native-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 12px 14px;
    font-size: 13px;
  }

  .woocommerce-checkout .ohra-native-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .ohra-native-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout .ohra-native-checkout #order_review_heading {
    font-size: clamp(25px, 7vw, 32px);
  }

  .woocommerce-checkout .ohra-native-checkout .form-row label,
  .woocommerce-checkout .ohra-native-checkout .woocommerce-form__label-for-checkbox {
    font-size: 15px;
  }

  .woocommerce-checkout .ohra-native-checkout form.checkout input.input-text,
  .woocommerce-checkout .ohra-native-checkout form.checkout select,
  .woocommerce-checkout .ohra-native-checkout form.checkout textarea,
  .woocommerce-checkout .ohra-native-checkout .select2-container--default .select2-selection--single {
    min-height: 50px;
  }

  .woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table th,
  .woocommerce-checkout .ohra-native-checkout .shop_table.woocommerce-checkout-review-order-table td {
    padding: 12px 11px;
    font-size: 14px;
  }

  .woocommerce-checkout .ohra-native-checkout #payment {
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .woocommerce-checkout .ohra-native-checkout .form-row-first,
  .woocommerce-checkout .ohra-native-checkout .form-row-last {
    float: none;
    width: 100%;
  }
}

.woocommerce-checkout .ohra-native-checkout #mailpoet_woocommerce_checkout_optin_field,
.woocommerce-checkout .ohra-native-checkout .mailpoet_woocommerce_checkout_optin,
.woocommerce-checkout .ohra-native-checkout .mailpoet-checkout-checkbox,
.woocommerce-checkout .ohra-native-checkout .sib_signup_box_inside_checkout,
.woocommerce-checkout .ohra-native-checkout .sib-woocommerce-checkout-field,
.woocommerce-checkout .ohra-native-checkout .sendinblue_woocommerce_checkout_field,
.woocommerce-checkout .ohra-native-checkout .brevo_woocommerce_checkout_field,
.woocommerce-checkout .ohra-native-checkout .wc-sendinblue-newsletter,
.woocommerce-checkout .ohra-native-checkout .woocommerce-brevo-newsletter {
  display: none !important;
}

.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="mailpoet"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="sib"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="sendinblue"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="brevo"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="newsletter"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="marketing"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[name*="optin"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="mailpoet"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="sib"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="sendinblue"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="brevo"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="newsletter"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="marketing"]),
.woocommerce-checkout .ohra-native-checkout p.form-row:has(input[id*="optin"]) {
  display: none !important;
}
