:root {
  --aqua: #08b8c2;
  --aqua-dark: #07858d;
  --blue: #087d87;
  --blue-dark: #101114;
  --blue-bright: #08b8c2;
  --red: #e52b35;
  --yellow: #f6c343;
  --cream: #ecf7f6;
  --paper: #fff;
  --ink: #15171a;
  --muted: #626a70;
  --green: #2a8b72;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px;
  background: var(--yellow); color: var(--blue-dark); font-weight: 800;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  backdrop-filter: blur(16px);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 30px; }
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--blue); text-decoration: none; line-height: 1;
}
.brand-crop {
  position: relative; display: block; width: 238px; height: 62px; overflow: hidden;
  border-radius: 8px; background: var(--aqua);
}
.brand-crop img {
  position: absolute; width: 245px; max-width: none; left: -4px; top: -91px;
}
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { text-decoration: none; font-size: .91rem; font-weight: 700; }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-whatsapp { display: none; }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 24px; border: 0; border-radius: 999px; background: var(--aqua);
  color: var(--white); text-decoration: none; font-weight: 850;
  box-shadow: 0 12px 28px rgba(8, 184, 194, .28); transition: .25s ease;
}
.button:hover { transform: translateY(-2px); background: #099da5; box-shadow: 0 16px 34px rgba(8, 184, 194, .34); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .86rem; }
.button-light { background: var(--white); color: var(--blue-dark); box-shadow: none; }
.button-outline { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.45); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-weight: 800; text-underline-offset: 4px; }
.text-link.dark { color: var(--blue); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -2px); }

