body { padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid #9a6c1f; outline-offset: 3px;
}
.shopping-help { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; max-width: 1068px; margin: 0 auto 24px; }
.shopping-help button { display: flex; align-items: center; gap: 16px; padding: 16px; min-width: 0; border: 1px solid #d9c38b; border-radius: 16px; background: #fffdf7; color: var(--green); text-align: left; font: inherit; }
.shopping-help img { width: 72px; height: 96px; object-fit: contain; border-radius: 8px; flex-shrink: 0; }
.shopping-help strong { display: block; font: 700 1.25rem/1.3 Georgia, serif; }
.shopping-help small { display: block; margin: 5px 0 8px; color: #595c51; font-size: .875rem; }
.shopping-help .help-link { font-size: .875rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.shopping-help .finder-launch { background: var(--green); color: white; border-color: var(--green); }
.finder-launch small { color: #eee8d5; }
.finder-symbol { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--gold); border-radius: 50%; color: #f2d58c; font-size: 30px; flex-shrink: 0; }
.shopping-filters { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; margin-top: 12px; }
.shopping-filters label, .finder-form label { display: grid; gap: 5px; font-size: .875rem; font-weight: 700; color: var(--green); min-width: 0; }
.shopping-filters select, .shopping-filters input, .finder-form select, .finder-form input { width: 100%; min-width: 0; min-height: 46px; padding: 10px; background: white; border: 1px solid #cbbd9d; border-radius: 10px; font: inherit; font-size: 1rem; color: var(--ink); }
.secondary-action { display: inline-block; min-height: 46px; padding: 11px 15px; border: 1px solid var(--green); border-radius: 10px; background: white; color: var(--green); font: 700 .875rem/1.45 Arial, sans-serif; }
.sold-count-note { color: #595c51; font-size: .875rem; margin: 8px 0 0; }
.product .sold-count, .finder-result .sold-count { margin: 12px 0 0; padding-top: 10px; border-top: 1px solid #e4dfd2; color: var(--green); font-size: .875rem; font-weight: 700; }
.product { scroll-margin-top: 110px; }
.product .size-hint { color: #595c51; font-size: .75rem; margin: 0 0 7px; }
.scent-family { margin: 7px 0; color: #595c51; font-size: .8125rem; }
.empty-results button { display: block; margin: 14px auto 0; }
.cart-dock { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px max(16px, calc((100vw - 1100px) / 2)) calc(12px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #d9c38b; background: #fffdf7; box-shadow: 0 -4px 20px #073f3114; }
.cart-dock strong, .cart-dock small { display: block; }
.cart-dock strong { color: var(--green); }
.cart-dock small { color: #595c51; font-size: .75rem; }
.cart-dock button { min-height: 46px; flex-shrink: 0; }
.drawer { height: 100dvh; }
.drawer-head button, .x { min-width: 44px; min-height: 44px; color: var(--green); cursor: pointer; }
.remove { display: block; min-height: 44px; margin-left: auto; }
.primary:disabled { opacity: .5; cursor: not-allowed; }
.shopping-dialog { width: min(840px, 94vw); }
.shopping-dialog h2 { margin: 6px 44px 12px 0; color: var(--green); font: 700 1.75rem/1.2 Georgia, serif; }
.shopping-dialog > .eyebrow { margin-top: 8px; }
.decant-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 22px; }
.decant-layout figure { margin: 0; }
.decant-layout img { display: block; width: 100%; height: auto; border-radius: 12px; }
.decant-layout figcaption { font-size: .8125rem; color: #595c51; margin-top: 8px; }
.decant-copy > p { margin-top: 0; }
.decant-copy h3 { color: var(--green); margin: 16px 0 4px; font-size: 1rem; }
.decant-copy p { margin-bottom: 12px; }
.decant-copy .secondary-action { width: 100%; margin-top: 8px; }
.finder-intro { margin: 0 0 20px; color: #595c51; }
.finder-form fieldset { min-width: 0; border: 1px solid #d9c38b; border-radius: 12px; padding: 14px; margin: 0 0 12px; }
.finder-form legend { color: var(--green); font-weight: 700; padding: 0 6px; }
.finder-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.finder-options fieldset { margin: 0; }
.finder-form .primary { min-height: 46px; }
.finder-form .fine { margin: 8px 0 0; }
.finder-results { border-top: 1px solid #d9c38b; margin-top: 22px; padding-top: 18px; }
.finder-results[hidden] { display: none; }
.finder-results h3 { color: var(--green); margin: 0 0 8px; }
.finder-result { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; padding: 16px 0; border-bottom: 1px solid #e4dfd2; }
.finder-result img { width: 76px; height: 100px; object-fit: contain; background: white; border-radius: 8px; }
.finder-result h4 { margin: 3px 0 5px; color: var(--green); font: 700 1.125rem/1.3 Georgia, serif; }
.finder-result p { margin: 5px 0; font-size: .875rem; }
.finder-result .finder-price { color: var(--green); font-weight: 700; }
.finder-department { color: #595c51; font-size: .75rem; }
.finder-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.finder-actions .primary { width: auto; min-height: 44px; margin: 0; border-radius: 10px; }
.finder-actions .secondary-action { min-height: 44px; }
.finder-bottom { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.shopping-status { min-height: 1.5em; margin: 12px 0 0; font-size: .875rem; color: var(--green); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 1100px) { .shopping-help { margin-left: 16px; margin-right: 16px; } }
@media (max-width: 600px) {
  .shopping-help { grid-template-columns: 1fr; gap: 10px; }
  .shopping-help button { padding: 12px 16px; }
  .shopping-help img { width: 54px; height: 72px; }
  .shopping-help strong { font-size: 1.125rem; }
  .shopping-help small { margin-bottom: 5px; }
  .finder-symbol { width: 54px; height: 54px; }
  .shopping-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .decant-layout, .finder-options { grid-template-columns: 1fr; }
  .decant-layout img { max-width: 280px; margin: auto; }
  .decant-layout figcaption { text-align: center; }
  .shopping-dialog { padding: 18px; }
  .finder-result { grid-template-columns: 56px minmax(0, 1fr); gap: 10px; }
  .finder-result img { width: 56px; height: 80px; }
}
@media (prefers-reduced-motion: reduce) { .drawer { transition: none; } }
