/* ============================================================
   E&A Grocery — shared stylesheet
   Brand palette: burgundy / light grey / white / near-black
   ============================================================ */

:root {
  /* Palette (brand) */
  --white:     #FBFEFF;
  --paper:     #FFFFFF;
  --bg:        #FBFEFF;
  --bg-2:      #EEF1F1;   /* light grey wash */
  --grey:      #AEB6B5;   /* brand light grey */
  --grey-soft: #C9CFCE;
  --line:      #DCE1E0;
  --burg:      #7B0000;   /* brand burgundy */
  --burg-dk:   #560000;
  --burg-deep: #3C0000;
  --ink:       #010201;   /* near-black */
  --ink-soft:  #565C5C;

  --shadow:    0 12px 34px rgba(1, 2, 1, .12);
  --shadow-sm: 0 4px 16px rgba(1, 2, 1, .08);
  --radius:    18px;
  --radius-sm: 12px;
  --wrap:      1140px;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--burg); text-decoration: none; }
a:hover { color: var(--burg-dk); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600; line-height: 1.1;
  color: var(--ink); margin: 0 0 .5em; letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

.kicker {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-body); font-weight: 700; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--burg);
  margin-bottom: .8rem;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--grey); display: inline-block; }

.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 60ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-weight: 700; font-size: 1rem; padding: .85em 1.5em;
  border-radius: 999px; border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--burg); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--burg-dk); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--burg); border-color: var(--burg); }
