@charset "UTF-8";

/* ========================================================================== */
/* V14 - brand story, sans system                                              */
/* ========================================================================== */

.editorial-hero {
  grid-template-columns: minmax(500px, .9fr) minmax(0, 1.1fr);
  min-height: min(840px, calc(100svh - 86px));
  background: var(--brand-050);
}

.editorial-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(48px, 5.2vw, 88px) clamp(38px, 5vw, 84px) clamp(34px, 4vw, 60px);
}

.hero-chapter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--brand-200);
}

.hero-chapter .brand-eyebrow { margin: 0; }

.hero-chapter > span {
  flex: 0 0 auto;
  color: var(--brand-500);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.editorial-hero-copy h1 {
  max-width: 10ch;
  margin-block: clamp(52px, 8vh, 94px) 26px;
  font-size: clamp(68px, 6.15vw, 108px);
  line-height: .84;
  letter-spacing: -.06em;
}

.editorial-hero-lede {
  max-width: 39ch;
  color: var(--brand-700);
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.5;
}

.editorial-hero-actions { margin-top: 34px; }

.editorial-hero-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(44px, 7vh, 82px);
  padding-top: 14px;
  border-top: 1px solid var(--brand-200);
}

.editorial-hero-note span {
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.editorial-hero-media { background: #111312; }
.editorial-hero-media > img { animation: none; transform: none; object-position: 50% 48%; }
.editorial-hero-media figcaption { min-width: min(280px, calc(100% - 44px)); }
.editorial-hero-media figcaption strong { letter-spacing: .05em; }

.brand-manifesto {
  color: var(--paper);
  background: var(--brand-900);
}

.brand-manifesto::before {
  right: 4%;
  bottom: -13%;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  content: "01";
  color: rgba(247, 243, 236, .055);
  font-family: var(--sans);
  font-size: clamp(230px, 27vw, 460px);
  font-style: normal;
  line-height: .72;
}

.manifesto-heading { border-bottom-color: rgba(247, 243, 236, .2); }
.brand-manifesto .brand-eyebrow,
.manifesto-heading > span { color: var(--brand-200); }

.brand-manifesto h2 {
  max-width: 9ch;
  color: var(--paper);
  font-size: clamp(62px, 7vw, 108px);
  line-height: .83;
}

.brand-manifesto-copy { color: var(--brand-200); }
.brand-manifesto-copy p:first-child { color: var(--paper); }

.in-use {
  border: 1px solid var(--brand-200);
  border-radius: 24px 88px 24px 24px;
}

.in-use > .rail-heading--black {
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 12px 28px;
}

.in-use > .rail-heading--black h2 { justify-self: start; }
.in-use > .rail-heading--black > span:last-child { white-space: nowrap; text-align: right; }

.in-use-main img { object-position: 50% 48%; }

.in-use-story {
  justify-content: flex-start;
  padding: clamp(48px, 6vw, 88px);
  background: var(--paper);
}

.story-kicker {
  margin: 0 0 auto;
  color: var(--brand-500);
  font-size: 10px !important;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.in-use-story h2 {
  max-width: 8ch;
  margin: clamp(70px, 10vh, 126px) 0 24px;
  font-size: clamp(56px, 5.7vw, 88px);
  line-height: .84;
  text-transform: none;
}

.in-use-story > p:not(.story-kicker) {
  margin: 0 0 34px;
  color: var(--brand-700);
  font-size: 16px;
  line-height: 1.52;
}

.arrival-sequence {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 34px;
  padding: 0;
  border-block: 1px solid var(--brand-200);
  list-style: none;
}

.arrival-sequence li {
  min-width: 0;
  display: grid;
  gap: 18px;
  padding: 15px 12px 16px;
  border-right: 1px solid var(--brand-200);
}

.arrival-sequence li:last-child { border-right: 0; }
.arrival-sequence span { color: var(--brand-500); font-size: 9px; letter-spacing: .08em; }
.arrival-sequence strong { font-family: var(--sans); font-size: clamp(17px, 1.6vw, 24px); font-weight: 700; }

.brand-letter {
  border: 1px solid var(--brand-200);
  background: var(--paper);
}

.brand-letter-copy { background: var(--brand-050); }
.brand-letter-copy h2 { max-width: 8.4ch; text-transform: none; }
.brand-letter-copy > p:not(.brand-eyebrow) { color: var(--brand-700); }

.brand-principles {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.brand-principles article {
  position: relative;
  min-height: 300px;
  padding: 30px;
  background: transparent;
}

.brand-principles article::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--brand-500);
  border-radius: 50%;
  content: "";
}

.brand-principles strong { color: var(--brand-500); font-family: var(--sans); font-style: normal; letter-spacing: .08em; }
.brand-principles h2 { max-width: 8.8ch; font-size: clamp(32px, 3.2vw, 48px); line-height: .92; text-transform: none; }
.brand-principles p { max-width: 30ch; padding-right: 28px; color: var(--brand-700); line-height: 1.45; }

.values > div > p:last-child { max-width: 30ch; }

.editorial-hero-copy h1,
.section-bar strong,
.home-product-rail .rail-heading h2,
.home-product-rail .rail-heading h2 a,
.three-set-copy h2,
.occasion-showcase-head h2,
.occasion-slide-copy h3,
.brand-manifesto h2,
.in-use-story h2,
.compare-head h2,
.compare-grid article h3,
.brand-letter-copy h2,
.brand-principles h2,
.values h2,
.values li,
.faq-title h2,
.faq-list summary,
.faq--enhanced .faq-question strong {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0;
}

.editorial-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(54px, 5.2vw, 82px);
  line-height: .94;
}

.brand-manifesto h2,
.in-use-story h2,
.brand-letter-copy h2,
.values h2 {
  line-height: .96;
}

.three-set-copy h2,
.occasion-showcase-head h2 {
  line-height: .92;
}

.brand-principles h2,
.faq-list summary {
  line-height: 1.02;
}

@media (hover: hover) and (pointer: fine) {
  .brand-letter .text-link:hover,
  .editorial-hero-link:hover { letter-spacing: .035em; }
}

@media (max-width: 1100px) {
  .editorial-hero { grid-template-columns: minmax(430px, .92fr) minmax(0, 1.08fr); }
  .editorial-hero-copy h1 { font-size: clamp(64px, 6.8vw, 86px); }
  .brand-manifesto h2 { max-width: 10ch; }
  .in-use-story { padding: 48px; }
  .in-use-story h2 { margin-top: 64px; }
}

@media (max-width: 800px) {
  .editorial-hero { grid-template-columns: 1fr; min-height: auto; }
  .editorial-hero-copy { min-height: 590px; padding: 38px 24px 28px; }
  .editorial-hero-copy h1 { max-width: 9ch; margin-block: 58px 24px; font-size: clamp(62px, 16vw, 88px); }
  .editorial-hero-note { align-items: flex-start; flex-direction: column; margin-top: 54px; }
  .editorial-hero-media { min-height: 78svh; }
  .brand-manifesto { padding: 48px 28px 58px; }
  .brand-manifesto::before { right: -3%; bottom: -3%; font-size: 250px; }
  .brand-manifesto h2 { font-size: clamp(58px, 15vw, 86px); }
  .brand-manifesto-copy { max-width: none; margin: 0; padding-top: 36px; }
  .in-use-story { min-height: 600px; padding: 42px 28px; }
  .in-use-story h2 { margin-top: 72px; font-size: clamp(58px, 14vw, 82px); }
  .arrival-sequence { margin-top: 4px; }
  .brand-letter-copy { padding: 48px 28px 56px; }
  .brand-principles article { min-height: 250px; }
}

@media (max-width: 520px) {
  .hero-chapter { align-items: flex-start; }
  .hero-chapter > span { max-width: 92px; text-align: right; }
  .editorial-hero-lede { font-size: 16px; }
  .editorial-hero-media { min-height: 68svh; }
  .editorial-hero-media figcaption { min-width: 0; }
  .in-use > .rail-heading--black { grid-template-columns: 28px minmax(0, 1fr); gap: 14px; padding-inline: 18px; }
  .in-use > .rail-heading--black > span:last-child { display: none; }
  .arrival-sequence li { gap: 12px; padding-inline: 8px; }
  .arrival-sequence strong { font-size: 17px; }
  .brand-principles article::after { right: 24px; bottom: 24px; }
}

/* V16 hero balance pass: make the scene support the message instead of
   dominating the first viewport. */
.editorial-hero {
  width: min(1540px, calc(100% - 40px));
  grid-template-columns: minmax(560px, 1.15fr) minmax(420px, .85fr);
  min-height: 0;
  margin: 16px auto 60px;
}

.editorial-hero-copy {
  min-height: 0;
  justify-content: center;
  gap: clamp(24px, 4vh, 42px);
  padding: clamp(42px, 4vw, 64px) clamp(52px, 5vw, 88px);
}

.editorial-hero-copy > div,
.editorial-hero-note {
  width: 100%;
  max-width: 640px;
}

.editorial-hero-copy h1 {
  max-width: 13ch;
  margin-block: clamp(30px, 4vh, 46px) 20px;
  font-size: clamp(50px, 4.25vw, 72px);
  line-height: .98;
}

.editorial-hero-lede {
  max-width: 44ch;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.52;
}

.editorial-hero-actions { margin-top: 30px; }
.editorial-hero-note { margin-top: 0; }

.editorial-hero-media {
  min-height: 0;
  height: clamp(520px, 62svh, 620px);
  align-self: center;
  margin: 24px 24px 24px 0;
  border-radius: 22px;
}

.editorial-hero-media > img {
  animation: none;
  transform: none;
  object-position: 47% 50%;
}

.editorial-hero:hover .editorial-hero-media > img { transform: none; }

.editorial-hero + .section-bar {
  margin-top: clamp(48px, 5vw, 72px);
}

@media (max-width: 1100px) {
  .editorial-hero {
    width: calc(100% - 24px);
    grid-template-columns: minmax(430px, 1.05fr) minmax(340px, .95fr);
    min-height: clamp(560px, 68svh, 660px);
  }

  .editorial-hero-copy {
    padding: 42px 46px;
  }

  .editorial-hero-copy h1 {
    font-size: clamp(50px, 5.6vw, 66px);
  }

  .editorial-hero-media {
    margin: 22px 22px 22px 0;
  }
}

@media (max-width: 800px) {
  .editorial-hero {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    min-height: auto;
    margin: 10px auto 54px;
  }

  .editorial-hero-copy {
    min-height: auto;
    gap: 28px;
    padding: 34px 24px 30px;
  }

  .editorial-hero-copy h1 {
    max-width: 12.5ch;
    margin-block: 42px 20px;
    font-size: clamp(46px, 10vw, 62px);
  }

  .editorial-hero-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .editorial-hero-media {
    height: clamp(320px, 54svh, 460px);
    min-height: 0;
    margin: 0 16px 16px;
    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .editorial-hero-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(42px, 12vw, 52px);
  }

  .editorial-hero-media {
    height: clamp(300px, 50svh, 420px);
    min-height: 0;
    margin-inline: 12px;
  }
}

/* V16 immersive hero: full-viewport scene with flowing type. */
.editorial-hero {
  position: relative;
  width: 100%;
  min-height: max(680px, calc(100svh - var(--notice-h) - var(--header-h)));
  margin: 0 auto clamp(72px, 8vw, 112px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: #0d100f;
  border: 0;
  border-radius: 0;
}

.editorial-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6,10,8,.9) 0%, rgba(7,11,9,.74) 34%, rgba(7,11,9,.16) 58%, transparent 78%),
    linear-gradient(180deg, rgba(6,10,8,.1) 0%, transparent 50%, rgba(6,10,8,.18) 100%);
}

