:root {
  --coral: #e85f4f;
  --coral-dark: #b73d33;
  --coral-soft: #fff0eb;
  --teal: #0f5b61;
  --teal-dark: #123f46;
  --teal-soft: #e7f4f1;
  --mint: #79c7b8;
  --amber: #e7a83a;
  --paper: #fffaf4;
  --surface: #ffffff;
  --ink: #253033;
  --muted: #6b777a;
  --line: #e7dfd6;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(18, 63, 70, 0.13);
  --shadow-sm: 0 8px 24px rgba(18, 63, 70, 0.09);
  --font-head: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

/* ============================================
   Character-led redesign: navy scrub + pink accent
   ============================================ */
:root {
  --coral: #ff5a7d;
  --coral-dark: #d93660;
  --coral-soft: #fff0f4;
  --teal: #162b4c;
  --teal-dark: #101d35;
  --teal-soft: #eef3fb;
  --mint: #76c7c5;
  --amber: #f2a946;
  --paper: #fff8f1;
  --surface: #ffffff;
  --ink: #172033;
  --muted: #667086;
  --line: #eaded6;
  --shadow: 0 24px 70px rgba(16, 29, 53, .16);
  --shadow-sm: 0 10px 30px rgba(16, 29, 53, .10);
}

body {
  background:
    linear-gradient(90deg, rgba(22, 43, 76, .035) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, #fffaf5 0%, #f8fbff 58%, #fff8f1 100%);
}

.site-header {
  background: rgba(255, 248, 241, .9);
  border-bottom-color: rgba(16, 29, 53, .12);
}

.brand-mark {
  position: relative;
  background: #162b4c;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(22, 43, 76, .18);
}

.brand-mark::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--coral);
  border-radius: 50%;
  position: absolute;
  transform: translate(17px, -17px);
}

.brand-text strong { color: var(--teal-dark); }
.global-nav a:hover,
.global-nav a[aria-current="page"] {
  background: #ffe6ed;
  color: var(--coral-dark);
}
.header-cta {
  background: linear-gradient(135deg, #162b4c, #253c66);
  border: 2px solid rgba(255,255,255,.72);
}

.hero {
  min-height: calc(100vh - 76px);
  background:
    linear-gradient(90deg, rgba(255, 248, 241, .98) 0%, rgba(255, 248, 241, .9) 42%, rgba(255, 248, 241, .45) 67%, rgba(255, 248, 241, .74) 100%),
    url("../images/top-hero-photo.jpg") center / cover no-repeat;
}
.hero::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 90, 125, .22), transparent 33%),
    radial-gradient(circle at 12% 85%, rgba(118, 199, 197, .20), transparent 36%);
  opacity: 1;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 84px;
  background: linear-gradient(180deg, transparent, var(--paper));
  z-index: 0;
}
.hero-inner {
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  min-height: calc(100vh - 76px);
  padding: 64px 0 92px;
}
.hero-copy {
  background: rgba(255, 248, 241, .72);
  border-left: 6px solid var(--coral);
  padding: 28px 0 28px 28px;
}
.mobile-hero-mascot {
  display: none;
}
.eyebrow { color: var(--coral-dark); }
.catch {
  color: var(--teal-dark);
  font-size: clamp(2.4rem, 5.8vw, 4.9rem);
}
.catch .marker {
  color: var(--coral-dark);
  text-decoration-color: rgba(255, 90, 125, .25);
}
.hero-lead {
  color: #2d3445;
  font-weight: 500;
}
.btn {
  border-radius: 12px;
  min-height: 52px;
}
.btn-primary {
  background: linear-gradient(135deg, #162b4c, #253c66);
}
.btn-coral {
  background: linear-gradient(135deg, #ff5a7d, #e9436b);
}
.btn-outline {
  background: rgba(255,255,255,.72);
  border-color: #162b4c;
  color: #162b4c;
}
.hero-points span {
  background: rgba(255,255,255,.88);
  border-color: rgba(22, 43, 76, .14);
  color: #162b4c;
  box-shadow: 0 8px 20px rgba(22, 43, 76, .06);
}
.hero-visual {
  min-height: 600px;
  display: grid;
  place-items: center;
}
.hero-photo-panel {
  position: absolute;
  inset: 62px 0 48px 26%;
  border: 1px solid rgba(255,255,255,.68);
  background:
    linear-gradient(180deg, rgba(16, 29, 53, .08), rgba(16, 29, 53, .23)),
    url("../images/top-hero-photo.jpg") center / cover no-repeat;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.mascot-stage {
  position: relative;
  z-index: 2;
  width: min(430px, 72%);
  aspect-ratio: 1 / 1.05;
  display: grid;
  place-items: end center;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,246,241,.92));
  border: 1px solid rgba(22, 43, 76, .10);
  border-radius: 34px 34px 10px 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.mascot-stage::before {
  content: "";
  position: absolute;
  inset: auto 10% 5% 10%;
  height: 22%;
  background: radial-gradient(ellipse, rgba(22, 43, 76, .18), transparent 68%);
}
.mascot-stage img {
  position: relative;
  z-index: 1;
  width: 92%;
  transform: translateY(5%);
  animation: float 4.2s ease-in-out infinite;
}
.speech {
  right: 18px;
  top: 44px;
  max-width: 280px;
  border-color: var(--coral);
  border-radius: 22px 22px 4px 22px;
}
.status-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 72px;
  display: grid;
  gap: 3px;
  min-width: 220px;
  padding: 17px 18px;
  color: var(--teal-dark);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(22, 43, 76, .12);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}
.status-card strong {
  color: var(--coral-dark);
  font-family: var(--font-head);
}
.status-card span {
  font-size: .9rem;
  font-weight: 700;
}
.hero-card,
.mascot-wrap {
  display: none;
}

.news-strip {
  border: 0;
  border-left: 6px solid var(--coral);
  border-radius: 16px;
}

.character-band {
  padding-top: 10px;
}
.character-grid {
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  gap: 18px;
  align-items: stretch;
}
.character-card,
.mini-character {
  background: #17243d;
  color: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.character-card {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  min-height: 260px;
}
.character-card img {
  align-self: end;
  width: 230px;
  margin-left: 10px;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.22));
}
.character-card div {
  padding: 30px 34px 30px 8px;
}
.character-card h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}
.character-card p:not(.section-kicker),
.mini-character p {
  color: rgba(255,255,255,.78);
}
.character-card .section-kicker {
  color: #ff87a2;
}
.mini-character {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
}
.mini-character img {
  height: 170px;
  width: 100%;
  object-fit: contain;
  object-position: center top;
  margin-bottom: 10px;
  filter: drop-shadow(0 14px 16px rgba(0,0,0,.22));
}
.mini-character h3 {
  color: #fff;
  font-size: 1.08rem;
}

