:root {
  --ink: #14241c;
  --muted: #4f675b;
  --green-deep: #0f3d2c;
  --green: #1f7a52;
  --green-bright: #2f9e6a;
  --leaf: #e7f5ec;
  --leaf-2: #f3faf6;
  --accent: #e85d04;
  --accent-soft: #fff1e6;
  --white: #ffffff;
  --line: rgba(20, 36, 28, 0.1);
  --shadow: 0 18px 50px rgba(15, 61, 44, 0.12);
  --radius: 18px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, #d9f0e3 0%, transparent 55%),
    radial-gradient(900px 420px at 100% 8%, #ffe8d4 0%, transparent 45%),
    linear-gradient(180deg, #f7fbf8 0%, #eef6f1 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  width: min(var(--container), calc(100% - 2.5rem));
  margin-inline: auto;
}

.pitch-bar {
  background: var(--green-deep);
  color: #e8f6ee;
  font-size: 0.92rem;
  text-align: center;
  padding: 0.7rem 1rem;
}

.pitch-bar a {
  color: #9be7bf;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 0.35rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(247, 251, 248, 0.88);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand img {
  height: 46px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav a:not(.nav-cta):hover {
  color: var(--green);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1.35rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta {
  background: var(--green);
  color: var(--white);
  padding: 0.62rem 1.1rem;
}

.nav-cta:hover,
.btn-primary:hover {
  background: var(--green-deep);
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(31, 122, 82, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.28);
}

.btn-ghost.dark {
  color: var(--ink);
  border-color: rgba(20, 36, 28, 0.2);
  background: transparent;
}

.btn-ghost.dark:hover {
  background: var(--leaf);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem 1.25rem 1.1rem;
  border-top: 1px solid var(--line);
  background: rgba(247, 251, 248, 0.98);
}

.mobile-nav a {
  padding: 0.75rem 0.4rem;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 36, 26, 0.88) 0%, rgba(10, 36, 26, 0.55) 48%, rgba(10, 36, 26, 0.25) 100%),
    linear-gradient(0deg, rgba(10, 36, 26, 0.72) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0 4.5rem;
  max-width: 760px;
  margin-left: max(calc((100% - var(--container)) / 2), 1.25rem);
  margin-right: auto;
  width: min(var(--container), calc(100% - 2.5rem));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #9be7bf;
  margin: 0 0 1rem;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 9vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.brand-lockup {
  display: inline-block;
  animation: brandIn 0.9s ease both;
}

.hero-lead {
  max-width: 34rem;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 1.25rem 0 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.trust-strip {
  margin-top: -2.2rem;
  position: relative;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  padding: 1.15rem;
  box-shadow: var(--shadow);
}

.trust-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.55rem;
}

.trust-item strong {
  display: block;
  font-size: 0.98rem;
}

.trust-item p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--leaf);
  flex-shrink: 0;
  position: relative;
}

.trust-icon::before,
.trust-icon::after {
  content: "";
  position: absolute;
  background: var(--green);
}

.trust-icon-clock::before {
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: transparent;
}

.trust-icon-clock::after {
  width: 2px;
  height: 0.4rem;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 2px 2px 0 0 var(--green);
}

.trust-icon-pin::before {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  top: 0.45rem;
}

.trust-icon-pin::after {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--leaf);
  top: 0.66rem;
}

.trust-icon-tag::before {
  width: 0.85rem;
  height: 0.55rem;
  border-radius: 3px;
  transform: skewX(-18deg);
}

.trust-icon-tag::after {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: var(--leaf);
  left: 0.85rem;
}

.trust-icon-bread::before {
  width: 1.05rem;
  height: 0.55rem;
  border-radius: 10px 10px 6px 6px;
  top: 0.85rem;
}

.trust-icon-bread::after {
  width: 0.7rem;
  height: 0.35rem;
  border-radius: 8px 8px 0 0;
  top: 0.62rem;
  opacity: 0.85;
}

.section {
  padding: 5.5rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(231, 245, 236, 0.65));
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.4rem;
}

.section-head h2,
.why-copy h2,
.bakery-copy h2,
.pitch h2,
.contact h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}

.section-head p,
.why-copy > p,
.bakery-copy p,
.contact > .reveal > p {
  color: var(--muted);
  margin: 0;
  font-size: 1.05rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.category-card {
  position: relative;
  min-height: 220px;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(15, 61, 44, 0.1);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 36, 26, 0.78) 0%, rgba(10, 36, 26, 0.1) 60%);
}

