/* Layout perfume — editorial, leve e inteiramente orientado pelas cores do tenant. */
:root {
    --ink: #211d29;
    --muted: #6c6675;
    --paper: #fffdfa;
    --surface: #f7f4f7;
    --line: #e8e1e8;
    --white: #fff;
    --shadow: 0 22px 70px rgba(38, 27, 48, .11);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 38px;
    --shell: min(1180px, calc(100vw - 40px));
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); line-height: 1.65; }
input, select, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--brand-secondary); outline-offset: 3px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.35rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.85rem, 3vw, 3.25rem); }
h3 { font-size: 1.2rem; }
em { color: var(--brand-primary); font-weight: inherit; }
.eyebrow { margin-bottom: 13px; color: var(--brand-primary); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: var(--muted); }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(80, 63, 88, .08); background: rgba(255, 253, 250, .91); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { min-width: 0; display: inline-flex; align-items: center; gap: 11px; font-family: Georgia, serif; font-size: 1.28rem; font-weight: 700; letter-spacing: -.02em; }
.wordmark > span:last-child { max-width: min(40vw, 280px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wordmark-mark { width: 46px; height: 46px; flex: 0 0 46px; object-fit: contain; }
.main-nav { flex: 0 0 auto; display: flex; align-items: center; gap: 29px; font-size: .91rem; font-weight: 650; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--brand-primary); }
.compare-nav { display: inline-flex; gap: 7px; align-items: center; }
.js-compare-count { min-width: 20px; height: 20px; padding-inline: 5px; display: inline-grid; place-items: center; border-radius: 999px; color: var(--on-primary); background: var(--brand-primary); font-size: .68rem; line-height: 1; }

.hero { position: relative; overflow: hidden; background: linear-gradient(125deg, var(--brand-soft), var(--paper) 48%, var(--secondary-soft)); }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; left: -360px; bottom: -390px; border: 1px solid color-mix(in srgb, var(--brand-primary) 20%, transparent); border-radius: 50%; }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; padding-block: 58px 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(2.25rem, 3.2vw, 3.4rem); }
.hero-lead { max-width: 670px; margin-bottom: 34px; color: #57505f; font-size: 1.13rem; }
.search-bar { max-width: 630px; padding: 7px 7px 7px 18px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 11px; border: 1px solid rgba(90, 70, 100, .13); border-radius: 999px; background: var(--white); box-shadow: 0 18px 45px rgba(49, 37, 60, .09); }
.search-bar svg { width: 21px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.search-bar input { min-width: 0; padding: 11px 2px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-bar button, .button { border: 0; border-radius: 999px; background: var(--brand-primary); color: var(--on-primary); font-weight: 750; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.search-bar button { padding: 14px 25px; }
.search-bar button:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px color-mix(in srgb, var(--brand-primary) 26%, transparent); filter: saturate(1.05); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 16px 25px; }
.button-small { padding: 11px 18px; font-size: .87rem; }
.button-wide { width: 100%; }
.button-secondary { width: 100%; padding: 14px 20px; border: 1px solid var(--brand-primary); border-radius: 999px; background: transparent; color: var(--brand-primary); font-weight: 750; }
.button-secondary:hover { background: var(--brand-soft); }

.hero-art { position: relative; height: 420px; }
.hero-art::after { content: ""; position: absolute; inset: 9% 8% 5%; border-radius: 50% 48% 43% 57%; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), transparent 40%), linear-gradient(145deg, var(--secondary-soft), var(--brand-soft)); transform: rotate(-7deg); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid color-mix(in srgb, var(--brand-primary) 36%, transparent); border-radius: 50%; }
.orbit-one { inset: 2% 1% 4%; transform: rotate(13deg); }
.orbit-two { inset: 19% -6% 17% 4%; transform: rotate(-25deg); }
.hero-card { position: absolute; z-index: 3; padding: 23px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-card span { display: block; margin-bottom: 8px; color: var(--brand-primary); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-card strong { display: block; line-height: 1.25; }
.hero-card-main { width: 245px; left: 17%; top: 31%; padding: 38px 28px; transform: rotate(-5deg); }
.hero-card-main strong { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.hero-card-float { right: 5%; top: 19%; transform: rotate(7deg); }
.spark { position: absolute; z-index: 4; color: var(--brand-primary); font-size: 2rem; }
.spark-one { left: 5%; top: 20%; }.spark-two { right: 14%; bottom: 13%; font-size: 1.3rem; }

.section { padding-block: 76px; }
.section-heading { margin-bottom: 38px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { color: var(--brand-primary); font-size: .9rem; font-weight: 750; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.product-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--brand-primary) 25%, var(--line)); box-shadow: var(--shadow); }
.product-card-image { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: var(--surface); }
.product-card-image img { width: auto; height: auto; max-width: calc(100% - 28px); max-height: calc(100% - 28px); object-fit: contain; object-position: center; transition: transform .35s ease; }
.product-card:hover .product-card-image img { transform: scale(1.035); }
.image-placeholder { width: 100%; height: 100%; min-height: 210px; display: grid; place-items: center; overflow: hidden; position: relative; background: radial-gradient(circle at 25% 20%, white, transparent 35%), linear-gradient(135deg, var(--brand-soft), var(--secondary-soft)); }
.image-placeholder::before, .image-placeholder::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--brand-primary) 24%, transparent); border-radius: 50%; }
.image-placeholder::before { width: 140%; height: 65%; transform: rotate(24deg); }.image-placeholder::after { width: 80%; height: 120%; transform: rotate(-17deg); }
.image-placeholder span { z-index: 1; color: var(--brand-primary); font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }
.product-card-body { padding: 22px; }
.product-card h3 { min-height: 2.6em; margin-bottom: 22px; }
.product-card h3 a:hover { color: var(--brand-primary); }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.compare-toggle { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: .76rem; font-weight: 700; }
.compare-toggle:hover, .compare-toggle[aria-pressed="true"] { border-color: var(--brand-primary); color: var(--brand-primary); background: var(--brand-soft); }

