:root {
    --ink: #14231f;
    --ink-soft: #28443b;
    --muted: #65736d;
    --paper: #f7f5ef;
    --white: #ffffff;
    --mint: #d9eadf;
    --mint-strong: #3b765e;
    --coral: #e58f76;
    --gold: #c9a462;
    --line: #dce4dd;
    --line-strong: #cbd7ce;
    --shadow: 0 24px 70px rgba(20, 35, 31, .14);
    --shadow-soft: 0 12px 30px rgba(20, 35, 31, .07);
    --radius: 24px;
    --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 50; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(203, 215, 206, .9); background: rgba(247, 245, 239, .88); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; gap: 30px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 850; letter-spacing: -.05em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 900; letter-spacing: -.08em; }
.main-nav { display: flex; gap: 26px; margin-left: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.main-nav a, .text-link, .footer-grid a { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover, .footer-grid a:hover { color: var(--mint-strong); }
.header-cta { margin-left: auto; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 800; box-shadow: 0 8px 20px rgba(20, 35, 31, .13); transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--ink-soft); }

.eyebrow { margin-bottom: 14px; color: var(--mint-strong); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero-section { position: relative; overflow: hidden; padding: 92px 0 110px; background: radial-gradient(circle at 82% 12%, rgba(229, 143, 118, .22), transparent 29%), linear-gradient(135deg, #e7f0e9 0%, #f7f5ef 58%, #f1ddd5 100%); }
.hero-section::after { position: absolute; right: -10%; bottom: -35%; width: 500px; height: 500px; border: 1px solid rgba(59, 118, 94, .14); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.hero-copy h1 { max-width: 720px; margin: 0 0 24px; font-size: clamp(48px, 6.7vw, 86px); line-height: .94; letter-spacing: -.085em; }
.hero-lede { max-width: 620px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 14px 20px; cursor: pointer; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(20, 35, 31, .14); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--ink-soft); }
.button-ghost { border: 1px solid var(--line-strong); background: rgba(255, 255, 255, .58); }
.button-ghost:hover { background: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 12px; font-weight: 650; }
.hero-proof span::before { margin-right: 7px; color: var(--coral); content: "✦"; }
.hero-art { position: relative; display: grid; min-height: 520px; place-items: center; }
.hero-art-ambient { position: absolute; width: min(440px, 78vw); aspect-ratio: 1; border-radius: 50%; background: rgba(229, 143, 118, .65); filter: blur(.2px); }
.hero-cover-stack { position: relative; width: min(310px, 62%); transform: rotate(-7deg); filter: drop-shadow(0 28px 27px rgba(20, 35, 31, .2)); }
.hero-cover-shadow { position: absolute; inset: 8% -9% -6% 12%; border-radius: 10px; background: #fff; transform: rotate(15deg); box-shadow: var(--shadow); }
.hero-cover { position: relative; width: 100%; border-radius: 10px; }
.hero-art-badge { position: absolute; right: 2%; bottom: 8%; display: grid; gap: 4px; width: min(230px, 42%); padding: 16px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 18px; background: rgba(20, 35, 31, .92); color: var(--white); box-shadow: var(--shadow); transform: rotate(3deg); }
.hero-art-badge span { color: var(--mint); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-art-badge strong { font-size: 15px; line-height: 1.12; letter-spacing: -.03em; }
.hero-art-badge small { color: #bdcec5; font-size: 11px; line-height: 1.35; }
.hero-art-empty { padding: 50px; border: 1px dashed var(--line-strong); border-radius: 20px; color: var(--muted); }

.intro-section, .collection-section, .promise-section, .details-section, .prose-section { padding: 96px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: end; }
.intro-grid h2, .section-heading h2, .details-section h2 { max-width: 670px; margin: 0; font-size: clamp(36px, 4.4vw, 58px); line-height: .98; letter-spacing: -.075em; }
.intro-side { display: grid; gap: 18px; }
.intro-grid p, .details-section > p, .details-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.text-link { color: var(--mint-strong); font-size: 14px; font-weight: 850; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.product-card:hover { border-color: #b8cdbd; transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { position: relative; display: grid; overflow: hidden; aspect-ratio: 4 / 5; place-items: center; background: #e6eee8; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.product-card:hover .card-media img { transform: scale(1.035); }
.card-media-overlay { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 999px; background: rgba(20, 35, 31, .86); color: var(--white); font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.product-card:hover .card-media-overlay, .card-media:focus-visible .card-media-overlay { opacity: 1; transform: translateY(0); }
.cover-fallback { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: end; padding: 25px; background: linear-gradient(145deg, var(--mint), var(--white)); }
.cover-fallback span { color: var(--mint-strong); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.cover-fallback strong { margin-top: 9px; font-size: 25px; line-height: 1.05; letter-spacing: -.05em; }
.cover-fallback small { margin-top: 13px; color: var(--muted); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 21px 21px 19px; }
.card-kicker, .product-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-kicker .eyebrow, .product-kicker .eyebrow { margin: 0; }
.card-body h2 { margin: 13px 0 10px; font-size: 23px; line-height: 1.06; letter-spacing: -.055em; }
.card-body p { display: -webkit-box; overflow: hidden; min-height: 80px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; }
.card-meta { color: var(--muted); font-size: 11px; font-weight: 750; }
.status-pill { display: inline-flex; width: fit-content; align-items: center; border-radius: 999px; padding: 6px 9px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.status-ready { background: #e2f2e7; color: #276547; }
.status-review { background: #fbecdf; color: #835740; }
.promise-section { background: #e6eee7; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(203, 215, 206, .9); border-radius: var(--radius); background: rgba(203, 215, 206, .9); }
.promise-card { min-height: 245px; padding: 32px; background: rgba(255, 255, 255, .38); }
.promise-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border: 1px solid var(--mint-strong); border-radius: 50%; color: var(--mint-strong); font-size: 11px; font-weight: 900; }
.promise-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.05em; }
.promise-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.listing-hero, .simple-hero { padding: 84px 0 72px; background: radial-gradient(circle at 84% 15%, rgba(229, 143, 118, .2), transparent 29%), linear-gradient(135deg, #e7f0e9, #f7f5ef); }
.listing-hero h1, .simple-hero h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(44px, 6vw, 74px); line-height: .95; letter-spacing: -.08em; }
.listing-hero p, .simple-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 18px; }
.search-form { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.search-form input { min-width: min(480px, 100%); padding: 14px 17px; border: 1px solid var(--line-strong); border-radius: 999px; outline: none; background: rgba(255, 255, 255, .72); color: var(--ink); }
.search-form input:focus { border-color: var(--mint-strong); box-shadow: 0 0 0 4px rgba(59, 118, 94, .12); }
.listing-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; color: var(--muted); font-size: 12px; font-weight: 750; }
.listing-meta span::before { margin-right: 7px; color: var(--coral); content: "✦"; }
.listing-section { padding-top: 68px; }
.empty-state { grid-column: 1 / -1; padding: 70px 30px; border: 1px dashed var(--line-strong); border-radius: var(--radius); text-align: center; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.page-btn { display: inline-flex; min-width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 999px; padding: 0 15px; background: rgba(255, 255, 255, .7); color: var(--ink-soft); font-size: 13px; font-weight: 850; box-shadow: 0 6px 18px rgba(20, 35, 31, .04); transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.page-btn:hover { border-color: var(--mint-strong); background: var(--white); color: var(--mint-strong); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.page-btn.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); box-shadow: 0 10px 24px rgba(20, 35, 31, .17); }
.pagination-ellipsis { display: grid; min-width: 28px; height: 44px; place-items: center; color: var(--muted); font-size: 18px; font-weight: 850; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; padding: 30px 0; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--mint-strong); font-weight: 800; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 74px; padding: 8px 0 100px; }
.product-gallery { min-width: 0; }
.gallery-stage { position: relative; display: grid; min-height: 660px; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #e7eee8, #f2eee5); }
.gallery-stage::before { position: absolute; inset: 8% 12%; border: 1px solid rgba(59, 118, 94, .12); border-radius: 50%; content: ""; }
.gallery-stage picture { position: relative; display: block; width: 100%; height: 100%; padding: 25px; }
.gallery-main-image { width: 100%; height: auto; max-height: 760px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(20, 35, 31, .16)); }
.gallery-placeholder { padding: 80px; color: var(--muted); }
.gallery-open-surface { position: relative; z-index: 1; display: grid; width: 100%; min-height: inherit; place-items: center; padding: 0; border: 0; cursor: zoom-in; background: transparent; }
.gallery-open-surface:focus-visible { outline: 3px solid var(--coral); outline-offset: -6px; }
.gallery-stage-arrow { position: absolute; top: 50%; z-index: 3; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, .72); border-radius: 50%; cursor: pointer; background: rgba(20, 35, 31, .88); color: var(--white); font-size: 30px; line-height: 1; box-shadow: 0 10px 26px rgba(20, 35, 31, .18); opacity: .82; transform: translateY(-50%); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.gallery-stage-arrow:hover { background: var(--ink-soft); opacity: 1; transform: translateY(-50%) scale(1.06); }
.gallery-stage-previous { left: 16px; }
.gallery-stage-next { right: 16px; }
.gallery-stage-index { position: absolute; left: 18px; bottom: 18px; z-index: 3; border: 1px solid rgba(255, 255, 255, .58); border-radius: 999px; padding: 9px 12px; background: rgba(255, 255, 255, .9); color: var(--ink); font-size: 11px; font-weight: 900; box-shadow: 0 8px 22px rgba(20, 35, 31, .1); }
.ai-artwork-disclosure { position: absolute; top: 18px; left: 18px; z-index: 3; display: grid; gap: 3px; max-width: min(330px, calc(100% - 36px)); padding: 10px 13px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 14px; background: rgba(20, 35, 31, .92); color: var(--white); box-shadow: 0 10px 26px rgba(20, 35, 31, .2); backdrop-filter: blur(10px); }
.ai-artwork-disclosure span { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ai-artwork-disclosure small { color: #d7e3dd; font-size: 10px; line-height: 1.35; }
.lightbox-trigger { position: absolute; right: 18px; bottom: 18px; z-index: 2; border: 0; border-radius: 999px; padding: 11px 15px; cursor: pointer; background: rgba(20, 35, 31, .9); color: var(--white); font-size: 12px; font-weight: 800; }
.gallery-caption { display: grid; gap: 2px; padding: 18px 2px 12px; }
.gallery-caption span { color: var(--mint-strong); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gallery-caption strong { font-size: 17px; letter-spacing: -.03em; }
.gallery-caption small { color: var(--muted); font-size: 12px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(7, minmax(62px, 1fr)); gap: 10px; max-height: 445px; overflow: auto; padding: 4px 2px 7px; }
.gallery-thumb { position: relative; display: block; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 14px; cursor: pointer; background: #e8eee9; text-align: left; }
.gallery-thumb:hover { border-color: #b7cebd; }
.gallery-thumb.is-active { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(229, 143, 118, .14); }
.gallery-thumb picture { display: block; }
.gallery-thumb img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.gallery-thumb-label { display: block; padding: 7px 7px 8px; background: var(--white); color: var(--ink); font-size: 10px; font-weight: 850; line-height: 1.1; }
.asset-warning, .amazon-pending { display: grid; gap: 4px; margin-top: 17px; padding: 14px 16px; border-radius: 15px; background: #fbecdf; color: #835740; font-size: 13px; }
.product-copy { padding-top: 25px; }
.product-copy h1 { max-width: 650px; margin: 18px 0 16px; font-size: clamp(40px, 5vw, 68px); line-height: .94; letter-spacing: -.085em; }
.product-subtitle { margin: 0 0 21px; color: var(--muted); font-size: 18px; line-height: 1.58; }
.product-promise { display: grid; gap: 5px; margin: 24px 0; padding: 17px 18px; border-left: 3px solid var(--coral); border-radius: 0 15px 15px 0; background: rgba(229, 143, 118, .1); }
.product-promise span { color: #a6604c; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.product-promise strong { font-size: 16px; letter-spacing: -.025em; }
.product-description { margin: 0; font-size: 17px; line-height: 1.72; }
.product-lead { margin: 0 0 14px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.35; letter-spacing: -.025em; }
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin: 26px 0; }
.highlight-item { display: flex; gap: 10px; min-height: 92px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .68); }
.highlight-value { flex: 0 0 auto; color: var(--mint-strong); font-size: 13px; font-weight: 900; }
.highlight-item strong { display: block; font-size: 12px; }
.highlight-item p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.product-facts { margin: 28px 0; padding: 9px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
.product-facts dt { color: var(--muted); }
.product-facts dd { margin: 0; color: var(--ink); font-weight: 850; text-align: right; }
.button-wide { width: 100%; margin-top: 4px; }
.amazon-pending strong { font-size: 13px; }
.amazon-pending span { font-size: 12px; }
.product-note { display: flex; flex-direction: column; gap: 4px; margin-top: 22px; padding-left: 14px; border-left: 3px solid var(--mint-strong); color: var(--muted); font-size: 13px; }
.product-note strong { color: var(--ink); }
.details-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; border-top: 1px solid var(--line); }
.details-copy { display: grid; gap: 24px; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.check-list li { display: flex; gap: 10px; align-items: baseline; }
.check-list span { color: var(--mint-strong); font-weight: 900; }
.product-story { padding: 96px 0; border-top: 1px solid var(--line); background: linear-gradient(145deg, #e7eee8, #f3eee4); }
.product-story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.product-story h2 { max-width: 620px; margin: 0 0 24px; font-size: clamp(38px, 4.7vw, 62px); line-height: .98; letter-spacing: -.075em; }
.story-positioning { max-width: 590px; margin: 0; color: var(--mint-strong); font-size: 17px; font-weight: 720; line-height: 1.65; }
.story-copy { display: grid; gap: 20px; padding: 31px; border: 1px solid rgba(203, 215, 206, .95); border-radius: var(--radius); background: rgba(255, 255, 255, .64); box-shadow: var(--shadow-soft); }
.story-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.story-copy p strong { color: var(--ink); }
.topic-panel { display: grid; grid-template-columns: 190px 1fr; gap: 28px; align-items: start; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(59, 118, 94, .2); }
.topic-panel > span { padding-top: 9px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.topic-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.topic-chips strong { padding: 10px 14px; border: 1px solid rgba(59, 118, 94, .2); border-radius: 999px; background: rgba(255, 255, 255, .58); color: var(--ink-soft); font-size: 13px; }
.related-section { border-top: 1px solid var(--line); background: #f3f1e9; }

body.has-lightbox { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(8, 14, 12, .94); backdrop-filter: blur(10px); }
.lightbox-shell { position: relative; display: grid; width: min(1440px, 100%); height: min(94vh, 1040px); grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .15); border-radius: 22px; background: #111a17; box-shadow: 0 34px 100px rgba(0, 0, 0, .48); }
.lightbox-toolbar { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 14px 12px 22px; border-bottom: 1px solid rgba(255, 255, 255, .1); background: rgba(17, 26, 23, .97); color: var(--white); }
.lightbox-meta { display: grid; min-width: 0; gap: 2px; }
.lightbox-title { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.lightbox-count { color: #a9bcb4; font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.lightbox-controls { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.lightbox-control { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; padding: 0 12px; cursor: pointer; background: rgba(255, 255, 255, .07); color: var(--white); font-size: 19px; font-weight: 800; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.lightbox-control:hover:not(:disabled) { border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .14); transform: translateY(-1px); }
.lightbox-control:disabled { cursor: not-allowed; opacity: .32; }
.lightbox-zoom-value { min-width: 66px; font-size: 11px; letter-spacing: .03em; }
.lightbox-close { margin-left: 5px; background: var(--white); color: var(--ink); font-size: 25px; font-weight: 500; }
.lightbox-viewport { display: grid; min-width: 0; min-height: 0; place-items: center; overflow: auto; padding: 26px 76px; background: radial-gradient(circle at 50% 45%, #31433d 0%, #1b2924 44%, #101714 100%); overscroll-behavior: contain; scrollbar-color: #667a71 #111a17; }
.lightbox-image { display: block; width: auto; max-width: 100%; max-height: calc(94vh - 120px); margin: auto; cursor: zoom-in; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.lightbox.is-zoomed .lightbox-viewport { display: block; cursor: grab; touch-action: none; }
.lightbox.is-zoomed .lightbox-image { max-width: none; max-height: none; cursor: grab; }
.lightbox-viewport.is-dragging, .lightbox-viewport.is-dragging .lightbox-image { cursor: grabbing; }
.lightbox-nav { position: absolute; top: 50%; z-index: 2; display: grid; width: 48px; height: 58px; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; cursor: pointer; background: rgba(10, 17, 15, .76); color: var(--white); font-size: 34px; line-height: 1; backdrop-filter: blur(8px); transform: translateY(-50%); transition: background .2s ease, transform .2s ease; }
.lightbox-nav:hover { background: rgba(59, 118, 94, .95); transform: translateY(-50%) scale(1.04); }
.lightbox-previous { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-hint { padding: 10px 18px; border-top: 1px solid rgba(255, 255, 255, .08); background: rgba(17, 26, 23, .98); color: #9fb1aa; font-size: 11px; text-align: center; }
.error-page { padding: 140px 0; text-align: center; }
.error-page h1 { max-width: 720px; margin: 0 auto 18px; font-size: clamp(44px, 6vw, 74px); line-height: .95; letter-spacing: -.08em; }
.error-page p { margin-bottom: 28px; color: var(--muted); font-size: 18px; }
.narrow { max-width: 780px; }
.prose-section h2 { margin-top: 0; font-size: 34px; letter-spacing: -.06em; }
.prose-section p { margin-bottom: 42px; color: var(--muted); font-size: 18px; }
.policy-hero { padding-bottom: 58px; }
.policy-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.policy-hero-meta span { padding: 8px 12px; border: 1px solid rgba(59, 118, 94, .18); border-radius: 999px; background: rgba(255, 255, 255, .58); color: var(--ink-soft); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.policy-nav { position: sticky; top: 0; z-index: 10; border-top: 1px solid rgba(59, 118, 94, .12); border-bottom: 1px solid var(--line); background: rgba(250, 249, 245, .92); backdrop-filter: blur(16px); }
.policy-nav-inner { display: flex; gap: 8px; overflow-x: auto; padding-top: 13px; padding-bottom: 13px; scrollbar-width: none; }
.policy-nav-inner::-webkit-scrollbar { display: none; }
.policy-nav a { flex: 0 0 auto; padding: 9px 13px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.policy-nav a:hover { background: var(--white); color: var(--mint-strong); }
.policy-section-wrap { padding-top: 72px; }
.policy-shell { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); align-items: start; gap: 72px; }
.policy-summary { position: sticky; top: 96px; display: grid; gap: 16px; }
.policy-card { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-soft); }
.policy-card-soft { background: #eaf2ec; box-shadow: none; }
.policy-card strong { display: block; font-size: 17px; line-height: 1.4; }
.policy-card p { margin: 10px 0 0; font-size: 14px; line-height: 1.65; }
.policy-checklist { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.policy-checklist li { position: relative; padding-left: 24px; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.policy-checklist li::before { position: absolute; left: 0; color: var(--mint-strong); content: '✓'; }
.policy-document { min-width: 0; }
.policy-block { position: relative; scroll-margin-top: 92px; padding: 0 0 56px 64px; }
.policy-block + .policy-block { padding-top: 56px; border-top: 1px solid var(--line); }
.policy-number { position: absolute; top: 2px; left: 0; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--ink); color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.policy-block h2 { margin: 0 0 20px; font-size: clamp(28px, 4vw, 42px); line-height: 1.04; letter-spacing: -.06em; }
.policy-block h3 { margin: 26px 0 10px; color: var(--ink-soft); font-size: 17px; }
.policy-block p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.policy-block ul { display: grid; gap: 12px; margin: 20px 0 18px; padding-left: 21px; color: var(--muted); }
.policy-block li { padding-left: 6px; line-height: 1.7; }
.policy-block a { color: var(--mint-strong); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.policy-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.policy-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; line-height: 1.55; }
.policy-table th, .policy-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.policy-table th { background: #eaf2ec; color: var(--ink); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.policy-table tr:last-child td { border-bottom: 0; }
.policy-table code { color: var(--mint-strong); font-size: 12px; font-weight: 800; }
.policy-callout { margin: 26px 0 8px; padding: 20px 22px; border: 1px solid #bdcfc2; border-radius: 18px; background: #e6f0e9; }
.policy-callout-neutral { border-color: #e1cabd; background: #fbefe7; }
.policy-callout strong { display: block; margin-bottom: 6px; }
.policy-callout p { margin: 0; font-size: 14px; }
.policy-contact { margin-top: 8px; padding: 48px 48px 30px 112px; border: 0; border-radius: 26px; background: var(--ink); }
.policy-contact + .policy-block { border-top: 0; }
.policy-contact .policy-number { top: 48px; left: 48px; background: var(--mint); color: var(--ink); }
.policy-contact h2 { color: var(--white); }
.policy-contact p { color: #bed0c8; }
.policy-contact a { color: var(--mint); }
.site-footer { padding: 66px 0 24px; background: #e6eee7; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 45px; }
.footer-grid p { max-width: 320px; color: var(--muted); }
.footer-grid strong { display: block; margin-bottom: 14px; }
.footer-grid a:not(.brand) { display: block; margin: 9px 0; color: var(--muted); font-size: 14px; }
.footer-link-button { display: block; margin: 9px 0; padding: 0; border: 0; cursor: pointer; background: transparent; color: var(--muted); font: inherit; font-size: 14px; text-align: left; }
.footer-grid a:not(.brand):hover, .footer-link-button:hover { color: var(--mint-strong); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

body.has-consent-dialog { overflow: hidden; }
.consent-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 140; color: var(--ink); }
.consent-banner-shell { display: grid; width: min(1180px, 100%); grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; margin: 0 auto; padding: 25px 27px; border: 1px solid rgba(183, 206, 189, .92); border-radius: 24px; background: rgba(250, 249, 245, .97); box-shadow: 0 28px 90px rgba(16, 31, 26, .23); backdrop-filter: blur(18px); }
.consent-copy { max-width: 720px; }
.consent-eyebrow { display: block; margin-bottom: 7px; color: var(--mint-strong); font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.consent-copy h2, .consent-modal h2 { margin: 0; color: var(--ink); font-size: clamp(24px, 3vw, 34px); line-height: 1; letter-spacing: -.055em; }
.consent-copy p, .consent-modal-intro { margin: 10px 0 7px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.consent-privacy-link { color: var(--mint-strong); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: grid; min-width: 248px; grid-template-columns: 1fr 1fr; gap: 8px; }
.consent-button { min-height: 44px; border-radius: 999px; padding: 10px 15px; cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.consent-button:hover { transform: translateY(-1px); }
.consent-button:focus-visible { outline: 3px solid rgba(229, 143, 118, .45); outline-offset: 2px; }
.consent-button-equal { border: 1px solid var(--ink); background: var(--white); color: var(--ink); }
.consent-button-dark { background: var(--ink); color: var(--white); }
.consent-button-text { grid-column: 1 / -1; min-height: 34px; border: 0; background: transparent; color: var(--mint-strong); }
.consent-modal-backdrop { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 22px; background: rgba(8, 14, 12, .76); backdrop-filter: blur(12px); }
.consent-modal { width: min(660px, 100%); max-height: min(90vh, 780px); overflow-y: auto; padding: 32px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 28px; background: #faf9f5; box-shadow: 0 35px 110px rgba(0, 0, 0, .36); }
.consent-modal-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.consent-close { min-width: 42px; min-height: 42px; border: 1px solid var(--line); padding: 0; background: var(--white); color: var(--ink); font-size: 24px; font-weight: 500; }
.consent-modal-intro { margin: 16px 0 22px; font-size: 14px; }
.consent-preferences { display: grid; gap: 10px; margin-bottom: 17px; }
.consent-preference-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.consent-preference-copy { display: grid; gap: 4px; }
.consent-preference-copy strong { font-size: 14px; }
.consent-preference-copy small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.consent-preference-row input { width: 38px; height: 21px; flex: 0 0 auto; accent-color: var(--mint-strong); }
.consent-modal-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }

@media (max-width: 980px) {
    .hero-grid, .product-detail, .details-section, .intro-grid, .product-story-grid { grid-template-columns: 1fr; gap: 42px; }
    .hero-art { min-height: 430px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .promise-grid { grid-template-columns: 1fr; }
    .promise-card { min-height: 0; }
    .product-copy { padding-top: 0; }
    .gallery-stage { min-height: 540px; }
    .policy-shell { grid-template-columns: 1fr; gap: 42px; }
    .policy-summary { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .consent-banner-shell { grid-template-columns: 1fr; gap: 18px; }
    .consent-actions { grid-template-columns: repeat(3, 1fr); }
    .consent-button-text { grid-column: auto; }
}
@media (max-width: 640px) {
    .shell { width: min(var(--shell), calc(100% - 30px)); }
    .header-inner { min-height: 68px; gap: 12px; }
    .main-nav { gap: 13px; margin-left: auto; }
    .main-nav a { font-size: 12px; }
    .header-cta { display: none; }
    .hero-section { padding: 62px 0 76px; }
    .hero-copy h1 { font-size: 54px; }
    .hero-lede { font-size: 17px; }
    .hero-art { min-height: 350px; }
    .hero-cover-stack { width: 245px; }
    .hero-art-badge { right: 0; bottom: 2%; width: 190px; }
    .intro-section, .collection-section, .promise-section, .details-section, .prose-section { padding: 68px 0; }
    .section-heading { align-items: start; flex-direction: column; gap: 15px; }
    .product-grid { grid-template-columns: 1fr; }
    .listing-hero, .simple-hero { padding: 62px 0 54px; }
    .listing-hero h1, .simple-hero h1 { font-size: 52px; }
    .search-form input { flex-basis: 100%; min-width: 0; }
    .pagination { gap: 7px; margin-top: 38px; padding-top: 24px; }
    .page-btn { min-width: 40px; height: 40px; padding: 0 12px; }
    .gallery-stage { min-height: 390px; }
    .policy-section-wrap { padding-top: 52px; }
    .policy-summary { grid-template-columns: 1fr; }
    .policy-block { padding-left: 0; padding-bottom: 44px; }
    .policy-block + .policy-block { padding-top: 44px; }
    .policy-number { position: static; margin-bottom: 18px; }
    .policy-contact { padding: 34px 28px 18px; }
    .policy-contact .policy-number { position: static; }
    .gallery-stage-arrow { width: 38px; height: 38px; font-size: 26px; }
    .gallery-stage-previous { left: 10px; }
    .gallery-stage-next { right: 10px; }
    .gallery-stage-index { left: 12px; bottom: 12px; padding: 7px 10px; }
    .ai-artwork-disclosure { top: 12px; left: 12px; max-width: calc(100% - 24px); padding: 9px 11px; }
    .ai-artwork-disclosure small { display: none; }
    .lightbox-trigger { right: 12px; bottom: 12px; padding: 9px 12px; }
    .gallery-thumbs { grid-template-columns: repeat(4, minmax(62px, 1fr)); gap: 7px; }
    .highlight-grid { grid-template-columns: 1fr; }
    .product-story { padding: 68px 0; }
    .story-copy { padding: 22px; }
    .topic-panel { grid-template-columns: 1fr; gap: 12px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .footer-grid > :first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .lightbox { padding: 0; }
    .lightbox-shell { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
    .lightbox-toolbar { min-height: 62px; gap: 10px; padding: 10px 9px 10px 14px; }
    .lightbox-meta { max-width: 35%; }
    .lightbox-controls { gap: 5px; }
    .lightbox-control { min-width: 38px; height: 38px; padding: 0 10px; }
    .lightbox-zoom-value { min-width: 54px; }
    .lightbox-viewport { padding: 18px 50px; }
    .lightbox-image { max-height: calc(100dvh - 112px); }
    .lightbox-nav { width: 38px; height: 50px; border-radius: 13px; font-size: 28px; }
    .lightbox-previous { left: 7px; }
    .lightbox-next { right: 7px; }
    .consent-banner { right: 8px; bottom: 8px; left: 8px; }
    .consent-banner-shell { gap: 16px; padding: 20px; border-radius: 20px; }
    .consent-actions { grid-template-columns: 1fr; }
    .consent-button-text { grid-column: auto; }
    .consent-modal-backdrop { padding: 8px; }
    .consent-modal { max-height: calc(100dvh - 16px); padding: 23px 19px; border-radius: 22px; }
    .consent-modal-actions { grid-template-columns: 1fr; }
    .consent-preference-row { gap: 14px; padding: 15px; }
}
@media (max-width: 420px) {
    .main-nav { gap: 0; }
    .main-nav a:last-child { display: none; }
    .gallery-stage picture { padding: 18px; }
    .breadcrumb { font-size: 11px; }
    .lightbox-meta { display: none; }
    .lightbox-toolbar { justify-content: flex-end; }
    .lightbox-hint { padding: 8px 12px; font-size: 10px; }
}
