:root {
  --bg: #f4eee5;
  --paper: #fffaf2;
  --ink: #17201e;
  --muted: #68716c;
  --dark: #101518;
  --dark-2: #192225;
  --sand: #ead0b2;
  --sand-2: #d6b18e;
  --olive: #617064;
  --line: rgba(23,32,30,.14);
  --radius: 28px;
  --shadow: 0 20px 60px rgba(16,21,24,.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-180%); background: #fff; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(16,21,24,.78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 190px; }
.brand-mark { width: 48px; color: var(--sand); }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: .02em; }
.brand small { display: block; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.main-nav a { text-decoration: none; color: rgba(255,255,255,.82); transition: .2s; }
.main-nav a:hover { color: #fff; }
.nav-cta { padding: 11px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); }
.menu-btn { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-btn span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

.hero { min-height: 780px; position: relative; color: #fff; display: grid; align-items: end; overflow: hidden; background: var(--dark); }
.hero-media { position: absolute; inset: 0; background-image: url('https://img3.restaurantguru.com/rafe-Restaurante-5-lagos-pulled-pork-sandwich.jpg'); background-size: cover; background-position: center 52%; transform: scale(1.03); filter: saturate(.8) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,11,12,.86) 0%, rgba(7,11,12,.68) 42%, rgba(7,11,12,.28) 75%, rgba(7,11,12,.4) 100%), linear-gradient(0deg, rgba(7,11,12,.75), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding: 180px 0 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 13px; margin-bottom: 22px; background: rgba(16,21,24,.2); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #8ed19a; box-shadow: 0 0 0 4px rgba(142,209,154,.14); }
.status-dot.closed { background: #e7a37f; box-shadow: 0 0 0 4px rgba(231,163,127,.14); }
.hero h1 { font: 500 clamp(50px, 7.5vw, 92px)/.92 Georgia, "Times New Roman", serif; letter-spacing: -.045em; max-width: 900px; margin: 0 0 24px; }
.hero h1 em { font-weight: 400; color: var(--sand); }
.hero p { max-width: 640px; font-size: clamp(18px,2vw,22px); color: rgba(255,255,255,.78); margin: 0 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 750; font-size: 14px; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sand); color: #1d1a16; box-shadow: 0 12px 30px rgba(234,208,178,.18); }
.btn-primary:hover { background: #f4dcc2; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.btn-light { background: #fffaf2; color: var(--dark); }
.btn-outline { border: 1px solid var(--line); background: transparent; }
.trust-row { display: flex; gap: 42px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); max-width: 770px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-size: 23px; font-weight: 750; }
.trust-row strong span { color: #f3c86f; }
.trust-row span { color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.highlight-strip { background: #0d1215; color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 760px; padding: 28px 0 30px; }
.highlight { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #fff; }
.highlight-icon { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; background: var(--sand); border: 5px solid #30363b; box-shadow: inset 0 0 0 2px #0d1215; transition: transform .2s; }
.highlight:hover .highlight-icon { transform: translateY(-3px); }
.highlight-icon svg { width: 38px; height: 38px; fill: none; stroke: #735f50; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.highlight strong { font-size: 12px; text-transform: lowercase; }

.section { padding: 110px 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.kicker { display: inline-block; color: #7a5f4a; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; }
.kicker.light { color: var(--sand); }
.section h2 { font: 500 clamp(38px, 5.2vw, 64px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; margin: 0 0 24px; }
.section-copy > p, .section-head > p, .proof p { color: var(--muted); font-size: 18px; max-width: 650px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 36px; }
.feature { display: flex; gap: 12px; align-items: flex-start; }
.feature > span { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: #dce5d9; color: #46604b; display: grid; place-items: center; font-weight: 900; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }
.feature strong { color: var(--ink); }
.visual-card { position: relative; min-height: 600px; }
.photo { border-radius: var(--radius); box-shadow: var(--shadow); background-size: cover; background-position: center; }
.photo-food { position: absolute; inset: 0 40px 60px 0; background-image: linear-gradient(rgba(16,21,24,.04), rgba(16,21,24,.05)), url('https://img3.restaurantguru.com/rafe-Restaurante-5-lagos-pulled-pork-sandwich.jpg'); }
.visual-note { position: absolute; right: 0; bottom: 0; max-width: 285px; background: var(--dark); color: #fff; padding: 22px; border-radius: 20px; display: flex; gap: 14px; box-shadow: var(--shadow); }
.visual-note span { font-size: 26px; }
.visual-note p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.visual-note strong { color: #fff; }

.dark-section { background: var(--dark); color: #fff; }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-head > p { color: rgba(255,255,255,.62); margin: 0; }
.section-head.compact { color: var(--ink); grid-template-columns: 1fr auto; }
.menu-cards { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.menu-cards article { padding: 42px 36px; min-height: 270px; border-right: 1px solid rgba(255,255,255,.12); }
.menu-cards article:last-child { border-right: 0; }
.menu-cards span { color: var(--sand); font: 500 28px Georgia, serif; }
.menu-cards h3 { font: 500 30px Georgia, serif; margin: 50px 0 14px; }
.menu-cards p { color: rgba(255,255,255,.58); margin: 0; }
.center-cta { text-align: center; margin-top: 36px; }

.wedding { background: #efe1d2; }
.wedding-visual { min-height: 530px; background: #182023; color: #f8efe6; border-radius: var(--radius); display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.wedding-visual::before, .wedding-visual::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(234,208,178,.18); border-radius: 50%; }
.wedding-visual::before { left: -120px; top: -120px; }
.wedding-visual::after { right: -120px; bottom: -120px; }
.wedding-visual p { position: relative; z-index: 2; text-align: center; font: 500 48px/1.05 Georgia, serif; margin: 0; }
.wedding-visual em { color: var(--sand); font-size: 34px; }
.rings { position: absolute; top: 60px; font-size: 76px; color: var(--sand); opacity: .8; }
.lake-lines { position: absolute; bottom: 64px; width: 46%; height: 40px; border-top: 2px solid rgba(234,208,178,.5); border-bottom: 2px solid rgba(234,208,178,.25); border-radius: 50%; }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: #4d5854; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #617064; font-weight: 900; }

.proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: center; }
.score-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: 0 14px 36px rgba(23,32,30,.07); display: flex; flex-direction: column; align-items: flex-start; }
.big-score { font: 500 82px/.85 Georgia, serif; }
.stars { color: #e2a72f; letter-spacing: .12em; font-size: 18px; margin: 12px 0 16px; }
.score-card small { color: var(--muted); margin-top: 2px; }
.score-card a { margin-top: 24px; font-weight: 800; font-size: 14px; }

.feedbacks { background: #fff; }
.text-link { font-weight: 800; font-size: 14px; }
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.quotes blockquote { margin: 0; border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fffdfa; }
.quotes blockquote p { font: 500 23px/1.35 Georgia, serif; margin: 8px 0 26px; }
.quotes footer { color: var(--muted); font-size: 13px; }

.location { background: var(--bg); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.contact-card { padding: 58px; }
.contact-card h2 { font-size: clamp(38px,4vw,52px); }
.contact-list { display: grid; gap: 18px; margin: 32px 0; }
.contact-list > div { display: flex; gap: 14px; }
.contact-list span { width: 30px; flex: 0 0 30px; }
.contact-list p { margin: 0; color: var(--muted); }
.contact-list strong, .contact-list a { color: var(--ink); }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.map-wrap { min-height: 580px; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 580px; border: 0; }

.final-cta { background: #5c685f; color: #fff; padding: 66px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin: 0; font: 500 48px/1.05 Georgia, serif; }
.final-cta p { color: rgba(255,255,255,.7); margin-bottom: 0; }
.site-footer { background: #0d1215; color: #fff; padding: 52px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.footer-grid strong { font: 500 28px Georgia, serif; }
.footer-grid p { color: rgba(255,255,255,.48); }
.footer-links, .footer-social { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); }
.footer-bottom small:last-child { max-width: 570px; text-align: right; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25D366; box-shadow: 0 10px 34px rgba(0,0,0,.28); z-index: 90; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); }
.floating-whatsapp svg { width: 32px; fill: #fff; }

@media (max-width: 980px) {
  .menu-btn { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(13,18,21,.98); padding: 12px 20px 22px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 6px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 160px; }
  .split, .section-head, .proof-grid, .location-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-head { align-items: start; }
  .section-head.compact { grid-template-columns: 1fr; }
  .visual-card { min-height: 520px; }
  .menu-cards { grid-template-columns: 1fr; }
  .menu-cards article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .menu-cards article:last-child { border-bottom: 0; }
  .menu-cards h3 { margin-top: 26px; }
  .quotes { grid-template-columns: 1fr; }
  .score-card { max-width: 440px; }
  .map-wrap, .map-wrap iframe { min-height: 460px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-wrap { min-height: 70px; }
  .brand-mark { width: 40px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 9px; }
  .hero { min-height: 680px; }
  .hero-media { background-position: 61% center; }
  .hero-content { padding: 132px 0 42px; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero p { font-size: 17px; }
  .trust-row { gap: 18px; margin-top: 46px; }
  .trust-row strong { font-size: 18px; }
  .trust-row span { font-size: 9px; }
  .highlights { gap: 6px; padding: 22px 0 24px; }
  .highlight-icon { width: 66px; height: 66px; border-width: 4px; }
  .highlight-icon svg { width: 31px; height: 31px; }
  .highlight strong { font-size: 10px; }
  .section { padding: 78px 0; }
  .section h2 { font-size: clamp(38px, 11vw, 52px); }
  .feature-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 430px; }
  .photo-food { inset: 0 18px 55px 0; }
  .visual-note { max-width: 240px; padding: 18px; }
  .section-head { gap: 18px; margin-bottom: 34px; }
  .menu-cards article { padding: 34px 28px; }
  .wedding-visual { min-height: 420px; }
  .wedding-visual p { font-size: 38px; }
  .wedding-visual em { font-size: 26px; }
  .rings { top: 44px; }
  .contact-card { padding: 36px 26px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .final-cta h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom small:last-child { text-align: left; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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