.compare-story { overflow: hidden; padding-block: 64px; background: var(--ink); color: #fff; }
.compare-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.compare-story p:not(.eyebrow) { max-width: 550px; color: #cdc6d2; }
.compare-visual { height: 320px; position: relative; }
.compare-visual::before { content: ""; position: absolute; inset: 1% 4%; border: 1px solid color-mix(in srgb, var(--brand-secondary) 45%, transparent); border-radius: 50%; transform: rotate(15deg); }
.compare-bottle { position: absolute; bottom: 13%; width: 21%; border-radius: 38% 38% 24% 24%; background: linear-gradient(170deg, rgba(255,255,255,.8), var(--brand-secondary)); box-shadow: inset -10px -15px 30px rgba(50,20,60,.16), 0 20px 30px rgba(0,0,0,.2); }
.compare-bottle::before { content: ""; position: absolute; left: 24%; top: -17%; width: 52%; height: 20%; border-radius: 5px 5px 0 0; background: #ece9ee; }
.bottle-one { height: 47%; left: 12%; transform: rotate(-8deg); }.bottle-two { height: 61%; left: 39%; bottom: 8%; }.bottle-three { height: 40%; left: 68%; transform: rotate(9deg); }
.brand-cloud { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.brand-cloud a { padding: 20px 22px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; transition: border-color .2s ease, transform .2s ease; }
.brand-cloud a:hover { border-color: var(--brand-primary); transform: translateY(-2px); }
.brand-cloud span { font-family: Georgia, serif; font-size: 1.16rem; }

.about-hero { position: relative; overflow: hidden; background: linear-gradient(125deg, var(--brand-soft), var(--paper) 52%, var(--secondary-soft)); }
.about-hero::before { content: ""; position: absolute; right: -190px; bottom: -330px; width: 590px; height: 590px; border: 1px solid color-mix(in srgb, var(--brand-primary) 24%, transparent); border-radius: 50%; }
.about-hero-grid { position: relative; min-height: 520px; padding-block: 82px 88px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: center; gap: 76px; }
.about-hero-copy h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.7rem, 4.8vw, 4.8rem); }
.about-lead { max-width: 720px; margin-bottom: 0; color: #57505f; font-size: 1.12rem; line-height: 1.75; }
.about-purpose { position: relative; padding: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.about-purpose-mark { position: absolute; right: 24px; top: 16px; color: var(--brand-primary); font-size: 1.7rem; }
.about-purpose strong { max-width: 430px; display: block; margin-bottom: 16px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.about-purpose > p:last-child { margin-bottom: 0; color: var(--muted); line-height: 1.72; }
.about-section { padding-block: 84px; }
.about-mission { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 78px; align-items: start; }
.about-section-title h2, .about-values-heading h2, .about-process-title h2 { max-width: 650px; font-size: clamp(2.15rem, 3.5vw, 3.25rem); }
.about-copy { max-width: 760px; }
.about-copy p { margin-bottom: 0; color: #5d5662; font-size: 1.04rem; line-height: 1.8; text-wrap: pretty; }
.about-copy p + p { margin-top: 22px; }
.about-values { padding-block: 82px; background: var(--brand-soft); }
.about-values-heading { max-width: 720px; margin-bottom: 42px; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.about-value-grid article { min-height: 275px; padding: 30px; border: 1px solid rgba(90,70,100,.11); border-radius: var(--radius); background: rgba(255,255,255,.78); }
.about-value-grid article > span { display: block; margin-bottom: 44px; color: var(--brand-primary); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.about-value-grid h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.about-value-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.72; }
.about-process { padding-block: 84px; background: var(--ink); color: white; }
.about-process-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 78px; align-items: start; }
.about-process .eyebrow { color: var(--brand-secondary); }
.about-process-title h2 { color: white; }
.about-process ol { margin: 0; padding: 0; list-style: none; }
.about-process li { padding: 23px 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.about-process li:first-child { padding-top: 0; }.about-process li:last-child { padding-bottom: 0; border-bottom: 0; }
.about-process li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--brand-secondary); font-size: .78rem; font-weight: 800; }
.about-process h3 { margin-bottom: 8px; color: white; font-size: 1.05rem; font-weight: 800; letter-spacing: -.015em; }
.about-process li p { max-width: 620px; margin-bottom: 0; color: #cdc6d2; line-height: 1.7; }
.about-transparency { margin-block: 68px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.about-transparency > div { display: flex; align-items: flex-start; gap: 18px; }
.about-transparency > div > span { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand-primary); font-family: Georgia, serif; font-style: italic; }
.about-transparency h2 { margin-bottom: 6px; font-family: inherit; font-size: 1.08rem; font-weight: 800; letter-spacing: 0; }
.about-transparency p { max-width: 760px; margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.about-transparency .button { flex: 0 0 auto; }

.catalog-head { padding-block: 58px 50px; text-align: center; background: linear-gradient(120deg, var(--brand-soft), var(--paper), var(--secondary-soft)); }
.catalog-head h1 { margin-bottom: 13px; font-size: clamp(2.4rem, 4vw, 3.8rem); }.catalog-head p:last-child { max-width: 600px; margin-inline: auto; color: var(--muted); }
.catalog-layout { padding-block: 42px 80px; }
.filters { padding: 18px; display: grid; grid-template-columns: minmax(220px, 1fr) minmax(180px, .55fr) minmax(165px, .45fr) auto auto; align-items: end; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.filters label { display: block; margin: 0 0 6px 3px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filters input, .filters select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); outline: 0; }
.filters input:focus, .filters select:focus { border-color: var(--brand-primary); box-shadow: 0 0 0 3px var(--brand-soft); }
.clear-filters { align-self: center; color: var(--brand-primary); font-size: .82rem; font-weight: 700; }
.result-summary { margin-block: 34px 20px; color: var(--muted); }.result-summary strong { color: var(--ink); }
.catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pagination { margin-top: 48px; display: flex; justify-content: center; align-items: center; gap: 28px; }.pagination a { color: var(--brand-primary); font-weight: 750; }.pagination span { color: var(--muted); font-size: .86rem; }
.empty-state { max-width: 650px; margin: 50px auto; padding: 48px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; text-align: center; }.empty-state > span { color: var(--brand-primary); font-family: Georgia, serif; font-size: 3.2rem; }.empty-state h2 { margin: 10px 0 14px; font-size: 2.1rem; }.empty-state p { color: var(--muted); }

.breadcrumbs { padding-block: 18px; display: flex; gap: 9px; align-items: center; overflow: hidden; white-space: nowrap; color: var(--muted); font-size: .76rem; }.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }.breadcrumbs a:hover { color: var(--brand-primary); }
.product-detail { padding-bottom: 64px; }
.product-hero-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, 392px) minmax(0, 1fr); align-items: center; gap: 64px; }
.product-hero-grid > * { min-width: 0; }
.gallery { width: 100%; max-width: 392px; min-width: 0; }
.gallery.has-thumbnails { display: grid; grid-template-columns: 60px minmax(0, 1fr); align-items: start; gap: 12px; }
.gallery.is-single { max-width: 320px; }
.gallery-stage { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border: 1px solid color-mix(in srgb, var(--brand-primary) 8%, var(--line)); border-radius: var(--radius); background: var(--surface); }
.gallery.has-thumbnails .gallery-stage { grid-column: 2; grid-row: 1; }
.gallery-stage img { width: auto; height: auto; max-width: 78%; max-height: 78%; object-fit: contain; object-position: center; }
.image-placeholder-large { min-height: 100%; }
.gallery-thumbs { grid-column: 1; grid-row: 1; width: 60px; max-height: 320px; min-width: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; padding: 2px; }
.gallery-thumbs button { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; padding: 4px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.gallery-thumbs button.is-active { border: 2px solid var(--brand-primary); background: var(--brand-soft); }
.gallery-thumbs img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.gallery-nav { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(80,63,88,.12); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 8px 22px rgba(38,27,48,.12); transform: translateY(-50%); }
.gallery-nav:hover { border-color: var(--brand-primary); color: var(--brand-primary); }
.gallery-nav span { margin-top: -2px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1; }
.gallery-nav-previous { left: 8px; }.gallery-nav-next { right: 8px; }
.gallery-counter { position: absolute; z-index: 2; right: 9px; bottom: 8px; padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--muted); font-size: .68rem; font-weight: 750; line-height: 1.2; }
.product-summary h1 { margin-bottom: 18px; font-size: clamp(1.45rem, 1.8vw, 2.1rem); }.product-intro { color: #56505c; font-size: .98rem; }.product-actions { width: 100%; max-width: 420px; margin-top: 26px; display: grid; gap: 10px; }.partner-note { width: 100%; max-width: 420px; margin: 12px 0 0; padding-inline: 12px; color: var(--muted); text-align: center; font-size: .72rem; line-height: 1.5; }
.product-content { padding-block: 70px; display: grid; grid-template-columns: minmax(0, .55fr) minmax(0, 1.45fr); gap: 58px; border-top: 1px solid var(--line); }.content-title h2 { position: sticky; top: 30px; font-size: 2.55rem; }.editorial-sections { min-width: 0; }.editorial-sections article { padding: 8px 0 34px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }.editorial-sections h3 { margin-bottom: 18px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }.editorial-sections p { max-width: 74ch; margin-bottom: 0; color: #5d5662; font-size: 1rem; line-height: 1.75; text-wrap: pretty; }
.ingredient-section { padding-block: 70px; background: var(--brand-soft); }.ingredient-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 58px; }.ingredient-grid h2 { font-size: 2.8rem; }.ingredient-grid > div:first-child > p:last-child { color: var(--muted); }.ingredient-list { overflow: hidden; border: 1px solid rgba(90,70,100,.12); border-radius: var(--radius); background: rgba(255,255,255,.7); }.ingredient-list > div { padding: 14px 18px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(90,70,100,.1); }.ingredient-list > div:last-child { border: 0; }.ingredient-list strong, .ingredient-list small { display: block; }.ingredient-list small { color: var(--muted); }.ingredient-list mark { align-self: center; padding: 4px 9px; border-radius: 999px; background: var(--secondary-soft); color: var(--ink); font-size: .68rem; font-weight: 800; }
.allergen-note { margin-block: 50px; padding: 23px; display: flex; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius); }.allergen-note > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-primary); color: var(--on-primary); font-family: Georgia, serif; font-style: italic; }.allergen-note h2 { margin-bottom: 6px; font-family: inherit; font-size: 1.1rem; font-weight: 800; letter-spacing: 0; }.allergen-note p { margin: 0; color: var(--muted); }

.compare-head h1 { font-size: clamp(2.4rem, 4vw, 3.8rem); }.compare-content { padding-block: 40px 80px; overflow-x: auto; }.notice { margin-bottom: 25px; padding: 14px 18px; border: 1px solid color-mix(in srgb, var(--brand-primary) 25%, var(--line)); border-radius: 12px; background: var(--brand-soft); }.notice a { color: var(--brand-primary); font-weight: 800; }
.compare-table { min-width: 760px; display: grid; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }.compare-columns-2 { min-width: 620px; grid-template-columns: 140px repeat(2, minmax(220px, 1fr)); }.compare-columns-3 { min-width: 760px; grid-template-columns: 130px repeat(3, minmax(205px, 1fr)); }
.compare-label, .compare-cell, .compare-product { padding: 16px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }.compare-label { background: var(--surface); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.compare-cell { color: #5d5662; font-size: .86rem; }.compare-product { padding-top: 18px; }.compare-product img, .compare-product > .image-placeholder { width: 100%; height: 160px; min-height: 160px; margin-bottom: 15px; object-fit: contain; background: var(--surface); border-radius: 13px; }.compare-product h2 { font-family: inherit; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }.compact-list { margin: 0; padding-left: 18px; }.compact-list li + li { margin-top: 4px; }

.redirect-page { background: linear-gradient(135deg, var(--brand-soft), var(--paper), var(--secondary-soft)); }.redirect-page .site-header, .redirect-page .site-footer { display: none; }.redirect-shell { min-height: 100vh; padding: 40px 20px; display: grid; place-items: center; }.redirect-card { width: min(610px, 100%); padding: 55px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); background: rgba(255,255,255,.8); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(18px); }.redirect-card h1 { margin-bottom: 18px; font-size: clamp(1.5rem, 2.4vw, 2.25rem); line-height: 1.2; }.redirect-card h1 em { font-size: .9em; }.redirect-card > p:not(.eyebrow) { color: var(--muted); font-size: .92rem; line-height: 1.65; }.redirect-orbit { position: relative; width: 112px; height: 112px; margin: 0 auto 28px; border: 1px solid var(--brand-primary); border-radius: 50%; animation: orbit 5s linear infinite; }.redirect-orbit span { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--brand-primary); }.redirect-orbit span:nth-child(1) { left: 49px; top: -7px; }.redirect-orbit span:nth-child(2) { right: -4px; bottom: 23px; background: var(--brand-secondary); }.redirect-orbit span:nth-child(3) { left: 8px; bottom: 7px; width: 8px; height: 8px; }.progress { height: 5px; margin: 30px 0; overflow: hidden; border-radius: 999px; background: var(--line); }.progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary)); animation: progress 4s linear forwards; }.redirect-back { display: block; margin-top: 18px; color: var(--muted); font-size: .82rem; }
@keyframes orbit { to { transform: rotate(360deg); } } @keyframes progress { to { width: 100%; } }

