:root{
  --bg:#f6f5f1;
  --paper:#fff;
  --ink:#11110f;
  --muted:#6d6d67;
  --line:#deddd7;
  --soft:#eceae3;
  --dark:#0e0e0d;
  --accent:#e95a37;
  --max:1320px;
  --pad:clamp(22px,4vw,64px);
}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;width:100%;height:100%;object-fit:cover}.wrap{width:min(var(--max),calc(100% - var(--pad)*2));margin:auto}.section{padding:clamp(92px,11vw,170px) 0}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:22px}.eyebrow .cn{letter-spacing:.12em;margin-right:12px;color:var(--ink)}.h2{font-size:clamp(42px,6vw,78px);line-height:1.03;letter-spacing:-.045em;margin:0;font-weight:630}.lead{max-width:780px;color:var(--muted);font-size:clamp(17px,1.45vw,21px);line-height:1.75;margin:28px 0 0}.caption{font-size:12px;letter-spacing:.08em;color:var(--muted)}.nav{height:62px;position:fixed;inset:0 0 auto;z-index:1000;display:flex;align-items:center;background:rgba(246,245,241,.82);backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid transparent;transition:.25s}.nav.scrolled{border-bottom-color:rgba(17,17,15,.09)}.nav .inner{width:min(var(--max),calc(100% - var(--pad)*2));margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:700;letter-spacing:-.02em}.navlinks{display:flex;gap:28px;align-items:center}.navlinks a{font-size:13px;color:#3d3d39;transition:.2s}.navlinks a:hover{color:var(--accent)}.navcta{padding:9px 18px;border-radius:999px;background:var(--ink);color:white!important}.navcta:hover{background:var(--accent)!important}.hero{min-height:100vh;padding:112px 0 52px;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(390px,.78fr);gap:clamp(46px,7vw,100px);align-items:center}.hero-kicker{font-size:12px;letter-spacing:.15em;font-weight:650;line-height:1.7;margin-bottom:34px}.hero-kicker small{display:block;color:var(--muted);font-size:10px;letter-spacing:.23em;margin-top:2px}.hero h1{font-size:clamp(58px,7.8vw,112px);line-height:.96;letter-spacing:-.06em;margin:0;font-weight:650;max-width:880px}.hero h1 span{display:block}.hero h1 .accent{color:var(--accent)}.hero-copy{font-size:clamp(16px,1.45vw,20px);line-height:1.85;color:#4d4d48;margin:34px 0 28px;max-width:800px}.hero-proof{font-size:12px;color:#62625d;line-height:1.75;padding-top:24px;border-top:1px solid var(--line);max-width:820px}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{border:1px solid var(--ink);border-radius:999px;padding:13px 22px;font-size:13px;font-weight:650;display:inline-flex;align-items:center;gap:10px;transition:.2s}.btn.dark{background:var(--ink);color:#fff}.btn:hover{transform:translateY(-2px)}.btn.dark:hover{background:var(--accent);border-color:var(--accent)}.hero-visual{height:min(72vh,700px);min-height:560px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px;position:relative}.visual-tile{position:relative;overflow:hidden;background:#222}.visual-tile:first-child{grid-row:1/3}.visual-tile img{transition:transform .8s cubic-bezier(.2,.7,.2,1)}.visual-tile:hover img{transform:scale(1.025)}.visual-label{position:absolute;left:18px;bottom:15px;padding:7px 10px;background:rgba(0,0,0,.72);color:#fff;font-size:9px;letter-spacing:.2em}.visual-tile:nth-child(3) .visual-label{background:rgba(255,255,255,.88);color:#111}.hero-visual:after{content:"THREE MARKETS · THREE PLAYBOOKS";position:absolute;right:-30px;top:50%;transform:rotate(90deg) translateX(50%);transform-origin:right top;font-size:9px;letter-spacing:.24em;color:#86867f}.about{background:#fff}.about-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:74px}.about-head .lead{margin:0}.strengths{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.strength{padding:34px 24px 38px;border-right:1px solid var(--line);min-height:220px}.strength:last-child{border-right:0}.num{font-size:12px;color:var(--accent);font-weight:700;letter-spacing:.14em;margin-bottom:46px}.strength h3{font-size:19px;line-height:1.25;margin:0 0 12px;letter-spacing:-.02em}.strength p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.credentials{margin-top:58px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.credential{background:#faf9f6;padding:27px 30px;display:flex;align-items:center;gap:20px}.schoolmark{width:58px;height:58px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:750;letter-spacing:.04em;flex:none}.schoolmark.square{border-radius:12px}.schoolmark.hec{font-size:9px;line-height:1.15;text-align:center}.credential strong{display:block;font-size:15px}.credential span{font-size:12px;color:var(--muted)}.career-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border-top:1px solid var(--line)}.career-item{padding:24px 20px 0 0}.career-item b{display:block;font-size:12px;margin-bottom:7px}.career-item span{font-size:12px;color:var(--muted);line-height:1.6}.why{background:var(--dark);color:#fff}.why .eyebrow .cn{color:#fff}.why .lead{color:#b9b9b2}.why-title{max-width:1040px}.why-title em{font-style:normal;color:var(--accent)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:76px;border-top:1px solid #30302d;border-left:1px solid #30302d}.why-card{padding:38px 42px 42px;border-right:1px solid #30302d;border-bottom:1px solid #30302d;min-height:220px}.why-card .num{margin-bottom:30px}.why-card h3{font-size:24px;margin:0 0 12px;letter-spacing:-.02em}.why-card p{margin:0;color:#aeadA6;font-size:14px;line-height:1.8;max-width:530px}.agency-bar{margin-top:22px;border:1px solid #353532;padding:26px 30px;display:grid;grid-template-columns:200px 1fr;gap:30px;align-items:center}.agency-bar strong{font-size:18px}.agency-bar p{margin:0;color:#bdbdb6;font-size:14px}.answer{margin-top:88px;display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start}.answer h3{font-size:clamp(34px,4vw,56px);line-height:1.08;letter-spacing:-.04em;margin:0}.answer-list{border-top:1px solid #383835}.answer-item{display:grid;grid-template-columns:160px 1fr;gap:30px;padding:21px 0;border-bottom:1px solid #383835}.answer-item b{font-size:14px}.answer-item span{font-size:14px;color:#bdbdb6}.engage-head{margin-top:105px;display:flex;justify-content:space-between;align-items:end;gap:40px}.engage-head h3{font-size:36px;margin:0;letter-spacing:-.03em}.engage-head p{color:#aaa9a3;margin:0;font-size:13px}.engagements{display:grid;grid-template-columns:repeat(3,1fr);margin-top:35px;border-top:1px solid #383835}.engagement{padding:34px 36px 0 0;border-right:1px solid #383835;min-height:240px}.engagement+ .engagement{padding-left:36px}.engagement:last-child{border-right:0}.engagement small{color:var(--accent);letter-spacing:.13em;font-size:10px}.engagement h4{font-size:22px;margin:17px 0 10px}.engagement .role{color:#fff;font-size:13px;font-weight:650;margin-bottom:17px}.engagement p{font-size:13px;color:#aeadA6;line-height:1.75;margin:0}.capabilities{background:var(--bg)}.cap-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}.cap-intro .lead{margin:0}.cap-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px;margin-top:80px}.cap-tabs{position:sticky;top:94px;align-self:start;border-top:1px solid var(--line)}.cap-tab{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;padding:18px 4px;display:grid;grid-template-columns:42px 1fr;gap:12px;color:#777770;cursor:pointer;transition:.2s}.cap-tab:hover,.cap-tab.active{color:var(--ink)}.cap-tab.active .cap-no{color:var(--accent)}.cap-tab .cap-name{font-size:14px;font-weight:650}.cap-no{font-size:10px;letter-spacing:.12em}.cap-panel{display:none}.cap-panel.active{display:block}.cap-hero{position:relative;min-height:410px;background:#171716;overflow:hidden;margin-bottom:38px}.cap-hero img{opacity:.72}.cap-hero .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.12))}.cap-hero-copy{position:absolute;left:42px;bottom:38px;z-index:2;color:#fff;max-width:620px}.cap-hero-copy .eyebrow{margin-bottom:14px}.cap-hero-copy h3{font-size:clamp(36px,4vw,55px);line-height:1.04;margin:0 0 14px;letter-spacing:-.04em}.cap-hero-copy p{font-size:14px;color:#d0d0ca;max-width:620px;margin:0}.cap-plain{border-top:1px solid var(--line);padding-top:32px}.cap-plain h3{font-size:clamp(36px,4vw,55px);line-height:1.04;margin:0 0 14px;letter-spacing:-.04em}.cap-plain>p{color:var(--muted);font-size:15px;max-width:760px}.case-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;margin-top:34px;border-top:1px solid var(--line)}.case-mini{padding:25px 0;border-bottom:1px solid var(--line)}.case-mini small{font-size:9px;color:var(--accent);letter-spacing:.13em;text-transform:uppercase}.case-mini b{display:block;font-size:16px;margin:9px 0 6px;letter-spacing:-.01em}.case-mini p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.65}.playbook{margin-top:36px;background:#111;color:#fff;padding:26px 30px}.playbook strong{font-size:13px;display:block;margin-bottom:13px}.playbook span{font-size:12px;color:#c8c8c1;line-height:1.7}.featured{background:#fff}.featured-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:66px}.featured-head .lead{margin:0;max-width:530px}.featured-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:18px}.feat{cursor:pointer}.feat-img{height:520px;overflow:hidden;position:relative;background:#111}.feat:not(:first-child) .feat-img{height:390px}.feat-img img{transition:transform .65s cubic-bezier(.2,.7,.2,1)}.feat:hover .feat-img img{transform:scale(1.025)}.feat-tag{position:absolute;top:18px;left:18px;background:rgba(0,0,0,.72);color:#fff;padding:7px 10px;font-size:9px;letter-spacing:.16em}.feat-body{padding:24px 2px 0}.feat-body h3{font-size:clamp(24px,2.3vw,32px);line-height:1.13;margin:0 0 11px;letter-spacing:-.03em}.feat-body p{font-size:13px;color:var(--muted);margin:0 0 18px;line-height:1.7}.feat-metrics{display:flex;gap:22px;padding-top:17px;border-top:1px solid var(--line)}.feat-metric b{font-size:17px}.feat-metric span{display:block;font-size:10px;color:var(--muted);margin-top:3px}.open-case{display:inline-flex;margin-top:19px;font-size:12px;font-weight:650;gap:8px}.track{background:#0b0b0a;color:#fff}.track .h2{max-width:920px}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:74px;border-top:1px solid #30302e;border-left:1px solid #30302e}.stat{padding:45px 38px;border-right:1px solid #30302e;border-bottom:1px solid #30302e;min-height:200px}.stat b{display:block;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.05em}.stat b i{font-style:normal;color:var(--accent)}.stat span{display:block;margin-top:16px;color:#aaa9a4;font-size:12px;max-width:260px;line-height:1.7}.process{background:var(--bg)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:68px;border-top:1px solid var(--line)}.step{padding:32px 32px 0 0;border-right:1px solid var(--line);min-height:250px}.step+.step{padding-left:32px}.step:last-child{border-right:0}.step .num{margin-bottom:58px}.step h3{font-size:25px;margin:0 0 12px}.step p{font-size:13px;color:var(--muted);margin:0;line-height:1.75}.fit{background:#fff}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:65px;border:1px solid var(--line)}.fit-col{padding:40px 44px}.fit-col:first-child{border-right:1px solid var(--line)}.fit-col h3{font-size:28px;margin:0 0 24px}.fit-col ul{list-style:none;padding:0;margin:0}.fit-col li{display:flex;gap:12px;padding:14px 0;border-top:1px solid var(--line);font-size:14px}.fit-col li:before{content:"•";color:var(--accent)}.fit-col.negative{background:#faf9f6}.fit-col.negative li:before{color:#aaa}.contact{background:var(--dark);color:#fff;padding:clamp(90px,10vw,150px) 0}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:center}.contact h2{font-size:clamp(48px,7vw,92px);line-height:.98;letter-spacing:-.055em;margin:0}.contact p{color:#b8b8b2;max-width:600px;font-size:16px;line-height:1.8;margin:28px 0 0}.qr-card{justify-self:end;border:1px solid #33332f;padding:30px;width:min(360px,100%)}.qr{aspect-ratio:1;background:#fff;display:grid;place-items:center;color:#111;position:relative;overflow:hidden}.qr:before{content:"WECHAT";font-weight:800;letter-spacing:.2em;font-size:12px}.qr:after{content:"替换为本人微信二维码";position:absolute;bottom:17px;left:0;right:0;text-align:center;font-size:10px;color:#888}.qr-card strong{display:block;margin-top:18px}.qr-card span{font-size:12px;color:#999}footer{background:#090909;color:#777;padding:25px 0;border-top:1px solid #222;font-size:11px}.foot{display:flex;justify-content:space-between}dialog{width:min(1040px,calc(100% - 30px));max-height:90vh;padding:0;border:0;background:#f8f7f3;color:var(--ink);box-shadow:0 24px 80px rgba(0,0,0,.32)}dialog::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(4px)}.modal-close{position:sticky;top:18px;float:right;margin:18px 18px 0 0;width:42px;height:42px;border-radius:50%;border:1px solid #bbb;background:rgba(248,247,243,.9);z-index:10;cursor:pointer;font-size:20px}.case-detail-hero{height:430px;position:relative;background:#111}.case-detail-hero .overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 55%)}.case-detail-title{position:absolute;left:42px;bottom:34px;color:#fff}.case-detail-title small{font-size:10px;letter-spacing:.18em}.case-detail-title h3{font-size:44px;margin:9px 0 0;letter-spacing:-.04em}.case-detail-content{padding:45px}.detail-grid{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:26px 0;border-top:1px solid var(--line)}.detail-grid h4{margin:0;font-size:13px}.detail-grid p{margin:0;color:#55554f;font-size:14px;line-height:1.82}.detail-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin-top:16px}.detail-metric{background:#fff;padding:23px}.detail-metric b{font-size:24px}.detail-metric span{display:block;font-size:10px;color:var(--muted);margin-top:5px}.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}.detail-gallery img{height:260px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}.reveal.in{opacity:1;transform:none}@media(max-width:1050px){
  .navlinks a:not(.navcta){display:none}.hero{padding-top:96px}.hero-grid{grid-template-columns:1fr}.hero-visual{height:540px;min-height:0}.strengths{grid-template-columns:repeat(2,1fr)}.strength:nth-child(2),.strength:nth-child(4){border-right:0}.strength:last-child{grid-column:1/3}.credentials{grid-template-columns:1fr}.career-strip{grid-template-columns:repeat(2,1fr)}.answer{grid-template-columns:1fr;gap:50px}.cap-layout{grid-template-columns:1fr}.cap-tabs{position:static;display:flex;overflow:auto;gap:8px;border:0}.cap-tab{min-width:210px;border:1px solid var(--line);padding:14px}.featured-grid{grid-template-columns:1fr 1fr}.feat:first-child{grid-column:1/3}.stats{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.step:nth-child(2){border-right:0}.contact-grid{grid-template-columns:1fr}.qr-card{justify-self:start}}@media(max-width:700px){
  :root{--pad:20px}.section{padding:88px 0}.hero{min-height:auto;padding:105px 0 70px}.hero-grid{gap:42px}.hero h1{font-size:55px}.hero-copy{font-size:16px}.hero-visual{height:460px;grid-template-columns:1fr 1fr;grid-template-rows:1.25fr .75fr}.hero-visual .visual-tile:first-child{grid-column:1/3;grid-row:auto}.hero-visual:after{display:none}.about-head,.cap-intro{grid-template-columns:1fr;gap:22px}.strengths{grid-template-columns:1fr}.strength,.strength:nth-child(2),.strength:nth-child(4){border-right:0}.strength:last-child{grid-column:auto}.career-strip{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.why-card{padding:30px}.agency-bar{grid-template-columns:1fr}.answer-item{grid-template-columns:1fr;gap:8px}.engagements{grid-template-columns:1fr}.engagement,.engagement+.engagement{padding:28px 0;border-right:0;border-bottom:1px solid #383835}.cap-layout{margin-top:50px}.cap-tabs{display:none}.cap-panel{display:block!important;margin-bottom:70px}.cap-panel:not(.active){display:block!important}.cap-hero{min-height:370px}.cap-hero-copy{left:25px;right:25px;bottom:25px}.case-mini-grid{grid-template-columns:1fr}.featured-head{display:block}.featured-head .lead{margin-top:22px}.featured-grid{grid-template-columns:1fr}.feat:first-child{grid-column:auto}.feat .feat-img,.feat:not(:first-child) .feat-img{height:420px}.stats{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.step,.step+.step{padding:28px 0;border-right:0;border-bottom:1px solid var(--line);min-height:auto}.step .num{margin-bottom:24px}.fit-grid{grid-template-columns:1fr}.fit-col:first-child{border-right:0;border-bottom:1px solid var(--line)}.fit-col{padding:32px 25px}.contact h2{font-size:56px}.detail-grid{grid-template-columns:1fr;gap:8px}.detail-metrics{grid-template-columns:1fr 1fr}.detail-gallery{grid-template-columns:1fr}.case-detail-content{padding:30px 22px}.case-detail-title{left:24px}.case-detail-title h3{font-size:34px}.case-detail-hero{height:360px}.foot{display:block;line-height:1.8}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.visual-tile img,.feat-img img{transition:none}}#capabilities .mini-copy{
  height:auto!important;
  min-height:0!important;
}#capabilities .sub-img-placeholder{
  filter:saturate(.98) contrast(1.01) brightness(1.02)!important;
}#cases .feat-img:after{
  background:linear-gradient(180deg,rgba(0,0,0,0) 54%,rgba(0,0,0,.22) 100%)!important;
  opacity:.32!important;
}#cases .feat:hover .feat-img:after{opacity:.18!important}#cases .feat-metric b{
  color:#f06a49!important;
  font-size:18px!important;
  font-weight:680!important;
}#cases .feat-metric span{
  font-size:10.6px!important;
  color:#96928b!important;
  letter-spacing:.025em!important;
  margin-top:5px!important;
}#cases .feat-index{
  color:rgba(240,106,73,.18)!important;
}#cases .feat:hover .feat-index{
  color:rgba(240,106,73,.42)!important;
}:root{--life-blue:#2B63FF;--life-lime:#C7F044;--life-violet:#7D5CFF;--life-cyan:#4ED8D2;--life-yellow:#FFC84A}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:750}.eyebrow .cn{font-size:14px}.hero-kicker{font-size:15px;letter-spacing:.12em;margin-bottom:30px}.hero-kicker small{font-size:11.5px;letter-spacing:.18em;margin-top:5px}.hero-proof{font-size:14px;line-height:1.7;color:#55554f;font-weight:560}.hero-copy{font-size:clamp(17px,1.5vw,21px)}.hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);gap:clamp(48px,6vw,86px)}.hero-visual{display:block;height:auto;min-height:0}.hero-visual:after{display:none}.hero-placeholder{aspect-ratio:4/5;min-height:590px;border-radius:2px;background:linear-gradient(150deg,#141414 0%,#27211e 38%,#b84529 100%)}.img-placeholder{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:4px;padding:20px;overflow:hidden;background:linear-gradient(135deg,#181818,#292723 54%,#513024);color:#fff;border:1px solid rgba(255,255,255,.12)}.img-placeholder:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:var(--accent);filter:blur(72px);opacity:.28;right:-35px;top:-35px}.img-placeholder span,.img-placeholder b,.img-placeholder small{position:relative;z-index:1}.img-placeholder span{font-weight:800;color:var(--accent);font-size:12px;letter-spacing:.16em}.img-placeholder b{font-size:18px;line-height:1.25}.img-placeholder small{font-size:11px;color:rgba(255,255,255,.6);letter-spacing:.08em}.about-head{grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:80px;align-items:start;margin-bottom:54px}.about-side{display:grid;grid-template-columns:210px 1fr;gap:30px;align-items:end;padding-top:4px}.about-portrait{aspect-ratio:3/4;overflow:hidden;background:#eee}.about-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.about-head .lead{font-size:16px;line-height:1.8;margin:0 0 2px;color:#74746e}.strength{transition:transform .32s,background .32s,color .32s}.strength h3{font-size:20px}.strength p{font-size:14px;line-height:1.75}.strength:hover{transform:translateY(-5px);background:#171716;color:#fff}.strength:hover p{color:#d4d4ce}.strength:nth-child(2):hover{background:#2436cc}.strength:nth-child(3):hover{background:#a84125}.strength:nth-child(4):hover{background:#315f46}.strength:nth-child(5):hover{background:#5a3da1}.credential{min-height:118px}.schoolmark.logo-mark{width:104px;height:74px;background:#fff!important;padding:8px;border-radius:0;display:grid;place-items:center}.schoolmark.logo-mark img{max-width:100%;max-height:100%;object-fit:contain}.credential strong{font-size:15px}.credential span{font-size:13px}.career-item b{font-size:14px}.career-item span{font-size:13px;line-height:1.65}.why-grid{margin-top:54px}.why-card{min-height:0;padding:28px 34px 32px;transition:transform .3s,background .3s,border-color .3s}.why-card-head{display:flex;align-items:center;gap:16px;margin-bottom:15px}.why-card .num{margin:0;font-size:12px}.why-card h3{margin:0;font-size:22px}.why-card p{font-size:14.5px;line-height:1.78}.why-card:hover{transform:translateY(-4px);background:#171716}.why-card:nth-child(2):hover{background:#1b2e70}.why-card:nth-child(3):hover{background:#67331f}.why-card:nth-child(4):hover{background:#254b3f}.agency-bar strong{font-size:20px}.agency-bar p{font-size:15px;line-height:1.7}.answer-item b{font-size:15px}.answer-item span{font-size:15px;line-height:1.7}.engage-head p{font-size:14px}.engagement{transition:transform .3s,background .3s,padding .3s}.engagement small{font-size:11px}.engagement .role{font-size:14px}.engagement p{font-size:14px}.engagement:hover{background:#191918;transform:translateY(-4px)}.engagement:nth-child(2):hover{background:#1a2f72}.engagement:nth-child(3):hover{background:#57331f}.cap-intro{margin-bottom:70px}.cap-intro .lead{font-size:16px}.cap-accordions{border-top:1px solid #30302d}.cap-accordion{border-bottom:1px solid #30302d}.cap-accordion-head{width:100%;background:none;border:0;color:#fff;text-align:left;display:grid;grid-template-columns:108px 1fr 48px;align-items:center;gap:24px;padding:31px 0;cursor:pointer}.mod-idx{font-size:12px;line-height:1.5;letter-spacing:.14em;color:var(--accent);font-weight:800}.mod-head-copy b{display:block;font-size:clamp(27px,3vw,42px);line-height:1.08;letter-spacing:-.03em;transition:color .25s}.mod-head-copy small{display:block;margin-top:7px;font-size:14px;color:#88877f}.mod-plus{width:42px;height:42px;border:1px solid #4a4a46;border-radius:50%;display:grid;place-items:center;font-size:23px;transition:.35s}.cap-accordion-head:hover .mod-head-copy b,.cap-accordion.open .mod-head-copy b{color:var(--accent)}.cap-accordion.open .mod-plus{transform:rotate(45deg);background:var(--accent);border-color:var(--accent)}.cap-accordion-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .58s cubic-bezier(.2,.72,.2,1)}.cap-accordion.open .cap-accordion-body{grid-template-rows:1fr}.cap-accordion-inner{min-height:0;overflow:hidden}.cap-module-intro{font-size:16px;color:#c1c0b9;line-height:1.8;max-width:850px;padding:8px 0 28px}.cap-mini-grid{grid-template-columns:repeat(2,1fr);gap:18px;border-top:0;margin:0 0 28px}.cap-mini-card{border:1px solid #2d2d2a!important;background:#151514;padding:0!important;overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s;min-width:0}.cap-mini-card:hover{transform:translateY(-4px);border-color:#4a4a45!important;box-shadow:0 14px 38px rgba(0,0,0,.22)}.sub-img-placeholder{aspect-ratio:16/8.8;border:0;border-bottom:1px solid #2d2d2a}.mini-copy{padding:24px 25px 27px}.cap-mini-card small{font-size:11px!important;letter-spacing:.16em!important}.cap-mini-card b{font-size:20px!important;margin:10px 0 8px!important;color:#fff}.cap-mini-card p{font-size:14px!important;line-height:1.72!important;color:#b5b4ad!important}.mini-expand-label{display:inline-block;margin-top:15px;font-size:11px;color:var(--accent);font-weight:750;letter-spacing:.06em}.mini-click{cursor:pointer}.mini-detail{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s}.mini-click.detail-open .mini-detail{grid-template-rows:1fr}.mini-detail-gallery{min-height:0;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 18px}.mini-click.detail-open .mini-detail-gallery{padding-bottom:18px}.detail-img-placeholder{min-height:145px;padding:12px}.detail-img-placeholder b{font-size:12px!important}.detail-img-placeholder small{font-size:9px!important}.playbook{margin:0 0 36px;padding:30px 34px}.playbook strong{font-size:18px;margin-bottom:12px}.playbook span{font-size:15px;line-height:1.75}.featured-grid{grid-template-columns:repeat(3,1fr)!important;gap:28px}.feat:first-child{grid-column:auto!important}.feat{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:transform .35s,box-shadow .35s}.feat:hover{transform:translateY(-7px);box-shadow:0 18px 48px rgba(0,0,0,.09)}.feat .feat-img,.feat:not(:first-child) .feat-img{height:auto!important;aspect-ratio:1.18/1;background:#111}.feature-placeholder{width:100%;height:100%;border:0;border-radius:0;background:linear-gradient(145deg,#171717,#28241f 60%,#4b3429)}.feat:nth-child(2) .feature-placeholder{background:linear-gradient(145deg,#171717,#31202d 55%,#6f2753)}.feat:nth-child(3) .feature-placeholder{background:linear-gradient(145deg,#171717,#202b2d 55%,#1e5d63)}.feat-body{padding:27px 28px 30px}.feat-body h3{font-size:28px}.feat-body p{font-size:14px;line-height:1.72}.feat-metric b{font-size:20px}.feat-metric span{font-size:11px}.open-case{font-size:13px}dialog.case-study-dialog{width:min(1180px,calc(100vw - 40px));max-height:92vh;padding:0;border:0;border-radius:22px;background:#111;color:#eee;box-shadow:0 30px 90px rgba(0,0,0,.45)}dialog.case-study-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.case-study-dialog .modal-close{position:sticky;float:right;top:18px;right:18px;z-index:5;margin:18px 18px 0 0;width:42px;height:42px;border-radius:50%;border:1px solid #444;background:#171717;color:#fff;font-size:25px;cursor:pointer}.case-study-wrap{padding:58px 64px 64px}.case-study-head{padding-right:50px;padding-bottom:38px;border-bottom:1px solid #373735}.case-study-head small{font-size:12px;letter-spacing:.22em;color:var(--accent);font-weight:750}.case-study-head h3{font-size:clamp(34px,4.2vw,58px);line-height:1.08;margin:16px 0 0;letter-spacing:-.04em}.case-row{display:grid;grid-template-columns:170px 1fr;gap:38px;padding:28px 0;border-bottom:1px solid #373735}.case-row h4{font-size:14px;color:var(--accent);letter-spacing:.1em}.case-row p{font-size:15px;color:#c7c6bf;line-height:1.82;margin:0}.case-horizontal-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:34px 0;border-bottom:1px solid #373735}.case-gallery-placeholder{aspect-ratio:16/9;min-height:0;padding:15px}.case-gallery-placeholder b{font-size:14px}.case-results{display:grid;grid-template-columns:170px 1fr;gap:38px;padding-top:32px}.case-results-label{color:var(--accent);font-size:14px;font-weight:750;letter-spacing:.1em}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.result-tile{border:1px solid #3b3b38;border-radius:16px;padding:21px 22px}.result-tile b{display:block;color:var(--accent);font-size:25px}.result-tile span{display:block;color:#aeadA6;font-size:13px;margin-top:7px}.track .wrap{position:relative}.track .stats{margin-right:320px}.stat{transition:background .35s,transform .3s}.stat:hover{background:#1b1b19;transform:translateY(-3px)}.stat:nth-child(2):hover{background:#182757}.stat:nth-child(3):hover{background:#5d2d20}.stat:nth-child(4):hover{background:#21423b}.stat:nth-child(5):hover{background:#4b3575}.stat:nth-child(6):hover{background:#554217}.stat span{font-size:13px}.growth-stat{position:absolute;right:0;top:190px;width:280px;min-height:330px;border:1px solid #30302e;padding:34px 30px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(155deg,#171717,#312019 55%,#9e3f25);transition:transform .35s}.growth-stat:hover{transform:translateY(-7px)}.growth-stat small{font-size:11px;letter-spacing:.18em;color:#e4a692}.growth-stat b{font-size:54px;line-height:1;color:#fff;margin:14px 0 10px;letter-spacing:-.05em}.growth-stat span{font-size:15px;color:#e4dfd7}.fit .h2{max-width:820px}.fit-col{padding:48px 50px}.fit-col h3{font-size:30px}.fit-col li{font-size:15px;line-height:1.6}.fit-grid{border-radius:18px;overflow:hidden}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr}.hero-placeholder{min-height:440px;aspect-ratio:16/8}.about-head{grid-template-columns:1fr}.about-side{grid-template-columns:180px 1fr}.featured-grid{grid-template-columns:1fr 1fr!important}.track .stats{margin-right:0}.growth-stat{position:static;width:auto;min-height:210px;margin-top:18px}.cap-mini-grid{grid-template-columns:1fr}}@media(max-width:720px){.hero-placeholder{min-height:360px}.about-side{grid-template-columns:1fr}.about-portrait{width:190px}.cap-accordion-head{grid-template-columns:72px 1fr 40px;gap:12px;padding:24px 0}.mod-head-copy b{font-size:26px}.mod-head-copy small{font-size:12px}.cap-mini-grid{grid-template-columns:1fr}.mini-detail-gallery{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr!important}.case-study-wrap{padding:48px 24px 38px}.case-row,.case-results{grid-template-columns:1fr;gap:10px}.case-horizontal-gallery{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr}.fit-col{padding:34px 26px}}:root{--v6-ink:#171716;--v6-muted:#66645e;--v6-warm:#f3f1ec;--v6-line:#c9c5bd}.h2{font-size:clamp(38px,5.25vw,68px)!important;line-height:1.045!important}.lead{font-size:clamp(15px,1.15vw,17px)!important;line-height:1.72!important}.hero h1{font-size:clamp(54px,7vw,98px)!important}.hero-grid{grid-template-columns:minmax(0,1.43fr) minmax(300px,.57fr)!important;gap:clamp(42px,6vw,82px)!important}.hero-copy{font-size:clamp(15px,1.15vw,17px)!important;line-height:1.72!important;max-width:760px!important}.hero-proof{font-size:11px!important;white-space:nowrap!important;max-width:none!important;letter-spacing:-.01em}.hero .visual{max-width:430px;justify-self:end;width:100%}#about .about-head{grid-template-columns:1fr 300px!important;align-items:start!important;margin-bottom:50px!important;gap:70px!important}#about .about-head>div:first-child{align-self:start}#about .about-side{display:block!important;padding:0!important}#about .about-portrait{width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#e9e6df!important;box-shadow:0 26px 65px rgba(0,0,0,.10)}#about .about-portrait img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;filter:saturate(.86) contrast(1.02)!important;transform:scale(1.015)}#about .strength,#about .credential{transition:none!important}#about .strength:hover{transform:none!important;background:inherit!important;color:inherit!important}#about .strength p{font-size:13px!important;line-height:1.72!important}#about .credentials{margin-top:52px!important;grid-template-columns:repeat(3,1fr)!important;align-items:stretch!important}#about .credential{display:flex!important;align-items:center!important;gap:18px!important;min-height:104px!important;padding:23px 25px!important}#about .schoolmark.logo-mark{width:68px!important;min-width:68px!important;height:48px!important;display:grid!important;place-items:center!important}#about .schoolmark.logo-mark img{width:100%!important;height:42px!important;object-fit:contain!important;filter:grayscale(1) contrast(1.1)!important;opacity:.78!important}#about .career-strip{font-size:inherit}#why .why-card p{font-size:14.5px!important;line-height:1.82!important}#why .engage-head p{font-size:14px!important}#capabilities .wrap{max-width:1160px!important}#capabilities .cap-intro{gap:48px}#capabilities .cap-accordions{border-top:1px solid #9d9990!important}#capabilities .cap-accordion{border-bottom:1px solid #aaa69d!important;background:transparent!important}#capabilities .cap-accordion-head{color:var(--v6-ink)!important;padding:26px 4px!important;grid-template-columns:88px 1fr 42px!important}#capabilities .mod-idx{color:#b5523b!important;font-weight:700!important}#capabilities .mod-head-copy b{color:var(--v6-ink)!important;font-size:clamp(24px,2.5vw,34px)!important;font-weight:620!important}#capabilities .mod-head-copy small{color:#6e6b64!important;font-size:12px!important}#capabilities .mod-plus{color:var(--v6-ink)!important;border-color:#88857d!important;width:34px!important;height:34px!important}#capabilities .cap-accordion-body{background:var(--v6-warm)!important;color:var(--v6-ink)!important}#capabilities .cap-accordion-inner{padding:30px 30px 36px!important}#capabilities .cap-module-intro{font-size:15px!important;color:#585650!important;line-height:1.75!important;max-width:880px!important}#capabilities .cap-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;border-top:1px solid var(--v6-line)!important}#capabilities .cap-mini-card{background:transparent!important;border:0!important;border-bottom:1px solid var(--v6-line)!important;box-shadow:none!important;color:var(--v6-ink)!important;min-width:0!important}#capabilities .cap-mini-card:nth-child(odd){border-right:1px solid var(--v6-line)!important}#capabilities .cap-mini-card:hover{transform:none!important;box-shadow:none!important;border-color:var(--v6-line)!important}#capabilities .mini-copy{padding:24px!important}#capabilities .mini-copy small{color:#b5523b!important}#capabilities .mini-copy>b{color:#1c1b19!important;font-size:20px!important;line-height:1.25!important}#capabilities .cap-mini-card p{font-size:13.5px!important;line-height:1.72!important;color:#64615b!important}#capabilities .mini-expand-label{color:#b5523b!important}#capabilities .mini-detail{background:#ebe8e1!important;border-top:1px solid var(--v6-line)!important}#capabilities .playbook{background:#111110!important;color:#f7f5ef!important;margin-top:34px!important}#capabilities .playbook span{color:#c8c4bb!important}.img-placeholder.has-source{position:relative!important;background-size:cover!important;background-repeat:no-repeat!important;color:#fff!important;isolation:isolate}.img-placeholder.has-source:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.22));z-index:-1}.img-placeholder.has-source span,.img-placeholder.has-source b,.img-placeholder.has-source small{position:relative;z-index:1;text-shadow:0 1px 10px rgba(0,0,0,.5)}.img-placeholder.external-linked{cursor:pointer!important}.img-placeholder.external-linked:hover{outline:2px solid rgba(181,82,59,.8);outline-offset:-2px}.external-case-card{cursor:pointer}.case-study-head .case-lead{max-width:920px;color:#aaa79f;font-size:15px;line-height:1.78;margin-top:18px}.case-row p strong{color:#f0ede6;font-weight:650}.result-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.result-tile{min-height:150px!important}.case-video-block{margin:34px 0 0;padding-top:28px;border-top:1px solid #31312f}.case-video-label{font-size:10px;letter-spacing:.19em;color:#c65e42;font-weight:700;margin-bottom:14px}.video-ratio{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.video-ratio iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.instagram-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.instagram-grid iframe{width:100%;height:640px;border:0;background:#fff;border-radius:4px}#track .growth-row{margin-top:58px;border:1px solid #30302e;min-height:154px;padding:28px 34px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:end;gap:4px 36px;background:linear-gradient(110deg,#111 0%,#171514 52%,#6f3023 100%)}#track .growth-row small{grid-column:1;color:#a9a69e;letter-spacing:.18em;font-size:10px;align-self:start}#track .growth-row b{grid-column:2;grid-row:1/3;color:#fff;font-size:clamp(42px,6vw,78px);line-height:.9;letter-spacing:-.05em}#track .growth-row span{grid-column:1;color:#e6e2da;font-size:14px}#track .stats{margin-top:0!important}#fit .fit-grid{margin-top:58px!important;border-color:#d0ccc4!important;background:#f8f7f3!important}#fit .fit-col{padding:42px 44px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}#fit .fit-col h3{font-size:13px!important;letter-spacing:.15em!important;font-weight:700!important;margin:0 0 18px!important;text-transform:uppercase}#fit .fit-col ul{width:100%;max-width:520px;margin:0 auto!important;padding:0!important}#fit .fit-col li{justify-content:center!important;text-align:center!important;font-size:13.5px!important;line-height:1.65!important;padding:15px 10px!important}#fit .fit-col li:before{display:none!important}#fit .fit-col.negative{background:#efede7!important}#contact h2{font-size:clamp(44px,6.5vw,82px)!important;line-height:1!important}#contact p{font-size:16px!important;line-height:1.75!important;max-width:520px!important}@media(max-width:900px){
 .hero-proof{white-space:normal!important}.hero-grid{grid-template-columns:1fr!important}.hero .visual{max-width:100%;justify-self:stretch}
 #about .about-head{grid-template-columns:1fr!important;gap:28px!important}#about .about-side{max-width:300px!important}
 #capabilities .cap-mini-grid{grid-template-columns:1fr!important}#capabilities .cap-mini-card:nth-child(odd){border-right:0!important}
 .result-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.instagram-grid{grid-template-columns:1fr!important}.instagram-grid iframe{height:590px}
 #track .growth-row{grid-template-columns:1fr!important}#track .growth-row b{grid-column:1!important;grid-row:auto!important;margin-top:20px}
 #fit .fit-grid{grid-template-columns:1fr!important}
}#about .about-restored-title{margin-top:26px!important;max-width:760px!important}#about .strength{transition:none!important}#about .strength:hover{transform:none!important;background:inherit!important;color:inherit!important}#about .strength:hover p{color:var(--muted)!important}#why .engagement{transition:none!important}#why .engagement:hover{transform:none!important;background:transparent!important}#capabilities{background:#080808!important;color:#f5f4f0!important}#capabilities .wrap{max-width:1100px!important}#capabilities .eyebrow{color:#cf674d!important}#capabilities .eyebrow .cn{color:#f5f4f0!important}#capabilities .cap-intro{gap:54px!important;align-items:end!important}#capabilities .cap-intro .h2{color:#f7f6f2!important;max-width:760px!important;font-size:clamp(36px,4.7vw,61px)!important;line-height:1.04!important}#capabilities .cap-intro .lead{color:#9f9d96!important;max-width:430px!important}#capabilities .cap-accordions{border-top:0!important;margin-top:66px!important}#capabilities .cap-accordion{background:#10100f!important;border:1px solid #292825!important;border-radius:16px!important;margin:0 0 14px!important;overflow:hidden!important;box-shadow:0 14px 40px rgba(0,0,0,.16)!important}#capabilities .cap-accordion-head{color:#f3f2ee!important;padding:20px 22px!important;grid-template-columns:76px 1fr 34px!important;gap:18px!important}#capabilities .cap-accordion-head:hover .mod-head-copy b{color:#f3f2ee!important}#capabilities .cap-accordion.open .mod-head-copy b{color:#df6a4b!important}#capabilities .mod-idx{color:#d3684d!important;font-size:10px!important;letter-spacing:.15em!important}#capabilities .mod-head-copy b{color:#f3f2ee!important;font-size:clamp(20px,2.1vw,28px)!important;line-height:1.16!important;font-weight:590!important;letter-spacing:-.025em!important}#capabilities .mod-head-copy small{color:#85837d!important;font-size:11px!important;margin-top:6px!important;letter-spacing:.01em!important}#capabilities .mod-plus{width:30px!important;height:30px!important;color:#d8d6d0!important;border-color:#595753!important;font-size:18px!important}#capabilities .cap-accordion.open .mod-plus{background:#d3684d!important;border-color:#d3684d!important;color:#fff!important}#capabilities .cap-accordion-body{background:#0d0d0c!important;color:#f2f1ed!important}#capabilities .cap-accordion-inner{padding:0 20px 24px!important}#capabilities .cap-module-intro{font-size:13.5px!important;line-height:1.72!important;color:#9c9a94!important;max-width:820px!important;margin:2px 0 22px!important;padding-top:4px!important}#capabilities .cap-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;border-top:0!important;margin:0 0 18px!important}#capabilities .cap-mini-card{background:#141413!important;border:1px solid #2a2926!important;border-radius:12px!important;overflow:hidden!important;color:#f3f2ee!important;box-shadow:none!important}#capabilities .cap-mini-card:nth-child(odd){border-right:1px solid #2a2926!important}#capabilities .cap-mini-card:hover{transform:none!important;box-shadow:none!important;border-color:#34332f!important}#capabilities .sub-img-placeholder{aspect-ratio:16/7.4!important;border:0!important;border-bottom:1px solid #282724!important;min-height:0!important}#capabilities .sub-img-placeholder>b{display:none!important}#capabilities .img-placeholder.has-source:after{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.32))!important}#capabilities .mini-copy{padding:17px 19px 19px!important}#capabilities .mini-copy small{color:#d3684d!important;font-size:9px!important;letter-spacing:.15em!important}#capabilities .mini-copy>b{color:#f4f3ef!important;font-size:17px!important;line-height:1.25!important;margin:8px 0 6px!important}#capabilities .cap-mini-card p{font-size:12.5px!important;line-height:1.67!important;color:#999790!important}#capabilities .mini-expand-label{font-size:10.5px!important;color:#d3684d!important;margin-top:13px!important}#capabilities .mini-detail{background:#10100f!important;border-top:1px solid #282724!important}#capabilities .mini-detail-gallery{gap:8px!important;padding:0 12px!important}#capabilities .mini-click.detail-open .mini-detail-gallery{padding-bottom:12px!important}#capabilities .detail-img-placeholder{min-height:150px!important;border-color:#2a2926!important}#capabilities .playbook{background:#050505!important;border:1px solid #2a2926!important;border-radius:12px!important;margin-top:20px!important;padding:22px 24px!important}#capabilities .playbook strong{color:#f5f3ed!important}#capabilities .playbook span{color:#929089!important}#capabilities .case-jump-link{display:inline-flex;align-items:center;margin-top:14px;padding:8px 12px;border:1px solid #5f3025;border-radius:999px;color:#df6a4b!important;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:background .2s,border-color .2s,color .2s}#capabilities .case-jump-link:hover{background:#d3684d;color:#fff!important;border-color:#d3684d}#track .stats{margin-top:74px!important;margin-right:0!important}#fit .fit-grid{border:0!important;background:transparent!important;gap:22px!important;overflow:visible!important;margin-top:76px!important}#fit .fit-col{position:relative!important;border:1px solid #d8d4cc!important;border-radius:16px!important;background:#faf9f6!important;padding:38px 40px 34px!important;overflow:visible!important}#fit .fit-col:first-child{border-right:1px solid #d8d4cc!important}#fit .fit-col.negative{background:#f2f0eb!important}#fit .fit-col h3{position:absolute!important;left:0!important;right:0!important;top:-42px!important;color:#c95f42!important;font-size:17px!important;line-height:1!important;letter-spacing:.12em!important;font-weight:760!important;margin:0!important;text-align:center!important;text-transform:uppercase!important}#fit .fit-col ul{max-width:520px!important}#fit .fit-col li{font-size:13.5px!important;line-height:1.65!important}@media(max-width:900px){
 #capabilities .cap-intro{grid-template-columns:1fr!important;gap:24px!important}
 #capabilities .cap-accordions{margin-top:46px!important}
 #capabilities .cap-mini-grid{grid-template-columns:1fr!important}
 #capabilities .cap-accordion-head{grid-template-columns:64px 1fr 30px!important;padding:18px 16px!important}
 #capabilities .cap-accordion-inner{padding:0 14px 18px!important}
 #fit .fit-grid{grid-template-columns:1fr!important;gap:58px!important}
}n/**/nn/**/n#about .about-head{n  grid-template-columns:minmax(0,1fr) 260px!important;n  gap:clamp(54px,7vw,118px)!important;n  align-items:end!important;n  margin-bottom:58px!important;n  padding-top:8px!important;n  position:relative!important;n}n#about .about-head:after{n  content:"";position:absolute;left:0;right:0;bottom:-30px;height:1px;background:#deddd7;n}n#about .about-head>div:first-child{align-self:end!important;padding-bottom:8px!important}n#about .about-head .eyebrow{margin-bottom:28px!important}n#about .about-restored-title{n  margin:0!important;max-width:900px!important;n  font-size:clamp(44px,5.15vw,72px)!important;n  line-height:1.01!important;letter-spacing:-.052em!important;n  font-weight:620!important;text-wrap:balance;n}n#about .about-side{n  display:block!important;padding:0!important;align-self:end!important;justify-self:end!important;width:260px!important;n}n#about .about-portrait{n  width:260px!important;aspect-ratio:4/5!important;n  border-radius:2px!important;overflow:hidden!important;background:#e9e7e1!important;n  box-shadow:0 18px 48px rgba(17,17,15,.08)!important;n}n#about .about-portrait img{object-position:center 18%!important;filter:saturate(.88) contrast(1.025)!important}nn/**/n#capabilities{n  background:n    radial-gradient(900px 520px at 80% -6%,rgba(255,255,255,.055),transparent 60%),n    radial-gradient(700px 440px at 6% 18%,rgba(216,104,77,.075),transparent 62%),n    #070707!important;n  color:#f5f4f0!important;n}n#capabilities .wrap{width:min(1320px,calc(100% - var(--pad)*2))!important;max-width:none!important}n#capabilities .cap-intro{n  grid-template-columns:minmax(0,1.5fr) minmax(300px,.5fr)!important;n  gap:clamp(50px,7vw,108px)!important;align-items:end!important;n  padding-bottom:8px!important;n}n#capabilities .cap-intro .eyebrow{margin-bottom:26px!important}n#capabilities .cap-intro .cap-title{n  max-width:950px!important;margin:0!important;line-height:1!important;letter-spacing:-.048em!important;n}n#capabilities .cap-intro .cap-title>span{display:block!important}n#capabilities .cap-intro .cap-title>span:first-child{n  color:#f7f6f2!important;font-size:clamp(45px,5vw,68px)!important;font-weight:625!important;n}n#capabilities .cap-intro .cap-title>span:last-child{n  color:#aaa8a1!important;font-size:clamp(30px,3.3vw,46px)!important;font-weight:520!important;n  margin-top:10px!important;letter-spacing:-.038em!important;n}n#capabilities .cap-intro .lead{n  color:#8e8c85!important;max-width:390px!important;font-size:14px!important;line-height:1.8!important;margin:0 0 5px!important;n}n#capabilities .cap-accordions{margin-top:72px!important;border-top:0!important}n#capabilities .cap-accordion{n  background:rgba(16,16,15,.88)!important;n  border:1px solid rgba(255,255,255,.105)!important;border-radius:20px!important;n  margin:0 0 18px!important;overflow:hidden!important;box-shadow:none!important;n  backdrop-filter:blur(10px);n}n#capabilities .cap-accordion-head{n  min-height:98px!important;padding:23px 28px!important;n  grid-template-columns:82px minmax(0,1fr) 38px!important;gap:24px!important;align-items:center!important;n}n#capabilities .mod-idx{n  color:#d86d51!important;font-size:9.5px!important;line-height:1.5!important;letter-spacing:.19em!important;font-weight:760!important;n}n#capabilities .mod-head-copy b{n  color:#f4f3ef!important;font-size:clamp(21px,2.1vw,29px)!important;line-height:1.12!important;n  font-weight:565!important;letter-spacing:-.027em!important;n}n#capabilities .mod-head-copy small{n  color:#77756f!important;font-size:10.5px!important;line-height:1.45!important;letter-spacing:.025em!important;margin-top:7px!important;n}n#capabilities .mod-plus{n  width:34px!important;height:34px!important;border:1px solid #4c4a46!important;color:#c8c6bf!important;n  background:transparent!important;font-size:18px!important;n}n#capabilities .cap-accordion.open{border-color:rgba(255,255,255,.16)!important;background:#0c0c0b!important}n#capabilities .cap-accordion.open .mod-head-copy b{color:#fff!important}n#capabilities .cap-accordion.open .mod-plus{background:#e06a4b!important;border-color:#e06a4b!important;color:#fff!important}n#capabilities .cap-accordion-body{background:#0a0a09!important;overflow:hidden!important}n#capabilities .cap-accordion-inner{padding:0 28px 30px!important;border-top:1px solid rgba(255,255,255,.08)!important}n#capabilities .cap-module-intro{n  color:#e5e3dc!important;font-size:clamp(16px,1.45vw,19px)!important;line-height:1.65!important;font-weight:430!important;n  max-width:980px!important;margin:0!important;padding:27px 0 26px 22px!important;position:relative!important;n  transition:opacity .22s ease,transform .22s ease!important;n}n#capabilities .cap-module-intro:before{n  content:"";position:absolute;left:0;top:30px;bottom:29px;width:2px;background:#d86d51;border-radius:2px;n}n#capabilities .cap-accordion:not(.open) .cap-module-intro{opacity:0!important;transform:translateY(-6px)!important}n#capabilities .cap-accordion.open .cap-module-intro{opacity:1!important;transform:none!important}n#capabilities .cap-mini-grid{n  grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:0 0 20px!important;align-items:start!important;n}n#capabilities .cap-mini-card{n  background:#11110f!important;border:1px solid rgba(255,255,255,.095)!important;border-radius:15px!important;n  min-width:0!important;overflow:hidden!important;box-shadow:none!important;transition:border-color .22s ease,background .22s ease!important;n}n#capabilities .cap-mini-card:hover{transform:none!important;background:#151513!important;border-color:rgba(255,255,255,.16)!important;box-shadow:none!important}n#capabilities .sub-img-placeholder{aspect-ratio:16/7!important;min-height:0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.075)!important}n#capabilities .sub-img-placeholder>span{n  position:absolute!important;left:13px!important;top:12px!important;margin:0!important;n  font-size:8.5px!important;letter-spacing:.16em!important;color:rgba(255,255,255,.72)!important;z-index:2!important;n}n#capabilities .sub-img-placeholder>small{display:none!important}n#capabilities .sub-img-placeholder>b{display:none!important}n#capabilities .mini-copy{padding:15px 16px 17px!important}n#capabilities .mini-copy>small{font-size:8.5px!important;letter-spacing:.17em!important;color:#d86d51!important}n#capabilities .mini-copy>b{font-size:16px!important;line-height:1.28!important;margin:7px 0 6px!important;font-weight:610!important;color:#f3f1ec!important}n#capabilities .cap-mini-card p{font-size:11.8px!important;line-height:1.64!important;color:#8f8d86!important}n#capabilities .mini-expand-label,n#capabilities .case-jump-link{n  display:inline-flex!important;align-items:center!important;n  margin:12px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;n  color:#d86d51!important;font-size:10px!important;line-height:1.2!important;font-weight:730!important;letter-spacing:.035em!important;text-decoration:none!important;n}n#capabilities .case-jump-link:hover{background:transparent!important;border:0!important;color:#ef8a6e!important}n#capabilities .mini-detail{background:#0d0d0c!important;border-top:1px solid rgba(255,255,255,.075)!important}n#capabilities .mini-detail-gallery{gap:7px!important;padding:0 10px!important}n#capabilities .mini-click.detail-open .mini-detail-gallery{padding-bottom:10px!important}n#capabilities .detail-img-placeholder{min-height:124px!important;border-color:rgba(255,255,255,.08)!important}n#capabilities .playbook{n  margin-top:20px!important;padding:21px 23px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:14px!important;n  background:linear-gradient(105deg,#0c0c0b,#11100f)!important;n}n#capabilities .playbook strong{font-size:12px!important;letter-spacing:.02em!important;color:#f1efe9!important}n#capabilities .playbook span{font-size:12px!important;line-height:1.72!important;color:#85837d!important}nn/**/n#track .stat{transition:background .28s ease,box-shadow .28s ease,transform .28s ease!important}n#track .stat:hover,n#track .stat:nth-child(2):hover,n#track .stat:nth-child(3):hover,n#track .stat:nth-child(4):hover,n#track .stat:nth-child(5):hover,n#track .stat:nth-child(6):hover{n  background:rgba(255,255,255,.042)!important;n  box-shadow:inset 0 0 34px rgba(255,255,255,.025)!important;n  transform:translateY(-2px)!important;n}nn/**/n#fit{background:#f3f2ee!important}n#fit .wrap{max-width:1240px!important}n#fit .h2{max-width:820px!important}n#fit .fit-grid{n  display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important;n  margin-top:58px!important;border:0!important;background:transparent!important;overflow:visible!important;n}n#fit .fit-col,n#fit .fit-col.negative{n  position:relative!important;display:block!important;text-align:left!important;align-items:initial!important;n  border:1px solid rgba(17,17,15,.1)!important;border-radius:22px!important;overflow:hidden!important;n  padding:42px 42px 38px!important;box-shadow:0 16px 54px rgba(17,17,15,.035)!important;n}n#fit .fit-col{background:#fbfaf7!important;color:#11110f!important}n#fit .fit-col.negative{background:#121211!important;color:#f3f2ee!important;border-color:#121211!important}n#fit .fit-col:first-child{border-right:1px solid rgba(17,17,15,.1)!important}n#fit .fit-col h3{n  position:static!important;left:auto!important;right:auto!important;top:auto!important;n  margin:0 0 25px!important;padding:0 0 22px!important;border-bottom:1px solid rgba(17,17,15,.12)!important;n  color:#d26145!important;font-size:15px!important;line-height:1.15!important;letter-spacing:.16em!important;font-weight:790!important;text-align:left!important;n}n#fit .fit-col.negative h3{border-bottom-color:rgba(255,255,255,.15)!important;color:#e27456!important}n#fit .fit-col ul{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}n#fit .fit-col li{n  position:relative!important;display:block!important;text-align:left!important;justify-content:initial!important;n  padding:14px 8px 14px 28px!important;border-top:1px solid rgba(17,17,15,.08)!important;n  font-size:13.5px!important;line-height:1.68!important;color:#363632!important;n}n#fit .fit-col li:first-child{border-top:0!important}n#fit .fit-col li:before{n  display:block!important;position:absolute!important;left:3px!important;top:17px!important;n  content:"+"!important;color:#d26145!important;font-size:14px!important;line-height:1!important;font-weight:700!important;n}n#fit .fit-col.negative li{color:#c2c0ba!important;border-top-color:rgba(255,255,255,.09)!important}n#fit .fit-col.negative li:before{content:"–"!important;color:#8f8d86!important}nn@media(max-width:1050px){n  #about .about-head{grid-template-columns:minmax(0,1fr) 220px!important;gap:52px!important}n  #about .about-side,#about .about-portrait{width:220px!important}n  #capabilities .cap-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}n  #capabilities .cap-intro{grid-template-columns:1fr!important;gap:26px!important}n  #capabilities .cap-intro .lead{max-width:700px!important}n}n@media(max-width:760px){n  #about .about-head{grid-template-columns:1fr!important;gap:34px!important;align-items:start!important}n  #about .about-side{justify-self:start!important;width:190px!important}n  #about .about-portrait{width:190px!important}n  #about .about-head:after{bottom:-20px!important}n  #about .about-restored-title{font-size:clamp(40px,12vw,58px)!important}n  #capabilities .wrap{width:min(100% - 36px,1320px)!important}n  #capabilities .cap-intro .cap-title>span:first-child{font-size:42px!important}n  #capabilities .cap-intro .cap-title>span:last-child{font-size:29px!important}n  #capabilities .cap-accordions{margin-top:48px!important}n  #capabilities .cap-accordion-head{grid-template-columns:58px minmax(0,1fr) 32px!important;gap:12px!important;padding:19px 16px!important}n  #capabilities .cap-accordion-inner{padding:0 15px 18px!important}n  #capabilities .cap-module-intro{font-size:15px!important;padding:21px 0 21px 15px!important}n  #capabilities .cap-module-intro:before{top:24px!important;bottom:24px!important}n  #capabilities .cap-mini-grid{grid-template-columns:1fr!important;gap:12px!important}n  #fit .fit-grid{grid-template-columns:1fr!important;gap:18px!important;margin-top:44px!important}n  #fit .fit-col,#fit .fit-col.negative{padding:32px 26px 28px!important}n}n




