/* MRVËY story chapters
   Shared experiential system for Products, Quality, Process and Pricing. */

:root {
  --story-ink: var(--brand-matte, #10120f);
  --story-ink-soft: #171a15;
  --story-paper: #d8d4c9;
  --story-paper-soft: #ece9e1;
  --story-white: #f6f7f2;
  --story-green: var(--brand-green, #9be879);
  --story-green-deep: var(--brand-green-deep, #7eae00);
  --story-cobalt: #5268ff;
  --story-cobalt-soft: #dfe3ff;
  --story-sage: #aeb9a5;
  --story-line: rgba(10, 12, 10, 0.18);
  --story-line-light: rgba(246, 247, 242, 0.18);
  --story-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --story-gutter: clamp(22px, 4.6vw, 76px);
  --story-section: clamp(88px, 10vw, 164px);
  --story-max: 1540px;
}

.story-page,
.story-page button,
.story-page input,
.story-page summary {
  font-family: "Hanken Grotesk", sans-serif;
}

.story-page {
  position: relative;
  z-index: 1;
  overflow: clip;
  color: var(--story-ink);
  background: var(--story-paper-soft);
  isolation: isolate;
}

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

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

.story-page > section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--story-section) var(--story-gutter);
  border: 0;
}

.story-page h1,
.story-page h2,
.story-page h3,
.story-page p,
.story-page ul,
.story-page ol,
.story-page figure,
.story-page dl {
  margin-top: 0;
}

.story-page h1,
.story-page h2,
.story-page h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  text-wrap: balance;
}

.story-page h1 {
  max-width: 9.5ch;
  margin-bottom: 28px;
  font-size: clamp(70px, 8.6vw, 156px);
  font-weight: 680;
  line-height: 0.82;
  letter-spacing: -0.078em;
}

:lang(fr) .story-page h1 {
  font-size: clamp(62px, 7.7vw, 142px);
}

.story-page h2 {
  margin-bottom: 24px;
  font-size: clamp(48px, 6vw, 108px);
  font-weight: 650;
  line-height: 0.87;
  letter-spacing: -0.065em;
}

.story-page h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 620;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.story-page p,
.story-page li,
.story-page dd {
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 430;
  line-height: 1.5;
  letter-spacing: -0.012em;
}

.story-kicker,
.story-page .story-kicker {
  margin-bottom: 24px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.story-kicker::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 12px 3px 0;
  background: currentColor;
}

.story-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: stretch;
  gap: clamp(34px, 5vw, 92px);
  min-height: 100svh;
  padding-top: clamp(126px, 12vh, 168px) !important;
  padding-bottom: clamp(40px, 5vw, 76px) !important;
  background: var(--story-paper-soft);
}

.story-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: clamp(20px, 3vw, 54px);
}

.story-hero__lede {
  max-width: 54ch;
  margin-bottom: 0;
  color: rgba(10, 12, 10, 0.68);
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
  margin-top: 34px;
}

.story-button,
.story-page .btn-primary,
.story-page .btn-secondary,
.story-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--story-ink);
  border-radius: 0;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 420ms var(--story-ease);
}

.story-button--dark,
.story-page .btn-primary,
.story-contact__button--primary {
  color: var(--story-white);
  background: var(--story-ink);
}

.story-button--light {
  color: var(--story-ink);
  background: var(--story-white);
  border-color: var(--story-white);
}

.story-page .btn-secondary,
.story-contact__button:not(.story-contact__button--primary) {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

.story-button:hover,
.story-page .btn-primary:hover,
.story-page .btn-secondary:hover,
.story-contact__button:hover {
  color: var(--story-ink);
  background: var(--story-green);
  border-color: var(--story-green);
  transform: translateY(-2px);
}

.story-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  transition: opacity 180ms ease;
}

.story-text-link:hover {
  opacity: 0.55;
}

.story-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.58fr);
  column-gap: clamp(44px, 8vw, 154px);
  align-items: end;
  max-width: var(--story-max);
  margin: 0 auto clamp(48px, 6vw, 94px);
}

.story-section-head .story-kicker {
  grid-column: 1 / -1;
}

.story-section-head h2 {
  max-width: 11ch;
  margin-bottom: 0;
}

.story-section-head > p:last-child {
  max-width: 50ch;
  margin: 0;
  color: rgba(10, 12, 10, 0.62);
}

.story-section-head--light,
.story-section-head--light > p:last-child {
  color: var(--story-white);
}

.story-section-head--light > p:last-child {
  color: rgba(246, 247, 242, 0.62);
}

.story-section-head--compact {
  grid-template-columns: 1fr;
  margin-bottom: clamp(38px, 5vw, 72px);
}

.story-choice,
.story-mini-choice {
  min-height: 48px;
  padding: 0 22px;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "DM Mono", monospace !important;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 360ms var(--story-ease);
}

.story-choice:hover,
.story-mini-choice:hover,
.story-choice.is-active,
.story-mini-choice.is-active {
  color: var(--story-ink);
  background: var(--story-green);
  border-color: var(--story-green);
}

.story-choice:active,
.story-mini-choice:active {
  transform: scale(0.97);
}

.story-mini-choice {
  min-height: 44px;
  padding: 0 17px;
  font-size: 9px;
}

