/* FloraGuard — botanical editorial system
   palette: cream, peach, terracotta-rose, sage, deep mulberry
   type: DM Serif Display (display) / Inter (body) / Caveat (accent) */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --cream:      #F7F0E8;
    --cream-2:    #EFE5D6;
    --cream-3:    #E9DCC8;
    --peach:      #F4C7A9;
    --peach-soft: #F8DCC4;
    --peach-deep: #E5A582;
    --terra:      #C26B5B;
    --terra-deep: #A0513F;
    --sage:       #7A8F6D;
    --sage-deep:  #5A6F4E;
    --sage-soft:  #B7C4AC;
    --mulberry:   #52223A;
    --mulberry-2: #6B3450;
    --mulberry-3: #3E1A2C;
    --ink:        #52223A;
    --ink-dim:    rgba(82,34,58,0.72);
    --ink-faint:  rgba(82,34,58,0.5);
    --rule:       rgba(82,34,58,0.14);
    --rule-soft:  rgba(82,34,58,0.08);
    --paper:      #F7F0E8;

    --font-display: 'DM Serif Display', 'Times New Roman', serif;
    --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-hand:    'Caveat', 'Brush Script MT', cursive;

    /* legacy var names some inline styles may still pull in */
    --bg: var(--cream);
    --bg-deep: var(--mulberry);
    --surface: var(--cream-2);
    --surface2: var(--cream-3);
    --accent: var(--terra);
    --accent-lt: var(--peach);
    --accent-dk: var(--mulberry);
    --text: var(--ink);
    --dim: var(--ink-dim);
    --border: var(--rule);
    --gold: var(--terra);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

body {
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16.5px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    letter-spacing: 0.005em;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.04;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='360' height='360' filter='url(%23n)'/%3E%3C/svg%3E");
}

p { margin-bottom: 1.1em; }
ul, ol { margin: 0 0 1.1em 1.4em; }
li { margin-bottom: 0.45em; }
strong, b { font-weight: 600; color: var(--mulberry); }

/* TYPE SCALE */
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    color: var(--mulberry);
    line-height: 1.04;
    letter-spacing: -0.012em;
    text-transform: lowercase;
}
h1 em, h2 em, h3 em, h4 em,
.display em, .h1 em, .h2 em, .h3 em {
    font-style: italic;
    color: var(--terra);
}

.display { font-size: clamp(56px, 8.4vw, 132px); line-height: 0.95; letter-spacing: -0.025em; }
.h1      { font-size: clamp(40px, 5.4vw, 78px); line-height: 1.0; letter-spacing: -0.018em; }
.h2      { font-size: clamp(30px, 3.6vw, 52px); line-height: 1.06; }
.h3      { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.15; }

.lede {
    font-family: var(--font-body);
    font-size: clamp(17px, 1.32vw, 21px);
    font-weight: 380;
    color: var(--ink-dim);
    line-height: 1.65;
    max-width: 58ch;
    letter-spacing: 0.002em;
}
.lede strong { color: var(--mulberry); font-weight: 540; }

.eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--terra);
    font-weight: 600;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
}
.eyebrow::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 22px; height: 1px;
    background: var(--terra);
}

.kicker {
    font-family: var(--font-body);
    font-size: 11.5px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--sage-deep);
    font-weight: 600;
}

.hand {
    font-family: var(--font-hand);
    color: var(--terra);
    font-weight: 500;
    font-size: 1.55em;
    line-height: 1;
    letter-spacing: 0;
}

.gold { color: var(--terra); font-style: italic; }
.section.dark .gold,
.section.mulberry .gold { color: var(--peach); }

/* LAYOUT */
.section { padding: 110px 36px; position: relative; }
.section.cream    { background: var(--cream); }
.section.paper    { background: var(--cream); }
.section.peach    { background: var(--peach-soft); }
.section.sage     { background: var(--sage-soft); }
.section.mulberry { background: var(--mulberry); color: var(--cream); }
.section.mulberry h1, .section.mulberry h2, .section.mulberry h3 { color: var(--cream); }
.section.mulberry .eyebrow { color: var(--peach); }
.section.mulberry .eyebrow::before { background: var(--peach); }
.section.mulberry .lede { color: rgba(247,240,232,0.78); }

.section.dark { background: var(--mulberry); color: var(--cream); }
.section.dark h1, .section.dark h2, .section.dark h3 { color: var(--cream); }
.section.dark .eyebrow { color: var(--peach); }
.section.dark .eyebrow::before { background: var(--peach); }
.section.dark .lede { color: rgba(247,240,232,0.78); }

.container         { max-width: 1240px; margin: 0 auto; }
.container.narrow  { max-width: 760px; }
.container.medium  { max-width: 1000px; }
.container.wide    { max-width: 1380px; }

.page-pad { padding-top: 140px; }
.text-center { text-align: center; }
.mt-2 { margin-top: 18px; }
.mt-3 { margin-top: 26px; }
.mt-4 { margin-top: 40px; }
.mt-6 { margin-top: 60px; }
.mb-3 { margin-bottom: 26px; }

.divider {
    height: 1px;
    width: 80px;
    background: var(--terra);
    margin: 28px auto;
    opacity: 0.6;
}
.divider.left { margin-left: 0; }

.curve-divider {
    position: absolute;
    left: 0; right: 0;
    width: 100%;
    height: 80px;
    display: block;
    pointer-events: none;
    z-index: 3;
}
.curve-divider.top    { top: -1px; }
.curve-divider.bottom { bottom: -1px; }
.curve-divider svg { width: 100%; height: 100%; display: block; }

