/* HopeLink Solution Lab v5.0 — single HTML, responsive by layout only */
:root{
  --ink:#17253f;
  --ink-2:#263653;
  --text:#52627b;
  --muted:#7b8799;
  --line:#e7ebf2;
  --soft:#f8f9fc;
  --white:#fff;
  --coral:#f56f6b;
  --coral-2:#ff9a88;
  --pink:#ed91b5;
  --lav:#8e8ff3;
  --blue:#83b8f2;
  --sage:#9cc7a7;
  --peach:#fff0e9;
  --lavmist:#f2efff;
  --sky:#eef6ff;
  --mint:#edf8f0;
  --shadow:0 22px 60px rgba(48,62,92,.09);
  --shadow-soft:0 12px 34px rgba(48,62,92,.06);
  --r-lg:34px;
  --r-md:24px;
  --r-sm:16px;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,sans-serif;
  --serif:"Noto Serif TC","Songti 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}
body.menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4{margin:0;color:var(--ink);font-weight:900;letter-spacing:-.035em;line-break:strict;text-wrap:balance}
p{overflow-wrap:break-word}
h1{font-size:clamp(46px,5vw,76px);line-height:1.08}
h2{font-size:clamp(34px,3.25vw,50px);line-height:1.2}
h3{font-size:clamp(20px,1.7vw,26px);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(840px,calc(100% - 48px));margin-inline:auto}
.hl-main{min-height:55vh}
.hl-kicker{margin:0 0 12px;font-size:12px;line-height:1.3;letter-spacing:.17em;font-weight:900;color:#6c7890;text-transform:uppercase}
.hl-accent{color:var(--coral)}
.hl-lead{font-size:21px;line-height:1.7;color:#3e4d68}
.hl-soft{background:linear-gradient(180deg,#fbfcff,#f7f9fd)}
.hl-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.hl-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:0 24px;border-radius:999px;text-decoration:none;font-size:16px;font-weight:900;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.hl-btn:hover{transform:translateY(-2px)}
.hl-btn--primary{background:linear-gradient(135deg,#f18bb8,#f57373);color:#fff;box-shadow:0 13px 28px rgba(242,112,117,.22)}
.hl-btn--ghost{background:#fff;border-color:#b3bdcc;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)}

/* Header */
.hl-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(229,233,241,.96);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 10px 28px rgba(40,55,86,.06)}
.hl-header.is-hidden{transform:translateY(-100%)}
.hl-header__inner{height:82px;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0}
.brand__image{width:50px;height:50px;object-fit:contain}
.brand__copy b{font-size:21px;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:21px;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,#e687b7,#f77270);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:15px;padding:10px 6px;align-items:center;gap:9px}
.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}

/* Home Hero: same content, responsive grid areas */
.hl-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 14%,rgba(247,169,202,.30),transparent 24%),radial-gradient(circle at 61% 16%,rgba(142,143,243,.22),transparent 26%),linear-gradient(180deg,#fff 0%,#fbfdff 72%,#f5faf6 100%)}
.hl-home-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-240px;top:-250px;background:linear-gradient(135deg,rgba(255,232,218,.6),rgba(226,223,255,.52));filter:blur(2px)}
.hl-home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);grid-template-areas:"intro art" "body art";column-gap:42px;row-gap:0;align-items:center;min-height:720px;padding:72px 0 76px}
.hl-home-hero__copy{display:contents}
.hl-home-hero__intro{grid-area:intro;align-self:end}
.hl-home-hero__body{grid-area:body;align-self:start}
.hl-home-hero__copy h1{font-size:clamp(52px,5vw,74px);line-height:1.065;font-weight:950;margin:0}
.hl-home-hero__copy h1 span,.hl-home-hero__copy h1 strong{display:block}
.hl-home-hero__copy h1 strong{color:var(--coral)}
.hl-home-hero__lead{font-size:19px;line-height:1.75;color:#56657d;max-width:610px;margin:22px 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:#596780;border:1px solid #e2e7f0;background:rgba(255,255,255,.80);padding:7px 11px;border-radius:999px}
.hl-home-hero__art{grid-area:art;position:relative;min-height:535px;align-self:stretch}
.hl-home-hero__glow{position:absolute;inset:4% 2% 5% 2%;border-radius:47% 53% 45% 55%;background:linear-gradient(135deg,rgba(255,217,224,.55),rgba(222,220,255,.52),rgba(226,246,232,.58));filter:blur(3px)}
.hl-home-hero__scene{position:absolute;z-index:4;width:95%;right:-1%;bottom:10px;filter:drop-shadow(0 20px 28px rgba(63,78,112,.08))}
.hl-home-hero__main{position:absolute;z-index:6;width:136px;left:0;bottom:28px}
.hl-home-hero__blocks{position:absolute;z-index:3;right:12%;bottom:79px;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,.9);box-shadow:0 11px 24px rgba(52,68,101,.07);border-radius:11px;font-weight:900;font-size:15px;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:0;top:58px;font-family:var(--serif);font-size:16px;line-height:1.5;font-weight:700;transform:rotate(-4deg)}
.hl-orbit{position:absolute;border:18px solid transparent;border-radius:50%;pointer-events:none}
.hl-orbit--a{border-left-color:rgba(247,135,167,.45);border-top-color:rgba(134,139,242,.36);width:72%;height:55%;left:12%;top:8%;transform:rotate(-9deg)}
.hl-orbit--b{border-right-color:rgba(128,182,243,.26);border-bottom-color:rgba(156,198,165,.28);width:48%;height:42%;right:7%;bottom:10%;transform:rotate(14deg)}

/* Editorial manifesto, deliberately not another full-width image */
.hl-belief{position:relative;padding:88px 0;border-block:1px solid var(--line);background:#fff}
.hl-belief__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.55fr);gap:82px;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(320px,100%);min-height:280px;border-radius:38px;background:linear-gradient(145deg,#fff7f3,#f4f2ff 56%,#eff8f2);border:1px solid #ebeef5;display:flex;align-items:center;justify-content:center;padding:28px;box-shadow:var(--shadow-soft)}
.hl-belief__art-card>img{width:165px}
.hl-belief__mini{position:absolute;left:16px;right:16px;bottom:16px;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,.84);border:1px solid #e6eaf1}

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

/* Solutions: readable, 4+3 instead of seven tiny columns */
.hl-solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hl-solution-card{display:flex;flex-direction:column;min-height:390px;border-radius:24px;padding:20px 18px 18px;text-decoration:none;border:1px solid rgba(225,230,239,.88);box-shadow:0 10px 28px rgba(45,59,91,.045);transition:.22s ease}
.hl-solution-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.hl-tone-1{background:linear-gradient(180deg,#fff0eb,#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:10px;letter-spacing:.08em;color:#78859a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hl-solution-card__art{height:138px;display:flex;align-items:center;justify-content:center;margin:10px 0}
.hl-solution-card__art img{max-height:132px;max-width:145px}
.hl-solution-card h3{font-size:22px;margin:7px 0 9px;font-weight:950}
.hl-solution-card p{font-size:15px;line-height:1.7;color:#627087;margin:0 0 14px}
.hl-solution-card>b{margin-top:auto;font-size:13px;color:#43506a}
.hl-solution-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}
.hl-solution-grid--archive .hl-solution-card{min-height:410px}

/* Process */
.hl-process-home{background:linear-gradient(180deg,#fff,#fbfcff)}
.hl-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hl-process-grid article{position:relative;min-height:300px;padding:22px;border-radius:24px;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:118px;margin:4px auto 5px;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:22px;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;background:#eef1f5}
.hl-case-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}
.hl-case-card:hover img{transform:scale(1.025)}
.hl-case-card>div,.hl-article-card>div{padding:19px 20px 21px}
.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.72;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:200px;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.025) rotate(-.6deg)}
.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 */
.hl-impact-home{padding:78px 0;background:linear-gradient(135deg,#f7f4ff,#f0f8f3 54%,#fff4ee)}
.hl-impact-home__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.hl-impact-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}
.hl-impact-stats>div{padding:19px;border-radius:18px;background:rgba(255,255,255,.83);border:1px solid rgba(255,255,255,.9)}
.hl-impact-stats b{display:block;font-size:28px;line-height:1.1;margin-bottom:5px}
.hl-impact-stats span{font-size:12px;color:#69768b;font-weight:800}
.hl-impact-home__art{position:relative;min-height:330px;display:flex;align-items:center;justify-content:center}
.hl-impact-home__art>img:first-child{max-width:490px}
.hl-impact-home__main{position:absolute!important;width:100px;left:4%;bottom:4%}

/* Generic page hero: title, art, deck are one source and only reflow */
.hl-page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(255,202,218,.35),transparent 25%),radial-gradient(circle at 62% 23%,rgba(146,151,246,.20),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,.78fr);grid-template-areas:"intro art" "body art";gap:0 54px;align-items:center;min-height:510px;padding:62px 0}
.hl-page-hero__copy{display:contents}.hl-page-hero__intro{grid-area:intro;align-self:end}.hl-page-hero__body{grid-area:body;align-self:start}
.hl-page-hero__copy h1{font-size:clamp(46px,4.8vw,68px);line-height:1.09;margin:0 0 18px;font-weight:950}
.hl-page-hero__deck{font-size:19px;line-height:1.75;color:var(--text);max-width:720px;margin:0}
.hl-page-hero__body .hl-btn{margin-top:22px}
.hl-page-hero__art{grid-area:art;position:relative;min-height:350px;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:14px}.hl-page-hero__art .hl-orbit--b{width:48%;height:45%;right:2%;bottom:5%;border-width:11px}
.hl-breadcrumbs{margin-bottom:18px}
.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}

/* Inner structures */
.hl-two-col{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:64px;align-items:start}
.hl-rich>p:first-child{margin-top:0}.hl-rich p{color:var(--text)}
.hl-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hl-feature-grid--3{grid-template-columns:repeat(3,1fr)}
.hl-feature-grid article,.hl-audience-grid article,.hl-impact-levels article{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(45,59,91,.035)}
.hl-feature-grid article>span,.hl-audience-grid article>span,.hl-impact-levels article>span{display:block;color:var(--coral);font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:10px}
.hl-feature-grid h3,.hl-audience-grid h3,.hl-impact-levels h3{font-size:21px;margin-bottom:8px}.hl-feature-grid p,.hl-audience-grid p,.hl-impact-levels p{font-size:14px;color:var(--text);margin:0}
.hl-audience-grid,.hl-impact-levels{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hl-media-split,.hl-proof,.hl-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.hl-media-split__art{min-height:360px;border-radius:30px;background:linear-gradient(145deg,#fff7f3,#f1f2ff,#eef8f2);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line)}
.hl-media-split__art img{max-height:340px;max-width:92%;object-fit:contain}
.hl-number-list{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:14px}.hl-number-list li{display:grid;grid-template-columns:190px 1fr;gap:18px;padding-top:14px;border-top:1px solid var(--line)}.hl-number-list b{font-size:16px}.hl-number-list span{color:var(--text);font-size:15px}
.hl-proof figure{margin:0;aspect-ratio:4/3;border-radius:30px;overflow:hidden;background:#eef1f5}.hl-proof figure img{width:100%;height:100%;object-fit:cover}.hl-proof>div:last-child p{color:var(--text)}
.hl-tag-list{display:flex;gap:9px;flex-wrap:wrap;margin:20px 0}.hl-tag-list span{padding:8px 12px;border-radius:999px;background:#f7f8fb;border:1px solid var(--line);font-size:13px;font-weight:800;color:#526079}
.hl-principle-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.hl-principle-list>div{padding:20px;border-radius:20px;border:1px solid var(--line);background:#fff}.hl-principle-list span{display:block;font-size:11px;color:var(--coral);font-weight:900;margin-bottom:9px}.hl-principle-list strong{display:block;font-size:17px;margin-bottom:8px}.hl-principle-list p{font-size:13px;color:var(--text);margin:0}
.hl-loop{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:24px}.hl-loop span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:13px}.hl-loop i{font-style:normal;color:#9aa5b5}
.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}

/* About / commitment */
.hl-about-slogan{max-width:760px;text-wrap:balance}
.hl-about-slogan>span{display:block}
.hl-commitment{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 8%,rgba(142,143,243,.11),transparent 28%),radial-gradient(circle at 8% 92%,rgba(255,119,111,.09),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:25px;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-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;color:#fff}.hl-charter__article{margin:16px 0 0!important;font-size:14px;font-weight:900;letter-spacing:.03em;color:#ffc0ba!important}.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}

/* Solution detail */
.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,1.08fr) minmax(370px,.72fr);grid-template-areas:"intro art" "body art";gap:0 52px;align-items:center;padding:58px 0;min-height:520px}
.hl-solution-hero__copy{display:contents}.hl-solution-hero__intro{grid-area:intro;align-self:end}.hl-solution-hero__body{grid-area:body;align-self:start}.hl-solution-hero__copy h1{font-size:clamp(44px,4.6vw,66px);line-height:1.1;margin-bottom:16px}.hl-solution-hero__body p{color:var(--text)}.hl-solution-hero__body .hl-btn{margin-top:20px}
.hl-solution-hero__art{grid-area:art;position:relative;min-height:350px;border-radius:32px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}.hl-solution-hero__art>span{position:absolute;left:20px;top:18px;font-size:10px;letter-spacing:.14em;font-weight:900;color:#6d7890}.hl-solution-hero__art>img{max-height:265px;max-width:80%;object-fit:contain}.hl-solution-hero__art>b{position:absolute;right:18px;bottom:8px;font-size:82px;line-height:1;color:rgba(31,45,75,.08)}
.hl-service-list{display:grid;gap:8px;margin-top:22px}.hl-service-list>div{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:11px 0;border-top: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:22px;min-height:160px;border:1px solid var(--line);border-radius:20px;background:#fff}.hl-deliverable-grid span{font-size:11px;color:var(--coral);font-weight:900}.hl-deliverable-grid h3{font-size:18px;margin-top:10px}

/* Case and article heroes */
.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);grid-template-areas:"intro art" "body art";gap:0 52px;align-items:center;padding:58px 0;min-height:500px}.hl-case-hero__copy,.hl-article-hero__copy{display:contents}.hl-case-hero__intro,.hl-article-hero__intro{grid-area:intro;align-self:end}.hl-case-hero__body,.hl-article-hero__body{grid-area:body;align-self:start}.hl-case-hero h1,.hl-article-hero h1{font-size:clamp(42px,4.4vw,64px);line-height:1.11;margin-bottom:16px}.hl-case-hero figure{grid-area:art;margin:0;border-radius:30px;overflow:hidden;aspect-ratio:4/3;background:#eef1f4}.hl-case-hero figure img{width:100%;height:100%;object-fit:cover}
.hl-article-hero__art{grid-area:art;min-height:330px;border-radius:30px;background:linear-gradient(145deg,#fff6f2,#f1f2ff,#eef8f2);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border:1px solid var(--line)}.hl-article-hero__art img{position:relative;z-index:2;max-height:300px;max-width:88%;object-fit:contain}
.hl-reading{font-size:18px;line-height:1.88;color:#33415c}.hl-reading h2{font-size:34px;margin-top:58px;margin-bottom:18px}.hl-reading h3{font-size:23px;margin-top:38px;margin-bottom:12px}.hl-reading p,.hl-reading li{color:#40506a}.hl-reading img{border-radius:20px}.hl-reading a{color:#5165c9}

/* Contact */
.hl-contact-grid{align-items:start}.hl-contact-info{display:grid;gap:12px;margin:28px 0}.hl-contact-info>div{padding:16px 0;border-top:1px solid var(--line)}.hl-contact-info span{display:block;font-size:11px;color:#7a8799;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.hl-contact-info a,.hl-contact-info p{margin:4px 0 0;text-decoration:none;font-weight:800}.hl-contact-art{margin-top:24px;border-radius:26px;background:linear-gradient(145deg,#fff6f2,#f1f2ff,#eef8f2);padding:20px}.hl-contact-art img{max-height:280px;margin:auto}.hl-form-card{padding:28px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.hl-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hl-contact-form label{display:grid;gap:7px;font-size:13px;font-weight:900}.hl-contact-form input,.hl-contact-form textarea,.hl-contact-form select{width:100%;border:1px solid #dfe4ed;border-radius:14px;background:#fbfcfe;padding:12px 14px;color:var(--ink)}.hl-contact-form textarea{resize:vertical}.hl-form-full{grid-column:1/-1}.hl-hp{position:absolute!important;left:-9999px!important}.hl-form-notice{padding:12px 14px;border-radius:12px;margin-bottom:16px;font-weight:800}.hl-form-notice.is-success{background:#edf8f0;color:#2c6b3c}.hl-form-notice.is-error{background:#fff0ef;color:#9b3b38}

/* FAQ */
.hl-faq__list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hl-faq__list details{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.hl-faq__list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:18px;padding:18px 20px;font-weight:900}.hl-faq__list summary::-webkit-details-marker{display:none}.hl-faq__list summary span{color:var(--coral)}.hl-faq__list details>div{padding:0 20px 18px}.hl-faq__list p{margin:0;color:var(--text);font-size:15px}

/* Knowledge topic strip */
.hl-topic-strip{display:flex;flex-wrap:wrap;gap:9px}.hl-topic-strip a{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);text-decoration:none;font-size:13px;font-weight:800}.hl-topic-strip a span{color:var(--coral)}

/* Search / empty / 404 */
.hl-search-form-wrap{max-width:680px;margin-top:22px}.search-form{display:flex;gap:8px}.search-field{flex:1;min-width:0;border:1px solid #dfe4ed;border-radius:999px;padding:12px 18px}.search-submit{border:0;border-radius:999px;padding:0 20px;background:var(--ink);color:#fff;font-weight:900}.hl-empty{padding:40px;border:1px dashed #ccd3de;border-radius:20px;text-align:center}.hl-error{padding:90px 0;text-align:center}.hl-error img{width:160px;margin:0 auto 18px}.hl-error h1{font-size:clamp(42px,5vw,66px)}.hl-error p{color:var(--text);max-width:620px;margin:18px auto}.hl-error .hl-actions{justify-content:center}

/* Footer */
.hl-footer{background:#fff}.hl-footer-cta{border-top:1px solid var(--line);background:linear-gradient(135deg,#fff7f4,#f4f2ff 58%,#eef8f2)}.hl-footer-cta__grid{display:grid;grid-template-columns:1fr .55fr;gap:44px;align-items:center;padding:68px 0}.hl-footer-cta h2{font-size:clamp(38px,4vw,56px);margin-bottom:10px}.hl-footer-cta p{color:var(--text);max-width:660px}.hl-footer-cta__art{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center}.hl-footer-cta__art img{position:relative;z-index:2;width:170px}.hl-footer__main{display:grid;grid-template-columns:1.35fr .75fr .75fr 1fr;gap:36px;padding:48px 0}.hl-footer__brand .brand__image{width:44px;height:44px}.hl-footer__brand .brand__copy b{font-size:19px}.hl-footer__brand>p{margin:12px 0 0}.hl-footer__small{font-size:12px;color:#78859a}.hl-footer__col{display:grid;align-content:start;gap:8px}.hl-footer__col strong{font-size:13px;margin-bottom:4px}.hl-footer__col a,.hl-footer__col p{margin:0;text-decoration:none;color:#607087;font-size:13px}.hl-footer__legal{display:flex;justify-content:space-between;gap:18px;padding:18px 0 28px;border-top:1px solid var(--line);color:#8792a3;font-size:12px}.hl-footer__legal span:last-child{letter-spacing:.08em}

/* Accessibility / motion */
:focus-visible{outline:3px solid rgba(142,143,243,.45);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}

/* Tablet / compact desktop */
@media(max-width:1120px){
  .hl-shell{width:min(100% - 48px,1160px)}
  .hl-header__inner{gap:20px}.hl-primary-menu{gap:14px}.hl-primary-menu a{font-size:13px}.hl-nav-cta{padding-inline:14px}
  .hl-home-hero__grid{grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);min-height:650px}.hl-home-hero__copy h1{font-size:clamp(48px,5vw,64px)}
  .hl-solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hl-solution-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hl-principle-list{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:920px){
  body{font-size:17px}
  .hl-shell{width:calc(100% - 40px)}
  .admin-bar .hl-header{top:46px}
  .hl-header__inner{height:72px}.brand__image{width:44px;height:44px}.brand__copy b{font-size:18px}
  .hl-menu-toggle{display:inline-flex}.hl-nav{position:fixed;inset:72px 0 auto 0;max-height:calc(100vh - 72px);overflow:auto;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(33,48,75,.09);padding:18px 20px 24px;display:none;flex-direction:column;align-items:stretch;gap:14px}.admin-bar .hl-nav{top:118px}.hl-nav.is-open{display:flex}.hl-primary-menu{display:grid;gap:0}.hl-primary-menu li{border-bottom:1px solid var(--line)}.hl-primary-menu a{display:block;padding:14px 2px;font-size:16px}.hl-nav-cta{justify-content:center;font-size:15px;min-height:48px}

  /* home: same DOM, title -> art -> body */
  .hl-home-hero__grid{display:grid;grid-template-columns:1fr;grid-template-areas:"intro" "art" "body";gap:0;min-height:0;padding:42px 0 48px}
  .hl-home-hero__intro{align-self:auto}.hl-home-hero__body{align-self:auto}
  .hl-home-hero__copy h1{font-size:clamp(40px,7vw,54px);line-height:1.08}.hl-home-hero__lead{font-size:18px;margin-top:16px}.hl-home-hero__art{min-height:410px;margin:18px 0 4px}.hl-home-hero__scene{width:min(700px,94%);right:1%;left:auto}.hl-home-hero__main{width:108px;left:4%;bottom:30px}.hl-home-hero__blocks{right:10%;bottom:69px;grid-template-columns:82px 82px}.hl-home-hero__blocks span{min-height:52px;font-size:13px}.hl-home-hero__note{right:2%;top:40px;font-size:14px}

  .hl-belief{padding:68px 0}.hl-belief__grid{grid-template-columns:1fr;gap:32px}.hl-belief__art{justify-content:flex-start}.hl-belief__art-card{min-height:220px;width:min(430px,100%)}.hl-belief__art-card>img{width:135px}
  .hl-section{padding:70px 0}.hl-section-head{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:26px}.hl-section-head>a{grid-column:1/-1;justify-self:start}
  .hl-solution-grid,.hl-solution-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr))}.hl-process-grid{grid-template-columns:repeat(2,1fr)}
  .hl-case-grid,.hl-article-grid,.hl-case-grid--archive,.hl-article-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hl-impact-home__grid{grid-template-columns:1fr;gap:20px}.hl-impact-home__art{min-height:260px;justify-content:flex-start}.hl-impact-home__art>img:first-child{max-width:420px}

  .hl-page-hero__grid,.hl-solution-hero__grid,.hl-case-hero__grid,.hl-article-hero__grid{grid-template-columns:1fr;grid-template-areas:"intro" "art" "body";gap:20px;min-height:0;padding:42px 0 48px}.hl-page-hero__intro,.hl-solution-hero__intro,.hl-case-hero__intro,.hl-article-hero__intro,.hl-page-hero__body,.hl-solution-hero__body,.hl-case-hero__body,.hl-article-hero__body{align-self:auto}.hl-page-hero__copy h1,.hl-solution-hero__copy h1,.hl-case-hero h1,.hl-article-hero h1{font-size:clamp(38px,7vw,50px)}
  .hl-page-hero__art,.hl-solution-hero__art,.hl-article-hero__art{min-height:290px}.hl-case-hero figure{aspect-ratio:16/10}
  .hl-two-col,.hl-media-split,.hl-proof,.hl-contact-grid{grid-template-columns:1fr;gap:34px}.hl-media-split__art{min-height:285px}.hl-media-split__art img{max-height:270px}.hl-feature-grid,.hl-audience-grid,.hl-impact-levels{grid-template-columns:repeat(2,1fr)}.hl-feature-grid--3{grid-template-columns:repeat(2,1fr)}.hl-principle-list{grid-template-columns:repeat(2,1fr)}.hl-deliverable-grid{grid-template-columns:repeat(2,1fr)}
  .hl-number-list li{grid-template-columns:160px 1fr}
  .hl-commitment__heading{grid-template-columns:1fr;gap:18px}.hl-commitment__metric{width:max-content;max-width:100%}.hl-commitment__grid{grid-template-columns:1fr}.hl-charter{grid-template-columns:1fr;gap:18px}.hl-faq__list{grid-template-columns:1fr}
  .hl-footer-cta__grid{grid-template-columns:1fr .45fr}.hl-footer__main{grid-template-columns:1fr 1fr;gap:30px}.hl-footer__brand{grid-column:1/-1}
}

/* Mobile */
@media(max-width:620px){
  body{font-size:17px;line-height:1.75}
  .hl-shell,.hl-shell-narrow{width:calc(100% - 28px)}
  .hl-header__inner{height:66px}.hl-nav{inset:66px 0 auto 0}.admin-bar .hl-nav{top:112px}.brand__image{width:40px;height:40px}.brand__copy b{font-size:17px}.hl-menu-toggle{font-size:0}.hl-menu-toggle:after{content:"選單";font-size:14px}
  h2{font-size:30px}.hl-lead{font-size:18px}
  .hl-kicker{font-size:10px;letter-spacing:.14em;margin-bottom:10px}
  .hl-btn{min-height:50px;padding-inline:18px;font-size:15px}
  .hl-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:9px;margin-top:20px}.hl-actions .hl-btn{min-width:0;padding-inline:10px}

  .hl-home-hero__grid{padding:34px 0 40px}.hl-home-hero__copy h1{font-size:clamp(34px,9.3vw,42px);line-height:1.09;letter-spacing:-.045em}.hl-home-hero__copy h1 span,.hl-home-hero__copy h1 strong{display:block}.hl-home-hero__art{min-height:320px;margin:14px -4px 2px}.hl-home-hero__scene{width:106%;right:-5%;bottom:8px}.hl-home-hero__main{width:78px;left:2%;bottom:18px}.hl-home-hero__blocks{grid-template-columns:58px 58px;right:6%;bottom:49px;gap:5px}.hl-home-hero__blocks span{min-height:40px;font-size:10px;border-radius:8px}.hl-home-hero__note{font-size:11px;right:1%;top:22px}.hl-home-hero__lead{font-size:17px;line-height:1.7;margin-top:14px}.hl-capability-pills{margin-top:14px}.hl-capability-pills span{font-size:11px;padding:6px 9px}

  .hl-belief{padding:56px 0}.hl-belief__copy h2{font-size:31px;line-height:1.23}.hl-belief__copy>p{font-size:17px}.hl-belief__steps{grid-template-columns:1fr 1fr;gap:7px;margin:22px 0}.hl-belief__steps span{font-size:13px;padding:11px}.hl-belief__art-card{min-height:190px;border-radius:28px}.hl-belief__art-card>img{width:112px}
  .hl-section{padding:58px 0}.hl-section-head{grid-template-columns:1fr;gap:10px;margin-bottom:24px}.hl-section-head>p{font-size:15px}.hl-section-head>a{grid-column:auto}
  .hl-solution-grid,.hl-solution-grid--archive{display:flex;overflow-x:auto;gap:12px;margin-right:-14px;padding-right:14px;padding-bottom:5px;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.hl-solution-card{flex:0 0 min(84vw,330px);min-height:390px;scroll-snap-align:start}.hl-solution-card h3{font-size:21px}.hl-solution-card p{font-size:14px}.hl-solution-card__art{height:128px}
  .hl-process-grid{grid-template-columns:1fr 1fr;gap:9px}.hl-process-grid article{min-height:235px;padding:16px}.hl-process-grid img{height:82px}.hl-process-grid h3{font-size:18px}.hl-process-grid p{font-size:13px}
  .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:112px 1fr;min-height:148px}.hl-article-card__art{height:100%;min-height:148px}.hl-article-card__art img{width:92%;height:92%}.hl-article-card>div{padding:13px}.hl-article-card h3{font-size:18px;margin:3px 0 7px}.hl-article-card p{font-size:13px;line-height:1.58;margin-bottom:8px}.hl-article-meta{font-size:11px}
  .hl-impact-home{padding:56px 0}.hl-impact-stats{grid-template-columns:1fr 1fr;gap:8px}.hl-impact-stats>div{padding:14px}.hl-impact-stats b{font-size:23px}.hl-impact-home__art{min-height:200px}.hl-impact-home__art>img:first-child{max-width:320px}.hl-impact-home__main{width:60px}

  /* Same content order: title, art, text follow DOM without hidden content */
  .hl-page-hero__grid,.hl-solution-hero__grid,.hl-case-hero__grid,.hl-article-hero__grid{padding:34px 0 38px;gap:18px}.hl-page-hero__copy h1,.hl-solution-hero__copy h1,.hl-case-hero h1,.hl-article-hero h1{font-size:clamp(32px,9vw,38px);line-height:1.14;margin-bottom:13px}.hl-page-hero__deck,.hl-solution-hero__copy>p:not(.hl-kicker),.hl-case-hero .hl-lead,.hl-article-hero .hl-lead{font-size:16.5px;line-height:1.72}.hl-page-hero__art,.hl-solution-hero__art,.hl-article-hero__art{min-height:235px;border-radius:24px}.hl-page-hero__art img{max-height:220px}.hl-solution-hero__art img{max-height:205px}.hl-article-hero__art img{max-height:215px}.hl-case-hero figure{border-radius:22px;aspect-ratio:16/10}.hl-breadcrumbs{margin-bottom:13px}.hl-breadcrumbs ol{font-size:10px}

  .hl-two-col,.hl-media-split,.hl-proof,.hl-contact-grid{gap:28px}.hl-two-col h2,.hl-media-split h2{font-size:30px}.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:9px}.hl-feature-grid article,.hl-audience-grid article,.hl-impact-levels article{padding:19px}.hl-media-split__art{min-height:230px;border-radius:22px}.hl-media-split__art img{max-height:220px}.hl-number-list li{grid-template-columns:1fr;gap:2px;padding-top:11px}.hl-proof figure{aspect-ratio:16/10;border-radius:22px}.hl-principle-list,.hl-deliverable-grid{grid-template-columns:1fr}.hl-deliverable-grid article{min-height:120px;padding:18px}.hl-loop{gap:6px}.hl-loop span{font-size:12px}
  .hl-contact-form{grid-template-columns:1fr}.hl-form-full{grid-column:auto}.hl-form-card{padding:18px;border-radius:22px}.hl-contact-form input,.hl-contact-form textarea,.hl-contact-form select{font-size:16px}
  .hl-reading{font-size:17px;line-height:1.85}.hl-reading h2{font-size:29px;margin-top:44px}.hl-reading h3{font-size:21px}

  .hl-commitment__metric{width:100%;justify-content:flex-start;padding:15px 17px}.hl-commitment__metric strong{font-size:42px}.hl-commitment__card{padding:20px;border-radius:21px}.hl-commitment__card h3{font-size:21px;line-height:1.4}.hl-commitment__card p,.hl-commitment__card li{font-size:16px;line-height:1.76}.hl-commitment__card blockquote{font-size:17px;line-height:1.72;margin:18px 0;padding:16px}.hl-charter{padding:20px;border-radius:21px}.hl-charter__title h3{font-size:24px}.hl-charter__quote{font-size:16.5px;line-height:1.82;padding:17px}.hl-about-slogan{font-size:30px;line-height:1.34;letter-spacing:-.035em}

  .hl-footer-cta__grid{grid-template-columns:1fr;padding:48px 0;gap:18px}.hl-footer-cta h2{font-size:32px}.hl-footer-cta__art{min-height:170px}.hl-footer-cta__art img{width:125px}.hl-footer__main{grid-template-columns:1fr;padding:34px 0;gap:24px}.hl-footer__brand{grid-column:auto}.hl-footer__legal{flex-direction:column;gap:4px}.hl-footer__legal span:last-child{font-size:10px;line-height:1.5}
}

@media(max-width:380px){
  .hl-shell,.hl-shell-narrow{width:calc(100% - 24px)}
  .brand__copy b{font-size:16px}.hl-home-hero__copy h1{font-size:32px}.hl-home-hero__art{min-height:285px}.hl-home-hero__blocks{grid-template-columns:52px 52px}.hl-home-hero__note{font-size:10px}.hl-actions{grid-template-columns:1fr}.hl-process-grid{grid-template-columns:1fr}.hl-process-grid article{min-height:205px}.hl-process-grid img{height:78px}.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-about-slogan{font-size:28px}.hl-commitment__metric strong{font-size:37px}.hl-footer-cta h2{font-size:29px}
}

/* Progressive reveal never hides content when JS is unavailable. */
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}
.js .reveal.is-visible{opacity:1;transform:none}
.menu-open,.menu-open body{overflow:hidden}
@media(max-width:920px){.hl-header.is-hidden{transform:none}}