.story-details {
  margin-top: 28px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.story-details summary {
  position: relative;
  min-height: 58px;
  padding: 20px 42px 18px 0;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

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

.story-details summary::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 2px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.story-details[open] summary::after {
  content: "−";
}

.story-details__body {
  padding: 2px 0 24px;
}

.story-details__body p {
  max-width: 56ch;
  margin-bottom: 10px;
  font-size: 15px;
}

/* Products */

.story-products-hero {
  background: var(--story-paper-soft);
}

.story-campaign {
  position: relative;
  min-height: min(76svh, 850px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(246, 247, 242, 0.24), transparent 44%),
    var(--story-green);
  isolation: isolate;
}

.story-campaign::before {
  content: "MRVËY";
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 0;
  color: rgba(10, 12, 10, 0.11);
  font-size: clamp(86px, 12vw, 210px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.story-campaign__hoodie,
.story-campaign__tee {
  position: absolute;
  z-index: 2;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 32px rgba(10, 12, 10, 0.20));
}

.story-campaign__hoodie {
  left: -4%;
  bottom: -8%;
  width: 80%;
}

.story-campaign__tee {
  top: 12%;
  right: -4%;
  z-index: 1;
  width: 57%;
  transform: rotate(4deg);
  opacity: 0.88;
}

.story-campaign__shadow {
  position: absolute;
  left: 8%;
  bottom: 5%;
  z-index: 1;
  width: 68%;
  height: 8%;
  border-radius: 50%;
  background: rgba(10, 12, 10, 0.24);
  filter: blur(18px);
}

.story-campaign figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 4;
  max-width: 22ch;
  color: rgba(10, 12, 10, 0.62);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.story-product {
  background: var(--story-paper-soft);
}

.story-product__tabs,
.story-price-builder__tabs,
.story-material__garments {
  display: flex;
  gap: 10px;
  max-width: var(--story-max);
  margin: 0 auto 28px;
}

.story-product__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  max-width: var(--story-max);
  min-height: min(78svh, 880px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--story-paper);
  border: 1px solid var(--story-line);
}

.story-product__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(155, 232, 121, 0.14), transparent 42%),
    var(--story-ink);
  isolation: isolate;
}

.story-product__visual > img {
  position: relative;
  z-index: 2;
  width: min(82%, 720px);
  height: min(82%, 720px);
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.32));
  transition: opacity 260ms ease, transform 560ms var(--story-ease), filter 560ms ease;
}

.story-product__visual.is-changing > img {
  opacity: 0.12;
  transform: translateY(10px) scale(0.975);
}

.story-product__shadow {
  position: absolute;
  left: 21%;
  bottom: 12%;
  z-index: 1;
  width: 58%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(15px);
  transition: width 560ms var(--story-ease), opacity 400ms ease;
}

.story-product__views {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  gap: 8px;
  color: var(--story-white);
}

.story-product__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 96px);
}

.story-product__panel[hidden] {
  display: none;
}

.story-product__eyebrow,
.story-material__eyebrow {
  margin-bottom: 20px;
  font-family: "DM Mono", monospace;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}

.story-product__panel h3 {
  max-width: 10ch;
}

.story-product__panel > p:not(.story-product__eyebrow) {
  max-width: 44ch;
  color: rgba(10, 12, 10, 0.65);
}

.story-proof-list {
  display: grid;
  gap: 0;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--story-line);
}

.story-proof-list li {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--story-line);
}

.story-proof-list strong {
  font-size: 14px;
  line-height: 1.3;
}

.story-proof-list span {
  color: rgba(10, 12, 10, 0.60);
  font-size: 13px;
  line-height: 1.4;
}

.story-decoration {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(56px, 9vw, 160px);
  color: var(--story-white);
  background: var(--story-ink);
}

.story-decoration__copy {
  align-self: end;
  padding-bottom: 14px;
}

.story-decoration__copy h2 {
  max-width: 10ch;
}

.story-decoration__copy > p:last-child {
  max-width: 43ch;
  color: rgba(246, 247, 242, 0.58);
}

.story-decoration__choices {
  display: grid;
  align-self: center;
  border-top: 1px solid var(--story-line-light);
}

.story-decoration__choice {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 112px;
  padding: 20px 0;
  color: rgba(246, 247, 242, 0.48);
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--story-line-light);
  cursor: pointer;
  transition: color 260ms ease, padding 480ms var(--story-ease);
}

