@layer reset, tokens, chrome, home, overlays, responsive, motion;

@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%; }
  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; }
}

@layer tokens {
  :root {
    --ink: #302624;
    --paper: #fffdf9;
    --petal: #f4e8e6;
    --petal-soft: #faf4f1;
    --line: rgba(48, 38, 36, .14);
    --muted: #756b68;
    --raspberry: #b82759;
    --raspberry-deep: #8c2147;
    --apple: #a8c83f;
    --orange: #ef8a2e;
    --serif: "Instrument Serif", Georgia, serif;
    --sans: "Instrument Sans", Arial, sans-serif;
    --pad: clamp(28px, 5vw, 72px);
    --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(--raspberry-deep);
    transform: translateY(-160%);
  }
  .skip-link:focus { transform: translateY(0); }

  .section-kicker,
  .campaign__eyebrow {
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .2em;
    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, 253, 249, .97);
    backdrop-filter: blur(16px);
  }

  .brand {
    display: grid;
    min-width: 142px;
    grid-column: 2;
    justify-items: center;
    line-height: 1;
  }
  .brand__monogram {
    width: 36px;
    height: 46px;
    background: url("./assets/brand-isabelle-header.svg") center / contain no-repeat;
  }
  .brand__wordmark {
    margin-top: 1px;
    font-size: .67rem;
    font-weight: 500;
    letter-spacing: .35em;
    text-transform: uppercase;
  }

  .nav {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    gap: clamp(20px, 2.3vw, 36px);
    align-items: center;
    font-size: .72rem;
  }
  .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: 22px;
    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: #7c2946;
  }
  .menu-button { display: none; }
}

