/* Self-introduction translation session LP */

.page-session {
  --lp-ink: #091421;
  --lp-navy: #132238;
  --lp-paper: #fffdf8;
  --lp-ivory: #f7f2e8;
  --lp-copper: #bd431c;
  --lp-gold: #c99a4a;
  --lp-sage: #69847c;
  --lp-text: #253247;
  color: var(--lp-text);
  background: var(--lp-paper);
}

.page-session .content-narrow {
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
}

.page-session .site-breadcrumb {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 104px;
  color: #d5dae1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
}

.page-session .site-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.lp-kicker,
.lp-eyebrow {
  margin: 0 0 20px;
  color: var(--lp-copper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.lp-section-head h2,
.lp-mechanism h2,
.lp-fit h2,
.lp-noura h2,
.lp-offer h2,
.lp-final h2 {
  margin: 0;
  color: var(--lp-navy);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.15rem, 4.9vw, 4.7rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.lp-section-head > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 2;
}

.lp-section-head--light h2,
.lp-section-head--light > p:last-child {
  color: var(--lp-paper);
}

.lp-section-head--light .lp-kicker {
  color: #e0ad65;
}

.lp-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px 14px 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, background .35s ease;
}

.lp-button i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-style: normal;
}

.lp-button:hover {
  transform: translateY(-3px);
}

.lp-button--primary {
  color: #fff;
  background: var(--lp-copper);
  box-shadow: 0 16px 44px rgba(92, 26, 10, .22);
}

.lp-button--primary:visited {
  color: #fff;
}

.lp-button--primary i {
  color: var(--lp-copper);
  background: #fff;
}

.lp-button--paper {
  color: var(--lp-navy);
  background: var(--lp-paper);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.lp-button--paper:visited {
  color: var(--lp-navy);
}

.lp-button--paper i {
  color: #fff;
  background: var(--lp-copper);
}

.lp-text-link,
.lp-inline-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(189, 67, 28, .42);
  text-underline-offset: 7px;
}

/* First view */

.lp-hero {
  position: relative;
  margin-top: -38px;
  overflow: hidden;
  color: var(--lp-paper);
  background:
    radial-gradient(circle at 78% 18%, rgba(201, 154, 74, .16), transparent 28%),
    linear-gradient(135deg, #07111d 0%, var(--lp-navy) 62%, #1b2c43 100%);
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.lp-hero__glow {
  position: absolute;
  left: -12vw;
  top: 28%;
  width: 58vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lp-copper), var(--lp-gold), transparent);
  transform: rotate(-7deg);
  box-shadow: 0 0 26px rgba(201, 154, 74, .5);
}

.lp-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  padding-block: 90px 78px;
}

.lp-eyebrow {
  color: #e0ad65;
}

.lp-hero__title {
  margin: 0;
  color: var(--lp-paper);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(3rem, 6.4vw, 6.8rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.055em;
}

.lp-hero__title em {
  color: #e0ad65;
  font-style: normal;
  text-shadow: 0 8px 34px rgba(201, 154, 74, .15);
}

.lp-hero__lead {
  max-width: 710px;
  margin: 32px 0 0;
  color: #d5dae1;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 2;
}

.lp-hero__actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 38px;
}

.lp-hero .lp-text-link {
  color: var(--lp-paper);
  text-decoration-color: rgba(255, 253, 248, .34);
}

.lp-hero__note {
  max-width: 660px;
  margin: 22px 0 0;
  color: #d5dae1;
  font-size: 13px;
  line-height: 1.8;
}

.lp-hero__visual {
  position: relative;
  min-height: 610px;
}

.lp-portrait {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(100%, 500px);
  margin: 0;
  padding: 14px;
  background: rgba(255, 253, 248, .08);
  border: 1px solid rgba(255, 253, 248, .18);
  backdrop-filter: blur(10px);
  transform: rotate(2deg);
}

.lp-portrait img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
}

.lp-portrait figcaption {
  display: grid;
  gap: 3px;
  padding: 18px 8px 6px;
}

.lp-portrait figcaption span,
.lp-portrait figcaption small {
  color: #d5dae1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lp-portrait figcaption b {
  color: var(--lp-paper);
  font-family: "Shippori Mincho", serif;
  font-size: 1.45rem;
}

