:root {
    --ink: #26130d;
    --ink-soft: #6f5d54;
    --espresso: #2b120b;
    --plum: #5e202f;
    --caramel: #b97a35;
    --gold: #d9b56d;
    --cream: #fbf6ed;
    --cream-deep: #f1e5d4;
    --white: #ffffff;
    --line: rgba(43, 18, 11, .14);
    --shadow: 0 18px 50px rgba(43, 18, 11, .10);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 600; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.7vw, 6.7rem); }
h2 { font-size: clamp(2.15rem, 4vw, 4.25rem); }
h3 { font-size: 1.45rem; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(800px, calc(100% - 40px)); }
.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; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--espresso); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { padding: 8px 20px; color: #fdf7ec; background: var(--espresso); font-size: .76rem; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .14em; }

.site-header { position: sticky; z-index: 30; top: 0; isolation: isolate; background: rgba(251, 246, 237, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { min-width: max-content; display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 52px; height: 52px; flex: 0 0 52px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; }
.brand-name { color: var(--espresso); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 600; line-height: .95; letter-spacing: -.04em; }
.brand-tagline { margin-top: 7px; color: var(--caramel); font-size: .57rem; font-weight: 900; line-height: 1; text-transform: uppercase; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); }
.site-nav a { position: relative; padding: 12px 0; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; background: var(--caramel); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; color: var(--espresso); background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.eyebrow { margin-bottom: 14px; color: var(--caramel); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.button-row { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; min-height: 50px; padding: 13px 24px; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--espresso); border-radius: 999px; color: var(--white); background: var(--espresso); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus { color: var(--white); background: var(--plum); border-color: var(--plum); box-shadow: 0 10px 28px rgba(94, 32, 47, .2); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .7rem; }
.button-light { color: var(--espresso); background: var(--cream); border-color: var(--cream); }
.button-light:hover, .button-light:focus { color: var(--espresso); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--plum); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus span { transform: translateX(5px); }

.hero { padding: clamp(58px, 5vw, 80px) 0; overflow: hidden; background: radial-gradient(circle at 16% 22%, rgba(217,181,109,.25), transparent 31%), var(--cream); }
.hero .shell { width: min(1450px, calc(100% - 80px)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr); align-items: center; gap: clamp(48px, 5vw, 78px); }
.hero-copy h1 { max-width: 760px; font-size: clamp(4rem, 4.6vw, 5.25rem); }
.hero-lead { max-width: 650px; margin-top: 24px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; z-index: -1; top: -24px; right: -26px; width: 70%; height: 72%; border: 1px solid var(--gold); border-radius: 50% 50% 12px 12px; }
.hero-media img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; border-radius: 48% 48% 18px 18px; box-shadow: var(--shadow); }
.hero-note { position: absolute; right: -18px; bottom: 22px; width: 220px; padding: 18px 20px; color: var(--white); background: var(--plum); border-radius: 16px; box-shadow: var(--shadow); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.15rem; }
.hero-note span { color: rgba(255,255,255,.76); font-size: .83rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; font-weight: 700; list-style: none; }
.trust-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--caramel); }

.section { padding: clamp(72px, 9vw, 120px) 0; }
.section-tinted { background: var(--cream-deep); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { max-width: 720px; }
.section-heading.compact { margin-bottom: 30px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.product-image { position: relative; height: 255px; display: grid; place-items: center; padding: 24px; overflow: hidden; background: var(--white); }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-image img.is-unavailable { display: none; }
.product-card:hover .product-image img { transform: scale(1.035); }
.image-placeholder { color: var(--ink-soft); font-family: Georgia, serif; font-size: 1.2rem; }
.product-card-body { min-height: 330px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.product-category { margin-bottom: 9px; color: var(--caramel); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.product-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 1.22rem; line-height: 1.22; }
.product-card h3 a:hover { color: var(--plum); }
.product-description { display: -webkit-box; overflow: hidden; margin-top: 14px; color: var(--ink-soft); font-size: .88rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-meta { width: 100%; margin: auto 0 15px; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 10px; border-top: 1px solid var(--line); }
.product-price { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.product-rating { color: var(--caramel); font-size: .75rem; font-weight: 800; }
.button-amazon { width: 100%; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-card { min-height: 160px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; color: var(--white); background: var(--espresso); border-radius: 20px; }
.category-card:nth-child(3n + 2) { background: var(--plum); }
.category-card:nth-child(3n + 3) { color: var(--espresso); background: var(--gold); }
.category-card::after { content: ""; position: absolute; top: -60px; right: -50px; width: 160px; height: 160px; border: 1px solid currentColor; border-radius: 50%; opacity: .17; transition: transform .3s ease; }
.category-card:hover::after { transform: scale(1.18); }
.category-card strong { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 1.45rem; }
.category-card > span:last-child { position: relative; z-index: 1; margin-top: 7px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; opacity: .78; }
.category-card b { display: inline-block; margin-left: 5px; }

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.article-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.article-image { height: 245px; display: block; overflow: hidden; background: var(--cream-deep); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-image img { transform: scale(1.04); }
.article-card-body { padding: 25px; }
.article-meta { color: var(--caramel); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.article-meta span { margin: 0 3px; color: var(--ink-soft); }
.article-card h2, .article-card h3 { margin-bottom: 12px; }
.article-card h2 { font-size: 1.7rem; }
.article-card h3 a:hover, .article-card h2 a:hover { color: var(--plum); }
.article-card-body > p:not(.article-meta) { color: var(--ink-soft); font-size: .92rem; }
.article-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-grid-large .article-image { height: 330px; }
.editorial-cta { padding: clamp(70px, 9vw, 110px) 0; color: var(--white); background: linear-gradient(125deg, var(--espresso), #4b1e13); }
.editorial-cta-inner { display: grid; grid-template-columns: 1.4fr .8fr auto; align-items: center; gap: 45px; }
.editorial-cta h2 { max-width: 700px; font-size: clamp(2.1rem, 4vw, 4rem); }
.editorial-cta p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.72); }

.page-hero { padding: clamp(72px, 10vw, 130px) 0; text-align: center; background: radial-gradient(circle at 50% 0, rgba(217,181,109,.35), transparent 42%), var(--cream-deep); }
.page-hero h1 { font-size: clamp(3.1rem, 6vw, 6rem); }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 22px auto 0; color: var(--ink-soft); font-size: 1.15rem; }
.page-hero-products, .journal-hero { color: var(--white); background: radial-gradient(circle at 50% 0, rgba(217,181,109,.19), transparent 40%), var(--espresso); }
.page-hero-products p:not(.eyebrow), .journal-hero p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.catalog-toolbar { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.category-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pill { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); font-size: .74rem; font-weight: 800; }
.pill:hover, .pill.active { color: var(--white); background: var(--plum); border-color: var(--plum); }
.catalog-search { flex: 0 0 300px; display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.catalog-search input { width: 100%; min-width: 0; padding: 10px 15px; border: 0; outline: 0; background: transparent; }
.catalog-search button { padding: 10px 16px; color: var(--white); background: var(--espresso); border: 0; cursor: pointer; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.catalog-count { margin-bottom: 24px; color: var(--ink-soft); font-size: .84rem; }
.catalog-disclaimer { max-width: 750px; margin: 35px auto 0; color: var(--ink-soft); font-size: .78rem; text-align: center; }
.journal-filters { margin-bottom: 35px; justify-content: center; }
.empty-state { padding: 55px 25px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state p { margin: 12px 0 22px; color: var(--ink-soft); }

.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.story-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 46% 46% 18px 18px; box-shadow: var(--shadow); }
.story-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.04rem; }
.story-copy h2 { margin-bottom: 24px; }
.principle-list { margin-top: 28px; border-top: 1px solid var(--line); }
.principle-list > div { padding: 18px 0; display: grid; grid-template-columns: 40px 135px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.principle-list span { color: var(--caramel); font-size: .75rem; font-weight: 900; }
.principle-list strong { font-family: Georgia, serif; }
.principle-list p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.text-columns { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.text-columns > div:last-child { color: var(--ink-soft); font-size: 1.05rem; }
.legal-copy { color: var(--ink-soft); font-size: 1.02rem; }
.legal-copy h2 { margin: 38px 0 14px; color: var(--ink); font-size: 2rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy a { color: var(--plum); text-decoration: underline; }
.legal-updated { margin-top: 35px; font-size: .86rem; }

.blog-detail { padding: 80px 0 100px; }
.blog-header { text-align: center; }
.blog-header h1 { font-size: clamp(2.9rem, 6vw, 5.8rem); }
.back-link { display: inline-block; margin-bottom: 35px; color: var(--ink-soft); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.blog-deck { max-width: 720px; margin: 24px auto 18px; color: var(--ink-soft); font-size: 1.2rem; }
.blog-cover { margin-top: 55px; }
.blog-cover img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.blog-body { padding-top: 55px; color: #46372f; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.85; }
.blog-body h2 { margin: 50px 0 18px; color: var(--ink); font-size: 2.3rem; }
.blog-body ul { margin: 22px 0; padding-left: 25px; }
.blog-body li { margin-bottom: 9px; }
.editor-note { margin-top: 48px; padding: 28px; color: var(--ink); background: var(--cream-deep); border-left: 4px solid var(--caramel); border-radius: 4px 16px 16px 4px; font-family: "Segoe UI", Arial, sans-serif; font-size: .92rem; }
.editor-note strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.2rem; }
.editor-note p { margin: 0; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.72); background: #1d0d08; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 65px; }
.footer-brand h2 { max-width: 560px; margin-bottom: 17px; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.6rem); }
.footer-brand > p:last-child { max-width: 560px; }
.footer-grid h3 { margin-bottom: 15px; color: var(--white); font-family: "Segoe UI", Arial, sans-serif; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: 9px; font-size: .9rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero .shell { width: min(1180px, calc(100% - 40px)); }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
    .hero-copy h1 { font-size: clamp(3rem, 6vw, 4.4rem); }
    .editorial-cta-inner { grid-template-columns: 1fr 1fr; }
    .editorial-cta .button { grid-column: 1 / -1; justify-self: start; }
    .catalog-toolbar { align-items: flex-start; flex-direction: column; }
    .catalog-search { width: min(100%, 450px); flex-basis: auto; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 28px, 1180px); }
    .narrow { width: min(100% - 28px, 800px); }
    .announcement { font-size: .62rem; letter-spacing: .09em; }
    .site-header { z-index: 1000; background: var(--cream); backdrop-filter: none; }
    .header-inner { min-height: 72px; position: relative; }
    .brand { gap: 8px; }
    .brand-mark { width: 44px; height: 44px; flex-basis: 44px; }
    .brand-name { font-size: 1.16rem; }
    .brand-tagline { margin-top: 5px; font-size: .45rem; letter-spacing: .14em; }
    .brand, .nav-toggle { position: relative; z-index: 2; }
    .nav-toggle { display: block; background: var(--cream); }
    .site-nav { position: fixed; z-index: 1; inset: 0; width: 100%; height: 100vh; height: 100dvh; padding: 102px 22px 30px; display: none; align-items: stretch; flex-direction: column; gap: 0; overflow-y: auto; overscroll-behavior: contain; background: #fbf6ed; }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 17px 5px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.35rem; text-transform: none; letter-spacing: 0; }
    .hero { padding-top: 60px; }
    .hero .shell { width: min(100% - 28px, 1180px); }
    .hero-grid, .story-grid, .text-columns { grid-template-columns: 1fr; }
    .hero-copy { order: 1; }
    .hero-media { order: 2; margin-top: 15px; }
    .hero-media img { aspect-ratio: 1.1 / 1; }
    .hero-note { right: 10px; bottom: 12px; width: 200px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .category-grid, .article-grid, .article-grid-large { grid-template-columns: 1fr; }
    .category-card { min-height: 140px; }
    .article-image, .article-grid-large .article-image { height: 250px; }
    .editorial-cta-inner { grid-template-columns: 1fr; gap: 26px; }
    .editorial-cta .button { grid-column: auto; }
    .page-hero { text-align: left; }
    .page-hero p:not(.eyebrow) { margin-left: 0; }
    .story-image img { max-height: 620px; }
    .principle-list > div { grid-template-columns: 35px 1fr; }
    .principle-list p { grid-column: 2; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
    h1 { font-size: 2.85rem; }
    .brand { gap: 6px; }
    .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
    .brand-name { font-size: 1.05rem; }
    .brand-tagline { font-size: .4rem; letter-spacing: .1em; }
    .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
    .trust-list { align-items: flex-start; flex-direction: column; }
    .product-grid { grid-template-columns: 1fr; }
    .product-image { height: 285px; }
    .category-pills { flex-wrap: nowrap; width: calc(100vw - 28px); padding-bottom: 8px; overflow-x: auto; }
    .pill { flex: 0 0 auto; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
