:root {
  --ink: #18221c;
  --ink-soft: #58645b;
  --moss: #365846;
  --moss-dark: #18382a;
  --lime: #d9e6ad;
  --paper: #f5f6f0;
  --glass: rgba(255, 255, 255, .66);
  --line: rgba(43, 66, 51, .14);
  --shadow: 0 18px 60px rgba(38, 55, 43, .10);
  --radius: 28px;
  --content: min(1180px, calc(100vw - 48px));
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: linear-gradient(145deg, #f5f6f0 0%, #e8eee5 45%, #f5f1e9 100%); color: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .32; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); z-index: -1; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }

.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.ambient-one { width: 35vw; height: 35vw; top: 8%; left: -10%; background: rgba(171, 199, 156, .38); }
.ambient-two { width: 42vw; height: 42vw; right: -12%; top: 42%; background: rgba(224, 209, 176, .34); }
.glass { background: var(--glass); border: 1px solid rgba(255,255,255,.72); box-shadow: var(--shadow), inset 0 0 0 1px rgba(39,69,48,.06); backdrop-filter: blur(24px) saturate(120%); -webkit-backdrop-filter: blur(24px) saturate(120%); }
.content-shell { width: var(--content); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 14px; z-index: 50; width: min(1240px, calc(100vw - 28px)); min-height: 68px; margin: 14px auto 0; padding: 9px 10px 9px 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-radius: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand > span:last-child { display: grid; line-height: 1; gap: 4px; }
.brand strong { font-size: 1.02rem; letter-spacing: .1em; }
.brand small { font-size: .66rem; color: var(--ink-soft); }
.brand-mark { position: relative; display: flex; align-items: end; gap: 2px; width: 31px; height: 31px; padding: 5px; border-radius: 50%; background: var(--moss-dark); overflow: hidden; }
.brand-mark i { display: block; width: 6px; background: var(--lime); transform: rotate(18deg); }
.brand-mark i:nth-child(1) { height: 11px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 14px; }
.desktop-tabs { display: flex; gap: 4px; padding: 4px; border-radius: 15px; background: rgba(227,234,223,.7); }
.desktop-tabs a { padding: 10px 18px; border-radius: 11px; font-size: .84rem; font-weight: 700; color: var(--ink-soft); transition: .2s ease; }
.desktop-tabs a:hover, .desktop-tabs a.active { background: rgba(255,255,255,.86); color: var(--ink); box-shadow: 0 3px 10px rgba(30,50,35,.07); }
.audience-actions { justify-self: end; display: flex; gap: 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 43px; padding: 0 18px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; font-size: .82rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--moss-dark); box-shadow: 0 9px 18px rgba(24,56,42,.18); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.42); }
.button-light { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.72); }

