:root {
  --about-paper: #faf8f3;
  --about-paper-deep: #f1ebe2;
  --about-ink: #3b312a;
  --about-muted: #776d64;
  --about-brown: #634936;
  --about-brown-dark: #49372a;
  --about-line: rgba(91, 70, 54, 0.16);
  --about-max: min(1240px, calc(100vw - 64px));
}

.about-ruoyu-page {
  background: var(--about-paper);
  color: var(--about-ink);
}

.about-ruoyu-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 212, 195, 0.28), transparent 25%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.34));
}

.about-ruoyu-page section[id],
.about-ruoyu-page main[id] {
  scroll-margin-top: 104px;
}

.about-kicker,
.about-index {
  margin: 0;
  color: #9a806d;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-ruoyu-page h1,
.about-ruoyu-page h2,
.about-ruoyu-page h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

.about-ruoyu-page h2 {
  margin: 14px 0 0;
  font-size: clamp(31px, 3.5vw, 50px);
  line-height: 1.38;
}

.about-ruoyu-page p {
  margin-top: 0;
}

.about-hero {
  position: relative;
  min-height: clamp(680px, 78vh, 800px);
  overflow: hidden;
  border-bottom: 1px solid var(--about-line);
  background: #f8f4ed;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--about-max);
  min-height: inherit;
  max-width: none;
  margin: 0 auto;
  padding: clamp(118px, 11vw, 158px) 0 clamp(58px, 7vw, 92px);
  flex-direction: column;
  justify-content: center;
}

.about-hero h1 {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: clamp(40px, 3.35vw, 48px);
  line-height: 1.28;
  letter-spacing: 0.01em;
}

.about-hero h1 span {
  display: block;
  white-space: nowrap;
}

.about-hero-text {
  max-width: 540px;
  margin-top: 28px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.95;
}

.about-hero-text p:last-child {
  margin-bottom: 0;
}

.about-hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.about-hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 68%, rgba(54, 41, 32, 0.2)),
    linear-gradient(90deg, #faf7f1 0%, rgba(250, 247, 241, 0.98) 29%, rgba(250, 247, 241, 0.82) 48%, rgba(250, 247, 241, 0.22) 69%, transparent 86%);
  content: "";
  pointer-events: none;
}

.about-hero-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 48%;
}

.about-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.about-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 25px;
  border: 1px solid var(--about-brown);
  color: var(--about-brown);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.about-button:hover {
  transform: translateY(-2px);
}

.about-button--primary {
  background: var(--about-brown);
  color: #fffaf4;
}

.about-button--primary:hover {
  background: var(--about-brown-dark);
}

.about-button--ghost:hover {
  background: rgba(99, 73, 54, 0.06);
}

.philosophy {
  display: grid;
  width: var(--about-max);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(60px, 9vw, 130px);
}

.philosophy-intro > p:not(.about-index) {
  max-width: 540px;
  margin: 26px 0 0;
  color: var(--about-muted);
  line-height: 1.95;
}

#philosophy-title,
#founder-title {
  font-size: clamp(32px, 2.5vw, 40px);
  line-height: 1.42;
}

#philosophy-title span,
#founder-title span {
  display: block;
  white-space: nowrap;
}

#founder-title span {
  white-space: normal;
}

.about-text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(91, 70, 54, 0.32);
  color: var(--about-brown);
  font-size: 14px;
}

.about-text-link span,
.logic-links span,
.learn-more-links strong {
  transition: transform 180ms ease;
}

.about-text-link:hover span,
.logic-links a:hover span,
.learn-more-links a:hover strong {
  transform: translateX(5px);
}

.principle-words {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  border-top: 1px solid var(--about-line);
}

.principle-words article {
  display: grid;
  min-height: 180px;
  padding: 28px 26px 26px 0;
  border-bottom: 1px solid var(--about-line);
  grid-template-columns: 58px 1fr;
  gap: 13px;
}

.principle-words article:nth-child(odd) {
  border-right: 1px solid var(--about-line);
}

.principle-words article:nth-child(even) {
  padding-left: 28px;
}

.word-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
}

.word-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.principle-words h3 {
  margin: 0;
  font-size: 23px;
}

.principle-words p {
  margin: 12px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.8;
}

.founder-story {
  position: relative;
  min-height: 980px;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: #f8f4ed;
  isolation: isolate;
  overflow: hidden;
}

.founder-portrait {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: min(68vw, 1040px);
  margin: 0;
  overflow: hidden;
}

.founder-portrait::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 244, 237, 0.08), rgba(248, 244, 237, 0.18)),
    linear-gradient(90deg, transparent 0%, rgba(248, 244, 237, 0.04) 47%, rgba(248, 244, 237, 0.72) 78%, #f8f4ed 100%);
  content: "";
  pointer-events: none;
}

