@font-face {
  font-family: "Great Vibes";
  src: url("../fonts/great-vibes.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f8f5ef;
  --ink: #392b24;
  --muted: #756459;
  --caramel: #8e593a;
  --line: #ded5c9;
  --mat: #efe8dd;
  --card: #fffdf9;
  --nav-height: 0px;
  --gutter: clamp(16px, 3.5vw, 48px);
  --script: "Great Vibes", "Palatino Linotype", Georgia, serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nav-sans: "Aptos", "Segoe UI Variable", "Inter", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 16px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--caramel); outline-offset: 4px; }
::selection { background: #ddc8ae; color: var(--ink); }
[hidden] { display: none !important; }
.page-width { width: min(100%, 1360px); padding-inline: var(--gutter); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 18px; background: var(--ink); color: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* A single centered signature replaces the welcome copy. */
.brand-header { display: grid; place-items: center; container-type: inline-size; padding: 23px var(--gutter) 25px; }
.brand { margin: 0; min-width: 0; max-width: 100%; font-weight: 400; text-align: center; }
.brand-name { display: block; font: 400 92px/1.28 var(--script); padding-inline: 12px; }
.brand-caption { display: block; margin-top: -1px; color: var(--caramel); font: 400 28px/1.2 var(--script); }

.menu-toggle, .nav-overlay, .drawer-head { display: none; }
.navigation-shell { position: static; z-index: 10; padding-block: 10px 12px; background: rgb(248 245 239 / 96%); border-block: 1px solid #e3dacf; }
.navigation-inner { display: grid; align-items: center; gap: 10px; }
.category-navigation { min-width: 0; }
.categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 52px; gap: 8px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.category-item { display: flex; min-width: 0; }
.category-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 8px; width: 100%; min-width: 0; height: 100%; padding: 7px 10px; border: 1px solid #d8c9b8; border-radius: 11px; color: #624d41; background: #fdfaf5; box-shadow: inset 0 1px 0 rgb(255 255 255 / 88%), 0 2px 4px rgb(57 43 36 / 6%); font-family: var(--nav-sans); font-size: 11.5px; line-height: 1.15; font-weight: 700; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.category-link span { min-width: 0; overflow-wrap: anywhere; }
.category-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.category-link[aria-current] { color: #fffaf3; background: #5a3828; border-color: #5a3828; box-shadow: inset 0 1px 0 rgb(255 255 255 / 11%), 0 4px 9px rgb(70 40 27 / 20%); }
.category-link:focus-visible { outline: 2px solid #9a6846; outline-offset: 2px; }
.category-link[aria-current]:focus-visible { outline-color: #d6aa7f; }

.menu-content { padding-bottom: 42px; }
.menu-tools { min-width: 0; width: 100%; }
.search { display: flex; align-items: center; min-width: 0; width: 100%; height: 48px; border: 1px solid #d3c4b4; border-radius: 11px; padding-left: 12px; background: #fffdf9; box-shadow: inset 0 1px 2px rgb(57 43 36 / 4%), 0 2px 4px rgb(57 43 36 / 5%); transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.search:focus-within { border-color: #9e6d4b; background: #fffefa; box-shadow: 0 0 0 3px rgb(142 89 58 / 13%), 0 2px 6px rgb(57 43 36 / 7%); }
.search svg { width: 17px; height: 17px; flex-shrink: 0; stroke: #756157; stroke-width: 1.7; margin-right: 9px; }
.search input { min-width: 0; width: 100%; height: 46px; padding: 8px 0; font-family: var(--nav-sans); font-size: 14px; color: var(--ink); border: 0; border-radius: 0; background: transparent; }
.search input::placeholder { color: var(--muted); opacity: 1; }
.search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.search input:focus-visible { outline: none; }
.clear-search { display: grid; flex-shrink: 0; place-items: center; width: 36px; height: 36px; margin-right: 3px; padding: 0; border: 0; border-radius: 7px; color: #6f5a4e; background: transparent; font-size: 22px; line-height: 1; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.category { padding-top: 34px; margin-bottom: 42px; }
.category:focus, .menu-content:focus { outline: none; }
.category-heading { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.category-heading h2 { font: 400 clamp(29px, 2.8vw, 38px)/1.2 var(--serif); letter-spacing: -.8px; margin: 0; overflow-wrap: anywhere; }
.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 24px; }
.product { min-width: 0; display: flex; flex-direction: column; padding: 8px; background: var(--card); border: 1px solid #e2d7c9; border-radius: 18px; box-shadow: 0 2px 3px rgb(57 43 36 / 3%), 0 8px 22px -12px rgb(57 43 36 / 16%); transition: border-color 220ms, box-shadow 220ms, transform 220ms; }
.product-photo { aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 10px; background: var(--mat); overflow: hidden; border-radius: 11px 11px 5px 5px; }
.product-photo img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: 100%; object-fit: scale-down; }
.product-details { flex: 1; display: flex; flex-direction: column; padding: 18px 12px 12px; }
.product h3 { font: 600 22px/1.35 var(--serif); letter-spacing: -.2px; margin: 0 0 18px; overflow-wrap: anywhere; }
.product-description { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.product-price { margin: auto 0 0; padding-top: 12px; border-top: 1px solid #eee5d9; color: var(--caramel); font-size: 26px; line-height: 1.25; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.5px; overflow-wrap: anywhere; }
.product-price span { font-size: 11px; font-weight: 500; letter-spacing: .5px; margin-left: 4px; white-space: nowrap; }
/* Missing images occupy the same reserved frame; product details stay aligned. */
.product-photo--placeholder { background: radial-gradient(ellipse at 50% 40%, #f9f4ea, #ede3d5); }
.photo-signature { display: grid; justify-items: center; color: #92745c; }
.photo-monogram { display: grid; place-items: center; width: 76px; height: 98px; padding: 10px 11px 0 0; border: 1px solid #ccbaa3; outline: 1px solid #dfd2bf; outline-offset: 5px; border-radius: 50%; font: 400 64px/1 var(--script); }
.empty-search, .empty-menu { padding: 48px 0 60px; max-width: 580px; }
.empty-search h2, .empty-menu h2 { font: 400 30px/1.2 var(--serif); margin: 12px 0; }
.empty-search > p, .empty-menu p { font-size: 14px; line-height: 1.7; color: var(--muted); }
.empty-search button { background: none; border: 0; border-bottom: 1px solid var(--caramel); padding: 12px 0; margin-top: 10px; font-size: 14px; }
.empty-search button span { padding-left: 20px; }

.site-footer { background: #352820; color: #f8f0e5; border-top: 3px solid #ae815b; }
.site-footer a:focus-visible { outline-color: #e8cba5; }
.footer-inner { padding-block: 54px 48px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1.15fr .9fr; gap: 36px; }
.footer-identity { min-width: 0; padding-top: 1px; container-type: inline-size; }
.footer-brand { display: block; font: 400 clamp(26px, 15cqi, 44px)/1.35 var(--script); }
.footer-caption { display: block; color: #ddba95; font: 400 24px/1.35 var(--script); }
.footer-description { max-width: 220px; margin: 21px 0 0; color: #cdbdaf; font-size: 13px; line-height: 1.75; }
.footer-section { min-width: 0; }
.footer-section h2 { margin: 5px 0 22px; font: 400 23px/1.3 var(--serif); }
.footer-details { margin: 0; font-size: 13px; line-height: 1.65; }
.footer-details > div + div { margin-top: 17px; }
.footer-details dt { margin-bottom: 5px; color: #ddba95; font-size: 11px; letter-spacing: .5px; }
.footer-details dd { margin: 0; overflow-wrap: anywhere; }
.footer-details address { font-style: normal; }
.footer-details a { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; text-decoration-color: #876b54; text-underline-offset: 5px; }
.footer-action, .footer-social-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; max-width: 100%; padding-block: 8px; border-bottom: 1px solid #876b54; font-size: 13px; text-decoration: none; overflow-wrap: anywhere; }
.footer-action { margin-top: 12px; }
@media (hover: hover) {
  .category-link:hover { color: #3f2f27; background: #fffdf9; border-color: #bda58d; box-shadow: inset 0 1px 0 #fff, 0 4px 9px rgb(57 43 36 / 11%); transform: translateY(-1px); }
  .category-link[aria-current]:hover { color: #fffaf3; background: #65402d; border-color: #65402d; box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 5px 10px rgb(57 43 36 / 20%); }
  .product:hover { border-color: #c9b299; box-shadow: 0 4px 6px rgb(57 43 36 / 4%), 0 14px 26px -12px rgb(57 43 36 / 22%); transform: translateY(-3px); }
  .site-footer a:hover { color: #edc69e; }
  .clear-search:hover, .drawer-close:hover { color: #3f2f27; background: #eee3d5; }
  .menu-toggle:hover { background: #5a3828; box-shadow: 0 2px 6px rgb(40 28 21 / 22%), 0 12px 26px -10px rgb(40 28 21 / 66%); }
  .empty-search button:hover { color: var(--caramel); }
}
.category-link:active { transform: translateY(1px) scale(.99); box-shadow: inset 0 2px 4px rgb(57 43 36 / 16%); transition-duration: 150ms; }
.clear-search:active { transform: scale(.94); }
@media (min-width: 768px) {
  .categories { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 50px; }
  .category-link { padding-inline: 9px; font-size: 11.75px; }
}
@media (min-width: 1024px) {
  .navigation-shell { position: sticky; top: 0; backdrop-filter: blur(14px); }
  .navigation-inner { grid-template-columns: minmax(0, 1fr) 184px; gap: 16px; }
  .menu-tools { width: 184px; }
  .categories { grid-auto-rows: 48px; }
  .category-link { font-size: 12.25px; }
}
@media (max-width: 1100px) {
  .products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 48px; }
}
@media (max-width: 767px) {
  .brand-header { padding-block: 17px 19px; }
  .brand-name { font-size: clamp(30px, 17cqi, 72px); padding-inline: 4px; }
  .brand-caption { font-size: clamp(18px, 6cqi, 24px); margin-top: 1px; }
  /* Categories and search move off-canvas; one floating button opens them from anywhere. */
  .menu-toggle { display: inline-flex; align-items: center; gap: 9px; position: fixed; z-index: 14; right: 15px; bottom: calc(16px + env(safe-area-inset-bottom)); min-height: 48px; padding: 0 17px 0 15px; border: 0; border-radius: 15px; color: #f7eee2; background: #4a2f21; box-shadow: 0 2px 6px rgb(40 28 21 / 20%), 0 10px 22px -10px rgb(40 28 21 / 60%); font-family: var(--nav-sans); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: opacity 200ms ease, transform 200ms ease, background-color 160ms ease, box-shadow 160ms ease; }
  .menu-toggle svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; }
  .menu-toggle:active { transform: translateY(1px) scale(.97); box-shadow: 0 2px 5px rgb(40 28 21 / 24%); }
  /* While the panel is open the button steps aside instead of doubling as a second control. */
  .menu-toggle[aria-expanded="true"] { opacity: 0; transform: translateY(10px) scale(.94); pointer-events: none; }
  .nav-overlay { display: block; position: fixed; z-index: 15; inset: 0; background: rgb(40 28 21 / 46%); opacity: 0; visibility: hidden; transition: opacity 270ms ease, visibility 0s linear 270ms; }
  .nav-overlay.is-open { opacity: 1; visibility: visible; transition: opacity 270ms ease, visibility 0s; }
  /* A compact modal centred in the viewport, height driven by its own content. */
  .navigation-shell { position: fixed; z-index: 16; top: 50%; left: 50%; display: flex; flex-direction: column; overflow: hidden; width: min(320px, calc(100vw - 32px)); max-height: calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); padding-block: 0; border: 1px solid #ddd2c4; border-radius: 16px; background: var(--paper); box-shadow: 0 4px 12px rgb(40 28 21 / 14%), 0 26px 58px -26px rgb(40 28 21 / 62%); visibility: hidden; opacity: 0; transform: translate(-50%, -50%) scale(.96); transition: opacity 190ms ease, transform 190ms cubic-bezier(.32, .72, 0, 1), visibility 0s linear 190ms; }
  .navigation-shell.is-open { visibility: visible; opacity: 1; transform: translate(-50%, -50%) scale(1); transition: opacity 190ms ease, transform 190ms cubic-bezier(.32, .72, 0, 1), visibility 0s; }
  .drawer-head { display: block; position: relative; flex: 0 0 auto; padding: 13px 14px 0; margin-bottom: 11px; text-align: center; }
  .drawer-brand { min-width: 0; margin: 0; }
  .drawer-brand .brand-name { font-size: 20px; line-height: 1.25; padding-inline: 0; }
  .drawer-brand .brand-caption { font-size: 12px; margin-top: -1px; }
  .drawer-close { display: grid; place-items: center; position: absolute; top: 6px; right: 6px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 9px; color: #6f5a4e; background: transparent; font-size: 22px; line-height: 1; transition: color 180ms ease, background-color 180ms ease; }
  .drawer-close:active { transform: scale(.94); }
  /* The panel clips its own overflow; the ring is drawn inside the button instead. */
  .drawer-close:focus-visible { outline-offset: -3px; }
  .navigation-inner { display: flex; flex-direction: column; gap: 10px; flex: 1 1 auto; min-height: 0; width: auto; margin: 0; padding: 0 14px 14px; }
  .menu-tools { order: -1; flex: 0 0 auto; }
  .category-navigation { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
  .categories { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 44px; gap: 6px; }
  .category-link { gap: 9px; padding-inline: 11px; border-radius: 10px; font-size: 11.5px; }
  /* The locked page keeps its offset in an inline `top` while the drawer is open. */
  body.drawer-open { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden; }
  .search { height: 41px; border-radius: 10px; padding-left: 10px; }
  .search svg { width: 16px; height: 16px; margin-right: 7px; }
  .search input { height: 39px; font-size: 16px; }
  .clear-search { width: 30px; height: 30px; margin-right: 4px; font-size: 19px; }
  .menu-content { padding-bottom: 0; }
  .category { padding-top: 23px; margin-bottom: 30px; }
  .category-heading { margin-bottom: 16px; padding-bottom: 13px; }
  .category-heading h2 { font-size: 29px; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .product { padding: 6px; border-radius: 14px; }
  .product-photo { padding: 6px; border-radius: 8px 8px 4px 4px; }
  .product-details { padding: 13px 6px 9px; }
  .product h3 { font-size: 18px; line-height: 1.35; margin-bottom: 14px; letter-spacing: 0; }
  .product-price { font-size: 23px; padding-top: 10px; }
  .photo-monogram { width: 49px; height: 64px; font-size: 42px; padding: 8px 8px 0 0; outline-offset: 4px; }
  /* One column on the phone: brand, blurb, then each section stacked below it. */
  .footer-inner { padding-block: 30px calc(76px + env(safe-area-inset-bottom)); }
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .footer-identity { grid-column: 1 / -1; padding-bottom: 22px; border-bottom: 1px solid #604b3c; }
  .footer-caption { font-size: 23px; }
  .footer-description { max-width: none; margin-top: 14px; }
  .footer-section + .footer-section { padding-top: 22px; border-top: 1px solid #604b3c; }
  .footer-section h2 { font-size: 21px; margin: 0 0 15px; }
  .footer-details { font-size: 13px; line-height: 1.8; }
  .footer-details > div + div { margin-top: 15px; }
  .footer-details address { line-height: 1.8; }
}
.footer-main--empty { grid-template-columns: 1fr; }
.footer-main--empty .footer-identity { grid-column: 1 / -1; padding-bottom: 0; border-bottom: 0; }
@media (max-width: 359px) {
  .brand-name { font-size: clamp(30px, 16cqi, 48px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