.lp-manga-cover {
  position: absolute;
  left: -60px;
  bottom: 10px;
  width: 190px;
  padding: 8px;
  color: var(--lp-navy);
  background: var(--lp-paper);
  border: 0;
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
  cursor: pointer;
  transform: rotate(-5deg);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.lp-manga-cover:hover {
  transform: rotate(-2deg) translateY(-5px);
}

.lp-manga-cover img {
  width: 100%;
  aspect-ratio: 941 / 1672;
  display: block;
  object-fit: cover;
}

.lp-manga-cover span {
  display: grid;
  gap: 2px;
  padding: 10px 5px 4px;
  text-align: left;
}

.lp-manga-cover b {
  color: var(--lp-copper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  letter-spacing: .12em;
}

.lp-manga-cover small {
  font-weight: 700;
}

.lp-caption a {
  color: var(--lp-copper);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lp-trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--lp-navy);
  background: var(--lp-ivory);
  border-top: 1px solid rgba(201, 154, 74, .42);
}

.lp-trust-strip > div {
  min-height: 132px;
  display: grid;
  align-content: center;
  padding: 24px 34px;
  border-right: 1px solid rgba(19, 34, 56, .12);
}

.lp-trust-strip > div:last-child {
  border-right: 0;
}

.lp-trust-strip dt {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.lp-trust-strip dt strong {
  color: var(--lp-copper);
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  line-height: .9;
}

.lp-trust-strip dt span,
.lp-trust-strip dd {
  font-size: 12px;
}

.lp-trust-strip dd {
  margin: 9px 0 0;
  color: #5e6875;
}

/* Emotional entry */

.lp-empathy {
  padding: clamp(96px, 12vw, 170px) 0;
  background: var(--lp-paper);
}

.lp-empathy .lp-section-head {
  text-align: center;
}

.lp-empathy .lp-section-head > p:last-child {
  margin-inline: auto;
}

.lp-manga-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
  margin-top: 64px;
}

.lp-manga-triptych figure {
  margin: 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 34, 56, .1);
}

.lp-manga-triptych figure:nth-child(2) {
  margin-top: 52px;
}

.lp-manga-triptych img {
  width: 100%;
  aspect-ratio: 941 / 1672;
  display: block;
  object-fit: cover;
}

.lp-manga-triptych figcaption {
  padding: 15px 8px 9px;
  color: var(--lp-navy);
  font-weight: 700;
  text-align: center;
}

.lp-caption {
  margin-top: 34px;
  color: #727b86;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

/* Diagnosis */

.lp-diagnosis {
  overflow: hidden;
  padding: clamp(96px, 11vw, 160px) 0;
  color: var(--lp-paper);
  background: var(--lp-ink);
}

.lp-diagnosis__inner {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, .62fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}

.lp-diagnosis__visual {
  position: relative;
}

.lp-diagnosis__visual::before {
  content: "";
  position: absolute;
  inset: 8% -20% -8% 12%;
  background: var(--lp-copper);
  transform: rotate(4deg);
}

.lp-diagnosis__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  box-shadow: 0 28px 70px rgba(0,0,0,.45);
  transform: rotate(-2deg);
}

.lp-three-questions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border: 1px solid rgba(255, 253, 248, .18);
}

.lp-three-questions article {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(255, 253, 248, .18);
}

.lp-three-questions article:last-child {
  border-right: 0;
}

.lp-three-questions span {
  color: #e0ad65;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
}

.lp-three-questions h3 {
  margin: 34px 0 12px;
  color: var(--lp-paper);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.lp-three-questions p {
  margin: 0;
  color: #d5dae1;
  line-height: 1.8;
}

/* Mechanism */

.lp-mechanism {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, .58fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(104px, 12vw, 180px);
}

.lp-mechanism__copy > p:not(.lp-kicker) {
  max-width: 640px;
  margin: 30px 0 0;
  font-size: 1.08rem;
  line-height: 2;
}

.lp-mechanism dl {
  margin: 44px 0 0;
}

.lp-mechanism dl > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(19, 34, 56, .16);
}

.lp-mechanism dl > div:last-child {
  border-bottom: 1px solid rgba(19, 34, 56, .16);
}

