@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url('/assets/baloo-bhaijaan-2.3e9f07fbc796.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #faf8f5;
  --white: #fff;
  --ink: #262522;
  --muted: #625e57;
  --accent: #ff8939;
  --accent-ink: #a74508;
  --line: #e8e4de;
  --max: 1240px;
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-synthesis: none;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: #fff; font-size: 1rem; line-height: 1.9; font-weight: 500; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.5; }
a:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 7px; border-radius: 5px; }
::selection { background: #ffe0c7; color: #262522; }
.wrap { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 30; inset-inline-end: 20px; top: 10px; padding: 8px 18px; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.icon { flex-shrink: 0; }
.site-header { position: sticky; z-index: 10; top: 0; background: rgb(255 255 255 / 96%); }
.header-inner { min-height: 102px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.header-actions { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.language-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding-inline: 3px; color: var(--muted); font-size: .9375rem; font-weight: 600; }
.language-link:hover { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 6px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 44px; height: 44px; border-radius: 13px; }
.brand-name { font-size: 1.9rem; font-weight: 700; line-height: 1; }
.nav { display: flex; gap: 36px; align-items: center; font-size: .9375rem; font-weight: 600; }
.nav a { padding-block: 12px; }
.nav a:hover { text-decoration: underline; text-underline-offset: 7px; }
.store-link { display: inline-block; flex-shrink: 0; border-radius: 9px; line-height: 0; transition: opacity .18s; }
.store-link:hover { opacity: .78; }
.store-link img { width: 180px; height: 60px; }
.header-download img { width: 135px; height: 45px; }
.hero { display: grid; grid-template-columns: .93fr 1.07fr; gap: 46px; align-items: center; padding-block: 32px 72px; min-height: 790px; }
.hero-copy { padding-bottom: 35px; }
.hero h1 { font-size: clamp(3.1rem, 5.1vw, 4.65rem); font-weight: 700; line-height: 1.45; }
.hero-copy > p { color: var(--muted); font-size: 1.12rem; max-width: 485px; margin-top: 25px; line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 33px; margin-top: 35px; }
.discover-link { display: inline-flex; gap: 13px; align-items: center; min-height: 44px; font-size: .9375rem; font-weight: 600; }
.discover-link:hover { text-decoration: underline; text-underline-offset: 6px; }
.hero-copy > .hero-note { font-size: .8125rem; margin-top: 19px; }
.hero-visual { min-width: 0; height: 680px; position: relative; display: flex; justify-content: center; align-items: center; direction: ltr; isolation: isolate; }
/* An unframed light field; the phone and its callouts retain their layout. */
.product-stage {
  position: absolute;
  z-index: -1;
  inset: -15px 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 67% 34%, #ff893928, transparent 60%),
    radial-gradient(ellipse at 25% 68%, #0099ff12, transparent 53%);
}
.product-stage.is-rendered { background: none; }
.intelligence-field { display: block; width: 100%; height: 100%; }
.device { position: relative; width: 326px; max-width: 70%; aspect-ratio: 1800 / 3680; flex-shrink: 0; filter: drop-shadow(0 18px 17px #5b382920); }
.device-screen { position: absolute; overflow: hidden; left: 5.22%; top: 2.445%; width: 89.56%; height: 95.1%; border-radius: 14% / 6.5%; background: #f6f1eb; }
.device-screen > img { width: 100%; height: 100%; object-fit: fill; }
.device-frame { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.product-label { position: absolute; direction: rtl; line-height: 1.7; padding: 9px 0; font-size: .8125rem; }
.product-label strong { display: block; font-size: .9375rem; font-weight: 650; }
.product-label span { color: var(--muted); display: block; margin-top: 3px; font-size: .8125rem; }
.product-label:after { content: ''; position: absolute; top: 25px; width: 47px; height: 1px; background: #b3a596; }
.label-goals { right: -13px; top: 162px; text-align: right; }
.label-goals:after { right: calc(100% + 13px); }
.label-diary { left: -25px; bottom: 139px; text-align: right; }
.label-diary:after { left: calc(100% + 13px); }
.features { padding: 90px 0 55px; background: var(--paper); }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 80px; }
.section-intro h2 { font-size: clamp(2.35rem, 4.2vw, 3.5rem); line-height: 1.5; }
.section-intro > p { color: var(--muted); max-width: 435px; font-size: 1.075rem; line-height: 2; padding-bottom: 9px; }
.photo-feature { display: grid; grid-template-columns: .91fr 1.09fr; gap: 100px; align-items: center; padding-bottom: 75px; }
.feature-copy > .feature-icon { margin-bottom: 22px; }
.feature-copy h3 { font-size: 2rem; }
.feature-copy > p { color: var(--muted); margin-top: 20px; max-width: 410px; }
.nutrition-example { container: nutrition / inline-size; max-width: 455px; margin-top: 32px; padding: 23px; border: 1.5px solid #e9e0d5; border-radius: 23px; background: #fff; box-shadow: 0 8px 26px #59452a08; }
.energy { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 18px; }
.energy > span { display: flex; align-items: center; gap: 9px; white-space: nowrap; font-size: 1rem; font-weight: 650; }
.energy > span > img { flex-shrink: 0; }
.energy > div { display: flex; flex-direction: column; align-items: center; white-space: nowrap; }
.energy strong { font-size: 3.45rem; font-weight: 800; line-height: 1.05; font-variant-numeric: tabular-nums; }
.energy > div > span { font-size: .875rem; font-weight: 600; color: var(--muted); }
.macros { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 42px; }
.macro { position: relative; border-radius: 12px; padding: 16px 10px 10px; text-align: center; }
.macro:before { content: ''; position: absolute; top: -18px; right: 0; left: 0; height: 10px; border-radius: 999px; background: var(--macro-color); }
.macro > span { font-size: .875rem; line-height: 1.5; font-weight: 600; color: #514b43; display: block; }
.macro strong { font-size: 1.9rem; line-height: 1.35; font-weight: 750; display: flex; justify-content: center; align-items: baseline; gap: 4px; white-space: nowrap; margin-top: 5px; font-variant-numeric: tabular-nums; }
.macro small { flex-shrink: 0; font-size: .9375rem; font-weight: 600; color: var(--muted); }
.protein { --macro-color: #ff4e12; background: #fff1e9; }
.carbs { --macro-color: #ffb608; background: #fff8e6; }
.fat { --macro-color: #0099ff; background: #edf7fc; }
.feature-copy > .example-caption { font-size: .875rem; font-weight: 500; line-height: 1.8; margin-top: 15px; color: var(--muted); }
.meal-photo { margin: 0; text-align: center; }
.meal-art { position: relative; isolation: isolate; width: 100%; max-width: 485px; margin-inline: auto; aspect-ratio: 1; }
.meal-photo img { width: 100%; max-width: 485px; margin: 0 auto; filter: drop-shadow(0 24px 17px #523c161a); }
.meal-scan {
  position: absolute;
  inset: 0;
  overflow: clip;
  opacity: 0;
  pointer-events: none;
  -webkit-mask: url('/assets/food.e53e397328cd.png') center / 100% 100% no-repeat;
  mask: url('/assets/food.e53e397328cd.png') center / 100% 100% no-repeat;
  transition: opacity .35s ease;
}
.meal-scan:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from -12deg,
    transparent 0deg 240deg,
    #ff893908 267deg,
    #ffb35b38 295deg,
    #ffe8b985 320deg,
    #fff8e69c 330deg,
    #ffc27342 340deg,
    transparent 357deg);
  -webkit-mask-image: radial-gradient(circle, transparent 5%, #000 23%, #000 55%, transparent 71%);
  mask-image: radial-gradient(circle, transparent 5%, #000 23%, #000 55%, transparent 71%);
  filter: blur(5px);
  mix-blend-mode: screen;
  animation: meal-scan-orbit 4.8s linear infinite paused;
}
.meal-scan:after {
  content: '';
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: conic-gradient(from -12deg,
    transparent 0deg 265deg,
    #ffac5526 300deg,
    #ffd69d9c 321deg,
    #fff8e0db 330deg,
    #ff9d485e 340deg,
    transparent 356deg);
  -webkit-mask-image: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 3px));
  mask-image: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 3px));
  filter: blur(1.5px);
  animation: meal-scan-orbit 4.8s linear infinite paused;
}
.meal-scan.is-scanning { opacity: 1; }
.meal-scan.is-scanning:before,
.meal-scan.is-scanning:after { animation-play-state: running; }
@keyframes meal-scan-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.meal-photo figcaption { margin-top: 22px; font-size: .8125rem; color: var(--muted); }
.secondary-features { display: grid; grid-template-columns: 1fr 1fr; padding-top: 60px; border-top: 1px solid var(--line); }
.secondary-features article { padding-inline-end: 70px; }
.secondary-features article + article { border-inline-start: 1px solid var(--line); padding-inline: 70px 0; }
.feature-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 17px; }
.feature-heading h3 { font-size: 1.7rem; }
.feature-icon { flex-shrink: 0; }
.secondary-features article > p { color: var(--muted); line-height: 2; min-height: 66px; }
.writing-example { padding: 28px 30px 22px; margin-top: 30px; background: #fff; border: 1.5px solid #e9e0d5; border-radius: 23px; min-height: 322px; box-shadow: 0 12px 28px #59452a08; display: flex; flex-direction: column; }
.example-label { color: var(--muted); font-size: 1rem; font-weight: 600; }
.writing-example blockquote { font-size: 1.85rem; line-height: 1.7; font-weight: 700; margin: 20px 0 26px; flex: 1; }
.writing-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; border-top: 1.5px solid #f0e9e0; font-size: .875rem; font-weight: 550; color: var(--muted); }
.voice-mark { display: grid; place-items: center; flex-shrink: 0; width: 43px; height: 43px; border-radius: 14px; background: #ffdfc2; }
.search-example { margin-top: 30px; padding: 20px 22px 14px; border: 1.5px solid #e9e0d5; border-radius: 23px; background: #fff; box-shadow: 0 12px 28px #59452a08; min-height: 322px; }
.search-example-field { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 13px; background: #f6f2ec; color: #5f574c; font-size: 1rem; font-weight: 600; }
.search-example-field > span { flex: 1; }
.saved-foods-heading { margin: 17px 3px 6px; color: var(--muted); font-size: .875rem; font-weight: 600; }
.saved-food { display: flex; align-items: center; padding-block: 10px; gap: 13px; font-size: 1.1rem; font-weight: 650; }
.saved-food + .saved-food { border-top: 1px solid #f0eae2; }
.food-mark { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 12px; }
.food-mark.rice { background: #fff0df; }.food-mark.salad { background: #eaf2e5; }.food-mark.shake { background: #f0ecf7; }
.features-note { color: var(--muted); font-size: .8125rem; margin-top: 45px; text-align: center; }
.download-section { padding-block: 95px 85px; text-align: center; }
.download-app-icon { width: 72px; height: 72px; border-radius: 21px; margin: 0 auto 22px; }
.download-section h2 { font-size: 2.6rem; }
.download-section > p { margin-top: 8px; color: var(--muted); font-size: 1.05rem; }
.download-section > .store-link { margin-top: 28px; }
.support { border-top: 1px solid var(--line); padding-block: 45px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.support h2 { font-size: 1.4rem; }
.support p { color: var(--muted); font-size: .875rem; margin-top: 9px; }
.support-email { display: inline-flex; align-items: center; gap: 12px; padding-block: 12px; white-space: nowrap; font-size: .9375rem; }
.support-email:hover { text-decoration: underline; text-underline-offset: 6px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 27px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-links { display: flex; gap: 30px; flex-wrap: wrap; font-size: .875rem; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.copyright { color: var(--muted); font-size: .75rem; }
.eyebrow { font-size: .875rem; margin-bottom: 16px; color: var(--muted); }

/* Keep the same visual identity with natural English rhythm and direction. */
html[lang="en"] body { line-height: 1.65; }
html[lang="en"] .hero h1 { font-size: clamp(2.8rem, 4.7vw, 4.45rem); line-height: 1.14; }
html[lang="en"] .hero-copy > p,
html[lang="en"] .section-intro > p,
html[lang="en"] .secondary-features article > p { line-height: 1.75; }
html[lang="en"] .section-intro h2 { line-height: 1.2; }
html[lang="en"] .feature-copy h3 { line-height: 1.35; }
html[lang="en"] .product-label { direction: ltr; text-align: left; }
html[lang="en"] .product-label strong { font-size: .875rem; }
html[lang="en"] .writing-example blockquote { line-height: 1.45; }

/* Content remains visible unless the local script successfully enables reveal. */
.reveal-pending { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.reveal-pending.is-revealed { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .hero { gap: 30px; min-height: 700px; }
  .hero h1 { font-size: 3.6rem; }
  .hero-visual { height: 600px; }
  .device { width: 285px; }
  .product-label { display: none; }
  .product-label strong { font-size: .8125rem; }
  .product-label span { font-size: .75rem; }
  .label-goals { right: -3px; top: 135px; }
  .label-diary { left: -10px; bottom: 105px; }
  .product-label:after { width: 24px; }
  .photo-feature { gap: 60px; }
  .secondary-features article { padding-inline-end: 40px; }
  .secondary-features article + article { padding-inline: 40px 0; }
  .feature-heading h3 { font-size: 1.45rem; }
}
@media (max-width: 850px) {
  .wrap { width: calc(100% - 48px); }
  .hero { gap: 20px; }
  .hero h1 { font-size: 3rem; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { gap: 19px; }
  .product-label { display: none; }
  .device { max-width: 88%; }
  .photo-feature { gap: 35px; }
  .section-intro { gap: 25px; }
  .section-intro > p { font-size: 1rem; max-width: 360px; }
  .secondary-features article { padding-inline-end: 25px; }
  .secondary-features article + article { padding-inline: 25px 0; }
  .writing-example { padding-inline: 20px; }
  .writing-example blockquote { font-size: 1.6rem; }
}
@media (max-width: 680px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 80px; gap: 15px; }
  .header-actions { gap: 0; }
  .brand img { width: 38px; height: 38px; border-radius: 11px; }
  .brand-name { font-size: 1.6rem; }
  .nav { gap: 23px; font-size: .875rem; }
  .header-download { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 30px 45px; min-height: 0; gap: 35px; }
  .hero-copy { text-align: center; padding: 0; }
  .hero h1 { font-size: clamp(2.65rem, 9.2vw, 3.5rem); line-height: 1.5; }
  html[lang="en"] .hero h1 { font-size: clamp(2.35rem, 8.8vw, 3.5rem); line-height: 1.18; }
  .hero-copy > p { max-width: 420px; margin: 20px auto 0; font-size: .9375rem; }
  .hero-actions { justify-content: center; gap: 26px; margin-top: 28px; }
  .hero-copy > .hero-note { margin-top: 15px; font-size: .75rem; }
  .hero-visual { height: auto; min-height: 625px; width: min(100%, 450px); margin-inline: auto; }
  .product-stage { inset: -25px -20px; }
  .device { width: 294px; max-width: 82%; }
  .features { padding-block: 57px 35px; }
  .section-intro { display: block; margin-bottom: 47px; }
  .section-intro h2 { font-size: 2.35rem; }
  .section-intro > p { margin-top: 20px; max-width: 100%; font-size: .9375rem; }
  .photo-feature { grid-template-columns: 1fr; gap: 35px; padding-bottom: 42px; }
  .feature-copy > .feature-icon { width: 29px; height: 29px; margin-bottom: 15px; }
  .feature-copy h3 { font-size: 1.8rem; }
  .feature-copy > p { font-size: .9375rem; max-width: 100%; margin-top: 15px; }
  .nutrition-example { max-width: 100%; margin-top: 25px; }
  .meal-photo { grid-row: 1; }
  .meal-art { max-width: 360px; width: 94%; }
  .meal-photo img { width: 100%; }
  .meal-photo figcaption { margin-top: 12px; font-size: .75rem; }
  .secondary-features { grid-template-columns: 1fr; gap: 38px; padding-top: 35px; }
  .secondary-features article { padding: 0; }
  .secondary-features article + article { border-inline-start: 0; border-top: 1px solid var(--line); padding: 35px 0 0; }
  .feature-heading h3 { font-size: 1.5rem; }
  .secondary-features article > p { font-size: .9375rem; min-height: 0; }
  .writing-example { margin-top: 24px; min-height: 0; padding: 25px; }
  .writing-example blockquote { font-size: 1.7rem; }
  .search-example { margin-top: 24px; }
  .features-note { font-size: .75rem; margin-top: 30px; }
  .download-section { padding-block: 60px; }
  .download-section h2 { font-size: 2.15rem; }
  .support { display: block; padding-block: 32px; }
  .support h2 { font-size: 1.3rem; }
  .support-email { margin-top: 17px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 17px; }
  .footer-links { gap: 21px; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 30px); }
  .header-inner { flex-wrap: wrap; padding-block: 10px; gap: 0 15px; }
  .nav { order: 3; flex-basis: 100%; justify-content: center; }
  html { scroll-padding-top: 140px; }
  .nav { gap: 17px; }
  .hero h1 { font-size: 2.6rem; }
  .hero-actions { gap: 18px; }
  .hero-visual { min-height: 558px; }
  .product-stage { inset-inline: -15px; }
  .device { width: 267px; }
  .store-link img { width: 165px; height: 55px; }
  .feature-heading h3 { font-size: 1.3rem; }
  .writing-example blockquote { font-size: 1.5rem; }
  .nutrition-example { padding: 18px 14px; }
  .macros { gap: 7px; }
  .macro { padding-inline: 6px; }
  .energy strong { font-size: 3rem; }
  .search-example { padding-inline: 15px; }
}
/* Respond to this component's width, including a narrow desktop column. */
@container nutrition (max-width: 320px) {
  .macros { gap: 8px; }
  .macro { padding-inline: 4px; }
}
@container nutrition (max-width: 280px) {
  .energy { flex-direction: column; justify-content: center; gap: 9px; }
}
@container nutrition (max-width: 280px) {
  .macros { grid-template-columns: 1fr; gap: 28px; }
  .macro { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; }
  .macro > span { min-width: 0; }
  .macro strong { flex-shrink: 0; margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
  .meal-scan { display: none; }
}
@media print { .reveal-pending { opacity: 1; transform: none; } .meal-scan { display: none; } }