.hero .hero-grid{
  grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;
  gap:clamp(42px,5.5vw,88px)!important;
}.hero .hero-visual.hero-kinetic{
  position:relative!important;
  display:block!important;
  height:min(68vh,650px)!important;
  min-height:520px!important;
  overflow:hidden!important;
  background:#0b0b0b!important;
  color:#f7f6f2!important;
  border:1px solid rgba(0,0,0,.08)!important;
  isolation:isolate;
}.hero .hero-visual.hero-kinetic:after{display:none!important}.hero .kinetic-grid{
  position:absolute;inset:0;z-index:0;opacity:.14;
  background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);
  background-size:25% 25%;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,.2));
}.hero .kinetic-meta{
  position:absolute;left:24px;right:24px;z-index:3;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.19em;color:rgba(255,255,255,.58);
  white-space:nowrap;
}.hero .kinetic-meta-top{top:22px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.12)}.hero .kinetic-meta-bottom{bottom:20px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.hero .kinetic-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(255,93,31,.08)}.hero .kinetic-core{position:absolute;inset:68px 0 74px;z-index:2}.hero .kinetic-word{
  position:absolute;display:block;font-weight:680;line-height:.82;letter-spacing:-.075em;
  transform-origin:left center;will-change:transform,opacity;
  animation:kineticBreath 8s cubic-bezier(.4,0,.2,1) infinite;
}.hero .kw-market{left:7%;top:9%;font-size:clamp(42px,4.5vw,74px);color:rgba(255,255,255,.96);animation-delay:-1.4s}.hero .kw-product{right:-2%;top:28%;font-size:clamp(34px,3.9vw,64px);color:rgba(255,255,255,.48);animation-delay:-4.8s}.hero .kw-gtm{left:10%;top:44%;font-size:clamp(76px,8.2vw,132px);color:var(--accent);letter-spacing:-.09em;animation-delay:-2.5s}.hero .kw-brand{left:8%;bottom:13%;font-size:clamp(30px,3.2vw,54px);color:rgba(255,255,255,.42);animation-delay:-6.1s}.hero .kw-growth{right:-14%;bottom:2%;font-size:clamp(72px,7.5vw,122px);color:rgba(255,255,255,.94);animation-delay:-.2s}.hero .kinetic-orbit{
  position:absolute;z-index:3;right:22px;top:80px;width:132px;
  display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px 9px;
}.hero .kinetic-orbit span{
  font-size:8px;letter-spacing:.13em;color:rgba(255,255,255,.56);
  border:1px solid rgba(255,255,255,.15);padding:5px 7px;border-radius:999px;
  animation:orbitPulse 7s ease-in-out infinite;
}.hero .kinetic-orbit span:nth-child(2n){animation-delay:-2.1s}.hero .kinetic-orbit span:nth-child(3n){animation-delay:-4.2s}.hero .kinetic-scale{
  position:absolute;z-index:4;left:25px;bottom:66px;display:flex;align-items:baseline;gap:10px;
  font-size:11px;letter-spacing:.1em;color:rgba(255,255,255,.44)
}.hero .kinetic-scale b{font-size:16px;color:#fff;letter-spacing:-.02em}.hero .kinetic-scale i{font-style:normal;color:var(--accent)}@keyframes kineticBreath{0%,100%{transform:translate3d(0,0,0);opacity:.92}50%{transform:translate3d(0,-8px,0);opacity:1}}@keyframes orbitPulse{0%,100%{opacity:.48;transform:translateY(0)}50%{opacity:.86;transform:translateY(-2px)}}#about .about-head.about-editorial{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)!important;
  gap:clamp(44px,7vw,108px)!important;
  align-items:center!important;
  min-height:590px!important;
  margin-bottom:74px!important;
  padding:34px 0 20px!important;
  border-top:1px solid rgba(17,17,15,.12);
}#about .about-editorial-copy{position:relative;z-index:2;padding:28px 0 34px}#about .about-editorial-copy .eyebrow{position:relative;z-index:2;margin-bottom:42px}#about .about-index{
  position:absolute;left:-12px;top:54px;z-index:-1;
  font-size:clamp(150px,17vw,270px);line-height:.72;font-weight:720;letter-spacing:-.09em;
  color:rgba(17,17,15,.035);user-select:none;
}#about .about-restored-title{
  position:relative;z-index:2;
  max-width:820px!important;
  font-size:clamp(52px,6.25vw,92px)!important;
  line-height:.97!important;
  letter-spacing:-.058em!important;
  font-weight:680!important;
  text-wrap:balance;
}#about .about-restored-title .about-mark{color:var(--accent)}#about .about-restored-title .about-line-shift{display:inline-block;margin-left:clamp(18px,3vw,54px)}#about .about-editorial-meta{
  margin-top:42px;display:flex;gap:26px;align-items:center;flex-wrap:wrap;
  font-size:9px;font-weight:700;letter-spacing:.18em;color:#77766f;
}#about .about-editorial-meta span:first-child{color:#151513}#about .about-editorial-side{display:flex!important;justify-content:flex-end!important;align-items:center!important}#about .about-portrait-frame{
  position:relative;width:min(100%,390px);aspect-ratio:.79/1;
  margin-right:clamp(0px,2vw,24px);
}#about .about-portrait-accent{
  position:absolute;z-index:0;right:-18px;bottom:-18px;width:56%;height:64%;background:var(--accent);
}#about .about-portrait{
  position:absolute!important;inset:0!important;z-index:1!important;overflow:hidden!important;
  background:#f4f3ef!important;
  border:none!important;border-radius:0!important;
  box-shadow:0 26px 70px rgba(0,0,0,.10)!important;
}#about .about-portrait img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 18%!important;
  filter:grayscale(1) contrast(1.04)!important;
  transform:scale(1.015);
}#about .about-portrait-frame:before{
  content:"08 YEARS";position:absolute;z-index:3;right:-45px;top:34px;
  transform:rotate(90deg) translateX(100%);transform-origin:right top;
  font-size:9px;font-weight:700;letter-spacing:.22em;color:#7a7973;
}#about .about-portrait-label{
  position:absolute;z-index:4;left:-24px;bottom:24px;min-width:176px;
  padding:13px 15px 12px;background:#0b0b0b;color:#fff;
  display:flex;flex-direction:column;gap:4px;
}#about .about-portrait-label b{font-size:12px;letter-spacing:.08em}#about .about-portrait-label span{font-size:8px;letter-spacing:.18em;color:rgba(255,255,255,.62)}@media(max-width:980px){
  .hero .hero-grid{grid-template-columns:1fr!important;gap:40px!important}
  .hero .hero-visual.hero-kinetic{height:520px!important;min-height:0!important}
  #about .about-head.about-editorial{grid-template-columns:1fr!important;gap:36px!important;min-height:0!important;padding-top:28px!important}
  #about .about-editorial-side{justify-content:flex-start!important}
  #about .about-portrait-frame{width:min(78vw,390px);margin-left:auto;margin-right:26px}
}@media(max-width:620px){
  .hero .hero-visual.hero-kinetic{height:440px!important}
  .hero .kinetic-meta{left:16px;right:16px;font-size:7px;letter-spacing:.12em}
  .hero .kinetic-orbit{right:14px;top:72px;width:118px}
  .hero .kw-growth{right:-20%}
  #about .about-head.about-editorial{margin-bottom:56px!important}
  #about .about-restored-title{font-size:clamp(44px,13vw,66px)!important}
  #about .about-restored-title .about-line-shift{margin-left:0}
  #about .about-editorial-meta{gap:12px 18px;margin-top:30px}
  #about .about-portrait-frame{width:min(84vw,360px);margin-right:18px}
  #about .about-portrait-label{left:-10px}
}@media(prefers-reduced-motion:reduce){
  .hero .kinetic-word,.hero .kinetic-orbit span{animation:none!important}
}.hero .hero-name{
  display:inline-flex;align-items:center;gap:12px;
  margin:0 0 16px;
  font-size:15px;line-height:1;font-weight:780;letter-spacing:.12em;color:#11110f;
}.hero .hero-name:before{
  content:"";width:26px;height:2px;background:var(--accent);display:block;
}.hero .kinetic-word{line-height:.9!important;letter-spacing:-.055em!important}.hero .kw-market{
  left:8%!important;right:auto!important;top:10%!important;
  font-size:clamp(34px,3.15vw,48px)!important;
}.hero .kw-product{
  left:auto!important;right:8%!important;top:31%!important;
  font-size:clamp(28px,2.75vw,42px)!important;
}.hero .kw-gtm{
  left:9%!important;right:auto!important;top:45%!important;
  font-size:clamp(50px,4.6vw,68px)!important;
  letter-spacing:-.065em!important;
}.hero .kw-brand{
  left:auto!important;right:10%!important;bottom:25%!important;
  font-size:clamp(28px,2.65vw,40px)!important;
}.hero .kw-growth{
  left:8%!important;right:auto!important;bottom:6%!important;
  font-size:clamp(42px,4vw,60px)!important;
}.hero .kinetic-orbit{right:18px!important;top:78px!important;width:118px!important;gap:6px 7px!important}.hero .kinetic-orbit span{font-size:7.5px!important;padding:4px 6px!important;letter-spacing:.11em!important}.hero .kinetic-scale{left:auto!important;right:22px!important;bottom:63px!important}#about .about-head.about-editorial{
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:clamp(22px,3vw,40px)!important;
}#about .about-editorial-side{justify-content:flex-start!important}#about .about-portrait-frame{width:360px!important;margin-right:0!important}#about .about-portrait img{
  filter:none!important;
  object-position:center 18%!important;
}#about .about-portrait-frame:before{display:none!important;content:none!important}#fit{
  position:relative!important;overflow:hidden!important;
  background:#f2f0ea!important;color:#11110f!important;
}#fit:before{
  content:"FIT / NOT FIT";position:absolute;right:-24px;top:64px;
  font-size:clamp(74px,11vw,170px);line-height:.8;font-weight:820;letter-spacing:-.075em;
  color:rgba(17,17,15,.035);white-space:nowrap;pointer-events:none;
}#fit .wrap{position:relative;z-index:1;max-width:1280px!important}#fit .eyebrow{margin-bottom:24px!important}#fit .h2{
  max-width:900px!important;font-size:clamp(52px,6.4vw,88px)!important;
  line-height:.96!important;letter-spacing:-.055em!important;font-weight:690!important;
}#fit .fit-grid{
  display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
  gap:22px!important;margin-top:72px!important;align-items:start!important;
  border:0!important;background:transparent!important;
}#fit .fit-col,#fit .fit-col.negative{
  position:relative!important;display:block!important;text-align:left!important;
  border-radius:0!important;overflow:hidden!important;box-shadow:none!important;
  padding:46px 44px 40px!important;
}#fit .fit-col{
  background:#faf9f5!important;color:#11110f!important;
  border:1px solid rgba(17,17,15,.14)!important;
}#fit .fit-col.negative{
  margin-top:58px!important;background:#0b0b0b!important;color:#f5f3ed!important;
  border:1px solid #0b0b0b!important;
}#fit .fit-col:before{
  content:"01";display:block;margin-bottom:54px;
  font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--accent);
}#fit .fit-col.negative:before{content:"02";color:#e06a4b}#fit .fit-col h3{
  position:static!important;margin:0 0 30px!important;padding:0 0 28px!important;
  border:0!important;border-bottom:2px solid #11110f!important;
  color:#11110f!important;text-align:left!important;
  font-size:clamp(34px,3.7vw,54px)!important;line-height:.94!important;
  letter-spacing:-.045em!important;font-weight:820!important;text-transform:uppercase!important;
}#fit .fit-col.negative h3{
  color:#f5f3ed!important;border-bottom-color:rgba(255,255,255,.9)!important;
}#fit .fit-col ul{counter-reset:fititem;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}#fit .fit-col li{
  counter-increment:fititem;position:relative!important;display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;
  padding:15px 0!important;border-top:1px solid rgba(17,17,15,.11)!important;
  color:#33332f!important;text-align:left!important;font-size:13.5px!important;line-height:1.66!important;
}#fit .fit-col li:first-child{border-top:0!important}#fit .fit-col li:before{
  content:counter(fititem, decimal-leading-zero)!important;position:static!important;display:block!important;
  font-size:9px!important;line-height:1.8!important;font-weight:780!important;letter-spacing:.08em!important;color:#d26145!important;
}#fit .fit-col.negative li{color:#c8c5bd!important;border-top-color:rgba(255,255,255,.12)!important}#fit .fit-col.negative li:before{content:counter(fititem, decimal-leading-zero)!important;color:#77756f!important}#fit .fit-col:after{
  content:"GOOD";position:absolute;right:-8px;bottom:-22px;
  font-size:clamp(72px,8vw,116px);line-height:.8;font-weight:820;letter-spacing:-.07em;
  color:rgba(17,17,15,.035);pointer-events:none;
}#fit .fit-col.negative:after{content:"NO";color:rgba(255,255,255,.045)}@media(max-width:980px){
  #about .about-head.about-editorial{grid-template-columns:1fr!important;gap:32px!important}
  #about .about-portrait-frame{width:min(78vw,360px)!important}
  #fit .fit-grid{grid-template-columns:1fr!important;gap:18px!important;margin-top:52px!important}
  #fit .fit-col.negative{margin-top:0!important}
}@media(max-width:620px){
  .hero .hero-name{font-size:13px;margin-bottom:14px}
  .hero .kw-market{font-size:35px!important}.hero .kw-product{font-size:29px!important}
  .hero .kw-gtm{font-size:50px!important}.hero .kw-brand{font-size:28px!important}.hero .kw-growth{font-size:43px!important}
  .hero .kinetic-orbit{width:104px!important}
  #about .about-portrait-frame{width:min(84vw,340px)!important;margin-right:0!important}
  #fit .h2{font-size:clamp(46px,13vw,68px)!important}
  #fit .fit-col,#fit .fit-col.negative{padding:34px 26px 30px!important}
  #fit .fit-col:before{margin-bottom:38px}
}#about .about-head.about-editorial{
  width:min(1080px,100%)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:minmax(0,1fr) 350px!important;
  gap:clamp(10px,1.35vw,18px)!important;
}#about .about-editorial-copy{padding-left:clamp(8px,1vw,16px)!important}#about .about-editorial-side{justify-self:start!important}#about .about-portrait-frame{width:350px!important;margin-left:0!important;margin-right:0!important}.hero .kw-market{
  left:7%!important;top:8%!important;
  font-size:clamp(40px,3.75vw,56px)!important;
}.hero .kw-product{
  right:6%!important;top:29%!important;
  font-size:clamp(34px,3.25vw,49px)!important;
}.hero .kw-gtm{
  left:8%!important;top:43%!important;
  font-size:clamp(60px,5.55vw,82px)!important;
}.hero .kw-brand{
  right:8%!important;bottom:24%!important;
  font-size:clamp(32px,3.05vw,46px)!important;
}.hero .kw-growth{
  left:7%!important;bottom:5%!important;
  font-size:clamp(50px,4.75vw,70px)!important;
}#fit .fit-col h3{color:#f08a24!important}#fit .fit-col:before{color:#f08a24!important}#fit .fit-col li:before{color:#f08a24!important}#fit .fit-col.negative h3{color:#9a9892!important}#fit .fit-col.negative:before{color:#77756f!important}#fit .fit-col.negative li:before{color:#77756f!important}@media(max-width:980px){
  #about .about-head.about-editorial{width:100%!important;gap:30px!important}
  #about .about-editorial-copy{padding-left:0!important}
  #about .about-portrait-frame{width:min(78vw,350px)!important}
}@media(max-width:620px){
  .hero .kw-market{font-size:39px!important}
  .hero .kw-product{font-size:33px!important}
  .hero .kw-gtm{font-size:58px!important}
  .hero .kw-brand{font-size:31px!important}
  .hero .kw-growth{font-size:49px!important}
}#about.section{padding-top:clamp(68px,7vw,104px)!important}#about .about-head.about-editorial{
  border-top:0!important;
  min-height:520px!important;
  padding-top:8px!important;
  padding-bottom:14px!important;
  margin-bottom:58px!important;
}#capabilities{
  position:relative!important;overflow:clip!important;
  background:#f4f2ec!important;color:#11110f!important;
  padding-top:clamp(100px,10vw,150px)!important;
  padding-bottom:clamp(110px,11vw,170px)!important;
}#capabilities .wrap{width:min(1380px,calc(100% - var(--pad)*2))!important;max-width:none!important;position:relative!important;z-index:2!important}#capabilities .eyebrow{color:#d85e3e!important}#capabilities .eyebrow .cn{color:#11110f!important}#capabilities .cap-intro{
  display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr)!important;
  gap:clamp(48px,7vw,110px)!important;align-items:end!important;margin-bottom:0!important;
  padding-bottom:62px!important;border-bottom:1px solid rgba(17,17,15,.14)!important;
}#capabilities .cap-intro .cap-title{max-width:980px!important}#capabilities .cap-intro .cap-title>span{display:block!important}#capabilities .cap-intro .cap-title>span:first-child{
  color:#11110f!important;font-size:clamp(46px,5.1vw,72px)!important;font-weight:690!important;letter-spacing:-.055em!important;
}#capabilities .cap-intro .cap-title>span:last-child{
  color:#8b8982!important;font-size:clamp(29px,3.05vw,44px)!important;font-weight:520!important;letter-spacing:-.04em!important;margin-top:9px!important;
}#capabilities .cap-intro .lead{color:#6f6d66!important;font-size:13.5px!important;line-height:1.78!important;max-width:410px!important}#capabilities .cap-story-bg{
  position:sticky;top:86px;height:0;z-index:0;pointer-events:none;user-select:none;
  margin-top:58px;text-align:right;padding-right:1vw;
  font-size:clamp(110px,16vw,245px);line-height:.72;font-weight:820;letter-spacing:-.075em;
  color:rgba(17,17,15,.028);white-space:nowrap;text-transform:uppercase;
  transition:opacity .28s ease,transform .35s cubic-bezier(.2,.72,.2,1);
}#capabilities .cap-story-layout{
  position:relative;display:grid!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:clamp(58px,7vw,112px)!important;margin-top:74px!important;align-items:start!important;
}#capabilities .cap-story-rail{
  position:sticky;top:104px;align-self:start;padding-top:4px;
}#capabilities .cap-story-progress{display:flex;align-items:baseline;gap:8px;margin-bottom:34px}#capabilities .cap-story-progress b{
  font-size:clamp(48px,5vw,68px);line-height:.85;letter-spacing:-.07em;font-weight:760;color:#e15f3d;
}#capabilities .cap-story-progress span{font-size:12px;letter-spacing:.12em;color:#96938a;font-weight:700}#capabilities .cap-story-nav{border-top:1px solid rgba(17,17,15,.16)}#capabilities .cap-story-nav-item{
  appearance:none;width:100%;border:0;border-bottom:1px solid rgba(17,17,15,.12);background:transparent;
  display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;text-align:left;align-items:start;
  padding:14px 0;color:#8e8b84;cursor:pointer;transition:color .2s ease,padding-left .22s ease;
}#capabilities .cap-story-nav-item:hover{color:#11110f;padding-left:4px}#capabilities .cap-story-nav-item.active{color:#11110f}#capabilities .cap-story-nav-item.active .cap-story-nav-no{color:#e15f3d}#capabilities .cap-story-nav-no{font-size:9px;line-height:1.7;letter-spacing:.13em;font-weight:780;color:#aaa79f}#capabilities .cap-story-nav-item b{font-size:12px;line-height:1.48;font-weight:620;letter-spacing:-.01em}#capabilities .cap-story-stack{min-width:0}#capabilities .cap-accordions{margin:0!important;border:0!important}#capabilities .cap-accordion{
  position:relative!important;margin:0 0 clamp(82px,9vw,132px)!important;
  padding:0 0 clamp(62px,7vw,96px)!important;
  background:transparent!important;border:0!important;border-bottom:1px solid rgba(17,17,15,.14)!important;
  border-radius:0!important;box-shadow:none!important;overflow:visible!important;color:#11110f!important;
  scroll-margin-top:92px;
}#capabilities .cap-accordion:last-child{margin-bottom:0!important;padding-bottom:0!important;border-bottom:0!important}#capabilities .cap-accordion-head{display:none!important}#capabilities .cap-accordion-body,
#capabilities .cap-accordion.open .cap-accordion-body{
  display:block!important;grid-template-rows:1fr!important;background:transparent!important;color:#11110f!important;overflow:visible!important;
}#capabilities .cap-accordion-inner{min-height:0!important;overflow:visible!important;padding:0!important;border:0!important}#capabilities .cap-story-heading{margin-bottom:23px!important}#capabilities .cap-story-eyeline{
  display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;
  font-size:9px;line-height:1.4;letter-spacing:.17em;font-weight:760;text-transform:uppercase;color:#9b9890;
}#capabilities .cap-story-eyeline span:first-child{color:#e15f3d}#capabilities .cap-story-heading h3{
  margin:0;max-width:900px;font-size:clamp(42px,4.65vw,66px);line-height:.98;letter-spacing:-.055em;font-weight:700;color:#11110f;
}#capabilities .cap-module-intro{
  position:relative!important;max-width:900px!important;margin:0 0 31px!important;padding:0 0 0 19px!important;
  color:#57554f!important;font-size:clamp(15px,1.35vw,18px)!important;line-height:1.72!important;font-weight:440!important;
  opacity:1!important;transform:none!important;
}#capabilities .cap-module-intro:before{
  content:""!important;position:absolute!important;left:0!important;top:.35em!important;bottom:.35em!important;width:2px!important;
  background:#e15f3d!important;border-radius:2px!important;
}#capabilities .cap-mini-grid{
  display:grid!important;gap:14px!important;margin:0 0 18px!important;border:0!important;align-items:start!important;
}#capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}#capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}#capabilities .cap-mini-card{
  min-width:0!important;padding:0!important;overflow:hidden!important;background:#fbfaf7!important;color:#11110f!important;
  border:1px solid rgba(17,17,15,.12)!important;border-radius:0!important;box-shadow:none!important;
  transition:border-color .24s ease,background .24s ease!important;
}#capabilities .cap-mini-card:hover{transform:none!important;background:#fff!important;border-color:rgba(17,17,15,.25)!important;box-shadow:none!important}#capabilities .sub-img-placeholder{
  position:relative!important;aspect-ratio:16/7.6!important;min-height:0!important;border:0!important;border-bottom:1px solid rgba(17,17,15,.1)!important;
  overflow:hidden!important;background-size:cover!important;background-position:center!important;
  transition:background-size .5s ease!important;
}#capabilities .cap-mini-card:hover .sub-img-placeholder{background-size:103%!important}#capabilities .sub-img-placeholder>span{
  position:absolute!important;left:12px!important;top:11px!important;margin:0!important;padding:4px 6px!important;
  background:rgba(0,0,0,.66)!important;color:#fff!important;font-size:8px!important;line-height:1!important;letter-spacing:.15em!important;
}#capabilities .sub-img-placeholder>small,#capabilities .sub-img-placeholder>b{display:none!important}#capabilities .mini-copy{padding:15px 16px 16px!important}#capabilities .mini-copy>small{font-size:8px!important;line-height:1.3!important;letter-spacing:.16em!important;color:#d85e3e!important;font-weight:760!important}#capabilities .mini-copy>b{display:block!important;margin:7px 0 6px!important;color:#11110f!important;font-size:15px!important;line-height:1.28!important;font-weight:650!important;letter-spacing:-.018em!important}#capabilities .cap-mini-card p{margin:0!important;color:#77746c!important;font-size:11.5px!important;line-height:1.62!important}#capabilities .cap-case-action,
#capabilities .mini-expand-label,
#capabilities .case-jump-link{
  display:inline-flex!important;align-items:center!important;gap:4px!important;
  margin:11px 0 0!important;padding:0 0 3px!important;border:0!important;border-bottom:1px solid rgba(216,94,62,.35)!important;border-radius:0!important;
  background:transparent!important;color:#d85e3e!important;text-decoration:none!important;
  font-size:9.5px!important;line-height:1.25!important;font-weight:750!important;letter-spacing:.04em!important;
  transition:color .2s ease,border-color .2s ease,transform .2s ease!important;
}#capabilities .cap-case-action:hover,#capabilities .case-jump-link:hover{
  color:#11110f!important;border-color:#11110f!important;background:transparent!important;transform:translateX(3px)!important;
}#capabilities .mini-detail{background:#f1efe9!important;border-top:1px solid rgba(17,17,15,.1)!important}#capabilities .mini-detail-gallery{gap:7px!important;padding:0 10px!important}#capabilities .mini-click.detail-open .mini-detail-gallery{padding-bottom:10px!important;padding-top:10px!important}#capabilities .detail-img-placeholder{min-height:118px!important;border:1px solid rgba(17,17,15,.1)!important}#capabilities .playbook{
  margin:18px 0 0!important;padding:22px 24px!important;border:0!important;border-left:3px solid #e15f3d!important;border-radius:0!important;
  background:#11110f!important;color:#f5f2eb!important;
}#capabilities .playbook strong{font-size:12px!important;letter-spacing:.02em!important;color:#fff!important}#capabilities .playbook span{font-size:12px!important;line-height:1.72!important;color:#bbb8b0!important}@media(max-width:1080px){
  #capabilities .cap-story-layout{grid-template-columns:190px minmax(0,1fr)!important;gap:44px!important}
  #capabilities .cap-story-nav-item b{font-size:11px!important}
}@media(max-width:820px){
  #about.section{padding-top:72px!important}
  #about .about-head.about-editorial{min-height:0!important;padding-top:0!important}
  #capabilities .cap-intro{grid-template-columns:1fr!important;gap:24px!important;padding-bottom:44px!important}
  #capabilities .cap-intro .lead{max-width:680px!important}
  #capabilities .cap-story-bg{display:none!important}
  #capabilities .cap-story-layout{display:block!important;margin-top:48px!important}
  #capabilities .cap-story-rail{
    position:sticky!important;top:62px!important;z-index:20!important;background:rgba(244,242,236,.94)!important;
    backdrop-filter:blur(14px)!important;padding:12px 0 9px!important;margin-bottom:34px!important;border-bottom:1px solid rgba(17,17,15,.12)!important;
  }
  #capabilities .cap-story-progress{display:none!important}
  #capabilities .cap-story-nav{display:flex!important;gap:8px!important;overflow-x:auto!important;border:0!important;scrollbar-width:none!important}
  #capabilities .cap-story-nav::-webkit-scrollbar{display:none!important}
  #capabilities .cap-story-nav-item{
    min-width:58px!important;width:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;
    padding:8px 12px!important;border:1px solid rgba(17,17,15,.13)!important;white-space:nowrap!important;
  }
  #capabilities .cap-story-nav-item b{display:none!important}
  #capabilities .cap-story-nav-item.active{background:#11110f!important;border-color:#11110f!important}
  #capabilities .cap-story-nav-item.active .cap-story-nav-no{color:#fff!important}
  #capabilities .cap-story-nav-no{font-size:10px!important}
  #capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid,
  #capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}@media(max-width:560px){
  #capabilities .cap-intro .cap-title>span:first-child{font-size:40px!important}
  #capabilities .cap-intro .cap-title>span:last-child{font-size:27px!important}
  #capabilities .cap-story-heading h3{font-size:42px!important}
  #capabilities .cap-story-eyeline{display:block!important}
  #capabilities .cap-story-eyeline span{display:block!important;margin-bottom:7px!important}
  #capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid,
  #capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{grid-template-columns:1fr!important}
}#cases .featured-grid{gap:20px!important;align-items:stretch!important}#cases .feat{
  position:relative!important;isolation:isolate!important;overflow:hidden!important;
  display:flex!important;flex-direction:column!important;height:100%!important;
  background:#11110f!important;color:#f6f4ef!important;
  border:1px solid rgba(17,17,15,.08)!important;border-radius:18px!important;
  box-shadow:0 14px 34px rgba(17,17,15,.07)!important;
  transition:transform .42s cubic-bezier(.2,.72,.2,1),box-shadow .42s,border-color .42s!important;
}#cases .feat:nth-child(2){background:#151412!important}#cases .feat:nth-child(3){background:#121313!important}#cases .feat:before{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;z-index:5;
  background:var(--accent);transform:scaleX(0);transform-origin:left center;
  transition:transform .46s cubic-bezier(.2,.72,.2,1);
}#cases .feat:hover{transform:translateY(-8px)!important;box-shadow:0 26px 60px rgba(17,17,15,.16)!important;border-color:rgba(17,17,15,.16)!important}#cases .feat:hover:before{transform:scaleX(1)}#cases .feat .feat-img,#cases .feat:not(:first-child) .feat-img{
  height:auto!important;aspect-ratio:1.18/1!important;background:#090909!important;overflow:hidden!important;
}#cases .feat-img:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.02) 38%,rgba(0,0,0,.55) 100%)!important;opacity:.32!important;transition:opacity .4s!important;pointer-events:none}#cases .feat:hover .feat-img:after{opacity:.12!important}#cases .feat .feature-placeholder{transition:transform .72s cubic-bezier(.2,.72,.2,1),filter .5s!important}#cases .feat:hover .feature-placeholder{transform:scale(1.035)!important;filter:saturate(1.06) contrast(1.02)!important}#cases .feat-tag{background:rgba(10,10,9,.72)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(8px)!important}#cases .feat-body{
  position:relative!important;display:flex!important;flex-direction:column!important;flex:1!important;
  padding:30px 28px 24px!important;min-height:330px!important;
}#cases .feat-body h3{color:#f8f6f1!important;font-size:clamp(25px,2.1vw,31px)!important;font-weight:620!important;letter-spacing:-.035em!important;transition:transform .35s!important}#cases .feat:hover .feat-body h3{transform:translateX(4px)}#cases .feat-body p{color:#aaa8a1!important;font-size:13.5px!important;line-height:1.72!important;margin-bottom:22px!important}#cases .feat-metrics{border-top:1px solid rgba(255,255,255,.13)!important;padding-top:17px!important;gap:24px!important}#cases .feat-metric b{color:#f7f5ef!important;font-size:19px!important;font-weight:650!important}#cases .feat-metric span{color:#77756f!important;font-size:10px!important;letter-spacing:.03em!important}#cases .open-case{
  margin-top:22px!important;padding:0 0 7px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.28)!important;border-radius:0!important;
  color:#e06a4b!important;background:transparent!important;width:max-content!important;
  font-size:11px!important;line-height:1.2!important;font-weight:740!important;letter-spacing:.08em!important;
  transition:transform .3s,border-color .3s,color .3s!important;
}#cases .feat:hover .open-case{transform:translateX(5px)!important;background:transparent!important;border-color:#e06a4b!important;color:#f17a5b!important}#cases .feat-index{
  margin-top:auto!important;padding-top:28px!important;text-align:right!important;
  font-size:clamp(44px,4.5vw,66px)!important;line-height:.82!important;letter-spacing:-.065em!important;
  font-weight:670!important;color:rgba(255,255,255,.09)!important;
  transition:color .35s,transform .35s!important;
}#cases .feat:hover .feat-index{color:rgba(224,106,75,.58)!important;transform:translateX(-3px)!important}#case-japan .v9-video-row,#case-thailand .v9-video-row,#case-nyc .v9-video-row{display:flex;gap:12px;flex-wrap:wrap}#case-japan .v9-video-btn,#case-thailand .v9-video-btn,#case-nyc .v9-video-btn{
  display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:11px 24px;
  border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:13px;font-weight:650;letter-spacing:.06em;color:#fff;
  transition:background .25s,border-color .25s,transform .25s
}#case-japan .v9-video-btn:hover,#case-thailand .v9-video-btn:hover,#case-nyc .v9-video-btn:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}#case-japan .case-horizontal-gallery.v9-gallery,#case-thailand .case-horizontal-gallery.v9-gallery,#case-nyc .case-horizontal-gallery.v9-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:34px 0;border-bottom:1px solid #373735}#case-japan .v9-gal,#case-thailand .v9-gal,#case-nyc .v9-gal{margin:0;position:relative;overflow:hidden;border-radius:14px;aspect-ratio:16/11;background:#171716}#case-japan .v9-gal img,#case-thailand .v9-gal img,#case-nyc .v9-gal img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}#case-japan .v9-gal:hover img,#case-thailand .v9-gal:hover img,#case-nyc .v9-gal:hover img{transform:scale(1.045)}#case-japan .v9-gal figcaption,#case-thailand .v9-gal figcaption,#case-nyc .v9-gal figcaption{position:absolute;left:12px;bottom:10px;font-size:10px;letter-spacing:.1em;color:#fff;background:rgba(0,0,0,.62);padding:5px 10px;border-radius:7px}@media(max-width:1050px){#cases .feat-body{min-height:300px!important}}@media(max-width:720px){
  #cases .featured-grid{grid-template-columns:1fr!important}
  #cases .feat-body{min-height:0!important}
  #cases .feat-index{font-size:48px!important}
  #case-japan .case-horizontal-gallery.v9-gallery,#case-thailand .case-horizontal-gallery.v9-gallery,#case-nyc .case-horizontal-gallery.v9-gallery{grid-template-columns:1fr}
}#about.section{padding-top:clamp(56px,5.6vw,82px)!important;padding-bottom:clamp(72px,7vw,102px)!important}#about .about-head.about-editorial{padding-top:0!important;padding-bottom:6px!important;margin-bottom:44px!important;min-height:0!important}#about .credentials{margin-top:42px!important}#about .career-strip{margin-top:24px!important}#track.section{padding-top:clamp(90px,8.5vw,118px)!important;padding-bottom:clamp(90px,8.5vw,118px)!important}#track .stats{margin-top:56px!important}#capabilities.section{padding-top:clamp(88px,8.5vw,122px)!important;padding-bottom:clamp(94px,9vw,132px)!important}#cases.section{padding-top:clamp(88px,8.5vw,122px)!important;padding-bottom:clamp(92px,9vw,128px)!important}#cases .featured-head{margin-bottom:48px!important}#why.section{padding-top:clamp(94px,9vw,128px)!important;padding-bottom:clamp(96px,9.5vw,134px)!important}#why .why-grid{margin-top:58px!important}#why .answer{margin-top:68px!important}#fit.section{padding-top:clamp(88px,8.5vw,120px)!important;padding-bottom:clamp(88px,8.5vw,120px)!important}#contact.contact{padding-top:clamp(84px,8.5vw,118px)!important;padding-bottom:clamp(84px,8.5vw,118px)!important}#capabilities{background:#f4f2ec!important;color:#11110f!important;overflow:hidden!important}#capabilities .wrap{width:min(1320px,calc(100% - var(--pad)*2))!important;max-width:none!important;position:relative!important}#capabilities .cap-intro{
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)!important;
  gap:clamp(42px,6vw,86px)!important;align-items:end!important;
  padding-bottom:44px!important;border-bottom:0!important;margin-bottom:0!important;
}#capabilities .cap-intro .cap-title>span:first-child{font-size:clamp(44px,4.9vw,68px)!important;color:#11110f!important}#capabilities .cap-intro .cap-title>span:last-child{font-size:clamp(27px,2.8vw,40px)!important;color:#8c8981!important;margin-top:7px!important}#capabilities .cap-intro .lead{font-size:13.5px!important;line-height:1.76!important;color:#6f6c64!important;max-width:420px!important}#capabilities .cap-story-bg,#capabilities .cap-story-rail{display:none!important}#capabilities .cap-story-layout{display:block!important;margin-top:34px!important}#capabilities .cap-story-stack{min-width:0!important}#capabilities .cap-accordions{margin:0!important;border-top:1px solid rgba(17,17,15,.18)!important}#capabilities .cap-accordion{
  position:relative!important;margin:0!important;padding:0!important;
  background:transparent!important;border:0!important;border-bottom:1px solid rgba(17,17,15,.16)!important;
  border-radius:0!important;box-shadow:none!important;overflow:hidden!important;color:#11110f!important;
  isolation:isolate;
}#capabilities .cap-accordion:before{
  content:attr(data-story-index);position:absolute;z-index:0;right:74px;top:-20px;
  font-size:clamp(82px,8.8vw,126px);line-height:1;font-weight:800;letter-spacing:-.075em;
  color:rgba(17,17,15,0);pointer-events:none;transition:color .35s ease,transform .45s cubic-bezier(.2,.72,.2,1);
}#capabilities .cap-accordion:hover:before{color:rgba(17,17,15,.035);transform:translateX(-7px)}#capabilities .cap-accordion.open:before{color:rgba(225,95,61,.07);transform:translateX(-10px)}#capabilities .cap-accordion-head{
  position:relative;z-index:2;display:grid!important;width:100%!important;
  grid-template-columns:112px minmax(0,1fr) 42px!important;gap:24px!important;align-items:center!important;
  min-height:0!important;padding:31px 4px!important;background:transparent!important;border:0!important;
  color:#11110f!important;text-align:left!important;cursor:pointer!important;
}#capabilities .mod-idx{color:#dc603f!important;font-size:10px!important;line-height:1.5!important;letter-spacing:.17em!important;font-weight:800!important}#capabilities .mod-head-copy b{
  display:block!important;color:#11110f!important;font-size:clamp(27px,3vw,42px)!important;line-height:1.06!important;
  letter-spacing:-.045em!important;font-weight:700!important;transition:color .25s ease,transform .3s ease!important;
}#capabilities .mod-head-copy small{display:block!important;margin-top:6px!important;color:#848179!important;font-size:11.5px!important;line-height:1.45!important;letter-spacing:.02em!important}#capabilities .cap-accordion-head:hover .mod-head-copy b{color:#11110f!important;transform:translateX(5px)}#capabilities .cap-accordion.open .mod-head-copy b{color:#d85e3e!important;transform:translateX(5px)}#capabilities .mod-plus{
  width:38px!important;height:38px!important;border-radius:50%!important;border:1px solid rgba(17,17,15,.28)!important;
  color:#11110f!important;background:transparent!important;display:grid!important;place-items:center!important;
  font-size:20px!important;font-weight:300!important;transition:transform .42s cubic-bezier(.2,.72,.2,1),background .3s,border-color .3s,color .3s!important;
}#capabilities .cap-accordion.open .mod-plus{transform:rotate(45deg)!important;background:#df6444!important;border-color:#df6444!important;color:#fff!important}#capabilities .cap-accordion-body,#capabilities .cap-accordion.open .cap-accordion-body{
  display:grid!important;background:transparent!important;color:#11110f!important;overflow:hidden!important;
  transition:grid-template-rows .64s cubic-bezier(.2,.72,.2,1)!important;
}#capabilities .cap-accordion-body{grid-template-rows:0fr!important}#capabilities .cap-accordion.open .cap-accordion-body{grid-template-rows:1fr!important}#capabilities .cap-accordion-inner{
  min-height:0!important;overflow:hidden!important;padding:0 0 0!important;border:0!important;
}#capabilities .cap-story-heading{display:none!important}#capabilities .cap-module-intro{
  max-width:820px!important;margin:0 0 28px 112px!important;padding:0!important;
  color:#5e5b54!important;font-size:14.5px!important;line-height:1.74!important;font-weight:440!important;
  opacity:1!important;transform:none!important;
}#capabilities .cap-module-intro:before{display:none!important}#capabilities .cap-mini-grid,
#capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid,
#capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{
  display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto!important;
  margin:0 0 18px 112px!important;padding:0 0 22px!important;border:0!important;
  scroll-snap-type:x mandatory!important;scrollbar-width:thin!important;scrollbar-color:#df6444 transparent!important;
}#capabilities .cap-mini-card{
  flex:0 0 286px!important;scroll-snap-align:start!important;min-width:286px!important;
  background:#fbfaf7!important;color:#11110f!important;border:1px solid rgba(17,17,15,.13)!important;
  border-radius:14px!important;overflow:hidden!important;box-shadow:none!important;
  transition:transform .35s cubic-bezier(.2,.72,.2,1),border-color .28s ease,box-shadow .35s ease!important;
}#capabilities .cap-mini-card:hover{transform:translateY(-5px)!important;background:#fff!important;border-color:rgba(17,17,15,.25)!important;box-shadow:0 16px 34px rgba(17,17,15,.07)!important}#capabilities .sub-img-placeholder{height:174px!important;aspect-ratio:auto!important;background-size:cover!important;background-position:center!important;transition:transform .7s cubic-bezier(.2,.72,.2,1)!important}#capabilities .cap-mini-card:hover .sub-img-placeholder{transform:scale(1.025)!important;background-size:cover!important}#capabilities .mini-copy{padding:18px 19px 21px!important}#capabilities .mini-copy>small{font-size:8.5px!important;letter-spacing:.16em!important;color:#d85e3e!important;font-weight:780!important}#capabilities .mini-copy>b{font-size:15.5px!important;line-height:1.34!important;margin:8px 0 7px!important;color:#11110f!important;font-weight:670!important}#capabilities .cap-mini-card p{font-size:12px!important;line-height:1.62!important;color:#77736b!important}#capabilities .detail-img-placeholder{min-height:126px!important}#capabilities .cap-case-action,#capabilities .mini-expand-label,#capabilities .case-jump-link{
  display:inline-flex!important;align-items:center!important;gap:4px!important;
  margin:11px 0 0!important;padding:0 0 3px!important;border:0!important;border-bottom:1px solid rgba(216,94,62,.36)!important;border-radius:0!important;
  background:transparent!important;color:#d85e3e!important;text-decoration:none!important;
  font-size:9.5px!important;line-height:1.25!important;font-weight:760!important;letter-spacing:.04em!important;
  transition:color .2s ease,border-color .2s ease,transform .2s ease!important;
}#capabilities .cap-case-action:hover,#capabilities .mini-expand-label:hover,#capabilities .case-jump-link:hover{color:#11110f!important;border-color:#11110f!important;transform:translateX(3px)!important}#capabilities .playbook{
  margin:4px 0 34px 112px!important;max-width:calc(100% - 112px)!important;padding:20px 23px!important;
  background:#11110f!important;color:#f4f1ea!important;border:0!important;border-left:3px solid #df6444!important;border-radius:0!important;
}#capabilities .playbook strong{font-size:12px!important;color:#fff!important;margin-bottom:9px!important}#capabilities .playbook span{font-size:12px!important;line-height:1.72!important;color:#b9b6ae!important}#cases .featured-grid{gap:18px!important}#cases .feat .feat-img,#cases .feat:not(:first-child) .feat-img{aspect-ratio:16/10!important;height:auto!important}#cases .feat-body{padding:24px 24px 23px!important;min-height:268px!important;overflow:hidden!important}#cases .feat-body h3{font-size:clamp(23px,1.95vw,29px)!important;margin-bottom:9px!important}#cases .feat-body p{font-size:12.8px!important;line-height:1.66!important;margin-bottom:17px!important}#cases .feat-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding-top:14px!important}#cases .feat-metric{min-width:0!important}#cases .feat-metric b{font-size:16px!important;line-height:1.12!important;white-space:nowrap!important}#cases .feat-metric span{font-size:8.8px!important;line-height:1.4!important;margin-top:4px!important}#cases .open-case{margin-top:17px!important;font-size:10.5px!important}#cases .feat-index{
  position:absolute!important;z-index:0!important;right:10px!important;bottom:-17px!important;margin:0!important;padding:0!important;
  font-size:clamp(82px,8vw,118px)!important;line-height:.8!important;font-weight:760!important;letter-spacing:-.085em!important;
  color:rgba(255,255,255,.055)!important;pointer-events:none!important;
}#cases .feat:hover .feat-index{color:rgba(224,106,75,.23)!important;transform:translateX(-5px) scale(1.025)!important}#cases .feat-body>h3,#cases .feat-body>p,#cases .feat-metrics,#cases .open-case{position:relative!important;z-index:2!important}@media(max-width:1050px){
  #capabilities .cap-intro{grid-template-columns:1fr!important;gap:22px!important}
  #capabilities .cap-module-intro{margin-left:88px!important}
  #capabilities .cap-mini-grid,#capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid,#capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{margin-left:88px!important}
  #capabilities .playbook{margin-left:88px!important;max-width:calc(100% - 88px)!important}
  #cases .feat-body{min-height:250px!important}
}@media(max-width:720px){
  #about.section{padding-top:58px!important;padding-bottom:70px!important}
  #track.section,#capabilities.section,#cases.section,#why.section,#fit.section{padding-top:76px!important;padding-bottom:76px!important}
  #capabilities .cap-intro{padding-bottom:26px!important}
  #capabilities .cap-story-layout{margin-top:20px!important}
  #capabilities .cap-accordion-head{grid-template-columns:56px minmax(0,1fr) 34px!important;gap:12px!important;padding:23px 0!important}
  #capabilities .mod-head-copy b{font-size:25px!important}
  #capabilities .mod-head-copy small{font-size:10px!important}
  #capabilities .cap-accordion:before{right:42px!important;top:-6px!important;font-size:76px!important}
  #capabilities .cap-module-intro{margin:0 0 22px 0!important;font-size:13.5px!important}
  #capabilities .cap-mini-grid,#capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid,#capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{margin-left:0!important}
  #capabilities .cap-mini-card{flex-basis:270px!important;min-width:270px!important}
  #capabilities .playbook{margin-left:0!important;max-width:none!important}
  #cases .feat-body{min-height:0!important}
  #cases .feat-index{font-size:86px!important}
  #cases .feat-metrics{gap:8px!important}
}#capabilities .cap-intro .lead{
  font-size:14.5px!important;line-height:1.72!important;color:#605d56!important;max-width:440px!important;
}#capabilities .mod-idx{
  font-size:11px!important;letter-spacing:.16em!important;
}#capabilities .mod-head-copy small{
  font-size:12.75px!important;line-height:1.5!important;color:#77736c!important;margin-top:7px!important;
}#capabilities .cap-module-intro{
  max-width:none!important;width:calc(100% - 112px)!important;
  margin:0 0 30px 112px!important;
  font-size:15.5px!important;line-height:1.62!important;letter-spacing:-.012em!important;
  color:#4f4c46!important;white-space:nowrap!important;
}#capabilities .cap-mini-grid,
#capabilities .cap-accordion[data-card-count="6"] .cap-mini-grid,
#capabilities .cap-accordion[data-card-count="4"] .cap-mini-grid{
  gap:12px!important;padding-bottom:24px!important;
}#capabilities .cap-mini-card{
  flex:0 0 298px!important;min-width:298px!important;
  display:flex!important;flex-direction:column!important;
  background:linear-gradient(180deg,#1d1d1f 0%,#151516 100%)!important;
  color:#f5f5f7!important;border:1px solid rgba(255,255,255,.075)!important;
  border-radius:0!important;box-shadow:none!important;overflow:hidden!important;
  transition:none!important;
}#capabilities .cap-mini-card:hover{
  transform:none!important;background:linear-gradient(180deg,#1d1d1f 0%,#151516 100%)!important;
  border-color:rgba(255,255,255,.075)!important;box-shadow:none!important;
}#capabilities .sub-img-placeholder{
  height:172px!important;aspect-ratio:auto!important;flex:0 0 172px!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  transition:none!important;filter:saturate(.94) contrast(1.015)!important;
}#capabilities .cap-mini-card:hover .sub-img-placeholder{
  transform:none!important;filter:saturate(.94) contrast(1.015)!important;
}#capabilities .mini-copy{
  min-height:198px!important;height:198px!important;padding:20px 20px 18px!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;
  background:linear-gradient(180deg,rgba(255,255,255,.014),rgba(255,255,255,0))!important;
}#capabilities .mini-copy>small{
  font-size:10px!important;line-height:1.3!important;letter-spacing:.17em!important;
  color:#f06a49!important;font-weight:760!important;
}#capabilities .mini-copy>b{
  font-size:17px!important;line-height:1.27!important;letter-spacing:-.022em!important;
  margin:9px 0 8px!important;color:#f5f5f7!important;font-weight:650!important;
}#capabilities .cap-mini-card p{
  font-size:12.8px!important;line-height:1.58!important;color:#a7a7ad!important;margin:0!important;
}#capabilities .cap-case-action,#capabilities .mini-expand-label,#capabilities .case-jump-link{
  margin-top:auto!important;padding-top:12px!important;padding-bottom:2px!important;
  font-size:10.5px!important;line-height:1.3!important;letter-spacing:.045em!important;
  color:#f06a49!important;border-bottom-color:rgba(240,106,73,.42)!important;
  transition:color .2s ease,border-color .2s ease!important;
}#capabilities .cap-case-action:hover,#capabilities .mini-expand-label:hover,#capabilities .case-jump-link:hover{
  color:#fff!important;border-color:#fff!important;transform:none!important;
}#capabilities .detail-img-placeholder{min-height:126px!important}#capabilities .mini-detail{background:#111112!important;border-top:1px solid rgba(255,255,255,.08)!important}#cases .featured-grid{gap:16px!important;align-items:stretch!important}#cases .feat{
  background:#141416!important;color:#f5f5f7!important;border:1px solid rgba(17,17,15,.09)!important;
  border-radius:0!important;box-shadow:none!important;transition:border-color .28s ease!important;
}#cases .feat:nth-child(2){background:#181719!important}#cases .feat:nth-child(3){background:#151718!important}#cases .feat:before{display:none!important;content:none!important}#cases .feat:hover{
  transform:none!important;box-shadow:none!important;border-color:rgba(17,17,15,.22)!important;
}#cases .feat .feat-img,#cases .feat:not(:first-child) .feat-img{
  aspect-ratio:1.34/1!important;height:auto!important;background:#090909!important;
}#cases .feat-img:after{
  background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,0,0,.34) 100%)!important;
  opacity:.42!important;transition:opacity .35s ease!important;
}#cases .feat:hover .feat-img:after{opacity:.30!important}#cases .feat .feature-placeholder{
  transition:transform .7s cubic-bezier(.2,.72,.2,1),filter .45s ease!important;
}#cases .feat:hover .feature-placeholder{
  transform:scale(1.012)!important;filter:saturate(1.02) contrast(1.015)!important;
}#cases .feat-body{
  min-height:306px!important;padding:28px 26px 25px!important;
}#cases .feat-body h3{
  font-size:clamp(24px,2.05vw,30px)!important;line-height:1.12!important;
  margin-bottom:11px!important;letter-spacing:-.037em!important;font-weight:620!important;
  transition:none!important;
}#cases .feat:hover .feat-body h3{transform:none!important}#cases .feat-body p{
  font-size:13px!important;line-height:1.7!important;color:#a8a8ad!important;margin-bottom:20px!important;
}#cases .feat-metrics{
  margin-top:auto!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.12)!important;
  gap:12px!important;
}#cases .feat-metric b{font-size:17px!important;color:#f5f5f7!important}#cases .feat-metric span{font-size:9.2px!important;color:#7f7f85!important}#cases .open-case{
  margin-top:19px!important;padding-bottom:5px!important;font-size:10.5px!important;
  color:#f06a49!important;border-bottom-color:rgba(240,106,73,.38)!important;
  transition:color .2s ease,border-color .2s ease!important;
}#cases .feat:hover .open-case{
  transform:none!important;color:#fff!important;border-color:#fff!important;
}#cases .feat-index{
  right:12px!important;bottom:-15px!important;color:rgba(255,255,255,.045)!important;
  transition:color .25s ease!important;
}#cases .feat:hover .feat-index{transform:none!important;color:rgba(240,106,73,.12)!important}@media(max-width:1050px){
  #capabilities .cap-module-intro{margin-left:88px!important;width:calc(100% - 88px)!important;font-size:15px!important}
}@media(max-width:720px){
  #capabilities .cap-module-intro{margin-left:0!important;width:auto!important;white-space:normal!important;font-size:14px!important}
  #capabilities .mod-head-copy small{font-size:11.5px!important}
  #capabilities .cap-mini-card{flex-basis:276px!important;min-width:276px!important}
  #capabilities .mini-copy{height:202px!important;min-height:202px!important}
  #cases .feat-body{min-height:0!important}
}#capabilities .mini-copy{height:auto!important;min-height:0!important;}#capabilities .sub-img-placeholder{filter:saturate(.98) contrast(1.01) brightness(1.02)!important;}#cases .feat-img:after{background:linear-gradient(180deg,rgba(0,0,0,0) 54%,rgba(0,0,0,.22) 100%)!important;opacity:.32!important;}#cases .feat:hover .feat-img:after{opacity:.18!important;}#cases .feat-metric b{color:#f06a49!important;font-size:18px!important;font-weight:680!important;}#cases .feat-metric span{font-size:10.6px!important;color:#96928b!important;letter-spacing:.025em!important;margin-top:5px!important;}#cases .feat-index{color:rgba(240,106,73,.18)!important;}#cases .feat:hover .feat-index{color:rgba(240,106,73,.42)!important;}#capabilities .sub-img-placeholder{
  filter:saturate(1) contrast(1.005) brightness(1.035)!important;
}#capabilities .img-placeholder.has-source:after{
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.025))!important;
}#capabilities .cap-mini-card{height:auto!important;min-height:0!important;}#capabilities .mini-copy{height:auto!important;min-height:0!important;}#capabilities .playbook strong{
  font-size:15px!important;line-height:1.42!important;margin-bottom:10px!important;font-weight:680!important;
}#capabilities .playbook span{
  font-size:14px!important;line-height:1.72!important;color:#c4c1ba!important;
}#cases .feat-img:after{
  background:linear-gradient(180deg,rgba(0,0,0,0) 62%,rgba(0,0,0,.12) 100%)!important;
  opacity:.22!important;
}#cases .feat:hover .feat-img:after{opacity:.14!important;}#capabilities .img-placeholder.has-source:after{
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.012))!important;
}#capabilities .sub-img-placeholder{
  filter:saturate(1.015) contrast(1.005) brightness(1.045)!important;
}#capabilities .cap-mini-grid{align-items:stretch!important;}#capabilities .cap-mini-card{height:auto!important;min-height:0!important;}#capabilities .mini-copy{height:auto!important;min-height:0!important;}#capabilities .cap-text-detail{
  min-height:0;overflow:hidden;
  padding:10px 18px 18px;
  background:#101011;
  border-top:1px solid rgba(255,255,255,.08);
}#capabilities .cap-text-row{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;
  padding:14px 2px;border-bottom:1px solid rgba(255,255,255,.08);
}#capabilities .cap-text-row:last-child{border-bottom:0}#capabilities .cap-text-row strong{
  display:block;color:#f5f5f7;font-size:13.5px;line-height:1.4;font-weight:650;
}#capabilities .cap-text-row span{
  display:block;margin-top:4px;color:#8f8f94;font-size:11.5px;line-height:1.45;
}#capabilities .cap-text-row a{
  color:#f06a49;font-size:11.5px;font-weight:650;white-space:nowrap;
}#capabilities .cap-modal-trigger{
  appearance:none;background:none;border:0;border-bottom:1px solid rgba(240,106,73,.42);
  padding-left:0;padding-right:0;cursor:pointer;font-family:inherit;
}#capabilities .playbook strong{font-size:15.5px!important;}#capabilities .playbook span{font-size:14.5px!important;}dialog.cap-placeholder-dialog{
  width:min(720px,calc(100vw - 36px));padding:0;border:1px solid #333;
  background:#101011;color:#f5f5f7;box-shadow:0 28px 90px rgba(0,0,0,.48);
}dialog.cap-placeholder-dialog::backdrop{background:rgba(0,0,0,.62);backdrop-filter:blur(4px)}.cap-placeholder-close{
  position:absolute;right:18px;top:16px;width:38px;height:38px;border-radius:50%;
  border:1px solid #3b3b3e;background:#171719;color:#fff;font-size:22px;cursor:pointer;
}.cap-placeholder-wrap{padding:58px 56px 54px}.cap-placeholder-eyebrow{font-size:10px;letter-spacing:.2em;color:#f06a49;font-weight:750}.cap-placeholder-wrap h3{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:14px 0 20px;letter-spacing:-.035em}.cap-placeholder-wrap p{color:#a8a8ad;font-size:14px;line-height:1.8;margin:0}@media(max-width:720px){
  #capabilities .cap-text-row{grid-template-columns:1fr;gap:7px}
  .cap-placeholder-wrap{padding:52px 24px 36px}
}.xc-dialog{border:0;padding:0;background:transparent;max-width:none;width:100%;height:100%;margin:0}.xc-dialog::backdrop{background:rgba(10,10,9,.55);backdrop-filter:blur(6px)}.xc-panel{position:relative;width:min(1080px,calc(100% - 48px));margin:5vh auto;background:#131312;color:#f2f2ee;border-radius:24px;
  padding:64px 72px 72px;box-shadow:0 40px 120px rgba(0,0,0,.5)}@media(max-width:760px){.xc-panel{padding:40px 24px 48px;margin:3vh auto;width:calc(100% - 24px)}}.xc-close{position:sticky;top:0;float:right;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);
  background:transparent;color:#f2f2ee;font-size:18px;cursor:pointer;transition:background .3s,border-color .3s;z-index:5}.xc-close:hover{background:var(--accent);border-color:var(--accent)}.xc-kicker{font-size:11.5px;letter-spacing:.22em;color:var(--accent);text-transform:uppercase;margin-bottom:20px}.xc-panel h3{font-size:clamp(28px,3.4vw,44px);font-weight:800;letter-spacing:-.02em;line-height:1.18;margin-bottom:16px;color:#fff}.xc-lead{font-size:15px;line-height:1.85;color:#b9b9b2;max-width:720px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:8px}.xc-row{display:grid;grid-template-columns:210px 1fr;gap:32px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.09)}@media(max-width:760px){.xc-row{grid-template-columns:1fr;gap:12px}}.xc-row h4{font-size:13.5px;font-weight:700;color:var(--accent);letter-spacing:.04em;line-height:1.6}.xc-row p{font-size:14px;line-height:1.95;color:#c9c8c2}.xc-row p b{color:#fff;font-weight:700}.xc-gal{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0 8px}.xc-gal.x2{grid-template-columns:1fr 1fr}.xc-gal.x2 figure{aspect-ratio:16/10}@media(max-width:760px){.xc-gal.x2{grid-template-columns:1fr}}@media(max-width:760px){.xc-gal{grid-template-columns:1fr}}.xc-gal figure{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:16/11;background:#1c1c1a}.xc-gal img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.xc-gal figure:hover img{transform:scale(1.045)}.xc-gal figcaption{position:absolute;left:10px;bottom:10px;font-size:11px;color:#fff;background:rgba(14,14,13,.72);
  backdrop-filter:blur(6px);padding:5px 11px;border-radius:999px}.xc-results-label{font-size:12px;letter-spacing:.2em;color:var(--accent);text-transform:uppercase;margin:38px 0 18px}.xc-results{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:760px){.xc-results{grid-template-columns:1fr 1fr}}.xc-tile{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:22px 24px;transition:border-color .3s,transform .3s}.xc-tile:hover{border-color:var(--accent);transform:translateY(-3px)}.xc-tile b{display:block;font-size:clamp(22px,2.4vw,30px);font-weight:800;color:var(--accent);letter-spacing:-.01em;margin-bottom:8px}.xc-tile span{font-size:12.5px;line-height:1.7;color:#a9a8a2}.xc-dialog{--accent:#e95a37;}#capabilities .xc-modal-trigger,
#capabilities .v19-case-trigger{
  appearance:none;background:none;
  border:0;border-bottom:1px solid rgba(240,106,73,.42);
  padding-left:0;padding-right:0;cursor:pointer;font-family:inherit;
}#capabilities .xc-modal-trigger:hover,
#capabilities .v19-case-trigger:hover{
  color:#fff!important;border-color:#fff!important;
}#xc-pr .xc-panel,#xc-kol .xc-panel,#xc-tokyo .xc-panel,#xc-pond .xc-panel,#xc-jared .xc-panel{
  padding:46px 58px 54px!important;
  margin:3vh auto!important;
}#xc-pr .xc-kicker,#xc-kol .xc-kicker,#xc-tokyo .xc-kicker,#xc-pond .xc-kicker,#xc-jared .xc-kicker{
  margin-bottom:12px!important;
}#xc-pr .xc-panel h3,#xc-kol .xc-panel h3,#xc-tokyo .xc-panel h3,#xc-pond .xc-panel h3,#xc-jared .xc-panel h3{
  margin-bottom:10px!important;
  line-height:1.12!important;
}#xc-pr .xc-lead,#xc-kol .xc-lead,#xc-tokyo .xc-lead,#xc-pond .xc-lead,#xc-jared .xc-lead{
  padding-bottom:20px!important;
  margin-bottom:0!important;
  line-height:1.72!important;
}#xc-pr .xc-row,#xc-kol .xc-row,#xc-tokyo .xc-row,#xc-pond .xc-row,#xc-jared .xc-row{
  grid-template-columns:170px 1fr!important;
  gap:24px!important;
  padding:19px 0!important;
}#xc-pr .xc-row p,#xc-kol .xc-row p,#xc-tokyo .xc-row p,#xc-pond .xc-row p,#xc-jared .xc-row p{
  line-height:1.78!important;
}#xc-tokyo .xc-gal,#xc-pond .xc-gal,#xc-jared .xc-gal{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin:24px 0 4px!important;
}#xc-tokyo .xc-gal figure,#xc-pond .xc-gal figure,#xc-jared .xc-gal figure{
  aspect-ratio:16/10!important;
  border-radius:10px!important;
}#xc-tokyo .xc-gal img,#xc-pond .xc-gal img,#xc-jared .xc-gal img{
  width:100%!important;height:100%!important;object-fit:cover!important;
}#xc-tokyo .xc-results-label,#xc-pond .xc-results-label,#xc-jared .xc-results-label{
  margin:26px 0 14px!important;
}#xc-tokyo .xc-results,#xc-pond .xc-results,#xc-jared .xc-results{
  gap:12px!important;
}#xc-tokyo .xc-tile,#xc-pond .xc-tile,#xc-jared .xc-tile{
  padding:18px 20px!important;
}#case-japan .case-horizontal-gallery.v9-gallery,
#case-thailand .case-horizontal-gallery.v9-gallery,
#case-nyc .case-horizontal-gallery.v9-gallery{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  padding:28px 0!important;
}#case-japan .v9-gal,#case-thailand .v9-gal,#case-nyc .v9-gal{
  aspect-ratio:16/10!important;
  border-radius:10px!important;
}#case-japan .v9-gal img,#case-thailand .v9-gal img,#case-nyc .v9-gal img{
  width:100%!important;height:100%!important;object-fit:cover!important;
}@media(max-width:760px){
  #xc-pr .xc-panel,#xc-kol .xc-panel,#xc-tokyo .xc-panel,#xc-pond .xc-panel,#xc-jared .xc-panel{
    padding:38px 22px 42px!important;
  }
  #xc-pr .xc-row,#xc-kol .xc-row,#xc-tokyo .xc-row,#xc-pond .xc-row,#xc-jared .xc-row{
    grid-template-columns:1fr!important;gap:8px!important;padding:15px 0!important;
  }
  #xc-tokyo .xc-gal,#xc-pond .xc-gal,#xc-jared .xc-gal{
    grid-template-columns:1fr!important;
  }
  #case-japan .case-horizontal-gallery.v9-gallery,
  #case-thailand .case-horizontal-gallery.v9-gallery,
  #case-nyc .case-horizontal-gallery.v9-gallery{
    grid-template-columns:1fr!important;
  }
}#about .credential{
  min-height:112px!important;
}#about .schoolmark.logo-mark{
  width:72px!important;
  min-width:72px!important;
  height:72px!important;
  padding:0!important;
  background:#0b0b0b!important;
  border-radius:0!important;
  overflow:hidden!important;
}#about .schoolmark.logo-mark img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  filter:none!important;
  opacity:1!important;
}#xc-tokyo .xc-gal,
#xc-pond .xc-gal,
#xc-jared .xc-gal{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:20px 0 4px!important;
}#xc-tokyo .xc-gal figure,
#xc-pond .xc-gal figure,
#xc-jared .xc-gal figure{
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#xc-tokyo .xc-gal img,
#xc-pond .xc-gal img,
#xc-jared .xc-gal img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}#xc-pr .xc-row,
#xc-kol .xc-row{
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:12px!important;
}#xc-pr .xc-row h4,
#xc-kol .xc-row h4{
  padding-top:1px!important;
}@media(max-width:760px){
  #about .schoolmark.logo-mark{
    width:64px!important;
    min-width:64px!important;
    height:64px!important;
  }
  #xc-tokyo .xc-gal,
  #xc-pond .xc-gal,
  #xc-jared .xc-gal{
    grid-template-columns:1fr 1fr!important;
  }
  #xc-pr .xc-row,
  #xc-kol .xc-row{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:10px!important;
  }
}.xc-dialog .xc-panel{
  padding:40px 54px 48px!important;
  margin:2.4vh auto!important;
}.xc-dialog .xc-kicker{
  margin-bottom:9px!important;
}.xc-dialog .xc-panel h3{
  margin-bottom:8px!important;
  line-height:1.10!important;
}.xc-dialog .xc-lead{
  padding-bottom:13px!important;
  margin-bottom:0!important;
  line-height:1.62!important;
}.xc-dialog .xc-row{
  gap:14px!important;
  padding:13px 0!important;
}.xc-dialog .xc-row h4{
  line-height:1.35!important;
  padding-top:1px!important;
}.xc-dialog .xc-row p{
  line-height:1.62!important;
}#xc-pr .xc-row,
#xc-kol .xc-row{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:10px!important;
}.xc-dialog .xc-results-label{
  margin:20px 0 11px!important;
}.xc-dialog .xc-results{
  gap:10px!important;
}.xc-dialog .xc-tile{
  padding:15px 17px!important;
}#xc-tokyo .xc-gal,
#xc-pond .xc-gal,
#xc-paris .xc-gal{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:13px!important;
  margin:17px 0 3px!important;
}#xc-tokyo .xc-gal figure,
#xc-pond .xc-gal figure,
#xc-paris .xc-gal figure{
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#xc-jared .xc-gal{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:17px 0 3px!important;
}#xc-jared .xc-gal figure{
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#case-nyc .case-detail-content{
  padding-top:28px!important;
  padding-bottom:30px!important;
}#case-nyc .detail-grid{
  padding:15px 0!important;
  gap:18px!important;
}#case-nyc .detail-grid p{
  line-height:1.62!important;
}#case-nyc .case-horizontal-gallery.v9-gallery{
  padding:20px 0!important;
}.cap-placeholder-wrap{
  padding:44px 50px 42px!important;
}.cap-placeholder-wrap h3{
  margin:10px 0 12px!important;
}.cap-placeholder-wrap p{
  line-height:1.62!important;
}@media(max-width:760px){
  .xc-dialog .xc-panel{
    padding:34px 20px 38px!important;
  }
  .xc-dialog .xc-row,
  #xc-pr .xc-row,
  #xc-kol .xc-row{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:9px!important;
    padding:11px 0!important;
  }
  #xc-tokyo .xc-gal,
  #xc-pond .xc-gal,
  #xc-paris .xc-gal,
  #xc-jared .xc-gal{
    grid-template-columns:1fr!important;
  }
}.xc-dialog .xc-panel{
  padding:32px 48px 38px!important;
  margin:1.7vh auto!important;
}.xc-dialog .xc-kicker{
  margin-bottom:6px!important;
}.xc-dialog .xc-panel h3{
  margin-bottom:5px!important;
  line-height:1.08!important;
}.xc-dialog .xc-lead{
  padding-bottom:8px!important;
  margin-bottom:0!important;
  line-height:1.52!important;
}.xc-dialog .xc-row{
  gap:10px!important;
  padding:8px 0!important;
}.xc-dialog .xc-row h4{
  line-height:1.28!important;
  padding-top:0!important;
}.xc-dialog .xc-row p{
  line-height:1.52!important;
}#xc-pr .xc-row,
#xc-kol .xc-row{
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:8px!important;
}.xc-dialog .xc-results-label{
  margin:13px 0 8px!important;
}.xc-dialog .xc-results{
  gap:9px!important;
}.xc-dialog .xc-tile{
  padding:12px 14px!important;
}#xc-tokyo .xc-gal,
#xc-pond .xc-gal,
#xc-paris .xc-gal{
  grid-template-columns:1fr!important;
  width:min(430px,100%)!important;
  margin:13px auto 2px!important;
  gap:10px!important;
}#xc-tokyo .xc-gal figure,
#xc-pond .xc-gal figure,
#xc-paris .xc-gal figure{
  width:100%!important;
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#xc-jared .xc-gal{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:min(760px,100%)!important;
  margin:13px auto 2px!important;
  gap:11px!important;
}#xc-jared .xc-gal figure{
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#xc-pr .xc-panel,
#xc-kol .xc-panel,
#xc-tokyo .xc-panel,
#xc-pond .xc-panel,
#xc-jared .xc-panel{
  padding-top:29px!important;
  padding-bottom:33px!important;
}#xc-pr .xc-row,
#xc-kol .xc-row,
#xc-tokyo .xc-row,
#xc-pond .xc-row,
#xc-jared .xc-row{
  padding-top:7px!important;
  padding-bottom:7px!important;
}#xc-pr .xc-row + .xc-row,
#xc-kol .xc-row + .xc-row,
#xc-tokyo .xc-row + .xc-row,
#xc-pond .xc-row + .xc-row,
#xc-jared .xc-row + .xc-row{
  margin-top:0!important;
}.xc-dialog .xc-close{
  top:0!important;
}@media(max-width:760px){
  .xc-dialog .xc-panel{
    padding:28px 18px 32px!important;
  }
  .xc-dialog .xc-row,
  #xc-pr .xc-row,
  #xc-kol .xc-row{
    grid-template-columns:32px minmax(0,1fr)!important;
    gap:8px!important;
    padding:7px 0!important;
  }
  #xc-tokyo .xc-gal,
  #xc-pond .xc-gal,
  #xc-paris .xc-gal{
    width:min(390px,100%)!important;
  }
  #xc-jared .xc-gal{
    grid-template-columns:1fr!important;
    width:min(430px,100%)!important;
  }
}#xc-tokyo .xc-gal,
#xc-pond .xc-gal,
#xc-paris .xc-gal{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:min(920px,100%)!important;
  margin:13px auto 2px!important;
  gap:12px!important;
}#xc-tokyo .xc-gal figure,
#xc-pond .xc-gal figure,
#xc-paris .xc-gal figure{
  width:100%!important;
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#xc-tokyo .xc-gal img,
#xc-pond .xc-gal img,
#xc-paris .xc-gal img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}#xc-kol .xc-row p strong{
  color:#fff!important;
  font-weight:760!important;
}@media(max-width:760px){
  #xc-tokyo .xc-gal,
  #xc-pond .xc-gal,
  #xc-paris .xc-gal{
    grid-template-columns:1fr!important;
    width:min(430px,100%)!important;
  }
}#xc-tokyo .xc-gal{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:min(760px,100%)!important;
  gap:12px!important;
  margin:13px auto 2px!important;
}#xc-tokyo .xc-gal figure{
  aspect-ratio:16/10!important;
  width:100%!important;
}@media(max-width:760px){
  #xc-tokyo .xc-gal{
    grid-template-columns:1fr!important;
    width:min(430px,100%)!important;
  }
}#xc-jared .xc-gal{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:min(920px,100%)!important;
  margin:13px auto 2px!important;
  gap:12px!important;
}#xc-jared .xc-gal figure{
  width:100%!important;
  aspect-ratio:16/10!important;
  border-radius:8px!important;
}#xc-jared .xc-gal img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}@media(max-width:760px){
  #xc-jared .xc-gal{
    grid-template-columns:1fr!important;
    width:min(430px,100%)!important;
  }
}.v31-case-keywords{
  color:rgba(232,232,228,.66)!important;
  font-size:11.5px!important;
  font-weight:400!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  line-height:1.35!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  box-shadow:none!important;
}.hero.hero-v33{
  position:relative;
  min-height:610px;
  height:auto;
  background:#050505!important;
  color:#f5f5f7;
  overflow:hidden;
  border:0!important;
}.hero-v33-wrap{
  width:min(1320px,calc(100% - 96px));
  min-height:610px;
  margin:0 auto;
  padding:30px 0 22px;
  display:grid;
  grid-template-rows:auto 1fr auto;
}.hero-v33-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  position:relative;
  z-index:4;
}.hero-v33-name{
  color:#f5f5f7;
  font-size:12.5px;
  line-height:1;
  font-weight:760;
  letter-spacing:.22em;
}.hero-v33-role{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
}.hero-v33-role b{
  color:#f5f5f7;
  font-size:11.5px;
  font-weight:680;
  line-height:1.2;
}.hero-v33-role span{
  margin-top:6px;
  color:#85858b;
  font-size:9.5px;
  line-height:1;
  font-weight:560;
  letter-spacing:.14em;
}.hero-v33-main{
  align-self:center;
  width:100%;
  padding:30px 0 22px;
}.hero-v33-headline{
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  font-size:clamp(60px,8.2vw,116px);
  line-height:.83;
  letter-spacing:-.068em;
  font-weight:820;
  color:#f5f5f7;
}.hero-v33-line{
  display:block;
  opacity:0;
  transform:translateY(28px);
  animation:v33HeroIn .75s cubic-bezier(.2,.72,.2,1) forwards;
}.hero-v33-line-2{animation-delay:.10s}.hero-v33-line-3{
  animation-delay:.20s;
  color:#f06443;
}.hero-v33-sub{
  margin:24px 0 0 4px;
  color:#a4a4aa;
  font-size:16px;
  line-height:1.4;
  font-weight:500;
  letter-spacing:.01em;
  opacity:0;
  transform:translateY(16px);
  animation:v33HeroIn .7s .34s cubic-bezier(.2,.72,.2,1) forwards;
}@keyframes v33HeroIn{
  to{opacity:1;transform:none}
}.hero-v33-rail{
  border-top:1px solid rgba(255,255,255,.17);
  padding-top:12px;
}.hero-v33-rail-meta{
  color:#66666c;
  font-size:8.5px;
  letter-spacing:.18em;
  font-weight:650;
  margin-bottom:8px;
}.hero-v33-rail-words{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}.hero-v33-word{
  min-height:66px;
  padding:11px 13px 10px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-right:1px solid rgba(255,255,255,.08);
  transition:background .28s ease,color .28s ease;
}.hero-v33-word:last-child{border-right:0}.hero-v33-word small{
  color:#626268;
  font-size:8px;
  line-height:1;
  letter-spacing:.15em;
}.hero-v33-word b{
  color:#d8d8dc;
  font-size:clamp(20px,2.1vw,31px);
  line-height:.9;
  letter-spacing:-.05em;
  font-weight:800;
}.hero-v33-word.accented b{color:#f06443}.hero-v33-word:hover{background:#111113}.hero-v33-chips{
  display:flex;
  align-items:center;
  gap:7px;
  padding-top:9px;
  overflow:hidden;
}.hero-v33-chips span{
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.14);
  padding:4px 8px 3px;
  color:#74747a;
  font-size:7.5px;
  line-height:1;
  letter-spacing:.13em;
}#about.about-v33{
  position:relative;
  padding-top:72px!important;
  padding-bottom:82px!important;
  background:#f5f5f2!important;
  color:#11110f!important;
  overflow:hidden;
}#about .about-v33-wrap{position:relative}#about .about-v33-eyebrow{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:22px;
  padding-bottom:12px;
  border-bottom:1px solid #d6d6d0;
  color:#11110f;
  font-size:10px;
  line-height:1;
  font-weight:760;
  letter-spacing:.18em;
}#about .about-v33-eyebrow span{color:#f06443}#about .about-v33-grid{
  display:grid;
  grid-template-columns:minmax(360px,.86fr) minmax(0,1.2fr);
  gap:54px;
  align-items:stretch;
}#about .about-v33-portrait{
  position:relative;
  min-height:510px;
  overflow:hidden;
  background:#deded9;
}#about .about-v33-portrait::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:7px;
  background:#f06443;
  z-index:2;
}#about .about-v33-portrait img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:510px!important;
  object-fit:cover!important;
  object-position:center 15%!important;
  filter:none!important;
  transform:scale(1.015);
  transition:transform .8s cubic-bezier(.2,.72,.2,1);
}#about .about-v33-portrait:hover img{transform:scale(1.045)}#about .about-v33-portrait-tag{
  position:absolute;
  left:22px;
  bottom:18px;
  z-index:3;
  background:#0b0b0c;
  color:#fff;
  padding:8px 11px 7px;
  font-size:9px;
  letter-spacing:.18em;
  font-weight:720;
}#about .about-v33-copy{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 0 22px;
}#about .about-v33-ghost{
  position:absolute;
  right:-3px;
  top:12px;
  color:#e4e4df;
  font-size:clamp(54px,7vw,104px);
  line-height:.82;
  font-weight:850;
  letter-spacing:-.07em;
  z-index:0;
  user-select:none;
}#about .about-v33-statement{
  position:relative;
  z-index:1;
  margin:0;
  max-width:780px;
  color:#11110f;
  font-size:clamp(50px,5.2vw,76px);
  line-height:.98;
  letter-spacing:-.056em;
  font-weight:790;
}#about .about-v33-statement em{
  font-style:normal;
  color:#f06443;
}#about .about-v33-meta{
  position:relative;
  z-index:1;
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}#about .about-v33-meta span{
  border:1px solid #cfcfc9;
  padding:7px 9px 6px;
  color:#686863;
  font-size:8.5px;
  line-height:1;
  letter-spacing:.13em;
  font-weight:650;
}#about .about-v33-schools{
  margin-top:30px;
  padding-top:18px;
  border-top:1px solid #d6d6d0;
}#about .about-v33-schools-label{
  text-align:center;
  color:#858580;
  font-size:8.5px;
  line-height:1;
  letter-spacing:.22em;
  font-weight:700;
  margin-bottom:14px;
}#about .about-v33-credentials{
  margin:0 auto!important;
  width:min(720px,100%)!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:0!important;
  background:transparent!important;
  border:0!important;
}#about .about-v33-credentials .credential{
  min-height:112px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:7px!important;
  padding:10px 18px!important;
  border:0!important;
  border-right:1px solid #d6d6d0!important;
  background:transparent!important;
  box-shadow:none!important;
}#about .about-v33-credentials .credential:last-child{border-right:0!important}#about .about-v33-credentials .schoolmark.logo-mark{
  width:62px!important;
  min-width:62px!important;
  height:62px!important;
  padding:0!important;
  background:#0b0b0b!important;
  overflow:hidden!important;
  border-radius:0!important;
}#about .about-v33-credentials .schoolmark.logo-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  max-width:none!important;
  max-height:none!important;
  filter:none!important;
}#about .about-v33-credentials .credential b{
  margin:0!important;
  color:#11110f!important;
  font-size:11.5px!important;
  line-height:1.2!important;
}#about .about-v33-credentials .credential span:not(.schoolmark){
  color:#777772!important;
  font-size:9.5px!important;
  line-height:1.3!important;
}#about .about-v33-proof{
  margin-top:30px;
  border-top:2px solid #11110f;
}#about .about-v33-proof-intro{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
  color:#777772;
  font-size:8px;
  line-height:1;
  font-weight:680;
  letter-spacing:.18em;
}#about .about-v33-reveal{
  border-top:1px solid #cfcfc9;
}#about .about-v33-reveal:last-child{border-bottom:1px solid #cfcfc9}#about .about-v33-reveal-btn{
  width:100%;
  padding:18px 0 16px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 36px;
  gap:12px;
  align-items:center;
  border:0;
  background:transparent;
  color:#11110f;
  text-align:left;
  font-family:inherit;
  cursor:pointer;
}#about .about-v33-reveal-no{
  color:#f06443;
  font-size:10px;
  letter-spacing:.16em;
  font-weight:760;
}#about .about-v33-reveal-text{
  display:flex;
  align-items:baseline;
  gap:20px;
}#about .about-v33-reveal-text b{
  color:#11110f;
  font-size:20px;
  line-height:1;
  letter-spacing:-.025em;
  font-weight:800;
}#about .about-v33-reveal-text small{
  color:#777772;
  font-size:10px;
  line-height:1.35;
  font-weight:500;
}#about .about-v33-reveal-mark{
  justify-self:end;
  color:#11110f;
  font-size:26px;
  line-height:1;
  font-weight:350;
  transition:transform .35s ease;
}#about .about-v33-reveal.is-open .about-v33-reveal-mark{transform:rotate(45deg)}#about .about-v33-reveal-panel{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transition:max-height .65s cubic-bezier(.2,.72,.2,1),opacity .35s ease;
}#about .about-v33-reveal.is-open .about-v33-reveal-panel{
  max-height:820px;
  opacity:1;
}#about .about-v33-reveal-inner{padding:2px 0 28px}#about .about-v33-reveal .strengths{
  margin:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  gap:0!important;
  border-top:1px solid #d6d6d0!important;
  border-bottom:1px solid #d6d6d0!important;
}#about .about-v33-reveal .strength{
  min-height:180px!important;
  padding:24px 20px 20px!important;
  border:0!important;
  border-right:1px solid #d6d6d0!important;
  background:transparent!important;
  box-shadow:none!important;
}#about .about-v33-reveal .strength:last-child{border-right:0!important}#about .about-v33-reveal .strength .num{
  color:#f06443!important;
  font-size:10px!important;
  letter-spacing:.17em!important;
  margin-bottom:48px!important;
}#about .about-v33-reveal .strength h3{
  color:#11110f!important;
  font-size:17px!important;
  line-height:1.15!important;
  margin-bottom:10px!important;
}#about .about-v33-reveal .strength p{
  color:#777772!important;
  font-size:11px!important;
  line-height:1.7!important;
}#about .about-v33-reveal .career-strip{
  margin:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:0!important;
  border-top:1px solid #d6d6d0!important;
  border-bottom:1px solid #d6d6d0!important;
}#about .about-v33-reveal .career-item{
  min-height:134px!important;
  padding:24px 22px 20px!important;
  border:0!important;
  border-right:1px solid #d6d6d0!important;
  background:transparent!important;
  box-shadow:none!important;
}#about .about-v33-reveal .career-item:last-child{border-right:0!important}#about .about-v33-reveal .career-item b{
  display:block;
  color:#11110f!important;
  font-size:15px!important;
  line-height:1.3!important;
  margin-bottom:12px!important;
}#about .about-v33-reveal .career-item span{
  color:#777772!important;
  font-size:11px!important;
  line-height:1.75!important;
}#capabilities{background:#f1f1ef!important}#fit{background:#f1f1ef!important}@media(max-width:900px){
  .hero-v33-wrap{width:calc(100% - 48px)}
  .hero-v33-headline{font-size:clamp(62px,11vw,92px)}
  #about .about-v33-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  #about .about-v33-portrait{
    min-height:520px!important;
    max-height:620px!important;
  }
  #about .about-v33-copy{padding-top:6px!important}
  #about .about-v33-reveal .strengths{grid-template-columns:repeat(2,1fr)!important}
  #about .about-v33-reveal .career-strip{grid-template-columns:repeat(2,1fr)!important}
}@media(max-width:700px){
  .hero.hero-v33{min-height:580px}
  .hero-v33-wrap{
    width:calc(100% - 34px);
    min-height:580px;
    padding-top:22px;
  }
  .hero-v33-role span{
    max-width:180px;
    line-height:1.25;
  }
  .hero-v33-main{padding:36px 0 24px}
  .hero-v33-headline{
    font-size:clamp(54px,16vw,72px);
    line-height:.88;
  }
  .hero-v33-sub{
    margin-top:20px;
    font-size:14px;
  }
  .hero-v33-rail-words{
    grid-template-columns:repeat(5,minmax(80px,1fr));
    overflow-x:auto;
  }
  .hero-v33-word{min-height:58px}
  .hero-v33-word b{font-size:20px}
  #about.about-v33{
    padding-top:54px!important;
    padding-bottom:64px!important;
  }
  #about .about-v33-statement{font-size:clamp(44px,13vw,58px)}
  #about .about-v33-portrait,
  #about .about-v33-portrait img{
    min-height:430px!important;
    height:430px!important;
  }
  #about .about-v33-credentials{width:100%!important}
  #about .about-v33-credentials .credential{padding:8px 6px!important}
  #about .about-v33-credentials .schoolmark.logo-mark{
    width:50px!important;
    min-width:50px!important;
    height:50px!important;
  }
  #about .about-v33-reveal-btn{
    grid-template-columns:40px minmax(0,1fr) 28px;
  }
  #about .about-v33-reveal-text{display:block}
  #about .about-v33-reveal-text b{
    display:block;
    font-size:16px;
  }
  #about .about-v33-reveal-text small{
    display:block;
    margin-top:5px;
    font-size:9px;
  }
  #about .about-v33-reveal .strengths,
  #about .about-v33-reveal .career-strip{
    grid-template-columns:1fr!important;
  }
  #about .about-v33-reveal .strength,
  #about .about-v33-reveal .career-item{
    min-height:0!important;
    border-right:0!important;
    border-bottom:1px solid #d6d6d0!important;
  }
}:root{
  --v34-soft-gray:#e8e8e4;
}#about,
#capabilities,
#fit{
  background:var(--v34-soft-gray)!important;
}#track{
  padding-bottom:68px!important;
}#capabilities{
  padding-top:64px!important;
  padding-bottom:58px!important;
}#cases{
  padding-top:66px!important;
}#about.about-v33{
  padding-top:54px!important;
  padding-bottom:58px!important;
}#about .about-v34-eyebrow{
  justify-content:flex-start!important;
  gap:13px!important;
  margin-bottom:18px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid #cfcfca!important;
}#about .about-v34-eyebrow-en{
  color:#f06443!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:.22em!important;
}#about .about-v34-eyebrow-cn{
  color:#11110f!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:.12em!important;
}#about .about-v33-grid{
  grid-template-columns:minmax(300px,.64fr) minmax(0,1.36fr)!important;
  gap:46px!important;
  align-items:center!important;
}#about .about-v33-portrait{
  min-height:418px!important;
  height:418px!important;
  max-width:420px!important;
  justify-self:start!important;
}#about .about-v33-portrait img{
  min-height:418px!important;
  height:418px!important;
  object-position:center 16%!important;
}#about .about-v33-copy{
  padding:12px 0 8px!important;
}#about .about-v33-ghost{
  top:0!important;
  font-size:clamp(50px,6.4vw,92px)!important;
}#about .about-v33-statement{
  font-size:clamp(46px,4.8vw,70px)!important;
  line-height:.96!important;
}#about .about-v34-profileline{
  display:block!important;
  margin-top:24px!important;
  padding:12px 0 0 15px!important;
  border:0!important;
  border-left:3px solid #f06443!important;
  color:#3e3e3a!important;
  font-size:15.5px!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  font-weight:650!important;
}#about .about-v33-schools{
  margin-top:22px!important;
  padding-top:15px!important;
}#about .about-v33-schools-label{
  margin-bottom:10px!important;
}#about .about-v33-credentials{
  width:min(680px,100%)!important;
  margin:0 auto!important;
}#about .about-v33-credentials .credential{
  min-height:96px!important;
  padding:8px 16px!important;
}#about .about-v33-credentials .schoolmark.logo-mark{
  width:56px!important;
  min-width:56px!important;
  height:56px!important;
}#about .about-v33-credentials .credential b{
  font-size:12px!important;
}#about .about-v33-credentials .credential span:not(.schoolmark){
  font-size:10px!important;
}#about .about-v33-proof{
  margin-top:22px!important;
}#about .about-v33-proof-intro{
  padding:8px 0!important;
  font-size:8.5px!important;
}#about .about-v33-reveal-btn{
  padding:15px 0 14px!important;
}#about .about-v33-reveal-text{
  gap:22px!important;
}#about .about-v33-reveal-text b{
  font-size:19px!important;
}#about .about-v33-reveal-text small{
  font-size:12.5px!important;
  line-height:1.45!important;
  color:#656560!important;
}#about .about-v33-reveal-inner{
  padding:1px 0 22px!important;
}#about .about-v33-reveal .strength{
  min-height:158px!important;
  padding:20px 18px 17px!important;
}#about .about-v33-reveal .strength .num{
  margin-bottom:34px!important;
}#about .about-v33-reveal .career-item{
  min-height:118px!important;
  padding:20px 20px 17px!important;
}#about .about-v33-reveal .strength p,
#about .about-v33-reveal .career-item span{
  font-size:12px!important;
}#fit.fit-v34{
  padding-top:54px!important;
  padding-bottom:58px!important;
}#fit.fit-v34 .eyebrow{
  margin-bottom:13px!important;
}#fit.fit-v34 > .wrap > .h2{
  font-size:clamp(38px,4.5vw,60px)!important;
  line-height:1!important;
}#fit.fit-v34 .fit-grid{
  margin-top:28px!important;
  gap:14px!important;
  align-items:start!important;
}#fit.fit-v34 .fit-col,
#fit.fit-v34 .fit-col.negative{
  padding:0!important;
  border-radius:16px!important;
  min-height:0!important;
}#fit.fit-v34 .fit-col::before,
#fit.fit-v34 .fit-col::after{
  content:none!important;
  display:none!important;
}#fit .fit-v34-toggle{
  width:100%;
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:20px 24px;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  font-family:inherit;
  cursor:pointer;
}#fit .fit-v34-title{
  font-size:clamp(21px,2.25vw,31px);
  line-height:.98;
  letter-spacing:-.035em;
  font-weight:800;
}#fit .fit-col .fit-v34-title{
  color:#e86a49;
}#fit .fit-col.negative .fit-v34-title{
  color:#aaa9a4;
}#fit .fit-v34-hint{
  flex:0 0 auto;
  color:#777772;
  font-size:8.5px;
  line-height:1;
  letter-spacing:.16em;
  font-weight:720;
}#fit .fit-col.negative .fit-v34-hint{
  color:#777;
}#fit .fit-v34-content{
  max-height:0;
  opacity:0;
  overflow:hidden;
  margin:0!important;
  padding:0 24px!important;
  transition:max-height .58s cubic-bezier(.2,.72,.2,1),opacity .32s ease,padding .32s ease;
}#fit .fit-v34-panel.is-open .fit-v34-content{
  max-height:520px;
  opacity:1;
  padding:0 24px 22px!important;
}#fit .fit-v34-panel.is-open .fit-v34-hint{
  color:#e86a49;
}#fit .fit-v34-panel.is-open .fit-v34-hint::before{
  content:"CLOSE ";
}#fit .fit-v34-panel.is-open .fit-v34-hint{
  font-size:0;
}#fit .fit-v34-panel.is-open .fit-v34-hint::after{
  content:"−";
  font-size:20px;
  line-height:1;
}#fit.fit-v34 .fit-col li{
  padding-top:11px!important;
  padding-bottom:11px!important;
  font-size:13px!important;
  line-height:1.55!important;
}@media(max-width:900px){
  #about .about-v33-grid{
    grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr)!important;
    gap:30px!important;
  }
  #about .about-v33-portrait,
  #about .about-v33-portrait img{
    min-height:380px!important;
    height:380px!important;
  }
}@media(max-width:700px){
  #track{padding-bottom:50px!important}
  #capabilities{
    padding-top:50px!important;
    padding-bottom:46px!important;
  }
  #cases{padding-top:52px!important}

  #about.about-v33{
    padding-top:46px!important;
    padding-bottom:50px!important;
  }
  #about .about-v33-grid{
    grid-template-columns:1fr!important;
  }
  #about .about-v33-portrait{
    max-width:330px!important;
    justify-self:center!important;
  }
  #about .about-v33-copy{
    text-align:left!important;
  }
  #about .about-v34-profileline{
    font-size:13.5px!important;
  }
  #about .about-v33-reveal-text small{
    font-size:11px!important;
  }

  #fit.fit-v34{
    padding-top:46px!important;
    padding-bottom:48px!important;
  }
  #fit.fit-v34 .fit-grid{
    grid-template-columns:1fr!important;
  }
}.v35-sticky-identity{
  height:72px!important;
}.v35-sticky-inner{
  width:min(1320px,calc(100% - 96px))!important;
}.v35-sticky-inner .hero-v33-name{
  font-size:16px!important;
  letter-spacing:.20em!important;
  font-weight:780!important;
}.v35-sticky-inner .hero-v33-role b{
  font-size:14px!important;
  font-weight:700!important;
}.v35-sticky-inner .hero-v33-role span{
  margin-top:6px!important;
  font-size:10.5px!important;
  letter-spacing:.14em!important;
}.hero.hero-v33{
  padding-top:72px!important;
  min-height:0!important;
  height:auto!important;
}.hero.hero-v33 .hero-v33-wrap{
  width:min(1320px,calc(100% - 96px))!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  padding:18px 0 24px!important;
}.hero.hero-v33 .hero-v33-main{
  align-self:stretch!important;
  padding:0!important;
  margin:0!important;
}.hero.hero-v33 .hero-v33-headline{
  margin-top:0!important;
}.hero.hero-v33 .hero-v33-sub{
  margin-top:22px!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:58px!important;
}#about.section.about-v33{
  padding-top:44px!important;
  padding-bottom:46px!important;
}#about .eyebrow{
  margin-bottom:18px!important;
}#about .about-v33-grid{
  grid-template-columns:minmax(350px,.73fr) minmax(0,1.27fr)!important;
  gap:42px!important;
  align-items:center!important;
}#about .about-v33-portrait{
  min-height:468px!important;
  height:468px!important;
  max-width:468px!important;
}#about .about-v33-portrait img{
  min-height:468px!important;
  height:468px!important;
}#about .about-v33-ghost{
  top:-42px!important;
  right:-3px!important;
}#about .about-v34-profileline{
  margin-top:22px!important;
  padding:11px 0 0 15px!important;
  font-size:18.5px!important;
  line-height:1.55!important;
  font-weight:400!important;
  letter-spacing:.004em!important;
}#about .about-v33-schools{
  margin-top:18px!important;
  padding-top:12px!important;
}#about .about-v33-proof{
  margin-top:16px!important;
}#about .about-v33-reveal-text small{
  font-size:14px!important;
  line-height:1.45!important;
  color:#5f5f5a!important;
}#about .about-v33-reveal .strength,
#about .about-v33-reveal .career-item{
  text-align:center!important;
}#about .about-v33-reveal .strength .num{
  text-align:center!important;
}#about .about-v33-reveal .strength h3,
#about .about-v33-reveal .career-item b{
  text-align:center!important;
}#about .about-v33-reveal .strength p,
#about .about-v33-reveal .career-item span{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1.72!important;
}#track.section{
  padding-bottom:16px!important;
}#track.section .caption{
  margin-bottom:0!important;
}#capabilities.section{
  padding-top:26px!important;
  padding-bottom:16px!important;
}#cases.section{
  padding-top:26px!important;
}#capabilities.section .cap-intro{
  padding-bottom:16px!important;
  margin-bottom:0!important;
}#capabilities.section .cap-story-layout{
  margin-top:10px!important;
}@media(max-width:900px){
  .v35-sticky-inner{
    width:calc(100% - 48px)!important;
  }
  .hero.hero-v33 .hero-v33-wrap{
    width:calc(100% - 48px)!important;
  }
  #about .about-v33-grid{
    grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr)!important;
    gap:30px!important;
  }
  #about .about-v33-portrait,
  #about .about-v33-portrait img{
    min-height:430px!important;
    height:430px!important;
  }
}@media(max-width:700px){
  .v35-sticky-identity{
    height:66px!important;
  }
  .v35-sticky-inner{
    width:calc(100% - 34px)!important;
  }
  .v35-sticky-inner .hero-v33-name{
    font-size:13px!important;
  }
  .v35-sticky-inner .hero-v33-role b{
    font-size:10.5px!important;
  }
  .v35-sticky-inner .hero-v33-role span{
    font-size:8px!important;
    line-height:1.2!important;
    max-width:180px!important;
  }
  .hero.hero-v33{
    padding-top:66px!important;
  }
  .hero.hero-v33 .hero-v33-wrap{
    width:calc(100% - 34px)!important;
    padding-top:16px!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:42px!important;
  }

  #about.section.about-v33{
    padding-top:38px!important;
    padding-bottom:40px!important;
  }
  #about .about-v33-grid{
    grid-template-columns:1fr!important;
  }
  #about .about-v33-portrait{
    max-width:360px!important;
    justify-self:center!important;
  }
  #about .about-v33-portrait,
  #about .about-v33-portrait img{
    min-height:450px!important;
    height:450px!important;
  }
  #about .about-v34-profileline{
    font-size:15.5px!important;
  }
  #about .about-v33-reveal-text small{
    font-size:12px!important;
  }
  #about .about-v33-reveal .strength p,
  #about .about-v33-reveal .career-item span{
    font-size:13px!important;
  }

  #track.section{
    padding-bottom:12px!important;
  }
  #capabilities.section{
    padding-top:20px!important;
    padding-bottom:12px!important;
  }
  #cases.section{
    padding-top:20px!important;
  }
}.v35-sticky-identity{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  inset:auto!important;
  width:100%!important;
  height:72px!important;
  z-index:1200!important;
  display:flex!important;
  align-items:center!important;
  background:rgba(5,5,5,.96)!important;
  backdrop-filter:blur(16px) saturate(135%)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}.v35-sticky-inner{
  width:min(1320px,calc(100% - 96px))!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:36px!important;
}.v35-sticky-inner .hero-v33-name{
  color:#f5f5f7!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:780!important;
  letter-spacing:.20em!important;
}.v35-sticky-inner .hero-v33-role b{
  color:#f5f5f7!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:700!important;
}.v35-sticky-inner .hero-v33-role span{
  margin-top:6px!important;
  color:#8d8d93!important;
  font-size:10.5px!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}.hero.hero-v33{
  padding-top:0!important;
}#about .eyebrow .about-v37-cn{
  color:#11110f!important;
  font:inherit!important;
  letter-spacing:.12em!important;
  text-transform:none!important;
}#about .about-v33-reveal .strength,
#about .about-v33-reveal .career-item,
#about .about-v33-reveal .strength .num,
#about .about-v33-reveal .strength h3,
#about .about-v33-reveal .strength p,
#about .about-v33-reveal .career-item b,
#about .about-v33-reveal .career-item span{
  text-align:left!important;
}#why .answer{
  grid-template-columns:.78fr 1.22fr!important;
  gap:80px!important;
  align-items:start!important;
}#why .why-answer-toggle{
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font-family:inherit;
  text-align:left;
  cursor:pointer;
}#why .why-answer-headline{
  display:block;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:700;
}#why .why-answer-action{
  display:inline-block;
  margin-top:20px;
  color:#f06443;
  font-size:10px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:760;
}#why .why-answer-detail{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transform:translateY(-8px);
  pointer-events:none;
  transition:max-height .62s cubic-bezier(.2,.72,.2,1),
             opacity .28s ease,
             transform .42s ease;
}#why .answer.is-open .why-answer-detail{
  max-height:560px;
  opacity:1;
  transform:none;
  pointer-events:auto;
}#why .answer.is-open .why-answer-action{
  font-size:0;
}#why .answer.is-open .why-answer-action::after{
  content:"CLOSE −";
  font-size:10px;
  letter-spacing:.18em;
}#why .answer:not(.is-open){
  grid-template-columns:minmax(0,760px)!important;
}#why .answer:not(.is-open) .why-answer-detail{
  display:block!important;
}#track.section{
  padding-bottom:48px!important;
}#capabilities.section{
  padding-top:48px!important;
  padding-bottom:48px!important;
}#cases.section{
  padding-top:48px!important;
}#capabilities.section .cap-intro{
  padding-bottom:24px!important;
}#capabilities.section .cap-story-layout{
  margin-top:16px!important;
}@media(max-width:900px){
  .v35-sticky-inner{
    width:calc(100% - 48px)!important;
  }
  #why .answer,
  #why .answer:not(.is-open){
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
}@media(max-width:700px){
  .v35-sticky-identity{
    height:66px!important;
  }
  .v35-sticky-inner{
    width:calc(100% - 34px)!important;
  }
  .v35-sticky-inner .hero-v33-name{
    font-size:13px!important;
  }
  .v35-sticky-inner .hero-v33-role b{
    font-size:10.5px!important;
  }
  .v35-sticky-inner .hero-v33-role span{
    max-width:180px!important;
    font-size:8px!important;
    line-height:1.2!important;
  }

  #track.section{
    padding-bottom:36px!important;
  }
  #capabilities.section{
    padding-top:36px!important;
    padding-bottom:36px!important;
  }
  #cases.section{
    padding-top:36px!important;
  }
}.v35-sticky-identity{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:72px!important;
  z-index:5000!important;
  display:flex!important;
  align-items:center!important;
  background:rgba(5,5,5,.97)!important;
  backdrop-filter:blur(16px) saturate(135%)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}.v38-sticky-spacer{
  display:block!important;
  width:100%!important;
  height:72px!important;
  flex:0 0 72px!important;
}.v35-sticky-inner{
  width:min(1320px,calc(100% - 96px))!important;
  margin:0 auto!important;
}.hero.hero-v33{
  padding-top:0!important;
}#track.section{
  padding-bottom:60px!important;
}#capabilities.section{
  padding-top:56px!important;
  padding-bottom:56px!important;
}#cases.section{
  padding-top:56px!important;
}#capabilities.section .cap-intro{
  padding-bottom:24px!important;
}#capabilities.section .cap-story-layout{
  margin-top:16px!important;
}#why .answer{
  margin-top:58px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 0fr!important;
  gap:0!important;
  align-items:start!important;
  transition:
    grid-template-columns .58s cubic-bezier(.2,.72,.2,1),
    gap .58s cubic-bezier(.2,.72,.2,1)!important;
}#why .answer.is-open{
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;
  gap:72px!important;
}#why .why-answer-toggle{
  min-width:0!important;
}#why .why-answer-detail{
  min-width:0!important;
  max-height:0!important;
  opacity:0!important;
  overflow:hidden!important;
  transform:translateX(18px)!important;
  pointer-events:none!important;
  transition:
    max-height .62s cubic-bezier(.2,.72,.2,1),
    opacity .34s ease .04s,
    transform .50s cubic-bezier(.2,.72,.2,1)!important;
}#why .answer.is-open .why-answer-detail{
  max-height:560px!important;
  opacity:1!important;
  transform:translateX(0)!important;
  pointer-events:auto!important;
}#why .answer:not(.is-open) .why-answer-detail{
  display:block!important;
}#why .engage-head{
  margin-top:64px!important;
}@media(max-width:900px){
  .v35-sticky-inner{
    width:calc(100% - 48px)!important;
  }
  #why .answer,
  #why .answer.is-open{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  #why .why-answer-detail{
    transform:translateY(-8px)!important;
  }
  #why .answer.is-open .why-answer-detail{
    transform:none!important;
  }
}@media(max-width:700px){
  .v35-sticky-identity{
    height:66px!important;
  }
  .v38-sticky-spacer{
    height:66px!important;
    flex-basis:66px!important;
  }
  .v35-sticky-inner{
    width:calc(100% - 34px)!important;
  }

  #track.section{
    padding-bottom:44px!important;
  }
  #capabilities.section{
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  #cases.section{
    padding-top:42px!important;
  }

  #why .engage-head{
    margin-top:48px!important;
  }
}.v38-sticky-spacer{
  display:none!important;
  height:0!important;
}.hero.hero-v33{
  padding-top:72px!important;
  margin-top:0!important;
  background:#050505!important;
}#track.section{
  padding-bottom:82px!important;
}#cases.section{
  padding-top:84px!important;
}@media(max-width:700px){
  .hero.hero-v33{
    padding-top:66px!important;
  }
  #track.section{
    padding-bottom:56px!important;
  }
  #cases.section{
    padding-top:58px!important;
  }
}#track.section{
  padding-top:58px!important;
}#why.section{
  padding-bottom:54px!important;
}@media(max-width:700px){
  #track.section{
    padding-top:44px!important;
  }
  #why.section{
    padding-bottom:42px!important;
  }
}#about .eyebrow{
  font-size:1.08em!important;
}.hero.hero-v33 .hero-v33-wrap{
  padding-bottom:16px!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:52px!important;
}#track.section{
  padding-top:64px!important;
  padding-bottom:88px!important;
}@media(max-width:700px){
  #about .eyebrow{
    font-size:1.05em!important;
  }
  .hero.hero-v33 .hero-v33-wrap{
    padding-bottom:12px!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:38px!important;
  }
  #track.section{
    padding-top:48px!important;
    padding-bottom:60px!important;
  }
}#about .about-v33-proof{
  overflow:hidden;
}#about .about-v33-reveal{
  transition:
    background .38s ease,
    color .38s ease,
    border-color .38s ease;
}#about .about-v33-reveal-btn{
  transition:
    background .38s ease,
    color .38s ease,
    padding-left .38s cubic-bezier(.2,.72,.2,1),
    padding-right .38s cubic-bezier(.2,.72,.2,1);
}#about .about-v33-reveal-panel{
  transition:
    max-height .68s cubic-bezier(.2,.72,.2,1),
    opacity .34s ease,
    background .38s ease!important;
}#about .about-v33-reveal:nth-of-type(2).is-open{
  background:#f8f8f5!important;
  border-color:#d2d2cc!important;
}#about .about-v33-reveal:nth-of-type(2).is-open .about-v33-reveal-btn{
  padding-left:18px!important;
  padding-right:18px!important;
}#about .about-v33-reveal:nth-of-type(2).is-open .about-v33-reveal-panel{
  background:#f8f8f5!important;
}#about .about-v33-reveal:nth-of-type(2).is-open .about-v33-reveal-inner{
  padding-left:18px!important;
  padding-right:18px!important;
}#about .about-v33-reveal:nth-of-type(2).is-open .strength{
  background:#fff!important;
}#about .about-v33-reveal:nth-of-type(2).is-open .strength:hover{
  background:#fbfbf8!important;
  box-shadow:inset 0 3px 0 #f06443!important;
}#about .about-v33-reveal:nth-of-type(3).is-open{
  background:#141415!important;
  border-color:#2b2b2d!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-btn{
  padding-left:18px!important;
  padding-right:18px!important;
  color:#f5f5f7!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-no{
  color:#f06443!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-text b{
  color:#f5f5f7!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-text small{
  color:#97979d!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-mark{
  color:#f5f5f7!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-panel{
  background:#141415!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-inner{
  padding-left:18px!important;
  padding-right:18px!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .career-strip{
  border-color:#333336!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .career-item{
  background:#141415!important;
  border-color:#333336!important;
  transition:background .26s ease,box-shadow .26s ease;
}#about .about-v33-reveal:nth-of-type(3).is-open .career-item:hover{
  background:#1d1d1f!important;
  box-shadow:inset 0 3px 0 #f06443!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .career-item b{
  color:#f5f5f7!important;
}#about .about-v33-reveal:nth-of-type(3).is-open .career-item span{
  color:#a3a3a8!important;
}#why .why-grid{
  align-items:start!important;
}#why .why-card{
  position:relative!important;
  min-height:132px!important;
  padding:22px 20px 20px!important;
  overflow:hidden!important;
  transition:
    min-height .42s cubic-bezier(.2,.72,.2,1),
    background .30s ease,
    border-color .30s ease,
    transform .30s ease!important;
}#why .why-card .num{
  margin-bottom:24px!important;
}#why .why-card h3{
  margin-bottom:0!important;
  transition:margin .30s ease,color .30s ease!important;
}#why .why-card p{
  max-height:0!important;
  opacity:0!important;
  margin-top:0!important;
  overflow:hidden!important;
  transform:translateY(8px)!important;
  transition:
    max-height .42s cubic-bezier(.2,.72,.2,1),
    opacity .28s ease,
    transform .34s ease,
    margin-top .34s ease!important;
}#why .why-card:hover,
#why .why-card:focus-within{
  min-height:238px!important;
  background:#111112!important;
  border-color:#353537!important;
  transform:translateY(-2px)!important;
}#why .why-card:hover h3,
#why .why-card:focus-within h3{
  color:#f5f5f7!important;
  margin-bottom:12px!important;
}#why .why-card:hover p,
#why .why-card:focus-within p{
  max-height:180px!important;
  opacity:1!important;
  margin-top:8px!important;
  transform:none!important;
}#why .why-card{
  outline:none!important;
}#why .why-card:focus{
  border-color:#f06443!important;
}#why .why-v42-value-line{
  margin-top:44px;
  padding:22px 0 2px;
  border-top:1px solid rgba(255,255,255,.15);
}#why .why-v42-value-line strong{
  display:block;
  color:#f5f5f7;
  font-size:clamp(19px,2vw,28px);
  line-height:1.05;
  letter-spacing:-.025em;
  font-weight:720;
}#why .why-v42-value-line strong::first-letter{
  color:#f06443;
}@media(max-width:900px){
  #why .why-card{
    min-height:128px!important;
  }
  #why .why-card:hover,
  #why .why-card:focus-within{
    min-height:220px!important;
  }
}@media(max-width:700px){
  #about .about-v33-reveal:nth-of-type(2).is-open .about-v33-reveal-btn,
  #about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-btn,
  #about .about-v33-reveal:nth-of-type(2).is-open .about-v33-reveal-inner,
  #about .about-v33-reveal:nth-of-type(3).is-open .about-v33-reveal-inner{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  #why .why-card{
    min-height:112px!important;
  }
  #why .why-card p{
    max-height:none!important;
    opacity:1!important;
    transform:none!important;
    margin-top:10px!important;
  }
  #why .why-card:hover,
  #why .why-card:focus-within{
    min-height:0!important;
  }
  #why .why-v42-value-line{
    margin-top:34px;
  }
}.hero.hero-v33 .hero-v33-main{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:70px!important;
  align-items:end!important;
}.hero.hero-v33 .hero-v33-headline{
  min-width:0!important;
}.hero-v43-cn{
  align-self:end;
  justify-self:end;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  padding:0 4px 18px 0;
  min-width:190px;
}.hero-v43-cn-line{
  display:block;
  color:#d7d7dc;
  font-size:clamp(34px,3vw,46px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:720;
  opacity:0;
  transform:translateY(14px);
  animation:v43CnIn .62s cubic-bezier(.2,.72,.2,1) forwards;
}.hero-v43-cn-line-2{
  color:#f5f5f7;
  animation-delay:.12s;
}.hero-v43-cn-line-3{
  color:#f06443;
  animation-delay:.24s;
}@keyframes v43CnIn{
  to{opacity:1;transform:none}
}#why .why-v42-value-line .why-v43-seniority{
  color:#f06443!important;
}#why .why-v42-value-line strong{
  color:#f5f5f7!important;
}@media(max-width:900px){
  .hero.hero-v33 .hero-v33-main{
    column-gap:36px!important;
  }
  .hero-v43-cn{
    min-width:150px;
    padding-bottom:12px;
  }
  .hero-v43-cn-line{
    font-size:clamp(28px,4vw,38px);
  }
}@media(max-width:700px){
  .hero.hero-v33 .hero-v33-main{
    grid-template-columns:1fr auto!important;
    column-gap:18px!important;
  }
  .hero-v43-cn{
    min-width:104px;
    padding:0 0 8px;
    gap:1px;
  }
  .hero-v43-cn-line{
    font-size:clamp(21px,6vw,28px);
    line-height:1.02;
  }
}.hero.hero-v33 .hero-v33-line-1{
  color:#d7d7dc!important;
}.hero.hero-v33 .hero-v33-wrap{
  min-height:690px!important;
  padding-top:40px!important;
  padding-bottom:30px!important;
  justify-content:space-between!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:42px!important;
}.hero-v43-cn{
  padding-right:18px!important;
}.hero-v43-cn-line-1{
  transform:translateX(0);
}.hero-v43-cn-line-2{
  margin-left:18px!important;
}.hero-v43-cn-line-3{
  margin-left:42px!important;
}#why .why-v42-value-line{
  text-align:right!important;
}#why .why-v42-value-line strong{
  margin-left:auto!important;
}#why .engage-head p{
  line-height:1.7!important;
}@media(max-width:900px){
  .hero.hero-v33 .hero-v33-wrap{
    min-height:640px!important;
    padding-top:34px!important;
    padding-bottom:26px!important;
  }
  .hero-v43-cn-line-2{
    margin-left:12px!important;
  }
  .hero-v43-cn-line-3{
    margin-left:28px!important;
  }
}@media(max-width:700px){
  .hero.hero-v33 .hero-v33-wrap{
    min-height:560px!important;
    padding-top:26px!important;
    padding-bottom:18px!important;
  }
  .hero-v43-cn{
    padding-right:0!important;
  }
  .hero-v43-cn-line-2{
    margin-left:8px!important;
  }
  .hero-v43-cn-line-3{
    margin-left:16px!important;
  }
  #why .why-v42-value-line{
    text-align:left!important;
  }
}.hero.hero-v33 .hero-v33-main{
  grid-template-columns:minmax(0,1fr) minmax(190px,.34fr)!important;
  column-gap:54px!important;
  align-items:stretch!important;
}.hero.hero-v33 .hero-v33-headline{
  font-size:clamp(62px,8.25vw,118px)!important;
  line-height:.82!important;
  letter-spacing:-.072em!important;
  font-weight:820!important;
  justify-content:center!important;
}.hero.hero-v33 .hero-v33-line{
  transform-origin:left center;
}.hero.hero-v33 .hero-v33-line-1{
  color:#d7d7dc!important;
  font-size:.93em!important;
}.hero.hero-v33 .hero-v33-line-2{
  color:#f5f5f7!important;
  font-size:1em!important;
}.hero.hero-v33 .hero-v33-line-3{
  color:#f06443!important;
  font-size:1.05em!important;
}.hero-v43-cn{
  align-self:center!important;
  justify-self:end!important;
  min-width:210px!important;
  padding:0 8px 0 0!important;
  margin-top:58px!important;
  gap:3px!important;
}.hero-v43-cn-line{
  font-size:clamp(38px,3.35vw,52px)!important;
  line-height:.96!important;
  letter-spacing:-.05em!important;
  font-weight:720!important;
}.hero-v43-cn-line-1{
  margin-left:0!important;
  color:#d7d7dc!important;
}.hero-v43-cn-line-2{
  margin-left:12px!important;
  color:#f5f5f7!important;
}.hero-v43-cn-line-3{
  margin-left:26px!important;
  color:#f06443!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:38px!important;
}.hero-v33-word b{
  white-space:nowrap!important;
}@media(max-width:900px){
  .hero.hero-v33 .hero-v33-main{
    grid-template-columns:minmax(0,1fr) minmax(150px,.31fr)!important;
    column-gap:30px!important;
  }
  .hero.hero-v33 .hero-v33-headline{
    font-size:clamp(54px,8.8vw,94px)!important;
  }
  .hero-v43-cn{
    min-width:160px!important;
    margin-top:42px!important;
  }
  .hero-v43-cn-line{
    font-size:clamp(30px,4vw,40px)!important;
  }
  .hero-v43-cn-line-2{
    margin-left:10px!important;
  }
  .hero-v43-cn-line-3{
    margin-left:22px!important;
  }
}@media(max-width:700px){
  .hero.hero-v33 .hero-v33-main{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:14px!important;
  }
  .hero.hero-v33 .hero-v33-headline{
    font-size:clamp(43px,11.8vw,66px)!important;
    line-height:.84!important;
  }
  .hero-v43-cn{
    min-width:98px!important;
    margin-top:28px!important;
    padding-right:0!important;
  }
  .hero-v43-cn-line{
    font-size:clamp(21px,6vw,29px)!important;
  }
  .hero-v43-cn-line-2{
    margin-left:6px!important;
  }
  .hero-v43-cn-line-3{
    margin-left:12px!important;
  }
}.hero.hero-v33 .hero-v33-main{
  transform:translateY(28px)!important;
}.hero-v43-cn{
  transform:translateY(34px)!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:24px!important;
}@media(max-width:900px){
  .hero.hero-v33 .hero-v33-main{
    transform:translateY(22px)!important;
  }
  .hero-v43-cn{
    transform:translateY(26px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:20px!important;
  }
}@media(max-width:700px){
  .hero.hero-v33 .hero-v33-main{
    transform:translateY(14px)!important;
  }
  .hero-v43-cn{
    transform:translateY(16px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:16px!important;
  }
}.hero-v43-cn{
  transform:translateY(66px)!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:12px!important;
}@media(max-width:900px){
  .hero-v43-cn{
    transform:translateY(50px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:12px!important;
  }
}@media(max-width:700px){
  .hero-v43-cn{
    transform:translateY(28px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:12px!important;
  }
}.hero.hero-v33 .hero-v33-main{
  transform:translateY(48px)!important;
}.hero-v43-cn{
  transform:translateY(78px)!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:8px!important;
}@media(max-width:900px){
  .hero.hero-v33 .hero-v33-main{
    transform:translateY(38px)!important;
  }
  .hero-v43-cn{
    transform:translateY(58px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:8px!important;
  }
}@media(max-width:700px){
  .hero.hero-v33 .hero-v33-main{
    transform:translateY(24px)!important;
  }
  .hero-v43-cn{
    transform:translateY(34px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:8px!important;
  }
}.hero.hero-v33 .hero-v33-main{
  transform:translateY(66px)!important;
}.hero-v43-cn{
  transform:translateY(96px)!important;
}.hero.hero-v33 .hero-v33-rail{
  margin-top:4px!important;
}@media(max-width:900px){
  .hero.hero-v33 .hero-v33-main{
    transform:translateY(50px)!important;
  }
  .hero-v43-cn{
    transform:translateY(72px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:4px!important;
  }
}@media(max-width:700px){
  .hero.hero-v33 .hero-v33-main{
    transform:translateY(30px)!important;
  }
  .hero-v43-cn{
    transform:translateY(42px)!important;
  }
  .hero.hero-v33 .hero-v33-rail{
    margin-top:4px!important;
  }
}#capabilities .cap-problem-rail{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  margin:4px 0 18px;
  border-top:1px solid rgba(15,15,14,.18);
  border-bottom:1px solid rgba(15,15,14,.18);
}#capabilities .cap-problem-item{
  min-width:0;
  min-height:58px;
  padding:10px 12px 11px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
  border-right:1px solid rgba(15,15,14,.10);
  transition:background .24s ease,color .24s ease;
}#capabilities .cap-problem-item:last-child{
  border-right:0;
}#capabilities .cap-problem-no{
  color:#8b8b86;
  font-size:8px;
  line-height:1;
  letter-spacing:.16em;
  font-weight:650;
}#capabilities .cap-problem-item b{
  color:#292926;
  font-size:clamp(9px,.78vw,11px);
  line-height:1.16;
  letter-spacing:-.015em;
  font-weight:720;
  white-space:normal;
}#capabilities .cap-problem-item:hover{
  background:rgba(255,255,255,.58);
}#capabilities .cap-problem-item:hover .cap-problem-no{
  color:#f06443;
}#capabilities .cap-story-layout{
  margin-top:12px!important;
}@media(max-width:1000px){
  #capabilities .cap-problem-rail{
    grid-template-columns:repeat(3,1fr);
  }
  #capabilities .cap-problem-item:nth-child(3){
    border-right:0;
  }
  #capabilities .cap-problem-item:nth-child(-n/**/+3){
    border-bottom:1px solid rgba(15,15,14,.10);
  }
}@media(max-width:700px){
  #capabilities .cap-problem-rail{
    grid-template-columns:repeat(2,1fr);
    margin-bottom:16px;
  }
  #capabilities .cap-problem-item{
    min-height:54px;
  }
  #capabilities .cap-problem-item:nth-child(3){
    border-right:1px solid rgba(15,15,14,.10);
  }
  #capabilities .cap-problem-item:nth-child(even){
    border-right:0;
  }
  #capabilities .cap-problem-item:nth-child(-n/**/+4){
    border-bottom:1px solid rgba(15,15,14,.10);
  }
  #capabilities .cap-problem-item b{
    font-size:9px;
  }
}#capabilities .cap-v52-statement{
  max-width:1040px;
  margin:2px 0 14px;
  text-align:left;
}#capabilities .cap-v52-statement p{
  margin:0;
  color:#4f4f4a;
  font-size:13px;
  line-height:1.55;
  font-weight:500;
}#capabilities .cap-v52-statement p:first-child{
  color:#22221f;
  font-weight:620;
  margin-bottom:2px;
}#capabilities .cap-problem-item{
  align-items:center!important;
  text-align:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:58px!important;
  overflow:hidden!important;
  transition:min-height .34s cubic-bezier(.2,.72,.2,1), background .24s ease!important;
}#capabilities .cap-problem-no,
#capabilities .cap-problem-item b{
  text-align:center!important;
}#capabilities .cap-v52-question{
  max-height:0;
  margin:0;
  opacity:0;
  overflow:hidden;
  color:#555550;
  font-size:10.5px;
  line-height:1.5;
  font-weight:500;
  text-align:center;
  transform:translateY(5px);
  transition:max-height .34s cubic-bezier(.2,.72,.2,1), opacity .22s ease, transform .30s ease, margin-top .30s ease;
}#capabilities .cap-problem-item:hover,
#capabilities .cap-problem-item:focus-within{
  min-height:122px!important;
  background:rgba(255,255,255,.62)!important;
}#capabilities .cap-problem-item:hover .cap-v52-question,
#capabilities .cap-problem-item:focus-within .cap-v52-question{
  max-height:76px;
  margin-top:5px;
  opacity:1;
  transform:none;
}#capabilities .cap-problem-item:hover .cap-problem-no,
#capabilities .cap-problem-item:focus-within .cap-problem-no{
  color:#f06443!important;
}@media(max-width:700px){
  #capabilities .cap-v52-statement{ margin-bottom:12px; }
  #capabilities .cap-v52-statement p{ font-size:11.5px; }
  #capabilities .cap-v52-question{ font-size:10px; }
  #capabilities .cap-problem-item:hover,
  #capabilities .cap-problem-item:focus-within{
    min-height:120px!important;
  }
}#capabilities .cap-problem-rail{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
}#capabilities .cap-problem-item{
  padding-left:9px!important;
  padding-right:9px!important;
}#capabilities .cap-problem-item b{
  font-size:clamp(8.5px,.70vw,10.5px)!important;
}#capabilities .cap-v52-question{
  font-size:10px!important;
  line-height:1.48!important;
}#capabilities .cap-problem-item:hover,
#capabilities .cap-problem-item:focus-within{
  min-height:132px!important;
}#capabilities .cap-problem-item:hover .cap-v52-question,
#capabilities .cap-problem-item:focus-within .cap-v52-question{
  max-height:92px!important;
}@media(max-width:1150px){
  #capabilities .cap-problem-rail{
    grid-template-columns:repeat(4,1fr)!important;
  }
  #capabilities .cap-problem-item{
    border-bottom:1px solid rgba(15,15,14,.10);
  }
  #capabilities .cap-problem-item:nth-child(4n){
    border-right:0!important;
  }
  #capabilities .cap-problem-item:nth-child(n/**/+5){
    border-bottom:0;
  }
}@media(max-width:700px){
  #capabilities .cap-problem-rail{
    grid-template-columns:repeat(2,1fr)!important;
  }
  #capabilities .cap-problem-item:nth-child(4n){
    border-right:1px solid rgba(15,15,14,.10)!important;
  }
  #capabilities .cap-problem-item:nth-child(even){
    border-right:0!important;
  }
  #capabilities .cap-problem-item:nth-child(n/**/+5){
    border-bottom:1px solid rgba(15,15,14,.10);
  }
  #capabilities .cap-problem-item:last-child{
    border-bottom:0;
  }
}
/* ===== V57 production mobile audit fixes ===== */
@media(max-width:700px){
  /* Hero system rail: prevent CONSUMER / PRODUCT overlap on small screens */
  .hero-v33-rail-words{
    display:flex!important;
    overflow-x:auto!important;
    overscroll-behavior-x:contain;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-v33-rail-words::-webkit-scrollbar{display:none}
  .hero-v33-word{
    flex:0 0 124px!important;
    min-width:124px!important;
    scroll-snap-align:start;
  }
  .hero-v33-word b{font-size:19px!important}
  .hero-v33-chips{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-v33-chips::-webkit-scrollbar{display:none}

  /* Avoid the orphaned final character in the About statement */
  #about .about-v33-statement em:last-child{
    display:block!important;
    white-space:nowrap!important;
  }
}



/* V59 — Jared McCain video CTA, matched to XC modal */
#xc-jared .v58-jared-video{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
}