.story-decoration__choice strong {
  font-size: clamp(30px, 3.5vw, 62px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.story-decoration__choice span {
  max-width: 18ch;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.10em;
  text-align: right;
  text-transform: uppercase;
}

.story-decoration__choice:hover,
.story-decoration__choice.is-active {
  padding-left: 18px;
  color: var(--story-green);
}

.story-decoration__output {
  grid-column: 2;
  max-width: 55ch;
  margin: -72px 0 0;
  padding: 22px 0 0;
  color: rgba(246, 247, 242, 0.64);
  border-top: 1px solid var(--story-green);
}

.story-bridge {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  color: var(--story-ink);
  background: var(--story-green);
}

.story-bridge h2 {
  max-width: 11ch;
}

.story-bridge p:last-child {
  max-width: 50ch;
}

.story-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(56px, 9vw, 160px);
  color: var(--story-ink);
  background: var(--story-paper-soft);
}

.story-contact h2 {
  max-width: 11ch;
}

.story-contact > div > p:last-child {
  max-width: 52ch;
  color: rgba(10, 12, 10, 0.64);
}

.story-contact__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.story-contact__actions .story-text-link {
  justify-content: space-between;
}

.story-contact__actions .story-text-link::after {
  content: "↗";
  font-size: 14px;
}

/* Quality */

.story-quality-hero {
  background: var(--story-paper-soft);
}

.story-quality-hero__visual {
  position: relative;
  min-height: min(76svh, 850px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(82, 104, 255, 0.42), transparent 34%),
    linear-gradient(145deg, #202742, var(--story-ink) 62%);
  isolation: isolate;
}

.story-quality-hero__visual::before {
  content: "FEEL";
  position: absolute;
  top: 8%;
  left: 5%;
  z-index: 0;
  color: rgba(246, 247, 242, 0.08);
  font-size: clamp(92px, 13vw, 220px);
  font-weight: 700;
  line-height: 0.76;
  letter-spacing: -0.08em;
}

.story-quality-hero__visual img {
  position: absolute;
  left: 50%;
  bottom: -10%;
  z-index: 2;
  width: min(91%, 820px);
  height: 91%;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 36px 38px rgba(0, 0, 0, 0.34));
}

.story-quality-hero__halo {
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 0;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(155, 232, 121, 0.40);
  border-radius: 50%;
  transform: translateX(-50%);
}

.story-quality-hero__shadow {
  position: absolute;
  left: 18%;
  bottom: 5%;
  z-index: 1;
  width: 64%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(17px);
}

.story-quality-hero__scan {
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -18%;
  z-index: 3;
  width: 13%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(155, 232, 121, 0.26), transparent);
  transform: skewX(-8deg);
  pointer-events: none;
}

.story-motion .story-quality-hero__visual.is-in .story-quality-hero__scan {
  animation: storyScanOnce 1.35s 280ms var(--story-ease) both;
}

@keyframes storyScanOnce {
  0% { left: -18%; opacity: 0; }
  14% { opacity: 1; }
  78% { opacity: 0.48; }
  100% { left: 108%; opacity: 0; }
}

.story-quality-hero__visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 4;
  color: rgba(246, 247, 242, 0.54);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-decisions {
  background: var(--story-paper-soft);
}

.story-decisions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--story-max);
  margin: 0 auto;
  border-top: 1px solid var(--story-line);
  border-left: 1px solid var(--story-line);
}

.story-decision {
  min-height: 430px;
  padding: clamp(28px, 4vw, 58px);
  border-right: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
}

.story-decision:nth-child(2) {
  background: var(--story-paper);
}

.story-decision__index {
  display: block;
  margin-bottom: clamp(110px, 13vw, 210px);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.story-decision h3 {
  font-size: clamp(34px, 3.5vw, 58px);
}

.story-decision p {
  max-width: 34ch;
  color: rgba(10, 12, 10, 0.62);
}

.story-material {
  color: var(--story-white);
  background: var(--story-ink);
}

.story-material__garments {
  color: var(--story-white);
}

.story-material__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(450px, 0.97fr);
  max-width: var(--story-max);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--story-line-light);
}

.story-material__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(76svh, 820px);
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 36%, rgba(155, 232, 121, 0.16), transparent 32%),
    linear-gradient(145deg, #4d60e8, #27317e 64%, #15182a);
  isolation: isolate;
}

.story-material__field {
  position: absolute;
  inset: 10%;
  z-index: 0;
  border: 1px solid rgba(246, 247, 242, 0.18);
  border-radius: 50%;
  transform: scale(var(--material-field-scale, 0.84));
  transition: transform 620ms var(--story-ease), border-color 620ms ease;
}

[data-story-material-state="essential"] .story-material__field {
  --material-field-scale: 0.72;
  border-color: rgba(246, 247, 242, 0.13);
}

[data-story-material-state="statement"] .story-material__field {
  --material-field-scale: 0.96;
  border-color: rgba(155, 232, 121, 0.62);
}

.story-material__stage > img {
  position: relative;
  z-index: 2;
  width: min(82%, 700px);
  height: min(82%, 700px);
  object-fit: contain;
  filter: drop-shadow(0 32px 38px rgba(0, 0, 0, 0.34));
  transform: scale(var(--material-scale, 1));
  transition: opacity 240ms ease, transform 620ms var(--story-ease), filter 620ms ease;
}

[data-story-material-state="essential"] .story-material__stage > img {
  --material-scale: 0.96;
}

[data-story-material-state="statement"] .story-material__stage > img {
  --material-scale: 1.035;
  filter: drop-shadow(0 38px 44px rgba(0, 0, 0, 0.44));
}

.story-material__stage.is-changing > img {
  opacity: 0.16;
  transform: scale(0.975);
}

.story-material__shadow {
  position: absolute;
  left: 21%;
  bottom: 11%;
  z-index: 1;
  width: 58%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.54);
  filter: blur(15px);
}

.story-material__beam {
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -18%;
  z-index: 4;
  width: 11%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(246, 247, 242, 0.28), transparent);
  transform: skewX(-9deg);
  pointer-events: none;
}

.story-material__stage.is-scanning .story-material__beam {
  animation: storyMaterialScan 760ms var(--story-ease) both;
}

@keyframes storyMaterialScan {
  0% { left: -18%; opacity: 0; }
  18% { opacity: 1; }
  100% { left: 108%; opacity: 0; }
}

.story-material__control {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: var(--story-ink-soft);
}

.story-material__presets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--story-line-light);
}

.story-material__choice {
  min-height: 118px;
  padding: 22px;
  color: rgba(246, 247, 242, 0.52);
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--story-line-light);
  cursor: pointer;
  transition: color 220ms ease, background-color 220ms ease;
}