.editorial-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0d100f;
  border-radius: 0;
}

.editorial-hero-media picture,
.editorial-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.editorial-hero-media img {
  object-fit: cover;
  object-position: 56% 52%;
  transform: scale(1.02) translate3d(0, 0, 0);
  transform-origin: 56% 52%;
  animation: heroSceneDrift 18s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  will-change: transform;
}

.editorial-hero:hover .editorial-hero-media img { transform: scale(1.02) translate3d(0, 0, 0); }

.editorial-hero-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 64%, rgba(5,8,7,.12));
}

.editorial-hero-copy {
  position: relative;
  z-index: 2;
  width: min(920px, 68vw);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(28px, 5vh, 52px);
  padding: clamp(66px, 8vw, 124px) clamp(24px, 7vw, 118px);
  color: var(--paper);
  text-shadow: 0 18px 46px rgba(0,0,0,.38);
}

.editorial-hero-copy > div,
.editorial-hero-note {
  width: 100%;
  max-width: 720px;
}

.editorial-hero .hero-chapter {
  border-bottom-color: rgba(247,243,236,.28);
}

.editorial-hero .brand-eyebrow,
.editorial-hero .hero-chapter > span,
.editorial-hero-note span {
  color: rgba(247,243,236,.82);
}

.editorial-hero-copy h1 {
  width: min(760px, 100%);
  max-width: none;
  margin-block: clamp(42px, 6vh, 74px) 26px;
  color: var(--paper);
  font-size: clamp(56px, 6.2vw, 92px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .93;
}

.editorial-hero-copy h1 .hero-flow-line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: .06em;
}