#xc-jared .v58-jared-video .xc-video-label{
  margin-bottom:12px;
  color:var(--accent);
  font-size:10px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:720;
}

#xc-jared .v59-jared-video-btn{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  width:100%;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:#1a1a19;
  color:#f4f4ef;
  text-decoration:none;
  transition:
    background .28s ease,
    border-color .28s ease,
    transform .28s cubic-bezier(.2,.72,.2,1);
}

#xc-jared .v59-video-play{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f06443;
  color:#fff;
  font-size:11px;
  line-height:1;
  padding-left:2px;
  transition:
    transform .28s cubic-bezier(.2,.72,.2,1),
    background .28s ease;
}

#xc-jared .v59-video-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

#xc-jared .v59-video-copy b{
  color:#fff;
  font-size:13.5px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.01em;
}

#xc-jared .v59-video-copy small{
  color:#85858b;
  font-size:9px;
  line-height:1.2;
  font-weight:650;
  letter-spacing:.13em;
}

#xc-jared .v59-video-arrow{
  color:#8e8e93;
  font-size:18px;
  line-height:1;
  transition:
    color .28s ease,
    transform .28s cubic-bezier(.2,.72,.2,1);
}

#xc-jared .v59-jared-video-btn:hover{
  background:#20201f;
  border-color:rgba(240,100,67,.72);
  transform:translateY(-1px);
}

