:root {
  --green: #C13D45;
  --green-deep: #8F2C33;
  --green-soft: #F5EEEE;
  --ink: #1F1416;
  --ink-2: #5A3D42;
  --muted: #8A6E72;
  --bg: #F6F3F2;
  --card: #FFFFFF;
  --line: #E6D6D6;
  --shadow: 0 10px 28px rgba(90, 30, 36, .08);
}
html, body { overflow-x: clip; }
img, svg { max-width: 100%; height: auto; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 100;
  background: #8F2C33;
  color: #fff;
  padding: .4rem .8rem;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { top: 12px; color: #fff; }
body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
a { color: var(--green-deep); }
a:hover { color: var(--green); }
.display {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.15;
}
.eyebrow {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .4rem;
}
.nav-gx {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246,243,242,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}
.nav-gx.scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,.94); }
.brand-mark { width: 32px; height: 32px; border-radius: 10px; }
.navbar-brand { font-weight: 800; letter-spacing: -.02em; color: var(--ink) !important; }
.nav-link { font-weight: 600; color: var(--ink-2) !important; font-size: .9rem; }
.nav-link:hover, .nav-link.active { color: var(--green-deep) !important; }
.btn-green {
  background: var(--green); color: #fff; border: 0; border-radius: 999px;
  font-weight: 700; padding: .55rem 1.05rem; font-size: .9rem;
  box-shadow: 0 8px 18px rgba(193,61,69,.24);
}
.btn-green:hover { background: var(--green-deep); color: #fff; }
.btn-ghost {
  background: transparent; color: var(--green-deep); border: 1px solid #E0C8C8;
  border-radius: 999px; font-weight: 700; padding: .55rem 1.05rem; font-size: .9rem;
}
.btn-ghost:hover { background: var(--green-soft); color: var(--green-deep); }
.hero {
  padding: 3.2rem 0 3.4rem;
  background: radial-gradient(640px 280px at 8% -10%, rgba(193,61,69,.12), transparent 60%), var(--bg);
  overflow: hidden;
}
.hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); margin-bottom: 1rem; }
.hero .lead { color: var(--ink-2); max-width: 34rem; font-size: 1.05rem; }
.float-chip {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: .7rem .9rem; box-shadow: var(--shadow); font-size: .82rem; font-weight: 650;
}
.float-chip b { display: block; font-family: Fraunces, Georgia, serif; font-size: 1.15rem; color: var(--green-deep); }
.phone {
  width: 292px; height: 620px; margin: 0 auto; background: #2A1418;
  border-radius: 40px; padding: 10px; position: relative; box-shadow: 0 30px 60px rgba(42,20,24,.22);
}
.phone-stage { max-width: 320px; }
.island { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 86px; height: 22px; background: #000; border-radius: 14px; z-index: 2; }
.phone-screen {
  height: 100%; background: #F7EEEF; border-radius: 32px; overflow: hidden;
  padding: 34px 10px 10px;
}
.app-home {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--ink);
  position: relative;
}
.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
}
.app-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -.02em;
}
.app-brand img { width: 22px; height: 22px; border-radius: 7px; }
.app-menu {
  width: 26px; height: 26px; border-radius: 50%; border: 1px solid #E8D4D6;
  display: grid; place-items: center; font-size: 13px; color: var(--ink-2); background: #fff;
}
.app-hello {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 2px 2px 4px;
  line-height: 1.15;
}
.app-card {
  background: #fff;
  border-radius: 16px;
  padding: 9px 10px;
  box-shadow: 0 4px 12px rgba(90,30,36,.05);
}
.app-k {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.app-today { font-size: 10px; font-weight: 700; color: var(--muted); }
.app-score-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.app-mini { font-size: 10px; font-weight: 700; color: var(--ink-2); }
.app-num {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--green-deep);
  line-height: 1;
  margin: 1px 0 6px;
}
.app-num span { font-size: .72rem; color: var(--muted); font-weight: 700; margin-left: 2px; }
.app-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.app-pills span {
  display: inline-flex; align-items: center; gap: 4px;
  border-radius: 999px; padding: 4px 8px;
  font-size: 9px; font-weight: 700; background: #F4E9EA; color: var(--ink-2);
}
.app-pills span.on { background: var(--green); color: #fff; }
.app-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7px; }
.app-side { display: flex; flex-direction: column; gap: 7px; }
.app-accent { color: var(--green); font-size: 14px; }
.app-listen { font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.app-steps-n {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--green-deep);
  line-height: 1;
  margin: 4px 0 2px;
}
.app-sub { font-size: 9px; color: var(--muted); font-weight: 650; line-height: 1.3; }
.app-side-n {
  font-size: 13px;
  font-weight: 800;
  color: var(--green-deep);
  display: flex; align-items: center; gap: 5px;
  margin-bottom: 2px;
}
.app-side-n i { font-size: 11px; }
.app-bmi {
  display: flex; align-items: center; justify-content: space-between;
  padding-right: 42px;
}
.app-bmi-n {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--green-deep);
}
.app-fab {
  position: absolute;
  right: 14px;
  bottom: 62px;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: grid; place-items: center;
  font-size: 22px; font-weight: 500; line-height: 1;
  box-shadow: 0 8px 16px rgba(193,61,69,.35);
  z-index: 2;
}
.app-tabs {
  margin-top: auto;
  background: #FBF6F6;
  border: 1px solid #F0E2E3;
  border-radius: 18px;
  padding: 6px 4px 7px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  font-size: 7px;
  font-weight: 700;
  color: var(--muted);
}
.app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.app-tabs i { font-size: 13px; }
.app-tabs .on {
  background: #F3DCE0;
  color: var(--green-deep);
  border-radius: 12px;
  padding: 5px 0 4px;
}
.bar { height: 5px; background: rgba(193,61,69,.14); border-radius: 99px; overflow: hidden; }
.bar > i { display: block; height: 100%; width: 72%; background: var(--green); border-radius: 99px; }
.section { padding: 4rem 0; }
.section.alt { background: #fff; }
.card-gx {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 1.1rem 1.15rem; height: 100%; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
a.card-gx { text-decoration: none; color: inherit; display: block; }
.card-gx:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(90,30,40,.1); }
.icon-well {
  width: 40px; height: 40px; border-radius: 12px; background: var(--green-soft);
  color: var(--green-deep); display: grid; place-items: center; font-size: 1.15rem; margin-bottom: .7rem;
}
.icon-produce {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M10.4 2.1c-.2 1.1-.9 1.8-1.7 2.2 2 .5 4.3 2.4 4.3 5.3 0 2.5-2.1 4.3-5 4.3s-5-1.8-5-4.3c0-2.9 2.3-4.8 4.3-5.3C7.5 3.9 6.8 3.2 6.6 2.1c.7.1 1.5.7 2.1 1.6.6-.9 1.4-1.5 1.7-1.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M10.4 2.1c-.2 1.1-.9 1.8-1.7 2.2 2 .5 4.3 2.4 4.3 5.3 0 2.5-2.1 4.3-5 4.3s-5-1.8-5-4.3c0-2.9 2.3-4.8 4.3-5.3C7.5 3.9 6.8 3.2 6.6 2.1c.7.1 1.5.7 2.1 1.6.6-.9 1.4-1.5 1.7-1.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.card-gx h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: .35rem; }
.card-gx p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.tag {
  display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--green-deep); background: var(--green-soft);
  border-radius: 999px; padding: .2rem .55rem; margin-bottom: .45rem;
}
.search-hero {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: .55rem; display: flex; align-items: center; gap: .5rem; box-shadow: var(--shadow);
  min-width: 0; max-width: 100%;
}
.search-hero input {
  border: 0; outline: none; flex: 1; min-width: 0; width: 100%; padding: .55rem .8rem; font-family: inherit;
}
.search-hero .btn { flex-shrink: 0; }
.phone-mini { font-size: 12px; color: var(--ink-2); }
.cta-band {
  background: var(--green-deep); color: #fff; border-radius: 22px; padding: 2rem 1.6rem;
}
.cta-band .btn-green { background: #fff; color: var(--green-deep); box-shadow: none; }
.cta-band .btn-green:hover { background: var(--green-soft); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.disclaimer {
  font-size: .85rem; color: var(--muted); background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 1rem 1.1rem;
}
footer.site-foot { background: #2A1418; color: #E8D4D6; padding: 3rem 0 1.5rem; }
footer.site-foot a { color: #F8EDEE; text-decoration: none; }
footer.site-foot a:hover { color: #fff; }
footer.site-foot h6 { color: #fff; font-weight: 800; }
.article-wrap { max-width: 760px; }
.quick {
  background: var(--green-soft); border-radius: 16px; padding: 1rem 1.1rem; margin: 1.1rem 0;
}
table.nutri { width: 100%; border-collapse: collapse; }
table.nutri th, table.nutri td { border-bottom: 1px solid var(--line); padding: .55rem .2rem; text-align: left; }
.ad-slot {
  border: 1px dashed #E0C8C8; border-radius: 12px; color: var(--muted);
  font-size: .78rem; text-align: center; padding: 1.4rem; margin: 1.4rem 0; background: #fff;
}
.breadcrumb { font-size: .85rem; }
.calc-result { display: none; }
.calc-result.on { display: block; }
.form-control, .form-select {
  border-radius: 12px; border-color: var(--line); padding: .7rem .85rem;
}
.form-control:focus, .form-select:focus {
  border-color: #E0C8C8; box-shadow: 0 0 0 .2rem rgba(193,61,69,.16);
}
.text-brand, .text-success {
  color: var(--green-deep) !important;
}
.hero-art {
  height: 180px;
  border-radius: 18px;
  background:
    radial-gradient(120px 80px at 20% 40%, rgba(193,61,69,.28), transparent 70%),
    radial-gradient(160px 90px at 80% 60%, rgba(143,44,51,.16), transparent 70%),
    linear-gradient(135deg, #F5EEEE, #F6F3F2);
  border: 1px solid var(--line);
}
.related .card-gx { margin-bottom: 0; }
.food-explorer .search-hero { max-width: none; }
.food-chip {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-2);
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}
.food-chip:hover { background: var(--green-soft); color: var(--green-deep); }
.food-chip.active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.food-example {
  background: var(--bg);
  font-weight: 600;
  color: var(--muted);
}
.food-card {
  height: 100%;
  padding: .7rem .85rem;
  border-radius: 14px;
  box-shadow: none;
}
.food-card:hover { transform: none; box-shadow: 0 8px 18px rgba(90,30,40,.08); }
.food-card .icon-well {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  font-size: .95rem;
  margin: 0;
  flex-shrink: 0;
}
.food-card-top {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}
.food-card-meta { flex: 1; min-width: 0; }
.food-card .tag {
  margin-bottom: .15rem;
  font-size: .62rem;
  padding: .1rem .4rem;
}
.food-card h3 {
  font-size: .95rem;
  margin-bottom: .1rem;
  line-height: 1.25;
}
.food-card p { font-size: .78rem; }
.food-kcal {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--green-deep);
  line-height: 1.05;
  text-align: right;
  flex-shrink: 0;
}
.food-kcal span {
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .65rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.macro-pills { display: flex; flex-wrap: wrap; gap: .28rem; margin-top: .55rem; }
.macro-pills span {
  background: var(--green-soft);
  color: var(--ink-2);
  border-radius: 999px;
  padding: .12rem .45rem;
  font-size: .7rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hero { padding: 1.5rem 0 1.75rem; }
  .hero h1 { font-size: clamp(1.7rem, 8vw, 2.15rem); }
  .hero .lead { font-size: .98rem; }
  .section { padding: 2.4rem 0; }
  .cta-band { padding: 1.35rem 1.1rem; border-radius: 18px; }
  .phone-stage {
    width: min(272px, 76vw);
    max-height: 280px;
    margin: .5rem auto 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(#000 0%, #000 55%, transparent 100%);
    mask-image: linear-gradient(#000 0%, #000 55%, transparent 100%);
  }
  .phone {
    width: 100%;
    height: 580px;
    transform: none;
  }
  .nav-gx .navbar-collapse {
    padding: .75rem 1rem 1rem;
    margin-top: .4rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .nav-gx .navbar-collapse .d-flex { flex-direction: column; }
  .nav-gx .navbar-collapse .btn { width: 100%; }
  .navbar-toggler { padding: .25rem; }
  footer.site-foot { padding: 2.2rem 0 1.2rem; }
  table.nutri { display: block; overflow-x: auto; }
}
@media (max-width: 575.98px) {
  .search-hero {
    flex-wrap: wrap;
    padding: .65rem;
  }
  .search-hero > i { margin: 0 !important; }
  .search-hero input {
    flex: 1 1 8rem;
    padding: .4rem .5rem;
    font-size: .95rem;
  }
  .search-hero .btn {
    flex: 1 1 100%;
    width: 100%;
  }
}