/* NAV */
nav.site-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 600;
    padding: 22px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mulberry);
    background: transparent;
    transition: padding 280ms ease, background 280ms ease, box-shadow 280ms ease,
                margin 280ms ease, border-radius 280ms ease, max-width 280ms ease, top 280ms ease;
}
nav.site-nav.scrolled {
    padding: 12px 28px;
    background: rgba(247,240,232,0.92);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
    box-shadow: 0 8px 30px -16px rgba(82,34,58,0.18);
    margin: 12px 18px 0;
    border-radius: 200px;
    top: 0;
}

.nav-logo {
    font-family: var(--font-display);
    font-size: 26px;
    color: var(--mulberry);
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: lowercase;
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}
.nav-logo em {
    color: var(--terra);
    font-style: italic;
    font-weight: inherit;
}
.nav-logo::before {
    content: '';
    width: 9px; height: 9px;
    margin-right: 9px;
    background: var(--terra);
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-3px);
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.nav-links li { margin: 0; }
.nav-links a {
    color: var(--mulberry);
    padding: 6px 2px;
    position: relative;
    transition: color 200ms;
}
.nav-links a::after {
    content: '';
    position: absolute;
    left: 0; right: 100%;
    bottom: 0;
    height: 1px;
    background: var(--terra);
    transition: right 240ms ease;
}
.nav-links a:hover { color: var(--terra); }
.nav-links a:hover::after { right: 0; }
.nav-links a.active { color: var(--terra); }
.nav-links a.active::after { right: 0; }

.nav-bag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mulberry);
    padding: 10px 22px;
    border: 1px solid var(--mulberry);
    border-radius: 200px;
    transition: background 220ms, color 220ms, transform 180ms;
}
.nav-bag:hover { background: var(--mulberry); color: var(--cream); transform: translateY(-1px); }
.nav-bag svg { width: 14px; height: 14px; }

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--mulberry);
    padding: 11px 22px;
    border-radius: 200px;
    transition: background 220ms, transform 180ms;
}
.nav-cta:hover { background: var(--terra); transform: translateY(-1px); }

.nav-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 32px; height: 28px;
    justify-content: center;
    align-items: flex-end;
    z-index: 700;
}
.nav-burger span {
    display: block;
    height: 1.5px;
    background: var(--mulberry);
    transition: transform 260ms, opacity 260ms, width 260ms, background 260ms;
}
.nav-burger span:nth-child(1) { width: 26px; }
.nav-burger span:nth-child(2) { width: 18px; }
.nav-burger span:nth-child(3) { width: 22px; }
.nav-burger.open span { background: var(--cream); width: 26px; }
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); width: 26px; }

@media (max-width: 980px) {
    nav.site-nav { padding: 18px 22px; }
    nav.site-nav.scrolled { padding: 10px 18px; margin: 8px 10px 0; }
    .nav-burger { display: flex; }
    .nav-links, .nav-bag { display: none; }
    .nav-links.open { display: flex; }

    .nav-links {
        position: fixed;
        top: 0; right: 0;
        height: 100vh;
        width: min(380px, 86vw);
        background: var(--mulberry);
        color: var(--cream);
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        padding: 90px 44px 60px;
        transform: translateX(105%);
        transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 650;
        font-size: 28px;
        font-family: var(--font-display);
        text-transform: lowercase;
        letter-spacing: -0.01em;
        overflow: hidden;
    }
    .nav-links.open { transform: translateX(0); display: flex; }
    .nav-links li { width: 100%; }
    .nav-links a {
        color: var(--cream);
        padding: 10px 0;
        font-family: var(--font-display);
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -0.01em;
        text-transform: lowercase;
        display: block;
    }
    .nav-links a:hover, .nav-links a.active { color: var(--peach); }
    .nav-links a::after { display: none; }

    .nav-links::before {
        content: '';
        position: absolute;
        right: -60px; top: -40px;
        width: 220px; height: 220px;
        background: radial-gradient(circle at 30% 30%, rgba(244,199,169,0.32), transparent 65%);
        border-radius: 50%;
    }
    .nav-links::after {
        content: '';
        position: absolute;
        left: -80px; bottom: -50px;
        width: 280px; height: 280px;
        background: radial-gradient(circle at 70% 70%, rgba(122,143,109,0.28), transparent 65%);
        border-radius: 50%;
    }
}

.page-hero { padding-top: 150px; }

/* BUTTONS */
.btn, .btn-primary, .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 16px 32px;
    border: 0;
    cursor: pointer;
    border-radius: 200px;
    transition: transform 200ms ease, background 240ms ease, color 240ms ease, box-shadow 240ms ease, border-color 240ms;
    line-height: 1;
}
.btn-primary {
    background: var(--mulberry);
    color: var(--cream);
    box-shadow: 0 1px 0 rgba(82,34,58,0.2);
}
.btn-primary:hover { background: var(--terra); color: var(--cream); transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(82,34,58,0.4); }
.btn-ghost {
    background: transparent;
    color: var(--mulberry);
    border: 1px solid var(--sage);
}
.btn-ghost:hover { background: var(--sage); color: var(--cream); transform: translateY(-2px); border-color: var(--sage); }

.section.mulberry .btn-ghost,
.section.dark .btn-ghost { color: var(--cream); border-color: var(--peach); }
.section.mulberry .btn-ghost:hover,
.section.dark .btn-ghost:hover { background: var(--peach); color: var(--mulberry); border-color: var(--peach); }

.btn-arrow::after { content: '\2192'; transition: transform 220ms; display: inline-block; }
.btn-arrow:hover::after { transform: translateX(4px); }

