:root {
  --red: #9b1c20;
  --red-dark: #731217;
  --green: #315b3a;
  --cream: #faf5eb;
  --cream-2: #f3eadb;
  --ink: #201d1a;
  --muted: #6b625a;
  --line: #e7ddd0;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(50, 35, 20, 0.10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffdf9;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(231, 221, 208, 0.9);
  backdrop-filter: blur(10px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.22);
}

.brand-text { display: grid; line-height: 1.1; }
.brand-text strong {
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-style: italic;
  letter-spacing: -.5px;
}
.brand-text small {
  margin-top: 4px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #4f4943;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--red); }

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 85% 20%, rgba(155, 28, 32, .10), transparent 32%),
    linear-gradient(135deg, #fffdf9 0%, #f9f0e4 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(49, 91, 58, .10);
  border-radius: 50%;
  right: -130px;
  top: -90px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.eyebrow.light { color: #f6d9c3; }

h1, h2, h3 { margin: 0; line-height: 1.12; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.03em;
}
h1 { font-size: clamp(42px, 5vw, 68px); max-width: 760px; }
h2 { font-size: clamp(32px, 4vw, 48px); }
h3 { font-size: 20px; }

.hero-copy p {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: 17px;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 12px 25px rgba(155,28,32,.20); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.66); }
.btn-light { background: white; color: var(--red-dark); box-shadow: 0 12px 28px rgba(0,0,0,.14); }

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}
.hero-points span::before { content: "•"; color: var(--red); margin-right: 7px; }

.hero-visual {
  position: relative;
  min-height: 490px;
}

.plate-large {
  position: absolute;
  width: 410px;
  height: 410px;
  right: 20px;
  top: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow), inset 0 0 0 18px #f2ece3;
  display: grid;
  place-items: center;
}