#xc-jared .v59-jared-video-btn:hover .v59-video-play{
  transform:scale(1.06);
  background:#f56b49;
}

#xc-jared .v59-jared-video-btn:hover .v59-video-arrow{
  color:#f06443;
  transform:translate(2px,-2px);
}

@media(max-width:760px){
  #xc-jared .v59-jared-video-btn{
    grid-template-columns:38px minmax(0,1fr) auto;
    gap:12px;
    padding:12px 13px;
  }
  #xc-jared .v59-video-play{
    width:38px;
    height:38px;
  }
  #xc-jared .v59-video-copy small{
    font-size:8px;
  }
}



/* =========================================================
   V61 — Representative case video CTAs: exact Jared component match
   ========================================================= */

.case-study-dialog .case-video-block{
  margin-top:28px!important;
  padding-top:22px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}

.case-study-dialog .v60-video-label{
  margin-bottom:12px!important;
  color:#f06443!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.18em!important;
  font-weight:720!important;
}

.case-study-dialog .v60-video-row{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}

/* Exact copy of Jared's button component */
.case-study-dialog .v60-case-video-btn{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  padding:14px 16px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:14px!important;
  background:#1a1a19!important;
  color:#f4f4ef!important;
  text-decoration:none!important;
  transition:
    background .28s ease,
    border-color .28s ease,
    transform .28s cubic-bezier(.2,.72,.2,1)!important;
}

