:root {
  --ink: #171512;
  --cream: #f2eee5;
  --paper: #faf8f3;
  --red: #9f2c22;
  --gold: #c69c5b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
em { color: var(--red); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }

.announcement { position: relative; z-index: 30; padding: 11px 20px; background: var(--gold); color: var(--ink); text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.announcement + .site-header { top: 37px; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; right: 0;
  height: 112px; padding: 0 5vw; display: flex; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.24); color: white;
}
.brand { width: 146px; height: 82px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 124px; filter: invert(1); mix-blend-mode: screen; }
.site-header nav { margin: auto; display: flex; gap: 34px; }
.site-header nav a { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-header nav a:hover { color: #ead7b5; }
.header-order { border: 1px solid rgba(255,255,255,.75); padding: 15px 21px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.header-order:hover { background: white; color: var(--ink); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: url('/dinaro-food.jpg') center 45% / cover no-repeat; }
.hero-slideshow { position: absolute; inset: 0; pointer-events: none; }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center 45%; background-size: cover; background-repeat: no-repeat; transition: opacity 1.2s ease-in-out; will-change: opacity; }
.hero-slide.is-active { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,12,9,.9) 0%, rgba(15,12,9,.55) 48%, rgba(15,12,9,.15) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 80vw); margin-left: 9vw; padding-top: 90px; }
.eyebrow, .kicker { margin: 0 0 20px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .26em; }
.hero h1 { margin: 0; font-size: clamp(62px, 8.5vw, 130px); line-height: .83; text-transform: uppercase; letter-spacing: -.065em; font-weight: 900; }
.hero h1 em { color: #f3d39c; text-transform: none; font-size: .9em; }
.hero-copy { max-width: 570px; margin: 34px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.6; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; transition: .25s ease; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #bd3b30; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.7); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.hero-info { position: absolute; z-index: 1; left: 5vw; right: 5vw; bottom: 28px; display: flex; justify-content: flex-end; gap: 28px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.hero-info span + span, .hero-info a { border-left: 1px solid rgba(255,255,255,.35); padding-left: 28px; }
.scroll-cue { position: absolute; z-index: 1; left: 5vw; bottom: 22px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; }

.section { padding: 112px 8vw; }
.section-label { display: flex; gap: 12px; align-items: center; margin-bottom: 68px; font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.section-label::after { content: ''; width: 66px; height: 1px; background: currentColor; opacity: .35; }
.section-label span { color: var(--red); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.kicker { color: var(--red); }
.intro h2, .menu-section h2, .visit h2, .order-banner h2 { margin: 0; max-width: 800px; font-size: clamp(48px, 6vw, 88px); line-height: .97; letter-spacing: -.055em; text-transform: uppercase; }
.intro-copy { padding-top: 44px; }
.intro-copy p, .visit-intro > p { font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.8; color: #625d55; }
.text-link { display: inline-flex; gap: 30px; margin-top: 24px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); text-transform: uppercase; font-size: 10px; letter-spacing: .16em; font-weight: 800; }
.text-link:hover { color: var(--red); border-color: var(--red); }

.feature-image { height: 74vh; min-height: 560px; margin: 0 4vw; position: relative; background: linear-gradient(0deg, rgba(10,8,6,.28), transparent 65%), url('/dinaro-food.jpg') center 57% / cover no-repeat; }
.feature-badge { position: absolute; left: 4vw; bottom: 4vw; width: 154px; height: 154px; padding: 26px; border-radius: 50%; background: var(--cream); display: flex; flex-direction: column; justify-content: center; }
.feature-badge strong { font: 48px/1 Georgia, serif; color: var(--red); }
.feature-badge span { margin-top: 8px; font-size: 9px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.menu-section { margin-top: -1px; background: #1a1815; color: white; }
.section-label.light span { color: var(--gold); }
.menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.menu-section .kicker { color: var(--gold); }
.menu-section h2 em { color: var(--gold); }
.button-light { border: 1px solid rgba(255,255,255,.65); flex: 0 0 auto; }
.button-light:hover { background: white; color: var(--ink); }
.menu-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid rgba(255,255,255,.18); }
.menu-cards article { min-height: 275px; padding: 38px 38px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.menu-cards article + article { padding-left: 38px; }
.menu-cards article:last-child { border-right: 0; }
.menu-number { font: italic 18px Georgia, serif; color: var(--gold); }
.menu-cards h3 { margin: 70px 0 18px; font-size: 25px; text-transform: uppercase; letter-spacing: -.02em; }
.menu-cards p { max-width: 330px; color: #aaa49b; font-family: Georgia, serif; line-height: 1.65; }

.order-banner { min-height: 430px; padding: 80px 9vw; background: var(--red); color: white; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.order-banner .eyebrow { color: #efcdbb; }
.order-banner h2 { max-width: 700px; }
.order-banner h2 em { color: #f1cf96; }
.round-order { width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; text-transform: uppercase; font-weight: 800; font-size: 14px; letter-spacing: .1em; transition: .25s; }
.round-order b { align-self: flex-end; font-size: 24px; }
.round-order:hover { background: white; color: var(--red); transform: rotate(-4deg); }

.visit-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; }
.visit-intro > p { max-width: 540px; margin-top: 35px; }
.hours-card { background: var(--cream); padding: 45px 50px; }
.hours-card h3 { margin: 0 0 30px; text-transform: uppercase; font-size: 14px; letter-spacing: .15em; }
.hours-list > div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid #d6cfc3; font-size: 13px; }
.hours-list strong { font-weight: 500; }
.hours-card > p { margin: 22px 0 0; color: #777168; font-size: 11px; }

footer { background: #11100e; color: white; padding: 82px 8vw 28px; }
.footer-top { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 8vw; padding-bottom: 70px; }
.footer-brand img { width: 165px; filter: invert(1); mix-blend-mode: screen; }
.footer-brand p { color: #9d978e; font: 16px/1.7 Georgia, serif; }
footer h3 { margin: 0 0 24px; color: var(--gold); text-transform: uppercase; font-size: 10px; letter-spacing: .2em; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-top a { color: #c8c3bb; font: 14px/1.6 Georgia, serif; }
.footer-top a:hover { color: white; }
.footer-bottom { border-top: 1px solid #302d28; padding-top: 24px; display: flex; justify-content: space-between; color: #6f6a63; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.mobile-order { display: none; }

@media (max-width: 900px) {
  .site-header { height: 88px; padding: 0 22px; }
  .brand { width: 105px; }
  .brand img { width: 96px; }
  .site-header nav { display: none; }
  .header-order { margin-left: auto; padding: 13px 15px; }
  .hero-content { margin: 0 24px; width: calc(100% - 48px); padding-top: 65px; }
  .hero h1 { font-size: clamp(52px, 17vw, 82px); }
  .hero-copy { font-size: 16px; max-width: 92%; }
  .hero-actions .button-ghost { display: none; }
  .hero-info { display: none; }
  .scroll-cue { left: 24px; }
  .section { padding: 80px 24px; }
  .section-label { margin-bottom: 44px; }
  .intro-grid, .visit-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { padding-top: 0; }
  .feature-image { height: 64vh; min-height: 460px; margin: 0; }
  .feature-badge { left: 24px; bottom: 24px; width: 130px; height: 130px; padding: 20px; }
  .feature-badge strong { font-size: 39px; }
  .menu-heading { display: block; }
  .menu-heading .button { margin-top: 32px; }
  .menu-cards { grid-template-columns: 1fr; }
  .menu-cards article, .menu-cards article + article { min-height: auto; padding: 31px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .menu-cards h3 { margin: 28px 0 12px; }
  .order-banner { min-height: 480px; padding: 70px 24px; align-items: flex-start; flex-direction: column; }
  .round-order { width: 150px; height: 150px; padding: 30px; align-self: flex-end; }
  .hours-card { padding: 34px 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; padding-bottom: 70px; }
  .mobile-order { position: fixed; z-index: 20; left: 12px; right: 12px; bottom: 12px; height: 54px; padding: 0 22px; background: var(--red); color: white; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; box-shadow: 0 8px 28px rgba(0,0,0,.25); }
}

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