.btn-ghost:hover { background: var(--burg); color: #fff; }
.btn-light { background: #fff; color: var(--burg); box-shadow: var(--shadow-sm); }
.btn-light:hover { background: var(--bg-2); color: var(--burg-dk); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-light:hover { background: #fff; color: var(--burg); border-color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 254, 255, .92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand .logo-img { height: 52px; width: auto; display: block; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand .brand-name { font-family: var(--font-head); font-weight: 600; font-size: 1.25rem; color: var(--burg); letter-spacing: -0.01em; }
.brand .brand-tag { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink); font-weight: 600; font-size: .98rem; padding: .3em 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--burg); border-color: var(--burg); }
/* Keep the CTA button readable even on its own page (don't apply active link styling) */
.nav-links a.btn { border-bottom: 0; }
.nav-links a.btn.active, .nav-links a.btn:hover { color: #fff; border-color: transparent; }
.nav-cta { margin-left: .4rem; }
/* "Find a Store" nav button — white text, a touch smaller */
.nav-links .nav-cta .btn { color: #fff; font-size: .9rem; }
.nav-links .nav-cta .btn:hover, .nav-links .nav-cta .btn.active { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; flex-direction: column; gap: 5px; justify-content: center; align-items: center; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding: clamp(40px, 6vw, 84px) 0; }
.hero h1 span { color: var(--burg); }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.hero-points { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.8rem; padding: 0; }
.hero-points li { list-style: none; font-weight: 600; font-size: .95rem; color: var(--ink-soft); display: flex; align-items: center; gap: .5rem; }
.hero-points svg { flex: none; }

/* Logo panel (hero art) */
.logo-panel {
  display: grid; place-items: center; padding: 48px;
  background: var(--bg-2);
  background-image: radial-gradient(circle at 30% 20%, rgba(123,0,0,.06), transparent 55%);
  border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow);
}
.logo-panel img { width: min(360px, 80%); height: auto; }

/* ---------- Sections ---------- */
.section { padding: clamp(50px, 7vw, 92px) 0; }
.section.tint { background: var(--bg-2); }
.section.dark, .section.green {
  background: var(--burg-dk);
  background-image: radial-gradient(circle at 12% 18%, rgba(255,255,255,.06), transparent 42%),
                    radial-gradient(circle at 88% 82%, rgba(1,2,1,.25), transparent 45%);
  color: #fff;
}
.section.dark h1, .section.dark h2, .section.dark h3,
.section.green h1, .section.green h2, .section.green h3 { color: #fff; }
.section.dark .lead, .section.dark p,
.section.green .lead, .section.green p { color: rgba(255,255,255,.85); }
.section.dark .kicker, .section.green .kicker { color: #fff; }
.section.dark .kicker::before, .section.green .kicker::before { background: var(--grey); }

.section-head { max-width: 64ch; margin-bottom: 2.4rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .kicker { justify-content: center; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .icon { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: var(--bg-2); margin-bottom: 1rem; }
.card.accent .icon { background: var(--burg); }
.card h3 { margin-bottom: .35rem; }
.card p { color: var(--ink-soft); margin-bottom: 0; font-size: .97rem; }

/* feature row */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.feature.flip .feature-art { order: 2; }
.feature-art { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--bg-2); aspect-ratio: 4 / 3; }
.feature-art svg { width: 100%; height: 100%; }
.feature-art.photo img { width: 100%; height: 100%; object-fit: cover; }
.feature ul { padding-left: 0; list-style: none; margin: 1rem 0 0; }
.feature ul li { position: relative; padding-left: 1.8rem; margin-bottom: .55rem; color: var(--ink-soft); }
.feature ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px; border-radius: 50%; background: var(--burg); }

/* ---------- Store gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--bg-2); }
.gallery img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); padding: .6rem .85rem; background: #fff; }
@media (max-width: 920px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery { grid-template-columns: 1fr; } .gallery img { height: 220px; } }

/* ---------- Homepage image accents ---------- */
.promo-hero-art.photo { padding: 0; overflow: hidden; }
.promo-hero-art.photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 23px; display: block; }

.tile .tile-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.tile.has-bg > *:not(.tile-bg) { position: relative; z-index: 2; }
.tile.has-bg::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.tile-burg.has-bg::after { background: linear-gradient(160deg, rgba(123,0,0,.60), rgba(60,0,0,.9)); }

.loc-banner { width: 100%; height: clamp(180px, 26vw, 280px); object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); margin-bottom: 2.2rem; display: block; }

/* ---------- Locations ---------- */
.loc-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.loc-map { width: 100%; height: 220px; border: 0; display: block; background: var(--bg-2); }
.loc-body { padding: 22px 24px 26px; }
.loc-body h3 { margin-bottom: .15rem; }
.loc-addr { color: var(--ink-soft); font-size: .96rem; margin-bottom: .9rem; }
.loc-meta { display: flex; flex-wrap: wrap; gap: .5rem .9rem; font-size: .9rem; margin-bottom: 1rem; }
.loc-meta span { display: inline-flex; align-items: center; gap: .4rem; color: var(--ink); font-weight: 600; }
.loc-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.loc-actions .btn { padding: .6em 1.1em; font-size: .92rem; }

/* ---------- Deals ---------- */
.deal-banner { background: var(--burg); color: #fff; border-radius: var(--radius); padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; box-shadow: var(--shadow); }
.deal-banner h2 { color: #fff; margin: 0; }
.deal-card { text-align: center; }
.deal-card .price { font-family: var(--font-head); font-weight: 600; font-size: 2.1rem; color: var(--burg); line-height: 1; }
.deal-card .price small { font-size: .9rem; color: var(--ink-soft); font-family: var(--font-body); font-weight: 600; }
.deal-card .deal-name { font-weight: 700; margin-top: .3rem; }
.deal-card .deal-sub { color: var(--ink-soft); font-size: .9rem; }
.deal-tag { display: inline-block; background: var(--bg-2); color: var(--burg); font-weight: 700; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: .25em .7em; border-radius: 999px; margin-bottom: .8rem; }

/* ---------- Stats strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stat .num { font-family: var(--font-head); font-weight: 600; font-size: 2.6rem; color: #fff; line-height: 1; }
.stat .lbl { font-size: .9rem; color: var(--grey); font-weight: 600; letter-spacing: .02em; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--bg-2); border: 1px solid var(--line); border-radius: 24px; padding: clamp(30px, 5vw, 56px); text-align: center; }
.cta-band h2 { margin-bottom: .4rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--burg-deep); color: rgba(255,255,255,.8); padding: 56px 0 28px; }
.site-footer a { color: rgba(255,255,255,.8); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-grid h4 { color: #fff; font-family: var(--font-body); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: .5rem; font-size: .95rem; }
.footer-logo { height: 72px; width: auto; margin-bottom: 14px; }
.footer-brand p { font-size: .95rem; max-width: 30ch; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.6); }

/* ---------- Page banner ---------- */
.page-banner {
  background: var(--burg-dk);
  background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,.06), transparent 45%),
                    radial-gradient(circle at 85% 80%, rgba(1,2,1,.28), transparent 48%);
  color: #fff; padding: clamp(48px, 7vw, 88px) 0;
}
.page-banner h1 { color: #fff; }
.page-banner .lead { color: rgba(255,255,255,.85); }
.page-banner .kicker { color: #fff; }
.page-banner .kicker::before { background: var(--grey); }
.breadcrumb { font-size: .85rem; color: rgba(255,255,255,.65); margin-bottom: .6rem; }
.breadcrumb a { color: rgba(255,255,255,.85); }

/* ---------- Utility ---------- */
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.note { background: var(--bg-2); border-left: 4px solid var(--burg); border-radius: 8px; padding: 14px 18px; font-size: .9rem; color: var(--ink-soft); }

/* ============================================================
   7-Eleven-style components (promo-driven layout)
   ============================================================ */

/* Top utility bar */
.topbar { background: var(--burg-deep); color: rgba(255,255,255,.92); font-size: .82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; flex-wrap: wrap; }
.topbar-left { font-weight: 600; letter-spacing: .01em; }
.topbar-right { display: flex; align-items: center; gap: 1.2rem; }
.topbar a { color: rgba(255,255,255,.92); font-weight: 700; }
.topbar a:hover { color: #fff; }
.topbar .topbar-loc { display: inline-flex; align-items: center; gap: .35rem; }

/* Mega-nav dropdown */
.nav-links .has-menu { position: relative; }
.nav-links .has-menu > a::after { content: "▾"; font-size: .7em; margin-left: .35em; color: var(--grey); }
.mega {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(6px);
  width: 460px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow); padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  opacity: 0; visibility: hidden;
  /* small hide delay so a brief cursor slip out doesn't close the menu */
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .25s; z-index: 60;
}
/* Transparent "bridge" that fills the gap between the tab and the menu so
   moving the cursor down into the dropdown never crosses a dead zone. */
.mega::before {
  content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 20px; background: transparent;
}
.nav-links .has-menu:hover .mega, .nav-links .has-menu:focus-within .mega {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
  transition: opacity .16s ease, transform .16s ease, visibility 0s;
}
.mega a { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border-radius: 10px; border-bottom: 0; }
.mega a:hover { background: var(--bg-2); }
.mega a strong { color: var(--ink); font-family: var(--font-body); font-weight: 700; font-size: .98rem; }
.mega a:hover strong { color: var(--burg); }
.mega a span { color: var(--ink-soft); font-size: .82rem; }

/* Store locator strip */
.locator { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.locator-inner { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px 0; flex-wrap: wrap; }
.locator-inner strong { font-family: var(--font-head); font-size: 1.12rem; color: var(--ink); }
.locator form { display: flex; gap: 8px; flex-wrap: wrap; }
.locator input {
  font-family: var(--font-body); font-size: 1rem; padding: .7em 1em; border-radius: 999px;
  border: 1.5px solid var(--line); background: #fff; min-width: 220px; color: var(--ink);
}
.locator input:focus { outline: none; border-color: var(--burg); }
.locator .btn { padding: .7em 1.3em; }

/* Promo hero (bold) */
.promo-hero {
  background: var(--burg);
  background-image: radial-gradient(circle at 82% 18%, rgba(255,255,255,.10), transparent 42%),
                    radial-gradient(circle at 12% 88%, rgba(1,2,1,.30), transparent 46%);
  color: #fff; overflow: hidden;
}
.promo-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: clamp(44px, 6vw, 88px) 0; }
.promo-hero .eyebrow { display: inline-block; background: rgba(255,255,255,.15); color: #fff; font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; padding: .4em .9em; border-radius: 999px; margin-bottom: 1rem; }
.promo-hero h1 { color: #fff; font-size: clamp(2.6rem, 5.4vw, 4.3rem); }
.promo-hero p { color: rgba(255,255,255,.9); font-size: 1.2rem; max-width: 48ch; }
.promo-hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.promo-hero-art { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; padding: 40px; display: grid; place-items: center; }
.promo-hero-art img { width: min(330px, 78%); }

/* Offer tiles (colorful bento) */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(150px, 1fr); gap: 18px; }
.tile.feat { grid-column: span 2; grid-row: span 2; }
.tile {
  border-radius: 20px; padding: 28px; min-height: 210px; display: flex; flex-direction: column;
  justify-content: flex-end; gap: .4rem; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease;
  border: 1px solid var(--line);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tile h3 { font-size: 1.5rem; margin: 0; }
.tile p { margin: 0; font-size: .96rem; }
.tile .tile-link { font-weight: 700; margin-top: .5rem; display: inline-flex; align-items: center; gap: .3rem; }
.tile.span-2 { grid-column: span 2; }
.tile.tall { min-height: 320px; }
.tile-burg { background: var(--burg); border-color: var(--burg); color: #fff; }
.tile-burg h3, .tile-burg .tile-link { color: #fff; } .tile-burg p { color: rgba(255,255,255,.88); }
.tile-burg .tile-link:hover { color: var(--grey); }
.tile-dark { background: var(--burg-deep); border-color: var(--burg-deep); color: #fff; }
.tile-dark h3, .tile-dark .tile-link { color: #fff; } .tile-dark p { color: rgba(255,255,255,.85); }
.tile-grey { background: var(--bg-2); color: var(--ink); }
.tile-grey h3 { color: var(--ink); } .tile-grey p { color: var(--ink-soft); } .tile-grey .tile-link { color: var(--burg); }
.tile-white { background: #fff; color: var(--ink); }
.tile-white h3 { color: var(--ink); } .tile-white p { color: var(--ink-soft); } .tile-white .tile-link { color: var(--burg); }
.tile .tile-eyebrow { font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; opacity: .9; }

/* Rewards band */
.rewards { background: var(--burg-dk); color: #fff; border-radius: 26px; padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center; }
.rewards h2 { color: #fff; }
.rewards p { color: rgba(255,255,255,.88); }
.rewards .reward-badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; padding: 26px; text-align: center; }
.rewards .reward-badge .big { font-family: var(--font-head); font-size: 2.4rem; color: #fff; line-height: 1.1; }
.rewards .reward-badge .sub { color: var(--grey); font-weight: 600; font-size: .92rem; }

/* Social row */
.social-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.social-row a { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; transition: background .15s ease; }
.social-row a:hover { background: var(--burg); }

@media (max-width: 920px) {
  .promo-hero-grid { grid-template-columns: 1fr; }
  .promo-hero-art { order: -1; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .tile.span-2 { grid-column: span 2; }
  .tile.feat { grid-column: span 2; grid-row: auto; }
  .rewards { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .topbar-left { display: none; }
  .topbar-inner { justify-content: center; }
  /* Mega menu inline on mobile */
  .nav-links .has-menu > a::after { content: ""; }
  .mega { position: static; transform: none; opacity: 1; visibility: visible; width: auto; box-shadow: none; border: 0; border-radius: 0; padding: 0 0 .4rem 0; display: block; background: transparent; transition: none; }
  .mega::before { display: none; } /* no bridge needed when menu is always open */
  .mega a { padding: .55em 0 .55em 1rem; }
  .mega a span { display: none; }
  .tiles { grid-template-columns: 1fr; }
  .tile.span-2, .tile.feat { grid-column: span 1; grid-row: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art, .logo-panel { order: -1; }
  .feature, .feature.flip { grid-template-columns: 1fr; }
  .feature.flip .feature-art { order: -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { position: absolute; top: 80px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 0; padding: 10px 22px 22px; box-shadow: var(--shadow); display: none; }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; padding: .8em 0; border-bottom: 1px solid var(--line); }
  .nav-links .nav-cta { margin: .8rem 0 0; }
  .nav-toggle { display: flex; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .deal-banner { flex-direction: column; align-items: flex-start; }
}
