/* MRVËY experiential homepage · tactile editorial system
   Meaning first: offer → product → material → project worlds. */

.exp-home {
  --exp-paper: #d7d2c6;
  --exp-paper-soft: #e7e2d7;
  --exp-ink: #0a0b0a;
  --exp-ink-soft: #151713;
  --exp-accent: #C5FF32;
  --exp-line-dark: rgba(10, 11, 10, .18);
  --exp-line-light: rgba(241, 238, 231, .18);
  overflow-x: clip;
  background: var(--exp-ink);
}

.exp-home main {
  overflow: clip;
}

.exp-home > nav {
  background: rgba(7, 8, 7, .94);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

/* ── HERO · static composition is the baseline/no-JS experience ── */

.exp-home #hero.exp-hero {
  --exp-intro-alpha: 1;
  --exp-intro-y: 0px;
  --exp-material-alpha: 1;
  --exp-panel-x: 0%;
  --exp-garment-left: 68%;
  --exp-garment-scale: 1;
  --exp-garment-y: 0vh;
  position: relative;
  display: block;
  min-height: auto;
  height: auto;
  padding: 0;
  overflow: clip;
  isolation: isolate;
  color: var(--exp-ink);
  background: var(--exp-paper);
  border-bottom: 0;
}

.exp-hero__sticky {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--exp-paper);
}

.exp-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(64% 72% at 73% 38%, rgba(255, 255, 255, .56), transparent 66%),
    radial-gradient(46% 44% at 16% 82%, rgba(155,232,121, .18), transparent 76%),
    linear-gradient(120deg, #cbc5b8 0%, #e1ddd2 48%, #c8c2b5 100%);
}

.exp-hero__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(10, 11, 10, .09) 50%, transparent 50.06%),
    linear-gradient(transparent 49.94%, rgba(10, 11, 10, .07) 50%, transparent 50.06%);
  background-size: 11.11vw 11.11vw;
  -webkit-mask-image: linear-gradient(120deg, rgba(0, 0, 0, .9), transparent 72%);
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, .9), transparent 72%);
}

.exp-hero__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: max(720px, 100svh);
  padding: clamp(112px, 14vh, 156px) clamp(24px, 4.2vw, 78px) 94px;
  opacity: 1;
}

.exp-hero__kicker {
  position: relative;
  z-index: 5;
  margin: 0 0 22px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(10, 11, 10, .66);
}

.exp-hero__intro h1 {
  position: relative;
  z-index: 1;
  width: min(8.3em, 55vw);
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(64px, 6.35vw, 122px);
  font-weight: 600;
  font-style: normal;
  line-height: .84;
  letter-spacing: -.065em;
  color: var(--exp-ink);
  text-wrap: initial;
}

.exp-hero__intro h1 span {
  display: block;
  white-space: nowrap;
}

:lang(fr) .exp-hero__intro h1 {
  width: min(9em, 58vw);
  font-size: clamp(58px, 5.65vw, 108px);
  line-height: .88;
}

.exp-hero__lede {
  position: relative;
  z-index: 5;
  max-width: 47ch;
  margin: auto 0 0;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.52;
  color: rgba(10, 11, 10, .72);
}

.exp-hero__actions {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}

.exp-home #hero .exp-hero__actions .btn-primary,
.exp-home #hero .exp-hero__actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  transform: none;
}

.exp-home #hero .exp-hero__actions .btn-primary {
  padding: 0 24px;
  color: var(--exp-paper-soft);
  background: var(--exp-ink);
  border: 1px solid var(--exp-ink);
  box-shadow: none;
}

.exp-home #hero .exp-hero__actions .btn-primary:hover {
  color: var(--exp-ink);
  background: var(--exp-accent);
  border-color: var(--exp-accent);
  box-shadow: none;
}

.exp-home #hero .exp-hero__actions .btn-secondary {
  min-width: 130px;
  padding: 0 4px;
  color: var(--exp-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10, 11, 10, .42);
  box-shadow: none;
}

.exp-home #hero .exp-hero__actions .btn-secondary:hover {
  color: var(--exp-ink);
  border-bottom-color: var(--exp-ink);
  box-shadow: none;
}

.exp-hero__garment {
  position: absolute;
  left: 69%;
  top: 49%;
  z-index: 3;
  width: min(54vw, 870px);
  aspect-ratio: 1;
  margin: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.exp-hero__garment picture,
.exp-hero__garment img {
  display: block;
  width: 100%;
  height: 100%;
}

.exp-hero__garment img {
  object-fit: contain;
  filter: drop-shadow(0 34px 34px rgba(10, 11, 10, .20));
  animation: expGarmentEnter .85s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes expGarmentEnter {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.exp-hero__material-panel {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 72svh;
  padding: 72px clamp(24px, 5vw, 84px) 78px;
  color: var(--ink);
  background: var(--exp-ink);
}

.exp-hero__material-value {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: var(--ink);
}

.exp-hero__material-value strong {
  font-family: var(--font-body);
  font-size: clamp(72px, 10vw, 160px);
  font-weight: 650;
  line-height: .76;
  letter-spacing: -.075em;
}

.exp-hero__material-value span {
  padding-bottom: .14em;
  font-family: var(--font-body);
  font-size: clamp(22px, 2.6vw, 42px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
}

.exp-hero__material {
  max-width: 560px;
}

.exp-hero__material .exp-hero__kicker {
  color: var(--exp-accent);
}

.exp-hero__material h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.5vw, 88px);
  font-weight: 500;
  font-style: italic;
  line-height: .9;
  letter-spacing: -.045em;
  color: var(--ink);
}

.exp-hero__material > p:not(.exp-hero__kicker) {
  max-width: 45ch;
  margin: 22px 0 0;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
  color: rgba(241, 238, 231, .70);
}

.exp-hero__material > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid rgba(241, 238, 231, .42);
}

.exp-hero__material > a span {
  transition: transform .25s cubic-bezier(.22, 1, .36, 1);
}

.exp-hero__material > a:hover span {
  transform: translateX(5px);
}

.exp-hero__rail {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  min-height: 64px;
  padding: 0 clamp(24px, 4.2vw, 78px);
  color: rgba(10, 11, 10, .66);
  background: rgba(231, 226, 215, .96);
  border-top: 1px solid var(--exp-line-dark);
  font-family: var(--font-label);
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.exp-hero__rail span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.exp-hero__rail span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--exp-accent);
}

