/* トップページの情報設計。
   主操作（施設検索）→ 季節の入口 → 現在情報 → 目的別 → 読み物、の順で迷わせない。 */
.home-safety-banner:not(:has(> :not([hidden]))) { display: none; }
.home-safety-banner .home-safety-strip { width: 100%; margin: 0; }
@media (min-width: 901px) {
  #main-content:has(> .hero) {
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(0, 632px) minmax(0, 532px) minmax(1rem, 1fr);
    grid-template-rows: 18rem auto;
    gap: 1rem;
    align-items: start;
    padding-top: var(--below-header);
  }
  #main-content:has(> .hero) > * { grid-column: 2 / 4; width: auto; margin-inline: 0; }
  #main-content:has(> .hero) > .discovery-hub {
    grid-column: 3; grid-row: 1 / 5; width: auto; margin: 0;
    align-self: stretch;
    border-color: var(--line); border-radius: var(--r-l); box-shadow: var(--sh-2); backdrop-filter: none;
  }
  #main-content:has(> .hero) > .hero {
    grid-column: 2; grid-row: 1; min-height: 18rem; height: 18rem; padding: 1.4rem 0 1rem;
    border-radius: var(--r-l); box-shadow: var(--sh-2);
  }
  #main-content:has(> .hero) > .hero .hero-copy-stage { width: auto; padding: 0 1.5rem; }
  #main-content:has(> .hero) > .hero .hero-kicker { margin-bottom: .55rem; }
  #main-content:has(> .hero) > .hero .hero-copy h2 { max-width: 16ch; margin-block: .2rem .45rem; font-size: clamp(1.65rem, 2.4vw, 2.45rem); }
  #main-content:has(> .hero) > .hero .hero-copy > p { display: -webkit-box; max-width: 30rem; overflow: hidden; font-size: .72rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  #main-content:has(> .hero) > .hero .hero-collage,
  #main-content:has(> .hero) > .hero .hero-events { display: none; }
  #main-content:has(> .hero) > .hero .hero-credit { right: .7rem; left: .7rem; text-align: center; }
  #main-content:has(> .hero) > .hero .hero-actions .btn--p { display: none; }
  #main-content:has(> .hero) > .discovery-hub .discovery-hub__header { grid-template-columns: 1fr; align-items: start; }
  #main-content:has(> .hero) > .discovery-hub .discovery-hub__header > p { max-width: 46rem; }
  #main-content:has(> .hero) > .discovery-hub { padding: 1rem; }
  #main-content:has(> .hero) > .discovery-hub .discovery-hub__header h1 { font-size: clamp(1.55rem, 2.15vw, 2rem); }
  #main-content:has(> .hero) > .discovery-hub .search-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #main-content:has(> .hero) > .discovery-hub .search-form__query,
  #main-content:has(> .hero) > .discovery-hub .search-form__areas { grid-column: 1 / -1; }
  #main-content:has(> .hero) > .discovery-hub .search-form > .btn { grid-column: 1; width: 100%; }
  #main-content:has(> .hero) > .discovery-hub .search-form__near { grid-column: 2; width: 100%; padding-inline: .6rem; }
  #main-content:has(> .hero) > .discovery-hub .search-form__near span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  #main-content:has(> .hero) > .discovery-hub .discovery-groups { grid-template-columns: repeat(2, 1fr); }
  #main-content:has(> .hero) > .discovery-hub .need-shortcuts > a { grid-template-columns: 1fr; justify-items: center; min-height: 3.35rem; padding: .35rem .12rem; text-align: center; }
  #main-content:has(> .hero) > .discovery-hub .need-shortcuts > a > span { grid-row: auto; width: 1.55rem; height: 1.55rem; }
  #main-content:has(> .hero) > .discovery-hub .need-shortcuts strong { align-self: auto; font-size: .58rem; line-height: 1.25; }
  #main-content:has(> .hero) > .discovery-hub .need-shortcuts small { display: none; }
  #main-content:has(> .hero) > .discovery-hub .discovery-groups > a { min-height: 3.35rem; padding-block: .4rem; }
  #main-content:has(> .hero) > .discovery-hub .city-links--homepage { display: none; }
  #main-content:has(> .hero) > .discovery-hub .category-drawer { margin-top: .45rem; padding-top: .45rem; }
  #main-content:has(> .hero) > .update-ticker { grid-column: 2; grid-row: 2; min-width: 0; margin: 0; border: 1px solid var(--line); border-radius: var(--r-m); }
  #main-content:has(> .hero) > .update-ticker .update-ticker__title { padding-left: .75rem; }
  #main-content:has(> .hero) > .home-quick-picks { grid-column: 2; grid-row: 3; }
  #main-content:has(> .hero) > .home-pulse { grid-column: 2; grid-row: 4; }
  #main-content:has(> .home-safety-banner > :not([hidden])) { grid-template-rows: auto 18rem auto; }
  #main-content:has(> .hero) > .home-safety-banner { grid-row: 1; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .hero { grid-row: 2; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .discovery-hub { grid-row: 2 / 6; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .update-ticker { grid-row: 3; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .home-quick-picks { grid-row: 4; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .home-pulse { grid-row: 5; }
}

