/* =========================================================
   关于我们栏目页
   公共头部 / 底部 / 按钮 / 字体来自 common.css
   ========================================================= */

.about-crumb{
  background:#fff;border-bottom:1px solid var(--line)
}
.about-crumb .wrap{
  min-height:46px;display:flex;align-items:center;gap:7px;
  font-size:13px;color:#71838d
}
.about-crumb a{color:var(--brand)}

.about-hero{
  min-height:520px;display:flex;align-items:center;color:#fff;overflow:hidden;
  background:
    linear-gradient(90deg,rgba(5,36,49,.95),rgba(8,67,85,.78) 52%,rgba(8,80,98,.28)),
    url("../images/sea-local-05.jpg") center/cover no-repeat;
}
.about-hero-grid{
  display:grid;grid-template-columns:1.05fr .72fr;gap:42px;align-items:center;padding:76px 0
}
.about-hero .eyebrow{color:#ead3ad}
.about-hero h1{
  font-size:clamp(40px,6vw,66px);line-height:1.08;letter-spacing:-.04em;margin-bottom:18px
}
.about-hero h1 em{font-style:normal;color:#f0d6a8}
.about-hero p{
  font-size:17px;color:rgba(255,255,255,.82);max-width:760px
}
.about-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.about-hero-card{
  border-radius:26px;padding:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.19);
  backdrop-filter:blur(14px);
  box-shadow:0 20px 58px rgba(0,0,0,.19)
}
.about-hero-card h3{font-size:24px;margin-bottom:15px}
.about-hero-card p{font-size:14px;color:rgba(255,255,255,.73)}
.about-hero-points{display:grid;gap:10px;margin-top:18px}
.about-hero-point{
  padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10)
}
.about-hero-point b{display:block;font-size:14px}
.about-hero-point span{display:block;font-size:12px;color:rgba(255,255,255,.66);margin-top:2px}

.about-section{
  position:relative;
  background:
    linear-gradient(180deg,rgba(248,251,251,.985),rgba(248,251,251,.985)),
    url("../images/sea-local-01.jpg") center/cover no-repeat;
}
.about-title-row{
  display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px
}
.about-title-row .lead{margin:0}
.about-link{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:42px;padding:0 18px;border-radius:999px;
  border:1px solid rgba(14,89,111,.20);background:#fff;color:var(--brand);
  font-size:14px;font-weight:800;white-space:nowrap
}
.about-link:hover{background:var(--brand);color:#fff}

.company-grid{
  display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:stretch
}
.company-photo{
  min-height:430px;border-radius:26px;overflow:hidden;position:relative;
  background:
    linear-gradient(180deg,rgba(4,39,52,.10),rgba(4,39,52,.45)),
    url("../images/sea-local-07.jpg") center/cover no-repeat;
  box-shadow:var(--shadow)
}
.company-photo-copy{
  position:absolute;left:28px;right:28px;bottom:26px;color:#fff
}
.company-photo-copy .eyebrow{color:#efd9b6}
.company-photo-copy h2{font-size:31px;margin:5px 0 7px}
.company-photo-copy p{color:rgba(255,255,255,.75);margin:0;font-size:13px}

.company-copy{
  background:#fff;border:1px solid var(--line);border-radius:26px;
  padding:34px;box-shadow:0 14px 40px rgba(8,47,62,.06)
}
.company-copy h2{font-size:34px;margin-bottom:15px}
.company-copy p{font-size:15px;color:#526a76;line-height:1.95}
.company-facts{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px
}
.company-fact{
  padding:15px 16px;border-radius:16px;background:#f4f9f9;border:1px solid var(--line)
}
.company-fact b{display:block;color:#17394b;font-size:14px;margin-bottom:3px}
.company-fact span{font-size:12px;color:#71858f}

.one-to-one{
  background:
    linear-gradient(180deg,rgba(238,246,246,.96),rgba(248,251,251,.98)),
    url("../images/sea-local-04.jpg") center/cover no-repeat;
}
.adv-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px
}
.adv-card{
  background:rgba(255,255,255,.96);border:1px solid var(--line);
  border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(8,47,62,.05)
}
.adv-no{
  width:44px;height:44px;border-radius:14px;background:var(--sea);
  color:var(--brand);display:grid;place-items:center;font-weight:900;margin-bottom:14px
}
.adv-card h3{font-size:18px;margin-bottom:7px}
.adv-card p{font-size:13px;color:var(--muted);margin:0}

.service-philosophy{
  display:grid;grid-template-columns:.8fr 1.2fr;gap:26px;align-items:stretch
}
.philosophy-photo{
  min-height:390px;border-radius:26px;overflow:hidden;
  background:
    linear-gradient(180deg,rgba(6,47,62,.12),rgba(6,47,62,.45)),
    url("../images/sea-local-03.jpg") center/cover no-repeat;
  position:relative
}
.philosophy-photo:after{
  content:"安静 · 尊重 · 清晰";
  position:absolute;left:26px;bottom:24px;color:#fff;font-size:24px;font-weight:800;
  letter-spacing:.08em
}
.philosophy-list{
  display:grid;gap:14px
}
.philosophy-item{
  background:#fff;border:1px solid var(--line);border-radius:18px;
  padding:19px 20px;display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start
}
.philosophy-item i{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  background:#0d5970;color:#fff;font-style:normal;font-weight:900
}
.philosophy-item b{display:block;margin-bottom:5px;color:#17394b}
.philosophy-item p{font-size:13px;color:var(--muted);margin:0}

.about-cta{
  border-radius:28px;padding:36px;
  background:
    linear-gradient(110deg,rgba(6,45,59,.96),rgba(11,84,104,.90)),
    url("../images/sea-local-06.jpg") center/cover;
  color:#fff;display:grid;grid-template-columns:1fr .86fr;gap:28px;align-items:center;
  box-shadow:var(--shadow)
}
.about-cta .eyebrow{color:#ead3ae}
.about-cta p{color:rgba(255,255,255,.75)}
.about-contact-list{display:grid;gap:10px}
.about-contact-item{
  display:flex;justify-content:space-between;align-items:center;gap:18px;
  padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08)
}
.about-contact-item span{font-size:13px;color:rgba(255,255,255,.68)}
.about-contact-item b{text-align:right}

@media(max-width:980px){
  .about-hero-grid,.company-grid,.service-philosophy,.about-cta{grid-template-columns:1fr}
  .adv-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .about-hero{min-height:auto}
  .about-hero-grid{padding:52px 0}
  .about-title-row{display:block}
  .about-link{margin-top:12px}
  .company-copy{padding:24px 20px}
  .company-facts,.adv-grid{grid-template-columns:1fr}
  .company-photo{min-height:320px}
  .about-cta{padding:25px 20px}
  .about-contact-item{display:block}
  .about-contact-item b{display:block;text-align:left;margin-top:4px}
}