.lp-mechanism dt {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--lp-navy);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

.lp-mechanism dl > div:last-child dt {
  background: var(--lp-copper);
}

.lp-mechanism dd {
  display: grid;
  gap: 4px;
  margin: 0;
}

.lp-mechanism dd b {
  color: var(--lp-navy);
  font-size: 1.08rem;
}

.lp-mechanism dd span {
  color: #7b838d;
  font-size: 13px;
}

.lp-mechanism__visual {
  margin: 0;
  padding: 12px;
  background: #fff;
  box-shadow: 0 24px 68px rgba(19, 34, 56, .14);
  transform: rotate(1deg);
}

.lp-mechanism__visual img {
  width: 100%;
  display: block;
}

.lp-mechanism__visual figcaption {
  padding: 17px 10px 8px;
  color: #6a727c;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

/* Connected business flow */

.lp-system {
  padding: clamp(104px, 12vw, 180px) 0;
  color: var(--lp-paper);
  background:
    radial-gradient(circle at 86% 13%, rgba(189, 67, 28, .19), transparent 28%),
    linear-gradient(145deg, #07111d, var(--lp-navy));
}

.lp-system__flow {
  display: grid;
  margin: 72px 0 0;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255, 253, 248, .18);
  border-left: 1px solid rgba(255, 253, 248, .18);
}

.lp-system__flow li {
  position: relative;
  display: flex;
  min-height: 220px;
  padding: 26px 20px;
  flex-direction: column;
  border-right: 1px solid rgba(255, 253, 248, .18);
  border-bottom: 1px solid rgba(255, 253, 248, .18);
}

.lp-system__flow li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -9px;
  width: 17px;
  height: 17px;
  color: var(--lp-copper);
  background: var(--lp-navy);
  content: "→";
  font-size: 11px;
  text-align: center;
  transform: translateY(-50%);
}

.lp-system__flow span {
  color: var(--lp-copper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
}

.lp-system__flow strong {
  margin-top: 32px;
  color: var(--lp-paper);
  font-family: "Shippori Mincho", serif;
  font-size: .98rem;
}

.lp-system__flow small {
  margin-top: 13px;
  color: #d5dae1;
  font-size: 11px;
  line-height: 1.75;
}

.lp-system__diagram {
  width: min(1080px, 100%);
  margin: 70px auto 0;
  padding: clamp(10px, 1.6vw, 18px);
  border: 1px solid rgba(255, 253, 248, .18);
  background: rgba(255, 255, 255, .04);
}

.lp-system__diagram picture,
.lp-system__diagram img {
  display: block;
  width: 100%;
}

.lp-system__diagram figcaption {
  padding: 18px 8px 5px;
  color: #d5dae1;
  font-size: 12px;
  line-height: 1.8;
}

/* Session experience */

.lp-experience {
  padding: clamp(104px, 12vw, 180px) 0;
  background: var(--lp-ivory);
}

.lp-experience .lp-section-head {
  max-width: 840px;
}

.lp-experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .58fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: start;
  margin-top: 74px;
}

.lp-session-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-session-flow li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  position: relative;
  padding: 0 0 42px;
}

.lp-session-flow li::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 55px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--lp-copper), rgba(189, 67, 28, .12));
}

.lp-session-flow li:last-child::before {
  display: none;
}

.lp-session-flow li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: var(--lp-copper);
  border-radius: 50%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
}

.lp-session-flow h3 {
  margin: 3px 0 8px;
  color: var(--lp-navy);
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
}

.lp-session-flow p {
  margin: 0;
  color: #66707d;
  line-height: 1.85;
}

.lp-experience__manga,
.lp-before-after-visual {
  margin: 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(19, 34, 56, .12);
}

.lp-experience__manga img,
.lp-before-after-visual img {
  width: 100%;
  display: block;
}

.lp-experience__manga figcaption,
.lp-before-after-visual figcaption {
  padding: 16px 10px 8px;
  color: #69727d;
  font-size: 12px;
  line-height: 1.8;
}

.lp-before-after-visual {
  width: min(700px, 100%);
  margin: 90px auto 0;
}

/* Cases */

