@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;1,400&family=Manrope:wght@300;400;500;600&family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
:root {
  --paper: #f8f7f4;
  --white: #fff;
  --ink: #343b38;
  --muted: #62716f;
  --sage: #e5ece7;
  --sand: #eee9e0;
  --line: #cad2ca;
  --accent: #527366;
  --display: "Bodoni Moda", Georgia, serif;
  --en: "Manrope", sans-serif;
  --jp: "Noto Sans JP", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/2 var(--jp);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
.container {
  width: min(1200px, 86%);
  margin-inline: auto;
}
.section-space {
  padding: 130px 0;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: white;
  padding: 15px;
}
.eyebrow {
  font: 500 12px/1.6 var(--en);
  letter-spacing: 0.12em;
}
.heading-en {
  font: 400 clamp(64px, 8vw, 118px)/1.02 var(--display);
  letter-spacing: -0.06em;
}
.section-heading h2,
.section-heading h1 {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 55px;
  min-height: 50px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
}
.text-link span {
  font-size: 22px;
  transition: transform 0.3s;
}
.text-link:hover span {
  transform: translateX(4px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 60px;
  padding: 12px 28px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-size: 14px;
}
.button-solid {
  color: white;
  background: var(--ink);
}
.button:hover {
  background: #49615d;
}
.button-arrow {
  font-size: 22px;
}
.draft-note,
.form-note,
.pending-copy {
  font-size: 12px;
  color: #68706b;
}
.draft-note {
  margin-top: 22px;
}
.inline-link {
  text-decoration: underline;
}
.site-header {
  height: 98px;
  padding: 0 4.5%;
  display: flex;
  align-items: center;
  gap: 36px;
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.brand {
  font: 600 27px/1 var(--en);
  letter-spacing: -1.5px;
  white-space: nowrap;
}
.brand-dot {
  color: #859781;
}
.main-nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.main-nav a {
  font-size: 13px;
  position: relative;
}
.main-nav a:hover,
.main-nav a[aria-current] {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.header-contact {
  font-size: 13px;
  line-height: 1.5;
  border: 0;
  padding: 13px 24px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  background: var(--ink);
  color: #fff;
  border-radius: 2px;
}
.menu-toggle {
  display: none;
}
.hero {
  padding: 44px 6% 0;
  overflow: hidden;
  background: linear-gradient(110deg, #f4f2eb 0%, #fafaf7 72%);
}
.hero-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.hero-english {
  font: 300 clamp(50px, 6.6vw, 106px)/1.1 var(--en);
  letter-spacing: -0.06em;
}
.hero-english span {
  color: #778d7f;
}
.hero-caption {
  font-size: 14px;
  line-height: 2.1;
  margin: 0 10px 10px 30px;
  letter-spacing: 0.12em;
}
.hero-main {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  min-height: 470px;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 42px 0;
}
.hero h1 {
  font-size: clamp(30px, 3.05vw, 49px);
  line-height: 1.65;
  letter-spacing: 0.07em;
  font-weight: 400;
}
.hero-lead {
  font-size: 15px;
  line-height: 2.2;
  margin-top: 22px;
}
.hero-content .text-link {
  margin-top: 20px;
}
.growth-map {
  position: relative;
  width: 112%;
  margin-left: -8%;
}
.growth-map svg {
  width: 100%;
}
.map-caption {
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding-right: 8%;
  margin-top: -10px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font: 500 12px/1.6 var(--en);
  letter-spacing: 0.08em;
}
.hero-bottom a {
  font-family: var(--jp);
  font-weight: 400;
}
.hero-bottom a span {
  margin-left: 30px;
}
.introduction {
  background: var(--white);
  padding-top: 150px;
  padding-bottom: 150px;
}
.intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.intro-heading {
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.85;
  letter-spacing: 0.055em;
}
.introduction .heading-en {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: var(--accent);
}
.intro-copy {
  padding-top: 10px;
}
.intro-copy p + p {
  margin-top: 25px;
}
.intro-copy .intro-question {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 34px;
}
.section-intro {
  margin: 70px 0 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: start;
}
.section-intro h3 {
  font-size: 27px;
  line-height: 1.8;
}
.section-intro p {
  font-size: 15px;
}
.service-section {
  padding-bottom: 0;
}
.service-row {
  display: grid;
  grid-template-columns: 37% 63%;
  border-top: 1px solid var(--line);
  padding: 52px 0 65px;
}
.service-row:nth-child(2) {
  padding-left: 5%;
}
.service-row:nth-child(3) {
  padding-left: 10%;
}
.domain-en {
  font: 400 clamp(40px, 4.5vw, 66px)/1.15 var(--display);
  letter-spacing: -0.045em;
  color: var(--accent);
}
.service-row-label h3 {
  font-size: 23px;
  margin-top: 13px;
}
.domain-tag {
  display: block;
  font-size: 12px;
  margin-top: 22px;
  color: var(--muted);
}
.domain-lead {
  font-size: 16px;
  margin-bottom: 30px;
}
.service-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.service-en {
  font: 500 11px/1.6 var(--en);
  letter-spacing: 0.06em;
  color: #6a7a73;
  margin-bottom: 10px;
}
.service-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
}
.service-card > p:last-child {
  font-size: 14px;
  line-height: 2;
}
.clients {
  margin-top: 20px;
  padding: 65px 0 90px;
}
.clients-heading {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.clients-heading .heading-en {
  font-size: 46px;
}
.clients-heading h2 {
  font-size: 14px;
}
.logo-grid {
  padding: 35px 0 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 35px;
}
.logo-grid li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-grid img {
  max-width: 130px;
  max-height: 55px;
  width: auto;
  height: auto;
  filter: none;
  mix-blend-mode: normal;
}
.strength-section {
  background: var(--sage);
  padding-top: 115px;
}
.strength-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.strength-head .heading-en {
  font-size: clamp(48px, 6vw, 85px);
}
.strength-lead {
  font-size: 25px;
  line-height: 1.8;
}
.strength-list {
  list-style: none;
  padding: 0;
  margin: 75px 0 0;
  display: block;
}
.strength-list > li {
  display: grid;
  grid-template-columns: 26% 31% 1fr;
  gap: 4%;
  padding: 42px 0;
  border-top: 1px solid #b0bcb2;
  align-items: start;
}
.strength-index {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  font: 400 12px/1.5 var(--en);
}
.strength-index span {
  color: var(--accent);
}
.strength-index p {
  font: 400 38px/1.1 var(--display);
  letter-spacing: -0.035em;
}
.strength-list h3 {
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
  padding-top: 22px;
}
.strength-list li > p,
.strength-list li > div > p:not(.draft-note) {
  font-size: 14px;
  line-height: 2.15;
}
.team-schema,
.fit-schema,
.practice-schema {
  min-height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 0;
  color: var(--accent);
}
.team-schema span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #9db3a4;
  border-radius: 50%;
  font-size: 12px;
  background: #edf1ea;
}
.team-schema .team-center {
  width: 102px;
  height: 102px;
  font: 500 14px var(--en);
  background: transparent;
}
.team-schema span:last-child {
  margin-left: -40px;
  margin-top: 60px;
}
.fit-schema span {
  padding: 22px 9px;
  border-top: 1px solid #9db3a4;
  border-bottom: 1px solid #9db3a4;
  font-size: 14px;
}
.fit-schema b {
  font-weight: 300;
  font-size: 30px;
}
.fit-schema small,
.practice-schema small {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.practice-schema span {
  font-size: 14px;
  border-bottom: 1px solid #9db3a4;
  padding: 13px 4px;
}
.practice-schema i {
  font-style: normal;
  color: #8eab96;
}
.personal-section {
  background: #f1ede5;
  position: relative;
  padding-top: 120px;
}
.personal-head {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
}
.personal-head h3 {
  font-size: 34px;
  letter-spacing: 0.06em;
  margin: 14px 0 20px;
}
.personal-bridge {
  font-size: 13px;
  color: var(--muted);
}
.personal-head > div > p:last-child {
  font-size: 15px;
}
.personal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  margin: 70px 0 0 16%;
}
.personal-card {
  display: block;
  padding: 32px 0 20px;
  border-top: 1px solid #bfb7a9;
}
.personal-card:nth-child(2) {
  margin-top: 55px;
}
.personal-card h3 {
  font-size: 25px;
  margin: 18px 0;
}
.personal-card > p {
  font-size: 14px;
}
.personal-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  font-size: 13px;
}
.personal-link span {
  border: 1px solid #bfb7a9;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  transition: background 0.3s;
}
.personal-card:hover .personal-link span {
  background: #e2ddd3;
}
.news-section {
  background: #fff;
}
.news-layout {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: start;
}
.news-layout .text-link {
  margin-top: 30px;
}
.news-empty {
  padding: 35px 0;
  border-block: 1px solid var(--line);
}
.news-empty > p {
  margin-top: 16px;
  font-size: 15px;
}
.company-teaser {
  background: #fff;
  padding-top: 0;
}
.teaser-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-top: 75px;
}
.teaser-layout h3 {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.teaser-layout p {
  font-size: 15px;
}
.teaser-layout .heading-en {
  font-size: clamp(54px, 6.8vw, 100px);
}
.teaser-layout .text-link {
  margin-top: 25px;
}
.contact-section {
  background: #e6ece7;
  padding: 100px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.contact-copy h3 {
  font-size: 28px;
  line-height: 1.8;
  margin: 45px 0 25px;
}
.contact-copy > p {
  font-size: 15px;
}
.contact-personal {
  margin-top: 28px;
  color: var(--muted);
}
.contact-form {
  padding-top: 10px;
}
.form-field {
  margin-top: 24px;
}
.form-field label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.required {
  font-size: 11px;
  margin-left: 8px;
  color: var(--muted);
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #c6cfc7;
  background: #f8faf7;
  border-radius: 0;
  color: var(--ink);
  padding: 12px;
  font-size: 16px;
  max-width: 100%;
}
textarea {
  resize: vertical;
}
.contact-form > .form-note {
  margin: 20px 0;
}
.form-status {
  font-size: 14px;
  margin-top: 15px;
}
.site-footer {
  padding: 65px 0 30px;
  background: var(--paper);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
  font-size: 12px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  font-size: 13px;
}
.footer-inner small {
  font: 12px var(--en);
}
.page-title {
  padding: 35px 0 80px;
  background: #eeeee6;
}
.breadcrumb {
  display: flex;
  gap: 16px;
  font-size: 12px;
  margin-bottom: 65px;
}
.page-title .heading-en {
  font-size: clamp(64px, 10vw, 140px);
}
.page-title h1 {
  font-size: 18px;
}
.founder-section {
  background: var(--sage);
}
.founder-layout {
  display: grid;
  grid-template-columns: 42% 48%;
  gap: 10%;
}
.portrait-draft {
  background: #d5ddd3;
  min-height: 440px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 48% 48% 0 0;
}
.portrait-en {
  display: block;
  font: 400 80px/1.05 var(--display);
  letter-spacing: -0.06em;
  margin-top: 70px;
}
.portrait-tag {
  font: 12px var(--en);
  display: block;
  margin-top: 25px;
}
.portrait-draft figcaption {
  font-size: 12px;
  margin-top: 30px;
}
.founder-copy .heading-en {
  font-size: 60px;
}
.founder-message {
  font-size: 29px;
  line-height: 1.75;
  margin: 35px 0;
}
.founder-name {
  font-size: 24px;
  margin-bottom: 25px;
}
.founder-name span {
  font: 12px var(--en);
  margin-left: 25px;
}
.founder-copy > p:not(.founder-name) {
  font-size: 15px;
}
.biography {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.company-layout {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 0;
}
.company-table {
  margin: 0;
}
.company-table > div {
  display: grid;
  grid-template-columns: 28% 72%;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.company-table dt {
  font-weight: 500;
}
.company-table dd {
  margin: 0;
}
.subpage-contact {
  padding: 80px 0;
  background: var(--sage);
}
.subpage-contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.subpage-contact .heading-en {
  font-size: 65px;
}
.subpage-contact h2 {
  font-size: 22px;
  margin-top: 20px;
}
.personal-intro {
  background: white;
}
.program-block {
}
.program-block:nth-of-type(even) {
  background: #edece2;
}
.program-layout {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 0;
}
.program-label p {
  font: 400 clamp(42px, 5.2vw, 76px)/1.08 var(--display);
  letter-spacing: -0.055em;
  margin-top: 24px;
}
.program-layout h2 {
  font-size: 18px;
}
.program-lead {
  font-size: 29px;
  line-height: 1.8;
  margin: 25px 0;
}
.program-layout h3 {
  font-size: 16px;
  margin-top: 35px;
}
.plain-list {
  padding-left: 20px;
  font-size: 15px;
}
.program-layout .text-link {
  margin-top: 30px;
}
.news-page,
.article-page,
.privacy-page {
  padding: 80px 0 120px;
}
.article-layout,
.legal-content,
.article-body,
.privacy-content {
  max-width: 820px;
  margin-inline: auto;
}
.article-body h2,
.legal-content h2,
.privacy-content h2 {
  font-size: 23px;
  margin: 45px 0 20px;
}
.article-title {
  font-size: 32px;
  margin: 25px 0;
}
.article-meta {
  font-size: 13px;
}
.article-content {
  max-width: 820px;
  margin: auto;
}
.article-content h2 {
  font-size: 24px;
  margin: 40px 0 15px;
}
.article-navigation {
  margin-top: 60px;
}
.legal-list {
  max-width: 860px;
  margin: auto;
}
.legal-list h2 {
  font-size: 22px;
  margin: 35px 0 12px;
}
.legal-list p,
.legal-list li {
  font-size: 16px;
}
@media (min-width: 1000px) and (prefers-reduced-motion: no-preference) {
  .hero-top,
  .hero-content {
    animation: enter 0.9s both;
  }
  .hero-content {
    animation-delay: 0.15s;
  }
  .growth-map {
    animation: enter 1.2s 0.2s both;
  }
  @keyframes enter {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (max-width: 1050px) {
  .site-header {
    gap: 20px;
  }
  .main-nav {
    gap: 15px;
  }
  .main-nav a {
    font-size: 12px;
  }
  .header-contact {
    display: none;
  }
  .section-space {
    padding-block: 90px;
  }
  .hero-main {
    min-height: 420px;
  }
  .strength-list {
    gap: 25px;
  }
  .strength-lead {
    font-size: 20px;
  }
  .service-row:nth-child(n) {
    padding-left: 0;
  }
  .service-row {
    grid-template-columns: 34% 66%;
  }
  .service-pair {
    gap: 20px;
  }
  .strength-list h3 {
    font-size: 22px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top nav {
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 86%;
  }
  .site-header {
    height: 78px;
    justify-content: space-between;
    padding-inline: 7%;
  }
  .brand {
    font-size: 25px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 12px 6px;
    border: 0;
    background: none;
  }
  .menu-toggle > span:not(.sr-only) {
    height: 1px;
    width: 100%;
    background: var(--ink);
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    background: var(--paper);
    padding: 25px 7%;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-nav a {
    font-size: 15px;
    padding: 12px 0;
  }
  .hero {
    padding: 25px 7% 0;
  }
  .hero-top {
    padding-bottom: 25px;
  }
  .hero-english {
    font-size: clamp(31px, 8vw, 56px);
    line-height: 1.2;
  }
  .hero-caption {
    display: none;
  }
  .hero-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .hero-content {
    padding: 30px 0 10px;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 1.6;
  }
  .hero-lead {
    font-size: 14px;
    margin-top: 20px;
  }
  .hero-content .text-link {
    margin-top: 16px;
  }
  .growth-map {
    width: 112%;
    margin: 0 -6%;
  }
  .map-caption {
    font-size: 12px;
    margin-top: -10px;
    padding-right: 7%;
  }
  .hero-bottom {
    margin-top: 24px;
    font-size: 10px;
    gap: 15px;
    padding: 18px 0;
  }
  .hero-bottom a {
    font-size: 11px;
  }
  .hero-bottom a span {
    margin-left: 5px;
  }
  .section-space {
    padding: 75px 0;
  }
  .intro-layout,
  .section-intro,
  .personal-head,
  .news-layout,
  .teaser-layout,
  .contact-layout,
  .founder-layout,
  .company-layout,
  .program-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .intro-heading {
    font-size: 26px;
  }
  .introduction .heading-en {
    margin-bottom: 24px;
  }
  .intro-copy .intro-question {
    font-size: 18px;
  }
  .intro-copy {
    padding: 0;
  }
  .heading-en {
    font-size: 60px;
  }
  .section-heading h2 {
    margin-top: 12px;
    font-size: 14px;
  }
  .section-intro {
    margin: 40px 0;
  }
  .section-intro h3 {
    font-size: 23px;
  }
  .section-intro p br {
    display: none;
  }
  .service-row {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 0 45px;
  }
  .domain-en {
    font-size: 40px;
  }
  .service-row-label h3 {
    font-size: 23px;
    margin-top: 4px;
  }
  .domain-tag {
    margin-top: 10px;
  }
  .domain-lead {
    font-size: 15px;
  }
  .service-pair {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service-card {
    padding-left: 16px;
    border-left: 1px solid var(--line);
  }
  .service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-card > p:last-child {
    font-size: 15px;
  }
  .clients {
    padding: 40px 0 0;
  }
  .clients-heading .heading-en {
    font-size: 40px;
  }
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .logo-grid li {
    height: 65px;
  }
  .logo-grid img {
    max-width: 115px;
    max-height: 45px;
  }
  .strength-section {
    border-radius: 50% 50% 0 0 / 25px 25px 0 0;
  }
  .strength-head {
    display: block;
  }
  .strength-head .heading-en {
    font-size: 52px;
  }
  .strength-lead {
    font-size: 24px;
    margin-top: 35px;
  }
  .strength-list {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 40px;
  }
  .strength-list > li:nth-child(n) {
    padding-top: 0;
  }
  .strength-list h3 {
    font-size: 25px;
    margin: 12px 0 20px;
  }
  .strength-list li > p,
  .strength-list li > div > p:not(.draft-note) {
    font-size: 15px;
  }
  .team-schema,
  .fit-schema,
  .practice-schema {
    max-width: 330px;
    margin: auto;
  }
  .personal-head h3 {
    font-size: 28px;
  }
  .personal-bridge {
    font-size: 12px;
  }
  .personal-grid {
    margin: 40px 0 0;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .personal-card:nth-child(2) {
    margin: 0;
  }
  .personal-card > p {
    font-size: 15px;
  }
  .news-layout .text-link {
    margin-top: 20px;
  }
  .company-teaser {
    padding-top: 0;
  }
  .teaser-layout {
    padding-top: 55px;
  }
  .teaser-layout h3 {
    font-size: 27px;
  }
  .contact-copy h3 {
    font-size: 27px;
    margin-top: 30px;
  }
  .contact-form {
    padding-top: 0;
  }
  .footer-top nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 12px;
  }
  .footer-inner {
    margin-top: 40px;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-inner p {
    font-size: 12px;
  }
  .page-title {
    padding-bottom: 45px;
  }
  .breadcrumb {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .page-title .heading-en {
    font-size: 72px;
  }
  .portrait-draft {
    min-height: 360px;
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
  .portrait-en {
    font-size: 65px;
    margin-top: 40px;
  }
  .founder-copy .heading-en {
    font-size: 56px;
  }
  .founder-message {
    font-size: 26px;
  }
  .company-table > div {
    grid-template-columns: 28% 72%;
    font-size: 14px;
    gap: 10px;
  }
  .company-table dd {
    overflow-wrap: anywhere;
  }
  .subpage-contact {
    padding: 60px 0;
  }
  .subpage-contact .container {
    display: block;
  }
  .subpage-contact .button {
    margin-top: 30px;
  }
  .subpage-contact h2 {
    font-size: 20px;
  }
  .program-label p {
    font-size: 45px;
  }
  .program-lead {
    font-size: 25px;
  }
  .program-layout > div > p:not(.program-lead) {
    font-size: 15px;
  }
  .article-title {
    font-size: 26px;
  }
  .desktop-only {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.news-list-intro {
  margin-bottom: 45px;
}
.news-list {
  padding: 0;
  list-style: none;
}
.news-row {
  display: grid;
  grid-template-columns: 110px 140px 1fr 35px;
  gap: 25px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.news-row:last-child {
  border-bottom: 1px solid var(--line);
}
.news-date {
  font: 14px var(--en);
}
.news-category {
  font-size: 12px;
  color: var(--muted);
}
.news-row-arrow {
  font-size: 22px;
}
.article-header {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.article-header h1 {
  font-size: 30px;
  line-height: 1.7;
  margin-top: 20px;
}
.article-meta {
  display: flex;
  gap: 30px;
}
.article-placeholder {
  padding: 35px 0;
}
.policy-draft {
  padding: 25px;
  border: 1px solid var(--line);
  margin-bottom: 40px;
  font-size: 14px;
}
.privacy-content h2 {
  margin-top: 45px;
}
.privacy-content ul {
  padding-left: 22px;
}
@media (max-width: 720px) {
  .news-row {
    grid-template-columns: 100px 1fr 25px;
    gap: 12px;
    padding: 25px 0;
  }
  .news-row > h2,
  .news-row > h3,
  .news-row > p:not(.news-date):not(.news-category) {
    grid-column: 1/3;
  }
  .news-row-arrow {
    grid-column: 3;
    grid-row: 1/3;
  }
  .article-header h1 {
    font-size: 24px;
  }
}

/* Editorial direction: expressive display type, quiet reading text. */
.hero-editorial {
  background: var(--paper);
  padding: 24px 6% 0;
  overflow: hidden;
}
.hero-kicker {
  display: flex;
  justify-content: space-between;
  font: 500 11px/1.5 var(--en);
  letter-spacing: 0.13em;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.hero-kicker span:last-child {
  font-size: 13px;
  letter-spacing: 0;
}
.hero-display {
  font: 400 clamp(75px, 11.7vw, 180px)/0.98 var(--display);
  letter-spacing: -0.065em;
  margin: 40px 0 38px;
  position: relative;
}
.hero-display > span {
  display: block;
}
.hero-display > span:last-child {
  text-align: right;
  margin-top: 0;
}
.hero-display em {
  font-weight: 400;
  color: #79897a;
}
.hero-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding: 45px 0 60px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.hero-editorial h1 {
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding-left: 8%;
}
.hero-story-copy {
  font-size: 15px;
  line-height: 2.2;
}
.hero-story-copy > p + p {
  margin-top: 18px;
}
.hero-story-copy .text-link {
  margin-top: 22px;
}
.hero-editorial .hero-bottom {
  padding-block: 19px;
  font-size: 11px;
}
.introduction .heading-en {
  font: italic 400 48px/1 var(--display);
  letter-spacing: -0.03em;
  color: var(--accent);
}
.service-row:nth-child(2) .domain-en,
.program-block#career .program-label p {
  font-style: italic;
}
.personal-section .heading-en {
  font-style: italic;
}
.personal-card h3 {
  font-size: 27px;
  font-weight: 300;
}
.personal-section {
  background: #eeeae1;
}
.company-teaser .heading-en {
  font-style: italic;
}
.page-title {
  background: var(--paper);
  padding-bottom: 65px;
}
.page-title .heading-en {
  line-height: 1.08;
}
.page-title .section-heading {
  padding-left: 6%;
}
.program-label {
  padding-right: 30px;
}
.program-block#career {
  background: #e8ede7;
}
.program-layout {
  grid-template-columns: 46% 54%;
}
.program-block .program-lead {
  font-weight: 300;
}
.program-block .program-label .eyebrow {
  color: var(--muted);
}
.strength-list > li > p,
.strength-list > li > div:last-child:not(.strength-index) {
  padding-top: 22px;
}
@media (max-width: 1050px) {
  .strength-list > li {
    grid-template-columns: 24% 32% 1fr;
    gap: 3%;
  }
  .strength-index p {
    font-size: 32px;
  }
  .strength-list h3 {
    font-size: 22px;
  }
  .hero-display {
    font-size: 11.5vw;
  }
}
@media (max-width: 720px) {
  .hero-editorial {
    padding: 16px 7% 0;
  }
  .hero-kicker {
    font-size: 10px;
    padding-top: 15px;
  }
  .hero-kicker span:last-child {
    font-size: 12px;
  }
  .hero-display {
    font-size: 11.7vw;
    line-height: 1.1;
    margin: 35px 0;
  }
  .hero-display > span:last-child {
    margin-top: 7px;
  }
  .hero-story {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 0 35px;
  }
  .hero-editorial h1 {
    font-size: 29px;
    padding: 0;
  }
  .hero-story-copy {
    font-size: 14px;
  }
  .hero-story-copy .text-link {
    margin-top: 12px;
  }
  .hero-editorial .hero-bottom {
    font-size: 9px;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  .hero-editorial .hero-bottom a {
    font-size: 9px;
  }
  .introduction .heading-en {
    font-size: 43px;
  }
  .strength-list > li:nth-child(n) {
    display: grid;
    grid-template-columns: 1fr;
    padding: 30px 0 35px;
    gap: 22px;
  }
  .strength-index {
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
  }
  .strength-index p {
    font-size: 38px;
  }
  .strength-list h3 {
    padding: 0;
    font-size: 25px;
    margin: 0;
  }
  .strength-list > li > p,
  .strength-list > li > div:last-child:not(.strength-index) {
    padding: 0;
  }
  .strength-list {
    margin-top: 35px;
  }
  .strength-head .heading-en {
    font-size: 56px;
  }
  .page-title .section-heading {
    padding-left: 0;
  }
  .page-title .heading-en {
    font-size: 76px;
  }
  .program-layout {
    grid-template-columns: 1fr;
  }
  .program-label p {
    font-size: 49px;
  }
  .program-label {
    padding: 0;
  }
  .personal-head .heading-en {
    font-size: 68px;
  }
  .section-heading .heading-en {
    overflow-wrap: normal;
  }
  .subpage-contact .heading-en {
    font-size: 70px;
  }
}

/* Decorative pointer companion; native text selection and pointer stay intact. */
.pointer-orbit {
  position: fixed;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  z-index: 9999;
  border: 1px solid rgba(223, 103, 151, 0.8);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.18s,
    background 0.2s;
  will-change: transform;
}
.pointer-orbit.is-visible {
  opacity: 1;
}
.pointer-orbit.is-link {
  background: transparent;
}
@media (hover: none), (pointer: coarse) {
  .pointer-orbit {
    display: none;
  }
}