/* Desktop enhancement: one sticky transition, transform/opacity only. */
@media (min-width: 900px) {
  .exp-home #hero.exp-hero.exp-enhanced {
    min-height: 180svh;
  }

  .exp-hero.exp-enhanced .exp-hero__sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 660px;
  }

  .exp-hero.exp-enhanced .exp-hero__intro {
    position: absolute;
    inset: 0;
    min-height: 0;
    padding-bottom: 94px;
    opacity: var(--exp-intro-alpha);
    transform: translate3d(0, var(--exp-intro-y), 0);
    pointer-events: auto;
  }

  .exp-hero.exp-enhanced.is-material-active .exp-hero__intro {
    visibility: hidden;
    pointer-events: none;
  }

  .exp-hero.exp-enhanced .exp-hero__garment {
    left: var(--exp-garment-left);
    top: 49%;
    width: min(54vw, 870px);
    transform: translate(-50%, -50%) translate3d(0, var(--exp-garment-y), 0) scale(var(--exp-garment-scale));
    transform-origin: 50% 52%;
    will-change: transform;
  }

  .exp-hero.exp-enhanced .exp-hero__material-panel {
    position: absolute;
    inset: 0 0 64px 48%;
    z-index: 2;
    min-height: 0;
    padding: clamp(118px, 14vh, 154px) clamp(34px, 4vw, 72px) clamp(56px, 8vh, 90px);
    opacity: var(--exp-material-alpha);
    transform: translate3d(var(--exp-panel-x), 0, 0);
    will-change: transform, opacity;
  }

  .exp-hero.exp-enhanced .exp-hero__material-value {
    color: rgba(241, 238, 231, .96);
  }

  .exp-hero.exp-enhanced .exp-hero__material-value strong {
    font-size: clamp(74px, 7.7vw, 140px);
  }

  .exp-hero.exp-enhanced .exp-hero__material {
    align-self: flex-end;
    max-width: 520px;
  }

  .exp-hero.exp-enhanced .exp-hero__material h2,
  .exp-hero.exp-enhanced .exp-hero__material > a {
    color: var(--ink);
  }

  .exp-hero.exp-enhanced .exp-hero__rail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

}

/* ── CULTURE MARQUEE · restored without velocity scripting ── */

.exp-home .mrv-marquee--experience {
  position: relative;
  z-index: 8;
  overflow: hidden;
  padding: 19px 0;
  color: var(--exp-ink);
  background: var(--exp-accent);
  border-top: 1px solid rgba(10, 11, 10, .22);
  border-bottom: 1px solid rgba(10, 11, 10, .22);
  -webkit-mask-image: none;
  mask-image: none;
}

.exp-home .mrv-marquee--experience .mrv-marquee__track {
  display: flex;
  width: max-content;
  animation: expMarquee 34s linear infinite;
}

.exp-home .mrv-marquee--experience .mrv-marquee__group {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
}

.exp-home .mrv-marquee--experience .mrv-marquee__group span {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--exp-ink);
}

.exp-home .mrv-marquee--experience .mrv-marquee__group i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--exp-ink);
  opacity: .72;
}

@keyframes expMarquee {
  to { transform: translate3d(-50%, 0, 0); }
}

/* ── PROJECT WORLDS · editorial chooser, no terminal theatre ── */

.exp-home .capsule-home-console {
  position: relative;
  padding: clamp(92px, 11vw, 170px) clamp(24px, 5vw, 80px);
  color: var(--exp-ink);
  background: var(--exp-paper-soft);
  border-bottom: 1px solid var(--exp-line-dark);
}

.exp-home .capsule-home-console__head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr);
  gap: 48px;
  align-items: end;
  max-width: 1440px;
  margin: 0 auto clamp(54px, 7vw, 96px);
}

.exp-home .capsule-home-console .capsule-routes__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(58px, 7.2vw, 132px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.065em;
  color: var(--exp-ink);
}

.exp-home .capsule-home-console .capsule-routes__copy {
  max-width: 38ch;
  margin: 0;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(10, 11, 10, .66);
}

.exp-home .capsule-home-console__body {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4vw, 64px);
  max-width: 1440px;
  margin: 0 auto;
}

.exp-home .capsule-home-console__chooser {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--exp-line-dark);
}

.exp-home .capsule-home-choice {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "icon meta"
    "icon title"
    "icon sub";
  gap: 5px 18px;
  width: 100%;
  min-height: 176px;
  padding: 28px 24px;
  text-align: left;
  color: var(--exp-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--exp-line-dark);
  border-radius: 0;
  cursor: pointer;
  transition: color .22s ease, background-color .22s ease, padding-left .32s cubic-bezier(.22, 1, .36, 1);
}

.exp-home .capsule-home-choice:hover,
.exp-home .capsule-home-choice:focus-visible,
.exp-home .capsule-home-choice.is-active {
  padding-left: 34px;
  color: var(--exp-paper-soft);
  background: var(--exp-ink);
}

.exp-home .capsule-home-choice__icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  align-self: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .78;
}

.exp-home .capsule-home-choice__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.exp-home .capsule-home-choice__meta {
  grid-area: meta;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .62;
}

.exp-home .capsule-home-choice strong {
  grid-area: title;
  max-width: 18ch;
  font-family: var(--font-body);
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.04em;
}

.exp-home .capsule-home-choice em {
  grid-area: sub;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  line-height: 1.35;
  opacity: .64;
}

.exp-home .capsule-home-preview {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 34px;
  min-height: 610px;
  padding: clamp(34px, 4.5vw, 72px);
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(90% 76% at 100% 0%, rgba(155,232,121, .18), transparent 68%),
    var(--exp-ink-soft);
  border: 0;
}

.exp-home .capsule-home-preview::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -16%;
  width: min(52vw, 690px);
  aspect-ratio: 1;
  opacity: .18;
  background: url("images/hero/hoodie-black-hq-800.webp") center / contain no-repeat;
  transform: rotate(-8deg);
  pointer-events: none;
}