/* HOME HERO */
.home-hero {
    position: relative;
    background: var(--cream);
    padding: 170px 40px 110px;
    overflow: hidden;
}
.home-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
    max-width: 1340px;
    margin: 0 auto;
}
.home-hero-copy { position: relative; z-index: 2; }
.home-hero-copy .display { margin: 14px 0 28px; }
.home-hero-copy .display em { font-style: italic; color: var(--terra); }
.home-hero-copy .display .hand-mark {
    font-family: var(--font-hand);
    color: var(--terra);
    font-style: normal;
    font-size: 0.78em;
    display: inline-block;
    transform: translateY(-6px) rotate(-3deg);
    margin: 0 -4px 0 4px;
}
.home-hero-copy .lede { max-width: 50ch; }
.home-hero-actions { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.home-hero-actions .note { font-size: 13px; color: var(--ink-faint); margin-left: 6px; }

.home-hero-bottle {
    position: relative;
    aspect-ratio: 5 / 6;
    width: 100%;
    max-width: 540px;
    margin: 0 0 0 auto;
    border-radius: 280px 280px 60px 60px;
    background: linear-gradient(165deg, var(--peach) 0%, var(--peach-soft) 55%, var(--cream-2) 100%);
    overflow: hidden;
    isolation: isolate;
}
.home-hero-bottle::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.5), transparent 45%),
        radial-gradient(circle at 80% 90%, rgba(82,34,58,0.10), transparent 50%);
    z-index: 1;
}
.home-hero-bottle img {
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    height: 92%;
    width: auto;
    z-index: 2;
    filter: drop-shadow(0 28px 38px rgba(82,34,58,0.28));
    animation: floaty 7s ease-in-out infinite;
}
.botanical-leaf {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    opacity: 0.85;
}
.botanical-leaf.l1 { top: 8%; left: -8%; width: 180px; transform: rotate(-22deg); }
.botanical-leaf.l2 { bottom: 14%; right: -6%; width: 160px; transform: rotate(28deg); }
.botanical-leaf.l3 { top: 38%; right: -10%; width: 130px; transform: rotate(58deg); opacity: 0.55; }

@keyframes floaty {
    0%,100% { transform: translate(-50%, 0); }
    50%     { transform: translate(-50%, -12px); }
}

.hero-meta-strip {
    margin-top: 64px;
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 28px;
    border-top: 1px solid var(--rule);
}
.hero-meta-strip .meta-pair {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.hero-meta-strip .meta-num {
    font-family: var(--font-display);
    font-size: 30px;
    color: var(--mulberry);
}
.hero-meta-strip .meta-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--ink-faint);
    font-weight: 500;
}

@media (max-width: 980px) {
    .home-hero { padding: 130px 22px 80px; }
    .home-hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .home-hero-bottle { max-width: 420px; margin: 0 auto; }
    .botanical-leaf.l1 { width: 130px; left: -4%; }
    .botanical-leaf.l2 { width: 120px; right: -4%; }
    .botanical-leaf.l3 { display: none; }
}

/* PAGE HERO */
.page-hero {
    background: var(--cream);
    color: var(--mulberry);
    padding: 170px 40px 90px;
    position: relative;
    overflow: hidden;
}
.page-hero .container.narrow { text-align: left; }
.page-hero .display { margin-top: 16px; }
.page-hero .lede { margin-top: 28px; max-width: 56ch; }
.page-hero::after {
    content: '';
    position: absolute;
    bottom: 30px; right: -120px;
    width: 320px; height: 320px;
    background: radial-gradient(circle at 30% 30%, var(--peach) 0%, transparent 65%);
    opacity: 0.45;
    pointer-events: none;
    border-radius: 50%;
}

/* TRUST BAR */
.trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 30px 40px;
    background: var(--cream);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
.trust-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 30px;
    border-right: 1px solid var(--rule-soft);
    position: relative;
}
.trust-item:last-child { border-right: 0; }
.trust-icon {
    font-family: var(--font-display);
    font-size: 38px;
    line-height: 1;
    color: var(--terra);
    font-weight: 400;
    margin-bottom: 4px;
}
.trust-label {
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    color: var(--mulberry);
}
.trust-sub {
    font-size: 13.5px;
    color: var(--ink-dim);
    line-height: 1.5;
}

@media (max-width: 800px) {
    .trust-bar { grid-template-columns: repeat(2, 1fr); padding: 20px 16px; }
    .trust-item { padding: 18px 16px; border-bottom: 1px solid var(--rule-soft); }
    .trust-item:nth-child(2n) { border-right: 0; }
    .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
}

/* STATS */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: left;
    margin-top: 60px;
}
.stats > div {
    padding: 36px 28px;
    border-right: 1px solid var(--rule);
}
.stats > div:last-child { border-right: 0; }
.stat-num {
    font-family: var(--font-display);
    font-size: clamp(56px, 6.4vw, 92px);
    color: var(--mulberry);
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: -0.025em;
}
.stat-num em { font-style: italic; color: var(--terra); }
.stat-label {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--ink-dim);
    margin-top: 18px;
    line-height: 1.45;
    max-width: 26ch;
}
.section.mulberry .stat-num { color: var(--cream); }
.section.mulberry .stat-label { color: rgba(247,240,232,0.7); }
.section.mulberry .stats > div { border-color: rgba(247,240,232,0.18); }

@media (max-width: 800px) {
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stats > div { padding: 28px 20px; border-bottom: 1px solid var(--rule); }
    .stats > div:nth-child(2n) { border-right: 0; }
    .stats > div:nth-last-child(-n+2) { border-bottom: 0; }
}

