
    :root {
      --em-blue: #009fe3;
      --em-blue-2: #43c9f4;
      --em-blue-dark: #005f95;
      --em-navy: #0e314f;
      --em-ink: #243648;
      --em-muted: #667a8c;
      --em-light: #f3fbff;
      --em-sky: #e7f8ff;
      --em-line: #d7edf7;
      --em-white: #ffffff;
      --em-green: #19b98e;
      --em-orange: #f5a524;
      --em-radius: 26px;
      --em-shadow: 0 22px 58px rgba(0, 95, 149, 0.14);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--em-ink);
      background: #ffffff;
      line-height: 1.72;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .em-about-page {
      overflow: hidden;
      background:
        radial-gradient(circle at 6% 3%, rgba(0,159,227,0.17), transparent 30%),
        radial-gradient(circle at 96% 12%, rgba(0,95,149,0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f4fbff 38%, #ffffff 72%, #f7fcff 100%);
    }

    .em-wrap {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }

    .em-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      border-radius: 999px;
      background: var(--em-sky);
      color: var(--em-blue-dark);
      border: 1px solid rgba(0,159,227,0.18);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .em-badge::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--em-blue);
      box-shadow: 0 0 0 6px rgba(0,159,227,0.13);
    }

    .em-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 52px;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 900;
      transition: 0.25s ease;
      white-space: nowrap;
    }

    .em-btn-primary {
      color: #ffffff;
      background: linear-gradient(135deg, var(--em-blue), var(--em-blue-2));
      box-shadow: 0 16px 36px rgba(0,159,227,0.28);
    }

    .em-btn-secondary {
      color: var(--em-navy);
      background: #ffffff;
      border: 1px solid var(--em-line);
      box-shadow: 0 12px 28px rgba(0,95,149,0.07);
    }

    .em-btn:hover {
      transform: translateY(-2px);
      text-decoration: none;
    }

    .about-hero {
      min-height: 720px;
      padding: 68px 0 56px;
      display: grid;
      grid-template-columns: 1.02fr 0.98fr;
      gap: 42px;
      align-items: center;
    }

    .about-hero h1 {
      margin: 22px 0 18px;
      color: var(--em-navy);
      font-size: clamp(38px, 5.4vw, 72px);
      line-height: 1.01;
      letter-spacing: -0.06em;
    }

    .about-hero p {
      margin: 0;
      max-width: 670px;
      color: #4f6477;
      font-size: 18px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .hero-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 26px;
    }

    .proof-pill {
      padding: 8px 12px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid var(--em-line);
      color: var(--em-muted);
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 10px 24px rgba(0,95,149,0.05);
    }

    .hero-visual {
      position: relative;
      min-height: 590px;
      border-radius: 44px;
      overflow: hidden;
      border: 1px solid rgba(0,159,227,0.22);
      background:
        radial-gradient(circle at 28% 14%, rgba(67,201,244,0.32), transparent 24%),
        radial-gradient(circle at 78% 78%, rgba(0,95,149,0.16), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,0.92), rgba(232,248,255,0.9));
      box-shadow: var(--em-shadow);
    }

    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(0,159,227,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,159,227,0.05) 1px, transparent 1px);
      background-size: 28px 28px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent);
    }

    .factory-card {
      position: absolute;
      left: 34px;
      right: 34px;
      bottom: 34px;
      padding: 26px;
      border-radius: 34px;
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(0,159,227,0.18);
      box-shadow: 0 24px 55px rgba(0,95,149,0.14);
      backdrop-filter: blur(14px);
    }

    .factory-scene {
      height: 290px;
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      background:
        linear-gradient(180deg, #e8f8ff 0%, #ffffff 58%),
        radial-gradient(circle at 20% 20%, rgba(67,201,244,0.3), transparent 34%);
      border: 1px solid var(--em-line);
    }

    .factory-building {
      position: absolute;
      left: 32px;
      right: 32px;
      bottom: 30px;
      height: 128px;
      border-radius: 20px 20px 12px 12px;
      background: linear-gradient(180deg, #ffffff, #d9f4ff);
      border: 1px solid #bee9f8;
      box-shadow: 0 18px 36px rgba(0,95,149,0.12);
    }

    .factory-building::before {
      content: "";
      position: absolute;
      left: 24px;
      top: 22px;
      width: 42%;
      height: 14px;
      border-radius: 999px;
      background: var(--em-blue);
      box-shadow:
        0 28px 0 rgba(0,159,227,0.35),
        0 56px 0 rgba(0,159,227,0.18);
    }

    .factory-building::after {
      content: "EMMALASER";
      position: absolute;
      right: 28px;
      top: 30px;
      color: var(--em-navy);
      font-size: 18px;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    .factory-tower {
      position: absolute;
      right: 58px;
      bottom: 158px;
      width: 76px;
      height: 88px;
      border-radius: 18px 18px 0 0;
      background: linear-gradient(180deg, #ffffff, #d8f4ff);
      border: 1px solid #bde8f7;
    }

    .factory-tower::before {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      top: 18px;
      height: 12px;
      border-radius: 999px;
      background: rgba(0,159,227,0.55);
      box-shadow: 0 24px 0 rgba(0,159,227,0.3);
    }

    .scene-bubble {
      position: absolute;
      padding: 12px 14px;
      border-radius: 18px;
      color: var(--em-navy);
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(0,159,227,0.18);
      box-shadow: 0 12px 26px rgba(0,95,149,0.08);
      font-size: 13px;
      font-weight: 900;
      backdrop-filter: blur(10px);
    }

    .bubble-1 { left: 26px; top: 26px; }
    .bubble-2 { right: 26px; top: 26px; }
    .bubble-3 { left: 50%; top: 86px; transform: translateX(-50%); }

    .factory-meta {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 16px;
    }

    .factory-meta div {
      padding: 16px;
      border-radius: 20px;
      background: var(--em-light);
      border: 1px solid var(--em-line);
    }

    .factory-meta strong {
      display: block;
      color: var(--em-blue-dark);
      font-size: 24px;
      line-height: 1;
      margin-bottom: 8px;
    }

    .factory-meta span {
      display: block;
      color: var(--em-muted);
      font-size: 13px;
      line-height: 1.4;
    }

    .section-head {
      display: grid;
      grid-template-columns: 0.52fr 1fr;
      gap: 28px;
      align-items: end;
      margin-bottom: 28px;
    }

    .section-head h2 {
      margin: 0;
      color: var(--em-navy);
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.1;
      letter-spacing: -0.05em;
    }

    .section-head p {
      margin: 0;
      color: var(--em-muted);
      font-size: 17px;
    }

    .story-panel {
      padding: 34px;
      border-radius: 36px;
      background: #ffffff;
      border: 1px solid var(--em-line);
      box-shadow: var(--em-shadow);
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 26px;
      align-items: stretch;
    }

    .story-map {
      min-height: 430px;
      border-radius: 30px;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 24% 30%, rgba(0,159,227,0.25), transparent 7%),
        radial-gradient(circle at 38% 58%, rgba(0,95,149,0.22), transparent 7%),
        radial-gradient(circle at 70% 42%, rgba(25,185,142,0.16), transparent 8%),
        linear-gradient(135deg, #e9f9ff, #ffffff);
      border: 1px solid var(--em-line);
    }

    .story-map::before {
      content: "";
      position: absolute;
      width: 76%;
      height: 52%;
      left: 12%;
      top: 22%;
      border-radius: 54% 46% 50% 50%;
      border: 2px dashed rgba(0,95,149,0.17);
      transform: rotate(-8deg);
    }

    .map-dot {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 11px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid var(--em-line);
      color: var(--em-navy);
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 12px 24px rgba(0,95,149,0.08);
    }

    .map-dot::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--em-blue);
    }

    .dot-hk { left: 17%; top: 25%; }
    .dot-sz { left: 28%; top: 46%; }
    .dot-gz { left: 20%; top: 62%; }
    .dot-jn { right: 14%; top: 36%; }
    .dot-eu { right: 10%; bottom: 18%; }

    .story-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .story-content h3 {
      margin: 0 0 14px;
      color: var(--em-navy);
      font-size: 32px;
      line-height: 1.16;
      letter-spacing: -0.04em;
    }

    .story-content p {
      margin: 0 0 16px;
      color: #526679;
      font-size: 17px;
    }

    .story-checks {
      display: grid;
      gap: 12px;
      margin-top: 12px;
    }

    .story-checks div {
      position: relative;
      padding-left: 34px;
      color: #485d70;
      font-weight: 700;
    }

    .story-checks div::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      width: 23px;
      height: 23px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--em-green), #69d6b4);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 900;
    }

    .cert-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .cert-card {
      min-height: 208px;
      padding: 24px;
      border-radius: var(--em-radius);
      background: #ffffff;
      border: 1px solid var(--em-line);
      box-shadow: 0 16px 36px rgba(0,95,149,0.07);
      position: relative;
      overflow: hidden;
    }

    .cert-card::after {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -72px;
      bottom: -72px;
      border-radius: 999px;
      background: rgba(0,159,227,0.08);
    }

    .cert-icon {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: #ffffff;
      font-size: 22px;
      font-weight: 900;
      background: linear-gradient(135deg, var(--em-blue), var(--em-blue-2));
      box-shadow: 0 12px 26px rgba(0,159,227,0.22);
    }

    .cert-card h3 {
      margin: 0 0 8px;
      color: var(--em-navy);
      font-size: 21px;
      position: relative;
      z-index: 1;
    }

    .cert-card p {
      margin: 0;
      color: var(--em-muted);
      font-size: 14px;
      position: relative;
      z-index: 1;
    }

    .product-showcase {
      padding: 36px;
      border-radius: 38px;
      color: #ffffff;
      background:
        radial-gradient(circle at 82% 14%, rgba(67,201,244,0.34), transparent 34%),
        linear-gradient(135deg, var(--em-navy), var(--em-blue-dark));
      box-shadow: 0 28px 70px rgba(0,95,149,0.22);
    }

    .product-showcase .section-head h2,
    .product-showcase .section-head p {
      color: #ffffff;
    }

    .product-showcase .section-head p {
      color: rgba(255,255,255,0.78);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .product-card {
      min-height: 168px;
      padding: 20px;
      border-radius: 24px;
      background: rgba(255,255,255,0.11);
      border: 1px solid rgba(255,255,255,0.18);
      transition: 0.25s ease;
      position: relative;
      overflow: hidden;
    }

    .product-card:hover {
      transform: translateY(-4px);
      background: rgba(255,255,255,0.18);
    }

    .product-card::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      right: -45px;
      bottom: -45px;
      border-radius: 999px;
      background: rgba(255,255,255,0.1);
    }

    .product-card span {
      display: block;
      font-size: 28px;
      margin-bottom: 12px;
    }

    .product-card strong {
      display: block;
      color: #ffffff;
      font-size: 17px;
      line-height: 1.25;
      margin-bottom: 8px;
      position: relative;
      z-index: 1;
    }

    .product-card small {
      display: block;
      color: rgba(255,255,255,0.72);
      line-height: 1.4;
      position: relative;
      z-index: 1;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .why-card {
      min-height: 220px;
      padding: 26px;
      border-radius: var(--em-radius);
      background: #ffffff;
      border: 1px solid var(--em-line);
      box-shadow: 0 16px 36px rgba(0,95,149,0.07);
    }

    .why-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      margin-bottom: 18px;
      color: #ffffff;
      background: linear-gradient(135deg, var(--em-blue), var(--em-blue-2));
      font-weight: 900;
    }

    .why-card h3 {
      margin: 0 0 10px;
      color: var(--em-navy);
      font-size: 21px;
      line-height: 1.22;
    }

    .why-card p {
      margin: 0;
      color: var(--em-muted);
      font-size: 15px;
    }

    .timeline {
      position: relative;
      padding: 8px 0 0;
    }

    .timeline::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, var(--em-blue), rgba(0,159,227,0));
      transform: translateX(-50%);
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px;
      margin-bottom: 26px;
      position: relative;
    }

    .timeline-item::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 24px;
      width: 16px;
      height: 16px;
      border-radius: 999px;
      background: #ffffff;
      border: 5px solid var(--em-blue);
      transform: translateX(-50%);
      box-shadow: 0 0 0 8px rgba(0,159,227,0.12);
    }

    .timeline-year {
      text-align: right;
      padding-top: 6px;
      color: var(--em-blue-dark);
      font-size: 34px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .timeline-card {
      padding: 22px;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid var(--em-line);
      box-shadow: 0 14px 32px rgba(0,95,149,0.07);
    }

    .timeline-card h3 {
      margin: 0 0 8px;
      color: var(--em-navy);
      font-size: 19px;
    }

    .timeline-card p {
      margin: 0;
      color: var(--em-muted);
      font-size: 15px;
    }

    .cta-band {
      margin: 70px 0 86px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      padding: 34px;
      border-radius: 34px;
      background:
        radial-gradient(circle at 88% 15%, rgba(67,201,244,0.24), transparent 34%),
        #ffffff;
      border: 1px solid var(--em-line);
      box-shadow: var(--em-shadow);
    }

    .cta-band h2 {
      margin: 0 0 8px;
      color: var(--em-navy);
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.12;
      letter-spacing: -0.04em;
    }

    .cta-band p {
      margin: 0;
      color: var(--em-muted);
      font-size: 16px;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .disclaimer {
      margin-top: 20px;
      color: #8a98a5;
      font-size: 13px;
      line-height: 1.55;
    }

    @media (max-width: 980px) {
      .about-hero,
      .section-head,
      .story-panel,
      .cta-band {
        grid-template-columns: 1fr;
      }

      .about-hero {
        min-height: auto;
      }

      .cert-grid,
      .product-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .why-grid {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 720px) {
      .em-wrap {
        width: min(100% - 22px, 1180px);
      }

      .about-hero {
        padding-top: 42px;
        gap: 28px;
      }

      .about-hero h1 {
        font-size: 38px;
      }

      .about-hero p,
      .section-head p {
        font-size: 16px;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
      }

      .em-btn {
        width: 100%;
      }

      .hero-visual {
        min-height: 560px;
        border-radius: 30px;
      }

      .factory-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 18px;
      }

      .factory-scene {
        height: 320px;
      }

      .scene-bubble {
        font-size: 12px;
      }

      .bubble-3 {
        display: none;
      }

      .factory-meta {
        grid-template-columns: 1fr;
      }

      .story-panel,
      .product-showcase,
      .cta-band {
        padding: 24px;
        border-radius: 28px;
      }

      .cert-grid,
      .product-grid {
        grid-template-columns: 1fr;
      }

      .story-map {
        min-height: 360px;
      }

      .map-dot {
        font-size: 12px;
      }

      .timeline::before {
        left: 10px;
      }

      .timeline-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-left: 34px;
      }

      .timeline-item::before {
        left: 10px;
        top: 8px;
      }

      .timeline-year {
        text-align: left;
        font-size: 28px;
      }
    }
  