.case-study-dialog .v60-case-video-btn .v59-video-play{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#f06443!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  padding-left:2px!important;
  transition:
    transform .28s cubic-bezier(.2,.72,.2,1),
    background .28s ease!important;
}

.case-study-dialog .v60-case-video-btn .v59-video-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
}

.case-study-dialog .v60-case-video-btn .v59-video-copy b{
  color:#fff!important;
  font-size:13.5px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
}

.case-study-dialog .v60-case-video-btn .v59-video-copy small{
  color:#85858b!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:650!important;
  letter-spacing:.13em!important;
}

.case-study-dialog .v60-case-video-btn .v59-video-arrow{
  color:#8e8e93!important;
  font-size:18px!important;
  line-height:1!important;
  transition:
    color .28s ease,
    transform .28s cubic-bezier(.2,.72,.2,1)!important;
}

.case-study-dialog .v60-case-video-btn:hover{
  background:#20201f!important;
  border-color:rgba(240,100,67,.72)!important;
  transform:translateY(-1px)!important;
}

.case-study-dialog .v60-case-video-btn:hover .v59-video-play{
  transform:scale(1.06)!important;
  background:#f56b49!important;
}

.case-study-dialog .v60-case-video-btn:hover .v59-video-arrow{
  color:#f06443!important;
  transform:translate(2px,-2px)!important;
}