.story-material__choice:last-child {
  border-right: 0;
}

.story-material__choice strong,
.story-material__choice span {
  display: block;
}

.story-material__choice strong {
  margin-bottom: 12px;
  font-size: 17px;
}

.story-material__choice span {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-material__choice:hover,
.story-material__choice.is-active {
  color: var(--story-ink);
  background: var(--story-green);
}

.story-material__result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5.6vw, 92px);
}

.story-material__copy {
  max-width: 42ch;
  margin-bottom: clamp(34px, 4vw, 62px);
  color: rgba(246, 247, 242, 0.66);
  font-size: clamp(20px, 1.7vw, 27px) !important;
}

.story-material__outcomes {
  display: grid;
  gap: 0;
  margin-bottom: 8px;
  border-top: 1px solid var(--story-line-light);
}

.story-material__outcomes > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--story-line-light);
}

.story-material__outcomes dt {
  color: rgba(246, 247, 242, 0.44);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.story-material__outcomes dd {
  margin: 0;
  font-size: 14px;
}

.story-material .story-details {
  color: rgba(246, 247, 242, 0.78);
}

.story-assurance {
  color: var(--story-ink);
  background: var(--story-paper-soft);
}

.story-assurance__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.55fr);
  column-gap: clamp(52px, 9vw, 170px);
  align-items: end;
  max-width: var(--story-max);
  margin: 0 auto clamp(52px, 7vw, 110px);
}

.story-assurance__intro .story-kicker {
  grid-column: 1 / -1;
}

.story-assurance__intro h2 {
  max-width: 11ch;
  margin-bottom: 0;
}

.story-assurance__intro > p:last-child {
  color: rgba(10, 12, 10, 0.62);
}

.story-assurance__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--story-max);
  margin: 0 auto clamp(70px, 8vw, 130px);
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--story-line);
  border-left: 1px solid var(--story-line);
}

.story-assurance__steps li {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
}

.story-assurance__steps li > span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.story-assurance__steps li > div {
  align-self: end;
}

.story-assurance__steps h3 {
  font-size: 30px;
}

.story-assurance__steps p {
  color: rgba(10, 12, 10, 0.62);
  font-size: 15px;
}

.story-assurance__contact {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.46fr);
  gap: 54px;
  align-items: end;
  max-width: var(--story-max);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 76px);
  background: var(--story-green);
}

.story-assurance__contact h3 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(38px, 4.4vw, 72px);
}

/* Process */

.story-page--process .story-hero {
  color: var(--story-white);
  background:
    radial-gradient(circle at 12% 14%, rgba(82, 104, 255, 0.22), transparent 28%),
    var(--story-ink);
}

.story-page--process .story-hero__lede {
  color: rgba(246, 247, 242, 0.64);
}

.story-page--process .story-hero .btn-primary {
  color: var(--story-ink);
  background: var(--story-green);
  border-color: var(--story-green);
}

.story-page--process .story-hero .btn-secondary {
  color: var(--story-white);
  border-color: rgba(246, 247, 242, 0.42);
}

.story-hero__promise {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: min(72svh, 800px);
  padding: clamp(34px, 5vw, 78px);
  color: var(--story-ink);
  background: var(--story-green);
}

.story-hero__promise > p {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-hero__promise ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(10, 12, 10, 0.32);
}

.story-hero__promise li {
  position: relative;
  padding: 22px 46px 22px 0;
  font-size: clamp(28px, 3.1vw, 54px);
  font-weight: 590;
  line-height: 0.98;
  letter-spacing: -0.045em;
  border-bottom: 1px solid rgba(10, 12, 10, 0.32);
}

.story-hero__promise li::after {
  content: "✓";
  position: absolute;
  top: 22px;
  right: 0;
  font-family: "DM Mono", monospace;
  font-size: 17px;
}

.story-process {
  color: var(--story-ink);
  background: var(--story-paper-soft);
}

.story-process__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.5fr);
  gap: 0 clamp(54px, 9vw, 170px);
  align-items: end;
  max-width: var(--story-max);
  margin: 0 auto clamp(58px, 7vw, 110px);
}

.story-process__intro .story-kicker {
  grid-column: 1 / -1;
}

.story-process__intro h2 {
  max-width: 11ch;
  margin-bottom: 0;
}

.story-process__intro > p:last-child {
  color: rgba(10, 12, 10, 0.62);
}

.story-process__layout {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(430px, 0.82fr);
  gap: clamp(54px, 7vw, 118px);
  max-width: var(--story-max);
  margin: 0 auto;
}

.story-process__sticky {
  position: sticky;
  top: 90px;
  align-self: start;
}

.story-process__visual {
  position: relative;
  height: min(69svh, 720px);
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 14%, rgba(155, 232, 121, 0.18), transparent 30%),
    var(--story-ink);
  isolation: isolate;
}

.story-process__visual-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
  color: rgba(246, 247, 242, 0.58);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--story-line-light);
}

.story-process__visual-top strong {
  color: var(--story-green);
  font-weight: 500;
}

.story-process__proof {
  position: absolute;
  inset: 62px 0 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 74px);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(20px, 0, 0) scale(0.985);
  transition: opacity 380ms ease, visibility 0s linear 380ms, transform 620ms var(--story-ease);
}

