.mako-launch {
  --launch-ink: #303030;
  --launch-blue: #3189a7;
  --launch-blue-dark: #17677f;
  --launch-navy: #123343;
  --launch-pale: #edf7fa;
  color: var(--launch-ink);
  font-family: "Noto Sans JP", sans-serif;
}

.mako-launch-title .ttl {
  max-width: 1120px;
  text-wrap: balance;
}

.mako-launch-intro,
.mako-books-list,
.mako-media-channels,
.mako-news-list,
.mako-faq-layout,
.mako-faq-sources,
.mako-launch-cta {
  box-sizing: border-box;
  width: min(100% - 80px, 1240px);
  margin-inline: auto;
}

.mako-launch-intro {
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(390px, 0.85fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: end;
  padding: 58px 0 136px;
}

.mako-launch-statement {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.mako-launch-intro > p:last-child {
  max-width: 62ch;
  margin: 0 0 7px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-wrap: pretty;
}

.mako-launch h2,
.mako-launch h3 {
  text-wrap: balance;
}

.mako-launch a:focus-visible,
.mako-launch summary:focus-visible {
  outline: 3px solid #f5d35c;
  outline-offset: 4px;
}

.mako-launch-cta {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  margin-block: 128px 148px;
  padding: 64px 70px;
  background: var(--launch-pale);
}

.mako-launch-cta.is-dark {
  width: 100%;
  margin-bottom: 0;
  padding: 92px max(40px, calc((100vw - 1240px) / 2));
  background: var(--launch-navy);
  color: #fff;
}

.mako-launch-cta p {
  margin: 0 0 13px;
  color: var(--launch-blue-dark);
  font-family: Roboto, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mako-launch-cta.is-dark p {
  color: #a9ddec;
}

.mako-launch-cta h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 3.2rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.mako-launch-cta.is-dark .button_border {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

/* Books: an editorial catalogue, not a card grid. */
.mako-books-list {
  border-top: 1px solid var(--launch-ink);
}

.mako-books-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
  min-height: 720px;
  padding: 104px 0 108px;
  border-bottom: 1px solid #b9c3c7;
}

.mako-books-row:nth-child(even) figure {
  order: 2;
}

.mako-books-row.is-latest {
  background: var(--launch-pale);
  box-shadow: 0 0 0 100vmax var(--launch-pale);
  clip-path: inset(0 -100vmax);
}

.mako-books-row figure {
  margin: 0;
  text-align: center;
}

.mako-books-row img {
  display: block;
  width: min(100%, 350px);
  height: auto;
  max-height: 510px;
  margin-inline: auto;
  object-fit: contain;
}

.mako-books-index {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 19px;
  border-bottom: 1px solid #b9c3c7;
}

.mako-books-index span {
  color: var(--launch-blue);
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
}

.mako-books-index small {
  color: var(--launch-blue-dark);
  font-family: Roboto, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.mako-books-index b {
  margin-left: auto;
  padding: 6px 10px;
  background: var(--launch-blue-dark);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.mako-books-copy h2 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.mako-books-copy > p {
  max-width: 58ch;
  margin: 32px 0;
  font-size: 0.96rem;
  line-height: 2.15;
  letter-spacing: 0.045em;
  text-wrap: pretty;
}

.mako-books-copy dl {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  max-width: 600px;
  margin: 0 0 38px;
  padding: 20px 0;
  border: solid #b9c3c7;
  border-width: 1px 0;
  font-size: 0.78rem;
  line-height: 1.8;
}

.mako-books-copy dt {
  color: var(--launch-blue-dark);
  font-weight: 600;
}

.mako-books-copy dd {
  margin: 0;
}

/* Media */
.mako-media-videos {
  width: 100%;
  padding: 132px max(40px, calc((100vw - 1240px) / 2)) 142px;
  background: var(--launch-pale);
}

.mako-media-videos > header,
.mako-media-channels > header,
.mako-faq-sources > header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--launch-ink);
}

.mako-media-videos > header p,
.mako-media-channels > header p,
.mako-faq-sources > header p {
  margin: 0 0 8px;
  color: var(--launch-blue-dark);
  font-family: Roboto, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mako-media-videos > header h2,
.mako-media-channels > header h2,
.mako-faq-sources > header h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.mako-media-video-list {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 44px;
  padding-top: 58px;
}

.mako-media-video {
  display: block;
}

.mako-media-video figure {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #dce9ed;
}

.mako-media-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mako-media-video figure span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  padding-left: 4px;
  place-items: center;
  border-radius: 50%;
  background: rgba(18, 51, 67, 0.9);
  color: #fff;
  font-size: 1rem;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease-out;
}

.mako-media-video figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 86px;
  height: 27px;
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(18, 51, 67, 0.42);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-14deg);
}

.mako-media-video figure span {
  z-index: 2;
}

.mako-media-video:hover figure span,
.mako-media-video:focus-visible figure span {
  background: var(--launch-blue);
}

.mako-media-video > div {
  position: relative;
  padding: 28px 46px 0 0;
}

.mako-media-video small {
  color: var(--launch-blue-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mako-media-video h3 {
  margin: 10px 0 14px;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.65;
  letter-spacing: 0.025em;
}

.mako-media-video p {
  margin: 0;
  color: #566166;
  font-size: 0.74rem;
}

.mako-media-channels {
  padding: 138px 0 146px;
}

.mako-media-channels > div {
  border-top: 1px solid var(--launch-ink);
}

.mako-media-channels a {
  display: grid;
  grid-template-columns: minmax(190px, 0.65fr) minmax(360px, 1.35fr) 40px;
  gap: 36px;
  align-items: center;
  min-height: 102px;
  border-bottom: 1px solid #b9c3c7;
  transition: color 180ms ease-out, background-color 180ms ease-out;
}

.mako-media-channels a:hover,
.mako-media-channels a:focus-visible {
  color: var(--launch-blue-dark);
  background: var(--launch-pale);
}

.mako-media-channels b {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.mako-media-channels span {
  font-size: 0.88rem;
}

.mako-media-channels i {
  color: var(--launch-blue-dark);
  font-style: normal;
  text-align: right;
}

/* News */
.mako-news-list {
  border-top: 1px solid var(--launch-ink);
}

.mako-news-row {
  position: relative;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 42px;
  gap: 44px;
  align-items: center;
  min-height: 144px;
  border-bottom: 1px solid #b9c3c7;
  transition: color 180ms ease-out, background-color 180ms ease-out;
}

.mako-news-row:hover,
.mako-news-row:focus-visible {
  color: var(--launch-blue-dark);
  background: var(--launch-pale);
}

.mako-news-row.is-featured {
  grid-template-columns: minmax(430px, 0.95fr) minmax(170px, 0.35fr) minmax(360px, 0.7fr) 42px;
  gap: 48px;
  min-height: 430px;
  background: var(--launch-pale);
  box-shadow: 0 0 0 100vmax var(--launch-pale);
  clip-path: inset(0 -100vmax);
}

.mako-news-row figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
}

.mako-news-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mako-news-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}

.mako-news-meta span {
  padding-left: 14px;
  border-left: 1px solid #9da9ae;
  color: var(--launch-blue-dark);
  font-weight: 600;
}

.mako-news-row h2 {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: 0.035em;
}

.mako-news-row.is-featured h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.6rem);
  line-height: 1.65;
}