@media(max-width:760px){
  .case-study-dialog .v60-case-video-btn{
    grid-template-columns:38px minmax(0,1fr) auto!important;
    gap:12px!important;
    padding:12px 13px!important;
  }
  .case-study-dialog .v60-case-video-btn .v59-video-play{
    width:38px!important;
    height:38px!important;
  }
  .case-study-dialog .v60-case-video-btn .v59-video-copy small{
    font-size:8px!important;
  }
}


/* =========================================================
   V62 FINAL — production/mobile polish (no visual redesign)
   ========================================================= */
html{scroll-behavior:smooth}
body{overflow-x:hidden}
img{max-width:100%}

/* Keyboard focus: visible but quiet */
a:focus-visible,button:focus-visible,[tabindex]:focus-visible{
  outline:2px solid #f06443;
  outline-offset:3px;
}

@media(max-width:700px){
  /* Keep the fixed identity bar clean on narrow screens */
  .v35-sticky-inner{gap:14px!important}
  .v35-sticky-inner .hero-v33-role{min-width:0!important}

  /* Hero system rail remains complete on mobile instead of clipping words/chips */
  .hero-v33-rail-words{
    grid-template-columns:repeat(5,minmax(112px,1fr))!important;
    overflow-x:auto!important;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-v33-rail-words::-webkit-scrollbar{display:none}
  .hero-v33-chips{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-v33-chips::-webkit-scrollbar{display:none}
  .hero-v33-chips span{flex:0 0 auto!important}

  /* Avoid over-wide modal content on phones */
  dialog.case-study-dialog,dialog.xc-dialog{
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
    max-height:calc(100dvh - 18px)!important;
    margin:auto!important;
  }
  .case-study-wrap,.xc-panel{max-width:100%!important}

  /* Compact touch targets without changing desktop language */
  #capabilities .cap-problem-item{min-width:0!important}
  #capabilities .cap-problem-item b{overflow-wrap:anywhere}
  #capabilities .cap-v52-question{overflow-wrap:anywhere}

  /* Prevent long English labels from causing horizontal layout shifts */
  .why-v42-value-line strong,.engage-head,.fit-v34-toggle{overflow-wrap:anywhere}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* =========================================================
   V63 FINAL REFINEMENT — copy, capability questions, mobile QA
   ========================================================= */

/* ABOUT eyebrow must match TRACK RECORD exactly */
#about .eyebrow{
  font-size:11px!important;
}

/* Capabilities statement: intentionally understated, normal weight */
#capabilities .cap-v52-statement{
  max-width:1040px!important;
  margin:2px 0 18px!important;
}
#capabilities .cap-v52-statement p,
#capabilities .cap-v52-statement p:first-child{
  margin:0!important;
  color:#4f4f4a!important;
  font-size:13px!important;
  line-height:1.6!important;
  font-weight:400!important;
}