.discovery-hub__header h1 span { display: block; }
.discovery-hub__header h1 span:first-child { margin-bottom: .14rem; color: var(--blue-d); font-size: .58em; font-weight: 800; letter-spacing: .025em; }
.search-form__areas { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .25rem; min-width: 0; padding: 0; margin: 0; border: 0; }
.search-form__areas legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.search-form__areas label { position: relative; cursor: pointer; }
.search-form__areas input { position: absolute; opacity: 0; pointer-events: none; }
fieldset.search-form__areas label > span { position: static; display: flex; gap: .38rem; align-items: center; justify-content: center; width: 100%; height: auto; min-height: 2.45rem; padding: .45rem .35rem; overflow: visible; color: var(--ink-2); clip: auto; border: 1px solid var(--line); border-radius: .65rem; background: var(--paper); font-size: .62rem; font-weight: 800; line-height: 1; white-space: nowrap; transition: color var(--t-fast), border-color var(--t-fast), background var(--t-fast); }
fieldset.search-form__areas label > span::before { display: grid; place-items: center; width: .9rem; height: .9rem; flex: 0 0 auto; color: transparent; border: 1px solid var(--line-2); border-radius: .24rem; content: "✓"; font-size: .62rem; }
.search-form__areas input:checked + span { color: var(--control-active-ink); border-color: var(--control-active-border); background: linear-gradient(135deg, var(--control-active-start), var(--control-active-end)); box-shadow: 0 4px 12px rgb(53 184 161 / 11%); }
.search-form__areas input:checked + span::before { color: var(--control-active-ink); border-color: rgb(23 76 64 / 22%); background: rgb(255 255 255 / 68%); }
.search-form__areas input:focus-visible + span { outline: 3px solid color-mix(in srgb, var(--blue) 28%, transparent); outline-offset: 2px; }