.error-page { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.error-code { margin-bottom: -26px; color: var(--brand-soft); font-family: Georgia, serif; font-size: 10rem; line-height: 1; }.error-page h1 { margin-bottom: 17px; font-size: clamp(2.7rem, 6vw, 5rem); }.error-page > p:not(.eyebrow):not(.error-code) { max-width: 550px; color: var(--muted); }
.compare-dock { position: fixed; z-index: 30; left: 50%; bottom: 22px; width: min(640px, calc(100vw - 28px)); padding: 11px 12px 11px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: white; background: rgba(33,29,41,.95); box-shadow: 0 15px 50px rgba(0,0,0,.22); backdrop-filter: blur(12px); }.compare-dock[hidden] { display: none; }.compare-dock .js-compare-count { display: inline; padding: 0; background: transparent; color: white; font-size: inherit; }.compare-dock.is-warning { animation: shake .28s ease 2; }.compare-dock-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }.compare-clear { min-height: 40px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 750; }.compare-clear > span:first-child { font-size: 1.05rem; line-height: 1; }.compare-clear:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.12); }.compare-dock .button { flex: 0 0 auto; }
@keyframes shake { 25% { transform: translateX(calc(-50% - 5px)); } 75% { transform: translateX(calc(-50% + 5px)); } }
.site-footer { padding-block: 55px; border-top: 1px solid var(--line); background: white; }.footer-inner { display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; align-items: start; gap: 48px; }.footer-inner strong { font-family: Georgia, serif; font-size: 1.25rem; }.footer-inner p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }.footer-contact { display: grid; gap: 5px; font-style: normal; }.footer-contact span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.footer-contact a { font-size: .84rem; font-weight: 700; }.footer-inner nav { display: flex; align-items: center; gap: 25px; color: var(--muted); font-size: .83rem; }.footer-inner a:hover { color: var(--brand-primary); }

