:root{--red:#c7232a;--black:#161616;--muted:#707070;--soft:#f5f5f3;--line:#e5e5e5;--white:#fff;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:#111;color:#fff;font-size:13px}.topbar .wrap{display:flex;gap:18px;justify-content:flex-end;padding:8px 0;flex-wrap:wrap}.topbar a:hover{color:#ffb7ba}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{min-height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand img{width:150px;height:auto}.navlinks{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.navlinks a{padding:28px 0;border-bottom:2px solid transparent}.navlinks a:hover,.navlinks a.active{color:var(--red);border-color:var(--red)}.lang{display:flex;gap:6px;margin-left:12px}.lang button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:7px 10px;font-weight:700;cursor:pointer}.lang button.active{background:var(--black);color:#fff;border-color:var(--black)}.menuBtn{display:none;margin-left:auto;background:none;border:0;font-size:28px}.hero{position:relative;min-height:70vh;display:grid;align-items:end;background:#111;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.64),rgba(0,0,0,.08) 65%,rgba(0,0,0,.2))}.heroContent{position:relative;z-index:2;color:#fff;padding:92px 0}.eyebrow{font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.hero h1{font-size:clamp(46px,7vw,92px);line-height:.95;max-width:900px;margin:12px 0 20px;letter-spacing:-.04em}.hero p{font-size:clamp(18px,2vw,24px);max-width:720px;margin:0 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;border:1px solid #111;background:#111;color:#fff;font-weight:700}.btn.red{background:var(--red);border-color:var(--red)}.btn.outline{background:transparent;border-color:#fff}.section{padding:90px 0}.section.soft{background:var(--soft)}.sectionHead{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:end;margin-bottom:44px}.sectionHead h2,.pageHero h1{font-size:clamp(38px,5vw,70px);line-height:1.02;margin:0;letter-spacing:-.04em}.sectionHead p{font-size:18px;color:var(--muted);margin:0}.twoCol{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.twoCol img{border-radius:24px;width:100%;height:540px;object-fit:cover}.kicker{color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.content h3{font-size:32px;margin:8px 0 14px}.content p{color:#4e4e4e;font-size:17px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.stat{padding:24px;border:1px solid var(--line);border-radius:18px}.stat b{display:block;font-size:30px}.cards{display:grid;grid-template-columns:2fr repeat(5,1fr);gap:10px;min-height:500px}.card{position:relative;border-radius:20px;overflow:hidden;min-height:500px;background:#222}.card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.4s transform}.card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.03) 60%)}.card:hover img{transform:scale(1.04)}.cardTitle{position:absolute;z-index:2;left:18px;right:18px;bottom:22px;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;line-height:1.25}.card:first-child .cardTitle{font-size:24px}.missionGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.missionCard img{height:360px;width:100%;object-fit:cover;border-radius:22px}.missionCard h3{font-size:24px;margin:18px 0 8px}.missionCard p{color:#555}.footer{background:#111;color:#fff;padding:70px 0 24px}.footerGrid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:50px}.footer .brand img{filter:none;background:white;border-radius:14px;padding:8px}.footer h4{margin:0 0 15px}.footer a{color:#ddd}.footer a:hover{color:#fff}.socials{display:flex;gap:12px;margin-top:20px}.socials a{border:1px solid #555;border-radius:999px;padding:8px 12px}.fine{border-top:1px solid #333;margin-top:44px;padding-top:18px;color:#aaa;font-size:13px}.pageHero{padding:120px 0 70px;background:linear-gradient(135deg,#f3f3f1,#fff)}.pageHero p{max-width:780px;font-size:20px;color:#555}.banner{height:420px;border-radius:28px;overflow:hidden;margin:0 0 42px}.banner img{width:100%;height:100%;object-fit:cover}.featureGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.feature h3{margin-top:0;font-size:26px}.feature p{color:#555}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery img{width:100%;height:300px;object-fit:cover;border-radius:18px}.gallery.wide img:first-child{grid-column:span 2}.notice{padding:18px 20px;border-left:4px solid var(--red);background:#fff4f4;border-radius:10px;color:#5a2628}.contactBox{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contactCard{padding:30px;border:1px solid var(--line);border-radius:20px}.contactCard strong{display:block;margin-bottom:6px}.logoMark{height:72px;width:auto}.mobileOnly{display:none}
@media(max-width:980px){.wrap{width:min(var(--max),calc(100% - 28px))}.nav{min-height:70px}.brand img{width:130px}.navlinks{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:flex-start;gap:4px}.navlinks.open{display:flex}.navlinks a{padding:10px 0}.menuBtn{display:block}.lang{margin-left:0}.hero{min-height:62vh}.section{padding:64px 0}.sectionHead,.twoCol,.footerGrid,.contactBox{grid-template-columns:1fr}.twoCol img{height:420px}.cards{grid-template-columns:repeat(2,1fr);min-height:0}.card,.card:first-child{min-height:360px}.card:first-child{grid-column:span 2}.missionGrid,.featureGrid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.gallery.wide img:first-child{grid-column:span 2}.topbar .wrap{justify-content:center}}
@media(max-width:640px){.topbar{display:none}.header{top:0}.nav{min-height:64px}.navlinks{top:64px}.brand{min-width:0}.brand img{width:112px}.heroContent{padding:64px 0}.hero h1{font-size:50px}.hero p{font-size:17px}.section{padding:52px 0}.sectionHead{gap:18px;margin-bottom:28px}.twoCol{gap:28px}.twoCol img{height:320px}.stats{grid-template-columns:1fr}.cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.card,.card:first-child{min-width:82vw;min-height:420px;grid-column:auto;scroll-snap-align:start}.missionGrid,.featureGrid,.gallery{grid-template-columns:1fr}.gallery.wide img:first-child{grid-column:auto}.gallery img{height:260px}.pageHero{padding:84px 0 50px}.banner{height:300px}.footer{padding-top:50px}.mobileOnly{display:block}}

/* About Us source-reference layout */
.about-page .header{position:sticky}.about-page main{overflow:hidden}.section-tight{padding:58px 0 30px}.aboutIntroWrap{text-align:center}.aboutIntro h1{font-size:clamp(56px,7vw,104px);line-height:.92;letter-spacing:-.055em;margin:0;color:#c9c9c9;font-weight:700}.aboutTagline{margin:20px auto 28px;max-width:1040px;font-size:clamp(19px,2.1vw,28px);font-weight:700;letter-spacing:.03em}.aboutHeroImage{width:100%;height:auto;aspect-ratio:1920/655;object-fit:cover;border-radius:24px}.sourceProfile{padding-top:74px}.sourceProfileGrid{display:grid;grid-template-columns:1.05fr .75fr .9fr;gap:42px;align-items:center}.sourceStatement{font-size:clamp(42px,5.2vw,78px);line-height:1.06;letter-spacing:-.04em;color:#c7c7c7;font-weight:700}.sourceProfileText h2{font-size:26px;margin:0 0 14px}.sourceProfileText p{font-size:16px;line-height:1.6;color:#666;margin:0}.sourceProfileImage{width:100%;height:540px;object-fit:cover;border-radius:28px}.whySection{background:#fff}.sourceBigTitle{font-size:clamp(54px,6vw,92px);line-height:1;margin:0 0 38px;color:#c8c8c8;letter-spacing:-.04em}.sourceLead{font-size:18px;margin:0 0 10px}.whyGrid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.whyImage{width:100%;height:650px;object-fit:cover;border-radius:26px}.whyItems{display:grid;gap:32px}.whyItems article{padding:8px 0 24px;border-bottom:1px solid #eee}.whyItems article:last-child{border-bottom:0}.whyItems h3{font-size:30px;margin:5px 0 10px}.whyItems p{font-size:17px;color:#666;max-width:680px;margin:0}.sourceIcon{font-size:28px;color:#666}.journeySection{padding-top:72px}.journeyTitle{font-size:clamp(48px,5.8vw,86px);line-height:1.02;color:#c8c8c8;letter-spacing:-.04em;margin:0 0 50px;max-width:1180px}.sourceCards{min-height:520px}.sourceCards .card{min-height:520px}.dreamSection{padding-top:78px}.dreamTitle{text-align:center;font-size:clamp(48px,6vw,88px);line-height:1.02;color:#c8c8c8;letter-spacing:-.035em;margin:0 auto 26px;max-width:1100px;text-transform:uppercase}.dreamLead{text-align:center;font-size:19px;max-width:1100px;margin:0 auto 52px}.sourceMissionGrid .missionCard img{height:430px}.sourceMissionGrid .missionCard h3{font-size:28px}.sourceMissionGrid .missionCard p{font-size:17px;line-height:1.55}.about-page .footer{margin-top:0}
@media(max-width:980px){.sourceProfileGrid{grid-template-columns:1fr 1fr}.sourceStatement{grid-column:1/-1}.sourceProfileImage{height:430px}.whyGrid{grid-template-columns:1fr}.whyImage{height:520px}.sourceCards{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:10px}.sourceCards .card{min-width:62vw;min-height:520px;scroll-snap-align:start}.sourceCards .card:first-child{min-width:78vw}.sourceMissionGrid{grid-template-columns:1fr 1fr}.sourceMissionGrid .missionCard:last-child{grid-column:1/-1}}
@media(max-width:720px){.section-tight{padding:38px 0 20px}.aboutIntro h1{font-size:54px}.aboutTagline{font-size:17px}.aboutHeroImage{border-radius:16px;min-height:250px;object-fit:cover}.sourceProfileGrid{grid-template-columns:1fr}.sourceStatement{font-size:44px}.sourceProfileImage{height:420px}.sourceBigTitle,.journeyTitle,.dreamTitle{font-size:46px}.whyImage{height:420px}.whyItems h3{font-size:26px}.sourceCards .card,.sourceCards .card:first-child{min-width:82vw;min-height:480px}.sourceMissionGrid{grid-template-columns:1fr}.sourceMissionGrid .missionCard:last-child{grid-column:auto}.sourceMissionGrid .missionCard img{height:390px}.dreamLead{font-size:17px}}

/* =========================================================
   DOMY Z CHIN — ABOUT US LAYOUT CORRECTION
   Keeps the reference design but prevents text overlap,
   oversized words, drifting columns, and uneven spacing.
   ========================================================= */

.about-page main{
  overflow:visible;
}

/* Intro */
.about-page .section-tight{
  padding:54px 0 34px;
}
.about-page .aboutIntroWrap{
  text-align:center;
}
.about-page .aboutIntro h1{
  font-size:clamp(54px,6vw,88px);
  line-height:.98;
  margin:0;
  letter-spacing:-.045em;
}
.about-page .aboutTagline{
  max-width:1050px;
  margin:18px auto 30px;
  font-size:clamp(18px,1.75vw,25px);
  line-height:1.35;
}
.about-page .aboutHeroImage{
  width:100%;
  aspect-ratio:1920/655;
  height:auto;
  object-fit:cover;
  border-radius:24px;
}

/* Company profile section */
.about-page .sourceProfile{
  padding:88px 0 80px;
}
.about-page .sourceProfileGrid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(290px,.72fr) minmax(360px,.95fr);
  gap:52px;
  align-items:center;
}
.about-page .sourceStatement{
  min-width:0;
  max-width:100%;
  font-size:clamp(42px,4.15vw,62px);
  line-height:1.08;
  letter-spacing:-.035em;
  color:#c7c7c7;
  font-weight:700;
  overflow-wrap:normal;
  word-break:normal;
}
.about-page .sourceProfileText{
  min-width:0;
  align-self:center;
}
.about-page .sourceProfileText h2{
  font-size:24px;
  line-height:1.2;
  margin:0 0 14px;
}
.about-page .sourceProfileText p{
  font-size:15.5px;
  line-height:1.58;
  color:#666;
  margin:0;
}
.about-page .sourceProfileImage{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:26px;
}

/* Why choose us */
.about-page .whySection{
  padding:92px 0 88px;
}
.about-page .sourceBigTitle{
  max-width:100%;
  margin:0 0 30px;
  font-size:clamp(50px,5.2vw,76px);
  line-height:1;
}
.about-page .sourceLead{
  max-width:1120px;
  margin:0 0 34px;
  font-size:17px;
  line-height:1.55;
}
.about-page .whyGrid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:72px;
  align-items:start;
}
.about-page .whyImage{
  width:100%;
  height:610px;
  object-fit:cover;
  border-radius:26px;
}
.about-page .whyItems{
  display:grid;
  gap:22px;
}
.about-page .whyItems article{
  padding:4px 0 24px;
  border-bottom:1px solid #eee;
}
.about-page .whyItems h3{
  font-size:28px;
  line-height:1.2;
  margin:5px 0 10px;
}
.about-page .whyItems p{
  margin:0;
  max-width:100%;
  font-size:16px;
  line-height:1.58;
  color:#666;
}