.pizza {
  position: relative;
  width: 326px;
  height: 326px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 0 63%, rgba(128,72,27,.16) 64% 66%, transparent 67%),
    radial-gradient(circle at center, #f7d672 0 64%, #d79344 65% 72%, #b36a2f 73% 78%, #e7aa58 79% 100%);
  box-shadow: inset 0 0 0 9px rgba(126,66,24,.14), inset 0 -10px 28px rgba(111,55,20,.18);
}
.pizza::before {
  content: "";
  position: absolute;
  inset: 45px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 32%, #b4372d 0 8px, transparent 9px),
    radial-gradient(circle at 72% 27%, #b4372d 0 7px, transparent 8px),
    radial-gradient(circle at 56% 68%, #b4372d 0 9px, transparent 10px),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(156,29,31,.07));
}
.pep {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #d85b49 0 13%, #b12622 48%, #7b1715 100%);
  box-shadow: 0 3px 4px rgba(80,20,12,.15);
}
.p1 { top: 68px; left: 82px; } .p2 { top: 76px; right: 78px; }
.p3 { top: 145px; left: 52px; } .p4 { top: 145px; right: 58px; }
.p5 { bottom: 66px; left: 102px; } .p6 { bottom: 72px; right: 96px; }
.leaf {
  position: absolute;
  width: 14px;
  height: 28px;
  background: #3f7042;
  border-radius: 70% 10% 70% 10%;
  transform: rotate(35deg);
}
.l1 { top: 112px; left: 150px; } .l2 { bottom: 105px; left: 73px; } .l3 { bottom: 118px; right: 70px; }

.mini-card {
  position: absolute;
  min-width: 188px;
  padding: 15px 17px;
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(231,221,208,.9);
  box-shadow: var(--shadow);
}
.mini-card .icon { font-size: 29px; float: left; margin-right: 12px; }
.mini-card strong, .mini-card small { display: block; }
.mini-card strong { font-size: 14px; }
.mini-card small { color: var(--muted); margin-top: 2px; font-size: 11px; }
.pasta-card { left: 0; top: 70px; }
.sub-card { right: 0; bottom: 12px; }

.trust-strip {
  background: var(--green);
  color: white;
  padding: 22px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.trust-grid > div {
  padding: 2px 24px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 14px; }
.trust-grid span { margin-top: 3px; font-size: 11px; color: #d7e6d9; }

.section { padding: 86px 0; }
.section-soft { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { color: var(--muted); margin: 16px 0 0; }

.card-grid { display: grid; gap: 20px; }
.menu-grid { grid-template-columns: repeat(4,1fr); }
.food-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 8px 25px rgba(51,37,24,.05);
}
.food-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--cream);
  display: grid;
  place-items: center;
  font-size: 27px;
  margin-bottom: 18px;
}
.food-card h3 { margin-bottom: 10px; }
.food-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-link { display: block; margin-top: 18px; color: var(--red); font-size: 11px; font-weight: 800; line-height: 1.5; }

.split-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.split-grid.reverse { grid-template-columns: 1.1fr .9fr; }

.story-panel {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.10), transparent 35%),
    linear-gradient(145deg, var(--red), var(--red-dark));
  color: white;
  box-shadow: var(--shadow);
}
.story-panel::before,
.story-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.story-panel::before { width: 300px; height: 300px; right: -80px; top: -80px; }
.story-panel::after { width: 220px; height: 220px; left: -60px; bottom: -60px; }
.script-word {
  position: absolute;
  top: 45px;
  left: 42px;
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  opacity: .12;
}
.story-badge {
  position: relative;
  z-index: 1;
  text-align: center;
}
.story-badge strong, .story-badge span, .story-badge em { display: block; }
.story-badge strong { font-family: Georgia, serif; font-size: 40px; }
.story-badge span { font-size: 24px; margin-top: 3px; }
.story-badge em { margin-top: 12px; color: #f7d9bd; font-size: 18px; }

.story-copy p, .special-copy p { color: var(--muted); }
.text-link { color: var(--red); font-weight: 800; display: inline-block; margin-top: 10px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.service-card {
  padding: 30px;
  border-top: 4px solid var(--red);
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--cream);
}
.service-card > span {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 800;
}
.service-card h3 { margin: 9px 0 10px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.specialties { background: #fffaf3; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 28px; color: #514a44; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.quote-card {
  padding: 44px;
  border-radius: 28px;
  background: var(--green);
  color: white;
  box-shadow: var(--shadow);
}
.quote-mark { font-family: Georgia, serif; font-size: 72px; line-height: .8; color: #c8dec9; }
.quote-card p { font-family: Georgia, serif; font-size: 26px; line-height: 1.45; margin: 14px 0 22px; }
.quote-card strong { font-size: 13px; color: #d7e6d9; }

.cta-section { padding: 20px 0 80px; }
.cta-box {
  padding: 46px 50px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(135deg, var(--red), #7c1116);
  color: white;
  box-shadow: 0 22px 50px rgba(112,22,26,.22);
}
.cta-box p { margin: 12px 0 0; color: #f4d9da; }

.site-footer {
  background: #1f2620;
  color: #dfe7df;
  padding: 58px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .7fr .7fr 1fr;
  gap: 40px;
}
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text small { color: #c8dec9; }
.site-footer p { color: #aeb9ae; font-size: 13px; }
.site-footer h3 { color: white; font-size: 13px; margin-bottom: 15px; }
.site-footer a, .site-footer span { display: block; margin: 8px 0; color: #b9c4b9; font-size: 13px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.footer-bottom span, .footer-bottom a { margin: 0; font-size: 11px; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-grid, .split-grid, .split-grid.reverse { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: 380px; }
  .plate-large { width: 330px; height: 330px; left: 50%; right: auto; transform: translateX(-50%); }
  .pizza { width: 260px; height: 260px; }
  .p1 { top: 55px; left: 65px; } .p2 { top: 62px; right: 60px; }
  .p3 { top: 115px; left: 43px; } .p4 { top: 117px; right: 45px; }
  .p5 { bottom: 52px; left: 80px; } .p6 { bottom: 57px; right: 76px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 70px; }
  .nav-cta { display: none; }
  .hero { padding: 48px 0 54px; }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 330px; }
  .plate-large { width: 280px; height: 280px; top: 12px; box-shadow: var(--shadow), inset 0 0 0 13px #f2ece3; }
  .pizza { width: 220px; height: 220px; }
  .pep { width: 30px; height: 30px; }
  .p1 { top: 45px; left: 55px; } .p2 { top: 51px; right: 51px; }
  .p3 { top: 95px; left: 35px; } .p4 { top: 97px; right: 39px; }
  .p5 { bottom: 42px; left: 67px; } .p6 { bottom: 46px; right: 64px; }
  .mini-card { min-width: 156px; padding: 11px 12px; }
  .mini-card .icon { font-size: 23px; margin-right: 8px; }
  .mini-card strong { font-size: 12px; }
  .pasta-card { left: 0; top: 28px; }
  .sub-card { right: 0; bottom: 0; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .section { padding: 62px 0; }
  .menu-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 10px 0 17px; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .story-panel { min-height: 330px; }
  .story-badge strong { font-size: 34px; }
  .quote-card { padding: 32px; }
  .quote-card p { font-size: 22px; }
  .cta-box { padding: 34px 28px; display: block; }
  .cta-box .btn { margin-top: 24px; }
  .footer-bottom { display: block; }
  .footer-bottom a { margin-top: 8px; }
}