.section-title,
.service-card h3,
.info-panel h3,
.prose-card h2,
.page-head h1,
.site-footer h3 {
  color: var(--teal-dark);
}
.service-grid {
  border: 0;
  gap: 14px;
  background: transparent;
}
.service-card {
  min-height: 310px;
  border: 1px solid rgba(22, 43, 76, .10);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.service-card:last-child {
  border-right: 1px solid rgba(22, 43, 76, .10);
}
.service-card .num,
.section-kicker,
.news-strip time {
  color: var(--coral-dark);
}
.photo-stack img,
.info-panel,
.prose-card,
.map-wrap {
  border-radius: 18px;
}
.cta-band {
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 90, 125, .24), transparent 34%),
    linear-gradient(135deg, #111d34, #1f3153);
}
.site-footer {
  background: #fff3eb;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 44px 0 82px;
  }
  .hero-copy {
    padding: 20px 0 20px 20px;
  }
  .hero-visual {
    min-height: 500px;
  }
  .hero-photo-panel {
    inset: 66px 0 40px 18%;
  }
  .character-grid {
    grid-template-columns: 1fr;
  }
  .character-card {
    grid-template-columns: 180px 1fr;
  }
  .character-card img {
    width: 180px;
  }
  .mini-character {
    display: grid;
    grid-template-columns: 150px 1fr;
    column-gap: 18px;
    align-items: center;
  }
  .mini-character img {
    height: 150px;
    grid-row: span 2;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 0;
  }
  .hero-inner {
    min-height: 0;
    padding-top: 34px;
  }
  .hero-copy {
    border-left: 0;
    padding: 0;
    background: transparent;
  }
  .mobile-hero-mascot {
    display: block;
    width: min(48vw, 170px);
    margin: 0 auto 18px;
    border-radius: 22px;
    box-shadow: var(--shadow-sm);
  }
  .catch {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }
  .hero-visual {
    display: none;
  }
  .hero-photo-panel {
    inset: 92px -30px 34px 24%;
  }
  .mascot-stage {
    width: 86%;
    border-radius: 26px 26px 8px 26px;
  }
  .speech {
    left: 0;
    right: auto;
    top: 12px;
    max-width: 250px;
  }
  .status-card {
    left: 0;
    bottom: 22px;
    min-width: 0;
    width: 70%;
  }
  .character-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .character-card img {
    width: 72%;
    max-height: 260px;
    object-fit: contain;
    margin: 0 auto;
  }
  .character-card div {
    padding: 0 22px 24px;
  }
  .mini-character {
    grid-template-columns: 110px 1fr;
  }
  .mini-character img {
    height: 120px;
  }
  .mobile-cta a:first-child { background: #162b4c; }
  .mobile-cta a:last-child { background: var(--coral); }
}

/* ============================================
   Final visual pass: brighter mascot-led pharmacy UI
   ============================================ */
:root {
  --coral: #f65f82;
  --coral-dark: #cc365c;
  --coral-soft: #fff1f5;
  --teal: #173158;
  --teal-dark: #101f39;
  --teal-soft: #eef5fb;
  --mint: #7fd0c6;
  --mint-soft: #edf9f6;
  --amber: #f2ae45;
  --paper: #fff9f3;
  --surface: #ffffff;
  --ink: #16213a;
  --muted: #637187;
  --line: #eadfd8;
  --shadow: 0 24px 64px rgba(25, 48, 86, .14);
  --shadow-sm: 0 10px 26px rgba(25, 48, 86, .09);
}

