:root {
  --ink: #17201d;
  --muted: #68736e;
  --line: #dfe5e1;
  --paper: #f7f8f5;
  --card: #ffffff;
  --green: #365e4b;
  --green-light: #dfeae3;
  --amber: #a36b25;
  --shadow: 0 24px 70px rgba(36, 54, 46, .09);
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, textarea { font: inherit; }
button { border: 0; border-radius: 12px; padding: 12px 18px; color: white; background: var(--green); cursor: pointer; font-weight: 650; }
button:hover { background: #294d3c; }
.hidden { display: none !important; }
.topbar { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(247,248,245,.9); }
.brand { display: flex; gap: 10px; align-items: center; color: var(--ink); text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.kitchen { text-align: right; font-size: 13px; line-height: 1.3; }
.kitchen span { color: var(--muted); display: block; }
main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.orb { width: 58px; height: 58px; margin-bottom: 24px; border-radius: 50%; background: radial-gradient(circle at 35% 28%, #edf9f1 0, #9fbfaa 24%, #3d6c56 62%, #203b30 100%); box-shadow: inset -8px -10px 20px rgba(10,35,24,.22), 0 10px 28px rgba(44,90,69,.18); }
.orb.small { width: 25px; height: 25px; margin: 0; box-shadow: inset -4px -5px 10px rgba(10,35,24,.22); }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 750; letter-spacing: .14em; margin: 0 0 12px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
h1 { font-size: clamp(36px, 5vw, 64px); max-width: 850px; margin: 0 0 20px; }
.lede { color: var(--muted); max-width: 720px; font-size: 19px; }
.hero { padding: 80px 0 38px; }
.request-form { max-width: 900px; margin-top: 36px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
textarea { width: 100%; min-height: 150px; padding: 24px; border: 0; resize: vertical; color: var(--ink); outline: none; }
textarea::placeholder { color: #98a19d; }
.request-footer { border-top: 1px solid var(--line); padding: 13px 14px 13px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.lifecycle { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; list-style: none; padding: 0; margin: 24px 0 48px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--card); }
.lifecycle li { padding: 16px 10px; text-align: center; color: var(--muted); border-right: 1px solid var(--line); font-size: 13px; }
.lifecycle li:last-child { border-right: 0; }
.lifecycle li span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 7px; border-radius: 50%; background: #eef1ef; }
.lifecycle li.active { color: var(--green); background: var(--green-light); font-weight: 700; }
.lifecycle li.active span { background: var(--green); color: white; }
.status-panel { margin-bottom: 70px; padding: 30px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.status-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.status-heading h2 { margin: 0; font-size: 30px; }
.pill { background: var(--green-light); color: var(--green); padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.result-card, .decision-card { margin-top: 24px; padding: 22px; border-radius: 14px; background: #f7faf8; border: 1px solid var(--line); }
.decision-card { background: #fff8ed; border-color: #ead5b8; }
.response-form textarea { min-height: 90px; margin: 12px 0; border: 1px solid #d9c4a8; border-radius: 10px; background: white; }
.result-card h3, .decision-card h3 { margin: 0 0 10px; font-size: 23px; }
.activity { margin-top: 22px; color: var(--muted); font-size: 14px; }
.event { padding: 10px 0; border-top: 1px solid var(--line); display: flex; gap: 12px; }
.event:first-child { border-top: 0; }
.event time { min-width: 72px; color: #939c98; }
.login-card { width: min(520px, 100%); margin: 10vh auto; padding: 42px; background: var(--card); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.login-card h1 { font-size: 42px; }
.login-card label { display: block; margin: 20px 0 8px; font-weight: 650; }
.login-card input { width: 100%; padding: 13px; border: 1px solid #cbd3cf; border-radius: 10px; margin-bottom: 14px; }
.error { color: #a43f36; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 720px) {
  main { width: min(100% - 24px, 1180px); }
  .topbar { height: 62px; padding: 0 16px; }
  .hero { padding-top: 46px; }
  h1 { font-size: 39px; }
  .lede { font-size: 17px; }
  .request-footer { align-items: stretch; flex-direction: column; padding: 14px; }
  .request-footer button { width: 100%; }
  .lifecycle { grid-template-columns: repeat(3, 1fr); }
  .lifecycle li:nth-child(3) { border-right: 0; }
  .lifecycle li:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .status-panel { padding: 20px; }
  .status-heading { flex-direction: column; }
  .login-card { padding: 28px; }
}