.lp-cases {
  padding: clamp(104px, 12vw, 180px) 0;
  color: var(--lp-paper);
  background: var(--lp-navy);
}

.lp-case-stack {
  display: grid;
  gap: 28px;
  margin-top: 70px;
}

.lp-case {
  display: grid;
  grid-template-columns: .65fr 1fr 1fr;
  gap: 0;
  overflow: hidden;
  color: var(--lp-text);
  background: var(--lp-paper);
  border: 1px solid rgba(255,255,255,.08);
}

.lp-case header {
  grid-row: 1 / 4;
  padding: 34px;
  color: var(--lp-paper);
  background: #0b1928;
}

.lp-case header > span {
  color: #e0ad65;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
}

.lp-case header h3 {
  margin: 52px 0 4px;
  color: var(--lp-paper);
  font-family: "Shippori Mincho", serif;
  font-size: 1.65rem;
}

.lp-case header p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.lp-case__before,
.lp-case__after {
  min-height: 190px;
  padding: 34px;
}

.lp-case__before {
  background: #f2eee6;
}

.lp-case__after {
  background: #fff;
}

.lp-case__before small,
.lp-case__after small {
  color: #878d94;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
}

.lp-case__after small {
  color: var(--lp-copper);
}

.lp-case__before p,
.lp-case__after p {
  margin: 18px 0 0;
  font-size: 1.02rem;
  line-height: 1.85;
}

.lp-case__after em {
  color: var(--lp-copper);
  font-style: normal;
  font-weight: 700;
}

.lp-case__pivot {
  grid-column: 2 / 4;
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding: 18px 34px;
  background: #e6ddd0;
}

.lp-case__pivot span {
  flex: 0 0 auto;
  color: var(--lp-copper);
  font-size: 11px;
  font-weight: 700;
}

.lp-case__pivot p {
  margin: 0;
  font-size: 13px;
}

.lp-case blockquote {
  grid-column: 2 / 4;
  margin: 0;
  padding: 25px 34px;
  color: var(--lp-navy);
  background: #fffaf0;
  border-top: 1px solid rgba(19,34,56,.1);
  font-family: "Shippori Mincho", serif;
  font-size: 1.05rem;
  line-height: 1.8;
}

.lp-cases .lp-inline-link {
  display: inline-block;
  margin-top: 38px;
  color: var(--lp-paper);
  text-decoration-color: rgba(255,255,255,.35);
}

/* Voices */

.lp-voices {
  padding-block: clamp(104px, 12vw, 180px);
}

.lp-voice-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.lp-voice-grid blockquote {
  grid-column: span 5;
  min-height: 250px;
  display: grid;
  align-content: space-between;
  margin: 0;
  padding: clamp(28px, 4vw, 48px);
  color: var(--lp-paper);
  background: var(--lp-navy);
}

.lp-voice-grid blockquote:nth-child(2) {
  grid-column: span 7;
  color: var(--lp-navy);
  background: var(--lp-ivory);
}

.lp-voice-grid blockquote:nth-child(3) {
  grid-column: 3 / span 8;
  color: var(--lp-navy);
  background: #e7ddd0;
}

.lp-voice-grid p {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.8;
}

.lp-voice-grid cite {
  margin-top: 28px;
  color: var(--lp-copper);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

/* Fit */

.lp-fit {
  padding: clamp(104px, 12vw, 180px) 0;
  background: var(--lp-ivory);
}

.lp-fit__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr);
  gap: clamp(58px, 8vw, 110px);
  align-items: center;
}

.lp-fit__copy ul {
  display: grid;
  gap: 0;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.lp-fit__copy li {
  position: relative;
  padding: 18px 12px 18px 36px;
  border-top: 1px solid rgba(19,34,56,.15);
  line-height: 1.7;
}

.lp-fit__copy li:last-child {
  border-bottom: 1px solid rgba(19,34,56,.15);
}

.lp-fit__copy li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 25px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--lp-copper);
  border-radius: 50%;
}

.lp-fit__visual {
  margin: 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(19,34,56,.12);
  transform: rotate(1.5deg);
}

.lp-fit__visual img {
  width: 100%;
  display: block;
}

