.rce {
    --rce-ink: #171713;
    --rce-charcoal: #292824;
    --rce-paper: #fffdf8;
    --rce-cream: #f4f0e7;
    --rce-gold: #a27a3e;
    --rce-gold-dark: #8d6734;
    --rce-gold-light: #cfb276;
    --rce-olive: #515746;
    --rce-olive-dark: #404536;
    --rce-line: rgba(41, 40, 36, .16);
    --rce-inner-gutter: clamp(44px, 3.2vw, 64px);
    --rce-outer-gutter: max(50px, calc((100vw - 1240px) / 2));
    background: var(--rce-paper);
    color: var(--rce-charcoal);
    overflow: clip;
    width: 100%;
}

.rce *, .rce *::before, .rce *::after, .rce-sticky, .rce-sticky * { box-sizing: border-box; }
.rce img { display: block; height: 100% !important; max-width: none !important; object-fit: cover; width: 100% !important; }
.rce picture { display: contents; }
.rce a { color: inherit; }
.rce a:focus-visible, .rce summary:focus-visible, .rce-sticky a:focus-visible { outline: 3px solid #cfb276; outline-offset: 4px; }

.rce-eyebrow {
    color: var(--rce-gold-light);
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .17em;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
}
.rce-eyebrow--dark { color: var(--rce-gold); }
.rce--burgundy {
    --rce-ink: #1a0e12;
    --rce-charcoal: #2d2224;
    --rce-cream: #f5eee9;
    --rce-gold: #9e7044;
    --rce-gold-dark: #7d5030;
    --rce-gold-light: #d2ae7b;
    --rce-wine: #6e2638;
    --rce-wine-dark: #501a28;
}
.rce-section { padding: clamp(88px, 8vw, 124px) 0; }
.rce-center { text-align: center; }
.rce-narrow { margin: 0 auto; max-width: 880px; padding: 0 30px; }
.rce-rich-text { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
.rce-rich-text > :first-child { margin-top: 0; }
.rce-rich-text > :last-child { margin-bottom: 0; }

.rce-breadcrumb {
    background: var(--rce-cream);
    color: #2b2a2c;
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: .92rem;
    font-weight: 400;
    line-height: 28px;
    padding-top: 84px;
}
.rce-breadcrumb__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    margin: 0 auto;
    max-width: 1240px;
    min-height: 58px;
    padding: 14px 30px 14px 0;
}
.rce-breadcrumb a { text-decoration: none; }
.rce-breadcrumb a:hover { color: var(--rce-gold); }
.rce-breadcrumb [aria-current="page"] { min-width: 0; }

.rce-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.rce-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    gap: 24px;
    justify-content: space-between;
    letter-spacing: .01em;
    line-height: 1.25;
    min-height: 52px;
    padding: 11px 24px;
    text-decoration: none !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.rce-button:hover { transform: translateY(-2px); }
.rce-button > span:last-child { font-size: 17px; line-height: 1; }
.rce-button--gold { background: var(--rce-gold); color: #fff !important; }
.rce-button--gold:hover { background: var(--rce-gold-dark); }
.rce-button--paper { background: var(--rce-paper); color: var(--rce-ink) !important; }
.rce-button--paper:hover { background: #eee9de; }
.rce-button--ink { background: var(--rce-ink); color: #fff !important; }
.rce-button--ink:hover { background: #32322c; }
.rce-button--outline-light { border-color: rgba(255,255,255,.7); color: #fff !important; }
.rce-button--outline-light:hover { background: #fff; color: var(--rce-ink) !important; }
.rce-button--outline-dark { border-color: var(--rce-gold); color: var(--rce-charcoal) !important; }
.rce-button--outline-dark:hover { background: var(--rce-gold); color: #fff !important; }
.rce-button--wine { background: var(--rce-wine, var(--rce-olive)); color: #fff !important; }
.rce-button--wine:hover { background: var(--rce-wine-dark, var(--rce-olive-dark)); }

.rce-hero {
    background: var(--rce-ink);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: min(830px, 91vh);
    overflow: hidden;
    position: relative;
}
.rce-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: min(830px, 91vh);
    padding: 150px var(--rce-inner-gutter) 110px var(--rce-outer-gutter);
    position: relative;
    z-index: 2;
}
.rce-hero__content::before { background: radial-gradient(circle at 30% 35%, rgba(162,122,62,.14), transparent 43%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.rce-hero__content > * { position: relative; }
.rce-hero h1 {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(68px, 7.2vw, 108px);
    font-weight: 500;
    letter-spacing: -.038em;
    line-height: .92;
    margin: 20px 0 30px;
    max-width: 610px;
    text-wrap: balance;
}
.rce-hero__lede { color: #dedbd2; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(21px, 1.8vw, 25px); line-height: 1.48; margin: 0 0 40px; max-width: 550px; }
.rce-hero__media { min-height: min(830px, 91vh); overflow: hidden; position: relative; }
.rce-hero__media img { inset: 0; position: absolute; }
.rce-hero__media::after { background: linear-gradient(90deg, var(--rce-ink), rgba(23,23,19,.28) 25%, transparent 57%), linear-gradient(0deg, rgba(23,23,19,.3), transparent 36%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.rce-date { align-items: center; backdrop-filter: blur(7px); background: rgba(23,23,19,.28); border: 1px solid rgba(255,255,255,.62); bottom: 30px; display: flex; flex-direction: column; height: 120px; justify-content: center; position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); text-align: center; text-transform: uppercase; width: 120px; z-index: 3; }
.rce-date span { font-family: "Suisse Intl", Arial, sans-serif; font-size: 9px; letter-spacing: .14em; }
.rce-date strong { color: var(--rce-gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 40px; font-weight: 500; letter-spacing: 0; line-height: 1; margin: 4px 0; }
.rce-date--month strong { font-size: 25px; margin-top: 8px; }
.rce--product-art .rce-hero__media { background: #120b0d; }
.rce--product-art .rce-hero__media::after { background: linear-gradient(90deg, var(--rce-ink), rgba(26,14,18,.18) 24%, transparent 56%), linear-gradient(0deg, rgba(10,5,7,.28), transparent 38%); }

.rce-intro { padding-bottom: 0; }
.rce-intro h2, .rce-section-heading h2, .rce-faq h2 {
    color: var(--rce-charcoal);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.02;
    margin: 18px 0 27px;
    text-wrap: balance;
}
.rce-intro h2 { font-size: clamp(42px, 4.5vw, 64px); }
.rce-facts { border-bottom: 1px solid var(--rce-line); border-top: 1px solid var(--rce-line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; }
.rce-facts--4 { grid-template-columns: repeat(4, 1fr); }
.rce-facts span { align-items: center; color: var(--rce-charcoal); display: flex; flex-direction: column; font-family: "Suisse Intl", Arial, sans-serif; font-size: 12px; font-weight: 600; justify-content: center; letter-spacing: .1em; min-height: 90px; padding: 22px; text-align: center; text-transform: uppercase; }
.rce-facts span + span { border-left: 1px solid var(--rce-line); }
.rce-facts small { color: var(--rce-gold); font-size: 9px; letter-spacing: .16em; margin-bottom: 8px; }

.rce-choice { background: var(--rce-cream); }
.rce-section-heading { margin: 0 auto 58px; max-width: 820px; padding: 0 30px; }
.rce-section-heading > p:last-child { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
.rce-choice__grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 1240px; padding: 0 30px; }
.rce-choice-card { border: 1px solid rgba(162,122,62,.38); display: flex; flex-direction: column; justify-content: space-between; min-height: 520px; padding: clamp(36px, 4vw, 58px); }
.rce-choice-card--ink { background: var(--rce-ink); color: #fff; }
.rce-choice-card--paper { background: var(--rce-paper); }
.rce-choice-card--olive { background: var(--rce-olive); color: #fff; }
.rce-choice-card h3 { color: inherit; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(44px, 4.5vw, 64px); font-weight: 500; letter-spacing: -.03em; line-height: 1; margin: 18px 0 24px; max-width: 560px; text-wrap: balance; }
.rce-choice-card > div > p:not(.rce-eyebrow):not(.rce-offer):not(.rce-fine-print) { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; line-height: 1.7; max-width: 470px; }
.rce-choice-card--ink > div > p:not(.rce-eyebrow):not(.rce-offer):not(.rce-fine-print), .rce-choice-card--olive > div > p:not(.rce-eyebrow):not(.rce-offer):not(.rce-fine-print) { color: #d3d0c8; }
.rce-choice-card__action { margin-top: 42px; }
.rce-offer { color: var(--rce-gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 4vw, 50px); line-height: 1.05; margin: 0; }
.rce-choice-card--ink .rce-offer, .rce-choice-card--olive .rce-offer { color: var(--rce-gold-light); }
.rce-fine-print { font-family: "Suisse Intl", Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 1.55; margin: 16px 0 26px; }

.rce-experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 730px; }
.rce-experience--reverse .rce-experience__media { order: 2; }
.rce-experience__media { min-height: 730px; min-width: 0; overflow: hidden; position: relative; }
.rce-experience__media img { inset: 0; position: absolute; }
.rce-experience__content { align-items: center; display: flex; min-width: 0; padding: 92px var(--rce-outer-gutter) 92px var(--rce-inner-gutter); }
.rce-experience--reverse .rce-experience__content { padding-left: var(--rce-outer-gutter); padding-right: var(--rce-inner-gutter); }
.rce-experience__content > div { max-width: 520px; }
.rce-experience--paper { background: var(--rce-paper); color: var(--rce-charcoal); }
.rce-experience--ink { background: var(--rce-ink); color: #fff; }
.rce-experience--olive { background: var(--rce-olive); color: #fff; }
.rce-experience h2 { color: inherit; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(52px, 5.4vw, 80px); font-weight: 500; letter-spacing: -.035em; line-height: .98; margin: 18px 0 27px; text-wrap: balance; }
.rce-experience--ink .rce-rich-text, .rce-experience--olive .rce-rich-text { color: #dfdcd4; }
.rce-price-block { border-bottom: 1px solid currentColor; border-top: 1px solid currentColor; display: flex; flex-direction: column; margin: 38px 0; opacity: .95; padding: 24px 0; }
.rce-price-block span { font-family: "Suisse Intl", Arial, sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.rce-price-block strong { color: var(--rce-gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 4vw, 50px); font-weight: 500; line-height: 1.05; margin: 7px 0 0; }
.rce-experience--ink .rce-price-block strong, .rce-experience--olive .rce-price-block strong { color: var(--rce-gold-light); }
.rce-price-block small { display: block; font-family: "Suisse Intl", Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 1.55; margin-top: 14px; }

.rce-testimonial { background: var(--rce-paper); border-bottom: 1px solid var(--rce-line); border-top: 1px solid var(--rce-line); margin: 0; padding: clamp(76px, 8vw, 118px) 30px; text-align: center; }
.rce-testimonial blockquote { margin: 0 auto; max-width: 980px; }
.rce-testimonial blockquote p { color: var(--rce-charcoal); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 4.2vw, 60px); font-weight: 500; letter-spacing: -.025em; line-height: 1.08; margin: 0; text-wrap: balance; }
.rce-testimonial figcaption { color: var(--rce-gold); font-family: "Suisse Intl", Arial, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .14em; margin-top: 28px; text-transform: uppercase; }

.rce-products { background: var(--rce-cream); scroll-margin-top: 96px; }
.rce-products__heading { margin: 0 auto 40px; max-width: 840px; padding: 0 30px; text-align: center; }
.rce-products__heading h2 { color: var(--rce-charcoal); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(48px, 5.4vw, 76px); font-weight: 500; letter-spacing: -.032em; line-height: .98; margin: 17px 0 24px; text-wrap: balance; }
.rce-products__heading > p:last-child { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; font-size: 16px; line-height: 1.7; margin: 0; }
.rce-products__toolbar { display: flex; gap: 8px; justify-content: center; margin: 0 auto 22px; max-width: 1240px; padding: 0 30px; }
.rce-products__toolbar button { background: transparent; border: 1px solid rgba(110,38,56,.28); border-radius: 999px; color: var(--rce-charcoal); cursor: pointer; font-family: "Suisse Intl", Arial, sans-serif; font-size: 13px; font-weight: 600; min-height: 46px; padding: 10px 20px; }
.rce-products__toolbar button:hover, .rce-products__toolbar button[aria-pressed="true"] { background: var(--rce-wine, var(--rce-olive)); border-color: var(--rce-wine, var(--rce-olive)); color: #fff; }
.rce-products__notes { color: #6a625d; font-family: "Suisse Intl", Arial, sans-serif; font-size: 13px; line-height: 1.6; margin: 0 auto 30px; max-width: 860px; min-height: 22px; padding: 0 30px; text-align: center; }
.rce-products__notes p { margin: 0; }
.rce-products__notes strong { color: var(--rce-charcoal); }
.rce-products__grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: 1240px; padding: 0 30px; }
.rce-product-card { background: var(--rce-paper); border: 1px solid rgba(45,34,36,.14); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow 180ms ease, transform 180ms ease; }
.rce-product-card[hidden] { display: none !important; }
.rce-product-card:hover { box-shadow: 0 18px 46px rgba(45,22,28,.11); transform: translateY(-3px); }
.rce-product-card__image { align-items: center; background: radial-gradient(circle at 50% 45%, rgba(158,112,68,.14), transparent 50%), linear-gradient(150deg, #eee5df, #fbf8f3); display: flex; height: 310px; justify-content: center; overflow: hidden; padding: 24px 18px 12px; }
.rce-product-card__image img { height: 100% !important; max-height: 278px !important; max-width: 210px !important; object-fit: contain !important; width: auto !important; }
.rce-product-card__content { display: flex; flex: 1 1 auto; flex-direction: column; padding: 24px 22px 20px; }
.rce-product-card h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(27px, 2.1vw, 34px); font-weight: 500; letter-spacing: -.02em; line-height: 1.02; margin: 12px 0 10px; min-height: 70px; }
.rce-product-card h3 a { text-decoration: none; }
.rce-product-card__meta { color: #756d67; font-family: "Suisse Intl", Arial, sans-serif; font-size: 12px; line-height: 1.45; }
.rce-product-card__price { align-items: baseline; display: flex; gap: 9px; margin-top: auto; padding-top: 20px; }
.rce-product-card__price ins { color: var(--rce-wine, var(--rce-olive)); font-family: "Cormorant Garamond", Georgia, serif; font-size: 35px; font-weight: 600; line-height: 1; text-decoration: none; }
.rce-product-card__price del { color: #8a817b; font-family: "Suisse Intl", Arial, sans-serif; font-size: 13px; }
.rce-product-card__details { border-top: 1px solid var(--rce-line); margin-top: 20px; }
.rce-product-card__details summary { color: var(--rce-charcoal); cursor: pointer; font-family: "Suisse Intl", Arial, sans-serif; font-size: 12px; font-weight: 600; list-style: none; padding: 15px 26px 0 0; position: relative; }
.rce-product-card__details summary::-webkit-details-marker { display: none; }
.rce-product-card__details summary::after { color: var(--rce-wine, var(--rce-olive)); content: "+"; font-size: 20px; position: absolute; right: 2px; top: 10px; }
.rce-product-card__details[open] summary::after { content: "−"; }
.rce-product-card__details ul { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; font-size: 11px; line-height: 1.55; margin: 13px 0 0; padding-left: 17px; }
.rce-product-card__details li + li { margin-top: 7px; }
.rce-product-card__actions { display: grid; gap: 7px; grid-template-columns: 62px minmax(0, 1fr); padding: 0 14px 14px; }
.rce-product-card__actions > a:only-child { grid-column: 1 / -1; }
.rce-product-card__quantity { background: #fff; border: 1px solid rgba(45,34,36,.2); color: var(--rce-charcoal); font-family: "Suisse Intl", Arial, sans-serif; font-size: 13px; height: 52px; padding: 0 9px; width: 100%; }
.rce-product-card__add { gap: 10px; min-width: 0; padding-left: 16px; padding-right: 16px; }
.rce-product-card__add.is-adding { cursor: wait; opacity: .75; }
.rce-product-card__add.is-added { background: var(--rce-gold); }
.rce-products__empty { margin: 0 auto; max-width: 720px; padding: 34px 30px; text-align: center; }
.rce-products__empty p { font-family: "Suisse Intl", Arial, sans-serif; line-height: 1.65; }
.rce--product-art .rce-teaser__media { background: radial-gradient(circle at 50% 50%, rgba(158,112,68,.2), transparent 52%), #120b0d; }
.rce--product-art .rce-teaser__media img { object-fit: contain; padding: 32px; }
.rce--burgundy .rce-closing { background: #4b1d29; }
.rce--burgundy .rce-closing__media::after { background: linear-gradient(90deg, #4b1d29, transparent 42%); }
.rce--burgundy + .rce-sticky .rce-sticky__link--primary { background: #6e2638; }
.rce--burgundy + .rce-sticky .rce-sticky__link--primary:hover { background: #501a28; }

.rce-reassurance { background: var(--rce-cream); }
.rce-reassurance .rce-facts { margin-top: 0; }
.rce-help { align-items: center; display: flex; gap: 52px; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 80px 30px; }
.rce-help > div { max-width: 700px; }
.rce-help h2 { color: var(--rce-charcoal); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(40px, 4vw, 56px); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; margin: 14px 0 12px; }
.rce-help p:last-child { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; line-height: 1.65; }

.rce-teaser { background: var(--rce-ink); color: #fff; display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; }
.rce-teaser__copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 84px var(--rce-inner-gutter) 84px var(--rce-outer-gutter); }
.rce-teaser h2 { color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(48px, 4.6vw, 70px); font-weight: 500; letter-spacing: -.03em; line-height: 1; margin: 18px 0 26px; max-width: 540px; text-wrap: balance; }
.rce-teaser__body { color: #d3d0c8; font-family: "Suisse Intl", Arial, sans-serif; line-height: 1.7; margin: 0; max-width: 490px; }
.rce-teaser__offer { border-bottom: 1px solid rgba(255,255,255,.28); border-top: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; margin-top: 30px; max-width: 490px; padding: 20px 0; }
.rce-teaser__offer strong { color: var(--rce-gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 42px; font-weight: 500; line-height: 1.05; }
.rce-teaser__offer span { color: #fff; font-family: "Suisse Intl", Arial, sans-serif; font-size: 13px; line-height: 1.55; margin-top: 4px; }
.rce-teaser__fine-print { color: #aaa79f; font-family: "Suisse Intl", Arial, sans-serif; font-size: 11px; line-height: 1.55; margin: 18px 0 0; max-width: 490px; }
.rce-teaser__media { align-self: center; aspect-ratio: 5 / 3; background: #0d0d0b; border: 1px solid rgba(207,178,118,.28); box-shadow: 0 24px 70px rgba(0,0,0,.28); margin: 54px var(--rce-outer-gutter) 54px 30px; min-height: 0; min-width: 0; overflow: hidden; position: relative; }

.rce-faq { display: grid; gap: clamp(56px, 8vw, 110px); grid-template-columns: .8fr 1.2fr; margin: 0 auto; max-width: 1240px; padding-left: 30px; padding-right: 30px; }
.rce-faq__items { border-top: 1px solid var(--rce-line); }
.rce-faq details { border-bottom: 1px solid var(--rce-line); }
.rce-faq summary { color: var(--rce-charcoal); cursor: pointer; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; line-height: 1.3; list-style: none; padding: 29px 54px 29px 0; position: relative; }
.rce-faq summary::-webkit-details-marker { display: none; }
.rce-faq summary::after { color: var(--rce-gold); content: "+"; font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; line-height: 1; position: absolute; right: 5px; top: 27px; }
.rce-faq details[open] summary::after { content: "−"; }
.rce-faq details p { color: #625e56; font-family: "Suisse Intl", Arial, sans-serif; line-height: 1.7; margin: -4px 54px 29px 0; }

.rce-closing { background: #34392d; color: #fff; display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; position: relative; }
.rce-closing__media { min-height: 700px; min-width: 0; order: 2; overflow: hidden; position: relative; }
.rce-closing__media img { inset: 0; position: absolute; }
.rce-closing__media::after { background: linear-gradient(90deg, #34392d, transparent 42%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.rce-closing__content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 94px var(--rce-inner-gutter) 94px var(--rce-outer-gutter); }
.rce-closing h2 { color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(60px, 6.3vw, 90px); font-weight: 500; letter-spacing: -.038em; line-height: .92; margin: 20px 0 30px; max-width: 600px; text-wrap: balance; }
.rce-closing__content > p:not(.rce-eyebrow) { color: #d9d6ce; font-family: "Suisse Intl", Arial, sans-serif; line-height: 1.7; margin: 0 0 34px; max-width: 500px; }
.rce-closing__content > small { color: #aaa79f; font-family: "Suisse Intl", Arial, sans-serif; font-size: 11px; line-height: 1.55; margin-top: 26px; }

.rce-image-placeholder { background: linear-gradient(135deg, rgba(162,122,62,.12), transparent 56%), #e8e0d2; display: block; height: 100%; min-height: inherit; width: 100%; }
.rce-sticky {
    --rce-charcoal: #292824;
    --rce-gold: #a27a3e;
    --rce-olive: #515746;
    --rce-olive-dark: #404536;
    align-items: stretch;
    backdrop-filter: blur(12px);
    background: rgba(255,253,248,.94);
    border: 1px solid rgba(41,40,36,.12);
    border-radius: 12px;
    bottom: max(18px, env(safe-area-inset-bottom));
    box-shadow: 0 14px 40px rgba(23,23,19,.18);
    color: var(--rce-charcoal);
    display: grid;
    gap: 8px;
    grid-template-columns: 1.05fr 1fr 1fr;
    left: 50%;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%, calc(100% + 42px));
    transition: opacity 240ms ease, transform 300ms ease;
    width: min(860px, calc(100% - 36px));
    z-index: 999;
}
.rce-sticky.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.rce-sticky > span { align-self: center; font-family: "Suisse Intl", Arial, sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .02em; padding: 0 14px; }
.rce-sticky__link { align-items: center; border: 1px solid transparent; border-radius: 7px; color: var(--rce-charcoal) !important; display: flex; font-family: "Suisse Intl", Arial, sans-serif; font-size: 14px !important; font-weight: 500; gap: 14px; justify-content: space-between; letter-spacing: .01em; line-height: 1.2; min-height: 50px; padding: 10px 16px; text-decoration: none !important; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.rce-sticky__link--primary { background: var(--rce-olive); color: #fff !important; }
.rce-sticky__link--primary:hover { background: var(--rce-olive-dark); }
.rce-sticky__link--secondary { border-color: var(--rce-gold); }
.rce-sticky__link--secondary:hover { background: var(--rce-gold); color: #fff !important; }
.rce-sticky__link > span:last-child { font-size: 16px; line-height: 1; }
.rce-sticky--single { grid-template-columns: 1.25fr 1fr; width: min(650px, calc(100% - 36px)); }

@media (max-width: 1024px) {
    .rce-hero { grid-template-columns: minmax(360px, .96fr) 1.04fr; }
    .rce-hero__content { padding-left: 40px; padding-right: 40px; }
    .rce-experience__content, .rce-experience--reverse .rce-experience__content, .rce-teaser__copy, .rce-closing__content { padding-left: 48px; padding-right: 48px; }
    .rce-teaser__media { margin-right: 36px; }
	.rce-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .rce-section { padding: 78px 0; }
	.rce-breadcrumb { padding-top: 31px; }
	.rce-breadcrumb__inner { min-height: 0; padding: 12px 22px; }
    .rce-hero { display: flex; flex-direction: column; min-height: 0; }
    .rce-hero__media { aspect-ratio: 4 / 5; min-height: 0; order: 1; }
    .rce-hero__media::after { background: linear-gradient(0deg, var(--rce-ink), transparent 32%); }
    .rce-hero__content { min-height: 0; order: 2; padding: 50px 22px 64px; }
    .rce-hero h1 { font-size: clamp(54px, 17vw, 74px); letter-spacing: -.032em; line-height: .94; margin: 16px 0 24px; max-width: 100%; }
    .rce-hero__lede { font-size: 20px; line-height: 1.5; margin-bottom: 34px; }
    .rce-date { bottom: auto; height: 92px; right: 16px; top: 92px; width: 92px; }
    .rce-date strong { font-size: 31px; }
    .rce-date--month strong { font-size: 22px; letter-spacing: -.015em; }
    .rce-button-row { flex-direction: column; }
    .rce-button { min-height: 54px; width: 100%; }
    .rce-intro h2, .rce-section-heading h2, .rce-faq h2 { font-size: clamp(40px, 12vw, 52px); line-height: 1.04; }
    .rce-narrow { padding: 0 22px; }
    .rce-facts { grid-template-columns: 1fr; margin-top: 60px; }
    .rce-facts span { min-height: 76px; }
    .rce-facts span + span { border-left: 0; border-top: 1px solid var(--rce-line); }
    .rce-section-heading { margin-bottom: 42px; padding: 0 22px; }
	.rce-products { scroll-margin-top: 82px; }
	.rce-products__heading { margin-bottom: 32px; padding: 0 22px; }
	.rce-products__heading h2 { font-size: clamp(44px, 12vw, 56px); line-height: 1; }
	.rce-products__toolbar { justify-content: flex-start; margin-right: -14px; overflow-x: auto; padding: 0 14px 4px 0; scrollbar-width: none; }
	.rce-products__toolbar::-webkit-scrollbar { display: none; }
	.rce-products__toolbar button { flex: 0 0 auto; min-height: 46px; white-space: nowrap; }
	.rce-products__notes { min-height: 42px; padding: 0 22px; text-align: left; }
	.rce-products__grid { grid-template-columns: 1fr; padding: 0 14px; }
	.rce-product-card__image { height: 330px; }
	.rce-product-card__image img { max-height: 298px !important; max-width: 225px !important; }
	.rce-product-card h3 { font-size: 34px; min-height: 0; }
	.rce-product-card__actions { grid-template-columns: 60px minmax(0, 1fr); }
    .rce-choice__grid { grid-template-columns: 1fr; padding: 0 16px; }
    .rce-choice-card { min-height: 0; padding: 38px 26px; }
    .rce-choice-card h3 { font-size: clamp(42px, 12vw, 50px); line-height: 1.02; }
    .rce-choice-card__action { margin-top: 38px; }
    .rce-experience, .rce-experience--reverse { display: flex; flex-direction: column; min-height: 0; }
    .rce-experience--reverse .rce-experience__media { order: 0; }
    .rce-experience__media { aspect-ratio: 4 / 3; min-height: 0; }
    .rce-experience__content, .rce-experience--reverse .rce-experience__content { padding: 68px 22px 76px; }
    .rce-experience h2 { font-size: clamp(48px, 13vw, 62px); letter-spacing: -.03em; line-height: 1; }
    .rce-price-block { margin: 34px 0; }
    .rce-help { align-items: stretch; flex-direction: column; gap: 28px; padding: 64px 22px; }
    .rce-help h2 { font-size: 44px; line-height: 1.04; }
    .rce-teaser { display: flex; flex-direction: column; min-height: 0; padding-top: 32px; }
    .rce-teaser__media { align-self: stretch; aspect-ratio: 4 / 3; margin: 0 16px; min-height: 0; order: -1; }
    .rce-teaser__copy { padding: 62px 22px 70px; }
    .rce-teaser h2 { font-size: clamp(44px, 12.5vw, 52px); line-height: 1.02; }
    .rce-teaser__offer strong { font-size: 38px; }
    .rce-faq { gap: 34px; grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
    .rce-faq summary { font-size: 22px; padding-right: 42px; }
    .rce-faq details p { margin-right: 36px; }
    .rce-closing { display: flex; flex-direction: column; min-height: 0; }
    .rce-closing__media { aspect-ratio: 4 / 5; min-height: 0; order: 0; }
    .rce-closing__media::after { background: linear-gradient(0deg, #34392d, transparent 42%); }
	.rce--burgundy .rce-closing__media::after { background: linear-gradient(0deg, #4b1d29, transparent 42%); }
    .rce-closing__content { padding: 66px 22px 88px; }
    .rce-closing h2 { font-size: clamp(52px, 15.5vw, 68px); letter-spacing: -.034em; line-height: .94; }
    .rce-sticky { bottom: max(10px, env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; left: 14px; width: calc(100% - 28px); transform: translateY(calc(100% + 34px)); }
    .rce-sticky.is-visible { transform: translateY(0); }
    .rce-sticky > span { display: none; }
	.rce-sticky--single { grid-template-columns: 1fr; }
    .rce-sticky__link { font-size: 13px !important; min-height: 50px; padding: 9px 13px; }
	.rce-testimonial { padding: 72px 22px; }
	.rce-testimonial blockquote p { font-size: clamp(36px, 10.5vw, 46px); line-height: 1.08; }
}

@media (max-width: 360px) {
    .rce-hero h1 { font-size: 52px; }
    .rce-choice-card { padding: 34px 22px; }
    .rce-choice-card h3 { font-size: 40px; }
    .rce-experience h2 { font-size: 46px; }
    .rce-closing h2 { font-size: 50px; }
    .rce-sticky__link { font-size: 12px !important; padding: 8px 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .rce *, .rce *::before, .rce *::after, .rce-sticky { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
