/* MyPlatePrep — v3 modern design system */
:root {
  --bg: #fdfbf7;
  --sand: #f4ede1;
  --card: #ffffff;
  --ink: #14201b;
  --muted: #5f6d64;
  --line: #e5e0d4;
  --green: #0c5c43;
  --green-deep: #083d2e;
  --green-dark2: #0f241c;
  --mint: #e4f3eb;
  --mint-bright: #8fd6b5;
  --coral: #ff6b4a;
  --coral-dark: #e5522f;
  --amber-bg: #fbf1dd;
  --amber-line: #e3c88f;
  --amber-ink: #8a5f12;
  --shadow: 0 10px 34px rgba(12, 92, 67, 0.10);
  --shadow-soft: 0 4px 16px rgba(20, 32, 27, 0.07);
  --r: 22px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #101713;
    --sand: #16211b;
    --card: #1a2620;
    --ink: #eef4ee;
    --muted: #93a498;
    --line: #2b382f;
    --green: #4fae85;
    --green-deep: #0d2e23;
    --green-dark2: #0b1e17;
    --mint: #1d2f26;
    --mint-bright: #67b08c;
    --coral: #ff7a5c;
    --coral-dark: #ff9179;
    --amber-bg: #2e2617;
    --amber-line: #6d5626;
    --amber-ink: #dfb668;
    --shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
    --shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.35);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.03rem;
  line-height: 1.65;
}
img, svg { max-width: 100%; }
a { color: var(--green); }
h1, h2, h3 { line-height: 1.08; text-wrap: balance; letter-spacing: -0.03em; font-weight: 800; }
h1 { font-size: clamp(2.4rem, 5.5vw, 3.9rem); margin: 0 0 1.1rem; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin: 0 0 0.8rem; }
h3 { font-size: 1.15rem; margin: 0 0 0.5rem; letter-spacing: -0.015em; }
p { margin: 0 0 1rem; }
.muted { color: var(--muted); }
.wrap { max-width: 71rem; margin: 0 auto; padding: 0 1.4rem; }

.demo-ribbon {
  position: fixed; top: 16px; right: -46px; z-index: 60;
  transform: rotate(38deg);
  background: var(--coral); color: #fff;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em;
  padding: 0.32rem 3rem; pointer-events: none;
}