/* Static client-question board — moved after Module 07, no hover dependency */
#capabilities .cap-question-board{
  margin-top:34px;
  border-top:2px solid #171716;
  border-bottom:1px solid #bdb9b0;
}
#capabilities .cap-question-board-head{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid #bdb9b0;
  color:#77736c;
  font-size:9px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:720;
}
#capabilities .cap-question-board-head span:first-child{
  color:#b5523b;
}
#capabilities .cap-question-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
#capabilities .cap-question-row{
  min-width:0;
  min-height:126px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:14px;
  align-content:start;
  padding:22px 24px 22px 0;
  border-bottom:1px solid #d0ccc3;
}
#capabilities .cap-question-row:nth-child(odd){
  border-right:1px solid #d0ccc3;
}
#capabilities .cap-question-row:nth-child(even){
  padding-left:24px;
}
#capabilities .cap-question-row:last-child{
  grid-column:1 / -1;
  border-right:0;
  border-top:0;
  border-bottom:0;
  padding-left:0;
  min-height:108px;
}
#capabilities .cap-question-num{
  color:#b5523b;
  font-size:9px;
  line-height:1.2;
  letter-spacing:.14em;
  font-weight:720;
  padding-top:3px;
}
#capabilities .cap-question-copy b{
  display:block;
  color:#22211f;
  font-size:11px;
  line-height:1.25;
  letter-spacing:.035em;
  font-weight:760;
}
#capabilities .cap-question-copy p{
  margin:9px 0 0;
  max-width:520px;
  color:#64615b;
  font-size:12.5px;
  line-height:1.7;
  font-weight:450;
}