.story-process__proof.is-active {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 380ms ease, visibility 0s linear 0s, transform 620ms var(--story-ease);
}

.story-process__proof-caption {
  margin: 22px 0 0;
  color: var(--story-green);
  font-family: "DM Mono", monospace;
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.story-inbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 520px);
  gap: 12px;
}

.story-inbox__bubble,
.story-inbox__file {
  max-width: 78%;
  padding: 14px 17px;
  color: var(--story-ink);
  background: var(--story-white);
  border-radius: 18px 18px 18px 3px;
  font-size: clamp(14px, 1.3vw, 18px);
}

.story-inbox__bubble--right {
  align-self: flex-end;
  background: var(--story-green);
  border-radius: 18px 18px 3px 18px;
}

.story-inbox__file {
  color: var(--story-white);
  background: rgba(246, 247, 242, 0.10);
  border: 1px solid var(--story-line-light);
  border-radius: 3px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.story-product-proof {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  width: 100%;
  margin: 0;
}

.story-product-proof img {
  width: 100%;
  filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.34));
}

.story-product-proof figcaption {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px 18px;
  color: var(--story-white);
}

.story-product-proof figcaption span,
.story-approval-proof span {
  color: rgba(246, 247, 242, 0.44);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.story-product-proof figcaption strong {
  font-size: 14px;
  font-weight: 500;
}

.story-approval-proof,
.story-production-proof,
.story-delivery-proof {
  width: min(100%, 520px);
  color: var(--story-white);
}

.story-approval-proof > p,
.story-production-proof > p {
  margin-bottom: 28px;
  color: var(--story-green);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-approval-proof > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid var(--story-line-light);
}

.story-approval-proof > b {
  display: block;
  margin-top: 34px;
  color: var(--story-ink);
  padding: 18px;
  background: var(--story-green);
  font-size: 18px;
}

.story-production-proof > div:not(.story-production-proof__line) {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--story-line-light);
}

.story-production-proof i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--story-green);
}

.story-production-proof__line {
  height: 3px;
  margin-top: 34px;
  overflow: hidden;
  background: rgba(246, 247, 242, 0.12);
}

.story-production-proof__line span {
  display: block;
  width: 86%;
  height: 100%;
  background: var(--story-green);
}

.story-delivery-proof__status {
  display: inline-flex;
  margin-bottom: 32px;
  padding: 9px 12px;
  color: var(--story-ink);
  background: var(--story-green);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-delivery-proof > strong {
  display: block;
  margin-bottom: 22px;
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.story-delivery-proof p {
  max-width: 34ch;
  color: rgba(246, 247, 242, 0.58);
}

.story-process__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--story-ink);
  border-top: 1px solid var(--story-line-light);
}

.story-process__nav button {
  display: grid;
  gap: 12px;
  min-height: 62px;
  padding: 14px 10px;
  color: rgba(246, 247, 242, 0.40);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--story-line-light);
  cursor: pointer;
}

.story-process__nav button:last-child {
  border-right: 0;
}

.story-process__nav button span {
  font-family: "DM Mono", monospace;
  font-size: 9px;
}

.story-process__nav button i {
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 420ms var(--story-ease);
}

.story-process__nav button.is-active {
  color: var(--story-green);
}

.story-process__nav button.is-active i {
  transform: scaleX(1);
}

.story-process__chapters {
  min-width: 0;
}

.story-process__chapter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76svh;
  padding: clamp(48px, 6vw, 92px) 0;
  opacity: 0.28;
  transition: opacity 440ms ease;
}

.story-process__chapter > span {
  margin-bottom: 28px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-process__chapter h3 {
  max-width: 10ch;
  font-size: clamp(42px, 5vw, 82px);
}

.story-process__chapter p {
  max-width: 43ch;
  color: rgba(10, 12, 10, 0.60);
}

.story-process__chapter > strong {
  display: inline-block;
  align-self: flex-start;
  margin-top: 24px;
  padding: 8px 11px;
  color: var(--story-ink);
  background: var(--story-green);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.story-process__chapter.is-active {
  opacity: 1;
}

.story-safety {
  color: var(--story-white);
  background: var(--story-ink);
}

.story-safety__head {
  display: grid;
  grid-template-columns: 1fr;
  max-width: var(--story-max);
  margin: 0 auto clamp(52px, 7vw, 108px);
}

.story-safety__head h2 {
  max-width: 10ch;
  margin: 0;
}

.story-safety__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--story-max);
  margin: 0 auto;
  border-top: 1px solid var(--story-line-light);
  border-left: 1px solid var(--story-line-light);
}

.story-safety__grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 390px;
  padding: clamp(28px, 4vw, 56px);
  border-right: 1px solid var(--story-line-light);
  border-bottom: 1px solid var(--story-line-light);
}

.story-safety__grid article:nth-child(2) {
  color: var(--story-ink);
  background: var(--story-green);
}

.story-safety__grid article > span {
  margin-bottom: auto;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-safety__grid h3 {
  max-width: 10ch;
  font-size: clamp(30px, 3.3vw, 52px);
}

.story-safety__grid p {
  max-width: 34ch;
  color: inherit;
  opacity: 0.62;
}

.story-page--process .story-contact {
  background: var(--story-green);
}

/* Pricing */

.story-price-hero {
  color: var(--story-ink);
  background:
    linear-gradient(115deg, var(--story-paper-soft) 0 58%, var(--story-cobalt-soft) 58% 100%);
}

.story-price-anchors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-self: stretch;
  background: var(--story-cobalt);
  color: var(--story-white);
}

