:root {
  --primary: #799e10;
  --primary-dark: #5f7f0a;
  --primary-soft: #eef6d5;
  --gold: #d8a72f;
  --ink: #121212;
  --muted: #606060;
  --info-copy: #55627a;
  --line: rgba(18, 18, 18, 0.08);
  --surface: #ffffff;
  --surface-alt: #faf9f4;
  --shadow: 0 20px 60px rgba(31, 42, 10, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Metropolis", "Outfit", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7f7f0 0%, #ffffff 30%);
}

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

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

iframe {
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
}

.homestyle {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 4.5rem;
  background:
    radial-gradient(circle at top center, rgba(121, 158, 16, 0.06), transparent 22%),
    #fffdf9;
}

.homestyle__wrap {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.homestyle__copy {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 2.2rem 2rem;
  border-radius: 32px;
  background: rgba(255, 253, 249, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(121, 158, 16, 0.08);
  text-align: center;
}

.homestyle__copy h2 {
  margin: 0 0 1.25rem;
  color: var(--primary);
  font-size: clamp(2.8rem, 5.2vw, 4.9rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.homestyle__copy p {
  margin: 0;
  color: #121212;
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.homestyle__line {
  display: block;
  opacity: 0;
  min-height: 1.1em;
}

.homestyle__typewriter.is-typing,
.homestyle__typewriter.is-done {
  opacity: 1;
}

.homestyle__typewriter {
  position: relative;
}

.homestyle__typewriter.is-typing::after,
.homestyle__typewriter.is-done::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.95em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  background: currentColor;
}

.homestyle__typewriter.is-typing::after {
  animation: blink-caret 0.8s steps(1) infinite;
}

.homestyle__typewriter.is-done::after {
  opacity: 0;
}

.homestyle__orbit {
  position: absolute;
  border: 2px solid rgba(121, 158, 16, 0.24);
  border-radius: 50%;
  z-index: 0;
}

.homestyle__orbit--left {
  left: -120px;
  top: 30px;
  width: 380px;
  height: 540px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  rotate: -24deg;
}

.homestyle__orbit--right {
  right: -100px;
  top: 10px;
  width: 420px;
  height: 560px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  rotate: 16deg;
}

.homestyle__food {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  filter: drop-shadow(0 18px 36px rgba(51, 53, 28, 0.18));
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: #fff;
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.8s ease;
}

.homestyle__food--left {
  left: 70px;
  top: 250px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-position: center;
  transform: translateX(-34px) scale(0.92);
}

.homestyle__food--top {
  right: 70px;
  top: 28px;
  width: 190px;
  height: 190px;
  border-radius: 30px;
  object-position: center;
  transform: translateY(-34px) scale(0.92);
}

.homestyle__food--bottom {
  right: 55px;
  bottom: 74px;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  object-position: center;
  rotate: -8deg;
  transform: translateX(34px) scale(0.92) rotate(-8deg);
}

.homestyle.is-active .homestyle__food {
  opacity: 1;
}

.homestyle.is-active .homestyle__food--left {
  transform: translateX(0) scale(1);
  transition-delay: 0.05s;
}

.homestyle.is-active .homestyle__food--top {
  transform: translateY(0) scale(1);
  transition-delay: 0.18s;
}

.homestyle.is-active .homestyle__food--bottom {
  transform: translateX(0) scale(1) rotate(-8deg);
  transition-delay: 0.32s;
}

.kitchen {
  background:
    radial-gradient(circle at top left, rgba(121, 158, 16, 0.08), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #f7f6ee 100%);
}

.kitchen__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: center;
}

.kitchen__visual {
  position: relative;
  min-height: 620px;
}

.kitchen__frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: #fff;
  box-shadow: 0 30px 70px rgba(31, 42, 10, 0.14);
  transition:
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
}

.kitchen__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kitchen__frame--main {
  inset: 0 52px 90px 0;
  border-radius: 34px;
  transform: translate3d(0, 28px, 0) scale(0.96);
}

.kitchen__frame--main img {
  object-position: center 28%;
}

.kitchen__frame--accent {
  right: 0;
  bottom: 0;
  width: 230px;
  height: 230px;
  border-radius: 28px;
  transform: translate3d(20px, 30px, 0) rotate(4deg) scale(0.92);
}

.kitchen__frame--accent img {
  object-position: center center;
}

.kitchen__badge {
  position: absolute;
  z-index: 2;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(31, 42, 10, 0.12);
}

.kitchen__badge--top {
  top: 24px;
  left: 24px;
}

.kitchen__badge--bottom {
  left: 24px;
  bottom: 24px;
}

.kitchen__content h2 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.kitchen__content > p {
  max-width: 600px;
  margin: 0 0 2rem;
  color: var(--info-copy);
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.kitchen__list {
  display: grid;
  gap: 1rem;
}

.kitchen__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(31, 42, 10, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kitchen__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 48px rgba(31, 42, 10, 0.12);
}

.kitchen__item-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 800;
}

.kitchen__item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  line-height: 1.3;
}

.kitchen__item p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.section-heading p,
.hero__copy p,
.plans__intro p,
.experience__copy p,
.download__copy p,
.footer__brand p,
.footer__bottom p,
.feature-card p,
.plan-card p,
.stat-card span,
.promise-list span,
.download__qr p {
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow--green {
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-color: rgba(121, 158, 16, 0.18);
}

.eyebrow--gold {
  color: #875f00;
  background: rgba(216, 167, 47, 0.16);
  border-color: rgba(216, 167, 47, 0.25);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

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

.button--primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(121, 158, 16, 0.24);
}

.button--primary:hover {
  background: var(--primary-dark);
}

.button--ghost {
  border: 1px solid rgba(18, 18, 18, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__media video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.22);
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    linear-gradient(110deg, rgba(121, 158, 16, 0.16), transparent 45%);
}

.nav,
.hero__content,
.scroll-hint {
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.35rem 0 0;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 1.25rem;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.nav__links a {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding-bottom: 0.35rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav__links a:hover,
.nav__links a:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav__links a:hover::after,
.nav__links a:focus-visible::after {
  transform: scaleX(1);
}

.hero__content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 110px);
  padding: 2rem 0 4.5rem;
}

.hero__content--centered {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: calc(100vh - 96px);
  padding-top: 5rem;
  padding-bottom: 5.9rem;
  text-align: center;
}

.hero__copy h1 {
  margin: 1rem 0 1.25rem;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.hero__copy--centered {
  max-width: 700px;
  transform: translateY(2.35rem);
}

.hero__copy--centered h1 {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 5.45vw, 5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hero__copy--centered h1 span {
  display: block;
  color: #fff;
}

.hero__copy--centered p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
}

.hero__logo {
  width: clamp(112px, 14vw, 148px);
  margin: 0 auto 1rem;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.hero__copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.hero__actions,
.download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__store-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.45rem;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.store-button:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.store-button img {
  display: block;
  height: 58px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.store-badge {
  min-width: 170px;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.store-badge span {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.phone-card {
  position: relative;
  max-width: 460px;
  margin-left: auto;
  padding: 1rem;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.phone-card::before,
.phone-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(216, 167, 47, 0.28);
  filter: blur(8px);
}

.phone-card::before {
  width: 120px;
  height: 120px;
  top: -20px;
  right: -30px;
}

.phone-card::after {
  width: 80px;
  height: 80px;
  bottom: 24px;
  left: -10px;
  background: rgba(121, 158, 16, 0.32);
}

.phone-card__screen {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
}

.phone-card__top {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.phone-card__top img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.phone-card__top p {
  margin: 0 0 0.2rem;
  color: var(--muted);
}

.hero-video-card {
  position: relative;
  padding: 0 1rem;
}

.hero-video-card iframe {
  width: 100%;
  height: 290px;
  border-radius: 24px;
}

.pill {
  position: absolute;
  top: 0.9rem;
  left: 1.9rem;
  z-index: 1;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.6);
  color: #fff;
  font-size: 0.75rem;
  backdrop-filter: blur(10px);
}

.delivery-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.delivery-strip div {
  padding: 1rem;
  border-radius: 20px;
  background: var(--surface-alt);
}

.delivery-strip span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  position: absolute;
  left: 50%;
  bottom: 0.65rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 500;
  animation: scroll-hint-bob 1.45s infinite ease-in-out;
  cursor: pointer;
}

.scroll-hint--hero {
  bottom: 0.7rem;
}

.scroll-hint__text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}

.scroll-hint:hover .scroll-hint__text {
  color: #fff;
}

.scroll-hint__arrows {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}

.scroll-hint__arrow {
  width: 7px;
  height: 7px;
  border-right: 1.75px solid #fff;
  border-bottom: 1.75px solid #fff;
  rotate: 45deg;
  opacity: 0.9;
}

@keyframes scroll-hint-bob {
  0%,
  100% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-3px);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(4px);
  }
}

@keyframes blink-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (min-height: 850px) {
  .hero__content--centered {
    padding-top: 5.9rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 980px) {
  .nav__inner {
    border-radius: 28px;
    padding: 0.85rem;
  }

  .nav__links {
    gap: 0.85rem;
  }

  .nav__links a {
    font-size: 0.88rem;
  }

  .hero__content--centered {
    padding-bottom: 5.5rem;
  }

  .hero__copy--centered {
    transform: translateY(1.5rem);
  }
}

.stats {
  background: #fff;
}

.stats-grid,
.feature-grid,
.footer__grid {
  display: grid;
  gap: 1.5rem;
}

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

.stat-card,
.feature-card,
.plan-card,
.media-card,
.download__card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 2rem;
  border-radius: 28px;
  text-align: center;
}

.stat-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 800;
}

.stat-card strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card {
  min-height: 220px;
  padding: 1.7rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(121, 158, 16, 0.06), rgba(121, 158, 16, 0)),
    #fff;
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--primary-dark);
  font-weight: 700;
}

.feature-card h3,
.plan-card h3,
.footer h3 {
  margin: 0 0 0.8rem;
}

.plans {
  background:
    radial-gradient(circle at top left, rgba(216, 167, 47, 0.08), transparent 20%),
    var(--surface-alt);
}

.plans__wrap {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2rem;
  align-items: center;
}

.plans__intro h2,
.experience__copy h2,
.download__copy h2 {
  margin: 0.9rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.plans__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.plan-card {
  position: relative;
  padding: 2rem;
  border-radius: 30px;
}

.plan-card--featured {
  background: linear-gradient(180deg, #87991a, #6d8f11);
  color: #fff;
}

.plan-card--featured p,
.plan-card--featured li {
  color: rgba(255, 255, 255, 0.84);
}

.plan-card__tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 600;
}

.plan-card__tag--light {
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.plan-card ul {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li + li {
  margin-top: 0.85rem;
}

.plan-card li::before {
  content: "•";
  margin-right: 0.65rem;
  color: var(--gold);
}

.experience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.media-card {
  padding: 1rem;
  border-radius: 36px;
  background: linear-gradient(180deg, #f4f8e8, #fff);
}

.media-card--perspective {
  transform: perspective(1400px) rotateY(-14deg) rotateX(6deg);
  transform-style: preserve-3d;
  box-shadow: 0 34px 90px rgba(31, 42, 10, 0.22);
}

.media-card video {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 28px;
}

.promise-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.promise-list div {
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
}

.promise-list strong {
  display: block;
  margin-bottom: 0.3rem;
}

.download__card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(216, 167, 47, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(121, 158, 16, 0.06), rgba(121, 158, 16, 0)),
    #fff;
}

.download__qr {
  text-align: center;
}

.qr-box {
  width: min(240px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 1rem;
  padding: 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 10px #f7f7f0;
}

.qr-box div {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background:
    linear-gradient(90deg, var(--primary) 10%, transparent 10%, transparent 20%, var(--primary) 20%, var(--primary) 30%, transparent 30%, transparent 40%, var(--primary) 40%, var(--primary) 50%, transparent 50%, transparent 60%, var(--primary) 60%, var(--primary) 70%, transparent 70%, transparent 80%, var(--primary) 80%, var(--primary) 90%, transparent 90%),
    linear-gradient(var(--primary) 10%, transparent 10%, transparent 20%, var(--primary) 20%, var(--primary) 30%, transparent 30%, transparent 40%, var(--primary) 40%, var(--primary) 50%, transparent 50%, transparent 60%, var(--primary) 60%, var(--primary) 70%, transparent 70%, transparent 80%, var(--primary) 80%, var(--primary) 90%, transparent 90%);
  background-size: 40px 40px;
}

.footer {
  padding: 4rem 0 2rem;
  background: #0f1208;
  color: rgba(255, 255, 255, 0.78);
}

.footer__grid {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: start;
}

.footer h3 {
  color: #fff;
}

.footer a {
  display: block;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--left {
  transform: translate3d(-42px, 16px, 0);
}

.reveal--right {
  transform: translate3d(42px, 16px, 0);
}

.reveal--soft-zoom {
  transform: translate3d(-42px, 16px, 0) scale(0.97);
}

.reveal--float {
  transform: translateY(26px) scale(0.92);
}

.kitchen__visual.is-visible .kitchen__frame--main {
  transform: translate3d(0, 0, 0) scale(1);
}

.kitchen__visual.is-visible .kitchen__frame--accent {
  transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
  transition-delay: 0.22s;
}

.kitchen__visual.is-visible .kitchen__frame {
  box-shadow: 0 36px 82px rgba(31, 42, 10, 0.17);
}

.how-it-works {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(121, 158, 16, 0.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(216, 167, 47, 0.08), transparent 22%),
    #fff;
}

.how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.journey-card {
  position: relative;
  padding: 2rem;
  border-radius: 34px;
  border: 1px solid rgba(121, 158, 16, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 239, 0.98)),
    #fff;
  box-shadow: 0 28px 70px rgba(31, 42, 10, 0.1);
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px dashed rgba(121, 158, 16, 0.16);
  pointer-events: none;
}

.journey-card--instant {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 255, 0.98)),
    #fff;
}

.journey-card__header {
  position: relative;
  z-index: 1;
  margin-bottom: 1.8rem;
}

.journey-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.92rem;
}

.journey-card--instant .journey-card__badge {
  background: rgba(104, 199, 255, 0.18);
  color: #136f9c;
}

.journey-card h3 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.journey-card__header p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.journey-steps {
  position: relative;
  display: grid;
  gap: 1rem;
  z-index: 1;
}

.journey-steps::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, rgba(121, 158, 16, 0.28), rgba(121, 158, 16, 0.08));
}

.journey-card--instant .journey-steps::before {
  background: linear-gradient(180deg, rgba(104, 199, 255, 0.4), rgba(104, 199, 255, 0.1));
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1rem 1rem 0;
}

.journey-step__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(180deg, #8dae20, #799e10);
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 14px 28px rgba(121, 158, 16, 0.28);
}

.journey-card--instant .journey-step__icon {
  background: linear-gradient(180deg, #7fd6ff, #49bdf2);
  box-shadow: 0 14px 28px rgba(73, 189, 242, 0.28);
}

.journey-step h4 {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
  line-height: 1.3;
}

.journey-step p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.journey-step::after {
  content: "";
  position: absolute;
  left: 66px;
  top: 26px;
  width: 24px;
  height: 2px;
  background: rgba(121, 158, 16, 0.18);
}

.journey-card--instant .journey-step::after {
  background: rgba(73, 189, 242, 0.24);
}

.team {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(121, 158, 16, 0.08), transparent 24%),
    linear-gradient(180deg, #fdfcf7 0%, #ffffff 100%);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.team-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: #fff;
  box-shadow: 0 24px 60px rgba(31, 42, 10, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 74px rgba(31, 42, 10, 0.14);
}

.team-card__photo {
  position: relative;
  aspect-ratio: 0.92;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(121, 158, 16, 0.1), rgba(121, 158, 16, 0));
  opacity: 0;
  transform: translateY(22px) scale(0.96);
  transition:
    opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-card__photo img {
  transform: scale(1.04);
}

.team-card__content {
  padding: 1.45rem 1.35rem 1.55rem;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.14s;
}

.team-card__role {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.team-card p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.team-card__meta {
  font-weight: 600;
}

.team-card__meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--info-copy);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.team-card__meta-list li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.45;
}

.team-card__meta-list li + li {
  margin-top: 0.4rem;
}

.team-card__meta-list li::before {
  content: none;
}

.team-card.is-visible .team-card__photo {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.team-card.is-visible .team-card__content {
  opacity: 1;
  transform: translateY(0);
}

.app-download {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #fff;
}

.app-download__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  min-height: 470px;
  padding: 3rem 4rem;
  border-radius: 34px;
  border: 1px solid rgba(121, 158, 16, 0.12);
  background:
    radial-gradient(circle at top left, rgba(121, 158, 16, 0.06), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fdfcf7 100%);
  box-shadow:
    inset 0 0 0 2px rgba(121, 158, 16, 0.06),
    0 26px 70px rgba(31, 42, 10, 0.08);
}

.app-download__card::before,
.app-download__card::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(121, 158, 16, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.app-download__card::before {
  right: -180px;
  bottom: -120px;
  width: 520px;
  height: 300px;
}

.app-download__card::after {
  right: -120px;
  bottom: 10px;
  width: 420px;
  height: 240px;
}

.app-download__copy {
  position: relative;
  z-index: 1;
  max-width: 430px;
}

.app-download__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 4.6vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.app-download__copy p {
  margin: 0 0 1.7rem;
  color: var(--info-copy);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.app-download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.app-download__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: end;
  height: 100%;
  overflow: hidden;
  min-height: 410px;
}

.app-download__mobile-image {
  display: none;
  max-width: 100%;
  height: auto;
}

.phone-mockup {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 0.545;
  border-radius: 54px;
  background: linear-gradient(180deg, #242424 0%, #090909 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 0 6px rgba(18, 18, 18, 0.9),
    0 34px 80px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(250px) scale(0.975);
  transition:
    opacity 1.15s ease,
    transform 2.15s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.24s;
  margin-bottom: -156px;
}

.phone-mockup--preview {
  display: none;
}

.phone-mockup::before,
.phone-mockup::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 4px;
  border-radius: 999px;
  background: rgba(80, 80, 80, 0.95);
}

.phone-mockup::before {
  top: 150px;
  height: 72px;
}

.phone-mockup::after {
  top: 242px;
  height: 58px;
}

.phone-mockup__screen::before,
.phone-mockup__screen::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 4px;
  border-radius: 999px;
  background: rgba(88, 88, 88, 0.95);
}

.phone-mockup__screen::before {
  top: 142px;
  height: 84px;
}

.phone-mockup__screen::after {
  top: 236px;
  height: 64px;
}

.phone-mockup__notch {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 144px;
  height: 32px;
  border-radius: 0 0 20px 20px;
  background: #090909;
  transform: translateX(-50%);
  z-index: 2;
}

.phone-mockup__screen {
  position: absolute;
  inset: 14px;
  display: grid;
  place-items: center;
  align-content: start;
  gap: 1.5rem;
  padding: 6.7rem 1.8rem 2rem;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 242, 0.98));
  text-align: center;
  overflow: hidden;
}

