.skip-link { position: fixed; z-index: 200; left: 1rem; top: 1rem; padding: .8rem 1rem; border-radius: .65rem; color: #fff; background: #173e31; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.client-shortcuts { display: flex; gap: .5rem; }
.client-shortcuts a { padding: .65rem .9rem; border-radius: 999px; color: var(--green-900); text-decoration: none; font-weight: 700; }
.client-shortcuts a:hover { background: var(--green-100); }
.client-header-actions { justify-self: end; display: flex; align-items: center; gap: .55rem; min-width: 0; }
.client-header-actions .cart-button { justify-self: auto; }
.customer-tracking-shortcut { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 44px; padding: .6rem .9rem; border-radius: 999px; text-decoration: none; white-space: nowrap; font-size: .88rem; font-weight: 700; color: var(--green-950); background: #fff; border: 1px solid #d4e4da; }
.customer-tracking-shortcut svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.client-anchor-button { display: inline-flex; width: max-content; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f2b705; outline-offset: 3px; }
.product-card { display: flex; flex-direction: column; }
.product-info { display: flex; flex: 1; flex-direction: column; }
.product-info .product-bottom { margin-top: auto; }
.add-button[disabled] { background: #7d8983; }
.client-footer { padding: 3rem clamp(1.25rem,7vw,6rem); color: #dce9e2; background: #173e31; text-align: center; }
.client-footer .footer-brand { display: inline-grid; place-items: center; width: 6.5rem; height: 6.5rem; overflow: hidden; border-radius: 50%; background: #fff; }
.client-footer .footer-brand img { width: 90%; height: 90%; object-fit: contain; }
.client-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin: 1.25rem 0; }
.client-footer a { color: #fff; }
.saved-customer-clear { min-height: 44px; margin-top: 1rem; padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; background: transparent; font: inherit; font-weight: 700; }
.saved-customer-clear:hover { background: rgba(255,255,255,.1); }
.footer-legal { color: #afc5ba; font-size: .85rem; line-height: 1.55; }
.client-product-modal { width: min(980px,calc(100% - 30px)); }
.food-information { margin: 1.1rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: .9rem; background: #f7faf7; }
.food-information h3 { margin: 0 0 .85rem; color: var(--green-950); font-size: 1.05rem; }
.food-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem 1rem; margin: 0; }
.food-info-item { min-width: 0; }
.food-info-item-full { grid-column: 1 / -1; }
.food-info-item dt { margin: 0 0 .2rem; color: var(--green-900); font-size: .78rem; font-weight: 800; }
.food-info-item dd { margin: 0; color: var(--ink); line-height: 1.5; overflow-wrap: anywhere; white-space: pre-line; }
.food-info-tags { display: flex; flex-wrap: wrap; gap: .4rem; white-space: normal !important; }
.food-info-tags span { display: inline-flex; padding: .3rem .55rem; border: 1px solid #cbdccf; border-radius: 999px; color: var(--green-950); background: #fff; font-size: .82rem; font-weight: 750; }
.purchase-form { display: grid; gap: .85rem; margin-top: 1.1rem; }
.purchase-form fieldset { min-width: 0; margin: 0; padding: .85rem; border: 1px solid var(--line); border-radius: .8rem; }
.purchase-form legend, .choice-box legend, .consent-box legend { padding: 0 .35rem; font-weight: 800; }
.purchase-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.purchase-summary { margin: 0; color: var(--green-900); font-weight: 800; }
.request-nature { margin-top: -.75rem; padding: .85rem; border-radius: .8rem; color: #274a3d; background: #e7f0e8; line-height: 1.5; }
.choice-box, .consent-box { min-width: 0; margin: 0; }
.choice-box > legend, .consent-box > legend { color: var(--ink); font-size: .8rem; }
.checkbox-label span { line-height: 1.45; }
.checkbox-label a { color: var(--green-900); }
#checkout-status { min-height: 1.5rem; margin: 0; color: #8b391f; font-weight: 700; }
.tracking-link { display: inline-flex; justify-content: center; margin-bottom: .65rem; text-decoration: none; }
#copy-tracking-link { min-height: 3.15rem; }
.tracking-actions { display: grid; gap: .65rem; }
.tracking-actions .secondary-button { width: 100%; }
.tracking-actions .tracking-link { margin-bottom: 0; }
#order-success-title { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.cart-item { grid-template-columns: 50px minmax(0,1fr) auto; }
.cart-item-actions { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: .4rem; }
.remove-line { border: 0; color: #8d3424; background: transparent; font-size: .78rem; font-weight: 800; }
.gift-package-card { width: 100%; color: var(--ink); text-align: left; cursor: default; }
.gift-package-card .primary-button { width: 100%; }
.gift-selected-items article { grid-template-columns: 46px minmax(0,1fr) auto 32px; }
.gift-catalog-card button { border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.gift-catalog-card .gift-product-open { display: grid; grid-template-columns: 104px minmax(0,1fr); width: 100%; padding: 0; }
.gift-catalog-card .gift-catalog-copy { position: relative; padding: 13px; }
.connection-banner { position: fixed; z-index: 90; left: 50%; bottom: 1rem; width: min(92%,42rem); padding: .8rem 1rem; border-radius: .8rem; color: #fff; background: #713521; box-shadow: var(--shadow); transform: translateX(-50%); text-align: center; font-weight: 700; }
.delivery-fields { display: grid; gap: 1rem; }
#delivery-availability { display: block; padding: .65rem .75rem; border-radius: .65rem; font-size: .84rem; line-height: 1.45; }
#delivery-availability[data-state="available"] { color: #174b36; background: #dff0e5; }
#delivery-availability[data-state="unavailable"] { color: #713521; background: #fff0e7; font-weight: 700; }
.delivery-zones { min-width: 0; padding: .9rem 1rem; border: 1px solid #d4e1d8; border-radius: .85rem; background: #fbfcf8; }
.delivery-zones > strong { display: block; margin-bottom: .6rem; color: var(--green-950); font-size: .86rem; }
.delivery-zones ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.delivery-zones li { display: inline-flex; align-items: center; gap: .45rem; min-width: 0; padding: .5rem .7rem; border: 1px solid #c7d8cd; border-radius: 999px; color: var(--green-950); background: #fff; font-size: .8rem; line-height: 1.25; }
.delivery-zones li span { min-width: 0; overflow-wrap: anywhere; }
.delivery-zones li b { white-space: nowrap; }
.delivery-zones .delivery-zone-empty { border-style: dashed; color: var(--muted); }
.delivery-zone-select small { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.delivery-location-box { min-width: 0; margin: 0; padding: 1rem; border: 1px solid #c7d8cd; border-radius: .9rem; background: #f4f8f2; }
.delivery-location-box legend { padding: 0 .35rem; color: var(--green-950); font-weight: 800; }
.delivery-location-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.delivery-location-actions .location-button { display: inline-flex; grid-column: auto; align-items: center; justify-content: center; gap: .5rem; min-height: 46px; margin: 0; }
.location-button svg { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.location-button[aria-busy="true"] { cursor: wait; opacity: .7; }
.location-status { margin: .8rem 0 0; padding: .65rem .75rem; border-radius: .65rem; color: var(--muted); background: #fff; font-size: .84rem; line-height: 1.45; overflow-wrap: anywhere; }
.location-status[data-state="loading"] { color: #6a4d12; background: #fff5d8; }
.location-status[data-state="success"] { color: #174b36; background: #dff0e5; font-weight: 700; }
.location-status[data-state="error"] { color: #7a2f20; background: #fff0eb; font-weight: 700; }
.location-map-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: .35rem; color: var(--green-900); font-weight: 800; }
.muted-copy { color: var(--muted); line-height: 1.5; }
body.layer-open { overflow: hidden; }
#products, #gift-builder-section { scroll-margin-top: 6rem; }

@media (max-width: 800px) {
  .client-shortcuts { display: none; }
  .topbar { grid-template-columns: minmax(0,1fr) auto; }
  .customer-tracking-shortcut { width: 44px; padding: 0; }
  .customer-tracking-shortcut span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .food-grid, .purchase-options { grid-template-columns: 1fr; }
  .client-product-modal { width: min(100% - 18px,980px); }
}
@media (max-width: 640px) {
  input, select, textarea { font-size: 17px; }
  .success-modal h2 { padding-inline: 42px; }
  .drawer { height: 100vh; height: -webkit-fill-available; height: 100dvh; max-height: -webkit-fill-available; max-height: 100dvh; overflow: hidden; padding: max(18px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }
  .drawer-header, .cart-footer { flex: 0 0 auto; }
  .cart-items { flex: 1 1 auto; min-height: 0; }
  .gift-catalog-card .gift-product-open { grid-template-columns: 104px minmax(0,1fr); }
  .gift-selected-items article { grid-template-columns: 44px minmax(0,1fr) 32px; }
  .gift-selected-items article > strong { grid-column: 2; }
  .delivery-location-actions { display: grid; grid-template-columns: 1fr; }
  .delivery-location-actions .location-button { width: 100%; }
  .delivery-location-box { padding: .9rem; }
  .delivery-zones ul { display: grid; grid-template-columns: 1fr; }
  .delivery-zones li { justify-content: space-between; border-radius: .7rem; }
  .client-footer { padding-bottom: 4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
