@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&display=swap');

:root {
  --cream: #fff8eb;
  --paper: #fffdf7;
  --sand: #f4e4ca;
  --cocoa: #2b140e;
  --brown: #5c2c20;
  --red: #9d2f20;
  --red-dark: #762116;
  --orange: #e1682f;
  --gold: #efad3d;
  --green: #45673f;
  --ink-muted: #755e55;
  --line: rgba(74, 34, 22, 0.14);
  --shadow: 0 28px 80px rgba(82, 35, 20, 0.16);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shell: min(1180px, calc(100% - 48px));
  --display: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--cocoa);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--red); }

.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--cocoa);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.02; letter-spacing: -0.035em; }
h1 { max-width: 720px; font-size: clamp(3.2rem, 6vw, 6.4rem); }
h2 { font-size: clamp(2.55rem, 4.5vw, 4.7rem); }
h3 { font-size: 1.65rem; }
p { margin: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 15px 0;
  transition: background 200ms ease, box-shadow 200ms ease, padding 200ms ease;
}
.site-header.is-scrolled {
  padding: 9px 0;
  background: rgba(255, 248, 235, 0.93);
  box-shadow: 0 8px 30px rgba(72, 31, 18, 0.09);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: flex-start; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 51px; height: 51px; border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px rgba(80, 37, 21, 0.14); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 1.15rem; }
