:root {
  --bg: #09111f;
  --panel: rgba(8, 18, 36, 0.82);
  --panel-strong: #11203a;
  --text: #eef4ff;
  --muted: #aab8d3;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #66e3ff;
  --accent-strong: #29b9ff;
  --warm: #ffb34d;
  --success: #9dffbe;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Barlow", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(41, 185, 255, 0.18), transparent 35%),
    linear-gradient(180deg, #0a1323 0%, #060b14 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.site-header,
.hero,
.feature-strip,
.menu-section,
.story-section,
.reviews-section,
.order-section {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  background: rgba(10, 18, 34, 0.75);
  border: 1px solid var(--line);
  border-radius: 24px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent) 0%, #9b7bff 100%);
  color: #06101d;
  font-size: 1.5rem;
  font-weight: 800;
}

.brand-lockup h1,
.section-heading h2,
.hero h2,
.hero-card h3,
.pizza-card h3 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 60px 0 40px;
}

.hero-copy,
.hero-card,
.pizza-card,
.review-grid blockquote,
.order-form,
.order-message,
.story-grid,
.feature-strip article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-copy {
  padding: 36px;
}

.hero h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.95;
  margin-bottom: 18px;
}

.hero-text,
.story-grid p,
.pizza-card p,
.feature-strip p,
.review-grid blockquote,
.order-form,
.fine-print {
  color: var(--muted);
}

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

.button {
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #05101d;
  background: linear-gradient(135deg, var(--warm), #ffe27b);
  box-shadow: 0 10px 24px rgba(255, 179, 77, 0.25);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.button-small {
  padding: 10px 16px;
}

.button-wide {
  width: 100%;
  justify-content: center;
}

.hero-card {
  padding: 28px;
}

.product-illustration,
.card-illustration {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--line);
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.product-illustration {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-illustration {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.temperature-tag,
.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(102, 227, 255, 0.12);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-pizza-name {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 12px 0 10px;
}

.hero-card ul {
  padding-left: 20px;
  color: var(--muted);
}

.price-row,
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.price {
  font-size: 2rem;
  font-weight: 800;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 14px 0 48px;
}

.feature-strip article,
.pizza-card,
.review-grid blockquote {
  padding: 24px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.menu-section,
.story-section,
.reviews-section,
.order-section {
  margin-top: 54px;
}

.pizza-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pizza-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pizza-card .card-footer {
  margin-top: auto;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 28px;
}

.review-grid blockquote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.review-grid footer {
  margin-top: 14px;
  color: var(--text);
  font-weight: 700;
}

.order-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px;
}

.order-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
  color: var(--text);
}

.order-form input,
.order-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
}

.order-message {
  margin-top: 16px;
  padding: 18px 20px;
  min-height: 64px;
  display: none;
  align-items: center;
  color: var(--success);
  font-size: 1.1rem;
  font-weight: 700;
}

.order-message.is-visible {
  display: flex;
}

@media (max-width: 920px) {
  .hero,
  .pizza-grid,
  .review-grid,
  .story-grid,
  .feature-strip,
  .order-form {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .hero-copy,
  .hero-card,
  .feature-strip article,
  .pizza-card,
  .review-grid blockquote,
  .order-form,
  .order-message,
  .story-grid,
  .site-header {
    border-radius: 20px;
  }

  .hero {
    padding-top: 32px;
  }

  .hero h2 {
    line-height: 1;
  }
}
