:root {
  --ink: #1b1715;
  --paper: #f8f5f0;
  --surface: #fffdf9;
  --cream: #eadfd4;
  --clay: #b96550;
  --wine: #612934;
  --sage: #7d8978;
  --blush: #d9aaa0;
  --gold: #ad895f;
  --line: rgba(27, 23, 21, 0.16);
  --max: 1480px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 92% 8%, rgba(185,101,80,.08), transparent 30rem), var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only, .search-panel label, .empty-state[hidden], [hidden] { display: none !important; }
.eyebrow { margin: 0 0 16px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.19em; text-transform: uppercase; }

.announcement { min-height: 34px; padding: 7px 3vw; display: flex; justify-content: center; gap: 20px; background: var(--wine); color: #fffaf3; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.announcement-note { opacity: 0.58; }
.site-header { position: sticky; z-index: 30; top: 0; height: 82px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(248, 245, 240, 0.9); backdrop-filter: blur(20px) saturate(1.2); transition: box-shadow 220ms ease, background 220ms ease; }
.site-header.scrolled { background: rgba(248, 245, 240, 0.97); box-shadow: 0 14px 42px rgba(52, 38, 30, .08); }
.wordmark { width: fit-content; font-family: var(--serif); font-size: 1.8rem; letter-spacing: 0.12em; line-height: 1; }
.wordmark span { color: var(--clay); }
.desktop-nav { display: flex; gap: 40px; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; }
.desktop-nav a, .site-footer a { position: relative; }
.desktop-nav a::after, .site-footer a::after { content: ""; position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .site-footer a:hover::after, .site-footer a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.icon-button, .bag-button { border: 0; background: transparent; cursor: pointer; }
.icon-button { width: 34px; height: 34px; padding: 6px; }
.icon-button svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-button { display: none; }
.bag-button { display: flex; gap: 8px; align-items: center; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.bag-button span { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: white; font-size: 0.62rem; }
.search-panel { position: absolute; z-index: 25; inset: 0; padding: 0 3vw; display: flex; align-items: center; gap: 20px; background: var(--paper); transform: translateY(-115%); transition: transform 250ms ease; }
.search-panel.open { transform: none; }
.search-panel input { flex: 1; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.3rem); }
.search-panel button { border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: min(760px, calc(100vh - 116px)); overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-image-in 1.4s cubic-bezier(.2,.8,.2,1) both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 244, 237, .98) 0%, rgba(248, 244, 237, .82) 29%, rgba(248, 244, 237, .1) 65%), linear-gradient(0deg, rgba(97,41,52,.08), transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(570px, 43vw); margin-left: max(5vw, calc((100vw - var(--max)) / 2)); padding: 80px 0; }
.hero-content > * { animation: hero-copy-in .8s cubic-bezier(.2,.8,.2,1) both; }
.hero-content > :nth-child(1) { animation-delay: 100ms; }
.hero-content > :nth-child(2) { animation-delay: 180ms; }
.hero-content > :nth-child(3) { animation-delay: 260ms; }
.hero-content > :nth-child(4) { animation-delay: 340ms; }
.hero h1 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(4.4rem, 8.8vw, 9rem); font-weight: 400; line-height: 0.77; letter-spacing: -0.065em; }
.hero h1 em { color: var(--clay); font-weight: 400; }
.hero-copy { max-width: 470px; margin: 0 0 34px; font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.5; }
.primary-button { width: fit-content; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease; }
.primary-button:hover, .primary-button:focus-visible { transform: translateY(-2px); background: var(--wine); border-color: var(--wine); color: white; box-shadow: 0 14px 30px rgba(97,41,52,.18); }
.primary-button.dark:hover, .primary-button.dark:focus-visible { border-color: var(--ink); }
.hero-caption { position: absolute; right: 3vw; bottom: 24px; margin: 0; font-size: 0.66rem; letter-spacing: 0.17em; text-transform: uppercase; writing-mode: vertical-rl; }

