:root {
  --red: #8f1d1d;
  --deep-red: #5f1216;
  --charcoal: #1f1b18;
  --cream: #ffffff;
  --beige: #f3e4c7;
  --gold: #d9a441;
  --whatsapp-green: #25d366;
  --white: #ffffff;
  --muted: #6f6258;
  --line: rgba(31, 27, 24, .14);
  --shadow: 0 16px 38px rgba(31, 27, 24, .16);
  --radius: 8px;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; background: var(--beige); }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }

.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.section { padding: 64px 0; }
.section.alt { background: #fffdf8; }
.section-title { margin: 0 0 12px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.15; }
.section-lead { max-width: 760px; color: var(--muted); margin-bottom: 28px; }

.home-page main { background: rgba(255, 255, 255, .96); }
.home-page main > .section,
.home-page main > .section.alt {
  position: relative;
  background: transparent;
  border: 0;
}
.home-page .content-panel,
.home-page .card,
.home-page .feature-list li {
  border: 0;
  box-shadow: 0 12px 32px rgba(95, 18, 22, .055);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.top-bar {
  background: var(--deep-red);
  color: #fff4e6;
  font-size: .86rem;
  border-bottom: 0;
}
.top-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.top-bar a {
  color: var(--white);
  font-weight: 800;
}
.top-address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { font-weight: 850; letter-spacing: 0; color: var(--deep-red); font-size: 1.08rem; }
.logo span { display: block; color: var(--muted); font-weight: 650; font-size: .76rem; }
.main-nav { display: flex; align-items: center; gap: 18px; font-weight: 700; font-size: .95rem; }
.main-nav a { padding: 8px 0; }
.main-nav .btn { padding: 11px 16px; }
.main-nav a:hover, .main-nav a:focus { color: var(--red); }
.main-nav a.is-active {
  color: var(--red);
  border-bottom: 2px solid var(--red);
}
.main-nav a.btn.is-active {
  color: var(--white);
  border-bottom: 0;
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--charcoal); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn:hover, .btn:focus { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: var(--white); }
.btn-secondary { background: var(--charcoal); color: var(--white); }
.btn-light { background: var(--cream); color: var(--deep-red); border-color: var(--beige); }
.btn-outline { border-color: var(--red); color: var(--red); background: transparent; }
.btn-whatsapp,
.btn-call { background: var(--whatsapp-green); color: var(--white); }
.main-nav .btn-call:hover,
.main-nav .btn-call:focus { background: var(--whatsapp-green); color: var(--white); }

.hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: var(--charcoal);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 27, 24, .58) 0%, rgba(31, 27, 24, .48) 30%, rgba(95, 18, 22, .22) 58%, rgba(31, 27, 24, .08) 100%);
}
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .94; }
.hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, var(--max));
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: 86px 0 72px;
  text-align: left;
}
.hero-content > * {
  max-width: 620px;
}
.eyebrow { color: var(--gold); font-weight: 850; text-transform: uppercase; font-size: .82rem; letter-spacing: .08em; }
.hero h1 { margin: 10px 0 18px; font-size: clamp(2.2rem, 6vw, 4.9rem); line-height: 1.02; }
.hero p { font-size: clamp(1rem, 2vw, 1.25rem); color: #fff1dd; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.grid { display: grid; gap: 20px; }
.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(31, 27, 24, .08);
}
.card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}
.card-body { padding: 20px; }
.card h3 { margin: 0 0 8px; font-size: 1.22rem; }
.price-note { color: var(--deep-red); font-weight: 800; font-size: .94rem; }
.price-note del {
  margin-left: 8px;
  color: var(--muted);
  font-weight: 700;
}
.feature-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 24px 0 0; list-style: none; }
.feature-list li { background: var(--white); border: 1px solid var(--line); padding: 16px; border-radius: var(--radius); font-weight: 750; }
.menu-preview { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.menu-tile { padding: 22px; background: var(--deep-red); color: var(--white); border-radius: var(--radius); min-height: 118px; }
.note { display: inline-block; margin-bottom: 14px; color: var(--muted); font-size: .9rem; }

.content-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 42px);
}
.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: start; }
.contact-page .two-col { align-items: stretch; }
.contact-page .content-panel { height: 100%; }
.breadcrumb { font-size: .9rem; color: var(--muted); padding: 22px 0 0; }
.breadcrumb a { color: var(--red); font-weight: 750; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  padding: 18px 0;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: var(--charcoal);
}
.faq-answer { display: none; color: var(--muted); padding: 0 0 18px; }
.faq-item.is-open .faq-answer { display: block; }

