:root {
  --bg: #18110d;
  --bg-soft: #241811;
  --paper: #fbf4e8;
  --paper-muted: #efe3d0;
  --text: #241812;
  --text-soft: #6d5a4c;
  --cream: #fff7e8;
  --red: #b91f22;
  --red-dark: #761416;
  --gold: #d59a35;
  --green: #256b45;
  --charcoal: #120d0a;
  --line: rgba(36, 24, 18, 0.14);
  --white-line: rgba(255, 247, 232, 0.18);
  --shadow: 0 24px 70px rgba(18, 13, 10, 0.28);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  overflow-x: hidden;
  max-width: 100%;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--cream);
  color: var(--charcoal);
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--cream);
  background: rgba(18, 13, 10, 0.22);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(18, 13, 10, 0.92);
  border-color: var(--white-line);
  padding-block: 0.72rem;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  color: var(--cream);
  background: var(--red);
  border: 1px solid rgba(255, 247, 232, 0.28);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.03rem;
}

.brand small {
  color: rgba(255, 247, 232, 0.76);
  font-size: 0.72rem;
  margin-top: 0.08rem;
}

.site-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.2rem);
  font-size: 0.93rem;
  color: rgba(255, 247, 232, 0.86);
}

.site-nav a,
.footer-links a,
.address-box a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.footer-links a:hover,
.address-box a:hover {
  color: var(--gold);
}

.header-action {
  justify-self: end;
  border: 1px solid rgba(255, 247, 232, 0.32);
  border-radius: 999px;
  padding: 0.68rem 1rem;
  color: var(--cream);
  font-weight: 700;
  font-size: 0.88rem;
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(255, 247, 232, 0.26);
  border-radius: 50%;
  background: rgba(255, 247, 232, 0.08);
  color: var(--cream);
  cursor: pointer;
}

.nav-toggle span {
  width: 1rem;
  height: 2px;
  margin: 0.23rem auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 8.5rem clamp(1.2rem, 5vw, 5rem) 2rem;
  color: var(--cream);
  background: var(--charcoal);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/hero-paloma-pizzaria.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 13, 10, 0.84) 0%, rgba(18, 13, 10, 0.54) 43%, rgba(18, 13, 10, 0.2) 100%),
    linear-gradient(0deg, rgba(18, 13, 10, 0.96) 0%, rgba(18, 13, 10, 0.08) 45%, rgba(18, 13, 10, 0.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  padding-bottom: clamp(5.8rem, 11vw, 8rem);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 9.8em;
  margin-bottom: 1.15rem;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: 0.92;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 37rem;
  color: rgba(255, 247, 232, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.6;
}

.hero-actions,
.reservation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin-top: 1.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 3.2rem;
  border-radius: 999px;
  padding: 0.88rem 1.2rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.btn-primary {
  background: var(--red);
  color: var(--cream);
  border: 1px solid var(--red);
}

.btn-primary:hover {
  background: #d52b2e;
}

.btn-secondary {
  background: rgba(255, 247, 232, 0.1);
  color: var(--cream);
  border: 1px solid rgba(255, 247, 232, 0.28);
}

.reservation-section .btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: var(--cream);
}

.hero-panel {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 4vw, 3rem);
  bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(9rem, 1fr));
  width: min(800px, calc(100% - 2rem));
  background: rgba(24, 17, 13, 0.7);
  border: 1px solid var(--white-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel div {
  padding: 1rem;
}

.hero-panel div + div {
  border-left: 1px solid var(--white-line);
}

.hero-panel span,
.hero-panel small {
  display: block;
  color: rgba(255, 247, 232, 0.68);
  font-size: 0.78rem;
}

.hero-panel strong {
  display: block;
  margin: 0.28rem 0 0.2rem;
  font-size: 0.96rem;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--red);
  color: var(--cream);
  border-block: 1px solid rgba(255, 247, 232, 0.12);
}

.ticker div {
  min-width: 0;
  padding: 1rem;
  text-align: center;
  font-weight: 900;
  overflow-wrap: anywhere;
  border-right: 1px solid rgba(255, 247, 232, 0.2);
}

.ticker div:last-child {
  border-right: 0;
}

.section {
  padding: clamp(4rem, 9vw, 7rem) clamp(1.2rem, 5vw, 5rem);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 2rem;
}

