:root {
  --ink: #181616;
  --ink-soft: #27221d;
  --cream: #f5ead8;
  --cream-2: #ead4ac;
  --gold: #dcb878;
  --tomato: #b83b27;
  --tomato-dark: #812918;
  --basil: #4f7d55;
  --olive: #757342;
  --paper: #fff9ed;
  --muted: #806f5c;
  --line: rgba(36, 28, 22, 0.16);
  --shadow: 0 24px 70px rgba(17, 12, 8, 0.22);
  --radius: 8px;
  --header-h: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  display: grid;
  grid-template-columns: minmax(160px, 230px) 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--cream);
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(24, 22, 22, 0.88);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  width: min(100%, 230px);
  gap: 2px;
  color: var(--cream-2);
}

.brand__name {
  font-family: Italiana, Georgia, serif;
  font-size: clamp(1.75rem, 3.1vw, 2.55rem);
  font-weight: 400;
  line-height: 0.9;
}

.brand__rule {
  height: 2px;
  width: 100%;
  background: currentColor;
  opacity: 0.9;
}

.brand__sub {
  justify-self: end;
  font-family: Yellowtail, "Brush Script MT", cursive;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  line-height: 1;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 249, 237, 0.82);
}

.nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-action,
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(245, 234, 216, 0.28);
  color: var(--cream);
  background: rgba(245, 234, 216, 0.08);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
}

.header-action {
  gap: 9px;
  padding: 0 16px;
  font-size: 0.84rem;
  font-weight: 800;
}

.header-action svg,
.nav-toggle svg,
.btn svg,
.intro__facts svg,
.menu-card svg,
.socials svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.nav-toggle {
  display: none;
  border: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(28px, 5vw, 68px);
  padding: calc(var(--header-h) + 52px) clamp(20px, 5vw, 76px) 58px;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.hero__bg,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__bg {
  background-image: url("assets/italiana-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(12, 10, 10, 0.91) 0%, rgba(12, 10, 10, 0.68) 37%, rgba(12, 10, 10, 0.2) 100%),
    linear-gradient(0deg, rgba(12, 10, 10, 0.84) 0%, rgba(12, 10, 10, 0.15) 56%, rgba(12, 10, 10, 0.42) 100%);
}

.hero__content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero__content {
  max-width: 820px;
  min-width: 0;
}

.eyebrow,
.section__kicker,
.menu-card__label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(220, 184, 120, 0.42);
  background: rgba(0, 0, 0, 0.24);
  border-radius: 999px;
}

.hero h1 {
  margin: 18px 0 0;
  font-family: Italiana, Georgia, serif;
  font-size: clamp(5rem, 17vw, 16rem);
  font-weight: 400;
  line-height: 0.78;
  color: var(--cream-2);
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.44);
}

.hero__script {
  margin: 10px 0 0;
  font-family: Yellowtail, "Brush Script MT", cursive;
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: 0.95;
  color: var(--cream);
}

.hero__lead {
  width: min(100%, 690px);
  margin: 24px 0 0;
  color: rgba(255, 249, 237, 0.83);
  font-size: clamp(1.04rem, 1.65vw, 1.35rem);
  line-height: 1.6;
}

.hero__actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, color 170ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  color: #1d1612;
  background: linear-gradient(135deg, var(--cream-2), var(--gold));
  box-shadow: 0 15px 40px rgba(220, 184, 120, 0.23);
}

.btn--ghost {
  color: var(--cream);
  border-color: rgba(245, 234, 216, 0.35);
  background: rgba(245, 234, 216, 0.08);
}

.btn--light {
  color: var(--cream);
  border-color: rgba(245, 234, 216, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  display: grid;
  gap: 10px;
  align-self: end;
  padding: 12px;
  border: 1px solid rgba(245, 234, 216, 0.18);
  background: rgba(18, 16, 15, 0.46);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  border-radius: var(--radius);
}

.hero-panel > div {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(245, 234, 216, 0.12);
  background: rgba(255, 255, 255, 0.055);
  border-radius: calc(var(--radius) - 2px);
}

.hero-panel__label {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 7px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
}

.hero-panel small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 249, 237, 0.66);
}

