:root {
  --ink: #22201d;
  --muted: #665f55;
  --paper: #fbf6ea;
  --panel: #fffdf7;
  --coal: #1c1c1a;
  --brick: #963b27;
  --gold: #a77c35;
  --sage: #6f7656;
  --line: rgba(34, 32, 29, 0.16);
  --shadow: 0 24px 70px rgba(35, 28, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(16px, 4vw, 56px);
  background: rgba(251, 246, 234, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  display: block;
  width: 132px;
  height: 74px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 34px);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a,
.site-footer button {
  color: var(--ink);
  text-decoration: none;
}

.header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.header-action,
.primary,
.secondary,
.notice-band button,
article button,
.site-footer button,
.close-action {
  min-height: 44px;
  border: 1px solid var(--coal);
  padding: 11px 18px;
  background: var(--coal);
  color: #fffdf7;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.secondary-header-action {
  background: transparent;
  color: var(--ink);
}

.report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.secondary,
.notice-band button,
article button,
.site-footer button {
  background: transparent;
  color: var(--ink);
}

.hero {
  min-height: calc(100vh - 99px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(44px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(26px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(251, 246, 234, 0.98) 0%, rgba(251, 246, 234, 0.82) 54%, rgba(251, 246, 234, 0.34) 100%),
    linear-gradient(140deg, rgba(150, 59, 39, 0.16), rgba(111, 118, 86, 0.12)),
    url("assets/pizza-pepperoni.png") center / cover;
}

.green-hero {
  min-height: calc(100vh - 99px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: end;
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(54px, 8vw, 112px) clamp(18px, 5vw, 72px) clamp(38px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(246, 250, 235, 0.98), rgba(246, 250, 235, 0.82) 58%, rgba(246, 250, 235, 0.46)),
    linear-gradient(135deg, rgba(111, 118, 86, 0.42), rgba(167, 124, 53, 0.24)),
    url("assets/pizza-cheese.png") center / cover;
}

.green-hero-copy {
  max-width: 860px;
}

.green-hero-copy p {
  max-width: 690px;
  color: #46513c;
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.56;
}

.green-meter {
  display: grid;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.green-meter img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: contain;
}

.green-meter strong,
.green-meter span {
  display: block;
}

.green-meter strong {
  font-size: 1.35rem;
}

.green-meter span {
  color: var(--muted);
  line-height: 1.45;
}

.green-secondary {
  border-color: #4a5538;
  color: #2f3827;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 12px;
  color: var(--brick);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5.2vw, 4.75rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 1.45rem;
  line-height: 1.1;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trust-row {
  margin-top: 28px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.trust-row span {
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}

.hero-panel {
  display: grid;
  gap: 16px;
  align-self: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: contain;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel span {
  color: var(--muted);
  line-height: 1.45;
}

.notice-band,
.split-band,
.contact-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--coal);
  color: var(--panel);
}

.notice-band p {
  margin: 0;
  max-width: 880px;
  font-size: 1.15rem;
  line-height: 1.45;
}

.notice-band button {
  border-color: var(--panel);
  color: var(--panel);
}

.section,
.split-band,
.contact-band {
  padding-top: clamp(58px, 8vw, 108px);
  padding-bottom: clamp(58px, 8vw, 108px);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 510px);
  gap: clamp(28px, 5vw, 72px);
  padding-inline: clamp(18px, 5vw, 72px);
  background: var(--panel);
}

.pizza-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-inline: clamp(18px, 5vw, 72px);
  background: #f3ead9;
}

.pizza-feature-copy {
  max-width: 680px;
}

.pizza-feature-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.pizza-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pizza-points span {
  border: 1px solid rgba(34, 32, 29, 0.22);
  padding: 10px 12px;
  background: rgba(255, 253, 247, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pizza-photo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  align-items: stretch;
}

.pizza-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pizza-photo-grid img:first-child {
  min-height: 520px;
}

.oven-feature {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-inline: clamp(18px, 5vw, 72px);
  background: var(--panel);
}

.oven-photo {
  margin: 0;
}

.oven-photo img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.oven-feature-copy {
  max-width: 680px;
}

.oven-feature-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.oven-feature-copy a {
  color: var(--brick);
  font-weight: 700;
}

.oven-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.oven-points span {
  border: 1px solid rgba(34, 32, 29, 0.22);
  padding: 10px 12px;
  background: rgba(243, 234, 217, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-copy p,
.service-grid p,
.care-grid p,
.green-columns p,
.principle-grid p,
.order-box p,
.site-footer p {
  color: var(--muted);
  line-height: 1.58;
}

.ad-card {
  margin: 0;
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ad-card img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: top center;
}

.ad-card figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.services,
.care,
.green-intro,
.green-principles {
  padding-inline: clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 28px;
}

.service-grid,
.care-grid,
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article,
.care-grid article,
.principle-grid article,
.order-box {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.service-grid p,
.care-grid p,
.principle-grid p {
  flex: 1;
}

.green-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 5vw, 64px);
  max-width: 1100px;
}

.green-columns p {
  font-size: 1.12rem;
}

.green-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background: #334128;
  color: var(--panel);
}

.green-band .eyebrow,
.green-band h2 {
  color: var(--panel);
}

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

.green-stats article {
  min-height: 180px;
  padding: 22px;
  background: rgba(255, 253, 247, 0.1);
  border: 1px solid rgba(255, 253, 247, 0.28);
}

.green-stats strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.9;
}

.green-stats span {
  display: block;
  color: rgba(255, 253, 247, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

.principle-grid article {
  min-height: 260px;
}

.green-proof {
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(240, 234, 217, 0.98), rgba(240, 234, 217, 0.92)),
    url("assets/pizza-specialty.png") center / cover;
}

.proof-copy {
  max-width: 760px;
}

.proof-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.green-contact {
  background: #4c6639;
}

.split-band {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(232, 223, 203, 0.96), rgba(232, 223, 203, 0.84)),
    url("assets/pizza-specialty.png") center / cover;
  color: var(--ink);
}

.menu-list {
  display: grid;
  gap: 14px;
  max-width: 740px;
}

.menu-list div {
  display: grid;
  grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.menu-list strong {
  font-size: 1.18rem;
}

.menu-list span {
  color: var(--muted);
  line-height: 1.45;
}

.order-box {
  min-height: 0;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.price {
  margin: 10px 0 6px;
  font-size: 3rem;
  font-weight: 800;
}

.order-box small {
  display: block;
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.35;
}

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

.care-grid article {
  min-height: 190px;
}

.contact-band {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(76, 92, 57, 0.95), rgba(76, 92, 57, 0.84)),
    url("assets/pizza-cheese.png") center / cover;
}

.contact-band h2,
.contact-band .eyebrow {
  color: #fffdf7;
}

.lead-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

label span {
  display: block;
  margin-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 253, 247, 0.45);
  padding: 0 12px;
  background: rgba(255, 253, 247, 0.94);
  color: var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 96px;
  height: 64px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
}

.oops-modal {
  width: min(520px, calc(100vw - 32px));
  border: 1px solid var(--coal);
  padding: 30px;
  background: var(--panel);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.oops-modal::backdrop {
  background: rgba(28, 28, 26, 0.58);
  backdrop-filter: blur(3px);
}

.oops-modal .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1;
}

.oops-modal p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

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

  .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .header-actions {
    justify-self: end;
  }

  .hero,
  .green-hero,
  .story,
  .pizza-feature,
  .oven-feature,
  .notice-band,
  .split-band,
  .contact-band,
  .green-band,
  .green-proof {
    grid-template-columns: 1fr;
  }

  .hero,
  .green-hero {
    min-height: 0;
  }

  .hero-panel {
    max-width: 430px;
  }

  .service-grid,
  .care-grid,
  .principle-grid,
  .green-stats,
  .green-columns,
  .pizza-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-form,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
  }

  .brand img {
    width: 104px;
    height: 58px;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .header-action {
    flex: 1;
    padding-inline: 12px;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 3.2rem);
  }

  .service-grid,
  .care-grid,
  .principle-grid,
  .green-stats,
  .green-columns,
  .pizza-photo-grid,
  .menu-list div {
    grid-template-columns: 1fr;
  }

  .pizza-photo-grid img,
  .pizza-photo-grid img:first-child {
    min-height: 260px;
  }

  .oven-photo img {
    min-height: 300px;
  }

  .service-grid article,
  .care-grid article,
  .principle-grid article {
    min-height: 0;
  }
}
