:root {
  --ink: #2f302d;
  --muted: #6f746c;
  --soft: #f7f4ec;
  --paper: #fffdf8;
  --line: #e4dfd2;
  --green: #789362;
  --green-dark: #567247;
  --green-soft: #eef4e7;
  --blue: #6e9fbd;
  --blue-soft: #edf6fb;
  --yellow: #e7bd63;
  --yellow-soft: #fbf5df;
  --rose: #d68a7f;
  --teal: #72b8b1;
  --shadow: 0 16px 38px rgba(49, 55, 45, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.62), rgba(255, 253, 248, 0.95) 420px),
    var(--paper);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Hiragino Sans", "Yu Gothic", Meiryo, serif;
  line-height: 1.72;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.asset-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.4em;
  height: 1.4em;
  object-fit: contain;
  vertical-align: -0.28em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1.45;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.45;
}

h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.45;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 80px;
  padding: 12px 30px;
  border-bottom: 1px solid rgba(212, 206, 194, 0.72);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-dark);
  font-size: 23px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(228, 223, 210, 0.88);
}

.brand-mark-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.top-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  color: #383d36;
}

.nav-icon {
  width: 23px;
  height: 23px;
}

.top-nav a:hover,
.top-nav a.active {
  border-color: var(--green);
  color: var(--green-dark);
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 560px);
  align-items: center;
  gap: 54px;
  min-height: 378px;
  padding: 26px max(28px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.85) 0%, rgba(255, 253, 248, 0.62) 45%, rgba(247, 244, 236, 0.68) 100%),
    var(--hero-image) center / cover no-repeat;
}

.home-hero::after,
.category-hero::after,
.center-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(212, 206, 194, 0.78);
}

.hero-copy {
  max-width: 470px;
  padding: 8px 0;
}

.eyebrow,
.preview-label {
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.eyebrow {
  margin-bottom: 10px;
}

.hero-copy p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.85;
}

.primary-link,
.promo-strip a,
.feature-grid a,
.wide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.daily-preview {
  position: relative;
  padding: 18px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.daily-preview::after,
.lead-box::after,
.numbered-section:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 20px;
  width: 44px;
  height: 44px;
  background: url("/assets/icons/yuru-icon-section-sprout.png") center / contain no-repeat;
  opacity: 0.5;
}

