/* ============================================================
   MENIU MOTEL GILĂU — Static homepage
   Matched to motelgilau.ro: teal palette, elegant serif H,
   clean white sections, dark teal footer. Warm food accents.
   ============================================================ */

:root {
  --teal-900: #0f4a48;
  --teal-800: #145e5c;
  --teal-700: #1b7775;
  --teal-600: #237e7c;
  --teal-500: #2d9c9a;
  --teal-50:  #e6f1f0;

  --cream:    #f7f1e6;
  --cream-2:  #efe7d6;
  --gold:     #b48a4a;
  --gold-2:   #8e6a32;

  --ink:      #1f2630;
  --ink-soft: #4a5560;
  --muted:    #7b8794;
  --line:     #e6e4df;
  --bg:       #ffffff;
  --bg-soft:  #faf8f3;

  --shadow-sm: 0 1px 2px rgba(15,74,72,.06), 0 1px 3px rgba(15,74,72,.04);
  --shadow:    0 8px 24px rgba(15,74,72,.08);
  --shadow-lg: 0 24px 60px rgba(15,74,72,.14);

  --radius-sm: 6px;
  --radius:    14px;
  --radius-lg: 22px;

  --container: 1240px;

  --serif: 'Cormorant Garamond', 'EB Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'Outfit', 'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;
  --mono:  'JetBrains Mono', ui-monospace, Menlo, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--teal-700); }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 .4em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 4.5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
h3 { font-size: 1.5rem; }
p  { margin: 0 0 1rem; color: var(--ink-soft); }

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

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin-bottom: 14px;
}
.eyebrow.on-dark { color: var(--cream); }
.eyebrow::before {
  content: ""; display: inline-block; width: 28px; height: 1px;
  background: currentColor; vertical-align: middle; margin-right: 12px;
  opacity: .8;
}

.section-title { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-title p { font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px;
  font-family: var(--sans);
  font-size: 14px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--teal-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--teal-800); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--teal-700); border: 1px solid var(--teal-700); }
.btn-ghost:hover { background: var(--teal-700); color: #fff; }
.btn-light { background: #fff; color: var(--teal-800); }
.btn-light:hover { background: var(--cream); }
.btn-lg { padding: 18px 36px; font-size: 15px; }

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--teal-900);
  color: #cfe6e5;
  font-size: 13px;
}
.topbar .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 40px; gap: 24px;
}
.topbar a { color: #cfe6e5; }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 26px; }
.topbar-left span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-right { display: flex; align-items: center; gap: 18px; }
.topbar-right .divider { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.lang-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 10px; border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: 12px; font-weight: 600; letter-spacing: .06em;
}

/* ---------- Header ---------- */
.header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 86px;
}
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo .logo-mark {
  font-family: var(--serif);
  font-size: 32px; font-weight: 500; letter-spacing: -.01em;
  color: var(--ink);
}
.logo .logo-mark em { font-style: italic; color: var(--teal-700); font-weight: 500; }
.logo .logo-sub {
  font-size: 11px; letter-spacing: .35em; text-transform: uppercase;
  color: var(--muted); margin-top: 4px; padding-left: 2px;
}

.nav { display: flex; align-items: center; gap: 36px; }
.nav a {
  position: relative;
  font-size: 14px; font-weight: 500;
  color: var(--ink-soft);
  padding: 6px 0;
}
.nav a:hover, .nav a.active { color: var(--teal-700); }
.nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--teal-700); border-radius: 2px;
}

.header-right { display: flex; align-items: center; gap: 18px; }
.cart-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 13px; font-weight: 600;
  color: var(--ink);
}
.cart-pill .dot {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 999px;
  background: var(--teal-700); color: #fff; font-size: 11px; font-weight: 700;
}
.menu-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--cream);
  overflow: hidden;
  padding: 90px 0 110px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1100px 600px at 85% 30%, rgba(35,126,124,.10), transparent 60%),
    radial-gradient(800px 600px at 5% 90%, rgba(180,138,74,.10), transparent 60%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px; align-items: center;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 500;
}
.hero-copy h1 em {
  font-style: italic;
  color: var(--teal-700);
}
.hero-copy .lede {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }

.hero-meta {
  display: flex; gap: 28px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid rgba(15,74,72,.12);
}
.hero-meta .item {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--ink-soft);
}
.hero-meta .item strong { color: var(--ink); font-weight: 600; display: block; font-size: 14px; }
.hero-meta svg { color: var(--teal-700); flex-shrink: 0; }

/* Hero visual collage */
.hero-visual { position: relative; height: 560px; }
.hero-visual .card {
  position: absolute; border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid #fff;
}
.hero-visual .card img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .v1 { top: 20px; left: 0; width: 62%; height: 65%; }
.hero-visual .v2 { bottom: 0; right: 0; width: 55%; height: 55%; }
.hero-visual .v3 {
  top: 0; right: 12%; width: 32%; height: 30%;
  background: var(--teal-700); display: flex; align-items: center; justify-content: center;
  border-radius: 999px; border: 0; box-shadow: var(--shadow);
  color: #fff;
  text-align: center;
  padding: 18px;
}
.hero-visual .v3 .price {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.1;
  display: block;
}
.hero-visual .v3 .label {
  font-size: 10px; letter-spacing: .25em; text-transform: uppercase;
  opacity: .8; display: block; margin-top: 6px;
}
.hero-visual .badge {
  position: absolute; bottom: 30%; left: -10px;
  background: #fff; border-radius: var(--radius);
  padding: 14px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 600;
}
.hero-visual .badge .ic {
  width: 36px; height: 36px; border-radius: 999px;
  background: var(--cream); display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold-2);
}