.editorial-hero-copy h1 .hero-flow-word {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 112%, 0) skewY(4deg);
  transform-origin: left bottom;
  animation: heroWordFlow 900ms cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: calc(180ms + var(--i) * 78ms);
  will-change: transform, opacity, filter;
}

.editorial-hero-lede {
  max-width: 42ch;
  color: rgba(247,243,236,.86);
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.5;
  animation: heroCopyFade 720ms cubic-bezier(.16, 1, .3, 1) 780ms both;
}

.editorial-hero-actions {
  margin-top: 34px;
  animation: heroCopyFade 720ms cubic-bezier(.16, 1, .3, 1) 920ms both;
}

.editorial-hero .button--black {
  color: var(--brand-900);
  background: var(--paper);
  box-shadow: 0 18px 52px rgba(0,0,0,.22);
}

.editorial-hero .editorial-hero-link {
  color: var(--paper);
  border-bottom-color: rgba(247,243,236,.7);
}

.editorial-hero-note {
  margin-top: 0;
  padding-top: 16px;
  border-top-color: rgba(247,243,236,.24);
  animation: heroCopyFade 720ms cubic-bezier(.16, 1, .3, 1) 1050ms both;
}

.editorial-hero-media figcaption {
  right: clamp(20px, 3vw, 44px);
  bottom: clamp(20px, 3vw, 44px);
  left: auto;
  max-width: min(330px, calc(100% - 40px));
  border: 1px solid rgba(247,243,236,.28);
  background: rgba(9,13,11,.56);
  color: var(--paper);
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
  backdrop-filter: blur(18px) saturate(125%);
}