.preview-label {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.daily-preview time {
  display: block;
  margin-bottom: 14px;
  text-align: center;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.weather-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 42px;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.weather-pill b {
  font-size: 24px;
}

.weather-pill span {
  margin-left: auto;
  color: var(--blue);
}

blockquote {
  position: relative;
  margin: 14px 0;
  padding: 16px 24px;
  border: 1px solid rgba(224, 217, 198, 0.65);
  border-radius: 8px;
  background: linear-gradient(135deg, #f4f7e9, #fff8e8);
  color: #43493f;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

blockquote span {
  color: rgba(120, 147, 98, 0.46);
  font-size: 36px;
  line-height: 0;
}

.preview-theme {
  margin-bottom: 8px;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-row span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.pill.blue {
  background: var(--blue-soft);
  color: #4f7890;
}

.preview-cta {
  width: min(260px, 100%);
  margin: 18px auto 0;
}

.content-band,
.page-shell {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 24px 0;
}

.content-band.no-pad {
  width: 100%;
  padding: 0;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.section-head h2::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/icons/yuru-icon-section-sprout.png") center / contain no-repeat;
}

.section-head a {
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.article-card,
.category-tile,
.numbered-section,
.soft-panel,
.sidebar section,
.feature-grid section,
.info-grid section,
.summary-metrics,
.app-hero-card,
.lead-box,
.category-index-grid section,
.check-block,
.download-card,
.wide-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(70, 70, 55, 0.05);
}

.article-card {
  overflow: hidden;
  min-height: 232px;
}

.card-hit {
  display: block;
}

.visual {
  width: 100%;
  height: 84px;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(120, 146, 95, 0.16), rgba(110, 159, 189, 0.2)),
    repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(255, 255, 255, 0.45) 16px, rgba(255, 255, 255, 0.45) 24px);
}

.visual-phone { background-color: var(--blue-soft); }
.visual-shopping { background-color: var(--yellow-soft); }
.visual-night { background-color: #e8edf5; }
.visual-season { background-color: #e8f4ec; }

.article-card-body {
  display: flex;
  flex-direction: column;
  min-height: 148px;
  padding: 10px 12px;
  line-height: 1.45;
}

.article-card span,
.mini-card span {
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.article-card h3 {
  min-height: 38px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.45;
}

.article-card-summary {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-card time {
  margin-top: auto;
}

time,
.meta-line,
.breadcrumbs {
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
}

.category-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.category-tile {
  min-height: 84px;
  padding: 12px;
}

.category-icon-badge,
.feature-icon-badge,
.summary-metrics span::before {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--green);
  font-size: 19px;
  box-shadow: inset 0 0 0 1px rgba(228, 223, 210, 0.92);
}

.summary-metrics span::before {
  content: "";
  margin: 0 auto 8px;
  background: rgba(255, 255, 255, 0.78) url("/assets/icons/yuru-icon-section-sprout.png") center / 30px 30px no-repeat;
}

.category-icon,
.feature-icon {
  width: 40px;
  height: 40px;
}

.category-tile .category-icon-badge {
  margin-bottom: 6px;
}

.category-tile strong {
  font-size: 13px;
}

.category-tile small {
  font-size: 11px;
  line-height: 1.45;
}

.category-tile strong,
.category-tile small {
  display: block;
}

.category-tile small {
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
}

.tone-blue .category-icon-badge,
.category-tile:nth-child(2) .category-icon-badge { background: #e9f2fa; color: var(--blue); }
.tone-yellow .category-icon-badge,
.category-tile:nth-child(3) .category-icon-badge { background: var(--yellow-soft); color: var(--yellow); }
.tone-teal .category-icon-badge,
.category-tile:nth-child(4) .category-icon-badge { background: #e8f6f3; color: var(--teal); }
.tone-rose .category-icon-badge { background: #fbebe7; color: var(--rose); }
.tone-purple .category-icon-badge { background: #f0edf7; color: #8675a8; }
.tone-mustard .category-icon-badge { background: #fbf1d8; color: #be8b34; }

.promo-strip {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto 28px;
  padding: 18px;
  border: 1px solid rgba(213, 205, 186, 0.78);
  border-radius: 8px;
  background: linear-gradient(105deg, #f5f7ec, #eaf3f7);
}

.pr-label {
  position: absolute;
  align-self: start;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.promo-image {
  width: 180px;
  height: 104px;
  margin-top: 18px;
  border-radius: 8px;
  object-fit: cover;
  object-position: left center;
  box-shadow: var(--shadow);
}

.clean-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
}

.clean-list li::before,
.info-grid li::before,
.inline-checks span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("/assets/icons/yuru-icon-check-sprout.png") center / contain no-repeat;
  vertical-align: -4px;
}

.breadcrumbs {
  margin-bottom: 28px;
}

.article-hero {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.split-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 40px;
}

.hero-photo {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 44px rgba(80, 80, 60, 0.08);
}

.daily-hero .hero-photo {
  object-position: center;
}

.round-photo {
  border-radius: 50%;
}

.wide-hero-photo {
  width: 100%;
  height: 150px;
  margin-top: 18px;
  border-radius: 8px;
  object-fit: cover;
}

.numbered-section {
  position: relative;
  margin-bottom: 26px;
  padding: 30px;
}

.numbered-section > span,
.check-block > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.numbered-section.flat > span {
  display: none;
}

.weather-panel {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
  margin: 20px 0;
}

.weather-panel > div {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.weather-panel strong,
.weather-panel b {
  display: block;
}

.weather-icon {
  color: var(--blue);
  font-size: 46px;
}

.weather-icon-image {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.notice,
.advice {
  padding: 16px 18px;
  border: 1px solid #cddfeb;
  border-radius: 8px;
  background: var(--blue-soft);
  color: #49677a;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

.check-list,
.soft-panel,
.routine {
  display: grid;
  gap: 12px;
}

label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

label small {
  margin-left: auto;
  color: var(--muted);
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
}

.two-column,
.tip-grid,
.feature-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tip-grid,
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.soft-panel,
.routine {
  padding: 24px;
}

.routine.morning {
  background: linear-gradient(135deg, #fffaf0, #fff);
}

.routine.night {
  background: linear-gradient(135deg, #eef6fb, #fff);
}

.tomorrow-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  align-items: center;
}

.circle-visual {
  min-height: 230px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 58% 38%, rgba(120, 147, 98, 0.2) 0 32px, transparent 33px),
    radial-gradient(circle at 40% 60%, rgba(231, 189, 99, 0.16) 0 64px, transparent 65px),
    linear-gradient(135deg, #fbf8ee, #eef4e7);
}

.article-pager {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.article-pager a {
  min-height: 70px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.article-pager small {
  display: block;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
}

.site-footer {
  position: relative;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #f7f5ee, #fbfaf5);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 20px 0 12px;
}

.footer-about p {
  color: #4f554d;
  font-size: 13px;
  line-height: 1.6;
}

.site-footer h2 {
  font-size: 15px;
}

.site-footer a {
  display: block;
  margin-bottom: 6px;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.filter-row button {
  background: var(--green);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.copyright {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  text-align: center;
}

.week-strip,
.inline-checks,
.week-cards,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.week-strip span,
.inline-checks span,
.week-cards span {
  flex: 1;
  min-width: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.week-strip span {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.week-strip b,
.week-strip small {
  line-height: 1.25;
}

.week-weather-icon {
  width: 36px;
  height: 36px;
}

.summary-metrics {
  margin-bottom: 24px;
  padding: 24px;
}

.summary-metrics div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}

.summary-metrics span {
  padding: 18px 10px;
  border-right: 1px solid var(--line);
}

.summary-metrics span:last-child {
  border-right: 0;
}

.summary-metrics b {
  display: block;
  margin-top: 4px;
  font-size: 24px;
}

.check-block {
  display: grid;
  grid-template-columns: 64px 1fr 220px;
  gap: 24px;
  align-items: start;
  margin-bottom: 18px;
  padding: 22px;
}

.check-block p {
  min-height: 120px;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fbf8ee, #f5f8ef);
  font-size: 14px;
}

.with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
}

.sidebar {
  display: grid;
  align-content: start;
  gap: 24px;
}

.sidebar section,
.feature-grid section,
.info-grid section,
.lead-box,
.app-hero-card,
.download-card,
.wide-cta {
  padding: 24px;
}

.sidebar ol {
  padding-left: 20px;
}

.category-hero,
.center-hero {
  position: relative;
  margin: -38px calc(50% - 50vw) 28px;
  padding: 46px max(34px, calc((100vw - 1120px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94) 0%, rgba(255, 253, 248, 0.86) 52%, rgba(255, 253, 248, 0.34) 100%),
    var(--hero-image) right center / 58% auto no-repeat,
    linear-gradient(110deg, #fffdf8, #f2efe5);
}

.category-hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
  align-items: center;
}

.center-hero {
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.74)),
    var(--hero-image) center / cover no-repeat;
}

.filter-row {
  justify-content: center;
}

.filter-row button {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.filter-row button:first-child {
  background: var(--green);
  color: #fff;
}

.category-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.category-index-grid section {
  padding: 22px;
}

.category-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.category-title h2 {
  margin: 0;
}

.category-title a {
  margin-left: auto;
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.mini-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.mini-card {
  min-width: 0;
}

.mini-visual {
  width: 100%;
  height: 82px;
  margin-bottom: 10px;
  border-radius: 8px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--green-soft), var(--blue-soft));
}

.mini-card h3 {
  min-height: 52px;
  font-size: 14px;
}

.wide-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  padding: 24px 34px;
  background: linear-gradient(100deg, #f5f8ee, #fff8ea);
}

.info-grid .wide {
  grid-column: 1 / -1;
}

.info-grid h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.info-grid h2 span {
  color: var(--green);
}

.info-grid ul {
  margin: 16px 0 0;
  padding: 16px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green-soft), #faf7ee);
  list-style: none;
}

.info-grid dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0;
  margin: 18px 0 0;
}

.info-grid dt,
.info-grid dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.info-grid dt {
  font-weight: 800;
}

.about-card-grid {
  display: grid;
  gap: 24px;
}

.about-card,
.about-closing {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(70, 70, 55, 0.05);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 22px;
}

.about-card:nth-child(even) img {
  order: 2;
}

.about-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.about-card ul {
  margin: 16px 0 18px;
  padding-left: 1.3em;
}

.about-app-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  margin-top: 2px;
}

.about-detail-link {
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-closing {
  margin-top: 24px;
  padding: 24px 28px;
  background: linear-gradient(100deg, #f7f1e4, #f7fbf1);
}

.about-closing p {
  margin-bottom: 0;
}

.contact-page {
  max-width: 900px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf8, #f4f8ed);
  box-shadow: 0 8px 24px rgba(70, 70, 55, 0.05);
}

.contact-panel h2 {
  margin-bottom: 10px;
}

.contact-panel p {
  color: #5f6459;
}

.contact-form,
.contact-field {
  display: grid;
  gap: 10px;
}

.contact-form {
  gap: 16px;
}

.contact-field label {
  display: block;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #343631;
  font-weight: 800;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #343631;
}

.contact-field input,
.contact-field select {
  min-height: 46px;
  padding: 0 14px;
}

.contact-field textarea {
  resize: vertical;
  min-height: 180px;
  padding: 12px 14px;
  line-height: 1.75;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: 3px solid rgba(120, 146, 95, 0.22);
  border-color: var(--green);
}

.contact-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.after-info {
  margin-top: 24px;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
}

.seasonal-photo {
  object-fit: cover;
}

.lead-box {
  position: relative;
  margin-bottom: 28px;
  padding: 24px 88px 24px 32px;
  font-size: 17px;
}

.app-hero-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #eef7fd, #f8fbff);
}

.app-hero-card img {
  width: 100%;
  border: 1px solid #cddfeb;
  border-radius: 8px;
}

.app-copy {
  display: flex;
  align-items: center;
  gap: 18px;
}

.app-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #fff;
  color: var(--green);
  font-size: 32px;
  box-shadow: var(--shadow);
}

.app-icon-image {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.download-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  background: linear-gradient(135deg, #fff9ee, #fff);
}

.line-art-person {
  min-height: 160px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 34%, #efe6d6 0 32px, transparent 33px),
    radial-gradient(circle at 49% 68%, rgba(120, 147, 98, 0.25) 0 62px, transparent 63px),
    linear-gradient(135deg, #f8f1e5, #fff);
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.app-store-badge {
  display: inline-flex;
  width: 136px;
  min-height: 50px;
  align-items: center;
  line-height: 0;
}

.app-store-badge img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
}

.store-legal {
  max-width: 520px;
  margin: 10px 0 0;
  color: #7a766c;
  font-size: 11px;
  line-height: 1.6;
}

.share-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

.share-row span {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.share-icon {
  width: 24px;
  height: 24px;
}

.sns-post-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 34px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.sns-post-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.sns-post-copy {
  display: grid;
  gap: 4px;
}

.sns-post-copy p {
  margin: 0;
  color: #6f6a60;
  line-height: 1.7;
}

.sns-post-title {
  color: var(--ink) !important;
  font-weight: 800;
}

.sns-post-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  min-width: 104px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.sns-post-link:hover {
  transform: translateY(-1px);
}

.sns-post-icon {
  width: 20px;
  height: 20px;
}

.feedback-page {
  max-width: 900px;
}

.feedback-intro,
.feedback-contact {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.feedback-intro h2,
.feedback-contact h2 {
  margin-top: 0;
}

.feedback-intro p,
.feedback-contact p {
  color: #6f6a60;
  line-height: 1.8;
}

.popular-list {
  display: grid;
  gap: 12px;
}

.popular-list a {
  display: grid;
  grid-template-columns: 24px 58px 1fr;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.popular-list b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
}

.popular-list img {
  width: 58px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.site-search {
  position: relative;
  min-width: 220px;
}

.site-search label {
  position: relative;
  display: block;
}

.site-search label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 44px 0 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  outline: none;
}

.site-search button {
  position: absolute;
  right: 12px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.search-icon {
  width: 22px;
  height: 22px;
}

.today-home,
.feature-page,
.feature-index {
  position: relative;
  isolation: isolate;
  width: min(1300px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 42px 0 22px;
}

.today-home--with-bg::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: min(720px, 82vh);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.28), rgba(255, 253, 248, 0.72) 70%, var(--paper) 100%),
    linear-gradient(90deg, rgba(255, 253, 248, 0.82), rgba(255, 253, 248, 0.44) 56%, rgba(255, 253, 248, 0.76)),
    var(--today-bg-image) center / cover no-repeat;
  pointer-events: none;
}

.today-home--with-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: min(660px, 76vh);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(180deg, transparent, rgba(255, 253, 248, 0.52));
  pointer-events: none;
}

.today-heading {
  position: relative;
  margin-bottom: 28px;
}

.today-heading p,
.breadcrumbs,
.meta-line {
  color: #8a7b63;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
}

.today-heading p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
}

.date-icon {
  width: 27px;
  height: 27px;
}

.today-heading h1 {
  margin-bottom: 0;
  font-size: 38px;
  letter-spacing: 0;
}

.region-switcher,
.region-detect-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 18px 22px;
  border: 1px solid rgba(222, 215, 203, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(67, 60, 49, 0.05);
}

.region-kicker {
  display: inline-flex;
  margin-bottom: 4px;
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.region-switcher h2,
.region-detect-panel h2 {
  margin-bottom: 4px;
  font-size: 18px;
}

.region-switcher p,
.region-detect-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.region-switcher-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.region-switcher button,
.region-switcher a,
.region-detect-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: var(--green);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.region-switcher a {
  background: #fff;
  color: var(--green-dark);
}

.region-switcher button:disabled,
.region-detect-panel button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.region-switcher-status {
  grid-column: 1 / -1;
  min-height: 20px;
}

.region-index .article-hero p {
  max-width: 720px;
}

.region-detect-panel {
  margin-bottom: 28px;
}

.region-group-list {
  display: grid;
  gap: 24px;
}

.region-group {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.region-group h2 {
  margin-bottom: 12px;
}

.region-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.region-link-grid a {
  display: grid;
  gap: 2px;
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(70, 70, 55, 0.04);
}

.region-link-grid a:hover {
  border-color: rgba(120, 147, 98, 0.6);
  transform: translateY(-1px);
}

.region-link-grid strong {
  font-size: 16px;
}

.region-link-grid span {
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.today-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px 28px;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-8 {
  grid-column: span 8;
}

.today-grid > .tomorrow-strip {
  grid-column: auto / span 4;
}

.today-card {
  position: relative;
  min-height: 150px;
  padding: 22px 26px;
  border: 1px solid rgba(222, 215, 203, 0.95);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 28px rgba(67, 60, 49, 0.05);
}

.today-card h2,
.today-section-head h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.today-icon {
  color: #8c7657;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  width: 34px;
  height: 34px;
  font-size: 24px;
  letter-spacing: 0;
}

.quote-card {
  min-height: 260px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 2px;
}

.quote-card blockquote {
  display: grid;
  gap: 8px;
  margin: 12px 0 12px;
  padding: 22px 28px 14px 32px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(244, 239, 228, 0.95), rgba(250, 247, 239, 0.9));
  color: #4c463b;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.quote-card .quote-text {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.quote-card blockquote cite {
  color: #6f746c;
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.quote-card .quote-body {
  max-width: 420px;
}

.quote-translation {
  margin: -2px 0 0;
  padding: 10px 16px;
  border-left: 3px solid rgba(120, 147, 98, 0.55);
  background: rgba(255, 253, 248, 0.74);
  color: #5b6355;
  font-size: 14px;
  line-height: 1.75;
}

.weather-card {
  min-height: 260px;
}

.pollen-card {
  min-height: 260px;
}

.weather-now {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 130px;
}

.weather-now-icon {
  display: grid;
  place-items: center;
}

.weather-now strong,
.weather-now-image {
  color: #c79642;
  width: 94px;
  height: 94px;
  font-size: 68px;
  line-height: 1;
  text-align: center;
  object-fit: contain;
}

.weather-now h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.weather-now p {
  margin-bottom: 3px;
}

.soft-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: #edf5f8;
  color: #5f6d70;
  font-size: 14px;
}

.pollen-now {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 14px 0 16px;
}

.pollen-now strong {
  color: #547342;
  font-size: 30px;
  font-weight: 800;
}

.pollen-now span {
  color: #6c7569;
  font-size: 13px;
  font-weight: 700;
}

.pollen-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.pollen-items li {
  padding: 5px 9px;
  border: 1px solid rgba(120, 146, 95, 0.28);
  border-radius: 999px;
  background: rgba(247, 250, 243, 0.84);
  color: #52624a;
  font-size: 13px;
}

.checklist-card {
  min-height: 260px;
}

.checklist-card label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4c4f49;
}

.checklist-card input {
  width: 15px;
  height: 15px;
  accent-color: var(--green);
}

.memo-card {
  min-height: 160px;
}

.editable-memo-card {
  min-height: 260px;
}

.memo-visual {
  display: grid;
  grid-template-columns: 1fr 104px;
  gap: 14px;
  align-items: center;
}

.editable-memo-visual {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.shopping-memo-field {
  display: grid;
  grid-template-rows: auto auto 20px;
  gap: 8px;
  min-width: 0;
}

.shopping-memo-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shopping-memo-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 34px;
  gap: 7px;
  align-items: center;
}

.shopping-memo-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.shopping-memo-list input[type="text"] {
  width: 100%;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid rgba(196, 185, 164, 0.95);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.92);
  color: #3f433c;
  line-height: 1.45;
}

.shopping-memo-list input[type="text"]:focus {
  outline: 3px solid rgba(120, 147, 98, 0.22);
  border-color: var(--green);
}

.shopping-memo-list li.is-checked input[type="text"] {
  color: var(--muted);
  text-decoration: line-through;
}

.shopping-memo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.shopping-memo-list button,
.shopping-memo-add,
.shopping-memo-reload {
  min-height: 34px;
  border: 1px solid rgba(196, 185, 164, 0.95);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.shopping-memo-list button {
  padding: 0;
  font-size: 18px;
  line-height: 1;
}

.shopping-memo-list button:disabled {
  cursor: default;
  opacity: 0.34;
}

.shopping-memo-add {
  justify-self: start;
  padding: 5px 12px;
  font-size: 13px;
}

.shopping-memo-reload {
  padding: 5px 12px;
  background: rgba(241, 247, 234, 0.94);
  font-size: 13px;
}

.shopping-memo-status {
  margin: 0;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.memo-visual ul,
.routine-stack ul,
.feature-body ul {
  margin: 0;
  padding-left: 1.4em;
}

.memo-visual .shopping-memo-list {
  padding: 0;
}

.memo-visual img {
  width: 104px;
  height: 104px;
  border-radius: 6px;
  object-fit: cover;
}

.routine-card {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
}

.routine-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.routine-stack section {
  padding: 18px 20px;
  border-radius: 7px;
  background: #fffaf0;
}

.routine-stack section.night {
  background: #eef5fb;
}

.routine-stack h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 17px;
}

.routine-icon {
  width: 28px;
  height: 28px;
}

.tomorrow-strip {
  display: grid;
  grid-template-columns: 62px 1fr 98px;
  gap: 20px;
  align-items: center;
  min-height: 76px;
  padding: 16px 22px;
  border-radius: 7px;
  background: linear-gradient(100deg, rgba(243, 237, 224, 0.98), rgba(250, 247, 240, 0.9));
}

.tomorrow-strip > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #cbbca4;
  border-radius: 50%;
  color: #9b8058;
  font-size: 26px;
}

.tomorrow-icon {
  width: 38px;
  height: 38px;
}

.tomorrow-strip h2 {
  margin-bottom: 3px;
  font-size: 19px;
}

.tomorrow-strip p {
  margin: 0;
  color: var(--muted);
}

.tomorrow-strip img {
  width: 86px;
  height: 62px;
  border-radius: 6px;
  object-fit: cover;
}

@media (max-width: 1080px) and (min-width: 761px) {
  .today-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .span-4 {
    grid-column: span 4;
  }

  .span-8,
  .today-grid > .tomorrow-strip {
    grid-column: span 8;
  }
}

.today-section {
  margin-top: 28px;
}

.today-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.today-section-head a {
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.related-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.feature-rail,
.feature-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.feature-rail .article-card,
.feature-archive-grid .article-card {
  min-height: 304px;
}

.feature-rail .visual,
.feature-archive-grid .visual {
  height: 130px;
}

.feature-rail .article-card-body,
.feature-archive-grid .article-card-body {
  min-height: 174px;
}

.feature-rail.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reading-suggestion-section {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.reading-suggestion-list {
  display: grid;
  gap: 18px;
}

.reading-suggestion-group {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: stretch;
  padding-top: 18px;
  border-top: 1px solid rgba(222, 215, 203, 0.95);
}

.reading-suggestion-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.reading-suggestion-copy {
  align-self: center;
}

.reading-suggestion-copy h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.reading-suggestion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.reading-suggestion-cards .article-card {
  min-height: 278px;
}

.reading-suggestion-cards .visual {
  height: 118px;
}

.reading-suggestion-cards .article-card-body {
  min-height: 160px;
}

.feature-page {
  max-width: 1040px;
}

.feature-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: center;
  margin: 18px 0 30px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.feature-hero img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.reading-article {
  max-width: 980px;
}

.feature-article-header,
.feature-body {
  max-width: 760px;
  margin: 0 auto;
}

.feature-article-banner {
  position: relative;
  width: min(960px, calc(100vw - 48px));
  margin: 0 50% 28px;
  transform: translateX(-50%);
}

.feature-article-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.feature-article-banner figcaption {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: grid;
  gap: 2px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.feature-article-banner figcaption span {
  font-size: 24px;
}

.feature-article-banner figcaption small {
  font-size: 12px;
}

.article-kicker {
  margin: 26px 0 12px;
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.feature-article-header h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.45;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 28px;
  color: var(--muted);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
}

.article-lead {
  margin-bottom: 34px;
  font-size: 17px;
  line-height: 2;
}

.feature-body {
  display: block;
}

.feature-body section {
  margin: 0 0 36px;
}

.feature-body h2 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.55;
}

.feature-body p {
  margin: 0 0 18px;
  line-height: 2.05;
}

.feature-inline-image {
  margin: 34px 0 40px;
}

.feature-inline-image img {
  display: block;
  width: 100%;
  max-height: 460px;
  border-radius: 8px;
  object-fit: cover;
}

.feature-inline-image figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.archive-hero {
  margin-bottom: 0;
  min-height: 220px;
  padding: 34px;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.category-filter button {
  min-height: 34px;
  padding: 5px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--green-dark);
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.category-filter button[aria-pressed="true"] {
  background: var(--green);
  color: #fff;
}

@media (max-width: 760px) {
  h1 {
    font-size: 34px;
  }

  .today-heading h1 {
    font-size: 32px;
  }

  .today-home--with-bg::before {
    height: 600px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.34), rgba(255, 253, 248, 0.84) 72%, var(--paper) 100%),
      linear-gradient(90deg, rgba(255, 253, 248, 0.88), rgba(255, 253, 248, 0.56)),
      var(--today-bg-image) center / cover no-repeat;
  }

  .today-home--with-bg::after {
    height: 570px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 24px;
  }

  .top-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .site-search,
  .site-search input {
    width: 100%;
  }

  .home-hero,
  .split-hero,
  .category-hero,
  .region-switcher,
  .region-detect-panel,
  .with-sidebar,
  .tomorrow-card,
  .download-card,
  .wide-cta,
  .today-grid,
  .feature-hero,
  .tomorrow-strip {
    grid-template-columns: 1fr;
  }

  .span-3,
  .span-4,
  .span-8 {
    grid-column: span 1;
  }

  .today-grid > .tomorrow-strip {
    grid-column: span 1;
  }

  .article-grid,
  .category-row,
  .tip-grid,
  .feature-grid,
  .about-card,
  .info-grid,
  .category-index-grid,
  .footer-inner,
  .weather-panel,
  .two-column,
  .summary-metrics div,
  .check-block,
  .contact-panel,
  .article-pager,
  .promo-strip,
  .related-strip,
  .feature-rail,
  .feature-rail.compact,
  .feature-archive-grid,
  .reading-suggestion-group,
  .reading-suggestion-cards,
  .routine-stack,
  .memo-visual {
    grid-template-columns: 1fr;
  }

  .region-switcher-actions {
    justify-content: stretch;
  }

  .region-switcher button,
  .region-switcher a,
  .region-detect-panel button {
    width: 100%;
  }

  .region-switcher-status {
    grid-column: auto;
  }

  .region-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-link-grid a {
    min-height: 68px;
  }

  .category-hero,
  .center-hero,
  .home-hero {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.93), rgba(255, 253, 248, 0.78)),
      var(--hero-image) center / cover no-repeat;
  }

  .mini-card-row,
  .clean-list {
    grid-template-columns: 1fr;
  }

  .sns-post-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .sns-post-actions {
    justify-content: stretch;
  }

  .sns-post-link {
    width: 100%;
  }

  .about-card:nth-child(even) img {
    order: 0;
  }

  label {
    align-items: flex-start;
  }

  label small {
    margin-left: 0;
  }
}