/* FEATURE ROWS */
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 110px;
}
.feature-row:last-child { margin-bottom: 0; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-copy h2 { margin-bottom: 22px; }

.feature-image {
    aspect-ratio: 4 / 5;
    background: linear-gradient(165deg, var(--peach-soft) 0%, var(--cream-2) 70%);
    border-radius: 220px 220px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.feature-image img { max-height: 85%; max-width: 75%; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(82,34,58,0.18)); }
.feature-image::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.35), transparent 50%);
}
.feature-image.dark {
    background: linear-gradient(165deg, var(--mulberry) 0%, var(--mulberry-3) 100%);
}
.feature-image.dark::after {
    background: radial-gradient(circle at 30% 20%, rgba(244,199,169,0.18), transparent 55%);
}

@media (max-width: 880px) {
    .feature-row { grid-template-columns: 1fr; gap: 48px; margin-bottom: 70px; }
    .feature-row.reverse .feature-copy { order: 0; }
    .feature-image { max-width: 440px; margin: 0 auto; width: 100%; }
}

/* CARDS */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 36px;
    margin-top: 60px;
}
.card {
    background: var(--cream);
    border: 1px solid var(--rule);
    border-radius: 4px;
    padding: 34px 30px;
    transition: transform 240ms, box-shadow 240ms, border-color 240ms;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -22px rgba(82,34,58,0.22);
    border-color: var(--terra);
}
.section.peach .card,
.section.sage .card { background: var(--cream); }
.card-icon {
    width: 44px; height: 44px;
    display: grid; place-items: center;
    background: var(--peach-soft);
    color: var(--terra);
    border-radius: 50%;
    font-family: var(--font-display);
    font-size: 20px;
    margin-bottom: 6px;
}
.card-title {
    font-family: var(--font-display);
    font-size: 24px;
    text-transform: lowercase;
    letter-spacing: -0.015em;
    color: var(--mulberry);
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 1.15;
}
.card-meta {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 10.5px;
    color: var(--terra);
    font-weight: 600;
    margin-bottom: 6px;
}

/* INGREDIENT CARDS */
.ingredient-card {
    background: var(--cream);
    border: 1px solid var(--rule);
    border-radius: 4px;
    padding: 42px 36px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    transition: border-color 240ms, transform 240ms, box-shadow 240ms;
}
.ingredient-card:hover {
    border-color: var(--terra);
    transform: translateY(-3px);
    box-shadow: 0 22px 40px -22px rgba(82,34,58,0.22);
}
.ingredient-card::before {
    content: '';
    position: absolute;
    top: 0; right: 36px;
    width: 1px; height: 36px;
    background: var(--terra);
}
.ingredient-card .ing-name {
    font-family: var(--font-display);
    font-size: 32px;
    text-transform: lowercase;
    letter-spacing: -0.015em;
    color: var(--mulberry);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.05;
}
.ingredient-card .ing-latin {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--terra);
    margin-bottom: 12px;
    font-size: 17px;
    letter-spacing: -0.005em;
}
.ingredient-card .ing-dose {
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 11.5px;
    color: var(--terra);
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--rule);
    align-self: stretch;
}

/* BLOG TEASERS */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 46px 36px;
}
.blog-card {
    background: var(--cream);
    border: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 280ms;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-card:hover .blog-card-img { transform: scale(1.03); }
.blog-card:hover .blog-card-title { color: var(--terra); }

.blog-card-img {
    aspect-ratio: 4 / 3;
    background-image: var(--card-bg-img);
    background-size: cover;
    background-position: center;
    background-color: var(--peach-soft);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    transition: transform 600ms ease;
    color: transparent !important;
    font-size: 0 !important;
}
.blog-card-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(82,34,58,0) 60%, rgba(82,34,58,0.18) 100%);
}
.blog-card-body {
    padding: 22px 2px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-card-cat {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 10.5px;
    color: var(--terra) !important;
    margin-bottom: 12px;
    font-weight: 600;
}
.blog-card-title {
    font-family: var(--font-display);
    font-size: clamp(22px, 1.9vw, 28px);
    text-transform: lowercase;
    line-height: 1.12;
    margin-bottom: 12px;
    letter-spacing: -0.012em;
    font-weight: 400;
    color: var(--mulberry);
    transition: color 220ms;
}
.blog-card-excerpt {
    color: var(--ink-dim);
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
    font-weight: 400;
}
.blog-card-meta {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--rule-soft);
    display: flex;
    justify-content: space-between;
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    color: var(--ink-faint);
    font-weight: 500;
}

/* ARTICLE */
.article-cover-img {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 96px;
}
.article-cover-img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(82,34,58,0.05) 0%, rgba(82,34,58,0.32) 100%);
}
@media (max-width: 780px) { .article-cover-img { height: 280px; } }

.article-hero {
    background: var(--cream);
    color: var(--mulberry);
    padding: 70px 36px 50px;
    position: relative;
}
.article-hero .container.narrow { text-align: left; }
.article-cat {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 11.5px;
    color: var(--terra) !important;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.article-cat::before {
    content: '';
    width: 26px; height: 1px;
    background: var(--terra);
    display: inline-block;
}
.article-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(38px, 5.4vw, 72px);
    margin-bottom: 26px;
    line-height: 1.0;
    text-transform: lowercase;
    color: var(--mulberry);
    letter-spacing: -0.02em;
    font-weight: 400;
}
.article-hero h1 em { font-style: italic; color: var(--terra); }
.article-meta {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 11.5px;
    color: var(--ink-faint);
    font-weight: 500;
}