.exp-home .capsule-home-preview__rail,
.exp-home .capsule-home-preview__scan {
  display: none;
}

.exp-home .capsule-home-preview__copy,
.exp-home .capsule-home-preview__spec,
.exp-home .capsule-home-preview__cta {
  position: relative;
  z-index: 1;
}

.exp-home .capsule-home-preview__copy > span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--exp-accent);
}

.exp-home .capsule-home-preview__copy h3 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.5vw, 88px);
  font-weight: 500;
  font-style: italic;
  line-height: .88;
  letter-spacing: -.05em;
  color: var(--ink);
}

.exp-home .capsule-home-preview__copy p {
  max-width: 48ch;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(241, 238, 231, .66);
}

.exp-home .capsule-home-preview__spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--exp-line-light);
  border: 1px solid var(--exp-line-light);
}

.exp-home .capsule-home-preview__spec div {
  min-width: 0;
  padding: 18px;
  background: var(--exp-ink-soft);
}

.exp-home .capsule-home-preview__spec span,
.exp-home .capsule-home-preview__spec strong {
  display: block;
}

.exp-home .capsule-home-preview__spec span {
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(241, 238, 231, .46);
}

.exp-home .capsule-home-preview__spec strong {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(241, 238, 231, .86);
}

.exp-home .capsule-home-preview__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 50px;
  padding: 0 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--exp-ink);
  background: var(--exp-accent);
  border: 1px solid var(--exp-accent);
}

.exp-home .capsule-home-preview__cta:hover,
.exp-home .capsule-home-preview__cta:focus-visible {
  color: var(--ink);
  background: transparent;
}

/* ── PRODUCTS · two large product acts ── */

.exp-home #products {
  padding: clamp(96px, 11vw, 170px) clamp(24px, 5vw, 80px);
  color: var(--ink);
  background: var(--exp-ink);
  border-bottom: 1px solid var(--exp-line-light);
}

.exp-home #products .section-header {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 48px;
  align-items: end;
  max-width: 1440px;
  margin: 0 auto clamp(48px, 7vw, 92px);
}

.exp-home #products .section-title {
  max-width: 10ch;
  font-family: var(--font-body);
  font-size: clamp(54px, 6.6vw, 118px);
  font-weight: 600;
  line-height: .84;
  letter-spacing: -.06em;
  color: var(--ink);
}

.exp-home #products .section-body {
  max-width: 40ch;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(241, 238, 231, .62);
}

.exp-home #products .products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 36px);
  max-width: 1440px;
  margin: 0 auto;
}

.exp-home #products .product-card {
  position: relative;
  padding: 0 0 34px;
  overflow: hidden;
  background: transparent;
  border: 0;
  transform: none;
}

.exp-home #products .product-card::before,
.exp-home #products .product-card::after,
.exp-home #products .product-img::before,
.exp-home #products .product-img::after {
  display: none;
}

.exp-home #products .product-card:hover {
  transform: none;
  border-color: transparent;
}

.exp-home #products .product-img {
  min-height: clamp(470px, 55vw, 760px);
  margin: 0 0 30px;
  overflow: hidden;
  background: var(--exp-paper);
  border: 0;
}

.exp-home #products .product-card:nth-child(2) .product-img {
  background: var(--exp-paper);
}

.exp-home #products .product-photo {
  width: 100%;
  height: 100%;
  padding: clamp(30px, 4vw, 72px);
  object-fit: contain;
  filter: none;
  transform: scale(.96);
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), opacity .35s ease;
}

.exp-home #products .product-card:hover .product-photo {
  transform: scale(1.015);
}

.exp-home #products .product-name {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(34px, 3.3vw, 54px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.045em;
  color: var(--ink);
}

.exp-home #products .product-desc {
  max-width: 54ch;
  margin: 17px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(241, 238, 231, .64);
}

.exp-home #products .product-spec {
  display: block;
  margin-top: 18px;
  font-family: var(--font-label);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--exp-accent);
}

.exp-home #products .colorway-ui {
  right: 22px;
  bottom: 20px;
  left: 22px;
}

.exp-home .home-product-footer {
  max-width: 1440px;
  margin: 42px auto 0;
}

/* ── PROVENANCE · calm editorial pause ── */

.exp-home .founder-note {
  position: relative;
  min-height: 94svh;
  padding: clamp(100px, 12vw, 184px) clamp(24px, 7vw, 116px);
  color: var(--exp-ink);
  background: var(--exp-paper-soft);
  border-bottom: 1px solid var(--exp-line-dark);
}

.exp-home .founder-note::before {
  content: "MRVËY";
  position: absolute;
  right: -1vw;
  top: 2vw;
  font-family: var(--font-body);
  font-size: clamp(120px, 19vw, 360px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.08em;
  color: rgba(10, 11, 10, .05);
  pointer-events: none;
}

.exp-home .founder-note__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.exp-home .founder-note__kicker {
  display: block;
  margin-bottom: clamp(42px, 6vw, 82px);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(10, 11, 10, .58);
}

.exp-home .founder-note__body {
  max-width: 1040px;
  margin: 0;
  padding: 0;
  border: 0;
}

.exp-home .founder-note__body p {
  margin: 0 0 .28em;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.2vw, 84px);
  font-weight: 500;
  font-style: italic;
  line-height: .96;
  letter-spacing: -.04em;
  color: var(--exp-ink);
}

.exp-home .founder-note__sig {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: clamp(44px, 6vw, 82px);
  padding-top: 22px;
  border-top: 1px solid var(--exp-line-dark);
  color: var(--exp-ink);
}

.exp-home .founder-note__sig strong,
.exp-home .founder-note__sig span {
  font-family: var(--font-body);
}

/* ── CONVERSION · production and contact read as one final act ── */

.exp-home .production-window {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82svh;
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  overflow: hidden;
  color: var(--ink);
  background: var(--exp-ink);
  border: 0;
}

.exp-home .production-window::before,
.exp-home .production-window::after {
  display: none;
}

