@layer reset, base, layout, components, responsive;
@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  body, h1, h2, h3, p { margin: 0; }
  img { max-width: 100%; display: block; }
  button, input, select, textarea { font: inherit; }
  fieldset { margin: 0; padding: 0; border: 0; }
  a { color: inherit; text-decoration: none; }
  button { cursor: pointer; }
}
@layer base {
  :root { --paper: #f8f9f5; --white: #fff; --ink: #242d29; --muted: #58645b; --sage: #667a55; --green: #344c3d; --line: #dde2d8; --soft: #edf0e7; --radius: 18px; --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--paper); color: var(--ink); font-family: var(--body-font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
  ::selection { background: #dce6d0; color: #243b2e; }
  h1, h2, h3 { font-weight: 500; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
  h1 { font-size: clamp(42px, 5.2vw, 72px); }
  h2 { font-size: clamp(28px, 2.7vw, 37px); }
  h3 { font-size: 22px; letter-spacing: -.025em; }
  p { color: var(--muted); }
  a, button, summary { -webkit-tap-highlight-color: transparent; }
  a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #466ea4; outline-offset: 5px; border-radius: 5px; }
  a, button { transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
  button { border: 0; }
  main:focus { outline: none; }
  .container { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
  .section { padding-block: 72px; }
  .compact-top { padding-top: 0; }
  .eyebrow { font-size: 10px; font-weight: 650; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
  .sage-text { color: var(--sage); }
  .muted { color: var(--muted); font-size: 13px; }
  .small-copy { font-size: 13px; line-height: 1.6; }
  .tiny-star { font-size: 21px; color: var(--sage); vertical-align: middle; margin-right: 8px; }
  .large-star { color: var(--sage); font-size: 66px; line-height: 1; display: block; }
  .skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 12px 20px; }
  .skip-link:focus { top: 10px; }
}
@layer layout {
  .dev-strip { background: #e9ede4; color: #566250; font-size: 10px; line-height: 1.3; letter-spacing: .06em; }
  .dev-inner { display: flex; justify-content: space-between; align-items: center; min-height: 32px; gap: 12px; }
  .dev-inner a { padding: 8px 0; text-decoration: underline; text-underline-offset: 3px; }
  .dev-dot { display: inline-block; width: 5px; height: 5px; margin-right: 7px; background: #6e805f; border-radius: 50%; vertical-align: middle; }
  .site-header { border-bottom: 1px solid var(--line); }
  .header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
  .brand { display: inline-flex; align-items: center; font-size: 26px; font-weight: 650; letter-spacing: -.07em; white-space: nowrap; line-height: 1; }
  .brand img { margin-right: 10px; }
  .brand-period { color: var(--sage); }
  .navigation { display: flex; align-items: center; gap: 52px; }
  .nav-actions { display: flex; align-items: center; gap: 22px; }
  .sign-in-link { font-size: 12px; padding-block: 14px; }
  .sign-in-link:hover { text-decoration: underline; text-underline-offset: 5px; }
  .nav-links { display: flex; align-items: center; gap: 28px; }
  .nav-links a { font-size: 13px; padding-block: 14px; color: #59615b; }
  .nav-links a:hover, .nav-links a[aria-current] { color: #202b24; text-decoration: underline; text-underline-offset: 6px; }
  .menu-toggle { display: none; }
  .hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 64px; padding-block: 76px 82px; }
  .hero-copy .eyebrow { margin-bottom: 25px; }
  .hero h1 { font-size: clamp(48px, 5.35vw, 77px); line-height: 1.06; letter-spacing: -.058em; }
  .hero-description { margin-top: 24px; font-size: 16px; line-height: 1.85; }
  .hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
  .hero-note { display: flex; align-items: center; gap: 10px; margin-top: 33px; font-size: 11px; }
  .small-line { width: 24px; height: 1px; background: #8c9c7c; }
  .hero-visual { position: relative; padding: 0 0 32px; }
  .hero-image { position: relative; overflow: hidden; background: #e3e8d8; border-radius: 150px 150px 18px 18px; }
  .hero-image img { width: 100%; height: 355px; object-fit: cover; }
  .landscape-caption { position: absolute; top: 32px; left: 0; right: 0; text-align: center; font-size: 8px; letter-spacing: .18em; color: #4d6151; }
  .hero-feature { position: absolute; bottom: 4px; left: -24px; right: 25px; display: flex; align-items: center; gap: 15px; padding: 19px 22px; border-radius: 14px; border: 1px solid #e1e4db; background: #fff; box-shadow: 0 12px 35px #273c2a0b; }
  .hero-feature:hover { transform: translateY(-3px); box-shadow: 0 16px 35px #273c2a13; }
  .hero-feature strong { display: block; font-weight: 550; font-size: 17px; margin-top: 4px; letter-spacing: -.02em; }
  .hero-feature .eyebrow { font-size: 8px; }
  .feature-emblem { width: 45px; height: 45px; display: grid; place-items: center; background: #edf1e7; color: #546d4a; border-radius: 12px; font-family: Georgia, serif; font-size: 28px; }
  .hero-feature .round-arrow { margin-left: auto; }
  .visual-coordinate { position: absolute; right: 0; bottom: -23px; color: #5e6b55; font-size: 8px; letter-spacing: .14em; }
  .category-section { padding-bottom: 70px; }
  .category-intro { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 22px; }
  .category-intro h2 { font-size: 20px; letter-spacing: -.025em; }
  .category-intro > span { font-size: 12px; color: var(--muted); }
  .category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
  .community-section { background: #f0f2eb; border-block: 1px solid var(--line); padding-block: 65px; }
  .community-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; }
  .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
  .section-heading .eyebrow { margin-bottom: 10px; }
  .project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
  .projects-section { padding-bottom: 66px; }
  .site-footer { margin-top: 65px; padding-block: 40px 24px; border-top: 1px solid var(--line); }
  .footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 24px; }
  .footer-top { padding-bottom: 40px; align-items: center; }
  .footer-top .brand { font-size: 25px; }
  .footer-top p { font-size: 12px; margin-top: 12px; }
  .footer-links { display: flex; gap: 30px; font-size: 12px; color: var(--muted); }
  .footer-links a:hover { color: var(--green); text-decoration: underline; }
  .footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: 10px; }
  .footer-star { margin-left: 18px; color: var(--sage); }
  .member-hero { padding-block: 58px 36px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
  .member-hero h1 { font-size: clamp(38px, 4.4vw, 60px); margin-block: 18px; }
  .your-services { padding-top: 15px; padding-bottom: 56px; }
  .your-services .section-heading h2 { font-size: 28px; }
  .service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .page-intro { padding-block: 66px 54px; }
  .page-intro > .eyebrow { margin-bottom: 20px; }
  .page-intro h1 { max-width: 920px; }
  .page-intro > p:not(.eyebrow) { max-width: 620px; margin-top: 24px; font-size: 18px; line-height: 1.8; }
  .page-intro > .button { margin-top: 25px; }
  .detail-grid, .guide-layout, .help-layout, .about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: start; }
  .article-intro { max-width: 960px; }
  .article-intro h1 { font-size: clamp(38px, 4.8vw, 64px); }
  .article-body { max-width: 960px; padding-bottom: 30px; }
  .article-body .prose { max-width: 700px; margin-inline: auto; }
  .article-art { background: #e9eee1; margin-bottom: 50px; border-radius: 20px; overflow: hidden; }
  .article-art img { width: 100%; max-height: 380px; object-fit: cover; }
  .poll-detail { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
  .preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .account-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 42px; align-items: start; }
  .form-shell { max-width: 760px; }
}
@layer components {
  .button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 49px; padding: 12px 23px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 550; line-height: 1.5; }
  .button-dark { color: #fff; background: var(--ink); }
  .button-dark:hover { background: #405546; transform: translateY(-2px); }
  .button-light { color: var(--ink); background: #f7f9f2; }
  .button-light:hover { background: #fff; transform: translateY(-2px); }
  .button-small { padding: 10px 16px; min-height: 42px; font-size: 11px; }
  .text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 12px; font-weight: 550; min-height: 36px; flex-shrink: 0; }
  .text-link:hover { color: var(--sage); text-decoration: underline; text-underline-offset: 5px; }
  .round-arrow { border: 1px solid var(--line); border-radius: 50%; width: 29px; height: 29px; display: inline-grid; place-items: center; flex-shrink: 0; font-size: 13px; color: #53604f; }
  .category-card { display: block; position: relative; padding: 22px 24px; border-right: 1px solid var(--line); min-height: 150px; background: #f5f7f0; }
  .category-card:last-child { border-right: 0; }
  .category-card:hover { background: #eaf0e1; }
  .category-number { font-size: 10px; font-family: var(--body-font); color: #637057; }
  .category-arrow { position: absolute; top: 21px; right: 24px; color: #6f7f64; }
  .category-card h3 { margin-top: 21px; font-size: 19px; letter-spacing: .03em; text-transform: uppercase; }
  .category-card p { margin-top: 6px; font-size: 12px; }
  .card-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .poll-card { background: #fbfcf8; border: 1px solid #dce2d2; border-radius: var(--radius); padding: 28px; align-self: start; }
  .poll-card .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .poll-card h2 { font-size: 28px; line-height: 1.2; margin-top: 22px; }
  .poll-card > p { font-size: 12px; margin-top: 12px; }
  .tag { display: inline-block; padding: 5px 9px; border-radius: 20px; background: #eaf0df; font-size: 9px; font-weight: 550; line-height: 1.5; color: #506440; }
  .poll-options { list-style: none; padding: 0; display: grid; gap: 8px; margin-block: 22px; }
  .poll-options li { border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; gap: 12px; padding: 11px 14px; font-size: 12px; background: #fff; }
  .option-ring { color: #637353; font-size: 10px; min-width: 17px; flex-shrink: 0; }
  .poll-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .poll-bottom > span { font-size: 10px; color: var(--muted); }
  .poll-bottom .text-link { font-size: 10px; }
  .post-row { display: grid; grid-template-columns: 46px 1fr 15px; gap: 20px; padding-block: 23px; border-top: 1px solid var(--line); }
  .post-row:hover h3 { color: var(--sage); }
  .post-row time { font-size: 11px; color: var(--muted); padding-top: 2px; }
  .post-row h3 { font-size: 20px; line-height: 1.3; margin-top: 7px; transition: color 160ms; }
  .post-row p { font-size: 12px; margin-top: 8px; line-height: 1.65; }
  .post-row .eyebrow { font-size: 8px; }
  .post-row > span { font-size: 13px; margin-top: 20px; }
  .project-art { height: 220px; border-radius: 14px; position: relative; overflow: hidden; background: #e9ebdf; }
  .project-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
  .project-card:hover .project-art img { transform: scale(1.035); }
  .art-label { position: absolute; bottom: 16px; left: 16px; padding: 5px 10px; border: 1px solid #ffffff9c; border-radius: 20px; color: #374d3c; background: #f7f9f0ed; font-size: 9px; }
  .project-caption { padding-top: 20px; display: flex; gap: 20px; justify-content: space-between; }
  .project-caption h3 { font-size: 20px; }
  .project-caption p { font-size: 12px; margin-top: 8px; max-width: 290px; }
  .project-caption > span { font-size: 14px; }
  .welcome-band { border-radius: 16px; padding: 37px 43px; background: #354a3a; color: #f3f6ed; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
  .welcome-band .eyebrow { color: #c3cfb6; margin-bottom: 12px; }
  .welcome-band h2 { font-size: 30px; }
  .welcome-band p:not(.eyebrow) { font-size: 12px; color: #d1d9c9; margin-top: 10px; }
  .welcome-band .button { flex-shrink: 0; }
  .avatar { width: 30px; height: 30px; border-radius: 50%; background: #e4eadd; display: grid; place-items: center; font-family: Georgia, serif; font-size: 16px; color: #536849; }
  .account-chip { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; padding-block: 8px; }
  .account-actions { display: flex; align-items: center; gap: 14px; }
  .account-actions form { margin: 0; }
  .sign-out-link { padding: 8px 0; color: var(--muted); background: transparent; font-size: 11px; }
  .sign-out-link:hover { color: var(--ink); }
  .service-card { display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; min-height: 226px; }
  .service-card:hover { transform: translateY(-3px); border-color: #afbea3; box-shadow: 0 8px 24px #263a2908; }
  .service-card h3 { font-size: 22px; margin-top: 21px; }
  .service-card > p { font-size: 12px; margin-top: 11px; }
  .service-state { font-size: 10px; padding-top: 25px; margin-top: auto; color: #626e5c; }
  .status-dot { display: inline-block; width: 5px; height: 5px; background: #7b8f65; border-radius: 50%; margin-right: 5px; }
  .empty-state { grid-column: 1 / -1; border: 1px dashed #c7d0bd; background: #f2f5eb; border-radius: 14px; padding: 30px; }
  .empty-state h3 { margin-bottom: 12px; }
  .empty-state p { max-width: 620px; font-size: 15px; }
  .empty-state .button { margin-top: 22px; }
  .empty-copy { padding-block: 24px; }
  .quiet-card { background: #e3e9d9; padding: 40px; border-radius: 18px; }
  .quiet-card h2 { margin-block: 20px; }
  .quiet-card p { margin-bottom: 20px; }
  .filter-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
  .filter-nav a { border: 1px solid var(--line); border-radius: 24px; padding: 10px 20px; font-size: 13px; }
  .filter-nav a[aria-current], .filter-nav a:hover { color: #fff; background: var(--green); border-color: var(--green); }
  .browse-categories { margin-bottom: 52px; }
  .inline-note { display: flex; gap: 20px; padding: 24px 28px; border-radius: 12px; background: var(--soft); margin-top: 32px; }
  .inline-note p { font-size: 13px; }
  .inline-note strong { font-weight: 550; color: var(--ink); }
  .breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; color: var(--muted); font-size: 12px; }
  .breadcrumbs a:hover { text-decoration: underline; }
  .prose { max-width: 680px; }
  .prose h2 { font-size: 27px; margin-bottom: 22px; margin-top: 38px; }
  .prose h2:first-child { margin-top: 0; }
  .prose p { font-size: 17px; line-height: 1.9; margin-bottom: 24px; }
  .prose hr { border: 0; border-top: 1px solid var(--line); margin-block: 40px; }
  .detail-aside { border: 1px solid var(--line); background: #eff2e8; padding: 32px; border-radius: 18px; }
  .detail-aside h2 { font-size: 28px; margin-top: 20px; margin-bottom: 20px; }
  .detail-aside p { font-size: 14px; margin-bottom: 24px; }
  .detail-aside .small-copy { margin-block: 18px 0; font-size: 11px; }
  .detail-aside .button { width: 100%; }
  .setup-steps { list-style: none; padding: 0; margin: 0; }
  .setup-steps li { display: flex; gap: 28px; padding-block: 28px; border-top: 1px solid var(--line); }
  .setup-steps li > span { color: var(--green); font-size: 12px; padding-top: 5px; }
  .setup-steps h2 { font-size: 25px; margin-bottom: 16px; }
  .setup-steps p { font-size: 15px; }
  .wide-posts { max-width: 900px; }
  .wide-posts .post-row { padding-block: 30px; grid-template-columns: 70px 1fr 24px; }
  .wide-posts .post-row h3 { font-size: 27px; }
  .wide-posts .post-row p { font-size: 15px; }
  .values-card { border-radius: 150px 150px 18px 18px; background: #e6ecd9; padding: 70px 42px 42px; }
  .values-card h2 { margin-block: 25px; font-size: 40px; }
  .values-card p { line-height: 2; margin-bottom: 25px; }
  .faq-list details { border-top: 1px solid var(--line); padding-block: 24px; }
  .faq-list summary { cursor: pointer; font-size: 19px; font-weight: 500; letter-spacing: -.02em; padding-right: 20px; }
  .faq-list p { margin-top: 20px; font-size: 15px; line-height: 1.85; }
  .account-page { max-width: 690px; text-align: center; }
  .account-page .large-star { margin-bottom: 28px; }
  .account-page h1 { margin-block: 22px; font-size: 60px; }
  .account-page > p { max-width: 540px; margin-inline: auto; }
  .account-options { margin: 28px auto; max-width: 420px; display: grid; gap: 10px; }
  .account-options > span { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 20px; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; }
  .account-options small { font-size: 10px; color: var(--muted); }
  .account-page .button { margin-top: 28px; }
  .preview-note { margin-top: 36px; padding: 18px; font-size: 12px; background: #e8eddf; border-radius: 8px; }
  .preview-note a { text-decoration: underline; }
  .preview-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; display: flex; flex-direction: column; align-items: start; }
  .preview-card h2 { margin-block: 15px; }
  .preview-card p:not(.eyebrow) { margin-bottom: 28px; font-size: 15px; }
  .preview-card .button { margin-top: auto; }
  .message-stack { padding-top: 18px; }
  .notice { padding: 14px 18px; border: 1px solid #cad6bf; border-radius: 10px; background: #edf3e6; color: #33483a; font-size: 14px; }
  .account-summary { border-radius: 18px; padding: 38px; }
  .account-summary h2 { font-size: 32px; }
  .profile-details { margin: 0 0 26px; }
  .profile-details > div { padding-block: 15px; border-top: 1px solid #cad3c1; }
  .profile-details dt { color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
  .profile-details dd { margin: 5px 0 0; }
  .access-panel { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
  .access-panel .section-heading h2 { font-size: 30px; }
  .access-panel > .button { margin-top: 24px; }
  .access-list { border-top: 1px solid var(--line); }
  .access-row { display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding-block: 17px; border-bottom: 1px solid var(--line); }
  .access-row .status-dot { margin: 0; width: 7px; height: 7px; }
  .access-row strong, .access-row small { display: block; }
  .access-row strong { font-size: 14px; font-weight: 600; }
  .access-row small { margin-top: 3px; color: var(--muted); font-size: 11px; }
  .pending-dot { background: #b48b45; }
  .quiet-dot { background: #9ba29b; }
  .onboarding-form { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
  .field-group + .field-group { margin-top: 27px; }
  .field-group > label, .field-group > legend { display: block; color: var(--ink); font-size: 15px; font-weight: 600; }
  .field-help { margin: 5px 0 10px; font-size: 12px; }
  .field-group input:not([type="checkbox"]), .field-group select, .field-group textarea { width: 100%; padding: 12px 14px; border: 1px solid #bdc7ba; border-radius: 9px; color: var(--ink); background: #fbfcf9; }
  .field-group textarea { resize: vertical; }
  .capability-choices ul { display: grid; gap: 9px; margin: 13px 0 0; padding: 0; list-style: none; }
  .capability-choices label { display: flex; align-items: start; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: #fafbf8; cursor: pointer; }
  .capability-choices input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
  .field-errors, .form-errors { margin-top: 9px; color: #8b2929; font-size: 12px; }
  .field-errors ul, .form-errors ul { margin: 0; padding-left: 20px; }
  .form-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
  .onboarding-form > .small-copy { margin-top: 18px; }
  .access-placeholder { max-width: 680px; border-radius: 18px; padding: 38px; }
  .coming-soon { margin-top: 38px; padding-top: 27px; border-top: 1px solid var(--line); }
  .coming-soon > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; margin-block: 18px; }
  .coming-soon h3 { font-size: 17px; }
  .coming-soon article p { font-size: 12px; margin-top: 8px; }
  .coming-soon > .small-copy { font-size: 10px; }
}
@layer responsive {
  @media (min-width: 1600px) { .hero { padding-block: 90px; } }
  @media (max-width: 1100px) {
    .container { width: calc(100% - 64px); }
    .header-inner { gap: 25px; }
    .navigation { gap: 28px; }
    .nav-links { gap: 20px; }
    .hero { gap: 36px; }
    .hero h1 { font-size: 60px; }
    .hero-actions { gap: 20px; }
    .hero-image img { height: 330px; }
    .community-grid { gap: 36px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .detail-grid, .guide-layout, .help-layout, .about-grid { gap: 40px; }
    .project-art { height: 180px; }
    .poll-card { padding: 24px; }
  }
  @media (max-width: 850px) {
    .header-inner { flex-wrap: wrap; min-height: 78px; padding-block: 20px; gap: 18px; }
    .brand { font-size: 25px; }
    .navigation { width: 100%; justify-content: space-between; }
    .hero { padding-block: 50px 65px; gap: 25px; }
    .hero h1 { font-size: 49px; }
    .hero .eyebrow { font-size: 8px; }
    .hero-description { font-size: 14px; }
    .desktop-break { display: none; }
    .hero-actions { flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; }
    .hero-note { font-size: 10px; }
    .hero-image img { height: 320px; }
    .hero-feature { left: -12px; right: 0; padding: 16px; gap: 10px; }
    .hero-feature .eyebrow { font-size: 7px; }
    .hero-feature strong { font-size: 15px; }
    .feature-emblem { width: 35px; height: 35px; }
    .category-intro > span { display: none; }
    .category-card { padding: 18px; min-height: 146px; }
    .category-card h3 { font-size: 17px; }
    .category-card p { font-size: 11px; }
    .category-arrow { right: 18px; }
    .community-grid { grid-template-columns: 1fr; gap: 40px; }
    .community-grid .poll-card { max-width: none; }
    .poll-card h2 { font-size: 31px; }
    .poll-card .eyebrow { font-size: 10px; }
    .project-grid { gap: 18px; }
    .project-art { height: 160px; }
    .project-caption h3 { font-size: 18px; }
    .project-caption p { font-size: 11px; }
    .welcome-band { padding: 30px; }
    .member-hero { display: block; }
    .member-hero > .text-link { margin-top: 20px; }
    .detail-grid, .guide-layout, .help-layout, .about-grid, .poll-detail, .account-grid { grid-template-columns: 1fr; gap: 35px; }
    .detail-aside, .values-card { max-width: 620px; }
    .values-card { border-radius: 18px; }
    .page-intro > p:not(.eyebrow) { font-size: 16px; }
  }
  @media (max-width: 600px) {
    .container { width: calc(100% - 40px); }
    .section { padding-block: 46px; }
    .compact-top { padding-top: 0; }
    .dev-inner { font-size: 8px; min-height: 30px; }
    .dev-detail { display: none; }
    .header-inner { padding-block: 16px; min-height: 73px; }
    .brand { font-size: 24px; }
    .brand img { width: 26px; height: 26px; margin-right: 8px; }
    .menu-toggle { display: none; align-items: center; gap: 12px; background: transparent; padding: 10px; font-size: 12px; color: var(--ink); }
    .js .menu-toggle { display: inline-flex; }
    .js .menu-toggle[aria-expanded="false"] + .navigation { display: none; }
    .navigation { display: flex; align-items: stretch; flex-direction: column; gap: 18px; padding-top: 10px; }
    .nav-links { justify-content: space-between; gap: 10px; }
    .navigation .button { width: 100%; }
    .nav-actions { gap: 20px; }
    .sign-in-link { white-space: nowrap; }
    .hero { grid-template-columns: 1fr; padding-block: 42px 48px; gap: 40px; }
    .hero-copy .eyebrow { font-size: 9px; margin-bottom: 19px; }
    .hero h1 { font-size: clamp(44px, 10.8vw, 64px); }
    .hero-description { font-size: 15px; margin-top: 22px; }
    .hero-actions { gap: 18px; }
    .hero-note { margin-top: 22px; font-size: 10px; }
    .hero-visual { max-width: 430px; width: calc(100% - 14px); margin-left: auto; margin-right: 0; padding-bottom: 28px; }
    .hero-image { border-radius: 140px 140px 16px 16px; }
    .hero-image img { height: 260px; }
    .hero-feature { left: -14px; right: 18px; bottom: 3px; padding: 16px; }
    .hero-feature .eyebrow { font-size: 7px; }
    .hero-feature strong { font-size: 17px; }
    .visual-coordinate { font-size: 7px; bottom: -15px; }
    .landscape-caption { top: 24px; font-size: 7px; }
    .category-section { padding-top: 10px; padding-bottom: 46px; }
    .category-intro h2 { font-size: 19px; }
    .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .category-card { min-height: 142px; padding: 18px; }
    .category-card:nth-child(2n) { border-right: none; }
    .category-card:nth-child(n+3) { border-top: 1px solid var(--line); }
    .category-card h3 { font-size: 18px; }
    .category-card p { font-size: 11px; }
    .community-section { padding-block: 43px; }
    .section-heading { gap: 15px; margin-bottom: 25px; }
    .section-heading h2 { font-size: 28px; }
    .section-heading .text-link { font-size: 11px; gap: 8px; }
    .section-heading .muted { display: none; }
    .post-row { gap: 12px; grid-template-columns: 39px 1fr 12px; padding-block: 21px; }
    .post-row h3 { font-size: 20px; }
    .post-row p { font-size: 12px; }
    .poll-card { padding: 23px; }
    .poll-card h2 { font-size: 28px; }
    .poll-card .card-top { align-items: start; }
    .poll-card .eyebrow { font-size: 8px; }
    .poll-options li { padding: 13px; }
    .poll-bottom { flex-wrap: wrap; gap: 3px; }
    .project-grid { grid-template-columns: 1fr; gap: 32px; }
    .project-art { height: 240px; }
    .project-caption { padding-top: 17px; }
    .project-caption h3 { font-size: 23px; }
    .project-caption p { font-size: 13px; max-width: none; }
    .welcome-band { padding: 29px 25px; align-items: start; flex-direction: column; gap: 22px; }
    .welcome-band h2 { font-size: 28px; }
    .welcome-band .button { width: 100%; }
    .site-footer { margin-top: 44px; padding-top: 30px; }
    .footer-top { align-items: start; flex-direction: column; gap: 24px; padding-bottom: 28px; }
    .footer-links { gap: 24px; flex-wrap: wrap; }
    .footer-links a { padding-block: 8px; }
    .footer-bottom { flex-direction: column; gap: 14px; }
    .member-hero { padding-block: 38px 24px; }
    .member-hero h1 { font-size: 42px; }
    .member-hero p:not(.eyebrow) { font-size: 14px; }
    .your-services { padding-top: 10px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 195px; }
    .service-card h3 { margin-top: 12px; }
    .service-card > p { font-size: 14px; }
    .service-state { font-size: 11px; padding-top: 20px; }
    .page-intro { padding-block: 42px 36px; }
    .page-intro h1 { font-size: 43px; }
    .page-intro > p:not(.eyebrow) { font-size: 16px; margin-top: 20px; }
    .filter-nav { gap: 7px; }
    .filter-nav a { padding: 10px 16px; font-size: 12px; }
    .browse-categories { margin-bottom: 35px; }
    .inline-note { padding: 20px; gap: 12px; }
    .detail-aside { padding: 26px; }
    .prose p { font-size: 16px; }
    .setup-steps li { gap: 20px; }
    .setup-steps h2 { font-size: 23px; }
    .wide-posts .post-row { grid-template-columns: 40px 1fr 13px; gap: 12px; }
    .wide-posts .post-row h3 { font-size: 22px; }
    .wide-posts .post-row p { font-size: 13px; }
    .article-art img { height: 250px; }
    .preview-grid { grid-template-columns: 1fr; }
    .coming-soon > div { grid-template-columns: 1fr; gap: 18px; }
    .account-page h1 { font-size: 46px; }
    .account-options > span { font-size: 12px; padding-inline: 15px; }
    .account-options small { font-size: 9px; }
    .access-panel, .onboarding-form, .account-summary { padding: 24px; }
    .access-row { grid-template-columns: 12px minmax(0, 1fr); }
    .access-row .text-link { grid-column: 2; }
    .form-actions { align-items: stretch; flex-direction: column; gap: 12px; }
    .form-actions .button { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
  }
}
