:root {
  --ink: #171612;
  --paper: #f7f4ed;
  --paper-deep: #eee8dc;
  --white: #fffdfa;
  --stone: #b4a894;
  --line: rgba(23, 22, 18, .16);
  --muted: #6e695f;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.demo-bar { padding: 8px 24px; color: #f8f4ec; background: var(--ink); font-size: 10px; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 78px; padding: 0 3.25vw; border-bottom: 1px solid var(--line); background: rgba(247,244,237,.92); backdrop-filter: blur(14px); }
.wordmark { justify-self: start; font-size: 25px; font-weight: 700; letter-spacing: .24em; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); }
.main-nav a, .text-button, .bag-button { position: relative; border: 0; background: none; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; gap: 18px; }
.text-button { padding: 8px 0; }
.bag-button { display: flex; align-items: center; gap: 8px; padding: 8px 0; }
.bag-count { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: 10px; }
.icon-button { border: 0; background: transparent; }
.menu-button { display: none; width: 30px; height: 30px; padding: 6px 2px; }
.menu-button span { display: block; width: 23px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); min-height: calc(100svh - 106px); overflow: hidden; }
.hero-copy { z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw 5vw 10vw 8vw; }
.eyebrow { margin: 0 0 22px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(64px, 7vw, 116px); line-height: .86; letter-spacing: -.055em; }
.hero-intro { max-width: 440px; margin: 38px 0 36px; color: var(--muted); font-family: var(--serif); font-size: clamp(18px, 1.5vw, 24px); line-height: 1.45; }
.primary-link { display: inline-flex; align-items: center; gap: 42px; padding: 0 0 9px; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transition: gap .35s var(--ease); }
.primary-link:hover { gap: 58px; }
.hero-art { position: relative; min-height: 620px; overflow: hidden; background: linear-gradient(145deg, #d8cfbf 0%, #c7b9a2 52%, #a89478 100%); isolation: isolate; }
.hero-art::before { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 64% 24%, rgba(255,255,255,.52), transparent 28%), linear-gradient(115deg, transparent 48%, rgba(92,69,46,.17)); content: ""; }
.sun-disc { position: absolute; top: 9%; right: 6%; width: min(31vw, 450px); aspect-ratio: 1; border-radius: 50%; background: rgba(240,226,199,.62); filter: blur(.2px); }
.hero-shadow { position: absolute; right: 11%; bottom: 3%; width: 65%; height: 13%; border-radius: 50%; background: rgba(49,38,25,.26); filter: blur(18px); transform: rotate(-5deg); }
.hero-vessel { position: absolute; bottom: 9%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 15%; color: #28261f; background: linear-gradient(90deg, #dcd3c2, #f0e9dc 43%, #beb29d); box-shadow: inset -18px 0 24px rgba(69,55,38,.12), 20px 30px 30px rgba(61,47,31,.17); }
.hero-vessel::before { position: absolute; left: 50%; bottom: 100%; content: ""; background: linear-gradient(90deg,#b7ac98,#e8e1d4,#9d907b); transform: translateX(-50%); }
.hero-vessel span { font-size: 17px; font-weight: 600; letter-spacing: .2em; }
.hero-vessel small { margin-top: 8px; font-family: var(--serif); font-size: 11px; letter-spacing: .06em; }
.hero-vessel--front { right: 17%; width: clamp(165px, 19vw, 290px); height: 49%; border-radius: 42% 42% 10% 10% / 16% 16% 5% 5%; }
.hero-vessel--front::before { width: 34%; height: 16%; border-radius: 8px 8px 0 0; }
.hero-vessel--rear { right: 43%; bottom: 11%; width: clamp(115px, 14vw, 205px); height: 35%; padding-bottom: 11%; border-radius: 8px 8px 17px 17px; background: linear-gradient(90deg, #493e32, #776958 52%, #382f26); color: #e8dfd1; }
.hero-vessel--rear::before { width: 48%; height: 20%; background: #26231f; }
.hero-stems { position: absolute; right: 25%; bottom: 54%; width: 120px; height: 245px; }
.hero-stems i { position: absolute; bottom: 0; left: 50%; width: 2px; height: 100%; background: #413d2e; transform-origin: bottom; }
.hero-stems i:nth-child(1) { transform: rotate(-17deg); }
.hero-stems i:nth-child(2) { transform: rotate(-8deg) scaleY(.88); }
.hero-stems i:nth-child(3) { transform: rotate(2deg) scaleY(.96); }
.hero-stems i:nth-child(4) { transform: rotate(12deg) scaleY(.82); }
.hero-stems i:nth-child(5) { transform: rotate(21deg) scaleY(.9); }
.visual-disclaimer { position: absolute; right: 20px; bottom: 17px; z-index: 3; padding: 6px 9px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.4); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.hero-note { position: absolute; bottom: 3vw; left: 3.25vw; margin: 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

.shop-section { padding: clamp(82px, 10vw, 150px) 3.25vw 120px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-heading h2, .story-copy h2 { font-size: clamp(47px, 6vw, 86px); line-height: .95; letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-row { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; padding: 9px 13px; border: 1px solid transparent; border-radius: 100px; background: transparent; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: .25s ease; }
.filter-chip:hover { border-color: var(--line); }
.filter-chip.is-active { color: var(--paper); background: var(--ink); }
.search-field { display: flex; align-items: center; min-width: 250px; border-bottom: 1px solid var(--ink); }
.search-field svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-field input { width: 100%; padding: 10px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.search-field input::placeholder { color: #8d877b; }
.catalog-meta { display: flex; align-items: center; justify-content: space-between; margin: 24px 0; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.catalog-meta p { margin: 0; }
.catalog-meta label { display: flex; align-items: center; gap: 8px; }
.catalog-meta select { border: 0; background: transparent; font-size: 10px; outline-offset: 4px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 18px; }
.product-card { min-width: 0; }
.product-visual { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: .84; overflow: hidden; background: var(--card-bg); }
.product-visual::after { position: absolute; inset: auto 13% 8% 13%; height: 7%; border-radius: 50%; background: rgba(43,35,27,.18); content: ""; filter: blur(11px); }
.product-visual .sample-label { position: absolute; top: 12px; left: 12px; z-index: 5; padding: 6px 7px; color: rgba(23,22,18,.65); border: 1px solid rgba(23,22,18,.25); background: rgba(255,255,255,.18); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.product-visual .object { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--object-ink); background: var(--object-color); box-shadow: inset -12px 0 17px rgba(45,36,26,.12), 10px 15px 18px rgba(45,36,26,.15); transition: transform .65s var(--ease); }
.product-card:hover .object { transform: translateY(-7px) scale(1.02); }
.object em { font-style: normal; font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.object small { margin-top: 7px; font-family: var(--serif); font-size: 8px; }
.object--candle { width: 44%; height: 43%; margin-top: 21%; border-radius: 5px 5px 20px 20px; }
.object--candle::before { position: absolute; bottom: calc(100% + 2px); width: 102%; height: 7%; border-radius: 50%; background: #8f887c; content: ""; }
.object--diffuser { width: 33%; height: 39%; margin-top: 27%; border-radius: 15% 15% 8% 8%; }
.object--diffuser::before { position: absolute; left: 49%; bottom: 92%; width: 86%; height: 78%; background: repeating-linear-gradient(88deg, transparent 0 14%, #463c32 15% 17%, transparent 18% 29%); content: ""; }
.object--spray { width: 29%; height: 48%; margin-top: 17%; border-radius: 7px 7px 18px 18px; }
.object--spray::before { position: absolute; bottom: 99%; width: 54%; height: 17%; border-radius: 3px 3px 0 0; background: #26231e; content: ""; }
.object--fragrance { width: 37%; height: 42%; margin-top: 20%; border-radius: 48% 48% 12% 12% / 20% 20% 8% 8%; }
.object--fragrance::before { position: absolute; bottom: 99%; width: 41%; height: 18%; border-radius: 3px 3px 0 0; background: #b8ae9d; content: ""; }
.object--laundry { width: 35%; height: 52%; margin-top: 17%; border-radius: 14px 14px 26px 26px; }
.object--laundry::before { position: absolute; bottom: 99%; width: 61%; height: 10%; border-radius: 10px 10px 0 0; background: #d8d0c4; content: ""; }
.object--accessory { width: 46%; height: 15%; margin-top: 45%; border-radius: 50%; box-shadow: inset -12px 0 17px rgba(45,36,26,.16), 0 18px 24px rgba(45,36,26,.2); }
.object--accessory::after { position: absolute; bottom: 60%; width: 62%; height: 95%; border: 2px solid var(--object-ink); border-radius: 50%; content: ""; opacity: .45; }
.product-actions { position: absolute; right: 0; bottom: 0; left: 0; z-index: 6; display: flex; transform: translateY(101%); transition: transform .45s var(--ease); }
.product-card:hover .product-actions, .product-card:focus-within .product-actions { transform: translateY(0); }
.product-actions button { flex: 1; min-height: 46px; border: 0; border-right: 1px solid rgba(255,255,255,.35); color: var(--paper); background: rgba(23,22,18,.95); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.product-actions button:last-child { border-right: 0; }
.product-info { position: relative; padding: 18px 0 0; }
.product-info h3 { padding-right: 65px; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.product-info .price { position: absolute; top: 18px; right: 0; font-size: 12px; }
.product-info p { margin: 8px 0 0; color: var(--muted); font-family: var(--serif); font-size: 14px; }
.product-info .example { display: inline-block; margin-top: 12px; color: #8b8172; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.empty-state { padding: 90px 20px; text-align: center; }
.empty-state p { font-family: var(--serif); font-size: 25px; }
.secondary-button { padding: 12px 18px; border: 1px solid var(--ink); background: transparent; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.story-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--paper-deep); }
.story-image { position: relative; min-height: 720px; overflow: hidden; background: linear-gradient(145deg, #b6a894, #e5ddce 50%, #c3b5a1); }
.story-image::before { position: absolute; inset: -10%; background: repeating-radial-gradient(ellipse at 65% 42%, transparent 0 15px, rgba(255,255,255,.13) 16px 17px, transparent 18px 31px); content: ""; transform: rotate(-13deg); }
.story-orb { position: absolute; top: 18%; left: 13%; width: 61%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(117,99,75,.12)); box-shadow: 45px 55px 75px rgba(70,54,37,.22); }
.story-line { position: absolute; top: 0; right: 22%; width: 1px; height: 88%; background: rgba(46,40,32,.32); transform: rotate(22deg); transform-origin: top; }
.story-copy { align-self: center; padding: 10vw 9vw; }
.story-copy > p:not(.eyebrow) { max-width: 540px; margin: 36px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.6; }
.story-copy .primary-link { margin-top: 38px; }
.newsletter { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 6vw; padding: 75px 8vw; color: var(--paper); background: #23221d; }
.newsletter h3 { font-size: clamp(30px, 3vw, 44px); }
.newsletter label { display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.55); }
.newsletter input { flex: 1; padding: 15px 0; border: 0; outline: 0; color: var(--paper); background: transparent; }
.newsletter input::placeholder { color: rgba(255,255,255,.55); }
.newsletter button { width: 45px; height: 45px; border: 0; color: var(--paper); background: transparent; font-size: 22px; }
.newsletter .form-note { grid-column: 2; margin: -4vw 0 0; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .08em; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 42px 3.25vw; border-top: 1px solid var(--line); background: var(--paper); }
.wordmark--footer { font-size: 20px; }
footer p { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
footer div { justify-self: end; display: flex; gap: 24px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.overlay { position: fixed; inset: 0; z-index: 40; background: rgba(15,14,11,.38); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 50; display: flex; flex-direction: column; width: min(470px, 100%); height: 100dvh; padding: 28px; background: var(--paper); transform: translateX(101%); transition: transform .55s var(--ease); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 32px; }
.close-cart, .modal-close { width: 38px; height: 38px; font-family: var(--serif); font-size: 28px; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { display: grid; place-items: center; aspect-ratio: .84; background: var(--thumb); font-size: 9px; letter-spacing: .12em; }
.cart-item h3 { margin-top: 4px; font-family: var(--sans); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.cart-item p { margin: 7px 0; color: var(--muted); font-family: var(--serif); font-size: 13px; }
.qty-control { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line); }
.qty-control button { width: 26px; height: 27px; border: 0; background: transparent; }
.qty-control span { font-size: 10px; }
.remove-item { align-self: start; padding: 4px; border: 0; background: transparent; color: var(--muted); font-size: 17px; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty p { margin-bottom: 26px; font-family: var(--serif); font-size: 22px; }
.cart-summary { padding-top: 22px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 12px; text-transform: uppercase; }
.cart-summary p, .cart-summary small { display: block; color: var(--muted); font-size: 10px; text-align: center; }
.checkout-button { width: 100%; margin: 20px 0 12px; padding: 17px; border: 0; color: var(--paper); background: var(--ink); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.product-modal { width: min(900px, calc(100% - 30px)); max-height: min(780px, calc(100dvh - 30px)); padding: 0; overflow: auto; border: 0; color: var(--ink); background: var(--paper); }
.product-modal::backdrop { background: rgba(15,14,11,.52); backdrop-filter: blur(5px); }
.modal-close { position: absolute; top: 17px; right: 17px; z-index: 4; background: rgba(247,244,237,.8); border-radius: 50%; }
.modal-layout { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; }
.modal-visual { position: relative; display: grid; place-items: center; min-height: 540px; background: var(--modal-bg); }
.modal-visual .object { width: 37%; height: 44%; }
.modal-details { display: flex; flex-direction: column; justify-content: center; padding: 60px 55px; }
.modal-details .eyebrow { color: var(--muted); }
.modal-details h2 { font-size: clamp(40px, 5vw, 63px); line-height: .95; }
.modal-notes { margin: 15px 0 25px; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.modal-description { margin: 0 0 25px; color: var(--muted); font-family: var(--serif); line-height: 1.6; }
.variant-label { margin-bottom: 10px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.variant-options { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.variant-option { padding: 10px 13px; border: 1px solid var(--line); background: transparent; font-size: 10px; }
.variant-option.is-active { color: var(--paper); background: var(--ink); }
.modal-buy { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 17px 18px; border: 0; color: var(--paper); background: var(--ink); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.modal-demo { margin-top: 12px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 70; max-width: 340px; padding: 14px 18px; color: var(--paper); background: var(--ink); font-size: 11px; line-height: 1.4; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .35s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .menu-button { display: block; justify-self: start; }
  .wordmark { justify-self: center; }
  .main-nav { position: fixed; top: 105px; right: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px 5vw 45px; border-bottom: 1px solid var(--line); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-18px); transition: .35s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { width: 100%; padding: 13px 0; font-family: var(--serif); font-size: 22px; letter-spacing: 0; text-transform: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .demo-bar { padding: 7px 10px; font-size: 8px; letter-spacing: .08em; }
  .site-header { min-height: 65px; padding: 0 18px; }
  .main-nav { top: 89px; }
  .wordmark { font-size: 20px; }
  .text-button { display: none; }
  .header-actions { gap: 0; }
  .bag-button { font-size: 9px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 75px 25px 65px; }
  h1 { font-size: clamp(61px, 20vw, 86px); }
  .hero-intro { margin: 28px 0; font-size: 18px; }
  .hero-art { grid-row: 1; min-height: 60svh; }
  .hero-vessel--front { right: 12%; width: 42vw; height: 47%; }
  .hero-vessel--rear { right: 48%; width: 30vw; }
  .hero-stems { right: 20%; bottom: 51%; transform: scale(.82); }
  .hero-note { display: none; }
  .shop-section { padding: 76px 16px 80px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 38px; }
  .section-heading > p { font-size: 16px; }
  .catalog-tools { align-items: stretch; flex-direction: column-reverse; gap: 14px; }
  .search-field { min-width: 0; }
  .filter-row { width: calc(100% + 16px); padding-right: 16px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 10px; }
  .product-info h3 { padding-right: 0; font-size: 10px; }
  .product-info .price { position: static; display: block; margin-top: 7px; font-size: 11px; }
  .product-info p { font-size: 12px; }
  .product-actions { transform: none; }
  .product-actions button { min-height: 39px; font-size: 8px; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 58svh; }
  .story-copy { padding: 80px 25px; }
  .newsletter { grid-template-columns: 1fr; padding: 58px 25px; }
  .newsletter .form-note { grid-column: 1; margin: 0; }
  footer { grid-template-columns: 1fr; justify-items: center; padding: 40px 20px; }
  footer div { justify-self: center; }
  .modal-layout { grid-template-columns: 1fr; }
  .modal-visual { min-height: 340px; }
  .modal-details { padding: 40px 25px 45px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