.article-body {
    padding: 50px 36px 110px;
    background: var(--cream);
}
.article-body .container.narrow {
    font-size: 18px;
    line-height: 1.78;
    color: var(--ink-dim);
    font-weight: 400;
    max-width: 720px;
}
.article-body p { margin-bottom: 1.35em; }
.article-body p:first-of-type::first-letter {
    font-family: var(--font-display);
    font-size: 4.2em;
    float: left;
    line-height: 0.86;
    padding: 6px 14px 0 0;
    color: var(--terra);
    font-weight: 400;
}
.article-body h2 {
    font-family: var(--font-display);
    font-size: 36px;
    margin: 56px 0 22px;
    text-transform: lowercase;
    color: var(--mulberry);
    letter-spacing: -0.015em;
    font-weight: 400;
    line-height: 1.12;
}
.article-body h3 {
    font-family: var(--font-display);
    font-size: 24px;
    margin: 38px 0 14px;
    text-transform: lowercase;
    color: var(--mulberry);
    letter-spacing: -0.01em;
    font-weight: 400;
}
.article-body blockquote {
    border-left: 0;
    margin: 44px -20px;
    padding: 36px 40px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 26px;
    line-height: 1.32;
    color: var(--mulberry);
    background: var(--peach-soft);
    border-radius: 4px;
    position: relative;
}
.article-body blockquote::before {
    content: '\201C';
    font-family: var(--font-display);
    font-size: 90px;
    color: var(--terra);
    position: absolute;
    top: -10px; left: 14px;
    line-height: 1;
    opacity: 0.6;
}
.article-body ul, .article-body ol { margin: 0 0 1.5em 1.5em; }
.article-body li { margin-bottom: 0.55em; }
.article-body strong { color: var(--mulberry); font-weight: 600; }
.article-body em { color: var(--terra); font-style: italic; }
.article-body a { color: var(--terra); border-bottom: 1px solid currentColor; transition: color 220ms; }
.article-body a:hover { color: var(--mulberry); }

.article-callout {
    background: var(--peach-soft);
    border-left: 0;
    border-radius: 4px;
    padding: 32px 36px;
    margin: 42px 0;
    position: relative;
}
.article-callout .kicker { color: var(--terra); margin-bottom: 10px; font-weight: 600; }
.article-callout p { color: var(--mulberry); font-size: 17px; line-height: 1.6; margin: 0; }

/* FAQ */
.faq-list {
    margin-top: 36px;
    border-top: 1px solid var(--rule);
}
.faq-item {
    border-bottom: 1px solid var(--rule);
    padding: 0;
}
.faq-q {
    font-family: var(--font-display);
    font-size: 24px;
    text-transform: lowercase;
    letter-spacing: -0.01em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-weight: 400;
    color: var(--mulberry);
    padding: 28px 0;
    transition: color 220ms;
    line-height: 1.2;
}
.faq-q:hover { color: var(--terra); }
.faq-q::after {
    content: '+';
    flex-shrink: 0;
    width: 30px; height: 30px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    line-height: 1;
    transition: transform 320ms ease;
    font-family: var(--font-body);
    font-weight: 300;
}
.faq-item.open .faq-q::after { content: '\2013'; transform: rotate(180deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 380ms ease, padding-bottom 380ms ease;
    color: var(--ink-dim);
    font-size: 16.5px;
    line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 800px; padding-bottom: 28px; }

/* CTA BAND */
.cta-band {
    background: var(--mulberry);
    color: var(--cream);
    padding: 110px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content: '';
    position: absolute;
    left: -180px; top: -180px;
    width: 460px; height: 460px;
    background: radial-gradient(circle, var(--terra) 0%, transparent 65%);
    opacity: 0.4;
    pointer-events: none;
}
.cta-band::after {
    content: '';
    position: absolute;
    right: -200px; bottom: -200px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, var(--sage-deep) 0%, transparent 65%);
    opacity: 0.4;
    pointer-events: none;
}
.cta-band h1, .cta-band h2 { color: var(--cream); }
.cta-band .gold { color: var(--peach); }
.cta-band .kicker { color: var(--peach); }
.cta-band .lede { color: rgba(247,240,232,0.78); }
.cta-band > * { position: relative; z-index: 2; }

/* FOOTER */
footer.site-footer {
    background: var(--mulberry-3);
    color: rgba(247,240,232,0.7);
    padding: 80px 36px 32px;
    position: relative;
}
.footer-cols {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 56px;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(247,240,232,0.12);
}
.footer-brand { color: rgba(247,240,232,0.7); }
.footer-brand .nav-logo {
    font-size: 30px;
    color: var(--cream);
    margin-bottom: 18px;
    display: inline-block;
}
.footer-brand .nav-logo em { color: var(--peach); font-style: italic; }
.footer-brand .nav-logo::before { background: var(--peach); }
.footer-brand p { font-size: 14.5px; line-height: 1.65; color: rgba(247,240,232,0.6); max-width: 38ch; }
.footer-brand a { color: var(--peach); }
.footer-col h4 {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 11px;
    color: var(--peach);
    margin-bottom: 22px;
    font-weight: 600;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 12px; font-size: 14.5px; font-weight: 400; }
.footer-col a {
    color: rgba(247,240,232,0.7);
    transition: color 220ms;
    position: relative;
}
.footer-col a:hover { color: var(--peach); }

