/* UPdate trainer branding page. Generated from local mock on 2026-05-19. */
.trainer-branding-page {
        --mint: #9be3d7;
        --mint-strong: #65d6c6;
        --mint-deep: #209986;
        --mint-soft: #eefbf8;
        --deep: #12343d;
        --deep-2: #2f6466;
        --panel: #ffffff;
        --panel-2: #f5fbfa;
        --panel-line: rgba(18, 52, 61, 0.12);
        --gold: #d4a574;
        --white: #ffffff;
        --ink: #16383e;
        --muted: #6b7280;
        --line: #deeee9;
        --paper: #f7fbfa;
        --font-en: "Outfit", system-ui, sans-serif;
        --font-jp: "Noto Sans JP", system-ui, sans-serif;
        --font-heading: "Noto Serif JP", serif;
      }

      * {
        box-sizing: border-box;
      }

      .trainer-branding-page {
        scroll-behavior: smooth;
        background: #fbfefd;
      }

      .update-nagoya-trainer {
        margin: 0;
        overflow-x: hidden;
        background: #fbfefd;
        color: var(--ink);
        font-family: var(--font-jp);
        font-size: 15px;
        line-height: 1.78;
        -webkit-font-smoothing: antialiased;
      }

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

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

      p,
      h1,
      h2,
      h3,
      h4,
      li {
        overflow-wrap: anywhere;
      }

      .site-header {
        position: sticky;
        top: 0;
        z-index: 20;
        border-bottom: 1px solid rgba(222, 238, 233, 0.92);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(14px);
      }

      .site-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: min(100%, 1120px);
        margin: 0 auto;
        padding: 12px 24px;
      }

      .logo {
        display: grid;
        gap: 2px;
        font-family: var(--font-en);
        font-weight: 900;
        letter-spacing: 0.08em;
        line-height: 1;
      }

      .logo span:first-child {
        color: var(--deep);
        font-size: 1.35rem;
      }

      .logo span:last-child {
        color: var(--mint-deep);
        font-size: 0.7rem;
        letter-spacing: 0.24em;
      }

      .header-cta,
      .panel-cta,
      .final-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-align: center;
      }

      .header-cta {
        min-height: 38px;
        background: var(--mint-strong);
        color: var(--deep);
        font-size: 0.84rem;
        padding: 9px 20px;
        box-shadow: 0 10px 22px rgba(95, 205, 189, 0.22);
      }

      .hero {
        position: relative;
        min-height: 310px;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(238, 251, 248, 0.78)),
          url("images/202604/duo-smile.jpg") center 42% / cover;
        color: var(--deep);
        border-bottom: 1px solid var(--line);
      }

      .hero::after {
        position: absolute;
        inset: 0;
        background:
          radial-gradient(circle at 18% 22%, rgba(101, 214, 198, 0.24), transparent 28%),
          linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.72));
        content: "";
        pointer-events: none;
      }

      .hero__inner {
        position: relative;
        z-index: 1;
        display: grid;
        align-content: center;
        min-height: 310px;
        width: min(100%, 1040px);
        margin: 0 auto;
        padding: 58px 24px;
        text-align: left;
      }

      .hero__eyebrow,
      .label-en {
        color: var(--mint-deep);
        font-family: var(--font-en);
        font-size: 0.74rem;
        font-weight: 900;
        letter-spacing: 0.28em;
        text-transform: uppercase;
      }

      .hero h1 {
        margin: 12px 0 0;
        color: var(--deep);
        font-family: var(--font-en);
        font-size: 3.25rem;
        font-weight: 900;
        letter-spacing: 0.23em;
        line-height: 1;
        text-shadow: none;
      }

      .hero__copy {
        max-width: 600px;
        margin: 16px 0 0;
        color: #52666d;
        font-size: 0.92rem;
        font-weight: 700;
        line-height: 2;
      }

      .breadcrumb {
        width: min(100%, 860px);
        margin: 0 auto;
        padding: 30px 24px 38px;
        color: #a3adba;
        font-family: var(--font-en);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.16em;
      }

      .breadcrumb span + span::before {
        content: ">";
        margin: 0 18px;
      }

      .section-head {
        width: min(100%, 860px);
        margin: 0 auto;
        padding: 0 24px 24px;
        text-align: center;
      }

      .section-head h2 {
        margin: 0;
        color: var(--deep);
        font-family: var(--font-en);
        font-size: 3.35rem;
        font-weight: 900;
        letter-spacing: 0.24em;
        line-height: 1;
      }

      .section-head p {
        margin: 8px 0 0;
        color: var(--mint-deep);
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.1em;
      }

      .lead {
        max-width: 760px;
        margin: 0 auto;
        padding: 0 24px 34px;
        color: var(--muted);
        font-size: 0.92rem;
        font-weight: 600;
        line-height: 2.2;
        text-align: center;
      }

      .profile-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: min(100%, 760px);
        margin: 0 auto 32px;
        padding: 0 24px;
      }

      .profile-nav a {
        display: grid;
        gap: 4px;
        border: 1px solid var(--line);
        border-left: 5px solid var(--mint-strong);
        background: var(--paper);
        padding: 14px 18px;
      }

      .profile-nav span {
        color: var(--mint-deep);
        font-family: var(--font-en);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.2em;
        text-transform: uppercase;
      }

      .profile-nav strong {
        color: var(--deep);
        font-family: var(--font-heading);
        font-size: 1.04rem;
        letter-spacing: 0.08em;
      }

      .trainer-list {
        display: grid;
        gap: 46px;
        width: min(100%, 780px);
        margin: 0 auto 64px;
        padding: 0 24px;
      }

      .trainer-block {
        position: relative;
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: var(--white);
        color: var(--ink);
        box-shadow: 0 14px 36px rgba(18, 52, 61, 0.08);
      }

      .trainer-block::before {
        position: absolute;
        inset: 0;
        border-top: 5px solid var(--mint-strong);
        background:
          radial-gradient(circle at 88% 4%, rgba(155, 227, 215, 0.3), transparent 24%),
          linear-gradient(180deg, rgba(238, 251, 248, 0.62), rgba(255, 255, 255, 0));
        content: "";
        pointer-events: none;
      }

      .trainer-panel {
        position: relative;
        z-index: 1;
        padding: 16px;
      }

      .trainer-bar {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 12px;
        min-height: 58px;
        border-radius: 14px;
        background: linear-gradient(135deg, var(--mint-soft), #ffffff);
        padding: 12px 18px;
      }

      .trainer-bar__main,
      .trainer-bar__role {
        color: var(--deep);
        font-family: var(--font-en);
        font-size: 1.75rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        line-height: 1;
      }

      .trainer-bar__role {
        text-align: right;
      }

      .trainer-bar__mark {
        color: var(--mint-deep);
        font-size: 0.96rem;
        letter-spacing: 0.08em;
      }

      .intro-grid {
        display: grid;
        grid-template-columns: 39% 61%;
        gap: 0;
      }

      .intro-left {
        padding: 16px 14px 22px 0;
      }

      .intro-right {
        padding: 22px 4px 22px 22px;
      }

      .profile-image {
        width: 100%;
        aspect-ratio: 4 / 5;
        border: 1px solid var(--line);
        border-radius: 14px;
        object-fit: cover;
        object-position: center top;
      }

      .profile-image--ryoma {
        object-position: center 18%;
      }

      .profile-name {
        margin: 18px 0 5px;
        font-family: var(--font-heading);
        font-size: 1.24rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-align: right;
      }

      .profile-en {
        margin: 0;
        color: var(--mint-deep);
        font-family: var(--font-en);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.22em;
        text-align: right;
        text-transform: uppercase;
      }

      .profile-line {
        height: 2px;
        margin: 14px 0 16px;
        background: linear-gradient(90deg, var(--mint-strong), rgba(101, 214, 198, 0.12));
      }

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

      .fact-list li {
        border-left: 4px solid var(--mint);
        background: var(--paper);
        padding: 8px 11px;
        color: var(--deep);
        font-size: 0.78rem;
        font-weight: 800;
        line-height: 1.75;
      }

      .catch {
        margin: 0;
        color: var(--deep);
        font-family: var(--font-heading);
        font-size: 1.46rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.58;
      }

      .lead-copy {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        color: #52666d;
        font-size: 0.84rem;
        font-weight: 700;
        line-height: 1.9;
      }

      .lead-copy p,
      .copy-section p,
      .mini-card p,
      .difference-box p,
      .final-cta p {
        margin: 0;
      }

      .panel-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 20px;
      }

      .panel-cta {
        min-height: 38px;
        min-width: 144px;
        background: var(--mint-strong);
        color: var(--deep);
        font-size: 0.78rem;
        padding: 9px 18px;
      }

      .panel-cta--line {
        background: #06c755;
        color: var(--white);
      }

      .content-stack {
        display: grid;
        gap: 10px;
        padding-bottom: 4px;
      }

      .copy-section {
        display: block;
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: var(--white);
        padding: 0;
      }

      .copy-section--dark {
        background: var(--mint-soft);
      }

      .copy-heading {
        position: relative;
        display: grid;
        grid-template-columns: 138px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        min-width: 0;
        padding: 14px 48px 14px 18px;
        cursor: pointer;
        list-style: none;
      }

      .copy-heading::-webkit-details-marker {
        display: none;
      }

      .copy-heading::after {
        position: absolute;
        top: 50%;
        right: 18px;
        display: grid;
        place-items: center;
        width: 24px;
        height: 24px;
        border-radius: 999px;
        background: var(--mint-strong);
        color: var(--deep);
        content: "+";
        font-family: var(--font-en);
        font-size: 1rem;
        font-weight: 900;
        line-height: 1;
        transform: translateY(-50%);
      }

      .copy-section[open] .copy-heading::after {
        content: "-";
      }

      .copy-heading span {
        display: block;
        color: var(--mint-deep);
        font-family: var(--font-en);
        font-size: 0.65rem;
        font-weight: 900;
        letter-spacing: 0.24em;
        text-transform: uppercase;
      }

      .copy-heading h3 {
        margin: 7px 0 0;
        color: var(--deep);
        font-family: var(--font-heading);
        font-size: 0.94rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.55;
      }

      .copy-body {
        display: grid;
        gap: 0.9em;
        min-width: 0;
        border-top: 1px solid var(--line);
        padding: 14px 18px 18px;
        color: #34515a;
        font-size: 0.82rem;
        font-weight: 600;
        line-height: 1.9;
      }

      .copy-body strong {
        color: var(--deep);
        font-weight: 900;
      }

      .tag-row {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 2px;
      }

      .tag {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        border: 1px solid rgba(45, 149, 136, 0.28);
        background: rgba(155, 227, 215, 0.2);
        color: var(--mint-deep);
        font-size: 0.68rem;
        font-weight: 900;
        padding: 3px 7px;
      }

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

      .mini-card {
        border-left: 4px solid var(--mint-strong);
        border-radius: 10px;
        background: var(--paper);
        padding: 12px;
      }

      .mini-card h4 {
        margin: 0 0 6px;
        color: var(--deep);
        font-size: 0.82rem;
        font-weight: 900;
        letter-spacing: 0.04em;
      }

      .mini-card p {
        color: #48636b;
        font-size: 0.78rem;
        font-weight: 600;
        line-height: 1.82;
      }

      .plain-list,
      .result-list {
        display: grid;
        gap: 7px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .plain-list li,
      .result-list li {
        position: relative;
        border-radius: 9px;
        background: var(--paper);
        color: #34515a;
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1.72;
        padding: 8px 12px 8px 30px;
      }

      .plain-list li::before,
      .result-list li::before {
        position: absolute;
        top: 15px;
        left: 13px;
        width: 6px;
        height: 6px;
        background: var(--mint-strong);
        content: "";
      }

      .difference-box {
        display: grid;
        gap: 0.9em;
        border-left: 5px solid var(--mint-strong);
        border-radius: 10px;
        background: var(--white);
        padding: 13px;
      }

      .gallery-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 2px;
      }

      .gallery-row img {
        width: 100%;
        aspect-ratio: 5 / 4;
        border: 1px solid var(--line);
        border-radius: 10px;
        object-fit: cover;
      }

      .gallery-row--portrait img {
        aspect-ratio: 2 / 3;
        object-position: center top;
      }

      .review-source {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(45, 149, 136, 0.16);
        padding-bottom: 10px;
        color: #5f7b7c;
        font-size: 0.72rem;
        font-weight: 800;
      }

      .review-source a {
        color: var(--mint-deep);
        text-decoration: underline;
        text-underline-offset: 3px;
      }

      .review-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
      }

      .review-card {
        border: 1px solid rgba(45, 149, 136, 0.16);
        border-radius: 10px;
        background: var(--white);
        padding: 12px;
      }

      .review-card__lead {
        margin: 0 0 7px;
        color: var(--deep);
        font-size: 0.82rem;
        font-weight: 900;
        line-height: 1.55;
      }

      .review-card p:not(.review-card__lead) {
        margin: 0;
        color: #48636b;
        font-size: 0.76rem;
        font-weight: 600;
        line-height: 1.82;
      }

      .review-card span {
        display: block;
        margin-top: 10px;
        color: var(--mint-deep);
        font-size: 0.68rem;
        font-weight: 900;
      }

      .trainer-final {
        display: grid;
        gap: 10px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: linear-gradient(135deg, var(--mint-soft), #ffffff);
        padding: 20px 18px 22px;
        text-align: center;
      }

      .trainer-final h3 {
        margin: 0;
        color: var(--deep);
        font-family: var(--font-heading);
        font-size: 1.06rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.65;
      }

      .trainer-final p {
        margin: 0;
        color: #34515a;
        font-weight: 700;
        line-height: 1.8;
      }

      .trainer-final .panel-actions {
        justify-content: center;
        margin-top: 4px;
      }

      .final-cta {
        background:
          linear-gradient(90deg, rgba(238, 251, 248, 0.94), rgba(255, 255, 255, 0.84)),
          url("images/202604/counseling-yuki.jpg") center / cover;
        color: var(--deep);
        text-align: center;
      }

      .final-cta__inner {
        width: min(100%, 720px);
        margin: 0 auto;
        padding: 58px 24px 66px;
      }

      .final-cta h2 {
        margin: 14px 0 0;
        font-family: var(--font-heading);
        font-size: 1.58rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.7;
      }

      .final-cta p {
        margin-top: 14px;
        color: #52666d;
        font-weight: 700;
        line-height: 2.05;
      }

      .final-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 22px;
      }

      .final-button {
        min-height: 42px;
        min-width: 168px;
        background: var(--mint-strong);
        color: var(--deep);
        font-size: 0.82rem;
        padding: 10px 20px;
      }

      .final-button--line {
        background: #06c755;
        color: var(--white);
      }

      @media (max-width: 860px) {
        .site-header__inner {
          padding: 13px 18px;
        }

        .header-cta {
          display: none;
        }

        .hero,
        .hero__inner {
          min-height: 310px;
        }

        .hero h1 {
          font-size: 2.7rem;
          letter-spacing: 0.16em;
          line-height: 1.15;
        }

        .hero__copy {
          font-size: 0.92rem;
          text-align: left;
        }

        .breadcrumb {
          padding-bottom: 44px;
        }

        .section-head h2 {
          font-size: 3.1rem;
          letter-spacing: 0.17em;
        }

        .lead {
          text-align: left;
        }

        .profile-nav,
        .intro-grid,
        .mini-grid,
        .gallery-row {
          grid-template-columns: 1fr;
        }

        .trainer-list {
          gap: 56px;
          padding: 0 16px;
        }

        .trainer-panel {
          padding: 12px;
        }

        .trainer-bar {
          grid-template-columns: 1fr auto;
          gap: 10px;
          padding: 16px;
        }

        .trainer-bar__main,
        .trainer-bar__role {
          font-size: 1.9rem;
          letter-spacing: 0.06em;
        }

        .trainer-bar__mark {
          grid-column: 1 / -1;
          grid-row: 2;
        }

        .trainer-bar__role {
          text-align: right;
        }

        .intro-left,
        .intro-right {
          padding: 18px 8px 26px;
        }

        .intro-right {
          padding-top: 0;
        }

        .profile-name,
        .profile-en {
          text-align: left;
        }

        .catch {
          font-size: 1.52rem;
          line-height: 1.72;
        }

        .copy-section {
          padding: 0;
        }

        .copy-heading {
          grid-template-columns: 1fr;
          gap: 4px;
          padding: 13px 44px 13px 14px;
        }

        .copy-heading h3 {
          margin-top: 4px;
        }

        .copy-heading::after {
          right: 14px;
        }

        .copy-body {
          padding: 12px 14px 15px;
        }

        .review-source {
          align-items: flex-start;
          flex-direction: column;
          gap: 5px;
        }

        .review-grid {
          grid-template-columns: 1fr;
        }

        .panel-actions,
        .final-buttons {
          display: grid;
        }

        .panel-cta,
        .final-button {
          width: 100%;
        }
      }

      @media (max-width: 440px) {
        .update-nagoya-trainer {
          font-size: 15px;
        }

        .hero h1 {
          font-size: 2.25rem;
          letter-spacing: 0.12em;
        }

        .section-head h2 {
          font-size: 2.45rem;
          letter-spacing: 0.14em;
        }

        .trainer-bar__main,
        .trainer-bar__role {
          font-size: 1.58rem;
        }

        .catch {
          font-size: 1.34rem;
        }

        .copy-body {
          font-size: 0.9rem;
        }
      }
