/* 若洲公園モック改訂 — 折り返し・余白・トーン調整 */
:root {
  --ink: #17352b;
  --deep: #153f33;
  --paper: #f7f3ea;
}

body {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

.hero {
  min-height: 620px;
}

.hero-copy {
  width: min(720px, calc(100% - 40px));
  margin-left: max(20px, 6vw);
  margin-right: auto;
  padding: 88px 0 64px;
}

h1 {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.15;
  letter-spacing: 0.04em;
  max-width: 12em;
}

.lead {
  font-size: clamp(17px, 2.1vw, 24px);
  line-height: 1.75;
  font-weight: 600;
  max-width: 28em;
}

.chips {
  max-width: 36em;
}

.chips span {
  white-space: normal;
  line-height: 1.4;
}

.soft-note {
  margin: 28px auto 0;
  padding: 14px 18px;
  background: #eef5ef;
  border: 1px solid #c9dbc7;
  color: #2a4036;
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px 14px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.soft-note__body {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.soft-note__label {
  flex: 0 0 auto;
  font: 700 12px/1.2 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d6b52;
  border: 1px solid #3d6b52;
  padding: 4px 8px;
  border-radius: 999px;
}

.soft-note a {
  color: var(--deep);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* base styles.css の margin-top:-32px を上書き — soft-note と重ならない */
.facts {
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.notice-panel p:last-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
}

.notice-panel p:last-of-type a {
  overflow-wrap: anywhere;
  word-break: normal;
}

.feature-copy h2,
.nature-grid h2,
.honda-card-copy h2,
.notice-panel h2,
.story-heading h2 {
  line-height: 1.4;
  max-width: 18em;
  overflow-wrap: break-word;
}

.feature-copy p,
.nature-grid p,
.honda-card-copy p,
.notice-panel p,
.story-heading p {
  max-width: 40rem;
  overflow-wrap: break-word;
}

.feature-copy li {
  line-height: 1.7;
}

.feature-copy li strong {
  display: inline;
  margin-right: 0.35em;
}

.text-muted {
  font-size: 16px;
  color: #5f6f66;
  line-height: 1.7;
}

.fun-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0 0 80px;
}

.fun-grid .photo-card figcaption {
  font-size: 15px;
  line-height: 1.65;
}

.h2-sub {
  display: block;
  margin-top: 8px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #5f6f66;
}

.notice-panel {
  margin: 40px auto 100px;
  padding: 36px 28px;
  background: #fffdf8;
  border: 1px solid #e0d6c4;
}

.notice-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 40px);
}

.notice-list {
  margin: 0 0 16px;
  padding-left: 1.2em;
  line-height: 1.8;
  color: #44574d;
}

.notice-photo {
  margin: 22px 0 0;
  position: relative;
  overflow: hidden;
  max-width: 720px;
}

.notice-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.notice-photo figcaption {
  position: static;
  background: #eef2ea;
  color: #44574d;
  padding: 10px 12px;
  font: 14px/1.5 Arial, sans-serif;
}

.timeline--stack {
  margin-top: 40px;
}

.timeline--stack div {
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: start;
}

.timeline--stack b {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.timeline--stack p {
  min-width: 0;
}

@media (max-width: 850px) {
  .fun-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: min(100% - 32px, 640px);
    margin-left: 16px;
  }

  .timeline--stack div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.lead-narrow {
  max-width: 40rem;
  margin: 0 0 1.4rem;
  font-size: 1.05rem;
  line-height: 1.75;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.photo-mosaic figure {
  margin: 0;
  background: #0f1c16;
  color: #f4f7f2;
  overflow: hidden;
}

.photo-mosaic img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.photo-mosaic figcaption {
  padding: 10px 12px 14px;
  font-size: 14px;
  line-height: 1.5;
}

.future-sheet {
  margin: 0;
  border: 1px solid #dfd6c3;
  background: #fff;
  overflow: hidden;
}

.future-sheet img {
  display: block;
  width: 100%;
  height: auto;
}

.future-sheet figcaption {
  position: static;
  padding: 14px 16px 18px;
  background: #f4eee2;
  color: #44574d;
  font-size: 15px;
  line-height: 1.7;
}

.future-sheet a {
  color: var(--deep);
  font-weight: 700;
}

.official-link-wrap {
  margin: 22px 0 8px;
}

.nature-grid--future .family-cards article {
  grid-template-columns: 36px 1fr;
}

@media (max-width: 850px) {
  .photo-mosaic {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .lead {
    font-size: 17px;
  }

  .soft-note {
    font-size: 15px;
    flex-wrap: wrap;
  }

  .soft-note__body {
    flex-basis: 100%;
  }

  .facts {
    margin-top: 20px;
  }

  .facts strong {
    font-size: 17px;
    line-height: 1.35;
  }

  .entry-grid b {
    font-size: 22px;
  }

  .entry-grid span {
    font-size: 15px;
    line-height: 1.5;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
  }
}