.brand small { margin-top: 4px; color: var(--red); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.header-socials { display: flex; flex: 0 0 auto; align-items: center; gap: 6px; padding-left: 20px; border-left: 1px solid var(--line); }
.social-label { margin-right: 3px; color: var(--ink-muted); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.header-socials a { display: grid; width: 35px; height: 35px; place-items: center; color: var(--cocoa); border: 1px solid rgba(71,33,22,.15); border-radius: 50%; background: rgba(255,255,255,.42); transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.header-socials svg { width: 16px; height: 16px; fill: currentColor; }
.header-socials a:hover { color: #fff; border-color: transparent; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(72,31,18,.16); }
.header-socials .social-tiktok:hover { background: #161313; }
.header-socials .social-instagram:hover { background: var(--red); }
.header-socials .social-facebook:hover { background: #1877f2; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 1.75vw, 29px); margin-left: auto; }
.main-nav a { font-size: 0.9rem; font-weight: 700; transition: color 180ms ease; }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-call { padding: 11px 19px; border: 1px solid var(--cocoa); border-radius: 999px; }
.main-nav .nav-call:hover { color: #fff; background: var(--cocoa); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: 790px;
  padding: 144px 0 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(239, 173, 61, 0.13), transparent 28%),
    linear-gradient(180deg, #fff9ed 0%, #f9ecd7 100%);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(rgba(86, 43, 27, 0.22) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.98fr 1.02fr; align-items: center; gap: 70px; min-height: 610px; }
.hero-copy { padding-bottom: 62px; }
.hero-lede { max-width: 610px; margin: 28px 0 32px; color: var(--ink-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: currentColor; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(157, 47, 32, 0.24); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 34px rgba(157, 47, 32, 0.3); }
.button-secondary { border-color: rgba(43, 20, 14, 0.24); background: rgba(255, 255, 255, 0.45); }
.button-secondary:hover { background: #fff; }
.button-cream { color: var(--cocoa); background: var(--cream); }
.button-cream:hover { background: #fff; }
.hero-facts { display: flex; gap: 28px; margin-top: 37px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-facts > div { display: flex; align-items: flex-start; gap: 10px; }
.fact-icon { color: var(--orange); font-size: 1.1rem; line-height: 1.5; }
.hero-facts p { display: grid; }
.hero-facts strong { font-size: 0.88rem; }
.hero-facts small { margin-top: 3px; color: var(--ink-muted); font-size: 0.76rem; }

.hero-media { position: relative; height: 585px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: var(--sand); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.025); }
.hero-photo-main { inset: 0 118px 0 38px; z-index: 2; border-radius: 170px 170px 42px 42px; transform: rotate(1.5deg); }
.hero-photo-main img { object-position: 50% 50%; }
.hero-photo-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43, 20, 14, 0.56), transparent 42%); }
.hero-photo-main figcaption { position: absolute; z-index: 2; bottom: 28px; left: 31px; color: #fff; font-family: var(--display); font-size: 1.18rem; }
.hero-photo-top { top: 28px; right: -8px; z-index: 3; width: 170px; height: 220px; border: 8px solid var(--cream); border-radius: 30px; transform: rotate(6deg); }
.hero-photo-top img { object-position: center 37%; }
.hero-photo-bottom { right: -2px; bottom: 26px; z-index: 3; width: 178px; height: 220px; border: 8px solid var(--cream); border-radius: 30px; transform: rotate(-5deg); }
.hero-photo-bottom img { object-position: center 34%; }
.hero-stamp { position: absolute; left: -12px; bottom: 44px; z-index: 4; display: grid; place-content: center; width: 128px; height: 128px; color: #fff; background: var(--green); border: 6px solid var(--cream); border-radius: 50%; box-shadow: 0 15px 35px rgba(48, 71, 43, 0.25); text-align: center; transform: rotate(-8deg); }
.hero-stamp::after { content: ''; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.hero-stamp span { font-size: 0.63rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--display); font-size: 1.2rem; line-height: 1; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 370px; height: 370px; top: 90px; right: -180px; background: rgba(225, 104, 47, 0.11); }
.hero-glow-two { width: 220px; height: 220px; bottom: 30px; left: -120px; background: rgba(69, 103, 63, 0.09); }

.flavor-strip { position: relative; z-index: 3; width: 110%; margin-left: -5%; padding: 14px 0; color: #fff3de; background: var(--red); transform: rotate(-1deg); overflow: hidden; }
.flavor-strip div { display: flex; width: max-content; align-items: center; gap: 28px; padding-left: 2%; animation: marquee 28s linear infinite; }
.flavor-strip span { font-family: var(--display); font-size: 1.05rem; white-space: nowrap; }
.flavor-strip i { color: var(--gold); font-size: 0.65rem; }
@keyframes marquee { to { transform: translateX(-38%); } }

.specialties { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading > p { max-width: 475px; color: var(--ink-muted); font-size: 1.05rem; }
.specialty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.specialty-card { position: relative; min-height: 365px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fffaf0; overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.specialty-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(74, 34, 22, 0.1); }
.specialty-card::before { content: ''; position: absolute; width: 190px; height: 190px; right: -80px; bottom: -110px; border: 1px solid rgba(157, 47, 32, 0.13); border-radius: 50%; box-shadow: 0 0 0 18px rgba(157, 47, 32, 0.03), 0 0 0 38px rgba(157, 47, 32, 0.025); }
.card-number { color: rgba(43, 20, 14, 0.35); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; }
.card-icon { display: grid; width: 65px; height: 65px; margin: 46px 0 27px; place-items: center; color: var(--red); border: 1px solid rgba(157, 47, 32, 0.22); border-radius: 50%; font-family: var(--display); font-size: 1.05rem; background: rgba(255,255,255,.65); }
.specialty-card h3 { margin-bottom: 14px; }
.specialty-card p { color: var(--ink-muted); font-size: 0.92rem; }
.specialty-card > span { display: block; margin-top: 18px; color: rgba(255,255,255,.78); font-size: 0.77rem; font-weight: 700; }
.specialty-featured { color: #fff7e9; border-color: transparent; background: var(--red); }
.specialty-featured .card-number { color: rgba(255,255,255,.55); }
.specialty-featured .card-icon { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); }
.specialty-featured p { color: rgba(255,255,255,.8); }
.specialty-featured::before { border-color: rgba(255,255,255,.18); box-shadow: 0 0 0 18px rgba(255,255,255,.04), 0 0 0 38px rgba(255,255,255,.025); }

.gallery-section { color: #fff7ea; background: var(--cocoa); }
.section-heading-light .eyebrow { color: #f5a865; }
.section-heading-light > p { color: rgba(255,255,255,.66); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 800; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr 1fr; grid-auto-rows: 245px; gap: 15px; }
.gallery-item { position: relative; margin: 0; border-radius: 20px; background: #452218; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(31, 13, 8, .75), transparent 50%); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 2; right: 19px; bottom: 17px; left: 19px; display: grid; }
.gallery-item figcaption strong { font-family: var(--display); font-size: 1.15rem; }
.gallery-item figcaption span { color: rgba(255,255,255,.68); font-size: .77rem; }
.gallery-large { grid-row: span 2; }
.gallery-large img { object-position: center 30%; }
.gallery-tall { grid-row: span 2; }
.gallery-tall img { object-position: center 33%; }
.gallery-wide { grid-column: span 2; }
.gallery-wide img { object-position: center 43%; }

.story-section { background: #f4e4ca; }
.story-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 100px; }
.story-mark { position: relative; min-height: 520px; }
.story-logo-wrap { position: absolute; inset: 0 40px 20px 0; padding: 38px; border-radius: 50% 50% 38px 38px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.story-logo-wrap img { width: 100%; height: 100%; object-fit: contain; }
.story-seal { position: absolute; right: 0; bottom: 0; display: grid; width: 165px; height: 165px; place-content: center; color: #fff; border: 7px solid #f4e4ca; border-radius: 50%; background: var(--orange); text-align: center; transform: rotate(5deg); }
.story-seal span, .story-seal small { font-size: 0.64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-seal strong { margin: 2px 0; font-family: var(--display); font-size: 1.3rem; }
.story-copy h2 { max-width: 680px; }
.story-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 24px; color: #665047; font-size: 1.03rem; }
.text-link-dark { margin-top: 31px; color: var(--red); }

.wholesale-section { background: var(--paper); }
.wholesale-card { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 565px; color: #fff7eb; border-radius: var(--radius-lg); background: var(--red); box-shadow: 0 30px 80px rgba(111, 32, 21, .2); overflow: hidden; }
.wholesale-photo { position: relative; min-height: 100%; overflow: hidden; }
.wholesale-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(157, 47, 32, .48)); }
.wholesale-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.wholesale-copy { position: relative; padding: 75px 75px 68px; }
.wholesale-copy::after { content: 'MAYOREO'; position: absolute; right: -13px; bottom: -12px; color: rgba(255,255,255,.055); font-family: var(--display); font-size: 5.4rem; font-weight: 800; line-height: 1; }
.wholesale-copy .eyebrow { color: #ffd18a; }
.wholesale-copy h2 { max-width: 600px; font-size: clamp(2.7rem, 4vw, 4.1rem); }
.wholesale-copy > p { max-width: 600px; margin-top: 22px; color: rgba(255,255,255,.78); }
.wholesale-copy ul { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.wholesale-copy li { position: relative; padding-left: 27px; font-weight: 700; }
.wholesale-copy li::before { content: '✓'; position: absolute; left: 0; color: #ffd18a; }
.wholesale-copy .button { position: relative; z-index: 2; }

.visit-section { background: #fbefd9; }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.visit-copy h2 { max-width: 590px; }
.visit-copy > p:not(.eyebrow) { max-width: 560px; margin-top: 20px; color: var(--ink-muted); }
.visit-copy .visit-address { color: var(--cocoa); font-family: var(--display); font-size: 1.5rem; font-weight: 700; line-height: 1.4; }
.visit-actions { margin-top: 30px; }
.social-links { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.social-links a { font-size: .86rem; font-weight: 800; }
.social-links span { color: var(--red); }
.location-card { position: relative; display: flex; min-height: 500px; flex-direction: column; justify-content: flex-end; border: 9px solid #fff8eb; border-radius: var(--radius-lg); background: #ead4ae; box-shadow: var(--shadow); overflow: hidden; }
.map-pattern { position: absolute; inset: 0; background: linear-gradient(30deg, #eadabf 12%, #dbe1bd 12% 29%, #ecd7b7 29% 55%, #d1ddbb 55% 72%, #ecd4ad 72%); }
.map-pattern::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(#6f806a 1px, transparent 1px); background-size: 13px 13px; }
.road { position: absolute; height: 23px; border: 7px solid #fdf8ed; border-inline: 0; background: #c2b7a5; box-shadow: 0 0 0 1px rgba(82,76,66,.12); }
.road-one { width: 130%; top: 24%; left: -15%; transform: rotate(8deg); }
.road-two { width: 115%; top: 58%; left: -10%; transform: rotate(-19deg); }
.road-three { width: 80%; top: 38%; left: 35%; transform: rotate(65deg); }
.road-four { width: 80%; top: 72%; left: -20%; transform: rotate(48deg); }
.map-pin { position: absolute; top: 42%; left: 54%; width: 58px; height: 58px; border: 6px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); box-shadow: 0 12px 25px rgba(82, 27, 18, .28); transform: rotate(-45deg); }
.map-pin i { position: absolute; inset: 15px; border-radius: 50%; background: #fff; }
.location-label { position: relative; z-index: 2; display: grid; padding: 28px 30px; color: #fff; background: rgba(43,20,14,.91); backdrop-filter: blur(12px); }
.location-label small { color: #f6bd69; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-label strong { margin-top: 5px; font-family: var(--display); font-size: 1.32rem; }
.location-label span { margin-top: 8px; color: rgba(255,255,255,.7); font-size: .8rem; }

.site-footer { padding: 40px 0; color: rgba(255,255,255,.78); background: var(--cocoa); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; font-family: var(--display); font-size: 1.05rem; }
.footer-brand span { color: #f2b75e; font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid > p { font-size: .84rem; }
.footer-links { display: flex; gap: 20px; font-size: .78rem; font-weight: 800; }
.footer-grid > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.43); }
.mobile-call-bar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.specialty-grid .reveal:nth-child(2), .gallery-grid .reveal:nth-child(2) { transition-delay: 80ms; }
.specialty-grid .reveal:nth-child(3), .gallery-grid .reveal:nth-child(3) { transition-delay: 150ms; }
.specialty-grid .reveal:nth-child(4), .gallery-grid .reveal:nth-child(4) { transition-delay: 220ms; }
.gallery-grid .reveal:nth-child(5) { transition-delay: 290ms; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 920px); }
  .nav-wrap { gap: 15px; }
  .social-label { display: none; }
  .header-socials { gap: 4px; padding-left: 12px; }
  .header-socials a { width: 32px; height: 32px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .82rem; }
  .main-nav .nav-call { padding: 10px 14px; }
  .hero-grid { gap: 35px; }
  .hero-media { height: 525px; }
  .hero-photo-main { right: 86px; left: 10px; }
  .hero-photo-top, .hero-photo-bottom { width: 145px; height: 190px; }
  .hero-stamp { left: -22px; width: 112px; height: 112px; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .specialty-card { min-height: 330px; }
  .story-grid { gap: 55px; }
  .wholesale-copy { padding: 62px 50px; }
  .visit-grid { gap: 45px; }
}

@media (min-width: 821px) and (max-height: 600px) {
  .site-header { padding: 8px 0; background: rgba(255, 248, 235, 0.94); box-shadow: 0 8px 28px rgba(72,31,18,.07); backdrop-filter: blur(14px); }
  .brand img { width: 44px; height: 44px; }
  .header-socials a { width: 30px; height: 30px; }
  .hero { padding-top: 82px; }
  .hero-grid { min-height: 470px; align-items: start; gap: 30px; }
  .hero-copy { padding: 22px 0 28px; }
  .hero-copy h1 { font-size: 3.45rem; }
  .hero-lede { display: none; }
  .hero-actions { margin-top: 18px; }
  .hero-facts { display: none; }
  .hero-media { height: 430px; }
  .hero-photo-main { inset: 8px 92px 0 18px; border-radius: 135px 135px 34px 34px; }
  .hero-photo-top { top: 24px; width: 140px; height: 175px; }
  .hero-photo-bottom { bottom: 20px; width: 145px; height: 180px; }
  .hero-stamp { left: -12px; bottom: 25px; width: 100px; height: 100px; border-width: 5px; }
  .hero-stamp strong { font-size: 1rem; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .site-header { padding: 10px 0; background: rgba(255, 248, 235, 0.95); box-shadow: 0 8px 28px rgba(72,31,18,.08); backdrop-filter: blur(16px); }
  .nav-wrap { gap: 9px; }
  .brand img { width: 46px; height: 46px; }
  .header-socials { margin-left: auto; padding-left: 0; border-left: 0; }
  .header-socials a { width: 34px; height: 34px; background: rgba(255,255,255,.6); }
  .menu-toggle { position: relative; z-index: 2; display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.6); }
  .menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; background: var(--cocoa); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 24px; opacity: 0; visibility: hidden; background: rgba(255,248,235,.985); transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { font-family: var(--display); font-size: 1.85rem; }
  .main-nav .nav-call { margin-top: 12px; font-family: var(--sans); font-size: .95rem; }
  .hero { padding-top: 124px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding-bottom: 0; text-align: center; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .hero-media { width: min(100%, 570px); height: 600px; margin: 0 auto 70px; }
  .hero-photo-main { right: 100px; left: 38px; }
  .hero-photo-top, .hero-photo-bottom { width: 165px; height: 210px; }
  .hero-stamp { left: 2px; }
  .section-heading { display: grid; gap: 20px; }
  .section-heading > p { max-width: 600px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 270px; }
  .gallery-large, .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: 1 / -1; }
  .story-grid, .visit-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 65px; }
  .story-mark { width: min(100%, 520px); margin-inline: auto; }
  .wholesale-card { grid-template-columns: 1fr; }
  .wholesale-photo { min-height: 440px; }
  .wholesale-photo::after { background: linear-gradient(0deg, rgba(157,47,32,.45), transparent 60%); }
  .location-card { min-height: 440px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-end; }
  .footer-grid > p { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 26px); }
  body { padding-bottom: 70px; }
  .section { padding: 72px 0; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .6rem; }
  .header-socials { gap: 3px; }
  .header-socials a { width: 32px; height: 32px; }
  .header-socials svg { width: 14px; height: 14px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .hero { min-height: 0; }
  .hero-lede { margin-top: 22px; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-facts { display: none; }
  .hero-media { height: 440px; margin-top: 18px; margin-bottom: 56px; }
  .hero-photo-main { right: 58px; left: 18px; border-radius: 120px 120px 30px 30px; }
  .hero-photo-top { top: 35px; right: -5px; width: 115px; height: 150px; border-width: 6px; border-radius: 21px; }
  .hero-photo-bottom { right: -3px; bottom: 35px; width: 120px; height: 155px; border-width: 6px; border-radius: 21px; }
  .hero-stamp { left: -7px; bottom: 24px; width: 96px; height: 96px; border-width: 5px; }
  .hero-stamp span { font-size: .53rem; }
  .hero-stamp strong { font-size: 1rem; }
  .flavor-strip div { gap: 20px; }
  .section-heading { margin-bottom: 36px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 315px; }
  .card-icon { margin-top: 36px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .gallery-large, .gallery-tall { grid-row: span 1; }
  .gallery-wide { grid-column: auto; }
  .story-mark { min-height: 410px; }
  .story-logo-wrap { right: 18px; padding: 27px; }
  .story-seal { width: 130px; height: 130px; }
  .story-seal strong { font-size: 1.08rem; }
  .wholesale-card { border-radius: 25px; }
  .wholesale-photo { min-height: 330px; }
  .wholesale-copy { padding: 42px 25px 46px; }
  .wholesale-copy::after { font-size: 3.6rem; }
  .visit-actions { display: grid; }
  .location-card { min-height: 390px; border-width: 6px; border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; }
  .footer-grid > p { grid-column: auto; }
  .mobile-call-bar { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 90; display: block; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; background: rgba(118, 33, 22, .96); box-shadow: 0 14px 40px rgba(62, 20, 12, .3); backdrop-filter: blur(14px); }
  .mobile-call-bar a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 16px; color: #fff; }
  .mobile-call-bar span { font-size: .73rem; font-weight: 700; }
  .mobile-call-bar strong { font-size: .87rem; }
}

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