﻿/* ============================================================
   Topease About — Design System v4
   Clean international SaaS · restrained brand color · generous whitespace
   ============================================================ */
@font-face{
  font-family:'Alibaba PuHuiTi';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./fonts/AlibabaSans-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Alibaba PuHuiTi';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('./fonts/AlibabaSans-Bold.woff2') format('woff2');
}
.about-redesign{
  /* Topease brand palette (ref: 特易颜色.pdf) — adjusted for international taste */
  --brand:#ff5b1a;
  --brand-600:#e8500f;
  --brand-glow:#ff7f00;
  --brand-soft:#fff1ea;
  --gold:#ffc200;
  --blue:#1196d2;
  --blue-ink:#0e6fa0;
  --blue-soft:#eaf4fa;
  --green:#66b045;
  --ink:#34373b;
  --text:#33373d;
  --muted:#999999;
  --line:#e5e5e5;
  --line-strong:#cccccc;
  --paper:#ffffff;
  --sand:#f6f6f6;
  --deep:#141820;
  --radius:14px;
  --radius-lg:22px;
  --shadow-xs:0 1px 2px rgba(20,24,32,.05);
  --shadow-sm:0 2px 10px rgba(20,24,32,.06);
  --shadow:0 16px 44px rgba(20,24,32,.10);
  --shadow-lg:0 30px 70px rgba(20,24,32,.16);
  --shadow-brand:0 12px 30px rgba(255,91,26,.26);
  --maxw:2007px;
  --nav-content-width:min(calc(clamp(1320px,74vw,2007px) - 48px),calc(100vw - 48px));
  --ease:cubic-bezier(.2,.7,.2,1);
  --paper-warm:#fbf6f1;
  --paper-warm-2:#fff7ec;
  --brand-glow:rgba(255,91,26,.10);
  --brand-deep:#cc3f0a;
  --font:"Alibaba PuHuiTi","阿里巴巴普惠体","PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif;
}
.about-redesign *{margin:0;padding:0;box-sizing:border-box}
.about-redesign{scroll-behavior:smooth}
.about-redesign{font-family:var(--font);color:var(--text);background:var(--paper-warm);font-size:16.5px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
.about-redesign a{text-decoration:none;color:inherit}
.about-redesign img{max-width:100%;display:block}
.about-redesign .wrap{width:74%;max-width:var(--maxw);margin:0 auto;padding:0}
.about-redesign .trust-strip,.about-redesign .trust-grid,.about-redesign .people-gallery{width:var(--nav-content-width);margin-left:calc((100% - var(--nav-content-width))/2)}
.about-redesign section{position:relative;padding:48px 0}
.about-redesign h1,.about-redesign h2,.about-redesign h3,.about-redesign h4,.about-redesign h5{color:var(--ink);line-height:1.2;font-weight:700;letter-spacing:-.015em}
.about-redesign .section-title{font-size:clamp(34px,4.2vw,48px);margin-bottom:14px;letter-spacing:-.02em}
.about-redesign .section-desc{font-size:17px;color:var(--text);max-width:640px;line-height:1.75}
.about-redesign .chapter{margin-bottom:64px}
.about-redesign .chapter.center{text-align:center}
.about-redesign .chapter.center .section-desc{margin:0 auto}
.about-redesign .section-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-600);margin-bottom:16px}
.about-redesign .section-eyebrow::before{content:"";width:24px;height:2px;background:var(--brand);border-radius:2px}
.about-redesign .chapter.center .section-eyebrow::before{display:none}

/* reveal */
.about-redesign .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.about-redesign .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.about-redesign .reveal{opacity:1;transform:none}}