.story-price-anchors article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 52%;
  padding: clamp(30px, 4vw, 64px);
  border-right: 1px solid rgba(246, 247, 242, 0.22);
  border-bottom: 1px solid rgba(246, 247, 242, 0.22);
}

.story-price-anchors article:nth-child(2) {
  border-right: 0;
}

.story-price-anchors span,
.story-price-anchors small {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.story-price-anchors strong {
  display: block;
  margin: 20px 0 14px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(54px, 6vw, 106px);
  font-weight: 640;
  line-height: 0.82;
  letter-spacing: -0.07em;
  font-variant-numeric: tabular-nums;
}

.story-price-anchors > p {
  grid-column: 1 / -1;
  align-self: end;
  max-width: 44ch;
  margin: 0;
  padding: clamp(28px, 4vw, 54px);
  color: rgba(246, 247, 242, 0.68);
  font-size: 15px;
}

.story-price-builder {
  background: var(--story-paper-soft);
}

.story-price-builder__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
  max-width: var(--story-max);
  margin: 0 auto;
  border: 1px solid var(--story-line);
}

.story-price-builder__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(75svh, 800px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(155, 232, 121, 0.18), transparent 34%),
    var(--story-ink);
  isolation: isolate;
}

.story-price-builder__visual > img {
  position: relative;
  z-index: 2;
  width: min(81%, 690px);
  height: min(81%, 690px);
  object-fit: contain;
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.36));
  transition: opacity 240ms ease, transform 560ms var(--story-ease);
}

.story-price-builder__visual.is-changing > img {
  opacity: 0.14;
  transform: translateY(10px) scale(0.975);
}

.story-price-builder__shadow {
  position: absolute;
  left: 22%;
  bottom: 13%;
  z-index: 1;
  width: 56%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.50);
  filter: blur(15px);
}

.story-price-summary {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  min-width: 190px;
  padding: 18px;
  color: var(--story-ink);
  background: var(--story-green);
}

.story-price-summary span,
.story-price-summary small {
  display: block;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.story-price-summary strong {
  display: block;
  margin: 6px 0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.story-price-levels {
  display: grid;
  align-content: stretch;
}

.story-price-level {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 16px 30px;
  min-height: 210px;
  padding: clamp(28px, 4vw, 54px);
  color: var(--story-ink);
  text-align: left;
  background: var(--story-paper);
  border: 0;
  border-bottom: 1px solid var(--story-line);
  cursor: pointer;
  transition: color 240ms ease, background-color 240ms ease, padding 480ms var(--story-ease);
}

.story-price-level:last-child {
  border-bottom: 0;
}

.story-price-level__name {
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 620;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.story-price-level > strong {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.story-price-level__body {
  grid-column: 1 / -1;
  max-width: 46ch;
  color: currentColor;
  opacity: 0.62;
  font-size: 14px;
  line-height: 1.45;
}

.story-price-level:hover,
.story-price-level.is-active {
  color: var(--story-ink);
  background: var(--story-green);
  padding-left: calc(clamp(28px, 4vw, 54px) + 12px);
}

.story-price-builder__note {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: var(--story-max);
  margin: 0 auto;
  border-right: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
  border-left: 1px solid var(--story-line);
}

.story-price-builder__note p {
  margin: 0;
  padding: 24px;
  color: rgba(10, 12, 10, 0.62);
  font-size: 13px;
  border-right: 1px solid var(--story-line);
}

.story-price-builder__note p:last-child {
  border-right: 0;
}

.story-small-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: clamp(58px, 9vw, 160px);
  color: var(--story-white);
  background: var(--story-ink);
}

.story-small-order__copy h2 {
  max-width: 10ch;
}

.story-small-order__copy > p:last-child {
  max-width: 45ch;
  color: rgba(246, 247, 242, 0.60);
}

.story-small-order__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(246, 247, 242, 0.22);
}

.story-small-order__facts p {
  margin: 0;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid rgba(246, 247, 242, 0.22);
}

.story-small-order__facts p:last-child {
  border-right: 0;
}

.story-small-order__facts span,
.story-small-order__facts strong {
  display: block;
}

.story-small-order__facts span {
  margin-bottom: 14px;
  color: var(--story-green);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.story-small-order__facts strong {
  max-width: 18ch;
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.2;
}

.story-faq {
  color: var(--story-ink);
  background: var(--story-paper-soft);
}

.story-faq__list {
  max-width: var(--story-max);
  margin: 0 auto;
  border-top: 1px solid var(--story-line);
}

.story-faq details {
  border-bottom: 1px solid var(--story-line);
}

.story-faq summary {
  position: relative;
  min-height: 104px;
  padding: 32px 70px 30px 0;
  font-size: clamp(25px, 3vw, 48px);
  font-weight: 580;
  line-height: 1;
  letter-spacing: -0.045em;
  cursor: pointer;
  list-style: none;
}

.story-faq summary::-webkit-details-marker {
  display: none;
}

.story-faq summary::after {
  content: "+";
  position: absolute;
  top: 25px;
  right: 4px;
  font-size: 36px;
  font-weight: 400;
}

.story-faq details[open] summary::after {
  content: "−";
}

.story-faq details p {
  max-width: 60ch;
  margin: -4px 0 0;
  padding: 0 0 32px;
  color: rgba(10, 12, 10, 0.62);
}

/* Shared motion */

.story-motion .story-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 680ms ease, transform 860ms var(--story-ease);
  transition-delay: var(--story-delay, 0ms);
}

.story-motion .story-reveal.is-in {
  opacity: 1;
  transform: none;
}

.story-page :focus-visible {
  outline: 2px solid var(--story-cobalt);
  outline-offset: 4px;
}

.story-page [hidden] {
  display: none !important;
}

body:has(.story-page) > footer {
  color: var(--story-white);
  background: var(--story-ink);
  border-top-color: rgba(246, 247, 242, 0.16);
}

body:has(.story-page) > footer a,
body:has(.story-page) > footer .footer-copy,
body:has(.story-page) > footer .footer-tagline {
  color: rgba(246, 247, 242, 0.52);
}

body:has(.story-page) > footer a:hover,
body:has(.story-page) > footer a[aria-current="page"] {
  color: var(--story-white);
}

@media (max-width: 1180px) {
  .story-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: 38px;
  }

  .story-page h1 {
    font-size: clamp(64px, 8vw, 112px);
  }

  .story-product__stage,
  .story-material__layout,
  .story-price-builder__layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  }

  .story-decoration,
  .story-small-order {
    grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1.2fr);
    gap: 54px;
  }

  .story-process__layout {
    grid-template-columns: minmax(450px, 1fr) minmax(370px, 0.75fr);
    gap: 48px;
  }
}