.footer-disclaimer {
    max-width: 1240px;
    margin: 36px auto 0;
    font-size: 12.5px;
    color: rgba(247,240,232,0.42);
    line-height: 1.6;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(247,240,232,0.08);
    font-weight: 300;
}
.footer-bottom {
    max-width: 1240px;
    margin: 26px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    font-family: var(--font-body);
    font-size: 12px;
    color: rgba(247,240,232,0.42);
    letter-spacing: 0.04em;
    font-weight: 400;
}
.footer-bottom a {
    color: rgba(247,240,232,0.55);
    margin-left: 22px;
    transition: color 200ms;
}
.footer-bottom a:hover { color: var(--peach); }

@media (max-width: 820px) {
    .footer-cols { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
}
@media (max-width: 520px) {
    .footer-cols { grid-template-columns: 1fr; gap: 36px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-bottom a { margin-left: 0; margin-right: 22px; }
}

/* FOOTER â magazine-imprint variant */
.footer-imprint {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 48px;
    align-items: start;
}
.footer-letter p {
    font-family: var(--font-display);
    font-size: 21px;
    line-height: 1.55;
    color: rgba(247,240,232,0.78);
    font-style: italic;
    font-weight: 400;
    margin: 0 0 14px;
    max-width: 56ch;
    letter-spacing: 0.005em;
}
.footer-letter .footer-sign {
    font-size: 15px;
    color: rgba(247,240,232,0.55);
    margin-top: 18px;
    margin-bottom: 26px;
}
.footer-letter .footer-write {
    font-family: var(--font-body);
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: rgba(247,240,232,0.62);
    text-transform: lowercase;
    margin: 0;
}
.footer-letter .footer-write a {
    color: var(--peach);
    border-bottom: 1px solid rgba(247,205,178,0.35);
    padding-bottom: 1px;
    transition: border-color 200ms;
}
.footer-letter .footer-write a:hover { border-bottom-color: var(--peach); }

.footer-utility {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 2.4;
    color: rgba(247,240,232,0.35);
    word-spacing: 0.18em;
    padding-top: 8px;
}
.footer-utility a {
    color: rgba(247,240,232,0.65);
    transition: color 200ms;
    white-space: nowrap;
}
.footer-utility a:hover { color: var(--peach); }

.footer-hairline {
    max-width: 1240px;
    margin: 0 auto;
    height: 1px;
    background: rgba(247,240,232,0.12);
}
.footer-trust-line {
    max-width: 1240px;
    margin: 22px auto 0;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(247,240,232,0.5);
    text-transform: lowercase;
    text-align: left;
    font-weight: 400;
}
footer.site-footer .footer-disclaimer em {
    font-family: var(--font-display);
    font-style: italic;
    color: rgba(247,205,178,0.7);
    margin-right: 6px;
    font-size: 13.5px;
}

@media (max-width: 880px) {
    .footer-imprint { grid-template-columns: 1fr; gap: 48px; }
    .footer-letter p { font-size: 19px; }
    .footer-utility { line-height: 2.2; }
}
@media (max-width: 520px) {
    .footer-letter p { font-size: 17.5px; }
    .footer-utility { font-size: 10.5px; letter-spacing: 0.18em; }
}

/* LEGAL */
.policy-wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 160px 40px 100px;
}
.policy-label {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--terra);
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.policy-label::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 22px; height: 1px;
    background: var(--terra);
}
.policy-wrap h1 {
    font-family: var(--font-display);
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    color: var(--mulberry);
    line-height: 1.0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--rule);
    text-transform: lowercase;
    letter-spacing: -0.02em;
}
.policy-wrap h2 {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 400;
    color: var(--mulberry);
    margin-top: 44px;
    margin-bottom: 14px;
    text-transform: lowercase;
    letter-spacing: -0.01em;
}
.policy-wrap p, .policy-wrap li {
    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.76;
    color: var(--ink-dim);
    margin-bottom: 14px;
}
.policy-wrap ul { padding-left: 22px; margin-bottom: 16px; }
.policy-wrap a { color: var(--terra); border-bottom: 1px solid var(--terra); }
.policy-wrap a:hover { color: var(--mulberry); border-color: var(--mulberry); }

/* CHECKOUT */
.checkout-page { background: var(--cream); min-height: 100vh; }
.checkout-header {
    border-bottom: 1px solid var(--rule);
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(247,240,232,0.95);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 50;
}
.checkout-header .back-link {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-dim);
    display: flex; align-items: center; gap: 8px;
    transition: color 200ms;
}
.checkout-header .back-link:hover { color: var(--terra); }
.checkout-header .secure-badge {
    display: flex; align-items: center; gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--sage-deep);
    text-transform: uppercase;
}

.checkout-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 40px 90px;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: start;
}
.checkout-wrap .summary { position: sticky; top: 90px; }
.summary-title {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 400;
    color: var(--mulberry);
    margin-bottom: 28px;
    text-transform: lowercase;
    letter-spacing: -0.02em;
}
.summary-title em { font-style: italic; color: var(--terra); }

.cart-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 0;
    border-top: 1px solid var(--rule);
}
.cart-item:last-of-type { border-bottom: 1px solid var(--rule); }
.item-icon {
    width: 58px; height: 58px;
    border-radius: 8px;
    background: linear-gradient(160deg, var(--peach-soft), var(--cream-3));
    display: grid; place-items: center;
    flex-shrink: 0;
    color: var(--terra);
}
.item-info { flex: 1; }
.item-name {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 400;
    color: var(--mulberry);
    text-transform: lowercase;
    letter-spacing: -0.01em;
    margin-bottom: 3px;
    line-height: 1.1;
}
.item-desc { font-size: 12.5px; color: var(--ink-dim); font-weight: 400; letter-spacing: 0.04em; }
.item-price {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 400;
    color: var(--mulberry);
    text-align: right;
    letter-spacing: -0.01em;
}
.item-price-was {
    font-size: 12.5px;
    color: var(--ink-faint);
    text-decoration: line-through;
    text-align: right;
}