.map-frame { width: 100%; min-height: 360px; border: 0; border-radius: var(--radius); background: var(--beige); }
.info-list { margin: 0; padding: 0; list-style: none; }
.info-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }

.form-grid { display: grid; gap: 14px; }
label { font-weight: 750; }
input, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
  font: inherit;
  background: var(--white);
}
textarea { min-height: 130px; resize: vertical; }
.form-message { margin-top: 12px; color: #217a3a; font-weight: 800; }

.site-footer { background: var(--charcoal); color: #f8ead8; padding: 48px 0 92px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; }
.site-footer h2, .site-footer h3 { color: var(--white); margin-top: 0; }
.site-footer a { color: #f8ead8; display: block; margin: 6px 0; }
.footer-business-details { margin-top: 18px; }
.footer-business-details p { margin-bottom: 6px; font-weight: 700; }
.footer-business-details a { color: var(--gold); font-weight: 800; }
.footer-social-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 18px; }
.site-footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin: 0;
  padding: 2px 0;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(248, 234, 216, .45);
  text-underline-offset: 4px;
  transition: color .2s ease, transform .2s ease, text-decoration-color .2s ease;
}
.site-footer .footer-social-link:hover,
.site-footer .footer-social-link:focus-visible { color: var(--gold); text-decoration-color: currentColor; transform: translateX(3px); }
.footer-social-link svg { width: 22px; height: 22px; flex: 0 0 22px; fill: currentColor; }
.site-footer .footer-social-link--whatsapp { color: #f8ead8; }
.copyright { border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; margin-top: 28px; color: #dcc9b4; }

.bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  background: var(--deep-red);
  color: var(--white);
  box-shadow: 0 -8px 22px rgba(0,0,0,.2);
}
.bottom-bar a { padding: 12px 8px; text-align: center; font-weight: 850; border-right: 1px solid rgba(255,255,255,.2); }
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  min-width: 136px;
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--whatsapp-green);
  color: var(--white);
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(37, 211, 102, .32), 0 8px 20px rgba(0, 0, 0, .16);
}
.floating-whatsapp::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3.2c-7.08 0-12.84 5.7-12.84 12.72 0 2.24.6 4.43 1.74 6.36L3.1 29l6.9-1.8a12.96 12.96 0 0 0 6.04 1.5c7.08 0 12.84-5.7 12.84-12.72S23.12 3.2 16.04 3.2Zm0 23.34c-1.96 0-3.88-.53-5.56-1.54l-.4-.24-4.1 1.07 1.1-3.96-.26-.4a10.48 10.48 0 0 1-1.6-5.55c0-5.84 4.86-10.58 10.82-10.58 5.96 0 10.82 4.74 10.82 10.58 0 5.83-4.86 10.62-10.82 10.62Zm5.93-7.95c-.32-.16-1.9-.93-2.2-1.04-.3-.1-.52-.16-.74.16-.22.32-.85 1.04-1.04 1.26-.2.21-.39.24-.72.08-.32-.16-1.36-.5-2.6-1.6-.96-.85-1.6-1.9-1.8-2.22-.18-.32-.02-.5.14-.65.15-.15.32-.39.48-.58.16-.2.21-.32.32-.53.1-.21.05-.4-.03-.56-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63c-.21 0-.56.08-.86.4-.3.32-1.13 1.1-1.13 2.68 0 1.58 1.16 3.1 1.32 3.31.16.21 2.29 3.45 5.54 4.84.77.33 1.38.53 1.85.68.78.25 1.48.22 2.04.13.62-.09 1.9-.77 2.17-1.52.27-.74.27-1.37.19-1.52-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3.2c-7.08 0-12.84 5.7-12.84 12.72 0 2.24.6 4.43 1.74 6.36L3.1 29l6.9-1.8a12.96 12.96 0 0 0 6.04 1.5c7.08 0 12.84-5.7 12.84-12.72S23.12 3.2 16.04 3.2Zm0 23.34c-1.96 0-3.88-.53-5.56-1.54l-.4-.24-4.1 1.07 1.1-3.96-.26-.4a10.48 10.48 0 0 1-1.6-5.55c0-5.84 4.86-10.58 10.82-10.58 5.96 0 10.82 4.74 10.82 10.58 0 5.83-4.86 10.62-10.82 10.62Zm5.93-7.95c-.32-.16-1.9-.93-2.2-1.04-.3-.1-.52-.16-.74.16-.22.32-.85 1.04-1.04 1.26-.2.21-.39.24-.72.08-.32-.16-1.36-.5-2.6-1.6-.96-.85-1.6-1.9-1.8-2.22-.18-.32-.02-.5.14-.65.15-.15.32-.39.48-.58.16-.2.21-.32.32-.53.1-.21.05-.4-.03-.56-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63c-.21 0-.56.08-.86.4-.3.32-1.13 1.1-1.13 2.68 0 1.58 1.16 3.1 1.32 3.31.16.21 2.29 3.45 5.54 4.84.77.33 1.38.53 1.85.68.78.25 1.48.22 2.04.13.62-.09 1.9-.77 2.17-1.52.27-.74.27-1.37.19-1.52-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus {
  transform: translateY(-2px);
}

