@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-latin.woff2') format('woff2');
}

:root {
  --landing-canvas: #fffdf5;
  --landing-surface: #fbf9f1;
  --landing-cocoa: #4a3728;
  --landing-orange: #ff7e33;
  --landing-orange-dark: #cc5f26;
  --landing-pink: #ffb6c1;
  --landing-green: #76cd4f;
  --landing-yellow: #ffd93d;
  --landing-muted: #755f54;
  --landing-width: 1180px;
}

.app-route .landing-page { display: none; }

.landing-page,
.landing-page * { box-sizing: border-box; }

.landing-page {
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  background: var(--landing-canvas);
  color: var(--landing-cocoa);
  font-family: 'Be Vietnam Pro', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.landing-page img { display: block; max-width: 100%; }
.landing-page a { color: inherit; text-decoration: none; }
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p { margin-top: 0; }
.landing-page :focus-visible { outline: 3px solid rgba(255, 126, 51, .55); outline-offset: 4px; }

.landing-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 40px), var(--landing-width));
  min-height: 88px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--landing-orange) !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 23px;
  font-weight: 800;
  white-space: nowrap;
}

.landing-brand__mark {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: var(--landing-orange);
  box-shadow: 0 6px 0 var(--landing-orange-dark);
}

.landing-brand__mark svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.4; }
.landing-brand__mark--small { width: 39px; height: 39px; border-radius: 14px; box-shadow: 0 4px 0 var(--landing-orange-dark); }
.landing-brand__mark--small svg { width: 24px; height: 24px; }

.landing-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); color: #604b40; font-size: 15px; font-weight: 700; }
.landing-nav > a:not(.landing-nav__cta):hover { color: var(--landing-orange); }
.landing-nav__cta { min-height: 48px; padding: 12px 20px; border-radius: 999px; background: var(--landing-orange); color: white !important; box-shadow: 0 5px 0 var(--landing-orange-dark); }
.landing-nav__cta:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--landing-orange-dark); }