body {
  background:
    radial-gradient(circle at 86% 8%, rgba(246, 95, 130, .13), transparent 28rem),
    radial-gradient(circle at 10% 34%, rgba(127, 208, 198, .14), transparent 24rem),
    linear-gradient(180deg, #fff9f3 0%, #fffdf9 44%, #f5fbfa 100%);
}

.site-header {
  background: rgba(255, 249, 243, .94);
}

.header-inner {
  min-height: 72px;
}

.brand-mark {
  background: linear-gradient(145deg, #173158, #0f213d);
}

.header-cta,
.btn-primary {
  background: linear-gradient(135deg, #173158, #243d68);
}

.hero {
  min-height: auto;
  background:
    linear-gradient(90deg, rgba(255, 249, 243, .98) 0%, rgba(255, 249, 243, .92) 48%, rgba(255, 249, 243, .84) 100%),
    linear-gradient(135deg, #fff7ef, #eef9f6);
}

.hero::before {
  background:
    radial-gradient(circle at 79% 18%, rgba(246, 95, 130, .18), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(127, 208, 198, .22), transparent 34%),
    linear-gradient(90deg, rgba(23, 49, 88, .04) 1px, transparent 1px) 0 0 / 32px 32px;
}

.hero-inner {
  grid-template-columns: minmax(0, .92fr) minmax(410px, .92fr);
  min-height: 670px;
  padding: 54px 0 72px;
  gap: 54px;
}

.hero-copy {
  background: transparent;
  border-left: 0;
  padding: 0;
}

.eyebrow {
  color: var(--coral-dark);
  letter-spacing: .16em;
}

.catch {
  max-width: 680px;
  color: var(--teal-dark);
  font-size: clamp(2.3rem, 5.3vw, 4.55rem);
  line-height: 1.16;
}

.catch .marker {
  color: var(--coral-dark);
  text-decoration-color: rgba(246, 95, 130, .25);
}

.hero-lead {
  max-width: 640px;
  color: #314057;
  font-weight: 500;
}

.btn {
  border-radius: 999px;
}

.btn-coral {
  background: linear-gradient(135deg, #f65f82, #ea436d);
}

.btn-outline {
  background: #fff;
  border-color: #173158;
}

.hero-points {
  max-width: 640px;
}

.hero-points span {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(23, 49, 88, .11);
  color: var(--teal-dark);
  border-radius: 14px;
}

.hero-visual {
  min-height: 560px;
  display: block;
}

.hero-showcase {
  position: relative;
  min-height: 560px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255,255,255,.98), rgba(255,255,255,.76) 36%, transparent 62%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(239,249,246,.78));
  border: 1px solid rgba(23, 49, 88, .10);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.showcase-photo {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 210px;
  border-radius: 28px;
  overflow: hidden;
  border: 7px solid rgba(255,255,255,.78);
  box-shadow: 0 16px 36px rgba(23, 49, 88, .12);
}

.showcase-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.48), rgba(255,255,255,.06));
}

.showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mascot-stage {
  position: relative;
  z-index: 2;
  left: auto;
  bottom: auto;
  width: min(360px, 78%);
  max-width: 360px;
  margin: -92px auto 0;
  aspect-ratio: 1.12 / 1;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(23, 49, 88, .10);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(23, 49, 88, .12);
  overflow: hidden;
}

.mascot-stage img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.mascot-stage::before {
  display: none;
}

.speech {
  position: relative;
  z-index: 3;
  right: auto;
  top: auto;
  max-width: 280px;
  margin: 0 auto;
  background: #fff;
  color: var(--teal-dark);
  border: 3px solid var(--coral);
  border-radius: 24px 24px 6px 24px;
  padding: 16px 18px;
  font-size: .98rem;
}

.status-card {
  position: relative;
  left: auto;
  bottom: auto;
  min-width: 0;
  width: min(100%, 420px);
  margin: 0 auto;
  grid-template-columns: 1fr;
  background: rgba(255,255,255,.94);
  border-radius: 20px;
}

.news-strip {
  background: #fff;
  border: 1px solid rgba(23, 49, 88, .09);
  border-left: 6px solid var(--coral);
  border-radius: 18px;
}

.character-band {
  padding: 28px 0 76px;
}

.character-grid {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(220px, .72fr));
  gap: 20px;
}

.character-card,
.mini-character {
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(23, 49, 88, .09);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}

.character-card {
  background:
    radial-gradient(circle at 6% 16%, rgba(246, 95, 130, .13), transparent 34%),
    linear-gradient(135deg, #fff, #fff4f7);
  grid-template-columns: minmax(170px, 230px) 1fr;
}

.character-card h2 {
  color: var(--teal-dark);
}

.character-card .section-kicker {
  color: var(--coral-dark);
}

.character-card p:not(.section-kicker),
.mini-character p {
  color: var(--muted);
}

.mini-character {
  background:
    linear-gradient(180deg, #fff, #f8fcfb);
  justify-content: space-between;
}

.mini-character img {
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(23, 49, 88, .14));
}

.mini-character h3 {
  color: var(--teal-dark);
}

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

.service-card {
  border-radius: 22px;
  border: 1px solid rgba(23, 49, 88, .09);
  background:
    linear-gradient(180deg, #fff, #fffdfb);
  box-shadow: var(--shadow-sm);
  min-height: 280px;
}

.service-card::before {
  content: "";
  width: 44px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--mint));
  display: block;
  margin-bottom: 18px;
}

.band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(244,251,249,.82));
}