.exp-home .production-window__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.exp-home .production-window__kicker,
.exp-home .production-window__foot {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--exp-accent);
}

.exp-home .production-window h2 {
  max-width: 10ch;
  margin: 30px 0 0;
  font-family: var(--font-body);
  font-size: clamp(58px, 8vw, 144px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.07em;
  color: var(--ink);
}

.exp-home .production-window__body {
  max-width: 52ch;
  margin: 36px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(241, 238, 231, .65);
}

.exp-home .production-window__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.exp-home .production-window__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--exp-line-light);
}

.exp-home .production-window__button--primary {
  color: var(--exp-ink);
  background: var(--exp-accent);
  border-color: var(--exp-accent);
}

.exp-home .production-window__button:hover,
.exp-home .production-window__button:focus-visible {
  border-color: var(--ink);
}

.exp-home .production-window__foot {
  margin-top: 34px;
  color: rgba(241, 238, 231, .42);
}

.exp-home #contact {
  background: var(--exp-ink);
  border-top: 1px solid var(--exp-line-light);
}

/* ── NAVIGATION AND RESPONSIVE ART DIRECTION ── */

@media (max-width: 899px) {
  .exp-home > nav {
    padding: 15px 18px;
  }

  .exp-home .nav-mobile-toggle {
    display: flex;
  }

  .exp-home > nav .nav-links {
    position: fixed;
    inset: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 100svh;
    height: 100dvh;
    box-sizing: border-box;
    padding: calc(82px + env(safe-area-inset-top, 0px)) 24px max(22px, env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #10120f;
    transition: opacity .28s ease, visibility 0s linear .28s;
  }

  .exp-home > nav .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .28s ease;
  }

  .exp-home .nav-links > li {
    order: initial;
    width: 100%;
    border-bottom: 1px solid rgba(241, 238, 231, .09);
  }

  .exp-home .nav-links > li:not(.nav-lang) > a:not(.nav-cta) {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 10px 2px;
    font-family: var(--font-body);
    font-size: clamp(24px, 6vw, 34px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.03em;
    text-transform: none;
    color: var(--ink);
  }

  .exp-home .nav-links .nav-lang {
    width: 100%;
    margin-top: clamp(18px, 5svh, 44px);
    padding: 20px 0;
    border-left: 0;
    border-bottom: 0;
  }

  .exp-home .nav-links .nav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
  }

  .exp-hero__sticky {
    min-height: 0;
    overflow: visible;
  }

  .exp-hero__intro {
    min-height: 0;
    padding: 94px 20px 42px;
    overflow: visible;
  }

  .exp-hero__intro h1 {
    width: 94%;
    max-width: 12em;
    font-size: clamp(44px, 12.2vw, 72px);
    line-height: .88;
    letter-spacing: -.055em;
  }

  :lang(fr) .exp-hero__intro h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(38px, 10.4vw, 61px);
    line-height: .91;
  }

  .exp-hero__intro h1 span {
    white-space: normal;
  }

  .exp-hero__garment {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 560px);
    margin: -8px auto 24px;
    transform: none;
  }

  .exp-hero__lede {
    max-width: 33ch;
    margin-top: 34px;
    font-size: 15px;
    line-height: 1.45;
  }

  .exp-hero__actions {
    gap: 14px;
    margin-top: 20px;
  }

  .exp-home #hero .exp-hero__actions .btn-primary,
  .exp-home #hero .exp-hero__actions .btn-secondary {
    min-height: 48px;
    font-size: 10px;
  }

  .exp-hero__material-panel {
    min-height: 620px;
    padding: 64px 20px 58px;
  }

  .exp-hero__material-value {
    gap: 10px;
  }

  .exp-hero__material-value strong {
    font-size: clamp(56px, 16.8vw, 90px);
    color: var(--ink);
  }

  .exp-hero__material-value span {
    font-size: clamp(20px, 6vw, 34px);
    color: var(--ink);
  }

  .exp-hero__material h2 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .exp-hero__material > p:not(.exp-hero__kicker) {
    max-width: 34ch;
    font-size: 15px;
  }

  .exp-hero__rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    min-height: 66px;
    padding: 0 16px;
    font-size: 8.8px;
    letter-spacing: .07em;
  }

  .exp-hero__rail span {
    justify-content: center;
    gap: 6px;
    text-align: center;
  }

  .exp-home .mobile-jump-nav {
    margin: 0;
  }

  .exp-home .capsule-home-console,
  .exp-home #products,
  .exp-home .founder-note,
  .exp-home .production-window {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exp-home .capsule-home-console__head,
  .exp-home #products .section-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .exp-home .capsule-home-console .capsule-routes__title,
  .exp-home #products .section-title {
    font-size: clamp(52px, 14vw, 78px);
  }

  .exp-home .capsule-home-console__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .exp-home .capsule-home-choice {
    min-height: 138px;
    padding: 22px 16px;
  }

  .exp-home .capsule-home-choice:hover,
  .exp-home .capsule-home-choice:focus-visible,
  .exp-home .capsule-home-choice.is-active {
    padding-left: 20px;
  }

  .exp-home .capsule-home-choice strong {
    font-size: clamp(23px, 6.5vw, 32px);
  }

  .exp-home .capsule-home-preview {
    min-height: 560px;
    padding: 30px 22px;
  }

  .exp-home .capsule-home-preview__copy h3 {
    font-size: clamp(48px, 13vw, 70px);
  }

  .exp-home .capsule-home-preview__spec {
    grid-template-columns: 1fr;
  }

  .exp-home .capsule-home-preview__spec div {
    padding: 13px 15px;
  }

  .exp-home #products .products-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .exp-home #products .product-img {
    min-height: clamp(340px, 110vw, 560px);
  }

  .exp-home .founder-note {
    min-height: 0;
  }

  .exp-home .founder-note__body p {
    font-size: clamp(36px, 10.5vw, 56px);
    line-height: .98;
  }

  .exp-home .founder-note__sig {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .exp-home .production-window {
    min-height: 76svh;
  }

  .exp-home .production-window h2 {
    font-size: clamp(54px, 15vw, 82px);
  }

  .exp-home .production-window__actions {
    flex-direction: column;
  }

  .exp-home .production-window__button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .exp-hero__intro {
    padding-top: 88px;
  }

  .exp-hero__kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .exp-hero__garment {
    width: 100%;
  }

  .exp-hero__actions {
    align-items: stretch;
    gap: 10px;
  }

  .exp-home #hero .exp-hero__actions .btn-primary,
  .exp-home #hero .exp-hero__actions .btn-secondary {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .exp-home .mrv-marquee--experience .mrv-marquee__group {
    gap: 24px;
    padding-right: 24px;
  }

  .exp-home .mrv-marquee--experience .mrv-marquee__group span {
    font-size: 12px;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .exp-hero__intro {
    min-height: max(390px, 100svh);
    padding: 76px 24px 24px;
  }

  .exp-hero__intro h1 {
    width: 55%;
    font-size: clamp(38px, 6vw, 58px);
  }

  :lang(fr) .exp-hero__intro h1 {
    width: 58%;
    font-size: clamp(34px, 5.2vw, 50px);
  }

  .exp-hero__garment {
    position: absolute;
    left: 77%;
    top: 51%;
    width: min(51vw, 480px);
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .exp-hero__lede {
    max-width: 45%;
    margin-top: auto;
    font-size: 13px;
  }

  .exp-hero__actions {
    max-width: 48%;
  }

  .exp-hero__material-panel {
    min-height: max(390px, 100svh);
    padding: 72px 24px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exp-home *,
  .exp-home *::before,
  .exp-home *::after {
    scroll-behavior: auto;
  }

  .exp-hero__garment img,
  .exp-home .mrv-marquee--experience .mrv-marquee__track {
    animation: none;
  }

  .exp-home .mrv-marquee--experience {
    overflow-x: auto;
  }

  .exp-home .mrv-marquee--experience .mrv-marquee__track {
    width: max-content;
  }

  .exp-home .mrv-marquee--experience .mrv-marquee__group:nth-child(2) {
    display: none;
  }
}

@media (forced-colors: active) {
  .exp-hero__wash,
  .exp-home .capsule-home-preview::before,
  .exp-home .founder-note::before {
    display: none;
  }

  .exp-hero__garment img {
    filter: none;
  }
}

/* ─────────────────────────────────────────────
   DIRECTION 02 · DIGITAL OPERATOR
   One cool canvas, one grotesk, one electric signal.
   ───────────────────────────────────────────── */

.exp-home {
  --font-display: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --font-label: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --exp-paper: #f1f4ef;
  --exp-paper-soft: #e5ebe3;
  --exp-ink: var(--brand-matte, #10120f);
  --exp-ink-soft: #171a15;
  --exp-accent: var(--brand-green, #9be879);
  --exp-line-dark: rgba(9, 12, 9, .16);
  --exp-line-light: rgba(246, 248, 244, .16);
  background: var(--exp-ink);
}

.exp-home > nav {
  min-height: 64px;
  padding: 15px clamp(22px, 3.2vw, 52px);
  background: rgba(16, 18, 15, .97);
  border-bottom-color: rgba(246, 248, 244, .09);
}

.exp-home .nav-wordmark,
.exp-home .nav-links a,
.exp-home .nav-lang-active,
.exp-home .nav-lang a {
  font-family: var(--font-body);
}

.exp-home .nav-wordmark {
  font-weight: 700;
}

.exp-home .nav-links {
  gap: clamp(20px, 2.4vw, 38px);
}

.exp-home .nav-cta {
  color: var(--exp-ink) !important;
  background: var(--exp-accent);
  border: 1px solid var(--exp-accent);
}

.exp-home .nav-cta:hover {
  color: var(--ink) !important;
  background: transparent !important;
}

/* Hero: meaningful occlusion, without moving layout or repainting filters. */
.exp-home #hero.exp-hero {
  background: var(--exp-paper);
}

.exp-hero__sticky {
  min-height: 100svh;
  background: var(--exp-paper);
}

.exp-hero__wash {
  background:
    radial-gradient(44% 64% at 76% 48%, rgba(255, 255, 255, .92), transparent 72%),
    radial-gradient(34% 42% at 11% 86%, rgba(155, 232, 121, .28), transparent 76%),
    linear-gradient(124deg, #dce3da 0%, #f4f6f2 52%, #d7dfd5 100%);
}

.exp-hero__wash::after {
  opacity: .25;
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(9, 12, 9, .075) 50%, transparent 50.08%),
    linear-gradient(transparent 49.92%, rgba(9, 12, 9, .06) 50%, transparent 50.08%);
  background-size: 8vw 8vw;
}

.exp-hero__intro {
  min-height: 100svh;
  padding: clamp(106px, 13vh, 140px) clamp(22px, 4.2vw, 68px) clamp(46px, 7vh, 76px);
}

.exp-hero__kicker {
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  color: rgba(9, 12, 9, .58);
}

.exp-hero__intro h1,
:lang(fr) .exp-hero__intro h1 {
  width: min(7.4em, 51vw);
  max-width: none;
  font-family: var(--font-body);
  font-size: clamp(78px, 8.25vw, 158px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.075em;
  color: var(--exp-ink);
}

:lang(fr) .exp-hero__intro h1 {
  width: min(9.4em, 59vw);
  font-size: clamp(66px, 6.6vw, 126px);
  line-height: .82;
}

.exp-hero__lede {
  max-width: 55ch;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 450;
  line-height: 1.48;
  color: rgba(9, 12, 9, .72);
}

.exp-hero__lede span:last-child {
  font-weight: 650;
  color: var(--exp-ink);
}

.exp-home #hero .exp-hero__actions .btn-primary {
  color: var(--exp-ink);
  background: var(--exp-accent);
  border-color: var(--exp-accent);
}

.exp-home #hero .exp-hero__actions .btn-primary:hover {
  color: var(--ink);
  background: var(--exp-ink);
  border-color: var(--exp-ink);
}

.exp-hero__garment {
  left: 69%;
  top: calc(50% + 30px);
  width: min(50vw, 780px, calc(100svh - 156px));
}

.exp-hero__garment::after {
  content: '';
  position: absolute;
  left: 23%;
  right: 23%;
  bottom: 7.5%;
  z-index: 0;
  height: 5.5%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(9, 12, 9, .42) 0%, rgba(9, 12, 9, .20) 44%, transparent 76%);
  filter: blur(13px);
  opacity: var(--exp-shadow-alpha, .36);
  transform: translateY(var(--exp-shadow-y, 8px)) scaleX(var(--exp-shadow-scale, 1));
  transform-origin: center;
}

.exp-hero__garment img {
  position: relative;
  z-index: 1;
  filter: none;
}

.exp-hero__material-panel {
  color: var(--ink);
  background:
    radial-gradient(62% 52% at 100% 0%, rgba(155, 232, 121, .13), transparent 72%),
    var(--exp-ink);
}

.exp-hero__material-index {
  position: relative;
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--exp-accent);
}