.lp-fit-note {
  margin-top: 74px;
  padding: 34px 38px;
  background: var(--lp-paper);
  border-left: 4px solid var(--lp-copper);
}

.lp-fit-note h3 {
  margin: 0;
  color: var(--lp-navy);
  font-family: "Shippori Mincho", serif;
  font-size: 1.35rem;
}

.lp-fit-note p {
  margin: 15px 0 0;
  color: #616b77;
  line-height: 1.9;
}

/* Joint project pathway */

.lp-project {
  padding: clamp(104px, 12vw, 180px) 0;
  background: var(--lp-paper);
}

.lp-project__grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(19, 34, 56, .15);
  border-left: 1px solid rgba(19, 34, 56, .15);
}

.lp-project__grid article {
  display: flex;
  min-height: 410px;
  padding: clamp(30px, 4vw, 52px);
  flex-direction: column;
  border-right: 1px solid rgba(19, 34, 56, .15);
  border-bottom: 1px solid rgba(19, 34, 56, .15);
  background: #fff;
}

.lp-project__grid article:first-child {
  color: var(--lp-paper);
  background: var(--lp-navy);
}

.lp-project__grid span {
  color: var(--lp-copper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.lp-project__grid h3 {
  margin: 34px 0 0;
  color: var(--lp-navy);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.55;
}

.lp-project__grid article:first-child h3 {
  color: var(--lp-paper);
}

.lp-project__grid p {
  margin: 24px 0 0;
  color: #66707d;
  line-height: 1.9;
}

.lp-project__grid article:first-child p {
  color: #d5dae1;
}

.lp-project__grid a,
.lp-project__grid small {
  margin-top: auto;
  padding-top: 34px;
  color: var(--lp-copper);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  text-decoration: none;
}

.lp-project__note {
  margin: 26px 0 0;
  color: #747d88;
  font-size: 12px;
  line-height: 1.9;
}

/* Noura */

.lp-noura {
  display: grid;
  grid-template-columns: minmax(330px, .66fr) minmax(0, 1fr);
  gap: clamp(58px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(104px, 12vw, 180px);
}

.lp-noura__portrait {
  margin: 0;
  padding: 12px;
  background: var(--lp-navy);
  transform: rotate(-1.5deg);
}

.lp-noura__portrait img {
  width: 100%;
  display: block;
}

.lp-noura__portrait figcaption {
  display: grid;
  gap: 3px;
  padding: 20px 10px 10px;
  color: var(--lp-paper);
}

.lp-noura__portrait span,
.lp-noura__portrait small {
  color: #d5dae1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.lp-noura__portrait b {
  font-family: "Shippori Mincho", serif;
  font-size: 1.55rem;
}

.lp-noura__story > p:not(.lp-kicker) {
  margin: 25px 0 0;
  line-height: 2;
}

.lp-noura__story a {
  display: inline-block;
  margin-top: 30px;
  color: var(--lp-copper);
  font-weight: 700;
  text-decoration: none;
}

/* Offer */

.lp-offer {
  padding: clamp(104px, 12vw, 180px) 0;
  color: var(--lp-paper);
  background: linear-gradient(145deg, #07111d, var(--lp-navy));
}

.lp-offer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 64px;
  color: var(--lp-text);
  background: var(--lp-paper);
}

.lp-offer__deliverables,
.lp-offer__facts {
  padding: clamp(32px, 5vw, 62px);
}

.lp-offer__deliverables {
  border-right: 1px solid rgba(19,34,56,.14);
}

.lp-offer__deliverables h3 {
  margin: 0;
  color: var(--lp-navy);
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
}

.lp-offer__deliverables ul {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.lp-offer__deliverables li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid rgba(19,34,56,.12);
  line-height: 1.7;
}

.lp-offer__deliverables li:last-child {
  border-bottom: 1px solid rgba(19,34,56,.12);
}

.lp-offer__deliverables li span {
  color: var(--lp-copper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
}

.lp-offer__deliverables > p {
  margin: 28px 0 0;
  color: #69727e;
  font-size: 13px;
  line-height: 1.85;
}

.lp-offer__facts {
  margin: 0;
}

.lp-offer__facts > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(19,34,56,.12);
}

.lp-offer__facts dt {
  color: var(--lp-copper);
  font-size: 12px;
  font-weight: 700;
}

.lp-offer__facts dd {
  margin: 0;
  line-height: 1.75;
}

.lp-offer__cta {
  max-width: 850px;
  margin: 72px auto 0;
  text-align: center;
}

.lp-offer__cta > p {
  margin: 0 0 24px;
  color: var(--lp-paper);
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
}

.lp-offer__cta small {
  display: block;
  max-width: 680px;
  margin: 18px auto 0;
  color: #d5dae1;
  font-size: 11px;
  line-height: 1.8;
}

/* FAQ */

.lp-faq {
  padding-block: clamp(104px, 12vw, 180px);
}

.lp-faq__list {
  margin-top: 56px;
  border-top: 1px solid rgba(19,34,56,.18);
}

.lp-faq details {
  border-bottom: 1px solid rgba(19,34,56,.18);
}

.lp-faq summary {
  position: relative;
  padding: 25px 58px 25px 0;
  color: var(--lp-navy);
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}

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

.lp-faq summary::before,
.lp-faq summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--lp-copper);
  transition: transform .25s ease;
}

.lp-faq summary::after {
  transform: rotate(90deg);
}

.lp-faq details[open] summary::after {
  transform: rotate(0);
}

.lp-faq details p {
  margin: 0;
  padding: 0 58px 28px 0;
  color: #616b77;
  line-height: 1.9;
}

/* Final */

.lp-final {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 13vw, 190px) 0;
  color: var(--lp-paper);
  background: var(--lp-ivory);
}