/* Modern home page */
.home-page main {
  overflow: hidden;
  background: var(--white);
}
.home-page .top-bar {
  background: var(--deep-red);
  color: #fff4e6;
  border: 0;
}
.home-page .top-bar a { color: var(--white); }
.home-page .site-header { box-shadow: 0 10px 30px rgba(31, 27, 24, .07); }
.home-page .header-inner { min-height: 82px; }
.home-page .logo { font-size: 1.15rem; letter-spacing: -.02em; }
.home-page .main-nav { gap: 22px; }
.home-page .btn { border-radius: 999px; }
.home-page main > .section { padding: 96px 0; }
.home-page .section-title {
  max-width: 760px;
  letter-spacing: -.035em;
  font-size: clamp(2rem, 4vw, 3.55rem);
}
.home-page .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-page .section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.section-heading .section-lead { margin: 0; }
.section-sidecopy { max-width: 390px; color: var(--muted); font-size: 1.05rem; }
.text-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--deep-red);
  font-weight: 850;
  border-bottom: 2px solid rgba(95, 18, 22, .22);
  padding: 6px 0;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus span { transform: translateX(4px); }

.home-page .hero {
  min-height: min(760px, calc(100vh - 116px));
  align-items: center;
  isolation: isolate;
}
.home-page .hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto -120px -250px auto;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025);
}
.home-page .hero::after {
  z-index: 0;
  background: linear-gradient(90deg, rgba(19, 14, 11, .88) 0%, rgba(31, 18, 14, .72) 42%, rgba(31, 27, 24, .16) 76%, rgba(31, 27, 24, .05) 100%);
}
.home-page .hero img { transform: scale(1.015); }
.home-page .hero-content { padding: 80px 0; }
.home-page .hero h1 {
  max-width: 780px;
  margin: 12px 0 22px;
  font-size: clamp(2.75rem, 6vw, 5.45rem);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.home-page .hero p { max-width: 650px; color: rgba(255,255,255,.84); }
.home-page .hero-actions { margin-top: 30px; }
.home-page .hero-actions .btn { min-height: 52px; padding: 13px 24px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 36px;
  color: rgba(255,255,255,.88);
  font-size: .9rem;
  font-weight: 750;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; }
.hero-trust span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--deep-red);
  font-size: .72rem;
  font-weight: 950;
}

.products-section {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%) !important;
}
.products-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -260px;
  top: 90px;
  border-radius: 50%;
  background: rgba(217, 164, 65, .13);
  filter: blur(2px);
}
.home-page .cards { gap: 26px; }
.home-page .card {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(60, 30, 20, .10);
  transition: transform .28s ease, box-shadow .28s ease;
}
.home-page .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(60, 30, 20, .16);
}
.home-page .card > img { aspect-ratio: 4 / 3; transition: transform .45s ease; }
.home-page .card:hover > img { transform: scale(1.035); }
.home-page .card-body { padding: 24px 24px 25px; }
.home-page .card h3 { font-size: 1.28rem; letter-spacing: -.02em; }
.home-page .card-body > p:not(.price-note) { color: var(--muted); }
.home-page .price-note {
  display: inline-flex;
  align-items: baseline;
  margin: 8px 0 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff1e8;
  font-size: 1rem;
}

.benefits-section {
  position: relative;
  background: #f4eee7 !important;
}
.benefits-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: radial-gradient(rgba(95, 18, 22, .18) .7px, transparent .7px);
  background-size: 16px 16px;
}
.benefits-section .container { position: relative; z-index: 1; }
.home-page .feature-list { gap: 16px; margin-top: 0; }
.home-page .feature-list li {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding: 58px 22px 22px;
  border: 0;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(60, 30, 20, .08);
}
.home-page .feature-list li::before {
  content: "✓";
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--deep-red);
  color: var(--gold);
  font-size: .78rem;
}