.view { animation: viewIn .5s both; }
@keyframes viewIn { from { opacity: 0; transform: translateY(8px); } }
.hero { position: relative; display: grid; grid-template-columns: .92fr 1.34fr; min-height: 620px; margin-top: 36px; }
.hero-copy { position: relative; z-index: 2; align-self: center; margin-right: -54px; padding: clamp(32px, 5vw, 66px); border-radius: 34px; }
.eyebrow { margin-bottom: 14px; color: var(--moss); font-size: .69rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 5.2vw, 5.3rem); line-height: 1.09; font-weight: 650; }
.hero-lead { max-width: 33rem; color: var(--ink-soft); line-height: 1.9; font-size: .96rem; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.hero-visual { position: relative; min-width: 0; margin: 0; border-radius: 36px; overflow: hidden; box-shadow: 0 30px 80px rgba(36,54,41,.18); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(13,32,22,.5)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 27px; right: 27px; bottom: 23px; display: flex; justify-content: space-between; color: #fff; font-size: .65rem; letter-spacing: .17em; }
.hero-visual figcaption b { font-size: 1rem; }

.section { padding-top: 118px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 3.7vw, 3.4rem); font-weight: 620; }
.section-heading > p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 700; }
.text-link span { margin-left: 16px; }
.top-articles { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; }
.story-card { position: relative; min-width: 0; border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 14px 36px rgba(32,48,37,.08); cursor: pointer; }
.story-card:first-child { grid-row: span 2; }
.story-card img { width: 100%; aspect-ratio: 1.65; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.story-card:first-child img { aspect-ratio: 1.3; }
.story-card:hover img { transform: scale(1.035); }
.story-body { padding: 20px; }
.story-body .meta, .article-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; color: var(--ink-soft); font-size: .68rem; }
.story-body h3 { margin: 10px 0 0; font-size: 1.08rem; line-height: 1.55; }
.story-card:first-child h3 { font-size: 1.65rem; }
.story-card .pickup { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 8px 11px; border-radius: 10px; background: rgba(245,248,239,.85); backdrop-filter: blur(10px); font-size: .63rem; font-weight: 800; letter-spacing: .12em; }
.upcoming-list { border-radius: var(--radius); overflow: hidden; }
.upcoming-row { display: grid; grid-template-columns: 88px 1fr auto; gap: 24px; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.upcoming-row:last-child { border-bottom: 0; }
.upcoming-row:hover { background: rgba(255,255,255,.5); }
.date-block { display: grid; grid-template-columns: 1fr 1fr; align-items: baseline; border-right: 1px solid var(--line); }
.date-block b { font-size: 2rem; font-weight: 500; }
.date-block span { color: var(--ink-soft); font-size: .7rem; }
.upcoming-row h3 { margin: 0 0 5px; font-size: .96rem; }
.upcoming-row p { margin: 0; color: var(--ink-soft); font-size: .7rem; }
.type-pill { padding: 7px 10px; border-radius: 999px; background: #e9eddc; color: var(--moss); font-size: .64rem; font-weight: 800; }

.subpage { padding-top: 90px; }
.page-intro { margin-bottom: 50px; }
.page-intro h1 { margin-bottom: 16px; font-size: clamp(3rem, 6.2vw, 6.4rem); font-weight: 600; line-height: 1.05; }
.page-intro > p:last-child { color: var(--ink-soft); }
.page-intro.compact { margin-bottom: 0; }
.page-intro.compact h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
.filter-panel { padding: 25px; border-radius: var(--radius); }
.filter-topline { display: grid; grid-template-columns: 1fr auto; gap: 18px; margin-bottom: 22px; }
.search-field { display: flex; gap: 10px; align-items: center; padding: 0 16px; border-radius: 13px; background: rgba(255,255,255,.68); border: 1px solid var(--line); }
.search-field input { width: 100%; min-height: 44px; padding: 0; border: 0; outline: 0; background: transparent; }
.sort-field { display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: .75rem; }
.sort-field select { min-height: 44px; padding: 0 34px 0 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.68); }
fieldset { display: grid; grid-template-columns: 92px 1fr; gap: 15px; align-items: start; margin: 14px 0 0; padding: 0; border: 0; }
legend { float: left; width: 92px; padding-top: 8px; font-size: .72rem; font-weight: 800; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.5); color: var(--ink-soft); font-size: .7rem; cursor: pointer; }
.filter-chip[aria-pressed="true"] { background: var(--moss-dark); color: #fff; }
.result-line { display: flex; justify-content: space-between; align-items: center; margin: 35px 0 18px; }
.result-line p { margin: 0; font-size: .78rem; font-weight: 800; }
.clear-button { border: 0; border-bottom: 1px solid var(--ink-soft); padding: 4px 0; background: none; color: var(--ink-soft); font-size: .7rem; cursor: pointer; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
.article-card { overflow: hidden; padding: 0; border: 0; border-radius: 23px; text-align: left; color: inherit; background: rgba(255,255,255,.58); box-shadow: 0 12px 34px rgba(35,50,39,.07); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(35,50,39,.12); }
.article-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-card .card-copy { padding: 19px; }
.article-card h2 { margin: 11px 0 10px; font-size: 1.08rem; line-height: 1.5; }
.article-card p { overflow: hidden; margin: 0; color: var(--ink-soft); font-size: .76rem; white-space: nowrap; text-overflow: ellipsis; }
.empty-state { padding: 70px 20px; border-radius: var(--radius); text-align: center; }
.empty-state span { font-size: 2rem; color: var(--moss); }.empty-state h2 { margin: 14px 0 8px; }.empty-state p { color: var(--ink-soft); }

.calendar-page { padding-top: 84px; }
.calendar-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.calendar-actions { display: flex; gap: 8px; padding: 7px; border-radius: 18px; }
.segmented { display: flex; padding: 3px; border-radius: 12px; background: rgba(222,231,217,.8); }
.segmented button { min-width: 52px; border: 0; border-radius: 9px; background: transparent; color: var(--ink-soft); font-size: .76rem; font-weight: 800; cursor: pointer; }
.segmented button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: 0 3px 10px rgba(20,40,25,.08); }
.calendar-hint { margin-top: 32px; color: var(--ink-soft); font-size: .72rem; }
.calendar-frame { width: calc(100vw - 28px); margin: 16px auto 0; border-radius: 27px; overflow: hidden; }
.calendar-scroll { position: relative; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: rgba(44,73,53,.34) transparent; outline-offset: -3px; }
.calendar-board { display: flex; width: max-content; min-width: 100%; background: rgba(249,250,246,.38); }
.region-axis { position: sticky; left: 0; z-index: 8; flex: 0 0 126px; background: rgba(241,245,237,.94); box-shadow: 8px 0 18px rgba(40,63,46,.06); backdrop-filter: blur(18px); }
.axis-head, .period-head { height: 72px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.axis-head { padding: 18px; color: var(--ink-soft); font-size: .66rem; font-weight: 800; }
.region-label { height: 126px; display: flex; align-items: center; padding: 16px; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 800; }
.calendar-period { flex: 0 0 300px; border-left: 1px solid var(--line); }
.calendar-board.week-mode .calendar-period { flex-basis: 260px; }
.period-head { position: sticky; top: 0; z-index: 4; justify-content: space-between; padding: 14px 16px; background: rgba(248,250,245,.88); backdrop-filter: blur(17px); }
.period-head strong { font-size: 1.2rem; font-weight: 600; }.period-head span { color: var(--ink-soft); font-size: .64rem; }
.period-head.current { background: rgba(220,231,195,.9); }
.period-cell { height: 126px; padding: 10px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); }
.period-cell:nth-child(even) { background: rgba(234,239,231,.25); }
.calendar-event { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 9px; width: 100%; min-height: 76px; padding: 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; color: var(--ink); text-align: left; background: rgba(255,255,255,.9); box-shadow: 0 8px 18px rgba(32,52,38,.11); cursor: pointer; transform: rotate(var(--rotation)); transition: transform .2s ease, box-shadow .2s ease; }
.calendar-event + .calendar-event { margin-top: 7px; }
.calendar-event img { width: 58px; height: 60px; border-radius: 9px; object-fit: cover; }
.calendar-event span { display: block; margin-bottom: 3px; color: var(--moss); font-size: .57rem; font-weight: 800; }
.calendar-event strong { display: -webkit-box; overflow: hidden; font-size: .69rem; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.calendar-event:hover, .calendar-event:focus-visible { z-index: 3; transform: rotate(0) translateY(-4px); box-shadow: 0 15px 28px rgba(29,49,34,.2); }
.org-invite { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 34px; border-radius: var(--radius); }
.org-invite h2 { margin-bottom: 8px; font-size: 1.55rem; }.org-invite p:last-child { margin-bottom: 0; color: var(--ink-soft); font-size: .78rem; }

.audience-page { padding-top: 65px; }
.audience-hero { position: relative; min-height: 530px; padding: clamp(36px, 7vw, 84px); border-radius: 36px; overflow: hidden; display: flex; align-items: center; }
.audience-hero > div:first-child { position: relative; z-index: 2; max-width: 660px; }
.audience-hero h1 { margin-bottom: 25px; font-size: clamp(2.7rem, 5.7vw, 5.7rem); line-height: 1.12; font-weight: 600; }
.audience-hero p:not(.eyebrow) { max-width: 570px; color: var(--ink-soft); line-height: 1.9; }
.line-button { margin-top: 20px; color: #fff; background: #1f9d55; }
.personal-hero { background: linear-gradient(130deg, rgba(255,255,255,.72), rgba(222,235,207,.68)); }
.org-hero { background: linear-gradient(130deg, rgba(246,244,233,.78), rgba(210,224,215,.72)); }
.orbital-art { position: absolute; right: -20px; width: 410px; aspect-ratio: 1; border: 1px solid rgba(43,75,53,.12); border-radius: 50%; }
.orbital-art::before, .orbital-art::after { content: ""; position: absolute; border: 1px solid rgba(43,75,53,.12); border-radius: 50%; inset: 19%; }.orbital-art::after { inset: 37%; background: rgba(255,255,255,.45); }
.orbital-art span { position: absolute; z-index: 1; padding: 13px 16px; border-radius: 50%; color: #fff; background: var(--moss); font-size: .73rem; }.orbital-art span:nth-child(1) { top: 7%; left: 38%; }.orbital-art span:nth-child(2) { top: 54%; left: 5%; }.orbital-art span:nth-child(3) { right: 2%; bottom: 18%; }
.orbital-art i { position: absolute; inset: 44%; border-radius: 50%; background: var(--lime); box-shadow: 0 0 40px var(--lime); }
.benefit-grid, .support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-grid article, .support-grid article { min-height: 255px; padding: 30px; border-radius: 25px; }
.benefit-grid b { color: var(--moss); font-size: .72rem; }.benefit-grid h3, .support-grid h3 { margin: 46px 0 13px; font-size: 1.35rem; }.benefit-grid p, .support-grid p { margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.8; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }.faq-section h2 { font-size: 2.4rem; }.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 4px 22px; border-radius: 18px; }.faq-list summary { display: flex; justify-content: space-between; padding: 19px 0; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { padding-right: 40px; color: var(--ink-soft); font-size: .8rem; line-height: 1.8; }
.stamp-art { position: absolute; right: 8%; display: grid; place-items: center; width: 255px; aspect-ratio: 1; border: 2px solid rgba(39,70,49,.24); border-radius: 50%; transform: rotate(8deg); }
.stamp-art::before { content: ""; position: absolute; inset: 13px; border: 1px dashed rgba(39,70,49,.25); border-radius: 50%; }.stamp-art span { color: rgba(32,64,43,.62); font-size: 2rem; font-weight: 800; line-height: 1; text-align: center; letter-spacing: .12em; }.stamp-art i { position: absolute; bottom: 49px; font-style: normal; font-size: .68rem; letter-spacing: .18em; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: none; }.process-list li { position: relative; display: flex; gap: 22px; min-height: 165px; padding: 26px; border-radius: 23px; }.process-list li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -21px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--moss-dark); color: white; font-size: .7rem; }.process-list b { color: var(--moss); font-size: .7rem; }.process-list h3 { margin: 0 0 10px; font-size: 1.05rem; }.process-list p { margin: 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.7; }
.support-grid article span { font-size: .66rem; color: var(--moss); font-weight: 800; }.support-grid article h3 { margin-top: 46px; }.support-grid article a { display: inline-block; margin-top: 25px; font-size: .72rem; font-weight: 800; border-bottom: 1px solid var(--ink); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; margin-top: 130px; padding: 35px 0 45px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .7rem; }
.mobile-tabs { display: none; }
.article-modal { width: min(720px, calc(100vw - 30px)); padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; color: var(--ink); background: rgba(249,250,246,.93); box-shadow: 0 30px 100px rgba(14,27,19,.3); backdrop-filter: blur(25px); overflow: hidden; }
.article-modal::backdrop { background: rgba(18,31,23,.42); backdrop-filter: blur(6px); }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.85); font-size: 1.4rem; cursor: pointer; }
.modal-figure { margin: 0; }.modal-figure img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }.modal-copy { padding: 28px; }.modal-copy h2 { margin: 13px 0; font-size: 2rem; }.modal-copy p { color: var(--ink-soft); line-height: 1.8; }
.event-popover { position: fixed; z-index: 100; width: min(330px, calc(100vw - 24px)); padding: 12px; border-radius: 19px; }
.event-popover img { width: 100%; height: 128px; border-radius: 13px; object-fit: cover; }.event-popover h3 { margin: 13px 4px 10px; font-size: 1rem; }.event-popover dl { display: grid; grid-template-columns: 48px 1fr; gap: 7px; margin: 0 4px; font-size: .7rem; }.event-popover dt { color: var(--ink-soft); }.event-popover dd { margin: 0; font-weight: 700; }.event-popover a { display: block; margin: 13px 4px 3px; font-size: .72rem; font-weight: 800; }.toast { position: fixed; z-index: 200; left: 50%; bottom: 30px; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--ink); opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: .25s ease; font-size: .75rem; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