.category-card span {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  color: var(--white);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

.category-card:hover img {
  transform: scale(1.07);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.offer-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.2rem 1.4rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.offer-badge {
  display: inline-flex;
  background: var(--accent);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}

.offer-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.price {
  margin-top: 1.1rem;
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.price s {
  color: #8a9b92;
  font-size: 0.92rem;
}

.price strong {
  color: var(--green-deep);
  font-size: 1.2rem;
}

.why-grid,
.bakery-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.check-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.9rem;
  border-bottom: 1px solid var(--line);
  font-weight: 550;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--white) 0 28%, transparent 29%),
    var(--green);
}

.why-panel {
  display: grid;
  place-items: center;
}

.phone-mock {
  width: min(100%, 280px);
  background: #10281d;
  border-radius: 34px;
  padding: 0.85rem;
  box-shadow: var(--shadow);
  animation: floatY 5.5s ease-in-out infinite;
}

.phone-notch {
  width: 90px;
  height: 10px;
  border-radius: 999px;
  background: #1a3a2b;
  margin: 0.2rem auto 0.8rem;
}

.phone-screen {
  background: linear-gradient(160deg, #1f7a52, #0f3d2c);
  border-radius: 24px;
  min-height: 360px;
  padding: 1.4rem 1.15rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.phone-screen strong {
  font-family: var(--display);
  font-size: 1.6rem;
}

.phone-screen > span {
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.mini-offer {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.bakery {
  background:
    linear-gradient(120deg, rgba(255, 241, 230, 0.7), rgba(231, 245, 236, 0.55)),
    var(--leaf-2);
}

.bakery-media {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--shadow);
}

.bakery-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.bakery-copy .eyebrow {
  color: var(--accent);
}

.bakery-copy h2 span {
  color: var(--green);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.location-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.1rem;
  min-height: 160px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.location-card:hover {
  border-color: rgba(31, 122, 82, 0.45);
  transform: translateY(-3px);
}

.location-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.location-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.location-card .hours {
  margin-top: 0.85rem;
  color: var(--green-deep);
  font-weight: 600;
  font-size: 0.86rem;
}

.pitch {
  padding-top: 2rem;
}

.pitch-inner {
  background:
    radial-gradient(600px 220px at 10% 0%, rgba(47, 158, 106, 0.18), transparent 60%),
    var(--green-deep);
  color: #eef8f2;
  border-radius: 28px;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  box-shadow: var(--shadow);
}

.pitch .eyebrow {
  color: #9be7bf;
}

.pitch h2 {
  max-width: 22ch;
}

.pitch h2 em {
  font-style: normal;
  color: #9be7bf;
}

.pitch-lead {
  max-width: 46rem;
  margin: 0.75rem 0 0;
  color: rgba(238, 248, 242, 0.82);
  font-size: 1.05rem;
}

.pitch-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin: 2rem 0 1.8rem;
}

.pitch-points article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.15rem;
}

.pitch-points strong {
  color: #9be7bf;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.pitch-points h3 {
  margin: 0.45rem 0 0.4rem;
  font-size: 1.08rem;
}

.pitch-points p {
  margin: 0;
  color: rgba(238, 248, 242, 0.78);
  font-size: 0.94rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}

.contact-list li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-list span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.contact-list a {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--green-deep);
}

.contact-list p {
  margin: 0;
  font-weight: 600;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.4rem;
  display: grid;
  gap: 0.9rem;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 650;
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  font: inherit;
  background: var(--leaf-2);
  color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(31, 122, 82, 0.35);
  border-color: var(--green);
  background: var(--white);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.4rem 0 2rem;
  background: rgba(255, 255, 255, 0.55);
}

.footer-inner {
  display: grid;
  gap: 1.2rem;
}

.footer-brand p {
  max-width: 28rem;
  color: var(--muted);
  margin: 0.7rem 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  font-weight: 650;
}

.footer-links a:hover {
  color: var(--green);
}

.footer-copy {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.category-card.reveal {
  transition-delay: calc(var(--i, 0) * 60ms);
}

@keyframes heroZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@keyframes brandIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 980px) {
  .trust-grid,
  .offers-grid,
  .pitch-points {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .why-grid,
  .bakery-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .why-panel {
    order: -1;
  }
}

@media (max-width: 760px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

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

  .hero {
    min-height: 86vh;
  }

  .hero-content {
    padding-top: 4rem;
  }

  .trust-grid,
  .offers-grid,
  .pitch-points,
  .category-grid,
  .locations-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: -1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .hero-media img,
  .phone-mock,
  .brand-lockup {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