@media (max-width: 899px) {
  :root {
    --story-gutter: 18px;
    --story-section: clamp(76px, 20vw, 104px);
  }

  .story-page {
    overflow: clip;
  }

  .story-page h1,
  :lang(fr) .story-page h1 {
    max-width: 9.8ch;
    margin-bottom: 22px;
    font-size: clamp(52px, 14.8vw, 78px);
    line-height: 0.84;
    letter-spacing: -0.07em;
  }

  :lang(fr) .story-page h1 {
    font-size: clamp(48px, 13.5vw, 72px);
  }

  .story-page h2 {
    font-size: clamp(43px, 12.2vw, 66px);
    line-height: 0.88;
  }

  .story-page h3 {
    font-size: clamp(28px, 8.5vw, 42px);
  }

  .story-page p,
  .story-page li,
  .story-page dd {
    font-size: 16px;
  }

  .story-kicker,
  .story-page .story-kicker {
    margin-bottom: 19px;
    font-size: 9px;
  }

  .story-hero {
    display: block;
    min-height: 0;
    padding-top: 102px !important;
    padding-bottom: 18px !important;
  }

  .story-hero__copy {
    justify-content: flex-end;
    min-height: 50svh;
    padding: 30px 2px 44px;
  }

  .story-hero__lede {
    max-width: 38ch;
    font-size: 15px !important;
  }

  .story-actions {
    gap: 10px 16px;
    margin-top: 26px;
  }

  .story-button,
  .story-page .btn-primary,
  .story-page .btn-secondary,
  .story-contact__button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 9px;
  }

  .story-section-head,
  .story-assurance__intro,
  .story-process__intro {
    display: block;
    margin-bottom: 44px;
  }

  .story-section-head h2,
  .story-assurance__intro h2,
  .story-process__intro h2 {
    margin-bottom: 22px;
  }

  .story-section-head > p:last-child,
  .story-assurance__intro > p:last-child,
  .story-process__intro > p:last-child {
    max-width: 38ch;
  }

  .story-products-hero,
  .story-quality-hero,
  .story-price-hero {
    background: var(--story-paper-soft);
  }

  .story-campaign,
  .story-quality-hero__visual {
    min-height: 52svh;
  }

  .story-campaign__hoodie {
    left: -7%;
    bottom: -7%;
    width: 83%;
  }

  .story-campaign__tee {
    top: 10%;
    right: -9%;
    width: 58%;
  }

  .story-campaign::before,
  .story-quality-hero__visual::before {
    font-size: 25vw;
  }

  .story-campaign figcaption,
  .story-quality-hero__visual figcaption {
    right: 15px;
    bottom: 13px;
    font-size: 8px;
  }

  .story-product__tabs,
  .story-price-builder__tabs,
  .story-material__garments {
    position: sticky;
    top: 70px;
    z-index: 20;
    margin-bottom: 12px;
    padding: 9px 0;
    background: inherit;
  }

  .story-product__stage,
  .story-material__layout,
  .story-price-builder__layout {
    display: block;
  }

  .story-product__visual,
  .story-material__stage,
  .story-price-builder__visual {
    min-height: 52svh;
    height: 52svh;
  }

  .story-product__visual > img,
  .story-material__stage > img,
  .story-price-builder__visual > img {
    width: min(86%, 510px);
    height: min(86%, 510px);
  }

  .story-product__views {
    right: 14px;
    bottom: 14px;
  }

  .story-product__copy,
  .story-material__result {
    padding: 38px 22px 48px;
  }

  .story-proof-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .story-decoration,
  .story-small-order,
  .story-contact {
    display: block;
  }

  .story-decoration__copy,
  .story-small-order__copy,
  .story-contact > div:first-child {
    margin-bottom: 46px;
  }

  .story-decoration__choice {
    min-height: 92px;
  }

  .story-decoration__choice strong {
    font-size: clamp(29px, 9vw, 43px);
  }

  .story-decoration__choice span {
    max-width: 14ch;
    font-size: 8px;
  }

  .story-decoration__output {
    grid-column: auto;
    margin: 36px 0 0;
  }

  .story-bridge {
    display: block;
  }

  .story-bridge .story-button {
    margin-top: 24px;
  }

  .story-contact__actions {
    gap: 10px;
  }

  .story-quality-hero__visual img {
    bottom: -9%;
    width: 95%;
    height: 95%;
  }

  .story-decisions__grid,
  .story-assurance__steps,
  .story-safety__grid {
    grid-template-columns: 1fr;
  }

  .story-decision {
    min-height: 270px;
    padding: 28px 24px;
  }

  .story-decision__index {
    margin-bottom: 62px;
  }

  .story-material__presets {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .story-material__presets::-webkit-scrollbar {
    display: none;
  }

  .story-material__choice {
    min-width: 124px;
    min-height: 108px;
    padding: 16px;
  }

  .story-material__choice strong {
    font-size: 14px;
  }

  .story-material__choice span {
    font-size: 8px;
  }

  .story-material__outcomes > div {
    grid-template-columns: 78px 1fr;
    gap: 15px;
  }

  .story-assurance__steps {
    margin-bottom: 58px;
  }

  .story-assurance__steps li {
    min-height: 245px;
    padding: 24px;
  }

  .story-assurance__contact {
    display: block;
    padding: 32px 22px;
  }

  .story-assurance__contact .story-contact__actions {
    margin-top: 34px;
  }

  .story-page--process .story-hero__copy {
    min-height: 62svh;
  }

  .story-hero__promise {
    min-height: 48svh;
    padding: 26px 22px;
  }

  .story-hero__promise li {
    padding: 17px 40px 17px 0;
    font-size: clamp(28px, 9vw, 42px);
  }

  .story-process__layout {
    display: block;
  }

  .story-process__sticky {
    top: 70px;
    z-index: 15;
    margin: 0 -18px;
  }

  .story-process__visual {
    height: 44svh;
    min-height: 340px;
  }

  .story-process__proof {
    padding: 22px;
  }

  .story-process__nav button {
    min-height: 54px;
    padding: 10px 8px;
  }

  .story-process__chapter {
    min-height: 62svh;
    padding: 86px 4px 52px;
    opacity: 0.36;
  }

  .story-process__chapter h3 {
    font-size: clamp(38px, 11.5vw, 58px);
  }

  .story-safety__grid article {
    min-height: 300px;
    padding: 30px 24px;
  }

  .story-price-anchors {
    min-height: 48svh;
  }

  .story-price-anchors article {
    min-height: 30svh;
    padding: 22px 16px;
  }

  .story-price-anchors strong {
    font-size: clamp(42px, 12vw, 60px);
  }

  .story-price-anchors > p {
    padding: 22px 18px;
    font-size: 13px;
  }

  .story-price-level {
    min-height: 170px;
    padding: 25px 22px;
  }

  .story-price-level:hover,
  .story-price-level.is-active {
    padding-left: 30px;
  }

  .story-price-builder__note {
    grid-template-columns: 1fr;
  }

  .story-price-builder__note p {
    border-right: 0;
    border-bottom: 1px solid var(--story-line);
  }

  .story-price-builder__note p:last-child {
    border-bottom: 0;
  }

  .story-small-order__facts {
    grid-template-columns: 1fr;
  }

  .story-small-order__facts p {
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 247, 242, 0.22);
  }

  .story-small-order__facts p:last-child {
    border-bottom: 0;
  }

  .story-faq summary {
    min-height: 82px;
    padding: 25px 56px 23px 0;
    font-size: clamp(24px, 7.5vw, 35px);
  }

  .story-faq summary::after {
    top: 18px;
  }

  .story-motion .story-reveal {
    transform: translate3d(0, 15px, 0);
    transition-duration: 580ms, 720ms;
  }
}