.principles { max-width: var(--max); margin: auto; padding: 28px 5vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.54); }
.principles p { margin: 0; font-family: var(--serif); font-size: 1rem; }
.principles span { margin-right: 14px; color: var(--clay); font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.12em; }
.marquee { overflow: hidden; padding: 12px 0; border-bottom: 1px solid var(--line); background: var(--wine); color: #f4d9d1; }
.marquee div { width: max-content; display: flex; align-items: center; gap: 34px; animation: marquee 26s linear infinite; font-size: .61rem; font-weight: 700; letter-spacing: .2em; }
.marquee i { font-style: normal; opacity: .65; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes hero-image-in { from { opacity: 0; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes orbit-drift { 50% { transform: translate(3%, -2%) rotate(8deg); } }

.shop-section, .ritual { max-width: var(--max); margin: auto; padding: 120px 5vw; }
.section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1fr minmax(280px, 410px); gap: 60px; align-items: end; }
.section-heading h2, .philosophy h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 6.4rem); font-weight: 400; line-height: 0.93; letter-spacing: -0.05em; }
.section-intro { margin: 0; font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.catalog-toolbar { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 8px; }
.filter { min-width: 70px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.filter span { margin-left: 5px; opacity: .52; font-size: .55rem; }
.filter.active, .filter:hover { background: var(--wine); border-color: var(--wine); color: white; }
.catalog-status { display: flex; align-items: center; gap: 28px; color: rgba(27,23,21,.62); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.catalog-status p { margin: 0; }
.catalog-status label { display: flex; align-items: center; gap: 10px; }
.catalog-status select { min-width: 155px; padding: 8px 26px 8px 10px; border: 1px solid var(--line); border-radius: 999px; outline: 0; background: var(--surface); color: var(--ink); cursor: pointer; font-size: .7rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 18px; }
.product-card { position: relative; }
.product-card[hidden] { display: none; }
.product-art { position: relative; aspect-ratio: 1 / 1.14; overflow: hidden; display: grid; place-items: center; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); transition: transform 420ms cubic-bezier(.2,.8,.2,1), box-shadow 420ms ease; }
.product-card:hover .product-art { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(57,41,34,.13), inset 0 0 0 1px rgba(255,255,255,.3); }
.product-art::before { content: ""; position: absolute; width: 68%; height: 20%; bottom: 8%; border-radius: 50%; background: rgba(40, 25, 20, 0.13); filter: blur(18px); }
.product-badge { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(250,247,242,.88); backdrop-filter: blur(8px); font-size: .55rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-badge.dark-badge { background: var(--ink); color: white; }
.art-label { position: absolute; right: 18px; bottom: 16px; font-size: 0.58rem; letter-spacing: 0.15em; transition: opacity 180ms ease; }
.quick-view-button { position: absolute; z-index: 4; right: 16px; bottom: 16px; left: 16px; min-height: 46px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 999px; background: rgba(255,253,249,.94); color: var(--ink); box-shadow: 0 12px 32px rgba(27,23,21,.12); cursor: pointer; transform: translateY(78px); opacity: 0; transition: transform 260ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease; font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card:hover .quick-view-button, .product-card:focus-within .quick-view-button { transform: none; opacity: 1; }
.product-card:hover .art-label, .product-card:focus-within .art-label { opacity: 0; }
.art-serum { background: linear-gradient(145deg, #e0cdbd, #cdb5a4); }
.art-cream { background: linear-gradient(145deg, #d3d6c8, #b8bda9); }
.art-lip { background: linear-gradient(145deg, #d99583, #be756b); }
.art-tint { background: linear-gradient(145deg, #d9c1aa, #bfa088); }
.art-mascara { background: linear-gradient(145deg, #a8ab9d, #858979); }
.art-set { background: linear-gradient(145deg, #c8b9af, #ab9990); }
.bottle, .jar, .lipstick, .tube, .mascara, .set-bottle { position: relative; z-index: 1; display: block; filter: drop-shadow(16px 18px 12px rgba(55, 37, 30, 0.18)); transition: transform 480ms cubic-bezier(.2,.8,.2,1), filter 480ms ease; }
.product-card:hover .bottle, .product-card:hover .jar, .product-card:hover .lipstick, .product-card:hover .tube, .product-card:hover .mascara, .product-card:hover .set-bottle { transform: translateY(-5px) scale(1.035); filter: drop-shadow(20px 26px 15px rgba(55,37,30,.2)); }
.serum-bottle { width: 30%; height: 48%; margin-top: 12%; border-radius: 35% 35% 17% 17% / 20% 20% 8% 8%; background: linear-gradient(100deg, #f6f1e9, #ddd2c3 58%, #fffaf2); border: 1px solid rgba(255,255,255,.7); }
.serum-bottle::before { content: ""; position: absolute; width: 45%; height: 31%; top: -29%; left: 27%; border-radius: 14px 14px 5px 5px; background: linear-gradient(90deg, #655247, #b89b83, #5c4b41); }
.serum-bottle i { position: absolute; inset: 46% 20% auto; height: 1px; background: #7b6559; }
.jar { width: 48%; height: 27%; margin-top: 14%; border-radius: 11% 11% 25% 25% / 18% 18% 28% 28%; background: linear-gradient(100deg, #eef0e8, #c9cec2 65%, #f2f2ea); display: grid; place-items: center; color: #66695f; font-family: var(--serif); font-size: 2rem; }
.jar::before { content: ""; position: absolute; width: 104%; height: 30%; top: -24%; left: -2%; border-radius: 8px 8px 3px 3px; background: linear-gradient(#4c4f49, #797b73); }
.lipstick { width: 20%; height: 44%; margin-top: 18%; background: linear-gradient(90deg, #3f2024, #7a3f43, #371c20); }
.lipstick::before { content: ""; position: absolute; width: 82%; height: 38%; top: -34%; left: 9%; background: linear-gradient(90deg, #803a3f, #b95e5b); clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%); border-radius: 35% 35% 0 0; }
.lipstick i { position: absolute; inset: 46% 12% auto; height: 1px; background: rgba(255,255,255,.4); }
.tube { width: 29%; height: 55%; margin-top: 8%; border-radius: 42% 42% 7% 7% / 10% 10% 3% 3%; background: linear-gradient(100deg, #a57f64, #d4af91 58%, #8b664f); display: grid; place-items: center; color: #583f33; font-family: var(--serif); font-size: 2rem; }
.tube::after { content: ""; position: absolute; width: 106%; height: 12%; bottom: -5%; left: -3%; border-radius: 4px; background: #3d352f; }
.mascara { width: 15%; height: 58%; margin-top: 5%; border-radius: 8px; background: linear-gradient(90deg, #252522, #54544d, #1b1b19); }
.mascara::before { content: ""; position: absolute; width: 116%; height: 34%; top: -1%; left: -8%; border-bottom: 1px solid #99998e; }
.mascara i { position: absolute; width: 4px; height: 4px; border-radius: 50%; top: 55%; left: calc(50% - 2px); background: #c4c0ae; box-shadow: 0 11px #c4c0ae, 0 22px #c4c0ae; }
.set-bottle { position: absolute; bottom: 23%; }
.set-one { left: 27%; width: 18%; height: 42%; border-radius: 30% 30% 10% 10%; background: linear-gradient(90deg, #e7dfd4, #ad9585); }
.set-one::before { content: ""; position: absolute; width: 52%; height: 22%; left: 24%; top: -18%; background: #6a5345; border-radius: 6px 6px 2px 2px; }
.set-two { left: 46%; width: 23%; height: 27%; border-radius: 5px 5px 14px 14px; background: linear-gradient(90deg, #803d44, #b26b69); }
.set-three { left: 65%; width: 11%; height: 37%; border-radius: 5px; background: linear-gradient(90deg, #252522, #616158); }
.product-meta { padding: 18px 0 12px; display: flex; justify-content: space-between; gap: 12px; }
.product-meta h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; letter-spacing: -.02em; }
.product-meta > p { margin: 18px 0 0; padding: 5px 9px; border-radius: 999px; background: var(--surface); font-size: 0.78rem; }
.product-kicker { margin: 0; color: rgba(36,31,28,.57); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.add-button { width: 100%; padding: 12px 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.add-button:hover, .add-button:focus-visible { padding-right: 12px; padding-left: 12px; background: var(--wine); color: white; }
.add-button:hover span, .add-button:focus-visible span { transform: rotate(90deg); }
.add-button, .add-button span { transition: transform 180ms ease, padding 180ms ease, background 180ms ease, color 180ms ease; }
.add-button span { font-size: 1.1rem; }
.empty-state { margin: 80px 0; text-align: center; font-family: var(--serif); font-size: 1.4rem; }

.philosophy { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; background: linear-gradient(135deg, var(--cream), #f0e8df); }
.philosophy-visual { position: relative; overflow: hidden; min-height: 600px; display: grid; place-items: center; background: var(--wine); color: white; }
.philosophy-mark { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(9rem, 20vw, 18rem); line-height: 1; }
.philosophy-mark span { color: var(--blush); }
.philosophy-visual > p { position: absolute; right: 28px; bottom: 20px; margin: 0; font-size: 0.62rem; letter-spacing: 0.18em; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-one { width: 76%; aspect-ratio: 1; animation: orbit-drift 9s ease-in-out infinite; }
.orbit-two { width: 48%; aspect-ratio: 1; transform: translate(38%, -18%); animation: orbit-drift 7s ease-in-out -2s infinite reverse; }
.philosophy-copy { padding: clamp(70px, 10vw, 150px) clamp(36px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; }
.philosophy-copy h2 { max-width: 600px; margin-bottom: 38px; }
.philosophy-copy > p:not(.eyebrow) { max-width: 570px; margin: 0 0 18px; font-family: var(--serif); font-size: 1.16rem; line-height: 1.7; }
.text-link { width: fit-content; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.ritual-heading { margin-bottom: 40px; }
.ritual-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.ritual-list li { min-height: 150px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.ritual-list li > span { color: var(--clay); font-size: 0.68rem; letter-spacing: .12em; }
.ritual-list li div { display: grid; grid-template-columns: minmax(180px, .45fr) 1fr; align-items: center; gap: 60px; }
.ritual-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; }
.ritual-list p { max-width: 420px; margin: 0; font-family: var(--serif); font-size: 1.1rem; }

.newsletter { position: relative; overflow: hidden; padding: 110px 5vw 125px; text-align: center; background: radial-gradient(circle at 10% 10%, rgba(255,255,255,.26), transparent 27rem), linear-gradient(135deg, var(--blush), #d19b90); }
.newsletter::before { content: "G."; position: absolute; right: -2vw; bottom: -8vw; color: rgba(97,41,52,.07); font-family: var(--serif); font-size: clamp(13rem, 30vw, 28rem); line-height: .8; pointer-events: none; }
.newsletter > * { position: relative; }
.newsletter h2 { max-width: 950px; margin: auto; }
.newsletter form { max-width: 620px; margin: 44px auto 0; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; padding: 15px 0; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 1.2rem; }
.newsletter button { border: 0; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.newsletter button span { margin-left: 16px; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .76rem; }

.site-footer { padding: 80px 5vw 28px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; background: var(--ink); color: #f8f2e9; }
.footer-brand p { color: rgba(255,255,255,.62); font-family: var(--serif); font-size: 1.1rem; }
.wordmark.light span { color: var(--blush); }
.site-footer h2 { margin: 0 0 20px; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: .82rem; }
.footer-note { grid-column: 1 / -1; max-width: 690px; margin: 50px 0 0; color: rgba(255,255,255,.48); font-size: .7rem; }
.copyright { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.scrim { position: fixed; z-index: 39; inset: 0; background: rgba(20,15,13,.5); backdrop-filter: blur(3px); }
.cart-toast { position: fixed; z-index: 38; right: 24px; bottom: 24px; min-width: 300px; padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--ink); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.2); transform: translateY(140%); opacity: 0; transition: transform 240ms ease, opacity 240ms ease; }
.cart-toast.visible { transform: none; opacity: 1; }
.cart-toast span { font-family: var(--serif); }
.cart-toast button { border: 0; background: transparent; color: white; cursor: pointer; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cart { position: fixed; z-index: 40; top: 0; right: 0; bottom: 0; width: min(470px, 100%); padding: 34px; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.16); transform: translateX(105%); transition: transform 280ms cubic-bezier(.2,.8,.2,1); }
.cart.open { transform: none; }
.cart-header { display: flex; justify-content: space-between; align-items: flex-start; }
.cart-header h2 { margin: 0; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.cart-header h2 span { font-size: 1rem; }
.cart-header button, .dialog-close { width: 40px; height: 40px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.shipping-meter { padding: 24px 0; border-bottom: 1px solid var(--line); }
.shipping-meter p { margin: 0 0 9px; font-size: .68rem; }
.shipping-meter > div { height: 3px; overflow: hidden; background: #ddd4ca; }
.shipping-meter span { display: block; width: 0; height: 100%; background: var(--clay); transition: width 250ms ease; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 74px 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-thumb { display: grid; place-items: center; background: var(--cream); font-family: var(--serif); font-size: 1.8rem; }
.cart-item h3 { margin: 2px 0 6px; font-family: var(--serif); font-size: 1.04rem; font-weight: 400; }
.cart-item p { margin: 0; font-size: .72rem; }
.quantity { margin-top: 12px; display: flex; align-items: center; gap: 12px; }
.quantity button { width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.remove-item { align-self: start; border: 0; background: transparent; cursor: pointer; font-size: 1.1rem; }
.cart-empty { margin: auto; text-align: center; font-family: var(--serif); font-size: 1.3rem; }
.cart-empty a { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--ink); }
.cart-total { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.25rem; }
.cart-footer > p { margin: 8px 0 18px; color: rgba(36,31,28,.6); font-size: .67rem; }
.checkout-button { width: 100%; min-height: 52px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-dialog { width: min(980px, calc(100% - 34px)); max-height: min(760px, calc(100vh - 34px)); padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: var(--surface); color: var(--ink); box-shadow: 0 34px 100px rgba(27,23,21,.34); }
.product-dialog[open], .checkout-dialog[open] { animation: dialog-in 360ms cubic-bezier(.2,.8,.2,1) both; }
.product-dialog::backdrop, .checkout-dialog::backdrop { background: rgba(27,23,21,.68); backdrop-filter: blur(7px); }
.product-dialog .dialog-close { position: absolute; z-index: 5; top: 15px; right: 15px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,249,.9); box-shadow: 0 8px 25px rgba(27,23,21,.12); }
.product-dialog-grid { min-height: 640px; display: grid; grid-template-columns: 1.05fr .95fr; }
.quick-view-art { min-height: 640px; }
.quick-view-art .product-art { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; box-shadow: none; transform: none; }
.quick-view-copy { padding: clamp(54px, 7vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.quick-view-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.quick-view-price { margin: 18px 0 28px; font-size: .84rem; font-weight: 800; }
.quick-view-description { margin: 0; font-family: var(--serif); font-size: 1.08rem; line-height: 1.65; }
.quick-view-copy ul { margin: 28px 0; padding: 20px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-view-copy li { position: relative; padding: 6px 0 6px 20px; font-size: .76rem; }
.quick-view-copy li::before { content: "✦"; position: absolute; left: 0; color: var(--clay); font-size: .58rem; }
.quick-view-note { margin: 0 0 16px; color: rgba(27,23,21,.55); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.quick-view-copy .checkout-button:hover { background: var(--wine); border-color: var(--wine); }
.checkout-dialog { width: min(510px, calc(100% - 34px)); padding: 56px; border: 0; border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.checkout-dialog .dialog-close { position: absolute; top: 14px; right: 14px; }
.checkout-dialog h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 3rem; font-weight: 400; line-height: 1; }
.checkout-dialog > p:not(.eyebrow) { margin-bottom: 28px; font-family: var(--serif); font-size: 1.1rem; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 720ms ease var(--reveal-delay, 0ms), transform 720ms cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
.philosophy-visual.reveal { transform: translateX(-24px); }
.philosophy-copy.reveal { transform: translateX(24px); }
.philosophy-visual.reveal.is-visible, .philosophy-copy.reveal.is-visible { transform: none; }

:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .marquee div { transform: none !important; }
}

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 28px 6vw 34px; flex-direction: column; background: rgba(246,242,236,.98); border-bottom: 1px solid var(--line); box-shadow: 0 28px 45px rgba(36,31,28,.1); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform 220ms ease, opacity 220ms ease; }
  .mobile-menu.open { display: flex; transform: none; opacity: 1; pointer-events: auto; }
  .mobile-menu a { padding: 14px 0; display: flex; align-items: baseline; gap: 24px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2.1rem; }
  .mobile-menu a span { color: var(--clay); font-family: var(--sans); font-size: .58rem; letter-spacing: .14em; }
  .mobile-menu p { margin: 24px 0 0; font-family: var(--serif); }
  .announcement-note { display: none; }
  .hero { min-height: 710px; align-items: flex-end; }
  .hero-image { object-position: 62% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(244,238,230,.98) 0%, rgba(244,238,230,.88) 30%, rgba(244,238,230,.08) 68%); }
  .hero-content { width: auto; margin: 0; padding: 70px 7vw; }
  .hero h1 { font-size: clamp(4.2rem, 18vw, 7rem); }
  .hero-copy { max-width: 520px; }
  .principles { grid-template-columns: 1fr; gap: 12px; }
  .shop-section, .ritual { padding: 85px 5vw; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-status { justify-content: space-between; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .philosophy { grid-template-columns: 1fr; }
  .philosophy-visual { min-height: 480px; }
  .ritual-list li div { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .product-dialog { overflow: auto; }
  .product-dialog-grid { grid-template-columns: 1fr; }
  .quick-view-art { min-height: 420px; }
  .quick-view-art .product-art { min-height: 420px; }
  .quick-view-copy { padding: 52px 7vw 60px; }
}

@media (max-width: 620px) {
  .announcement { font-size: .58rem; }
  .site-header { padding: 0 5vw; }
  .wordmark { font-size: 1.45rem; }
  .header-actions { gap: 10px; }
  .hero { min-height: 680px; }
  .hero-content { padding: 58px 6vw; }
  .hero-caption { display: none; }
  .primary-button { width: 100%; }
  .principles { padding: 22px 6vw; }
  .shop-section, .ritual { padding: 70px 5vw; }
  .section-heading h2, .philosophy h2, .newsletter h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .filters { overflow-x: auto; padding-bottom: 3px; }
  .catalog-status p { display: none; }
  .catalog-status label { width: 100%; justify-content: space-between; }
  .catalog-status select { min-width: 190px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
  .product-art { aspect-ratio: 1 / 1.12; }
  .product-art .product-photo { max-width: 76%; max-height: 80%; border-radius: 10px; box-shadow: 0 10px 20px rgba(55,37,30,.18); }
  .product-badge { top: 10px; left: 10px; padding: 5px 8px; font-size: .46rem; }
  .art-label { display: none; }
  .quick-view-button { right: 9px; bottom: 9px; left: auto; width: 36px; min-height: 36px; padding: 0; justify-content: center; transform: none; opacity: 1; font-size: 0; box-shadow: 0 6px 16px rgba(27,23,21,.14); }
  .quick-view-button span { font-size: .8rem; }
  .product-meta { padding: 12px 0 8px; gap: 8px; align-items: flex-start; }
  .product-meta h3 { font-size: 1.02rem; line-height: 1.15; }
  .product-meta > p { margin: 0; flex-shrink: 0; padding: 4px 7px; font-size: 0.72rem; }
  .product-kicker { font-size: 0.54rem; }
  .add-button { padding: 10px 0; font-size: 0.6rem; }
  .philosophy-visual { min-height: 380px; }
  .philosophy-copy { padding: 70px 7vw; }
  .ritual-list li { grid-template-columns: 45px 1fr; }
  .ritual-list li div { gap: 5px; }
  .ritual-list h3 { font-size: 2.5rem; }
  .newsletter { padding: 80px 6vw; }
  .newsletter form { flex-direction: column; border-bottom: 0; }
  .newsletter input { border-bottom: 1px solid var(--ink); }
  .newsletter button { padding: 18px 0; text-align: left; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .cart { padding: 24px; }
  .cart-toast { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
  .product-dialog { max-height: calc(100vh - 20px); border-radius: 16px; }
  .quick-view-art, .quick-view-art .product-art { min-height: 300px; max-height: 320px; }
  .quick-view-copy h2 { font-size: 2.8rem; }
  .checkout-dialog { padding: 48px 26px 30px; }
}


/* Real product photography — a centred, contained product tile that floats on a warm
   card ground above the soft shadow ellipse (mirrors the original CSS-art composition). */
.product-art { background: linear-gradient(162deg, #f4ede3 0%, #e9ddce 100%); }
.product-art .product-photo {
  position: relative; z-index: 1;
  width: auto; height: auto; max-width: 68%; max-height: 76%;
  object-fit: contain; border-radius: 12px;
  box-shadow: 0 16px 30px rgba(55,37,30,.20);
  transition: transform 520ms cubic-bezier(.2,.8,.2,1);
}
.product-card:hover .product-art .product-photo { transform: translateY(-6px) scale(1.03); }
.quick-view-art .product-art .product-photo { max-width: 62%; max-height: 82%; }

/* ---------------------------------------------------------------- Heritage story sections (added) */
.heritage { max-width: var(--max); margin: auto; padding: clamp(80px,10vw,120px) 5vw; }
.heritage-timeline { display: grid; }
.heritage-chapter { display: grid; grid-template-columns: minmax(180px, 250px) 1fr; gap: 30px 64px; padding: 46px 0; border-top: 1px solid var(--line); }
.heritage-chapter:last-child { border-bottom: 1px solid var(--line); }
.heritage-era { margin: 0 0 12px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); }
.heritage-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 400; line-height: 1.12; letter-spacing: -0.02em; }
.heritage-body p { margin: 0 0 16px; font-family: var(--serif); font-size: 1.08rem; line-height: 1.8; color: rgba(27,23,21,.85); max-width: 660px; }
.heritage-body p:last-child { margin-bottom: 0; }

/* Soul ingredients */
.ingredients { background: linear-gradient(135deg, var(--cream), #f0e8df); }
.ingredients-inner { max-width: var(--max); margin: auto; padding: clamp(80px,10vw,120px) 5vw; }
.ingredients .section-intro em { font-style: italic; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ingredient-card { background: rgba(255,253,249,.66); border: 1px solid var(--line); border-radius: 20px; padding: 34px 32px; transition: transform 420ms cubic-bezier(.2,.8,.2,1), box-shadow 420ms ease; }
.ingredient-card:hover { transform: translateY(-6px); box-shadow: 0 24px 46px rgba(57,41,34,.12); }
.ingredient-index { display: block; margin-bottom: 20px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--clay); }
.ingredient-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; letter-spacing: -0.01em; }
.ingredient-card p { margin: 0; font-size: 0.98rem; line-height: 1.72; color: rgba(27,23,21,.8); }

/* Founder */
.founder { max-width: var(--max); margin: auto; padding: clamp(80px,10vw,120px) 5vw; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.founder-copy h2 { margin-bottom: 30px; }
.founder-copy > p { font-family: var(--serif); font-size: 1.14rem; line-height: 1.8; margin: 0 0 18px; max-width: 560px; color: rgba(27,23,21,.88); }
.founder-sign { margin-top: 26px !important; font-family: var(--serif); font-style: italic; font-size: 1.9rem; color: var(--ink); }
.founder-visual { position: relative; min-height: 360px; border-radius: 22px; display: grid; place-items: center; background: var(--wine); color: #f3e7df; overflow: hidden; }
.founder-crest { font-family: var(--serif); font-size: clamp(7rem, 16vw, 12rem); line-height: 1; color: rgba(243,231,223,.9); }
.founder-visual > p { position: absolute; bottom: 22px; margin: 0; font-size: 0.62rem; letter-spacing: 0.18em; color: var(--blush); }

/* Slogan banner */
.slogan { background: var(--wine); color: #f5ebe4; text-align: center; padding: clamp(72px,9vw,116px) 6vw; }
.slogan .eyebrow { color: var(--blush); margin-bottom: 22px; }
.slogan-line { margin: 0 auto; max-width: 940px; font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 2.9rem); line-height: 1.36; letter-spacing: -0.01em; }

@media (max-width: 900px) {
  .ingredient-grid { grid-template-columns: 1fr; gap: 16px; }
  .founder { grid-template-columns: 1fr; gap: 40px; }
  .founder-visual { min-height: 300px; order: -1; }
  .founder-copy > p { max-width: none; }
}
@media (max-width: 760px) {
  .heritage-chapter { grid-template-columns: 1fr; gap: 14px; padding: 36px 0; }
  .heritage-head h3 { margin-top: 2px; }
}

/* ---------------------------------------------------------------- Brand logo image (added) */
.wordmark { display: inline-flex; align-items: center; }
.wordmark-logo { display: block; height: 56px; width: auto; }
.site-header.scrolled .wordmark-logo { height: 50px; }
.wordmark-logo, .site-header.scrolled .wordmark-logo { transition: height 220ms ease; }
.wordmark.light .wordmark-logo { filter: brightness(0) invert(1); opacity: .92; }
.philosophy-mark img { display: block; width: clamp(150px, 22vw, 280px); height: auto; filter: brightness(0) invert(1); opacity: .95; }
.founder-crest { display: grid; place-items: center; }
.founder-crest img { display: block; width: clamp(120px, 16vw, 200px); height: auto; filter: brightness(0) invert(1); opacity: .9; }
@media (max-width: 900px) { .wordmark-logo { height: 46px; } .site-header.scrolled .wordmark-logo { height: 44px; } }
@media (max-width: 620px) { .wordmark-logo { height: 40px; } .site-header.scrolled .wordmark-logo { height: 38px; } }

/* ---------------------------------------------------------------- Quick-view photo gallery (multi-image listings) */
.qv-gallery { display: flex; flex-direction: column; width: 100%; height: 100%; min-height: inherit; background: linear-gradient(162deg, #f4ede3, #e9ddce); }
.qv-main { flex: 1 1 auto; width: 100%; min-height: 0; object-fit: contain; padding: 26px; }
.qv-thumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 14px 16px; justify-content: center; background: rgba(255,253,249,.5); border-top: 1px solid var(--line); }
.qv-thumb { width: 54px; height: 54px; padding: 0; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: #fff; cursor: pointer; opacity: .55; transition: opacity 160ms ease, border-color 160ms ease; }
.qv-thumb:hover { opacity: .85; }
.qv-thumb.active { opacity: 1; border-color: var(--ink); }
.qv-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------------------------------------------------------------- On-card image thumbnails (multi-photo listings) */
.card-thumbs { display: flex; gap: 7px; margin-top: 12px; flex-wrap: wrap; }
.card-thumb { width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; cursor: pointer; opacity: .58; transition: opacity 160ms ease, border-color 160ms ease; }
.card-thumb:hover { opacity: .9; }
.card-thumb.active { opacity: 1; border-color: var(--ink); }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 620px) { .card-thumb { width: 34px; height: 34px; } .card-thumbs { gap: 5px; margin-top: 8px; } }

/* ============================ UI polish pass — overflow guard + spacing rhythm ============================ */
/* The page must NEVER scroll sideways. `clip` (not `hidden`) so position:sticky header keeps working.
   This neutralises the reveal-animation translateX and any wide media once and for all. */
html, body { overflow-x: clip; max-width: 100%; }

/* Grid/flex children shrink to fit their track instead of forcing horizontal overflow. */
.section-heading > *, .heritage-chapter > *, .founder > *, .ingredient-grid > *, .product-meta > * { min-width: 0; }

/* Type safety: long words break, big display headings balance across lines. */
.section-heading h2, .philosophy h2, .newsletter h2, .heritage-head h3,
.founder-copy h2, .ingredient-card h3, .slogan-line, .hero h1 { overflow-wrap: break-word; text-wrap: balance; }
.heritage-body p, .section-intro, .founder-copy > p, .ingredient-card p,
.quick-view-description, .heritage-body, .principles p { overflow-wrap: break-word; }

/* Mobile spacing + type refinement (the sections that felt cramped / oversized) */
@media (max-width: 620px) {
  .heritage, .ingredients-inner, .founder { padding-left: 24px; padding-right: 24px; }
  .heritage { padding-top: 60px; padding-bottom: 60px; }
  .section-heading { margin-bottom: 34px; gap: 16px; }
  .section-heading h2, .philosophy h2, .newsletter h2 { font-size: clamp(2.5rem, 12vw, 3.4rem); line-height: 0.98; }
  .section-intro { font-size: 1.04rem; line-height: 1.62; }
  .heritage-chapter { padding: 30px 0; gap: 12px; }
  .heritage-era { margin-bottom: 8px; }
  .heritage-head h3 { font-size: clamp(1.5rem, 7vw, 2rem); }
  .heritage-body p { font-size: 1.02rem; line-height: 1.75; margin-bottom: 14px; }
  .ingredient-card { padding: 26px 24px; }
  .ingredient-card h3 { font-size: 1.34rem; }
  .ingredient-card p { font-size: 0.96rem; line-height: 1.7; }
  .founder { gap: 30px; padding-top: 60px; padding-bottom: 60px; }
  .founder-copy > p { font-size: 1.05rem; line-height: 1.72; }
  .founder-sign { font-size: 1.6rem !important; }
  .founder-visual { min-height: 260px; }
  .slogan { padding: 66px 28px; }
  .slogan-line { font-size: clamp(1.5rem, 7.5vw, 2rem); line-height: 1.32; }
  .ritual-list h3 { font-size: 2.1rem; }
}

/* ============================ Reviews: stars, avatars, cards, carousel ============================ */
.stars { display: inline-block; position: relative; font-family: Arial, sans-serif; line-height: 1; white-space: nowrap; letter-spacing: 2px; }
.stars::before { content: "★★★★★"; color: rgba(27,23,21,.17); }
.stars::after { content: "★★★★★"; color: #d9a441; position: absolute; left: 0; top: 0; width: var(--pct,100%); overflow: hidden; }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .02em; flex: 0 0 auto; }

/* small rating under each product card */
.card-rating { display: flex; align-items: center; gap: 8px; margin: 2px 0 0; font-size: .78rem; color: rgba(36,31,28,.7); }
.card-rating .stars { font-size: .82rem; }
.card-rating b { font-weight: 700; color: var(--ink); }

/* quick-view rating summary + review list */
.quick-view-rating { display: flex; align-items: center; gap: 10px; margin: -8px 0 22px; font-size: .9rem; color: rgba(36,31,28,.72); }
.quick-view-rating .stars { font-size: 1.02rem; }
.quick-view-rating b { color: var(--ink); font-weight: 700; }
.quick-view-reviews { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; }
.quick-view-reviews h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.qv-review { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(27,23,21,.08); }
.qv-review:last-child { border-bottom: 0; }
.qv-rev-head { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; }
.qv-rev-name { font-weight: 700; font-size: .86rem; }
.qv-rev-date { font-size: .72rem; color: rgba(36,31,28,.5); }
.qv-review .stars { font-size: .82rem; }
.qv-rev-title { margin: 6px 0 2px; font-weight: 700; font-size: .9rem; }
.qv-rev-text { margin: 4px 0 0; font-size: .92rem; line-height: 1.6; color: rgba(27,23,21,.82); }

/* homepage reviews carousel */
.reviews-section { max-width: var(--max); margin: auto; padding: clamp(70px,9vw,110px) 5vw; }
.reviews-carousel { position: relative; }
.rc-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 18px; scrollbar-width: none; }
.rc-track::-webkit-scrollbar { display: none; }
.review-card { scroll-snap-align: start; flex: 0 0 clamp(280px, 33%, 380px); box-sizing: border-box; display: flex; flex-direction: column; gap: 12px; padding: 26px 26px 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,249,.7); cursor: pointer; transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease; }
.review-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(57,41,34,.12); }
.review-card .stars { font-size: .95rem; }
.rc-quote { margin: 0; font-family: var(--serif); font-size: 1.06rem; line-height: 1.55; flex: 1; }
.rc-foot { display: flex; align-items: center; gap: 11px; }
.rc-who { display: flex; flex-direction: column; }
.rc-name { font-weight: 700; font-size: .84rem; }
.rc-prod { font-size: .72rem; color: var(--clay); letter-spacing: .04em; }
.rc-arrow { position: absolute; top: 38%; z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,253,249,.96); color: var(--ink); font-size: 1.3rem; line-height: 1; cursor: pointer; box-shadow: 0 10px 26px rgba(27,23,21,.12); display: grid; place-items: center; transition: transform 180ms ease, opacity 180ms ease; }
.rc-arrow:hover { transform: scale(1.06); }
.rc-prev { left: -10px; } .rc-next { right: -10px; }
@media (max-width: 900px) { .rc-arrow { display: none; } .review-card { flex-basis: 78%; } }
@media (max-width: 620px) { .reviews-section { padding: 60px 24px; } .review-card { flex-basis: 85%; padding: 22px; } .quick-view-rating { margin: 4px 0 18px; } }

/* quick-view copy scrolls (so the reviews list is reachable) on desktop; whole dialog scrolls on mobile */
@media (min-width: 621px) { .quick-view-copy { max-height: min(760px, calc(100vh - 34px)); overflow-y: auto; } }

/* ============================ Hero (model image) tuning + Shopify heritage imagery ============================ */
@media (max-width: 900px) { .hero-image { object-position: 70% 30%; } }
@media (max-width: 620px) {
  .hero { min-height: min(86vh, 660px); }
  .hero-image { object-position: 72% 26%; }
  .hero-wash { background: linear-gradient(0deg, rgba(244,238,230,.98) 0%, rgba(244,238,230,.93) 33%, rgba(244,238,230,.42) 58%, rgba(244,238,230,.04) 82%); }
  .hero h1 { font-size: clamp(3.6rem, 15.5vw, 5.6rem); }
  .hero-copy { max-width: none; }
}
/* Heritage timeline photos */
.heritage-img { width: 100%; max-width: 360px; height: auto; border-radius: 14px; margin: 0 0 24px; display: block; box-shadow: 0 16px 34px rgba(57,41,34,.16); }
/* Founder portrait replaces the monogram panel */
.founder-visual.has-photo { padding: 0; }
.founder-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; }
.founder-visual.has-photo::after { content: ""; position: absolute; inset: auto 0 0 0; height: 42%; background: linear-gradient(0deg, rgba(48,20,26,.72), transparent); }
.founder-visual.has-photo > p { z-index: 2; color: #f3e7df; }
/* Ingredients botanical accent */
.ingredient-accent { margin: 0 0 40px; display: flex; justify-content: center; }
.ingredient-accent img { width: 100%; max-width: 300px; height: auto; border-radius: 14px; mix-blend-mode: multiply; }
@media (max-width: 760px) { .heritage-img { max-width: 300px; } }