/* Development journey */
.about-page .journeySection{
  padding:86px 0 92px;
}
.about-page .journeyTitle{
  max-width:1120px;
  margin:0 0 44px;
  font-size:clamp(46px,5vw,72px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.about-page .sourceCards{
  min-height:500px;
}
.about-page .sourceCards .card{
  min-height:500px;
}
.about-page .sourceCards .cardTitle{
  line-height:1.18;
}

/* Mission, Vision, Values */
.about-page .dreamSection{
  padding:86px 0 96px;
}
.about-page .dreamTitle{
  max-width:1080px;
  margin:0 auto 22px;
  font-size:clamp(46px,5.2vw,74px);
  line-height:1.04;
}
.about-page .dreamLead{
  max-width:1100px;
  margin:0 auto 48px;
  font-size:18px;
  line-height:1.5;
}
.about-page .sourceMissionGrid{
  align-items:start;
}
.about-page .sourceMissionGrid .missionCard img{
  height:390px;
}
.about-page .sourceMissionGrid .missionCard h3{
  margin:18px 0 8px;
  font-size:27px;
  line-height:1.2;
}
.about-page .sourceMissionGrid .missionCard p{
  margin:0;
  font-size:16px;
  line-height:1.55;
  color:#4f4f4f;
}

/* Tablet / iPad */
@media (max-width:1180px){
  .about-page .sourceProfileGrid{
    grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);
    gap:42px;
  }
  .about-page .sourceStatement{
    grid-column:1/-1;
    max-width:900px;
    font-size:clamp(44px,5.2vw,60px);
  }
  .about-page .sourceProfileImage{
    height:460px;
  }
  .about-page .whyGrid{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:46px;
  }
  .about-page .whyImage{
    height:560px;
  }
}

/* Smaller tablets */
@media (max-width:980px){
  .about-page .sourceProfileGrid{
    grid-template-columns:1fr 1fr;
  }
  .about-page .sourceStatement{
    grid-column:1/-1;
  }
  .about-page .sourceProfileImage{
    height:430px;
  }
  .about-page .whyGrid{
    grid-template-columns:1fr;
    gap:36px;
  }
  .about-page .whyImage{
    height:500px;
  }
  .about-page .sourceCards .card{
    min-width:62vw;
  }
  .about-page .sourceMissionGrid{
    grid-template-columns:1fr 1fr;
  }
}

/* Phones */
@media (max-width:720px){
  .about-page .section-tight{
    padding:34px 0 22px;
  }
  .about-page .aboutIntro h1{
    font-size:50px;
  }
  .about-page .aboutTagline{
    font-size:17px;
  }
  .about-page .sourceProfile,
  .about-page .whySection,
  .about-page .journeySection,
  .about-page .dreamSection{
    padding:58px 0;
  }
  .about-page .sourceProfileGrid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-page .sourceStatement{
    grid-column:auto;
    font-size:42px;
    line-height:1.06;
  }
  .about-page .sourceProfileText p{
    font-size:15px;
  }
  .about-page .sourceProfileImage,
  .about-page .whyImage{
    height:400px;
  }
  .about-page .sourceBigTitle,
  .about-page .journeyTitle,
  .about-page .dreamTitle{
    font-size:43px;
  }
  .about-page .sourceLead,
  .about-page .dreamLead{
    font-size:16px;
  }
  .about-page .whyItems h3{
    font-size:25px;
  }
  .about-page .whyItems p,
  .about-page .sourceMissionGrid .missionCard p{
    font-size:15px;
  }
  .about-page .sourceMissionGrid{
    grid-template-columns:1fr;
  }
  .about-page .sourceMissionGrid .missionCard:last-child{
    grid-column:auto;
  }
  .about-page .sourceMissionGrid .missionCard img{
    height:360px;
  }
}
/* MOVE MAIN MENU CLOSER TO LOGO - DESKTOP */
@media (min-width: 900px) {
  .nav {
    justify-content: flex-start;
  }

  .navlinks {
    margin-left: 45px;
    margin-right: auto;
    gap: 30px;
  }
}