.story-section { background: var(--white) !important; }
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}
.story-media { position: relative; }
.story-media img {
  width: 100%;
  min-height: 660px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(45, 23, 16, .18);
}
.story-badge {
  position: absolute;
  right: -26px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  min-width: 210px;
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--deep-red);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(95, 18, 22, .28);
}
.story-badge strong { font-size: 1.05rem; }
.story-badge span { color: #f0cf9b; font-size: .86rem; }
.story-copy .section-title { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.story-copy p { color: var(--muted); }
.story-copy p:first-of-type { color: var(--charcoal); font-size: 1.06rem; }

.reviews-section { padding: 54px 0 !important; background: var(--white) !important; }
.reviews-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 40px;
  align-items: center;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 30px;
  background: radial-gradient(circle at 88% 20%, rgba(217, 164, 65, .22), transparent 30%), linear-gradient(135deg, #2b1715 0%, var(--deep-red) 100%);
  color: var(--white);
  box-shadow: 0 30px 70px rgba(95, 18, 22, .22);
}
.reviews-panel .section-title { color: var(--white); }
.reviews-panel .section-kicker { color: #f2c979; }
.reviews-panel p { max-width: 630px; color: rgba(255,255,255,.76); }
.reviews-actions { justify-self: end; text-align: right; }
.reviews-actions .button-row { justify-content: flex-end; }
.stars { color: var(--gold); font-size: 1.8rem; letter-spacing: .15em; }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: var(--white); background: transparent; }

.faq-section { background: #f7f4ef !important; }
.faq-layout {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: start;
}
.faq-intro { position: sticky; top: 150px; }
.faq-intro p { max-width: 360px; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.home-page .faq-item {
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(45, 23, 16, .06);
}
.home-page .faq-question {
  position: relative;
  padding: 20px 58px 20px 22px;
}
.home-page .faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  color: var(--red);
  font-size: 1.45rem;
  transform: translateY(-50%);
}
.home-page .faq-item.is-open .faq-question::after { content: "−"; }
.home-page .faq-answer { padding: 0 22px 20px; }

.contact-section { background: var(--white) !important; }
.contact-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  padding: 10px;
  border-radius: 30px;
  background: radial-gradient(circle at 10% 10%, rgba(143, 29, 29, .72), transparent 38%), linear-gradient(145deg, #241817 0%, #451417 100%);
  box-shadow: 0 28px 70px rgba(45, 23, 16, .22);
}
.contact-copy { padding: clamp(28px, 5vw, 60px); }
.contact-copy .section-kicker { color: #f2c979; }
.contact-copy .section-title { color: var(--white); font-size: clamp(2rem, 3.5vw, 3.1rem); }
.home-page .contact-copy .info-list { display: grid; gap: 16px; margin: 26px 0; }
.home-page .contact-copy .info-list li {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  padding: 0;
  border: 0;
}
.contact-copy .info-list strong { color: #f2c979; }
.contact-copy .info-list span,
.contact-copy .info-list a { color: rgba(255,255,255,.88); font-weight: 750; }
.contact-copy .button-row .btn-primary { background: var(--white); color: var(--deep-red); }
.contact-copy .button-row .btn-whatsapp { color: var(--white); }
.contact-shell .map-frame {
  height: 100%;
  min-height: 560px;
  align-self: stretch;
  border-radius: 22px;
}

/* About page */
.about-page { background: #fbf8f4; }
.about-page .site-header { box-shadow: 0 10px 30px rgba(31, 27, 24, .07); }
.about-page .header-inner { min-height: 82px; }
.about-page .logo { font-size: 1.15rem; letter-spacing: -.02em; }
.about-page .main-nav { gap: 22px; }
.about-page .btn { border-radius: 999px; }
.about-page .section { padding: 96px 0; }
.about-page .section-title { font-size: clamp(2.2rem, 4.5vw, 4rem); letter-spacing: -.045em; }
.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.about-kicker::before { content: ""; width: 30px; height: 2px; background: var(--gold); }
.about-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 88px;
  background: radial-gradient(circle at 8% 10%, rgba(217,164,65,.16), transparent 26%), linear-gradient(135deg, #fff 0%, #f7eee5 100%);
}
.about-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(95,18,22,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(95,18,22,.035), 0 0 0 140px rgba(95,18,22,.025);
}
.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(44px, 8vw, 100px);
  align-items: center;
}
.about-page .breadcrumb { padding: 0 0 42px; }
.about-page .breadcrumb span { padding: 0 8px; color: #bba99a; }
.about-hero h1 {
  max-width: 700px;
  margin: 0 0 22px;
  font-size: clamp(3.1rem, 6.7vw, 6.1rem);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.about-hero-copy > p { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.about-hero-copy .button-row .btn { min-height: 52px; padding: 13px 24px; }
.about-facts { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 38px; }
.about-facts span { display: grid; color: var(--muted); font-size: .88rem; }
.about-facts strong { color: var(--charcoal); font-size: 1rem; }
.about-hero-media { position: relative; margin: 0; }
.about-hero-media img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 30px;
  box-shadow: 0 32px 75px rgba(48, 24, 18, .22);
}
.about-hero-media figcaption {
  position: absolute;
  left: -24px;
  bottom: 28px;
  padding: 15px 20px;
  border-radius: 14px;
  background: var(--deep-red);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(95,18,22,.28);
}
.about-story { background: var(--white); }
.about-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.about-story-copy { columns: 2; column-gap: 34px; color: var(--muted); }
.about-story-copy p { break-inside: avoid; }
.about-values { background: #f3ebe3; }
.about-section-head { max-width: 720px; margin-bottom: 42px; }
.about-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.about-value-grid article {
  position: relative;
  min-height: 0;
  padding: 26px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(48, 24, 18, .08);
}
.about-value-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--deep-red);
  color: #f2c979;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
}
.about-value-grid h3 { margin: 20px 0 8px; font-size: 1.2rem; letter-spacing: -.02em; }
.about-value-grid p { color: var(--muted); font-size: .94rem; }
.about-cta { background: var(--white); }
.about-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(36px, 6vw, 70px);
  border-radius: 30px;
  background: radial-gradient(circle at 85% 0%, rgba(217,164,65,.2), transparent 28%), linear-gradient(135deg, #2a1715, var(--deep-red));
  color: var(--white);
  box-shadow: 0 28px 70px rgba(95,18,22,.22);
}
.about-cta .about-kicker { color: #f2c979; }
.about-cta h2 { max-width: 670px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.04em; }
.about-cta .button-row { flex: 0 0 auto; margin: 0; }

@media (max-width: 860px) {
  .site-header { isolation: isolate; }
  .header-inner { position: relative; z-index: 2; background: var(--cream); }
  .logo { position: relative; z-index: 3; flex: 1; min-width: 0; }
  .nav-toggle { position: relative; z-index: 3; display: block; flex: 0 0 44px; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 24px 28px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .top-bar-inner {
    min-height: 42px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 6px 0;
  }
  .top-address {
    width: 100%;
  }
  body.nav-open .main-nav { display: flex; }
  body.nav-open .site-header { background: var(--cream); backdrop-filter: none; }
  body.nav-open .nav-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .nav-toggle span { transition: transform .2s ease, opacity .2s ease; }
  .main-nav a { padding: 12px 0; }
  .hero { min-height: 590px; }
  .hero-content {
    width: min(100% - 32px, 620px);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content > * {
    max-width: none;
  }
  .cards, .feature-list, .menu-preview, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .bottom-bar { display: grid; }
  .floating-whatsapp { display: none; }
  .home-page main > .section { padding: 70px 0; }
  .home-page .header-inner { min-height: 72px; }
  .home-page .hero { min-height: 660px; }
  .home-page .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading .text-link, .section-sidecopy { margin-top: 18px; }
  .story-grid, .reviews-panel, .faq-layout, .contact-shell { grid-template-columns: 1fr; }
  .story-media { order: 2; }
  .story-media img { min-height: 380px; }
  .story-badge { right: 14px; bottom: 14px; }
  .reviews-actions { justify-self: start; text-align: left; }
  .reviews-actions .button-row { justify-content: flex-start; }
  .faq-intro { position: static; }
  .contact-shell { padding: 8px; }
  .contact-copy { padding: 28px 20px 30px; }
  .home-page .contact-copy .info-list li { grid-template-columns: 1fr; gap: 2px; }
  .contact-shell .map-frame { height: 380px; min-height: 380px; }
  .about-page .header-inner { min-height: 72px; }
  .about-page .section { padding: 70px 0; }
  .about-hero { padding: 32px 0 70px; }
  .about-hero-grid, .about-story-grid { grid-template-columns: 1fr; }
  .about-page .breadcrumb { padding-bottom: 28px; }
  .about-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .about-hero-media { margin-top: 12px; }
  .about-hero-media img { height: 510px; border-radius: 22px; }
  .about-hero-media figcaption { left: 14px; bottom: 14px; }
  .about-story-copy { columns: 1; }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-value-grid article { min-height: 0; }
  .about-cta-panel { display: block; }
  .about-cta .button-row { margin-top: 28px; }
}

@media (min-width: 861px) and (max-width: 1060px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-list, .menu-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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