.founder-portrait picture {
  display: block;
  width: 100%;
  height: 100%;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.founder-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(53vw, 760px);
  min-height: 980px;
  margin-right: max(28px, calc((100vw - var(--about-max)) / 2));
  margin-left: auto;
  padding: clamp(68px, 6vw, 94px) 0;
  flex-direction: column;
  justify-content: center;
}

.founder-narrative {
  max-width: 680px;
  margin-top: 30px;
}

.founder-copy-group + .founder-copy-group {
  margin-top: 18px;
}

.founder-copy-group p,
.founder-belief {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.82;
}

.founder-copy-group p + p {
  margin-top: 4px;
}

.founder-belief {
  margin-top: 22px;
  color: var(--about-brown);
}

.founder-closing {
  margin: 10px 0 0;
  color: var(--about-text);
  font-family: var(--about-display);
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.founder-closing strong {
  display: block;
  font-weight: inherit;
}

.coach-team {
  width: var(--about-max);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 130px) 0;
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.82fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.team-intro {
  padding-top: 20px;
}

.team-intro h2 {
  margin-top: 24px;
  font-size: clamp(31px, 2.7vw, 42px);
  line-height: 1.48;
}

.team-intro h2 span {
  display: block;
  white-space: nowrap;
}

.team-lead {
  margin: 26px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.9;
}

.team-principles {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--about-line);
  list-style: none;
}

.team-principles li {
  display: grid;
  padding: 17px 0;
  border-bottom: 1px solid var(--about-line);
  gap: 7px;
}

.team-principles strong {
  color: var(--about-brown);
  font-size: 13px;
  font-weight: 700;
}

.team-principles span {
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.team-card {
  border: 1px solid var(--about-line);
  background: rgba(255, 255, 255, 0.52);
}

.team-card figure {
  position: relative;
  aspect-ratio: 14 / 9;
  margin: 0;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.team-card:hover img {
  transform: scale(1.025);
}

.team-card-body {
  padding: 24px clamp(20px, 2.2vw, 30px) 28px;
}

.team-card-since {
  display: flex;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--about-line);
  align-items: baseline;
  gap: 9px;
}

.team-card-since strong {
  color: var(--about-brown);
  font-family: var(--about-display);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.team-card-since span {
  color: var(--about-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.team-card-heading {
  margin-top: 20px;
}

.team-card-heading > div > p {
  margin: 0 0 7px;
  color: #9a806d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.team-card-heading h3 {
  margin: 0;
  font-size: 28px;
}

.team-card-name {
  display: block;
}

.team-card-proof {
  display: flex;
  margin: 7px 0 0;
  flex-wrap: wrap;
  gap: 0 6px;
  color: var(--about-muted);
  font-family: var(--about-body);
  font-size: 10px;
  line-height: 1.7;
}

.team-card-proof span {
  color: #b8a698;
}

.team-card-summary {
  margin: 19px 0 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.82;
}

.team-card-details {
  margin: 22px 0 0;
}

.team-card-details > div {
  padding: 16px 0;
  border-top: 1px solid var(--about-line);
}

.team-card-details dt {
  color: #9a806d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.team-card-details dd {
  margin: 8px 0 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.72;
}

.studio-space {
  display: grid;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  grid-template-columns: minmax(400px, 0.72fr) minmax(0, 1.28fr);
  background: rgba(241, 235, 226, 0.34);
}

.space-copy {
  display: flex;
  padding: clamp(70px, 7vw, 108px) clamp(42px, 4.5vw, 72px);
  flex-direction: column;
  justify-content: center;
}

.space-copy h2 {
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.55;
}

.space-copy h2 span {
  display: block;
  white-space: nowrap;
}

.space-copy p:not(.about-index) {
  margin: 25px 0 0;
  color: var(--about-muted);
  line-height: 1.95;
}

.space-collage {
  display: grid;
  min-height: 710px;
  grid-template-columns: 1.08fr 0.96fr 0.96fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
  background: var(--about-line);
}

.space-collage figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #e8dfd3;
}

.space-collage .space-main {
  grid-column: 1;
  grid-row: 1 / 3;
}

.space-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training-logic {
  width: var(--about-max);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0;
}

.logic-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(40px, 7vw, 96px);
}

.logic-heading h2 {
  margin-top: -8px;
}

.logic-steps {
  display: grid;
  margin: 62px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.logic-steps li {
  position: relative;
  padding: 28px 28px 34px;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.logic-steps li + li {
  border-left: 1px solid var(--about-line);
}

.logic-steps li:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: -7px;
  z-index: 1;
  padding: 0 4px;
  background: var(--about-paper);
  color: #aa8c78;
  content: "→";
}

.logic-step-top {
  display: flex;
  min-height: 76px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.logic-step-top > span {
  color: #aa8c78;
  font-family: Georgia, serif;
  font-size: 18px;
}

.logic-step-top img {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  object-fit: contain;
}

.logic-steps h3 {
  margin: 18px 0 0;
  font-size: 22px;
}

.logic-steps p {
  margin: 14px 0 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.8;
}

.logic-links {
  display: grid;
  margin-top: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.logic-links a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--about-line);
  font-size: 14px;
}

.learn-more {
  display: grid;
  border-top: 1px solid var(--about-line);
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
}

.learn-more-heading {
  padding: 56px clamp(32px, 5vw, 72px);
  background: var(--about-paper-deep);
}

.learn-more-heading h2 {
  font-size: 31px;
}

.learn-more-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.learn-more-links a {
  position: relative;
  display: flex;
  min-height: 190px;
  padding: 45px 30px;
  border-left: 1px solid var(--about-line);
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  color: var(--about-brown);
  isolation: isolate;
}

.learn-more-links a::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 248, 243, 0.98) 0%, rgba(250, 248, 243, 0.92) 43%, rgba(250, 248, 243, 0.34) 76%, rgba(250, 248, 243, 0.12) 100%);
  content: "";
}