.hero {
  position: relative; min-height: 720px; overflow: hidden;
  color: var(--white); background:
    radial-gradient(circle at 78% 25%, rgba(8, 184, 194, .25), transparent 30%),
    linear-gradient(145deg, #191a1d 0%, #101114 58%, #08090a 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .12;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 1px);
  background-size: 26px 26px;
}
.hero-grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; padding-block: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; border-radius: 3px; background: var(--red); }
.hero .eyebrow, .eyebrow.light { color: #bcdcf8; }
.hero .eyebrow span, .eyebrow.light span { background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(4rem, 7vw, 6.9rem); font-weight: 500; }
h1 em, h2 em { color: var(--aqua); font-weight: 500; }
.hero-text { max-width: 610px; margin-bottom: 35px; color: #dceaf6; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; gap: 34px; margin-top: 55px; }
.trust-row div { display: grid; padding-left: 16px; border-left: 3px solid var(--yellow); }
.trust-row strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.trust-row span { color: #aac7df; font-size: .75rem; }

.hero-visual { position: relative; min-height: 510px; }
.hero-visual::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 30px;
  z-index: 0;
  width: min(520px, 94%);
  height: 390px;
  border-radius: 44% 56% 36% 64% / 24% 34% 66% 76%;
  background: linear-gradient(135deg, rgba(8, 184, 194, .38), rgba(8, 125, 135, .12));
  transform: rotate(-5deg);
  filter: blur(.2px);
}
.hero-photo-card {
  position: absolute;
  right: -4px;
  bottom: 44px;
  z-index: 2;
  width: min(560px, 100%);
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 70px 26px 88px 34px;
  clip-path: polygon(0 12%, 84% 0, 100% 17%, 96% 88%, 77% 100%, 10% 95%, 0 76%);
  background: #101114;
  box-shadow: 0 30px 70px rgba(0,0,0,.34), -18px 18px 0 rgba(8, 184, 194, .18);
  transform: rotate(1.4deg);
}
.hero-photo-card::before,
.hero-photo-card::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-photo-card::before {
  top: 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(8,184,194,.18), transparent);
  mix-blend-mode: screen;
}
.hero-photo-card::after {
  bottom: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(16,17,20,.72), transparent);
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.02);
}
.visual-card {
  position: absolute; inset: 35px 20px 35px 25px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.22); border-radius: 46% 46% 30px 30px;
  background: linear-gradient(180deg, var(--aqua) 0 43%, #111216 43% 47%, #dceeed 47% 100%);
  box-shadow: var(--shadow); transform: rotate(1.5deg);
}
.visual-place {
  position: absolute; top: 28px; left: 0; right: 0; z-index: 3; text-align: center;
  color: rgba(255,255,255,.9); font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.sun-disc { position: absolute; z-index: 1; width: 150px; height: 150px; top: 0; right: -5px; border-radius: 50%; background: var(--red); }
.store-illustration { position: absolute; left: 12%; right: 12%; bottom: 30px; z-index: 2; }
.store-sign { padding: 14px 10px; border-radius: 8px 8px 0 0; color: var(--white); background: var(--blue-dark); text-align: center; font-size: clamp(1.2rem, 3vw, 2.1rem); font-weight: 950; letter-spacing: -.04em; text-shadow: 3px 3px 0 var(--aqua); }
.store-awning { height: 25px; background: repeating-linear-gradient(90deg, var(--red) 0 42px, #fff 42px 84px); clip-path: polygon(0 0,100% 0,98% 100%,92% 75%,86% 100%,80% 75%,74% 100%,68% 75%,62% 100%,56% 75%,50% 100%,44% 75%,38% 100%,32% 75%,26% 100%,20% 75%,14% 100%,8% 75%,2% 100%); }
.store-front { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 8px; height: 145px; padding: 14px 18px 0; background: #f6efe0; }
.store-front span { border: 8px solid #fff; background: linear-gradient(145deg, #73b3d1, #174a70); box-shadow: inset 0 0 0 2px rgba(0,0,0,.08); }
.river-lines { position: absolute; left: -10%; right: -10%; bottom: -5px; height: 170px; opacity: .37; }
.river-lines svg { width: 100%; height: 100%; }
.river-lines path { fill: none; stroke: #fff; stroke-width: 7; }
.floating-note { position: absolute; z-index: 5; display: grid; min-width: 175px; padding: 15px 20px; border-radius: 16px; color: var(--ink); background: var(--white); box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.floating-note strong { font-size: .86rem; }
.floating-note span { color: var(--muted); font-size: .72rem; }
.note-one { left: -6px; top: 88px; transform: rotate(-3deg); }
.note-two { right: -18px; bottom: 78px; transform: rotate(3deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-one { width: 550px; height: 550px; right: -230px; top: -100px; }
.orbit-two { width: 350px; height: 350px; left: -190px; bottom: -180px; }

.welcome { background: var(--cream); }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; color: var(--blue-dark); font-size: clamp(3.1rem, 5.3vw, 5.3rem); font-weight: 500; }
.section-heading h2 em { color: var(--aqua-dark); }
.welcome-copy { padding-top: 45px; }
.welcome-copy p { max-width: 560px; color: #4c5b6b; font-size: 1.12rem; line-height: 1.85; }
.welcome-copy p + p { margin-top: 22px; font-family: Georgia, serif; color: var(--blue); font-size: 1.4rem; }
.welcome-copy .text-link { margin-top: 18px; }

.departments { color: var(--white); background: #101114; }
.section-heading.centered { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.departments .section-heading h2 { margin-inline: auto; color: var(--white); }
.departments .section-heading h2 em { color: var(--aqua); }
.section-heading.centered > p:last-child { max-width: 580px; margin: 20px auto 0; color: #b5cadf; }
.department-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.department-card {
  position: relative; min-height: 395px; display: flex; flex-direction: column; overflow: hidden;
  padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px;
  background: #0a477f; transition: transform .3s ease, border-color .3s ease;
}
.department-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.4); }
.department-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.08); }
.card-number { color: rgba(255,255,255,.5); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.department-icon { margin: 45px 0 24px; font-size: 3.2rem; filter: drop-shadow(0 9px 12px rgba(0,0,0,.18)); }
.department-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.department-card p { color: rgba(255,255,255,.75); font-size: .92rem; line-height: 1.65; }
.card-tag { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.card-produce { background: #087d87; }
.card-butcher { background: #202124; }
.card-bakery { background: #e52b35; }
.card-grocery { background: #063f45; }

.city { position: relative; overflow: hidden; background: #e7f7f6; }
.city-pattern { position: absolute; inset: 0; opacity: .45; background: repeating-radial-gradient(ellipse at 5% 100%, transparent 0 45px, rgba(7,62,120,.09) 46px 48px, transparent 49px 70px); }
.city-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.city-seal { display: grid; place-items: center; width: min(390px, 100%); aspect-ratio: 1; border-radius: 50%; background: var(--aqua); box-shadow: inset 0 0 0 18px #e7f7f6, inset 0 0 0 21px #101114, 0 30px 60px rgba(0,0,0,.15); transform: rotate(-5deg); }
.seal-inner { text-align: center; color: var(--blue); line-height: 1; }
.seal-inner span, .seal-inner small { display: block; font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.seal-inner strong { display: block; margin: 16px 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 7vw, 5.3rem); font-weight: 500; letter-spacing: -.08em; }
.city-copy h2 { max-width: 720px; margin-bottom: 30px; color: var(--blue-dark); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; }
.city-copy p { max-width: 690px; color: #526271; font-size: 1.06rem; line-height: 1.8; }
.city-copy blockquote { margin: 34px 0 0; padding-left: 25px; border-left: 5px solid var(--aqua); color: var(--blue-dark); font-family: Georgia, serif; font-size: 1.45rem; font-style: italic; }

.social-proof { background: var(--paper); }
.proof-header { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.proof-header h2 { max-width: 720px; margin-bottom: 0; color: var(--blue-dark); font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 500; }
.rating-badge { flex: 0 0 auto; display: grid; justify-items: center; padding: 22px 30px; border-radius: 22px; color: var(--blue); background: var(--cream); }
.rating-badge strong { font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; font-weight: 500; }
.rating-badge span { color: var(--yellow); letter-spacing: 2px; }
.rating-badge small { color: var(--muted); }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { min-height: 250px; margin: 0; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dce5ed; border-radius: 22px; background: var(--white); }
.quote-card.featured { color: var(--white); background: #101114; transform: translateY(-14px); }
.stars { margin-bottom: 22px; color: var(--yellow); letter-spacing: 3px; }
.quote-card p { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.45; }
.quote-card cite { margin-top: auto; color: var(--muted); font-size: .78rem; font-style: normal; font-weight: 800; }
.quote-card.featured cite { color: #b9d2e9; }

.contact { padding-top: 40px; }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 34px; color: var(--white); background: var(--aqua-dark); box-shadow: 0 30px 70px rgba(8, 125, 135, .22); }
.contact-copy { padding: 65px; }
.contact-copy h2 { max-width: 570px; margin-bottom: 28px; font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 500; }
.contact-copy > p { color: #d8f7f5; font-size: 1.05rem; }
.contact-actions { display: flex; gap: 12px; margin-top: 35px; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.15); }
.contact-info > div { display: flex; flex-direction: column; justify-content: center; padding: 35px; background: #101114; }
.contact-info small { margin-bottom: 8px; color: #8bdce0; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-info a { color: var(--white); text-decoration: none; font-weight: 800; }
.contact-info a:hover { text-decoration: underline; }
.contact-info .review-link {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(246, 195, 67, .32), transparent 28%),
    linear-gradient(135deg, #08b8c2, #07858d);
}
.contact-info .review-link::after {
  content: "★";
  position: absolute;
  right: 26px;
  bottom: 10px;
  color: rgba(255, 255, 255, .16);
  font-size: 5.2rem;
  line-height: 1;
}
.contact-info .review-link small { color: #fff6c8; }
.contact-info .review-link a,
.contact-info .review-link p { position: relative; z-index: 1; }
.contact-info .review-link p {
  max-width: 235px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  line-height: 1.5;
}
.contact-info .social-links { flex-direction: row; align-items: center; gap: 24px; grid-column: 1 / -1; }

.site-footer { padding: 55px 0; color: #a8b3b5; background: #08090a; }
.footer-inner { display: flex; align-items: center; gap: 30px; }
.footer-brand .brand-crop { width: 218px; height: 58px; }
.footer-brand .brand-crop img { width: 225px; left: -4px; top: -84px; }
.footer-inner p { margin: 0 auto; font-family: Georgia, serif; font-size: 1.1rem; }
.footer-inner > small { font-size: .72rem; }
.quick-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 0 18px;
  border: 4px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: #22b76a;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  text-decoration: none;
  font-weight: 900;
  transition: .2s ease;
}
.quick-chat svg { width: 29px; flex: 0 0 auto; }
.quick-chat:hover { transform: scale(1.05); background: #1fae62; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .hero-grid { gap: 20px; }
  .department-grid { grid-template-columns: 1fr 1fr; }
  .department-card { min-height: 340px; }
  .contact-copy { padding: 48px; }
}

@media (max-width: 800px) {
  .section { padding: 82px 0; }
  .header-inner { height: 72px; }
  .menu-toggle {
    display: grid; gap: 5px; margin-left: auto; padding: 10px; border: 0; background: transparent;
  }
  .menu-toggle > span:not(.sr-only) { width: 25px; height: 2px; background: var(--blue); transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    z-index: 250; height: calc(100dvh - 72px); margin-left: 0; overflow-y: auto; pointer-events: none;
    width: 100%; max-width: 100vw; opacity: 0; visibility: hidden;
    padding: 30px 20px; color: var(--blue-dark); background: var(--paper);
    box-shadow: 0 28px 55px rgba(0, 0, 0, .18);
    transform: translateY(-8px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .main-nav a { padding: 18px 4px; border-bottom: 1px solid #e5e9ec; font-family: Georgia, serif; font-size: 1.5rem; }
  .main-nav .nav-whatsapp {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding: 16px 22px;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: #22b76a;
    box-shadow: 0 12px 28px rgba(34, 183, 106, .24);
    font-family: "Segoe UI", Inter, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 900;
  }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 75px; }
  h1 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .hero-visual { min-height: 480px; margin-top: 20px; }
  .welcome-grid, .city-grid, .contact-card { grid-template-columns: 1fr; gap: 50px; }
  .welcome-copy { padding-top: 0; }
  .city-seal { max-width: 330px; margin-inline: auto; }
  .proof-header { align-items: center; }
  .quotes-grid { grid-template-columns: 1fr; }
  .quote-card.featured { transform: none; }
  .contact-card { gap: 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-crop { width: 184px; height: 50px; }
  .brand-crop img { width: 192px; left: -4px; top: -71px; }
  .hero-grid { padding-block: 58px 70px; }
  h1 { font-size: 3.8rem; }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .trust-row { gap: 18px; margin-top: 40px; }
  .trust-row strong { font-size: 1.15rem; }
  .hero-visual { min-height: 380px; }
  .hero-visual::after {
    right: -10px;
    bottom: 48px;
    height: 290px;
  }
  .hero-photo-card {
    right: 0;
    bottom: 44px;
    width: 100%;
    height: 315px;
    border-radius: 48px 20px 62px 24px;
    box-shadow: 0 24px 55px rgba(0,0,0,.32), -10px 12px 0 rgba(8, 184, 194, .18);
  }
  .visual-card { inset: 20px 4px; }
  .store-illustration { left: 8%; right: 8%; }
  .store-front { height: 115px; }
  .floating-note { display: none; }
  .sun-disc { width: 100px; height: 100px; }
  .section-heading h2, .proof-header h2, .city-copy h2 { font-size: 3rem; }
  .department-grid { grid-template-columns: 1fr; }
  .department-card { min-height: 320px; }
  .proof-header { align-items: stretch; flex-direction: column; }
  .rating-badge { align-self: flex-start; }
  .contact-copy { padding: 40px 27px; }
  .contact-copy h2 { font-size: 3rem; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-info { grid-template-columns: 1fr; }
  .contact-info .social-links { grid-column: auto; align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner p { margin: 0; }
  .quick-chat {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding-inline: 14px;
  }
  .quick-chat span { display: none; }
  .quick-chat svg { width: 28px; }
}