@media (max-width: 980px) {
    .hero-grid, .compare-story-grid, .product-content, .ingredient-grid, .about-hero-grid, .about-mission, .about-process-grid { grid-template-columns: minmax(0, 1fr); }
    .hero-grid { min-height: auto; gap: 0; padding-block: 56px 64px; }.hero-art { display: none; }
    .about-hero-grid { min-height: auto; gap: 38px; }.about-purpose { max-width: 680px; }.about-mission, .about-process-grid { gap: 34px; }
    .product-grid, .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .filters { grid-template-columns: 1fr 1fr; }.filter-search { grid-column: 1 / -1; }
    .product-hero-grid { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: 38px; }.gallery { width: 100%; max-width: 340px; margin-inline: auto; }.gallery-thumbs { max-height: 268px; }.gallery.is-single { max-width: 268px; }.product-summary { width: min(680px, 100%); margin-inline: auto; }.product-content, .ingredient-grid { gap: 30px; }.content-title h2 { position: static; }
    .brand-cloud { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: minmax(0, 1fr) auto; }.footer-inner nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
    .product-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-value-grid { grid-template-columns: minmax(0, 1fr); }
    .about-value-grid article { min-height: 0; }.about-value-grid article > span { margin-bottom: 28px; }
    .product-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
    .gallery { max-width: 352px; }.gallery-thumbs { max-height: 280px; }.gallery.is-single { max-width: 280px; }
}