.phone-mockup__screen p {
  max-width: 210px;
  margin: 0;
  color: var(--info-copy);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.phone-mockup__screen--preview {
  padding: 1rem;
  align-content: stretch;
  place-items: stretch;
  gap: 0;
}

.app-preview {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.app-preview--dark {
  background: linear-gradient(180deg, #181818 0%, #2b2b2b 100%);
  padding: 0.7rem;
}

.app-preview__top {
  height: 22px;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.app-preview__list {
  display: grid;
  gap: 0.5rem;
}

.app-preview__list span {
  display: block;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.app-preview--light {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7e8 100%);
  padding: 0.7rem;
}

.app-preview__chips {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.app-preview__chips span {
  flex: 1;
  height: 18px;
  border-radius: 999px;
  background: rgba(121, 158, 16, 0.18);
}

.app-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
}

.app-preview__grid span {
  display: block;
  height: 58px;
  border-radius: 14px;
  background: rgba(18, 18, 18, 0.08);
}

.qr-mock {
  width: 172px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(121, 158, 16, 0.2);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(121, 158, 16, 0.08);
}

.qr-mock img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.app-download__card.is-visible .phone-mockup {
  opacity: 1;
  transform: translateY(72px) scale(1);
  animation: phone-hover-float 5.8s ease-in-out 2.1s infinite;
}

@keyframes phone-hover-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1);
  }
}

.franchise {
  background:
    radial-gradient(circle at top left, rgba(121, 158, 16, 0.08), transparent 22%),
    linear-gradient(180deg, #fffdf8 0%, #f7f8ef 100%);
}

.franchise__layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.8rem;
  align-items: start;
}

.franchise__left-column,
.franchise__right-column {
  display: grid;
  gap: 1rem;
}

.franchise__intro,
.franchise__support-card,
.franchise__support-note,
.franchise-form,
.franchise__benefit {
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(31, 42, 10, 0.08);
}

.franchise__intro {
  padding: 2.2rem;
  border-radius: 32px;
}

.franchise__intro h2 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.35rem, 4.2vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.franchise__intro p {
  margin: 0;
  max-width: 680px;
  color: var(--info-copy);
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.franchise__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.franchise__tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 700;
}

.franchise__support-card,
.franchise__support-note {
  padding: 1.2rem 1.2rem;
  border-radius: 28px;
}

.franchise__support-card strong,
.franchise__support-note span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
}

