.jm-about {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
    background: #F4F2ED;
    color: #0A2819;
    font-family: Inter, sans-serif;
  }

  .jm-about__section {
    padding: 90px 0 100px;
    box-sizing: border-box;
  }

  .jm-about__inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  .jm-about__section-title {
    margin: 0 0 clamp(20px, 8.5vw, 40px);
    font-family: Jomolhari, serif;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 200;
    line-height: 1.34;
    color: #0A2819;
    text-align: center;
  }

  .jm-about__section-title::after {
    content: "";
    display: block;
    width: min(100%, 413px);
    height: 1px;
    margin: clamp(20px, 2.5vw, 28px) auto 0;
    background: #0A2819;
  }

  .jm-about__lead {
    max-width: 1034px;
    margin: 0 auto;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 200;
    line-height: 1.4;
    color: #5F6B4F;
    text-align: center;
  }

  .jm-about__hero {
    background-color: #5F6B4F;
    background-image: linear-gradient(rgba(10, 40, 25, 0), rgba(10, 40, 25, 0)), url("https://www.jmartin.my/wp-content/uploads/2026/08/about-us-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #F4F2ED;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .jm-about__hero .jm-about__section-title {
    color: #F4F2ED;
  }

  .jm-about__hero .jm-about__section-title::after {
    width: min(100%, 276px);
    background: #F4F2ED;
  }

  .jm-about__hero-text {
    max-width: 1280px;
    margin: 0 auto;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 200;
    line-height: 1.4;
    color: #F4F2ED;
    text-align: center;
    padding-top: 20px;
  }

  .jm-about__hero-text p {
    margin: 0 0 1.25em;
  }

  .jm-about__hero-text p:last-child {
    margin-bottom: 0;
  }

  .jm-about__btn {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 48px;
    margin-top: clamp(32px, 4vw, 48px);
    padding: 0 40px;
    border: 0;
    border-radius: 8px;
    background: #46563B;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }

  .jm-about__philosophy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 40px);
    margin-top: clamp(40px, 5vw, 72px);
  }

  .jm-about__philosophy-card {
    min-height: 300px;
    padding: 0;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
  }

  .jm-about__philosophy-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .jm-about__philosophy-num {
    margin: 0 0 clamp(24px, 3vw, 40px);
    font-family: Jomolhari, serif;
    font-size: clamp(28px, 2.8vw, 40px);
    font-weight: 200;
    line-height: 1;
    color: #0A2819;
    text-align: center;
  }

  .jm-about__philosophy-title {
    margin: 0;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 300;
    line-height: 1.4;
    color: #0A2819;
  }

  .jm-about__creation {
    padding: clamp(64px, 8vw, 120px) clamp(20px, 5.6vw, 80px);
    background-color: #EDE9E0;
    background-image: url("https://www.jmartin.my/wp-content/uploads/2026/07/our-first-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .jm-about__creation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 593px);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
    margin-top: clamp(40px, 5vw, 72px);
  }

  .jm-about__creation-media {
    min-height: clamp(260px, 30vw, 420px);
  }

  .jm-about__benefits {
    margin: 0 0 80px 100px;
    padding: 0;
    list-style: none;
  }

  .jm-about__benefits li {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 40px;
    margin: 0 0 clamp(12px, 1.5vw, 20px);
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 200;
    line-height: 1.67;
    color: #0A2819;
  }

  .jm-about__benefits li strong {
    font-weight: 400;
    margin-right: 5px;
  }

  .jm-about__benefits li:nth-child(3) .jm-about__benefit-text strong {
    margin-left: 5px;
  }

  .jm-about__benefit-icon {
    width: clamp(30px, 3.5vw, 50px);
    height: clamp(30px, 3.5vw, 50px);
    flex-shrink: 0;
  }

  .jm-about__benefit-text {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #74817B;
    min-height: 17px;
    display: flex;
    align-items: center;
  }

  .jm-about__note {
    margin-top: clamp(24px, 3vw, 40px);
    padding: clamp(20px, 2.5vw, 32px);
    border: 1px solid #E0D7C8;
    border-radius: 8px;
    background: #F0E4D4;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 200;
    line-height: 1.67;
    color: #0A2819;
    text-align: center;
    box-sizing: border-box;
  }

  .jm-about__note strong {
    font-weight: 400;
  }

  @media (min-width: 1025px) {
    .jm-about__creation-content {
      margin-left: clamp(-50px, -5.5vw, -90px);
    }

    .jm-about__creation .jm-about__note {
      width: clamp(280px, 37.18vw, 593px);
      max-width: 100%;
      margin-left: 60px;
    }
  }

  .jm-about__mission-title {
    margin: clamp(24px, 3vw, 40px) 0 clamp(24px, 3vw, 40px);
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 400;
    line-height: 1.4;
    color: #0A2819;
    text-align: center;
  }

  .jm-about__cards-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 34px);
    margin-top: clamp(32px, 4vw, 56px);
  }

  .jm-about__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    background: #EDE9E0;
  }

  .jm-about__card-media {
    position: relative;
    width: 100%;
  }

  .jm-about__card-photo {
    display: block;
    width: 100%;
    height: auto;
  }

  .jm-about__card-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: clamp(56px, 5vw, 70px);
    height: clamp(56px, 5vw, 70px);
    margin: 0;
    border-radius: 9999px;
    object-fit: contain;
    z-index: 1;
  }

  .jm-about__card-text {
    margin: 0;
    padding: calc(clamp(28px, 2.5vw, 35px) + clamp(16px, 2vw, 24px)) clamp(16px, 2vw, 24px) clamp(18px, 2.4vw, 28px);
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 200;
    line-height: 1.67;
    color: #0A2819;
  }

  .jm-about__commitment {
    background-color: #F4F2ED;
    background-image: url("https://www.jmartin.my/wp-content/uploads/2026/07/our-commitment-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .jm-about__commitment-card {
    padding: clamp(24px, 3vw, 40px) clamp(20px, 2vw, 28px);
    border: 1px solid #E0D7C8;
    border-radius: 8px;
    background: #F3ECE2;
    text-align: center;
  }

  .jm-about__commitment-icon {
    width: clamp(80px, 8vw, 120px);
    height: clamp(80px, 8vw, 120px);
    margin: 0 auto clamp(20px, 2.5vw, 32px);
    border-radius: 9999px;
    object-fit: contain;
  }

  .jm-about__commitment-title {
    margin: 0;
    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 300;
    line-height: 1.4;
    color: #0A2819;
  }

  .jm-about__story {
    background-color: #5F6B4F;
    background-image: linear-gradient(rgba(10, 40, 25, 0.35), rgba(10, 40, 25, 0.35)), url("https://www.jmartin.my/wp-content/uploads/2026/08/our-stories-continue-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #F4F2ED;
    text-align: center;
  }

  .jm-about__story-logo {
    width: 260px;
    height: 168px;
    max-width: 100%;
    margin: 100px auto clamp(20px, 8.5vw, 100px);
    display: block;
    object-fit: contain;
  }

  .jm-about__story .jm-about__section-title {
    color: #F4F2ED;
  }

  .jm-about__story .jm-about__section-title::after {
    display: none;
  }

  .jm-about__story-text {
    max-width: 1020px;
    margin: 0 auto;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 200;
    line-height: 1.4;
    color: #F4F2ED;
    text-align: center;
  }

  .jm-about__story-text p {
    margin: 0 0 0em;
  }

  .jm-about__story-text p:last-child {
    margin-bottom: 0;
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .jm-about__section {
      padding: 64px 32px;
    }

    .jm-about__section-title {
      font-size: 36px;
      font-weight: 200;
      line-height: 44px;
      margin-bottom: 32px;
    }

    .jm-about__section-title::after {
      width: min(100%, 240px);
      margin-top: 20px;
    }

    .jm-about__hero {
      padding-top: 72px;
      padding-bottom: 72px;
    }

    .jm-about__hero .jm-about__section-title::after {
      width: min(100%, 220px);
    }

    .jm-about__hero-text {
      font-size: 16px;
      font-weight: 200;
      line-height: 1.5;
      text-shadow: none;
    }

    .jm-about__hero-text p:not(:first-child) {
      display: block;
    }

    .jm-about__btn {
      display: none;
    }

    .jm-about__lead,
    .jm-about__story-text,
    .jm-about__mission-title {
      font-size: 16px;
      font-weight: 200;
      line-height: 1.5;
    }

    .jm-about__mission-title {
      font-weight: 400;
    }

    .jm-about__philosophy-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .jm-about__philosophy-card {
      min-height: 0;
      border-radius: 10px;
    }

    .jm-about__creation {
      padding: clamp(64px, 8vw, 120px) clamp(20px, 5.6vw, 80px);
      background-color: #F4F2ED;
      background-image: url("https://www.jmartin.my/wp-content/uploads/2026/07/our-first-mobile.webp");
      background-position: center 35%;
      background-size: 100% auto;
    }

    .jm-about__creation-layout {
      grid-template-columns: 1fr;
      margin-top: clamp(200px, 38vw, 280px);
    }

    .jm-about__creation-media {
      display: none;
    }

    .jm-about__creation-content {
      margin-left: 0;
    }

    .jm-about__benefits {
      margin: 0 0 32px 24px;
    }

    .jm-about__benefits li {
      font-size: 14px;
      font-weight: 200;
      line-height: 1.67;
      margin-bottom: 12px;
    }

    .jm-about__benefit-icon {
      width: 40px;
      height: 40px;
    }

    .jm-about__benefit-text {
      margin-left: 16px;
      padding-left: 16px;
    }

    .jm-about__note {
      padding: 24px 20px;
      font-size: 14px;
      font-weight: 200;
      line-height: 1.67;
    }

    .jm-about__creation .jm-about__note {
      width: 100%;
      max-width: none;
      margin-left: 0;
    }

    .jm-about__more .jm-about__cards-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .jm-about__more .jm-about__cards-3 .jm-about__card:last-child {
      grid-column: 1 / -1;
    }

    .jm-about__card-text {
      font-size: 14px;
      font-weight: 200;
      line-height: 1.67;
      padding: 36px 16px 20px;
    }

    .jm-about__card-icon {
      width: 56px;
      height: 56px;
    }

    .jm-about__commitment .jm-about__cards-3 {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-top: 40px;
    }

    .jm-about__commitment-card {
      display: grid;
      grid-template-columns: 80px 1fr;
      align-items: center;
      gap: 0;
      padding: 0;
      background: transparent;
      border: 0;
      text-align: left;
    }

    .jm-about__commitment-icon {
      width: 80px;
      height: 80px;
      margin: 0;
      background: #F4F2ED;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
      border-radius: 50%;
      position: relative;
      z-index: 1;
    }

    .jm-about__commitment-title {
      margin: 0 0 0 -16px;
      padding: 14px 18px;
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #F3ECE2;
      border: 1px solid #E0D7C8;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      text-align: center;
    }

    .jm-about__story {
      background-image: linear-gradient(rgba(10, 40, 25, 0.35), rgba(10, 40, 25, 0.35)), url("https://www.jmartin.my/wp-content/uploads/2026/08/our-story-continue-mobile.webp");
      background-position: center;
      background-size: cover;
    }

    .jm-about__story-logo {
      width: 200px;
      height: 129px;
      margin-bottom: 60px;
    }
  }

  @media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .jm-about__section {
      padding: 56px 40px;
    }

    .jm-about__section-title {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 28px;
    }

    .jm-about__creation .jm-about__section-title,
    .jm-about__story .jm-about__section-title {
      font-size: 30px;
      line-height: 38px;
    }

    .jm-about__hero {
      padding-top: 64px;
      padding-bottom: 64px;
    }

    .jm-about__hero-text {
      font-size: 15px;
      line-height: 1.5;
    }

    .jm-about__lead,
    .jm-about__story-text,
    .jm-about__mission-title {
      font-size: 15px;
      line-height: 1.5;
    }

    .jm-about__philosophy-grid {
      gap: 16px;
      margin-top: 32px;
    }

    .jm-about__creation-layout {
      margin-top: clamp(190px, 55vw, 540px);
    }

    .jm-about__creation {
      padding: clamp(64px, 8vw, 120px) clamp(20px, 5.6vw, 80px);
    }

    .jm-about__benefits {
      margin: 0 0 28px 16px;
    }

    .jm-about__benefits li {
      font-size: 13px;
    }

    .jm-about__benefit-icon {
      width: 36px;
      height: 36px;
    }

    .jm-about__note {
      font-size: 13px;
      padding: 20px 16px;
    }

    .jm-about__more .jm-about__cards-3 {
      gap: 16px;
      margin-top: 32px;
    }

    .jm-about__card-text {
      font-size: 13px;
      padding: 45px 14px 18px;
    }

    .jm-about__card-icon {
      width: 60px;
      height: 60px;
    }

    .jm-about__commitment-card {
      grid-template-columns: 72px 1fr;
    }

    .jm-about__commitment-icon {
      width: 72px;
      height: 72px;
    }

    .jm-about__commitment-title {
      font-size: 13px;
      min-height: 56px;
      padding: 12px 16px;
    }

    .jm-about__story-logo {
      width: 150px;
      height: 150px;
      margin-bottom: 20px;
    }
  }

  @media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .jm-about__section {
      padding: 72px 48px;
    }

    .jm-about__section-title {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 36px;
    }

    .jm-about__creation .jm-about__section-title,
    .jm-about__story .jm-about__section-title {
      font-size: 34px;
      line-height: 42px;
    }

    .jm-about__hero {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .jm-about__hero-text {
      font-size: 17px;
      line-height: 1.5;
    }

    .jm-about__lead,
    .jm-about__story-text,
    .jm-about__mission-title {
      font-size: 17px;
      line-height: 1.5;
    }

    .jm-about__philosophy-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
      margin-top: 48px;
    }

    .jm-about__creation {
      padding: clamp(64px, 8vw, 120px) clamp(20px, 5.6vw, 80px);
      background-image: url("https://www.jmartin.my/wp-content/uploads/2026/07/our-first-scaled.webp");
      background-position: center top;
      background-size: cover;
    }

    .jm-about__creation-layout {
      grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
      gap: 32px;
      margin-top: 48px;
      align-items: start;
    }

    .jm-about__creation-media {
      display: block;
      min-height: 280px;
    }

    .jm-about__creation-content {
      margin-left: 0;
    }

    .jm-about__benefits {
      margin: 0 0 32px 0;
    }

    .jm-about__benefits li {
      font-size: 15px;
    }

    .jm-about__benefit-icon {
      width: 44px;
      height: 44px;
    }

    .jm-about__note {
      font-size: 15px;
      padding: 24px 24px;
    }

    .jm-about__more .jm-about__cards-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      margin-top: 48px;
    }

    .jm-about__more .jm-about__cards-3 .jm-about__card:last-child {
      grid-column: auto;
    }

    .jm-about__card-text {
      font-size: 15px;
      padding: 40px 18px 22px;
    }

    .jm-about__card-icon {
      width: 60px;
      height: 60px;
    }

    .jm-about__commitment .jm-about__cards-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      margin-top: 48px;
    }

    .jm-about__commitment-card {
      display: block;
      padding: 28px 20px;
      background: #F3ECE2;
      border: 1px solid #E0D7C8;
      border-radius: 8px;
      text-align: center;
    }

    .jm-about__commitment-icon {
      width: 96px;
      height: 96px;
      margin: 0 auto 20px;
      box-shadow: none;
    }

    .jm-about__commitment-title {
      margin: 0;
      padding: 0;
      min-height: 0;
      display: block;
      background: transparent;
      border: 0;
      border-radius: 0;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.4;
      text-align: center;
    }

    .jm-about__story {
      background-image: linear-gradient(rgba(10, 40, 25, 0.35), rgba(10, 40, 25, 0.35)), url("https://www.jmartin.my/wp-content/uploads/2026/08/our-stories-continue-scaled.webp");
    }

    .jm-about__story-logo {
      width: 220px;
      height: 142px;
      margin-bottom: 72px;
    }
  }

  @media (max-width: 768px) {
    .jm-about__section {
      padding: 50px 20px;
    }

    .jm-about__section-title {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 17px;
      margin-top: -5px;
    }

    .jm-about__section-title::after {
      width: min(100%, 182px);
      margin-top: 16px;
    }

    .jm-about__creation .jm-about__section-title,
    .jm-about__story .jm-about__section-title {
      font-size: 22px;
    }

    .jm-about__story .jm-about__section-title {
      line-height: 30px;
    }

    .jm-about__hero {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .jm-about__hero .jm-about__section-title::after {
      width: min(100%, 182px);
    }

    .jm-about__hero-text {
      font-size: 10px;
      line-height: 14px;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    .jm-about__hero-text p:not(:first-child) {
      display: none;
    }

    .jm-about__hero--expanded .jm-about__hero-text p:not(:first-child) {
      display: block;
    }

    .jm-about__hero--expanded .jm-about__btn {
      display: none;
    }

    .jm-about__lead,
    .jm-about__story-text,
    .jm-about__mission-title {
      font-size: 12px;
      line-height: 18px;
    }

    .jm-about__lead {
      color: #0A2819;
    }

    .jm-about__mission-title {
      font-weight: 400;
    }

    .jm-about__btn {
      display: inline-flex;
      font-size: 12px;
      font-weight: 400;
      height: 40px;
      min-width: 160px;
      margin-top: 24px;
    }

    .jm-about__philosophy-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 24px;
    }

    .jm-about__philosophy-card {
      min-height: 0;
      border-radius: 8px;
    }

    .jm-about__creation {
      padding: clamp(64px, 8vw, 120px) clamp(20px, 5.6vw, 80px);
      background-color: #F4F2ED;
      background-image: url("https://www.jmartin.my/wp-content/uploads/2026/07/our-first-mobile.webp");
      background-position: center 1%;
      background-size: 100% auto;
    }

    .jm-about__creation .jm-about__lead {
      color: #0A2819;
    }

    .jm-about__creation .jm-about__section-title::after {
      width: min(100%, 182px);
    }

    .jm-about__creation-layout {
      margin-top: clamp(170px, 46vw, 300px);
      gap: clamp(0px, 0vw, 56px);
    }

    .jm-about__benefits {
      margin: 0 0 24px 20px;
    }

    .jm-about__benefits li {
      font-size: 12px;
      line-height: 1.67;
      min-height: 40px;
      margin-bottom: 6px;
      align-items: center;
    }

    .jm-about__benefit-icon {
      width: 30px;
      height: 30px;
      margin-top: 5px;
    }

    .jm-about__benefit-text {
      display: block;
      margin-left: 11px;
      padding-left: 14px;
      line-height: 1.67;
    }

    .jm-about__note {
      margin-top: 0;
      padding: 20px 16px;
      font-size: 12px;
      line-height: 18px;
      width: 100%;
    }

    .jm-about__more .jm-about__cards-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 13px;
      margin-top: 24px;
    }

    .jm-about__more .jm-about__cards-3 .jm-about__card:last-child {
      grid-column: 1 / -1;
    }

    .jm-about__card {
      border-radius: 8px;
      box-shadow: 0 0 7.3px rgba(92, 86, 82, 0.2);
    }

    .jm-about__card-icon {
      width: 30px;
      height: 30px;
    }

    .jm-about__card-text {
      font-size: 10px;
      line-height: 18px;
      padding: 24px 12px 13px;
    }

    .jm-about__more .jm-about__card:not(:last-child) .jm-about__card-text {
      line-height: 40px;
      padding-top: 12px;
      padding-bottom: 0;
    }

    .jm-about__commitment .jm-about__cards-3 {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 24px;
    }

    .jm-about__commitment-card {
      display: grid;
      grid-template-columns: 86px 1fr;
      align-items: center;
      gap: 0;
      padding: 0;
      background: transparent;
      border: 0;
      text-align: left;
      border-radius: 0;
    }

    .jm-about__commitment-icon {
      width: 86px;
      height: 86px;
      margin: 0;
      background: #F4F2ED;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
      border-radius: 50% !important;
      position: relative;
      z-index: 1;
    }

    .jm-about__commitment-title {
      margin: 0 0 0 -17px;
      padding: 12px 16px;
      min-height: 61px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #F3ECE2;
      border: 1px solid #E0D7C8;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.4;
      text-align: center;
    }

    .jm-about__commitment-closing br {
      display: none;
    }

    .jm-about__story {
      background-image: linear-gradient(rgba(10, 40, 25, 0.35), rgba(10, 40, 25, 0.35)), url("https://www.jmartin.my/wp-content/uploads/2026/08/our-story-continue-mobile.webp");
      background-position: center top;
      background-size: cover;
    }

    .jm-about__story-logo {
      width: 143px;
      height: 92px;
      margin-bottom: 50px;
    }

    .jm-about__story-text {
      font-size: 12px;
      line-height: 18px;
    }

    .jm-about__story-text p {
      display: inline;
      margin: 0;
    }

    .jm-about__story-text p:first-child::after {
      content: ' ';
    }
  }

  /* iPad Mini — creation section */
  @media (min-width: 700px) and (max-width: 768px) {
    .jm-about__creation {
      padding: clamp(64px, 8vw, 120px) clamp(20px, 5.6vw, 80px);
      background-image: url("https://www.jmartin.my/wp-content/uploads/2026/07/our-first-mobile.webp");
      background-position: center 35%;
    }

    .jm-about__creation-layout {
      display: block;
      grid-template-columns: none;
      margin-top: clamp(150px, 45vw, 150px);
      gap: clamp(0px, 0vw, 56px);
    }
  }