/* COMMUNICATION is deliberately longer than the other Hero rail words */
.hero-v33-rail-words .hero-v33-word:nth-child(4) b{
  font-size:clamp(16px,1.65vw,24px)!important;
  letter-spacing:-.045em!important;
}

/* Mobile QA fixes */
@media(max-width:900px){
  /* V62 capped the expanded answer at 560px, clipping 本地资源启动 on phones */
  #why .answer.is-open .why-answer-detail{
    max-height:1200px!important;
  }
}

@media(max-width:700px){
  #about .eyebrow{
    font-size:11px!important;
  }

  /* Keep HEC Paris school name on one line */
  #about .about-v33-credentials .credential:last-child{
    padding-left:2px!important;
    padding-right:2px!important;
  }
  #about .about-v33-credentials .credential:last-child strong{
    white-space:nowrap!important;
    font-size:13px!important;
    letter-spacing:-.035em!important;
  }

  .hero-v33-rail-words .hero-v33-word:nth-child(4){
    flex-basis:148px!important;
    min-width:148px!important;
  }
  .hero-v33-rail-words .hero-v33-word:nth-child(4) b{
    font-size:15px!important;
  }

  #capabilities .cap-v52-statement{
    margin-bottom:16px!important;
  }
  #capabilities .cap-v52-statement p,
  #capabilities .cap-v52-statement p:first-child{
    font-size:11.5px!important;
    line-height:1.65!important;
  }

  #capabilities .cap-question-board{
    margin-top:26px;
  }
  #capabilities .cap-question-board-head{
    min-height:44px;
    font-size:8.5px;
  }
  #capabilities .cap-question-list{
    grid-template-columns:1fr;
  }
  #capabilities .cap-question-row,
  #capabilities .cap-question-row:nth-child(even),
  #capabilities .cap-question-row:last-child{
    grid-column:auto;
    min-height:0;
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
    padding:18px 0!important;
    border-right:0!important;
    border-top:0!important;
    border-bottom:1px solid #d0ccc3!important;
  }
  #capabilities .cap-question-row:last-child{
    border-bottom:0!important;
  }
  #capabilities .cap-question-copy b{
    font-size:10px;
    overflow-wrap:anywhere;
  }
  #capabilities .cap-question-copy p{
    margin-top:7px;
    font-size:12px;
    line-height:1.68;
  }
}






/* =========================================================
   V65 — Final refinements
   ========================================================= */

/* ABOUT: one size larger than V64 */
#about .eyebrow{
  font-size:14px!important;
  letter-spacing:.16em!important;
}

/* Capability viewpoint: larger, unindented, regular */
#capabilities .cap-v52-statement{
  max-width:1040px!important;
  margin:4px 0 24px!important;
  padding:0!important;
  text-indent:0!important;
}
#capabilities .cap-v52-statement p,
#capabilities .cap-v52-statement p:first-child{
  margin:0!important;
  padding:0!important;
  text-indent:0!important;
  color:#343431!important;
  font-size:19px!important;
  line-height:1.58!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
}

/* Hero rail: restore BRAND and its original sizing */
.hero-v33-rail-words .hero-v33-word:nth-child(4) b{
  font-size:clamp(20px,2.1vw,31px)!important;
  letter-spacing:-.05em!important;
}

/* CONTACT / KEY QUESTIONS — two-line centered collapsed state */
#contact .contact-v65-kq-wrap{
  margin-bottom:66px;
}
#contact .contact-v65-kq{
  border-top:1px solid rgba(255,255,255,.28);
  border-bottom:1px solid rgba(255,255,255,.18);
  color:#fff;
}
#contact .contact-v65-kq-toggle{
  position:relative;
  width:100%;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 58px;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  cursor:pointer;
  transition:background .28s ease;
}
#contact .contact-v65-kq-toggle:hover,
#contact .contact-v65-kq-toggle:focus-visible{
  background:rgba(255,255,255,.035);
  outline:none;
}
#contact .contact-v65-kq-center{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-align:center;
}
#contact .contact-v65-kq-center b{
  color:#f06443;
  font-size:11px;
  line-height:1;
  letter-spacing:.22em;
  font-weight:760;
}
#contact .contact-v65-kq-center span{
  color:#aaa9a4;
  font-size:10px;
  line-height:1.25;
  letter-spacing:.10em;
  font-weight:620;
  white-space:nowrap;
}
#contact .contact-v65-kq-plus{
  position:absolute;
  right:16px;
  top:50%;
  width:32px;
  height:32px;
  margin-top:-16px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  color:#f06443;
  font-size:20px;
  line-height:1;
  font-style:normal;
  transition:
    transform .42s cubic-bezier(.2,.72,.2,1),
    border-color .28s ease,
    background .28s ease;
}
#contact .contact-v65-kq-toggle:hover .contact-v65-kq-plus{
  border-color:#f06443;
  background:rgba(240,100,67,.08);
}
#contact .contact-v65-kq.is-open .contact-v65-kq-plus{
  transform:rotate(45deg);
}

/* Smooth open + close, not native <details> snapping */
#contact .contact-v65-kq-panel{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transform:translateY(-8px);
  transition:
    grid-template-rows .48s cubic-bezier(.2,.72,.2,1),
    opacity .30s ease,
    transform .42s cubic-bezier(.2,.72,.2,1);
}
#contact .contact-v65-kq.is-open .contact-v65-kq-panel{
  grid-template-rows:1fr;
  opacity:1;
  transform:none;
}
#contact .contact-v65-kq-panel-inner{
  min-height:0;
  overflow:hidden;
}
#contact .contact-v65-kq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.12);
  padding-bottom:10px;
}
#contact .contact-v65-kq-item{
  min-width:0;
  min-height:108px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:13px;
  align-content:start;
  padding:20px 24px 18px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
  opacity:0;
  transform:translateY(-6px);
  transition:
    opacity .28s ease,
    transform .36s cubic-bezier(.2,.72,.2,1),
    background .24s ease;
}
#contact .contact-v65-kq.is-open .contact-v65-kq-item{
  opacity:1;
  transform:none;
}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(2){transition-delay:.025s}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(3){transition-delay:.05s}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(4){transition-delay:.075s}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(5){transition-delay:.10s}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(6){transition-delay:.125s}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(7){transition-delay:.15s}
#contact .contact-v65-kq.is-open .contact-v65-kq-item:nth-child(8){transition-delay:.175s}
#contact .contact-v65-kq-item:nth-child(odd){
  border-right:1px solid rgba(255,255,255,.10);
}
#contact .contact-v65-kq-item:nth-child(even){
  padding-left:24px;
}
#contact .contact-v65-kq-item:nth-last-child(-n+2){
  border-bottom:0;
}
#contact .contact-v65-kq-item:hover{
  background:rgba(255,255,255,.018);
}
#contact .contact-v65-kq-num{
  color:#f06443;
  font-size:9px;
  line-height:1.2;
  letter-spacing:.15em;
  font-weight:760;
  padding-top:3px;
}
#contact .contact-v65-kq-copy b{
  display:block;
  color:#f4f4ef;
  font-size:10.5px;
  line-height:1.25;
  letter-spacing:.035em;
  font-weight:740;
}
#contact .contact-v65-kq-copy p{
  margin:7px 0 0;
  max-width:540px;
  color:#999994;
  font-size:12px;
  line-height:1.64;
  font-weight:430;
}

/* Motion accessibility */
@media(prefers-reduced-motion:reduce){
  #contact .contact-v65-kq-panel,
  #contact .contact-v65-kq-item,
  #contact .contact-v65-kq-plus{
    transition:none!important;
  }
}

@media(max-width:700px){
  #about .eyebrow{
    font-size:12px!important;
  }

  #capabilities .cap-v52-statement{
    margin:4px 0 22px!important;
  }
  #capabilities .cap-v52-statement p,
  #capabilities .cap-v52-statement p:first-child{
    font-size:16.5px!important;
    line-height:1.66!important;
  }

  .hero-v33-rail-words .hero-v33-word:nth-child(4) b{
    font-size:19px!important;
    letter-spacing:-.05em!important;
  }

  #contact .contact-v65-kq-wrap{
    margin-bottom:56px;
  }
  #contact .contact-v65-kq-toggle{
    min-height:78px;
    padding:13px 46px 13px 12px;
  }
  #contact .contact-v65-kq-center{
    gap:8px;
    width:100%;
  }
  #contact .contact-v65-kq-center b{
    font-size:10px;
  }
  #contact .contact-v65-kq-center span{
    width:100%;
    font-size:8.3px;
    letter-spacing:.04em;
    white-space:normal;
  }
  #contact .contact-v65-kq-plus{
    right:7px;
    width:30px;
    height:30px;
    margin-top:-15px;
  }
  #contact .contact-v65-kq-grid{
    grid-template-columns:1fr;
    padding-bottom:4px;
  }
  #contact .contact-v65-kq-item,
  #contact .contact-v65-kq-item:nth-child(even){
    min-height:0;
    grid-template-columns:27px minmax(0,1fr);
    gap:9px;
    padding:16px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }
  #contact .contact-v65-kq-item:last-child{
    border-bottom:0!important;
  }
  #contact .contact-v65-kq-copy b{
    font-size:9.5px;
    overflow-wrap:anywhere;
  }
  #contact .contact-v65-kq-copy p{
    margin-top:6px;
    font-size:11.5px;
    line-height:1.62;
  }
}



/* Preserve V64 real-WeChat-QR presentation */
#contact .qr-card{
  width:min(300px,100%)!important;
  padding:20px!important;
  border-color:#33332f!important;
}
#contact .qr{
  background:#fff!important;
  padding:8px!important;
}
#contact .qr:before,
#contact .qr:after{
  display:none!important;
  content:none!important;
}
#contact .qr img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
#contact .qr-card strong{
  margin-top:16px!important;
}
@media(max-width:700px){
  #contact .qr-card{
    width:min(280px,100%)!important;
  }
}


/* =========================================================
   V66 — final micro refinements
   ========================================================= */

/* Capability viewpoint: half-step smaller than V65, no indent */
#capabilities .cap-v52-statement{
  padding-left:0!important;
  text-indent:0!important;
}
#capabilities .cap-v52-statement p,
#capabilities .cap-v52-statement p:first-child{
  font-size:18px!important;
  line-height:1.60!important;
  font-weight:400!important;
  text-indent:0!important;
}

/* Key Questions: slimmer banner, visually lifted without moving the Contact body */
#contact .contact-v65-kq-wrap{
  position:relative;
  top:-14px;
  margin-bottom:80px!important;
}
#contact .contact-v65-kq-toggle{
  min-height:70px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
#contact .contact-v65-kq-center{
  gap:7px!important;
}

@media(max-width:700px){
  #capabilities .cap-v52-statement p,
  #capabilities .cap-v52-statement p:first-child{
    font-size:16px!important;
    line-height:1.66!important;
  }
  #contact .contact-v65-kq-wrap{
    top:-10px;
    margin-bottom:66px!important;
  }
  #contact .contact-v65-kq-toggle{
    min-height:66px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
  }
  #contact .contact-v65-kq-center{
    gap:6px!important;
  }
}


/* V66 mobile two-line Key Questions lock */
@media(max-width:700px){
  #contact .contact-v65-kq-toggle{
    padding-left:10px!important;
    padding-right:42px!important;
  }
  #contact .contact-v65-kq-center span{
    font-size:7.2px!important;
    letter-spacing:.015em!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
}