.promo-row { display: flex; gap: 10px; margin: 22px 0 4px; }
.promo-row input {
    flex: 1;
    font-family: var(--font-body);
    font-size: 13px;
    padding: 12px 16px;
    border: 1px solid var(--rule);
    border-radius: 200px;
    background: var(--cream);
    color: var(--mulberry);
    outline: none;
    transition: border-color 220ms, box-shadow 220ms;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.promo-row input::placeholder { text-transform: none; letter-spacing: 0; color: var(--ink-faint); }
.promo-row input:focus { border-color: var(--terra); box-shadow: 0 0 0 4px rgba(194,107,91,0.1); }
.promo-apply {
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mulberry);
    background: transparent;
    border: 1px solid var(--mulberry);
    padding: 11px 22px;
    border-radius: 200px;
    transition: background 220ms, color 220ms;
}
.promo-apply:hover { background: var(--mulberry); color: var(--cream); }
.promo-msg { font-size: 12.5px; margin-bottom: 8px; min-height: 18px; }
.promo-msg.ok  { color: var(--sage-deep); }
.promo-msg.err { color: var(--terra); }

.totals { margin-top: 18px; }
.totals-row {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    font-size: 14px;
    color: var(--ink-dim);
}
.totals-row.total {
    font-family: var(--font-display);
    font-size: 26px;
    color: var(--mulberry);
    border-top: 1px solid var(--rule);
    padding-top: 18px;
    margin-top: 6px;
    text-transform: lowercase;
    letter-spacing: -0.01em;
}
.discount-row { color: var(--sage-deep); }

.guarantee-box {
    margin-top: 26px;
    display: flex;
    gap: 14px;
    background: var(--peach-soft);
    border-radius: 8px;
    padding: 18px 22px;
    align-items: flex-start;
}
.guarantee-box svg { color: var(--terra); flex-shrink: 0; margin-top: 2px; }
.guarantee-text { font-size: 13px; line-height: 1.65; color: var(--ink-dim); }
.guarantee-text strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mulberry);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: -0.005em;
}

.form-section { margin-bottom: 36px; }
.form-section-title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 400;
    color: var(--mulberry);
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule);
    text-transform: lowercase;
    letter-spacing: -0.01em;
}
.field { margin-bottom: 16px; position: relative; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-dim);
    margin-bottom: 8px;
}
.field input, .field select {
    width: 100%;
    font-family: var(--font-body);
    font-size: 15px;
    padding: 14px 18px;
    border: 1px solid var(--rule);
    border-radius: 200px;
    background: var(--cream);
    color: var(--mulberry);
    outline: none;
    transition: border-color 220ms, box-shadow 220ms;
    -webkit-appearance: none;
}
.field select { padding-right: 40px; }
.field input:focus, .field select:focus {
    border-color: var(--terra);
    box-shadow: 0 0 0 4px rgba(194,107,91,0.12);
}
.field input.invalid, .field select.invalid {
    border-color: var(--terra-deep);
    box-shadow: 0 0 0 4px rgba(160,81,63,0.1);
}
.field-err {
    font-size: 11.5px;
    color: var(--terra-deep);
    margin-top: 6px;
    margin-left: 18px;
    display: none;
}
.field.has-err .field-err { display: block; }

.card-field-wrap { position: relative; }
.card-field-wrap input { padding-right: 56px; letter-spacing: 0.08em; }
.card-icons {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 4px;
}
.card-icons span {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 3px;
    letter-spacing: 0.03em;
}
.card-visa { background: #1A1F71; color: #fff; }
.card-mc   { background: #EB001B; color: #fff; }
.card-amex { background: #007BC1; color: #fff; }

.pay-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--mulberry);
    border: none;
    padding: 20px 36px;
    border-radius: 200px;
    cursor: pointer;
    transition: background 220ms, transform 180ms, box-shadow 220ms;
    margin-top: 10px;
}
.pay-btn:hover:not(:disabled) {
    background: var(--terra);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -12px rgba(82,34,58,0.42);
}
.pay-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.pay-btn .spinner {
    display: none;
    width: 16px; height: 16px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}
.pay-btn.loading .btn-text { display: none; }
.pay-btn.loading .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-note {
    font-size: 11.5px;
    color: var(--ink-faint);
    text-align: center;
    margin-top: 14px;
    line-height: 1.6;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    letter-spacing: 0.06em;
}
.form-note svg { color: var(--sage-deep); }

#success-screen {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--cream);
    z-index: 500;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}
