/* ============================================================
   About Us 页面
   Source: main.css lines 4366-4525
   ============================================================ */

/* ============================================================
   ABOUT US PAGE — 对应 Figma "Company Overview" 设计稿  v3.3.54
   ============================================================ */

/* Hero */
.about-hero { position: relative; padding: 0; text-align: left; } /* display/height/grid controlled by .inner-page-hero */
.about-hero__bg { position: absolute; inset: 0; }
.about-hero__bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,27,42,.82) 0%, rgba(13,27,42,.60) 100%); } /* design: dark blue-grey overlay */
.about-hero__inner { position: relative; z-index: 1; } /* padding/width/grid-row controlled by .inner-page-hero__inner */
.about-hero__eyebrow { color: var(--color-accent); font-size: .85rem; font-weight: 500; letter-spacing: .04em; text-transform: none; margin-top: 0; margin-bottom: 12px; } /* design: mixed-case; margin-top:0 overrides browser p default */
.about-hero__title { font-size: clamp(2.2rem, 3.5vw, 3.5rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; } /* design: ~56px at 1920px */
.about-hero__title--green { color: var(--color-accent); }
.about-hero__desc { color: rgba(255,255,255,.55); font-size: 1rem; max-width: 520px; margin: 0 0 28px 0; } /* design: muted grey-white */
.about-hero__badges { display: flex; gap: 16px; flex-wrap: wrap; }
.about-hero__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .85rem; font-weight: 600; padding: 6px 14px; border-radius: 20px; }

