:root {
  --cream: #f5eddf;
  --paper: #fffaf3;
  --white: #ffffff;
  --ink: #201b19;
  --muted: #6b615b;
  --wine: #772433;
  --wine-dark: #511722;
  --green: #4c6f50;
  --green-dark: #2f4d34;
  --gold: #b89459;
  --rose: #c95f6d;
  --shadow: 0 22px 55px rgba(62, 38, 29, .13);
  --container: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.menu-open { overflow: hidden; }
main, section, article, header, footer, nav, div { min-width: 0; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, a, strong, span { overflow-wrap: anywhere; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(72px, 7vw, 104px) 0; }
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(119, 36, 51, .10);
  background: rgba(245, 237, 223, .97);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}
.brand-mark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  background: var(--wine);
  box-shadow: 0 8px 18px rgba(119, 36, 51, .20);
  overflow: hidden;
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  top: -4px;
  left: 14px;
  border-radius: 50%;
  background: var(--cream);
}
.brand-copy { display: grid; min-width: 0; line-height: 1.02; }
.brand-copy small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand-copy strong { font-size: 1.5rem; letter-spacing: -.04em; }

.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
.main-nav a {
  color: #514741;
  font-size: .93rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a:focus-visible { color: var(--wine); }
.main-nav .nav-call {
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--wine);
  box-shadow: 0 10px 24px rgba(119, 36, 51, .18);
}
.menu-toggle {
  display: none;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(62, 38, 29, .10);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  padding: clamp(56px, 7vw, 84px) 0 clamp(72px, 8vw, 98px);
  background:
    radial-gradient(circle at 13% 15%, rgba(184,148,89,.15), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(76,111,80,.13), transparent 25%),
    linear-gradient(135deg, var(--cream), #fffaf3 58%, #efe2d2);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(40px, 6vw, 76px);
}
.eyebrow {
  margin: 0 0 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--wine);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 32px;
  height: 2px;
  background: var(--gold);
}
.hero h1,
.section-heading h2,
.category-panel h2,
.delivery-copy h2,
.contact-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.hero h1 {
  margin: 0;
  max-width: 740px;
  font-size: clamp(3.3rem, 6.4vw, 6.5rem);
}
.hero h1 span { color: var(--wine); font-weight: 400; }
.hero-text {
  max-width: 610px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 54px;
  max-width: 100%;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--wine); box-shadow: 0 13px 30px rgba(119,36,51,.20); }
.btn-outline { border-color: rgba(32,27,25,.16); background: rgba(255,255,255,.60); }
.btn-light { color: var(--wine-dark); background: var(--cream); }
.btn-full { width: 100%; }
.facts { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 18px 34px; }
.fact { display: grid; }
.fact span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.fact strong { font-size: 1rem; }

