:root {
  --ink: #111111;
  --muted: #555555;
  --paper: #ffffff;
  --panel: #ffffff;
  --line: #c9c9c9;
  --tomato: #111111;
  --tomato-dark: #000000;
  --basil: #2a2a2a;
  --gold: #f2f2f2;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 48% 72%, rgba(255, 255, 255, 0.1) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
    linear-gradient(135deg, #030303 0%, #111111 44%, #050505 100%);
  background-attachment: fixed;
  background-position: 0 0, 0 0, 0 0, 0 0, 18px 18px, 0 0;
  background-size: 120px 120px, 170px 170px, 220px 220px, 36px 36px, 36px 36px, auto;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.announcement-banner {
  background: #000000;
  color: white;
  left: 0;
  line-height: 1.45;
  padding: 10px clamp(18px, 4vw, 48px);
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 20;
}

.announcement-banner strong {
  font-weight: 900;
}

.closure-overlay {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.92)),
    url("assets/monochrome-backdrop.svg");
  background-position: center;
  background-size: cover;
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100;
}

.closure-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  color: var(--ink);
  max-width: 720px;
  padding: clamp(24px, 5vw, 46px);
}

.closure-card h1 {
  font-size: clamp(2.2rem, 6vw, 4.8rem);
}

.closure-card p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.closure-refund-note {
  border-top: 1px solid var(--line);
  font-weight: 800;
  margin: 18px 0 0;
  padding-top: 16px;
}

.has-closure {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(209, 209, 209, 0.85);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 48px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.has-announcement .site-header {
  top: 43px;
}

.has-announcement .checkout-main,
.has-announcement .admin-main {
  padding-top: 121px;
}

.has-announcement .hero {
  padding-top: 199px;
}

.brand,
nav {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand {
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: white;
  border: 2px solid #111111;
  border-radius: 50%;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  object-fit: cover;
  width: 36px;
}

nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42)), url("assets/pizza-hero.png");
  background-position: center;
  background-size: cover;
  color: white;
  min-height: 88vh;
  padding: 156px clamp(20px, 6vw, 80px) 88px;
  position: relative;
}

.hero-content {
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #111111;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.96;
  margin-bottom: 22px;
  max-width: 780px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 590px;
}

.hero .eyebrow {
  color: #f5f5f5;
}

.hero-actions,
.menu-actions,
.cart-row,
.cart-controls,
.total-row {
  align-items: center;
  display: flex;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.maker-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  display: inline-flex;
  gap: 14px;
  margin-top: 34px;
  max-width: 430px;
  padding: 12px 14px;
}

.maker-card img {
  aspect-ratio: 1;
  border: 3px solid white;
  border-radius: 8px;
  display: block;
  flex: 0 0 auto;
  height: 78px;
  object-fit: cover;
  width: 78px;
}

.maker-card span {
  color: #111111;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.maker-card strong {
  display: block;
  line-height: 1.35;
}

.maker-card.image-missing {
  padding-left: 18px;
}

.button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  text-decoration: none;
}

.button.primary {
  background: #111111;
  color: white;
}

.button:disabled {
  background: #d8cfc4;
  color: #76685e;
  cursor: not-allowed;
}

.button.added,
.button.added:disabled {
  background: #000000;
  color: white;
}

.button.secondary {
  background: #f7f7f7;
  color: var(--ink);
  border: 1px solid var(--line);
}

.button.full {
  width: 100%;
}

.checkout-cta {
  margin-top: 18px;
}

.notice-band,
.section {
  scroll-margin-top: 76px;
}

.notice-band {
  background: #000000;
  color: white;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.notice-band > div {
  background: linear-gradient(135deg, #090909, #1d1d1d);
  padding: 20px clamp(18px, 4vw, 42px);
}

.notice-label {
  color: #f7f7f7;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.08)),
    url("assets/monochrome-backdrop.svg");
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.24);
  color: white;
  padding: 78px clamp(18px, 5vw, 72px);
}

.section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.1)),
    url("assets/monochrome-backdrop.svg");
  background-position: center;
  background-size: cover;
}

.section-heading {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  max-width: 720px;
  padding: 18px;
}

.section-heading p:not(.eyebrow),
.order-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.order-copy {
  color: white;
}

.order-copy .eyebrow,
.order-copy h2 {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.78);
}

.order-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.capacity-note {
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 4px solid #111111;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.06);
  color: var(--muted);
  line-height: 1.55;
  margin-top: 18px;
  padding: 14px 16px;
}

.capacity-note strong {
  color: var(--ink);
}

.special-prep-note {
  margin-top: 10px;
}

.menu-grid {
  display: grid;
  gap: 34px;
  margin-top: 30px;
}

.menu-category {
  display: grid;
  gap: 16px;
}

.menu-category-heading {
  align-items: end;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  color: var(--ink);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 14px 16px;
}

.menu-category-heading h3 {
  font-size: 1.55rem;
  margin: 0;
}

.menu-category-heading p {
  color: var(--muted);
  margin: 0;
}

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