.photo-stack img,
.info-panel,
.prose-card,
.map-wrap {
  border-radius: 22px;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-showcase {
    min-height: 520px;
  }

  .character-grid,
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .character-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .hero-inner {
    padding: 34px 0 56px;
  }

  .mobile-hero-mascot {
    width: min(52vw, 190px);
    margin-bottom: 20px;
    background: #fff;
  }

  .catch {
    font-size: clamp(2.05rem, 10vw, 2.78rem);
    line-height: 1.18;
  }

  .hero-visual {
    display: none;
  }

  .hero-actions {
    gap: 10px;
  }

  .character-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .character-card {
    grid-template-columns: 1fr;
  }

  .character-card img {
    width: min(72%, 260px);
    max-height: none;
    margin: 8px auto 0;
  }

  .character-card div {
    padding: 4px 22px 24px;
  }

  .mini-character {
    grid-template-columns: 96px 1fr;
    min-height: 142px;
  }

  .mini-character img {
    height: 112px;
  }

  .mobile-cta {
    right: 0;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-cta a {
    min-width: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-size: .8rem;
    letter-spacing: 0;
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(15, 91, 97, .035) 1px, transparent 1px) 0 0 / 38px 38px,
    var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.42; letter-spacing: 0; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: 12px; top: -80px; z-index: 999;
  background: var(--teal); color: #fff; padding: 10px 14px; border-radius: var(--radius);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 250, 244, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 63, 70, .12);
}
.header-inner {
  min-height: 76px;
  display: flex; align-items: center; gap: 22px; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); min-width: 210px; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  color: #fff; background: var(--teal); border-radius: 14px 14px 14px 4px;
  font-weight: 900; font-size: 1.2rem; box-shadow: var(--shadow-sm);
}
.brand-text strong { display: block; font-size: 1.02rem; line-height: 1.2; }
.brand-text span { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.2; margin-top: 4px; }
.global-nav ul { display: flex; list-style: none; gap: 4px; align-items: center; }
.global-nav a {
  display: block; text-decoration: none; color: var(--ink); font-weight: 700;
  font-size: .88rem; padding: 8px 11px; border-radius: 999px;
}
.global-nav a:hover, .global-nav a[aria-current="page"] { background: var(--teal-soft); color: var(--teal-dark); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  background: var(--coral); color: #fff; font-weight: 800; padding: 11px 16px;
  border-radius: 999px; box-shadow: var(--shadow-sm); white-space: nowrap;
}
.nav-toggle {
  display: none; border: 0; background: var(--teal-soft); width: 44px; height: 44px;
  border-radius: var(--radius); padding: 10px; cursor: pointer;
}
.nav-toggle span { display: block; height: 3px; background: var(--teal); border-radius: 4px; margin: 5px 0; transition: .2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative; overflow: hidden; border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 16%, rgba(232, 95, 79, .16), transparent 36%),
    linear-gradient(135deg, #fff7ee 0%, #eef9f5 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(18, 63, 70, .08) 0 1px, transparent 1px 100%) 0 0 / 26px 26px;
  opacity: .45;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 46px; align-items: center; min-height: 640px; padding: 74px 0 58px;
}
.eyebrow { color: var(--coral-dark); font-weight: 900; letter-spacing: .18em; font-size: .78rem; text-transform: uppercase; }
.catch {
  margin-top: 12px; color: var(--teal-dark);
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  font-weight: 900; letter-spacing: 0; line-height: 1.12;
}
.catch .marker {
  color: var(--coral-dark);
  text-decoration: underline;
  text-decoration-thickness: .16em;
  text-decoration-color: rgba(232, 95, 79, .28);
  text-underline-offset: .09em;
}
.hero-lead { margin-top: 24px; max-width: 680px; color: #384649; font-size: 1.03rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 20px; border-radius: 999px; font-weight: 800;
  text-decoration: none; border: 2px solid transparent; transition: .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-primary { color: #fff; background: var(--teal); }
.btn-coral { color: #fff; background: var(--coral); }
.btn-outline { color: var(--teal); background: rgba(255,255,255,.72); border-color: var(--teal); }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; max-width: 660px; }
.hero-points span {
  background: rgba(255,255,255,.78); border: 1px solid rgba(15,91,97,.16);
  padding: 9px 12px; border-radius: var(--radius); color: var(--teal-dark);
  font-size: .88rem; font-weight: 700;
}
.hero-visual { position: relative; min-height: 520px; }
.hero-card {
  position: absolute; inset: 42px 0 40px 42px; overflow: hidden;
  border-radius: 34px 6px 34px 6px; box-shadow: var(--shadow); border: 8px solid #fff;
  z-index: 1;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.mascot-wrap {
  position: absolute; left: -12px; bottom: 0; width: 47%; max-width: 230px;
  background: rgba(255, 255, 255, .8); border: 1px solid rgba(15,91,97,.13);
  border-radius: 24px 24px 24px 6px; padding: 14px 12px 0; box-shadow: var(--shadow-sm);
  z-index: 2;
}
.mascot-wrap img { animation: float 4.2s ease-in-out infinite; }
.speech {
  position: absolute; right: 0; top: 12px; max-width: 250px;
  background: var(--surface); border: 2px solid var(--coral); border-radius: 20px 20px 4px 20px;
  padding: 14px 16px; font-weight: 800; color: var(--teal-dark); box-shadow: var(--shadow-sm);
  z-index: 3;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

section { padding: 76px 0; }
.section-head { display: grid; grid-template-columns: .42fr 1fr; gap: 28px; align-items: end; margin-bottom: 34px; }
.section-kicker { color: var(--coral-dark); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-title { margin-top: 4px; color: var(--teal-dark); font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 900; }
.section-lead { color: var(--muted); max-width: 670px; }
.band { background: rgba(255,255,255,.55); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-strip {
  display: grid; grid-template-columns: 180px 1fr; gap: 18px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 22px; box-shadow: var(--shadow-sm);
}
.news-strip time { color: var(--coral-dark); font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--surface); }
.service-card { padding: 28px 24px; min-height: 290px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.service-card:last-child { border-right: 0; }
.service-card .num { color: var(--coral); font-weight: 900; font-size: .86rem; letter-spacing: .16em; }
.service-card h3 { margin-top: 18px; color: var(--teal-dark); font-size: 1.18rem; }
.service-card p { margin-top: 12px; color: var(--muted); font-size: .93rem; }
.service-card a { margin-top: auto; font-weight: 800; text-decoration: none; color: var(--coral-dark); }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.photo-stack img { aspect-ratio: 4/3; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.photo-stack img:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; }
.feature-list { list-style: none; display: grid; gap: 16px; margin-top: 24px; }
.feature-list li { padding-left: 22px; position: relative; color: var(--muted); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .82em; width: 9px; height: 9px; background: var(--coral); border-radius: 50%; }

.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-panel, .prose-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 28px;
}
.info-panel h3 { color: var(--teal-dark); margin-bottom: 14px; }
.hours-table, .info-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td, .info-table th, .info-table td {
  border-bottom: 1px solid var(--line); padding: 11px 10px; text-align: left; vertical-align: top;
}
.hours-table th { color: var(--teal-dark); font-weight: 900; }
.hours-table td { text-align: center; }
.hours-table .closed { color: var(--coral-dark); font-weight: 900; }
.info-table th { width: 34%; color: var(--teal-dark); }
.note { margin-top: 12px; color: var(--muted); font-size: .88rem; }
.map-wrap { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-wrap iframe { display: block; width: 100%; min-height: 380px; border: 0; }

.page-head { background: linear-gradient(135deg, var(--teal-soft), #fff5ef); border-bottom: 1px solid var(--line); padding: 54px 0; }
.breadcrumb { color: var(--muted); font-size: .85rem; margin-bottom: 12px; }
.breadcrumb a { text-decoration: none; font-weight: 700; }
.page-head h1 { color: var(--teal-dark); font-size: clamp(1.75rem, 4vw, 2.7rem); font-weight: 900; }
.page-head p { margin-top: 10px; color: var(--muted); max-width: 720px; }
.prose { display: grid; gap: 24px; }
.prose-card h2 { color: var(--teal-dark); font-size: 1.35rem; margin-bottom: 12px; }
.prose-card h3 { color: var(--teal-dark); font-size: 1.08rem; margin: 20px 0 8px; }
.prose-card p, .prose-card li { color: var(--ink); }
.prose-card ul, .prose-card ol { margin-left: 1.3em; }
.callout { background: var(--teal-soft); border-left: 5px solid var(--teal); padding: 16px 18px; border-radius: 0 var(--radius) var(--radius) 0; margin-top: 18px; }
.warning { background: #fff7df; border-left-color: var(--amber); }
.greeting { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.greeting img { border-radius: 6px 28px 6px 28px; box-shadow: var(--shadow-sm); }
.sign { text-align: right; font-weight: 900; color: var(--teal-dark); margin-top: 18px; }

.cta-band {
  background: var(--teal-dark); color: #fff; padding: 52px 0;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner h2 { font-size: clamp(1.35rem, 3vw, 2rem); }
.cta-inner p { color: rgba(255,255,255,.78); margin-top: 6px; }
.cta-inner .btn { background: #fff; color: var(--teal-dark); }
.site-footer { background: #f4eee7; border-top: 1px solid var(--line); padding: 48px 0 86px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
.site-footer h3 { color: var(--teal-dark); margin-bottom: 12px; }
.site-footer p, .site-footer a, .site-footer li { color: #526063; font-size: .92rem; }
.site-footer ul { list-style: none; display: grid; gap: 6px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.copyright { margin-top: 30px; color: var(--muted); font-size: .82rem; text-align: center; }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: .55s ease; }
.reveal.shown { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .global-nav {
    display: none; position: absolute; left: 20px; right: 20px; top: 76px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  }
  .global-nav.open { display: block; }
  .global-nav ul { display: grid; padding: 12px; }
  .global-nav a { padding: 12px 14px; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding-top: 48px; }
  .hero-visual { min-height: 430px; }
  .hero-card { inset: 30px 0 32px 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .info-grid, .section-head, .cta-inner, .footer-grid, .greeting { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container, .narrow { width: calc(100vw - 44px); max-width: calc(100vw - 44px); }
  .brand { min-width: 0; }
  .brand-text span { display: none; }
  .hero-inner { overflow: hidden; }
  .hero-lead, .section-lead, p, li { overflow-wrap: anywhere; }
  .hero-points, .service-grid, .news-strip { grid-template-columns: 1fr; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; max-width: 100%; }
  .hero-actions .btn { width: 100%; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .service-card:last-child { border-bottom: 0; }
  .hero-visual { min-height: 360px; }
  .speech { left: 0; right: auto; top: 0; max-width: 220px; }
  .mascot-wrap { width: 45%; }
  section { padding: 56px 0; }
  .photo-stack { grid-template-columns: 1fr; }
  .mobile-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    width: 100%; max-width: 100%;
    display: grid; grid-template-columns: 1fr 1fr;
  }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; text-decoration: none; font-weight: 900; padding: 13px 4px; font-size: .86rem; white-space: nowrap; }
  .mobile-cta a:first-child { background: var(--teal); }
  .mobile-cta a:last-child { background: var(--coral); }
}

/* ============================================
   Final homepage polish after legacy rules
   ============================================ */
:root {
  --coral: #f45f82;
  --coral-dark: #c9365b;
  --coral-soft: #fff1f5;
  --teal: #173158;
  --teal-dark: #101f39;
  --teal-soft: #eef7f8;
  --mint: #74cec4;
  --mint-soft: #edf9f6;
  --amber: #f1ad43;
  --paper: #fff9f3;
  --surface: #ffffff;
  --ink: #17233a;
  --muted: #5f6f82;
  --line: #eadfd7;
  --shadow: 0 24px 64px rgba(26, 45, 78, .14);
  --shadow-sm: 0 12px 30px rgba(26, 45, 78, .09);
}

body {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 49, 88, .035) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, #fff8f1 0%, #fffdf9 45%, #f3fbf8 100%);
}

.site-header {
  background: rgba(255, 249, 243, .95);
  border-bottom: 1px solid rgba(23, 49, 88, .08);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 72px;
}

.brand-mark {
  background: linear-gradient(145deg, #173158, #0f213d);
  box-shadow: 0 10px 20px rgba(23, 49, 88, .14);
}

.header-cta,
.btn-primary {
  background: linear-gradient(135deg, #173158, #243d68);
}

.btn {
  border-radius: 999px;
  min-height: 46px;
  letter-spacing: 0;
}

.btn-coral {
  background: linear-gradient(135deg, #f45f82, #e5486e);
}

.btn-outline {
  background: #fff;
  border-color: rgba(23, 49, 88, .34);
  color: var(--teal);
}

.hero {
  min-height: auto;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 249, 243, .99) 0%, rgba(255, 249, 243, .95) 55%, rgba(239, 249, 246, .88) 100%);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(23, 49, 88, .045) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,0));
  opacity: 1;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
  min-height: 690px;
  padding: 62px 0 74px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
}

.mobile-hero-mascot {
  display: none;
}

.eyebrow {
  color: var(--coral-dark);
  letter-spacing: .16em;
}

.catch {
  max-width: 700px;
  color: var(--teal-dark);
  font-size: clamp(2.35rem, 5.25vw, 4.55rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.catch .marker {
  color: var(--coral-dark);
  text-decoration-color: rgba(244, 95, 130, .24);
}

.hero-lead {
  max-width: 660px;
  color: #314057;
  font-weight: 500;
}

.hero-actions {
  gap: 12px;
}

.hero-points {
  max-width: 650px;
  gap: 10px;
}

.hero-points span {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(23, 49, 88, .11);
  border-radius: 14px;
  color: var(--teal-dark);
  box-shadow: 0 8px 20px rgba(26, 45, 78, .06);
}

.hero-visual {
  position: relative;
  display: block;
  min-height: 600px;
}

.hero-showcase {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-rows: 250px 1fr;
  gap: 0;
  padding: 26px;
  overflow: visible;
  border: 1px solid rgba(23, 49, 88, .1);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(242,250,247,.9)),
    linear-gradient(90deg, rgba(244,95,130,.12), rgba(116,206,196,.13));
  box-shadow: var(--shadow);
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 28px;
  pointer-events: none;
}

.showcase-photo {
  position: relative;
  z-index: 1;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 7px solid rgba(255,255,255,.9);
  border-radius: 30px;
  box-shadow: 0 16px 36px rgba(23, 49, 88, .12);
}

.showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.showcase-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.02));
}

.mascot-stage {
  position: relative;
  z-index: 2;
  left: auto;
  bottom: auto;
  width: min(390px, 84%);
  max-width: 390px;
  aspect-ratio: 1.08 / 1;
  display: grid;
  place-items: center;
  margin: -66px auto 0;
  overflow: hidden;
  border: 1px solid rgba(23, 49, 88, .1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 49, 88, .13);
}

.mascot-stage::before {
  display: none;
}

.mascot-stage img {
  width: 98%;
  height: 98%;
  object-fit: contain;
  object-position: center;
  transform: translateY(-2px);
  animation: mascotFloat 4.4s ease-in-out infinite;
}

.speech {
  position: absolute;
  z-index: 4;
  top: 38px;
  right: -16px;
  max-width: 300px;
  margin: 0;
  padding: 16px 18px;
  color: var(--teal-dark);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  background: #fff;
  border: 3px solid var(--coral);
  border-radius: 24px 24px 6px 24px;
  box-shadow: 0 14px 32px rgba(26, 45, 78, .12);
}

.status-card {
  position: absolute;
  z-index: 4;
  left: -16px;
  bottom: 38px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  width: min(286px, 72%);
  min-width: 0;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(23, 49, 88, .1);
  border-left: 6px solid var(--coral);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(26, 45, 78, .12);
}

.status-card strong {
  color: var(--coral-dark);
  font-size: .92rem;
  letter-spacing: .04em;
}

.status-card span {
  color: var(--teal-dark);
  font-size: 1.02rem;
  font-weight: 900;
}

@keyframes mascotFloat {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(-9px); }
}

.news-strip {
  background: #fff;
  border: 1px solid rgba(23, 49, 88, .09);
  border-left: 6px solid var(--coral);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

.character-band {
  position: relative;
  padding: 30px 0 78px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,247,242,.78));
}

.character-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(220px, .72fr));
  gap: 20px;
  align-items: stretch;
}

.character-card,
.mini-character {
  color: var(--ink);
  overflow: hidden;
  border: 1px solid rgba(23, 49, 88, .09);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.character-card {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  min-height: 360px;
  padding: 0;
  background:
    linear-gradient(90deg, #fff6f9 0%, #fff 46%, #fff 100%);
}

.mascot-portrait {
  display: grid;
  place-items: center;
  width: 100%;
  height: 160px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(140deg, #fff8f1, #f2fbf8);
}

.mascot-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: brightness(1.08) saturate(1.04);
}

.mascot-portrait-large {
  height: 100%;
  min-height: 360px;
  border-radius: 26px 0 0 26px;
  background:
    linear-gradient(160deg, #fff1f5, #f2fbf8);
}

.character-card > div {
  align-self: center;
  padding: 38px 36px;
}

.character-card h2 {
  max-width: 560px;
  color: var(--teal-dark);
  font-size: clamp(1.75rem, 3.1vw, 2.7rem);
  line-height: 1.35;
}

.character-card .section-kicker {
  color: var(--coral-dark);
}

.character-card p:not(.section-kicker),
.mini-character p {
  color: var(--muted);
}

.mini-character {
  display: grid;
  grid-template-rows: 160px auto 1fr;
  gap: 10px;
  min-height: 330px;
  padding: 22px;
  background:
    linear-gradient(180deg, #fff, #fbfffd);
}

.mini-character h3 {
  color: var(--teal-dark);
  font-size: 1.18rem;
}

.mini-character .mascot-portrait {
  height: 160px;
}

.mini-character .mascot-portrait img {
  object-position: center 31%;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 0;
  background: transparent;
}

.service-card {
  min-height: 282px;
  border: 1px solid rgba(23, 49, 88, .09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #fff, #fffdfb);
  box-shadow: var(--shadow-sm);
}

.service-card::before {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--mint));
}

.service-card:nth-child(n) {
  border-right: 1px solid rgba(23, 49, 88, .09);
}

.band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(244,251,249,.86));
}

.info-panel,
.prose-card,
.map-wrap,
.photo-stack img {
  border-radius: 22px;
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .hero-showcase {
    max-width: 720px;
    margin: 0 auto;
  }

  .speech {
    right: 16px;
  }

  .status-card {
    left: 16px;
  }

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

  .character-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 62px;
  }

  .container,
  .narrow {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .hero {
    text-align: left;
  }

  .hero-inner {
    display: block;
    min-height: 0;
    padding: 34px 0 54px;
  }

  .mobile-hero-mascot {
    display: block;
    width: min(48vw, 176px);
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid rgba(23, 49, 88, .1);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-sm);
  }

  .catch {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
    line-height: 1.18;
  }

  .hero-visual {
    display: none;
  }

  .hero-points,
  .hero-actions,
  .news-strip,
  .character-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .character-card {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mascot-portrait-large {
    min-height: 230px;
    height: 230px;
    border-radius: 26px 26px 0 0;
  }

  .character-card > div {
    padding: 24px 24px 28px;
  }

  .mini-character {
    grid-template-columns: 112px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 138px;
    padding: 18px;
  }

  .mini-character .mascot-portrait {
    grid-row: 1 / 3;
    height: 112px;
    border-radius: 20px;
  }

  .mini-character h3,
  .mini-character p {
    margin: 0;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    box-shadow: 0 -10px 24px rgba(16, 31, 57, .16);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 56px;
    padding: 12px 4px calc(12px + env(safe-area-inset-bottom));
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-cta a:first-child {
    background: var(--teal);
  }

  .mobile-cta a:last-child {
    background: var(--coral);
  }
}

/* Final responsive corrections */
.mobile-only {
  display: none;
}

.hero-showcase {
  grid-template-rows: 230px auto auto;
  min-height: 620px;
}

.showcase-photo {
  height: 230px;
}

.mascot-stage {
  width: min(360px, 80%);
  margin-top: -54px;
}

.status-card {
  position: relative;
  left: auto;
  bottom: auto;
  width: min(420px, 100%);
  margin: 14px auto 0;
}

@media (max-width: 640px) {
  .mobile-only {
    display: block;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .catch {
    max-width: 100%;
    font-size: clamp(1.85rem, 9vw, 2.28rem);
    line-height: 1.22;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .catch .marker {
    white-space: nowrap;
  }

  .hero-lead {
    font-size: .96rem;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
  }

  .mobile-hero-mascot {
    width: min(43vw, 150px);
  }
}

/* ============================================
   DIVERS-inspired composition pass
   ============================================ */
:root {
  --serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --divers-blue: #43488e;
  --divers-blue-soft: #eaf2fc;
  --honhiro-navy: #173158;
  --honhiro-pink: #ef5b80;
}

body {
  background: #fff;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #edf0f4;
}

.header-inner {
  min-height: 82px;
}

.brand-mark {
  border-radius: 4px;
}

.global-nav a {
  border-radius: 0;
  color: #333b52;
  font-weight: 700;
}

.global-nav a:hover,
.global-nav a[aria-current="page"] {
  background: transparent;
  color: var(--divers-blue);
}

.header-cta {
  border-radius: 0;
  background: var(--divers-blue);
  box-shadow: none;
}

.hero {
  min-height: auto;
  border-bottom: 0;
  background: #fff;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-inner {
  width: 100%;
  max-width: none;
  display: block;
  min-height: 0;
  padding: 0;
}

.hero-copy {
  min-height: clamp(420px, 47vw, 560px);
  display: grid;
  place-items: center;
  align-content: center;
  padding: 86px 20px 72px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(38, 42, 82, .44), rgba(44, 77, 118, .22)),
    url("../images/top-hero-photo.jpg") center / cover no-repeat;
}

.eyebrow {
  color: #fff;
  font-family: var(--serif);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-shadow: 0 2px 14px rgba(0,0,0,.18);
}

.catch {
  max-width: 980px;
  margin-top: 18px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.4vw, 4.1rem);
  font-weight: 700;
  line-height: 1.38;
  text-shadow: 0 8px 30px rgba(0,0,0,.2);
}

.catch .marker {
  color: #fff;
  text-decoration: none;
}

.hero-lead {
  max-width: 780px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.94);
  font-size: 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
}

.hero-actions {
  justify-content: center;
  margin-top: 30px;
}

.btn {
  border-radius: 0;
  box-shadow: none;
}

.btn-primary {
  background: var(--divers-blue);
}

.btn-coral {
  background: var(--honhiro-pink);
}

.btn-outline {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.84);
}

.hero-points {
  display: none;
}

.hero-visual {
  display: none;
}

section {
  padding: 82px 0;
}

.news-strip {
  max-width: 1040px;
  margin: 0 auto;
  border: 0;
  border-left: 4px solid var(--divers-blue);
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.concept-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto 46px;
  text-align: center;
}

.concept-heading span {
  width: 52px;
  height: 3px;
  background: var(--divers-blue);
}

.concept-heading h2 {
  color: #4b4f5b;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.2vw, 2.62rem);
  font-weight: 500;
  line-height: 1.62;
}

.concept-heading p {
  color: #6b6370;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: .08em;
}

.character-band {
  padding: 84px 0 90px;
  background: #fff;
}

.character-grid {
  max-width: 1040px;
  grid-template-columns: 1fr;
  gap: 28px;
}

.character-card {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) 1fr;
  min-height: 430px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mascot-portrait-large {
  min-height: 430px;
  border-radius: 0;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.mascot-portrait-large img {
  object-fit: contain;
  object-position: center;
  padding: 34px;
}

.character-card > div {
  align-self: center;
  padding: 46px 0 46px 54px;
}

.character-card h2 {
  color: #333947;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.44rem);
  font-weight: 700;
  line-height: 1.58;
}

.character-card p:not(.section-kicker) {
  max-width: 620px;
  margin-top: 18px;
  color: #58616f;
}

.character-card .section-kicker {
  color: var(--divers-blue);
}

.mini-character {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 170px;
  padding: 24px 30px;
  border: 0;
  border-radius: 0;
  background: var(--divers-blue-soft);
  box-shadow: none;
}

.mini-character .mascot-portrait {
  grid-row: 1 / 3;
  height: 130px;
  border-radius: 0;
  background: #fff;
}

.mini-character .mascot-portrait img {
  object-fit: contain;
  object-position: center;
  padding: 14px;
}

.mini-character h3 {
  color: #333947;
  font-family: var(--serif);
  font-size: 1.36rem;
}

.mini-character p {
  color: #58616f;
}

.band {
  background: var(--divers-blue-soft);
  border: 0;
}

.section-head {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  grid-template-columns: 1fr;
  gap: 14px;
}

.section-kicker {
  color: var(--divers-blue);
}

.section-title {
  color: #333947;
  font-family: var(--serif);
  font-weight: 700;
}

.section-lead {
  margin: 0 auto;
  color: #58616f;
}

.service-grid {
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(67, 72, 142, .18);
}

.service-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.service-card::before {
  background: var(--divers-blue);
}

.service-card .num,
.service-card a {
  color: var(--divers-blue);
}

.split {
  max-width: 1040px;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}

.photo-stack img,
.photo-stack img:first-child {
  border-radius: 0;
  box-shadow: none;
}

.photo-stack img:first-child {
  aspect-ratio: 4 / 3;
}

.info-grid {
  max-width: 1040px;
  margin: 0 auto;
}

.info-panel,
.map-wrap,
.prose-card {
  border-radius: 0;
  box-shadow: none;
}

.cta-band {
  background: var(--divers-blue);
}

.site-footer {
  background: #f7f7f8;
}

@media (max-width: 980px) {
  .hero-copy {
    min-height: 520px;
  }

  .character-card {
    grid-template-columns: 1fr;
  }

  .character-card > div {
    padding: 34px 0 0;
  }

  .service-grid,
  .split,
  .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .header-inner {
    min-height: 72px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-height: 520px;
    padding: 76px 18px 60px;
  }

  .mobile-hero-mascot {
    display: none;
  }

  .catch {
    max-width: 100%;
    color: #fff;
    font-size: clamp(1.72rem, 7.3vw, 2.35rem);
    line-height: 1.46;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .hero-lead {
    max-width: 100%;
    color: rgba(255,255,255,.94);
    font-size: .94rem;
    word-break: normal;
    line-break: strict;
  }

  .hero-actions {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .news-strip {
    grid-template-columns: 1fr;
  }

  .concept-heading h2 {
    font-size: 1.55rem;
    text-align: left;
  }

  .concept-heading {
    justify-items: start;
    text-align: left;
  }

  .mascot-portrait-large {
    min-height: 270px;
    height: 270px;
  }

  .character-card > div {
    padding: 26px 0 0;
  }

  .mini-character {
    grid-template-columns: 104px 1fr;
    min-height: 132px;
    padding: 16px;
  }

  .mini-character .mascot-portrait {
    height: 104px;
  }

  .mobile-cta {
    width: 100%;
    max-width: 100%;
  }

  .mobile-cta a {
    font-size: .76rem;
  }
}

/* Full-width hero and fixed mobile overflow */
.hero {
  padding: 0;
}

.hero-inner.container {
  width: 100%;
  max-width: none;
}

.hero-copy {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.eyebrow {
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .hero-inner.container {
    width: 100%;
    max-width: none;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 72px 20px 46px;
  }

  .eyebrow {
    font-size: .7rem;
    letter-spacing: .12em;
    line-height: 1.5;
  }

  .catch {
    font-size: clamp(1.68rem, 7vw, 2.18rem);
    line-height: 1.48;
  }

  .hero-lead {
    font-size: .9rem;
    line-height: 1.9;
    width: min(300px, 100%);
    max-width: min(300px, 100%);
    margin-right: auto;
    margin-left: auto;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .mobile-cta {
    left: 0;
    right: auto;
    width: min(100%, 390px);
    max-width: 390px;
    margin: 0;
  }

  .mobile-cta a {
    min-width: 0;
    font-size: .74rem;
  }
}

/* Disclosure page */
.disclosure-main {
  padding: clamp(26px, 4vw, 42px);
}

.disclosure-heading {
  margin-bottom: 18px;
}

.disclosure-table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  border: 1px solid rgba(16, 29, 53, .12);
  background: #fff;
}

.disclosure-table th,
.disclosure-table td {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(16, 29, 53, .12);
  text-align: left;
  vertical-align: top;
  line-height: 1.9;
}

.disclosure-table tr:last-child th,
.disclosure-table tr:last-child td {
  border-bottom: 0;
}

.disclosure-table th {
  width: 30%;
  min-width: 190px;
  background: #f2f6fb;
  color: var(--teal-dark);
  font-weight: 900;
  font-family: var(--font-head);
}

.disclosure-table td {
  color: var(--ink);
}

.confirm-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-right: 8px;
  padding: 2px 9px;
  background: #fff1cc;
  border: 1px solid rgba(231, 168, 58, .5);
  color: #8a5a00;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
}

.table-lead {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .92rem;
}

.disclosure-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.disclosure-list li {
  display: grid;
  gap: 4px;
  padding-left: 18px;
  position: relative;
}

.disclosure-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  background: var(--coral);
}

.disclosure-list strong {
  color: var(--teal-dark);
  font-weight: 900;
}

.disclosure-list span {
  color: var(--ink);
}

@media (max-width: 640px) {
  .disclosure-main {
    padding: 24px 20px;
  }

  .page-head h1,
  .page-head p,
  .disclosure-heading h2 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .disclosure-heading h2 {
    font-size: 1.18rem;
    line-height: 1.6;
  }

  .disclosure-main p,
  .disclosure-table,
  .disclosure-list,
  .disclosure-list strong,
  .disclosure-list span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .disclosure-table,
  .disclosure-table tbody,
  .disclosure-table tr,
  .disclosure-table th,
  .disclosure-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .disclosure-table th {
    border-bottom: 0;
    padding: 16px 18px 8px;
  }

  .disclosure-table td {
    padding: 4px 18px 18px;
  }

  .disclosure-table tr {
    border-bottom: 1px solid rgba(16, 29, 53, .12);
  }

  .disclosure-table tr:last-child {
    border-bottom: 0;
  }
}

/* Mascot thumbnail framing fixes */
.mascot-portrait-online,
.mascot-portrait-ok {
  position: relative;
  overflow: hidden;
}

.mini-character .mascot-portrait-online img,
.mini-character .mascot-portrait-ok img {
  max-width: none;
  padding: 0;
  filter: none;
}

.mini-character .mascot-portrait-online img {
  width: 160%;
  height: 160%;
  object-fit: cover;
  object-position: 52% 27%;
  transform: translateX(5%);
}

.mini-character .mascot-portrait-ok img {
  width: 170%;
  height: 170%;
  object-fit: cover;
  object-position: 54% 26%;
  transform: translateX(0);
}

@media (max-width: 640px) {
  .mini-character .mascot-portrait-online img {
    width: 164%;
    height: 164%;
    object-position: 52% 27%;
    transform: translateX(4%);
  }

  .mini-character .mascot-portrait-ok img {
    width: 174%;
    height: 174%;
    object-position: 54% 26%;
    transform: translateX(0);
  }
}

/* Natural thumbnail framing after image swap */
.mini-character .mascot-portrait-online img {
  width: 112%;
  height: 112%;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  transform: translateX(7%);
}

.mini-character .mascot-portrait-ok img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  object-position: center;
  transform: none;
}

@media (max-width: 640px) {
  .mini-character .mascot-portrait-online img {
    width: 114%;
    height: 114%;
    padding: 6px;
    transform: translateX(6%);
  }

  .mini-character .mascot-portrait-ok img {
    width: 100%;
    height: 100%;
    padding: 8px;
  }
}

/* ===== CONCEPT feature (rebuilt for balance) ===== */
.character-band {
  padding: clamp(64px, 8vw, 92px) 0;
}

.concept-feature {
  display: grid;
  grid-template-columns: minmax(280px, 400px) 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  max-width: 1040px;
  margin: 0 auto;
}

.concept-figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  overflow: hidden;
  background: radial-gradient(125% 95% at 50% 18%, #f5f9ff 0%, var(--divers-blue-soft) 100%);
}

.concept-figure img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.concept-body .section-kicker {
  color: var(--divers-blue);
}

.concept-body h3 {
  margin-top: 8px;
  color: #2b3040;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  line-height: 1.55;
}

.concept-body p {
  max-width: 560px;
  margin-top: 18px;
  color: #58616f;
  line-height: 1.95;
}

.concept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.concept-tags li {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--divers-blue-soft);
  color: var(--divers-blue);
  font-size: .9rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .concept-feature {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
    text-align: center;
  }

  .concept-figure {
    width: min(320px, 78%);
  }

  .concept-body p {
    margin-left: auto;
    margin-right: auto;
  }

  .concept-tags {
    justify-content: center;
  }
}