.learn-more-links img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.learn-more-links a:nth-child(1) img {
  object-position: 65% center;
}

.learn-more-links a:nth-child(2) img {
  object-position: 58% center;
}

.learn-more-links a:nth-child(3) img {
  object-position: 62% center;
}

.learn-more-links a > span,
.learn-more-links strong {
  position: relative;
  z-index: 2;
}

.learn-more-links a > span {
  max-width: 72%;
  line-height: 1.75;
}

.learn-more-links strong {
  font-size: 20px;
  font-weight: 400;
}

.visit-ruoyu {
  position: relative;
  display: grid;
  min-height: 430px;
  padding: clamp(70px, 9vw, 120px) max(32px, calc((100vw - 1240px) / 2));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 244, 237, 0.98) 0%, rgba(248, 244, 237, 0.88) 58%, rgba(248, 244, 237, 0.34) 100%),
    url("../images/homepage/experience-next-step.webp") center 48% / cover no-repeat;
}

.visit-ruoyu > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.visit-ruoyu p:not(.about-index) {
  max-width: 630px;
  margin: 24px 0 0;
  color: var(--about-muted);
  line-height: 1.9;
}

.visit-ruoyu .about-actions {
  position: relative;
  z-index: 1;
  display: grid;
  width: 210px;
}