@layer home {
  .campaign--editorial {
    display: grid;
    height: calc(100svh - 120px);
    min-height: 620px;
    grid-template-columns: minmax(440px, 43%) 1fr;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .campaign__copy {
    position: relative;
    z-index: 3;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 7svh, 70px) var(--pad);
  }
  .campaign__eyebrow { margin-bottom: 22px; color: #6c5b57; }
  .campaign h1 {
    width: max-content;
    max-width: 100%;
    font-family: var(--serif);
    font-size: clamp(3.55rem, 4vw, 4.6rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
    white-space: nowrap;
  }
  .campaign h1 em { color: var(--raspberry); font-style: italic; font-weight: 400; }
  .campaign__copy > p:not(.campaign__eyebrow) {
    max-width: 40ch;
    margin-top: 24px;
    color: #655a57;
    font-size: clamp(.82rem, .25vw + .75rem, .94rem);
    line-height: 1.65;
  }

  .campaign__offer {
    display: grid;
    width: min(100%, 490px);
    grid-template-columns: minmax(132px, .72fr) minmax(208px, 1.28fr);
    gap: 18px;
    align-items: center;
    margin-top: 28px;
  }
  .campaign__offer > span { display: grid; gap: 5px; }
  .campaign__offer strong {
    color: #432d34;
    font-family: var(--serif);
    font-size: clamp(2.8rem, 3.3vw, 3.7rem);
    font-weight: 400;
    font-variant-numeric: tabular-nums lining-nums;
    letter-spacing: -.05em;
    line-height: .88;
    white-space: nowrap;
  }
  .campaign__offer small { color: var(--muted); font-size: .6875rem; white-space: nowrap; }

  .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(--raspberry);
    color: #fff;
    background: var(--raspberry);
    font-size: .71875rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color 220ms ease, background 220ms ease, transform 220ms ease;
  }
  .campaign__offer a:hover,
  .decision__closing > a:hover,
  .button--primary:hover { color: var(--raspberry-deep); background: var(--paper); transform: translateY(-2px); }
  .campaign__offer a i,
  .decision__closing > a i { font-size: 1rem; font-style: normal; }
  .campaign__composition {
    width: max-content;
    max-width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid currentColor;
    color: #655a57;
    font-size: .7rem;
    text-underline-offset: 4px;
  }

  .campaign__media {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(280px, 56%) 1fr;
    overflow: hidden;
    background: var(--petal-soft);
  }
  .campaign__model {
    position: absolute;
    z-index: 0;
    top: -14%;
    right: -8%;
    width: 57%;
    height: 128%;
    max-width: none;
    object-fit: cover;
    object-position: 47% 16%;
    filter: saturate(.88) contrast(.96) brightness(1.06);
  }
  .campaign__media::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(0deg, rgba(244,232,230,.96) 0%, rgba(244,232,230,.7) 12%, transparent 34%),
      linear-gradient(90deg, rgba(255,253,249,.2), transparent 34%, rgba(255,253,249,.08));
    content: "";
    pointer-events: none;
  }

  .campaign__product-frame {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: 0;
    grid-column: 1;
    grid-template-rows: minmax(0, 1fr) auto;
    align-self: stretch;
    margin: clamp(30px, 4vw, 54px) 0 clamp(30px, 4vw, 54px) clamp(18px, 2.4vw, 38px);
    border: 1px solid rgba(48,38,36,.12);
    overflow: hidden;
    background: #fff8f2;
    box-shadow: 0 28px 70px rgba(100, 62, 58, .11);
  }
  .campaign__product {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    filter: saturate(.97) brightness(1.035);
  }
  .campaign__product-frame > span {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-top: 1px solid var(--line);
    background: rgba(255,253,249,.97);
    font-family: var(--serif);
    font-size: 1.28rem;
    line-height: 1;
  }
  .campaign__product-frame small {
    color: var(--muted);
    font-family: var(--sans);
    font-size: .65625rem;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .campaign__media figcaption { display: none; }

  .flavour-showcase {
    --flavour-extra: 420px;
    position: relative;
    height: calc(100svh - 90px + var(--flavour-extra));
    background: #fff;
  }
  .flavour-showcase.is-static { height: auto; }
  .flavour-showcase.is-static .flavour-showcase__sticky { position: static; }
  .flavour-showcase__sticky {
    position: sticky;
    top: 90px;
    display: grid;
    height: calc(100svh - 90px);
    min-height: 620px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: clamp(20px, 2.8svh, 30px);
    overflow: hidden;
    padding: clamp(28px, 3.8svh, 40px) var(--pad) 20px;
  }
  .flavour-showcase__header .section-kicker { margin-bottom: 16px; }
  .flavour-showcase__header h2 {
    width: max-content;
    max-width: 100%;
    font-family: var(--serif);
    font-size: clamp(3.55rem, 5.1vw, 5.6rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
    text-wrap: balance;
    white-space: nowrap;
  }
  .flavour-showcase__header h2 em { color: var(--raspberry); font-style: italic; font-weight: 400; }

  .flavour-showcase__rail {
    display: flex;
    min-height: 0;
    gap: clamp(20px, 2vw, 28px);
    overflow: hidden;
    scrollbar-width: none;
  }
  .flavour-showcase__rail::-webkit-scrollbar { display: none; }
  .flavour-showcase__rail > li { flex: 0 0 clamp(430px, 40vw, 580px); 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 48%;
    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: 76px;
    grid-template-columns: 1fr auto 20px;
    gap: 18px;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.96);
  }
  .flavour-showcase__info > span { display: grid; }
  .flavour-showcase__info b { font-family: var(--serif); font-size: clamp(1.65rem, 2vw, 2.2rem); font-weight: 400; letter-spacing: -.035em; line-height: .95; }
  .flavour-showcase__info small { margin-top: 4px; color: var(--muted); font-size: .6875rem; }
  .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: 28px;
    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: .65625rem; letter-spacing: .12em; }

  .ritual-proof {
    position: relative;
    min-height: 620px;
    padding: clamp(68px, 6.5vw, 92px) var(--pad) clamp(62px, 6vw, 84px);
    overflow: hidden;
    border-block: 1px solid rgba(112, 54, 72, .14);
    background: var(--petal);
  }
  .ritual-proof__heading .section-kicker { margin-bottom: 18px; color: #7a4858; }
  .ritual-proof__heading h2 {
    width: max-content;
    max-width: 100%;
    color: #69384a;
    font-family: var(--serif);
    font-size: clamp(4rem, 6.2vw, 6.6rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .86;
    text-wrap: balance;
    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(38px, 4vw, 54px);
    border-block: 1px solid rgba(105,56,74,.2);
  }
  .ritual-proof__steps::before {
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--raspberry);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
  }
  .ritual-proof__steps li {
    display: grid;
    min-height: clamp(150px, 13vw, 190px);
    grid-template-columns: 38px 1fr;
    grid-template-rows: 1fr auto;
    align-items: start;
    padding: clamp(24px, 2.6vw, 36px);
    border-right: 1px solid rgba(105,56,74,.2);
  }
  .ritual-proof__steps li:last-child { border-right: 0; }
  .ritual-proof__steps span { padding-top: 6px; color: #855567; font-size: .65625rem; }
  .ritual-proof__steps strong { font-family: var(--serif); font-size: clamp(3.2rem, 4.7vw, 5.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
  .ritual-proof__steps p { grid-column: 2; align-self: end; color: #7a4858; font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
  .ritual-proof__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
  .ritual-proof__facts > div { display: grid; gap: 6px; padding-right: 24px; }
  .ritual-proof__facts dt { color: #8a6772; font-size: .65625rem; letter-spacing: .11em; text-transform: uppercase; }
  .ritual-proof__facts dd { color: #69384a; font-family: var(--serif); font-size: clamp(1.35rem, 1.8vw, 1.95rem); line-height: 1.05; }

  .decision {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 clamp(20px, 2.4vw, 38px);
    padding: clamp(68px, 6vw, 88px) var(--pad) 0;
    background: var(--paper);
  }
  .decision__heading { grid-column: 1 / 6; }
  .decision__heading .section-kicker { margin-bottom: 20px; }
  .decision__heading h2 {
    width: max-content;
    max-width: 100%;
    font-family: var(--serif);
    font-size: clamp(3.8rem, 5vw, 5.5rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
    text-wrap: balance;
  }
  .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: 68px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: .81rem; font-weight: 500; }
  .decision__faq summary span { font-size: 1.05rem; 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 21px 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
  .decision__notice { grid-column: 6 / -1; margin-top: 15px; color: var(--muted); font-size: .65625rem; line-height:1.5; }
  .decision__closing {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr minmax(250px, 340px);
    gap: 28px;
    align-items: center;
    margin-top: clamp(36px, 4vw, 52px);
    padding: clamp(24px, 2.6vw, 36px);
    border: 1px solid rgba(105,56,74,.14);
    color: #432d34;
    background: var(--petal);
  }
  .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: #80616a; font-size: .65625rem; letter-spacing: .12em; text-transform: uppercase; }
  .decision__closing p strong { font-family: var(--serif); font-size: clamp(3rem, 4.2vw, 4.7rem); font-weight: 400; line-height: .92; white-space: nowrap; }
  .decision__closing p small { padding-bottom: 6px; color: #806f6b; font-size: .62rem; }

  .footer {
    display: grid;
    min-height: 260px;
    grid-template-columns: 1.4fr .65fr .8fr;
    gap: 44px;
    align-content: start;
    padding: 46px var(--pad) 24px;
    color: #432d34;
    background: var(--petal);
  }
  .footer .brand { display: inline-grid; min-width: 0; grid-column: auto; justify-items: start; }
  .footer__brand > p { margin-top: 20px; color: #795b64; font-family: var(--serif); font-size: clamp(2rem, 2.7vw, 3.1rem); letter-spacing: -.04em; white-space: nowrap; }
  .footer__links { display: grid; align-content: start; gap: 8px; font-size: .75rem; }
  .footer__links strong { margin-bottom: 6px; color: #8a7076; font-size: .65625rem; letter-spacing: .12em; text-transform: uppercase; }
  .footer__status { grid-column: 1 / -1; align-self: end; padding-top: 20px; border-top: 1px solid var(--line); color: #8a7076; font-size: .65625rem; }
}

@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,253,249,.98);
    box-shadow: 0 -12px 40px rgba(48,38,36,.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: 48px; 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(58,42,40,.28); 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(48,38,36,.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: 1180px) and (min-width: 861px) {
    .nav { gap: 16px; font-size: .65rem; }
    .campaign--editorial { grid-template-columns: 52% 48%; }
    .campaign__copy { padding-inline: 40px; }
    .campaign h1 { font-size: clamp(3.05rem, 4.9vw, 3.75rem); }
    .campaign__copy > p:not(.campaign__eyebrow) { max-width: 40ch; }
    .campaign__offer { gap: 12px; grid-template-columns: minmax(122px,.72fr) minmax(190px,1.28fr); }
    .campaign__media { grid-template-columns: 46% 1fr; }
    .campaign__model { right: -18%; width: 86%; }
    .campaign__product-frame { margin: 30px 0 30px 20px; }
    .campaign__product-frame > span { display: grid; }
    .flavour-showcase__rail > li { flex-basis: clamp(390px, 47vw, 500px); }
  }

  @media (max-width: 860px) {
    :root { --pad: 22px; }
    .announcement { height: 28px; font-size: .65625rem; line-height:1.2; }
    .header { height: 80px; padding: 0 22px; }
    .brand__monogram { width: 31px; height: 39px; }
    .brand__wordmark { font-size: .65625rem; }
    .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; top: 80px; right: 0; bottom: auto; left: 0; display: none; width: 100%; height: calc(100dvh - 108px); grid-column: auto; grid-row: auto; grid-auto-rows: min-content; gap: 0; align-self: stretch; justify-self: stretch; align-content: start; padding: 34px 22px; overflow-y: auto; background: rgba(255,253,249,.995); }
    .nav.is-open { display: grid; }
    .nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2rem; white-space: normal; }
    .nav a::after { display: none; }
    .nav__account-mobile { display: block; }

    .campaign--editorial {
      height: auto;
      min-height: 0;
      grid-template-columns: 1fr;
      grid-template-rows: clamp(300px, 43svh, 430px) auto;
    }
    .campaign__media { grid-row: 1; grid-template-columns: 56% 44%; }
    .campaign__model { top: -20%; right: -8%; width: 54%; height: 138%; object-position: 46% 16%; }
    .campaign__product-frame { margin: 22px 0 22px 22px; }
    .campaign__product { object-position: center 43%; }
    .campaign__product-frame > span { min-height: 48px; padding: 9px 11px; font-size: 1.05rem; }
    .campaign__product-frame small { display: none; }
    .campaign__copy { grid-row: 2; padding: 28px 22px 30px; }
    .campaign__eyebrow { margin-bottom: 13px; }
    .campaign h1 { font-size: clamp(2.9rem, 7.4vw, 3.65rem); }
    .campaign__copy > p:not(.campaign__eyebrow) { max-width: 54ch; margin-top: 15px; font-size: .9375rem; line-height: 1.6; }
    .campaign__offer { width: 100%; max-width: 520px; margin-top: 20px; }
    .campaign__offer strong { font-size: clamp(2.25rem, 6vw, 2.8rem); }
    .campaign__offer small { font-size: .71875rem; line-height: 1.45; }
    .campaign__offer a { min-height: 56px; font-size: .8125rem; }

    .flavour-showcase { height: auto !important; }
    .flavour-showcase__sticky { position: static; height: auto; min-height: 0; gap: 26px; padding: 52px 22px 42px; }
    .flavour-showcase__header h2 { width: auto; font-size: clamp(3.3rem, 8.2vw, 4.7rem); white-space: normal; }
    .flavour-showcase__rail { gap: 18px; margin: 0 -22px; padding: 0 22px 8px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; }
    .flavour-showcase__rail > li { flex: 0 0 min(72vw, 500px); scroll-snap-align: center; }
    .flavour-showcase__card { min-height: 540px; }
    .flavour-showcase__progress { display: none; }

    .ritual-proof { min-height: 0; padding: 64px 22px 66px; }
    .ritual-proof__heading h2 { font-size: clamp(3.55rem, 9.5vw, 5.3rem); white-space: normal; }
    .ritual-proof__steps li { min-height: 160px; padding: 26px 20px; }
    .ritual-proof__steps strong { font-size: clamp(3rem, 7vw, 4.3rem); }
    .ritual-proof__facts { gap: 20px; }

    .decision { padding: 64px 22px 0; }
    .decision__heading { grid-column: 1 / -1; }
    .decision__heading h2 { max-width: none; font-size: clamp(3.4rem, 7.4vw, 4.8rem); }
    .decision__faq { grid-column: 1 / -1; margin-top: 30px; }
    .decision__notice { grid-column: 1 / -1; }
    .decision__closing { grid-template-columns: 1fr minmax(210px, 290px); }
    .footer { padding-inline: 22px; }
  }

  @media (max-width: 560px) {
    :root { --pad: 18px; }
    .campaign--editorial { grid-template-rows: clamp(240px, 35svh, 300px) auto; }
    .campaign__media { grid-template-columns: 56% 44%; }
    .campaign__model { top: -24%; right: -12%; width: 58%; height: 146%; }
    .campaign__product-frame { margin: 14px 0 14px 14px; }
    .campaign__product-frame > span { min-height: 41px; padding: 8px 9px; font-size: .9rem; }
    .campaign__copy { padding: 22px 18px 24px; }
    .campaign__eyebrow,
    .section-kicker { font-size: .66rem; letter-spacing: .14em; line-height: 1.3; }
    .campaign__eyebrow { margin-bottom: 10px; }
    .campaign h1 { width: max-content; font-size: clamp(2.25rem, 10.2vw, 3.1rem); white-space: nowrap; }
    .campaign__copy > p:not(.campaign__eyebrow) { max-width: 42ch; margin-top: 12px; font-size: .8125rem; line-height: 1.46; }
    .campaign__offer { grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
    .campaign__offer > span { display: grid; grid-template-columns: 1fr; gap: 4px; align-items: end; }
    .campaign__offer strong { font-size: clamp(2rem, 9vw, 2.45rem); }
    .campaign__offer small { padding-bottom: 0; font-size: .71875rem; line-height: 1.45; }
    .campaign__offer a { width: 100%; min-height: 54px; padding-inline: 16px; font-size: .8125rem; line-height: 1.4; }
    .campaign__composition { margin-top: 12px; font-size: .75rem; }

    .flavour-showcase__sticky { gap: 24px; padding: 48px 18px 38px; }
    .flavour-showcase__header .section-kicker { margin-bottom: 13px; }
    .flavour-showcase__header h2 { font-size: clamp(2.85rem, 12.5vw, 3.9rem); 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: 85vw; }
    .flavour-showcase__card { min-height: 470px; }
    .flavour-showcase__info { min-height: 72px; padding: 11px 13px; }
    .flavour-showcase__info b { font-size: 1.65rem; }

    .ritual-proof { padding: 56px 18px 58px; }
    .ritual-proof__heading h2 { width: auto; font-size: clamp(3rem, 13vw, 4.1rem); white-space: normal; }
    .ritual-proof__steps { grid-template-columns: 1fr; margin-top: 36px; }
    .ritual-proof__steps::before { width: 2px; height: 100%; transform: scaleY(0); transform-origin: top; }
    .ritual-proof__steps li { min-height: 98px; grid-template-columns: 32px 1fr auto; grid-template-rows: 1fr; align-items: center; padding: 16px 10px; border-right: 0; border-bottom: 1px solid rgba(105,56,74,.2); }
    .ritual-proof__steps li:last-child { border-bottom: 0; }
    .ritual-proof__steps span { padding-top: 0; }
    .ritual-proof__steps strong { font-size: 3rem; }
    .ritual-proof__steps p { grid-column: 3; align-self: center; }
    .ritual-proof__facts { grid-template-columns: 1fr; gap: 0; margin-top: 18px; border-top: 1px solid rgba(105,56,74,.2); }
    .ritual-proof__facts > div { grid-template-columns: 104px 1fr; gap: 14px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(105,56,74,.2); }
    .ritual-proof__facts dd { font-size: 1.32rem; }

    .decision { display: block; padding: 56px 18px 0; }
    .decision__heading h2 { width: max-content; max-width: 100%; font-size: clamp(2.8rem, 12vw, 3.35rem); white-space: nowrap; }
    .decision__faq { margin-top: 32px; }
    .decision__faq summary { min-height: 62px; font-size: .72rem; }
    .decision__faq details p { padding-right: 18px; }
    .decision__closing { display: block; margin-top: 30px; padding: 22px; }
    .decision__closing p { grid-template-columns: auto 1fr; }
    .decision__closing > a { min-height: 54px; margin-top: 18px; }

    .footer { min-height: 0; grid-template-columns: 1fr 1fr; gap: 30px 22px; padding: 38px 18px 22px; }
    .footer__brand { grid-column: 1 / -1; }
    .footer__links { font-size: .75rem; line-height: 1.5; }
    .footer__status { font-size: .65625rem; line-height: 1.5; }
    .footer__status { grid-column: 1 / -1; }

    .cookie-banner { display: block; padding: 15px 18px; }
    .cookie-banner p { font-size: .64rem; line-height: 1.35; }
    .cookie-banner__actions { margin-top: 8px; }
    .cookie-button { min-height: 48px; flex: 1; min-width: 0; }
    .cart-drawer__header, .cart-drawer__body, .cart-drawer__footer { padding-inline: 18px; }
  }

  @media (max-width: 340px) and (max-height: 760px) {
    body { min-width: 0; }
    .campaign--editorial { grid-template-rows: 208px auto; }
    .campaign__product-frame { margin: 12px 0 12px 12px; }
    .campaign__copy { padding: 15px 18px 14px; }
    .campaign h1 { font-size: 2.17rem; }
    .campaign__copy > p:not(.campaign__eyebrow) { margin-top: 8px; font-size: .75rem; line-height: 1.35; }
    .campaign__offer { gap: 8px; margin-top: 9px; }
    .campaign__offer strong { font-size: 1.9rem; }
    .campaign__offer a { min-height: 48px; }
    .campaign__composition { margin-top: 8px; font-size: .6875rem; }
  }
}

@layer motion {
  .js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
  .js [data-reveal].is-visible { opacity: 1; transform: none; }
  .campaign__eyebrow,
  .campaign h1 { animation: copy-in 400ms var(--ease) both; }
  .campaign h1 { animation-delay: 30ms; }
  .campaign__product-frame { animation: product-in 600ms var(--ease) both; }
  .campaign__model { animation: portrait-in 640ms var(--ease) both; }
  .ritual-proof__steps.is-visible::before { animation: ritual-line 950ms var(--ease) 140ms both; }

  @keyframes copy-in { from { transform: translateY(6px); } }
  @keyframes product-in { from { transform: translateY(12px) scale(.992); } }
  @keyframes portrait-in { from { transform: scale(1.012); } }
  @keyframes ritual-line { to { transform: scaleX(1); } }

  @media (max-width: 560px) {
    .ritual-proof__steps.is-visible::before { animation-name: ritual-line-mobile; }
    @keyframes ritual-line-mobile { to { transform: scaleY(1); } }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
    .flavour-showcase { height: auto !important; }
    .flavour-showcase__sticky { position: static; height: auto; }
    .flavour-showcase__rail { overflow-x: auto; }
    .ritual-proof__steps::before { transform: scaleX(1); }
  }
}
