:root{--red:#b4232f;--ink:#251a1b;--cream:#fff9f4;--green:#2f6f49;--amber:#a45f00;--line:#eadbd4}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}header,main,footer{max-width:1160px;margin:auto}header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px}.brand{display:flex;gap:10px;align-items:center;font-weight:800;color:var(--ink);text-decoration:none;font-size:1.15rem}.brand img{width:38px}nav{display:flex;gap:24px}nav a{color:var(--ink);text-decoration:none;font-weight:650}.hero{min-height:560px;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;padding:60px 28px}.hero h1,.page-head h1,.prose h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.02;letter-spacing:-.05em;margin:.2em 0}.hero p,.lede{font-size:1.25rem;max-width:650px}.hero>img{width:min(100%,380px);filter:drop-shadow(0 24px 30px #7c172130)}.eyebrow{color:var(--red);text-transform:uppercase;font-size:.78rem;font-weight:850;letter-spacing:.14em}.button{display:inline-block;background:var(--red);color:white;border:0;border-radius:999px;padding:14px 23px;font-weight:750;text-decoration:none;cursor:pointer}.button.secondary{background:#2b2021}.button:disabled{opacity:.55;cursor:wait}.cards,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:24px 28px 70px}.cards article,.article-card,.connect,.profile-form fieldset,.relationship,.allergy-info{background:white;border:1px solid var(--line);border-radius:20px;padding:26px}.status{font-size:.75rem;font-weight:800;text-transform:uppercase}.live{color:var(--green)}.soon{color:#725d58}.callout{margin:0 28px 80px;padding:36px;border-radius:24px;background:#2b2021;color:white;display:flex;justify-content:space-between;align-items:end}.callout a{color:white}.page-head,.prose,.profile-form,.connect{max-width:850px;margin:40px auto;padding-left:28px;padding-right:28px}.page-head h1,.prose h1{font-size:clamp(2.4rem,6vw,4.5rem)}.article-grid{grid-template-columns:repeat(2,1fr);max-width:950px;margin:auto}.article-card{color:var(--ink);text-decoration:none}.muted{opacity:.7}.prose h2{margin-top:2em}.notice{padding:22px;border-left:5px solid var(--amber);background:#fff1d8}.source-note,.hint,.section-intro{font-size:.9rem;color:#6d5a56}.profile-form fieldset{border:1px solid var(--line);margin:0 0 20px}.profile-form legend{font-size:1.35rem;font-weight:800;padding:0 8px}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.check{display:flex;gap:8px;align-items:flex-start}.allergen-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.allergen-row,.allergen-parent{border:1px solid var(--line);border-radius:12px;padding:11px 13px;background:#fff}.allergen-row{display:flex;justify-content:space-between}.allergen-parent summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none}.expand-label{font-size:.75rem;color:var(--red)}.sub-allergens{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 0 2px 24px}.info-button,.info-close{border:0;border-radius:50%;cursor:pointer;font-weight:800}.info-button{width:25px;height:25px;color:white;background:var(--red)}.allergy-info{position:relative;margin:20px 0;border-left:5px solid var(--red)}.allergy-info[hidden]{display:none}.info-close{position:absolute;right:14px;top:14px;background:#f4e9e4;width:30px;height:30px}.related-choice{background:#fff1d8;padding:16px;border-radius:12px}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.avoid-tag{display:inline-flex;gap:7px;align-items:center;background:#f4e9e4;border-radius:999px;padding:6px 8px 6px 13px}.avoid-tag button{border:0;background:transparent;font-size:1.1rem;cursor:pointer}.tag-add{display:flex;gap:8px}.tag-add input{flex:1;padding:11px;border:1px solid var(--line);border-radius:10px}.tag-add button{padding:8px 16px;border:1px solid var(--red);border-radius:10px;background:white;color:var(--red);font-weight:700}.connect label{display:block;margin:12px 0;font-weight:700}.saved,.pairing-status.success{background:#e3f2e9;color:var(--green);padding:10px 14px;border-radius:10px}.setup-steps{max-width:850px;margin:0 auto 70px;padding:0 28px}.setup-step{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:26px 0;border-top:1px solid var(--line)}.setup-step>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--red);color:white;font-weight:850}.setup-step h2{margin:0}.pairing-status.error{color:var(--red);font-weight:700}code{background:#f4e9e4;padding:2px 6px;border-radius:5px}footer{padding:45px 28px;border-top:1px solid var(--line);font-size:.86rem;color:#6d5a56}@media(max-width:760px){.hero{grid-template-columns:1fr;min-height:auto}.hero>img{width:190px;grid-row:1}.cards,.article-grid,.allergen-list{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr 1fr}.callout{display:block}nav{gap:10px;font-size:.83rem}.sub-allergens{grid-template-columns:1fr}.tag-add{display:block}.tag-add button{margin-top:8px;width:100%}}
