:root {
  --ink: #1c1b19;
  --muted: #77716a;
  --cream: #f5f0e8;
  --paper: #fbf9f5;
  --gold: #b48a48;
  --line: rgba(28, 27, 25, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --script: "Italianno", cursive;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 14px; line-height: 1.6; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.announcement { height: 34px; display: flex; justify-content: space-between; align-items: center; padding: 0 4.4vw; color: #e8ddca; background: var(--ink); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.announcement p, .announcement a { margin: 0; }
.announcement span { color: #d0a361; }
.announcement .arrow { margin-left: 5px; font-size: 14px; }
.site-header { position: absolute; z-index: 10; top: 34px; left: 0; right: 0; width: 100%; color: var(--paper); transition: .3s ease; }
.site-header.scrolled { position: fixed; top: 0; background: rgba(28, 27, 25, .97); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.nav-wrap { width: 91.2%; max-width: 1400px; height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(245,240,232,.33); }
.brand { display: flex; align-items: center; min-width: 235px; }
.brand-logo { display: block; width: 146px; height: 67px; padding: 3px 7px; border-radius: 3px; object-fit: contain; background: #fff; }
.brand-seal { width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 13px; letter-spacing: -.1em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.brand-copy small { margin-top: 4px; opacity: .72; font-size: 7px; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 31px; }
.desktop-nav a { position: relative; padding: 5px 0; color: #eee5d8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 24px; min-width: 235px; justify-content: flex-end; }
.icon-button, .bag-button, .menu-button, .close-button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.search-icon { display: block; position: relative; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 6px; height: 1px; background: currentColor; right: -5px; bottom: -2px; transform: rotate(45deg); }
.bag-button { display: flex; align-items: center; gap: 10px; padding: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.bag-button b { min-width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 500; }
.menu-button { display: none; width: 28px; padding: 5px 0; }
.menu-button i { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: .3s; }
.mobile-menu { display: none; }
.hero { min-height: 755px; display: grid; grid-template-columns: 44% 56%; position: relative; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-copy { padding: 215px 8vw 60px; position: relative; z-index: 1; }
.eyebrow, .section-kicker, .newsletter-card small, .journal article small, .drawer-head small { color: var(--gold); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 30px 0 26px; font-family: var(--serif); font-size: clamp(52px, 5vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
h1 em, h2 em, blockquote em { font-weight: 400; color: #c6a069; }
.hero-intro { max-width: 340px; margin: 0 0 30px; color: #c4bdb3; font-size: 14px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 14px; align-items: center; border-bottom: 1px solid currentColor; padding: 0 0 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 16px; line-height: .5; transition: transform .2s; }
.text-link:hover span, article a:hover span { transform: translate(3px,-3px); }
.hero-signature { margin-top: 104px; color: #a39a90; font-family: var(--script); font-size: 38px; transform: rotate(-6deg); transform-origin: left; }
.hero-signature span { display: block; margin: -13px 0 0 52px; font-family: var(--serif); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(6deg); }
.hero-gallery { position: relative; min-height: 755px; background: #2a271f; }
.hero-main-image { position: absolute; top: 0; right: 0; width: 71%; height: 91%; overflow: hidden; }
.hero-main-image img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.82); }
.hero-main-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,27,25,.7), transparent 30%), linear-gradient(0deg, rgba(28,27,25,.45), transparent 45%); }
.hero-side-image { position: absolute; z-index: 2; left: 2%; bottom: 7%; width: 30%; height: 35%; border: 8px solid var(--ink); }
.hero-side-image img { height: 100%; object-fit: cover; }
.hero-orbit { width: 385px; height: 385px; position: absolute; z-index: 1; left: 2%; top: 22%; border: 1px solid rgba(203,166,106,.6); border-radius: 50%; transform: translateX(-50%); }
.hero-orbit::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(203,166,106,.25); border-radius: 50%; }
.image-label { position: absolute; z-index: 3; bottom: 7%; left: 7%; font-family: var(--serif); font-size: 18px; line-height: 1.25; }
.image-label em { color: #dfc49b; }
.hero-number { position: absolute; right: 8%; bottom: 5%; z-index: 4; color: #b3aaa0; font-size: 10px; letter-spacing: .12em; }
.hero-number i { display: inline-block; width: 35px; height: 1px; margin: 0 8px 3px; background: var(--gold); }
.slider-controls { position: absolute; z-index: 4; right: 8%; bottom: 5%; display: flex; align-items: center; gap: 13px; transform: translateY(38px); }
.slider-controls button { width: 28px; height: 28px; border: 1px solid rgba(245,240,232,.35); border-radius: 50%; color: var(--paper); background: transparent; cursor: pointer; font-size: 14px; transition: .2s; }
.slider-controls button:hover { border-color: var(--gold); color: var(--gold); }
.slider-dots { display: flex; gap: 6px; }
.slider-dot { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 50%; background: #8b8277; cursor: pointer; }
.slider-dot.active { width: 18px; border-radius: 5px; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 3; bottom: 33px; left: 8vw; display: flex; align-items: center; gap: 14px; color: #8f887e; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 38px; background: var(--gold); }
.fade-up { animation: fadeUp .8s both; }
.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; }.delay-3 { animation-delay: .36s; }.delay-4 { animation-delay: .48s; }
.image-reveal { animation: imageReveal 1s both; animation-delay: .15s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes imageReveal { from { opacity: 0; clip-path: inset(0 0 100% 0); } to { opacity: 1; clip-path: inset(0); } }
.values-strip { display: grid; grid-template-columns: repeat(3,1fr); padding: 28px 8vw; border-bottom: 1px solid var(--line); background: var(--cream); }
.values-strip > div { display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid var(--line); }
.values-strip > div:last-child { border: 0; }
.value-mark { color: var(--gold); font-size: 22px; }
.values-strip p { margin: 0; display: flex; flex-direction: column; }
.values-strip strong { font-family: var(--serif); font-size: 14px; font-weight: 500; }
.values-strip small { color: var(--muted); font-size: 10px; }
.section-pad { padding: 120px 8vw; }
.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12%; padding: 60px 0 15px; }
h2 { font-family: var(--serif); font-size: clamp(38px, 4vw, 61px); font-weight: 400; line-height: 1.1; letter-spacing: -.04em; }
.intro-grid h2, .collection-heading h2 { margin: 0; }
.intro-body { max-width: 370px; padding-top: 8px; color: var(--muted); }
.intro-body p, .ritual-copy p { margin: 0 0 18px; line-height: 1.9; }
.intro-body .text-link { margin-top: 14px; color: var(--ink); }
.collection { background: var(--cream); padding-top: 94px; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; }
.collection-heading > p { margin: 0 0 6px; color: var(--muted); text-align: right; line-height: 1.7; }
.collection-tools { display: flex; justify-content: space-between; align-items: center; margin: 61px 0 32px; border-top: 1px solid var(--line); padding-top: 17px; }
.filters { display: flex; gap: 24px; }
.filter, .sort-button { border: 0; color: var(--muted); padding: 0 0 7px; background: none; border-bottom: 1px solid transparent; cursor: pointer; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.filter.active, .filter:hover { border-color: var(--gold); color: var(--ink); }
.sort-button { border-bottom: 0; }
.sort-button span { padding-left: 7px; color: var(--gold); font-size: 16px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { position: relative; min-width: 0; }
.product-card[hidden] { display: none; }
.product-image { position: relative; height: 290px; overflow: hidden; background: #ded4c4; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 1; left: 13px; top: 13px; padding: 5px 8px; color: var(--paper); background: var(--ink); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.wishlist { width: 27px; height: 27px; position: absolute; z-index: 2; top: 11px; right: 11px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; background: rgba(28,27,25,.3); cursor: pointer; }
.wishlist.saved { color: #dba9a1; }
.product-info { padding: 14px 2px 30px; }
.product-meta { display: flex; justify-content: space-between; gap: 5px; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.product-info h3 { margin: 7px 0 5px; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-size: 12px; }
.add-button { border: 0; padding: 0; color: var(--gold); background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.add-button:hover { color: var(--ink); }
.collection-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.collection-footer b { color: var(--ink); font-weight: 500; }
.collection-footer .text-link { color: var(--ink); }
.ritual-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; background: var(--paper); }
.ritual-image { position: relative; width: 90%; }
.ritual-image::before { content: ""; position: absolute; z-index: 0; width: 55%; height: 112%; left: -8%; top: -6%; border: 1px solid var(--gold); }
.ritual-image img { position: relative; z-index: 1; aspect-ratio: .95; object-fit: cover; }
.vertical-note { position: absolute; z-index: 2; bottom: 8px; right: -51px; transform: rotate(-90deg); transform-origin: right bottom; color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.ritual-copy { max-width: 430px; }
.ritual-copy h2 { margin: 25px 0 27px; }
.ritual-copy p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--ink); padding: 15px 20px; cursor: pointer; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; transition: .25s; }
.button span { font-size: 17px; line-height: 0; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--paper); background: var(--ink); }
.ritual-copy .button { margin-top: 24px; }
.quote-section { display: flex; flex-direction: column; align-items: center; padding: 135px 20px; color: var(--paper); background: var(--ink); text-align: center; }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 75px; line-height: .6; }
blockquote { margin: 28px 0 25px; font-family: var(--serif); font-size: clamp(35px, 4vw, 57px); font-weight: 400; line-height: 1.15; letter-spacing: -.04em; }
.quote-credit { color: #9c958c; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.journal { background: var(--cream); }
.journal-heading { display: flex; justify-content: space-between; align-items: end; margin-top: 24px; }
.journal-heading h2 { margin: 0 0 4px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.journal article { min-width: 0; }
.journal-image { height: 275px; overflow: hidden; margin-bottom: 18px; }
.journal-image img { height: 100%; object-fit: cover; transition: transform .5s; }
.journal article:hover .journal-image img { transform: scale(1.04); }
.journal article h3 { max-width: 280px; margin: 9px 0 15px; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.25; }
.journal article > a { border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.journal article > a span { font-size: 15px; margin-left: 8px; transition: .2s; }
.newsletter-card { display: flex; flex-direction: column; justify-content: center; padding: 35px; color: var(--paper); background: var(--ink); }
.newsletter-star { color: var(--gold); font-size: 26px; }
.newsletter-card h3 { margin: 17px 0 11px !important; font-size: 30px !important; color: var(--paper); }
.newsletter-card p { max-width: 240px; margin: 0 0 28px; color: #a9a096; font-size: 12px; }
.newsletter-card label { display: flex; border-bottom: 1px solid #827870; }
.newsletter-card input { width: 100%; border: 0; outline: 0; padding: 9px 0; color: var(--paper); background: transparent; font-size: 11px; }
.newsletter-card input::placeholder { color: #81786e; }
.newsletter-card button { border: 0; color: var(--gold); background: transparent; cursor: pointer; font-size: 20px; }
.form-message { margin-top: 10px; color: #d7bd8f; font-size: 10px; }
/* ── Footer ──────────────────────────────────────────────────────── */
.site-footer { color: var(--paper); background: #201e1b; }

/* Trust strip */
.footer-trust { display: flex; justify-content: center; gap: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-trust-item { display: flex; align-items: center; gap: 8px; padding: 16px 32px; color: #998f85; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.07); }
.footer-trust-item:last-child { border-right: none; }
.footer-trust-item svg { color: var(--gold); flex-shrink: 0; }

/* Main */
.footer-main { display: grid; grid-template-columns: 280px 1fr; gap: 80px; padding: 72px 8vw 64px; }

/* Brand col */
.footer-brand { display: flex; flex-direction: column; gap: 0; }
.footer-logo { display: block; width: 160px; height: 96px; padding: 4px 8px; border-radius: 4px; object-fit: contain; background: #fff; margin-bottom: 22px; }
.footer-tagline { margin: 0 0 24px; color: #776e65; font-size: 12px; line-height: 1.8; }
.footer-wa { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; color: #c6bdb4; font-size: 11px; letter-spacing: .06em; transition: border-color .2s, color .2s; }
.footer-wa:hover { border-color: var(--gold); color: var(--gold); }
.footer-wa svg { fill: #25D366; flex-shrink: 0; }

/* Nav cols */
.footer-nav { display: flex; gap: 60px; padding-top: 8px; }
.footer-nav-col { display: flex; flex-direction: column; gap: 0; min-width: 120px; }
.footer-nav-heading { margin-bottom: 18px; color: var(--gold); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.footer-nav-col a { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 11px; color: #908880; font-size: 12px; transition: color .18s; }
.footer-nav-col a:hover { color: var(--paper); }
.footer-nav-col a svg { opacity: .6; }

/* Bottom bar */
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 18px 8vw; border-top: 1px solid rgba(255,255,255,.07); color: #5a534d; font-size: 10px; letter-spacing: .06em; }
.footer-bottom-links { display: flex; align-items: center; gap: 10px; }
.footer-bottom-links a { color: #7a726b; transition: color .18s; }
.footer-bottom-links a:hover { color: var(--paper); }
.footer-sep { color: #3d3833; }
.search-panel { position: fixed; z-index: 30; inset: 34px 0 auto; padding: 20px 8vw 31px; color: var(--paper); background: rgba(28,27,25,.98); transform: translateY(-120%); transition: transform .35s ease; }
.search-panel.open { transform: translateY(0); }
.search-inner { max-width: 850px; margin: auto; }
.search-inner label { display: block; margin-bottom: 10px; color: var(--gold); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.search-field { display: flex; align-items: center; border-bottom: 1px solid #766b60; }
.search-field input { width: 100%; border: 0; outline: 0; padding: 12px 0; color: var(--paper); background: transparent; font-family: var(--serif); font-size: 26px; }
.search-field input::placeholder { color: #716961; }
.search-field button { color: var(--paper); font-size: 28px; }
.search-inner p { margin: 11px 0 0; color: #8d857c; font-size: 11px; }
.drawer-backdrop { position: fixed; z-index: 19; inset: 0; visibility: hidden; opacity: 0; background: rgba(0,0,0,.45); transition: .3s; }
.drawer-backdrop.open { visibility: visible; opacity: 1; }
.bag-drawer { position: fixed; z-index: 20; top: 0; right: 0; width: min(440px, 100%); height: 100vh; display: flex; flex-direction: column; padding: 34px 32px; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .4s cubic-bezier(.8,0,.2,1); }
.bag-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 7px 0 0; font-size: 29px; }
.drawer-head h2 span { color: var(--gold); font-family: var(--sans); font-size: 12px; vertical-align: top; }
.close-button { font-size: 27px; font-weight: 300; line-height: 1; }
.bag-items { flex: 1; overflow: auto; padding: 21px 0; }
.empty-bag { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 80%; color: var(--muted); text-align: center; }
.empty-bag > span { color: var(--gold); font-size: 32px; }
.empty-bag p { font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.empty-bag a { margin-top: 10px; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.bag-line { display: grid; grid-template-columns: 75px 1fr auto; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.bag-line img { height: 83px; object-fit: cover; }
.bag-line h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 16px; font-weight: 500; line-height: 1.1; }
.bag-line small { color: var(--muted); font-size: 9px; }
.qty-controls { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 11px; }
.qty-controls button { width: 18px; height: 18px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: none; cursor: pointer; line-height: 0; }
.bag-line > strong { align-self: start; padding-top: 4px; font-size: 12px; font-weight: 500; }
.drawer-footer { border-top: 1px solid var(--line); padding-top: 19px; }
.subtotal { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 20px; }
.subtotal strong { font-weight: 500; }
.drawer-footer > p { margin: 5px 0 17px; color: var(--muted); font-size: 10px; }
.checkout-button { width: 100%; }
.quick-view { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; background: rgba(28,27,25,.72); transition: .3s; }
.quick-view.open { visibility: visible; opacity: 1; }
.quick-card { position: relative; width: min(760px, 100%); display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); transform: translateY(20px); transition: .35s; }
.quick-view.open .quick-card { transform: translateY(0); }
.quick-card > .close-button { position: absolute; z-index: 1; top: 13px; right: 18px; color: var(--ink); }
.quick-image { height: 500px; }
.quick-image img { height: 100%; object-fit: cover; }
.quick-info { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.quick-info small { color: var(--gold); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.quick-info h2 { margin: 12px 0 7px; font-size: 38px; }
.quick-info > strong { color: var(--gold); font-size: 14px; font-weight: 500; }
.quick-info p { margin: 25px 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.toast { position: fixed; z-index: 50; bottom: 25px; left: 50%; padding: 12px 20px; color: var(--paper); background: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .3s; font-size: 11px; letter-spacing: .08em; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 900px) {
  .desktop-nav { gap: 15px; }.brand, .nav-actions { min-width: 180px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 580px; padding: 180px 8vw 70px; }
  .hero-gallery { min-height: 600px; }
  .hero-main-image { width: 78%; height: 88%; }.hero-side-image { left: 8%; }
  .hero-orbit { left: 8%; }.scroll-cue { display: none; }
  .intro-grid { gap: 6%; }.ritual-section { gap: 6%; }
}
@media (max-width: 650px) {
  .announcement { padding: 0 20px; font-size: 8px; }.announcement p { display: none; }.announcement a { margin: auto; }
  .nav-wrap { width: calc(100% - 40px); height: 72px; }.brand-logo { width: 126px; height: 58px; padding: 2px 5px; }
  .desktop-nav, .search-trigger { display: none; }.brand { min-width: 0; }.nav-actions { min-width: 0; gap: 18px; }.menu-button { display: block; }
  .mobile-menu { position: absolute; top: 72px; width: 100%; display: flex; flex-direction: column; gap: 0; padding: 4px 20px 20px; background: var(--ink); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .3s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }.mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 21px; }
  .hero-copy { min-height: 540px; padding: 140px 20px 45px; }.hero h1 { font-size: 53px; }.hero-intro { max-width: 300px; font-size: 13px; }.hero-signature { margin-top: 55px; }
  .hero-gallery { min-height: 470px; }.hero-main-image { width: 82%; height: 88%; }.hero-side-image { bottom: 8%; width: 37%; height: 37%; border-width: 5px; }.hero-orbit { width: 290px; height: 290px; top: 18%; left: 5%; }.image-label { left: 7%; bottom: 10%; font-size: 14px; }.slider-controls { right: 5%; bottom: 5%; transform: translateY(40px); }
  .values-strip { display: block; padding: 10px 20px; }.values-strip > div { justify-content: start; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }.values-strip small { font-size: 9px; }
  .section-pad { padding: 75px 20px; }.intro-grid { display: block; padding-top: 35px; }.intro-body { padding-top: 26px; }.collection-heading, .journal-heading { display: block; }.collection-heading > p { margin-top: 17px; text-align: left; }.collection-tools { display: block; margin-top: 36px; }.filters { gap: 16px; overflow: auto; padding-bottom: 14px; }.filter { white-space: nowrap; }.sort-button { margin-top: 11px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.product-info h3 { font-size: 16px; }.product-info { padding-bottom: 21px; }.product-meta { font-size: 8px; }.product-image { aspect-ratio: .8; }.collection-footer { display: block; }.collection-footer .text-link { margin-top: 18px; }
  .ritual-section { display: flex; flex-direction: column; align-items: start; gap: 50px; }.ritual-image { width: 90%; margin-left: 5%; }.ritual-copy { max-width: none; }
  .quote-section { padding: 90px 20px; } blockquote { font-size: 37px; }
  .journal-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 38px; }.journal-image { height: 330px; }.newsletter-card { min-height: 330px; }
  .footer-trust { flex-wrap: wrap; justify-content: flex-start; }.footer-trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); padding: 12px 20px; }.footer-main { grid-template-columns: 1fr; gap: 40px; padding: 48px 6vw 40px; }.footer-nav { flex-wrap: wrap; gap: 32px; }.footer-bottom { flex-wrap: wrap; gap: 10px; }
  .bag-drawer { padding: 25px 20px; }.quick-card { display: block; max-height: 90vh; overflow: auto; }.quick-image { height: 290px; }.quick-info { padding: 30px; }.quick-info h2 { font-size: 31px; }
}

.footer-bottom span {
    font-size: 12px !important;
    color: #838383 !important;
}

.footer-bottom-links a {
   font-size: 12px !important;
    color: #838383 !important;
}

a.main-b {
    color: #b48a48;
    font-weight:700;
}