* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }

:root {
  --ink: #211d18;
  --ink-soft: #7a7168;
  --muted: #a49c92;
  --line: #e8e2d8;
  --paper: #ffffff;
  --bg: #fcf8f0;
  --accent: #ad8a52;
  --accent-dark: #8c6d3b;
  --accent-soft: #f1e6d3;
}

body { font-family: 'Poppins', sans-serif; color: var(--ink); background: #fff; line-height: 1.6; font-size: 14px; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .serif { font-family: 'Playfair Display', serif; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

.page-shell { max-width: 1240px; margin: 0 auto; padding: 0 3.2rem 2.4rem; }

/* ---------- Utility bar ---------- */
.utility-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.5rem 3.2rem; background: var(--bg); color: var(--ink-soft); font-size: 0.72rem; }
.utility-left { display: flex; gap: 1.4rem; flex-wrap: wrap; align-items: center; }
.utility-left span { display: inline-flex; align-items: center; gap: 0.35rem; }
.utility-right span { color: var(--ink); font-weight: 600; }

/* ---------- Header ---------- */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding: 1rem 0; }
.logo { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.55rem; letter-spacing: 0.06em; line-height: 1; }
.logo small { display: block; font-family: 'Poppins', sans-serif; font-size: 0.5rem; font-weight: 500; letter-spacing: 0.3em; color: var(--ink-soft); margin-top: 0.15rem; }
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-soft); }
.main-nav a.active, .main-nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.header-actions button { background: none; border: none; color: var(--ink); display: flex; padding: 0.15rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); display: block; }
.cart-btn { position: relative; }
.cart-badge { position: absolute; top: -6px; right: -8px; width: 15px; height: 15px; font-size: 9px; line-height: 15px; text-align: center; border-radius: 50%; background: var(--accent); color: #fff; }

/* ---------- Buttons ---------- */
.btn-dark, .btn-outline { display: inline-flex; align-items: center; border-radius: 3px; padding: 0.85rem 1.7rem; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; transition: background 0.2s ease, color 0.2s ease; }
.btn-dark { background: var(--ink); color: #fff; border: none; }
.btn-dark:hover { background: #000; }
.btn-outline { background: none; border: 1px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--bg); }
.btn-dark.small, .btn-outline.small { padding: 0.62rem 1.2rem; font-size: 0.7rem; }

/* ---------- Hero ---------- */
.hero { background: var(--bg); padding: 2rem 0 0; margin-bottom: 2.6rem; }
.hero-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.4rem; align-items: center; padding-bottom: 1.6rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.7rem; }
.hero-text h1 { font-size: 2.5rem; font-weight: 600; line-height: 1.2; margin-bottom: 0.8rem; }
.hero-text .lead { color: var(--ink-soft); font-size: 0.85rem; max-width: 38ch; margin-bottom: 1.1rem; line-height: 1.7; }
.hero-badges { display: flex; gap: 1.4rem; margin-top: 1.2rem; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; font-weight: 600; color: var(--ink-soft); }
.hero-image-frame { aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden; background: #fff; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Category pill row ---------- */
.category-bar { background: #fff; border-radius: 10px; box-shadow: 0 20px 40px -24px rgba(33,29,24,0.25); padding: 1rem 1.4rem; display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.6rem; transform: translateY(-1.4rem); margin-bottom: 0.6rem; }
.category-pill { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; text-align: center; color: var(--ink); }
.category-pill-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; }
.category-pill span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- Section head ---------- */
.section-head-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.section-head-row h2 { font-size: 1.5rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; }
.section-head-row .head-link { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-soft); }
.section-head-row .head-link:hover { color: var(--ink); }

/* ---------- Product grid / cards ---------- */
.bestsellers-section { padding: 1.4rem 0 1.8rem; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.product-card { display: flex; flex-direction: column; cursor: pointer; }
.card-img { background: var(--bg); border-radius: 6px; aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 0.7rem; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.product-card:hover .card-img img { transform: scale(1.04); }
.product-card h3 { font-size: 0.86rem; font-weight: 700; margin-bottom: 0.3rem; letter-spacing: 0.01em; }
.card-desc { font-size: 0.72rem; color: var(--ink-soft); line-height: 1.5; margin-bottom: 0.6rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; }
.card-price { font-weight: 700; font-size: 0.86rem; }
.add-btn { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; border: none; font-size: 1rem; line-height: 1; transition: background 0.2s ease; }
.add-btn:hover { background: #000; }
.add-btn.added { background: #2f8f4e; }

/* ---------- Ritual + Promise split ---------- */
.split-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1.4rem; margin-bottom: 2.4rem; }
.ritual-card { position: relative; border-radius: 10px; overflow: hidden; min-height: 300px; background: var(--ink); }
.ritual-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.65; }
.ritual-card-text { position: relative; z-index: 1; padding: 2rem; color: #fff; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.ritual-card-text .eyebrow { color: var(--accent-soft); }
.ritual-card-text h2 { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.6rem; line-height: 1.25; }
.promise-card { background: var(--bg); border-radius: 10px; overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.promise-img { aspect-ratio: 16 / 9; overflow: hidden; }
.promise-img img { width: 100%; height: 100%; object-fit: cover; }
.promise-body { padding: 1.4rem 1.6rem; }
.promise-body h2 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.9rem; }
.promise-list { display: flex; flex-direction: column; gap: 0.6rem; }
.promise-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; font-weight: 600; }
.promise-item small { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.7rem; }
.promise-icon { width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--accent-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ---------- Press strip ---------- */
.press-section { text-align: center; padding: 1.2rem 0 2rem; }
.press-section .eyebrow-center { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1rem; display: block; }
.press-strip { display: flex; align-items: center; justify-content: center; gap: 2.6rem; flex-wrap: wrap; }
.press-strip span { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); }

/* ---------- Newsletter ---------- */
.newsletter-section { background: var(--bg); border-radius: 10px; padding: 1.8rem 2rem; text-align: center; margin-bottom: 2rem; }
.newsletter-section h2 { font-size: 1.4rem; font-weight: 600; margin-bottom: 0.4rem; }
.newsletter-section p { color: var(--ink-soft); font-size: 0.82rem; margin-bottom: 1.1rem; }
.newsletter-form { display: flex; gap: 0.6rem; justify-content: center; max-width: 420px; margin: 0 auto; }
.newsletter-form input { flex: 1; border: 1px solid var(--line); background: #fff; border-radius: 3px; padding: 0.75rem 1rem; font-family: inherit; font-size: 0.8rem; outline: none; min-width: 0; }
.newsletter-form input:focus { border-color: var(--ink); }
.newsletter-form button { background: var(--ink); color: #fff; border: none; border-radius: 3px; padding: 0.75rem 1.3rem; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; transition: background 0.2s ease; }
.newsletter-form button:hover { background: #000; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.65); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 1.6rem; padding: 1.8rem 3.2rem 1.2rem; }
.footer-brand .logo { color: #fff; margin-bottom: 0.6rem; }
.footer-brand .logo small { color: rgba(255,255,255,0.5); }
.footer-brand p { font-size: 0.75rem; line-height: 1.6; max-width: 30ch; margin-bottom: 0.8rem; }
.footer-social { display: flex; gap: 0.5rem; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,0.1); transition: background 0.2s ease; }
.footer-social a:hover { background: var(--accent); }
.footer-col h4 { color: #fff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.9rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { font-size: 0.76rem; transition: color 0.2s ease; }
.footer-col a:hover { color: #fff; }
.footer-contact li { font-size: 0.76rem; margin-bottom: 0.5rem; line-height: 1.4; }
.footer-badges { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-badge { display: flex; align-items: center; gap: 0.5rem; font-size: 0.74rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,0.1); padding: 0.9rem 3.2rem; font-size: 0.72rem; flex-wrap: wrap; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: 0.78rem; color: var(--ink-soft); padding: 0.9rem 0 1.4rem; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }

/* ---------- Shop page ---------- */
.shop-hero { padding: 1.6rem 0 1.8rem; text-align: center; background: var(--bg); border-radius: 0 0 14px 14px; margin: 0 -3.2rem 1.8rem; }
.shop-hero h1 { font-size: 2rem; font-weight: 600; margin-bottom: 0.4rem; }
.shop-hero p { color: var(--ink-soft); font-size: 0.84rem; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; flex-wrap: wrap; }
.shop-tabs { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.shop-tab { background: var(--bg); border: none; border-radius: 3px; padding: 0.5rem 1rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-soft); transition: background 0.2s ease, color 0.2s ease; }
.shop-tab:hover { color: var(--ink); background: var(--accent-soft); }
.shop-tab.active { background: var(--ink); color: #fff; }
.shop-count { font-size: 0.78rem; color: var(--ink-soft); }
.shop-grid-section .product-grid { grid-template-columns: repeat(4, 1fr); }
.shop-grid-section { padding-bottom: 2.2rem; }
.no-results { padding: 2rem 0; text-align: center; color: var(--ink-soft); grid-column: 1 / -1; }

/* ---------- Product detail page ---------- */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2.2rem; align-items: start; padding-bottom: 2.6rem; }
.gallery-main { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background: var(--bg); margin-bottom: 0.7rem; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumb-row { display: flex; gap: 0.6rem; }
.thumb-btn { width: 64px; height: 64px; border-radius: 6px; overflow: hidden; border: 2px solid transparent; padding: 0; background: var(--bg); flex-shrink: 0; }
.thumb-btn.active { border-color: var(--ink); }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.product-category-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.6rem; }
.product-info h1 { font-size: 1.8rem; font-weight: 600; margin-bottom: 0.5rem; }
.product-rating { margin-bottom: 1rem; }
.product-rating .stars { color: var(--accent); font-size: 0.85rem; }
.product-rating .rating-count { font-size: 0.78rem; color: var(--ink-soft); margin-left: 0.4rem; }
.product-lead { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.7; margin-bottom: 1.2rem; max-width: 50ch; }
.spec-list { margin-bottom: 1.2rem; }
.spec-row { border-bottom: 1px solid var(--line); padding: 0.7rem 0; display: flex; gap: 1rem; }
.spec-row dt { font-weight: 700; font-size: 0.78rem; width: 9rem; flex-shrink: 0; text-transform: uppercase; letter-spacing: 0.03em; }
.spec-row dd { color: var(--ink-soft); font-size: 0.8rem; }
.product-price-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.product-price { font-size: 1.6rem; font-weight: 700; }
.buy-row { display: flex; align-items: center; gap: 0.8rem; }
.qty-stepper { display: flex; align-items: center; gap: 0.8rem; border: 1px solid var(--line); border-radius: 3px; padding: 0.6rem 1rem; font-weight: 600; }
.qty-btn { background: none; border: none; font-size: 1rem; line-height: 1; color: var(--ink); }
.btn-cart { flex: 1; background: var(--ink); color: #fff; border: none; border-radius: 3px; padding: 0.85rem 1.2rem; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; transition: background 0.2s ease; }
.btn-cart:hover { background: #000; }
.btn-cart.added { background: #2f8f4e; }
.related-section { padding-top: 1rem; }
.related-section .product-grid { grid-template-columns: repeat(4, 1fr); }

/* ---------- Drawers (cart) ---------- */
.w-full { display: block; width: 100%; text-align: center; }
.drawer-overlay { position: fixed; top: 0; right: 0; height: 100%; width: 400px; max-width: 90vw; background: #fff; z-index: 200; box-shadow: -10px 0 40px rgba(0,0,0,0.15); transform: translateX(100%); transition: transform 0.35s ease; display: flex; flex-direction: column; }
.drawer-overlay.open { transform: translateX(0); }
.drawer { display: flex; flex-direction: column; height: 100%; padding: 1.6rem; overflow-y: auto; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.drawer-head h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; }
.drawer-close { background: none; border: none; color: var(--ink); font-size: 1.1rem; line-height: 1; display: flex; align-items: center; }
.cart-items { flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.drawer-item { display: flex; gap: 0.9rem; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--line); position: relative; }
.drawer-item img { width: 60px; height: 68px; object-fit: cover; border-radius: 4px; background: var(--bg); flex-shrink: 0; }
.drawer-item-body { flex: 1; }
.drawer-item-body strong { display: block; font-size: 0.85rem; margin-bottom: 0.2rem; }
.drawer-item-price { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 0.5rem; }
.drawer-item .qty-stepper { display: inline-flex; align-items: center; gap: 0.7rem; border: 1px solid var(--line); border-radius: 3px; padding: 0.3rem 0.6rem; font-weight: 600; font-size: 0.8rem; }
.drawer-item .qty-btn { background: none; border: none; font-size: 0.9rem; line-height: 1; color: var(--ink); }
.drawer-item-remove { background: none; border: none; color: var(--muted); font-size: 0.85rem; line-height: 1; align-self: flex-start; }
.drawer-item-remove:hover { color: #c0392b; }
.drawer-foot { border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 1rem; }
.cart-line { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 1rem; font-size: 0.95rem; }
.body-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 150; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; }
.body-overlay.open { opacity: 1; visibility: visible; }
@media (max-width: 480px) { .drawer-overlay { width: 100vw; max-width: 100vw; } }

/* ---------- Checkout page ---------- */
.checkout-hero { max-width: 1240px; margin: 0 auto; padding: 3rem 3.2rem 1.4rem; text-align: center; }
.checkout-hero h1 { font-size: 2rem; font-weight: 600; margin-bottom: 0.6rem; }
.checkout-hero p { color: var(--ink-soft); font-size: 0.86rem; }
.checkout-empty { max-width: 480px; margin: 0 auto; padding: 4rem 2rem 6rem; text-align: center; }
.checkout-empty h2 { margin-bottom: 0.8rem; }
.checkout-empty p { color: var(--ink-soft); margin-bottom: 1.6rem; font-size: 0.88rem; }
.checkout-grid { max-width: 1240px; margin: 0 auto; padding: 1.4rem 3.2rem 5rem; display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; align-items: start; }
.checkout-h2 { font-size: 1.05rem; font-weight: 600; margin: 1.4rem 0 1rem; }
.checkout-h2:first-child { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 0.76rem; font-weight: 600; margin-bottom: 0.4rem; }
.form-field input { width: 100%; padding: 0.75em 0.9em; border: 1px solid var(--line); border-radius: 4px; font-family: inherit; font-size: 0.86rem; }
.form-field input:focus { outline: none; border-color: var(--ink); }
.radio-row { display: flex; gap: 1.4rem; margin-bottom: 1.2rem; }
.radio-row label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; font-weight: 600; }
.order-summary { background: var(--bg); border-radius: 8px; padding: 1.6rem; position: sticky; top: 24px; }
.order-summary h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; margin-bottom: 1.1rem; }
.summary-item { display: flex; justify-content: space-between; font-size: 0.84rem; margin-bottom: 0.6rem; color: var(--ink-soft); }
.summary-item strong { color: var(--ink); font-weight: 600; }
.summary-totals { border-top: 1px solid var(--line); margin-top: 1rem; padding-top: 1rem; }
.summary-totals div { display: flex; justify-content: space-between; font-size: 0.84rem; margin-bottom: 0.5rem; }
.grand-total { font-weight: 700; font-size: 1rem !important; margin-top: 0.6rem; padding-top: 0.6rem; border-top: 1px solid var(--line); }
.confirmation { max-width: 480px; margin: 3rem auto 6rem; text-align: center; padding: 0 2rem; }
.confirmation-icon { width: 60px; height: 60px; border-radius: 50%; background: #2e7d32; color: #fff; font-size: 1.7rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; }
.confirmation h2 { margin-bottom: 0.8rem; }
.confirmation p { color: var(--ink-soft); margin-bottom: 0.4rem; font-size: 0.88rem; }
.order-number { font-weight: 700; color: var(--ink); }
@media (max-width: 860px) {
  .checkout-grid { grid-template-columns: 1fr; padding: 1.4rem 1.1rem 4rem; }
  .checkout-hero { padding: 2.4rem 1.1rem 1.2rem; }
  .form-grid { grid-template-columns: 1fr; }
}

/* ---------- About page ---------- */
.about-hero { background: var(--bg); border-radius: 0 0 14px 14px; margin: 0 -3.2rem 2.4rem; padding: 2.6rem 3.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: center; }
.about-hero .eyebrow { margin-bottom: 0.7rem; }
.about-hero h1 { font-size: 2.1rem; font-weight: 600; line-height: 1.25; margin-bottom: 0.9rem; }
.about-hero p { color: var(--ink-soft); font-size: 0.86rem; line-height: 1.7; max-width: 42ch; }
.about-hero-img { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; }
.about-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.story-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; align-items: center; margin-bottom: 3rem; }
.story-row.reverse { direction: rtl; }
.story-row.reverse > * { direction: ltr; }
.story-img { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; }
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-text h2 { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.9rem; }
.story-text p { color: var(--ink-soft); font-size: 0.86rem; line-height: 1.75; margin-bottom: 0.9rem; max-width: 46ch; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; background: var(--ink); border-radius: 10px; padding: 2rem 1.6rem; margin-bottom: 3rem; text-align: center; }
.stat-item .stat-num { display: block; font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.stat-item .stat-label { font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
@media (max-width: 1080px) {
  .about-hero { grid-template-columns: 1fr; margin: 0 0 2rem; border-radius: 0; }
  .story-row, .story-row.reverse { grid-template-columns: 1fr; direction: ltr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Journal page ---------- */
.journal-hero { padding: 1.6rem 0 1.8rem; text-align: center; background: var(--bg); border-radius: 0 0 14px 14px; margin: 0 -3.2rem 2rem; }
.journal-hero h1 { font-size: 2rem; font-weight: 600; margin-bottom: 0.4rem; }
.journal-hero p { color: var(--ink-soft); font-size: 0.84rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; padding-bottom: 3rem; }
.journal-card { display: flex; flex-direction: column; }
.journal-card-img { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; margin-bottom: 0.9rem; background: var(--bg); }
.journal-card-img img { width: 100%; height: 100%; object-fit: cover; }
.journal-card-meta { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.5rem; display: flex; gap: 0.6rem; align-items: center; }
.journal-card-meta span.dot { color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.journal-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; line-height: 1.35; }
.journal-card p { color: var(--ink-soft); font-size: 0.8rem; line-height: 1.65; }
@media (max-width: 1080px) { .journal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) {
  .journal-hero { margin: 0 0 1.6rem; border-radius: 0; }
  .journal-grid { grid-template-columns: 1fr; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .category-bar { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .split-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-shell { padding: 0 1.1rem 1.8rem; }
  .utility-bar { padding: 0.5rem 1.1rem; }
  .utility-left span:nth-child(n+2) { display: none; }
  .site-header { flex-wrap: nowrap; }
  .main-nav {
    position: fixed; top: 102px; left: 0; right: 0; bottom: 0;
    background: var(--paper);
    flex-direction: column; align-items: flex-start;
    padding: 30px 24px; gap: 22px;
    transform: translateX(100%);
    transition: transform .25s ease;
    z-index: 400;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 0.95rem; }
  .main-nav--simple { position: static; transform: none; flex-direction: row; padding: 0; background: none; z-index: auto; }
  .nav-toggle { display: flex; }
  .category-bar { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .press-strip { gap: 1.4rem; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; padding: 1.6rem 1.1rem 1.2rem; }
  .footer-bottom { padding: 0.9rem 1.1rem; flex-direction: column; }
  .shop-hero { margin: 0 0 1.6rem; border-radius: 0; }
  .shop-toolbar { flex-direction: column; align-items: flex-start; }
}