@media (max-width: 1120px) {
  .philosophy {
    grid-template-columns: 1fr;
  }

  .team-grid {
    gap: 14px;
  }

  .studio-space {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .logic-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logic-steps li:nth-child(3) {
    border-left: 0;
  }

  .learn-more {
    grid-template-columns: 1fr;
  }

  .learn-more-links a:first-child {
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .about-ruoyu-page section[id],
  .about-ruoyu-page main[id] {
    scroll-margin-top: 144px;
  }

  .about-hero {
    min-height: clamp(620px, 76vh, 720px);
  }

  .about-hero-copy {
    width: calc(100vw - 68px);
    max-width: none;
  }

  .about-hero-visual {
    min-height: 100%;
  }

  .founder-story {
    min-height: 980px;
  }

  .founder-portrait {
    width: 62vw;
  }

  .founder-portrait::after {
    background:
      linear-gradient(180deg, rgba(248, 244, 237, 0.08), rgba(248, 244, 237, 0.18)),
      linear-gradient(90deg, transparent 0%, rgba(248, 244, 237, 0.16) 28%, rgba(248, 244, 237, 0.84) 58%, rgba(248, 244, 237, 0.98) 78%, #f8f4ed 100%);
  }

  .founder-copy {
    width: min(56vw, 600px);
    min-height: 980px;
    margin-right: 34px;
    padding: 60px 0;
  }

  .team-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .team-intro {
    max-width: 700px;
    padding-top: 0;
  }

  .team-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-principles li {
    padding: 17px 18px;
    border-left: 1px solid var(--about-line);
  }

  .team-principles li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-space {
    grid-template-columns: 1fr;
  }

  .space-collage {
    min-height: 620px;
  }

  .logic-heading {
    grid-template-columns: 1fr;
  }

  .logic-links {
    grid-template-columns: 1fr;
  }

  .learn-more-links {
    grid-template-columns: 1fr;
  }

  .learn-more-links a {
    min-height: 142px;
    padding: 28px 30px;
    border-top: 1px solid var(--about-line);
    border-left: 0;
    flex-direction: row;
    align-items: center;
  }

  .visit-ruoyu {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .visit-ruoyu .about-actions {
    width: min(100%, 440px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --about-max: calc(100vw - 36px);
  }

  .about-hero {
    min-height: max(780px, 100svh);
  }

  .about-hero-copy {
    width: 100%;
    min-height: inherit;
    padding: 124px 20px 110px;
    justify-content: flex-start;
  }

  .about-hero h1 {
    font-size: clamp(34px, 9.4vw, 42px);
  }

  .about-hero h1 span {
    white-space: normal;
  }

  .about-hero-text {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.8;
  }

  .about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .about-hero-visual::after {
    background:
      linear-gradient(180deg, rgba(250, 247, 241, 0.99) 0%, rgba(250, 247, 241, 0.96) 50%, rgba(250, 247, 241, 0.74) 70%, rgba(250, 247, 241, 0.14) 89%),
      linear-gradient(180deg, transparent 76%, rgba(54, 41, 32, 0.28));
  }

  .about-hero-visual img {
    min-height: 100%;
    object-position: 82% center;
  }

  .philosophy {
    padding: 68px 0;
    gap: 48px;
  }

  .about-ruoyu-page h2 {
    font-size: clamp(29px, 8.6vw, 37px);
  }

  #philosophy-title,
  #founder-title {
    font-size: clamp(28px, 7vw, 31px);
  }

  #founder-title {
    font-size: clamp(19px, 6vw, 24px);
    line-height: 1.45;
  }

  #founder-title span {
    white-space: nowrap;
  }

  .principle-words {
    grid-template-columns: 1fr;
  }

  .principle-words article,
  .principle-words article:nth-child(even) {
    min-height: 0;
    padding: 23px 0;
    border-right: 0;
  }

  .founder-story {
    min-height: 0;
  }

  .founder-portrait {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100%;
  }

  .founder-portrait::after {
    background:
      linear-gradient(180deg, #f8f4ed 0%, rgba(248, 244, 237, 0.99) 57%, rgba(248, 244, 237, 0.93) 75%, rgba(248, 244, 237, 0.56) 90%, rgba(248, 244, 237, 0.18) 100%);
  }

  .founder-portrait img {
    position: absolute;
    inset: auto 0 -200px;
    height: 52%;
    object-position: center 44%;
  }

  .founder-copy {
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 68px 20px 330px;
  }

  .founder-narrative {
    margin-top: 24px;
  }

  .founder-copy-group + .founder-copy-group {
    margin-top: 16px;
  }

  .founder-copy-group p,
  .founder-belief {
    line-height: 1.78;
  }

  .founder-closing {
    font-size: 17px;
    line-height: 1.62;
  }

  .coach-team {
    padding: 68px 0;
  }

  .team-layout {
    gap: 38px;
  }

  .team-intro h2 span {
    white-space: normal;
  }

  .team-principles {
    display: block;
  }

  .team-principles li,
  .team-principles li:first-child {
    padding: 16px 0;
    border-left: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .space-copy {
    padding: 68px 20px 45px;
  }

  .space-copy h2 {
    font-size: clamp(25px, 7.7vw, 30px);
  }

  .space-collage {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    background: var(--about-line);
  }

  .space-collage figure {
    min-height: 72vw;
  }

  .space-collage .space-main {
    min-height: 66vw;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .training-logic {
    padding: 68px 0;
  }

  .logic-steps {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .logic-steps li,
  .logic-steps li:nth-child(3) {
    display: grid;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    grid-template-columns: 66px 1fr;
  }

  .logic-steps li:last-child {
    border-bottom: 1px solid var(--about-line);
  }

  .logic-steps li::after {
    display: none;
  }

  .logic-steps h3 {
    margin: 0;
  }

  .logic-step-top {
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
  }

  .logic-step-top img {
    width: 46px;
    height: 46px;
  }

  .learn-more-heading {
    padding: 45px 20px 34px;
  }

  .learn-more-links a {
    min-height: 132px;
    padding: 24px 20px;
  }

  .learn-more-links a > span {
    max-width: 68%;
  }

  .visit-ruoyu {
    min-height: 550px;
    padding: 68px 20px 120px;
    align-content: start;
    background:
      linear-gradient(180deg, rgba(248, 244, 237, 0.99) 0%, rgba(248, 244, 237, 0.94) 54%, rgba(248, 244, 237, 0.36) 100%),
      url("../images/homepage/experience-next-step.webp") center bottom / cover no-repeat;
  }

  .visit-ruoyu .about-actions {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  #philosophy-title span {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-button,
  .about-text-link span,
  .team-card img,
  .logic-links span,
  .learn-more-links strong {
    transition: none;
  }
}