.home-quick-picks { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: .65rem; min-width: 0; }
.home-quick-picks > :only-child { grid-column: 1 / -1; }
.home-quick-card { position: relative; display: grid; min-width: 0; min-height: 11rem; padding: .75rem .85rem; overflow: hidden; color: inherit; border: 1px solid var(--line); border-radius: var(--r-l); background: var(--paper); box-shadow: var(--sh-1); transition: border-color var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast); }
.home-quick-card:hover, .home-quick-card:focus-visible { border-color: var(--blue-100); box-shadow: var(--sh-2); transform: translateY(-2px); }
.home-quick-card:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.home-quick-card--marine { align-content: start; gap: .55rem; background: linear-gradient(135deg, var(--paper), var(--blue-50)); }
.home-marine__header { display: flex; align-items: start; justify-content: space-between; gap: .6rem; }
.home-marine__header > div { display: grid; gap: .08rem; }
.home-marine__header > span { color: var(--blue-d); font-size: .5rem; font-weight: 800; white-space: nowrap; }
.home-marine__body { display: grid; grid-template-columns: minmax(6.6rem, .65fr) minmax(0, 1.35fr); gap: .65rem; align-items: center; }
.home-tide__summary { display: grid; gap: .08rem; min-width: 0; }
.home-quick-card small { overflow: hidden; color: var(--ink-3); font-size: .5rem; font-weight: 800; letter-spacing: .06em; text-overflow: ellipsis; white-space: nowrap; }
.home-quick-card strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.home-quick-card em { color: var(--blue); font-size: .62rem; font-style: normal; font-weight: 800; }
.home-tide__summary > span { display: -webkit-box; overflow: hidden; color: var(--ink-3); font-size: .55rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-tide__chart { align-self: stretch; margin: 0; padding-top: .15rem; }
.home-tide__chart svg { display: block; width: 100%; height: 3.4rem; overflow: visible; }
.home-tide__chart line { stroke: var(--line-2); stroke-width: 1; }
.home-tide__chart polyline { fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.home-tide__chart .home-tide__now { stroke: var(--amber-700); stroke-dasharray: 3 3; }
.home-tide__chart figcaption { display: flex; justify-content: space-between; color: var(--ink-3); font-size: .46rem; }
.home-marine__conditions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--r-m); background: var(--line); }
.home-marine__conditions div { min-width: 0; padding: .36rem .42rem; background: rgb(255 255 255 / 76%); }
.home-marine__conditions dt { color: var(--ink-3); font-size: .45rem; font-weight: 800; }
.home-marine__conditions dd { display: -webkit-box; min-height: 1.7em; overflow: hidden; margin: .08rem 0 0; font-size: .5rem; font-weight: 800; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-marine__warning { padding: .25rem .4rem; color: #8a2f19; border-radius: var(--r-s); background: #fff1eb; font-size: .48rem; font-weight: 800; }
.home-marine__source { justify-self: end; }
.home-restaurant-pickup { display: grid; grid-template-rows: auto auto auto 1fr; min-width: 0; min-height: 11rem; padding: .62rem .75rem; border: 1px solid var(--line); border-radius: var(--r-l); background: var(--paper); box-shadow: var(--sh-1); }
.home-restaurant-pickup__header { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; }
.home-restaurant-pickup__header h2 { font-size: .78rem; }
.home-restaurant-pickup__actions { display: flex; gap: .45rem; align-items: center; }
.home-restaurant-pickup__actions a { color: var(--blue-d); font-size: .48rem; font-weight: 800; white-space: nowrap; }
.home-restaurant-view-toggle { display: none; min-height: 1.75rem; padding: .25rem .55rem; color: var(--blue-d); border: 1px solid var(--blue-100); border-radius: var(--r-p); background: var(--surface-accent); font-size: .52rem; font-weight: 800; cursor: pointer; }
.home-restaurant-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .18rem; margin: .35rem 0; }
.home-restaurant-tabs button { min-height: 1.8rem; padding: .25rem; color: var(--ink-2); border: 1px solid var(--line); border-bottom-width: 2px; border-radius: .45rem .45rem 0 0; background: var(--surface); font-size: .5rem; font-weight: 800; cursor: pointer; }
.home-restaurant-tabs button:hover, .home-restaurant-tabs button:focus-visible { border-color: var(--green); }
.home-restaurant-tabs button.is-active { color: var(--control-active-ink); border-color: var(--control-active-border); background: linear-gradient(135deg, var(--control-active-start), var(--control-active-end)); box-shadow: 0 4px 12px rgb(53 184 161 / 11%); }
.home-restaurant-progress { height: 2px; margin: -.36rem 0 .34rem; overflow: hidden; background: var(--line); }
.home-restaurant-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--rose-light), var(--rose)); }
.home-restaurant-progress span.is-running { animation: pickup-progress 5s linear forwards; }
@keyframes pickup-progress { to { width: 100%; } }
.home-restaurant-panels { min-width: 0; }
.home-restaurant-card { display: grid; gap: .12rem; min-width: 0; padding: .44rem .56rem; color: inherit; border-radius: var(--r-m); background: var(--sand-50); }
.home-restaurant-card:hover strong { color: var(--green-d); }
.home-restaurant-card > strong { overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.home-restaurant-card > span { color: var(--ink-3); font-size: .5rem; }
.home-restaurant__point { min-height: calc(2.8em + .5rem); padding: .25rem .4rem; margin-top: .12rem; color: var(--ink-2); border-radius: .45rem; background: var(--green-50); font-size: .5rem; line-height: 1.4; }
.home-restaurant__point.is-fallback { color: var(--ink-3); }
.home-restaurant__facts { display: grid; gap: .14rem; margin: .12rem 0 0; }
.home-restaurant__facts div { display: grid; grid-template-columns: 2.1rem minmax(0, 1fr); gap: .25rem; align-items: baseline; min-width: 0; }
.home-restaurant__facts dt { color: var(--ink-3); font-size: .46rem; font-weight: 800; }
.home-restaurant__facts dd { overflow: hidden; color: var(--ink-2); font-size: .52rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.home-restaurant__facts dd.is-unconfirmed { color: var(--ink-3); font-weight: 600; }
.home-restaurant-card > small { margin-top: .3rem; color: var(--green-d); font-size: .56rem; }
.home-restaurant-map { display: none; }
.home-restaurant-content[hidden], .home-restaurant-map[hidden] { display: none; }

/* 地域ニュースと自治体メールは独立した大見出しを連続させず、一つの速報面へまとめる。 */
.home-pulse { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; min-width: 0; }
.home-pulse > section { min-width: 0; padding: .8rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-l); background: var(--paper); box-shadow: var(--sh-1); }
.home-pulse .sec { gap: .5rem; align-items: center; margin-bottom: .55rem; }
.home-pulse .sec .eyebrow { margin-bottom: .1rem; font-size: .52rem; }
.home-pulse .sec h2 { font-size: .95rem; }
.home-pulse .sec .btn { min-height: 2rem; padding: .3rem .55rem; font-size: .58rem; }
.home-pulse .news-latest { width: auto; margin: 0; }
.home-pulse .news-grid, .home-pulse .notice-list { display: grid; grid-template-columns: 1fr; gap: .4rem; width: 100%; margin: 0; }
.home-pulse .news-card, .home-pulse .notice-card { min-width: 0; padding: .6rem .65rem; border-radius: var(--r-m); box-shadow: none; }
.home-pulse .news-card__body { gap: .25rem; padding: 0; }
.home-pulse .news-card__surface > img,
.home-pulse .news-card__body > p:not(.news-card__meta),
.home-pulse .news-card__link,
.home-pulse .notice-card__surface > p,
.home-pulse .notice-card__link { display: none; }
.home-pulse .news-card__meta { gap: .25rem; font-size: .55rem; }
.home-pulse .news-card__meta span { padding: .1rem .3rem; }
.home-pulse .news-card h3, .home-pulse .notice-card h3 { margin: .25rem 0 0; font-size: .76rem; line-height: 1.4; }
.home-pulse .notice-card { border-left-width: 3px; }
.home-pulse .notice-card__surface { padding: 0; }
.home-pulse .notice-card header, .home-pulse .notice-card header > div { gap: .25rem; font-size: .54rem; }
.home-pulse .notice-card header span { padding: .1rem .3rem; }

.home-explore-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(20rem, .75fr); gap: 1.5rem 1rem; width: var(--wrap); margin: 0 auto 4rem; }
.home-explore-grid > :first-child { grid-column: 1 / -1; }
.home-explore-grid > .featured-courses,
.home-explore-grid > .local-pantry,
.home-explore-grid > .dining-modes { width: auto; margin: 0; }
.home-explore-grid > .local-pantry .local-pantry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-explore-grid > .dining-modes { padding: 1.35rem; }
.home-explore-grid > .dining-modes nav { grid-template-columns: repeat(2, 1fr); }
.home-explore-grid > .featured-courses .course-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto auto 1fr auto; column-gap: .9rem; padding: 1rem; }
.home-explore-grid > .featured-courses .course-card > header,
.home-explore-grid > .featured-courses .course-card > h2,
.home-explore-grid > .featured-courses .course-card > p,
.home-explore-grid > .featured-courses .course-theme-tags { grid-column: 1 / -1; }
.home-explore-grid > .featured-courses .course-card-facts { grid-column: 1; }
.home-explore-grid > .featured-courses .course-card-stops { grid-column: 2; grid-row: 5; min-width: 8rem; margin: .7rem 0 0; }
.home-explore-grid > .featured-courses .course-card > footer { grid-column: 1 / -1; }
@media (min-width: 901px) {
  #main-content:has(> .hero) > .home-weather .home-weather__layout { align-items: start; }
}