.menu-card {
  background: var(--panel);
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 270px;
  overflow: hidden;
  padding: 20px;
}

.menu-card-image {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  display: block;
  margin: 0 0 16px;
  object-fit: cover;
  width: 100%;
}

.menu-card-placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, #eeeeee, #f8f8f8);
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  color: var(--muted);
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin: 0 0 16px;
  text-align: center;
}

.menu-card h3 {
  margin-bottom: 10px;
}

.menu-card p {
  color: var(--muted);
  line-height: 1.55;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 18px;
}

.tag {
  background: #eeeeee;
  border-radius: 999px;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 10px;
}

.menu-actions {
  gap: 12px;
  justify-content: space-between;
}

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

.order-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
}

.checkout-main {
  padding-top: 78px;
}

.checkout-page {
  min-height: calc(100vh - 78px);
}

.checkout-page-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1fr);
  margin-top: 28px;
}

.cart-panel {
  position: sticky;
  top: 92px;
}

.schedule-list {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.42)),
    url("assets/monochrome-backdrop.svg");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  display: grid;
  margin-top: 30px;
  overflow: hidden;
}

.schedule-list div {
  align-items: center;
  background: rgba(0, 0, 0, 0.36);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.schedule-list div:last-child {
  border-bottom: 0;
}

.schedule-list span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.checkout-panel {
  background: linear-gradient(180deg, #ffffff, #f7f7f7);
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 22px;
  position: sticky;
  top: 86px;
}

.cart-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.text-button {
  background: transparent;
  border: 0;
  color: #111111;
  cursor: pointer;
  font-weight: 800;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-row {
  border-bottom: 1px solid var(--line);
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 12px;
}

.cart-row strong {
  display: block;
}

.cart-row small {
  color: var(--muted);
}

.cart-controls {
  gap: 8px;
}

.icon-button {
  align-items: center;
  background: #eeeeee;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.cart-empty {
  color: var(--muted);
  padding: 10px 0 18px;
}

.total-row {
  border-top: 2px solid var(--ink);
  font-size: 1.15rem;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
}

.order-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bot-field {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.checkout-step {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.checkout-step span {
  align-items: center;
  background: #111111;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.checkout-step strong {
  font-size: 1rem;
}

label,
legend {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  margin-top: 8px;
  padding: 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
}

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

.extras-fieldset {
  background: #ffffff;
}

.extras-fieldset p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

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

.extras-grid label {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 9px;
  min-height: 46px;
  padding: 10px;
}

.extras-grid input {
  margin: 0;
  width: auto;
}

.radio-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.radio-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  min-height: 104px;
  padding: 12px;
}

.radio-card input {
  margin: 0;
  width: auto;
}

.radio-card span {
  font-weight: 900;
}

.radio-card small {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.35;
}

.radio-card:has(input:checked) {
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.delivery-fields {
  background: #f3f3f3;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 14px;
}

.delivery-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 12px 0 0;
}

.delivery-check-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.delivery-status {
  color: var(--muted);
  flex: 1 1 240px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.delivery-status[data-state="success"] {
  color: #111111;
}

.delivery-status[data-state="error"] {
  color: #000000;
}

.form-message {
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  min-height: 24px;
}

.form-message.success {
  color: #111111;
}

.payment-link {
  color: #111111;
  font-weight: 800;
  text-align: center;
}

.order-confirmation {
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
}

.review-box {
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.review-box dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.review-box dl div,
.review-box li,
.review-total {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.review-box dt {
  color: var(--muted);
  font-weight: 800;
}

.review-box dd {
  margin: 0;
  text-align: right;
}

.review-box ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
}

.review-box p {
  color: var(--muted);
  margin: 0;
}

.review-total {
  border-top: 2px solid var(--ink);
  font-size: 1.1rem;
  padding-top: 12px;
}

.payment-actions {
  display: grid;
  gap: 10px;
}

.payment-return-panel {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  max-width: 760px;
  position: static;
}

.owner-link {
  color: #111111;
  font-weight: 900;
  text-align: center;
}

.is-hidden {
  display: none !important;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  padding: 28px clamp(18px, 5vw, 72px);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .menu-category-grid,
  .order-layout,
  .checkout-page-grid,
  .notice-band {
    grid-template-columns: 1fr;
  }

  .checkout-panel {
    position: static;
  }

  .field-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .extras-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .menu-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-page-grid {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: stretch;
    gap: 10px;
    padding: 12px 16px;
    position: sticky;
    flex-direction: column;
  }

  .brand {
    justify-content: center;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    min-height: 760px;
    padding: 96px 18px 64px;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section {
    padding: 48px 14px;
  }

  .section-heading,
  .menu-category-heading {
    padding: 14px;
  }

  .menu-category-heading {
    align-items: start;
    flex-direction: column;
  }

  .menu-card {
    padding: 14px;
  }

  .menu-card-image,
  .menu-card-placeholder {
    aspect-ratio: 1 / 1;
  }

  .order-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-panel {
    padding: 18px;
  }

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

  .maker-card {
    align-items: flex-start;
    width: 100%;
  }
}
