/* HopeLink Solution Lab v4.0 — unified responsive design */
:root{
  --ink:#182642;--text:#4e5d76;--muted:#748198;--line:#e7ebf2;--white:#fff;
  --coral:#ff776f;--coral2:#ff9b8d;--pink:#f497ba;--lav:#8e8ff3;--blue:#86b8f4;--sage:#9ec5a5;--mint:#eaf5ee;
  --soft:#f8f9fc;--peach:#fff2ed;--lavmist:#f2efff;--sky:#eef6ff;--shadow:0 20px 52px rgba(42,58,92,.09);
  --radius:28px;--sans:Inter,"Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,sans-serif;
  --serif:"Noto Serif TC","Source Han Serif TC","PMingLiU",serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.78;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit}button,input,textarea,select{font:inherit}h1,h2,h3,h4,p{overflow-wrap:break-word}h1,h2,h3{margin-top:0;letter-spacing:-.035em}h2{font-size:clamp(34px,3.2vw,50px);line-height:1.2}h3{line-height:1.36}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{position:fixed!important;top:10px;left:10px;width:auto;height:auto;padding:12px 18px;margin:0;clip:auto;background:#fff;color:#111;z-index:99999}.hl-shell{width:min(1240px,calc(100% - 64px));margin-inline:auto}.hl-shell-narrow{width:min(820px,calc(100% - 48px));margin-inline:auto}.hl-main{min-height:50vh}.hl-kicker{margin:0 0 12px;font-size:12px;line-height:1.3;letter-spacing:.18em;font-weight:900;color:#6f7b92;text-transform:uppercase}.hl-accent{color:var(--coral)}.hl-lead{font-size:21px;line-height:1.68;color:#3e4e69}.hl-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hl-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:999px;text-decoration:none;font-size:16px;font-weight:900;border:1px solid transparent;transition:.2s ease}.hl-btn:hover{transform:translateY(-2px)}.hl-btn--primary{background:linear-gradient(135deg,#ff917e,#f36c76);color:#fff;box-shadow:0 13px 26px rgba(243,108,118,.2)}.hl-btn--ghost{background:#fff;border-color:#acb6c7;color:var(--ink)}.hl-text-link{display:inline-flex;align-items:center;gap:8px;font-weight:900;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}.hl-text-link:hover{color:var(--coral)}.hl-soft{background:linear-gradient(180deg,#fbfcff,#f7f9fd)}

/* header */
.hl-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(230,234,242,.95);backdrop-filter:blur(16px);transition:transform .25s ease,box-shadow .25s ease}.admin-bar .hl-header{top:32px}.hl-header.is-scrolled{box-shadow:0 9px 28px rgba(40,55,86,.06)}.hl-header.is-hidden{transform:translateY(-100%)}.hl-header__inner{height:80px;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0}.brand__image{width:48px;height:48px;object-fit:contain}.brand__copy b{font-size:22px;line-height:1.1;font-weight:900;white-space:nowrap;color:var(--ink)}.hl-nav{margin-left:auto;display:flex;align-items:center;gap:22px}.hl-primary-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.hl-primary-menu a{text-decoration:none;font-size:14px;font-weight:800;color:#34415a;white-space:nowrap}.hl-primary-menu a:hover,.current-menu-item>a{color:var(--coral)}.hl-nav-cta{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#fff;background:linear-gradient(135deg,#e987b8,#ff786d);padding:11px 18px;border-radius:999px;font-size:14px;font-weight:900;white-space:nowrap}.hl-menu-toggle{display:none;border:0;background:transparent;color:var(--ink);font-weight:900;font-size:16px;padding:8px;align-items:center;gap:10px}.hl-menu-toggle i,.hl-menu-toggle i:before,.hl-menu-toggle i:after{display:block;width:24px;height:2px;background:currentColor;content:"";transition:.2s}.hl-menu-toggle i{position:relative}.hl-menu-toggle i:before{position:absolute;top:-7px}.hl-menu-toggle i:after{position:absolute;top:7px}.menu-open{overflow:hidden}

/* home hero */
.hl-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(255,201,216,.46),transparent 25%),radial-gradient(circle at 58% 20%,rgba(147,151,246,.28),transparent 28%),linear-gradient(180deg,#fff,#fbfdff)}.hl-home-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:130px;background:linear-gradient(180deg,transparent,#edf7ef);opacity:.72;pointer-events:none}.hl-home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:34px;padding:68px 0 72px;min-height:680px}.hl-home-hero__copy h1{font-size:clamp(54px,5.3vw,78px);line-height:1.055;font-weight:950;margin:0}.hl-home-hero__copy h1 span,.hl-home-hero__copy h1 strong{display:block;white-space:nowrap}.hl-home-hero__copy h1 strong{color:var(--coral);font-weight:950}.hl-home-hero__lead{font-size:19px;line-height:1.75;color:#58667f;max-width:600px;margin:26px 0 0}.hl-capability-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.hl-capability-pills span{font-size:12px;font-weight:800;color:#5a6780;border:1px solid #e2e7f0;background:rgba(255,255,255,.75);padding:6px 10px;border-radius:999px}.hl-home-hero__art{position:relative;min-height:510px}.hl-home-hero__glow{position:absolute;inset:5% 2% 7% 4%;border-radius:44% 56% 50% 50%;background:linear-gradient(135deg,rgba(255,216,224,.45),rgba(217,218,255,.43),rgba(225,245,231,.55));filter:blur(4px)}.hl-home-hero__scene{position:absolute;z-index:4;width:95%;right:-2%;bottom:14px;filter:drop-shadow(0 18px 24px rgba(63,78,112,.08))}.hl-home-hero__main{position:absolute;z-index:6;width:135px;left:0;bottom:28px}.hl-home-hero__blocks{position:absolute;z-index:3;right:13%;bottom:78px;display:grid;grid-template-columns:96px 96px;gap:7px}.hl-home-hero__blocks span{display:grid;place-items:center;min-height:62px;border:1px solid rgba(255,255,255,.85);box-shadow:0 12px 25px rgba(52,68,101,.07);border-radius:10px;font-weight:900;font-size:16px;color:#3d4a64}.hl-home-hero__blocks span:nth-child(1){background:#fff1df}.hl-home-hero__blocks span:nth-child(2){background:#eaf0ff}.hl-home-hero__blocks span:nth-child(3){background:#f8e9e0}.hl-home-hero__blocks span:nth-child(4){background:#efe9ff}.hl-home-hero__note{position:absolute;z-index:8;right:1%;top:54px;font-family:var(--serif);font-size:17px;line-height:1.5;font-weight:700;transform:rotate(-5deg)}.hl-orbit{position:absolute;border:22px solid transparent;border-radius:50%;pointer-events:none}.hl-orbit--a{border-left-color:rgba(247,135,167,.5);border-top-color:rgba(134,139,242,.4);width:72%;height:55%;left:12%;top:8%;transform:rotate(-9deg)}.hl-orbit--b{border-right-color:rgba(128,182,243,.28);border-bottom-color:rgba(156,198,165,.28);width:48%;height:42%;right:7%;bottom:10%;transform:rotate(14deg)}

/* belief */
.hl-belief{padding:78px 0;border-block:1px solid var(--line);background:#fff}.hl-belief__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.65fr);gap:70px;align-items:center}.hl-belief__copy h2{font-size:clamp(39px,4vw,58px);line-height:1.2;margin-bottom:24px}.hl-belief__copy h2 span{color:var(--coral)}.hl-belief__copy>p{font-size:18px;color:var(--text);max-width:760px}.hl-belief__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:30px 0}.hl-belief__steps span{padding:14px 12px;border-radius:14px;background:#f8f9fc;border:1px solid var(--line);font-size:14px;font-weight:800}.hl-belief__steps b{display:block;font-size:11px;color:var(--coral);margin-bottom:3px}.hl-belief__art{display:flex;justify-content:center}.hl-belief__art-card{position:relative;width:min(360px,100%);min-height:330px;border-radius:36px;background:linear-gradient(145deg,#fff5f1,#f2f1ff 56%,#eff8f2);border:1px solid #ebeef5;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;padding:30px}.hl-belief__art-card>img{width:190px}.hl-belief__mini{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.hl-belief__mini span{font-size:11px;font-weight:800;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid #e6eaf1}

/* sections */
.hl-section{padding:82px 0;border-bottom:1px solid #eef1f6}.hl-section-head{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(280px,1fr) auto;gap:28px;align-items:end;margin-bottom:30px}.hl-section-head h2{margin:0;font-weight:950}.hl-section-head>p{margin:0;color:var(--text);font-size:16px}.hl-section-head>a{font-size:14px;text-decoration:none;font-weight:900;white-space:nowrap}.hl-section-head>a:hover{color:var(--coral)}

/* solution cards */
.hl-solution-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.hl-solution-card{display:flex;flex-direction:column;min-height:360px;border-radius:20px;padding:17px 14px 15px;text-decoration:none;border:1px solid rgba(225,230,239,.85);box-shadow:0 10px 28px rgba(45,59,91,.045);transition:.22s ease}.hl-solution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.hl-tone-1{background:linear-gradient(180deg,#fff1ed,#fffaf8)}.hl-tone-2{background:linear-gradient(180deg,#eef8f1,#fbfefc)}.hl-tone-3{background:linear-gradient(180deg,#eef5ff,#fbfdff)}.hl-tone-4{background:linear-gradient(180deg,#fff0f3,#fffafb)}.hl-tone-5{background:linear-gradient(180deg,#f4f0ff,#fcfbff)}.hl-tone-6{background:linear-gradient(180deg,#eef8ff,#fbfeff)}.hl-tone-7{background:linear-gradient(180deg,#edf7f0,#fbfefc)}.hl-solution-card__top{display:flex;justify-content:space-between;gap:8px;align-items:center}.hl-solution-card__top>span{font-size:12px;color:var(--coral);font-weight:900}.hl-solution-card__top small{font-size:9px;letter-spacing:.08em;color:#79859a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hl-solution-card__art{height:112px;display:flex;align-items:center;justify-content:center;margin:7px 0}.hl-solution-card__art img{max-height:108px;max-width:115px}.hl-solution-card h3{font-size:18px;margin:8px 0 8px;font-weight:950}.hl-solution-card p{font-size:13px;line-height:1.65;color:#637086;margin:0 0 12px}.hl-solution-card>b{margin-top:auto;font-size:12px;color:#45516a}.hl-solution-grid--archive .hl-solution-card{min-height:390px}

/* process */
.hl-process-home{background:linear-gradient(180deg,#fff,#fbfcff)}.hl-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hl-process-grid article{position:relative;min-height:280px;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(48,61,91,.04)}.hl-process-grid article>span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#f3f1ff;color:#6e69d9;font-size:12px;font-weight:900}.hl-process-grid img{height:112px;margin:2px auto 4px;object-fit:contain}.hl-process-grid h3{font-size:22px;margin:5px 0 8px}.hl-process-grid p{font-size:14px;color:var(--text);margin:0}.hl-process-grid--compact article{min-height:180px}.hl-process-grid--compact img{display:none}

/* cards */
.hl-case-grid,.hl-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hl-case-card,.hl-article-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(47,61,90,.055);transition:.2s ease}.hl-case-card:hover,.hl-article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hl-case-card__media{display:block;aspect-ratio:16/10;overflow:hidden}.hl-case-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.hl-case-card:hover img{transform:scale(1.03)}.hl-case-card>div,.hl-article-card>div{padding:18px 19px 20px}.hl-case-card>div>span,.hl-article-card>div>span{display:inline-block;font-size:11px;font-weight:900;color:var(--coral);margin-bottom:5px}.hl-case-card h3,.hl-article-card h3{font-size:21px;margin:4px 0 8px}.hl-case-card h3 a,.hl-article-card h3 a{text-decoration:none}.hl-case-card p,.hl-article-card p{font-size:14px;line-height:1.68;color:var(--text);margin:0 0 12px}.hl-case-grid--archive,.hl-article-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}.hl-article-card__art{height:190px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff6f2,#f2f2ff 55%,#eef8f2);overflow:hidden}.hl-article-card__art img{width:88%;height:88%;object-fit:contain;transition:.3s}.hl-article-card:hover .hl-article-card__art img{transform:scale(1.03) rotate(-1deg)}.hl-article-meta{display:flex;gap:12px;justify-content:space-between;align-items:center;color:#8590a2;font-size:12px}.hl-article-meta .hl-text-link{font-size:12px}.hl-insights-home{background:#fbfcff}

/* impact home */
.hl-impact-home{padding:80px 0;background:linear-gradient(135deg,#fbfdff,#fff8f6)}.hl-impact-home__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.hl-impact-home .hl-section-head{grid-template-columns:1fr;gap:10px}.hl-impact-home .hl-section-head>a{width:max-content}.hl-impact-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.hl-impact-stats div{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line)}.hl-impact-stats b{display:block;font-size:27px;color:var(--ink)}.hl-impact-stats span{font-size:12px;color:var(--text)}.hl-impact-home__art{position:relative;min-height:330px;display:flex;align-items:flex-end;justify-content:center}.hl-impact-home__art>img:first-child{width:100%;max-width:460px}.hl-impact-home__main{position:absolute;width:95px;left:3%;bottom:28px}

/* page hero */
.hl-page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(255,202,218,.4),transparent 24%),radial-gradient(circle at 65% 28%,rgba(146,151,246,.23),transparent 28%),linear-gradient(180deg,#fff,#fafcff);border-bottom:1px solid var(--line)}.hl-page-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.75fr);gap:50px;align-items:center;min-height:480px;padding:60px 0}.hl-page-hero__copy h1{font-size:clamp(48px,5vw,70px);line-height:1.08;margin:0 0 20px;font-weight:950}.hl-page-hero__deck{font-size:19px;line-height:1.75;color:var(--text);max-width:720px}.hl-page-hero__art{position:relative;min-height:340px;border-radius:34px;background:linear-gradient(145deg,#fff7f3,#f2f1ff 55%,#edf8f1);border:1px solid #e8ebf3;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow)}.hl-page-hero__art img{position:relative;z-index:2;max-height:320px;max-width:90%;object-fit:contain}.hl-page-hero__art .hl-orbit--a{width:88%;height:58%;left:5%;top:6%;border-width:16px}.hl-page-hero__art .hl-orbit--b{width:48%;height:45%;right:2%;bottom:5%;border-width:12px}.hl-breadcrumbs{margin-bottom:20px}.hl-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:12px;color:#7a8699}.hl-breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:#bbc2cf}.hl-breadcrumbs a{text-decoration:none}

/* general inner layouts */
.hl-two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:start}.hl-two-col h2{font-size:clamp(38px,3.6vw,54px);line-height:1.25}.hl-rich p{color:var(--text);font-size:17px}.hl-rich .hl-lead{font-size:21px;color:var(--ink)}.hl-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hl-feature-grid--3{grid-template-columns:repeat(3,1fr)}.hl-feature-grid article{padding:24px;border:1px solid var(--line);background:#fff;border-radius:20px}.hl-feature-grid article>span{font-size:11px;font-weight:900;color:var(--coral)}.hl-feature-grid h3{font-size:21px;margin:10px 0 8px}.hl-feature-grid p{font-size:14px;color:var(--text);margin:0}.hl-media-split{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);gap:70px;align-items:center}.hl-media-split__art{min-height:360px;border-radius:30px;background:linear-gradient(145deg,#fff3ee,#f2f2ff 58%,#ecf7ef);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line)}.hl-media-split__art img{max-height:340px;width:92%;object-fit:contain}.hl-media-split h2{font-size:clamp(37px,3.4vw,52px)}.hl-number-list{list-style:none;padding:0;margin:25px 0}.hl-number-list li{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.hl-number-list b{font-size:17px}.hl-number-list span{font-size:15px;color:var(--text)}.hl-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hl-audience-grid article{padding:24px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid var(--line)}.hl-audience-grid span{display:inline-block;font-size:12px;font-weight:900;color:#6f71d9;background:#f0efff;padding:5px 10px;border-radius:999px}.hl-audience-grid h3{font-size:20px;margin:12px 0 8px}.hl-audience-grid p{font-size:14px;color:var(--text);margin:0}.hl-proof{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);gap:64px;align-items:center}.hl-proof figure{margin:0;aspect-ratio:4/3;border-radius:28px;overflow:hidden}.hl-proof figure img{width:100%;height:100%;object-fit:cover}.hl-check-list{list-style:none;padding:0;margin:22px 0}.hl-check-list li{position:relative;padding:10px 0 10px 32px;border-bottom:1px solid var(--line);font-size:16px}.hl-check-list li:before{content:"✓";position:absolute;left:0;color:var(--coral);font-weight:900}.hl-tag-list{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.hl-tag-list span{display:inline-flex;align-items:center;min-height:38px;padding:6px 12px;border-radius:999px;background:#f4f3ff;border:1px solid #e5e3f7;color:#515f78;font-size:13px;font-weight:800}.hl-loop{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:25px}.hl-loop span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:900}.hl-loop i{font-style:normal;color:var(--coral)}.hl-principle-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.hl-principle-list>div{padding:20px;border-radius:20px;background:#fff;border:1px solid var(--line)}.hl-principle-list span{font-size:11px;color:var(--coral);font-weight:900}.hl-principle-list strong{display:block;font-size:18px;margin:10px 0 6px}.hl-principle-list p{font-size:13px;color:var(--text);margin:0}

/* impact inner */
.hl-impact-levels{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hl-impact-levels article{padding:26px;border-radius:22px;background:linear-gradient(180deg,#fff,#fafbfe);border:1px solid var(--line)}.hl-impact-levels span{font-size:11px;font-weight:900;color:#6e72d9}.hl-impact-levels h3{font-size:22px;margin:10px 0}.hl-impact-levels p{font-size:14px;color:var(--text);margin:0}

/* contact */
.hl-contact-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1fr);gap:70px;align-items:start}.hl-contact-info{display:grid;gap:14px;margin-top:28px}.hl-contact-info>div{padding:14px 0;border-bottom:1px solid var(--line)}.hl-contact-info span{display:block;font-size:11px;font-weight:900;color:#8892a4}.hl-contact-info a,.hl-contact-info p{margin:3px 0;font-size:16px;text-decoration:none}.hl-contact-art{margin-top:26px;min-height:220px;border-radius:24px;background:linear-gradient(145deg,#fff3ee,#f2f1ff);display:flex;align-items:center;justify-content:center;overflow:hidden}.hl-contact-art img{max-height:210px;width:90%;object-fit:contain}.hl-form-card{padding:30px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.hl-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hl-contact-form label{display:grid;gap:6px;font-size:13px;font-weight:900;color:#536079}.hl-contact-form input,.hl-contact-form textarea,.hl-contact-form select{width:100%;border:1px solid #dbe0e8;border-radius:13px;padding:12px 13px;background:#fbfcfe;color:var(--ink);font-size:16px}.hl-contact-form textarea{resize:vertical}.hl-form-full{grid-column:1/-1}.hl-hp{position:absolute!important;left:-9999px!important}.hl-form-notice{margin-bottom:16px;padding:12px 14px;border-radius:12px;font-size:14px}.hl-form-notice.is-success{background:#edf8ef;color:#2d6f43}.hl-form-notice.is-error{background:#fff1ef;color:#a34843}

/* topic */
.hl-topic-strip{display:flex;gap:10px;flex-wrap:wrap}.hl-topic-strip a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:10px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800}.hl-topic-strip a span{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#f0efff;color:#6f70d8;font-size:11px}

/* solution single */
.hl-solution-hero{background:linear-gradient(180deg,#fff,#fafcff);border-bottom:1px solid var(--line)}.hl-solution-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.65fr);gap:70px;align-items:center;padding:62px 0}.hl-solution-hero__copy h1{font-size:clamp(48px,5vw,70px);line-height:1.08}.hl-solution-hero__copy>p:not(.hl-kicker):not(.hl-lead){color:var(--text);font-size:17px}.hl-solution-hero__art{position:relative;min-height:380px;border-radius:34px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}.hl-solution-hero__art img{max-height:285px;max-width:78%;object-fit:contain}.hl-solution-hero__art>span{position:absolute;left:22px;top:20px;font-size:11px;font-weight:900;letter-spacing:.12em;color:#6f7b92}.hl-solution-hero__art>b{position:absolute;right:20px;bottom:6px;font-size:74px;line-height:1;color:rgba(30,45,75,.07)}.hl-service-list{display:grid;gap:2px;margin-top:22px}.hl-service-list div{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.hl-service-list span{font-size:11px;color:var(--coral);font-weight:900}.hl-service-list b{font-size:16px}.hl-deliverable-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hl-deliverable-grid article{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line);min-height:140px}.hl-deliverable-grid span{font-size:11px;color:#7a77d9;font-weight:900}.hl-deliverable-grid h3{font-size:19px;margin:16px 0 0}

/* case/article */
.hl-case-hero,.hl-article-hero{background:linear-gradient(180deg,#fff,#fafcff);border-bottom:1px solid var(--line)}.hl-case-hero__grid,.hl-article-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.75fr);gap:60px;align-items:center;padding:58px 0}.hl-case-hero h1,.hl-article-hero h1{font-size:clamp(46px,4.8vw,66px);line-height:1.1;margin-bottom:22px}.hl-case-hero figure{margin:0;aspect-ratio:4/3;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.hl-case-hero figure img{width:100%;height:100%;object-fit:cover}.hl-article-hero__art{position:relative;min-height:360px;border-radius:30px;background:linear-gradient(145deg,#fff5f1,#f1f1ff 55%,#edf8f1);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}.hl-article-hero__art img{position:relative;z-index:2;max-width:88%;max-height:330px;object-fit:contain}.hl-article-hero__art .hl-orbit--a{width:86%;height:55%;left:7%;top:10%;border-width:14px}.hl-reading{font-size:18px;line-height:1.9;color:#35445f}.hl-reading h2{font-size:34px;line-height:1.3;margin:54px 0 16px;color:var(--ink)}.hl-reading h3{font-size:23px;margin:34px 0 10px;color:var(--ink)}.hl-reading p,.hl-reading li{margin:0 0 18px}.hl-reading a{color:#4f5bd6}.hl-reading hr{border:0;border-top:1px solid var(--line);margin:46px 0}.hl-reading blockquote{margin:32px 0;padding:20px 24px;border-left:4px solid var(--coral);background:#fff5f2;border-radius:0 16px 16px 0}.hl-reading img{border-radius:20px}.hl-related{background:#fbfcff}

/* faq */
.hl-faq__list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hl-faq details{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.hl-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px 20px;font-weight:900;font-size:16px}.hl-faq summary::-webkit-details-marker{display:none}.hl-faq summary span{font-size:20px;color:var(--coral)}.hl-faq details>div{padding:0 20px 18px;color:var(--text);font-size:15px}.hl-faq details[open] summary span{transform:rotate(45deg)}

/* footer */
.hl-footer{background:#fff;border-top:1px solid var(--line)}.hl-footer-cta{background:linear-gradient(135deg,#fff8f5,#f5f3ff 55%,#f0f8f2);border-bottom:1px solid var(--line)}.hl-footer-cta__grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:50px;align-items:center;padding:60px 0}.hl-footer-cta h2{font-size:clamp(36px,3.4vw,52px);margin-bottom:16px}.hl-footer-cta p{max-width:720px;color:var(--text)}.hl-footer-cta__art{position:relative;min-height:250px;display:flex;align-items:center;justify-content:center}.hl-footer-cta__art img{position:relative;z-index:2;width:180px}.hl-footer-cta__art .hl-orbit--a{width:88%;height:62%;left:8%;top:15%;border-width:14px}.hl-footer__main{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:40px;padding:44px 0 32px}.hl-footer__brand .brand__copy b{font-size:19px}.hl-footer__brand p{font-size:14px;color:var(--text);margin:12px 0 0}.hl-footer__small{font-size:11px!important;letter-spacing:.08em}.hl-footer__col{display:flex;flex-direction:column;gap:7px}.hl-footer__col strong{font-size:12px;letter-spacing:.1em;color:#7b8699;margin-bottom:6px}.hl-footer__col a,.hl-footer__col p{font-size:14px;text-decoration:none;color:#526079;margin:0}.hl-footer__legal{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:15px 0 22px;font-size:11px;color:#8893a5}

/* 404 / empty */
.hl-error{padding:80px 0 90px;text-align:center;background:linear-gradient(180deg,#fff,#fafcff)}.hl-error img{width:150px;margin:0 auto 20px}.hl-error h1{font-size:clamp(42px,5vw,68px);line-height:1.15;max-width:850px;margin:0 auto 20px}.hl-error p{color:var(--text)}.hl-error .hl-actions{justify-content:center}.hl-empty{text-align:center;grid-column:1/-1;padding:50px}.hl-empty img{width:120px;margin:0 auto 20px}.hl-search-form-wrap{margin-bottom:30px}.search-form{display:flex;max-width:620px;gap:8px}.search-form label{flex:1}.search-field{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:999px}.search-submit{border:0;border-radius:999px;padding:0 20px;background:var(--ink);color:#fff;font-weight:800}.nav-links{display:flex;gap:8px;justify-content:center;margin-top:34px}.page-numbers{display:grid;place-items:center;min-width:38px;height:38px;border-radius:50%;border:1px solid var(--line);text-decoration:none}.page-numbers.current{background:var(--ink);color:#fff}

/* reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important}}

/* tablet */
@media(max-width:1100px){
  .hl-shell{width:min(100% - 44px,1100px)}.hl-header__inner{height:72px}.brand__image{width:43px;height:43px}.brand__copy b{font-size:19px}.hl-primary-menu{gap:14px}.hl-primary-menu a{font-size:13px}.hl-nav{gap:14px}.hl-home-hero__grid{grid-template-columns:1fr 1fr;min-height:610px}.hl-home-hero__copy h1{font-size:clamp(48px,5.6vw,62px)}.hl-home-hero__art{min-height:450px}.hl-home-hero__main{width:105px}.hl-home-hero__blocks{right:10%;bottom:62px}.hl-solution-grid{grid-template-columns:repeat(4,1fr)}.hl-solution-card{min-height:330px}.hl-solution-grid .hl-solution-card:nth-child(n+5){min-height:310px}.hl-feature-grid,.hl-audience-grid,.hl-impact-levels{grid-template-columns:repeat(2,1fr)}.hl-principle-list{grid-template-columns:repeat(3,1fr)}.hl-impact-home__grid{grid-template-columns:1fr}.hl-impact-home__art{min-height:240px}.hl-page-hero__grid,.hl-solution-hero__grid,.hl-case-hero__grid,.hl-article-hero__grid{grid-template-columns:1fr .75fr;gap:36px}.hl-page-hero__copy h1,.hl-solution-hero__copy h1,.hl-case-hero h1,.hl-article-hero h1{font-size:48px}.hl-footer__main{grid-template-columns:1.2fr repeat(3,1fr);gap:24px}
}

/* mobile / true RWD: identical content, reordered only */
@media(max-width:820px){
  body{font-size:17px;line-height:1.72}.admin-bar .hl-header{top:46px}.hl-shell,.hl-shell-narrow{width:calc(100% - 32px)}.hl-header__inner{height:68px}.brand__image{width:39px;height:39px}.brand__copy b{font-size:18px}.hl-menu-toggle{display:inline-flex;margin-left:auto}.hl-nav{position:fixed;left:0;right:0;top:68px;max-height:calc(100dvh - 68px);overflow:auto;background:#fff;border-top:1px solid var(--line);padding:18px 20px 24px;display:none;flex-direction:column;align-items:stretch;gap:14px;box-shadow:0 22px 40px rgba(41,54,84,.12)}.admin-bar .hl-nav{top:114px}.hl-nav.is-open{display:flex}.hl-primary-menu{display:flex;flex-direction:column;align-items:stretch;gap:0}.hl-primary-menu li{border-bottom:1px solid var(--line)}.hl-primary-menu a{display:block;padding:14px 2px;font-size:17px}.hl-nav-cta{justify-content:center;font-size:16px;min-height:48px}.hl-menu-toggle[aria-expanded="true"] i{background:transparent}.hl-menu-toggle[aria-expanded="true"] i:before{top:0;transform:rotate(45deg)}.hl-menu-toggle[aria-expanded="true"] i:after{top:0;transform:rotate(-45deg)}
  h2{font-size:34px}.hl-kicker{font-size:10px;letter-spacing:.14em}.hl-btn{min-height:50px;font-size:15px;padding-inline:19px}.hl-actions{gap:9px}.hl-actions .hl-btn{flex:1;min-width:140px}

  /* homepage hero: balanced first viewport */
  .hl-home-hero__grid{display:flex;flex-direction:column;align-items:stretch;gap:0;min-height:0;padding:34px 0 28px}.hl-home-hero__copy{display:contents}.hl-home-hero__copy .hl-kicker{order:1;margin-bottom:13px}.hl-home-hero__copy h1{order:2;font-size:clamp(34px,9.6vw,42px);line-height:1.13;letter-spacing:-.04em}.hl-home-hero__copy h1 span,.hl-home-hero__copy h1 strong{white-space:nowrap}.hl-home-hero__art{order:3;min-height:310px;margin:22px 0 14px;border-radius:28px;background:linear-gradient(145deg,rgba(255,244,239,.72),rgba(240,240,255,.75) 55%,rgba(237,248,240,.78));border:1px solid #ebedf4;overflow:hidden}.hl-home-hero__glow{inset:8% 4% 4%}.hl-home-hero__scene{width:108%;max-width:none;right:-6%;bottom:-2px}.hl-home-hero__main{width:78px;left:2%;bottom:17px}.hl-home-hero__blocks{right:5%;bottom:38px;grid-template-columns:58px 58px;gap:4px}.hl-home-hero__blocks span{min-height:37px;font-size:10px;border-radius:7px}.hl-home-hero__note{font-size:11px;top:15px;right:4%;line-height:1.4}.hl-home-hero__art .hl-orbit{display:none}.hl-home-hero__lead{order:4;font-size:17px;line-height:1.7;margin:8px 0 0}.hl-home-hero__copy .hl-actions{order:5;margin-top:18px}.hl-capability-pills{order:6;margin-top:15px}.hl-capability-pills span{font-size:11px}.hl-home-hero:after{height:60px}

  /* second section starts with text so art does not collide with hero art */
  .hl-belief{padding:54px 0}.hl-belief__grid{display:flex;flex-direction:column;gap:28px}.hl-belief__copy{order:1}.hl-belief__art{order:2}.hl-belief__copy h2{font-size:32px;line-height:1.3}.hl-belief__copy>p{font-size:16.5px}.hl-belief__steps{grid-template-columns:repeat(2,1fr);margin:22px 0}.hl-belief__art-card{min-height:235px;width:100%;max-width:360px}.hl-belief__art-card>img{width:125px}

  .hl-section{padding:58px 0}.hl-section-head{grid-template-columns:1fr;gap:9px;margin-bottom:24px}.hl-section-head h2{font-size:34px}.hl-section-head>p{font-size:15px}.hl-section-head>a{margin-top:2px;width:max-content}
  .hl-solution-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-16px;padding-right:16px;padding-bottom:8px}.hl-solution-card{flex:0 0 min(78vw,286px);scroll-snap-align:start;min-height:320px;border-radius:18px}.hl-solution-card__art{height:102px}.hl-solution-card__art img{max-height:100px}.hl-solution-card h3{font-size:19px}.hl-solution-card p{font-size:14px}.hl-process-grid{grid-template-columns:1fr 1fr;gap:10px}.hl-process-grid article{min-height:238px;padding:18px}.hl-process-grid img{height:90px}.hl-process-grid h3{font-size:19px}.hl-case-grid,.hl-article-grid,.hl-case-grid--archive,.hl-article-grid--archive{grid-template-columns:1fr;gap:14px}.hl-case-card__media{aspect-ratio:16/9}.hl-article-card{display:grid;grid-template-columns:120px 1fr;min-height:150px}.hl-article-card__art{height:100%;min-height:150px}.hl-article-card__art img{width:92%;height:92%}.hl-article-card>div{padding:14px}.hl-article-card h3{font-size:18px;margin:3px 0 6px}.hl-article-card p{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hl-impact-home{padding:56px 0}.hl-impact-home__grid{gap:22px}.hl-impact-stats{grid-template-columns:1fr 1fr;gap:9px}.hl-impact-stats b{font-size:24px}.hl-impact-home__art{min-height:200px}.hl-impact-home__art>img:first-child{max-width:330px}.hl-impact-home__main{width:65px}

  /* all inner page heroes: same content, polished stack */
  .hl-page-hero__grid,.hl-solution-hero__grid,.hl-case-hero__grid,.hl-article-hero__grid{display:flex;flex-direction:column;gap:20px;min-height:0;padding:34px 0 42px}.hl-page-hero__copy,.hl-solution-hero__copy,.hl-case-hero__grid>div:first-child,.hl-article-hero__grid>div:first-child{width:100%}.hl-page-hero__copy h1,.hl-solution-hero__copy h1,.hl-case-hero h1,.hl-article-hero h1{font-size:clamp(34px,9.2vw,42px);line-height:1.14;margin-bottom:16px}.hl-page-hero__deck,.hl-solution-hero__copy>p:not(.hl-kicker),.hl-case-hero .hl-lead,.hl-article-hero .hl-lead{font-size:17px;line-height:1.7}.hl-page-hero__art,.hl-solution-hero__art,.hl-article-hero__art{width:100%;min-height:250px;border-radius:24px}.hl-page-hero__art img{max-height:235px}.hl-solution-hero__art img{max-height:210px}.hl-article-hero__art img{max-height:230px}.hl-case-hero figure{width:100%;border-radius:23px;aspect-ratio:16/10}.hl-breadcrumbs{margin-bottom:15px}.hl-breadcrumbs ol{font-size:11px}

  .hl-two-col,.hl-media-split,.hl-proof,.hl-contact-grid{grid-template-columns:1fr;gap:30px}.hl-two-col h2,.hl-media-split h2{font-size:33px}.hl-rich .hl-lead,.hl-lead{font-size:18px}.hl-feature-grid,.hl-feature-grid--3,.hl-audience-grid,.hl-impact-levels{grid-template-columns:1fr;gap:10px}.hl-feature-grid article,.hl-audience-grid article,.hl-impact-levels article{padding:20px}.hl-media-split{display:flex;flex-direction:column}.hl-media-split>div:last-child{order:1}.hl-media-split__art{order:2;min-height:245px;border-radius:22px}.hl-media-split__art img{max-height:235px}.hl-number-list li{grid-template-columns:1fr;gap:3px}.hl-proof figure{aspect-ratio:16/10;border-radius:22px}.hl-principle-list{grid-template-columns:1fr 1fr;gap:9px}.hl-deliverable-grid{grid-template-columns:1fr 1fr;gap:9px}.hl-deliverable-grid article{padding:18px;min-height:120px}.hl-contact-grid>div:first-child{order:1}.hl-form-card{order:2;padding:20px;border-radius:22px}.hl-contact-form{grid-template-columns:1fr}.hl-form-full{grid-column:auto}.hl-faq__list{grid-template-columns:1fr}.hl-topic-strip{flex-wrap:nowrap;overflow-x:auto;margin-right:-16px;padding-right:16px}.hl-topic-strip a{white-space:nowrap}.hl-reading{font-size:17px;line-height:1.85}.hl-reading h2{font-size:29px;margin-top:43px}.hl-reading h3{font-size:21px}.hl-footer-cta__grid{grid-template-columns:1fr;padding:48px 0;gap:20px}.hl-footer-cta h2{font-size:34px}.hl-footer-cta__art{min-height:190px}.hl-footer-cta__art img{width:130px}.hl-footer__main{grid-template-columns:1fr 1fr;gap:28px;padding:34px 0}.hl-footer__brand{grid-column:1/-1}.hl-footer__legal{flex-direction:column;gap:4px}.hl-footer__legal span:last-child{font-size:9px}.hl-error{padding:58px 0}.hl-error h1{font-size:38px}
}

@media(max-width:430px){
  .hl-shell,.hl-shell-narrow{width:calc(100% - 28px)}.brand__copy b{font-size:17px}.hl-home-hero__copy h1{font-size:clamp(32px,9.2vw,38px)}.hl-home-hero__art{min-height:285px}.hl-home-hero__scene{width:112%;right:-8%}.hl-home-hero__main{width:70px}.hl-home-hero__blocks{grid-template-columns:54px 54px}.hl-home-hero__blocks span{font-size:9px}.hl-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.hl-actions .hl-btn{min-width:0;padding-inline:10px;font-size:14px}.hl-belief__copy h2,.hl-section-head h2,.hl-two-col h2,.hl-media-split h2{font-size:30px}.hl-process-grid{grid-template-columns:1fr 1fr}.hl-process-grid article{min-height:225px;padding:16px}.hl-process-grid img{height:78px}.hl-process-grid h3{font-size:18px}.hl-principle-list,.hl-deliverable-grid{grid-template-columns:1fr}.hl-article-card{grid-template-columns:105px 1fr}.hl-article-card>div{padding:12px}.hl-footer__main{grid-template-columns:1fr}.hl-footer__brand{grid-column:auto}.hl-page-hero__copy h1,.hl-solution-hero__copy h1,.hl-case-hero h1,.hl-article-hero h1{font-size:34px}.hl-page-hero__art,.hl-solution-hero__art,.hl-article-hero__art{min-height:225px}.hl-form-card{padding:17px}.hl-contact-form input,.hl-contact-form textarea,.hl-contact-form select{font-size:16px}
}

@media(max-width:360px){
  .brand__copy b{font-size:16px}.hl-home-hero__copy h1{font-size:31px}.hl-home-hero__art{min-height:265px}.hl-home-hero__blocks{display:none}.hl-home-hero__note{font-size:10px}.hl-process-grid{grid-template-columns:1fr}.hl-process-grid article{min-height:205px}.hl-process-grid img{height:82px}.hl-actions{grid-template-columns:1fr}.hl-page-hero__copy h1,.hl-solution-hero__copy h1,.hl-case-hero h1,.hl-article-hero h1{font-size:31px}.hl-impact-stats{grid-template-columns:1fr 1fr}.hl-footer-cta h2{font-size:30px}
}

/* v4.1 — About: sustainable commitment & charter */
.hl-commitment{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 8%,rgba(142,143,243,.12),transparent 28%),radial-gradient(circle at 8% 92%,rgba(255,119,111,.10),transparent 26%),#fff}
.hl-commitment__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:36px;margin-bottom:34px}
.hl-commitment__heading h2{margin-bottom:0}
.hl-commitment__metric{display:flex;align-items:center;gap:14px;padding:18px 22px;border:1px solid #ece9f8;border-radius:24px;background:linear-gradient(135deg,#fff5f1,#f2f0ff 58%,#eef7ff);box-shadow:0 16px 36px rgba(50,60,94,.08)}
.hl-commitment__metric strong{font-size:58px;line-height:.9;letter-spacing:-.06em;background:linear-gradient(135deg,var(--coral),var(--lav),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}
.hl-commitment__metric span{font-size:14px;line-height:1.45;font-weight:900;color:#4f5d76}
.hl-commitment__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hl-commitment__card{position:relative;padding:30px;border:1px solid #e8ebf2;border-radius:26px;box-shadow:0 18px 42px rgba(39,54,86,.07);overflow:hidden}
.hl-commitment__card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--coral),var(--pink),var(--lav),var(--blue))}
.hl-commitment__card--zh{background:linear-gradient(160deg,#fff,#fff8f6 68%,#f8f2ff)}
.hl-commitment__card--en{background:linear-gradient(160deg,#fff,#f5f7ff 68%,#eef9f2)}
.hl-commitment__label{margin:0 0 8px;font-size:11px;line-height:1.2;letter-spacing:.16em;font-weight:900;color:#7a8498}
.hl-commitment__card h3{font-size:26px;margin:0 0 16px;letter-spacing:-.025em}
.hl-commitment__card>p:not(.hl-commitment__label):not(.hl-commitment__subhead){color:#52617a}
.hl-commitment__card blockquote{margin:22px 0;padding:18px 20px;border-left:4px solid var(--coral);border-radius:0 16px 16px 0;background:rgba(255,255,255,.78);font-size:20px;line-height:1.7;font-weight:800;color:var(--ink)}
.hl-commitment__card--en blockquote{border-left-color:var(--lav)}
.hl-commitment__subhead{margin:24px 0 10px;font-weight:900;color:var(--ink)}
.hl-check-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.hl-check-list li{position:relative;padding-left:31px;color:#4d5b74}
.hl-check-list li:before{content:"✓";position:absolute;left:0;top:.08em;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#ffe4dc,#e6e5ff);color:#33415d;font-size:12px;font-weight:900}
.hl-charter{display:grid;grid-template-columns:.72fr 1.28fr;gap:32px;align-items:center;margin-top:22px;padding:32px;border-radius:28px;background:linear-gradient(135deg,#192641,#223353);color:#fff;box-shadow:0 20px 48px rgba(31,45,75,.14)}
.hl-charter .hl-kicker{color:#adb9d1}.hl-charter__title h3{font-size:30px;margin:0 0 12px}.hl-charter__title h3 span{display:inline-block;margin-top:6px;font-size:15px;letter-spacing:.08em;color:#ffc0ba}.hl-charter__title>p:last-child{margin:0;color:#c9d1df}
.hl-charter__quote{margin:0;padding:24px 26px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06);font-family:var(--serif);font-size:20px;line-height:1.85;color:#f5f7fb}
@media(max-width:820px){
 .hl-commitment__heading{grid-template-columns:1fr;gap:18px}.hl-commitment__metric{width:max-content;max-width:100%;padding:15px 18px}.hl-commitment__metric strong{font-size:46px}.hl-commitment__grid{grid-template-columns:1fr}.hl-commitment__card{padding:22px;border-radius:22px}.hl-commitment__card h3{font-size:23px}.hl-commitment__card blockquote{font-size:18px;padding:16px 17px}.hl-charter{grid-template-columns:1fr;gap:18px;padding:22px;border-radius:22px}.hl-charter__title h3{font-size:26px}.hl-charter__quote{font-size:18px;line-height:1.8;padding:18px}
}
@media(max-width:430px){
 .hl-commitment__metric{width:100%;justify-content:flex-start}.hl-commitment__metric strong{font-size:42px}.hl-commitment__card h3{font-size:21px}.hl-commitment__card blockquote{font-size:17px}.hl-charter__quote{font-size:17px}
}

.hl-charter__article{margin:16px 0 0!important;font-size:14px;font-weight:900;letter-spacing:.03em;color:#ffc0ba!important}