@media (max-width: 900px) {
  #main-content:has(> .hero) { display: flex; flex-direction: column; padding-top: var(--below-header); overflow-x: clip; }
  #main-content:has(> .hero) > .hero { order: -3; align-content: start; width: calc(100% - 1rem); min-height: 15.5rem; height: 15.5rem; margin: .5rem auto .65rem; padding: .9rem 0 1.4rem; border-radius: var(--r-l); }
  #main-content:has(> .hero) > .home-safety-banner { order: -4; width: calc(100% - 1rem); margin: .5rem auto 0; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .hero { height: 12rem; min-height: 12rem; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .hero .hero-copy h2 { font-size: 1.3rem; line-height: 1.3; margin-block: .25rem .4rem; }
  #main-content:has(> .home-safety-banner > :not([hidden])) > .hero .hero-copy > p { display: none; }
  #main-content:has(> .hero) > .discovery-hub { order: -2; margin-top: 0; }
  #main-content:has(> .hero) > .home-quick-picks { order: -1; width: calc(100% - 1rem); margin: 0 auto .65rem; }
  #main-content:has(> .hero) > .home-pulse { order: 0; width: calc(100% - 1rem); margin: 0 auto 1.25rem; }
  #main-content:has(> .hero) > .update-ticker { order: 0; }
  #main-content:has(> .hero) > .hero .hero-copy-stage { width: auto; padding: 0 1rem; }
  #main-content:has(> .hero) > .hero .hero-shade { background: linear-gradient(180deg, rgb(14 44 38 / 90%) 0%, rgb(14 44 38 / 50%) 56%, rgb(14 44 38 / 18%) 100%); }
  #main-content:has(> .hero) > .hero .hero-copy h2 { max-width: 18ch; margin-block: .2rem .45rem; font-size: clamp(1.55rem, 7.2vw, 2.15rem); }
  #main-content:has(> .hero) > .hero .hero-copy > p { display: -webkit-box; max-width: 33rem; overflow: hidden; font-size: .72rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  #main-content:has(> .hero) > .hero .hero-actions { margin-top: .55rem; }
  #main-content:has(> .hero) > .home-quick-picks { grid-template-columns: 1fr 1fr; }
  #main-content:has(> .hero) > .hero .hero-kicker,
  #main-content:has(> .hero) > .hero .hero-actions .btn--p { display: none; }
  /* トップは予報の要点まで。操作量の多いレーダーは専用ページへ集約する。 */
  #main-content:has(> .hero) > .home-weather .home-weather__layout { grid-template-columns: 1fr; }
  #main-content:has(> .hero) > .home-weather .home-weather__side { display: grid; }
  .home-explore-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; margin-bottom: 3rem; }
  .home-explore-grid > :first-child { grid-column: auto; }
  .home-explore-grid > .local-pantry .local-pantry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-explore-grid > .dining-modes nav { display: grid; grid-template-columns: repeat(2, 1fr); margin: .5rem 0 0; padding: 0; overflow: hidden; }
  .home-explore-grid > .dining-modes nav a { min-width: 0; min-height: 5.4rem; }
  .trip-toolkit { overflow: hidden; }
  .trip-toolkit nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .trip-toolkit nav a { min-width: 0; min-height: 5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-quick-card { transition: none; }
  .home-quick-card:hover, .home-quick-card:focus-visible { transform: none; }
}
@media (max-width: 600px) {
  #main-content:has(> .hero) > .discovery-hub .discovery-hub__header h1 { font-size: 1.18rem; line-height: 1.15; }
  #main-content:has(> .hero) > .discovery-hub .discovery-hub__header h1 span:first-child { font-size: .58em; }
  #main-content:has(> .hero) > .discovery-hub .search-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #main-content:has(> .hero) > .discovery-hub .search-form__query,
  #main-content:has(> .hero) > .discovery-hub .search-form__areas { grid-column: 1 / -1; }
  #main-content:has(> .hero) > .discovery-hub .search-form__areas { display: grid; grid-template-columns: repeat(2, 1fr); }
  #main-content:has(> .hero) > .discovery-hub .search-form__areas span { min-height: 2rem; padding-inline: .2rem; font-size: .5rem; }
  #main-content:has(> .hero) > .discovery-hub .search-form > .btn { grid-column: 1; width: 100%; min-height: 3rem; }
  #main-content:has(> .hero) > .discovery-hub .search-form__near { grid-column: 2; display: flex; gap: .35rem; align-items: center; justify-content: center; width: 100%; min-height: 3rem; padding-inline: .45rem; border-radius: .7rem; font-size: .68rem; }
  #main-content:has(> .hero) > .discovery-hub .search-form__near span { position: static; width: auto; height: auto; padding: 0; overflow: visible; clip: auto; }
  #main-content:has(> .hero) > .discovery-hub .search-form__near .ui-icon { width: .95rem; height: .95rem; }
  #main-content:has(> .hero) > .home-quick-picks { grid-template-columns: 1fr; }
  #main-content:has(> .hero) > .home-weather .home-radar-mini { display: grid; }
  .home-quick-card { min-height: 0; }
  .home-marine__body { grid-template-columns: minmax(6.8rem, .7fr) minmax(0, 1.3fr); }
  .home-restaurant-pickup { min-height: 0; }
  .home-restaurant-view-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .home-restaurant-map:not([hidden]) { display: block; margin-top: .55rem; overflow: hidden; border: 1px solid var(--line); border-radius: .65rem; background: var(--surface-accent); }
  .home-restaurant-map__canvas { height: 10rem; }
  .home-pulse { grid-template-columns: 1fr; gap: .5rem; }
  .home-pulse > section { padding: .48rem; border-radius: var(--r-m); }
  .home-pulse .sec { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .25rem; margin-bottom: .35rem; }
  .home-pulse .sec .eyebrow { display: none; }
  .home-pulse .sec h2 { font-size: .72rem; line-height: 1.25; }
  .home-pulse .sec .btn { min-height: 1.65rem; padding: .18rem .35rem; font-size: .5rem; }
  .home-pulse .news-grid, .home-pulse .notice-list { grid-template-columns: 1fr; }
  .home-pulse .news-card, .home-pulse .notice-card { padding: .4rem; }
  .home-pulse .news-card h3, .home-pulse .notice-card h3 { margin-top: .15rem; font-size: .7rem; line-height: 1.4; overflow-wrap: anywhere; }
  .home-pulse .news-card__meta, .home-pulse .notice-card header { font-size: .5rem; }
  .home-pulse .news-card__meta time, .home-pulse .notice-card header time { display: inline; }
  .home-explore-grid { gap: 1.25rem; }
  .home-explore-grid > .featured-courses .sec h2 { font-size: clamp(.82rem, 3.6vw, 1rem); letter-spacing: -.06em; white-space: nowrap; }
  .home-explore-grid > * { min-width: 0; overflow: hidden; }
  .home-explore-grid > .featured-courses .course-card-grid,
  .home-explore-grid > .local-pantry .local-pantry-grid { display: flex; width: 100%; max-width: 100%; gap: .6rem; padding: .25rem 1.2rem .65rem .1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: .1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .home-explore-grid > .featured-courses .course-card,
  .home-explore-grid > .local-pantry .local-pantry-grid article { flex: 0 0 calc(100% - 2rem); scroll-snap-align: start; }
  .home-explore-grid > .featured-courses .course-card { display: block; }
  .home-explore-grid > .featured-courses .course-card-stops { min-width: 0; }
  .home-explore-grid > .local-pantry .local-pantry-grid article { padding: .75rem; }
  .home-explore-grid > .local-pantry .local-pantry-grid h3 { margin-top: .55rem; font-size: .78rem; }
  .home-explore-grid > .local-pantry .local-pantry-grid article > p { display: -webkit-box; overflow: hidden; font-size: .58rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
}
@media (prefers-reduced-motion: reduce) { .home-restaurant-progress span.is-running { animation: none; width: 100%; } }
@media (max-width: 374px) {
  .home-explore-grid > .featured-courses .course-card,
  .home-explore-grid > .local-pantry .local-pantry-grid article { flex-basis: calc(100% - 1.2rem); }
}
