.hub-roasters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:32px 0 48px}
.hub-roasters article{border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden}
.hub-roasters button{width:100%;height:100%;text-align:left;padding:24px;background:var(--panel)}
.hub-roasters h2{font-size:var(--type-lead);margin:24px 0 8px}
.hub-brand{display:flex;align-items:center;justify-content:center;min-height:96px;font-family:var(--serif);font-size:var(--type-title)}
.hub-logo{object-fit:contain;max-width:160px;width:100%;height:96px}
.hub-company-head{display:grid;grid-template-columns:240px minmax(0,1fr);gap:48px;padding:32px 0;border-bottom:1px solid var(--line)}
.hub-company-head>.hub-brand{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-card);min-height:200px;align-self:start;padding:32px}
.hub-company-head h1{font-size:var(--type-display);line-height:1.1;margin:8px 0 16px}
.hub-company-head p{max-width:700px;line-height:1.6;margin-bottom:24px}
.hub-company-head .service-actions{gap:12px}
.hub-company-head .button{padding:8px 12px}
.hub-weekly{margin:32px 0 48px}
.hub-weekly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.hub-weekly-grid article{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-card);padding:24px}
.hub-weekly-pack{width:100%;height:240px;object-fit:contain}
.hub-weekly h3{font-size:var(--type-lead);margin:16px 0}
.hub-weekly h3 .text-button,.hub-lot h3 .text-button,.hub-recipe h3 .text-button{font:inherit;text-align:left;padding:0;line-height:1.25}
.hub-weekly p{color:var(--muted);line-height:1.5;margin-bottom:24px}
.hub-lot{border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;display:flex;flex-direction:column}
.hub-lot[hidden],.hub-more[hidden]{display:none}
.hub-lot-image{height:240px;background:var(--panel);padding:24px;width:100%;display:grid;place-items:center}
.hub-pack{max-width:100%;width:100%;height:192px;object-fit:contain}
.hub-lot-photo{height:320px;padding:24px;background:var(--panel);border-radius:var(--radius-card);margin-bottom:24px;display:grid;place-items:center}
.hub-lot-photo img{max-width:100%;width:100%;height:272px;object-fit:contain}
.public-recipe-page>.hub-recipe-metrics{padding:24px 0;border-bottom:1px solid var(--line)}
.public-hero>.service-actions{max-width:360px;flex-shrink:0;justify-content:flex-end;gap:12px;margin:0}
.public-hero>div:first-child{min-width:0}
.public-hero h1{overflow-wrap:anywhere}
@media(max-width:700px){.public-hero{display:block}.public-hero>.service-actions{justify-content:flex-start;max-width:none;margin-top:24px}}
.hub-lot-wordmark{font-size:var(--type-title);font-family:var(--serif);text-align:center;color:var(--muted)}
.hub-lot-body{padding:24px;display:grid;gap:12px}
.hub-lot h3{font-size:var(--type-lead);margin:0}
.hub-lot-body p{margin:0;line-height:1.5}
.hub-more{display:flex;justify-content:center;margin:24px 0}
.hub-source-note{color:var(--muted);margin-top:24px}
.hub-recipes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:24px 0}
.hub-recipe{padding:24px;border:1px solid var(--line);border-radius:var(--radius-card);display:flex;flex-direction:column}
.hub-recipe-top{display:flex;justify-content:space-between;gap:12px;color:var(--muted)}
.hub-recipe h3{font-size:var(--type-lead);margin:24px 0 16px}
.hub-recipe p{line-height:1.6;white-space:pre-line;overflow-wrap:anywhere;margin:16px 0 24px}
.hub-recipe footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:16px;margin-top:auto;color:var(--muted)}
.hub-recipe-metrics{display:flex;flex-wrap:wrap;gap:16px;font-variant-numeric:tabular-nums;color:var(--ink)}
.hub-related,.hub-discussion{margin:32px 0 48px;border-top:1px solid var(--line);padding-top:24px}
.hub-comment{padding:24px 0;border-bottom:1px solid var(--line);max-width:800px}
.hub-comment header{display:flex;align-items:center;gap:24px;justify-content:space-between}
.hub-comment time{color:var(--muted)}
.hub-comment p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6;margin:12px 0}
.hub-comment .service-actions{margin:8px 0 0;gap:24px}
.hub-comment.is-removed{color:var(--muted)}
#hub-comment{max-width:800px;margin:32px 0 16px}
.hub-editor{max-width:900px;margin:auto}
.hub-editor h1{font-size:var(--type-title);margin:24px 0}
.hub-editor h2{font-size:var(--type-lead);margin:32px 0 24px}
.hub-editor-step{border:1px solid var(--line);border-radius:var(--radius-card);padding:24px;margin-bottom:24px;min-width:0}
.hub-editor .field{margin-bottom:24px}
.hub-publish{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}
.hub-publish p{max-width:600px;line-height:1.5;color:var(--muted);margin-bottom:16px}
.hub-editor textarea{width:100%}
@media(max-width:1000px){.hub-roasters{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-weekly-grid article{grid-template-columns:1fr}.hub-weekly-pack{height:160px}.hub-company-head{grid-template-columns:160px minmax(0,1fr);gap:24px}.hub-company-head>.hub-brand{min-height:160px}}
@media(max-width:600px){.hub-roasters{gap:12px}.hub-roasters button{padding:16px}.hub-roasters h2{font-size:var(--type-body);margin-top:16px}.hub-logo{max-width:120px;height:72px}.hub-brand{min-height:72px;font-size:var(--type-lead)}.hub-company-head{grid-template-columns:1fr}.hub-company-head>.hub-brand{min-height:100px;padding:16px}.hub-company-head h1{font-size:var(--type-title)}.hub-weekly-grid,.hub-recipes{grid-template-columns:1fr}.hub-weekly-grid article{gap:16px}.hub-comment header{gap:12px}.hub-editor-step{padding:16px}.hub-discussion .public-section-heading,.hub-related .public-section-heading{flex-wrap:wrap}.hub-recipe{padding:24px}.hub-lot-image{height:200px}.hub-pack{height:152px}}