.landing-hero {
  position: relative;
  display: grid;
  width: min(calc(100% - 40px), var(--landing-width));
  min-height: 670px;
  margin: 0 auto;
  padding: 66px 0 82px;
  grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.landing-hero::before {
  position: absolute;
  z-index: 0;
  top: -130px;
  right: -260px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: rgba(255, 217, 61, .17);
  content: '';
}

.landing-hero__copy,
.landing-hero__visual { position: relative; z-index: 1; }
.landing-eyebrow,
.landing-kicker { margin-bottom: 15px; color: #a24313; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.landing-hero h1 { max-width: 670px; margin-bottom: 24px; color: #402d23; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(46px, 5.5vw, 72px); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; }
.landing-hero__intro { max-width: 650px; margin-bottom: 30px; color: var(--landing-muted); font-size: clamp(18px, 2vw, 21px); font-weight: 500; line-height: 1.65; }
.landing-hero__actions { display: flex; align-items: center; gap: 25px; }

.landing-button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 27px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-button:hover { transform: translateY(-2px); }
.landing-button:active { transform: translateY(4px) scale(.98); }
.landing-button--primary { background: var(--landing-orange); color: white !important; box-shadow: 0 8px 0 var(--landing-orange-dark), 0 16px 30px rgba(255, 126, 51, .22); }
.landing-button--primary:active { box-shadow: 0 2px 0 var(--landing-orange-dark); }
.landing-button--light { background: white; color: #b44811 !important; box-shadow: 0 8px 0 rgba(99, 38, 0, .23), 0 18px 36px rgba(99, 38, 0, .17); }
.landing-text-link { color: #8c3b13 !important; font-size: 16px; font-weight: 800; text-decoration: underline !important; text-decoration-color: rgba(140, 59, 19, .3) !important; text-underline-offset: 5px; }
.landing-text-link:hover { color: var(--landing-orange) !important; }

.landing-proof { display: flex; margin: 38px 0 0; padding: 0; flex-wrap: wrap; gap: 10px 19px; color: #6d594e; font-size: 13px; font-weight: 700; list-style: none; }
.landing-proof li { display: flex; align-items: center; gap: 7px; }
.landing-proof span { display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(118, 205, 79, .2); color: #397c1b; }

.landing-hero__visual { min-height: 535px; display: grid; place-items: center; }
.landing-blob { position: absolute; border-radius: 48% 52% 61% 39% / 51% 45% 55% 49%; }
.landing-blob--pink { inset: 16px -16px 18px 20px; background: #ffe1e6; transform: rotate(-5deg); }
.landing-blob--green { right: -35px; bottom: 6px; width: 180px; height: 180px; background: rgba(118, 205, 79, .35); transform: rotate(18deg); }

.landing-menu-card {
  position: relative;
  z-index: 2;
  width: min(430px, 89%);
  padding: 22px;
  border: 3px solid white;
  border-radius: 42px;
  background: rgba(255, 253, 245, .96);
  box-shadow: 0 28px 70px rgba(74, 55, 40, .18);
  transform: rotate(2deg);
}

.landing-menu-card__top { display: flex; margin: 0 4px 18px; align-items: center; justify-content: space-between; color: var(--landing-orange); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 23px; font-weight: 800; }
.landing-menu-card__top span:last-child { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--landing-yellow); color: #815d00; }
.landing-menu-card__dish { position: relative; display: grid; min-height: 108px; margin-top: 13px; padding: 10px 45px 10px 10px; grid-template-columns: 88px 1fr; align-items: center; gap: 14px; border-radius: 27px; background: white; box-shadow: 0 8px 23px rgba(74, 55, 40, .09); }
.landing-menu-card__dish img { width: 88px; height: 88px; border-radius: 21px; object-fit: cover; }
.landing-menu-card__dish small { display: block; margin-bottom: 4px; color: #8a6a5b; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.landing-menu-card__dish strong { display: block; color: #4d352a; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; line-height: 1.25; }
.landing-menu-card__add { position: absolute; right: -9px; bottom: 28px; display: grid; width: 45px; height: 45px; place-items: center; border: 4px solid var(--landing-canvas); border-radius: 50%; background: var(--landing-orange); color: white; font-size: 27px; font-weight: 700; box-shadow: 0 7px 14px rgba(255, 126, 51, .3); }
.landing-menu-card__basket { display: flex; min-height: 56px; margin-top: 18px; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; background: var(--landing-orange); color: white; font-size: 16px; font-weight: 800; box-shadow: 0 7px 0 var(--landing-orange-dark); }
.landing-choice-bubble { position: absolute; z-index: 3; padding: 13px 18px; border: 3px solid white; border-radius: 999px; font-size: 14px; font-weight: 800; box-shadow: 0 10px 22px rgba(74, 55, 40, .14); }
.landing-choice-bubble--top { top: 47px; right: -17px; background: var(--landing-yellow); transform: rotate(5deg); }
.landing-choice-bubble--bottom { bottom: 29px; left: -24px; background: var(--landing-green); color: #234c10; transform: rotate(-5deg); }

.landing-intro,
.landing-benefits,
.landing-steps,
.landing-preview,
.landing-footer { width: min(calc(100% - 40px), var(--landing-width)); margin-right: auto; margin-left: auto; }

.landing-intro { display: grid; padding: 100px 0 54px; grid-template-columns: 1fr 1fr; align-items: end; gap: 72px; }
.landing-intro h2,
.landing-section-heading h2,
.landing-preview h2,
.landing-final-cta h2 { margin-bottom: 0; color: #402d23; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(34px, 4vw, 50px); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }
.landing-intro > p { margin: 0; color: var(--landing-muted); font-size: 18px; line-height: 1.72; }

.landing-benefits { display: grid; padding: 34px 0 116px; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.landing-benefit { min-height: 305px; padding: 32px; border: 2px solid rgba(74, 55, 40, .06); border-radius: 36px; box-shadow: 0 11px 28px rgba(74, 55, 40, .08); }
.landing-benefit--yellow { background: #fff3b3; }
.landing-benefit--pink { background: #ffe1e6; }
.landing-benefit--green { background: #dff7d4; }
.landing-benefit__icon { display: grid; width: 54px; height: 54px; margin-bottom: 38px; place-items: center; border-radius: 18px; background: rgba(255, 255, 255, .7); color: #9d481c; font-size: 26px; font-weight: 800; box-shadow: 0 5px 12px rgba(74, 55, 40, .08); }
.landing-benefit h2 { margin-bottom: 14px; color: #483126; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; line-height: 1.2; }
.landing-benefit p { margin-bottom: 0; color: #675249; font-size: 16px; line-height: 1.65; }

.landing-steps { padding: 100px 0 110px; border-top: 1px solid #eaded7; }
.landing-section-heading { max-width: 720px; margin-bottom: 58px; }
.landing-steps ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; }
.landing-steps li { position: relative; display: grid; padding: 30px 27px 33px; grid-template-columns: 54px 1fr; gap: 18px; border: 2px solid #eee2da; border-radius: 32px; background: white; }
.landing-steps li > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; background: var(--landing-orange); color: white; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 23px; font-weight: 800; box-shadow: 0 6px 0 var(--landing-orange-dark); }
.landing-steps h3 { margin: 3px 0 10px; color: #483126; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; line-height: 1.25; }
.landing-steps p { margin-bottom: 0; color: var(--landing-muted); font-size: 15px; line-height: 1.62; }

.landing-preview { display: grid; padding: 30px 0 124px; grid-template-columns: minmax(0, .9fr) minmax(310px, .65fr); align-items: center; justify-content: center; gap: clamp(44px, 8vw, 110px); }
.landing-preview__copy > p:not(.landing-kicker) { margin: 23px 0 24px; color: var(--landing-muted); font-size: 17px; line-height: 1.7; }
.landing-preview__frame { width: min(100%, 390px); margin: 0; justify-self: center; transform: rotate(2deg); }
.landing-preview__phone { position: relative; overflow: hidden; padding: 11px; border: 2px solid rgba(74, 55, 40, .18); border-radius: 58px; background: #332720; box-shadow: 0 30px 75px rgba(74, 55, 40, .22), 0 0 0 5px white; }
.landing-preview__phone-bar { display: flex; height: 31px; padding: 0 19px; align-items: center; justify-content: space-between; border-radius: 42px 42px 0 0; background: #fffdf5; color: #59463c; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.landing-preview__phone img { width: 100%; aspect-ratio: 390 / 844; border-radius: 0 0 39px 39px; object-fit: cover; object-position: top; }
.landing-preview__phone-home { position: absolute; right: 50%; bottom: 16px; width: 92px; height: 4px; border-radius: 999px; background: rgba(74, 55, 40, .55); transform: translateX(50%); }
.landing-preview__frame figcaption { padding: 21px 18px 0; color: #7d6a60; font-size: 12px; text-align: center; }

.landing-final-cta { position: relative; overflow: hidden; width: min(calc(100% - 40px), 1260px); margin: 0 auto 70px; padding: 82px 30px 90px; border-radius: 52px; background: linear-gradient(135deg, #ff7e33, #ff9b73 55%, #ffb6c1); color: white; text-align: center; box-shadow: 0 24px 60px rgba(255, 126, 51, .22); }
.landing-final-cta .landing-kicker { color: #6d2a09; }
.landing-final-cta h2 { color: white; }
.landing-final-cta > p:not(.landing-kicker) { max-width: 620px; margin: 20px auto 28px; font-size: 18px; line-height: 1.65; }
.landing-final-cta__spark { position: absolute; color: rgba(255, 255, 255, .42); font-size: 90px; }
.landing-final-cta__spark--left { top: 25px; left: 7%; transform: rotate(-16deg); }
.landing-final-cta__spark--right { right: 8%; bottom: 15px; transform: rotate(14deg); }

.landing-footer { display: grid; min-height: 130px; padding: 28px 0 45px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: #7d6a60; font-size: 13px; }
.landing-footer p { margin: 0; text-align: center; }
.landing-footer nav { display: flex; justify-content: flex-end; gap: 18px; font-weight: 700; }
.landing-footer nav a:hover { color: var(--landing-orange); }

@media (max-width: 980px) {
  .landing-nav > a:not(.landing-nav__cta) { display: none; }
  .landing-hero { min-height: auto; padding-top: 45px; grid-template-columns: 1fr; }
  .landing-hero__copy { max-width: 760px; text-align: center; justify-self: center; }
  .landing-hero__actions,
  .landing-proof { justify-content: center; }
  .landing-hero__visual { width: min(590px, 100%); justify-self: center; }
  .landing-intro { grid-template-columns: 1fr; gap: 24px; }
  .landing-benefits { grid-template-columns: 1fr; }
  .landing-benefit { min-height: 0; }
  .landing-benefit__icon { margin-bottom: 25px; }
  .landing-steps ol { grid-template-columns: 1fr; }
  .landing-preview { grid-template-columns: 1fr; }
  .landing-preview__copy { max-width: 680px; }
  .landing-footer { grid-template-columns: 1fr; justify-items: center; }
  .landing-footer nav { justify-content: center; }
}

@media (max-width: 620px) {
  .landing-header { width: min(calc(100% - 32px), var(--landing-width)); min-height: 76px; }
  .landing-brand { font-size: 20px; }
  .landing-brand__mark { width: 41px; height: 41px; border-radius: 14px; }
  .landing-nav__cta { display: none; }
  .landing-hero,
  .landing-intro,
  .landing-benefits,
  .landing-steps,
  .landing-preview,
  .landing-footer { width: min(calc(100% - 32px), var(--landing-width)); }
  .landing-hero { padding: 47px 0 68px; }
  .landing-hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .landing-hero__intro { font-size: 17px; }
  .landing-hero__actions { flex-direction: column; gap: 19px; }
  .landing-button { width: 100%; }
  .landing-proof { margin-top: 31px; flex-direction: column; align-items: center; }
  .landing-hero__visual { min-height: 470px; margin-top: 12px; }
  .landing-menu-card { width: 94%; padding: 17px; border-radius: 34px; }
  .landing-menu-card__dish { min-height: 96px; grid-template-columns: 73px 1fr; }
  .landing-menu-card__dish img { width: 73px; height: 73px; }
  .landing-menu-card__dish strong { font-size: 14px; }
  .landing-choice-bubble { font-size: 11px; }
  .landing-choice-bubble--top { right: -5px; }
  .landing-choice-bubble--bottom { left: -4px; }
  .landing-intro { padding-top: 78px; }
  .landing-benefits { padding-bottom: 84px; }
  .landing-benefit { padding: 28px; }
  .landing-steps { padding: 78px 0 85px; }
  .landing-steps li { padding: 25px 21px 27px; grid-template-columns: 48px 1fr; }
  .landing-steps li > span { width: 48px; height: 48px; }
  .landing-preview { padding-bottom: 94px; }
  .landing-preview__frame { width: min(100%, 350px); transform: none; }
  .landing-preview__phone { border-radius: 52px; }
  .landing-preview__frame figcaption { font-size: 11px; }
  .landing-final-cta { width: calc(100% - 24px); margin-bottom: 40px; padding: 64px 22px 70px; border-radius: 40px; }
  .landing-final-cta__spark { font-size: 58px; }
  .landing-footer { padding-bottom: 36px; }
  .landing-footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
