@font-face {
  font-family: "Modeka";
  src: url("/assets/modeka.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Manifesto";
  src: url("/assets/manifesto.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #171717;
  --milk: #f7f2e8;
  --paper: #fffdf8;
  --leaf: #66734b;
  --mist: #aab579;
  --coffee: #6a432e;
  --amber: #c7853e;
  --coral: #c55f43;
  --line: rgba(23, 23, 23, .16);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --brand-name: "Manifesto", "Inter", sans-serif;
  --brand-descriptor: "Modeka", "Inter", sans-serif;
  --brand-display: var(--brand-descriptor);
  --brand-accent: var(--brand-name);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--milk); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, select, input { font: inherit; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; background: white; padding: 12px 18px; }
.skip-link:focus { top: 12px; }

.site-header { min-height: 124px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 14px clamp(22px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(247, 242, 232, .94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; justify-self: start; }
.brand .brand-logo { width: 96px; height: 96px; object-fit: contain; }
.brand .brand-wordmark { width: clamp(232px, 19.2vw, 304px); height: auto; object-fit: contain; }
nav { display: flex; gap: 32px; }
nav a { font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
nav a:hover { color: var(--leaf); }
.header-order { justify-self: end; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 100px; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-green { background: var(--leaf); color: white; }
.button-green:hover { background: #53603b; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.hero { min-height: calc(100vh - 124px); display: grid; grid-template-columns: 1fr 1fr; }
.hero-copy { padding: clamp(60px, 9vw, 130px) clamp(28px, 7vw, 110px) 56px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font-family: var(--brand-display); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(3.7rem, 6.4vw, 7.5rem); margin-top: 25px; }
h1 em, h2 em { color: var(--leaf); font-weight: 400; }
.hero-lede { max-width: 620px; margin: 32px 0; color: #4a4843; font-size: clamp(1rem, 1.2vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: clamp(24px, 4vw, 60px); margin-top: clamp(54px, 9vh, 100px); padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; gap: 10px; align-items: center; }
.hero-proof strong { font-family: var(--serif); font-size: 1.55rem; }
.hero-proof span { font-size: .64rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; color: #6d6961; }
.hero-visual { position: relative; overflow: hidden; background: var(--coffee); width: 70%; height: 70%; align-self: center; justify-self: center; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-caption { position: absolute; bottom: 22px; left: 24px; right: 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 17px; margin: 0; border-radius: 100px; background: rgba(247, 242, 232, .92); font-size: .75rem; font-weight: 600; }
.hero-caption span { color: var(--leaf); font-size: .64rem; letter-spacing: .12em; font-weight: 800; }
.hero-caption b { font-weight: 600; text-align: right; }
.tea-stamp { position: absolute; top: 28px; right: 28px; width: 112px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--ink); color: white; font-family: var(--brand-accent); font-size: .62rem; line-height: 1.25; letter-spacing: .12em; transform: rotate(8deg); }
.tea-stamp b { color: var(--amber); }

.marquee { overflow: hidden; white-space: normal; background: var(--ink); color: white; padding: 15px 0; font-family: var(--brand-display); font-size: 1.36rem; line-height: 1.6; letter-spacing: .17em; font-weight: 700; text-align: center; }
.marquee span { color: var(--mist); padding: 0 22px; }

.order-section { padding: clamp(78px, 10vw, 150px) clamp(20px, 6vw, 90px); }
.section-intro { display: grid; grid-template-columns: .7fr 1.25fr 1fr; gap: 48px; align-items: end; margin-bottom: 50px; }
.section-intro .eyebrow { align-self: start; }
h2 { font-size: clamp(3rem, 5vw, 6rem); }
.section-intro > p:last-child { max-width: 420px; color: #625e56; margin: 0 0 5px; }
.quick-account-prompt { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin: -10px 0 22px; padding: 24px 28px; border: 1px solid rgba(102, 115, 75, .3); border-radius: 22px; background: #eef0e3; }
.quick-account-prompt h3 { margin: 2px 0 4px; font-family: var(--serif); font-size: clamp(1.6rem, 2.3vw, 2.25rem); font-weight: 400; line-height: 1.08; }
.quick-account-prompt p { margin: 0; color: #575d48; }
.quick-account-prompt .quick-account-kicker { color: var(--leaf); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.quick-account-prompt > div:first-child > p:last-child { max-width: 680px; margin-top: 7px; font-size: .9rem; }
.quick-account-actions { display: flex; align-items: center; gap: 22px; white-space: nowrap; }
.quick-account-actions .text-link { font-size: .72rem; }
.order-shell { display: grid; grid-template-columns: 1.5fr .8fr; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: 0 28px 80px rgba(55, 46, 31, .1); }
.order-picker { padding: clamp(26px, 4vw, 54px); }
.location-picker { padding: 0 0 34px; margin: 0 0 32px; border: 0; border-bottom: 1px solid var(--line); }
.location-picker legend, .picker-heading h3, .step-label { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 17px; }
.location-picker label { display: inline-block; margin: 0 8px 8px 0; cursor: pointer; }
.location-picker input { position: absolute; opacity: 0; pointer-events: none; }
.location-picker span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 100px; font-size: .8rem; font-weight: 600; }
.location-picker input:checked + span { background: var(--ink); color: white; border-color: var(--ink); }
.location-picker input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 2px; }
.picker-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.picker-heading h3 { margin: 0; }
.picker-heading-main { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.picker-heading > span { font-size: .7rem; color: #7c776f; text-transform: uppercase; letter-spacing: .08em; }
.full-menu-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid #bd9b4f; border-radius: 100px; background: var(--amber); color: var(--ink); box-shadow: 0 8px 20px rgba(170, 132, 44, .2); font-size: .82rem; font-weight: 900; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.full-menu-button:hover, .full-menu-button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(170, 132, 44, .3); }
.full-menu-button[aria-disabled="true"] { border-color: var(--line); background: #e8e4da; color: #8b867d; box-shadow: none; cursor: not-allowed; }
.location-menu-gate { margin: 20px 0 0; padding: 24px; border: 1px dashed rgba(102, 115, 75, .45); border-radius: 17px; background: #f7f4eb; color: #5d634d; font-size: .9rem; text-align: center; }
.quick-products { display: grid; gap: 12px; margin-top: 20px; }
.quick-product { min-height: 106px; display: grid; grid-template-columns: 78px 1fr 44px; gap: 18px; align-items: center; padding: 12px 14px 12px 12px; border: 1px solid transparent; border-radius: 17px; background: #faf6ee; transition: border .2s, transform .2s; }
.quick-product:hover { border-color: var(--mist); transform: translateX(4px); }
.quick-product img { width: 78px; height: 78px; object-fit: cover; border-radius: 11px; }
.quick-product p { margin: 0 0 2px; color: var(--leaf); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-product h4 { margin: 0; font-size: .98rem; }
.quick-product div > span { font-size: .76rem; color: #68635b; }
.add-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.35rem; cursor: pointer; }
.add-button:hover, .add-button:focus-visible { background: var(--leaf); color: white; }
.demo-note, .handoff-note, .hours-note { font-size: .7rem; color: #7a756c; }
.demo-note { margin: 16px 0 0; }
.order-summary { background: var(--ink); color: white; padding: clamp(26px, 4vw, 46px); min-height: 570px; display: flex; flex-direction: column; }
.summary-top { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.clear-button { color: #d7d1c6; background: none; border: 0; text-decoration: underline; cursor: pointer; }
.empty-order { margin: auto 0; text-align: center; padding: 50px 10px; }
.empty-order > span { display: grid; place-content: center; width: 56px; height: 56px; margin: 0 auto 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 1.5rem; color: var(--mist); }
.empty-order h3 { font-family: var(--serif); font-size: 2rem; margin: 0; font-weight: 400; }
.empty-order p { color: #bcb6ac; font-size: .85rem; max-width: 250px; margin: 10px auto; }
.quick-cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 24px 0 14px; }
.quick-cart-heading p { margin: 0 0 3px; color: var(--mist); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.quick-cart-heading h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.quick-cart-heading > strong { color: #d9bd73; font-size: .76rem; white-space: nowrap; }
.quick-cart-items { display: grid; gap: 10px; max-height: 250px; overflow-y: auto; padding-right: 3px; }
.quick-cart-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.035); }
.quick-cart-row img { width: 48px; height: 48px; object-fit: cover; border-radius: 9px; }
.quick-cart-row > div:nth-child(2) { min-width: 0; }
.quick-cart-row strong { display: block; overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.quick-cart-row > div:nth-child(2) span { display: block; margin-top: 3px; color: #bcb6ac; font-size: .7rem; }
.quick-cart-quantity { display: flex; align-items: center; gap: 7px; }
.quick-cart-quantity button { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.quick-cart-quantity button:hover, .quick-cart-quantity button:focus-visible { border-color: var(--amber); background: var(--amber); color: var(--ink); }
.quick-cart-quantity span { min-width: 14px; text-align: center; font-size: .78rem; font-weight: 800; }
.customize-note { margin: -4px 0 17px; color: #bcb6ac; font-size: .76rem; line-height: 1.5; }
.selected-drink { display: flex; gap: 16px; align-items: center; margin: 25px 0; }
.selected-drink img { width: 76px; height: 76px; object-fit: cover; border-radius: 12px; }
.selected-drink p { margin: 0; color: var(--mist); text-transform: uppercase; font-size: .62rem; letter-spacing: .1em; font-weight: 800; }
.selected-drink h3 { margin: 2px 0; font-size: 1.05rem; }
.filled-order > label:not(.topping-option) { display: block; margin-top: 15px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #d1cbc1; }
select { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 12px; color: white; background: #262622; }
.topping-option { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin: 18px 0; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.topping-option input { accent-color: var(--mist); width: 18px; height: 18px; }
.summary-total { display: flex; justify-content: space-between; align-items: center; margin: 18px 0; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.summary-total strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: 0; }
.checkout-button { width: 100%; }
.handoff-note { color: #aaa49a; text-align: center; line-height: 1.4; }

.favorites-section { padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 76px); background: var(--leaf); color: white; }
.eyebrow.light { color: var(--milk); }
.favorites-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 56px; }
.favorites-heading h2 em { color: #dfe7b5; }
.favorites-heading > p { max-width: 370px; color: #e3e5d7; }
.favorite-grid { display: grid; grid-template-columns: 1.35fr 1fr .68fr; gap: 18px; }
.favorite-card { min-height: 520px; border-radius: 22px; overflow: hidden; position: relative; background: #313728; }
.favorite-card img { width: 100%; height: 100%; object-fit: cover; }
.favorite-large { min-height: 650px; }
.favorite-overlay { position: absolute; inset: auto 0 0; padding: 80px 28px 28px; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.favorite-overlay span { font-size: .64rem; letter-spacing: .13em; font-weight: 800; color: #e4e9bf; }
.favorite-overlay h3 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1; margin: 9px 0; font-weight: 400; }
.favorite-overlay p { max-width: 330px; color: #e5e1d8; }
.favorite-overlay a { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; text-underline-offset: 5px; }
.favorite-quote { display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: var(--ink); }
.favorite-quote p { font-family: var(--serif); font-size: clamp(2.2rem, 3.3vw, 4rem); line-height: 1.02; margin: 0; }
.favorite-quote span { font-size: .62rem; letter-spacing: .14em; color: var(--mist); font-weight: 800; }

.story-section { display: grid; grid-template-columns: .55fr 1.2fr 1fr; gap: clamp(30px, 6vw, 90px); padding: clamp(90px, 12vw, 180px) clamp(24px, 7vw, 100px); background: var(--paper); align-items: start; }
.story-mark { font-family: var(--serif); font-size: clamp(8rem, 18vw, 20rem); line-height: .72; color: var(--milk); text-shadow: -1px -1px 0 var(--line), 1px 1px 0 var(--line); }
.story-copy h2 { font-size: clamp(3.2rem, 5vw, 6.3rem); margin: 20px 0 30px; }
.story-copy > p:not(.eyebrow) { max-width: 680px; color: #57534c; margin-bottom: 28px; }
.story-values article { padding: 20px 0 25px; border-bottom: 1px solid var(--line); }
.story-values article:first-child { border-top: 1px solid var(--line); }
.story-values span { color: var(--leaf); font-size: .67rem; font-weight: 800; }
.story-values h3 { font-family: var(--serif); font-weight: 400; font-size: 1.8rem; margin: 4px 0; }
.story-values p { margin: 0; color: #656158; font-size: .85rem; }
.story-photo { margin: 0; min-height: 430px; border-radius: 24px; overflow: hidden; position: relative; background: var(--ink); }
.story-photo img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.story-photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 11px 14px; border-radius: 999px; background: rgba(247,242,232,.94); color: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.locations-section { padding: clamp(80px, 10vw, 150px) clamp(20px, 6vw, 90px); }
.locations-heading { display: grid; grid-template-columns: .8fr 1.5fr; align-items: start; margin-bottom: 50px; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-card { --card-pad: clamp(24px, 3vw, 42px); position: relative; min-height: 470px; padding: var(--card-pad); border: 1px solid var(--line); border-radius: 22px; background: var(--paper); display: flex; flex-direction: column; }
.location-thumb { width: calc(100% + var(--card-pad) + var(--card-pad)); max-width: none; height: auto; aspect-ratio: 1.9 / 1; margin: calc(0px - var(--card-pad)) calc(0px - var(--card-pad)) 28px; object-fit: cover; border-radius: 22px 22px 0 0; }
.location-card:nth-child(2) .location-thumb { object-position: center 27%; }
.location-card:nth-child(3) .location-thumb { object-position: center 5%; }
.featured-location { background: var(--ink); color: white; }
.location-number { position: absolute; top: 26px; right: 28px; font-family: var(--serif); font-size: 1.2rem; color: var(--amber); }
.location-card > p:first-of-type { color: var(--leaf); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin: 6px 0; }
.featured-location > p:first-of-type { color: var(--mist); }
.location-card h3 { font-family: var(--serif); font-size: 3rem; font-weight: 400; margin: 0 0 25px; }
.location-card address { font-style: normal; color: #5f5b54; min-height: 76px; }
.featured-location address { color: #d2ccc1; }
.hours { line-height: 1.9; font-size: .84rem; margin: 25px 0; }
.hours span { display: inline-block; min-width: 86px; font-weight: 700; }
.location-actions { margin-top: auto; display: flex; gap: 22px; }
.location-actions a { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; text-underline-offset: 5px; }
.location-actions .order-link { color: var(--leaf); }
.featured-location .location-actions .order-link { color: var(--mist); }
.hours-note { text-align: right; }

/* Subtle photo movement for pointer devices, inspired by the new-look concept. */
.hero-visual > img,
.favorite-card img,
.story-photo img,
.location-thumb {
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .hero-visual:hover > img,
  .favorite-card:hover img,
  .story-photo:hover img,
  .location-card:hover .location-thumb {
    transform: scale(1.035);
  }
}

footer { padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 90px) 30px; background: var(--ink); color: white; border-radius: 38px 38px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 26px; }
.footer-brand img { width: 76px; height: 76px; filter: invert(1); }
.footer-brand h2 { font-size: clamp(3rem, 5vw, 6.4rem); }
.footer-brand h2 em { color: var(--mist); }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(150px, 250px)); gap: 50px; justify-content: end; margin: 60px 0; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { color: var(--mist); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; margin-bottom: 6px; }
.footer-links a { color: #d3cec5; text-decoration: none; font-size: .85rem; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: #8f8a82; font-size: .62rem; letter-spacing: .11em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 680px; }
  .hero-visual { height: 504px; }
  .section-intro { grid-template-columns: 1fr 1.5fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .order-shell { grid-template-columns: 1fr; }
  .order-summary { min-height: 500px; }
  .favorite-grid { grid-template-columns: 1.2fr 1fr; }
  .favorite-quote { grid-column: 1 / -1; min-height: 350px; }
  .story-section { grid-template-columns: .4fr 1.6fr; }
  .story-values { grid-column: 2; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 410px; }
}

@media (max-width: 640px) {
  .site-header { min-height: 124px; padding: 10px 17px; }
  .brand { gap: 8px; }
  .brand .brand-logo { width: 76px; height: 76px; }
  .brand .brand-wordmark { width: min(196px, calc(80vw - 94.4px)); }
  .header-order { min-height: 40px; padding: 0 15px; font-size: .66rem; }
  .hero-copy { min-height: auto; padding: 62px 22px 50px; }
  h1 { font-size: clamp(3.15rem, 16vw, 5.25rem); }
  .hero-visual { height: 413px; }
  .tea-stamp { width: 92px; top: 18px; right: 18px; }
  .hero-caption { flex-direction: column; gap: 2px; border-radius: 14px; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .hero-proof div { display: block; }
  .hero-proof span { margin-top: 5px; }
  .marquee { text-align: left; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .section-intro > p:last-child { grid-column: auto; }
  h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .order-section { padding-left: 12px; padding-right: 12px; }
  .order-section .section-intro { padding: 0 10px; }
  .quick-account-prompt { grid-template-columns: 1fr; gap: 20px; padding: 24px 22px; }
  .quick-account-actions { align-items: flex-start; flex-direction: column; gap: 16px; white-space: normal; }
  .quick-account-actions .button { width: 100%; }
  .order-shell { border-radius: 20px; }
  .picker-heading { align-items: flex-start; flex-direction: column; }
  .picker-heading-main { width: 100%; align-items: flex-start; flex-direction: column; }
  .full-menu-button { width: 100%; }
  .quick-product { grid-template-columns: 64px 1fr 42px; gap: 12px; }
  .quick-product img { width: 64px; height: 70px; }
  .order-summary { min-height: 460px; }
  .favorites-heading { display: block; }
  .favorites-heading > p { margin-top: 25px; }
  .favorite-grid { grid-template-columns: 1fr; }
  .favorite-card, .favorite-large { min-height: 510px; }
  .favorite-quote { grid-column: auto; min-height: 330px; }
  .story-section { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .story-mark { display: none; }
  .story-values { grid-column: auto; }
  .locations-heading { grid-template-columns: 1fr; gap: 18px; }
  .location-card h3 { font-size: 2.6rem; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 55px; height: 55px; }
  .footer-links { justify-content: start; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

.menu-toggle { display: none; }
.section-cta { display: flex; justify-content: center; margin-top: 34px; }
.site-header nav a[aria-current="page"] { color: var(--leaf); text-decoration: underline; text-underline-offset: 7px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 10px; }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 25px; background: var(--milk); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(23,23,23,.1); flex-direction: column; gap: 20px; }
  .site-header nav.is-open { display: flex; }
  .site-header .header-order { display: inline-flex; grid-column: 2; grid-row: 1; min-height: 42px; padding: 0 17px; }
  .menu-toggle { display: inline-grid; width: 44px; height: 44px; align-content: center; gap: 4px; justify-self: end; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; grid-column: 3; grid-row: 1; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: var(--ink); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

.page-hero { min-height: 560px; display: grid; grid-template-columns: 1.08fr .92fr; border-bottom: 1px solid var(--line); }
.page-hero-copy { padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.page-hero h1 { font-size: clamp(4rem, 7vw, 8rem); max-width: 900px; }
.page-hero-copy > p:last-child { max-width: 620px; color: #58544d; font-size: 1.08rem; margin: 28px 0 0; }
.page-hero-art { min-height: 560px; position: relative; overflow: hidden; background: var(--leaf); }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 52%, rgba(23,23,23,.32)); pointer-events: none; }
.page-hero-art .art-label { position: absolute; z-index: 1; left: 28px; bottom: 28px; padding: 12px 17px; margin: 0; border-radius: 100px; color: var(--ink); background: rgba(247,242,232,.93); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.page-hero-simple { min-height: 470px; grid-template-columns: 1fr; background: var(--paper); }
.page-hero-simple .page-hero-copy { padding-right: clamp(24px, 16vw, 260px); }

.content-section { padding: clamp(75px, 9vw, 140px) clamp(20px, 6vw, 90px); }
.content-section.paper { background: var(--paper); }
.content-section.ink { background: var(--ink); color: white; }
.content-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: start; margin-bottom: 48px; }
.content-heading > p:not(.eyebrow) { max-width: 620px; color: #656057; }
.ink .content-heading > p:not(.eyebrow) { color: #c5beb2; }
.content-heading h2 { font-size: clamp(3.2rem, 5.3vw, 6.4rem); }
.intro-text { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.6rem); line-height: 1.15; max-width: 1000px; margin: 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.prose p { color: #58544d; font-size: 1.02rem; }
.prose p:first-child { margin-top: 0; }
.prose .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 3rem); line-height: 1.14; }
.pull-quote { padding: clamp(30px, 5vw, 65px); border-radius: 24px; background: var(--leaf); color: white; }
.pull-quote p { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: 1.04; margin: 0; }
.pull-quote span { display: block; margin-top: 28px; color: #e0e6bd; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.filter-bar { display: flex; gap: 9px; overflow-x: auto; padding: 0 0 20px; margin-bottom: 20px; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--ink); cursor: pointer; font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.filter-button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.menu-item { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.menu-item[hidden] { display: none; }
.menu-item::before { content: attr(data-mark); position: absolute; right: -2px; bottom: -38px; color: rgba(102,115,75,.09); font-family: var(--serif); font-size: 9rem; line-height: 1; }
.menu-item .menu-category { margin: 0 0 14px; color: var(--leaf); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-item h3 { max-width: 85%; margin: 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.05; }
.menu-item .menu-description { max-width: 85%; margin: 12px 0 25px; color: #6a655d; font-size: .82rem; }
.menu-item .menu-price { margin-top: auto; font-weight: 800; font-size: .83rem; }
.menu-feature { grid-column: span 2; min-height: 370px; padding: 0; display: grid; grid-template-columns: 1.05fr .95fr; }
.menu-feature::before { display: none; }
.menu-feature img { width: 100%; height: 100%; object-fit: cover; min-height: 370px; }
.menu-feature .menu-feature-copy { padding: clamp(28px, 4vw, 55px); display: flex; flex-direction: column; }
.menu-feature h3 { font-size: clamp(2.8rem, 4vw, 4.6rem); }
.menu-note { margin: 26px 0 0; color: #706b62; font-size: .78rem; }

.menu-browser { padding-top: clamp(55px, 7vw, 100px); }
.menu-toolbar { position: sticky; top: 84px; z-index: 7; margin: 0 0 30px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(247,242,232,.96); backdrop-filter: blur(14px); box-shadow: 0 12px 40px rgba(23,23,23,.08); }
.menu-location-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: end; }
.menu-location-row label, .menu-search-wrap label { display: block; color: #5f5a52; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.menu-location-row select, .menu-search-wrap input { width: 100%; min-height: 50px; margin-top: 7px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); }
.menu-location-row select { min-width: 250px; }
.menu-location-meta { margin: 15px 0 0; color: #68635b; font-size: .8rem; }
.menu-location-meta strong { color: var(--ink); }
.menu-search-wrap { margin-top: 16px; }
.menu-search-wrap input { padding-left: 46px; background-image: radial-gradient(circle at 23px 24px, transparent 6px, var(--ink) 7px, var(--ink) 8px, transparent 9px), linear-gradient(45deg, transparent 47%, var(--ink) 48%, var(--ink) 55%, transparent 56%); background-size: 31px 31px, 11px 11px; background-position: 0 0, 28px 27px; background-repeat: no-repeat; }
.menu-category-section { padding: 30px 0 22px; border-top: 1px solid var(--line); }
.menu-category-head { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; margin-bottom: 18px; }
.menu-category-head h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); }
.menu-category-head span { color: #766f66; font-size: .72rem; font-weight: 700; }
.inventory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.inventory-card { min-height: 156px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.inventory-card.has-image { min-height: 250px; grid-template-columns: 1fr; padding: 0; overflow: hidden; }
.inventory-card img { width: 100%; height: 170px; object-fit: cover; }
.inventory-card-copy { display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; padding: 21px; align-items: end; }
.inventory-card h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.08; }
.inventory-description { grid-column: 1 / -1; margin: 0; color: #6f685f; font-size: .9rem; line-height: 1.5; }
.inventory-card .item-price { grid-column: 2; grid-row: 1; align-self: end; white-space: nowrap; font-size: .84rem; font-weight: 800; }
.menu-empty { padding: 55px 24px; border: 1px dashed var(--line); border-radius: 20px; text-align: center; background: var(--paper); }
.menu-empty h2 { font-size: 2.4rem; }
.menu-empty p { color: #6b655d; }
.location-order-unavailable { display: inline-flex; align-items: center; min-height: 48px; color: #69635b; font-size: .8rem; font-weight: 700; }

.location-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-detail { --detail-pad: clamp(27px, 3vw, 43px); min-height: 520px; padding: var(--detail-pad); border: 1px solid var(--line); border-radius: 24px; background: var(--paper); display: flex; flex-direction: column; }
.location-detail-photo { width: calc(100% + var(--detail-pad) + var(--detail-pad)); max-width: none; height: 220px; margin: calc(0px - var(--detail-pad)) calc(0px - var(--detail-pad)) 30px; object-fit: cover; border-radius: 24px 24px 0 0; }
.location-detail:nth-child(2) { background: var(--ink); color: white; }
.location-detail .city { color: var(--leaf); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-detail:nth-child(2) .city { color: var(--mist); }
.location-detail h2 { margin: 5px 0 28px; font-size: clamp(2.8rem, 4vw, 4.4rem); }
.location-detail address { font-style: normal; color: #5e5952; }
.location-detail:nth-child(2) address { color: #d2ccc2; }
.location-detail .phone { margin: 9px 0 28px; font-weight: 700; }
.location-detail .hours-list { padding: 22px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; border-color: var(--line); font-size: .82rem; line-height: 2; }
.location-detail:nth-child(2) .hours-list { border-color: rgba(255,255,255,.15); }
.location-detail .hours-list span { display: inline-block; min-width: 88px; font-weight: 750; }
.location-detail .button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 28px; }
.location-detail:nth-child(2) .button-dark { color: var(--ink); background: white; }

.steps-grid, .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card, .value-card { min-height: 300px; padding: clamp(25px, 3vw, 42px); border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.step-card > span, .value-card > span { color: var(--amber); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.step-card h3, .value-card h3 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.04; font-weight: 400; margin: 55px 0 14px; }
.step-card p, .value-card p { color: #625d55; }
.ink .value-card { background: #242420; border-color: rgba(255,255,255,.14); }
.ink .value-card p { color: #c8c1b6; }

.reward-hero-card { margin: 0 clamp(20px, 6vw, 90px) clamp(75px, 9vw, 140px); padding: clamp(35px, 7vw, 90px); border-radius: 28px; background: var(--leaf); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.reward-hero-card .reward-number { font-family: var(--serif); font-size: clamp(7rem, 15vw, 16rem); line-height: .7; color: #e2e8c4; }
.reward-hero-card h2 { font-size: clamp(3.1rem, 5vw, 6.2rem); }
.reward-hero-card p { max-width: 530px; color: #e8eadb; }
.reward-hero-card .button { margin-top: 18px; background: var(--ink); }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-card { min-height: 320px; padding: clamp(28px, 4vw, 52px); border-radius: 22px; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.contact-card.dark { background: var(--ink); color: white; }
.contact-card h2 { font-size: clamp(2.7rem, 4vw, 4.8rem); }
.contact-card p { color: #68625a; max-width: 520px; }
.contact-card.dark p { color: #c9c2b8; }
.contact-card .contact-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: auto; padding-top: 30px; }
.contact-links a { font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; text-underline-offset: 5px; }
.contact-card.hiring-card { grid-column: 1 / -1; min-height: 280px; background: var(--mist); }
.contact-card.hiring-card p { max-width: 620px; }
.contact-card.hiring-card .button { width: fit-content; }

.people-strip { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 14px; margin-top: 45px; }
.people-strip figure { min-height: 430px; margin: 0; border-radius: 22px; overflow: hidden; position: relative; background: var(--ink); }
.people-strip img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.people-strip figcaption { position: absolute; left: 14px; bottom: 14px; padding: 9px 13px; border-radius: 99px; background: rgba(247,242,232,.92); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.site-status { margin: 0; padding: 12px 20px; background: #e2e8c4; color: #28311d; text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .04em; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-grid; width: 44px; height: 44px; align-content: center; gap: 4px; justify-self: end; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: var(--ink); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .site-header .header-order { display: inline-flex; grid-column: 2; grid-row: 1; min-height: 42px; padding: 0 17px; }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 25px; background: var(--milk); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(23,23,23,.1); flex-direction: column; gap: 20px; }
  .site-header nav.is-open { display: flex; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 10px; }
  .menu-toggle { grid-column: 3; grid-row: 1; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-art { min-height: 520px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .location-detail-grid, .steps-grid, .values-grid { grid-template-columns: 1fr; }
  .inventory-grid { grid-template-columns: repeat(2, 1fr); }
  .people-strip { grid-template-columns: 1fr 1fr; }
  .people-strip figure:last-child { grid-column: 1 / -1; }
  .location-detail, .step-card, .value-card { min-height: 0; }
  .reward-hero-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .brand { grid-column: 1 / -1; grid-row: 1; }
  .site-header .header-order { grid-column: 1; grid-row: 2; justify-self: start; }
  .site-header .menu-toggle { grid-column: 2; grid-row: 2; }
}

@media (max-width: 640px) {
  .page-hero, .page-hero-art { min-height: 0; }
  .page-hero-copy { padding: 70px 22px 62px; }
  .page-hero-art { height: 500px; }
  .page-hero-simple .page-hero-copy { padding-right: 22px; }
  .content-heading, .two-column { grid-template-columns: 1fr; gap: 22px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-feature { grid-column: auto; grid-template-columns: 1fr; }
  .menu-feature img { min-height: 330px; height: 330px; }
  .menu-item { min-height: 220px; }
  .reward-hero-card { margin-left: 12px; margin-right: 12px; gap: 35px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 300px; }
  .site-status { text-align: left; padding-left: 17px; }
  .menu-toolbar { top: 72px; margin-left: -8px; margin-right: -8px; padding: 14px; border-radius: 16px; }
  .menu-location-row { grid-template-columns: 1fr; }
  .menu-location-row select { min-width: 0; }
  .menu-location-row .button, .menu-location-row .location-order-unavailable { width: 100%; }
  .inventory-grid { grid-template-columns: 1fr; }
  .menu-category-head { align-items: flex-end; }
  .people-strip { grid-template-columns: 1fr; }
  .people-strip figure:last-child { grid-column: auto; }
}

/* Larger homepage location and quick-order labels. */
.hero-copy > .eyebrow, #quick-order > .section-intro > .eyebrow { font-size: 1.44rem; }
.hero-actions .button-green { font-size: 1.52rem; padding: 14px 24px; line-height: 1.3; text-align: center; }

/* Favorites: larger introduction and smaller photo cards. */
.favorites-heading .eyebrow { font-size: 1.44rem; }
.favorite-card[data-favorite-card] { width: 80%; min-height: 416px; height: 520px; justify-self: center; align-self: start; }
.favorite-card[data-favorite-card] > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) {
  .favorite-card[data-favorite-card] { min-height: 408px; height: 408px; }
  .favorite-card[data-favorite-card] .favorite-overlay { padding: 60px 18px 20px; }
}

/* Compact specialties banner on phones. */
@media (max-width: 640px) {
  .marquee { font-size: .8rem; line-height: 1.8; letter-spacing: .1em; padding: 14px 18px; text-align: center; }
  .marquee span { padding: 0 8px; }
}