/* people gallery reveal stagger */
.about-redesign .people-gallery.reveal{opacity:1;transform:none}
.about-redesign .people-gallery.reveal .photo{opacity:0;transform:translateY(30px) scale(.96)}
.about-redesign .people-gallery.reveal.in .photo{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease),box-shadow .5s var(--ease)}
.about-redesign .people-gallery.reveal.in .photo:nth-child(1){transition-delay:0ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(2){transition-delay:80ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(3){transition-delay:160ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(4){transition-delay:240ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(5){transition-delay:320ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(6){transition-delay:400ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(7){transition-delay:480ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(8){transition-delay:560ms}
.about-redesign .people-gallery.reveal.in .photo:nth-child(9){transition-delay:640ms}
@media(prefers-reduced-motion:reduce){.about-redesign .people-gallery.reveal .photo{opacity:1;transform:none}}

/* keyframes (subtle, professional) */
@keyframes heroFloat{0%,100%{transform:rotate(1deg) translateY(0)}50%{transform:rotate(1deg) translateY(-10px)}}
@keyframes softPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.85}}
@keyframes glow{0%,100%{opacity:.6}50%{opacity:1}}

/* scroll progress */
.about-redesign .progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--brand);z-index:200;transition:width .1s linear}

/* ---------- buttons ---------- */
.about-redesign .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:600;font-size:15px;padding:13px 26px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;line-height:1}
.about-redesign .btn-primary{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:var(--shadow-brand)}
.about-redesign .btn-primary:hover{background:var(--brand-600);transform:translateY(-1px)}
.about-redesign .btn-ghost{background:#fff;color:var(--ink);border-color:var(--line-strong)}
.about-redesign .btn-ghost:hover{border-color:var(--brand);color:var(--brand)}
.about-redesign .btn-line{background:none;color:var(--brand);padding:13px 4px;font-weight:600}
.about-redesign .btn-line:hover{gap:12px}
.about-redesign .btn-light{background:#fff;color:var(--ink)}
.about-redesign .btn-light:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}
.about-redesign .arrow{transition:transform .2s}
.about-redesign .btn:hover .arrow{transform:translateX(3px)}

/* ---------- header ---------- */
.about-redesign header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.about-redesign .nav{display:flex;align-items:center;justify-content:space-between;height:74px;gap:24px}
.about-redesign .logo{display:flex;align-items:center;font-weight:700;font-size:19px;color:var(--ink);letter-spacing:-.02em}
.about-redesign .nav-links{display:flex;align-items:center;gap:2px;list-style:none}
.about-redesign .nav-item{position:relative}
.about-redesign .nav-link{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;font-size:15px;font-weight:500;color:var(--text);background:none;border:none;cursor:pointer;border-radius:8px;transition:color .2s,background .2s;font-family:var(--font)}
.about-redesign .nav-link:hover{color:var(--ink);background:var(--sand)}
.about-redesign .nav-link .chevron{width:7px;height:7px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
.about-redesign .nav-item.active .nav-link .chevron{transform:rotate(-135deg) translateY(-1px)}
/* mega menu */
.about-redesign .mega-menu,.about-redesign .dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:300px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:110}
.about-redesign .nav-item.active .mega-menu,.about-redesign .nav-item.active .dropdown-menu{opacity:1;visibility:visible;transform:none}
.about-redesign .mega-menu-wide{left:auto;right:0;min-width:640px}
.about-redesign .mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}
.about-redesign .mega-solutions{grid-template-columns:repeat(2,1fr)}
.about-redesign .mega-col{display:flex;flex-direction:column}
.about-redesign .mega-cat{font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:8px 12px 4px}
.about-redesign .mega-item{display:flex;gap:12px;align-items:flex-start;padding:10px;border-radius:12px;transition:background .15s}
.about-redesign .mega-item:hover{background:var(--sand)}
.about-redesign .mega-icon{flex:none;display:flex}
.about-redesign .mega-icon svg{width:36px;height:36px;display:block}
.about-redesign .mega-body{min-width:0}
.about-redesign .mega-title{font-size:14.5px;font-weight:600;color:var(--ink)}
.about-redesign .mega-desc{font-size:13px;color:var(--muted);line-height:1.5;margin-top:2px}
.about-redesign .dropdown-menu{min-width:240px}
.about-redesign .dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;transition:background .15s}
.about-redesign .dropdown-item:hover{background:var(--sand)}
.about-redesign .dropdown-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none}
.about-redesign .dropdown-icon svg{width:19px;height:19px}
.about-redesign .dropdown-title{font-size:14.5px;font-weight:500;color:var(--ink)}
.about-redesign .nav-cta{display:flex;align-items:center;gap:12px}
.about-redesign .login{font-size:15px;font-weight:500;color:var(--text);padding:9px 4px;transition:color .2s}
.about-redesign .login:hover{color:var(--brand)}
.about-redesign .burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:9px}
.about-redesign .burger span{width:22px;height:2px;background:var(--ink);border-radius:2px;transition:.25s}
/* mobile menu */
.about-redesign .mobile-menu{position:fixed;inset:0;z-index:150;background:#fff;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:28px;overflow-y:auto}
.about-redesign .mobile-menu.show{transform:none}
.about-redesign .mobile-section{margin-bottom:22px;border-bottom:1px solid var(--line);padding-bottom:18px}
.about-redesign .mobile-title{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.about-redesign .mobile-sub{font-size:13px;font-weight:500;color:var(--text);margin:10px 0 4px 12px}
.about-redesign .mobile-menu a{display:block;font-size:15.5px;font-weight:500;color:var(--ink);padding:8px 12px;border-radius:8px}
.about-redesign .mobile-menu a:hover{background:var(--sand)}

/* ---------- HERO ---------- */
.about-redesign .about-hero{position:relative;padding:104px 0 96px;overflow:hidden;text-align:center;background:url('../images/About/about-redesign/169526139896352.jpg') center/cover no-repeat #e9e0d4}.about-redesign .about-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.80) 0%,rgba(255,255,255,.66) 45%,rgba(255,255,255,.82) 100%);pointer-events:none;z-index:0}.about-redesign .about-hero::after{display:none}
.about-redesign .hero-inner-grid{position:relative;z-index:2;max-width:none;margin:0 auto;padding:0}
.about-redesign .about-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center}
.about-redesign .hero-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);background:rgba(255,255,255,.85);border:1px solid rgba(255,91,26,.18);padding:7px 14px;border-radius:999px;margin-bottom:18px;backdrop-filter:blur(6px)}
.about-redesign .hero-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand);animation:softPulse 2.4s ease-in-out infinite}
.about-redesign .about-hero h1{font-size:clamp(50px,7vw,88px);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--ink);margin-bottom:28px;text-align:center}
.about-redesign .about-hero h1 em{font-style:normal;color:var(--brand)}
.about-redesign .hero-intro-body{max-width:820px;margin:0 auto 32px}
.about-redesign .hero-intro-body p{font-size:18px;color:var(--text);margin-bottom:14px;line-height:1.78;text-align:center}
.about-redesign .hero-intro-body p:last-child{margin-bottom:0}
.about-redesign .about-hero-cta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.about-redesign .hero-deco,.about-redesign .hero-visual{display:none}
/* ---------- HERO TRUST CARDS v14 (dark surface — restored from reference) ----------
   Three equal cards on a light hero, each: top brand→gold hairline, dark navy body,
   rounded gradient icon tile, white title, asymmetric content per pillar.        */