.franchise__support-visuals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.franchise__support-visuals span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0.65rem 0.8rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(121, 158, 16, 0.14), rgba(121, 158, 16, 0.08));
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.franchise__support-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.franchise__support-note span {
  color: var(--primary-dark);
  font-weight: 800;
}

.franchise__role-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.franchise__role-kitchen,
.franchise__role-company {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.9rem 0.8rem;
  border-radius: 18px;
  font-weight: 800;
  text-align: center;
}

.franchise__role-kitchen {
  background: rgba(216, 167, 47, 0.16);
  color: #8a6300;
}

.franchise__role-company {
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.franchise__role-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(121, 158, 16, 0.12);
  color: var(--primary-dark);
  font-weight: 900;
}

.franchise__support-note p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.franchise__benefits {
  display: grid;
  gap: 1rem;
}

.franchise__benefit {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 26px;
}

.franchise__benefit span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 800;
}

.franchise__benefit h3 {
  margin: 0 0 0.4rem;
  font-size: 1.12rem;
}

.franchise__benefit p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.franchise-form {
  padding: 1.8rem;
  border-radius: 32px;
}

.franchise-form__header h3 {
  margin: 0.9rem 0 0.65rem;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.franchise-form__header p {
  margin: 0 0 1.2rem;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.franchise-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.franchise-form__fields label {
  display: grid;
  gap: 0.45rem;
}

.franchise-form__fields label:last-child {
  grid-column: 1 / -1;
}

.franchise-form__fields span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
}

.franchise-form input,
.franchise-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 18px;
  background: #fff;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.franchise-form input:focus,
.franchise-form textarea:focus {
  border-color: rgba(121, 158, 16, 0.5);
  box-shadow: 0 0 0 4px rgba(121, 158, 16, 0.12);
}

.franchise-form textarea {
  resize: vertical;
  min-height: 120px;
}

.franchise-form__submit {
  width: 100%;
  margin-top: 1.1rem;
}

.contact {
  background:
    radial-gradient(circle at top left, rgba(121, 158, 16, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f9faf4 100%);
}

.contact__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.8rem;
  align-items: start;
}

.contact__info {
  display: grid;
  gap: 1rem;
}

.contact-card,
.contact-form {
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(31, 42, 10, 0.08);
}

.contact-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.3rem;
  border-radius: 28px;
}