.mako-news-row > i {
  color: var(--launch-blue-dark);
  font-style: normal;
  text-align: right;
}

/* FAQ */
.mako-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(600px, 1.45fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: start;
  padding: 126px 0 142px;
  border-top: 1px solid var(--launch-ink);
}

.mako-faq-layout aside {
  position: sticky;
  top: 130px;
}

.mako-faq-layout aside > p {
  margin: 0 0 15px;
  color: var(--launch-blue-dark);
  font-family: Roboto, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mako-faq-layout aside h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.mako-faq-layout aside img {
  display: block;
  width: min(72%, 190px);
  height: auto;
  margin: 52px auto 0;
}

.mako-faq-list {
  border-top: 1px solid var(--launch-ink);
}

.mako-faq-list details {
  border-bottom: 1px solid #b9c3c7;
}

.mako-faq-list summary {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 34px;
  gap: 25px;
  align-items: center;
  min-height: 116px;
  cursor: pointer;
  list-style: none;
}

.mako-faq-list summary::-webkit-details-marker {
  display: none;
}

.mako-faq-list summary > span {
  color: var(--launch-blue);
  font-family: Roboto, sans-serif;
  font-size: 1.05rem;
}

.mako-faq-list summary b {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.75;
  letter-spacing: 0.035em;
}

.mako-faq-list summary i {
  color: var(--launch-blue-dark);
  font-size: 1.3rem;
  font-style: normal;
  text-align: center;
  transition: transform 180ms ease-out;
}

.mako-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.mako-faq-list details > div {
  padding: 0 58px 38px 79px;
}

.mako-faq-list details p {
  max-width: 65ch;
  margin: 0;
  color: #445158;
  font-size: 0.94rem;
  line-height: 2.15;
  letter-spacing: 0.045em;
  text-wrap: pretty;
}

.mako-faq-sources {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(600px, 1.45fr);
  gap: clamp(70px, 9vw, 140px);
  padding: 124px 0 132px;
  border-top: 1px solid var(--launch-ink);
}

.mako-faq-sources > header {
  display: block;
  padding: 0;
  border: 0;
}

.mako-faq-sources > div {
  border-top: 1px solid var(--launch-ink);
}

.mako-faq-sources a {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #b9c3c7;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.8;
  transition: color 180ms ease-out;
}

.mako-faq-sources a:hover,
.mako-faq-sources a:focus-visible {
  color: var(--launch-blue-dark);
}

.mako-faq-sources a span {
  color: var(--launch-blue-dark);
}

@media (max-width: 900px) {
  .mako-launch-intro,
  .mako-books-list,
  .mako-media-channels,
  .mako-news-list,
  .mako-faq-layout,
  .mako-faq-sources,
  .mako-launch-cta {
    width: min(100% - 48px, 720px);
  }

  .mako-launch-intro,
  .mako-books-row,
  .mako-faq-layout,
  .mako-faq-sources {
    grid-template-columns: 1fr;
  }

  .mako-books-row:nth-child(even) figure {
    order: 0;
  }

  .mako-books-row figure {
    margin-bottom: 30px;
  }

  .mako-media-videos {
    padding-inline: 48px;
  }

  .mako-media-video-list {
    grid-template-columns: 1fr 1fr;
  }

  .mako-news-row.is-featured {
    grid-template-columns: 1fr 1fr;
  }

  .mako-news-row.is-featured > i {
    display: none;
  }

  .mako-faq-layout aside {
    position: static;
  }

  .mako-faq-layout aside img {
    width: 140px;
    margin: 36px 0 0;
  }

  .mako-faq-sources {
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .mako-launch-intro,
  .mako-books-list,
  .mako-media-channels,
  .mako-news-list,
  .mako-faq-layout,
  .mako-faq-sources,
  .mako-launch-cta {
    width: calc(100% - 40px);
  }

  .mako-launch-intro {
    display: block;
    padding: 44px 0 84px;
  }

  .mako-launch-statement {
    font-size: clamp(2rem, 9.7vw, 3rem);
    line-height: 1.48;
  }

  .mako-launch-intro > p:last-child {
    margin-top: 34px;
    font-size: 0.92rem;
    line-height: 2.05;
  }

  .mako-launch-cta,
  .mako-launch-cta.is-dark {
    display: block;
    width: 100%;
    margin-block: 86px 0;
    padding: 72px 20px 76px;
  }

  .mako-launch-cta h2 {
    font-size: 1.85rem;
  }

  .mako-launch-cta .button_border {
    margin-top: 34px;
  }

  .mako-books-row {
    display: block;
    min-height: 0;
    padding: 82px 0 88px;
  }

  .mako-books-row img {
    width: min(76%, 300px);
    max-height: none;
  }

  .mako-books-row figure {
    margin-bottom: 54px;
  }

  .mako-books-copy h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .mako-books-copy > p {
    font-size: 0.9rem;
    line-height: 2.05;
  }

  .mako-books-copy dl {
    display: block;
  }

  .mako-books-copy dd {
    margin-top: 8px;
  }

  .mako-media-videos {
    padding: 84px 20px 92px;
  }

  .mako-media-videos > header,
  .mako-media-channels > header {
    display: block;
    padding-bottom: 30px;
  }

  .mako-media-videos > header h2,
  .mako-media-channels > header h2,
  .mako-faq-sources > header h2 {
    font-size: 2rem;
  }

  .mako-media-video-list {
    display: block;
    padding-top: 38px;
  }

  .mako-media-video + .mako-media-video {
    margin-top: 58px;
  }

  .mako-media-video figure span {
    width: 52px;
    height: 52px;
  }

  .mako-media-video h3 {
    font-size: 1.2rem;
  }

  .mako-media-channels {
    padding: 92px 0 98px;
  }

  .mako-media-channels a {
    grid-template-columns: 1fr 28px;
    gap: 8px 20px;
    min-height: 96px;
    padding-block: 16px;
  }

  .mako-media-channels a span {
    grid-column: 1;
    font-size: 0.8rem;
  }

  .mako-media-channels a i {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .mako-news-row,
  .mako-news-row.is-featured {
    display: grid;
    grid-template-columns: 1fr 28px;
    gap: 18px;
    min-height: 0;
    padding: 30px 0 34px;
  }

  .mako-news-row.is-featured {
    padding-block: 60px;
  }

  .mako-news-row figure,
  .mako-news-row .mako-news-meta,
  .mako-news-row h2 {
    grid-column: 1;
  }

  .mako-news-row figure {
    margin-bottom: 14px;
  }

  .mako-news-row > i,
  .mako-news-row.is-featured > i {
    display: block;
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

  .mako-news-row h2,
  .mako-news-row.is-featured h2 {
    font-size: 1.08rem;
    line-height: 1.8;
  }

  .mako-faq-layout {
    display: block;
    padding: 82px 0 94px;
  }

  .mako-faq-layout aside img {
    width: 110px;
    margin: 30px auto 48px;
  }

  .mako-faq-list summary {
    grid-template-columns: 38px minmax(0, 1fr) 26px;
    gap: 13px;
    min-height: 104px;
  }

  .mako-faq-list summary b {
    font-size: 0.95rem;
  }

  .mako-faq-list details > div {
    padding: 0 26px 34px 51px;
  }

  .mako-faq-list details p {
    font-size: 0.87rem;
    line-height: 2.05;
  }

  .mako-faq-sources {
    display: block;
    padding: 84px 0 92px;
  }

  .mako-faq-sources > div {
    margin-top: 34px;
  }

  .mako-faq-sources a {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mako-launch a,
  .mako-launch summary i,
  .mako-media-video figure span {
    transition-duration: 0.01ms !important;
  }
}