.exp-hero__material-index::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: min(96px, 8vw);
  height: 1px;
  background: var(--exp-accent);
  opacity: var(--line-progress, 0);
  transform: scaleX(var(--line-progress, 0));
  transform-origin: left;
}

.exp-hero__material-index span {
  padding: 0 .6em;
  color: rgba(246, 248, 244, .34);
}

.exp-hero__material h2 {
  max-width: 9.5ch;
  font-family: var(--font-body);
  font-size: clamp(54px, 5.4vw, 96px);
  font-weight: 650;
  font-style: normal;
  line-height: .88;
  letter-spacing: -.065em;
}

.exp-hero__material h2 span {
  display: block;
}

.exp-hero__material > p:not(.exp-hero__kicker) {
  max-width: 39ch;
  margin-top: 28px;
  font-size: 17px;
  color: rgba(246, 248, 244, .66);
}

.exp-hero__material > a {
  font-weight: 700;
}

.exp-hero__rail,
.exp-home .mobile-jump-nav {
  display: none !important;
}

@media (min-width: 900px) {
  .exp-home #hero.exp-hero.exp-enhanced {
    min-height: 280svh;
  }

  .exp-hero.exp-enhanced .exp-hero__sticky {
    height: 100svh;
    min-height: 0;
  }

  .exp-hero.exp-enhanced .exp-hero__intro {
    padding-bottom: clamp(46px, 7vh, 76px);
    will-change: transform, opacity;
  }

  .exp-hero.exp-enhanced .exp-hero__wash {
    will-change: transform;
  }

  .exp-hero.exp-enhanced .exp-hero__garment {
    left: 69%;
    top: calc(50% + 30px);
    width: min(50vw, 780px, calc(100svh - 156px));
    transform-origin: 50% 54%;
  }

  .exp-hero.exp-enhanced .exp-hero__garment::after {
    will-change: transform, opacity;
  }

  .exp-hero.exp-enhanced .exp-hero__garment img {
    animation: none;
  }

  .exp-hero.exp-enhanced .exp-hero__material-panel {
    inset: 0 0 0 50%;
    padding: clamp(98px, 12vh, 132px) clamp(38px, 4vw, 68px) clamp(48px, 7vh, 76px) clamp(205px, 15.25vw, 260px);
  }

  .exp-hero.exp-enhanced .exp-hero__material {
    align-self: stretch;
    max-width: 540px;
  }

  .exp-hero.exp-enhanced .exp-hero__material-index,
  .exp-hero.exp-enhanced .exp-hero__material h2 span,
  .exp-hero.exp-enhanced .exp-hero__material > p,
  .exp-hero.exp-enhanced .exp-hero__material > a {
    will-change: transform, opacity;
  }

}

