/*
Theme Name: S International Market
Theme URI: https://s-international-market.local
Author: Mudsill Digital
Description: Custom editorial grocery-market theme for S International Market.
Version: 2.1.1
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: s-international-market
*/

:root {
  --olive: #29331f;
  --olive-deep: #1e2819;
  --olive-soft: #3c492d;
  --ink: #182016;
  --gold: #bd913e;
  --gold-light: #d8b25e;
  --gold-deep: #9f7027;
  --paper: #f8f6ef;
  --paper-deep: #f1ede2;
  --wine: #4a1715;
  --line: #d7d2c7;
  --white: #fff;
  --shadow: 0 12px 34px rgba(32, 38, 27, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body.store-picker-open, body.mobile-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-shell { min-height: 100vh; overflow: hidden; }
.eyebrow { color: #aa7826; font-size: 10px; font-weight: 850; letter-spacing: .3em; line-height: 1.5; text-transform: uppercase; }
.serif { font-family: Georgia, 'Times New Roman', serif; }
.gold-button, .outline-button, .dark-button, .text-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 0; border-radius: 3px; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.gold-button { color: #15190f; background: linear-gradient(180deg, var(--gold-light), #c29134); box-shadow: 0 7px 18px rgba(116, 85, 26, .18); }
.gold-button:hover, .gold-button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(116, 85, 26, .26); }
.outline-button { color: #fff; border: 1px solid #dcb458; background: transparent; }
.dark-button { color: #fff; background: var(--olive); }
.text-button { min-height: auto; padding: 0; color: var(--gold); background: none; }
.button-arrow { margin-left: 12px; font-size: 15px; }

/* Header */
.utility-bar { height: 30px; padding: 0 3%; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: linear-gradient(90deg, #2c361f, #20291a); font-size: 10px; }
.utility-bar a:hover { color: #e2ba65; }
.site-header { position: relative; z-index: 40; }
.main-nav { position: relative; height: 84px; padding: 0 3%; display: grid; grid-template-columns: 1fr 240px 1fr; align-items: center; background: #fff; box-shadow: 0 3px 13px rgba(33,38,29,.11); }
.nav-links, .nav-tools { display: flex; align-items: center; gap: 36px; }
.nav-links { grid-column: 1; font: 15px Georgia, 'Times New Roman', serif; }
.nav-links > a, .departments-toggle { position: relative; border: 0; padding: 31px 0; color: var(--ink); background: transparent; font: inherit; }
.nav-chevron { display: inline-block; margin-left: 5px; font: 12px Arial, sans-serif; transform: translateY(-1px); }
.nav-links > a:after, .departments-toggle:after { position: absolute; content: ''; left: 0; right: 100%; bottom: 25px; height: 1px; background: var(--gold); transition: right .2s ease; }
.nav-links > a:hover:after, .nav-links > a:focus-visible:after, .departments-toggle:hover:after, .departments-toggle:focus-visible:after { right: 0; }
.nav-tools { grid-column: 3; justify-content: flex-end; gap: 18px; }
.header-contact-link { position: relative; padding: 10px 0; font: 14px Georgia, 'Times New Roman', serif; }
.header-contact-link:after { position: absolute; content: ''; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .2s ease; }
.header-contact-link:hover:after, .header-contact-link:focus-visible:after { right: 0; }
.header-search { width: 220px; height: 40px; position: relative; }
.header-search input { width: 100%; height: 100%; padding: 0 44px 0 17px; border: 1px solid #c8c7c1; border-radius: 22px; color: #464a42; background: #fff; font-size: 11px; outline: none; }
.header-search input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,145,62,.12); }
.header-search button { position: absolute; top: 0; right: 5px; width: 38px; height: 40px; border: 0; background: transparent; color: var(--olive); }
.header-store-button { height: 43px; padding: 0 22px; border: 0; color: #fff; background: var(--olive); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.logo-notch { position: absolute; z-index: 3; top: 0; left: 50%; width: 225px; height: 118px; transform: translateX(-50%); display: flex; align-items: flex-start; justify-content: center; background: #fff; border-radius: 0 0 48% 48% / 0 0 28% 28%; box-shadow: 0 5px 8px rgba(0,0,0,.08); }
.logo-notch img { width: 112px; height: 102px; object-fit: contain; filter: invert(1) grayscale(1) contrast(2); mix-blend-mode: multiply; }
.mobile-menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.mobile-menu-button span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--olive); }
.department-menu { position: absolute; top: 84px; left: 3%; width: min(760px, 90vw); padding: 30px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 22px; visibility: hidden; opacity: 0; transform: translateY(-8px); background: #fff; box-shadow: var(--shadow); transition: .2s ease; }
.department-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.department-menu a { padding: 9px 0; display: block; border-bottom: 1px solid #ebe8df; font: 16px Georgia, serif; }
.department-menu a:hover { color: #a57223; }
.department-menu-intro { padding: 22px; color: #fff; background: var(--olive); }
.department-menu-intro strong { display: block; margin: 9px 0; font: 27px/1.06 Georgia, serif; }
.department-menu-intro p { margin: 0; color: #e6e8df; font-size: 11px; line-height: 1.6; }
.mobile-drawer { position: fixed; z-index: 80; inset: 98px 0 0; padding: 30px 22px 50px; visibility: hidden; opacity: 0; transform: translateX(-100%); background: var(--paper); transition: .25s ease; overflow-y: auto; }
.mobile-drawer.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
.mobile-drawer a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font: 25px Georgia, serif; }
.mobile-drawer .drawer-label { margin: 28px 0 8px; color: #aa7826; font-size: 9px; font-weight: 850; letter-spacing: .26em; }

/* Store picker */
.store-picker { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(18,24,15,.86); backdrop-filter: blur(9px); transition: .22s ease; }
.store-picker.is-open { visibility: visible; opacity: 1; }
.store-picker-dialog { width: min(900px, 100%); position: relative; padding: 48px; background: var(--paper); box-shadow: 0 26px 80px rgba(0,0,0,.35); }
.store-picker-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #fff; background: var(--olive); font-size: 20px; }
.store-picker-head { max-width: 650px; margin-bottom: 28px; }
.store-picker-head h2 { margin: 10px 0 8px; font: 48px/1.02 Georgia, serif; letter-spacing: -.035em; }
.store-picker-head p { margin: 0; font-size: 13px; line-height: 1.6; }
.store-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.store-choice { overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.store-choice img { width: 100%; height: 190px; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.store-choice-copy { padding: 22px; }
.store-choice h3 { margin: 0 0 8px; font: 25px Georgia, serif; }
.store-choice p { min-height: 58px; margin: 0 0 16px; font-size: 11px; line-height: 1.6; }
.store-choice-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.store-choice-actions .gold-button, .store-choice-actions .dark-button { flex: 1; padding-inline: 16px; }
.floating-directions { position: fixed; z-index: 38; right: 22px; bottom: 22px; min-width: 145px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; color: #fff; background: var(--olive); box-shadow: 0 9px 26px rgba(22,27,18,.26); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

/* Homepage */
.home-hero, .page-hero { position: relative; overflow: hidden; background: #d9d8d2; }
.home-hero { height: 510px; }
.page-hero { height: 485px; }
.home-hero > img, .page-hero > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.93) contrast(1.04) brightness(1.03); }
.home-hero:after, .page-hero:after { position: absolute; content: ''; inset: 0; background: linear-gradient(90deg, rgba(250,248,242,.99) 0%, rgba(250,248,242,.94) 30%, rgba(250,248,242,.48) 52%, rgba(250,248,242,.04) 76%); }
.hero-copy { position: absolute; z-index: 2; left: 5.2%; top: 50%; width: 620px; transform: translateY(-48%); }
.home-hero h1, .page-hero h1 { margin: 15px 0 17px; font: 500 70px/.94 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; }
.home-hero h1 { font-size: 58px; line-height: .97; }
.page-hero h1 { max-width: 650px; font-size: 61px; line-height: .98; }
.home-hero h1 em, .page-hero h1 em { display: block; color: #b98634; font-weight: 500; }
.page-hero h1 em { margin-top: 7px; font-size: .72em; line-height: 1.06; }
.hero-copy p { max-width: 500px; margin: 0 0 10px; font-size: 14px; line-height: 1.58; }
.hero-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.category-rail { height: 115px; padding: 0 3%; display: grid; grid-template-columns: repeat(8, 1fr); background: #fff; border-bottom: 1px solid #dedbd2; }
.category-rail.is-six { grid-template-columns: repeat(6, 1fr); }
.category-item { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; text-align: center; font: 12px Georgia, serif; }
.category-item + .category-item:before { position: absolute; content: ''; left: 0; top: 23px; bottom: 23px; width: 1px; background: #d5d2ca; }
.category-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--olive); transition: color .2s ease, transform .2s ease; }
.category-icon svg { width: 38px; height: 38px; display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
a.category-item:hover .category-icon { color: var(--gold-deep); transform: translateY(-2px); }
.home-quality, .page-feature { height: 430px; position: relative; overflow: hidden; background: #fbfaf7; }
.home-quality-photo, .page-feature-photo { position: absolute; right: 0; top: 0; width: 58%; height: 100%; object-fit: cover; filter: saturate(.93) brightness(1.05); }
.home-quality:after, .page-feature:after { position: absolute; content: ''; inset: 0; background: linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 40%, rgba(251,250,247,.74) 54%, transparent 72%); }
.feature-copy { position: absolute; z-index: 2; left: 5.5%; top: 50%; width: 520px; transform: translateY(-50%); }
.feature-copy h2 { margin: 12px 0 18px; font: 500 50px/1.03 Georgia, serif; letter-spacing: -.025em; }
.feature-copy p { max-width: 430px; font-size: 14px; line-height: 1.55; }
.gold-rule { width: 72px; height: 2px; margin: 16px 0; background: var(--gold); }
.benefit-list { margin-top: 25px; display: flex; }
.benefit-list div { min-width: 0; flex: 0 1 128px; padding: 0 23px; border-right: 1px solid #aaa99f; text-align: center; font-size: 10px; font-weight: 800; line-height: 1.25; }
.benefit-list div:first-child { padding-left: 0; }
.benefit-list div:last-child { border-right: 0; }
.benefit-icon { width: 30px; height: 30px; margin: 0 auto 7px; display: block; color: var(--olive); }
.benefit-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.home-promos { display: grid; grid-template-columns: 1fr 1fr; min-height: 270px; }
.home-promo { display: grid; grid-template-columns: 42% 58%; color: #fff; }
.home-promo-copy { padding: 42px 34px; background: linear-gradient(135deg, #561d19, #35100f); }
.home-promo:nth-child(2) .home-promo-copy { background: linear-gradient(135deg, #44502c, #25331f); }
.home-promo img { width: 100%; height: 270px; object-fit: cover; filter: saturate(.96) contrast(1.04); }
.home-promo h3 { margin: 10px 0; font: 500 31px/1.03 Georgia, serif; }
.home-promo p { margin: 0; font-size: 12px; line-height: 1.5; }
.home-departments { padding: 72px 5% 78px; background: #fff; }
.home-section-heading { margin-bottom: 38px; display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: end; }
.home-section-heading h2 { margin: 11px 0 0; font: 500 50px/1.02 Georgia, serif; letter-spacing: -.025em; }
.home-section-heading p { max-width: 520px; margin: 0 0 18px; font-size: 13px; line-height: 1.7; }
.text-link { color: var(--olive); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { margin-left: 9px; color: var(--gold-deep); font-size: 16px; }
.home-market-grid { height: 610px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 1fr 1fr; gap: 14px; }
.market-card { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) 72px; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid #e2dfd6; transition: transform .22s ease, box-shadow .22s ease; }
.market-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(33,38,28,.13); }
.market-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.03); transition: transform .35s ease; }
.market-card:hover img { transform: scale(1.02); }
.market-card > span { padding: 13px 17px 11px; display: grid; grid-template-columns: 1fr auto; align-items: center; font: 500 20px Georgia, serif; }
.market-card small { grid-column: 1 / -1; margin-bottom: 4px; color: #8b682a; font: 800 8px Arial, sans-serif; letter-spacing: .18em; }
.market-card b { color: var(--gold-deep); font: 17px Arial, sans-serif; }
.market-card-produce { grid-column: 1 / span 5; grid-row: 1 / span 2; }
.market-card-pantry { grid-column: 6 / span 3; grid-row: 1; }
.market-card-seafood { grid-column: 9 / span 4; grid-row: 1; }
.market-card-snacks { grid-column: 6 / span 4; grid-row: 2; }
.market-card-rice { grid-column: 10 / span 3; grid-row: 2; }
.home-directions-line { margin-top: 24px; padding: 18px 2px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-directions-line div { display: flex; align-items: baseline; gap: 18px; }
.home-directions-line strong { font: 500 21px Georgia, serif; }
.home-directions-line span { color: #51564d; font-size: 11px; }
.home-directions-line .text-button { color: var(--olive); }
.home-purpose { padding: 80px 5%; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7%; background-color: var(--paper-deep); background-image: radial-gradient(circle at 20% 30%, rgba(70,65,50,.05) 0 1px, transparent 2px); background-size: 24px 24px; }
.home-purpose-lead { max-width: 470px; }
.home-purpose-lead h2 { margin: 12px 0 20px; font: 500 47px/1.03 Georgia, serif; letter-spacing: -.025em; }
.home-purpose-lead p { margin: 0; font-size: 13px; line-height: 1.75; }
.home-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; border-top: 1px solid #cfc9bb; }
.home-purpose-grid article { min-height: 205px; padding: 29px 0 27px 52px; position: relative; border-bottom: 1px solid #cfc9bb; }
.home-purpose-grid article > span { position: absolute; left: 0; top: 30px; width: 34px; height: 34px; color: var(--olive); }
.home-purpose-grid svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.home-purpose-grid h3 { margin: 0 0 11px; font: 500 23px/1.13 Georgia, serif; }
.home-purpose-grid p { margin: 0; color: #42463f; font-size: 11px; line-height: 1.72; }
.home-purpose.is-concise { grid-template-columns: 1.05fr .95fr; align-items: end; }
.home-purpose.is-concise .home-purpose-lead { max-width: 690px; }
.home-purpose.is-concise .home-purpose-lead h2 { margin-bottom: 0; }
.home-purpose-statement { padding: 8px 0 4px 38px; border-left: 1px solid #c7c0b0; }
.home-purpose-statement p { max-width: 620px; margin: 0 0 22px; color: #30382d; font: 18px/1.62 Georgia, serif; }
.home-found { min-height: 530px; display: grid; grid-template-columns: 34% 42% 24%; color: #fff; background: var(--olive-deep); }
.home-found-copy { padding: 68px 12% 60px 15%; display: flex; flex-direction: column; justify-content: center; }
.home-found-copy h2 { margin: 13px 0 0; font: 500 45px/1.03 Georgia, serif; }
.home-found-copy p { margin: 0 0 22px; color: #e7e8e2; font-size: 13px; line-height: 1.7; }
.home-found-copy .gold-button { align-self: flex-start; }
.found-photo { min-width: 0; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) 58px; overflow: hidden; background: #303c25; }
.found-photo + .found-photo { border-left: 2px solid rgba(255,255,255,.16); }
.found-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.found-photo figcaption { padding: 0 24px; display: flex; align-items: center; color: #fff; font: 500 18px Georgia, serif; }
.found-photo-side { background: var(--wine); }
.home-weekly { min-height: 450px; display: grid; grid-template-columns: 58% 42%; color: #fff; background: var(--wine); }
.home-weekly > img { width: 100%; height: 450px; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.home-weekly-copy { padding: 58px 11%; display: flex; flex-direction: column; justify-content: center; }
.home-weekly-copy h2 { margin: 12px 0 18px; font: 500 45px/1.02 Georgia, serif; }
.home-weekly-copy p { max-width: 500px; margin: 0; color: #f0e8e2; font-size: 13px; line-height: 1.68; }
.weekly-points { margin: 24px 0 28px; display: flex; gap: 24px; }
.weekly-points span { max-width: 90px; color: #fff; font-size: 9px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.weekly-points svg { width: 27px; height: 27px; margin: 0 0 7px; display: block; fill: none; stroke: var(--gold-light); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.home-weekly .outline-button { align-self: flex-start; }
.home-plan { min-height: 490px; display: grid; grid-template-columns: 56% 44%; color: #fff; background: var(--olive); }
.home-plan > img { width: 100%; height: 490px; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.03); }
.home-plan-copy { padding: 61px 11%; display: flex; flex-direction: column; justify-content: center; }
.home-plan-copy h2 { margin: 12px 0 17px; font: 500 43px/1.03 Georgia, serif; }
.home-plan-copy > p { max-width: 540px; margin: 0; color: #e7e9e3; font-size: 13px; line-height: 1.72; }
.home-store-lines { margin: 25px 0 27px; border-top: 1px solid rgba(255,255,255,.22); }
.home-store-lines div { padding: 14px 0; display: grid; grid-template-columns: 120px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.22); }
.home-store-lines strong { color: var(--gold-light); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.home-store-lines span { color: #fff; font-size: 11px; }
.home-plan-copy .gold-button { align-self: flex-start; }
.community { min-height: 450px; padding: 50px 5%; display: grid; grid-template-columns: 29% 1fr 1fr; gap: 28px; align-items: center; background-color: var(--paper-deep); background-image: radial-gradient(circle at 20% 30%, rgba(70,65,50,.05) 0 1px, transparent 2px); background-size: 24px 24px; }
.community-intro { padding-right: 20px; }
.community-intro h2 { margin: 10px 0 17px; font: 500 39px/1.05 Georgia, serif; }
.community-intro p { font-size: 13px; line-height: 1.58; }
.location-card { overflow: hidden; background: #fff; border: 5px solid rgba(255,255,255,.9); border-radius: 9px; box-shadow: var(--shadow); }
.location-card img { width: 100%; height: 195px; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.location-card-copy { padding: 18px 20px 20px; }
.location-card h3 { margin: 0 0 7px; font-size: 17px; }
.location-card p { margin: 0 0 14px; font-size: 11px; line-height: 1.48; }
.home-request { min-height: 510px; display: grid; grid-template-columns: 48% 52%; background: #fff; }
.home-request-copy { padding: 66px 11%; }
.home-request-copy h2 { margin: 12px 0 18px; font: 500 43px/1.04 Georgia, serif; }
.home-request-copy > p { margin: 0; font-size: 13px; line-height: 1.72; }
.home-request-copy ul { margin: 25px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.home-request-copy li { padding: 13px 0; display: grid; grid-template-columns: 132px 1fr; gap: 17px; border-bottom: 1px solid var(--line); }
.home-request-copy li strong { color: #7b5a20; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.home-request-copy li span { font-size: 11px; line-height: 1.5; }
.home-request > img { width: 100%; height: 510px; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }
.home-faq { padding: 76px 5%; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7%; background: var(--paper-deep); }
.home-faq-intro { max-width: 460px; }
.home-faq-intro h2 { margin: 12px 0 18px; font: 500 43px/1.04 Georgia, serif; }
.home-faq-intro p { margin: 0 0 20px; font-size: 13px; line-height: 1.72; }
.home-faq-list { border-top: 1px solid #c9c4b7; }
.home-faq-list details { border-bottom: 1px solid #c9c4b7; }
.home-faq-list summary { padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font: 500 19px Georgia, serif; }
.home-faq-list summary::-webkit-details-marker { display: none; }
.home-faq-list summary:after { content: '+'; color: var(--gold-deep); font: 23px Arial, sans-serif; }
.home-faq-list details[open] summary:after { content: '–'; }
.home-faq-list details p { max-width: 680px; margin: 0; padding: 0 36px 20px 4px; font-size: 12px; line-height: 1.7; }
.home-support { display: grid; grid-template-columns: 1fr 1fr; }
.home-support-request, .home-support-faq { min-height: 410px; padding: 62px 9%; display: flex; flex-direction: column; justify-content: center; }
.home-support-request { color: #fff; background: linear-gradient(135deg, #2f3c25, #1d2819); }
.home-support-request h2, .home-support-faq h2 { margin: 12px 0 17px; font: 500 42px/1.04 Georgia, serif; letter-spacing: -.02em; }
.home-support-request p { max-width: 520px; margin: 0 0 26px; color: #e8ebe4; font-size: 13px; line-height: 1.7; }
.home-support-request .gold-button { align-self: flex-start; }
.home-support-faq { background: #fff; }
.home-support-faq details { border-top: 1px solid var(--line); }
.home-support-faq details:nth-of-type(3) { border-bottom: 1px solid var(--line); }
.home-support-faq summary { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 500 16px Georgia, serif; }
.home-support-faq summary::-webkit-details-marker { display: none; }
.home-support-faq summary:after { content: '+'; color: var(--gold); font: 20px Arial, sans-serif; }
.home-support-faq details[open] summary:after { content: '–'; }
.home-support-faq details p { margin: 0; padding: 0 28px 15px 0; font-size: 11px; line-height: 1.6; }
.home-support-faq .text-link { margin-top: 22px; align-self: flex-start; }
.home-trust { display: grid; grid-template-columns: .88fr 1.12fr; background: #fff; }
.home-trust-photo { min-width: 0; min-height: 640px; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; background: var(--olive-deep); }
.home-trust-photo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.home-trust-photo figcaption { padding: 18px 28px; color: #fff; background: var(--olive-deep); font: 500 17px Georgia, serif; }
.home-trust-content { padding: 64px 7%; }
.home-trust-heading { max-width: 650px; margin-bottom: 28px; }
.home-trust-heading h2 { margin: 11px 0 0; font: 500 43px/1.04 Georgia, serif; letter-spacing: -.02em; }
.home-trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; border-top: 1px solid var(--line); }
.home-trust-list article { min-height: 128px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.home-trust-list h3 { margin: 0 0 8px; font: 500 20px Georgia, serif; }
.home-trust-list p { margin: 0; color: #42463f; font-size: 11px; line-height: 1.62; }
.store-verification { color: #5c4a26; font-size: 10px !important; letter-spacing: .02em; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }

/* Interior pages */
.page-promos { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.page-promo { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #354128; }
.page-promo:nth-child(2) { background: var(--wine); }
.page-promo:nth-child(3) { background: var(--olive); }
.page-promo + .page-promo { border-left: 3px solid var(--paper); }
.page-promo img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.92) contrast(1.06); }
.page-promo img.is-contain { padding: 16px; object-fit: contain; background: #edf0eb; filter: saturate(.96) contrast(1.03); }
.page-promo-copy { min-height: 118px; padding: 22px 27px; display: flex; flex: 1; flex-direction: column; justify-content: center; color: #fff; }
.page-promo-copy small { color: #e0b65d; font-size: 9px; font-weight: 850; letter-spacing: .25em; text-transform: uppercase; }
.page-promo-copy h3 { margin: 7px 0 0; font: 500 22px/1.12 Georgia, serif; }
.detail-section { min-height: 420px; padding: 58px 5%; background-color: var(--paper-deep); background-image: radial-gradient(circle at 20% 30%, rgba(70,65,50,.05) 0 1px, transparent 2px); background-size: 24px 24px; }
.detail-head { margin-bottom: 34px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.detail-head h2 { margin: 10px 0 0; font: 500 42px/1.05 Georgia, serif; }
.detail-head p { max-width: 560px; margin: 0; font-size: 13px; line-height: 1.65; }
.department-editorial { padding: 70px 5% 78px; background-color: var(--paper-deep); background-image: radial-gradient(circle at 20% 30%, rgba(70,65,50,.05) 0 1px, transparent 2px); background-size: 24px 24px; }
.department-editorial-head { margin-bottom: 38px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: end; }
.department-editorial-head h2 { max-width: 720px; margin: 10px 0 0; font: 500 45px/1.04 Georgia, serif; letter-spacing: -.02em; }
.department-editorial-head > p { max-width: 600px; margin: 0; font-size: 13px; line-height: 1.68; }
.department-editorial-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 52px; align-items: start; }
.department-photo-mosaic { min-width: 0; height: 650px; display: grid; grid-template-columns: 1.16fr .84fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.department-photo { min-width: 0; min-height: 0; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; background: var(--olive); }
.department-photo:first-child { grid-row: 1 / span 2; }
.department-photo:nth-child(2) { background: var(--wine); }
.department-photo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.94) contrast(1.05); transition: transform .3s ease; }
.department-photo:hover img { transform: scale(1.015); }
.department-photo.is-contain img { padding: 10px; object-fit: contain; background: #e9ece5; }
.department-photo figcaption { min-height: 112px; padding: 21px 24px 23px; color: #fff; background: inherit; }
.department-photo h3 { margin: 0 0 7px; font: 500 22px/1.08 Georgia, serif; }
.department-photo p { margin: 0; color: #e8ebe4; font-size: 11px; line-height: 1.55; }
.department-guide-copy { padding-top: 7px; border-top: 1px solid #aaa99f; }
.department-guide-copy > h3 { margin: 12px 0 20px; font: 500 34px/1.06 Georgia, serif; }
.department-guide-copy > p { margin: 0 0 24px; color: #42463f; font-size: 13px; line-height: 1.7; }
.department-guide-list { border-top: 1px solid #c8c4b8; }
.department-guide-list article { padding: 20px 0; border-bottom: 1px solid #c8c4b8; }
.department-guide-list h4 { margin: 0 0 7px; font: 500 20px/1.12 Georgia, serif; }
.department-guide-list p { margin: 0; color: #42463f; font-size: 11px; line-height: 1.62; }
.department-guide-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.department-editorial.has-compact-guide .department-guide-copy { align-self: center; padding-top: 32px; padding-bottom: 32px; }
.location-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.location-detail { overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.location-detail-photo { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.94) contrast(1.04); }
.location-detail-copy { padding: 27px 30px 30px; border-top: 4px solid var(--gold); }
.location-detail:nth-child(2) .location-detail-copy { border-top-color: var(--olive); }
.location-detail h3 { margin: 0 0 13px; font: 500 29px Georgia, serif; }
.location-detail p { font-size: 12px; line-height: 1.7; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-list details { background: #fff; border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font: 500 16px Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: '+'; font: 23px Arial; color: var(--gold); }
.faq-list details[open] summary:after { content: '–'; }
.faq-answer { padding: 0 22px 20px; font-size: 12px; line-height: 1.65; }
.faq-directions { margin-top: 32px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #bdb8ac; border-bottom: 1px solid #bdb8ac; }
.faq-directions > div:first-child { display: flex; align-items: baseline; gap: 16px; }
.faq-directions strong { font: 500 21px Georgia, serif; }
.faq-directions span { color: #4b5047; font-size: 11px; }
.faq-direction-links { display: flex; flex-wrap: wrap; gap: 22px; }
.faq-direction-links a { color: var(--gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.form-panel { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: #fff; box-shadow: var(--shadow); }
.field label { display: block; margin-bottom: 8px; color: #7a5b21; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c9c6bd; color: var(--ink); background: #fff; outline: none; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 130px; padding: 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,145,62,.12); }
.field.is-wide { grid-column: 1 / -1; }
.form-notice { grid-column: 1 / -1; padding: 14px 17px; color: #fff; background: var(--olive); font-size: 12px; }
.contact-aside { padding: 30px; color: #fff; background: var(--olive); }
.contact-aside h3 { margin: 7px 0 14px; font: 31px Georgia, serif; }
.contact-aside p { color: #e5e8df; font-size: 12px; line-height: 1.7; }
.contact-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }
.store-offerings { padding: 70px 5% 78px; background: #fff; }
.store-offerings-head { margin-bottom: 38px; display: grid; grid-template-columns: 1fr .9fr; gap: 8%; align-items: end; }
.store-offerings-head h2 { max-width: 650px; margin: 11px 0 0; font: 500 45px/1.04 Georgia, serif; letter-spacing: -.02em; }
.store-offerings-head > p { max-width: 570px; margin: 0; color: #454a42; font-size: 13px; line-height: 1.72; }
.store-offerings-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: start; }
.store-offering-visual { min-width: 0; margin: 0; display: grid; grid-template-rows: minmax(390px,1fr) auto; overflow: hidden; background: var(--olive-deep); }
.store-offering-visual > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.store-offering-visual figcaption { padding: 30px 32px 34px; color: #fff; background: var(--olive-deep); }
.store-offering-visual h3 { margin: 10px 0 9px; font: 500 32px/1.06 Georgia, serif; }
.store-offering-visual p { margin: 0 0 20px; color: #e7e9e2; font-size: 12px; line-height: 1.65; }
.store-offering-content { min-width: 0; }
.store-offering-list { border-top: 1px solid var(--line); }
.store-offering-list article { padding: 21px 0 20px; border-bottom: 1px solid var(--line); }
.store-offering-list h3 { margin: 0 0 7px; font: 500 21px/1.12 Georgia, serif; }
.store-offering-list p { margin: 0 0 15px; color: #42463f; font-size: 12px; line-height: 1.66; }
.store-offering-list a { color: var(--gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.store-fact-panel { margin-top: 30px; padding: 30px 0 4px; color: var(--ink); background: transparent; border-top: 3px solid var(--gold); }
.store-fact-panel h3 { margin: 11px 0 12px; font: 500 30px/1.06 Georgia, serif; }
.store-fact-panel p { margin: 0 0 20px; color: #3f453c; font-size: 12px; line-height: 1.68; }
.store-fact-panel a:not(.gold-button) { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.store-fact-panel a:not(.gold-button):not(.text-link) { color: var(--ink); }
.store-fact-panel .text-link.is-light { color: var(--gold-deep); text-decoration: none; }
.contact-store-grid { margin-bottom: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-store { padding: 30px 32px; background: #fff; border-top: 4px solid var(--gold); box-shadow: 0 9px 25px rgba(50,48,38,.07); }
.contact-store:nth-child(2) { border-top-color: var(--olive); }
.contact-store h3 { margin: 9px 0; font: 500 30px Georgia, serif; }
.contact-store p { margin: 0 0 15px; font-size: 12px; line-height: 1.65; }
.contact-store-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.about-story { min-height: 560px; display: grid; grid-template-columns: .85fr 1.15fr; background: #fff; }
.about-story-copy { padding: 72px 10% 72px 12%; display: flex; flex-direction: column; justify-content: center; }
.about-story-copy h2 { margin: 11px 0 22px; font: 500 46px/1.04 Georgia, serif; letter-spacing: -.025em; }
.about-story-copy p { max-width: 620px; margin: 0 0 16px; color: #3e443c; font-size: 13px; line-height: 1.75; }
.about-story > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }
.about-history { padding: 64px 5% 72px; color: #fff; background: var(--olive-deep); }
.about-history-head { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.about-history-head h2 { max-width: 720px; margin: 10px 0 0; font: 500 42px/1.04 Georgia, serif; }
.about-history-line { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.about-history-line:before { position: absolute; content: ''; left: 0; right: 0; top: 0; height: 1px; background: rgba(255,255,255,.28); }
.about-history-line article { padding-top: 30px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 25px; align-items: start; }
.about-history-line img { width: 100%; height: 245px; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.about-history-line strong { display: block; margin-bottom: 8px; color: var(--gold-light); font: 500 34px Georgia, serif; }
.about-history-line h3 { margin: 0 0 9px; font: 500 25px Georgia, serif; }
.about-history-line p { margin: 0 0 15px; color: #e5e7e1; font-size: 12px; line-height: 1.6; }
.about-history-line a { color: var(--gold-light); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.seafood-callout { padding: 64px 7%; display: grid; grid-template-columns: 1fr auto; gap: 9%; align-items: center; color: #fff; background: linear-gradient(120deg, #4b1815, #2c100f); }
.seafood-callout h2 { max-width: 700px; margin: 11px 0 14px; font: 500 41px/1.04 Georgia, serif; }
.seafood-callout p { max-width: 720px; margin: 0; color: #f0e7e2; font-size: 13px; line-height: 1.72; }
.seafood-callout-actions { display: flex; flex-direction: column; gap: 10px; }
.visit-band { min-height: 305px; display: grid; grid-template-columns: 1.1fr .9fr; color: #fff; background: var(--olive); }
.visit-band img { width: 100%; height: 305px; object-fit: cover; filter: saturate(.85) brightness(.85); }
.visit-band-copy { padding: 50px 9%; display: flex; flex-direction: column; justify-content: center; }
.visit-band h2 { margin: 12px 0; font: 500 39px/1.04 Georgia, serif; }
.visit-band p { max-width: 460px; color: #e8e9e3; font-size: 12px; line-height: 1.65; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.visit-other-store { width: 100%; margin-top: 4px; color: var(--gold-light); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Footer */
.site-footer { padding: 42px 5% 24px; display: grid; grid-template-columns: 1.25fr .8fr .8fr .8fr 1.2fr; gap: 40px; color: #fff; background: linear-gradient(90deg, #26331d, #1d2518); }
.footer-logo { width: 130px; height: auto; filter: none; }
.site-footer h4 { margin: 0 0 12px; font-size: 10px; letter-spacing: .12em; }
.site-footer p, .site-footer a { color: #e2e4dc; font-size: 10px; line-height: 1.75; }
.site-footer a:hover { color: #e0b65d; }
.site-footer .footer-directions { margin-top: 10px; color: #fff; }
.site-footer .footer-social-link { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 10px; margin: 5px 0 0; padding: 10px 14px 10px 10px; border-radius: 8px; background: #1877f2; box-shadow: 0 8px 24px rgba(0,0,0,.22); color: #fff; font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .01em; }
.footer-social-mark { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #fff; color: #1877f2; font-family: Arial, sans-serif; font-size: 18px; font-weight: 800; line-height: 1; }
.site-footer .footer-social-link:hover { background: #0f69dc; color: #fff; transform: translateY(-1px); }

/* 404 */
.not-found { min-height: 65vh; padding: 120px 6%; display: grid; place-items: center; text-align: center; }
.not-found h1 { margin: 10px 0; font: 70px Georgia, serif; }
.not-found p { max-width: 620px; line-height: 1.6; }

@media (max-width: 1000px) {
  .nav-links { gap: 20px; }
  .nav-links > a, .departments-toggle { font-size: 13px; }
  .header-search { display: none; }
  .community { grid-template-columns: 1fr 1fr; }
  .community-intro { grid-column: 1 / -1; }
  .home-section-heading { gap: 42px; }
  .home-market-grid { height: 560px; }
  .home-found { grid-template-columns: 40% 36% 24%; }
  .home-found-copy { padding-left: 12%; }
  .home-found-copy h2, .home-weekly-copy h2 { font-size: 39px; }
  .home-purpose, .home-purpose.is-concise, .home-faq { grid-template-columns: 1fr; gap: 38px; }
  .home-purpose-lead, .home-faq-intro { max-width: 700px; }
  .home-purpose-statement { padding: 28px 0 0; border-top: 1px solid #c7c0b0; border-left: 0; }
  .home-support { grid-template-columns: 1fr; }
  .home-support-request, .home-support-faq { min-height: 360px; padding: 55px 7%; }
  .home-trust { grid-template-columns: .82fr 1.18fr; }
  .home-trust-photo { min-height: 590px; }
  .home-trust-content { padding: 54px 7%; }
  .home-trust-list { grid-template-columns: 1fr; }
  .home-trust-list article { min-height: 0; }
  .home-plan { grid-template-columns: 51% 49%; }
  .home-request { grid-template-columns: 52% 48%; }
  .page-promos { height: auto; display: grid; grid-template-columns: 1fr; }
  .page-promo { height: 260px; display: grid; grid-template-columns: 58% 42%; grid-template-rows: none; }
  .page-promo + .page-promo { border-top: 3px solid var(--paper); border-left: 0; }
  .page-promo:nth-child(even) { grid-template-columns: 42% 58%; }
  .page-promo:nth-child(even) img { grid-column: 2; grid-row: 1; }
  .page-promo:nth-child(even) .page-promo-copy { grid-column: 1; grid-row: 1; }
  .page-promo img { min-width: 0; height: 100%; aspect-ratio: auto; object-position: center; }
  .store-offerings-layout { grid-template-columns: 1fr; }
  .store-offering-visual { grid-template-rows: minmax(430px,1fr) auto; }
  .store-fact-panel { max-width: 760px; }
  .department-editorial-layout { grid-template-columns: 1fr; }
  .department-guide-copy { max-width: 820px; }
  .about-history-line { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr 1fr; }
  .about-story-copy { padding-inline: 9%; }
  .seafood-callout { grid-template-columns: 1fr; gap: 28px; }
  .seafood-callout-actions { flex-direction: row; flex-wrap: wrap; }
  .site-footer { grid-template-columns: 1fr 1fr 1fr; }
  .site-footer > div:first-child, .site-footer > div:last-child { grid-column: auto; }
}

@media (max-width: 900px) {
  .nav-links, .header-contact-link { display: none; }
  .main-nav { padding-inline: 18px; grid-template-columns: 1fr auto; }
  .nav-tools { grid-column: 2; gap: 7px; }
  .mobile-menu-button { display: block; }
  .logo-notch { left: 76px; width: 84px; height: 78px; transform: none; border-radius: 0; box-shadow: none; }
  .logo-notch img { width: 72px; height: 70px; }
  .department-menu { display: none; }
  .mobile-drawer { inset: 114px 0 0; }
}

@media (max-width: 700px) {
  .utility-bar { height: 26px; padding: 0 12px; font-size: 8px; }
  .utility-bar span:last-child { display: none; }
  .main-nav { height: 72px; padding: 0 14px; display: block; }
  .nav-links, .header-search, .header-contact-link { display: none; }
  .nav-tools { position: absolute; top: 50%; right: 10px; gap: 0; transform: translateY(-50%); }
  .header-store-button { display: none; }
  .mobile-menu-button { display: block; }
  .logo-notch { left: 50%; width: 72px; height: 66px; transform: translateX(-50%); border-radius: 0; box-shadow: none; }
  .logo-notch img { width: 64px; height: 60px; }
  .department-menu { display: none; }
  .home-hero, .page-hero { height: 560px; }
  .home-hero > img, .page-hero > img { object-position: 58% center; }
  .home-hero:after, .page-hero:after { background: linear-gradient(0deg, rgba(249,247,241,.99) 0%, rgba(249,247,241,.86) 51%, rgba(249,247,241,.05) 82%); }
  .hero-copy { left: 20px; right: 20px; top: auto; bottom: 28px; width: auto; transform: none; }
  .home-hero h1, .page-hero h1 { max-width: 100%; margin: 10px 0 13px; font-size: clamp(38px, 10.5vw, 42px); overflow-wrap: normal; }
  .page-hero h1 { font-size: clamp(36px, 10vw, 40px); }
  .home-hero h1 em, .page-hero h1 em { max-width: 100%; }
  .hero-copy p { font-size: 12px; line-height: 1.52; }
  .category-rail, .category-rail.is-six { height: 98px; padding: 0; display: flex; overflow-x: auto; scrollbar-width: none; }
  .category-rail::-webkit-scrollbar { display: none; }
  .category-item { min-width: 112px; font-size: 10px; }
  .category-item + .category-item:before { top: 18px; bottom: 18px; }
  .category-icon { width: 34px; height: 34px; }
  .category-icon svg { width: 30px; height: 30px; }
  .home-quality, .page-feature { height: 650px; }
  .home-quality-photo, .page-feature-photo { top: auto; bottom: 0; width: 100%; height: 49%; }
  .home-quality:after, .page-feature:after { background: linear-gradient(180deg, #fbfaf7 0%, #fbfaf7 45%, rgba(251,250,247,.64) 60%, transparent 77%); }
  .feature-copy { left: 20px; right: 20px; top: 43px; width: auto; transform: none; }
  .feature-copy h2 { font-size: 36px; }
  .feature-copy p { font-size: 12px; }
  .benefit-list div { min-width: 0; flex: 1; padding: 0 12px; font-size: 8px; }
  .home-promos { display: block; }
  .home-promo { min-height: 250px; grid-template-columns: 45% 55%; }
  .home-promo img { height: 250px; }
  .home-promo-copy { padding: 34px 20px; }
  .home-promo h3 { font-size: 25px; }
  .home-departments { padding: 54px 18px 58px; }
  .home-section-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 28px; }
  .home-section-heading h2 { font-size: 38px; }
  .home-market-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 10px; }
  .market-card, .market-card-produce, .market-card-pantry, .market-card-seafood, .market-card-snacks, .market-card-rice { grid-column: auto; grid-row: auto; height: 255px; grid-template-rows: minmax(0, 1fr) 68px; }
  .market-card-produce { grid-column: 1 / -1; height: 370px; }
  .market-card > span { padding: 11px 13px 10px; font-size: 17px; }
  .market-card small { font-size: 7px; }
  .home-purpose { padding: 58px 20px; }
  .home-purpose-lead h2 { font-size: 38px; }
  .home-purpose-statement p { font-size: 16px; }
  .home-purpose-grid { grid-template-columns: 1fr; }
  .home-purpose-grid article { min-height: 0; padding: 25px 0 25px 49px; }
  .home-purpose-grid article > span { top: 26px; width: 31px; height: 31px; }
  .home-found { display: block; }
  .home-found-copy { min-height: 430px; padding: 60px 22px; }
  .home-found-copy h2 { font-size: 39px; }
  .found-photo { height: 370px; grid-template-rows: minmax(0, 1fr) 56px; }
  .found-photo + .found-photo { border-top: 2px solid rgba(255,255,255,.16); border-left: 0; }
  .found-photo-side { height: 310px; }
  .home-weekly { display: block; }
  .home-weekly > img { height: 310px; }
  .home-weekly-copy { min-height: 430px; padding: 52px 22px 58px; }
  .home-weekly-copy h2 { font-size: 39px; }
  .weekly-points { gap: 17px; }
  .home-plan { display: block; }
  .home-plan > img { height: 310px; }
  .home-plan-copy { padding: 54px 22px 58px; }
  .home-plan-copy h2 { font-size: 38px; }
  .home-store-lines div { grid-template-columns: 1fr; gap: 5px; }
  .community { padding: 50px 18px; grid-template-columns: 1fr; }
  .community-intro { grid-column: auto; padding: 0; }
  .community-intro h2 { font-size: 36px; }
  .location-card img { height: 190px; }
  .home-request { display: flex; flex-direction: column; }
  .home-request-copy { padding: 55px 22px; }
  .home-request-copy h2 { font-size: 36px; }
  .home-request-copy li { grid-template-columns: 1fr; gap: 5px; }
  .home-request > img { height: 320px; order: -1; }
  .home-faq { padding: 58px 20px; }
  .home-faq-intro h2 { font-size: 36px; }
  .home-faq-list summary { font-size: 17px; }
  .home-support-request, .home-support-faq { min-height: 0; padding: 50px 22px; }
  .home-support-request h2, .home-support-faq h2 { font-size: 35px; }
  .home-directions-line, .home-directions-line div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .home-directions-line { margin-top: 18px; padding: 17px 0; }
  .home-trust { grid-template-columns: 1fr; }
  .home-trust-photo { min-height: 430px; grid-template-rows: minmax(0,1fr) auto; }
  .home-trust-content { padding: 50px 22px 54px; }
  .home-trust-heading h2 { font-size: 35px; }
  .home-trust-list { grid-template-columns: 1fr; }
  .page-promos { height: auto; display: block; }
  .page-promo, .page-promo:nth-child(even) { height: 305px; grid-template-columns: 1fr; grid-template-rows: 65% 35%; }
  .page-promo:nth-child(even) img { grid-column: 1; grid-row: 1; }
  .page-promo:nth-child(even) .page-promo-copy { grid-column: 1; grid-row: 2; }
  .page-promo + .page-promo { border-top: 3px solid var(--paper); border-left: 0; }
  .page-promo-copy { padding: 18px 20px; }
  .page-promo-copy h3 { font-size: 20px; }
  .page-promo img.is-contain { padding: 0; object-fit: cover; object-position: center; }
  .detail-section { padding: 48px 18px; }
  .detail-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 26px; }
  .detail-head h2 { font-size: 35px; }
  .location-detail-grid, .faq-list, .contact-layout, .store-choice-grid, .contact-store-grid { grid-template-columns: 1fr; }
  .faq-directions, .faq-directions > div:first-child { align-items: flex-start; flex-direction: column; gap: 10px; }
  .faq-direction-links { flex-direction: column; gap: 13px; }
  .form-panel { padding: 22px; grid-template-columns: 1fr; }
  .field.is-wide { grid-column: 1; }
  .store-offerings { padding: 52px 20px 58px; }
  .store-offerings-head { grid-template-columns: 1fr; gap: 17px; }
  .store-offerings-head h2 { font-size: 36px; }
  .store-offering-list article { min-height: 0; }
  .store-offering-visual { min-height: 0; grid-template-rows: auto auto; }
  .store-offering-visual > img { height: 310px; min-height: 0; }
  .store-offering-visual figcaption { padding: 27px 22px 30px; }
  .store-fact-panel { padding: 28px 0 0; }
  .contact-store { padding: 27px 23px; }
  .contact-store h3 { font-size: 27px; }
  .contact-store-actions .gold-button, .contact-store-actions .dark-button { flex: 1; padding-inline: 13px; }
  .about-story { display: flex; flex-direction: column; }
  .about-story-copy { padding: 54px 22px; }
  .about-story-copy h2 { font-size: 37px; }
  .about-story > img { min-height: 0; height: 340px; order: -1; }
  .about-history { padding: 50px 22px 56px; }
  .about-history-head { display: block; }
  .about-history-head h2 { font-size: 36px; }
  .about-history-line { grid-template-columns: 1fr; gap: 34px; }
  .about-history-line:before { display: none; }
  .about-history-line article { padding-top: 24px; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.28); }
  .about-history-line img { height: 235px; }
  .department-editorial { padding: 52px 18px 58px; }
  .department-editorial-head { grid-template-columns: 1fr; gap: 17px; margin-bottom: 28px; }
  .department-editorial-head h2 { font-size: 36px; }
  .department-editorial-layout { grid-template-columns: 1fr; gap: 34px; }
  .department-photo-mosaic { height: auto; display: block; }
  .department-photo { margin-bottom: 10px; }
  .department-photo img { height: 245px; }
  .department-photo:first-child img { height: 320px; }
  .department-photo figcaption { min-height: 0; }
  .department-guide-copy { padding-top: 24px; }
  .department-guide-copy > h3 { font-size: 31px; }
  .department-guide-actions .gold-button, .department-guide-actions .dark-button { width: 100%; }
  .seafood-callout { padding: 52px 22px 57px; }
  .seafood-callout h2 { font-size: 35px; }
  .seafood-callout-actions { flex-direction: column; }
  .seafood-callout-actions a { width: 100%; }
  .visit-band { grid-template-columns: 1fr; }
  .visit-band img { height: 235px; }
  .visit-band-copy { padding: 42px 22px; }
  .visit-band h2 { font-size: 34px; }
  .visit-actions .gold-button, .visit-actions .outline-button { width: 100%; }
  .site-footer { padding: 38px 20px 90px; grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child, .site-footer > div:last-child { grid-column: 1 / -1; }
  .store-picker { padding: 12px; }
  .store-picker-dialog { max-height: 94vh; padding: 42px 18px 22px; overflow-y: auto; }
  .store-picker-head h2 { font-size: 36px; }
  .store-choice img { height: 140px; }
  .floating-directions { right: 13px; bottom: 13px; min-width: 125px; height: 42px; font-size: 8px; }
}
