:root {
  --caramel: #c8703a;
  --caramel-dark: #a9572a;
  --espresso: #2c2015;
  --cream: #f5efe6;
  --paper: #fcfaf7;
  --white: #fffdf9;
  --muted: #74685d;
  --line: #ded3c5;
  --success: #2f6f4e;
  --radius: 18px;
  --radius-small: 10px;
  --shadow: 0 18px 50px rgba(44, 32, 21, 0.1);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  color: var(--espresso);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(200, 112, 58, .45); outline-offset: 3px; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding-block: 112px; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
h1 { color: var(--white); font-size: clamp(3.6rem, 8vw, 7.6rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
h3 { font-size: 1.5rem; }
p { margin: 0; }
.eyebrow { margin-bottom: 22px; color: var(--caramel-dark); font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f1c5a7; }

.site-header { position: sticky; top: 0; z-index: 50; padding: 12px 0; border-bottom: 1px solid rgba(222, 211, 197, .82); color: var(--espresso); background: rgba(252, 250, 247, .94); backdrop-filter: blur(14px); }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 56px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Georgia, serif; font-size: 1.25rem; }
.brand { justify-self: start; }
.brand-mark { display: inline-grid; width: 34px; height: 34px; place-items: center; color: var(--espresso); background: var(--cream); border-radius: 50%; font-style: italic; }
.nav-links { display: flex; grid-column: 2; align-items: center; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); font-size: .86rem; }
.nav-links a { min-height: 36px; display: inline-flex; align-items: center; padding: 0 14px; color: var(--muted); border-radius: 999px; transition: color 160ms ease, background 160ms ease; }
.nav-links a:hover, .nav-links a[aria-current="true"] { color: var(--espresso); background: var(--white); }
.nav-links a[aria-current="true"] { box-shadow: 0 1px 3px rgba(44, 32, 21, .1); font-weight: 600; }

.hero { position: relative; min-height: min(880px, 100svh); display: grid; align-items: end; overflow: hidden; background: var(--espresso); }
.hero > img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; object-position: center 58%; }
.hero-shade { background: linear-gradient(90deg, rgba(30,21,13,.83) 0%, rgba(30,21,13,.38) 62%, rgba(30,21,13,.15) 100%), linear-gradient(0deg, rgba(30,21,13,.68), transparent 55%); }
.hero-content { position: relative; z-index: 1; padding-block: 190px 72px; }
.hero-content .eyebrow { color: #fff; font-weight: 700; }
.hero-content h1 { max-width: 900px; }
.hero-content h1 em { color: #efc09e; font-weight: 400; }
.hero-copy { max-width: 560px; margin-top: 28px; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 600; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--caramel); }
.button.primary:hover { background: var(--caramel-dark); }
.button.secondary { border-color: var(--line); background: transparent; }
.button.ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }

.intro { border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.lead { color: var(--muted); font-size: 1.1rem; }
.micro-note { margin-top: 28px; color: var(--caramel-dark); font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }

.menu-section { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.1fr .5fr; gap: 64px; align-items: end; }
.section-heading > p { max-width: 390px; color: var(--muted); }
.tabs { display: flex; gap: 6px; width: max-content; margin-top: 54px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; }
.tab { min-width: 100px; min-height: 42px; padding: 0 18px; color: var(--muted); border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.tab.active { color: var(--white); background: var(--espresso); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.menu-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 190px auto; gap: 16px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,249,.74); transition: transform 180ms ease, box-shadow 180ms ease; }
.menu-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(44, 32, 21, .08); }
.menu-card img { grid-column: 1 / -1; width: 100%; height: 190px; border-radius: 12px; object-fit: cover; }
.menu-card p { max-width: 440px; margin-top: 8px; color: var(--muted); font-size: .9rem; }
.price { color: var(--caramel-dark); font-family: Georgia, serif; font-size: 1.3rem; }
.menu-note { margin-top: 22px; color: var(--muted); font-size: .8rem; }

.feature-strip { padding: 24px 0; color: var(--white); background: var(--espresso); }
.feature-grid { display: grid; min-height: 540px; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 64px 64px 0; }
.feature-copy h2 { max-width: 520px; }
.feature-copy > p:last-child { max-width: 460px; margin-top: 28px; color: rgba(255,255,255,.7); }
.feature-grid img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; border-radius: var(--radius); }