/* The marquee sleeps when it is not visible. */
.exp-home .mrv-marquee--experience .mrv-marquee__track {
  animation-play-state: paused;
}

.exp-home .mrv-marquee--experience.is-observed {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .42s ease, transform .56s cubic-bezier(.22, 1, .36, 1);
}

.exp-home .mrv-marquee--experience.is-observed.is-running {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.exp-home .mrv-marquee--experience.is-running .mrv-marquee__track {
  animation-play-state: running;
}

/* Project chooser: the answer is the outcome, not a spec dashboard. */
.exp-home .capsule-home-console {
  background: var(--exp-paper);
}

.exp-home .capsule-home-preview {
  grid-template-rows: 1fr auto;
  min-height: 620px;
  color: var(--exp-ink);
  background:
    radial-gradient(70% 62% at 95% 0%, rgba(255, 255, 255, .44), transparent 72%),
    var(--exp-accent);
}

.exp-home .capsule-home-preview::before {
  right: -9%;
  bottom: -14%;
  width: min(51vw, 650px);
  opacity: .24;
  filter: grayscale(1) contrast(1.15);
  transform: rotate(-10deg);
}

.exp-home .capsule-home-preview__copy > span {
  color: rgba(9, 12, 9, .54);
}

.exp-home .capsule-home-preview__copy h3 {
  max-width: 11ch;
  font-family: var(--font-body);
  font-size: clamp(54px, 5.5vw, 92px);
  font-weight: 650;
  font-style: normal;
  line-height: .86;
  letter-spacing: -.065em;
  color: var(--exp-ink);
}

.exp-home .capsule-home-preview__copy p {
  max-width: 43ch;
  font-size: 16px;
  font-weight: 500;
  color: rgba(9, 12, 9, .68);
}

.exp-home .capsule-home-preview__spec {
  display: none;
}

.exp-home .capsule-home-preview__cta {
  color: var(--ink);
  background: var(--exp-ink);
  border-color: var(--exp-ink);
}

.exp-home .capsule-home-preview__cta:hover,
.exp-home .capsule-home-preview__cta:focus-visible {
  color: var(--exp-ink);
  border-color: var(--exp-ink);
}

.exp-home #products .section-title,
.exp-home #products .product-name,
.exp-home .production-window h2,
.exp-home #contact .section-title {
  font-family: var(--font-body);
  font-style: normal;
}

/* Founder story: one thought per viewport. */
.exp-home .founder-story {
  position: relative;
  min-height: auto;
  padding: 0;
  overflow: visible;
  color: var(--ink);
  background:
    radial-gradient(70% 58% at 0% 100%, rgba(155, 232, 121, .12), transparent 72%),
    var(--exp-ink);
  border-top: 1px solid var(--exp-line-light);
  border-bottom: 1px solid var(--exp-line-light);
}

