:root {
  --forest: #0b3d2e;
  --forest-deep: #06241c;
  --lime: #d9f99d;
  --ink: #1c1917;
  --muted: #57534e;
  --line: #e7e5e4;
  --paper: #fffdf8;
  --wash: #f4efe6;
  --sans: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --display: "Bricolage Grotesque", "Figtree", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--lime); color: var(--forest-deep); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.skip {
  position: absolute; left: 16px; top: -40px;
  background: var(--forest); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 40;
}
.skip:focus { top: 12px; }
html, body {
  margin: 0; min-height: 100%;
  background: var(--wash);
  color: var(--ink);
  font-family: var(--sans);
}
body { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1; }
a { color: var(--forest); }
.topbar {
  display: flex; align-items: center; gap: 28px;
  padding: 16px clamp(20px, 6vw, 72px);
  background: rgba(244, 239, 230, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 61, 46, 0.08);
  position: sticky; top: 0; z-index: 20;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--forest-deep); text-decoration: none;
  font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -0.04em;
}
.brand img {
  display: block; height: 52px; width: 52px; object-fit: cover;
  border-radius: 14px; background: #111;
  box-shadow: 0 0 0 1px rgba(11, 61, 46, 0.08);
}
.footer-brand img { height: 64px; width: 64px; }
.topbar nav { margin-left: auto; display: flex; gap: 8px; font-size: 14px; font-weight: 600; }
.topbar nav a {
  color: var(--muted); text-decoration: none;
  padding: 8px 12px; border-radius: 999px;
}
.topbar nav a:hover, .topbar nav a.on { color: var(--forest-deep); background: #fff; }
.hero {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center;
  padding: 56px clamp(20px, 6vw, 72px) 64px;
  background:
    radial-gradient(900px 420px at 80% -10%, rgba(217, 249, 157, 0.18), transparent 55%),
    linear-gradient(165deg, var(--forest-deep) 0%, var(--forest) 62%, #126b4f 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.hero.compact { grid-template-columns: 1fr; padding: 44px clamp(20px, 6vw, 72px) 40px; }
.hero-food {
  display: grid; grid-template-columns: 1fr;
  min-height: min(88vh, 760px);
  padding: 0;
  background: var(--forest-deep);
}
.hero-food-short { min-height: min(52vh, 420px); }
.hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 40%;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(6, 36, 28, 0.92) 0%, rgba(6, 36, 28, 0.72) 42%, rgba(6, 36, 28, 0.35) 100%),
    linear-gradient(0deg, rgba(6, 36, 28, 0.55) 0%, transparent 45%);
}
.hero-food .hero-copy {
  position: relative; z-index: 1;
  padding: 72px clamp(20px, 6vw, 72px) 64px;
  max-width: 40rem;
  animation: heroRise .9s ease both;
}
.brand-mark {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700; letter-spacing: -0.05em; line-height: 1;
  color: var(--lime);
}
.hero-food h1 { max-width: 14ch; }
.hero-copy { max-width: 38rem; }
.eyebrow {
  display: inline-block; margin: 0 0 16px;
  letter-spacing: 0.14em; text-transform: uppercase;
  font-size: 11px; font-weight: 700; color: var(--lime);
}
.hero h1 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.05; font-weight: 600; letter-spacing: -0.045em;
  max-width: 16ch;
}
.hero p { margin: 0; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.82); }
.food-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0; margin: 0; padding: 0;
  background: #111;
}
.food-strip figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 3; }
.food-strip img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(1.05) contrast(1.02);
  transition: transform .7s ease, filter .4s ease;
}
.food-strip figure:hover img { transform: scale(1.06); filter: saturate(1.12); }
.band.band-food {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 0; align-items: stretch; justify-content: stretch;
  border: 0; border-radius: 28px; padding: 0;
  background: var(--forest-deep); color: #fff;
  min-height: 340px;
  box-shadow: none;
}
.band-food-media {
  background-size: cover; background-position: center;
  min-height: 280px; width: 100%; height: 100%;
}
.band-food-copy {
  position: relative; z-index: 1;
  padding: 40px 36px;
  display: flex; flex-direction: column; justify-content: center;
  background:
    linear-gradient(90deg, rgba(6, 36, 28, 0.97), rgba(11, 61, 46, 0.92));
}
.band.band-food h2 { color: #fff; margin: 0 0 12px; }
.band.band-food p { color: rgba(255,255,255,.78); margin: 0 0 22px; max-width: 34rem; }
.band.band-food .btn.dark { align-self: flex-start; background: var(--lime); color: var(--forest-deep); }
.band.band-food .kicker { color: var(--lime); }
.prose-food {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center;
  max-width: none; width: min(1120px, calc(100% - 10vw));
}
.prose-food-media {
  border-radius: 28px; overflow: hidden; min-height: 420px;
  background-size: cover; background-position: center;
  box-shadow: 0 20px 50px rgba(6, 36, 28, 0.18);
}
.prose-food .prose { max-width: 36rem; padding: 12px 0; }
.hero-meta { margin-top: 14px !important; font-size: 13px !important; color: rgba(255,255,255,.55) !important; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 28px 0 0; }
.pills li {
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(217, 249, 157, 0.35);
  color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .04em;
}
.btn, .btn-ghost, .btn.dark {
  display: inline-flex; align-items: center; justify-content: center;
  height: 46px; padding: 0 20px; border-radius: 999px;
  font-weight: 700; font-size: 14px; text-decoration: none; border: 1px solid transparent;
}
.btn { background: var(--lime); color: var(--forest-deep); }
.btn:hover { filter: brightness(1.04); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.btn.dark { background: var(--forest); color: var(--lime); align-self: center; }
.hero-visual { display: flex; justify-content: center; }
.phone {
  width: 230px; height: 460px; border-radius: 36px;
  padding: 12px; background: #0a0a0a;
  box-shadow: 0 30px 60px rgba(0,0,0,.28);
  position: relative;
}
.phone-notch {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 8px; border-radius: 99px; background: #1c1917;
}
.map {
  height: 100%; border-radius: 26px; overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 30% 70%, rgba(217,249,157,.25), transparent 28%),
    linear-gradient(180deg, #14532d, #052e16);
}
.map::before {
  content: ""; position: absolute; inset: 0; opacity: .35;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
}
.route { position: absolute; inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); }
.route path {
  stroke-dasharray: 280;
  animation: draw 2.8s ease-in-out infinite alternate;
}
.pin {
  position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: var(--lime); box-shadow: 0 0 0 8px rgba(217,249,157,.2);
}
.pin-a { left: 18%; bottom: 16%; }
.pin-b { right: 22%; top: 14%; }
.badge {
  position: absolute; left: 16px; bottom: 16px;
  background: #fff; color: var(--forest-deep);
  font-size: 12px; font-weight: 700;
  padding: 8px 12px; border-radius: 999px;
}
.wrap { width: min(1120px, calc(100% - 10vw)); margin: 0 auto; padding: 72px 0; }
.wrap + .wrap { padding-top: 12px; }
.kicker {
  margin: 0 0 8px; font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--forest);
}
.kicker.dark { color: #3f6212; }
.section-heading {
  margin: 0 0 32px; max-width: 16ch;
  font-family: var(--display); font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600; letter-spacing: -0.04em; line-height: 1.1;
}
.feature-grid, .contact-grid, .steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.card, .steps li {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 22px; padding: 24px;
  box-shadow: 0 1px 0 rgba(28, 25, 23, 0.03);
}
.card:hover, .steps li:hover { border-color: #d6d3d1; transform: translateY(-2px); transition: .2s ease; }
.icon {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 12px; margin-bottom: 14px;
  background: #ecfccb; color: var(--forest); font-size: 18px;
}
.card h3, .steps strong {
  margin: 0 0 8px; font-family: var(--display); font-size: 22px; font-weight: 600;
}
.card p, .steps p { margin: 0; color: var(--muted); line-height: 1.55; }
.card a { font-weight: 700; font-size: 14px; text-decoration: none; }
.card a:hover { text-decoration: underline; }
.steps { list-style: none; margin: 0; padding: 0; }
.num {
  display: grid; place-items: center;
  width: 42px; height: 42px; margin-bottom: 16px;
  border-radius: 14px; background: var(--forest);
  font-family: var(--display); font-size: 13px; font-weight: 700;
  letter-spacing: .04em; color: var(--lime);
}
.band {
  display: flex; justify-content: space-between; gap: 24px; align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px; padding: 36px 40px;
  background: var(--paper) radial-gradient(500px 180px at 100% 0%, #ecfccb, transparent 55%);
}
.band h2 {
  margin: 0 0 10px; font-family: var(--display);
  font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.04em;
}
.band p { margin: 0; color: var(--muted); max-width: 36rem; line-height: 1.55; }
.prose { max-width: 42rem; }
.prose h2 { font-family: var(--display); font-size: 26px; font-weight: 600; margin: 32px 0 10px; }
.prose p { color: var(--muted); line-height: 1.7; margin: 0 0 12px; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.site-footer {
  position: relative; overflow: hidden;
  border-top: 0;
  background: var(--forest-deep);
  color: #fff;
  padding: 48px clamp(20px, 6vw, 72px) 32px;
}
.site-footer::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 36, 28, 0.88), rgba(6, 36, 28, 0.94)),
    url("/img/food/naan.jpg") center / cover;
  opacity: 1; pointer-events: none;
}
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.footer-brand { margin-bottom: 12px; color: #fff; }
.footer-brand span { color: #fff; }
.footer-grid p, .copy { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; max-width: 28rem; }
.footer-grid span {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(217,249,157,.7); margin-bottom: 10px;
}
.footer-grid a { display: block; text-decoration: none; margin: 6px 0; color: rgba(255,255,255,.9); font-weight: 600; font-size: 14px; }
.footer-grid a:hover { color: var(--lime); }
.copy { position: relative; z-index: 1; margin: 32px 0 0; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 48px; }
  .hero-visual { display: none; }
  .hero-food { min-height: min(78vh, 640px); }
  .hero-food .hero-copy { padding: 56px 20px 48px; }
  .food-strip { grid-template-columns: repeat(3, 1fr); }
  .band.band-food { grid-template-columns: 1fr; }
  .band-food-media { order: -1; min-height: 220px; }
  .prose-food { grid-template-columns: 1fr; width: calc(100% - 36px); gap: 24px; }
  .prose-food-media { min-height: 260px; }
  .feature-grid, .contact-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .band { flex-direction: column; align-items: flex-start; padding: 28px; }
  .band.band-food { padding: 0; }
  .topbar { padding: 12px 18px; }
  .topbar nav { gap: 2px; font-size: 13px; }
  .wrap { width: calc(100% - 36px); padding: 48px 0; }
}
@media (max-width: 560px) {
  .topbar { flex-wrap: wrap; gap: 8px 12px; }
  .topbar nav { margin-left: 0; width: 100%; }
  .hero h1 { max-width: none; }
  .food-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card:hover, .steps li:hover { transform: none; }
  .route path { animation: none; }
  .hero-media { animation: none; }
  .hero-food .hero-copy { animation: none; }
  .food-strip figure:hover img { transform: none; }
}
@keyframes draw {
  from { stroke-dashoffset: 240; }
  to { stroke-dashoffset: 0; }
}
@keyframes heroDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Rider portal */
.portal-narrow { max-width: 560px; }
.portal-shell { max-width: 720px; padding-top: 36px; }
.portal-hero {
  position: relative; overflow: hidden;
  min-height: 220px;
  display: grid; align-items: end;
  color: #fff;
}
.portal-hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.portal-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(6,36,28,.94) 0%, rgba(6,36,28,.72) 55%, rgba(6,36,28,.4) 100%);
}
.portal-hero-copy {
  position: relative; z-index: 1;
  padding: 40px clamp(20px, 6vw, 72px) 32px;
  max-width: 36rem;
}
.portal-hero-copy .brand-mark { font-size: clamp(22px, 3vw, 30px); margin-bottom: 10px; }
.portal-hero-copy h1 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.04em; font-weight: 600;
}
.portal-hero-copy p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.5; }
.portal-steps {
  list-style: none; margin: 0 0 28px; padding: 0;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.portal-steps li {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px; border: 1px solid var(--line);
  background: var(--paper); color: var(--muted);
  font-size: 13px; font-weight: 700;
}
.portal-steps li span {
  display: grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: #e7e5e4; color: var(--ink); font-size: 12px;
}
.portal-steps li.on {
  border-color: rgba(11,61,46,.25);
  background: #ecfccb; color: var(--forest-deep);
}
.portal-steps li.on span { background: var(--forest); color: var(--lime); }
.portal-title {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.04em;
  font-weight: 600;
}
.portal-lead { color: var(--muted); line-height: 1.55; margin: 0 0 24px; }
.portal-form { display: flex; flex-direction: column; gap: 18px; }
.portal-section {
  margin: 0; padding: 22px 22px 20px;
  border: 1px solid var(--line); border-radius: 22px;
  background: var(--paper);
}
.portal-section legend {
  display: flex; align-items: center; gap: 14px;
  padding: 0 6px; margin-bottom: 4px;
  float: none; width: 100%;
}
.portal-section-num {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 14px; flex-shrink: 0;
  background: var(--forest); color: var(--lime);
  font-family: var(--display); font-size: 13px; font-weight: 700;
}
.portal-section legend strong {
  display: block; font-family: var(--display); font-size: 20px; font-weight: 600;
  letter-spacing: -0.03em; color: var(--ink);
}
.portal-section legend em {
  display: block; font-style: normal; font-size: 13px; color: var(--muted); margin-top: 2px;
}
.portal-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px;
  margin-top: 16px;
}
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field-span-2 { grid-column: 1 / -1; }
.portal-form label, .field label {
  font-size: 12px; font-weight: 700; color: var(--forest-deep);
  letter-spacing: .02em; margin: 0;
}
.field label .opt {
  font-weight: 600; color: #a8a29e; text-transform: lowercase; letter-spacing: 0;
}
.portal-form input, .portal-form select,
.field input, .field select {
  height: 46px; border-radius: 12px; border: 1px solid var(--line);
  padding: 0 14px; font: inherit; background: #fff; color: var(--ink); width: 100%;
}
.portal-form input:focus, .portal-form select:focus,
.field input:focus, .field select:focus {
  outline: none; border-color: #84cc16;
  box-shadow: 0 0 0 3px rgba(217,249,157,.55);
}
.portal-form input:disabled, .portal-form select:disabled,
.field input:disabled, .field select:disabled,
.portal-section:disabled input, .portal-section:disabled select {
  opacity: .7; background: #f5f5f4;
}
.portal-form .check {
  display: flex; gap: 10px; align-items: flex-start;
  font-weight: 500; color: var(--muted); margin: 12px 0 8px;
}
.portal-form .check input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; }
.portal-submit {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 14px; margin-top: 8px; padding-top: 8px;
}
.portal-submit .btn-solid { margin-top: 0; min-width: 220px; }
.btn-solid {
  display: inline-flex; align-items: center; justify-content: center;
  height: 46px; padding: 0 20px; border-radius: 999px; border: 0;
  background: var(--forest); color: var(--lime); font-weight: 700; font-size: 14px;
  text-decoration: none; cursor: pointer; margin-top: 12px;
}
.btn-solid:hover { filter: brightness(1.06); }
.btn-solid:disabled { opacity: .6; cursor: wait; }
.btn-google {
  width: 100%; background: #fff; color: var(--ink);
  border: 1px solid var(--line); margin-top: 0;
  gap: 10px; box-shadow: 0 1px 0 rgba(28,25,23,.04);
}
.btn-google:hover { background: #fafaf9; filter: none; }
.btn-google .google-g { flex-shrink: 0; display: block; }
.btn-google .google-label { font-weight: 700; }
.portal-auth {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  min-height: min(78vh, 720px);
  background: var(--wash);
}
.portal-auth-visual {
  background-size: cover; background-position: center;
  position: relative; min-height: 280px;
}
.portal-auth-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,36,28,.15), rgba(6,36,28,.55));
}
.portal-auth-panel {
  display: flex; flex-direction: column; justify-content: center;
  padding: 40px clamp(22px, 5vw, 56px);
  max-width: 480px; width: 100%; margin: 0 auto;
}
.portal-auth-brand {
  display: flex; align-items: center; gap: 14px; margin-bottom: 8px;
}
.portal-auth-brand img {
  width: 56px; height: 56px; border-radius: 14px; object-fit: cover;
  background: #111; box-shadow: 0 0 0 1px rgba(11,61,46,.08);
}
.portal-auth-brand .portal-title { margin: 0; font-size: clamp(26px, 3.5vw, 34px); }
.portal-auth-brand .kicker { margin: 0 0 4px; }
.portal-auth-form { gap: 12px; }
.portal-auth-form .btn-solid { width: 100%; margin-top: 8px; }
@media (max-width: 900px) {
  .portal-auth { grid-template-columns: 1fr; }
  .portal-auth-visual { min-height: 180px; }
}
.btn-text {
  background: none; border: 0; color: var(--muted); font-weight: 700; cursor: pointer; font: inherit;
}
.portal-or {
  display: flex; align-items: center; gap: 12px; color: #a8a29e; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin: 20px 0;
}
.portal-or::before, .portal-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.portal-foot { margin-top: 28px; color: var(--muted); font-size: 14px; }
.portal-banner {
  padding: 12px 14px; border-radius: 12px; font-size: 14px; font-weight: 600; margin: 0 0 18px;
}
.portal-banner.ok { background: #ecfccb; color: var(--forest-deep); }
.portal-banner.err { background: #fee2e2; color: #991b1b; }
.portal-banner.warn { background: #ffedd5; color: #9a3412; }
.portal-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.portal-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 8px; }
.portal-cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 28px; }
.link-quiet { color: var(--muted); font-weight: 600; text-decoration: none; }
.link-quiet:hover { color: var(--forest); }
.status-card {
  border-radius: 16px; padding: 20px 22px; margin: 0 0 24px;
  border: 1px solid var(--line); background: var(--paper);
}
.status-card.ok { border-color: #bbf7d0; background: #f0fdf4; }
.status-card.warn { border-color: #fdba74; background: #fff7ed; }
.status-card.err { border-color: #fca5a5; background: #fef2f2; }
.status-label { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #a8a29e; }
.status-value { margin: 6px 0 0; font-family: var(--display); font-size: 24px; font-weight: 600; letter-spacing: -0.03em; }
.status-notes { margin: 10px 0 0; color: var(--muted); line-height: 1.5; font-size: 14px; }
.upload-row { margin-top: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.upload-row input[type=file] { font-size: 13px; height: auto; padding: 8px 0; border: 0; background: transparent; }
.upload-status { margin: 4px 0 0; font-size: 12px; color: var(--muted); font-weight: 600; }
.upload-status.ok { color: #166534; }
.upload-status.err { color: #991b1b; }
.hidden { display: none !important; }
@media (max-width: 640px) {
  .portal-grid { grid-template-columns: 1fr; }
  .field-span-2 { grid-column: auto; }
  .portal-section { padding: 18px 16px 16px; }
  .portal-submit { flex-direction: column-reverse; align-items: stretch; }
  .portal-submit .btn-solid { width: 100%; min-width: 0; }
}