#success-screen.show { display: flex; animation: fadeUp 0.6s ease; }
.success-icon {
    width: 84px; height: 84px;
    border-radius: 50%;
    background: var(--peach-soft);
    display: grid; place-items: center;
    margin-bottom: 28px;
    color: var(--terra);
}
.success-title {
    font-family: var(--font-display);
    font-size: clamp(48px, 5.4vw, 80px);
    font-weight: 400;
    color: var(--mulberry);
    margin-bottom: 14px;
    line-height: 1.0;
    text-transform: lowercase;
    letter-spacing: -0.02em;
}
.success-title em { font-style: italic; color: var(--terra); }
.success-body {
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink-dim);
    max-width: 460px;
    margin-bottom: 28px;
}
.success-ref {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--ink-faint);
    margin-bottom: 32px;
    text-transform: uppercase;
}
.back-home {
    font-family: var(--font-body);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--mulberry);
    padding: 16px 32px;
    border-radius: 200px;
    transition: background 220ms;
}
.back-home:hover { background: var(--terra); }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 820px) {
    .checkout-wrap { grid-template-columns: 1fr; padding: 32px 22px 70px; gap: 44px; }
    .checkout-wrap .summary { position: static; }
    .checkout-header { padding: 14px 20px; }
    .checkout-header .secure-badge { display: none; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
}

/* hide legacy banner */
.top-banner { display: none !important; }

/* editorial */
.editorial-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.editorial-img {
    aspect-ratio: 5 / 6;
    background-size: cover;
    background-position: center;
    background-color: var(--peach-soft);
    border-radius: 280px 30px 280px 30px;
    position: relative;
}
.editorial-img.swap-radius { border-radius: 30px 280px 30px 280px; }
.editorial-img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(165deg, rgba(82,34,58,0) 60%, rgba(82,34,58,0.18) 100%);
    border-radius: inherit;
}
@media (max-width: 880px) { .editorial-grid { grid-template-columns: 1fr; gap: 48px; } }

.label-rows { margin-top: 40px; border-top: 1px solid var(--rule); }
.label-rows > div {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 30px;
    padding: 22px 0;
    border-bottom: 1px solid var(--rule);
    align-items: baseline;
}
.label-rows .lr-key {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 11px;
    color: var(--terra);
    font-weight: 600;
}
.label-rows .lr-val {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--mulberry);
    text-transform: lowercase;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.label-rows .lr-sub {
    font-size: 13px;
    color: var(--ink-dim);
    text-align: right;
    max-width: 30ch;
    justify-self: end;
}
@media (max-width: 760px) {
    .label-rows > div { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
    .label-rows .lr-sub { text-align: left; justify-self: start; }
}

.numerals-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 48px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
.numerals-row > div { padding: 0 30px; border-right: 1px solid var(--rule-soft); }
.numerals-row > div:last-child { border-right: 0; }
.numerals-row .nr-num {
    font-family: var(--font-display);
    font-size: 64px;
    color: var(--mulberry);
    line-height: 0.9;
    margin-bottom: 12px;
    letter-spacing: -0.025em;
}
.numerals-row .nr-label {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 11px;
    color: var(--terra);
    font-weight: 600;
}
@media (max-width: 800px) {
    .numerals-row { grid-template-columns: repeat(2, 1fr); gap: 28px 0; padding: 32px 0; }
    .numerals-row > div { padding: 8px 16px; border-right: 0; }
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    margin-top: 50px;
}
.step-num {
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--terra);
    line-height: 1;
    margin-bottom: 16px;
    font-style: italic;
    letter-spacing: -0.02em;
}
.step h3 {
    font-family: var(--font-display);
    font-size: 22px;
    text-transform: lowercase;
    color: var(--mulberry);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}
.step p { font-size: 14.5px; color: var(--ink-dim); line-height: 1.6; }
@media (max-width: 880px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

.press-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 36px;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
.press-strip .press-name {
    font-family: var(--font-display);
    font-size: 20px;
    text-align: center;
    color: var(--ink-faint);
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: -0.01em;
}
@media (max-width: 720px) {
    .press-strip { grid-template-columns: repeat(2, 1fr); gap: 24px 36px; }
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 50px;
}
.pricing-tile {
    background: var(--cream);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 36px 30px 32px;
    position: relative;
    display: flex; flex-direction: column;
    transition: border-color 240ms, transform 240ms, box-shadow 240ms;
}
.pricing-tile.popular { border-color: var(--terra); border-width: 1.5px; }
.pricing-tile .badge {
    position: absolute;
    top: -12px; left: 30px;
    background: var(--terra);
    color: var(--cream);
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 200px;
}
.pricing-tile h3 {
    font-family: var(--font-display);
    font-size: 30px;
    text-transform: lowercase;
    color: var(--mulberry);
    letter-spacing: -0.015em;
    margin-bottom: 4px;
}
.pricing-tile .tile-sub { font-size: 13px; color: var(--ink-dim); margin-bottom: 22px; }
.pricing-tile .price {
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--mulberry);
    line-height: 1;
    letter-spacing: -0.025em;
}
.pricing-tile .price-was {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: var(--ink-faint);
    text-decoration: line-through;
    font-family: var(--font-body);
    vertical-align: middle;
}
.pricing-tile .price-per {
    font-family: var(--font-body);
    font-size: 12.5px;
    color: var(--ink-dim);
    margin-top: 8px;
    letter-spacing: 0.06em;
}
.pricing-tile ul {
    margin: 24px 0 28px 0;
    padding: 0;
    list-style: none;
    font-size: 14.5px;
    color: var(--ink-dim);
}
.pricing-tile ul li {
    padding: 8px 0 8px 22px;
    position: relative;
    border-top: 1px solid var(--rule-soft);
}
.pricing-tile ul li::before {
    content: '';
    position: absolute; left: 0; top: 16px;
    width: 12px; height: 1px; background: var(--terra);
}
.pricing-tile .btn { width: 100%; justify-content: center; margin-top: auto; }
@media (max-width: 880px) { .pricing-grid { grid-template-columns: 1fr; } }

.cat-chips {
    display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 50px;
}
.cat-chip {
    font-family: var(--font-body);
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: var(--mulberry);
    padding: 8px 16px;
    border: 1px solid var(--rule);
    border-radius: 200px;
    transition: all 220ms;
    cursor: pointer;
}
.cat-chip:hover, .cat-chip.active { background: var(--mulberry); color: var(--cream); border-color: var(--mulberry); }
