:root {
  --ink: #21140f;
  --muted: #6d5d55;
  --cream: #f7efe2;
  --paper: #fffaf2;
  --red: #df7100;
  --red-dark: #a84300;
  --gold: #f6a51a;
  --green: #23865f;
  --line: rgba(33, 20, 15, .14);
  --shadow: 0 18px 48px rgba(40, 20, 10, .12);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only, .skip-link { 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:focus { z-index: 100; width: auto; height: auto; margin: 10px; padding: 10px 14px; overflow: visible; clip: auto; background: white; border-radius: 8px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4, p { text-wrap: balance; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.05; }
h2 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 5vw, 4.7rem); letter-spacing: -.05em; }

.site-header { position: absolute; top: 0; z-index: 30; width: 100%; color: white; }
.nav-wrap { width: var(--shell); min-height: 94px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 900; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #050505; }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; }
.brand small { margin-top: 4px; opacity: .72; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .88rem; font-weight: 750; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-order):hover { color: #ffd38c; }
.nav-order { padding: 11px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.menu-toggle { display: none; color: white; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(0,0,0,.2); padding: 8px 14px; }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 70% 30%, rgba(223,113,0,.22), transparent 32%), #130d0a; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { left: auto; width: 55%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, #130d0a 0%, #130d0a 38%, rgba(19,13,10,.76) 52%, rgba(19,13,10,.08) 76%, rgba(19,13,10,.28) 100%), linear-gradient(0deg, rgba(19,9,5,.55), transparent 38%); }
.hero-content { position: relative; z-index: 2; width: var(--shell); margin: 70px auto 0; }
.hero .eyebrow { color: #f8c46c; }
.hero h1 { max-width: 730px; margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8.6vw, 8.4rem); font-weight: 700; letter-spacing: -.075em; line-height: .84; }
.hero h1 em { color: #f6a51a; font-style: normal; }
.hero-copy { max-width: 585px; margin: 0 0 32px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--red); box-shadow: 0 10px 30px rgba(217,50,35,.32); }
.btn-primary:hover { background: #ed4232; }
.btn-ghost { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-light { color: var(--ink); background: white; }
.btn-outline { border-color: var(--line); background: transparent; }
.quick-info { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quick-info span::before { content: "•"; margin-right: 8px; color: #f6a51a; }

.ticker { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--cream); border-bottom: 1px solid var(--line); }
.ticker div { padding: 24px clamp(20px, 4vw, 60px); border-right: 1px solid var(--line); }
.ticker div:last-child { border-right: 0; }
.ticker strong, .ticker a, .ticker span { display: block; }
.ticker strong { color: var(--red); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.ticker a, .ticker span { margin-top: 4px; font-weight: 800; text-decoration: none; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-block: 90px; }
.feature-card { min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-card h2 { margin-bottom: 16px; font-size: clamp(2.2rem, 4vw, 3.2rem); }
.feature-card p:not(.eyebrow) { margin: 0 0 24px; opacity: .78; }
.feature-card a { margin-top: auto; font-weight: 900; text-decoration: none; }
.feature-dark { color: white; background: radial-gradient(circle at 80% 5%, rgba(243,182,78,.3), transparent 35%), #21140f; }
.feature-dark .eyebrow { color: #f8c46c; }
.feature-red { color: white; background: linear-gradient(140deg, #f29317, #a84300); }
.feature-red .eyebrow { color: #ffd2cc; }
.feature-cream { background: #f0d9b8; }

.gallery-section { padding: 20px 0 110px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 260px; gap: 14px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: var(--ink); box-shadow: 0 12px 30px rgba(40,20,10,.1); }
.gallery-card.gallery-featured { grid-column: span 2; grid-row: span 2; }
.gallery-card.gallery-wide { grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(18,11,9,.7); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 850; }

.menu-section { padding: 100px 0; background: #f2e8d9; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 510px; margin: 0 0 8px; color: var(--muted); font-size: 1.06rem; }
.menu-tools { position: sticky; top: 12px; z-index: 10; display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 16px; margin-bottom: 30px; padding: 12px; border: 1px solid rgba(33,20,15,.1); border-radius: 18px; background: rgba(255,250,242,.88); box-shadow: 0 12px 28px rgba(39,24,16,.08); backdrop-filter: blur(14px); }
.search-box input { width: 100%; height: 48px; padding: 0 18px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; outline: none; background: white; }
.search-box input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,50,35,.12); }
.menu-tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.tab { flex: 0 0 auto; min-height: 48px; padding: 0 16px; color: var(--muted); border: 0; border-radius: 12px; background: transparent; font-weight: 850; cursor: pointer; }
.tab.is-active, .tab:hover { color: white; background: var(--ink); }
.menu-groups { columns: 2; column-gap: 20px; }
.menu-group { width: 100%; display: inline-block; margin: 0 0 20px; overflow: hidden; break-inside: avoid; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.menu-group[hidden] { display: none; }
.menu-group header { min-height: 135px; display: flex; gap: 18px; align-items: flex-start; padding: 28px; color: white; background: var(--ink); }
.menu-group header > span { color: #f5bd68; font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; }
.menu-group header h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 2rem; }
.menu-group header p { margin: 0; color: rgba(255,255,255,.65); font-size: .92rem; }
.menu-list { padding: 4px 24px 14px; }
.menu-item { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 2px; border-bottom: 1px dashed rgba(33,20,15,.2); }
.menu-item[hidden] { display: none; }
.menu-item:last-child { border-bottom: 0; }
.menu-item h4 { margin-bottom: 5px; font-size: 1.04rem; }
.menu-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.menu-item strong { flex: 0 0 auto; color: var(--red); font-size: 1.05rem; }
.menu-item a { flex: 0 0 auto; color: var(--red); font-size: .84rem; font-weight: 900; text-decoration: none; }
.menu-extras { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; padding: 22px; border-radius: 18px; color: white; background: var(--ink); }
.menu-extras strong { width: 100%; color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.menu-extras span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .8rem; }
.menu-note { margin: 18px 0 0; color: var(--muted); font-size: .88rem; }
.no-results { column-span: all; padding: 42px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; }

.pasta-banner { padding: 90px 0; color: white; background: linear-gradient(110deg, #7d3200, #c85a00 65%, #e98a19); }
.pasta-inner, .review-inner { display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 50px; }
.pasta-inner h2, .review-inner h2 { max-width: 780px; font-size: clamp(2.5rem, 5.5vw, 5rem); }
.pasta-inner p:not(.eyebrow), .review-inner p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.pasta-inner .eyebrow, .review-inner .eyebrow { color: #ffd29d; }

.delivery { padding-block: 110px; }
.delivery-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 20px; }
.area-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.area-card h3 { margin-bottom: 24px; font-family: Georgia, serif; font-size: 2rem; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.area-tags span { padding: 8px 13px; border-radius: 999px; background: var(--cream); font-size: .88rem; font-weight: 800; }
.area-card-accent { color: white; background: var(--green); }
.area-card-accent .area-tags span { background: rgba(255,255,255,.14); }
.area-card-accent p { margin: 24px 0 0; color: rgba(255,255,255,.75); }

.social-section { padding: 105px 0; color: white; background: #1a110e; }
.light-heading .eyebrow { color: #f8c46c; }
.light-heading > p { color: rgba(255,255,255,.62); }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.social-grid a { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); text-decoration: none; transition: transform .2s ease, border .2s ease; }
.social-grid a:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.34); }
.social-grid span { color: #f4b95b; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.social-grid strong { overflow-wrap: anywhere; font-size: 1.05rem; }
.social-grid b { font-size: .82rem; }
.video-link { margin-top: 18px; display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 18px; padding: 20px 24px; border-radius: 20px; color: var(--ink); background: #f6c364; text-decoration: none; }
.video-link > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); }
.video-link small, .video-link strong { display: block; }
.video-link small { font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.video-link strong { font-family: Georgia, serif; font-size: 1.6rem; }

.contact { padding-block: 110px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-actions { margin: 30px 0; }
.contact-details { padding-top: 26px; border-top: 1px solid var(--line); }
.contact-details > div + div { margin-top: 18px; }
.contact-details small, .contact-details a, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details a, .contact-details strong { margin-top: 4px; font-weight: 850; overflow-wrap: anywhere; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 430px; display: block; border: 0; }
.map-card > div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; }
.map-card a { color: var(--red); font-weight: 900; text-decoration: none; }

.review-cta { padding: 86px 0; color: white; background: var(--green); }
.review-inner h2 { margin-bottom: 10px; }
.site-footer { padding: 54px 0 95px; color: rgba(255,255,255,.72); background: #120b09; }
.footer-inner { display: grid; grid-template-columns: auto 1fr; gap: 24px 60px; align-items: center; }
.footer-brand { color: white; }
.footer-inner > p { margin: 0; }
.footer-small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; color: white; border: 3px solid var(--paper); border-radius: 999px; background: #1ba969; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-decoration: none; }
.whatsapp-float span { font-size: 1.35rem; }
.order-float { background: var(--red); }

.order-dialog { width: min(520px, calc(100% - 28px)); padding: 0; overflow: visible; color: var(--ink); border: 0; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.order-dialog::backdrop { background: rgba(18,11,9,.72); backdrop-filter: blur(5px); }
.order-dialog form { position: relative; padding: 34px; }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.55rem; line-height: 1; cursor: pointer; }
.order-dialog-logo { width: 76px; height: 76px; margin-bottom: 24px; object-fit: cover; border-radius: 50%; background: #050505; }
.order-dialog h2 { margin-bottom: 14px; font-size: clamp(2.25rem, 8vw, 3.4rem); }
.order-dialog > form > p:not(.eyebrow, .copy-status) { margin: 0 0 24px; color: var(--muted); }
.order-dialog-actions { display: grid; gap: 10px; }
.copy-phone { cursor: pointer; }
.order-whatsapp { padding: 12px; color: var(--green); font-size: .88rem; font-weight: 850; text-align: center; text-decoration: none; }
.copy-status { min-height: 24px; margin: 10px 0 0; color: var(--green); font-size: .85rem; font-weight: 800; text-align: center; }

@media (max-width: 920px) {
  :root { --shell: min(100% - 28px, 760px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 78px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; color: var(--ink); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; border-radius: 10px; }
  .main-nav a:not(.nav-order):hover { color: var(--red); background: var(--cream); }
  .nav-order { margin-top: 8px; color: white; text-align: center; background: var(--red); }
  .hero { min-height: 720px; }
  .hero-image { width: 58%; object-position: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(17,8,5,.9), rgba(17,8,5,.5)), linear-gradient(0deg, rgba(17,8,5,.72), transparent 50%); }
  .hero h1 { font-size: clamp(3.8rem, 14vw, 6.5rem); }
  .ticker, .feature-grid, .menu-groups, .delivery-grid, .social-grid, .contact { grid-template-columns: 1fr 1fr; }
  .ticker div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .feature-card:last-child { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .menu-tools { grid-template-columns: 1fr; position: static; }
  .pasta-inner, .review-inner { grid-template-columns: 1fr; gap: 28px; }
  .delivery-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 260px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); --radius: 20px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .62rem; }
  .hero { min-height: 680px; }
  .hero-image { left: 0; width: 100%; object-position: center; }
  .hero-shade { background: linear-gradient(0deg, rgba(17,8,5,.94) 0%, rgba(17,8,5,.62) 70%, rgba(17,8,5,.35)); }
  .hero-content { margin-top: 65px; align-self: end; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(3.45rem, 18vw, 5.2rem); }
  .hero-actions .btn { width: 100%; }
  .quick-info { gap: 12px; margin-top: 28px; font-size: .7rem; }
  .ticker, .feature-grid, .menu-groups, .social-grid { grid-template-columns: 1fr; }
  .ticker div, .ticker div:last-child { grid-column: auto; border-right: 0; border-top: 1px solid var(--line); }
  .ticker div:first-child { border-top: 0; }
  .feature-grid { padding-block: 64px; }
  .menu-groups { columns: 1; }
  .gallery-section { padding-bottom: 76px; }
  .gallery-grid { grid-auto-rows: 220px; gap: 10px; }
  .gallery-card.gallery-featured, .gallery-card.gallery-wide { grid-column: span 2; }
  .feature-card, .feature-card:last-child { min-height: 270px; grid-column: auto; }
  .menu-section, .social-section { padding-block: 72px; }
  .menu-group header { min-height: auto; padding: 24px 20px; }
  .menu-list { padding-inline: 18px; }
  .menu-item { align-items: flex-start; min-height: 84px; }
  .menu-item p { max-width: 230px; }
  .pasta-banner, .review-cta { padding-block: 68px; }
  .delivery, .contact { padding-block: 78px; }
  .video-link { grid-template-columns: 52px 1fr; }
  .video-link b { display: none; }
  .map-card iframe { height: 340px; }
  .map-card > div { flex-direction: column; gap: 5px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-small { grid-column: auto; }
  .whatsapp-float { right: 12px; bottom: 12px; }
}

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