.lp-final::before {
  content: "";
  position: absolute;
  inset: 0 0 0 44%;
  background: var(--lp-copper);
  transform: skewX(-8deg) translateX(8%);
  transform-origin: bottom;
}

.lp-final__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  gap: clamp(64px, 10vw, 160px);
  align-items: center;
}

.lp-final__copy .lp-kicker {
  color: var(--lp-copper);
}

.lp-final__copy h2 {
  color: var(--lp-navy);
}

.lp-final__copy > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: #5c6672;
  line-height: 2;
}

.lp-final__action {
  text-align: center;
}

.lp-final__action p {
  margin: 18px 0 0;
  color: #d5dae1;
  font-size: 12px;
  line-height: 1.8;
}

.lp-sticky-cta {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 22px;
  min-height: 52px;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 12px 16px 12px 20px;
  color: #fff;
  background: var(--lp-copper);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  box-shadow: 0 18px 44px rgba(25,10,5,.28);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.lp-sticky-cta:visited {
  color: #fff;
}

.lp-sticky-cta i {
  font-style: normal;
}

/* Tablet */

@media (max-width: 1024px) {
  .lp-hero__inner {
    grid-template-columns: 1fr .7fr;
    gap: 42px;
  }

  .lp-hero__visual {
    min-height: 500px;
  }

  .lp-manga-cover {
    left: -34px;
    width: 150px;
  }

  .lp-diagnosis__inner,
  .lp-mechanism,
  .lp-experience__grid,
  .lp-fit__inner,
  .lp-noura {
    gap: 48px;
  }

  .lp-case {
    grid-template-columns: .48fr 1fr 1fr;
  }

  .lp-case header,
  .lp-case__before,
  .lp-case__after {
    padding: 28px;
  }

  .lp-system__flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-system__flow li:nth-child(3n)::after {
    display: none;
  }

  .lp-project__grid {
    grid-template-columns: 1fr;
  }

  .lp-project__grid article {
    min-height: 300px;
  }
}

/* Smartphone */

@media (max-width: 760px) {
  .page-session .content-narrow {
    width: min(100% - 32px, 760px);
  }

  .page-session .site-breadcrumb {
    padding-top: 88px;
    color: #d5dae1;
    font-size: 10px;
  }

  .lp-section-head h2,
  .lp-mechanism h2,
  .lp-fit h2,
  .lp-noura h2,
  .lp-offer h2,
  .lp-final h2 {
    font-size: clamp(2rem, 10vw, 3.35rem);
    line-height: 1.32;
  }

  .lp-system__flow {
    grid-template-columns: 1fr;
  }

  .lp-system__flow li {
    min-height: 0;
    padding: 24px;
  }

  .lp-system__flow li::after {
    display: none;
  }

  .lp-system__flow strong {
    margin-top: 16px;
  }

  .lp-system__diagram {
    margin-top: 50px;
  }

  .lp-section-head > p:last-child {
    margin-top: 22px;
    line-height: 1.9;
  }

  .lp-hero {
    margin-top: -32px;
  }

  .lp-hero__inner {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-block: 68px 64px;
  }

  .lp-hero__title {
    font-size: clamp(2.2rem, 10.5vw, 3.5rem);
    line-height: 1.32;
  }

  .lp-eyebrow {
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .lp-hero__lead {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.88;
  }

  .lp-hero__lead br {
    display: none;
  }

  .lp-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .lp-button {
    width: 100%;
  }

  .lp-hero__visual {
    width: 100%;
    min-height: 460px;
  }

  .lp-portrait {
    width: min(88%, 430px);
  }

  .lp-manga-cover {
    left: 0;
    bottom: 0;
    width: 128px;
  }

  .lp-trust-strip {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .lp-trust-strip > div {
    min-height: 102px;
    padding: 20px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(19,34,56,.12);
  }

  .lp-trust-strip > div:last-child {
    border-bottom: 0;
  }

  .lp-trust-strip dt strong {
    font-size: 2.55rem;
  }

  .lp-manga-triptych {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(100% - 58px, 460px);
  }

  .lp-manga-triptych figure:nth-child(2) {
    margin-top: 0;
    margin-left: 22px;
  }

  .lp-manga-triptych figure:nth-child(3) {
    margin-right: 22px;
  }

  .lp-diagnosis__inner,
  .lp-mechanism,
  .lp-experience__grid,
  .lp-fit__inner,
  .lp-noura,
  .lp-offer__content,
  .lp-final__inner {
    grid-template-columns: 1fr;
  }

  .lp-diagnosis__visual,
  .lp-mechanism__visual,
  .lp-experience__manga,
  .lp-fit__visual,
  .lp-noura__portrait {
    width: min(100% - 34px, 470px);
    margin-inline: auto;
  }

  .lp-three-questions {
    grid-template-columns: 1fr;
  }

  .lp-three-questions article {
    min-height: 0;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,253,248,.18);
  }

  .lp-three-questions article:last-child {
    border-bottom: 0;
  }

  .lp-three-questions h3 {
    margin-top: 17px;
  }

  .lp-mechanism {
    padding-block: 100px;
  }

  .lp-experience__grid {
    margin-top: 56px;
  }

  .lp-session-flow li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .lp-session-flow li > span {
    width: 48px;
    height: 48px;
  }

  .lp-session-flow li::before {
    left: 23px;
    top: 48px;
  }

  .lp-before-after-visual {
    width: min(100% - 34px, 520px);
    margin-top: 70px;
  }

  .lp-case {
    grid-template-columns: 1fr;
  }

  .lp-case header {
    grid-row: auto;
  }

  .lp-case header h3 {
    margin-top: 24px;
  }

  .lp-case__before,
  .lp-case__after {
    min-height: 0;
  }

  .lp-case__pivot,
  .lp-case blockquote {
    grid-column: auto;
  }

  .lp-case__pivot {
    display: grid;
  }

  .lp-voice-grid {
    grid-template-columns: 1fr;
  }

  .lp-voice-grid blockquote,
  .lp-voice-grid blockquote:nth-child(2),
  .lp-voice-grid blockquote:nth-child(3) {
    grid-column: auto;
    min-height: 220px;
  }

  .lp-fit-note {
    padding: 28px 24px;
  }

  .lp-offer__deliverables {
    border-right: 0;
    border-bottom: 1px solid rgba(19,34,56,.14);
  }

  .lp-offer__facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lp-final::before {
    inset: 48% -30% -20% 6%;
    transform: skewY(-6deg);
  }

  .lp-final__inner {
    gap: 72px;
  }

  .lp-final__action {
    padding-bottom: 20px;
  }

  .lp-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    justify-content: space-between;
    min-height: 56px;
  }

  .page-session .global-footer {
    padding-bottom: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-manga-cover,
  .lp-button {
    transition: none;
  }
}