.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(220, 184, 120, 0.25);
  border-bottom: 1px solid rgba(220, 184, 120, 0.25);
  color: var(--cream-2);
  background: var(--ink);
}

.marquee__track {
  display: flex;
  width: max-content;
  gap: 30px;
  padding: 16px 0;
  animation: slide 28s linear infinite;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-weight: 700;
}

.marquee span::after {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--tomato);
  border-radius: 999px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 76px);
}

.intro__grid,
.section-heading,
.contact,
.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.section__kicker {
  margin-bottom: 16px;
}

h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro__copy p,
.section-heading p,
.split-band__content p,
.contact__content p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.intro__facts {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.intro__facts div {
  display: flex;
  align-items: center;
  min-height: 52px;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
}

.intro__facts svg {
  color: var(--tomato);
}

.menu-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(184, 59, 39, 0.12), transparent 30%),
    linear-gradient(180deg, #fff9ed 0%, #f4e7d3 100%);
}

.section-heading {
  align-items: end;
  margin-bottom: 42px;
}

.section-heading p {
  max-width: 560px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.menu-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  color: var(--cream);
  background: var(--ink-soft);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(32, 23, 18, 0.14);
}

.menu-card::before,
.menu-card::after {
  position: absolute;
  content: "";
}

.menu-card::before {
  inset: 0;
  opacity: 0.78;
  background:
    linear-gradient(180deg, rgba(24, 22, 22, 0.06), rgba(24, 22, 22, 0.92)),
    radial-gradient(circle at 66% 24%, rgba(255, 249, 237, 0.2), transparent 25%);
}

.menu-card::after {
  top: 24px;
  right: 24px;
  width: 126px;
  height: 126px;
  opacity: 0.95;
  border-radius: 50%;
  background: var(--tomato);
  box-shadow: inset 0 0 0 13px rgba(255, 249, 237, 0.14), 0 18px 45px rgba(0, 0, 0, 0.18);
}

.menu-card--pizza::after {
  background:
    radial-gradient(circle at 38% 32%, #f7dcc0 0 5px, transparent 6px),
    radial-gradient(circle at 64% 62%, #f7dcc0 0 6px, transparent 7px),
    radial-gradient(circle at 58% 28%, #6f9a55 0 6px, transparent 7px),
    radial-gradient(circle at 32% 70%, #6f9a55 0 5px, transparent 6px),
    var(--tomato);
}

.menu-card--coffee::after {
  width: 138px;
  height: 98px;
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(circle at center, #5b2f1d 0 38%, #fff9ed 39% 49%, #2a1a15 50% 100%);
}

.menu-card--wine::after {
  width: 70px;
  height: 150px;
  border-radius: 50% 50% 42% 42%;
  background:
    linear-gradient(90deg, transparent 0 25%, rgba(255, 255, 255, 0.16) 26% 36%, transparent 37%),
    linear-gradient(180deg, #efe2c8 0 44%, #8f2f2c 45% 82%, #3b1715 83%);
}

.menu-card > * {
  position: relative;
  z-index: 1;
}

.menu-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--ink);
  background: var(--cream-2);
  border-radius: var(--radius);
}

.menu-card h3 {
  margin: 8px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  line-height: 1;
}

.menu-card p {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 249, 237, 0.76);
  line-height: 1.65;
}

.split-band {
  align-items: center;
  padding: clamp(22px, 4vw, 42px) clamp(20px, 5vw, 76px);
  color: var(--cream);
  background: var(--ink);
}

.split-band__visual {
  overflow: hidden;
  border-radius: var(--radius);
}

.split-band__visual img {
  width: 100%;
  height: clamp(360px, 52vw, 640px);
  object-fit: cover;
}

.split-band__content {
  max-width: 610px;
}

.split-band__content h2 {
  color: var(--cream-2);
}

.split-band__content p {
  margin-top: 24px;
  color: rgba(255, 249, 237, 0.72);
}

.score-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.score-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--radius);
}

.score-list strong {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
}

.reviews {
  background: var(--paper);
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  min-height: 72px;
  padding: 10px 16px 10px 10px;
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(32, 23, 18, 0.08);
}

.rating-pill > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--cream);
  background: var(--tomato);
  border-radius: var(--radius);
  font-weight: 900;
}

