:root {
  --bg: #07050d;
  --bg-soft: #110a1f;
  --card: rgba(31, 18, 52, 0.78);
  --card-strong: #1c102f;
  --text: #fbf8ff;
  --muted: #c8badb;
  --purple: #9d4edd;
  --purple-bright: #c77dff;
  --accent: #ffb703;
  --border: rgba(199, 125, 255, 0.22);
  --shadow: 0 24px 80px rgba(157, 78, 221, 0.22);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(157, 78, 221, 0.35), transparent 32rem),
    radial-gradient(circle at bottom right, rgba(199, 125, 255, 0.18), transparent 30rem),
    var(--bg);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

img,
svg {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 5, 13, 0.82);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--bg);
  background: linear-gradient(135deg, var(--purple-bright), var(--accent));
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(199, 125, 255, 0.35);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--text);
  background: var(--card-strong);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  border-radius: 999px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #15081f;
  background: linear-gradient(135deg, var(--purple-bright), var(--accent));
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(199, 125, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(199, 125, 255, 0.36);
}

.btn-outline {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border);
  box-shadow: none;
}

.btn-small {
  min-height: 40px;
  padding: 0 18px;
}

.hero {
  padding-top: 110px;
}

.hero-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.align-start {
  align-items: start;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 8vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.hero-text,
.section-heading p,
.split p,
.card p,
.menu-item p,
.contact-info p {
  color: var(--muted);
}

.hero-text {
  max-width: 620px;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-card,
.card,
.menu-category {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)), var(--card);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 34px;
}

.pizza-visual {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 1;
  margin: 28px auto;
  background:
    radial-gradient(circle at 34% 32%, #b5172f 0 7%, transparent 7.5%),
    radial-gradient(circle at 62% 30%, #b5172f 0 6%, transparent 6.5%),
    radial-gradient(circle at 48% 62%, #b5172f 0 7%, transparent 7.5%),
    radial-gradient(circle at 72% 66%, #7b2cbf 0 5%, transparent 5.5%),
    radial-gradient(circle, #ffd166 0 57%, #d97706 58% 70%, #8a4f16 71%);
  border: 14px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}

.pizza-visual span {
  position: absolute;
  width: 12%;
  aspect-ratio: 1;
  background: #3a0ca3;
  border-radius: 50% 50% 50% 10%;
}

.pizza-visual span:nth-child(1) { top: 26%; left: 18%; }
.pizza-visual span:nth-child(2) { top: 50%; left: 30%; transform: rotate(35deg); }
.pizza-visual span:nth-child(3) { top: 40%; right: 22%; transform: rotate(90deg); }
.pizza-visual span:nth-child(4) { bottom: 20%; right: 36%; transform: rotate(145deg); }

.hero-card-content {
  position: relative;
  padding: 22px;
  background: rgba(7, 5, 13, 0.72);
  border: 1px solid var(--border);
  border-radius: 24px;
}

.hero-card-content p {
  margin-bottom: 4px;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-card-content h2 {
  margin-bottom: 8px;
}

.hero-card-content span {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.cards,
.menu-layout,
.location-grid {
  display: grid;
  gap: 22px;
}

.three-columns {
  grid-template-columns: repeat(3, 1fr);
}

.card,
.menu-category {
  padding: 28px;
}

.featured-section {
  background: linear-gradient(90deg, rgba(157, 78, 221, 0.14), transparent);
  border-block: 1px solid var(--border);
}

.mini-menu {
  display: grid;
  gap: 14px;
}

.mini-menu div,
.menu-item,
.schedule-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.mini-menu span,
.schedule-list span {
  display: block;
  color: var(--muted);
}

.page-main {
  min-height: 70vh;
}

.page-hero {
  padding-bottom: 30px;
}

.menu-layout {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.menu-category h2 {
  font-size: 1.65rem;
}

.menu-item {
  align-items: start;
  margin-top: 14px;
}

.menu-item strong {
  color: var(--accent);
  white-space: nowrap;
}

.schedule-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.contact-form {
  display: grid;
  gap: 12px;
}

label {
  color: var(--muted);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
  border-radius: 16px;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid var(--purple-bright);
  outline-offset: 2px;
}

.note {
  padding: 16px;
  background: rgba(255, 183, 3, 0.1);
  border: 1px solid rgba(255, 183, 3, 0.26);
  border-radius: 18px;
}

.site-footer {
  padding: 44px 0;
  color: var(--muted);
  background: #050309;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 28px;
}

.footer-grid div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-grid strong {
  color: var(--text);
}

@media (max-width: 880px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    background: rgba(17, 10, 31, 0.98);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }

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

  .hero-grid,
  .split,
  .contact-grid,
  .three-columns,
  .menu-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 70px;
  }

  .section {
    padding: 64px 0;
  }

  .hero-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .mini-menu div,
  .menu-item,
  .schedule-list li {
    flex-direction: column;
    gap: 6px;
  }
}