.about-redesign .trust-strip{
  position:relative;
  z-index:2;
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.about-redesign .pillar-card{
  position:relative;
  background:linear-gradient(180deg,#2f3a52 0%,#222b41 100%);
  border-radius:22px;
  padding:36px 32px 34px;
  color:#fff;
  text-align:left;
  box-shadow:0 28px 60px -28px rgba(20,24,32,.40),0 6px 18px -10px rgba(20,24,32,.26);
  overflow:hidden;
  opacity:0;
  transform:translateY(28px);
  transition:transform .45s cubic-bezier(.2,.7,.2,1),box-shadow .45s cubic-bezier(.2,.7,.2,1),opacity .7s var(--ease);
  will-change:transform,opacity;
}
.about-redesign .pillar-card.is-revealed{opacity:1;transform:translateY(0)}
/* hover glow halo */
.about-redesign .pillar-card::after{
  content:"";
  position:absolute;top:-40%;right:-40%;
  width:80%;height:80%;
  background:radial-gradient(circle at center,rgba(255,91,26,.24) 0%,rgba(255,91,26,0) 70%);
  opacity:0;pointer-events:none;
  transition:opacity .55s var(--ease);
}
.about-redesign .pillar-card:hover{transform:translateY(-6px)}
.about-redesign .pillar-card.is-revealed:hover{transform:translateY(-6px)}
.about-redesign .pillar-card:hover::after{opacity:1}
.about-redesign .pillar-card::before{
  content:"";
  position:absolute;
  left:-100%;right:0;top:0;
  height:2px;
  background:linear-gradient(90deg,var(--brand) 0%,var(--gold) 38%,transparent 100%);
  transition:left .9s cubic-bezier(.2,.7,.2,1);
}
.about-redesign .pillar-card.is-revealed::before{left:0}
.about-redesign .pillar-card.is-revealed:hover{
  box-shadow:0 40px 80px -22px rgba(20,24,32,.55),0 14px 30px -8px rgba(255,91,26,.18);
}
.about-redesign .trust-icon{
  width:54px;height:54px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#ff8a4a 0%,var(--brand) 55%,var(--brand-deep) 100%);
  box-shadow:0 10px 22px -8px rgba(255,91,26,.55),inset 0 1px 0 rgba(255,255,255,.28);
  margin:0 0 22px;
  transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s var(--ease);
}
.about-redesign .pillar-card:hover .trust-icon{
  transform:rotate(-6deg) scale(1.06);
  box-shadow:0 14px 28px -8px rgba(255,91,26,.70),inset 0 1px 0 rgba(255,255,255,.32);
}
.about-redesign .trust-icon svg{
  width:26px;height:26px;
  fill:none;stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-redesign .trust-icon--bitmap{background:linear-gradient(135deg,#fff7f0 0%,#ffe8d8 100%);box-shadow:0 10px 22px -8px rgba(255,91,26,.32),inset 0 1px 0 rgba(255,255,255,.9)}
.about-redesign .trust-icon--bitmap img{width:42px;height:42px;object-fit:contain;mix-blend-mode:multiply}
.about-redesign .pillar-card-title{
  font-size:19px;
  font-weight:700;
  color:#fff;
  letter-spacing:-.015em;
  line-height:1.3;
  text-align:left;
  margin:0 0 26px;
}
/* Pillar 1 — Data: 2x2 stat grid */
.about-redesign .trust-data-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px 22px;
}
.about-redesign .trust-num{text-align:left;min-width:0}
.about-redesign .trust-num b{
  display:block;
  font-size:40px;
  font-weight:700;
  color:var(--brand);
  letter-spacing:-.03em;
  line-height:1;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
  transition:text-shadow .4s var(--ease);
}
.about-redesign .pillar-card:hover .trust-num b{text-shadow:0 0 24px rgba(255,91,26,.35)}
.about-redesign .trust-num span{
  display:block;
  font-size:13.5px;
  font-weight:500;
  color:rgba(255,255,255,.75);
  letter-spacing:0;
  text-transform:none;
  margin-top:10px;
  line-height:1.35;
}
/* Pillar 2 — Trust: 3 pill rows */
.about-redesign .trust-certs{list-style:none;margin:0;padding:0}
.about-redesign .trust-certs li{
  display:flex;align-items:center;gap:14px;
  padding:13px 16px;
  margin-bottom:10px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  transition:background .25s ease,border-color .25s ease;
}
.about-redesign .trust-certs li:last-child{margin-bottom:0}
.about-redesign .trust-certs li:hover{
  background:rgba(255,91,26,.10);
  border-color:rgba(255,91,26,.30);
  transform:translateX(3px);
}
.about-redesign .trust-certs li .dot{
  width:10px;height:10px;
  border-radius:50%;
  background:var(--brand);
  flex:0 0 10px;
  box-shadow:0 0 0 0 rgba(255,91,26,.45);
  animation:dotPulse 2.4s var(--ease) infinite;
}
@keyframes dotPulse{
  0%  {box-shadow:0 0 0 0 rgba(255,91,26,.50)}
  70% {box-shadow:0 0 0 9px rgba(255,91,26,0)}
  100%{box-shadow:0 0 0 0 rgba(255,91,26,0)}
}
.about-redesign .trust-certs li b{
  flex:1;
  font-size:14.5px;
  font-weight:600;
  color:#fff;
  letter-spacing:-.005em;
  line-height:1.3;
}
/* Pillar 3 — Journey: 3 numbered steps */
.about-redesign .trust-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.about-redesign .trust-step{
  display:flex;align-items:center;gap:14px;
  padding:6px 0;
}
.about-redesign .trust-step-num{
  width:30px;height:30px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:50%;
  border:1.5px solid var(--brand);
  color:var(--brand);
  background:transparent;
  font-size:11px;
  font-weight:700;
  flex:0 0 30px;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
  letter-spacing:.02em;
  transition:background .35s var(--ease),color .35s var(--ease),box-shadow .35s var(--ease);
}
.about-redesign .trust-step{
  transition:transform .35s var(--ease);
}
.about-redesign .trust-step:hover{transform:translateX(4px)}
.about-redesign .trust-step:hover .trust-step-num{
  background:var(--brand);
  color:#fff;
  box-shadow:0 6px 16px -6px rgba(255,91,26,.55);
}
.about-redesign .trust-step-label{
  font-size:15px;
  font-weight:500;
  color:#fff;
  letter-spacing:-.005em;
  line-height:1.35;
}

/* ---------- v15 stagger & reduced motion ---------- */
.about-redesign .pillar-card.pillar-card--data    {transition-delay:.06s}
.about-redesign .pillar-card.pillar-card--trust   {transition-delay:.18s}
.about-redesign .pillar-card.pillar-card--journey {transition-delay:.30s}
.about-redesign .pillar-card.is-revealed          {transition-delay:0s}
@media (prefers-reduced-motion:reduce){
  .about-redesign .pillar-card{opacity:1;transform:none;transition:none}
  .about-redesign .pillar-card::before{left:0;transition:none}
  .about-redesign .pillar-card::after{opacity:0;transition:none}
  .about-redesign .trust-icon,.about-redesign .trust-step,.about-redesign .trust-step-num,.about-redesign .trust-certs li,.about-redesign .trust-num b{transition:none}
  .about-redesign .trust-certs li .dot{animation:none;box-shadow:none}
}

/* ---------- WHAT WE STAND FOR ---------- */
.about-redesign .culture-section{background:linear-gradient(180deg,#fbf2ea 0%,#fef7ef 50%,#fbf2ea 100%);position:relative;overflow:hidden}
.about-redesign .culture-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 45% at 92% 2%,rgba(255,91,26,.07),transparent 52%),radial-gradient(ellipse 55% 55% at -3% 88%,rgba(255,140,66,.06),transparent 48%),radial-gradient(ellipse 45% 35% at 78% 96%,rgba(255,91,26,.05),transparent 42%);pointer-events:none;z-index:0}
.about-redesign .culture-list{display:grid;grid-template-columns:repeat(3,1fr);position:relative;z-index:1;max-width:1080px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);overflow:hidden}
.about-redesign .culture-row{display:flex;flex-direction:column;gap:14px;padding:40px 36px 42px;position:relative;border-right:1px solid var(--line)}
.about-redesign .culture-row:last-child{border-right:none}
.about-redesign .culture-illust{width:88px;height:88px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:linear-gradient(135deg,#fff6ee 0%,#ffe6d2 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 6px 14px -8px rgba(255,91,26,.25);transition:transform .4s var(--ease),box-shadow .35s ease}
.about-redesign .culture-row:hover .culture-illust{transform:translateY(-3px);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 22px -10px rgba(255,91,26,.45)}
.about-redesign .culture-illust svg{width:52px;height:52px;fill:none;stroke:var(--brand);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.about-redesign .culture-illust img{width:52px;height:52px;object-fit:contain;mix-blend-mode:multiply}
.about-redesign .culture-num{font-size:38px;font-weight:700;color:var(--brand);letter-spacing:-.02em;line-height:1;font-feature-settings:"tnum" 1;margin-top:6px}
.about-redesign .culture-info{flex:1;min-width:0}
.about-redesign .culture-info h3{display:block;font-size:24px;font-weight:700;color:var(--ink);letter-spacing:-.02em;margin:0 0 8px;line-height:1.2}
.about-redesign .culture-info p{font-size:15px;font-weight:400;color:var(--text);line-height:1.7;letter-spacing:0;margin:0}
.about-redesign .culture-section .chapter.reveal{z-index:2;position:relative}

/* ---------- OUR STORY ---------- */
.about-redesign .story-section{position:relative;background:#ffffff;padding-bottom:0}
.about-redesign .story-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 38% at 96% 6%,rgba(255,91,26,.04),transparent 45%),radial-gradient(ellipse 48% 48% at 2% 96%,rgba(255,140,66,.035),transparent 40%);pointer-events:none;z-index:0}
.about-redesign .story-section .wrap{position:relative;z-index:2}
.about-redesign .story-timeline{position:relative;max-width:1100px;margin:56px auto 0}
.about-redesign .story-timeline::before{content:"";position:absolute;left:50%;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-600) 60%,var(--brand) 100%);border-radius:2px;opacity:.35;transform:translateX(-50%)}
.about-redesign .story-item{position:relative;width:calc(50% - 24px);margin-bottom:24px;opacity:0}
.about-redesign .story-timeline.in .story-item{opacity:1;transition:opacity .6s var(--ease),transform .6s var(--ease)}
.about-redesign .story-item.story-right{margin-left:calc(50% + 24px);transform:translateX(20px)}
.about-redesign .story-item.story-left{margin-left:0;text-align:left;transform:translateX(-20px)}
.about-redesign .story-timeline.in .story-item{transform:none}
.about-redesign .story-item:last-child{margin-bottom:0}
.about-redesign .story-dot{position:absolute;top:30px;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--brand);box-shadow:0 0 0 5px rgba(255,91,26,.08);z-index:2;transition:box-shadow .3s ease,transform .3s ease}
.about-redesign .story-item.story-right .story-dot{left:-32px}
.about-redesign .story-item.story-left .story-dot{right:-32px}
.about-redesign .story-item:hover .story-dot{box-shadow:0 0 0 6px rgba(255,91,26,.14);transform:scale(1.1)}
.about-redesign .story-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}
.about-redesign .story-card:hover{border-color:rgba(255,91,26,.35);box-shadow:0 10px 30px rgba(12,14,20,.06)}
.about-redesign .story-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),#ff8c42)}
.about-redesign .story-card-body{padding:28px 30px}
.about-redesign .story-year{display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;letter-spacing:.03em;color:var(--brand);background:var(--brand-soft);padding:7px 18px;border-radius:999px;margin-bottom:16px;transition:background .25s ease,color .25s ease}
.about-redesign .story-card h3{font-size:19px;font-weight:700;color:var(--ink);letter-spacing:-.01em;margin-bottom:12px}
.about-redesign .story-card p{font-size:15px;line-height:1.75;color:var(--text)}
.about-redesign .story-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.about-redesign .story-tags span{font-size:12px;font-weight:600;letter-spacing:.02em;padding:5px 12px;border-radius:999px;background:var(--brand-soft);border:1px solid rgba(255,91,26,.14);color:var(--brand)}
.about-redesign .story-extra{display:none}
.about-redesign .story-timeline.expanded .story-extra{display:block;animation:storyReveal .5s var(--ease) both}
@keyframes storyReveal{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
/* featured Today card: centered, larger, above View More */
.about-redesign .story-today-featured{position:relative;max-width:760px;margin:36px auto 0;opacity:0;transform:translateY(24px)}
.about-redesign .story-today-featured.in{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease)}
.about-redesign .story-today-featured .story-card{border:2px solid rgba(255,91,26,.28);box-shadow:0 20px 60px rgba(255,91,26,.12),0 8px 24px rgba(20,24,32,.08);transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}
.about-redesign .story-today-featured .story-card:hover{transform:translateY(-4px);border-color:rgba(255,91,26,.45);box-shadow:0 28px 80px rgba(255,91,26,.18),0 12px 32px rgba(20,24,32,.10)}
.about-redesign .story-today-featured .story-card::before{height:4px;background:linear-gradient(90deg,var(--brand),#ff8c42)}
.about-redesign .story-today-featured .story-card-body{padding:40px 44px;text-align:center}
.about-redesign .story-today-featured .story-year{font-size:20px;padding:8px 22px;background:var(--brand);color:#fff}
.about-redesign .story-today-featured h3{font-size:24px;color:var(--brand-600);margin-bottom:14px}
.about-redesign .story-today-featured p{font-size:16px;line-height:1.75;color:var(--text)}
.about-redesign .story-today-featured .story-tags{justify-content:center}
.about-redesign .story-today-featured .story-dot{position:absolute;left:50%;top:-14px;transform:translateX(-50%);width:28px;height:28px;border-radius:50%;background:var(--brand);border:5px solid #fff;box-shadow:0 0 0 8px rgba(255,91,26,.15);z-index:3}
.about-redesign .story-more{display:flex;justify-content:center;margin-top:28px;margin-bottom:48px}
.about-redesign .story-more-btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--brand);background:#fff;border:1.5px solid rgba(255,91,26,.4);padding:12px 30px;border-radius:999px;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease;font-family:inherit}
.about-redesign .story-more-btn:hover{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(255,91,26,.25)}
.about-redesign .story-more-btn .arrow{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease)}
.about-redesign .story-more-btn[aria-expanded="true"] .arrow{transform:rotate(180deg)}
@media(max-width:768px){
  .about-redesign .story-timeline{margin-top:44px}
  .about-redesign .story-timeline::before{left:20px;transform:none}
  .about-redesign .story-item{width:calc(100% - 56px);margin-left:56px!important;margin-bottom:20px;text-align:left!important;transform:translateY(20px)}
  .about-redesign .story-timeline.in .story-item{transform:none}
  .about-redesign .story-dot{left:-43px!important;right:auto!important;top:26px}
  .about-redesign .story-today-featured{max-width:none;margin:40px 0 0 56px}
  .about-redesign .story-today-featured .story-card-body{padding:30px 26px}
  .about-redesign .story-today-featured h3{font-size:20px}
  .about-redesign .story-today-featured p{font-size:15px}
  .about-redesign .story-today-featured .story-dot{left:20px!important;transform:none;top:-12px}
  .about-redesign .story-card-body{padding:24px 22px}
  .about-redesign .story-card h3{font-size:17px}
  .about-redesign .story-card p{font-size:14px}
}
@media(prefers-reduced-motion:reduce){
  .about-redesign .story-item,.about-redesign .story-today-featured{opacity:1;transform:none}
  .about-redesign .story-extra{animation:none}
}

/* ---------- THE PEOPLE BEHIND TOPEASE ---------- */
.about-redesign .experience-section{background:var(--sand);padding-top:48px}
.about-redesign .people-head{max-width:640px;margin:0 auto 44px;text-align:center}
/* waterfall / masonry layout: images keep natural 3:2 ratio, flow in columns, no crop */
.about-redesign .people-gallery{column-count:3;column-gap:16px}
.about-redesign .photo{position:relative;break-inside:avoid;display:block;margin:0 0 16px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-xs);background:#f0f0f0;border:1px solid rgba(20,24,32,.05);transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.about-redesign .photo:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 28px 60px -12px rgba(20,24,32,.18),0 0 0 1px rgba(255,91,26,.25)}
.about-redesign .photo img{display:block;width:100%;height:auto;transition:transform .8s var(--ease)}
.about-redesign .photo:hover img{transform:scale(1.05)}
/* keep hover lift working after reveal animation completes */
.about-redesign .people-gallery.reveal.in .photo:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 28px 60px -12px rgba(20,24,32,.18),0 0 0 1px rgba(255,91,26,.25)}
.about-redesign .xp-beyond{position:relative;z-index:0;padding:48px 0}
.about-redesign .xp-beyond::before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;background:linear-gradient(180deg,#eef3f9 0%,#f4f8fc 50%,#eef3f9 100%);z-index:-1;pointer-events:none}
.about-redesign .xp-beyond .trust-head,.about-redesign .xp-beyond .trust-grid{position:relative;z-index:1}
.about-redesign .trust-head{text-align:center;margin-bottom:32px}
.about-redesign .trust-head .section-title{margin-bottom:0}
.about-redesign .trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 20px}
.about-redesign .trust-card{position:relative;overflow:hidden;background:linear-gradient(160deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(20,24,32,.06);border-bottom:1px solid rgba(20,24,32,.08);border-radius:18px;padding:32px 22px 30px;text-align:center;box-shadow:inset 0 1px 1px rgba(255,255,255,.95),0 1px 2px rgba(20,24,32,.04),0 8px 24px -6px rgba(20,24,32,.08);transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .35s ease,background .4s ease}
@media(min-width:981px){
  .about-redesign .trust-grid{grid-template-columns:repeat(6,1fr)}
  .about-redesign .trust-card{grid-column:span 2}
  .about-redesign .trust-card:nth-child(4){grid-column:2/span 2}
}
.about-redesign .trust-card:hover{transform:translateY(-8px) scale(1.005);border-color:rgba(255,91,26,.22);box-shadow:inset 0 1px 1px rgba(255,255,255,.98),0 12px 28px rgba(20,24,32,.08),0 32px 64px -18px rgba(20,24,32,.14)}
.about-redesign .trust-ico{width:56px;height:56px;border-radius:15px;background:#fff;color:var(--brand);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 2px 6px -1px rgba(20,24,32,.08),0 0 0 1px rgba(255,91,26,.08),0 0 16px rgba(255,91,26,.14);transition:transform .4s var(--ease),box-shadow .4s var(--ease),background .3s ease}
.about-redesign .trust-card:nth-child(1) .trust-ico{background:#fff1e6;color:#f56d18;box-shadow:0 2px 6px -1px rgba(20,24,32,.06),0 0 0 1px rgba(245,109,24,.08),0 0 16px rgba(245,109,24,.14)}
.about-redesign .trust-card:nth-child(2) .trust-ico{background:#eaf3ff;color:#2b6ee8;box-shadow:0 2px 6px -1px rgba(20,24,32,.06),0 0 0 1px rgba(43,110,232,.08),0 0 16px rgba(43,110,232,.14)}
.about-redesign .trust-card:nth-child(3) .trust-ico{background:#f0ecff;color:#6d5bf6;box-shadow:0 2px 6px -1px rgba(20,24,32,.06),0 0 0 1px rgba(109,91,246,.08),0 0 16px rgba(109,91,246,.14)}
.about-redesign .trust-card:nth-child(4) .trust-ico{background:#e8faf3;color:#0fa87a;box-shadow:0 2px 6px -1px rgba(20,24,32,.06),0 0 0 1px rgba(15,168,122,.08),0 0 16px rgba(15,168,122,.14)}
.about-redesign .trust-card:nth-child(5) .trust-ico{background:#e6f7ff;color:#0b9fd6;box-shadow:0 2px 6px -1px rgba(20,24,32,.06),0 0 0 1px rgba(11,159,214,.08),0 0 16px rgba(11,159,214,.14)}
.about-redesign .trust-card:nth-child(1):hover .trust-ico{box-shadow:0 4px 10px -1px rgba(20,24,32,.08),0 0 0 1px rgba(245,109,24,.12),0 0 22px rgba(245,109,24,.22)}
.about-redesign .trust-card:nth-child(2):hover .trust-ico{box-shadow:0 4px 10px -1px rgba(20,24,32,.08),0 0 0 1px rgba(43,110,232,.12),0 0 22px rgba(43,110,232,.22)}
.about-redesign .trust-card:nth-child(3):hover .trust-ico{box-shadow:0 4px 10px -1px rgba(20,24,32,.08),0 0 0 1px rgba(109,91,246,.12),0 0 22px rgba(109,91,246,.22)}
.about-redesign .trust-card:nth-child(4):hover .trust-ico{box-shadow:0 4px 10px -1px rgba(20,24,32,.08),0 0 0 1px rgba(15,168,122,.12),0 0 22px rgba(15,168,122,.22)}
.about-redesign .trust-card:nth-child(5):hover .trust-ico{box-shadow:0 4px 10px -1px rgba(20,24,32,.08),0 0 0 1px rgba(11,159,214,.12),0 0 22px rgba(11,159,214,.22)}
.about-redesign .trust-card:hover .trust-ico{transform:translateY(-3px) scale(1.06)}
.about-redesign .trust-ico svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.about-redesign .trust-ico img{width:38px;height:38px;object-fit:contain;mix-blend-mode:multiply}
.about-redesign .trust-ico--support img{transform:translate(-1px,-4px)}
.about-redesign .trust-card h3{font-size:19px;font-weight:700;letter-spacing:-.01em;margin-bottom:10px;color:var(--ink);white-space:nowrap}
.about-redesign .trust-card p{font-size:15px;line-height:1.75;color:var(--text)}

/* ---------- FAQ ---------- */
.about-redesign .faq-section{background:var(--paper);padding-bottom:48px}
.about-redesign .faq-section .section-eyebrow{display:none}
.about-redesign .faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.about-redesign .qa{background:#fff;border-bottom:1px solid var(--line);overflow:hidden;transition:background-color .2s}
.about-redesign .qa:first-child{border-top:1px solid var(--line)}
.about-redesign .qa:hover{background:#fafbfc}
.about-redesign .qa.open{background:#fff}
.about-redesign .qa-q{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;cursor:pointer}
.about-redesign .qa-q h3{font-size:20px;font-weight:600;line-height:1.4;color:var(--ink);letter-spacing:-.01em}
.about-redesign .pm{flex:none;width:22px;height:22px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .25s var(--ease),background .25s ease;position:relative}
.about-redesign .pm::before,.about-redesign .pm::after{content:"";position:absolute;background:#fff;border-radius:1px;transition:transform .25s var(--ease)}
.about-redesign .pm::before{width:2px;height:10px}
.about-redesign .pm::after{width:10px;height:2px}
.about-redesign .qa:hover .pm{background:var(--brand-600)}
.about-redesign .qa.open .pm{transform:rotate(45deg)}
.about-redesign .qa-a{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease}
.about-redesign .qa.open .qa-a{opacity:1}
.about-redesign .qa-a p{font-size:15.5px;line-height:1.8;padding:0 0 26px;color:var(--text)}
.about-redesign .qa-list{padding:0 0 26px 32px;display:flex;flex-direction:column;gap:8px;list-style:disc outside}
.about-redesign .qa-list li::marker{color:var(--ink)}
.about-redesign .qa-list li{font-size:15.5px;line-height:1.7}
.about-redesign .qa-list strong{color:var(--ink);font-weight:600}

/* ---------- REQUEST A DEMO ---------- */
.about-redesign .tpd-section{background:var(--paper-warm);padding:48px 0}
.about-redesign .tpd-wrap{width:var(--nav-content-width);max-width:none;margin:0 auto;padding:0}
.about-redesign .tpd-card{display:grid;grid-template-columns:5fr 7fr;background:var(--deep);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg);position:relative}
.about-redesign .tpd-aside{position:relative;padding:64px 56px;color:#fff;overflow:hidden;background:linear-gradient(160deg,#1a1f2e 0%,#241a16 60%,#cc3f0a 140%)}
.about-redesign .tpd-aside::before{content:"";position:absolute;right:-100px;top:-100px;width:380px;height:380px;border-radius:50%;background:radial-gradient(closest-side,rgba(255,91,26,.32),transparent 70%);pointer-events:none;animation:glow 9s ease-in-out infinite}
.about-redesign .tpd-aside::after{content:"";position:absolute;left:-80px;bottom:-100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(closest-side,rgba(255,194,0,.14),transparent 70%);pointer-events:none}
.about-redesign .tpd-tag{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:rgba(255,91,26,.22);border:1px solid rgba(255,91,26,.4);padding:7px 14px;border-radius:999px;margin-bottom:24px}
.about-redesign .tpd-tag svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.about-redesign .tpd-aside h2{font-size:clamp(28px,3.2vw,38px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:18px;max-width:420px}
.about-redesign .tpd-aside-lead{font-size:16px;color:rgba(255,255,255,.72);line-height:1.75;max-width:400px}
.about-redesign .tpd-aside-art{position:absolute;right:-40px;bottom:-40px;width:260px;height:260px;opacity:.9;pointer-events:none}
.about-redesign .tpd-aside-art svg{width:100%;height:100%}
.about-redesign .tpd-form-panel{background:#fff;padding:48px 48px 44px;display:flex;flex-direction:column;justify-content:center}
.about-redesign .tpd-form{display:flex;flex-direction:column;gap:18px}
.about-redesign .tpd-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.about-redesign .tpd-field{display:flex;flex-direction:column;gap:8px}
.about-redesign .tpd-field label{font-size:13.5px;font-weight:600;color:var(--ink)}
.about-redesign .req{color:var(--brand)}
.about-redesign .tpd-field input,.about-redesign .tpd-field textarea{font-family:var(--font);font-size:15px;color:var(--ink);padding:13px 16px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;transition:border-color .2s,box-shadow .2s;width:100%}
.about-redesign .tpd-field input::placeholder,.about-redesign .tpd-field textarea::placeholder{font-size:inherit}
.about-redesign .tpd-field input:focus,.about-redesign .tpd-field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,91,26,.12)}
.about-redesign .tpd-field textarea{min-height:96px;resize:vertical}
.about-redesign .tpd-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px;align-items:stretch}
.about-redesign .tpd-captcha-refresh{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0;border:1px solid var(--line-strong);border-radius:10px;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.about-redesign .tpd-captcha-refresh:hover,.about-redesign .tpd-captcha-refresh:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,91,26,.12);outline:none}
.about-redesign .tpd-captcha-refresh img{display:block;width:120px;height:32px;object-fit:cover}
.about-redesign .tpd-submit{width:100%;margin-top:4px}
.about-redesign .tpd-submit:disabled{cursor:wait;opacity:.68;transform:none}
.about-redesign .tpd-form-status{min-height:22px;margin-top:-8px;font-size:13.5px;line-height:1.5;color:var(--muted);text-align:center}
.about-redesign .tpd-form-status.is-error{color:#c73321}
.about-redesign .tpd-success{display:none;text-align:center;padding:20px 0}
.about-redesign .tpd-success.show{display:block}
.about-redesign .check{width:52px;height:52px;border-radius:50%;background:var(--brand-soft);color:var(--brand-600);font-size:26px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.about-redesign .tpd-success h3,.about-redesign .tpd-thanks{font-size:22px;margin-bottom:8px}
.about-redesign .tpd-success p{font-size:15px;color:var(--text)}

/* ---------- chapter nav ---------- */
.about-redesign .chapter-nav{position:fixed;right:26px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:16px;z-index:90}
.about-redesign .chapter-nav a{display:flex;align-items:center;gap:10px;justify-content:flex-end;color:var(--muted);font-size:13px;font-weight:500}
.about-redesign .chapter-nav .label{opacity:0;transition:.2s;background:#fff;padding:5px 12px;border-radius:10px;box-shadow:var(--shadow-sm);border:1px solid var(--line);font-size:12.5px}
.about-redesign .chapter-nav a:hover .label,.about-redesign .chapter-nav a.active .label{opacity:1}
.about-redesign .chapter-nav .nav-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--line-strong);background:#fff;transition:.2s;flex:none}
.about-redesign .chapter-nav a.active .nav-dot,.about-redesign .chapter-nav a:hover .nav-dot{border-color:var(--brand);background:var(--brand)}

/* ---------- footer ---------- */
.about-redesign footer{background:var(--deep);color:rgba(255,255,255,.7);padding:48px 0 36px}
.about-redesign .foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:52px}
.about-redesign .foot-brand p{font-size:14.5px;line-height:1.75;max-width:300px;margin:18px 0 24px;color:rgba(255,255,255,.6)}
.about-redesign .foot-social{display:flex;flex-direction:column;gap:10px}
.about-redesign .foot-social a{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,.7);transition:color .2s}
.about-redesign .foot-social a:hover{color:#fff}
.about-redesign .foot-social svg{width:17px;height:17px}
.about-redesign .foot-col{display:flex;flex-direction:column;gap:10px}
.about-redesign .foot-col-title{font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:8px}
.about-redesign .foot-col a{font-size:14.5px;color:rgba(255,255,255,.66);transition:color .2s}
.about-redesign .foot-col a:hover{color:#fff}
.about-redesign .foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13.5px;color:rgba(255,255,255,.45)}

/* ---------- wide-screen content alignment ---------- */
@media(min-width:981px){
  .about-redesign .about-hero>.wrap,
  .about-redesign .culture-section>.wrap,
  .about-redesign .story-section>.wrap,
  .about-redesign .faq-section>.wrap{width:var(--nav-content-width);max-width:none;margin-left:auto;margin-right:auto}
  .about-redesign .hero-intro-body{width:min(100%,1400px);max-width:none}
  .about-redesign .culture-list,
  .about-redesign .story-timeline,
  .about-redesign .faq{width:100%;max-width:none}
  .about-redesign .story-today-featured{width:min(100%,1120px);max-width:none}
}
@media(min-width:981px) and (max-width:1920px){
  .about-redesign .hero-inner-grid{width:70%;max-width:1080px}
  .about-redesign .story-today-featured{width:60%;max-width:900px}
}
@media(min-width:1441px){
  .about-redesign .culture-list,
  .about-redesign .story-timeline{width:80%}
  .about-redesign .faq{width:60%}
  .about-redesign .trust-strip,
  .about-redesign .trust-grid,
  .about-redesign .people-gallery{
    width:calc(var(--nav-content-width) - 96px);
    margin-left:calc((100% - var(--nav-content-width) + 96px)/2);
  }
  .about-redesign .tpd-wrap{width:calc(var(--nav-content-width) - 96px)}
  .about-redesign .xp-beyond .trust-grid{gap:44px 32px}
  .about-redesign .xp-beyond .trust-card{
    min-height:clamp(250px,14vw,310px);
    padding:44px 32px 42px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
}

/* ---------- responsive ---------- */
@media(max-width:1200px){
  .about-redesign .wrap{width:86%}
}
@media(max-width:980px){
  .about-redesign .nav-links,.about-redesign .nav-cta .login{display:none}
  .about-redesign .burger{display:flex}
  .about-redesign .hero-inner-grid{max-width:1080px;padding:0 24px}
  .about-redesign .about-hero{padding:88px 0 72px}
  /* trust cards v14: stack to single column at tablet */
  .about-redesign .trust-strip{grid-template-columns:1fr;gap:18px;margin-top:48px}
  .about-redesign .pillar-card{padding:32px 28px 30px}
  .about-redesign .culture-list{grid-template-columns:1fr;max-width:520px}
  .about-redesign .culture-row{padding:30px 24px;border-right:none;border-bottom:1px solid var(--line)}
  .about-redesign .culture-row:last-child{border-bottom:none;padding-bottom:32px}
  .about-redesign .culture-illust{width:72px;height:72px;border-radius:14px}
  .about-redesign .culture-illust svg,.about-redesign .culture-illust img{width:42px;height:42px}
  .about-redesign .culture-num{font-size:32px}
  .about-redesign .culture-info h3{font-size:21px;margin-bottom:6px}
  .about-redesign .culture-info p{font-size:14px;line-height:1.65}
  /* new vertical accordion timeline is already mobile-first */
  .about-redesign .people-gallery{column-count:2;column-gap:14px}
  .about-redesign .trust-grid{grid-template-columns:repeat(2,1fr);gap:22px 16px}
  .about-redesign .trust-card{grid-column:auto}
  .about-redesign .tpd-card{grid-template-columns:1fr}
  .about-redesign .tpd-aside{border-bottom:1px solid rgba(255,255,255,.1)}
  .about-redesign .foot-top{grid-template-columns:1fr 1fr}
  .about-redesign .chapter-nav{display:none}
  .about-redesign .mega-menu,.about-redesign .dropdown-menu{display:none}
}
@media(max-width:768px){
  .about-redesign .wrap{width:90%}
  .about-redesign .trust-card h3{font-size:17px}
  .about-redesign .trust-card p{font-size:14px}
  .about-redesign .pillar-card{padding:28px 24px 28px;border-radius:18px}
  .about-redesign .pillar-card-title{font-size:18px;margin-bottom:22px}
  .about-redesign .trust-data-grid{gap:20px 18px}
  .about-redesign .trust-num b{font-size:36px}
  .about-redesign .trust-certs li{padding:11px 14px;gap:12px}
  .about-redesign .trust-certs li b{font-size:14px}
  .about-redesign .trust-steps li{padding:11px 0;gap:12px}
  .about-redesign .trust-step-num{width:26px;height:26px;flex:0 0 26px;font-size:10px}
  .about-redesign .trust-step-label{font-size:14px}
}
@media(max-width:640px){
  .about-redesign{--nav-content-width:calc(100vw - 36px)}
  .about-redesign section{padding:40px 0}
  .about-redesign .about-hero{padding:64px 0 56px}
  .about-redesign .xp-beyond{padding:40px 0}
  .about-redesign .story-more{margin-bottom:40px}
  .about-redesign .about-hero h1{font-size:36px;margin-bottom:22px}
  .about-redesign .hero-intro-body{max-width:100%;margin-bottom:26px}
  .about-redesign .hero-intro-body p{font-size:16px;line-height:1.7;margin-bottom:12px}
  .about-redesign .hero-eyebrow{margin-bottom:18px}
  .about-redesign .trust-strip{padding:28px 22px;gap:30px}
  .about-redesign .trust-eyebrow{font-size:10.5px;margin-bottom:12px}
  .about-redesign .trust-h{font-size:15.5px;margin-bottom:20px}
  .about-redesign .trust-num b{font-size:34px}
  .about-redesign .trust-num span{font-size:13px;margin-top:6px}
  .about-redesign .people-gallery{column-count:2;column-gap:12px}
  .about-redesign .tpd-aside,.about-redesign .tpd-form-panel{padding:40px 26px}
  .about-redesign .tpd-field input,.about-redesign .tpd-field textarea{font-size:16px}
  .about-redesign .tpd-row{grid-template-columns:1fr}
  .about-redesign .tpd-captcha-row{grid-template-columns:minmax(0,1fr) 124px}
  .about-redesign .foot-top{grid-template-columns:1fr}
  .about-redesign .foot-bottom{flex-direction:column;align-items:flex-start}
  .about-redesign .trust-grid{grid-template-columns:1fr;gap:18px}
  .about-redesign .trust-card{grid-column:auto;padding:26px 18px 24px}
  .about-redesign .culture-row{padding:30px 24px;border-right:none;border-bottom:1px solid var(--line)}
  .about-redesign .culture-row:last-child{border-bottom:none;padding-bottom:32px}
  .about-redesign .culture-illust{width:72px;height:72px;border-radius:14px}
  .about-redesign .culture-illust svg,.about-redesign .culture-illust img{width:42px;height:42px}
  .about-redesign .culture-num{font-size:32px}
  .about-redesign .culture-info h3{font-size:21px;margin-bottom:6px}
  .about-redesign .culture-info p{font-size:14px;line-height:1.65}
}
@media(max-width:480px){
  .about-redesign .trust-grid{grid-template-columns:1fr;gap:18px}
  .about-redesign .trust-card{grid-column:auto}
  .about-redesign .people-gallery{column-count:1;column-gap:12px}
}
