@import url("/css/toppage/import.css") layer(legacy);

@layer legacy, reset, base, shell, components, themes, responsive;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body, h1, h2, h3, p, figure, blockquote, ul, ol { margin: 0; }
  ul, ol { padding: 0; }
  img { display: block; max-inline-size: 100%; block-size: auto; }
  button, a { font: inherit; }
}

@layer base {
  :root {
    --campaign-ink: #201c18;
    --campaign-muted: #6d665f;
    --campaign-paper: #fffdf8;
    --campaign-cream: #f4efe4;
    --campaign-rule: #ded5c6;
    --campaign-red: #b72e24;
    --campaign-orange: #df6d28;
    --campaign-green: #3e6d50;
    --campaign-gold: #c79b32;
    --campaign-navy: #26385b;
    --campaign-white: #fff;
    --campaign-shadow: 0 1.4rem 3.6rem rgb(45 33 22 / 12%);
    --campaign-radius: 0.5rem;
    --campaign-font-display: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
    --campaign-font-body: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --campaign-content: min(92%, 80rem);
    --campaign-article: min(90%, 48rem);
  }

  body.campaign-page {
    color: var(--campaign-ink);
    background: var(--campaign-paper);
    font-family: var(--campaign-font-body);
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.8;
    overflow-x: clip;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
  }

  body.campaign-page.tomato-article { zoom: 1; }
  body.campaign-page.mage-article { zoom: 1; }
  body.campaign-page.white-mage-page { zoom: 1; }

  body.campaign-page a { color: inherit; }
  body.campaign-page p { text-wrap: pretty; }
  body.campaign-page h1,
  body.campaign-page h2,
  body.campaign-page h3 {
    font-family: var(--campaign-font-display);
    font-weight: 600;
    line-height: 1.35;
    text-wrap: balance;
  }

  body.campaign-page :focus-visible {
    outline: 0.2rem solid #0875d1;
    outline-offset: 0.2rem;
  }

  .campaign-container { inline-size: var(--campaign-content); margin-inline: auto; }
  .campaign-section { padding-block: clamp(4rem, 8vw, 8rem); }
  .campaign-section + .campaign-section { border-block-start: 1px solid var(--campaign-rule); }
  .campaign-section--soft { background: #f5f0e5; }
  .campaign-section--tomato { background: #f7f0e7; }
  .campaign-section--faq { background: #f7f3eb; }
  .campaign-section--dark { background: #27231f; color: #fff; }
  .campaign-section--dark .section-kicker { color: #e7c66e; }
  .campaign-section--dark .legal-note { border-color: #6d655c; color: #ddd; }
  .campaign-grid-spaced { margin-block-start: 2.5rem; }
  .campaign-summary-spaced { margin-block-start: 2.5rem; }
  .section-kicker {
    color: var(--campaign-red);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .section-title { font-size: clamp(2rem, 1.45rem + 2.2vw, 3.9rem); margin-block-start: 0.65rem; }
  .section-lead { max-inline-size: 46rem; margin-block-start: 1.25rem; color: var(--campaign-muted); font-size: clamp(1rem, 0.95rem + 0.25vw, 1.16rem); }
  .visually-hidden {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
}

@layer shell {
  .tomato-article .lp-header {
    position: sticky;
    z-index: 100;
    inset-block-start: 0;
    border-block-end: 1px solid var(--border-color);
    background: #fff;
  }
  .tomato-article .lp-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-inline-size: 68.75rem;
    block-size: 5rem;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
  .tomato-article .lp-header .header-logo {
    display: block;
    inline-size: auto;
    max-inline-size: none;
    block-size: 3.75rem;
  }
  .tomato-article .lp-header .header-nav {
    display: flex;
    gap: 2rem;
  }
  .tomato-article .lp-header .header-nav a {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
  }
  .tomato-article .lp-header .header-icons {
    display: flex;
    gap: 1.5rem;
  }
  .tomato-article .lp-header .header-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-muted);
    font-size: 0.75rem;
    text-decoration: none;
  }
  .tomato-article .lp-header .header-icon i {
    margin-block-end: 0.25rem;
    color: var(--text-main);
    font-size: 1.25rem;
  }
  .tomato-article #guide_bottom {
    inline-size: 64.375rem;
    margin-inline: auto;
    padding-block-start: 0.625rem;
  }
  .tomato-article #guide_bottom .guide_bottom_L {
    float: left;
    inline-size: 20rem;
    margin-inline-end: 0.625rem;
    padding-block: 0.625rem;
  }
  .tomato-article #guide_bottom .guide_bottom_C {
    float: left;
    inline-size: 20rem;
    margin-inline: 1.25rem;
    padding-block: 0.625rem;
  }
  .tomato-article #guide_bottom .guide_bottom_R {
    float: right;
    inline-size: 20rem;
    padding-block: 0.625rem;
  }
  .tomato-article #guide_bottom a {
    color: #09f;
    text-decoration: underline;
  }
  .tomato-article #footer_wrap {
    inline-size: 64.375rem;
    block-size: 1.875rem;
    margin-inline: auto;
  }

  .campaign-header {
    position: relative;
    z-index: 20;
    background: rgb(255 253 248 / 96%);
    border-block-end: 1px solid var(--campaign-rule);
  }
  .campaign-header__inner {
    min-block-size: 6rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(1rem, 2vw, 2.5rem);
    align-items: center;
  }
  .campaign-logo {
    inline-size: clamp(5.75rem, 6.5vw, 6.5rem);
    max-block-size: 5.75rem;
    block-size: auto;
    aspect-ratio: 157 / 140;
    object-fit: contain;
  }
  .campaign-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.45rem 1.3rem; }
  .campaign-nav a, .campaign-user-nav a { text-decoration: none; font-size: 0.82rem; font-weight: 700; }
  .campaign-nav a:hover, .campaign-user-nav a:hover { color: var(--campaign-red); text-decoration: underline; text-underline-offset: 0.3em; }
  .campaign-user-nav { display: flex; gap: 0.75rem; align-items: center; }
  .campaign-user-nav a { display: grid; justify-items: center; gap: 0.1rem; min-inline-size: 2.75rem; min-block-size: 2.75rem; }
  .campaign-user-nav i { font-size: 1rem; }
  .campaign-menu-toggle,
  .campaign-mobile-menu { display: none; }

  .campaign-breadcrumb { background: #f8f5ee; border-block-end: 1px solid var(--campaign-rule); }
  .campaign-breadcrumb ol {
    inline-size: var(--campaign-content);
    margin-inline: auto;
    min-block-size: 3.15rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    font-size: 0.78rem;
    color: var(--campaign-muted);
  }
  .campaign-breadcrumb li:not(:last-child)::after { content: "/"; margin-inline-start: 0.45rem; color: #a69c8d; }

  .campaign-guide {
    background: #f1eee8;
    border-block-start: 1px solid #d8d1c5;
    padding-block: clamp(3rem, 5vw, 5rem);
  }
  .campaign-guide__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
  .campaign-guide article { background: #fff; border: 1px solid #d8d1c5; padding: clamp(1.25rem, 2.4vw, 2rem); min-inline-size: 0; }
  .campaign-guide h2 { font-size: 1.15rem; border-block-end: 1px solid var(--campaign-rule); padding-block-end: 0.7rem; margin-block-end: 0.9rem; }
  .campaign-guide h3 { font-family: var(--campaign-font-body); font-size: 0.95rem; margin-block: 1rem 0.35rem; }
  .campaign-guide p, .campaign-guide li { font-size: 0.82rem; line-height: 1.75; }
  .campaign-guide ul { list-style: none; }
  .campaign-guide a { color: #244e7a; }
  .campaign-footer { background: #191816; color: #fff; text-align: center; padding-block: 2rem; }
  .campaign-footer img { inline-size: min(90%, 22rem); margin-inline: auto; }
  .campaign-footer small { display: block; margin-block-start: 0.8rem; color: #c9c5be; }
}

@layer components {
  .campaign-button {
    display: inline-flex;
    align-items: safe center;
    justify-content: center;
    gap: 0.6rem;
    min-block-size: 3.25rem;
    padding: 0.8rem 1.25rem;
    border: 1px solid var(--campaign-ink);
    border-radius: 0.2rem;
    background: var(--campaign-ink);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  }
  .campaign-button:hover { transform: translateY(-2px); background: #3b342e; }
  .campaign-button--light { background: transparent; color: var(--campaign-ink) !important; }
  .campaign-button--light:hover { background: var(--campaign-ink); color: #fff !important; }
  .campaign-button--tomato { border-color: var(--campaign-red); background: var(--campaign-red); }
  .campaign-button--mage { border-color: var(--campaign-navy); background: var(--campaign-navy); }
  .white-mage-page .mage-final-cta .mage-final-cta__meat-link:where(:link, :visited) { border-color: #fff; color: #fff !important; }
  .white-mage-page .mage-final-cta .mage-final-cta__meat-link:where(:hover, :focus-visible) { background: #fff; color: var(--mage-ink) !important; }
  .campaign-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-block-start: 1.5rem; }

  .release-panel {
    background: #fff;
    border: 1px solid var(--campaign-rule);
    border-block-start: 0.32rem solid var(--campaign-red);
    box-shadow: var(--campaign-shadow);
    padding: clamp(1.25rem, 2.6vw, 2rem);
  }
  .release-panel[data-release-product="white-mage"] { border-block-start-color: var(--campaign-gold); }
  .release-panel__status { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; color: var(--campaign-red); }
  .release-panel[data-release-product="white-mage"] .release-panel__status { color: var(--campaign-navy); }
  .release-panel__status::before { content: ""; inline-size: 0.65rem; block-size: 0.65rem; border-radius: 50%; background: currentColor; }
  .countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    margin-block: 1.2rem;
    font-variant-numeric: tabular-nums;
  }
  .countdown span { display: grid; justify-items: center; padding: 0.7rem 0.25rem; background: var(--campaign-cream); }
  .countdown strong { font-family: var(--campaign-font-display); font-size: clamp(1.45rem, 1.1rem + 1vw, 2.2rem); line-height: 1; }
  .countdown small { margin-block-start: 0.35rem; color: var(--campaign-muted); font-size: 0.68rem; }
  [data-release-state="launched"] .countdown { display: none; }
  .release-note { color: var(--campaign-muted); font-size: 0.9rem; }

  .product-grid, .related-grid { container-type: inline-size; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); }
  .product-card, .related-card { min-inline-size: 0; background: #fff; border: 1px solid var(--campaign-rule); }
  .product-card { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto 1fr; }
  .product-card > * { min-inline-size: 0; max-inline-size: 100%; }
  .product-card__media { aspect-ratio: 1 / 1; display: grid; place-items: center; background: #faf7f0; overflow: clip; }
  .product-card__media img { inline-size: 100%; block-size: 100%; object-fit: contain; }
  .product-card__body { display: flex; flex-direction: column; padding: clamp(1.1rem, 2.3vw, 1.7rem); }
  .product-card__eyebrow { color: var(--campaign-red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; }
  .product-card h3 { margin-block-start: 0.4rem; font-size: clamp(1.35rem, 1.1rem + 0.7vw, 1.8rem); }
  .product-card__copy { margin-block-start: 0.8rem; color: var(--campaign-muted); font-size: 0.92rem; }
  .product-card__price { margin-block: 1.15rem 0.9rem; font-family: var(--campaign-font-display); font-size: 1.5rem; font-weight: 700; }
  .product-card__price small { font-family: var(--campaign-font-body); font-size: 0.7rem; font-weight: 400; }
  .product-card .campaign-button { margin-block-start: auto; }

  .social-section { background: #f7f2e8; }
  .social-grid { min-inline-size: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 2rem); margin-block-start: 2rem; }
  .social-card { min-inline-size: 0; max-inline-size: 100%; background: #fff; border: 1px solid var(--campaign-rule); padding: clamp(1.35rem, 3vw, 2.5rem); text-align: center; }
  .social-card h3 { font-size: 1.55rem; }
  .social-card p { margin-block: 0.7rem 1.2rem; color: var(--campaign-muted); }
  .social-card a { min-inline-size: 0; max-inline-size: 100%; display: inline-grid; justify-items: center; gap: 0.75rem; text-decoration: none; font-weight: 700; }
  .social-card img { inline-size: auto; max-inline-size: min(100%, 24rem); block-size: auto; }
  .social-card--instagram img { inline-size: 9rem; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }

  .related-card {
    display: grid;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
  }
  .related-card:hover { transform: translateY(-3px); box-shadow: var(--campaign-shadow); }
  .related-card__media {
    display: block;
    inline-size: 100%;
    min-inline-size: 0;
    aspect-ratio: 1200 / 630;
    overflow: hidden;
    background: #eee8de;
  }
  .related-card__media img {
    display: block;
    inline-size: 100%;
    max-inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
  }
  .related-card:hover img { transform: scale(1.025); }
  .related-card__body { padding: 1.2rem; }
  .related-card__label { color: var(--campaign-red); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; }
  .related-card h3 { margin-block-start: 0.45rem; font-size: 1.2rem; }
  .related-card p { margin-block-start: 0.6rem; color: var(--campaign-muted); font-size: 0.86rem; }
  .related-card__arrow { display: block; margin-block-start: 0.85rem; font-weight: 700; font-size: 0.82rem; }

  .faq-list { display: grid; gap: 0.75rem; margin-block-start: 2rem; }
  .faq-list details { background: #fff; border: 1px solid var(--campaign-rule); padding: 1rem 1.2rem; }
  .faq-list summary { cursor: pointer; min-block-size: 2.75rem; display: flex; align-items: center; font-weight: 700; }
  .faq-list details p { padding-block: 0.7rem 0.3rem; color: var(--campaign-muted); }
  .legal-note { margin-block-start: 2rem; padding: 1rem 1.2rem; border: 1px solid var(--campaign-rule); color: var(--campaign-muted); font-size: 0.82rem; }

  .campaign-sticky {
    position: fixed;
    z-index: 30;
    inset-inline: 0;
    inset-block-end: 0;
    background: rgb(32 28 24 / 96%);
    color: #fff;
    padding: 0.65rem max(1rem, env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    box-shadow: 0 -0.5rem 1.5rem rgb(0 0 0 / 18%);
  }
  .campaign-sticky__inner { inline-size: min(100%, 55rem); margin-inline: auto; display: flex; align-items: center; justify-content: center; gap: 0.8rem; }
  .campaign-sticky p { font-size: 0.84rem; }
  .campaign-sticky .campaign-button { min-block-size: 2.7rem; padding-block: 0.55rem; }
  .campaign-sticky button { inline-size: 2.75rem; block-size: 2.75rem; border: 0; background: transparent; color: #fff; cursor: pointer; }

  .has-reveal-motion [data-reveal] { opacity: 0; transform: translateY(1rem); transition: opacity 500ms ease, transform 500ms ease; }
  .has-reveal-motion [data-reveal].is-visible { opacity: 1; transform: none; }
}

@layer themes {
  .sales-hero { position: relative; overflow: clip; background: #efe8db; }
  .sales-hero__inner { min-block-size: clamp(36rem, 70dvh, 49rem); display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); padding-block: clamp(3rem, 7vw, 7rem); }
  .sales-hero__eyebrow { color: var(--campaign-red); font-weight: 700; letter-spacing: 0.12em; }
  .sales-hero h1 { font-size: clamp(2.65rem, 1.5rem + 4.2vw, 4.7rem); line-height: 1.08; text-wrap: nowrap; white-space: nowrap; }
  .sales-hero__inner > *, .article-hero__inner > * { min-inline-size: 0; }
  .sales-hero h1, .article-hero h1, .sales-hero__lead, .article-hero__lead {
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .sales-hero__lead { margin-block-start: 1.4rem; max-inline-size: min(100%, 38rem); font-size: clamp(1rem, 0.9rem + 0.5vw, 1.28rem); text-wrap: wrap; }
  .sales-hero__visual { position: relative; min-inline-size: 0; }
  .sales-hero__visual img { inline-size: 100%; aspect-ratio: 1200 / 630; object-fit: cover; box-shadow: var(--campaign-shadow); }
  .sales-hero__stamp { position: absolute; inset-inline-end: -1rem; inset-block-end: -1rem; display: grid; place-items: center; inline-size: clamp(6.5rem, 10vw, 9rem); aspect-ratio: 1; border-radius: 50%; background: var(--campaign-red); color: #fff; text-align: center; font-weight: 700; line-height: 1.4; transform: rotate(-5deg); }

  .dual-release { margin-block-start: -3rem; position: relative; z-index: 3; }
  .dual-release__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
  .editorial-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
  .editorial-split--reverse { grid-template-columns: 1.1fr 0.9fr; }
  .editorial-split figure img { inline-size: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
  .editorial-split figcaption { margin-block-start: 0.6rem; color: var(--campaign-muted); font-size: 0.78rem; }
  .editorial-copy h2 { font-size: clamp(2rem, 1.4rem + 2.2vw, 3.7rem); }
  .editorial-copy p { margin-block-start: 1.2rem; }

  .white-mage-page { --campaign-red: #6b264d; --campaign-cream: #f4eddd; }
  .white-mage-page .sales-hero { background: #f2ecdc; }
  .white-mage-page .sales-hero::before { content: ""; position: absolute; inset: 0; opacity: 0.15; background-image: linear-gradient(90deg, transparent 75%, var(--campaign-gold) 75%), linear-gradient(transparent 75%, var(--campaign-gold) 75%); background-size: 2.2rem 2.2rem; }
  .white-mage-page .sales-hero__inner { position: relative; z-index: 1; }
  .taste-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--campaign-rule); border: 1px solid var(--campaign-rule); margin-block-start: 2.2rem; }
  .taste-grid article { background: #fff; padding: clamp(1.2rem, 2.4vw, 2rem); }
  .taste-grid strong { display: block; font-family: var(--campaign-font-display); font-size: 1.45rem; }
  .taste-grid p { margin-block-start: 0.5rem; color: var(--campaign-muted); font-size: 0.88rem; }

  .article-hero { background: #eee6d9; }
  .article-hero__inner { min-block-size: clamp(36rem, 72dvh, 51rem); display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3rem, 7vw, 6rem); }
  .article-hero__kicker { color: var(--campaign-red); font-weight: 700; letter-spacing: 0.1em; }
  .article-hero h1 { margin-block-start: 0.7rem; font-size: clamp(2.35rem, 1.55rem + 3vw, 4.9rem); }
  .article-hero__lead { margin-block-start: 1.2rem; font-size: clamp(1rem, 0.94rem + 0.3vw, 1.2rem); }
  .article-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-block-start: 1.2rem; color: var(--campaign-muted); font-size: 0.8rem; }
  .article-hero__visual img { inline-size: 100%; aspect-ratio: 1200 / 630; object-fit: cover; box-shadow: var(--campaign-shadow); }
  .article-content { inline-size: var(--campaign-article); margin-inline: auto; }
  .article-content > p { margin-block-start: 1.2rem; }
  .article-content > h2 { margin-block-start: clamp(3.5rem, 7vw, 6rem); font-size: clamp(1.85rem, 1.5rem + 1.3vw, 2.8rem); }
  .article-content > h3 { margin-block-start: 2.2rem; font-size: 1.45rem; }
  .article-content > h2:first-child,
  .article-content > .section-kicker + h2 { margin-block-start: 0.65rem; }
  .article-content a:not(.campaign-button) { color: #275d8b; text-underline-offset: 0.2em; }
  .article-summary { margin-block: 2rem; padding: clamp(1.2rem, 3vw, 2rem); background: #f5f0e6; border-inline-start: 0.32rem solid var(--campaign-red); }
  .article-summary strong { font-family: var(--campaign-font-display); font-size: 1.25rem; }
  .article-summary ul { margin-block-start: 0.8rem; padding-inline-start: 1.25rem; }
  .article-toc { margin-block: 2.5rem; border: 1px solid var(--campaign-rule); padding: clamp(1.2rem, 3vw, 2rem); }
  .article-toc ol { margin-block-start: 0.8rem; padding-inline-start: 1.25rem; }
  .article-figure { margin-block: clamp(2.5rem, 5vw, 4rem); }
  .article-figure img { inline-size: 100%; }
  .article-figure figcaption { margin-block-start: 0.65rem; color: var(--campaign-muted); font-size: 0.78rem; }
  .article-quote { margin-block: 2.5rem; padding: 1.5rem clamp(1.2rem, 4vw, 2.5rem); border-inline-start: 0.35rem solid var(--campaign-red); background: #faf7f0; font-family: var(--campaign-font-display); font-size: clamp(1.2rem, 1rem + 0.7vw, 1.65rem); }
  .article-source-note,
  .article-insight { margin-block: 2.25rem; padding: clamp(1.2rem, 3vw, 2rem); border-inline-start: 0.32rem solid var(--campaign-red); background: #fff; box-shadow: 0 0.65rem 1.8rem rgb(53 42 31 / 7%); }
  .article-source-note strong,
  .article-insight strong { display: block; font-family: var(--campaign-font-display); font-size: 1.2rem; }
  .article-source-note p,
  .article-insight p { margin-block-start: 0.65rem; color: var(--campaign-muted); }
  .comparison-table { margin-block: 2.4rem; border: 1px solid var(--campaign-rule); background: #fff; overflow-x: auto; }
  .comparison-table > div { min-inline-size: 34rem; display: grid; grid-template-columns: minmax(8rem, 0.8fr) repeat(2, minmax(12rem, 1fr)); }
  .comparison-table > div + div { border-block-start: 1px solid var(--campaign-rule); }
  .comparison-table :is(strong, span) { padding: 0.85rem 1rem; }
  .comparison-table :is(strong, span) + :is(strong, span) { border-inline-start: 1px solid var(--campaign-rule); }
  .comparison-table > div:first-child { background: #eee7da; }
  .comparison-table [role="rowheader"] { font-weight: 700; }
  .process-list, .pairing-list { display: grid; gap: 0.75rem; margin-block: 2rem; list-style: none; }
  .process-list { counter-reset: process; }
  .process-list li { counter-increment: process; display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 1rem; align-items: start; padding: 1.1rem; background: #fff; border: 1px solid var(--campaign-rule); }
  .process-list li::before { content: counter(process, decimal-leading-zero); grid-row: span 2; color: var(--campaign-red); font-family: var(--campaign-font-display); font-size: 1.55rem; font-weight: 700; line-height: 1.2; }
  .process-list strong, .pairing-list strong { font-family: var(--campaign-font-display); font-size: 1.15rem; }
  .process-list span, .pairing-list span { color: var(--campaign-muted); }
  .pairing-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pairing-list li { display: grid; gap: 0.35rem; padding: 1.2rem; border-block-start: 0.22rem solid var(--campaign-red); background: #f8f4ec; }
  .article-cta { margin-block: 3rem; padding: clamp(1.4rem, 4vw, 2.8rem); background: #24201d; color: #fff; }
  .article-cta h2 { font-size: 1.8rem; }
  .article-cta p { margin-block-start: 0.8rem; color: #ddd7ce; }

  .tomato-article { --campaign-red: #b72e24; }
  .tomato-article main :is(h2, h3) {
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
    text-wrap: wrap;
  }
  .tomato-article .heading-keep { display: inline-block; white-space: nowrap; }
  .tomato-article .heading-break--mobile { display: none; }
  .tomato-article .tomato-article-hero {
    position: relative;
    isolation: isolate;
    min-block-size: clamp(42rem, calc(100svh - 9.25rem), 58rem);
    overflow: clip;
    background: #27120f;
    color: #fff;
  }
  .tomato-article .tomato-article-hero .article-hero__inner {
    position: static;
    inline-size: 100%;
    max-inline-size: none;
    min-block-size: inherit;
    display: block;
    padding: 0;
  }
  .tomato-article .tomato-article-hero .article-hero__copy {
    position: relative;
    z-index: 2;
    inline-size: var(--campaign-content);
    max-inline-size: none;
    min-block-size: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-inline: auto;
    padding-block: clamp(2.25rem, 5vh, 4rem);
  }
  .tomato-article .article-hero__kicker {
    max-inline-size: 46rem;
    color: #f8c466;
    font-family: var(--campaign-font-body);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-shadow: 0 1px 1rem rgb(0 0 0 / 45%);
  }
  .tomato-article .tomato-article-hero h1 {
    max-inline-size: 13ch;
    margin-block-start: 0.9rem;
    color: #fff;
    font-size: clamp(3rem, 1.5rem + 3vw, 5.1rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-wrap: balance;
    text-shadow: 0 0.16rem 1.25rem rgb(20 6 3 / 45%);
  }
  .tomato-article .tomato-article-hero h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .tomato-article .tomato-article-hero h1 em {
    display: block;
    margin-block-start: 0.15em;
    color: #fff5df;
    font-style: normal;
    white-space: normal;
  }
  .tomato-article .tomato-article-hero .article-hero__lead {
    max-inline-size: 38rem;
    color: rgb(255 255 255 / 88%);
    font-size: clamp(0.98rem, 0.93rem + 0.2vw, 1.12rem);
    line-height: 1.9;
    text-shadow: 0 1px 0.7rem rgb(0 0 0 / 48%);
  }
  .tomato-hero__release { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem; margin-block-start: 0.65rem; font-size: 0.76rem; font-weight: 700; }
  .tomato-hero__release span, .tomato-hero__release strong { padding: 0.3rem 0.65rem; border: 1px solid rgb(255 255 255 / 78%); background: rgb(30 10 6 / 35%); color: #fff; backdrop-filter: blur(0.25rem); }
  .tomato-hero__release strong { border-color: #c83a2d; background: #b72e24; }
  .tomato-hero__facts { display: flex; flex-wrap: wrap; gap: 0.4rem 0.9rem; margin-block-start: 1.1rem; list-style: none; color: rgb(255 255 255 / 88%); font-size: 0.76rem; font-weight: 700; }
  .tomato-hero__facts li { display: flex; align-items: center; gap: 0.42rem; }
  .tomato-hero__facts li::before { content: ""; inline-size: 0.42rem; block-size: 0.42rem; border-radius: 50%; background: #f8c466; }
  .tomato-article .tomato-article-hero .article-meta { color: rgb(255 255 255 / 72%); }
  .tomato-article .tomato-article-hero .campaign-button--light {
    border-color: #fff;
    background: #fff;
    color: #2b1711;
  }
  .tomato-article .tomato-article-hero .article-hero__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    inline-size: 100%;
    max-inline-size: none;
    block-size: 100%;
    margin: 0;
  }
  .tomato-article .tomato-article-hero .article-hero__visual picture { display: block; block-size: 100%; }
  .tomato-article .tomato-article-hero .article-hero__visual img {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    box-shadow: none;
  }
  .tomato-article .tomato-article-hero .article-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgb(24 7 4 / 88%) 0%, rgb(34 10 6 / 76%) 34%, rgb(34 10 6 / 42%) 53%, rgb(34 10 6 / 7%) 76%),
      linear-gradient(0deg, rgb(20 6 3 / 48%) 0%, transparent 35%, rgb(20 6 3 / 12%) 100%);
  }
  .tomato-article .tomato-article-hero .article-hero__visual figcaption { display: none; }

  .article-section-visual {
    width: 140%;
    max-width: 76rem;
    margin-block: clamp(2rem, 4vw, 3.25rem);
    margin-inline-start: 50%;
    transform: translateX(-50%);
  }
  .article-section-visual img {
    display: block;
    inline-size: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.7rem;
    object-fit: cover;
    box-shadow: 0 1.25rem 3.25rem rgb(66 34 22 / 14%);
  }
  .article-section-visual--portrait { max-width: 68rem; }
  .article-section-visual--portrait img { aspect-ratio: 3 / 2; }
  .article-section-visual figcaption {
    max-inline-size: 48rem;
    margin-block-start: 0.75rem;
    margin-inline: auto;
    color: var(--campaign-muted);
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .tomato-fact-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-block: 2.5rem; border: 1px solid var(--campaign-rule); background: var(--campaign-rule); }
  .tomato-fact-strip > div { min-inline-size: 0; padding: 1rem 0.8rem; background: #fff; }
  .tomato-fact-strip strong { display: block; color: var(--campaign-red); font-family: var(--campaign-font-display); font-size: 1.25rem; line-height: 1.3; }
  .tomato-fact-strip span { display: block; margin-block-start: 0.35rem; color: var(--campaign-muted); font-size: 0.72rem; line-height: 1.55; }

  .tomato-pairing-section { background: linear-gradient(180deg, #fffdf8 0%, #f7eee4 100%); }
  .pairing-lead { font-size: 1.08rem; }
  .pairing-principle { margin-block: 2rem; padding: clamp(1.4rem, 4vw, 2.5rem); background: #6e211b; color: #fff; }
  .pairing-principle span { display: block; margin-block-end: 0.55rem; color: #f4c56b; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; }
  .pairing-principle strong { display: block; font-family: var(--campaign-font-display); font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.85rem); line-height: 1.65; }
  .tomato-pairing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-block: 2.2rem; list-style: none; }
  .tomato-pairing-grid li { min-inline-size: 0; display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; padding: clamp(1.25rem, 3vw, 1.8rem); background: #fff; border: 1px solid #e4d5c6; box-shadow: 0 0.7rem 1.8rem rgb(80 49 31 / 6%); }
  .tomato-pairing-grid__number { color: var(--campaign-red); font-family: var(--campaign-font-display); font-size: 1.1rem; font-weight: 700; }
  .tomato-pairing-grid h3 { margin: 0; font-size: 1.2rem; line-height: 1.5; }
  .tomato-pairing-grid p { margin-block-start: 0.65rem; color: var(--campaign-muted); font-size: 0.9rem; line-height: 1.8; }
  .article-cta--tomato { background: linear-gradient(135deg, #28201c, #4c1c18); }
  .article-cta--tomato .campaign-button { margin-block-start: 1.2rem; }
  .article-release-countdown { max-inline-size: 32rem; }
  .article-release-countdown span { background: #f3eadb; color: var(--campaign-ink); }
  .article-figure--wide img { aspect-ratio: 4 / 3; object-fit: cover; }
  .mage-article {
    --campaign-red: #6b264d;
    --mage-plum: #4d345f;
    --mage-ink: #241d27;
    --mage-cream: #f4eddb;
  }
  .mage-article main :is(h1, h2, h3) {
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
    text-wrap: balance;
  }
  .mage-article .article-content { line-height: 1.95; }
  .mage-article .article-content > p { font-size: 1.04em; }
  .mage-article .article-content :is(h2, h3) { text-wrap: pretty; }
  .mage-article .keep-phrase {
    display: inline-block;
    max-inline-size: 100%;
    white-space: nowrap;
  }

  .mage-article .mage-story-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
    gap: 1px;
    margin-block: clamp(2rem, 5vw, 3.5rem);
    padding: 1px;
    background: #d9d0c2;
    list-style: none;
  }
  .mage-article .mage-story-timeline li {
    min-inline-size: 0;
    padding: clamp(1.15rem, 2.4vw, 1.65rem);
    background: #fff;
  }
  .mage-article .mage-story-timeline li > span {
    display: grid;
    inline-size: 2.2rem;
    block-size: 2.2rem;
    place-items: center;
    margin-block-end: 0.9rem;
    border: 1px solid rgb(77 52 95 / 35%);
    border-radius: 50%;
    color: var(--mage-plum);
    font-size: 0.7rem;
    font-weight: 700;
  }
  .mage-article .mage-story-timeline strong {
    display: block;
    color: var(--mage-ink);
    font-family: var(--campaign-font-serif);
    font-size: 1.04rem;
    line-height: 1.55;
  }
  .mage-article .mage-story-timeline p {
    margin-block-start: 0.55rem;
    color: #675f57;
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .mage-article .mage-story-hero {
    position: relative;
    isolation: isolate;
    block-size: clamp(37rem, calc(100svh - 9.25rem), 48rem);
    overflow: clip;
    background: linear-gradient(135deg, #f7f0dd 0%, #eee5cb 100%);
  }
  .mage-article .mage-story-hero .article-hero__inner {
    inline-size: 100%;
    max-inline-size: none;
    block-size: 100%;
    min-block-size: 0;
    display: grid;
    grid-template-columns: minmax(27rem, 42%) minmax(0, 58%);
    gap: 0;
    padding: 0;
  }
  .mage-article .mage-story-hero .article-hero__copy {
    z-index: 2;
    align-self: stretch;
    min-inline-size: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.25rem, 4vw, 4.5rem) clamp(2rem, 5vw, 5.5rem) clamp(2.25rem, 4vw, 4.5rem) max(2rem, calc((100vw - 96rem) / 2 + 2rem));
  }
  .mage-article .mage-story-hero .article-hero__kicker {
    color: var(--mage-plum);
    font-family: var(--campaign-font-body);
    font-size: 0.76rem;
    letter-spacing: 0.17em;
  }
  .mage-story-hero__release {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-block-start: 0.85rem;
    font-size: 0.74rem;
    font-weight: 700;
  }
  .mage-story-hero__release :is(strong, span) {
    padding: 0.38rem 0.68rem;
    border: 1px solid rgb(77 52 95 / 35%);
    background: rgb(255 255 255 / 60%);
  }
  .mage-story-hero__release strong { background: var(--mage-plum); color: #fff; }
  .mage-article .mage-story-hero h1 {
    max-inline-size: 100%;
    margin-block-start: 0.9rem;
    color: var(--mage-ink);
    font-size: clamp(2.65rem, 1.9rem + 1.2vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }
  .mage-article .mage-story-hero h1 > span { display: block; white-space: nowrap; }
  .mage-article .mage-story-hero h1 em {
    display: block;
    margin-block-start: 0.22em;
    color: var(--mage-plum);
    font-size: 0.66em;
    font-style: normal;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }
  .mage-article .mage-story-hero h1 small {
    display: block;
    margin-block-start: 0.12em;
    font-size: 0.54em;
    letter-spacing: 0.03em;
  }
  .mage-article .mage-story-hero .article-hero__lead {
    max-inline-size: 37rem;
    margin-block-start: 1rem;
    color: #514755;
    font-size: clamp(0.94rem, 0.88rem + 0.2vw, 1.08rem);
    line-height: 1.85;
  }
  .mage-article .mage-story-hero .article-meta { margin-block-start: 0.8rem; }
  .mage-article .mage-story-hero .campaign-actions { margin-block-start: 1rem; }
  .mage-article .mage-story-hero .campaign-button { min-block-size: 3.25rem; }
  .mage-article .mage-story-hero .article-hero__visual {
    position: relative;
    z-index: 0;
    align-self: stretch;
    inline-size: 100%;
    max-inline-size: none;
    block-size: 100%;
    min-block-size: 0;
    margin: 0;
    overflow: hidden;
  }
  .mage-article .mage-story-hero .article-hero__visual picture { display: block; block-size: 100%; }
  .mage-article .mage-story-hero .article-hero__visual img {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 53% center;
    box-shadow: none;
  }
  .mage-article .mage-story-product-figure {
    inline-size: min(100%, 34rem);
    margin-inline: auto;
  }
  .mage-article .mage-story-product-figure img {
    display: block;
    inline-size: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    box-shadow: 0 1.25rem 3rem rgb(44 30 49 / 14%);
  }

  .mage-article .mage-comparison {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(0.75rem, 2vw, 1.5rem);
    align-items: stretch;
    margin-block: clamp(2.2rem, 5vw, 4rem);
  }
  .mage-article .mage-comparison__card {
    min-inline-size: 0;
    padding: clamp(1.35rem, 3vw, 2.2rem);
    border: 1px solid #d9d0c2;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgb(48 34 25 / 7%);
  }
  .mage-article .mage-comparison__card--previous { border-block-start: 0.35rem solid #756d66; }
  .mage-article .mage-comparison__card--current {
    border-block-start: 0.35rem solid var(--mage-plum);
    background: linear-gradient(145deg, #fff 0%, #fbf5dc 100%);
  }
  .mage-article .mage-comparison__eyebrow {
    margin: 0;
    color: var(--mage-plum);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
  }
  .mage-article .mage-comparison h3 {
    margin-block: 0.65rem 1.25rem;
    font-size: clamp(1.35rem, 1.1rem + 0.65vw, 1.85rem);
    line-height: 1.55;
    text-wrap: balance;
  }
  .mage-article .mage-comparison dl { margin: 0; }
  .mage-article .mage-comparison dl > div {
    display: grid;
    grid-template-columns: minmax(5.25rem, 0.8fr) minmax(0, 1.2fr);
    gap: 0.75rem;
    padding-block: 0.75rem;
    border-block-start: 1px solid #e4ddd3;
  }
  .mage-article .mage-comparison dt { color: #71685f; font-size: 0.8rem; font-weight: 700; }
  .mage-article .mage-comparison dd { margin: 0; color: #2d2622; font-weight: 700; }
  .mage-article .mage-comparison__shift {
    align-self: center;
    color: var(--mage-plum);
    font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  }

  .mage-article .mage-gateway-figure {
    inline-size: min(100%, 58rem);
    margin: clamp(2.2rem, 5vw, 4rem) auto;
  }
  .mage-article .mage-gateway-figure--wide {
    inline-size: min(116%, 66rem);
    max-inline-size: none;
    margin-inline: 50%;
    transform: translateX(-50%);
  }
  .mage-article .mage-gateway-figure img {
    display: block;
    inline-size: 100%;
    block-size: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid rgb(81 63 47 / 12%);
    box-shadow: 0 1.4rem 3.2rem rgb(57 38 25 / 13%);
  }
  .mage-article .mage-gateway-figure figcaption {
    margin-block-start: 0.75rem;
    padding-inline-start: 1rem;
    border-inline-start: 0.18rem solid var(--mage-plum);
    color: #71675f;
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .mage-article .mage-meat-story {
    background: linear-gradient(135deg, #241f27 0%, #392a40 58%, #4a3156 100%);
    color: #fff;
  }
  .mage-article .mage-meat-story__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
  }
  .mage-article .mage-meat-story__visual { margin: 0; }
  .mage-article .mage-meat-story__visual img {
    display: block;
    inline-size: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    box-shadow: 1rem 1rem 0 rgb(235 202 102 / 16%);
  }
  .mage-article .mage-meat-story__visual figcaption {
    margin-block-start: 0.8rem;
    color: rgb(255 255 255 / 72%);
    font-size: 0.78rem;
    line-height: 1.7;
  }
  .mage-article .mage-meat-story__copy h2 {
    margin-block-start: 0.7rem;
    color: #fff;
    font-size: clamp(2rem, 1.45rem + 1.7vw, 3.25rem);
  }
  .mage-article .mage-meat-story__copy p {
    margin-block-start: 1.1rem;
    color: rgb(255 255 255 / 84%);
    line-height: 1.9;
  }
  .mage-article .mage-meat-story__copy .campaign-button {
    margin-block-start: 1.4rem;
    background: #f2d36f;
    color: #241d27;
  }
  .mage-article .mage-meat-story__copy .campaign-button:hover { background: #fff; color: #241d27; }
  .mage-article .mage-story-final { background: #27231f; color: #fff; }
  .mage-article .mage-story-final h2 { color: #fff; }
  .mage-article .mage-story-final p { color: #e6dfd5; }
  .mage-article .mage-story-final__status {
    display: inline-block;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgb(231 198 110 / 55%);
    color: #f2d36f;
    font-size: 0.82rem;
    font-weight: 700;
  }
}

@layer responsive {
  @media (min-width: 48rem) and (max-height: 60rem) {
    .tomato-article .tomato-article-hero .article-hero__copy { padding-block-end: 2rem; }
    .tomato-article .tomato-article-hero .tomato-hero__facts,
    .tomato-article .tomato-article-hero .article-meta { display: none; }
    .tomato-article .tomato-article-hero .campaign-actions {
      position: static;
      margin-block-start: 0.5rem;
    }
  }

  @media (min-width: 100rem) {
    :root { --campaign-content: min(88%, 98rem); }
    .sales-hero__inner, .article-hero__inner { grid-template-columns: minmax(0, 0.85fr) minmax(30rem, 1.15fr); }
  }

  @media (max-width: 72rem) {
    .campaign-header__inner { grid-template-columns: auto 1fr; }
    .campaign-nav { display: none; }
    .campaign-user-nav { justify-self: end; }
    .sales-hero__inner, .article-hero__inner { grid-template-columns: 1fr 1fr; }
    .tomato-article .tomato-article-hero .article-hero__inner { inline-size: 100%; max-inline-size: none; }
    .article-section-visual,
    .article-section-visual--portrait { width: 110%; max-width: none; }
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }

  @media (max-width: 72rem) {
    .campaign-header__inner {
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 0.75rem;
    }
    .campaign-menu-toggle {
      display: inline-grid;
      place-content: center;
      gap: 0.3rem;
      inline-size: 3rem;
      block-size: 3rem;
      padding: 0;
      border: 1px solid var(--campaign-rule);
      border-radius: 0.2rem;
      background: #fff;
      color: var(--campaign-ink);
      cursor: pointer;
    }
    .campaign-menu-toggle > span:not(.visually-hidden) {
      display: block;
      inline-size: 1.25rem;
      block-size: 0.12rem;
      border-radius: 999px;
      background: currentColor;
    }
    .campaign-menu-toggle[aria-expanded="true"] { color: var(--campaign-red); }
    .campaign-mobile-menu {
      position: absolute;
      z-index: 25;
      inset: 100% 0 auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      padding: 1rem max(1rem, calc((100% - 80rem) / 2));
      border-block: 1px solid var(--campaign-rule);
      background: var(--campaign-rule);
      box-shadow: 0 1rem 2rem rgb(45 33 22 / 14%);
    }
    .campaign-mobile-menu[hidden] { display: none; }
    .campaign-mobile-menu a {
      display: flex;
      align-items: center;
      min-block-size: 3rem;
      padding: 0.65rem 0.9rem;
      background: var(--campaign-paper);
      text-decoration: none;
      font-size: 0.84rem;
      font-weight: 700;
    }
    .campaign-mobile-menu a:hover { color: var(--campaign-red); }
  }

  @media (max-width: 56rem) {
    .campaign-header__inner { min-block-size: 5rem; }
    .campaign-user-nav a:not(:last-child) { display: none; }
    .sales-hero__inner, .article-hero__inner { grid-template-columns: 1fr; min-block-size: 0; }
    .sales-hero__visual, .article-hero__visual { max-inline-size: 42rem; }
    .tomato-article .tomato-article-hero .article-hero__inner { inline-size: 100%; max-inline-size: none; }
    .tomato-article .tomato-article-hero .article-hero__copy { max-inline-size: none; }
    .tomato-article .tomato-article-hero .article-hero__visual { max-inline-size: none; }
    .article-section-visual,
    .article-section-visual--portrait { width: 100%; }
    .dual-release { margin-block-start: 0; padding-block-start: 1rem; }
    .dual-release__grid, .editorial-split, .editorial-split--reverse { grid-template-columns: 1fr; }
    .editorial-split--reverse figure { order: 0; }
    .editorial-split--reverse .editorial-copy { order: 1; }
    .taste-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .campaign-guide__grid { grid-template-columns: 1fr; }
    .tomato-fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }

  @media (max-width: 47.99rem) {
    .tomato-article .lp-header .container {
      inline-size: calc(100% - 1.75rem) !important;
      min-inline-size: 0;
      max-inline-size: calc(100% - 1.75rem) !important;
    }
    .tomato-article .lp-header .header-nav { display: none; }
    .tomato-article .lp-header .header-icons { display: none; }
    .tomato-article .lp-header .header-logo {
      max-inline-size: 7rem;
      block-size: 3.375rem;
    }
    .tomato-article #guide_bottom_wrap {
      inline-size: 100%;
      min-inline-size: 0;
      padding-inline: 0.625rem;
      overflow: hidden;
    }
    .tomato-article #guide_bottom {
      display: grid;
      grid-template-columns: 1fr;
      inline-size: calc(100% - 1.75rem) !important;
      min-inline-size: 0;
      max-inline-size: 61.25rem;
      margin-inline: auto;
      padding: 0 !important;
    }
    .tomato-article #guide_bottom .guide_bottom_L,
    .tomato-article #guide_bottom .guide_bottom_C,
    .tomato-article #guide_bottom .guide_bottom_R {
      float: none;
      inline-size: auto !important;
      max-inline-size: 100%;
    }
    .tomato-article #footer,
    .tomato-article #footer_wrap {
      inline-size: 100%;
      min-inline-size: 0;
    }
    .tomato-article #footer_wrap {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      inline-size: calc(100% - 1.75rem) !important;
      max-inline-size: 61.25rem;
      block-size: auto;
      text-align: center;
    }
    .tomato-article #footer_wrap #attention,
    .tomato-article #footer_wrap #copyright {
      float: none;
      inline-size: 100%;
      text-align: center;
    }

    .tomato-article .tomato-article-hero {
      min-block-size: clamp(38rem, calc(100svh - 7.75rem), 48rem);
      background: #2d1713;
    }
    .tomato-article .tomato-article-hero .article-hero__inner {
      inline-size: 100%;
      min-block-size: inherit;
      display: block;
      padding: 0;
    }
    .tomato-article .tomato-article-hero .article-hero__visual {
      inline-size: 100%;
      max-inline-size: none;
    }
    .tomato-article .tomato-article-hero .article-hero__visual img {
      object-position: center center;
    }
    .tomato-article .tomato-article-hero .article-hero__visual::after {
      background: linear-gradient(180deg, rgb(27 9 5 / 82%) 0%, rgb(27 9 5 / 58%) 32%, rgb(27 9 5 / 8%) 57%, rgb(20 7 4 / 25%) 72%, rgb(20 7 4 / 94%) 100%);
    }
    .tomato-article .tomato-article-hero .article-hero__copy {
      inline-size: 100%;
      min-block-size: inherit;
      max-inline-size: none;
      padding: 1.7rem max(1.25rem, 5vw) calc(1.35rem + env(safe-area-inset-bottom));
    }
    .tomato-article .article-hero__kicker { font-size: 0.68rem; }
    .tomato-article .tomato-article-hero h1 {
      max-inline-size: 13ch;
      margin-block-start: 0.65rem;
      font-size: clamp(2.35rem, 11vw, 3.35rem);
    }
    .tomato-article .tomato-article-hero h1 span { font-size: 0.5em; line-height: 1.45; }
    .tomato-article .tomato-article-hero .article-hero__lead { max-inline-size: 23rem; margin-block-start: 0.8rem; color: rgb(255 255 255 / 90%); font-size: 0.84rem; line-height: 1.72; }
    .tomato-hero__release { margin-block-start: 0.45rem; font-size: 0.68rem; }
    .tomato-hero__facts { display: none; }
    .tomato-article .tomato-article-hero .article-meta { order: 4; margin-block-start: auto; color: #fff; text-shadow: 0 1px 0.4rem rgb(0 0 0 / 70%); }
    .tomato-article .tomato-article-hero .campaign-actions { order: 5; margin-block-start: 0.75rem; }
    .tomato-article .tomato-article-hero .campaign-actions .campaign-button--light { display: none; }
    .article-section-visual,
    .article-section-visual--portrait { width: 100%; }
    .article-section-visual img { border-radius: 0.35rem; }
    .article-section-visual figcaption { padding-inline: 0.5rem; }
  }

  @media (max-width: 40rem) {
    :root { --campaign-content: min(91%, 80rem); --campaign-article: min(90%, 48rem); }
    .campaign-section { padding-block: 3.75rem; }
    .campaign-logo { inline-size: 5.75rem; max-block-size: 5.15rem; }
    .campaign-user-nav span { font-size: 0.68rem; }
    .campaign-breadcrumb ol { padding-block: 0.55rem; }
    .sales-hero__inner, .article-hero__inner { padding-block: 2.4rem 3.5rem; gap: 2rem; }
    .sales-hero h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
    .sales-hero h1, .article-hero h1 { text-wrap: wrap; white-space: normal; word-break: normal; }
    .tomato-article .article-content > h2 { font-size: clamp(1.45rem, 7.2vw, 1.85rem); }
    .tomato-article .article-content > h3 { font-size: clamp(1.18rem, 5.7vw, 1.45rem); }
    .tomato-article main .section-title { font-size: clamp(1.75rem, 8vw, 2rem); }
    .tomato-article .heading-break--mobile { display: initial; }
    .tomato-article .heading-break--desktop { display: none; }
    .sales-hero__stamp { inset-inline-end: 0.5rem; inset-block-end: 0.5rem; inline-size: 5.5rem; font-size: 0.78rem; }
    .countdown { gap: 0.25rem; }
    .countdown span { padding-inline: 0.1rem; }
    .social-grid { grid-template-columns: 1fr; }
    .pairing-list { grid-template-columns: 1fr; }
    .tomato-pairing-grid { grid-template-columns: 1fr; }
    .tomato-fact-strip { grid-template-columns: 1fr 1fr; }
    .tomato-fact-strip > div { padding: 0.9rem 0.75rem; }
    .product-grid, .related-grid { grid-template-columns: 1fr; }
    .campaign-actions { display: grid; }
    .campaign-button { inline-size: 100%; }
    .campaign-sticky p { display: none; }
    .campaign-sticky .campaign-button { inline-size: auto; flex: 1; }
  }

  @media (max-width: 30rem) {
    .campaign-mobile-menu {
      grid-template-columns: 1fr;
      max-block-size: calc(100svh - 5rem);
      overflow-y: auto;
    }
  }

  @media (max-width: 22rem) {
    .tomato-article .tomato-pairing-grid h3 { font-size: 1.15rem; }
  }

  @media (pointer: coarse) {
    .campaign-nav a, .campaign-user-nav a, .campaign-button, .faq-list summary { min-block-size: 3rem; }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    [data-reveal] { opacity: 1; transform: none; transition: none; }
    .campaign-button, .related-card, .related-card img { transition: none; }
  }

  @media (forced-colors: active) {
    .release-panel, .product-card, .related-card, .social-card, .faq-list details { border: 1px solid CanvasText; }
  }
}

/* Shared Sekinoichi shop footer used by current sales landing pages. */
@layer components {
  .sekinoichi-shop-footer {
    --shop-footer-ink: #f8f4ec;
    --shop-footer-muted: #d7cfc2;
    --shop-footer-accent: #f2ca50;
    position: relative;
    clear: both;
    background: #f7f6f4;
    color: #2b2824;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    overflow-wrap: anywhere;
  }
  .sekinoichi-shop-footer :where(h2, h3, p, ul, address) { margin: 0; }
  .sekinoichi-shop-footer__age {
    padding: 1.5rem max(1rem, env(safe-area-inset-right)) 1.5rem max(1rem, env(safe-area-inset-left));
    border-block: 1px solid #ded9d0;
    text-align: center;
  }
  .sekinoichi-shop-footer__age p { color: #5c554d; font-size: 0.92rem; font-weight: 700; }
  .sekinoichi-shop-footer__utility { position: relative; padding: clamp(2.5rem, 5vw, 4.5rem) 1rem; }
  .sekinoichi-shop-footer__line {
    inline-size: min(100%, 56.25rem);
    margin-inline: auto;
    padding: clamp(1.5rem, 3.5vw, 2.5rem);
    border: 2px solid #06c755;
    border-radius: 0.5rem;
    background: #f6fbf6;
    text-align: center;
  }
  .sekinoichi-shop-footer__line h2 { color: #068b40; font-family: inherit; font-size: clamp(1.15rem, 1rem + 0.65vw, 1.5rem); }
  .sekinoichi-shop-footer__line p { max-inline-size: 47rem; margin: 1rem auto 1.5rem; color: #3f3b36; font-size: 0.95rem; line-height: 1.8; }
  .sekinoichi-shop-footer__line-button { display: block; inline-size: min(100%, 25rem); margin-inline: auto; }
  .sekinoichi-shop-footer__line-button img { display: block; inline-size: 100%; block-size: auto; border-radius: 0.25rem; }
  .sekinoichi-shop-footer__page-top {
    position: absolute;
    inset-block-start: 0.75rem;
    inset-inline-end: max(1rem, calc((100% - min(94%, 76rem)) / 2));
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-block-size: 2.75rem;
    padding-inline: 0.9rem;
    border: 1px solid #cfc8bd;
    border-radius: 999px;
    background: #fff;
    color: #2b2824;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
  }
  .sekinoichi-shop-footer__page-top:hover,
  .sekinoichi-shop-footer__page-top:focus-visible { border-color: #2b2824; background: #2b2824; color: #fff; }
  .sekinoichi-shop-footer__page-top-icon { inline-size: 1rem; block-size: 1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .sekinoichi-shop-footer .sekinoichi-shop-footer__guide {
    padding: clamp(2.5rem, 4vw, 4rem) max(1rem, env(safe-area-inset-right)) clamp(3rem, 5vw, 5rem) max(1rem, env(safe-area-inset-left));
    border-block-start: 0;
    background:
      radial-gradient(circle at 12% 0%, rgb(242 202 80 / 10%), transparent 22rem),
      linear-gradient(135deg, #302c28, #1f1d1b 68%);
    color: var(--shop-footer-ink);
  }
  .sekinoichi-shop-footer__guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 3rem);
    inline-size: min(100%, 76rem);
    margin-inline: auto;
  }
  .sekinoichi-shop-footer__column { min-inline-size: 0; }
  .sekinoichi-shop-footer__column + .sekinoichi-shop-footer__column { border-inline-start: 1px solid rgb(255 255 255 / 17%); padding-inline-start: clamp(1.5rem, 3vw, 3rem); }
  .sekinoichi-shop-footer__column h2 {
    margin-block: 1.5rem 0.8rem;
    padding-block-end: 0.55rem;
    border-block-end: 1px solid rgb(242 202 80 / 60%);
    color: #fff;
    font-family: inherit;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
  }
  .sekinoichi-shop-footer__column h2:first-child { margin-block-start: 0; }
  .sekinoichi-shop-footer__column h3 { margin-block: 1rem 0.35rem; color: var(--shop-footer-accent); font-size: 0.88rem; }
  .sekinoichi-shop-footer__column p,
  .sekinoichi-shop-footer__column address,
  .sekinoichi-shop-footer__column li { color: var(--shop-footer-muted); font-size: 0.78rem; font-style: normal; line-height: 1.75; }
  .sekinoichi-shop-footer__column ul { margin-block-start: 0.8rem; padding: 0; list-style: none; }
  .sekinoichi-shop-footer__column a { color: #8bc8ff; text-underline-offset: 0.2em; }
  .sekinoichi-shop-footer__column a:hover,
  .sekinoichi-shop-footer__column a:focus-visible { color: #fff; }
  .sekinoichi-shop-footer__column img { display: block; max-inline-size: 100%; block-size: auto; margin-block: 0.65rem; }
  .sekinoichi-shop-footer__payment-image { padding: 0.3rem; background: #fff; }
  .sekinoichi-shop-footer__highlight { color: var(--shop-footer-accent) !important; font-size: 0.9rem !important; font-weight: 700; }
  .sekinoichi-shop-footer .sekinoichi-shop-footer__bottom { padding: 1rem max(1rem, env(safe-area-inset-right)) calc(1rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)); background: #fff; color: #4f4942; text-align: start; }
  .sekinoichi-shop-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; inline-size: min(100%, 76rem); margin-inline: auto; }
  .sekinoichi-shop-footer__bottom img { inline-size: min(100%, 20rem); block-size: auto; margin: 0; }
  .sekinoichi-shop-footer__bottom small { margin: 0; color: #706960; font-size: 0.72rem; text-align: end; }
}

@layer responsive {
  @media (max-width: 63.99rem) {
    .sekinoichi-shop-footer__guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sekinoichi-shop-footer__column:nth-child(3) { grid-column: 1 / -1; padding-block-start: 2rem; border-block-start: 1px solid rgb(255 255 255 / 17%); }
    .sekinoichi-shop-footer__column:nth-child(3) { border-inline-start: 0; padding-inline-start: 0; }
  }

  @media (max-width: 48rem) {
    .sekinoichi-shop-footer__guide-grid { grid-template-columns: 1fr; gap: 0; }
    .sekinoichi-shop-footer__column + .sekinoichi-shop-footer__column,
    .sekinoichi-shop-footer__column:nth-child(3) { grid-column: auto; padding-block-start: 2rem; padding-inline-start: 0; border-block-start: 1px solid rgb(255 255 255 / 17%); border-inline-start: 0; }
    .sekinoichi-shop-footer__bottom-inner { flex-direction: column; align-items: center; }
    .sekinoichi-shop-footer__bottom small { text-align: center; }
    .sekinoichi-shop-footer__page-top span { display: none; }
    .sekinoichi-shop-footer__page-top { inline-size: 2.75rem; justify-content: center; padding: 0; }
  }
}

/* WHITE MAGE article: responsive editorial hero and development-story imagery. */
@layer responsive {
  @media (min-width: 72.01rem) {
    .mage-article {
      --campaign-content: min(94%, 96rem);
      --campaign-article: min(88%, 58rem);
    }
    .mage-article .article-content { font-size: clamp(1.03rem, 0.98rem + 0.16vw, 1.14rem); }
  }

  @media (min-width: 100rem) {
    .mage-article .mage-story-hero .article-hero__inner { grid-template-columns: minmax(32rem, 44%) minmax(0, 56%); }
    .mage-article .mage-story-hero h1 { font-size: 3.4rem; }
  }

  @media (min-width: 56.01rem) and (max-width: 72rem) {
    .mage-article .mage-story-hero .article-hero__inner { grid-template-columns: minmax(25rem, 45%) minmax(0, 55%); }
    .mage-article .mage-story-hero .article-hero__copy { padding-inline: 2.5rem; }
    .mage-article .mage-meat-story__inner { grid-template-columns: minmax(0, 1fr) minmax(22rem, 1fr); gap: 2.5rem; }
  }

  @media (max-width: 56rem) {
    .mage-article .mage-story-hero {
      block-size: clamp(36rem, calc(100svh - 8rem), 44rem);
      min-block-size: 0;
      background: #201923;
      color: #fff;
    }
    .mage-article .mage-story-hero .article-hero__inner {
      position: relative;
      block-size: 100%;
      min-block-size: 0;
      display: block;
    }
    .mage-article .mage-story-hero .article-hero__copy {
      position: relative;
      z-index: 2;
      inline-size: min(100%, 38rem);
      block-size: 100%;
      min-block-size: 0;
      justify-content: center;
      padding: 2.5rem max(2rem, 5vw);
    }
    .mage-article .mage-story-hero .article-hero__kicker,
    .mage-article .mage-story-hero h1,
    .mage-article .mage-story-hero h1 em,
    .mage-article .mage-story-hero .article-meta { color: #fff; }
    .mage-article .mage-story-hero .article-hero__lead { color: rgb(255 255 255 / 88%); }
    .mage-article .mage-story-hero .article-hero__visual {
      position: absolute;
      inset: 0;
      min-block-size: 0;
    }
    .mage-article .mage-story-hero .article-hero__visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgb(24 17 27 / 90%) 0%, rgb(24 17 27 / 72%) 50%, rgb(24 17 27 / 14%) 100%);
    }
    .mage-article .mage-story-hero .article-hero__visual img { object-position: center center; }
    .mage-article .mage-story-hero .campaign-button--light { border-color: #fff; background: rgb(255 255 255 / 92%); color: var(--mage-ink); }
    .mage-article .mage-story-hero .mage-story-hero__release :is(strong, span) { border-color: rgb(255 255 255 / 55%); }
    .mage-article .mage-story-hero .mage-story-hero__release span { background: rgb(24 17 27 / 50%); color: #fff; }
    .mage-article .mage-meat-story__inner { grid-template-columns: 1fr; }
    .mage-article .mage-meat-story__visual { inline-size: min(100%, 46rem); margin-inline: auto; }
    .mage-article .mage-comparison { grid-template-columns: 1fr; }
    .mage-article .mage-comparison__shift { justify-self: center; transform: rotate(90deg); }
    .mage-article .mage-gateway-figure--wide {
      inline-size: 100%;
      margin-inline: auto;
      transform: none;
    }
  }

  @media (max-width: 47.99rem) {
    .mage-article .mage-story-hero {
      block-size: clamp(36rem, calc(100svh - 7.75rem), 41rem);
    }
    .mage-article .mage-story-hero .article-hero__copy {
      inline-size: 100%;
      justify-content: flex-start;
      padding: clamp(1.4rem, 5vw, 2rem) max(1.25rem, 5vw) 1.5rem;
    }
    .mage-article .mage-story-hero .article-hero__visual {
      inline-size: 100%;
      max-inline-size: none;
    }
    .mage-article .mage-story-hero .article-hero__visual img { object-position: center center; }
    .mage-article .mage-story-hero .article-hero__visual::after {
      background:
        linear-gradient(180deg, rgb(21 16 24 / 90%) 0%, rgb(21 16 24 / 72%) 34%, rgb(21 16 24 / 8%) 61%, rgb(21 16 24 / 32%) 100%),
        linear-gradient(90deg, rgb(21 16 24 / 20%), transparent 75%);
    }
    .mage-article .mage-story-hero h1 {
      max-inline-size: 100%;
      margin-block-start: 0.6rem;
      font-size: clamp(2.1rem, 9.5vw, 3rem);
    }
    .mage-article .mage-story-hero h1 em { font-size: 0.62em; }
    .mage-article .mage-story-hero .article-hero__lead {
      max-inline-size: 26rem;
      margin-block-start: 0.65rem;
      font-size: 0.86rem;
      line-height: 1.72;
    }
    .mage-article .mage-story-hero .article-meta { margin-block-start: 0.55rem; font-size: 0.7rem; }
    .mage-article .mage-story-hero .campaign-actions { margin-block-start: 0.7rem; }
    .mage-article .mage-story-hero .campaign-button { min-block-size: 3rem; }
    .mage-article .mage-story-product-figure { inline-size: min(82%, 28rem); }
    .mage-article .mage-meat-story__copy h2 { font-size: clamp(1.9rem, 8.8vw, 2.55rem); }
  }

  @media (max-width: 40rem) {
    .mage-article .mage-story-hero .article-hero__kicker { font-size: 0.64rem; }
    .mage-article .mage-story-hero .mage-story-hero__release { margin-block-start: 0.55rem; font-size: 0.66rem; }
    .mage-article .mage-story-hero .article-meta { display: none; }
    .mage-article .mage-story-hero .campaign-actions { display: block; }
    .mage-article .mage-story-hero .campaign-actions .campaign-button--light { display: none; }
    .mage-article .mage-story-hero .campaign-actions .campaign-button { inline-size: min(100%, 22rem); }
    .mage-article .mage-meat-story__visual img { box-shadow: 0.55rem 0.55rem 0 rgb(235 202 102 / 16%); }
  }

  @media (max-width: 23rem) {
    .mage-article .mage-story-hero h1 { font-size: 2.1rem; }
    .mage-article .mage-story-hero .article-hero__lead { font-size: 0.8rem; }
    .mage-article .mage-story-hero .mage-story-hero__release span { display: none; }
    .mage-article .keep-phrase { white-space: normal; }
  }

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

/* WHITE MAGE sales LP: quiet pixel-magic, precise commerce states, and local product imagery. */
@layer themes {
  .white-mage-page {
    --mage-ink: #25201b;
    --mage-plum: #593653;
    --mage-violet: #443a68;
    --mage-gold: #d2a83d;
    --mage-pale-gold: #f6e9ad;
    --mage-copper: #9a5a37;
    --mage-moss: #394a3f;
    --mage-paper: #fffdf4;
    --campaign-red: var(--mage-plum);
    --campaign-navy: var(--mage-violet);
    --campaign-gold: var(--mage-gold);
    --campaign-cream: #f5efdd;
  }

  .white-mage-page main :is(h1, h2, h3) {
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
  }

  .white-mage-page .mage-heading-keep { white-space: nowrap; }

  .white-mage-page .mage-hero {
    isolation: isolate;
    background:
      radial-gradient(circle at 82% 18%, rgb(244 211 91 / 38%), transparent 28rem),
      linear-gradient(130deg, #f7f0de 0%, #fffdf5 48%, #eee2c1 100%);
  }

  .white-mage-page .mage-hero::before {
    inset: auto -2rem -4rem auto;
    inline-size: min(48vw, 46rem);
    block-size: min(32vw, 28rem);
    opacity: 0.28;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 420'%3E%3Cg fill='none' stroke='%23b99130' stroke-width='3' opacity='.52'%3E%3Cpath d='M22 304h86v-44h88v-42h88v-46h88v-42h88V86h88V42h146'/%3E%3Cpath d='M86 376h86v-42h88v-44h88v-44h88v-42h88v-44h154' opacity='.38'/%3E%3C/g%3E%3Cg fill='%23ffffff'%3E%3Crect x='128' y='264' width='22' height='22'/%3E%3Crect x='414' y='134' width='18' height='18'/%3E%3Crect x='588' y='52' width='26' height='26'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    transform: none;
  }

  .white-mage-page .mage-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 8% auto auto 4%;
    inline-size: 7rem;
    aspect-ratio: 1;
    border: 1px solid rgb(89 54 83 / 22%);
    border-radius: 50%;
    box-shadow: 2.1rem 1.2rem 0 -1.95rem var(--mage-gold), -1.4rem 2.4rem 0 -1.1rem rgb(89 54 83 / 16%);
  }

  .white-mage-page .mage-hero .sales-hero__inner {
    --mage-hero-bleed: clamp(3rem, 7vw, 9rem);
    min-block-size: clamp(39rem, 72svh, 52rem);
    grid-template-columns: minmax(25rem, 0.78fr) minmax(34rem, 1.22fr);
    grid-template-areas: "brand visual" "story visual" "purchase visual" "details visual";
    grid-template-rows: auto auto auto auto;
    column-gap: clamp(2.5rem, 4.5vw, 5.5rem);
    row-gap: clamp(0.65rem, 1vw, 1rem);
    padding-block: 0;
  }

  .white-mage-page .mage-hero__brand { grid-area: brand; align-self: end; padding-block-start: clamp(2.75rem, 4vw, 4.5rem); }
  .white-mage-page .mage-hero__story { grid-area: story; }
  .white-mage-page .mage-hero__details { grid-area: details; padding-block-end: clamp(2.75rem, 4vw, 4.5rem); }
  .white-mage-page .mage-hero__purchase { grid-area: purchase; align-self: start; }
  .white-mage-page .mage-hero__visual {
    grid-area: visual;
    align-self: stretch;
    inline-size: calc(100% + var(--mage-hero-bleed));
    block-size: 100%;
    min-block-size: 0;
    margin-inline-end: calc(0px - var(--mage-hero-bleed));
  }

  .white-mage-page .mage-hero h1 {
    display: block;
    margin-block-start: 0.7rem;
    white-space: normal;
    text-wrap: balance;
  }

  .white-mage-page .mage-hero__logo { display: block; inline-size: min(100%, 40rem); block-size: auto; margin-inline-start: -0.3rem; }

  .white-mage-page .mage-hero__catch {
    margin-block-start: 1.35rem;
    color: var(--mage-plum);
    font-family: var(--campaign-font-display);
    font-size: clamp(1.45rem, 1.05rem + 1.25vw, 2.35rem);
    font-weight: 700;
    line-height: 1.55;
  }

  .white-mage-page .mage-hero__catch span { white-space: nowrap; }

  .white-mage-page .mage-hero .sales-hero__lead {
    max-inline-size: 34rem;
    margin-block-start: 0.75rem;
    color: #514a42;
    font-size: clamp(0.98rem, 0.92rem + 0.22vw, 1.12rem);
  }

  .white-mage-page .mage-hero__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-inline-size: 37rem;
    margin-block-start: 1.5rem;
    border-block: 1px solid rgb(89 54 83 / 23%);
  }

  .white-mage-page .mage-hero__facts > div {
    min-inline-size: 0;
    padding: 0.8rem 0.7rem;
  }

  .white-mage-page .mage-hero__facts > div + div { border-inline-start: 1px solid rgb(89 54 83 / 17%); }
  .white-mage-page .mage-hero__facts dt { color: var(--mage-plum); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; }
  .white-mage-page .mage-hero__facts dd { margin: 0.22rem 0 0; font-family: var(--campaign-font-display); font-size: 0.83rem; font-weight: 700; line-height: 1.35; }

  .white-mage-page .mage-hero__commerce {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.75rem;
    margin-block-start: 1rem;
    color: var(--mage-plum);
    font-size: 0.82rem;
  }

  .white-mage-page .mage-hero__commerce span { color: var(--campaign-muted); }

  .white-mage-page .mage-hero__visual { filter: drop-shadow(0 1.5rem 2.4rem rgb(76 47 25 / 17%)); }
  .white-mage-page .mage-hero__picture { display: block; block-size: 100%; }
  .white-mage-page .mage-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -0.75rem 0.75rem 0.75rem -0.75rem;
    border: 1px solid rgb(89 54 83 / 32%);
  }
  .white-mage-page .mage-hero__visual img {
    inline-size: 100%;
    block-size: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 52% center;
    box-shadow: 0 1.5rem 4rem rgb(70 50 29 / 20%);
  }
  .white-mage-page .mage-hero .sales-hero__stamp {
    inset-inline-end: clamp(1rem, 2vw, 2rem);
    inset-block-end: clamp(1rem, 2vw, 2rem);
    background: var(--mage-plum);
    box-shadow: 0 0 0 0.45rem rgb(255 253 244 / 72%);
  }

  .white-mage-page .mage-release {
    margin-block-start: 0;
    padding-block-start: clamp(1.5rem, 3vw, 2.5rem);
    padding-block-end: clamp(2rem, 5vw, 4rem);
  }
  .white-mage-page .mage-release .release-panel { border-block-start-color: var(--mage-gold); background: rgb(255 255 255 / 96%); }
  .white-mage-page .mage-release__layout { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(22rem, 1.2fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
  .white-mage-page .mage-release__copy { padding-inline-start: clamp(0rem, 2vw, 2rem); border-inline-start: 1px solid var(--campaign-rule); }
  .white-mage-page .mage-reservation-scope { display: grid; gap: 0.25rem; margin-block-start: 1rem; padding: 0.9rem 1rem; background: #f7f0cf; border-inline-start: 0.25rem solid var(--mage-gold); font-size: 0.9rem; }
  .white-mage-page .mage-reservation-scope span { color: var(--campaign-muted); }
  .white-mage-page .mage-release__line-link {
    display: inline-flex;
    align-items: center;
    min-block-size: 2.75rem;
    align-self: center;
    color: var(--mage-plum);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25em;
  }

  .white-mage-page .mage-choice-guide {
    padding-block: clamp(3.5rem, 7vw, 6rem);
    background: linear-gradient(180deg, #f5efdd 0%, #fffdf6 100%);
  }

  .white-mage-page .mage-choice-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    margin-block-start: 2rem;
  }

  .white-mage-page .mage-choice-grid a {
    display: grid;
    grid-template-rows: auto 1fr;
    min-inline-size: 0;
    overflow: hidden;
    border: 1px solid rgb(89 54 83 / 18%);
    border-block-start: 0.22rem solid var(--mage-gold);
    background: rgb(255 255 255 / 88%);
    box-shadow: 0 0.7rem 1.8rem rgb(68 52 37 / 6%);
    color: var(--mage-ink);
    transition: border-color 180ms ease, transform 180ms ease;
  }

  .white-mage-page .mage-choice-grid a:hover,
  .white-mage-page .mage-choice-grid a:focus-visible {
    border-color: var(--mage-plum);
    transform: translateY(-0.18rem);
  }

  .white-mage-page .mage-choice-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-block-end: 1px solid rgb(89 54 83 / 12%); background: #fbf6e9; }
  .white-mage-page .mage-choice-card__media img { inline-size: 100%; block-size: 100%; object-fit: cover; object-position: center; transition: transform 220ms ease; }
  .white-mage-page .mage-choice-grid a:hover .mage-choice-card__media img,
  .white-mage-page .mage-choice-grid a:focus-visible .mage-choice-card__media img { transform: scale(1.025); }
  .white-mage-page .mage-choice-card__body { display: grid; grid-template-rows: auto auto 1fr; min-block-size: 9.5rem; padding: 1rem; }
  .white-mage-page .mage-choice-card__quantity {
    color: var(--mage-plum);
    font-family: var(--campaign-font-display);
    font-size: clamp(1.3rem, 1rem + 0.7vw, 1.75rem);
    font-weight: 700;
    white-space: nowrap;
  }

  .white-mage-page .mage-choice-card__body strong { margin-block-start: 0.45rem; font-size: 0.82rem; line-height: 1.55; }
  .white-mage-page .mage-choice-card__body small { align-self: end; margin-block-start: 1rem; color: var(--campaign-muted); font-size: 0.72rem; }

  .white-mage-page .mage-taste,
  .white-mage-page .mage-label-feature {
    position: relative;
    isolation: isolate;
    overflow: clip;
  }

  .white-mage-page .mage-taste::before,
  .white-mage-page .mage-label-feature::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset-block-start: 2rem;
    inset-inline-end: 3%;
    inline-size: clamp(7rem, 14vw, 13rem);
    aspect-ratio: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23593653' stroke-width='2' opacity='.2'%3E%3Ccircle cx='90' cy='90' r='64'/%3E%3Cpath d='M90 20v140M20 90h140M42 42l96 96M138 42l-96 96'/%3E%3C/g%3E%3Cg fill='%23d2a83d' opacity='.35'%3E%3Crect x='84' y='4' width='12' height='12'/%3E%3Crect x='158' y='84' width='12' height='12'/%3E%3Crect x='84' y='164' width='12' height='12'/%3E%3Crect x='10' y='84' width='12' height='12'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    pointer-events: none;
  }

  .white-mage-page .mage-flavor-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    margin-block-start: 3rem;
    list-style: none;
  }

  .white-mage-page .mage-flavor-path::before {
    content: "";
    position: absolute;
    inset: 1.45rem 8% auto;
    border-block-start: 1px dashed rgb(89 54 83 / 34%);
  }

  .white-mage-page .mage-flavor-path li { position: relative; min-inline-size: 0; padding: 1.35rem; background: #fff; border: 1px solid var(--campaign-rule); box-shadow: 0 0.7rem 2rem rgb(68 52 37 / 7%); }
  .white-mage-page .mage-flavor-path li > span { position: relative; z-index: 1; display: grid; place-items: center; inline-size: 2.9rem; aspect-ratio: 1; margin-block-end: 1rem; border-radius: 50%; background: var(--mage-plum); color: #fff; font-family: var(--campaign-font-display); font-weight: 700; }
  .white-mage-page .mage-flavor-path strong { display: block; font-family: var(--campaign-font-display); font-size: 1.25rem; }
  .white-mage-page .mage-flavor-path p { margin-block-start: 0.55rem; color: var(--campaign-muted); font-size: 0.9rem; }

  .white-mage-page .taste-grid { margin-block-start: 1.4rem; }
  .white-mage-page .taste-grid strong { color: var(--mage-plum); font-size: clamp(1.15rem, 1rem + 0.35vw, 1.42rem); }

  .white-mage-page .mage-year-shift {
    display: grid;
    grid-template-columns: minmax(14rem, 0.7fr) minmax(18rem, 1.3fr);
    gap: 0.7rem clamp(1.5rem, 4vw, 4rem);
    margin-block-start: 2.25rem;
    padding: clamp(1.4rem, 3vw, 2.2rem);
    border-inline-start: 0.3rem solid var(--mage-plum);
    background: linear-gradient(120deg, rgb(89 54 83 / 8%), rgb(210 168 61 / 10%));
  }

  .white-mage-page .mage-year-shift .section-kicker { grid-column: 1 / -1; }
  .white-mage-page .mage-year-shift h3 { grid-row: span 2; font-size: clamp(1.35rem, 1.05rem + 0.8vw, 2rem); line-height: 1.55; }
  .white-mage-page .mage-year-shift p:not(.section-kicker) { color: #514a42; font-size: 0.92rem; }
  .white-mage-page .mage-year-shift strong { color: var(--mage-plum); }

  .white-mage-page .mage-lineup { background: #f4f0e8; }
  .white-mage-page .mage-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); margin-block-start: 2.5rem; }
  .white-mage-page .mage-product-grid--bundles { grid-template-columns: repeat(2, minmax(0, 1fr)); max-inline-size: 62rem; margin-inline: auto; }
  .white-mage-page .mage-product-card { position: relative; overflow: hidden; scroll-margin-block-start: 7rem; box-shadow: 0 0.8rem 2.2rem rgb(54 42 31 / 7%); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
  .white-mage-page .mage-product-card:hover { border-color: rgb(89 54 83 / 36%); box-shadow: 0 1.25rem 3rem rgb(54 42 31 / 13%); transform: translateY(-0.25rem); }
  .white-mage-page .mage-product-card--featured { border-color: var(--mage-gold); }
  .white-mage-page .mage-product-card__badge { position: absolute; z-index: 2; inset: 0 0 auto auto; padding: 0.55rem 0.9rem; background: var(--mage-plum); color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; }
  .white-mage-page .mage-product-card .product-card__media { aspect-ratio: 4 / 3; padding: 0; background: #faf8f4; }
  .white-mage-page .mage-product-card .product-card__media img { inline-size: 100%; block-size: 100%; margin: 0; object-fit: cover; object-position: center; transition: transform 260ms ease; }
  .white-mage-page .mage-product-card:hover .product-card__media img { transform: scale(1.015); }
  .white-mage-page .mage-product-card__status { min-block-size: 2.6rem; margin-block-end: 0.55rem; color: var(--mage-violet); font-size: 0.72rem; font-weight: 700; line-height: 1.5; }
  .white-mage-page .mage-product-card__meta { margin-block-start: 0.55rem; color: var(--campaign-muted); font-size: 0.78rem; font-weight: 700; }
  .white-mage-page .mage-product-card .product-card__copy { min-block-size: 3.4rem; }
  .white-mage-page .mage-product-card .campaign-button { font-size: 0.88rem; }

  .white-mage-page .mage-meat-feature {
    position: relative;
    isolation: isolate;
    overflow: clip;
    background: linear-gradient(165deg, #fffdf6 0%, #eee8d7 48%, #e3e9df 100%);
  }
  .white-mage-page .mage-meat-feature::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 0 auto;
    block-size: 18rem;
    background: linear-gradient(90deg, transparent, rgb(57 74 63 / 10%), transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 180'%3E%3Cpath d='M0 128c118-67 194 36 315-19s210-53 315-2 205 47 330-12' fill='none' stroke='%23394a3f' stroke-width='2' opacity='.18'/%3E%3Cpath d='M0 153c140-37 242 6 376-17s247-48 382-12 152 33 202 19' fill='none' stroke='%23d2a83d' stroke-width='2' opacity='.24'/%3E%3C/svg%3E") center / cover no-repeat;
  }
  .white-mage-page .mage-meat-feature__intro { align-items: start; }
  .white-mage-page .mage-meat-feature__intro figure img { aspect-ratio: 4 / 3; border-radius: 0.2rem; box-shadow: var(--campaign-shadow); }
  .white-mage-page .mage-sausage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; margin-block-start: 1.5rem; }
  .white-mage-page .mage-sausage-grid article { min-inline-size: 0; padding: 1rem; background: rgb(255 255 255 / 80%); border-block-start: 0.2rem solid var(--mage-moss); }
  .white-mage-page .mage-sausage-grid span { color: var(--mage-moss); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; }
  .white-mage-page .mage-sausage-grid h3 { margin-block-start: 0.25rem; font-size: 1.05rem; }
  .white-mage-page .mage-sausage-grid p { margin-block-start: 0.45rem; color: var(--campaign-muted); font-size: 0.8rem; }
  .white-mage-page .mage-meat-table { max-inline-size: 48rem; margin: clamp(3rem, 7vw, 6rem) auto 0; }
  .white-mage-page .mage-meat-table img { inline-size: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: var(--campaign-shadow); }
  .white-mage-page .mage-meat-table figcaption { margin-block-start: 0.6rem; color: var(--campaign-muted); font-size: 0.78rem; text-align: center; }
  .white-mage-page .mage-bundle-heading { margin-block-start: clamp(3rem, 7vw, 6rem); }
  .white-mage-page .mage-bundle-contents { display: grid; gap: 0.4rem; margin-block: 1.1rem; padding-inline-start: 1.1rem; color: var(--campaign-muted); font-size: 0.82rem; }
  .white-mage-page .mage-bundle-card .product-card__price { margin-block-start: auto; }

  .white-mage-page .mage-label-feature { background: linear-gradient(120deg, #fffbea 0%, #f7ebad 100%); }
  .white-mage-page .mage-label-feature .editorial-split { grid-template-columns: minmax(20rem, 0.76fr) minmax(30rem, 1.24fr); align-items: center; }
  .white-mage-page .mage-label-feature__visual { position: relative; margin: 0; }
  .white-mage-page .mage-label-feature__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -0.8rem 0.8rem 0.8rem -0.8rem;
    border: 1px solid rgb(89 54 83 / 22%);
    background: rgb(255 250 224 / 55%);
  }
  .white-mage-page .mage-label-feature__visual img { inline-size: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; background: #fff; box-shadow: var(--campaign-shadow); }
  .white-mage-page .mage-label-feature__visual figcaption { margin-block-start: 0.65rem; color: var(--campaign-muted); font-size: 0.78rem; text-align: end; }

  .white-mage-page .mage-story-teaser .editorial-split { grid-template-columns: minmax(22rem, 0.9fr) minmax(24rem, 1.1fr); }
  .white-mage-page .mage-final-cta { position: relative; overflow: clip; background: linear-gradient(135deg, #25201b, #3c3049); }
  .white-mage-page .mage-final-cta::after { content: ""; position: absolute; inset: auto -4rem -6rem auto; inline-size: 22rem; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; box-shadow: 0 0 0 3rem rgb(255 255 255 / 3%), 0 0 0 6rem rgb(210 168 61 / 5%); }
  .white-mage-page .mage-final-cta .campaign-container { position: relative; z-index: 1; }
  .white-mage-page .mage-final-cta p:not(.section-kicker) { max-inline-size: 50rem; margin-block-start: 1rem; color: #e9e2d9; }
}

@layer responsive {
  @media (min-width: 56.01rem) {
    .white-mage-page .mage-hero .sales-hero__inner {
      min-block-size: 0;
      block-size: clamp(32rem, calc(100svh - 11.5rem), 49rem);
      align-content: center;
      row-gap: clamp(0.35rem, 1svh, 0.75rem);
      padding-block: 0;
    }
    .white-mage-page .mage-hero__brand { padding-block-start: clamp(0.75rem, 1.5svh, 1.5rem); }
    .white-mage-page .mage-hero__details { padding-block-end: clamp(0.75rem, 1.5svh, 1.5rem); }
    .white-mage-page .mage-hero__logo { inline-size: min(100%, clamp(24rem, 32vw, 36rem)); }
    .white-mage-page .mage-hero h1 { margin-block-start: 0.35rem; }
    .white-mage-page .mage-hero__catch {
      margin-block-start: 0.45rem;
      font-size: clamp(1.4rem, 1.05rem + 0.75vw, 1.9rem);
    }
    .white-mage-page .mage-hero .sales-hero__lead {
      margin-block-start: 0.45rem;
      font-size: clamp(0.96rem, 0.91rem + 0.16vw, 1.06rem);
      line-height: 1.68;
    }
    .white-mage-page .mage-hero__facts { margin-block-start: 0.55rem; }
    .white-mage-page .mage-hero__facts > div { padding-block: 0.45rem; }
    .white-mage-page .mage-hero__commerce { margin-block-start: 0.45rem; }
    .white-mage-page .mage-hero .campaign-actions { margin-block-start: 0.65rem; }
  }

  @media (min-width: 100rem) {
    .white-mage-page { --campaign-content: min(88%, 98rem); }
    .white-mage-page .mage-hero .sales-hero__inner { grid-template-columns: minmax(30rem, 0.76fr) minmax(40rem, 1.24fr); }
  }

  @media (min-width: 120rem) {
    .white-mage-page { --campaign-content: min(86%, 112rem); }
    .white-mage-page .mage-hero .sales-hero__inner {
      grid-template-columns: minmax(31rem, 0.74fr) minmax(48rem, 1.26fr);
      column-gap: clamp(4rem, 5vw, 7rem);
    }
    .white-mage-page .mage-hero__logo { inline-size: min(100%, 36rem); }
  }

  @media (min-width: 56.01rem) and (max-height: 57rem) {
    .white-mage-page .mage-hero .sales-hero__inner {
      min-block-size: 0;
      block-size: max(32rem, calc(100svh - 13.5rem));
      row-gap: 0.25rem;
    }
    .white-mage-page .mage-hero__visual { block-size: max(32rem, calc(100svh - 13.5rem)); }
    .white-mage-page .mage-hero__brand { padding-block-start: 0.35rem; }
    .white-mage-page .mage-hero__logo { inline-size: min(100%, 25rem); }
    .white-mage-page .mage-hero__catch { margin-block-start: 0.25rem; font-size: 1.4rem; line-height: 1.4; }
    .white-mage-page .mage-hero .sales-hero__lead { margin-block-start: 0.25rem; max-inline-size: 32rem; font-size: 0.9rem; line-height: 1.58; }
    .white-mage-page .mage-hero__commerce { margin-block-start: 0.25rem; font-size: 0.76rem; }
    .white-mage-page .mage-hero .campaign-actions { margin-block-start: 0.45rem; }
    .white-mage-page .mage-hero .campaign-button { min-block-size: 2.8rem; padding-block: 0.55rem; font-size: 0.82rem; }
    .white-mage-page .mage-hero__facts { margin-block-start: 0.35rem; }
    .white-mage-page .mage-hero__facts > div { padding-block: 0.35rem; }
  }

  @media (min-width: 56.01rem) and (max-height: 50rem) {
    .white-mage-page .mage-hero .sales-hero__inner {
      min-block-size: calc(100svh - 9.25rem);
      row-gap: 0.25rem;
    }
    .white-mage-page .mage-hero__visual { block-size: calc(100svh - 9.25rem); }
    .white-mage-page .mage-hero__brand { padding-block-start: 0.25rem; }
    .white-mage-page .mage-hero__logo { inline-size: min(100%, 23rem); }
    .white-mage-page .mage-hero__catch { margin-block-start: 0.25rem; font-size: 1.3rem; }
    .white-mage-page .mage-hero .sales-hero__lead { margin-block-start: 0.2rem; max-inline-size: 31rem; font-size: 0.86rem; line-height: 1.55; }
    .white-mage-page .mage-hero__commerce { margin-block-start: 0.2rem; font-size: 0.75rem; }
    .white-mage-page .mage-hero .campaign-actions { margin-block-start: 0.4rem; }
    .white-mage-page .mage-hero .campaign-button { min-block-size: 2.75rem; padding-block: 0.5rem; font-size: 0.8rem; }
    .white-mage-page .mage-hero__details { display: none; }
  }

  @media (max-width: 72rem) {
    .white-mage-page .mage-hero .sales-hero__inner { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); column-gap: clamp(2rem, 4vw, 3.5rem); }
    .white-mage-page .mage-label-feature .editorial-split { grid-template-columns: minmax(18rem, 0.78fr) minmax(24rem, 1.22fr); }
    .white-mage-page .mage-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }

  @media (max-width: 56rem) {
    .white-mage-page .mage-hero .sales-hero__inner,
    .white-mage-page .mage-label-feature .editorial-split,
    .white-mage-page .mage-story-teaser .editorial-split { grid-template-columns: 1fr; }
    .white-mage-page .mage-hero .sales-hero__inner {
      min-block-size: 0;
      grid-template-areas: "brand" "story" "purchase" "visual" "details";
      grid-template-rows: auto;
      gap: 0;
      padding-block: clamp(2.5rem, 7vw, 4.5rem);
    }
    .white-mage-page .mage-hero__brand { max-inline-size: 42rem; padding-block-start: 0; }
    .white-mage-page .mage-hero__story { max-inline-size: 42rem; margin-block-start: clamp(0.85rem, 2.5vw, 1.5rem); }
    .white-mage-page .mage-hero__purchase { inline-size: 100%; max-inline-size: 42rem; }
    .white-mage-page .mage-hero__visual {
      inline-size: auto;
      block-size: auto;
      max-inline-size: none;
      margin-block: clamp(1.25rem, 4vw, 2rem) 0;
      margin-inline: calc(50% - 50vw);
      filter: none;
    }
    .white-mage-page .mage-hero__picture { block-size: auto; }
    .white-mage-page .mage-hero__visual::before { display: none; }
    .white-mage-page .mage-hero__visual img { block-size: auto; aspect-ratio: 16 / 10; object-position: center 70%; box-shadow: none; }
    .white-mage-page .mage-hero__details { inline-size: 100%; padding-block-end: 0; }
    .white-mage-page .campaign-breadcrumb a { display: inline-flex; align-items: center; min-block-size: 2.75rem; }
    .white-mage-page .campaign-guide a { display: inline-flex; align-items: center; min-block-size: 2.75rem; }
    .white-mage-page .mage-release__layout { grid-template-columns: 1fr; gap: 1.25rem; }
    .white-mage-page .mage-release__copy { padding-block-start: 1.25rem; padding-inline-start: 0; border-block-start: 1px solid var(--campaign-rule); border-inline-start: 0; }
    .white-mage-page .mage-product-grid { gap: 0.85rem; }
    .white-mage-page .mage-product-card .product-card__body { padding: 1.15rem; }
    .white-mage-page .mage-product-card .campaign-button { padding-inline: 0.7rem; font-size: 0.78rem; }
    .white-mage-page .mage-label-feature__visual { order: 0; inline-size: min(100%, 48rem); margin-inline: auto; }
    .white-mage-page .mage-label-feature .editorial-copy { order: 1; }
    .white-mage-page .mage-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .white-mage-page .mage-year-shift { grid-template-columns: 1fr; }
    .white-mage-page .mage-year-shift h3 { grid-row: auto; }
  }

  @media (max-width: 47.99rem) {
    .white-mage-page .mage-flavor-path { grid-template-columns: 1fr; margin-block-start: 2rem; }
    .white-mage-page .mage-flavor-path::before { display: none; }
    .white-mage-page .mage-flavor-path li { display: grid; grid-template-columns: auto 1fr; gap: 0 1rem; }
    .white-mage-page .mage-flavor-path li > span { grid-row: span 2; margin-block-end: 0; }
    .white-mage-page .mage-flavor-path p { grid-column: 2; }
    .white-mage-page .mage-product-grid,
    .white-mage-page .mage-product-grid--bundles { grid-template-columns: 1fr; max-inline-size: 36rem; margin-inline: auto; }
    .white-mage-page .mage-product-card .product-card__media { aspect-ratio: 4 / 3; }
    .white-mage-page .mage-product-card__status,
    .white-mage-page .mage-product-card .product-card__copy { min-block-size: 0; }
    .white-mage-page .mage-sausage-grid { grid-template-columns: 1fr; }
    .white-mage-page .mage-meat-table { max-inline-size: 36rem; }
  }

  @media (max-width: 40rem) {
    .white-mage-page .mage-heading-keep { white-space: normal; }
    .white-mage-page .mage-choice-guide .mage-heading-keep { white-space: nowrap; }
    .white-mage-page .mage-hero .sales-hero__inner {
      gap: 1rem;
      padding-block: 1.75rem 2.5rem;
    }
    .white-mage-page .mage-hero__logo { inline-size: min(100%, 32rem); margin-inline-start: 0; }
    .white-mage-page .mage-hero__catch { font-size: clamp(1.3rem, 6.5vw, 1.7rem); }
    .white-mage-page .mage-hero__catch span { white-space: normal; }
    .white-mage-page .mage-hero .sales-hero__lead { font-size: 0.94rem; line-height: 1.75; }
    .white-mage-page .mage-hero__purchase .mage-hero__commerce { margin-block-start: 0; }
    .white-mage-page .mage-hero__purchase .campaign-actions { display: grid; grid-template-columns: 1fr; gap: 0.45rem; margin-block-start: 0.7rem; }
    .white-mage-page .mage-hero__purchase .campaign-button--light {
      min-block-size: 2.75rem;
      padding-block: 0.45rem;
      border-color: transparent;
      text-decoration: underline;
      text-underline-offset: 0.25em;
    }
    .white-mage-page .mage-hero__visual img { aspect-ratio: 4 / 5; object-position: center; }
    .white-mage-page .mage-hero__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .white-mage-page .mage-hero__facts { margin-block-start: 0.35rem; }
    .white-mage-page .mage-hero__facts > div:nth-child(3) { border-inline-start: 0; border-block-start: 1px solid rgb(89 54 83 / 17%); }
    .white-mage-page .mage-hero__facts > div:nth-child(4) { border-block-start: 1px solid rgb(89 54 83 / 17%); }
    .white-mage-page .mage-hero .campaign-actions { margin-block-start: 1rem; }
    .white-mage-page .mage-release { padding-block-start: 0.5rem; }
    .white-mage-page .mage-reservation-scope { font-size: 0.82rem; }
    .white-mage-page .mage-flavor-path li { padding: 1rem; }
    .white-mage-page .mage-meat-table { margin-block-start: 2.5rem; }
    .white-mage-page .mage-label-feature__visual::before { inset: -0.4rem 0.4rem 0.4rem -0.4rem; }
    .white-mage-page .mage-label-feature__visual figcaption { text-align: start; }
    .white-mage-page .mage-final-cta .campaign-actions { display: grid; }
    .white-mage-page .mage-choice-grid { grid-template-columns: 1fr; gap: 0.55rem; }
    .white-mage-page .mage-choice-grid a { grid-template: auto / 7.5rem minmax(0, 1fr); align-items: stretch; }
    .white-mage-page .mage-choice-card__media { min-block-size: 8rem; aspect-ratio: auto; border-block-end: 0; border-inline-end: 1px solid rgb(89 54 83 / 12%); }
    .white-mage-page .mage-choice-card__body { min-block-size: 8rem; padding: 0.8rem 0.9rem; }
    .white-mage-page .mage-choice-card__body strong,
    .white-mage-page .mage-choice-card__body small { margin-block-start: 0; }
    .white-mage-page .mage-choice-card__body small { white-space: nowrap; }
  }

  @media (max-width: 22rem) {
    .white-mage-page .mage-hero__logo { inline-size: 100%; }
    .white-mage-page .mage-hero__catch { font-size: 1.2rem; }
    .white-mage-page .mage-choice-grid a { grid-template-columns: 6.5rem minmax(0, 1fr); }
  }

  @media (prefers-reduced-motion: reduce) {
    .white-mage-page .mage-product-card,
    .white-mage-page .mage-product-card .product-card__media img,
    .white-mage-page .mage-hero__visual { animation: none; transition: none; }
    .white-mage-page .mage-product-card:hover,
    .white-mage-page .mage-product-card:hover .product-card__media img,
    .white-mage-page .mage-choice-grid a:hover,
    .white-mage-page .mage-choice-grid a:hover .mage-choice-card__media img { transform: none; }
  }
}

/* Tomato article editorial scale, SVG atmosphere, and progressive motion. */
@layer themes {
  .tomato-article main .campaign-section {
    --tomato-ornament: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23b72e24' stroke-width='2'%3E%3Ccircle cx='110' cy='116' r='70'/%3E%3Cpath d='M110 46c-9-18-29-23-45-14 6 18 23 29 45 14Zm0 0c10-18 30-23 46-14-7 18-24 29-46 14Z'/%3E%3Cpath d='M110 78v76M72 116h76M84 88l52 56M136 88l-52 56' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    isolation: isolate;
    overflow: clip;
    scroll-margin-top: 6rem;
  }
  .tomato-article main .campaign-section > .article-content,
  .tomato-article main .campaign-section > .campaign-container {
    position: relative;
    z-index: 1;
  }
  .tomato-article main .campaign-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset-block-start: clamp(1.5rem, 4vw, 4rem);
    inset-inline-end: max(2rem, 4vw);
    inline-size: clamp(8.5rem, 12vw, 15rem);
    aspect-ratio: 1;
    background: var(--tomato-ornament) center / contain no-repeat;
    opacity: 0.095;
    pointer-events: none;
    transform: rotate(7deg);
  }
  .tomato-article main .campaign-section:nth-of-type(even)::before {
    inset-inline: max(1.5rem, 3vw) auto;
    transform: rotate(-9deg);
  }
  .tomato-article main .campaign-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset-inline: 4%;
    inset-block-end: 1rem;
    block-size: clamp(2rem, 4vw, 4rem);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 90' preserveAspectRatio='none'%3E%3Cpath d='M0 58C170 12 260 82 430 43s276-20 389 5 226 35 381-8' fill='none' stroke='%23b72e24' stroke-width='2' stroke-linecap='round' opacity='.55'/%3E%3Cpath d='M0 71c180-35 293 14 450-4s275-42 422-13 211 29 328 1' fill='none' stroke='%23c79b32' stroke-width='1.4' stroke-linecap='round' opacity='.35'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    opacity: 0.18;
    pointer-events: none;
  }
  .tomato-article main :is(#difference, #brewing, #serving-guide) {
    --tomato-ornament: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23b72e24' stroke-width='2'%3E%3Ccircle cx='61' cy='144' r='27'/%3E%3Ccircle cx='117' cy='105' r='42'/%3E%3Ccircle cx='165' cy='57' r='20'/%3E%3Ccircle cx='171' cy='151' r='13'/%3E%3Cpath d='M39 92c34-28 79-45 132-47M62 177c42 14 87 4 119-25' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
  }
  .tomato-article main #taste {
    --tomato-ornament: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23b72e24' stroke-width='2'%3E%3Ccircle cx='110' cy='110' r='78'/%3E%3Ccircle cx='110' cy='110' r='57' opacity='.5'/%3E%3Cpath d='M72 124c25-34 53-39 81-14M76 87c16 7 28 4 38-11M132 145c13-4 24-13 32-27'/%3E%3C/g%3E%3C/svg%3E");
  }
  .tomato-article main #products {
    --tomato-ornament: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23f0c86b' stroke-width='2'%3E%3Ccircle cx='110' cy='115' r='69'/%3E%3Cpath d='M110 46c-9-17-28-22-43-13 6 17 22 27 43 13Zm0 0c10-17 29-22 44-13-6 17-23 27-44 13Z'/%3E%3Ccircle cx='63' cy='64' r='9'/%3E%3Ccircle cx='165' cy='153' r='14'/%3E%3C/g%3E%3C/svg%3E");
  }

  .tomato-article .article-content {
    line-height: 1.95;
  }
  .tomato-article .article-content > p {
    font-size: 1.06em;
  }
  .tomato-article .article-content :is(.article-summary, .article-toc, .article-source-note, .article-insight) {
    border-radius: 0.2rem;
  }
  .tomato-article .process-list li,
  .tomato-article .tomato-pairing-grid li,
  .tomato-article .social-card,
  .tomato-article .related-card,
  .tomato-article .faq-list details {
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  }
  .tomato-article .process-list li:hover,
  .tomato-article .tomato-pairing-grid li:hover,
  .tomato-article .social-card:hover,
  .tomato-article .faq-list details:hover {
    border-color: rgb(183 46 36 / 45%);
    box-shadow: 0 1rem 2.4rem rgb(67 34 22 / 10%);
    transform: translateY(-0.18rem);
  }

  .tomato-article [data-reveal] {
    filter: blur(0.18rem);
    transform: translateY(1.35rem);
    transition: opacity 720ms ease, filter 720ms ease, transform 720ms cubic-bezier(.2, .7, .2, 1);
  }
  .tomato-article [data-reveal].is-visible {
    filter: none;
    transform: none;
  }
  .tomato-article.has-editorial-motion main .campaign-section.is-inview::before {
    animation: tomato-ornament-float 10s ease-in-out infinite alternate;
  }
  .tomato-article.has-editorial-motion main .campaign-section.is-inview::after {
    animation: tomato-waterline-drift 12s ease-in-out infinite alternate;
  }
  .tomato-article.has-editorial-motion .tomato-article-hero .article-hero__visual img {
    animation: tomato-hero-settle 1400ms cubic-bezier(.2, .75, .2, 1) both;
  }

  .article-reading-progress {
    position: fixed;
    z-index: 120;
    inset: 0 0 auto;
    block-size: 0.22rem;
    overflow: hidden;
    background: rgb(255 255 255 / 22%);
    pointer-events: none;
  }
  .article-reading-progress__bar {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    background: linear-gradient(90deg, #b72e24, #df6d28 64%, #c79b32);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
  }

  @keyframes tomato-ornament-float {
    from { translate: 0 0; rotate: -1deg; }
    to { translate: 0 -0.65rem; rotate: 2deg; }
  }
  @keyframes tomato-waterline-drift {
    from { translate: -0.35rem 0; opacity: 0.13; }
    to { translate: 0.35rem -0.15rem; opacity: 0.22; }
  }
  @keyframes tomato-hero-settle {
    from { opacity: 0.72; scale: 1.035; }
    to { opacity: 1; scale: 1; }
  }
}

@layer responsive {
  @media (min-width: 72.01rem) {
    .tomato-article {
      --campaign-content: min(94%, 96rem);
      --campaign-article: min(88%, 58rem);
    }
    .tomato-article .article-content {
      font-size: clamp(1.06rem, 0.98rem + 0.2vw, 1.18rem);
    }
    .tomato-article .article-content > h2 {
      font-size: clamp(2.2rem, 1.65rem + 1.75vw, 3.25rem);
    }
    .tomato-article main .section-title {
      font-size: clamp(2.65rem, 1.8rem + 2.5vw, 4.35rem);
    }
    .tomato-article .tomato-article-hero h1 {
      font-size: clamp(3.35rem, 1.8rem + 3.2vw, 5.65rem);
    }
    .tomato-article .tomato-article-hero .article-hero__lead {
      max-inline-size: 42rem;
      font-size: clamp(1.08rem, 1rem + 0.25vw, 1.26rem);
    }
    .tomato-article .article-section-visual {
      max-width: 84rem;
    }
    .tomato-article .process-list strong,
    .tomato-article .pairing-list strong { font-size: 1.25rem; }
    .tomato-article .process-list span,
    .tomato-article .pairing-list span { font-size: 1rem; }
    .tomato-article .tomato-pairing-grid h3 { font-size: 1.32rem; }
    .tomato-article .tomato-pairing-grid p { font-size: 1rem; }
    .tomato-article .related-card h3 { font-size: 1.32rem; }
    .tomato-article .related-card p { font-size: 0.95rem; }
    .tomato-article .related-card__label { font-size: 0.76rem; }
    .tomato-article .related-card__arrow { font-size: 0.9rem; }
    .tomato-article .social-card p,
    .tomato-article .faq-list details p { font-size: 1rem; }
    .tomato-article .faq-list summary { font-size: 1.05rem; }
  }

  @media (min-width: 100rem) {
    .tomato-article {
      --campaign-content: min(92%, 118rem);
    }
  }

  @media (max-width: 72rem) {
    .tomato-article main .campaign-section::before {
      inline-size: clamp(7rem, 16vw, 10rem);
      opacity: 0.07;
    }
  }

  @media (max-width: 47.99rem) {
    .tomato-article main .campaign-section {
      scroll-margin-top: 5rem;
    }
    .tomato-article main .campaign-section::before {
      inset-block-start: 1rem;
      inset-inline-end: 0.5rem;
      inline-size: 6.5rem;
      opacity: 0.055;
    }
    .tomato-article main .campaign-section:nth-of-type(even)::before {
      inset-inline-start: 0.5rem;
    }
    .tomato-article main .campaign-section::after {
      inset-inline: 2%;
      block-size: 2rem;
      opacity: 0.11;
    }
    .tomato-article .article-content {
      font-size: 1rem;
      line-height: 1.9;
    }
    .article-reading-progress { block-size: 0.18rem; }
  }

  @media (prefers-reduced-motion: reduce) {
    .tomato-article *,
    .tomato-article *::before,
    .tomato-article *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
    .tomato-article [data-reveal] {
      opacity: 1;
      filter: none;
      transform: none;
    }
  }
}
