:root {
    --navy: #17314F;
    --navy-deep: #16263F;
    --ink: #25313F;
    --ink-soft: #5F6B7A;
    --teal: #2C6E6A;
    --teal-soft: #E9F1F0;
    --teal-line: #BFD6D3;
    --mist: #F6F8FA;
    --blue-soft: #EEF3F8;
    --line: #E4E9EF;
    --white: #FFFFFF;
    --label-font: "Inter","Noto Sans JP",sans-serif;
    --jp-font: "Inter","Noto Sans JP","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    --radius: 14px;
    --shadow: 0 2px 14px rgba(31,50,81,.06);
    --maxw: 1120px;
  }

        img,svg {
    max-width: 100%;
    height: auto;
    display: block;
  }

      .section {
    padding: 110px 0;
  }

  .section.alt {
    background: var(--mist);
  }

          h2 {
    font-size: clamp(24px,3.4vw,32px);
    font-weight: 600;
    color: var(--navy);
    line-height: 1.65;
    letter-spacing: .04em;
    margin-bottom: 34px;
    max-width: 780px;
    word-break: keep-all;
    overflow-wrap: normal;
  }

                                  .hero {
    padding: 112px 0 120px;
    background: radial-gradient(760px 420px at 88% 10%, rgba(44,110,106,.08), transparent 64%),
    radial-gradient(620px 360px at 8% 94%, rgba(23,49,79,.055), transparent 64%),
    linear-gradient(180deg,#FFFFFF 0%,#F8FAFB 100%) !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .hero-grid {
    display: block !important;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
    max-width: 780px !important;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .hero-label {
    font-family: var(--label-font);
    font-size: 13px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .hero-label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--teal);
  }

  .hero h1 {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-soft);
    letter-spacing: .08em;
    margin-bottom: 20px;
    text-transform: none;
  }

  .hero-copy {
    font-size: clamp(30px,3.2vw,42px) !important;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.55 !important;
    letter-spacing: .015em !important;
    margin-bottom: 34px;
    max-width: 1000px !important;
  }

    .hero-body {
    font-size: 15.5px;
    color: var(--ink-soft);
    max-width: 680px;
    margin-bottom: 34px;
  }

  .hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
  }

  .hero-tags span {
    font-size: 12.5px;
    color: var(--ink-soft);
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 16px;
    letter-spacing: .05em;
  }

      .hero-body p + p {
    margin-top: 1.15em;
  }

                                                          .profile-card {
    max-width: 880px;
    margin: 64px auto 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 48px 52px;
  }

  .profile-head {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .profile-avatar {
    flex: none;
    width: 96px;
    height: 96px;
  }

    .profile-name-block .p-name {
    font-size: 22px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: .12em;
    line-height: 1.5;
  }

  .profile-name-block .p-name span {
    font-family: var(--label-font);
    font-size: 14px;
    letter-spacing: .18em;
    color: var(--ink-soft);
    display: block;
    font-weight: 400;
  }

  .profile-name-block .p-role {
    font-size: 12.5px;
    color: var(--ink-soft);
    letter-spacing: .06em;
    margin-top: 8px;
    line-height: 1.8;
  }

  .profile-body {
    font-size: 14.5px;
    color: var(--ink-soft);
    line-height: 2.15;
  }

  .profile-body p + p {
    margin-top: 1.2em;
  }

                                .company-card {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 44px 48px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center;
  }

  .company-card svg {
    width: 110px;
    color: var(--navy);
  }

  .company-card h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .company-card p {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 2.05;
  }

  .company-card p + p {
    margin-top: .8em;
  }

  .consult {
    background: linear-gradient(180deg,#F8FAFB 0%,#FFFFFF 100%);
    padding: 120px 0;
  }

  .consult-box {
    max-width: none !important;
    margin: 0 auto;
    text-align: left;
    display: grid !important;
    grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr) !important;
    gap: 64px !important;
    align-items: start !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: min(calc(100% - 96px), var(--maxw)) !important;
  }

  .consult .lead {
    margin: 0 auto 44px;
    text-align: left;
  }

                                            .sticky-cta.show {
    transform: none;
  }

                        .coach-formula {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 8px auto 44px;
    margin-bottom: 32px;
  }

  .coach-formula span {
    font-size: 15.5px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: .06em;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 12px 26px;
    box-shadow: var(--shadow);
  }

  .coach-formula em {
    font-style: normal;
    font-family: var(--label-font);
    font-size: 24px;
    color: var(--teal);
  }

        .org-cta::after {
    content: "→";
    font-weight: 400;
  }

  .org-cta:hover {
    background: var(--navy);
    color: #fff;
  }

    .eyebrow,.hero-label,.brand,.profile-name-block .p-label,.exp-card .e-no,.wwd-card .w-no,.coach-formula em,.flow-steps div::before,.faq-item summary::before {
    font-family: var(--label-font);
  }

                      .contact-form {
    max-width: none !important;
    margin: 0 !important;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 36px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

    .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .form-field {
    display: grid;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: .04em;
  }

  .form-field-full {
    grid-column: 1/-1;
  }

  .form-field span {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .form-field em {
    font-style: normal;
    font-size: 11px;
    color: var(--teal);
    background: var(--teal-soft);
    border: 1px solid var(--teal-line);
    border-radius: 999px;
    padding: 2px 8px;
  }

  .form-field input,.form-field textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 15px;
    font: inherit;
    font-size: 14px;
    color: var(--ink);
    background: #fff;
    line-height: 1.7;
  }

  .form-field textarea {
    resize: vertical;
  }

  .form-field input:focus,.form-field textarea:focus {
    outline: 3px solid rgba(44,110,106,.16);
    border-color: var(--teal);
  }

  .form-submit {
    border: none;
    margin-top: 26px;
    cursor: pointer;
    display: inline-flex;
  }

  .form-note {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.9;
    margin-top: 16px;
    text-align: left;
  }

  .form-note a {
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

            .center-text,.consult-box {
    text-align: left;
  }

  .center-text .lead,.consult-box .lead {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy {
    max-width: 780px;
  }

  .section-copy .lead {
    margin-left: 0;
    margin-right: 0;
  }

  .problem-grid {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr) !important;
    gap: 64px !important;
    align-items: center !important;
  }

  .problem-copy .lead {
    max-width: 720px;
  }

  .problem-note {
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 3px solid var(--teal);
    background: #fff;
    border-radius: 0 12px 12px 0;
    box-shadow: var(--shadow);
  }

  .problem-note strong {
    color: var(--navy);
    font-weight: 600;
  }

                                        .section-copy,.session-path,.flow-note,.outcome-list,.exp-cards,.profile-card,.aud-grid,.faq-list,.company-card,.consult-box,.contact-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

          .session-path,.flow-note,.outcome-list,.exp-cards,.profile-card,.aud-grid,.faq-list,.company-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #coaching-role .lead {
    max-width: 760px;
  }

  #coaching-role .aud-em {
    max-width: 620px;
    margin-top: 48px;
  }

  #about-the-coach .profile-body p + p {
    margin-top: 1.15em;
  }

  .consult-copy .lead {
    margin-bottom: 0;
  }

  .form-field .optional {
    font-style: normal;
    font-size: 11px;
    color: var(--ink-soft);
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 2px 8px;
  }

  #contact .form-grid {
    grid-template-columns: 1fr;
  }

  #what-we-do .session-step:last-child .session-no {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
  }

  #what-we-do .session-step:last-child .session-content h3 {
    color: var(--navy);
  }

          .floating-cta.show {
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .floating-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--navy);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 15px 22px;
    box-shadow: 0 16px 40px rgba(23,49,79,.22);
  }

  .floating-cta a::after {
    content: "→";
    font-weight: 400;
  }

  .floating-cta a:hover {
    background: var(--teal);
  }

  .hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0;
    background-image: linear-gradient(rgba(23,49,79,.035) 1px, transparent 1px),linear-gradient(90deg, rgba(23,49,79,.03) 1px, transparent 1px);
    background-size: auto !important;
    mask-image: none !important;
    pointer-events: none !important;
    top: 74px !important;
    right: max(32px, calc((100vw - var(--maxw)) / 2 + 72px)) !important;
    width: 360px !important;
    height: 360px !important;
    background: linear-gradient(135deg, rgba(44,110,106,.095), rgba(23,49,79,.035)) !important;
    border: 1px solid rgba(44,110,106,.10) !important;
    border-radius: 36px !important;
    transform: rotate(11deg) !important;
    clip-path: polygon(50% 0%, 96% 26%, 82% 100%, 18% 100%, 4% 26%) !important;
    z-index: 0 !important;
    opacity: .72 !important;
  }

  .hero .container {
    position: relative;
    z-index: 1;
    margin-left: auto !important;
    margin-right: auto !important;
  }

      .e-icon-circle svg {
    width: 27px;
    height: 27px;
  }

  .profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
  }

            .hero::after {
    content: "";
    position: absolute;
    top: 116px;
    right: max(86px, calc((100vw - var(--maxw)) / 2 + 150px));
    width: 190px;
    height: 190px;
    border: 1px solid rgba(23,49,79,.08);
    border-radius: 50%;
    background: radial-gradient(circle at 42% 42%, rgba(255,255,255,.70), transparent 56%);
    transform: rotate(-12deg);
    pointer-events: none;
    z-index: 0;
  }

  .hero-label,.consult .eyebrow {
    margin-left: 0 !important;
  }

  .section-copy,.session-path,.outcome-list,.profile-card,.faq-list,.company-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #what-we-do .section-copy,#what-we-do .section-copy .lead {
    max-width: 860px !important;
  }

  #what-we-do .lead p {
    max-width: 840px;
  }

      #why-rokana .exp-cards {
    max-width: 1020px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 22px !important;
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }

  #why-rokana .exp-card {
    display: grid !important;
    grid-template-columns: 56px minmax(0,1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 18px !important;
    row-gap: 14px !important;
    min-height: 0 !important;
    padding: 28px 26px 30px !important;
    align-content: start !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  #why-rokana .e-icon-circle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    align-self: start !important;
    flex: 0 0 auto !important;
  }

  #why-rokana .e-icon-circle svg {
    width: 24px !important;
    height: 24px !important;
  }

    #why-rokana h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 3.25em !important;
    margin: 0 !important;
    line-height: 1.55 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
  }

    .form-note span {
    display: block;
  }

  .form-note span + span {
    margin-top: 2px;
  }

    .hero::before,.hero::after {
    content: none !important;
    display: none !important;
  }

  #why-rokana .exp-card > p {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    margin: 2px 0 0 !important;
    line-height: 1.85 !important;
    min-height: 0 !important;
  }

  .hero-copy .hero-line {
    display: block;
    white-space: nowrap;
  }

  #problem h2 {
    max-width: 860px !important;
  }

  #problem .lead {
    max-width: 690px !important;
  }

  #problem .lead p {
    line-height: 2.0 !important;
  }

                                            #for-whom .aud-card p {
    min-height: 5.55em !important;
    line-height: 1.85 !important;
  }

  #for-whom .aud-grid {
    align-items: stretch !important;
  }

  #for-whom .aud-card {
    min-height: 234px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 28px 26px 30px !important;
  }

  #for-whom .aud-card h3 {
    min-height: 4.65em !important;
    margin-bottom: 14px !important;
    line-height: 1.55 !important;
  }

    .consult.container,.consult-box.container {
    max-width: var(--maxw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #what-we-do .section-copy {
    max-width: 880px;
  }

  #what-we-do .section-copy .lead {
    max-width: 860px;
  }

                    #why-rokana .exp-card .e-icon-circle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    margin: 0 !important;
    width: 54px !important;
    height: 54px !important;
  }

  #why-rokana .exp-card h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1.55 !important;
  }

  

  

  

  

  

  

  

  

  

  

  @media (max-width:960px) {
.mini-map {
      max-width: 440px;
    }
}

  @media (max-width:760px) {
.mini-map {
      padding: 20px;
    }
}

  

  

  

  

  

  

  

  

  

  

  @media (max-width:820px) {
    .hero-copy .hero-line {
      white-space: normal;
    }
  }

  

  @media (max-width:760px) {
.hero-copy {
      font-size: clamp(27px,8vw,35px) !important;
      line-height: 1.55 !important;
    }
}

  

  

  

  

  

  

  

  @media (max-width:960px) {
#problem .mini-map {
      max-width: 430px !important;
    }
}

  @media (max-width:760px) {
    .hero-copy {
      line-height: 1.65 !important;
    }  }

  @media (max-width:820px) {
    .hero-copy .hero-line {
      white-space: normal;
    }
  }

  

  @media (max-width:760px) {
.hero-copy {
      font-size: clamp(27px,8vw,35px) !important;
      line-height: 1.55 !important;
    }
}

  

  /* v66: top avatar */
  .profile-avatar.profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #E4E9EF;
    background: #EEF3F8;
    box-shadow: 0 10px 28px rgba(31, 50, 81, 0.10);
    flex: 0 0 120px;
  }

  /* v80: footer-only reset from v71 base */
                

  /* v82: clearer story structure */
  #issue {
    background: #fff;
  }

  #coaching-role {
    background: #F7FAF8;
  }

  #what-we-do {
    background: #fff;
  }

  #outcomes {
    background: #EEF6F3;
  }
