@layer reset, base, chrome, home, overlays, responsive, motion, polish;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { overflow-x: clip; scroll-behavior: smooth; }
  body, h1, h2, h3, p, figure, dl, dd, ol, ul { margin: 0; }
  ol, ul { padding: 0; list-style: none; }
  img { display: block; max-width: 100%; height: auto; }
  button, input, select { font: inherit; }
  button, a { -webkit-tap-highlight-color: transparent; }
  a { color: inherit; text-decoration: none; }
  summary { list-style: none; }
  summary::-webkit-details-marker { display: none; }
  [hidden] { display: none !important; }
}

/* V7.2 — campagne lumineuse, centrée sur le visage et le produit. */
@layer polish {
  :root {
    --ink: #2a211f;
    --paper: #fbf7f2;
    --white: #fffdfa;
    --line: rgba(42, 33, 31, .14);
    --muted: #786b68;
    --raspberry: #b8295b;
    --green: #b8295b;
  }

  body { background: var(--paper); }
  .announcement,
  .header { background: rgba(255, 253, 250, .97); }
  .cart-button__count { color: #fffdfa; background: #7c2946; }
  .skip-link { color: #fffdfa; background: #7c2946; }

  .campaign--editorial {
    position: relative;
    display: block;
    height: calc(100svh - 120px);
    min-height: 620px;
    isolation: isolate;
    overflow: hidden;
    background: #f7eee7;
  }

  .campaign--editorial::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255, 251, 247, .9) 0%, rgba(255, 251, 247, .55) 23%, rgba(255, 251, 247, .14) 42%, rgba(255, 251, 247, 0) 58%),
      linear-gradient(0deg, rgba(251, 247, 242, .34), transparent 32%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 54%, transparent 82%);
    mask-image: linear-gradient(180deg, #000 0%, #000 54%, transparent 82%);
    content: "";
    pointer-events: none;
  }

  .campaign__copy {
    position: relative;
    z-index: 3;
    display: block;
    width: min(58vw, 880px);
    height: 100%;
    align-content: start;
    padding: clamp(82px, 12svh, 126px) var(--pad) 42px;
  }

  .campaign__eyebrow { margin-bottom: 22px; color: #604f4b; }

  .campaign h1 {
    width: max-content;
    max-width: none;
    font-size: clamp(4.5rem, 6vw, 7rem);
    line-height: .86;
    white-space: nowrap;
  }

  .campaign h1 em { color: var(--raspberry); }

  .campaign__copy > p:not(.campaign__eyebrow) {
    max-width: 48ch;
    margin-top: 26px;
    color: #604f4b;
    font-size: clamp(.88rem, .35vw + .76rem, 1.02rem);
  }

  .campaign__offer {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 22px;
    align-items: center;
    margin-top: 30px;
  }

  .campaign__offer > span { min-width: 136px; }
  .campaign__offer strong {
    color: #39272d;
    font-family: var(--serif);
    font-size: clamp(2.7rem, 3.05vw, 3.45rem);
    font-weight: 400;
    font-variant-numeric: tabular-nums lining-nums;
  }

  .campaign__offer a,
  .decision__closing > a,
  .button--primary {
    min-width: 224px;
    border-color: var(--raspberry);
    color: #fffdfa;
    background: var(--raspberry);
  }

  .campaign__offer a:hover,
  .decision__closing > a:hover,
  .button--primary:hover { color: #8d1f49; background: #fffdfa; }

  .campaign__media { position: absolute; z-index: 0; inset: 0; background: #f3e7de; }
  .campaign__media::before,
  .campaign__media::after { display: none; }
  .campaign__media .campaign__model {
    position: absolute;
    inset: 0 0 0 auto;
    width: 58%;
    height: 100%;
    object-fit: cover;
    object-position: 54% 44%;
    filter: saturate(.94) contrast(.97) brightness(1.04);
  }
  .campaign__media .campaign__product {
    position: absolute;
    z-index: 2;
    right: 41%;
    bottom: 0;
    width: clamp(250px, 24vw, 400px);
    height: 58%;
    object-fit: cover;
    object-position: center 39%;
    clip-path: inset(0 0 30% 0);
    filter: saturate(.98) contrast(.99) brightness(1.015);
  }
  .campaign__media figcaption { display: none; }

  .flavour-showcase { background: #fffdfa; }
  .flavour-showcase__header h2 em { color: #b8295b; }
  .flavour-showcase__card { background: #fbf7f2; }

  .ritual-proof {
    border-color: rgba(169, 30, 76, .16);
    background: #f8ecec;
  }
  .ritual-proof__heading .section-kicker,
  .ritual-proof__heading h2,
  .ritual-proof__steps span,
  .ritual-proof__steps p,
  .ritual-proof__facts dt,
  .ritual-proof__facts dd { color: #6d3446; }
  .ritual-proof__steps,
  .ritual-proof__steps li,
  .ritual-proof__facts > div { border-color: rgba(109, 52, 70, .2); }
  .ritual-proof__steps::before { background: #c13c68; }

  .decision { background: #fffdfa; }
  .decision__closing {
    color: #39272d;
    background: #f1dedf;
  }
  .decision__closing p span,
  .decision__closing p small { color: #786267; }
  .decision__closing > a { border-color: var(--raspberry); color: #fffdfa; background: var(--raspberry); }
  .decision__closing > a:hover { color: #8d1f49; background: #fffdfa; }

  .footer {
    min-height: 280px;
    color: #39272d;
    background: #f4e9e3;
  }
  .footer .brand { filter: none; }
  .footer__brand > p { color: #745a58; }
  .footer__links strong,
  .footer__status { color: #826f6a; }
  .footer__status { border-color: rgba(42, 33, 31, .14); }

  .cart-scrim { background: rgba(58, 42, 40, .28); }

  @media (max-width: 1100px) and (min-width: 861px) {
    .campaign__copy { width: 63vw; padding-top: clamp(72px, 10svh, 96px); }
    .campaign h1 { font-size: clamp(4rem, 6vw, 5.2rem); }
    .campaign__copy > p:not(.campaign__eyebrow) { max-width: 40ch; }
    .campaign__media .campaign__model { width: 62%; }
    .campaign__media .campaign__product { right: 37%; width: clamp(230px, 28vw, 310px); }
  }

  @media (max-width: 860px) {
    .campaign--editorial {
      display: grid;
      height: auto;
      min-height: 0;
      grid-template-rows: minmax(430px, 58svh) auto;
    }
    .campaign--editorial::after {
      background: linear-gradient(0deg, rgba(251, 247, 242, .3), transparent 42%);
      -webkit-mask-image: none;
      mask-image: none;
    }
    .campaign__media {
      position: relative;
      width: 100%;
      height: 100%;
      aspect-ratio: auto;
      grid-row: 1;
    }
    .campaign__media .campaign__model {
      right: 0;
      left: auto;
      width: 72%;
      object-position: 54% 42%;
    }
    .campaign__media .campaign__product {
      right: auto;
      bottom: -7%;
      left: 3%;
      width: min(38vw, 260px);
      height: 72%;
      object-position: center 39%;
      clip-path: inset(0 0 34% 0);
    }
    .campaign__copy {
      width: 100%;
      height: auto;
      grid-row: 2;
      padding: 38px 22px 40px;
      background: #fffaf6;
    }
    .campaign h1 { font-size: clamp(3.4rem, 8vw, 4.8rem); }
    .campaign__copy > p:not(.campaign__eyebrow) { max-width: 54ch; }
    .campaign__offer { margin-top: 24px; }
  }

  @media (max-width: 560px) {
    .campaign--editorial { grid-template-rows: 46svh auto; }
    .campaign__copy { padding: 27px 18px 30px; }
    .campaign__eyebrow { margin-bottom: 13px; }
    .campaign h1 {
      width: max-content;
      font-size: clamp(2.72rem, 11vw, 3.35rem);
      white-space: nowrap;
    }
    .campaign h1 em { display: inline; }
    .campaign__copy > p:not(.campaign__eyebrow) { margin-top: 15px; font-size: .78rem; }
    .campaign__offer { width: 100%; gap: 12px; margin-top: 20px; }
    .campaign__offer > span { min-width: 112px; }
    .campaign__offer strong { font-size: clamp(2.2rem, 10vw, 2.75rem); }
    .campaign__offer a { min-width: 0; min-height: 56px; flex: 1; padding-inline: 15px; }
    .campaign__media .campaign__model { width: 78%; object-position: 55% 43%; }
    .campaign__media .campaign__product { left: -2%; width: 42vw; }

    .ritual-proof__steps li,
    .ritual-proof__facts > div { border-color: rgba(109, 52, 70, .2); }
  }

  @media (max-width: 370px) {
    body { width: 100%; min-width: 0; }
    .campaign h1 { font-size: 2.48rem; }
    .campaign__offer { display: grid; width: 100%; grid-template-columns: 1fr; gap: 14px; align-items: stretch; }
    .campaign__offer > span { min-width: 0; }
    .campaign__offer strong { font-size: 2.05rem; }
    .campaign__offer a { width: 100%; min-width: 0; padding-inline: 16px; font-size: .7rem; }
  }

  @media (max-width: 340px) and (max-height: 760px) {
    .campaign--editorial { grid-template-rows: 44svh auto; }
    .campaign__copy { padding-block: 23px 24px; }
    .campaign__eyebrow { margin-bottom: 10px; }
    .campaign__copy > p:not(.campaign__eyebrow) { margin-top: 12px; }
    .campaign__offer { gap: 10px; margin-top: 14px; }
  }

  .decision__faq details[open] p { padding-top: 9px; }
}

@layer base {
  :root {
    --ink: #2a211f;
    --paper: #fbfaf7;
    --white: #fff;
    --line: rgba(17, 16, 14, .14);
    --muted: #706d68;
    --raspberry: #9f254d;
    --green: #b8295b;
    --apple: #b8d84d;
    --orange: #f58b2c;
    --serif: "Instrument Serif", Georgia, serif;
    --sans: "Instrument Sans", Arial, sans-serif;
    --pad: clamp(28px, 5vw, 74px);
    --ease: cubic-bezier(.22, .61, .36, 1);
  }

  body {
    min-width: 320px;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  body.menu-open,
  body.drawer-open { overflow: hidden; }

  :focus-visible { outline: 2px solid var(--raspberry); outline-offset: 4px; }

  .skip-link {
    position: fixed;
    z-index: 200;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: var(--ink);
    transform: translateY(-160%);
  }

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

  .section-kicker,
  .campaign__eyebrow {
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .21em;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@layer chrome {
  .announcement {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--line);
    background: #fff;
    font-size: .57rem;
    font-weight: 500;
    letter-spacing: .17em;
    text-transform: uppercase;
  }

  .announcement span + span { display: none; }

  .header {
    position: sticky;
    z-index: 80;
    top: 0;
    display: grid;
    height: 90px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 var(--pad);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
  }

  .brand {
    display: grid;
    min-width: 134px;
    grid-column: 2;
    justify-items: center;
    line-height: 1;
  }

  .brand__monogram {
    width: 33px;
    height: 43px;
    background: url("./assets/brand-isabelle-header.svg") center / contain no-repeat;
  }

  .brand__wordmark {
    margin-top: 2px;
    font-size: .67rem;
    font-weight: 500;
    letter-spacing: .35em;
    text-transform: uppercase;
  }

  .nav {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    gap: clamp(22px, 2.5vw, 38px);
    align-items: center;
    font-size: .73rem;
  }

  .nav a { position: relative; white-space: nowrap; }
  .nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 240ms var(--ease);
  }

  .nav a:hover::after,
  .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
  .nav__account-mobile { display: none; }

  .header__actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    gap: 24px;
    align-items: center;
    justify-self: end;
  }

  .account-button { display: grid; width: 24px; height: 24px; place-items: center; }
  .account-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }

  .cart-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: .74rem;
  }

  .cart-button__count {
    display: grid;
    width: 36px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ink);
  }

  .menu-button { display: none; }
}

@layer home {
  .campaign--editorial {
    display: grid;
    height: calc(100svh - 120px);
    min-height: 600px;
    grid-template-rows: minmax(250px, 42fr) minmax(350px, 58fr);
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .campaign__copy {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(18px, 2vw, 34px);
    align-content: center;
    padding: clamp(28px, 4svh, 42px) var(--pad);
  }

  .campaign__eyebrow { grid-column: 1 / -1; margin-bottom: clamp(14px, 2svh, 22px); }

  .campaign h1 {
    width: max-content;
    grid-column: 1 / -1;
    font-family: var(--serif);
    font-size: clamp(4.2rem, 6.35vw, 6.8rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .84;
    white-space: nowrap;
  }

  .campaign h1 em { color: var(--raspberry); font-style: italic; font-weight: 400; }

  .campaign__copy > p:not(.campaign__eyebrow) {
    max-width: 52ch;
    grid-column: 1 / 6;
    margin-top: clamp(18px, 2.5svh, 28px);
    color: var(--muted);
    font-size: clamp(.8rem, .25vw + .72rem, .93rem);
  }

  .campaign__offer {
    display: grid;
    width: 100%;
    grid-column: 7 / 12;
    grid-row: 3;
    grid-template-columns: minmax(140px, .7fr) minmax(220px, 1.3fr);
    gap: 20px;
    align-items: center;
    margin-top: clamp(18px, 2.5svh, 28px);
  }

  .campaign__offer > span { display: grid; gap: 1px; }
  .campaign__offer strong { font-size: clamp(2.65rem, 3.5vw, 3.9rem); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
  .campaign__offer small { color: var(--muted); font-size: .64rem; }

  .campaign__offer a,
  .decision__closing > a,
  .button--primary {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    border: 1px solid var(--ink);
    color: #fff;
    background: var(--ink);
    font-size: .63rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color 220ms ease, background 220ms ease;
  }

  .campaign__offer a:hover,
  .decision__closing > a:hover,
  .button--primary:hover { color: var(--ink); background: transparent; }

  .campaign__offer a i,
  .decision__closing > a i { font-size: 1.1rem; font-style: normal; }

  .campaign__media { position: relative; min-height: 0; overflow: hidden; background: #e9e0d5; }

  .campaign__media::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: radial-gradient(circle at 58% 25%, rgba(255, 255, 255, .62), transparent 34%);
    content: "";
    pointer-events: none;
    animation: hero-light 1100ms var(--ease) both;
  }

  .campaign__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(0deg, rgba(23, 18, 14, .13), transparent);
    content: "";
    pointer-events: none;
  }

  .campaign__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    filter: saturate(1.01) contrast(1.02) brightness(1.045);
    transform-origin: 50% 58%;
    animation: hero-settle 760ms var(--ease) both;
  }

  .campaign__media figcaption {
    position: absolute;
    z-index: 2;
    bottom: 18px;
    left: var(--pad);
    display: flex;
    gap: clamp(14px, 2vw, 24px);
    padding: 9px 13px;
    background: rgba(255, 253, 249, .96);
    font-size: .51rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .campaign__media figcaption span { display: flex; gap: 7px; align-items: center; white-space: nowrap; }
  .campaign__media figcaption i { width: 6px; aspect-ratio: 1; border-radius: 50%; background: #dc1f63; }
  .campaign__media figcaption span:nth-child(2) i { background: var(--apple); }
  .campaign__media figcaption span:nth-child(3) i { background: var(--orange); }

  .flavour-showcase { position: relative; height: 145svh; background: #fff; }

  .flavour-showcase__sticky {
    position: sticky;
    top: 90px;
    display: grid;
    height: calc(100svh - 90px);
    min-height: 630px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: clamp(22px, 3svh, 34px);
    overflow: hidden;
    padding: clamp(30px, 4svh, 44px) var(--pad) 22px;
  }

  .flavour-showcase__header { display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; }
  .flavour-showcase__header .section-kicker { grid-column: 1 / -1; margin-bottom: 17px; }

  .flavour-showcase__header h2 {
    width: max-content;
    grid-column: 1 / -1;
    font-family: var(--serif);
    font-size: clamp(3.8rem, 5.6vw, 6.1rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
    white-space: nowrap;
  }

  .flavour-showcase__header h2 em { color: var(--green); font-style: italic; font-weight: 400; }

  .flavour-showcase__rail {
    display: flex;
    min-height: 0;
    gap: clamp(18px, 2vw, 28px);
    overflow: hidden;
    scrollbar-width: none;
  }

  .flavour-showcase__rail::-webkit-scrollbar { display: none; }
  .flavour-showcase__rail > li { flex: 0 0 clamp(360px, 39vw, 520px); min-width: 0; }

  .flavour-showcase__card {
    display: grid;
    height: 100%;
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) auto;
    border: 1px solid var(--line);
    overflow: hidden;
    background: var(--paper);
  }

  .flavour-showcase__card > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 49%;
    transition: transform 650ms var(--ease), filter 300ms ease;
  }

  .flavour-showcase__card:hover > img { transform: scale(1.012); filter: brightness(1.025); }

  .flavour-showcase__info {
    display: grid;
    min-height: 78px;
    grid-template-columns: 1fr auto 20px;
    gap: 18px;
    align-items: center;
    padding: 13px 17px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
  }

  .flavour-showcase__info > span { display: grid; }
  .flavour-showcase__info b { font-family: var(--serif); font-size: clamp(1.65rem, 2.1vw, 2.25rem); font-weight: 400; letter-spacing: -.035em; line-height: .95; }
  .flavour-showcase__info small { margin-top: 4px; color: var(--muted); font-size: .63rem; }
  .flavour-showcase__info strong { font-size: .72rem; font-weight: 500; }
  .flavour-showcase__info i { font-style: normal; text-align: right; }

  .flavour-showcase__progress {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
  }

  .flavour-showcase__progress::before {
    height: 1px;
    background: var(--line);
    content: "";
  }

  .flavour-showcase__progress span {
    position: absolute;
    bottom: 30px;
    left: var(--pad);
    width: calc((100% - (2 * var(--pad))) * .34);
    height: 1px;
    background: var(--ink);
    transform: scaleX(calc(.34 + (var(--flavour-progress, 0) * .66)));
    transform-origin: left;
  }

  .flavour-showcase__progress small { color: var(--muted); font-size: .58rem; letter-spacing: .12em; }

  .ritual-proof {
    position: relative;
    padding: clamp(76px, 9vw, 132px) var(--pad) clamp(72px, 8vw, 116px);
    overflow: hidden;
    border-top: 1px solid rgba(18, 63, 48, .2);
    border-bottom: 1px solid rgba(18, 63, 48, .2);
    background: #f8ecec;
  }

  .ritual-proof__heading { display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; }
  .ritual-proof__heading .section-kicker { grid-column: 1 / -1; margin-bottom: 22px; color: rgba(18, 63, 48, .72); }

  .ritual-proof__heading h2 {
    width: max-content;
    grid-column: 1 / -1;
    color: var(--green);
    font-family: var(--serif);
    font-size: clamp(4.4rem, 7vw, 7.5rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .83;
    white-space: nowrap;
  }

  .ritual-proof__heading h2 em { font-style: italic; font-weight: 400; }

  .ritual-proof__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(54px, 6vw, 86px);
    border-top: 1px solid rgba(18, 63, 48, .22);
    border-bottom: 1px solid rgba(18, 63, 48, .22);
  }

  .ritual-proof__steps::before {
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--green);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
  }

  .ritual-proof__steps li {
    display: grid;
    min-height: clamp(170px, 16vw, 228px);
    grid-template-columns: 38px 1fr;
    grid-template-rows: 1fr auto;
    align-items: start;
    padding: clamp(26px, 3vw, 44px);
    border-right: 1px solid rgba(18, 63, 48, .22);
  }

  .ritual-proof__steps li:last-child { border-right: 0; }
  .ritual-proof__steps span { padding-top: 8px; color: rgba(18, 63, 48, .66); font-size: .61rem; }
  .ritual-proof__steps strong { font-family: var(--serif); font-size: clamp(3.6rem, 5.2vw, 5.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
  .ritual-proof__steps p { grid-column: 2; align-self: end; color: rgba(18, 63, 48, .72); font-size: .72rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }

  .ritual-proof__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
  }

  .ritual-proof__facts > div { display: grid; gap: 7px; padding-right: 24px; }
  .ritual-proof__facts dt { color: rgba(18, 63, 48, .62); font-size: .57rem; letter-spacing: .13em; text-transform: uppercase; }
  .ritual-proof__facts dd { color: var(--green); font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2.15rem); line-height: 1.05; }

  .decision {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 clamp(20px, 2.4vw, 38px);
    padding: clamp(76px, 8vw, 120px) var(--pad) clamp(64px, 7vw, 100px);
    background: #fff;
  }

  .decision__heading { grid-column: 1 / 5; }
  .decision__heading .section-kicker { margin-bottom: 26px; }

  .decision__heading h2 {
    max-width: 8ch;
    font-family: var(--serif);
    font-size: clamp(4rem, 5.8vw, 6.4rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .86;
  }

  .decision__faq { grid-column: 6 / -1; border-top: 1px solid var(--line); }

  .decision__faq details { border-bottom: 1px solid var(--line); }
  .decision__faq summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: .83rem; font-weight: 500; }
  .decision__faq summary span { font-size: 1.1rem; font-weight: 400; transition: transform 260ms var(--ease); }
  .decision__faq details[open] summary span { transform: rotate(45deg); }
  .decision__faq details p { max-width: 62ch; padding: 0 40px 24px 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }

  .decision__notice { grid-column: 6 / -1; margin-top: 18px; color: var(--muted); font-size: .59rem; }

  .decision__closing {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr minmax(260px, 360px);
    gap: 32px;
    align-items: center;
    margin-top: clamp(46px, 5vw, 72px);
    padding: clamp(25px, 3vw, 42px);
    color: #fff;
    background: var(--green);
  }

  .decision__closing p { display: grid; grid-template-columns: auto 1fr; gap: 2px 20px; align-items: end; }
  .decision__closing p span { grid-column: 1 / -1; color: rgba(255, 255, 255, .7); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
  .decision__closing p strong { font-family: var(--serif); font-size: clamp(3rem, 4.6vw, 5.1rem); font-weight: 400; line-height: .92; }
  .decision__closing p small { padding-bottom: 7px; color: rgba(255, 255, 255, .68); font-size: .65rem; }
  .decision__closing > a { border-color: #fff; color: var(--green); background: #fff; }
  .decision__closing > a:hover { color: #fff; background: transparent; }

  .footer {
    display: grid;
    min-height: 310px;
    grid-template-columns: 1.4fr .65fr .8fr;
    gap: 50px;
    align-content: start;
    padding: 54px var(--pad) 28px;
    color: #fff;
    background: #f4e9e3;
  }

  .footer .brand { display: inline-grid; min-width: 0; grid-column: auto; justify-items: start; filter: invert(1); }
  .footer__brand > p { margin-top: 30px; color: rgba(255, 255, 255, .7); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); letter-spacing: -.04em; }
  .footer__links { display: grid; align-content: start; gap: 10px; font-size: .68rem; }
  .footer__links strong { margin-bottom: 8px; color: rgba(255, 255, 255, .5); font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
  .footer__status { grid-column: 1 / -1; align-self: end; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.5); font-size: .55rem; }
}

@layer overlays {
  .cookie-banner {
    position: fixed;
    z-index: 140;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 84px;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 17px var(--pad);
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -12px 40px rgba(17,16,14,.06);
  }

  .cookie-banner p { max-width: 84ch; color: var(--muted); font-size: .72rem; }
  .cookie-banner a { color: var(--raspberry); text-decoration: underline; text-underline-offset: 3px; }
  .cookie-banner__actions { display: flex; gap: 12px; }
  .cookie-button { min-width: 110px; min-height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 24px; background: #fff; cursor: pointer; font-size: .68rem; font-weight: 600; }
  .cookie-button--accept { border-color: var(--raspberry); color: #fff; background: var(--raspberry); }

  .cart-layer { position: fixed; z-index: 160; inset: 0; }
  .cart-scrim { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(17, 16, 14, .34); cursor: default; }
  .cart-drawer { position: absolute; top: 0; right: 0; display: grid; width: min(100%, 470px); height: 100%; grid-template-rows: auto 1fr auto; background: #fff; box-shadow: -24px 0 80px rgba(17,16,14,.12); }
  .cart-drawer__header { display: flex; min-height: 86px; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--line); }
  .cart-drawer__header h2 { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
  .cart-close { width: 40px; height: 40px; border: 0; background: none; cursor: pointer; font-size: 1.7rem; }
  .cart-drawer__body { overflow-y: auto; padding: 26px 28px; }
  .cart-drawer__footer { display: grid; gap: 14px; padding: 22px 28px 28px; border-top: 1px solid var(--line); }
  .cart-drawer__footer > p { color: var(--muted); font-size: .67rem; }
  .cart-total { display: flex; align-items: end; justify-content: space-between; }
  .cart-total strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
  .cart-empty { display: grid; min-height: 100%; align-content: center; justify-items: start; }
  .cart-empty .eyebrow { font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
  .cart-empty h3 { max-width: 10ch; margin-top: 20px; font-family: var(--serif); font-size: 3rem; font-weight: 400; line-height: .9; }
  .cart-empty p { margin: 20px 0 28px; color: var(--muted); font-size: .78rem; }
  .cart-item { display: grid; grid-template-columns: 116px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
  .cart-item > img { width: 116px; height: 146px; object-fit: cover; }
  .cart-item__content { display: grid; align-content: start; }
  .cart-item__content h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
  .cart-item__content > strong { margin-top: 4px; font-size: .75rem; }
  .cart-item__content > p { color: var(--muted); font-size: .62rem; }
  .cart-item__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
  .cart-item__quantity { display: grid; grid-template-columns: repeat(3, 30px); align-items: center; border: 1px solid var(--line); text-align: center; }
  .cart-item__quantity button { height: 30px; border: 0; background: transparent; cursor: pointer; }
  .cart-remove { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: .62rem; }
  .cart-live { position: fixed; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

@layer responsive {
  @media (max-width: 1100px) and (min-width: 861px) {
    .nav { gap: 18px; font-size: .67rem; }
    .campaign h1 { font-size: clamp(3.85rem, 6vw, 4.8rem); }
    .campaign__offer { grid-column: 7 / -1; }
    .flavour-showcase__header h2 { font-size: clamp(3.8rem, 5.3vw, 4.9rem); }
  }

  @media (max-width: 860px) {
    :root { --pad: 22px; }
    .announcement { height: 26px; font-size: .51rem; }
    .header { height: 80px; grid-template-columns: 1fr auto 1fr; padding: 0 22px; }
    .brand__monogram { width: 29px; height: 37px; }
    .brand__wordmark { font-size: .57rem; }
    .menu-button { display: grid; width: 34px; height: 34px; grid-column: 1; grid-row: 1; gap: 6px; align-content: center; padding: 0; border: 0; background: none; cursor: pointer; }
    .menu-button span { width: 22px; height: 1px; background: var(--ink); transition: transform 240ms var(--ease); }
    .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .header__actions { gap: 8px; }
    .account-button, .cart-button > span:first-child { display: none; }
    .cart-button__count { width: 38px; }
    .nav { position: fixed; z-index: 90; inset: 106px 0 0; display: grid; grid-auto-rows: min-content; gap: 0; align-content: start; padding: 34px 22px; background: var(--paper); transform: translateX(-100%); transition: transform 380ms var(--ease); }
    .nav.is-open { transform: translateX(0); }
    .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2rem; }
    .nav a::after { display: none; }
    .nav__account-mobile { display: block; }

    .campaign--editorial { height: auto; min-height: 0; grid-template-rows: auto auto; }
    .campaign__copy { padding: 34px 22px 28px; }
    .campaign h1 { font-size: clamp(3rem, 6.7vw, 3.6rem); }
    .campaign__copy > p:not(.campaign__eyebrow) { grid-column: 1 / 7; margin-top: 20px; }
    .campaign__offer { grid-column: 8 / -1; grid-template-columns: minmax(112px, .72fr) minmax(182px, 1.28fr); gap: 12px; margin-top: 20px; }
    .campaign__offer strong { font-size: clamp(2.1rem, 5vw, 2.7rem); }
    .campaign__offer a { min-height: 56px; padding: 0 18px; }
    .campaign__media { aspect-ratio: 1672 / 941; }
    .campaign__media img { object-position: center; }
    .campaign__media figcaption { right: 22px; bottom: 14px; left: 22px; justify-content: center; }

    .flavour-showcase { height: auto; }
    .flavour-showcase__sticky { position: static; height: auto; min-height: 0; gap: 28px; padding: 58px 22px 44px; }
    .flavour-showcase__header h2 { width: auto; max-width: 12ch; font-size: clamp(3.4rem, 8.5vw, 4.8rem); white-space: normal; }
    .flavour-showcase__rail { gap: 18px; margin: 0 -22px; padding: 0 22px 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .flavour-showcase__rail > li { flex-basis: min(72vw, 520px); scroll-snap-align: center; }
    .flavour-showcase__card { min-height: 560px; }
    .flavour-showcase__progress { display: none; }

    .ritual-proof { padding: 72px 22px 74px; }
    .ritual-proof__heading h2 { font-size: clamp(4rem, 10vw, 6rem); }
    .ritual-proof__steps li { min-height: 180px; padding: 28px 22px; }
    .ritual-proof__steps strong { font-size: clamp(3rem, 7vw, 4.4rem); }
    .ritual-proof__facts { gap: 22px; }

    .decision { padding: 72px 22px 70px; }
    .decision__heading { grid-column: 1 / 6; }
    .decision__heading h2 { font-size: clamp(3.7rem, 8vw, 5.4rem); }
    .decision__faq { grid-column: 6 / -1; }
    .decision__notice { grid-column: 6 / -1; }
    .decision__closing { grid-template-columns: 1fr minmax(220px, 300px); }
    .footer { padding-inline: 22px; }
  }

  @media (max-width: 560px) {
    :root { --pad: 18px; }
    .announcement { padding: 0 10px; text-align: center; }
    .header { padding: 0 18px; }
    .nav { inset-block-start: 106px; padding-inline: 18px; }

    .campaign__copy { display: block; padding: 26px 18px 24px; }
    .campaign__eyebrow { margin-bottom: 15px; }
    .campaign h1 { width: auto; font-size: clamp(2.75rem, 11.4vw, 3.25rem); line-height: .88; white-space: normal; }
    .campaign h1 em { display: block; }
    .campaign__copy > p:not(.campaign__eyebrow) { margin-top: 17px; font-size: .76rem; }
    .campaign__offer { grid-template-columns: minmax(105px, .68fr) minmax(164px, 1.32fr); gap: 10px; margin-top: 20px; }
    .campaign__offer strong { font-size: clamp(2rem, 9.2vw, 2.4rem); }
    .campaign__offer small { font-size: .56rem; }
    .campaign__offer a { min-height: 56px; padding: 0 13px; font-size: .52rem; }
    .campaign__media figcaption { right: 10px; bottom: 8px; left: 10px; gap: 10px; padding: 7px 9px; font-size: .5rem; }
    .campaign__media figcaption span { gap: 4px; }
    .campaign__media figcaption i { width: 5px; }

    .flavour-showcase__sticky { padding: 52px 18px 40px; }
    .flavour-showcase__header .section-kicker { margin-bottom: 14px; }
    .flavour-showcase__header h2 { max-width: none; font-size: clamp(2.9rem, 13vw, 4rem); line-height: .9; }
    .flavour-showcase__header h2 em { display: block; }
    .flavour-showcase__rail { margin-inline: -18px; padding-inline: 18px; }
    .flavour-showcase__rail > li { flex-basis: 84vw; }
    .flavour-showcase__card { min-height: 485px; }
    .flavour-showcase__info { min-height: 74px; padding: 12px 14px; }
    .flavour-showcase__info b { font-size: 1.7rem; }

    .ritual-proof { padding: 60px 18px 62px; }
    .ritual-proof__heading h2 { width: auto; font-size: clamp(3.3rem, 14vw, 4.5rem); white-space: normal; }
    .ritual-proof__heading h2 em { display: block; }
    .ritual-proof__steps { grid-template-columns: 1fr; margin-top: 42px; }
    .ritual-proof__steps::before { width: 2px; height: 100%; transform: scaleY(0); transform-origin: top; }
    .ritual-proof__steps li { min-height: 112px; grid-template-columns: 34px 1fr auto; grid-template-rows: 1fr; align-items: center; padding: 19px 12px; border-right: 0; border-bottom: 1px solid rgba(18,63,48,.2); }
    .ritual-proof__steps li:last-child { border-bottom: 0; }
    .ritual-proof__steps span { padding-top: 0; }
    .ritual-proof__steps strong { font-size: 3.25rem; }
    .ritual-proof__steps p { grid-column: 3; align-self: center; }
    .ritual-proof__facts { grid-template-columns: 1fr; gap: 0; margin-top: 22px; border-top: 1px solid rgba(18,63,48,.2); }
    .ritual-proof__facts > div { grid-template-columns: 112px 1fr; gap: 18px; align-items: baseline; padding: 17px 0; border-bottom: 1px solid rgba(18,63,48,.2); }
    .ritual-proof__facts dd { font-size: 1.45rem; }

    .decision { display: block; padding: 60px 18px 58px; }
    .decision__heading h2 { max-width: none; font-size: clamp(3.3rem, 14vw, 4.4rem); }
    .decision__faq { margin-top: 38px; }
    .decision__faq summary { min-height: 68px; font-size: .75rem; }
    .decision__faq details p { padding-right: 20px; }
    .decision__notice { margin-top: 16px; }
    .decision__closing { display: block; margin-top: 38px; padding: 24px; }
    .decision__closing p { grid-template-columns: auto 1fr; }
    .decision__closing > a { min-height: 56px; margin-top: 22px; }

    .footer { display: grid; min-height: 400px; grid-template-columns: 1fr 1fr; gap: 40px 24px; padding: 46px 18px 24px; }
    .footer__brand { grid-column: 1 / -1; }
    .footer__brand > p { margin-top: 22px; font-size: 2.4rem; }
    .footer__status { grid-column: 1 / -1; }

    .cookie-banner { display: block; padding: 16px 18px; }
    .cookie-banner__actions { margin-top: 14px; }
    .cookie-button { flex: 1; min-width: 0; }
    .cart-drawer__header, .cart-drawer__body, .cart-drawer__footer { padding-inline: 18px; }
  }
}

@layer motion {
  @keyframes hero-settle {
    from { transform: scale(1.014); }
    to { transform: scale(1); }
  }

  @keyframes hero-light {
    from { opacity: .68; }
    to { opacity: .18; }
  }

  .campaign__eyebrow,
  .campaign h1,
  .campaign__copy > p:not(.campaign__eyebrow),
  .campaign__offer { animation: hero-copy 520ms var(--ease) both; }
  .campaign h1 { animation-delay: 35ms; }
  .campaign__copy > p:not(.campaign__eyebrow), .campaign__offer { animation-delay: 70ms; }

  @keyframes hero-copy {
    from { transform: translateY(6px); }
    to { transform: translateY(0); }
  }

  @supports (animation-timeline: view()) {
    .ritual-proof__steps::before {
      animation: ritual-line-x linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 52%;
    }

    @keyframes ritual-line-x { to { transform: scaleX(1); } }
    @keyframes ritual-line-y { to { transform: scaleY(1); } }

    @media (max-width: 560px) {
      .ritual-proof__steps::before { animation-name: ritual-line-y; }
    }
  }

  @view-transition { navigation: auto; }
  ::view-transition-group(product-shot) { animation-duration: 420ms; animation-timing-function: var(--ease); }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .campaign__media img, .campaign__media::before, .campaign__eyebrow, .campaign h1, .campaign__copy > p, .campaign__offer { animation: none !important; transform: none !important; }
    .flavour-showcase { height: auto; }
    .flavour-showcase__sticky { position: static; height: auto; }
    .flavour-showcase__rail { overflow-x: auto; }
    .ritual-proof__steps::before { animation: none; transform: scaleX(1); }
  }
}