.contact-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 1.4rem;
}

.contact-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
}

.contact-card a {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--ink);
  font-weight: 800;
}

.contact-card p {
  margin: 0;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.contact-form {
  padding: 1.8rem;
  border-radius: 32px;
}

.contact-form__header h3 {
  margin: 0.9rem 0 0.65rem;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.contact-form__header p {
  margin: 0 0 1.2rem;
  color: var(--info-copy);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.contact-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form__fields label {
  display: grid;
  gap: 0.45rem;
}

.contact-form__fields label:last-child {
  grid-column: 1 / -1;
}

.contact-form__fields span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 18px;
  background: #fff;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(121, 158, 16, 0.5);
  box-shadow: 0 0 0 4px rgba(121, 158, 16, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form__submit {
  width: 100%;
  margin-top: 1.1rem;
}

.footer {
  padding: 4rem 0 2.2rem;
  background: #0b0d08;
  color: rgba(255, 255, 255, 0.76);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(380px, 1.7fr) 0.8fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer__logo {
  width: 150px;
  margin-bottom: 1rem;
}

.footer__brand p,
.footer__links a {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-weight: 500;
}

.footer__links h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1rem;
}

.footer__links a {
  display: block;
  margin-bottom: 0.8rem;
}

.footer__stores {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
  align-items: center;
}

.footer__stores .store-button {
  min-width: 0;
  width: auto;
  flex: 0 0 auto;
}

.page-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8faf2 0%, #ffffff 100%);
}

.page-doc {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.page-doc__card {
  padding: 2.2rem;
  border-radius: 30px;
  border: 1px solid rgba(121, 158, 16, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(31, 42, 10, 0.08);
}

.page-doc__back {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--primary-dark);
  font-weight: 700;
}

.page-doc h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.page-doc h2 {
  margin: 2rem 0 0.7rem;
  font-size: 1.35rem;
}

.page-doc p,
.page-doc li {
  color: var(--info-copy);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.page-doc ul {
  padding-left: 1.2rem;
}

@media (max-width: 1080px) {
  .kitchen__grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .how-it-works__grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .franchise__left-column {
    order: 1;
  }

  .franchise__right-column {
    order: 2;
  }

  .franchise__benefits {
    order: 1;
  }

  .franchise-form {
    order: 2;
  }

  .contact__info {
    order: 1;
  }

  .contact-form {
    order: 2;
  }

  .app-download__card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.4rem 2rem;
    justify-items: center;
  }

  .app-download__copy {
    max-width: 100%;
    text-align: center;
  }

  .app-download__actions {
    justify-content: center;
  }

  .phone-mockup {
    margin-bottom: -110px;
  }

  .kitchen__visual {
    max-width: 620px;
    min-height: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .homestyle__wrap {
    min-height: 760px;
    padding: 0 1.25rem;
  }

  .homestyle__copy {
    max-width: 520px;
    padding: 1.7rem 1.35rem;
  }

  .homestyle__food--left {
    left: 10px;
    top: 280px;
    width: 180px;
    height: 180px;
  }

  .homestyle__food--top {
    right: 12px;
    top: 56px;
    width: 170px;
    height: 170px;
  }

  .homestyle__food--bottom {
    right: 12px;
    bottom: 110px;
    width: 180px;
    height: 180px;
  }

  .hero__content,
  .plans__wrap,
  .experience__grid,
  .download__card,
  .footer__grid {
    grid-template-columns: 1fr;
  }

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

  .stats-grid,
  .plans__cards {
    grid-template-columns: 1fr;
  }

  .phone-card {
    margin: 0 auto;
  }

  .hero__copy,
  .plans__intro,
  .experience__copy,
  .download__copy,
  .download__qr {
    text-align: center;
  }

  .hero__actions,
  .hero__badges,
  .download__actions {
    justify-content: center;
  }

  .footer__bottom {
    flex-direction: column;
  }
}

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

  .app-download__card.reveal,
  .app-download__card.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

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

  .franchise__intro,
  .franchise-form {
    padding: 1.35rem 1rem;
    border-radius: 24px;
  }

  .contact-form {
    padding: 1.35rem 1rem;
    border-radius: 24px;
  }

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

  .footer__brand,
  .footer__links {
    text-align: center;
  }

  .footer__stores {
    justify-content: center;
  }

  .franchise__intro {
    text-align: center;
  }

  .franchise__tags {
    justify-content: center;
  }

  .franchise__support-card,
  .franchise__support-note {
    padding: 1rem;
    border-radius: 22px;
  }

  .franchise__support-visuals {
    justify-content: center;
  }

  .franchise__role-visual {
    grid-template-columns: 1fr;
  }

  .franchise__role-arrow {
    margin: 0 auto;
  }

  .franchise__benefit {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .franchise-form__fields {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-form__fields {
    grid-template-columns: 1fr;
  }

  .team-card {
    border-radius: 24px;
  }

  .team-card__content {
    padding: 1.2rem 1rem 1.3rem;
    text-align: center;
  }

  .app-download {
    padding-top: 1rem;
    padding-bottom: 4.5rem;
  }

  .app-download__card {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 1.4rem 1rem 2rem;
    border-radius: 24px;
  }

  .app-download__card::before {
    right: -210px;
    bottom: -120px;
    width: 380px;
    height: 220px;
  }

  .app-download__card::after {
    right: -200px;
    bottom: 18px;
    width: 300px;
    height: 170px;
  }

  .app-download__copy h2 {
    font-size: clamp(2.45rem, 11vw, 3rem);
    text-align: center;
  }

  .app-download__copy p {
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
  }

  .phone-mockup {
    width: 240px;
    border-radius: 34px;
    margin-bottom: 0;
    aspect-ratio: 0.62;
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .app-download__card.is-visible .phone-mockup,
  .app-download__card.is-visible .phone-mockup--preview,
  .app-download__card.is-visible .phone-mockup--preview-left,
  .app-download__card.is-visible .phone-mockup--preview-right {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .phone-mockup__screen {
    inset: 10px;
    padding: 3.2rem 0.9rem 0.9rem;
    border-radius: 24px;
  }

  .phone-mockup__notch {
    width: 86px;
    height: 20px;
    top: 11px;
  }

  .phone-mockup__screen p {
    display: none;
  }

  .qr-mock {
    width: 116px;
    padding: 8px;
    border-radius: 16px;
  }

  .app-download__visual {
    order: 1;
    width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
    overflow: visible;
    gap: 0;
    padding: 1.9rem 0.6rem 0.7rem;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(180deg, rgba(121, 158, 16, 0.14), rgba(243, 249, 225, 0.95));
  }

  .app-download__mobile-image {
    display: block;
    width: min(248px, 100%);
    position: relative;
    z-index: 2;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
  }

  .app-download__visual::before,
  .app-download__visual::after {
    content: "";
    position: absolute;
    border-radius: 24px;
    background: rgba(121, 158, 16, 0.08);
    filter: blur(0.4px);
  }

  .app-download__visual::before {
    width: 112px;
    height: 112px;
    left: 12px;
    top: 8px;
    background: radial-gradient(circle, rgba(121, 158, 16, 0.22), rgba(121, 158, 16, 0));
  }

  .app-download__visual::after {
    width: 120px;
    height: 120px;
    right: 10px;
    top: 18px;
    background: radial-gradient(circle, rgba(121, 158, 16, 0.16), rgba(121, 158, 16, 0));
  }

  .app-download__copy {
    order: 2;
    max-width: 100%;
    text-align: center;
  }

  .app-download__actions {
    order: 3;
    flex-direction: row;
    justify-content: center;
    gap: 0.8rem;
  }

  .app-download__actions .store-button {
    min-width: 0;
    width: auto;
  }

  .phone-mockup::before,
  .phone-mockup::after,
  .phone-mockup__screen::before,
  .phone-mockup__screen::after {
    display: none;
  }

  .phone-mockup--preview {
    display: none;
    width: 108px;
    aspect-ratio: 0.52;
    border-radius: 22px;
    margin: 0;
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
    box-shadow:
      inset 0 0 0 1.5px rgba(255, 255, 255, 0.08),
      inset 0 0 0 4px rgba(18, 18, 18, 0.92),
      0 18px 38px rgba(0, 0, 0, 0.22);
  }

  .phone-mockup--preview .phone-mockup__notch {
    width: 44px;
    height: 10px;
    top: 7px;
    border-radius: 0 0 10px 10px;
  }

  .phone-mockup--preview .phone-mockup__screen {
    inset: 6px;
    border-radius: 14px;
  }

  .phone-mockup--preview-left {
    transform: translate(14px, 18px);
    z-index: 1;
  }

  .phone-mockup--preview-right {
    display: none;
  }

  .app-download__visual > .phone-mockup:not(.phone-mockup--preview) {
    display: none;
  }

  .journey-card {
    padding: 1.4rem;
    border-radius: 24px;
  }

  .journey-card::before {
    inset: 12px;
    border-radius: 18px;
  }

  .journey-card h3 {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .journey-step {
    grid-template-columns: 58px 1fr;
    gap: 0.85rem;
    padding-right: 0;
  }

  .journey-step__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 1.1rem;
  }

  .journey-steps::before {
    left: 22px;
  }

  .journey-step::after {
    left: 56px;
    width: 16px;
  }

  .kitchen__visual {
    min-height: 400px;
  }

  .kitchen__frame--main {
    inset: 0 26px 72px 0;
    border-radius: 24px;
  }

  .kitchen__frame--accent {
    width: 150px;
    height: 150px;
    border-radius: 20px;
  }

  .kitchen__badge {
    padding: 0.7rem 0.8rem;
    font-size: 0.78rem;
    border-radius: 14px;
  }

  .kitchen__content {
    text-align: center;
  }

  .kitchen__content h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .kitchen__content > p {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.98rem;
  }

  .kitchen__item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .homestyle {
    padding: 4.5rem 0 3rem;
  }

  .homestyle__wrap {
    min-height: auto;
    display: grid;
    justify-items: center;
    gap: 1.5rem;
    padding: 2.5rem 0 0;
  }

  .homestyle__copy {
    order: 1;
    max-width: 330px;
    padding: 1.1rem 1rem;
    border-radius: 24px;
  }

  .homestyle__copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.7rem);
    line-height: 1.03;
  }

  .homestyle__copy p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .homestyle__food--left {
    position: relative;
    order: 3;
    left: auto;
    top: auto;
    width: min(78vw, 310px);
    height: min(78vw, 310px);
    margin-right: auto;
    rotate: -4deg;
  }

  .homestyle__food--top {
    position: relative;
    order: 2;
    right: auto;
    top: auto;
    width: min(72vw, 280px);
    height: min(72vw, 280px);
    margin-left: auto;
  }

  .homestyle__food--bottom {
    position: relative;
    order: 4;
    right: auto;
    bottom: auto;
    width: min(78vw, 310px);
    height: min(78vw, 310px);
    margin-left: auto;
    margin-top: -0.4rem;
    rotate: 0deg;
  }

  .hero__content--centered {
    padding-top: 3.25rem;
    padding-bottom: 5.5rem;
  }

  .hero__copy--centered {
    max-width: 100%;
    transform: translateY(1.2rem);
    padding: 0 0.4rem;
  }

  .hero__copy--centered h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 1.04;
  }

  .hero__copy--centered p {
    max-width: 310px;
    font-size: 0.96rem;
  }

  .hero__store-row {
    gap: 0.7rem;
  }

  .store-button img {
    height: 50px;
  }

  .homestyle__line {
    transform: translateY(14px);
  }

  .homestyle__orbit--left,
  .homestyle__orbit--right {
    opacity: 0.6;
  }

  .section {
    padding: 4.5rem 0;
  }

  .nav {
    padding-top: 1rem;
  }

  .nav__inner {
    justify-content: center;
    gap: 0.8rem;
    padding: 0.8rem;
    border-radius: 24px;
  }

  .nav__links {
    width: 100%;
    gap: 0.7rem 1rem;
  }

  .nav__links a {
    font-size: 0.84rem;
  }

  .nav__cta {
    width: 100%;
    min-height: 40px;
  }

  .feature-grid,
  .stats-grid,
  .delivery-strip {
    grid-template-columns: 1fr;
  }

  .hero__copy h1 {
    font-size: clamp(2.5rem, 14vw, 4.4rem);
  }

  .brand--compact img {
    width: 120px;
  }

  .hero-video-card iframe,
  .media-card video {
    min-height: 240px;
    height: 240px;
  }

  .phone-card {
    padding: 0.7rem;
    border-radius: 28px;
  }

  .media-card--perspective {
    transform: none;
  }

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