@media (max-width: 430px) {
  .story-page h1,
  :lang(fr) .story-page h1 {
    font-size: clamp(46px, 14vw, 60px);
  }

  .story-campaign,
  .story-quality-hero__visual {
    min-height: 49svh;
  }

  .story-price-summary {
    right: 12px;
    bottom: 12px;
    min-width: 154px;
    padding: 14px;
  }

  .story-price-summary strong {
    font-size: 39px;
  }

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

  .story-product-proof img {
    width: 70%;
    margin: 0 auto -12px;
  }

  .story-product-proof figcaption {
    grid-template-columns: 64px 1fr;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .story-hero {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: max(460px, 100svh);
    padding-top: 82px !important;
  }

  .story-hero__copy {
    min-height: 0;
    padding: 24px 0;
  }

  .story-page h1,
  :lang(fr) .story-page h1 {
    font-size: clamp(44px, 7.4vw, 64px);
  }

  .story-campaign,
  .story-quality-hero__visual,
  .story-hero__promise,
  .story-price-anchors {
    min-height: calc(100svh - 100px);
  }
}

@media (hover: none) {
  .story-button:hover,
  .story-page .btn-primary:hover,
  .story-page .btn-secondary:hover,
  .story-contact__button:hover {
    transform: none;
  }

  .story-decoration__choice:hover,
  .story-price-level:hover {
    padding-left: 0;
  }

  .story-decoration__choice.is-active {
    padding-left: 12px;
  }

  .story-price-level.is-active {
    padding-left: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-page *,
  .story-page *::before,
  .story-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .story-motion .story-reveal {
    opacity: 1;
    transform: none;
  }
}