.editorial-hero + .section-bar {
  margin-top: 0;
}

@keyframes heroWordFlow {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
}

@keyframes heroCopyFade {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroSceneDrift {
  from { transform: scale(1.02) translate3d(-.7%, .4%, 0); }
  to { transform: scale(1.075) translate3d(.8%, -.5%, 0); }
}

@media (max-width: 900px) {
  .editorial-hero {
    min-height: max(700px, calc(100svh - var(--notice-h) - var(--header-h)));
  }

  .editorial-hero::after {
    background:
      linear-gradient(180deg, rgba(6,10,8,.9) 0%, rgba(6,10,8,.66) 43%, rgba(6,10,8,.18) 74%, rgba(6,10,8,.62) 100%),
      linear-gradient(90deg, rgba(6,10,8,.62), rgba(6,10,8,.18));
  }

  .editorial-hero-copy {
    width: 100%;
    min-height: auto;
    padding: 44px 24px 38px;
  }

  .editorial-hero-copy h1 {
    width: 100%;
    max-width: none;
    margin-block: 48px 22px;
    font-size: clamp(50px, 10vw, 76px);
    line-height: .95;
  }

  .editorial-hero-media img {
    object-position: 58% 48%;
  }

  .editorial-hero-media figcaption {
    display: none;
  }
}

@media (max-width: 520px) {
  .editorial-hero {
    min-height: max(720px, calc(100svh - var(--notice-h) - var(--header-h)));
  }

  .editorial-hero-copy {
    gap: 24px;
    padding: 38px 22px 34px;
  }

  .editorial-hero-copy h1 {
    font-size: clamp(42px, 11.2vw, 52px);
  }

  .editorial-hero-lede {
    max-width: 31ch;
    font-size: 16px;
  }

  .editorial-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-hero-media img {
    animation: none !important;
    transform: none !important;
  }

  .hero-flow-word,
  .editorial-hero-lede,
  .editorial-hero-actions,
  .editorial-hero-note {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
  }
}
