/* La Botteghina — dependency-free design system */
:root {
  --paper: #f3f0e5;
  --paper-deep: #e8e2d1;
  --cream: #fffdf5;
  --ink: #172019;
  --ink-soft: #566057;
  --olive: #405624;
  --olive-dark: #253719;
  --olive-light: #d7dfc3;
  --lime: #c9e768;
  --tomato: #dc4d35;
  --gold: #d6ae55;
  --line: rgba(23, 32, 25, 0.16);
  --white-line: rgba(255, 255, 255, 0.25);
  --shadow-sm: 0 10px 30px rgba(29, 42, 23, 0.08);
  --shadow-lg: 0 30px 80px rgba(17, 27, 17, 0.2);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --radius-pill: 999px;
  --shell: min(91.5vw, 1440px);
  --header-height: 5.25rem;
  --font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --font-script: "Snell Roundhand", "Segoe Script", cursive;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body {
  margin: 0;
  min-width: 20rem;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
button, input, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--tomato); outline-offset: 3px; }
[hidden] { display: none !important; }

.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;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--cream);
  font-weight: 800;
  transition: transform 180ms ease;
}
.skip-link:focus { transform: none; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(5rem, 9vw, 9.5rem) 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
  color: var(--olive);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}
.eyebrow > span:empty { display: none; }
.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.72fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 9rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.section-header h2, .visit-header h2, .story-copy h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
}
.section-intro { color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.section-intro > p:last-child { margin-bottom: 0; }

.button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 1.15rem; height: 1.15rem; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #dcf589; }
.button-dark { background: var(--ink); color: var(--cream); }
.button-dark:hover { background: var(--olive); }
.button-ghost { border-color: rgba(255,255,255,.55); color: white; backdrop-filter: blur(5px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--olive); }
.button-whatsapp { background: #1f9d58; color: white; }
.button-whatsapp:hover { background: #168348; }
.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--olive);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .25rem;
}
.text-button.danger { color: #9b3529; }
.icon-button {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}
.icon-button:hover { background: var(--paper); }
.icon-button svg { width: 1.2rem; height: 1.2rem; }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  color: white;
  transition: background 250ms ease, color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}
.site-header.is-scrolled, .site-header.is-menu-open {
  border-color: var(--line);
  background: color-mix(in srgb, var(--paper) 93%, transparent);
  box-shadow: 0 8px 35px rgba(20,30,20,.08);
  color: var(--ink);
  backdrop-filter: blur(14px);
}
.header-shell {
  display: grid;
  width: var(--shell);
  min-height: var(--header-height);
  margin-inline: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}
.brand { display: inline-flex; width: fit-content; align-items: center; gap: .75rem; }
.brand-logo { width: 3.5rem; height: 3.7rem; object-fit: contain; filter: brightness(0) invert(1); transition: filter 250ms ease; }
.site-header.is-scrolled .brand-logo, .site-header.is-menu-open .brand-logo { filter: none; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand-wordmark strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; letter-spacing: -.03em; }
.brand-wordmark small { margin-top: .3rem; font-size: .55rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.6rem); }
.primary-nav a { position: relative; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a::after { position: absolute; right: 0; bottom: -.5rem; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: .55rem; }
.language-select { position: relative; }
.language-trigger {
  display: flex;
  min-width: 3.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: 0 .7rem;
  border: 1px solid currentColor;
  border-radius: var(--radius-pill);
  background: transparent;
  font-size: .68rem;
  font-weight: 800;
}
.language-trigger svg { width: .75rem; }
.language-popover {
  position: absolute;
  top: calc(100% + .65rem);
  right: 0;
  width: 11rem;
  padding: .45rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--cream);
  box-shadow: var(--shadow-lg);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.4rem);
  transition: opacity 160ms ease, transform 160ms ease;
}
.language-select.is-open .language-popover { opacity: 1; pointer-events: auto; transform: none; }
.language-option {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: .65rem .75rem;
  border: 0;
  border-radius: .7rem;
  background: transparent;
  text-align: left;
  font-size: .82rem;
  font-weight: 700;
}
.language-option:hover, .language-option[aria-selected="true"] { background: var(--olive-light); }
.language-option span:last-child { color: var(--olive); font-size: .65rem; }
.list-trigger {
  display: inline-flex;
  height: 2.65rem;
  align-items: center;
  gap: .5rem;
  padding: 0 .4rem 0 .85rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: var(--ink);
  font-size: .7rem;
  font-weight: 800;
}
.list-trigger svg { width: 1.05rem; height: 1.05rem; }
.list-count { display: grid; min-width: 1.95rem; height: 1.95rem; place-items: center; border-radius: 50%; background: var(--ink); color: white; }
.nav-toggle { display: none; width: 2.65rem; height: 2.65rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.nav-toggle > span:not(.sr-only) { grid-area: 1 / 1; width: 1rem; height: 1px; background: currentColor; transition: transform 180ms ease; }
.nav-toggle > span:first-child { transform: translateY(-.2rem); }
.nav-toggle > span:nth-child(2) { transform: translateY(.2rem); }
.is-menu-open .nav-toggle > span:first-child { transform: rotate(45deg); }
.is-menu-open .nav-toggle > span:nth-child(2) { transform: rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: max(42rem, 100svh); overflow: hidden; background: #182016; color: white; }
.hero-picture, .hero-picture img, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture img { object-fit: cover; object-position: center; animation: hero-enter 1.4s cubic-bezier(.2,.8,.2,1) both; }
.hero-wash { background: linear-gradient(90deg, rgba(11,17,10,.88) 0%, rgba(11,17,10,.62) 38%, rgba(11,17,10,.08) 70%), linear-gradient(0deg, rgba(10,15,9,.52), transparent 45%), radial-gradient(circle at 70% 40%, transparent 0 30%, rgba(7,12,7,.14) 75%); }
.hero-content { position: relative; display: grid; min-height: max(42rem, 100svh); padding: calc(var(--header-height) + 5rem) 0 3rem; grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem); align-items: center; gap: 3rem; }
.hero-copy { max-width: 52rem; }
.hero-eyebrow { color: var(--lime); }
.hero-copy h1 { max-width: 9ch; margin-bottom: 1.7rem; font-family: var(--font-display); font-size: clamp(4.5rem, 8.5vw, 9.6rem); font-weight: 500; letter-spacing: -.065em; line-height: .82; }
.hero-copy h1 em { display: block; color: var(--lime); font-weight: inherit; }
.hero-body { max-width: 38rem; margin-bottom: 2rem; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-card { align-self: end; margin-bottom: 7rem; padding: 1.4rem; border: 1px solid var(--white-line); border-radius: var(--radius-md); background: rgba(22,32,19,.55); backdrop-filter: blur(15px); }
.script-label { margin-bottom: 1rem; color: var(--lime); font-family: var(--font-script); font-size: 1.7rem; transform: rotate(-3deg); }
.hero-card-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hero-card-row > div, .hours-heading > div { display: flex; align-items: center; gap: .6rem; font-weight: 800; }
.hero-card-row small { color: rgba(255,255,255,.62); text-align: right; }
.status-dot { position: relative; display: inline-block; width: .58rem; height: .58rem; flex: 0 0 auto; border-radius: 50%; background: #ef6450; box-shadow: 0 0 12px #ef6450; }
.status-dot.is-open { background: #85ef62; box-shadow: 0 0 15px #85ef62; }
.status-dot::after { position: absolute; inset: -.3rem; border: 1px solid currentColor; border-radius: inherit; color: inherit; content: ""; animation: status-pulse 1.8s ease-out infinite; }
.hero-card-divider { height: 1px; margin: 1.2rem 0; background: var(--white-line); }
.hero-highlights { display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 700; }
.scroll-cue { position: absolute; bottom: 2.3rem; left: 0; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.65); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue svg { width: 1.1rem; animation: scroll-bounce 1.8s infinite; }

/* Catalogue */
.catalogue-section { background: var(--paper); }
.catalogue-header .section-intro { display: flex; flex-direction: column; align-items: flex-start; }
.live-chip { display: inline-flex; align-items: center; gap: .45rem; margin-top: .75rem; padding: .45rem .7rem; border: 1px solid var(--line); border-radius: var(--radius-pill); background: rgba(255,255,255,.35); font-size: .66rem; }
.live-chip > span { width: .45rem; height: .45rem; border-radius: 50%; background: #5b9f36; box-shadow: 0 0 8px #75bd4f; }
.live-chip strong { text-transform: uppercase; letter-spacing: .08em; }
.live-chip small { padding-left: .45rem; border-left: 1px solid var(--line); color: var(--ink-soft); }
.catalogue-toolbar { display: grid; padding: .7rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,245,.7); grid-template-columns: minmax(15rem, 1fr) repeat(3, minmax(10rem, .48fr)); gap: .55rem; box-shadow: var(--shadow-sm); }
.search-field, .select-field { position: relative; display: flex; min-height: 3.8rem; align-items: center; border-radius: .85rem; background: white; }
.search-field > svg { position: absolute; left: 1rem; width: 1.15rem; color: var(--olive); }
.search-field input { width: 100%; height: 100%; padding: 0 3rem 0 2.75rem; border: 0; outline: 0; background: transparent; font-size: .86rem; }
.search-field input::placeholder { color: #8d938d; }
.clear-search { position: absolute; right: .5rem; display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border: 0; border-radius: 50%; background: var(--paper); }
.clear-search svg { width: 1rem; }
.select-field { display: block; padding: .5rem 0 0; }
.select-field > span { position: absolute; z-index: 1; top: .48rem; left: .85rem; color: var(--ink-soft); font-size: .55rem; font-weight: 800; letter-spacing: .08em; pointer-events: none; text-transform: uppercase; }
.select-field select { width: 100%; height: 100%; padding: .9rem 2.4rem 0 .85rem; border: 0; outline: 0; background: transparent; font-size: .78rem; font-weight: 700; appearance: none; cursor: pointer; }
.select-field > svg { position: absolute; right: .8rem; bottom: 1rem; width: .75rem; pointer-events: none; }
.catalogue-meta { display: flex; min-height: 3rem; align-items: center; justify-content: space-between; padding: .7rem .2rem 0; color: var(--ink-soft); font-size: .75rem; }
.catalogue-meta p { margin: 0; }
.catalogue-loading { display: flex; min-height: 24rem; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--ink-soft); }
.produce-loader { display: flex; align-items: flex-end; gap: .3rem; }
.produce-loader span { display: block; width: .85rem; height: 1.5rem; border-radius: 70% 30% 60% 40%; background: var(--olive); transform-origin: bottom; animation: sprout 1s ease-in-out infinite alternate; }
.produce-loader span:nth-child(2) { height: 2rem; background: var(--tomato); animation-delay: .18s; }
.produce-loader span:nth-child(3) { animation-delay: .36s; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); box-shadow: 0 1px 0 rgba(255,255,255,.6) inset; transition: transform 220ms ease, box-shadow 220ms ease; }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.product-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3.1; background: var(--paper-deep); cursor: pointer; }
.media-open { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-media-track { display: flex; width: 100%; height: 100%; transition: transform 350ms cubic-bezier(.2,.8,.2,1); }
.product-media-slide { min-width: 100%; height: 100%; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.image-fallback { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at 30% 20%, #e8efcd, var(--paper-deep)); color: var(--olive); }
.image-fallback svg { width: 4.5rem; opacity: .7; }
.image-fallback span { display: block; margin-top: .5rem; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.product-badges { position: absolute; z-index: 2; top: .8rem; left: .8rem; display: flex; max-width: calc(100% - 1.6rem); flex-wrap: wrap; gap: .35rem; pointer-events: none; }
.badge { padding: .35rem .62rem; border-radius: var(--radius-pill); background: rgba(255,253,245,.9); color: var(--ink); font-size: .59rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(8px); }
.badge.status-lowStock { background: #f5d27f; }
.badge.status-soldOut { background: #724137; color: white; }
.image-counter { position: absolute; z-index: 2; right: .8rem; bottom: .8rem; padding: .35rem .6rem; border-radius: var(--radius-pill); background: rgba(17,27,17,.72); color: white; font-size: .58rem; font-weight: 800; backdrop-filter: blur(8px); }
.carousel-button { position: absolute; z-index: 3; top: 50%; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 0; border-radius: 50%; background: rgba(255,253,245,.88); box-shadow: 0 5px 14px rgba(0,0,0,.12); opacity: 0; transform: translateY(-50%); transition: opacity 180ms ease, background 180ms ease; }
.product-media:hover .carousel-button, .carousel-button:focus-visible { opacity: 1; }
.carousel-button:hover { background: white; }
.carousel-button.prev { left: .65rem; }
.carousel-button.next { right: .65rem; }
.carousel-button svg { width: 1rem; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.product-origin { display: flex; align-items: center; gap: .4rem; margin-bottom: .55rem; color: var(--olive); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-origin svg { width: .8rem; }
.product-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.product-title { margin: 0; font-family: var(--font-display); font-size: clamp(1.7rem, 2.1vw, 2.25rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.product-price { white-space: nowrap; text-align: right; font-size: 1rem; font-weight: 900; line-height: 1; }
.product-price small { display: block; margin-top: .35rem; color: var(--ink-soft); font-size: .58rem; font-weight: 600; }
.product-notes { display: -webkit-box; min-height: 3.1rem; margin: .9rem 0 1.2rem; overflow: hidden; color: var(--ink-soft); font-size: .79rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-actions { display: grid; margin-top: auto; grid-template-columns: 1fr auto; gap: .5rem; }
.add-button { min-height: 2.8rem; padding: .7rem 1rem; border: 0; border-radius: var(--radius-pill); background: var(--olive); color: white; font-size: .7rem; font-weight: 900; }
.add-button:hover { background: var(--olive-dark); }
.add-button:disabled { background: #a8aca4; cursor: not-allowed; }
.add-button.is-added { background: var(--lime); color: var(--ink); }
.details-button { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.details-button:hover { background: var(--paper); }
.details-button svg { width: 1rem; }
.catalogue-state { max-width: 34rem; margin: 4rem auto 0; text-align: center; }
.state-illustration { display: grid; width: 5rem; height: 5rem; margin: 0 auto 1.5rem; place-items: center; border-radius: 50%; background: var(--olive-light); color: var(--olive); font-family: var(--font-display); font-size: 2rem; }
.catalogue-state h3 { margin-bottom: .5rem; font-family: var(--font-display); font-size: 2.3rem; font-weight: 600; }
.catalogue-state p { color: var(--ink-soft); }

/* Story */
.story-section { overflow: hidden; background: var(--olive-dark); color: var(--cream); }
.story-layout { display: grid; grid-template-columns: minmax(18rem, .85fr) minmax(20rem, 1fr); align-items: center; gap: clamp(4rem, 9vw, 10rem); }
.story-visual { position: relative; min-height: 36rem; border-radius: 50% 50% 5% 5%; background: radial-gradient(circle at 50% 35%, #7b914f 0, #50662e 36%, #2f461e 67%, #243719 68%); }
.story-visual > img { position: absolute; z-index: 2; top: 14%; left: 50%; width: min(70%, 27rem); filter: brightness(0) invert(1); opacity: .9; transform: translateX(-50%); }
.story-visual > p { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.5rem; width: 12rem; margin: 0; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.story-seal { position: absolute; z-index: 4; top: 1rem; right: -1.8rem; display: grid; width: 8rem; height: 8rem; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); line-height: 1; transform: rotate(7deg); }
.story-seal span { align-self: end; font-size: .62rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.story-seal strong { align-self: start; font-family: var(--font-display); font-size: 2.4rem; }
.field-lines { position: absolute; inset: auto 0 0; height: 43%; overflow: hidden; opacity: .36; }
.field-lines span { position: absolute; bottom: -22rem; left: 50%; width: 31rem; height: 31rem; border: 2px solid var(--lime); border-radius: 50%; transform: translateX(-50%); }
.field-lines span:nth-child(2) { width: 25rem; height: 25rem; }
.field-lines span:nth-child(3) { width: 19rem; height: 19rem; }
.field-lines span:nth-child(4) { width: 13rem; height: 13rem; }
.story-copy .eyebrow { color: var(--lime); }
.story-copy h2 { max-width: 9ch; margin-bottom: 2rem; }
.story-copy > p:not(.eyebrow) { max-width: 41rem; color: rgba(255,255,255,.66); }
.story-copy .story-lead { color: rgba(255,255,255,.91) !important; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.story-copy blockquote { position: relative; max-width: 34rem; margin: 2.5rem 0 0; padding: 1.4rem 0 0 2.2rem; border-top: 1px solid var(--white-line); color: var(--lime); font-family: var(--font-display); font-size: clamp(1.5rem, 2.3vw, 2.2rem); font-style: italic; line-height: 1.2; }
.story-copy blockquote::before { position: absolute; top: 1.2rem; left: 0; content: "“"; font-size: 3rem; line-height: 1; }

/* Services */
.services-section { background: var(--paper-deep); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 25rem; padding: clamp(1.5rem, 3.5vw, 3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background 250ms ease, color 250ms ease; }
.service-card:hover { background: var(--olive); color: white; }
.service-number { position: absolute; top: 1.4rem; right: 1.4rem; color: var(--ink-soft); font-size: .63rem; font-weight: 800; }
.service-card:hover .service-number { color: rgba(255,255,255,.55); }
.service-icon { display: grid; width: 5.5rem; height: 5.5rem; margin-bottom: 5rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--olive); transition: background 250ms ease, color 250ms ease, transform 250ms ease; }
.service-card:hover .service-icon { background: var(--lime); color: var(--ink); transform: rotate(-5deg) scale(1.06); }
.service-icon svg { width: 2.4rem; height: 2.4rem; }
.service-card h3 { margin-bottom: .8rem; font-family: var(--font-display); font-size: clamp(1.9rem, 2.8vw, 2.8rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.service-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .9rem; }
.service-card:hover p { color: rgba(255,255,255,.7); }

/* Visit */
.visit-section { background: var(--paper); }
.visit-header { display: grid; margin-bottom: clamp(3rem, 6vw, 5rem); grid-template-columns: minmax(0, 1fr) minmax(17rem, .55fr); align-items: end; gap: 3rem; }
.visit-header .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.visit-header h2 { max-width: 10ch; }
.visit-header > p:last-child { margin-bottom: 0; color: var(--ink-soft); font-size: 1.05rem; }
.visit-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .65fr); gap: 1rem; }
.map-card { position: relative; min-height: 34rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-deep); grid-row: span 2; }
.map-canvas { position: absolute; inset: 0; overflow: hidden; background: #dbe9e5; filter: saturate(.72) sepia(.06) contrast(.96); }
.map-tile { position: absolute; width: 256px; height: 256px; max-width: none; user-select: none; -webkit-user-drag: none; }
.map-marker { position: absolute; z-index: 3; top: 50%; left: 50%; width: 2.4rem; height: 2.4rem; border: .35rem solid var(--cream); border-radius: 50% 50% 50% 0; background: var(--tomato); box-shadow: 0 5px 18px rgba(22,32,22,.28); transform: translate(-50%, -100%) rotate(-45deg); }
.map-marker span { position: absolute; inset: .45rem; border-radius: 50%; background: var(--cream); }
.map-marker::after { position: absolute; top: calc(100% + .7rem); left: 50%; width: 1.5rem; height: .4rem; border-radius: 50%; background: rgba(23,32,25,.25); content: ""; filter: blur(2px); transform: translateX(-50%) rotate(45deg); }
.map-controls { position: absolute; z-index: 4; top: 1rem; left: 1rem; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: .75rem; background: rgba(255,253,245,.94); box-shadow: var(--shadow-sm); }
.map-controls button { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 0; background: transparent; font-size: 1.2rem; font-weight: 700; line-height: 1; }
.map-controls button + button { border-top: 1px solid var(--line); }
.map-controls button:hover { background: var(--olive-light); }
.map-attribution { position: absolute; right: .75rem; bottom: .75rem; left: .75rem; display: flex; align-items: center; justify-content: space-between; padding: .6rem .8rem; border-radius: .7rem; background: rgba(255,253,245,.9); box-shadow: var(--shadow-sm); color: var(--ink-soft); font-size: .6rem; backdrop-filter: blur(10px); }
.map-attribution a { color: var(--olive); font-weight: 800; }
.visit-card, .hours-card { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); }
.visit-detail { display: grid; margin-bottom: 1.4rem; grid-template-columns: 2.6rem 1fr; gap: .65rem; }
.visit-detail > svg { width: 1.25rem; margin-top: .2rem; color: var(--olive); }
.visit-detail div { display: flex; min-width: 0; flex-direction: column; }
.visit-detail span { color: var(--ink-soft); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.visit-detail strong { overflow-wrap: anywhere; font-size: .82rem; }
.visit-card .button { width: 100%; margin-top: .4rem; }
.hours-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.hours-heading > div { color: var(--olive); font-size: .78rem; }
.hours-heading small { color: var(--ink-soft); font-size: .65rem; text-align: right; }
.hours-card h3 { margin-bottom: 1rem; font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; }
.hours-row { display: grid; padding: .5rem 0; border-top: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 1rem; color: var(--ink-soft); font-size: .72rem; }
.hours-row.is-today { color: var(--ink); font-weight: 900; }
.hours-row span:last-child { text-align: right; }

/* Social + Footer */
.social-strip { background: var(--tomato); color: white; }
.social-inner { display: flex; min-height: 8rem; align-items: center; justify-content: space-between; gap: 2rem; }
.social-inner h2 { margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.social-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.social-links a { display: flex; align-items: center; gap: 1.2rem; padding: .6rem .75rem .6rem 1rem; border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius-pill); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.social-links a:hover { background: white; color: var(--tomato); }
.social-links svg { width: 1rem; }
.site-footer { padding: clamp(4rem, 8vw, 7rem) 0 1.5rem; background: #152014; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(2rem, 6vw, 6rem); }
.footer-brand img { width: 8rem; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 18rem; color: rgba(255,255,255,.58); font-size: .8rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-column h2 { margin-bottom: .6rem; color: var(--lime); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a, .footer-column > span { color: rgba(255,255,255,.67); font-size: .76rem; }
.footer-column a:hover { color: white; }
.footer-base { display: flex; margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid var(--white-line); justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.45); font-size: .64rem; }
.footer-base p { margin: 0; }

/* Product dialog */
.product-dialog { width: min(94vw, 72rem); max-width: none; max-height: 92dvh; padding: 0; border: 0; border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow-lg); color: var(--ink); overflow: hidden; }
.product-dialog::backdrop { background: rgba(13,20,13,.74); backdrop-filter: blur(6px); }
.dialog-shell { position: relative; display: grid; max-height: 92dvh; grid-template-columns: minmax(0, 1.25fr) minmax(20rem, .75fr); }
.modal-gallery { position: relative; display: grid; min-height: min(78dvh, 46rem); overflow: hidden; background: var(--paper-deep); }
.modal-image-slot { position: absolute; inset: 0; }
.modal-main-image { width: 100%; height: 100%; object-fit: cover; }
.modal-thumbnails { position: absolute; z-index: 3; bottom: 1rem; left: 50%; display: flex; max-width: calc(100% - 2rem); gap: .45rem; overflow-x: auto; transform: translateX(-50%); scrollbar-width: none; }
.modal-thumbnail { width: 3.4rem; height: 3.4rem; flex: 0 0 auto; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: .6rem; background: var(--paper); }
.modal-thumbnail[aria-current="true"] { border-color: var(--lime); }
.modal-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.modal-carousel { opacity: 1; }
.modal-details { display: flex; min-width: 0; flex-direction: column; padding: clamp(2rem, 4vw, 3.5rem); overflow-y: auto; }
.dialog-close { position: absolute; z-index: 7; top: 1rem; right: 1rem; background: var(--cream); }
.modal-kicker { color: var(--olive); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.modal-details h2 { margin-bottom: .6rem; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; }
.modal-price { margin-bottom: 1.5rem; font-size: 1.3rem; font-weight: 900; }
.modal-price small { color: var(--ink-soft); font-size: .65rem; font-weight: 600; }
.modal-status { display: inline-flex; width: fit-content; margin-bottom: 1.5rem; align-items: center; gap: .5rem; padding: .4rem .65rem; border-radius: var(--radius-pill); background: var(--olive-light); color: var(--olive); font-size: .67rem; font-weight: 900; }
.modal-description { color: var(--ink-soft); }
.modal-facts { margin: 1.5rem 0 2rem; border-top: 1px solid var(--line); }
.modal-fact { display: grid; padding: .8rem 0; border-bottom: 1px solid var(--line); grid-template-columns: .7fr 1.3fr; gap: 1rem; font-size: .75rem; }
.modal-fact span { color: var(--ink-soft); }
.modal-fact strong { text-align: right; }
.modal-details .add-button { min-height: 3.4rem; margin-top: auto; }

/* List drawer */
.list-drawer { position: fixed; z-index: 250; inset: 0; visibility: hidden; }
.list-drawer.is-open { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(13,20,13,.68); opacity: 0; backdrop-filter: blur(4px); transition: opacity 250ms ease; }
.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; display: flex; width: min(100%, 31rem); height: 100dvh; flex-direction: column; background: var(--cream); box-shadow: var(--shadow-lg); transform: translateX(102%); transition: transform 320ms cubic-bezier(.2,.8,.2,1); }
.is-open .drawer-panel { transform: none; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: .25rem; }
.drawer-header h2 { margin: 0; font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; letter-spacing: -.04em; }
.drawer-body { flex: 1; padding: 1rem 1.5rem; overflow-y: auto; overscroll-behavior: contain; }
.empty-list { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-basket { display: grid; width: 6rem; height: 6rem; margin-bottom: 1.2rem; place-items: center; border-radius: 50%; background: var(--olive-light); color: var(--olive); }
.empty-basket svg { width: 2.8rem; }
.empty-list h3 { margin-bottom: .5rem; font-family: var(--font-display); font-size: 2rem; font-weight: 600; }
.empty-list p { max-width: 21rem; color: var(--ink-soft); font-size: .82rem; }
.list-item { display: grid; padding: 1rem 0; border-bottom: 1px solid var(--line); grid-template-columns: 4.4rem 1fr auto; gap: .85rem; }
.list-item-image { width: 4.4rem; height: 4.8rem; overflow: hidden; border-radius: .75rem; background: var(--paper-deep); }
.list-item-image img { width: 100%; height: 100%; object-fit: cover; }
.list-item-info { min-width: 0; }
.list-item-info h3 { margin: 0 0 .2rem; overflow: hidden; font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.list-item-info > p { margin-bottom: .7rem; color: var(--ink-soft); font-size: .65rem; }
.quantity-control { display: inline-grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-pill); grid-template-columns: 2rem minmax(3.2rem, auto) 2rem; }
.quantity-control button { display: grid; height: 2rem; place-items: center; border: 0; background: transparent; font-weight: 900; }
.quantity-control button:hover { background: var(--paper); }
.quantity-value { display: flex; height: 2rem; align-items: center; justify-content: center; padding: 0 .25rem; border-right: 1px solid var(--line); border-left: 1px solid var(--line); font-size: .68rem; font-weight: 800; }
.remove-list-item { display: grid; width: 2rem; height: 2rem; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #9b3529; }
.remove-list-item:hover { background: #fae5df; }
.remove-list-item svg { width: .95rem; }
.drawer-footer { padding: 1rem 1.5rem max(1.2rem, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; }
.list-summary { margin-bottom: .2rem; font-weight: 900; }
.list-note { margin-bottom: 1rem; color: var(--ink-soft); font-size: .65rem; }
.drawer-actions { display: grid; margin-bottom: .75rem; grid-template-columns: 1fr 1.35fr; gap: .5rem; }
.drawer-footer > .text-button { display: block; margin: 0 auto; }

/* Toasts + reveal */
.toast-region { position: fixed; z-index: 400; right: 1rem; bottom: 1rem; display: flex; width: min(calc(100vw - 2rem), 23rem); flex-direction: column; gap: .5rem; pointer-events: none; }
.toast { display: flex; align-items: center; gap: .7rem; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: .85rem; background: var(--ink); box-shadow: var(--shadow-lg); color: white; font-size: .75rem; font-weight: 700; opacity: 0; transform: translateY(1rem); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: none; }
.toast::before { width: .48rem; height: .48rem; flex: 0 0 auto; border-radius: 50%; background: var(--lime); content: ""; }
.reveal-item { opacity: 0; transform: translateY(2rem); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
.reveal-item.is-visible { opacity: 1; transform: none; }
.hero .reveal-item { animation: content-enter .8s .25s cubic-bezier(.2,.8,.2,1) both; opacity: 1; transform: none; }
.hero-card.reveal-item { animation-delay: .48s; }

@keyframes hero-enter { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: none; } }
@keyframes content-enter { from { opacity: 0; transform: translateY(1.5rem); } }
@keyframes status-pulse { 0% { opacity: .8; transform: scale(.6); } 80%,100% { opacity: 0; transform: scale(1.5); } }
@keyframes scroll-bounce { 0%,100% { transform: translateY(-.15rem); } 50% { transform: translateY(.25rem); } }
@keyframes sprout { from { transform: scaleY(.65) rotate(-4deg); } to { transform: scaleY(1) rotate(4deg); } }

@media (max-width: 1120px) {
  :root { --shell: min(92vw, 960px); }
  .header-shell { grid-template-columns: 1fr auto; }
  .primary-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: flex; max-height: 0; flex-direction: column; align-items: flex-start; gap: 0; overflow: hidden; background: var(--paper); color: var(--ink); opacity: 0; transition: max-height 280ms ease, opacity 180ms ease; }
  .is-menu-open .primary-nav { max-height: calc(100dvh - var(--header-height)); padding: 1rem 4vw 2rem; border-bottom: 1px solid var(--line); opacity: 1; }
  .primary-nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; letter-spacing: -.03em; text-transform: none; }
  .primary-nav a::after { display: none; }
  .nav-toggle { display: grid; }
  .catalogue-toolbar { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .list-label { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --header-height: 4.6rem; }
  .brand-logo { width: 3rem; height: 3.2rem; }
  .brand-wordmark { display: none; }
  .hero { min-height: 52rem; }
  .hero-content { min-height: 52rem; padding-top: calc(var(--header-height) + 5rem); grid-template-columns: 1fr; align-content: center; }
  .hero-card { width: min(100%, 24rem); margin: 0 0 3.5rem; align-self: auto; }
  .scroll-cue { bottom: 1.4rem; }
  .section-header, .visit-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .visit-header .eyebrow { grid-column: auto; margin-bottom: -.4rem; }
  .catalogue-toolbar { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
  .select-field-wide { grid-column: 1 / -1; }
  .story-layout { grid-template-columns: 1fr; }
  .story-visual { min-height: 31rem; order: 2; }
  .story-copy { order: 1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 20rem; }
  .service-icon { margin-bottom: 3rem; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 27rem; grid-row: auto; }
  .social-inner { padding: 2.3rem 0; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .dialog-shell { display: block; overflow-y: auto; }
  .modal-gallery { min-height: min(55dvh, 28rem); }
  .modal-details { overflow: visible; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100vw - 2rem); }
  .section-pad { padding: 4.5rem 0; }
  .language-trigger { min-width: 3.2rem; }
  .header-actions { gap: .35rem; }
  .hero { min-height: 48rem; }
  .hero-picture img { object-position: 55% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(10,15,9,.83) 0, rgba(10,15,9,.55) 54%, rgba(10,15,9,.78) 100%); }
  .hero-content { min-height: 48rem; padding-top: calc(var(--header-height) + 3rem); align-content: center; gap: 1.7rem; }
  .hero-copy h1 { margin-bottom: 1.1rem; font-size: clamp(3.85rem, 19vw, 5.3rem); }
  .hero-body { font-size: .9rem; line-height: 1.55; }
  .hero-ctas { display: grid; grid-template-columns: 1fr; }
  .hero-card { margin: 0 0 2.5rem; padding: 1rem; }
  .script-label { display: none; }
  .scroll-cue { font-size: .52rem; }
  .section-header h2, .visit-header h2, .story-copy h2 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .catalogue-toolbar { padding: .55rem; grid-template-columns: 1fr; }
  .search-field, .select-field, .select-field-wide { min-height: 3.5rem; grid-column: auto; }
  .catalogue-meta { align-items: flex-start; gap: 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-media { aspect-ratio: 4 / 2.9; }
  .carousel-button { opacity: 1; }
  .story-visual { min-height: 27rem; }
  .story-seal { right: -.2rem; width: 6.8rem; height: 6.8rem; }
  .story-seal strong { font-size: 2rem; }
  .service-card { min-height: 19rem; padding: 1.7rem; }
  .service-icon { width: 4.5rem; height: 4.5rem; margin-bottom: 2.5rem; }
  .map-card { min-height: 23rem; }
  .social-links { width: 100%; flex-direction: column; }
  .social-links a { justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; }
  .modal-gallery { min-height: 43dvh; }
  .modal-details { padding: 1.5rem; }
  .modal-details h2 { font-size: 3.2rem; }
  .dialog-close { top: .7rem; right: .7rem; }
  .drawer-header, .drawer-body, .drawer-footer { padding-right: 1rem; padding-left: 1rem; }
  .drawer-actions { grid-template-columns: 1fr; }
}

@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; }
  .reveal-item { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .status-dot, .live-chip > span { border: 1px solid currentColor; }
}