/* Nav — floating pill */
.nav { position: sticky; top: 0; z-index: 50; padding: 0.7rem 0; background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 71rem; margin: 0 auto; padding: 0 1.4rem; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 1.12rem; letter-spacing: -0.02em; }
.brand svg { width: 38px; height: 38px; flex: none; }
.brand small { display: block; font-size: 0.58rem; letter-spacing: 0.22em; color: var(--coral); font-weight: 700; }
.nav-links { display: flex; gap: 0.35rem; margin-left: auto; align-items: center; flex-wrap: wrap; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 700; font-size: 0.9rem; padding: 0.42rem 0.85rem; border-radius: 999px; }
.nav-links a:hover, .nav-links a:focus { color: var(--green); background: var(--mint); }
.nav-links a.active { color: #fff; background: var(--green); }
.nav-links a.btn { color: #fff; }

/* Buttons */
.btn { display: inline-block; text-decoration: none; font-weight: 800; border-radius: 999px; padding: 0.85rem 1.8rem; font-size: 1rem; border: 2.5px solid transparent; cursor: pointer; letter-spacing: -0.01em; }
.btn:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 8px 24px rgba(255, 107, 74, 0.35); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn-ghost { border-color: var(--green); color: var(--green); background: transparent; }
.btn-ghost:hover { background: var(--mint); }
.btn-light { background: #fff; color: var(--green-deep); }
.btn-light:hover { background: var(--mint); }
.btn-small { padding: 0.5rem 1.15rem; font-size: 0.88rem; }
.btn-micro { display: block; font-size: 0.8rem; color: var(--muted); margin-top: 0.7rem; font-weight: 600; }
@media (prefers-reduced-motion: reduce) { .btn-primary:hover { transform: none; } }

/* Sections & bands */
section { padding: 4.2rem 0; }
section.tint { background: var(--sand); }
section.band-dark { background: linear-gradient(150deg, var(--green-dark2), var(--green-deep) 55%, #0c4a36); color: #eef6f0; }
section.band-dark h2, section.band-dark h3 { color: #fff; }
section.band-dark .muted { color: #a7c4b3; }
section.band-dark .kicker { color: var(--mint-bright); }
.center { text-align: center; }
.kicker { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 800; color: var(--coral); margin: 0 0 0.7rem; }

/* Hero */
.hero { padding: 0; background: linear-gradient(150deg, var(--green-dark2), var(--green-deep) 55%, #0c4a36); color: #eef6f0; overflow: hidden; }
.hero .wrap { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.hero h1 { color: #fff; }
.hero h1 .pop { color: var(--mint-bright); }
.hero .lead { font-size: 1.22rem; color: #b9d2c4; max-width: 34rem; }
.hero .kicker { color: var(--mint-bright); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 3.5rem; align-items: center; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.7rem 0 0.4rem; align-items: center; }
.hero .btn-micro { color: #9cbcaa; }
.trust-strip { display: flex; gap: 0.9rem 1.6rem; flex-wrap: wrap; font-size: 0.86rem; color: #a7c4b3; font-weight: 600; margin-top: 1.4rem; }
.trust-strip span::before { content: "✓ "; color: var(--mint-bright); font-weight: 800; }

/* Chat/phone cards */
.email-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; font-size: 0.92rem; color: var(--ink); }
.hero .email-card { border: none; transform: rotate(1.5deg); }
.email-head { padding: 0.7rem 1.1rem; border-bottom: 1px solid var(--line); display: flex; gap: 0.5rem; align-items: center; color: var(--muted); font-size: 0.78rem; font-weight: 600; }
.email-head .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint-bright); }
.email-head .dot:nth-child(2) { background: var(--coral); }
.email-head .dot:nth-child(3) { background: var(--amber-line); }
.email-msg { padding: 1.05rem 1.2rem; }
.email-msg + .email-msg { border-top: 1px dashed var(--line); background: color-mix(in srgb, var(--mint) 40%, transparent); }
.email-msg .from { font-weight: 800; font-size: 0.8rem; margin-bottom: 0.4rem; }
.email-msg .from.coach { color: var(--green); }
.email-msg .from.coach::before { content: "● "; color: var(--mint-bright); }
.email-msg p { margin: 0 0 0.6rem; }
.macro-chips { display: flex; gap: 0.45rem; flex-wrap: wrap; margin-top: 0.6rem; }
.macro-chips span { background: var(--green); color: #fff; font-weight: 800; font-size: 0.74rem; padding: 0.28rem 0.7rem; border-radius: 999px; font-variant-numeric: tabular-nums; }

/* Cards & grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.7rem 1.7rem; box-shadow: var(--shadow-soft); }
.card h3 { display: flex; align-items: center; gap: 0.6rem; }

.soon { display: inline-block; background: var(--amber-bg); color: var(--amber-ink); border: 1px solid var(--amber-line); font-size: 0.63rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 999px; padding: 0.12rem 0.55rem; vertical-align: 0.15em; margin-left: 0.4rem; }

/* Feature tiles (dark) */
.band-dark .card { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); box-shadow: none; color: #eef6f0; }
.band-dark .card .muted { color: #a7c4b3; }

/* Comparison table */
.tablewrap { overflow-x: auto; margin: 2.2rem 0 0; border-radius: var(--r); }
table.compare { border-collapse: collapse; width: 100%; background: var(--card); border: 1px solid var(--line); font-size: 0.93rem; }
table.compare th, table.compare td { padding: 0.85rem 1.1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
table.compare th { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
table.compare tr:last-child td { border-bottom: none; }
table.compare td.yes { color: var(--green); font-weight: 800; }
table.compare td.no { color: var(--muted); }
table.compare th.us, table.compare td.us { background: var(--mint); }

/* Steps & timeline */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; padding: 0; margin: 2.2rem 0 0; list-style: none; }
.steps.vert { grid-template-columns: 1fr; max-width: 46rem; margin-inline: auto; }
.steps li { counter-increment: step; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.7rem; box-shadow: var(--shadow-soft); }
.steps li::before { content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem; border-radius: 12px; background: var(--coral); color: #fff; font-weight: 800; font-size: 1.05rem; margin-bottom: 0.8rem; }
.timeline { list-style: none; margin: 2.2rem auto 0; padding: 0; max-width: 46rem; }
.timeline li { position: relative; padding: 0 0 1.9rem 2.4rem; border-left: 3px solid var(--mint); margin-left: 0.6rem; }
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -0.66rem; top: 0.15rem; width: 1rem; height: 1rem; border-radius: 50%; background: var(--coral); border: 3.5px solid var(--bg); }
.timeline .day { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--coral); }

/* Meal cards */
.meal-card { overflow: hidden; padding: 0; }
.meal-card .meal-art { height: 96px; background: linear-gradient(130deg, var(--mint), var(--card)); display: flex; align-items: center; justify-content: center; font-size: 2.6rem; border-bottom: 1px solid var(--line); }
.meal-card .meal-body { padding: 1.15rem 1.3rem 1.4rem; }
.meal-card .slot { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral); }
.day-total { margin-top: 1.7rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem 1.5rem; display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; font-weight: 800; font-variant-numeric: tabular-nums; box-shadow: var(--shadow-soft); }
.day-total .bar { flex: 1 1 200px; height: 12px; border-radius: 999px; background: var(--mint); overflow: hidden; }
.day-total .bar i { display: block; height: 100%; width: 97%; background: linear-gradient(90deg, var(--green), var(--mint-bright)); border-radius: 999px; }

/* Chips */
.pref-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.8rem 0 0; }
.pref-chips span { border: 2px solid var(--line); background: var(--card); border-radius: 999px; padding: 0.32rem 0.9rem; font-size: 0.86rem; font-weight: 700; }
.pref-chips span.like { border-color: var(--green); color: var(--green); }
.pref-chips span.dislike { border-color: var(--coral); color: var(--coral-dark); text-decoration: line-through; }
.pref-chips span.allergy { border-color: var(--amber-line); background: var(--amber-bg); color: var(--amber-ink); }

/* Shopping list */
.shop-list { list-style: none; margin: 0.5rem 0 0; padding: 0; columns: 2; gap: 2rem; font-size: 0.93rem; }
.shop-list li { padding: 0.32rem 0 0.32rem 1.7rem; position: relative; break-inside: avoid; }
.shop-list li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 0.85em; height: 0.85em; border: 2.5px solid var(--coral); border-radius: 6px; }
.shop-list b { font-variant-numeric: tabular-nums; }

/* Callouts */
.callout { background: var(--amber-bg); border: 1px solid var(--amber-line); border-radius: var(--r); padding: 1.3rem 1.6rem; margin: 1.6rem 0; }
.callout h3 { color: var(--amber-ink); }
.callout-green { background: var(--mint); border: 1.5px solid var(--green); border-radius: var(--r); padding: 1.3rem 1.6rem; margin: 1.6rem 0; }

/* Founder */
.founder { display: flex; gap: 1.8rem; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem 2.1rem; box-shadow: var(--shadow-soft); }
.founder .face { flex: none; width: 76px; height: 76px; border-radius: 24px; background: var(--mint); display: flex; align-items: center; justify-content: center; font-size: 2.1rem; }

/* Founding banner */
.founding { background: linear-gradient(130deg, var(--coral), #ff8f4a); color: #fff; border-radius: 26px; padding: 2.3rem 2.5rem; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; box-shadow: 0 16px 44px rgba(255, 107, 74, 0.35); }
.founding h2 { color: #fff; margin: 0 0 0.4rem; }
.founding p { margin: 0; opacity: 0.95; }
.founding .btn-primary { background: #fff; color: var(--coral-dark); box-shadow: none; }

/* Stats band */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 2.2rem; }
.stat-row .stat { text-align: center; }
.stat-row .stat b { display: block; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; color: var(--mint-bright); font-variant-numeric: tabular-nums; }
.stat-row .stat span { font-size: 0.85rem; color: #a7c4b3; font-weight: 600; }

/* Pricing */
.price-card { max-width: 28rem; margin: 2.2rem auto 0; text-align: center; padding: 2.5rem 2.2rem; border: none; background: var(--card); border-radius: 28px; box-shadow: var(--shadow); position: relative; }
.price-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 8px; border-radius: 28px 28px 0 0; background: linear-gradient(90deg, var(--green), var(--mint-bright), var(--coral)); }
.price-card .price { font-size: 3.6rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
.price-card .price small { font-size: 1.05rem; font-weight: 700; color: var(--muted); }
.included { list-style: none; text-align: left; margin: 1.6rem 0; padding: 0; display: grid; gap: 0.55rem; }
.included li { padding-left: 1.8rem; position: relative; }
.included li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 800; }

/* FAQ */
details { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.35rem; margin-bottom: 0.8rem; box-shadow: var(--shadow-soft); }
details summary { font-weight: 800; cursor: pointer; letter-spacing: -0.01em; }
details[open] summary { color: var(--green); margin-bottom: 0.5rem; }

/* Quiz */
.quiz-shell { max-width: 35rem; margin: 2.5rem auto 0; }
.quiz-progress { height: 10px; border-radius: 999px; background: var(--mint); overflow: hidden; margin-bottom: 1.6rem; }
.quiz-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--coral), #ff8f4a); border-radius: 999px; transition: width 0.3s; }
@media (prefers-reduced-motion: reduce) { .quiz-progress i { transition: none; } }
.quiz-step { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 2.2rem; box-shadow: var(--shadow); }
.quiz-step h2 { font-size: 1.5rem; }
.quiz-opts { display: grid; gap: 0.65rem; margin: 1.3rem 0; }
.quiz-opts button { text-align: left; background: var(--bg); border: 2px solid var(--line); border-radius: 14px; padding: 0.9rem 1.2rem; font: inherit; font-weight: 700; color: var(--ink); cursor: pointer; }
.quiz-opts button:hover, .quiz-opts button:focus-visible { border-color: var(--coral); background: var(--mint); }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; }
.quiz-note { font-size: 0.8rem; color: var(--muted); }

/* CTA band */
.cta-band { text-align: center; padding: 4.5rem 1.4rem; background: linear-gradient(150deg, var(--green-dark2), var(--green-deep)); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band .muted { color: #a7c4b3; }

/* Footer */
footer.site { border-top: 1px solid var(--line); padding: 2.8rem 0 3.2rem; font-size: 0.86rem; color: var(--muted); background: var(--sand); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.foot-grid h4 { margin: 0 0 0.6rem; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink); }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.foot-grid a { color: var(--muted); text-decoration: none; font-weight: 600; }
.foot-grid a:hover { color: var(--green); }
.legal-lines { margin-top: 2.2rem; padding-top: 1.3rem; border-top: 1px solid var(--line); font-size: 0.78rem; }

@media (max-width: 880px) {
  .hero-grid, .grid-3, .grid-2, .steps, .foot-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .shop-list { columns: 1; }
  .founding, .founder { flex-direction: column; align-items: flex-start; }
  .nav-inner { flex-wrap: wrap; gap: 0.6rem 1.2rem; }
  .nav-links { margin-left: 0; }
  .hero .email-card { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* ===== CANONICAL COLOURWAY (locked 10 Aug): white / near-black / electric lime — per welcome email ===== */
:root { --bg:#ffffff; --sand:#f5f6f3; --card:#ffffff; --ink:#0b0d0c; --muted:#697068;
  --line:#e7e9e5; --green:#0b0d0c; --green-deep:#0b0d0c; --green-dark2:#0b0d0c;
  --mint:#eef4da; --mint-bright:#c9f04d; --coral:#0b0d0c; --coral-dark:#000000;
  --shadow:0 10px 34px rgba(11,13,12,0.10); --shadow-soft:0 4px 16px rgba(11,13,12,0.06); }
@media (prefers-color-scheme: dark) {
  :root { --bg:#0d0f0e; --sand:#131614; --card:#171a18; --ink:#eff3ec; --muted:#98a194;
    --line:#272b27; --green:#eff3ec; --green-deep:#0b0d0c; --green-dark2:#0b0d0c;
    --mint:#222a15; --mint-bright:#c9f04d; --coral:#c9f04d; --coral-dark:#d7f76a; }
}
.demo-ribbon { background:#c9f04d; color:#0b0d0c; }
.hero { background:
  radial-gradient(1000px 460px at 15% -10%, rgba(201,240,77,0.22), transparent 55%),
  radial-gradient(800px 420px at 90% 15%, rgba(201,240,77,0.12), transparent 50%),
  #0b0d0c; }
.hero .kicker, .hero h1 .pop { color:#c9f04d; }
.hero .lead { color:#c2c9bd; }
.trust-strip { color:#a9b1a3; }
.trust-strip span::before { color:#c9f04d; }
.hero .btn-micro { color:#9aa294; }
.btn-primary { background:#c9f04d; color:#0b0d0c; box-shadow:0 8px 26px rgba(201,240,77,0.35); }
.btn-primary:hover { background:#b8e13c; }
.btn-light { background:transparent; color:#fff; border:2px solid #fff; }
.nav-links a.active { background:#0b0d0c; color:#c9f04d; }
.nav-links a:hover, .nav-links a:focus { background:#eef4da; color:#0b0d0c; }
.macro-chips span { background:#c9f04d; color:#0b0d0c; }
section.band-dark { background:#0b0d0c; }
.stat-row .stat b { color:#c9f04d; }
.stat-row .stat span { color:#9aa294; }
.cta-band { background:#0b0d0c; }
.cta-band .muted { color:#a9b1a3; }
.founding { background:#0b0d0c; box-shadow:none; }
.founding .btn-primary { background:#c9f04d; color:#0b0d0c; }
.day-total .bar { background:#eef4da; }
.day-total .bar i { background:#c9f04d; }
.quiz-progress { background:#eef4da; }
.quiz-progress i { background:#c9f04d; }
.quiz-opts button:hover, .quiz-opts button:focus-visible { border-color:#0b0d0c; background:#eef4da; }
.steps li::before { background:#0b0d0c; color:#c9f04d; }
.price-card::before { background:#c9f04d; }
.timeline li::before { background:#c9f04d; }
.timeline .day, .meal-card .slot { color:#0b0d0c; }
.kicker { color:#0b0d0c; }
.shop-list li::before { border-color:#0b0d0c; }
.email-msg + .email-msg { background:#f6f9ec; }
.email-head .dot { background:#c9f04d; }
.email-head .dot:nth-child(2) { background:#0b0d0c; }
.email-head .dot:nth-child(3) { background:#d7dcd2; }
.pref-chips span.like { border-color:#0b0d0c; color:#0b0d0c; }
.pref-chips span.dislike { border-color:#b4b8ae; color:#697068; }
.brand small { color:#5b7000; }
.meal-card .meal-art { background:linear-gradient(130deg, #eef4da, #ffffff); }

/* --- line icons (replaced the emoji set, 11 Aug 2026) --- */
.card .icon, .icon {
  display: inline-flex; align-items: center; justify-content: center;
  flex: none; width: 2.4rem; height: 2.4rem; border-radius: 12px;
  background: rgba(201,240,77,0.30); color: #0b0d0c; font-size: 0;
}
.icon svg { width: 1.3rem; height: 1.3rem; }
.band-dark .icon { background: rgba(201,240,77,0.18); color: #c9f04d; }
.founder .face svg { width: 2.1rem; height: 2.1rem; color: #0b0d0c; }
.founder .face { font-size: 0; }
@media (prefers-color-scheme: dark) {
  .icon { background: rgba(201,240,77,0.18); color: #c9f04d; }
  .founder .face svg { color: #c9f04d; }
}

/* --- channel cards: email + WhatsApp (11 Aug 2026) --- */
.chan-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:1.5rem; margin-top:2rem; align-items:start; }
.chan { border-radius:var(--r); overflow:hidden; border:1px solid var(--line); background:var(--card); box-shadow:var(--shadow-soft); }
.chan-head { display:flex; align-items:center; gap:0.65rem; padding:0.85rem 1rem; font-weight:800; font-size:0.95rem; }
.chan-head .tag { margin-left:auto; font-size:0.64rem; font-weight:800; letter-spacing:0.09em; text-transform:uppercase; padding:0.28rem 0.6rem; border-radius:999px; }
.chan-head .ava { width:30px; height:30px; border-radius:50%; background:#c9f04d; display:flex; align-items:center; justify-content:center; flex:none; }
.chan-head .ava svg { width:19px; height:19px; }
.chan-head .ava-wa { background:#ffffff; }
.chan-email .chan-head { background:#0b0d0c; color:#ffffff; }
.chan-email .chan-head .tag { background:#c9f04d; color:#0b0d0c; }
.chan-wa .chan-head { background:#075e54; color:#ffffff; }
.chan-wa .chan-head .tag { background:#ffffff; color:#075e54; }
.chan-body { padding:1rem; }
.chan-body .email-msg { border-radius:12px; }
.wa-chat { background:#e4ddd3; padding:0.9rem 0.7rem; display:flex; flex-direction:column; gap:0.5rem; min-height:100%; }
.wa-b { max-width:88%; border-radius:10px; padding:0.55rem 0.7rem; font-size:0.83rem; line-height:1.5; color:#111b21; box-shadow:0 1px 1px rgba(0,0,0,0.12); }
.wa-b.in { background:#ffffff; align-self:flex-start; border-top-left-radius:3px; }
.wa-b.out { background:#d9fdd3; align-self:flex-end; border-top-right-radius:3px; }
.wa-b .t { display:block; text-align:right; font-size:0.62rem; color:#667781; margin-top:0.25rem; }
.chan-head .tag:empty { display:none; }

/* --- Instagram link in the nav (11 Aug 2026) --- */
.nav-ig { display:inline-flex; align-items:center; justify-content:center; width:2.1rem; height:2.1rem;
  border-radius:50%; color:#0b0d0c; flex:none; transition:background .15s ease, color .15s ease; }
.nav-ig svg { width:1.25rem; height:1.25rem; }
.nav-ig:hover, .nav-ig:focus-visible { background:#0b0d0c; color:#c9f04d; }
@media (max-width:640px) { .nav-ig { display:none; } }