.section-heading.compact {
  display: grid;
  grid-template-columns: 1fr minmax(16rem, 25rem);
  gap: 2rem;
  align-items: end;
  max-width: none;
}

.section-heading.compact .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.section-heading.compact p:not(.eyebrow) {
  color: var(--text-soft);
  line-height: 1.65;
}

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

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature,
.menu-item,
.reservation-card,
.address-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 247, 232, 0.72);
}

.feature {
  padding: 1.25rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.3rem;
  color: var(--cream);
  background: var(--green);
  border-radius: 50%;
}

.feature-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature p,
.menu-item p,
.experience-copy p,
.reservation-card p,
.site-footer p {
  color: var(--text-soft);
  line-height: 1.65;
}

.menu-section {
  background: var(--paper-muted);
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.tab {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: var(--text);
  background: rgba(255, 247, 232, 0.72);
  cursor: pointer;
  font-weight: 900;
}

.tab.is-active {
  color: var(--cream);
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.menu-list {
  display: grid;
  gap: 0.7rem;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
}

.menu-item h3 {
  margin-bottom: 0.25rem;
}

.menu-item p {
  margin-bottom: 0;
}

.menu-item span {
  white-space: nowrap;
  color: var(--red-dark);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  min-height: 660px;
  background: var(--bg);
  color: var(--cream);
}

.experience-media {
  min-height: 480px;
  overflow: hidden;
}

.experience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
  filter: saturate(0.92) contrast(1.04);
}

.experience-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 6rem);
}

.experience-copy h2 {
  margin-bottom: 1rem;
}

.experience-copy p,
.experience-copy .check-list {
  color: rgba(255, 247, 232, 0.76);
}

.check-list {
  list-style: none;
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--gold);
}

.reservation-section {
  background: var(--paper);
}

.reservation-card {
  display: grid;
  grid-template-columns: 1fr minmax(16rem, 26rem);
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 1rem;
  box-shadow: 0 14px 38px rgba(36, 24, 18, 0.08);
}

.reservation-card h2 {
  margin-bottom: 0.8rem;
}

.address-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1rem;
  background: var(--bg-soft);
  color: var(--cream);
}

.address-box p {
  color: rgba(255, 247, 232, 0.72);
}

.address-box a {
  color: var(--gold);
  font-weight: 900;
}

.map {
  display: block;
  width: 100%;
  height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1.2rem, 5vw, 5rem);
  background: var(--charcoal);
  color: var(--cream);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  color: rgba(255, 247, 232, 0.78);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    justify-self: end;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .site-nav.is-open {
    position: fixed;
    inset: 4.75rem 1rem auto 1rem;
    display: grid;
    gap: 0;
    padding: 0.5rem;
    background: rgba(18, 13, 10, 0.96);
    border: 1px solid var(--white-line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open a {
    padding: 1rem;
    border-bottom: 1px solid var(--white-line);
  }

  .site-nav.is-open a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 900px;
    align-items: center;
    padding-top: 7rem;
  }

  .hero-content {
    padding-bottom: 16rem;
  }

  .hero-panel {
    left: 1rem;
    right: 1rem;
    grid-template-columns: 1fr;
  }

  .hero-panel div + div {
    border-left: 0;
    border-top: 1px solid var(--white-line);
  }

  .ticker,
  .intro-grid,
  .section-heading.compact,
  .reservation-card,
  .split-section {
    grid-template-columns: 1fr;
  }

  .section-heading.compact .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .split-section {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100vw;
  }

  .site-header,
  .hero,
  .ticker,
  .section,
  .split-section,
  .site-footer {
    width: 100vw;
    max-width: 100vw;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 850px;
    padding-inline: 1rem;
  }

  .hero-content {
    max-width: calc(100vw - 2rem);
    padding-bottom: 18rem;
  }

  h1 {
    font-size: clamp(2.82rem, 13vw, 3.5rem);
    max-width: 100%;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .hero-panel {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  .hero-actions,
  .reservation-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .ticker {
    grid-template-columns: 1fr;
  }

  .ticker div {
    font-size: 0.86rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 247, 232, 0.2);
  }

  .section {
    padding-inline: 1rem;
  }

  .section-heading,
  .section-heading.compact,
  .experience-copy {
    max-width: calc(100vw - 2rem);
  }

  h2 {
    overflow-wrap: break-word;
  }

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

  .menu-item span {
    white-space: normal;
  }

  .experience-copy {
    padding-inline: 1rem;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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