/* ---------- Trust strip ---------- */
.trust {
  background: #fff; border-bottom: 1px solid var(--line);
}
.trust .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-item {
  padding: 36px 22px;
  display: flex; gap: 16px; align-items: center;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: 0; }
.trust-item .ic {
  width: 48px; height: 48px; border-radius: 999px;
  background: var(--teal-50);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--teal-700); flex-shrink: 0;
}
.trust-item h4 { margin: 0 0 2px; font-family: var(--sans); font-size: 15px; font-weight: 600; }
.trust-item p { margin: 0; font-size: 13px; color: var(--muted); }

/* ---------- Sections ---------- */
section.block { padding: 96px 0; }
section.block.tight { padding: 72px 0; }
section.dark { background: var(--teal-900); color: #e9eef0; }
section.dark h1, section.dark h2, section.dark h3 { color: #fff; }
section.dark p { color: #c6d5d4; }
section.cream { background: var(--bg-soft); }

/* ---------- Categories ---------- */
.category-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.category-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--ink);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.category-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.category-card:hover img { transform: scale(1.06); }
.category-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,74,72,0) 30%, rgba(15,74,72,.85) 100%);
}
.category-card .cat-content {
  position: absolute; inset: auto 0 0 0; padding: 24px;
  z-index: 1; color: #fff;
}
.category-card .cat-count {
  display: inline-block;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--cream); opacity: .85; margin-bottom: 6px;
}
.category-card h3 {
  color: #fff; font-size: 1.8rem; margin: 0 0 4px;
}
.category-card .cat-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: #fff; margin-top: 10px; opacity: .9;
}
.category-card:hover .cat-cta { opacity: 1; }

/* ---------- Featured dishes grid ---------- */
.dishes-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.dish {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.dish:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.dish-img {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--cream);
}
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dish:hover .dish-img img { transform: scale(1.05); }
.dish-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.95);
  color: var(--teal-800);
  padding: 5px 11px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.dish-fav {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px; border-radius: 999px;
  background: rgba(255,255,255,.95);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-soft);
}
.dish-fav:hover { color: var(--teal-700); }
.dish-body { padding: 22px 22px 18px; flex: 1; display: flex; flex-direction: column; }
.dish h3 { font-size: 1.25rem; margin: 0 0 6px; line-height: 1.2; }
.dish .desc { font-size: 13.5px; color: var(--ink-soft); margin: 0 0 14px; flex: 1; }
.dish .meta { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; flex-wrap: wrap; }
.dish .meta .chip {
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); display: inline-flex; align-items: center; gap: 5px;
}
.dish .meta .chip svg { color: var(--teal-700); }
.dish-foot {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px dashed var(--line); padding-top: 16px;
}
.dish .price {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--ink);
  display: inline-flex; align-items: baseline; gap: 4px;
}
.dish .price .cur { font-size: .8rem; color: var(--muted); letter-spacing: .1em; }
.add-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 999px;
  background: var(--teal-700); color: #fff;
  font-size: 13px; font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