/* Who We Are */
.about-who__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-who__media { position: relative; }
.about-who__img-wrap { position: relative; border-radius: 12px; overflow: visible; }
.about-who__img-wrap img { width: 100%; height: 480px; object-fit: cover; border-radius: 12px; display: block; }
/* 2×2 图片网格 */
/* about-who 图片网格：严格还原 Figma 设计稿双列错位布局 */
/* 左列：上大图(379px) + 下方图(284px)，总高720px */
/* 右列：向下错位40px，上方图(284px) + 下大图(380px)，总高704px+40px=744px */
.about-who__img-grid { position: relative; display: flex; gap: 16px; width: 584px; height: 760px; }
.about-who__col { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.about-who__col--right { padding-top: 40px; } /* 右列向下错位40px */
.about-who__img-item { overflow: hidden; border-radius: 16px; flex-shrink: 0; }
.about-who__img-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-who__img-item--left-top { height: 379px; }
.about-who__img-item--left-bottom { height: 284px; }
.about-who__img-item--right-top { height: 284px; }
.about-who__img-item--right-bottom { height: 380px; flex-grow: 1; }
.about-who__badge-years { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 120px; height: 120px; border-radius: 50%; background: #83AE48; border: 3px solid #fff; box-shadow: 0 25px 50px -12px rgba(131,174,72,.4); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; z-index: 10; pointer-events: none; }
.about-who__badge-years strong { font-size: 2rem; font-weight: 700; line-height: 1; font-family: 'Montserrat', sans-serif; }
.about-who__badge-years span { font-size: .9rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.about-who__content { padding-top: 8px; }
.about-who__title { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; color: var(--color-primary); line-height: 1.2; margin: 8px 0 20px; }
.about-who__title--green { color: var(--color-accent); }

/* 人物卡片 */
.about-who__person-card { display: flex; align-items: center; gap: 14px; background: #0d1f0d; border-radius: 10px; padding: 14px 18px; margin: 20px 0; }
.about-who__person-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: var(--color-accent); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .9rem; }
.about-who__person-avatar--initials { font-family: 'Montserrat', sans-serif; }
.about-who__person-avatar img { width: 100%; height: 100%; object-fit: cover; }
.about-who__person-info { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.about-who__person-name { display: block; font-weight: 700; color: #fff; font-size: .95rem; }
.about-who__person-title { font-size: .8rem; color: rgba(255,255,255,.65); }
.about-who__person-location { font-size: .75rem; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 4px; margin-top: 2px; }
.about-who__person-badge { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.about-who__person-badge-label { font-size: .7rem; font-weight: 700; color: var(--color-accent); text-transform: uppercase; letter-spacing: .05em; }
.about-who__person-badge-brands { font-size: .75rem; color: rgba(255,255,255,.75); }
.about-who__company-name { color: var(--color-accent); }
.about-who__highlight { color: var(--color-accent); font-weight: 600; }
/* about-who__quote removed in v2 design */
.about-who__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0 28px; }
.about-who__stat { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 14px 16px; display: flex; flex-direction: column; }
.about-who__stat:nth-child(even) { background: #f5f5ec; border-color: #e8e8d8; }
.about-who__stat strong { font-size: 1.5rem; font-weight: 800; color: var(--color-accent); line-height: 1; }
.about-who__stat span { font-size: .75rem; color: #666; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Facility CTA 按钮组 */
.about-facility__cta-btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0; }
.about-facility__cta-btns .btn--outline-white { display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; padding: 10px 18px; }

/* Why Choose Us 3列网格 */
.about-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-why__card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow .2s; }
.about-why__card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.about-why__card--dark { background: #0d1f2d; border-color: #0d1f2d; }
.about-why__card--dark h3 { color: #fff !important; }
.about-why__card--dark p { color: rgba(255,255,255,.8) !important; }
.about-why__icon { width: 48px; height: 48px; background: #e8f5e0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--color-accent); flex-shrink: 0; }
.about-why__card--dark .about-why__icon { background: #1e3320; color: #52b788; }
.about-why__card h3 { font-size: 1rem; font-weight: 700; color: #1a1a1a; line-height: 1.3; }
.about-why__card p { font-size: .9rem; color: #555; line-height: 1.6; flex: 1; }
.about-why__link { color: var(--color-accent); font-weight: 600; font-size: .9rem; text-decoration: none; margin-top: 4px; }
.about-why__link:hover { text-decoration: underline; }

/* Team & Facility 深色背景 */
.about-facility { background: #0d1520 !important; padding: 80px 0; color: #fff; }
.about-facility__grid { display: flex; flex-direction: row; align-items: stretch; gap: 40px; height: 580px; }
.about-facility__eyebrow { color: var(--color-accent) !important; }
.about-facility__title { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: #fff; line-height: 1.3; margin: 12px 0 20px; }
.about-facility__title--green { color: var(--color-accent); }
.about-facility p { color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 16px; }
.about-facility__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.about-facility__tags span { background: rgba(82,183,136,.15); border: 1px solid rgba(82,183,136,.3); color: #a8e6a8; font-size: .8rem; font-weight: 600; padding: 5px 12px; border-radius: 20px; }
/* Feature grid (2x2) */
.about-facility__content { flex: 0 0 44%; display: flex; flex-direction: column; gap: 0; min-width: 0; justify-content: space-between; }
.about-facility__feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.about-facility__feature { display: flex; align-items: center; gap: 12px; background: #F9FAFB; border: 1px solid #F1F5F9; border-radius: 14px; padding: 12px; }
.about-facility__feature-icon { width: 40px; height: 40px; background: #E7EFE0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #83AE48; flex-shrink: 0; }
.about-facility__feature span { font-size: 1rem; color: #717182; font-weight: 500; line-height: 1.25; }
.about-facility__process { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 16px 20px; margin-top: 8px; }
.about-facility__process-label { font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: var(--color-accent); text-transform: uppercase; margin-bottom: 10px; }
.about-facility__process-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: .82rem; }
.about-facility__step { background: #fff; border: 1px solid #ddd; color: #1a1a1a; padding: 3px 10px; border-radius: 12px; font-size: .8rem; }
.about-facility__sep { color: rgba(255,255,255,.6); font-weight: 400; }
.about-facility__final { background: var(--color-accent); color: #fff; padding: 3px 10px; border-radius: 12px; font-weight: 700; }
.about-facility__media { flex: 1; display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.about-facility__img-grid { display: flex; flex-direction: row; gap: 20px; flex: 1; min-height: 0; }
.about-facility__img-col-small { display: flex; flex-direction: column; gap: 20px; flex: 1; min-width: 0; align-self: stretch; }
.about-facility__img-col-small .about-facility__img { flex: 1; height: 0; min-height: 120px; }
.about-facility__img-col-right { display: flex; flex-direction: column; flex: 1; min-width: 0; align-self: stretch; }
.about-facility__img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; display: block; }
.about-facility__img--tall { flex: 1; height: 0; min-height: 200px; width: 100%; object-fit: cover; border-radius: 12px; display: block; }
/* PRE-EXPORT PROCESS box */
.about-facility__process-box { background: #F9FAFB; border-radius: 16px; padding: 20px; flex-shrink: 0; display: flex; flex-direction: column; gap: 16px; }
.about-facility__process-box .about-facility__process-label { color: #0F1115; font-weight: 500; font-size: .875rem; letter-spacing: 0; text-transform: none; margin-bottom: 0; }
/* process-box step overrides (right column) */
.about-facility__process-box .about-facility__step { background: #E7EFE0; border: none; color: #83AE48; padding: 4px 12px; border-radius: 9999px; font-size: 1rem; }
.about-facility__process-box .about-facility__sep { color: #0F1115; font-weight: 400; }
.about-facility__process-box .about-facility__final { background: #83AE48; color: #fff; padding: 4px 12px; border-radius: 9999px; font-size: 1rem; font-weight: 400; }

/* Certifications 3列 */
.about-certs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.about-certs__item { display: flex; align-items: center; gap: 16px; background: #f8f8f8; border-radius: 12px; padding: 24px 20px; font-size: .95rem; font-weight: 600; color: #1a1a1a; }
.about-certs__icon { width: 52px; height: 52px; background: #f0faf0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--color-accent); flex-shrink: 0; }

/* Get In Touch */
.about-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-contact__title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #1a1a1a; margin: 8px 0 12px; }
.about-contact__desc { color: #555; margin-bottom: 28px; line-height: 1.6; }
.about-contact__list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 16px; }
.about-contact__list li { display: flex; align-items: flex-start; gap: 12px; }
.about-contact__icon { width: 36px; height: 36px; background: #f0faf0; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--color-accent); flex-shrink: 0; margin-top: 2px; }
.about-contact__list li div { display: flex; flex-direction: column; gap: 2px; }
.about-contact__list li strong { font-size: .95rem; color: #1a1a1a; }
.about-contact__list li span { font-size: .85rem; color: #666; }
.about-contact__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.about-contact__map { border-radius: 12px; overflow: hidden; min-height: 400px; }
.about-contact__map iframe { width: 100%; height: 100%; min-height: 400px; border: 0; border-radius: 12px; display: block; }

/* About Responsive */
@media (max-width: 1024px) {
    .about-who__grid, .about-contact__grid { grid-template-columns: 1fr; gap: 40px; }
    .about-facility__grid { flex-direction: column; min-height: auto; }
    .about-why__grid { grid-template-columns: repeat(2, 1fr); }
    .about-who__img-wrap img { height: 360px; }
    .about-facility__img-grid { grid-template-columns: 1fr 1fr 1fr; }
    .about-facility__img--tall { grid-row: auto; min-height: 180px; }
}
@media (max-width: 640px) {
    /* hero height/padding controlled by .inner-page-hero mobile rules in base.min.css */
    .about-hero__title { font-size: clamp(1.6rem, 5vw, 2.2rem); }
    .about-why__grid { grid-template-columns: 1fr; }
    .about-certs__grid { grid-template-columns: 1fr; }
    .about-who__stats { grid-template-columns: repeat(2, 1fr); }
    .about-facility__img-grid { grid-template-columns: 1fr; }
    .about-facility__img--tall { min-height: 200px; }
    .about-contact__map { min-height: 280px; }
}



/* ============================================================
   Company Overview Mobile
   Source: main.css lines 7314-7654
   ============================================================ */

/* ============================================================
   Company Overview Page v1 - UIPro mobile design (375px)
   Frame ID: 1497:10030
   ============================================================ */

/* ─── Hero ──────────────────────────────────────────────────── */
.overview-hero {
    background-image: url('../images/Head@3x.png');
    background-size: cover;
    background-position: center top;
    /* height/display/grid controlled by .inner-page-hero */
    position: relative;
    overflow: hidden;
}
.overview-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(6,32,59,.6) 0%, rgba(6,32,59,.85) 100%);
    z-index: 0;
}
.overview-hero__inner {
    /* padding/width/grid-row controlled by .inner-page-hero__inner */
    position: relative;
    z-index: 1;
}
.overview-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 16px;
    color: rgba(255,255,255,.5);
}
.overview-hero__breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.overview-hero__breadcrumb a:hover { color: #fff; }
.overview-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-accent);
    margin-bottom: 10px;
}
.overview-hero__eyebrow-line { display: inline-block; width: 24px; height: 1px; background: var(--color-accent); }
.overview-hero__title {
    font-size: clamp(24px,6vw,40px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: #fff;
    line-height: 1.2;
    margin: 0 0 8px;
}
.overview-hero__title-accent { color: var(--color-accent); }
.overview-hero__subtitle { font-size: 14px; color: rgba(255,255,255,.6); margin: 0 0 24px; }
.overview-hero__stats { display: flex; flex-direction: column; gap: 10px; }
.overview-hero__stat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.overview-hero__stat img { border-radius: 10px; transform: rotate(-180deg); }

/* ─── Shared inner container ────────────────────────────────── */
.overview-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 240px;
    width: 100%;
    box-sizing: border-box;
}

/* ─── Eyebrow tag ────────────────────────────────────────────── */
.overview-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    color: var(--color-accent);
    margin-bottom: 10px;
}
.overview-tag__line { display: inline-block; width: 24px; height: 1px; background: var(--color-accent); }
.overview-tag--center { display: flex; justify-content: center; }

/* ─── Headings ───────────────────────────────────────────────── */
.overview-h2 {
    font-size: clamp(20px,5vw,30px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--color-primary);
    line-height: 1.25;
    margin: 0 0 14px;
}
.overview-h2--white { color: #fff; }
.overview-h3 {
    font-size: clamp(16px,4vw,20px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--color-primary);
    line-height: 1.3;
    margin: 0 0 6px;
}
.overview-h3--white { color: #fff; }
.overview-desc { font-size: 14px; color: var(--color-muted); margin: 0 0 14px; line-height: 1.65; }
.overview-desc--white { color: rgba(255,255,255,.55); }

/* ─── About Shirun section ───────────────────────────────────── */
.overview-about { padding: 32px 0; }
.overview-about__intro { font-size: 14px; line-height: 1.75; color: var(--color-muted); margin: 0; }
.overview-about__intro b, .overview-about__intro strong { color: var(--color-text); }

/* ─── Founder card ───────────────────────────────────────────── */
.overview-founder {
    background: #06203b url('../images/Group-15@2x.png') center/cover no-repeat;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}
.overview-founder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.22);
    z-index: 0;
}
.overview-founder__left, .overview-founder__right { position: relative; z-index: 1; }
.overview-founder__left  { display: flex; align-items: center; gap: 8px; }
.overview-founder__avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--color-accent);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700; letter-spacing: .06em; color: #fff;
    flex-shrink: 0;
}
.overview-founder__name { font-size: 14px; font-weight: 700; color: #fff; letter-spacing: .04em; }
.overview-founder__role { font-size: 12px; color: rgba(255,255,255,.7); font-weight: 500; }
.overview-founder__location { display: flex; align-items: center; gap: 4px; font-size: 12px; color: rgba(255,255,255,.55); margin-top: 4px; }
.overview-founder__location img { width: 14px; height: 14px; opacity: .7; }
.overview-founder__right { text-align: right; flex-shrink: 0; }
.overview-founder__badge { font-size: 12px; font-weight: 700; color: var(--color-accent); letter-spacing: .1em; margin-bottom: 4px; }
.overview-founder__brands { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #fff; justify-content: flex-end; }
.overview-founder__dot { width: 4px; height: 4px; border-radius: 50%; background: #fff; }

/* ─── Stats tiles (2×2 grid) ─────────────────────────────────── */
.overview-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.overview-stat-tile {
    flex: 1 1 calc(50% - 5px);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.overview-stat-tile--light { background: var(--color-bg); }
.overview-stat-tile--tint  { background: #f3f7ed; }
.overview-stat-tile__num {
    font-size: clamp(20px,5vw,28px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--color-primary);
    line-height: 1.2;
}
.overview-stat-tile__label { font-size: 12px; color: var(--color-muted); line-height: 1.3; }

/* ─── Photo collage ──────────────────────────────────────────── */
.overview-photos {
    position: relative;
    height: 380px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
}
.overview-photos__col {
    position: absolute;
    top: 0;
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.overview-photos__col--left  { left: 0; }
.overview-photos__col--right { right: 0; padding-top: 23px; }
.overview-photos__img { width: 100%; border-radius: 9px; object-fit: cover; display: block; }
.overview-photos__img--tall  { height: 217px; }
.overview-photos__img--short { height: 163px; }
.overview-photos__badge {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 88px; height: 88px;
    border-radius: 50%;
    background: var(--color-accent);
    border: 2px solid #fff;
    box-shadow: 0 12px 24px -6px rgba(82,183,136,.4);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 2px;
    z-index: 2;
}
.overview-photos__badge-num { font-size: 28px; font-weight: 700; font-family: var(--font-heading); color: #fff; line-height: 1; }
.overview-photos__badge-label { font-size: 11px; color: #fff; letter-spacing: .08em; }

/* ─── Learn More button ──────────────────────────────────────── */
.overview-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    background: var(--color-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
}
.overview-learn-more:hover { opacity: .9; color: #fff; }

/* ─── Why Choose Us ──────────────────────────────────────────── */
.overview-advantages { padding: 32px 0; text-align: center; }
.overview-advantages__grid { display: flex; flex-direction: column; gap: 16px; }
.overview-advantage-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}
.overview-advantage-card__icon { width: 48px; height: 48px; border-radius: 12px; }
.overview-advantage-card__title { font-size: 16px; font-weight: 700; color: var(--color-primary); margin: 0; }
.overview-advantage-card__body  { font-size: 14px; color: var(--color-muted); line-height: 1.6; margin: 0; }
.overview-advantage-card--dark { background: #06203b; }
.overview-advantage-card--dark .overview-advantage-card__title { color: #fff; }
.overview-advantage-card--dark .overview-advantage-card__body  { color: rgba(255,255,255,.6); }
.overview-advantage-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-accent);
    text-decoration: none;
    transition: opacity .2s;
}
.overview-advantage-card__cta:hover { opacity: .8; color: var(--color-accent); }
.overview-advantage-card__cta img { width: 20px; height: 20px; }

/* ─── Team & Facility dark panel ─────────────────────────────── */
.overview-team { background: #06203b; padding: 32px 20px; }
.overview-team__inner { max-width: var(--max-w); margin: 0 auto; }
.overview-team .overview-tag { color: var(--color-accent); }
.overview-staff-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.overview-staff-pill {
    width: calc(50% - 5px);
    background: var(--color-bg);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.overview-staff-pill img { width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0; }
.overview-staff-pill__label { font-size: 12px; font-weight: 500; color: var(--color-text); line-height: 1.35; flex: 1; }
.overview-facility-photos { display: flex; align-items: stretch; gap: 10px; height: 160px; margin-bottom: 16px; }
.overview-facility-photos__pair { display: flex; flex-direction: column; gap: 10px; width: calc(50% - 5px); }
.overview-facility-photos__img  { width: 100%; flex: 1; border-radius: 8px; object-fit: cover; display: block; }
.overview-facility-photos__main { flex: 1; border-radius: 10px; object-fit: cover; display: block; width: 50%; }
.overview-process { background: var(--color-bg); border-radius: 8px; padding: 14px; }
.overview-process__label { font-size: 13px; font-weight: 500; color: var(--color-muted); letter-spacing: .05em; margin-bottom: 14px; }
.overview-process__steps { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.overview-process__step {
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.overview-process__step--pending { background: var(--color-accent-light); color: var(--color-accent); }
.overview-process__step--done    { background: var(--color-accent); color: #fff; }
.overview-process__arrow { color: var(--color-muted); line-height: 1; font-size: 18px; }

/* ─── Certifications ─────────────────────────────────────────── */
.overview-certs { padding: 32px 0; background: var(--color-bg); text-align: center; }
.overview-cert-list { display: flex; flex-direction: column; gap: 10px; text-align: left; }
.overview-cert-row {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.overview-cert-row img { width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0; }
.overview-cert-row__name { font-size: 14px; font-weight: 500; color: var(--color-text); flex: 1; line-height: 1.4; }

/* ─── Get In Touch ───────────────────────────────────────────── */
.overview-contact { padding: 32px 0; }
.overview-contact-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.overview-contact-card { border-radius: 14px; padding: 10px 14px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.overview-contact-card img { width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0; }
.overview-contact-card__body { flex: 1; min-width: 160px; display: flex; flex-direction: column; gap: 2px; }
.overview-contact-card__label { font-size: 12px; color: var(--color-muted); }
.overview-contact-card__value { font-size: 15px; font-weight: 700; color: var(--color-text); line-height: 1.3; }
.overview-contact-card__sub   { font-size: 13px; color: var(--color-muted); }
.overview-contact__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.overview-map { border-radius: 12px; border: 1px solid var(--color-border); overflow: hidden; background: var(--color-bg); }
.overview-map__img { width: 100%; height: 200px; object-fit: cover; object-position: top; display: block; }
.overview-map__footer { padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.overview-map__location { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--color-text); }
.overview-map__location img { width: 16px; height: 16px; flex-shrink: 0; }
.overview-map__caption { font-size: 13px; color: var(--color-muted); }


