:root {
  --orange: #f28a18;
  --orange-deep: #d86c0d;
  --cream: #fff8ec;
  --paper: #fffdf7;
  --ink: #17120d;
  --muted: #6f6255;
  --line: #dfd1be;
  --green: #167a45;
  --max: 1240px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 16px; color: white; background: var(--ink); }
.skip-link:focus { top: 20px; }

.top-note { color: #fff; background: var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.top-note__inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.top-note a { color: #ffb34c; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(23,18,13,.12); background: rgba(255,248,236,.92); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
.brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); margin-left: auto; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: white; background: var(--ink); }
.button--dark:hover { background: var(--orange-deep); }
.button--whatsapp { color: white; background: var(--green); }
.button--whatsapp:hover { background: #0e6236; }
.button--outline { border-color: rgba(23,18,13,.45); }
.button--outline:hover { color: white; background: var(--ink); }
.button--light { color: var(--ink); background: white; }

.hero { overflow: hidden; padding: 58px 0 72px; background: radial-gradient(circle at 74% 26%, #ffd88e 0, #ffd88e 16%, transparent 42%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--orange-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ffb34c; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .96; }
h1 { max-width: 730px; font-size: clamp(62px, 7.6vw, 118px); }
h2 { font-size: clamp(52px, 6.4vw, 92px); }
h1 em, h2 em { color: var(--orange-deep); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 30px 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-details { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-details div { display: flex; flex-direction: column; padding-right: 14px; }
.hero-details strong { font-family: Georgia, serif; font-size: 17px; }
.hero-details span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 650px; }
.hero-photo { position: absolute; inset: 30px 42px 0 0; overflow: hidden; border-radius: 220px 220px 8px 8px; background: #e8c393; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,16,5,.25), transparent 42%); }
.hero-photo img { height: 100%; object-fit: cover; object-position: center; }
.hero-logo { position: absolute; top: 0; right: -18px; width: 174px; height: 174px; padding: 8px; border-radius: 50%; background: var(--paper); box-shadow: 0 20px 45px rgba(62,38,18,.2); transform: rotate(7deg); }
.hero-logo img { height: 100%; object-fit: cover; border-radius: 50%; }
.hero-caption { position: absolute; right: -26px; bottom: 64px; margin: 0; padding: 20px 24px; color: white; background: var(--orange-deep); font-family: Georgia, serif; font-size: 19px; line-height: 1.25; transform: rotate(-3deg); }

.service-strip { overflow: hidden; color: white; background: var(--orange-deep); }
.service-strip__track { display: flex; align-items: center; justify-content: space-around; gap: 24px; min-width: 1100px; padding: 14px 20px; font-family: Georgia, serif; font-size: 17px; }
.service-strip i { color: #ffd999; font-style: normal; }

.section { padding-top: 130px; padding-bottom: 130px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .5fr); align-items: end; gap: 50px; margin-bottom: 60px; }
.section-heading > p { max-width: 380px; margin: 0 0 6px; color: var(--muted); font-size: 17px; }

.dish-grid { display: grid; grid-template-columns: 1.4fr .85fr; grid-template-rows: 310px 310px; gap: 16px; }
.dish-card { position: relative; min-height: 0; overflow: hidden; background: var(--ink); }
.dish-card--large { grid-row: span 2; }
.dish-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.dish-card:hover img { transform: scale(1.04); }
.dish-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,10,4,.86), rgba(16,10,4,.02) 72%); }
.dish-card__overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 32px; color: white; }
.dish-card__overlay span, .dish-card--text span { display: block; margin-bottom: 6px; color: #ffc46d; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.dish-card h3, .catering-copy h3 { margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 44px); font-weight: 400; line-height: 1.06; }
.dish-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dish-link--dark { border-color: rgba(23,18,13,.5); }
.dish-card--text { display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: var(--orange); }
.dish-card--text::after { display: none; }
.card-number { margin: 0; color: rgba(23,18,13,.58); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.dish-card--text h3 { font-size: clamp(25px, 2.8vw, 39px); }

.menu-section { padding: 125px 0; color: white; background: var(--ink); }
.menu-intro { display: grid; grid-template-columns: 1.25fr .5fr; align-items: end; gap: 50px; margin-bottom: 54px; }
.menu-intro h2 em { color: #ffad3e; }
.menu-intro__note { color: #bfb2a3; }
.menu-intro__note a { display: inline-block; margin-top: 12px; padding-bottom: 4px; color: white; border-bottom: 1px solid #8b7a69; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.menu-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.menu-filters button { padding: 10px 18px; color: #d4c8ba; border: 1px solid #51483e; border-radius: 30px; background: transparent; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.menu-filters button:hover, .menu-filters button.is-active { color: var(--ink); border-color: var(--orange); background: var(--orange); }
.menu-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.menu-item { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #443b32; background: #211b15; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.menu-item:hover { color: #ffb34c; border-color: #a66b2b; transform: translateY(-4px); }
.menu-item.is-hidden { display: none; }
.menu-item__media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #30271f; }
.menu-item__media img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.menu-item:hover .menu-item__media img { transform: scale(1.035); }
.menu-item__number { position: absolute; top: 12px; left: 12px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--orange); font-size: 10px; font-weight: 800; }
.menu-item__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
.menu-item__category { margin-bottom: 8px; color: #ffad3e; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.menu-item strong { display: block; color: white; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 27px); font-weight: 400; line-height: 1.08; }
.menu-item__description { display: block; margin: 12px 0 24px; color: #bfb2a3; font-size: 13px; line-height: 1.55; }
.menu-item__action { display: block; margin-top: auto; padding-top: 12px; color: #a89a8c; border-top: 1px solid #443b32; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.catering-grid { display: grid; grid-template-columns: 1.05fr .72fr .72fr; grid-template-rows: 500px; gap: 16px; }
.catering-photo { overflow: hidden; }
.catering-photo img { height: 100%; object-fit: cover; }
.catering-photo--side img { object-position: center 35%; }
.catering-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 38px; color: white; background: var(--orange-deep); }
.catering-copy .card-number { color: rgba(255,255,255,.6); }
.catering-copy p:not(.card-number) { color: #ffdfbd; }

.visit-section { padding: 120px 0; color: white; background: var(--orange-deep); }
.visit-grid { display: grid; grid-template-columns: .9fr .72fr 1fr; gap: 16px; }
.visit-copy, .hours { padding: 44px; }
.visit-copy { display: flex; flex-direction: column; justify-content: center; min-height: 470px; border: 1px solid rgba(255,255,255,.35); }
.visit-copy .eyebrow { color: white; }
.visit-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.visit-copy h2 em { color: #ffd89e; }
.visit-copy > p:not(.eyebrow) { margin: 32px 0; color: #ffe3c2; }
.visit-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hours { display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: #ffd493; }
.hours__title { margin: 0 0 28px; font-family: Georgia, serif; font-size: 27px; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(23,18,13,.25); font-size: 13px; }
.hours div strong { white-space: nowrap; }
.hours__note { margin: 25px 0 0; color: #76552d; font-size: 11px; }
.visit-photo { min-height: 470px; overflow: hidden; }
.visit-photo img { height: 100%; object-fit: cover; }

.site-footer { padding: 80px 0 20px; color: #d3c6b7; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 108px; height: 108px; margin-bottom: 24px; border-radius: 50%; object-fit: cover; }
.footer-brand p { color: white; font-family: Georgia, serif; font-size: 22px; line-height: 1.25; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-title { margin: 0 0 10px; color: #ffad3e; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.footer-grid p:not(.footer-title) { margin: 0; }
.footer-grid a:hover { color: #ffad3e; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 20px; border-top: 1px solid #3e372f; color: #897e71; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.mobile-order { display: none; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 35px; }
  .hero-visual { min-height: 560px; }
  .hero-logo { right: 0; width: 140px; height: 140px; }
  .hero-caption { right: 0; }
  .catering-grid { grid-template-columns: 1.1fr .9fr; grid-template-rows: 390px 300px; }
  .catering-photo--main { grid-row: span 2; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-photo { grid-column: span 2; height: 360px; min-height: 0; }
  .menu-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .top-note__inner span { display: none; }
  .top-note__inner { justify-content: center; min-height: 30px; }
  .header-inner { min-height: 68px; }
  .brand { font-size: 18px; }
  .brand img { width: 43px; height: 43px; }
  .header-cta { display: none; }
  .hero { padding: 36px 0 46px; background: radial-gradient(circle at 76% 64%, #ffd88e 0, #ffd88e 19%, transparent 48%), var(--cream); }
  .hero-grid { display: flex; flex-direction: column; gap: 36px; }
  h1 { font-size: clamp(53px, 17vw, 72px); }
  h2 { font-size: clamp(47px, 15vw, 66px); }
  .hero-lead { margin: 20px 0 24px; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-details { gap: 10px; margin-top: 30px; padding-top: 18px; }
  .hero-details strong { font-size: 14px; }
  .hero-details span { font-size: 10px; }
  .hero-visual { width: 100%; min-height: 480px; }
  .hero-photo { inset: 15px 26px 0 0; border-radius: 180px 180px 5px 5px; }
  .hero-logo { top: 0; right: 0; width: 112px; height: 112px; }
  .hero-caption { right: -3px; bottom: 32px; padding: 15px 18px; font-size: 16px; }
  .service-strip__track { justify-content: flex-start; font-size: 15px; }
  .section, .menu-section { padding-top: 85px; padding-bottom: 85px; }
  .section-heading, .menu-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading > p { font-size: 15px; }
  .dish-grid { display: flex; flex-direction: column; }
  .dish-card { min-height: 360px; }
  .dish-card--large { min-height: 470px; }
  .dish-card--text { min-height: 310px; }
  .dish-card__overlay, .dish-card--text { padding: 24px; }
  .menu-intro__note { font-size: 14px; }
  .menu-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .menu-filters::-webkit-scrollbar { display: none; }
  .menu-filters button { flex: 0 0 auto; }
  .menu-list { grid-template-columns: 1fr; gap: 14px; }
  .menu-item { display: grid; grid-template-columns: 42% 1fr; min-height: 210px; }
  .menu-item__media { height: 100%; aspect-ratio: auto; }
  .menu-item__body { padding: 18px 16px; }
  .menu-item strong { font-size: 20px; }
  .menu-item__description { margin: 10px 0 18px; font-size: 12px; }
  .menu-item__action { line-height: 1.35; }
  .catering-grid { display: flex; flex-direction: column; }
  .catering-photo--main { height: 410px; }
  .catering-copy { min-height: 390px; padding: 28px; }
  .catering-photo--side { height: 320px; }
  .visit-section { padding: 85px 0; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-copy, .hours { min-height: auto; padding: 30px 24px; }
  .visit-copy h2 { font-size: 52px; }
  .visit-photo { grid-column: auto; height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { margin-top: 55px; }
  .mobile-order { position: fixed; z-index: 30; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 20px; color: white; background: var(--green); box-shadow: 0 12px 35px rgba(14,62,36,.35); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
}

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