.rating-pill strong,
.rating-pill small {
  display: block;
}

.rating-pill small {
  color: var(--muted);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(32, 23, 18, 0.08);
}

.stars {
  color: var(--gold);
  font-size: 1.2rem;
  letter-spacing: 0;
}

.review-card p {
  margin: 26px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.24;
}

.review-card span {
  color: var(--muted);
  font-weight: 800;
}

.review-card--dark {
  color: var(--cream);
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(184, 59, 39, 0.88), rgba(31, 24, 20, 0.96)),
    var(--ink);
}

.review-card--dark svg {
  color: var(--cream-2);
}

.review-card--dark span {
  color: rgba(255, 249, 237, 0.62);
}

.contact {
  align-items: stretch;
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 76px);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(24, 22, 22, 0.96), rgba(82, 38, 28, 0.94)),
    var(--ink);
}

.contact__content {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
}

.contact__content h2 {
  color: var(--cream-2);
}

.contact__content p {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(255, 249, 237, 0.72);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(245, 234, 216, 0.18);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  transition: background 170ms ease, transform 170ms ease;
}

.socials a:hover,
.socials a:focus-visible {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-2px);
}

.map-shell {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.map-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: grayscale(0.16) contrast(1.04);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(20px, 5vw, 76px);
  color: rgba(255, 249, 237, 0.7);
  background: #11100f;
}

.brand--footer {
  width: 190px;
}

.brand--footer .brand__name {
  font-size: 2rem;
}

.brand--footer .brand__sub {
  font-size: 1.05rem;
}

.footer p {
  margin: 0;
}

@media (max-width: 980px) {
  :root {
    --header-h: 72px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(245, 234, 216, 0.14);
    background: rgba(24, 22, 22, 0.96);
    border-radius: var(--radius);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px 12px;
  }

  .nav a::after {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 82svh;
    align-items: center;
    gap: 14px;
    padding-top: calc(var(--header-h) + 24px);
    padding-bottom: 34px;
  }

  .hero-panel {
    grid-template-columns: repeat(3, 1fr);
    padding: 8px;
  }

  .hero-panel > div {
    min-height: 74px;
    padding: 12px;
  }

  .hero-panel strong {
    margin-top: 4px;
    font-size: 1.18rem;
    line-height: 1.1;
  }

  .hero-panel small {
    font-size: 0.78rem;
  }

  .intro__grid,
  .section-heading,
  .contact,
  .split-band {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
  }

  .rating-pill {
    justify-self: start;
  }

  .menu-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .menu-card {
    min-height: 320px;
  }

  .split-band {
    padding-top: 26px;
    padding-bottom: 64px;
  }

  .split-band__visual {
    order: 2;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    padding-inline: 14px;
  }

  .brand {
    width: 168px;
  }

  .brand__name {
    font-size: 1.9rem;
  }

  .brand__sub {
    font-size: 1rem;
  }

  .header-action {
    width: 44px;
    padding: 0;
  }

  .header-action span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .hero {
    min-height: 84svh;
    padding: calc(var(--header-h) + 32px) 18px 36px;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(12, 10, 10, 0.88), rgba(12, 10, 10, 0.48)),
      linear-gradient(0deg, rgba(12, 10, 10, 0.9) 0%, rgba(12, 10, 10, 0.32) 64%, rgba(12, 10, 10, 0.52) 100%);
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14.7vw, 4.75rem);
    white-space: nowrap;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .hero-panel {
    display: none;
  }

  .section {
    padding-inline: 18px;
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .menu-card {
    min-height: 290px;
    padding: 20px;
  }

  .menu-card::after {
    right: 18px;
    width: 104px;
    height: 104px;
  }

  .menu-card--coffee::after {
    width: 116px;
    height: 84px;
  }

  .menu-card--wine::after {
    width: 58px;
    height: 124px;
  }

  .contact {
    padding-inline: 18px;
  }

  .contact__content,
  .map-shell,
  .map-shell iframe {
    min-height: 420px;
  }

  .footer {
    padding-inline: 18px;
  }
}

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