.exp-home .founder-story::before {
  display: none;
}

.exp-home .founder-story__sticky {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding: clamp(92px, 11vh, 120px) clamp(24px, 6vw, 104px) clamp(34px, 5vh, 58px);
}

.exp-home .founder-story__topline,
.exp-home .founder-story__footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.exp-home .founder-note__kicker {
  margin: 0;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--exp-accent);
}

.exp-home .founder-story__count {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .14em;
  color: rgba(246, 248, 244, .42);
}

.exp-home .founder-story__count b {
  color: var(--ink);
}

.exp-home .founder-story__stage {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
}

.exp-home .founder-story__beat h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(58px, 6.6vw, 124px);
  font-weight: 620;
  line-height: .84;
  letter-spacing: -.07em;
  color: var(--ink);
}

.exp-home .founder-story__beat p {
  max-width: 48ch;
  margin: 28px 0 0;
  font-family: var(--font-body);
  font-style: normal;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 430;
  line-height: 1.46;
  letter-spacing: -.01em;
  color: rgba(246, 248, 244, .61);
}

.exp-home #products .product-photo--sheet-tee {
  padding: clamp(30px, 4vw, 72px);
  transform: scale(1.03);
}

.exp-home #products .product-card:hover .product-photo--sheet-tee {
  transform: scale(1.075);
}

.exp-home .founder-story__footer {
  align-items: flex-end;
}

.exp-home .founder-story__progress {
  width: min(62vw, 840px);
  height: 2px;
  overflow: hidden;
  background: rgba(246, 248, 244, .14);
}

.exp-home .founder-story__progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--exp-accent);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.exp-home .founder-note__sig {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
}

.exp-home .founder-note__sig strong,
.exp-home .founder-note__sig span {
  font-size: 11px;
  line-height: 1.45;
}

.exp-home .founder-note__sig span {
  color: rgba(246, 248, 244, .45);
}

@media (min-width: 900px) {
  .exp-home .founder-story.story-enhanced {
    min-height: 420svh;
  }

  .exp-home .founder-story.story-enhanced .founder-story__sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 0;
  }

  .exp-home .founder-story.story-enhanced .founder-story__beat {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 28px, 0);
    transition: none;
    will-change: transform, opacity;
  }

  .exp-home .founder-story.story-enhanced .founder-story__beat.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: none;
  }
}

