  /* ---- TOP-only styles ---- */
  .hero {
    position: relative;
    margin-top: 0;
    min-height: clamp(760px, 92svh, 900px);
    overflow: hidden;
    background: #f8f4ee;
  }
  .hero,
  .hero * {
    box-sizing: border-box;
  }
  body .site-header {
    background: rgba(250,247,242,0.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 var(--line-soft);
  }
  .hero__visual {
    position: absolute;
    top: clamp(74px, 7vw, 92px);
    right: 0;
    bottom: clamp(176px, 19vh, 230px);
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    background:
      image-set(
        url("img/top-hero-desktop.webp") type("image/webp"),
        url("img/top-hero-desktop.jpg") type("image/jpeg")
    );
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(250,247,242,0.99) 0%, rgba(250,247,242,0.94) 28%, rgba(250,247,242,0.60) 50%, rgba(250,247,242,0.14) 74%, rgba(250,247,242,0.04) 100%),
      linear-gradient(180deg, rgba(250,247,242,0.08) 0%, rgba(250,247,242,0.02) 58%, rgba(250,247,242,0.46) 100%);
    pointer-events: none;
  }
  .hero__content {
    position: relative;
    z-index: 2;
    min-height: clamp(840px, 100svh, 940px);
    display: block;
    padding: clamp(46px, 6.4vh, 78px) clamp(28px, 5vw, 88px) 0;
  }
  .hero__main {
    display: flex;
    align-items: center;
    gap: clamp(26px, 4vw, 58px);
  }
  .hero__copy {
    flex: 1 1 620px;
    width: min(640px, 100%);
    max-width: 640px;
  }
  .hero__ornament {
    display: flex;
    align-items: center;
    gap: 18px;
    width: min(360px, 100%);
    margin-bottom: 26px;
    color: var(--accent);
  }
  .hero__ornament::before,
  .hero__ornament::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--line);
  }
  .hero__headline {
    font-family: var(--jp-mincho);
    font-weight: 500;
    font-size: clamp(46px, 4.25vw, 68px);
    line-height: 1.38;
    letter-spacing: 0.035em;
    color: var(--ink);
    margin: 0 0 28px;
  }
  .hero__headline .accent { color: var(--accent-deep); }
  .hero__lead {
    font-family: var(--jp-mincho);
    font-size: clamp(15px, 1.28vw, 17px);
    line-height: 2.15;
    letter-spacing: 0.065em;
    color: var(--ink);
    margin: 0 0 30px;
  }
  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }
  .hero__actions .btn--hero {
    min-width: 210px;
    min-height: 58px;
    justify-content: center;
    background: rgba(250,247,242,0.28);
    border-color: var(--accent-deep);
    color: var(--accent-deep);
    box-shadow: none;
  }
  .hero__actions .btn--hero:hover {
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: #fff;
  }
  .hero__book-meta {
    width: min(640px, calc(100vw - clamp(56px, 10vw, 176px)));
    display: grid;
    grid-template-columns: 112px minmax(360px, 1fr);
    gap: clamp(18px, 2vw, 28px);
    align-items: center;
    margin: clamp(28px, 3.6vh, 42px) 0 0;
  }
  .hero__badge {
    width: 112px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(178, 92, 104, 0.92);
    color: #fff;
    font-family: var(--jp-mincho);
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 34px rgba(126,69,72,0.16);
    border: 1px solid rgba(255,255,255,0.54);
    white-space: nowrap;
  }
  .hero__badge span {
    display: block;
    width: 72%;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.46);
  }
  .hero__ranking {
    position: relative;
    display: grid;
    gap: 10px;
    justify-items: stretch;
    font-family: var(--jp-mincho);
    color: var(--ink);
    padding: 16px 22px 14px;
    background: rgba(250,247,242,0.80);
    border: 1px solid rgba(169,142,111,0.28);
    box-shadow: 0 18px 34px rgba(70,52,33,0.05);
    backdrop-filter: blur(5px);
  }
  .hero__ranking .small {
    font-family: var(--label);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: lowercase;
    color: var(--accent-deep);
    text-align: center;
  }
  .hero-rank {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 18px;
    align-items: baseline;
    padding: 10px 0;
    border-top: 1px solid var(--line-soft);
  }
  .hero-rank__label {
    font-family: var(--jp);
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--ink-soft);
    white-space: nowrap;
  }
  .hero-rank__num {
    position: relative;
    font-family: var(--jp-mincho);
    font-size: clamp(28px, 2.25vw, 38px);
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--ink);
    white-space: nowrap;
    padding-inline: 18px;
  }
  .hero-rank__num::before,
  .hero-rank__num::after {
    content: "";
    position: absolute;
    top: 52%;
    width: 13px;
    height: 24px;
    border-top: 1px solid var(--accent);
    opacity: 0.76;
  }
  .hero-rank__num::before {
    left: 0;
    border-left: 1px solid var(--accent);
    transform: translateY(-50%) rotate(-28deg);
  }
  .hero-rank__num::after {
    right: 0;
    border-right: 1px solid var(--accent);
    transform: translateY(-50%) rotate(28deg);
  }
  .hero__features {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: min(1180px, calc(100vw - clamp(56px, 10vw, 176px)));
    max-width: 1180px;
    margin-top: clamp(36px, 5.2vh, 58px);
    background: rgba(250,247,242,0.94);
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    box-shadow: 0 16px 38px rgba(70,52,33,0.06);
    backdrop-filter: blur(6px);
  }
  .hero-feature {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 22px;
    border-right: 1px solid var(--line-soft);
    background: rgba(250,247,242,0.86);
  }
  .hero-feature:last-child { border-right: 0; }
  .hero-feature__icon {
    width: 46px;
    aspect-ratio: 1;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--accent-deep);
  }
  .hero-feature__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hero-feature__title {
    font-family: var(--jp);
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--ink);
    margin-bottom: 6px;
    white-space: nowrap;
    word-break: keep-all;
  }
  .hero-feature__text {
    font-family: var(--jp);
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .hero__bottom {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(360px, 1fr) auto;
    gap: clamp(22px, 3.4vw, 44px);
    align-items: center;
    min-height: 96px;
    padding: 22px clamp(28px, 5vw, 88px);
    background: rgba(250,247,242,0.96);
    border-top: 1px solid var(--line-soft);
    box-shadow: 0 -1px 0 rgba(43,37,32,0.04);
  }
  .hero__signature {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(28px, 3vw, 40px);
    color: var(--accent-deep);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .hero__note {
    font-family: var(--jp-mincho);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--ink);
    padding-left: clamp(18px, 3vw, 34px);
    border-left: 1px solid var(--line);
  }
  .hero__method {
    white-space: nowrap;
    font-family: var(--jp);
    font-size: 14px;
    letter-spacing: 0.08em;
    color: var(--accent-deep);
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
  }

  .profile-top {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
  }
  .profile-top__img { aspect-ratio: 3 / 4; }
  .profile-top__portrait {
    position: relative;
    overflow: hidden;
    background: var(--bg-3);
    border: 1px solid var(--line-soft);
    box-shadow: 0 34px 66px -42px rgba(43,37,32,0.45);
  }
  .profile-top__portrait img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 35%;
  }
  .profile-top__name {
    font-family: var(--serif);
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: 0.06em;
    margin: 6px 0 4px;
  }
  .profile-top__name .en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.3em;
    color: var(--muted);
    margin-top: 10px;
  }
  .profile-top .role {
    font-family: var(--jp);
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--accent-deep);
  }
  .profile-top .jp-lead { margin: 24px 0 32px; }

  .news-row {
    display: flex;
    align-items: center;
    gap: clamp(20px, 5vw, 64px);
    padding: 28px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    flex-wrap: wrap;
  }
  .news-row time {
    font-family: var(--label);
    font-size: 13px;
    letter-spacing: 0.18em;
    color: var(--accent-deep);
    white-space: nowrap;
  }
  .news-row a.headline {
    font-family: var(--jp);
    font-size: 16px;
    color: var(--ink);
    transition: color .3s;
  }
  .news-row a.headline:hover { color: var(--accent-deep); }

  .svc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .svc-card { display: block; }
  .svc-card__img { aspect-ratio: 4 / 3; margin-bottom: 22px; }
  .svc-card__title {
    font-family: var(--serif);
    font-size: 24px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex; align-items: center; gap: 14px;
  }
  .svc-card__title .arrow { font-size: 15px; color: var(--accent-deep); transition: transform .35s; }
  .svc-card:hover .svc-card__title .arrow { transform: translateX(6px); }
  .svc-card--soon { display: block; cursor: default; }
  .svc-card--soon .svc-card__img { opacity: 0.78; }
  .svc-card__sub {
    font-family: var(--jp);
    font-size: 13px; letter-spacing: 0.16em;
    color: var(--muted);
    margin: -4px 0 14px;
  }
  .svc-pill {
    font-family: var(--label);
    font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--accent-deep);
    border: 1px solid var(--accent);
    border-radius: 999px;
    padding: 4px 11px; line-height: 1;
    white-space: nowrap;
  }

  .sns-card__label {
    font-family: var(--label);
    font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase;
    text-align: center; color: var(--ink-soft);
  }

  /* ---- BOOK → coaching bridge ---- */
  .book-grid {
    display: grid;
    grid-template-columns: minmax(560px, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(40px, 5.5vw, 80px);
    align-items: center;
    margin-top: 8px;
  }
  .book-banner {
    aspect-ratio: 5 / 4;
    background: #fff;
    box-shadow: 0 28px 58px -42px rgba(43,37,32,0.45);
  }
  .book-banner img {
    object-fit: contain;
  }
  #book .container {
    max-width: 1240px;
  }
  .book-copy__catch {
    font-family: var(--jp-mincho);
    font-size: clamp(19px, 2.5vw, 26px);
    line-height: 1.95;
    letter-spacing: 0.07em;
    color: var(--ink);
    margin-bottom: 26px;
  }
  .book-copy .jp-body { margin-bottom: 38px; }
  .btn--jp { font-family: var(--jp); letter-spacing: 0.14em; text-transform: none; font-size: 14px; }

  .pet-wrap { display: flex; justify-content: center; }
  .pet-card {
    max-width: 520px; width: 100%;
    text-align: center;
  }
  .pet-card__img { aspect-ratio: 16 / 10; margin-bottom: 24px; }
  .pet-card__title {
    font-family: var(--serif);
    font-size: 26px; letter-spacing: 0.12em; text-transform: uppercase;
    margin-bottom: 18px;
  }

  @media (min-width: 981px) {
    .hero {
      min-height: clamp(1010px, 116svh, 1100px);
    }
    .hero__visual {
      top: clamp(82px, 6vw, 96px);
      bottom: clamp(238px, 24vh, 278px);
      /* keep image bound to its box so it can't over-scale and overlap .hero__features above 1320px */
      background-size: auto 100%;
      background-position: right top;
    }
    .hero__content {
      min-height: clamp(1010px, 116svh, 1100px);
      padding-top: clamp(96px, 11vh, 118px);
    }
    .hero__main {
      align-items: flex-start;
    }
    .hero__copy {
      max-width: min(660px, 46vw);
    }
    .hero__headline {
      font-size: clamp(54px, 4.7vw, 76px);
      line-height: 1.34;
    }
    .hero__book-meta {
      position: absolute;
      left: clamp(46px, 4.9vw, 88px);
      top: clamp(570px, 66vh, 630px);
      width: min(650px, 45vw);
      margin: 0;
      grid-template-columns: 112px minmax(0, 1fr);
    }
    .hero__features {
      position: absolute;
      left: clamp(28px, 5vw, 88px);
      right: clamp(28px, 5vw, 88px);
      bottom: 132px;
      width: auto;
      max-width: 1180px;
      margin: 0;
    }
    .hero__bottom {
      position: absolute;
      left: clamp(28px, 5vw, 88px);
      right: clamp(28px, 5vw, 88px);
      bottom: 0;
      width: auto;
    }
  }

  @media (max-width: 1320px) {
    .hero__main {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      align-content: center;
    }
    .hero__copy { max-width: 620px; }
    .hero__visual {
      background-size: auto 100%;
      background-position: right top;
    }
    .hero__book-meta {
      width: min(620px, 47vw);
    }
  }

  @media (max-width: 980px) {
    .hero {
      min-height: auto;
      display: flex;
      flex-direction: column;
    }
    .hero__visual {
      position: relative;
      inset: auto;
      height: clamp(430px, 118vw, 620px);
      margin-top: 64px;
      margin-bottom: clamp(22px, 6vw, 46px);
      border-bottom: 0;
      background:
        image-set(
          url("img/top-hero-mobile.webp") type("image/webp"),
          url("img/top-hero-mobile.jpg") type("image/jpeg")
        );
      background-size: cover;
      background-position: center 27%;
      background-repeat: no-repeat;
    }
    .hero__visual::after {
      background:
        linear-gradient(180deg, rgba(250,247,242,0) 0%, rgba(250,247,242,0.02) 54%, rgba(250,247,242,0.72) 100%),
        linear-gradient(90deg, rgba(250,247,242,0.32), rgba(250,247,242,0) 42%, rgba(250,247,242,0.18));
    }
    .hero__content {
      min-height: auto;
      display: flex;
      flex-direction: column;
      padding: 0 22px 0;
      background: var(--bg);
    }
    .hero__main { display: grid; grid-template-columns: 1fr; gap: 30px; }
    .hero__main { order: 1; }
    .hero__copy {
      max-width: 680px;
    }
    .hero__book-meta {
      order: -1;
      position: relative;
      z-index: 5;
      margin: 0 auto clamp(34px, 8vw, 54px);
      width: min(640px, 100%);
    }
    .hero__features { order: 2; }
    .hero__bottom {
      order: 3;
      position: static;
      width: auto;
    }
  }

  @media (max-width: 760px) {
    .hero__visual {
      height: clamp(500px, 142vw, 640px);
      background-position: center 20%;
      margin-bottom: clamp(28px, 9vw, 54px);
    }
    .hero__content { padding-inline: 18px; }
    .hero__ornament { width: 100%; max-width: 280px; margin-bottom: 22px; }
    .hero__headline {
      font-size: clamp(34px, 11vw, 48px);
      line-height: 1.44;
      letter-spacing: 0.035em;
      margin-bottom: 24px;
    }
    .hero__lead { font-size: 14px; line-height: 2; margin-bottom: 28px; }
    .hero__actions .btn--hero { width: 100%; min-width: 0; }
    .hero__book-meta {
      grid-template-columns: 92px minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      width: 100%;
      margin-top: 0;
      margin-bottom: 34px;
    }
    .hero__badge { justify-self: start; width: 92px; font-size: 15px; }
    .hero__badge span { margin-top: 8px; padding-top: 7px; }
    .hero__ranking { width: 100%; padding: 12px 12px 10px; background: rgba(250,247,242,0.86); }
    .hero__ranking .small { font-size: 10px; letter-spacing: 0.14em; }
    .hero-rank { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 9px 0; }
    .hero-rank__label { font-size: 11px; white-space: normal; line-height: 1.45; }
    .hero-rank__num { font-size: clamp(22px, 7vw, 27px); padding-inline: 13px; }
    .hero-rank__num::before,
    .hero-rank__num::after { width: 10px; height: 20px; }
    .hero__features {
      grid-template-columns: 1fr;
      max-width: 560px;
      margin-top: 36px;
      background: rgba(250,247,242,0.98);
      width: 100%;
    }
    .hero-feature { grid-template-columns: 42px 1fr; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line-soft); }
    .hero-feature:last-child { border-bottom: 0; }
    .hero-feature__icon { width: 42px; }
    .hero-feature__title { font-size: 13px; }
    .hero-feature__text { font-size: 11px; line-height: 1.7; }
    .hero__bottom { grid-template-columns: 1fr; text-align: left; }
    .hero__note { padding-left: 0; border-left: 0; }
    .profile-top { grid-template-columns: 1fr; gap: 32px; }
    .profile-top__img { max-width: 340px; margin-inline: auto; width: 100%; }
    .svc-grid { grid-template-columns: 1fr; gap: 36px; }
    .sns-grid { grid-template-columns: 1fr; gap: 32px; max-width: 360px; margin-inline: auto; }
    .book-grid { grid-template-columns: 1fr; gap: 32px; }
    .book-banner { max-width: 640px; width: 100%; margin-inline: auto; }
    .book-copy { text-align: center; }
    .news-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  }