.hero-visual { width: min(100%, 530px); margin-inline: auto; }
.visual-card {
  width: 100%;
  min-height: 468px;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 36px;
  background: linear-gradient(155deg, rgba(255,255,255,.97), rgba(239,226,209,.95));
  box-shadow: var(--shadow);
}
.visual-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mini-moon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  background: #b8b4b0;
  overflow: hidden;
}
.mini-moon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 11px;
  border-radius: 50%;
  background: #efe2d3;
}
.visual-name {
  display: block;
  margin-top: 2px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 7vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.07em;
}
.visual-food {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.produce-scene, .meat-scene { min-height: 146px; position: relative; }
.produce {
  position: absolute;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: inset -8px -8px 0 rgba(93,30,41,.12);
}
.p-red-one { width: 70px; height: 70px; left: 5%; bottom: 14px; }
.p-red-two { width: 50px; height: 50px; left: 48%; bottom: 4px; background: #c34653; }
.p-orange { width: 58px; height: 58px; left: 38%; bottom: 50px; background: #e3a03f; }
.leaf {
  position: absolute;
  width: 44px;
  height: 24px;
  border-radius: 100% 0;
  background: var(--green);
}
.l-one { left: 19%; bottom: 82px; transform: rotate(-24deg); }
.l-two { left: 43%; bottom: 101px; transform: rotate(20deg); }
.carrot {
  position: absolute;
  width: 34px;
  height: 103px;
  right: 4%;
  top: 17px;
  border-radius: 50% 45% 56% 48%;
  background: #e38235;
  transform: rotate(23deg);
}
.steak {
  position: absolute;
  width: min(88%, 176px);
  aspect-ratio: 1.48;
  left: 5%;
  top: 17px;
  border-radius: 58% 42% 55% 45%;
  background: #b7424f;
  transform: rotate(-7deg);
  box-shadow: inset 0 0 0 12px rgba(255,198,191,.30);
}
.cut-line {
  position: absolute;
  height: 3px;
  border-radius: 99px;
  background: rgba(255,232,225,.68);
  transform: rotate(-7deg);
}
.cl-one { width: 68%; left: 15%; top: 64px; }
.cl-two { width: 50%; left: 24%; top: 93px; }
.visual-labels {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  text-align: center;
}
.visual-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.visual-badges span {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(62,38,29,.11);
}
.visual-badges span:first-child { color: #fff; background: var(--green); }
.visual-badges span:last-child { color: var(--wine-dark); background: #ead2a2; }

.products { background: var(--paper); }
.section-heading { max-width: 880px; margin: 0 auto 48px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem, 4.9vw, 5rem); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card {
  min-height: 342px;
  padding: 27px;
  border: 1px solid rgba(32,27,25,.08);
  border-radius: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 15px 38px rgba(62,38,29,.08);
}
.product-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(32,27,25,.23);
  font-size: .73rem;
  font-weight: 900;
}
.product-icon {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  margin-bottom: 32px;
  border-radius: 21px;
  position: relative;
  background: rgba(119,36,51,.08);
}
.product-icon span, .product-icon i { position: absolute; display: block; }
.icon-produce span {
  width: 18px;
  height: 46px;
  left: 26px;
  top: 13px;
  border-radius: 45% 50% 55% 48%;
  background: #e48938;
  transform: rotate(12deg);
}
.icon-produce i {
  width: 23px;
  height: 13px;
  left: 18px;
  top: 9px;
  border-radius: 100% 0;
  background: var(--green);
  transform: rotate(-15deg);
}
.icon-fruit span {
  width: 38px;
  height: 38px;
  left: 16px;
  top: 19px;
  border-radius: 50%;
  background: var(--rose);
}
.icon-fruit i {
  width: 21px;
  height: 11px;
  left: 35px;
  top: 13px;
  border-radius: 100% 0;
  background: var(--green);
  transform: rotate(26deg);
}
.icon-meat span, .icon-cuts span {
  width: 44px;
  height: 31px;
  left: 13px;
  top: 20px;
  border-radius: 56% 44% 54% 46%;
  background: #b7424f;
  transform: rotate(-8deg);
  box-shadow: inset 0 0 0 6px rgba(255,198,191,.30);
}
.icon-meat i, .icon-cuts i {
  width: 27px;
  height: 2px;
  left: 21px;
  top: 35px;
  background: rgba(255,235,230,.78);
  transform: rotate(-8deg);
}
.product-card h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 2rem; line-height: 1.05; }
.product-card p { margin: 0 0 22px; color: var(--muted); }
.product-card > a {
  margin-top: auto;
  color: var(--wine);
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
}
.product-card > a::after { content: " →"; }

.category-band { padding: 28px 0; background: #e9dfd1; }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.category-panel {
  min-height: 350px;
  padding: clamp(34px, 4vw, 52px);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
}
.category-green { color: #fff; background: linear-gradient(140deg, #5c815f, var(--green-dark)); }
.category-wine { color: #fff; background: linear-gradient(140deg, #8a3040, var(--wine-dark)); }
.category-tag {
  margin-bottom: 12px;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.category-panel h2 { max-width: 520px; margin: 0 0 14px; font-size: clamp(2.6rem, 4vw, 4.3rem); }
.category-panel p { margin: 0; color: rgba(255,255,255,.82); }

.delivery { background: var(--wine-dark); }
.delivery-card {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 34px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 72px);
  color: #fff;
  background: linear-gradient(135deg, #6f2230, #46131d);
}
.delivery-visual {
  min-height: 360px;
  position: relative;
  display: grid;
  place-items: center;
}
.delivery-moon {
  width: min(330px, 82%);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  position: absolute;
}
.delivery-box {
  width: min(252px, 74%);
  min-height: 250px;
  padding: 28px;
  border-radius: 29px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 20px 50px rgba(0,0,0,.20);
}
.delivery-box small {
  margin-bottom: 4px;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.delivery-box strong { font-family: Georgia, serif; font-size: 1.85rem; line-height: 1.05; }
.truck { width: 116px; height: 70px; position: absolute; top: 38px; left: 50%; transform: translateX(-50%); }
.truck-body { position: absolute; width: 69px; height: 36px; left: 0; top: 16px; border-radius: 8px 3px 3px 8px; background: var(--green); }
.truck-cab { position: absolute; width: 37px; height: 30px; right: 8px; top: 22px; border-radius: 6px 10px 3px 3px; background: var(--green); }
.truck-cab::before { content: ""; position: absolute; width: 18px; height: 12px; top: 5px; left: 5px; border-radius: 3px; background: #d9e4d8; }
.truck i { position: absolute; width: 17px; height: 17px; bottom: 9px; border-radius: 50%; background: var(--ink); }
.wheel-one { left: 15px; }
.wheel-two { right: 15px; }
.eyebrow-light { color: #eed8a9; }
.delivery-copy h2 { margin: 0 0 20px; font-size: clamp(2.8rem, 5vw, 5rem); }
.delivery-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 28px; color: rgba(255,255,255,.77); font-size: 1.06rem; }

.contact { background: var(--paper); }
.contact-card {
  padding: clamp(34px, 5vw, 60px);
  border-radius: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  align-items: center;
  gap: clamp(38px, 6vw, 68px);
  background: linear-gradient(130deg, #f0dfc8, #fbf5ed 70%);
  box-shadow: var(--shadow);
}
.contact-copy h2 { margin: 0 0 17px; font-size: clamp(3rem, 5vw, 5.1rem); }
.contact-copy > p:last-child { max-width: 620px; color: var(--muted); }
.contact-data {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.90);
  border-radius: 24px;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(7px);
}
.contact-row {
  display: grid;
  gap: 4px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(32,27,25,.10);
}
.contact-row span {
  color: var(--muted);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-row a, .contact-row strong {
  max-width: 100%;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.email { font-size: clamp(.82rem, 1.25vw, 1rem) !important; }

.site-footer { padding: 58px 0 calc(58px + env(safe-area-inset-bottom)); color: #fff; background: #1e1a18; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr) minmax(0, .7fr);
  align-items: center;
  gap: clamp(26px, 5vw, 50px);
}
.brand-footer .brand-mark::after { background: #1e1a18; }
.brand-footer .brand-copy small { color: #9b918a; }
.footer-grid p { margin: 0; color: #bdb2aa; }
.footer-phone { justify-self: end; font-size: 1.14rem; font-weight: 900; text-decoration: none; white-space: nowrap; }
.floating-call {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: fixed;
  z-index: 90;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 32px rgba(47,77,52,.35);
  font-size: 1.4rem;
  text-decoration: none;
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1080px) {
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(3.1rem, 7vw, 5.4rem); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .86rem; }
  .main-nav .nav-call { padding-inline: 14px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 32px, 760px); }
  html { scroll-padding-top: 78px; }
  .nav-wrap { min-height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    min-height: 100vh;
    min-height: 100dvh;
    padding: calc(96px + env(safe-area-inset-top)) 24px calc(38px + env(safe-area-inset-bottom));
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    visibility: hidden;
    opacity: 0;
    background: var(--cream);
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { max-width: 100%; font-size: 1.18rem; white-space: normal; text-align: center; }
  .main-nav .nav-call { padding: 13px 20px; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding: 54px 0 74px; }
  .hero-grid, .delivery-card, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .facts { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-visual { width: min(100%, 560px); }

  .category-grid { grid-template-columns: 1fr; }
  .category-panel { min-height: 300px; text-align: center; justify-content: center; }
  .category-panel h2 { margin-inline: auto; }

  .delivery-card { gap: 34px; }
  .delivery-visual { min-height: 330px; }
  .delivery-copy { text-align: center; }
  .delivery-copy .eyebrow { justify-content: center; }
  .delivery-copy > p:not(.eyebrow) { margin-inline: auto; }
  .delivery-copy .btn { margin-inline: auto; }

  .contact-copy { text-align: center; }
  .contact-copy .eyebrow { justify-content: center; }
  .contact-copy > p:last-child { margin-inline: auto; }
  .contact-data { width: min(100%, 560px); margin-inline: auto; }

  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .footer-phone { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  .section { padding: 68px 0; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark::after { width: 34px; height: 34px; left: 13px; }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-copy small { font-size: .56rem; letter-spacing: .11em; }

  .hero { padding: 46px 0 64px; }
  .hero h1 { font-size: clamp(2.85rem, 14.5vw, 4.35rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .facts { gap: 16px; }
  .fact { flex: 1 1 125px; }

  .visual-card { min-height: 390px; padding: 23px; border-radius: 29px; }
  .visual-name { font-size: clamp(3.8rem, 18vw, 4.8rem); }
  .visual-food { margin-top: 31px; gap: 8px; }
  .produce-scene, .meat-scene { min-height: 118px; }
  .p-red-one { width: 52px; height: 52px; left: 2%; }
  .p-red-two { width: 38px; height: 38px; left: 53%; }
  .p-orange { width: 44px; height: 44px; left: 36%; bottom: 44px; }
  .l-one { width: 34px; height: 19px; left: 16%; bottom: 70px; }
  .l-two { width: 32px; height: 18px; left: 41%; bottom: 82px; }
  .carrot { width: 27px; height: 78px; right: 1%; top: 23px; }
  .steak { width: 88%; max-width: 136px; box-shadow: inset 0 0 0 9px rgba(255,198,191,.30); }
  .cl-one { width: 68%; left: 15%; top: 57px; }
  .cl-two { width: 49%; left: 24%; top: 79px; }
  .visual-labels { gap: 8px; font-size: .66rem; }

  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3.55rem); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 285px; padding: 24px; }

  .category-band { padding: 18px 0; }
  .category-grid { gap: 14px; }
  .category-panel { min-height: 265px; padding: 32px 22px; border-radius: 25px; }
  .category-panel h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }

  .delivery-card { padding: 26px 20px 38px; border-radius: 27px; }
  .delivery-visual { min-height: 290px; }
  .delivery-moon { width: min(270px, 90%); }
  .delivery-box { width: min(224px, 78%); min-height: 225px; padding: 24px; }
  .delivery-box strong { font-size: 1.58rem; }
  .delivery-copy h2 { font-size: clamp(2.45rem, 11.5vw, 3.75rem); }
  .delivery-copy > p:not(.eyebrow) { font-size: 1rem; }
  .delivery-copy .btn { width: 100%; }

  .contact-card { padding: 34px 20px; border-radius: 27px; }
  .contact-copy h2 { font-size: clamp(2.5rem, 11.5vw, 3.8rem); }
  .contact-data { padding: 20px; border-radius: 20px; }
  .contact-row a, .contact-row strong { font-size: 1.02rem; }
  .email { font-size: .83rem !important; }

  .site-footer { padding-top: 52px; }
  .footer-grid { grid-template-columns: 1fr; gap: 23px; }
  .footer-phone { grid-column: auto; justify-self: start; }
  .floating-call { width: 54px; height: 54px; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
  :root { --container: calc(100% - 22px); }
  .brand { gap: 9px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-mark::after { width: 30px; height: 30px; left: 12px; }
  .brand-copy strong { font-size: 1.08rem; }
  .brand-copy small { font-size: .49rem; letter-spacing: .08em; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero h1 { font-size: clamp(2.55rem, 14.7vw, 3.55rem); }
  .btn { padding-inline: 17px; font-size: .9rem; }
  .visual-card { min-height: 360px; padding: 19px; }
  .visual-name { font-size: clamp(3.45rem, 19vw, 4.2rem); }
  .visual-topline { font-size: .61rem; letter-spacing: .09em; }
  .visual-labels { font-size: .6rem; }
  .delivery-card { padding-inline: 16px; }
  .delivery-visual { min-height: 265px; }
  .delivery-box { width: min(208px, 78%); min-height: 208px; padding: 21px; }
  .truck { transform: translateX(-50%) scale(.9); transform-origin: center; }
  .contact-data { padding: 17px; }
  .email { font-size: .77rem !important; }
}

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