.add-btn:hover { background: var(--teal-800); color:#fff; transform: translateY(-1px); }

.dishes-foot { text-align: center; margin-top: 56px; }

/* ---------- Story (Bucătăria) ---------- */
.story {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.story-visual { position: relative; }
.story-visual .main {
  border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
  aspect-ratio: 4/5;
}
.story-visual .main img { width: 100%; height: 100%; object-fit: cover; }
.story-visual .sticker {
  position: absolute; bottom: -28px; right: -28px;
  width: 168px; height: 168px; border-radius: 999px;
  background: var(--teal-700); color: #fff;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 24px;
  font-family: var(--serif); font-style: italic;
  font-size: 1.1rem; line-height: 1.25;
  border: 6px solid var(--bg-soft);
  box-shadow: var(--shadow);
  transform: rotate(-5deg);
}
.story-visual .sticker strong {
  font-style: normal; font-family: var(--sans);
  display: block; font-size: 10px; letter-spacing: .25em;
  text-transform: uppercase; margin-bottom: 6px; opacity: .85; font-weight: 600;
}
.story-copy h2 em { font-style: italic; color: var(--teal-700); }
.story-copy p { font-size: 1.05rem; }
.story-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.story-features .f {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px; border-radius: var(--radius);
  background: var(--bg-soft);
}
.story-features .f .ic { color: var(--teal-700); flex-shrink: 0; margin-top: 2px; }
.story-features .f strong { display: block; font-size: 14px; margin-bottom: 2px; }
.story-features .f span { font-size: 13px; color: var(--muted); }

/* ---------- Pizza & Pasta showcase ---------- */
.showcase-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 16px; height: 640px;
}
.showcase-grid .tile {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: var(--ink);
}
.showcase-grid .tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.showcase-grid .tile:hover img { transform: scale(1.04); }
.showcase-grid .tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,74,72,0) 40%, rgba(15,74,72,.78) 100%);
}
.showcase-grid .tile .caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 22px; color: #fff; z-index: 1;
}
.showcase-grid .tile .caption .k { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; opacity: .85; color: var(--cream); }
.showcase-grid .tile .caption h3 { color: #fff; font-size: 1.5rem; margin: 4px 0 0; }
.showcase-grid .big { grid-row: 1 / span 2; }

/* ---------- How to order ---------- */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.step {
  padding: 36px 30px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.step .num {
  font-family: var(--serif);
  font-size: 3.5rem; line-height: 1;
  color: var(--teal-500);
  display: block; margin-bottom: 14px;
}
.step h3 { color: #fff; font-size: 1.5rem; margin-bottom: 10px; }
.step p { color: #b5c9c7; }

/* ---------- CTA banner ---------- */
.cta-banner {
  margin: 0 24px;
  background: var(--teal-700);
  background-image:
    radial-gradient(600px 300px at 90% 0%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(500px 300px at 0% 100%, rgba(180,138,74,.18), transparent 60%);
  border-radius: var(--radius-lg);
  padding: 64px 56px;
  color: #fff;
  display: grid; grid-template-columns: 1.4fr .9fr; gap: 32px; align-items: center;
  box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.cta-banner h2 { color: #fff; font-size: clamp(2rem, 3vw, 2.8rem); margin-bottom: 8px; }
.cta-banner h2 em { font-style: italic; color: var(--cream); }
.cta-banner p { color: #d4e6e5; font-size: 1.05rem; max-width: 480px; margin: 0; }
.cta-banner .actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }

/* ---------- Footer ---------- */
.footer {
  background: var(--teal-900); color: #c6d5d4;
  padding: 80px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px;
}
.footer h4 {
  color: #fff; font-family: var(--sans);
  font-size: 14px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; margin-bottom: 22px;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer ul a { font-size: 14px; color: #c6d5d4; }
.footer ul a:hover { color: #fff; }
.footer .brand-name {
  font-family: var(--serif); font-size: 28px; color: #fff;
  display: block; margin-bottom: 8px;
}
.footer .brand-sub { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--teal-500); }
.footer .about { font-size: 14px; margin: 18px 0 22px; max-width: 320px; color: #aac0bf; }
.footer .socials { display: flex; gap: 10px; }
.footer .socials a {
  width: 38px; height: 38px; border-radius: 999px;
  background: rgba(255,255,255,.08);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.footer .socials a:hover { background: var(--teal-700); }

.footer .contact-row { display: flex; gap: 10px; font-size: 14px; margin-bottom: 12px; color: #d4e6e5; }
.footer .contact-row svg { color: var(--teal-500); flex-shrink: 0; margin-top: 2px; }

.footer-bar {
  margin-top: 64px; padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px; color: #93a8a7;
}
.footer-bar .container {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.footer-bar a { color: #c6d5d4; }
.footer-bar a:hover { color: #fff; }

/* ---------- Floating action ---------- */
.floating-cart {
  position: fixed; right: 20px; bottom: 80px; z-index: 40;
  background: var(--teal-700); color: #fff;
  padding: 12px 20px; border-radius: 999px;
  box-shadow: var(--shadow-lg);
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 14px;
}
.floating-cart:hover { background: var(--teal-800); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { height: 460px; max-width: 560px; margin: 0 auto; width: 100%; }
  .trust .container { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .dishes-grid { grid-template-columns: 1fr 1fr; }
  .story { grid-template-columns: 1fr; gap: 48px; }
  .showcase-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .showcase-grid .big { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16/9; }
  .showcase-grid .tile { aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .cta-banner { grid-template-columns: 1fr; padding: 48px 32px; }
  .cta-banner .actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .topbar .container { height: auto; padding: 8px 24px; flex-wrap: wrap; gap: 8px; }
  .topbar-left { gap: 14px; font-size: 12px; }
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header .container { height: 70px; }
  .logo .logo-mark { font-size: 26px; }
  section.block { padding: 64px 0; }
  .hero { padding: 56px 0 72px; }
  .hero-visual { height: 380px; }
  .hero-visual .v1 { width: 70%; height: 60%; }
  .hero-visual .v2 { width: 60%; height: 50%; }
  .category-grid { grid-template-columns: 1fr; }
  .dishes-grid { grid-template-columns: 1fr; gap: 20px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .story-features { grid-template-columns: 1fr; }
  .story-visual .sticker { right: 10px; bottom: -20px; width: 130px; height: 130px; font-size: .95rem; }
  .cart-pill .label-txt { display: none; }
  .cta-banner { padding: 36px 24px; }
  .footer-bar .container { flex-direction: column; text-align: center; }
}