.updates-section { border-bottom: 1px solid var(--line); }
.updates-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; }
.update-card { display: grid; overflow: hidden; min-height: 390px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.update-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.update-card img { width: 100%; height: 210px; object-fit: cover; }
.update-card > div { display: flex; flex-direction: column; align-items: flex-start; padding: 22px; }
.update-card h3 { font-size: 1.55rem; }
.update-card span { margin-top: 20px; color: var(--caramel-dark); font-weight: 600; }
.update-card b { margin-left: 5px; font-size: 1.1rem; }

.visit-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; margin-top: 52px; }
.locations-layout { grid-template-columns: .82fr 1.18fr; }
.branch-list { display: grid; gap: 10px; }
.branch-card { display: flex; width: 100%; min-height: 124px; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; color: var(--espresso); border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); cursor: pointer; text-align: left; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.branch-card:hover { transform: translateX(3px); border-color: var(--caramel); }
.branch-card[aria-selected="true"] { border-color: var(--espresso); background: var(--espresso); color: var(--white); }
.branch-card > span:first-child { display: grid; gap: 3px; }
.branch-card .detail-label { margin: 0; }
.branch-card[aria-selected="true"] .detail-label { color: #f1c5a7; }
.branch-card strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1.15; }
.branch-card small { display: grid; gap: 2px; margin-top: 7px; color: var(--muted); font-size: .76rem; }
.branch-card[aria-selected="true"] small { color: rgba(255,255,255,.72); }
.branch-card small b { color: inherit; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.branch-card > span:last-child { color: var(--caramel-dark); font-size: 1.2rem; }
.branch-card[aria-selected="true"] > span:last-child { color: var(--white); }
.map-card { min-height: 530px; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.map-card iframe { width: 100%; height: 100%; min-height: 530px; border: 0; filter: sepia(.14) saturate(.72); }
.locations-map { position: relative; }
.map-link { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 16px; color: var(--espresso); border-radius: 999px; background: var(--white); box-shadow: 0 6px 20px rgba(44,32,21,.18); font-size: .82rem; font-weight: 600; }
.visit-details { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.detail-label { margin-bottom: 9px; color: var(--caramel-dark); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
address { color: var(--muted); font-style: normal; }
.hours { margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; text-align: right; font-weight: 500; }
.direction-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.contact-section { background: var(--cream); }
.review-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.review-tab { min-height: 38px; padding: 0 13px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .82rem; font-weight: 600; }
.review-tab[aria-selected="true"] { color: var(--white); border-color: var(--espresso); background: var(--espresso); }
.reviews-heading { margin-bottom: 52px; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.review-link { display: flex; min-height: 156px; align-items: flex-start; gap: 14px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.review-link:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(44, 32, 21, .08); }
.review-link strong, .review-link small { display: block; }
.review-link strong { font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.15; }
.review-link small { margin-top: 12px; color: var(--caramel-dark); font-size: .78rem; font-weight: 600; line-height: 1.35; }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 80px; align-items: center; }
.contact-copy h2 { max-width: 540px; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; margin: 28px 0; color: var(--muted); }
.review-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.connect-card { display: grid; gap: 12px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.connect-card .button { width: 100%; }
.review-topline { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .88rem; font-weight: 600; }
.google-mark { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; border-radius: 50%; background: #4285f4; font-family: Georgia, serif; font-size: 1.05rem; }
.review-score { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.review-score strong { font-family: Georgia, serif; font-size: 4.5rem; font-weight: 400; line-height: 1; }
#review-branch { max-width: 300px; font-size: clamp(2rem, 3.6vw, 3.2rem); }
.stars { color: #d89038; font-size: 1.25rem; letter-spacing: .08em; }
.review-card > p { margin-top: 8px; color: var(--muted); font-size: .85rem; }
.review-list { display: grid; gap: 0; margin: 26px 0; }
.guest-review { padding: 18px 0; border-top: 1px solid var(--line); }
.guest-review .stars { font-size: .85rem; }
.guest-review blockquote { margin: 8px 0; color: var(--espresso); font-family: Georgia, serif; font-size: 1.03rem; line-height: 1.38; }
.guest-review cite { color: var(--muted); font-size: .8rem; font-style: normal; font-weight: 600; }

.footer { padding: 68px 0 28px; color: rgba(255,255,255,.72); background: var(--espresso); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 80px; }
.footer-brand { color: var(--white); }
.footer-grid p { max-width: 320px; margin-top: 18px; }
.footer-links, .social-links { display: grid; align-content: start; gap: 10px; }
.footer-links a:hover, .social-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.whatsapp { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: grid; width: 54px; height: 54px; place-items: center; color: var(--white); border-radius: 50%; background: #247e54; box-shadow: 0 12px 30px rgba(20,62,43,.28); }
.whatsapp svg { width: 29px; height: 29px; }
.back-to-top { position: fixed; z-index: 29; right: 26px; bottom: 88px; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; color: var(--espresso); border: 1px solid var(--line); border-radius: 50%; background: var(--white); box-shadow: 0 8px 24px rgba(44, 32, 21, .12); cursor: pointer; font-size: 1.25rem; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

@media (max-width: 900px) {
  .section { padding-block: 84px; }
  .intro-grid, .section-heading, .feature-grid, .visit-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid, .contact-grid { gap: 38px; }
  .section-heading { gap: 24px; }
  .feature-copy { padding: 70px 0 45px; }
  .visit-details { min-height: 460px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .menu-grid, .updates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locations-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 118px; }
  body { padding-bottom: 0; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header { padding: 8px 0; }
  .site-header .nav { display: grid; width: 100%; min-height: 54px; grid-template-columns: 1fr; justify-content: stretch !important; gap: 7px; padding: 5px 0; }
  .site-header .brand { flex: 0 0 auto; justify-self: center; margin-right: 0; font-size: 1.1rem; }
  .brand-mark { width: 36px; height: 36px; }
  .nav-links { position: static; display: flex; width: 100%; justify-content: center; grid-column: auto; gap: 2px; min-height: 42px; align-items: center; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); box-shadow: none; backdrop-filter: none; }
  .nav-links a { display: grid; min-height: 40px; place-items: center; padding: 0 14px; color: var(--muted); font-size: .94rem; font-weight: 600; opacity: 1; }
  .nav-links a[data-section="home"] { display: none; }
  .nav-links a:hover, .nav-links a[aria-current="true"] { color: var(--white); background: var(--espresso); box-shadow: none; }
  .hero { min-height: 800px; }
  .hero-shade { background: linear-gradient(0deg, rgba(30,21,13,.88), rgba(30,21,13,.16) 82%); }
  .hero-content { padding-block: 150px 54px; }
  .hero-content h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .hero-copy { font-size: 1rem; }
  .menu-grid, .updates-grid { grid-template-columns: 1fr; }
  .updates-grid { margin-top: 34px; }
  .locations-grid, .reviews-grid { grid-template-columns: 1fr; }
  .locations-layout { gap: 14px; }
  .branch-card { min-height: 108px; padding: 18px; }
  .map-card, .map-card iframe { min-height: 390px; }
  .map-link { right: 12px; bottom: 12px; }
  .reviews-heading { margin-bottom: 34px; }
  .location-card { min-height: 170px; }
  .menu-card { grid-template-columns: 92px minmax(0, 1fr) auto; grid-template-rows: auto; gap: 13px; padding: 12px; }
  .menu-card img { grid-column: auto; width: 92px; height: 92px; }
  .menu-card h3 { font-size: 1.18rem; }
  .menu-card p { font-size: .78rem; }
  .menu-card .price { font-size: 1.05rem; white-space: nowrap; }
  .tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; overflow: hidden; }
  .tab { min-width: 0; padding: 0 8px; }
  .feature-grid img { min-height: 360px; }
  .map-card, .map-card iframe { min-height: 390px; }
  .visit-details, .review-card, .connect-card { padding: 26px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer { padding-bottom: 36px; }
  .footer-grid { gap: 42px; }
  .footer-bottom { flex-direction: column; margin-top: 46px; }
  .whatsapp { right: 18px; bottom: 18px; width: 50px; height: 50px; }
  .back-to-top { right: 18px; bottom: 78px; width: 42px; height: 42px; }
}

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