:focus-visible { outline: 3px solid #739a3d; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.desktop-tabs { display: none; }
  .hero { grid-template-columns: 1fr; }.hero-copy { width: min(650px, 90%); margin: 0 0 -90px 20px; align-self: auto; }.hero-visual { min-height: 520px; }
  .top-articles { grid-template-columns: 1fr 1fr; }.story-card:first-child { grid-column: span 2; grid-row: auto; display: grid; grid-template-columns: 1.2fr 1fr; }.story-card:first-child img { height: 100%; aspect-ratio: auto; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .orbital-art, .stamp-art { opacity: .42; right: -100px; }
  .audience-hero > div:first-child { max-width: 75%; }
}

@media (max-width: 768px) {
  :root { --content: calc(100vw - 28px); --radius: 22px; }
  body { padding-bottom: 82px; }
  .site-header { top: 8px; width: calc(100vw - 16px); min-height: 62px; margin-top: 8px; padding-left: 12px; border-radius: 19px; }
  .brand small { font-size: .57rem; }.brand-mark { width: 28px; height: 28px; }.audience-actions { gap: 5px; }.audience-actions .button { min-height: 38px; padding: 0 11px; font-size: .68rem; }
  .mobile-tabs { position: fixed; z-index: 60; left: 8px; right: 8px; bottom: 8px; display: grid; grid-template-columns: repeat(3,1fr); padding: 6px; border-radius: 20px; }
  .mobile-tabs a { display: grid; place-items: center; gap: 2px; padding: 7px; border-radius: 14px; color: var(--ink-soft); font-size: .6rem; font-weight: 700; }.mobile-tabs a.active { color: #fff; background: var(--moss-dark); }.mobile-tabs svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .hero { margin-top: 22px; min-height: 650px; }.hero-copy { width: calc(100% - 20px); margin: 0 10px -60px; padding: 30px 25px; border-radius: 26px; }.hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }.hero-lead { font-size: .84rem; }.hero-actions { flex-wrap: wrap; }.hero-visual { min-height: 430px; border-radius: 28px; }
  .section { padding-top: 86px; }.section-heading { align-items: start; }.section-heading h2 { font-size: 2.1rem; }.text-link { margin-top: 14px; white-space: nowrap; font-size: .7rem; }
  .top-articles { display: flex; overflow-x: auto; padding: 2px 2px 20px; scroll-snap-type: x mandatory; }.story-card, .story-card:first-child { flex: 0 0 82vw; display: block; scroll-snap-align: start; }.story-card:first-child img { height: auto; aspect-ratio: 1.45; }.story-card:first-child h3 { font-size: 1.25rem; }
  .upcoming-row { grid-template-columns: 65px 1fr; gap: 14px; padding: 17px; }.upcoming-row .type-pill { grid-column: 2; width: max-content; }.date-block b { font-size: 1.55rem; }
  .subpage, .calendar-page { padding-top: 60px; }.page-intro { margin-bottom: 35px; }.page-intro h1 { font-size: 2.85rem; }.filter-panel { padding: 16px; }.filter-topline { grid-template-columns: 1fr; }.sort-field { justify-content: space-between; } fieldset { grid-template-columns: 1fr; } legend { float: none; width: auto; padding: 0; }.article-grid { grid-template-columns: 1fr; }.article-card { display: grid; grid-template-columns: 116px 1fr; border-radius: 18px; }.article-card img { height: 100%; min-height: 150px; aspect-ratio: auto; }.article-card .card-copy { padding: 15px; }.article-card h2 { font-size: .98rem; }.article-card p { display: none; }
  .calendar-heading { align-items: start; flex-direction: column; }.calendar-actions { position: sticky; top: 79px; z-index: 10; width: 100%; justify-content: space-between; }.calendar-hint { margin-top: 22px; }.calendar-frame { width: calc(100vw - 12px); }.region-axis { flex-basis: 94px; }.region-label { height: 118px; padding: 10px; font-size: .65rem; }.period-cell { height: 118px; }.calendar-period { flex-basis: 252px; }.calendar-board.week-mode .calendar-period { flex-basis: 230px; }.calendar-event { grid-template-columns: 50px 1fr; }.calendar-event img { width: 50px; height: 56px; }.org-invite { align-items: start; flex-direction: column; padding: 24px; }
  .audience-page { padding-top: 38px; }.audience-hero { min-height: 580px; padding: 34px 25px; align-items: start; }.audience-hero > div:first-child { max-width: 100%; }.audience-hero h1 { font-size: 2.65rem; }.orbital-art { width: 320px; top: 350px; right: -70px; }.stamp-art { width: 210px; right: -30px; bottom: 20px; }.benefit-grid, .support-grid, .process-list { grid-template-columns: 1fr; }.benefit-grid article, .support-grid article { min-height: auto; }.benefit-grid h3, .support-grid article h3 { margin-top: 30px; }.faq-section { grid-template-columns: 1fr; gap: 25px; }.process-list li:not(:last-child)::after { top: auto; right: 50%; bottom: -21px; transform: translateX(50%) rotate(90deg); }
  .site-footer { grid-template-columns: 1fr; gap: 18px; margin-top: 90px; }.site-footer > * { margin: 0; }
  .modal-copy h2 { font-size: 1.45rem; }.event-popover { left: 12px !important; right: 12px; bottom: 92px; top: auto !important; width: auto; }
}

@media (max-width: 390px) {
  .brand small { display: none; }.audience-actions .button { padding-inline: 9px; }
  .hero-copy { padding-inline: 21px; }.hero h1 { font-size: 2.5rem; }
}