@media (max-width: 620px) {
    :root { --shell: min(100% - 28px, 1180px); }
    .header-inner { min-height: 68px; }.wordmark { font-size: 1.05rem; }.wordmark > span:last-child { display: none; }.wordmark-mark { width: 39px; height: 39px; flex-basis: 39px; }.main-nav { gap: 13px; font-size: .76rem; }
    .hero-grid { min-height: auto; padding: 44px 0 54px; }.hero h1 { font-size: 2rem; }.search-bar { grid-template-columns: 20px 1fr; border-radius: 20px; }.search-bar button { grid-column: 1 / -1; width: 100%; }
    .section { padding-block: 54px; }.section-heading { align-items: start; flex-direction: column; }.section-heading h2 { font-size: 2rem; }
    .product-grid, .catalog-grid, .brand-cloud { grid-template-columns: minmax(0, 1fr); }
    .product-card { display: grid; grid-template-columns: minmax(118px, 36%) minmax(0, 1fr); align-items: stretch; }
    .product-card-image { min-height: 176px; aspect-ratio: auto; }
    .product-card-image .image-placeholder { min-height: 0; }
    .product-card-body { min-width: 0; padding: 18px 16px; display: flex; flex-direction: column; }
    .product-card h3 { min-height: 0; margin-bottom: 14px; font-size: 1rem; }
    .card-actions { margin-top: auto; align-items: flex-start; flex-wrap: wrap; gap: 8px; }
    .compare-toggle { padding: 7px 9px; }
    .compare-story { padding-block: 52px; }.compare-story-grid { gap: 26px; }.compare-visual { height: 230px; }.compare-story h2 { font-size: 2.05rem; }
    .about-hero-grid { padding-block: 54px 58px; }.about-hero-copy h1 { font-size: 2.45rem; }.about-lead { font-size: 1rem; }.about-purpose { padding: 27px 24px; }.about-purpose strong { font-size: 1.5rem; }.about-section, .about-values, .about-process { padding-block: 58px; }.about-transparency { margin-block: 48px; padding: 23px; align-items: stretch; flex-direction: column; }.about-transparency .button { width: 100%; }
    .catalog-head { padding-block: 44px 38px; }.catalog-head h1 { font-size: 2.15rem; }.catalog-layout { padding-block: 30px 60px; }.filters { grid-template-columns: 1fr; }.filter-search { grid-column: auto; }.filters .button { width: 100%; }
    .product-detail { padding-bottom: 52px; }.product-hero-grid { gap: 28px; }.gallery, .gallery.is-single { max-width: 280px; }.gallery.has-thumbnails { display: block; }.gallery.has-thumbnails .gallery-stage { grid-column: auto; grid-row: auto; }.product-summary h1 { font-size: 1.4rem; }.gallery-stage { border-radius: var(--radius-sm); }.gallery-thumbs { width: 100%; max-height: none; margin-top: 9px; flex-direction: row; gap: 7px; overflow-x: auto; overflow-y: hidden; }.gallery-thumbs button { flex: 0 0 48px; width: 48px; height: 48px; }.product-content, .ingredient-section { padding-block: 52px; }.content-title h2, .ingredient-grid h2 { font-size: 2rem; }.allergen-note { margin-block: 38px; }
    .redirect-card { padding: 36px 22px; }.redirect-card h1 { font-size: 1.55rem; }
    .compare-dock { border-radius: 20px; }.compare-dock .js-compare-message, .compare-clear-label { display: none; }.compare-clear { width: 40px; padding-inline: 0; justify-content: center; }
    .footer-inner { grid-template-columns: minmax(0, 1fr); gap: 24px; }.footer-inner nav { grid-column: auto; align-items: start; flex-direction: column; gap: 8px; }
}

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