/* ---------- Helpers ---------- */
.section-tag{
  display:inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #d08a1a;
  padding-bottom: 6px;
  border-bottom: 3px solid #d08a1a;
  margin-bottom: 10px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.section-title{
  font-size: 38px;
  font-weight: 700;
  margin: 6px 0 14px;
  color: #111;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.center{ text-align:center; }

/* ---------- HERO ---------- */
.about-hero{
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin-top: 72px;
  border-radius: 18px;
  overflow:hidden;
  margin: 110px 30px 0 30px;
  background: #465c85; /* beige like your screenshot */
  min-height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.about-hero__inner{
  max-width: 900px;
  text-align:center;
  padding: 60px 18px;
}
.about-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: rgba(255,255,255,.25);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 26px;
}
.about-hero__title{
  color:#fff;
  font-size: 62px;
  line-height: 1.05;
  letter-spacing: 3px;
  font-weight: 800;
  margin: 0 0 18px;
}
.about-hero__desc{
  color: rgba(255,255,255,.92);
  font-size: 18px;
  max-width: 680px;
  margin: 0 auto 22px;
  line-height: 1.6;
}
.about-hero__meta{
  color: rgba(255,255,255,.9);
  font-size: 16px;
  margin: 0;
}
.about-hero__icon{
  width: 14px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.9;
}

/* ---------- STORY ---------- */
.about-story{
  background:#fff;
  padding: 34px 16px 10px;
}
.about-story__inner{
  max-width: 1200px;
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  background:#fff;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  padding: 24px;
}
.about-story__left p{
  max-width: 600px;  
  color:#333;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.7;
  font-size: 17px;
  margin: 0 0 12px;
}
.about-story__left p .highlight{
  color:#d08a1a;
}
.about-story__right{
  display:flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 95px;
}
.info-card{
  display:flex;
  gap: 15px;
  align-items:flex-start;
  background:#fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
.info-card__icon{
  width: 40px; height: 40px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f6f6f6;
  font-size: 18px;
}
.info-card h4{
  margin: 0 0 4px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600; /* Semibold */
  color: #111;
}

.info-card p{
  margin: 0;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400; /* Regular */
  color: #666;
  line-height: 1.45;
}
.info-icon{
  width: 35px;
  height: 35px;
  border-radius: 12px;
  background: #f3f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.info-icon img{
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: .9;
}

/* ---------- TEAM ---------- */
.about-team{
  background:#fff;
  padding: 18px 16px 20px;
}
.about-team__inner{
  max-width: 1200px;
  margin: 0 auto;
}
.about-team__title{
  text-align:center;
  color:#d08a1a;
  font-weight: 750;
  letter-spacing: 2px;
  font-size: 25px;
  margin: 18px 0 16px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.about-team__image{
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  background:#eee;
}
.about-team__image img{
  width:100%;
  display:block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- VISION / MISSION ---------- */
.about-vm{
  background:#f7f7f7;
  padding: 40px 16px 32px;
}
.about-vm__inner{
  max-width: 1200px;
  margin: 0 auto;
}
.vm-grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.section-tag1{
  display: inline-block;   /* key */
  font-size: 15px;
  font-weight: 700;
  color: #d08a1a;
  padding-bottom: 6px;
  border-bottom: 3px solid #d08a1a;
  margin: 0 auto 10px;     /* center horizontally */
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.about-vm .section-title{
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 800;
}
.vm-card{
  background:#fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.vm-card h3{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.vm-card p{
  margin:0;
  color:#444;
  font-size: 15px;
  line-height: 1.7;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.vm-card ul{
  margin: 0;
  padding-left: 18px;
  color:#444;
  font-size: 15px;
  line-height: 2;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- VALUES ---------- */
.core-values{
  background: #fff;
  padding: 60px 16px 70px;
}

.core-values__inner{
  max-width: 1180px;
  margin: 0 auto;
}

.core-values__top{
  text-align: center;
  margin-bottom: 28px;
}

.core-values__title{
  margin: 14px 0 6px;
  font-size: 34px;
  font-weight: 800;
  color:#111;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.core-values__subtitle{
  margin: 0;
  font-size: 14px;
  color:#777;
  line-height: 1.5;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Grid like screenshot */
.core-values__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 24px;
}

/* Card */
.cv-card{
  background: #fff;
  border-radius: 14px;
  padding: 22px 22px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cv-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
}

/* Icon box */
.cv-icon{
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #f3f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.cv-icon img{
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: .9;
}

/* Text */
.cv-card h4{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600; /* SF Pro Semibold */
  color:#111;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cv-card p{
  margin: 0;
  font-size: 14px;
  font-weight: 400; /* SF Pro Regular */
  color:#6b7280;
  line-height: 1.55;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Responsive */
@media (max-width: 1100px){
  .core-values__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .core-values__grid{ grid-template-columns: 1fr; }
  .core-values__title{ font-size: 26px; }
}

/* =========================
   Achievements (Patents)
========================= */
.ach{
  padding: 80px 16px;
  background: linear-gradient(to bottom, #f7f7f7, #fff);
}
.ach__head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}
.ach__eyebrow{
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #d08a1a;
  text-transform: uppercase;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ach__title{
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  color:#111;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ach__sub{
  margin: 0;
  font-size: 16px;
  color:#666;
  font-weight: 400;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Filters */
.ach__filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 10px;
  margin: 22px auto 34px;
}
.ach__filter{
  border: 1px solid #e3e3e3;
  background:#fff;
  color:#444;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor:pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ach__filter:hover{
  border-color:#bcd0ff;
  box-shadow: 0 10px 18px rgba(0,0,0,.06);
  transform: translateY(-1px);
}
.ach__filter.is-active{
  background:#2f67ff;
  border-color:#2f67ff;
  color:#fff;
  box-shadow: 0 14px 26px rgba(47,103,255,.25);
  transform: translateY(-1px);
}

/* Grid */
.ach__grid{
  max-width: 1180px;
  margin: 0 auto;
  display:grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

/* Card */
.ach-card{
  background:#fff;
  border-radius: 16px;
  overflow:hidden;
  box-shadow: 0 12px 22px rgba(0,0,0,.06);
  cursor:pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  outline: none;
}
.ach-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
}
.ach-card:focus-visible{
  box-shadow: 0 0 0 4px rgba(47,103,255,.25), 0 18px 34px rgba(0,0,0,.12);
}

.ach-card__media{
  position: relative;
  aspect-ratio: 3 / 4;
  background:#f1f1f1;
  overflow:hidden;
}
.ach-card__media img{
  width:100%;
  height:100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .35s ease;
}
.ach-card:hover .ach-card__media img{
  transform: scale(1.08);
}
.ach-card__body{
  padding: 14px 16px 16px;
  border-top: 1px solid #f0f0f0;
}
.ach-card__body h3{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color:#111;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ach-card__body p{
  margin:0;
  font-size: 13px;
  color:#777;
  font-weight: 400;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Category pill */
.ach-pill{
  position:absolute;
  top: 12px;
  left: 12px;
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid transparent;
  backdrop-filter: blur(6px);
}
.ach-pill--patent{ background:#e9f0ff; color:#2157ff; border-color:#cfe0ff; }
.ach-pill--award{ background:#fff2df; color:#b96a00; border-color:#ffdcb0; }
.ach-pill--trademark{ background:#eee9ff; color:#5a36ff; border-color:#d9ccff; }

/* Modal */
.ach-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display:none;
}
.ach-modal.is-open{ display:block; }

.ach-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(6px);
  animation: achFade .2s ease;
}
.ach-modal__panel{
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(980px, calc(100% - 28px));
  height: min(92vh, 820px);
  background:#fff;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 26px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction: column;
  animation: achScale .2s ease;
}

.ach-modal__imgwrap{
  flex: 1;
  background:#f3f3f3;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:auto;
}
.ach-modal__imgwrap img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ach-modal__meta{
  padding: 16px 18px 18px;
  border-top: 1px solid #f0f0f0;
}
.ach-modal__meta h3{
  margin: 8px 0 4px;
  font-size: 22px;
  font-weight: 800;
  color:#111;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ach-modal__meta p{
  margin:0;
  font-size: 14px;
  color:#666;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ach-modal__close{
  position:absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color:#fff;
  font-size: 24px;
  cursor:pointer;
  z-index: 2;
}
.ach-modal__close:hover{ background: rgba(255,255,255,.22); }

.ach-modal__nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border:none;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color:#fff;
  font-size: 28px;
  cursor:pointer;
  z-index: 2;
}
.ach-modal__nav:hover{ background: rgba(255,255,255,.22); }
.ach-modal__nav--left{ left: 12px; }
.ach-modal__nav--right{ right: 12px; }

@keyframes achFade{
  from{ opacity:0; }
  to{ opacity:1; }
}
@keyframes achScale{
  from{ opacity:0; transform: scale(.97); }
  to{ opacity:1; transform: scale(1); }
}

/* Responsive */
@media (max-width: 1024px){
  .ach__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .ach__title{ font-size: 28px; }
  .ach__grid{ grid-template-columns: 1fr; }
}



/* ---------- Responsive ---------- */
@media (max-width: 1024px){
  .about-story__inner{ grid-template-columns: 1fr; }
  .about-story__right{ padding-top: 0; }
  .vm-grid{ grid-template-columns: 1fr; }
  .values-grid{ grid-template-columns: repeat(2, 1fr); }
  .about-hero{ min-height: 460px; }
  .about-hero__title{ font-size: 46px; }
}
@media (max-width: 560px){
  .values-grid{ grid-template-columns: 1fr; }
  .about-hero{ margin: 95px 14px 0 14px; }
  .about-hero__title{ font-size: 38px; }
}