@media (max-width: 899px) {
  .exp-home > nav {
    min-height: 62px;
    padding: 13px 18px;
  }

  .exp-hero__sticky {
    position: relative;
    min-height: 0;
    overflow: hidden;
  }

  .exp-hero__intro {
    position: relative;
    z-index: 4;
    min-height: 100svh;
    padding: 92px 18px 26px;
  }

  .exp-hero__intro h1,
  :lang(fr) .exp-hero__intro h1 {
    width: 100%;
    max-width: 9ch;
    font-size: clamp(56px, 17vw, 80px);
    line-height: .79;
    letter-spacing: -.075em;
  }

  :lang(fr) .exp-hero__intro h1 {
    max-width: 10.5ch;
    font-size: clamp(49px, 13.8vw, 70px);
    line-height: .83;
  }

  .exp-hero__lede {
    max-width: 34ch;
    margin-top: auto;
    padding: 14px 0 0;
    font-size: 14px;
    line-height: 1.38;
    text-shadow: 0 1px 18px rgba(241, 244, 239, .95);
  }

  .exp-hero__lede span:last-child {
    display: block;
    margin-top: 6px;
  }

  .exp-hero__actions {
    gap: 8px;
    margin-top: 18px;
  }

  .exp-home #hero .exp-hero__actions .btn-primary,
  .exp-home #hero .exp-hero__actions .btn-secondary {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 9px;
  }

  .exp-hero__garment {
    position: absolute;
    left: 69%;
    top: 52svh;
    z-index: 2;
    width: min(106vw, 560px);
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .exp-hero__garment::after {
    filter: blur(16px);
  }

  .exp-hero__material-panel {
    position: relative;
    z-index: 5;
    min-height: 82svh;
    padding: 86px 18px 42px;
  }

  .exp-hero__material-index {
    font-size: 10px;
  }

  .exp-hero__material {
    max-width: none;
  }

  .exp-hero__material h2 {
    max-width: 10ch;
    font-size: clamp(50px, 14.5vw, 74px);
    line-height: .87;
  }

  .exp-hero__material > p:not(.exp-hero__kicker) {
    max-width: 35ch;
    font-size: 15px;
  }

  .exp-home .capsule-home-console,
  .exp-home #products,
  .exp-home .production-window {
    padding-left: 18px;
    padding-right: 18px;
  }

  .exp-home .capsule-home-console {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .exp-home .capsule-home-console .capsule-routes__title,
  .exp-home #products .section-title {
    font-size: clamp(50px, 14vw, 72px);
  }

  .exp-home .capsule-home-choice {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 128px;
    padding: 20px 12px;
  }

  .exp-home .capsule-home-choice__icon {
    width: 42px;
    height: 42px;
  }

  .exp-home .capsule-home-choice__icon svg {
    width: 25px;
    height: 25px;
  }

  .exp-home .capsule-home-preview {
    min-height: 520px;
    padding: 28px 20px;
  }

  .exp-home .capsule-home-preview::before {
    right: -24%;
    width: 124vw;
  }

  .exp-home .capsule-home-preview__copy h3 {
    font-size: clamp(48px, 13vw, 67px);
  }

  .exp-home #products .product-spec {
    display: none;
  }

  .exp-home .founder-story__sticky {
    display: block;
    min-height: 0;
    padding: 82px 18px 32px;
  }

  .exp-home .founder-story__topline {
    padding-bottom: 54px;
  }

  .exp-home .founder-story__count {
    display: none;
  }

  .exp-home .founder-story__beat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72svh;
    padding: 70px 0 46px;
    border-top: 1px solid rgba(246, 248, 244, .14);
  }

  .exp-home .founder-story__beat h2 {
    max-width: 11ch;
    font-size: clamp(46px, 12.8vw, 68px);
    line-height: .87;
  }

  .exp-home .founder-story__beat p {
    max-width: 34ch;
    margin-top: 24px;
    font-size: 16px;
  }

  .exp-home .founder-story__footer {
    display: block;
    padding-top: 30px;
    border-top: 1px solid rgba(246, 248, 244, .14);
  }

  .exp-home .founder-story__progress {
    display: none;
  }

  .exp-home .founder-note__sig {
    align-items: flex-start;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .exp-hero__intro {
    min-height: max(430px, 100svh);
    padding: 78px 22px 24px;
  }

  .exp-hero__intro h1,
  :lang(fr) .exp-hero__intro h1 {
    width: 56%;
    font-size: clamp(44px, 7.2vw, 66px);
  }

  .exp-hero__garment {
    left: 76%;
    top: 54%;
    width: min(56vw, 500px);
  }

  .exp-hero__lede,
  .exp-hero__actions {
    max-width: 47%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exp-home .founder-story__beat,
  .exp-home .founder-story__progress i {
    transition: none;
  }
}

/* 2026-07-15: fashion typography and native founder swatch stack. */
.exp-home .exp-hero__intro h1,
.exp-home .exp-hero__material h2,
.exp-home .capsule-home-console .capsule-routes__title,
.exp-home .capsule-home-preview__copy h3,
.exp-home #products .section-title,
.exp-home #products .product-name,
.exp-home .production-window h2 {
  font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
  letter-spacing: -.055em;
}

.exp-home .founder-story {
  min-height: 0;
  padding: 0;
  overflow: visible;
  color: var(--brand-paper, #f4f5f0);
  background: var(--brand-ink, #10120f);
  border: 0;
}

.exp-home .founder-story__stack {
  position: relative;
  width: 100%;
}

.exp-home .founder-story__beat {
  position: sticky;
  top: 72px;
  display: grid;
  align-content: center;
  min-height: calc(100svh - 72px);
  padding: clamp(72px, 10vh, 124px) clamp(24px, 7vw, 116px);
  opacity: 1;
  visibility: visible;
  transform: none;
  border: 0;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .14), 0 -22px 52px rgba(11, 12, 11, .10);
  isolation: isolate;
}

.exp-home .founder-story__beat::before {
  content: none;
}

.exp-home .founder-story__beat:nth-child(1) {
  z-index: 1;
  color: var(--brand-paper, #f4f5f0);
  background: var(--brand-ink, #10120f);
}

.exp-home .founder-story__beat:nth-child(2) {
  z-index: 2;
  color: var(--brand-ink, #10120f);
  background: var(--brand-fuchsia, #ff3d9a);
}

.exp-home .founder-story__beat:nth-child(3) {
  z-index: 3;
  color: var(--brand-paper-bright, #fbfcf8);
  background: var(--brand-cobalt, #5865ff);
}

.exp-home .founder-story__beat:nth-child(4) {
  z-index: 4;
  color: var(--brand-ink, #10120f);
  background: var(--brand-green, #9be879);
}

.exp-home .founder-story__beat h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
  font-size: clamp(52px, 6.5vw, 118px);
  font-weight: 650;
  line-height: .89;
  letter-spacing: -.06em;
  color: currentColor;
}

.exp-home .founder-story__beat p {
  max-width: 48ch;
  margin: 30px 0 0;
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 520;
  line-height: 1.5;
  letter-spacing: -.015em;
  color: currentColor;
  opacity: .76;
}

.exp-home .founder-note__sig {
  align-items: flex-start;
  gap: 2px;
  margin-top: clamp(48px, 8vh, 90px);
  color: currentColor;
}

.exp-home .founder-note__sig strong,
.exp-home .founder-note__sig span {
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
  color: currentColor;
}

.exp-home .founder-note__sig span {
  opacity: .62;
}

@media (max-width: 899px) {
  .exp-hero__garment::after {
    filter: blur(12px);
  }

  .exp-home .founder-story__beat {
    top: 61px;
    min-height: calc(100svh - 61px);
    padding: 72px 18px 46px;
  }

  .exp-home .founder-story__beat h2 {
    max-width: 12ch;
    font-size: clamp(44px, 12.3vw, 66px);
    line-height: .92;
    letter-spacing: -.055em;
  }

  .exp-home .founder-story__beat p {
    max-width: 34ch;
    margin-top: 24px;
    font-size: 16px;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .exp-home .founder-story__beat {
    min-height: max(420px, calc(100svh - 61px));
    padding: 58px 7vw 38px;
  }

  .exp-home .founder-story__beat h2 {
    max-width: 16ch;
    font-size: clamp(38px, 6.7vw, 58px);
  }

  .exp-home .founder-story__beat p {
    max-width: 55ch;
    margin-top: 18px;
  }
}

/* Project chooser: meaningful names, changing garments, no utility-label voice. */
.exp-home .capsule-home-choice__meta,
.exp-home .capsule-home-preview__copy > span,
.exp-home #products .product-spec {
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.exp-home .capsule-home-choice__meta,
.exp-home .capsule-home-preview__copy > span {
  font-size: 14px;
}

.exp-home #products .product-spec {
  font-size: 13px;
  color: rgba(244, 245, 240, .62);
}

.exp-home [data-active-capsule="association"] .capsule-home-preview::before {
  background-image: url("images/product-clean/hoodie-taupe-front.webp");
}

.exp-home [data-active-capsule="graduation"] .capsule-home-preview::before {
  background-image: url("images/product-clean/tee-ivory-front.webp");
  transform: rotate(7deg);
}

.exp-home [data-active-capsule="startup"] .capsule-home-preview::before {
  background-image: url("images/product-clean/hoodie-olive-back.webp");
  transform: rotate(-5deg);
}

/* Calls to action stay conversational instead of reading like utility tags. */
.exp-home .btn-primary,
.exp-home .btn-secondary,
.exp-home .exp-hero__material a,
.exp-home .capsule-home-preview__cta,
.exp-home .production-window__button,
.exp-home .home-product-footer a {
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
