/* コパシリョ！ / UNERI / 2026.09 — static, responsive prototype */
:root{--blue:#0a58bf;--navy:#183153;--orange:#f6784a;--orange-text:#bf411b;--cta:#c7471e;--cta-hover:#a93412;--ink:#303740;--muted:#5c626b;--gray:#efefee;--line:#d9dde1;--white:#fff;--radius:18px;--shadow:0 16px 40px #1831530c;--font:"Hiragino Sans","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;--number:"Arial",sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased}
body:has(dialog[open]){overflow:hidden}
[hidden]{display:none!important}
img{display:block;max-width:100%;height:auto}
svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.icon-library{position:absolute;width:0;height:0;overflow:hidden}
a{color:inherit;text-decoration:none;text-underline-offset:5px}
button,input,select{font:inherit}
button,a,summary,select{-webkit-tap-highlight-color:transparent}
button,summary{cursor:pointer}
button{color:inherit}
a,button,summary{touch-action:manipulation}
button:disabled{cursor:not-allowed;opacity:.5}
:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
.button:focus-visible{outline-offset:5px;outline-color:var(--navy)}
::selection{background:#c5dafa;color:var(--navy)}
h1,h2,h3,p,figure,dl,dd{margin:0}
h1,h2,h3{font-weight:800;font-feature-settings:"palt";overflow-wrap:anywhere}
h2{font-size:clamp(28px,3vw,42px);line-height:1.55;letter-spacing:.02em;color:var(--navy)}
h3{font-size:24px;line-height:1.55}
p{overflow-wrap:anywhere}
ul,ol{padding:0;margin:0;list-style:none}
fieldset{border:0;margin:0;padding:0;min-width:0}
.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.narrow{max-width:1080px}
.section{padding:112px 0}
.section-heading{text-align:center;margin-bottom:56px}
.section-heading p:not(.eyebrow){margin-top:20px;line-height:1.95}
.eyebrow{font-family:var(--number);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);line-height:1.5;margin-bottom:15px}
.blue{color:var(--blue)}.orange{color:var(--orange-text)}
.fine-print{font-size:12px;line-height:1.8;color:var(--muted)}
.centered{text-align:center;margin-top:28px}
.sr-only{position:absolute;clip:rect(0,0,0,0);clip-path:inset(50%);width:1px;height:1px;white-space:nowrap;overflow:hidden}
.skip-link{position:fixed;z-index:100;left:20px;top:8px;background:white;padding:8px 16px;transform:translateY(-180%);border:2px solid var(--blue)}
.skip-link:focus{transform:none}
.mobile-only{display:none}
.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;min-height:62px;padding:15px 30px;border:0;border-radius:100px;background:var(--cta);color:#fff;font-size:18px;font-weight:700;line-height:1.6;box-shadow:0 6px 14px #ad3b1620;transition:background .2s,transform .2s,box-shadow .2s;text-align:center;max-width:100%}
.button svg{width:22px;height:22px}
@media(hover:hover){.button:hover{background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 9px 22px #ad3b1630}}
.button:active{transform:translateY(0);box-shadow:0 2px 5px #ad3b1620}
.cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.cta-group p{font-size:12px;padding-inline:18px;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:18px;min-height:44px;color:var(--blue);font-size:14px;font-weight:700;border-bottom:1px solid #a7bdd9}
.text-link:hover{color:var(--navy);border-color:var(--navy)}

/* Floating navigation */
.site-header{position:fixed;z-index:30;inset:18px 32px auto;display:flex;align-items:center;gap:26px;max-width:1456px;margin:auto;padding:10px 24px 10px 22px;min-height:72px;background:#fffffff5;border:1px solid #fff;border-radius:80px;box-shadow:0 4px 18px #25334b10}
.brand{display:flex;align-items:center;gap:19px;flex-shrink:0;min-height:48px}
.brand img{width:68px;height:42px;object-fit:contain}
.brand-divider{height:26px;width:1px;background:var(--line)}
.brand-name{font-size:26px;line-height:1.3;font-weight:900;color:var(--blue);letter-spacing:-.065em;white-space:nowrap}
.brand-name>span{display:inline-block;color:var(--orange-text);font-style:italic;margin-left:3px}
.desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto}
.desktop-nav a{min-height:44px;display:flex;align-items:center;font-weight:700;font-size:13px;position:relative;white-space:nowrap}
.desktop-nav a::after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-cta{min-height:46px;padding:10px 22px;font-size:13px;gap:12px;white-space:nowrap}
.menu-toggle{display:none;position:relative;width:44px;height:44px;border:0;background:none;flex-shrink:0}
.menu-toggle span{position:absolute;left:10px;width:24px;height:2px;background:var(--blue);transition:transform .2s,top .2s}
.menu-toggle span:first-child{top:16px}.menu-toggle span:last-child{top:25px}
.menu-toggle[aria-expanded=true] span:first-child{top:21px;transform:rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{top:21px;transform:rotate(-45deg)}
#mobile-nav{position:absolute;top:calc(100% + 10px);left:0;right:0;border-radius:20px;background:white;box-shadow:0 15px 35px #18315320;padding:18px 24px;max-height:calc(100dvh - 108px);overflow:auto}
#mobile-nav a{display:block;padding:13px 4px;border-bottom:1px solid var(--line);font-weight:700;font-size:15px}
#mobile-nav a:last-child{color:var(--orange-text);border-bottom:0}

/* Hero — text is live HTML, all material is local */
#top{height:0}
.hero{position:relative;background:#e7e8e7 url("assets/hero-bg.svg") center/cover no-repeat;padding:149px 0 62px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero-kicker{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:25px}
.hero-kicker .brand-name{font-size:28px}
.service-badge{font-size:12px;letter-spacing:.02em;color:var(--blue);font-weight:700;line-height:1.6;padding:6px 12px;border:1px solid #a6bfdc;border-radius:9px;background:#ffffffd9}
h1{color:var(--blue);font-size:clamp(48px,5.2vw,76px);line-height:1.27;letter-spacing:-.035em;margin-left:-12px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}
h1>span{background:white;border-radius:10px;padding:0 12px 3px;white-space:nowrap;max-width:100%}
.hero-lead{margin-top:24px;font-size:16px;font-weight:600;line-height:1.95}
.hero-lead strong{color:var(--navy)}
.hero-stats{display:grid;grid-template-columns:.65fr 1fr 1.15fr;gap:0;margin:29px 0 27px;max-width:530px}
.hero-stats>div{padding:0 18px;border-right:1px solid #aab3bf}
.hero-stats>div:first-child{padding-left:0}
.hero-stats>div:last-child{border:0;padding-right:0}
.hero-stats dt{font-size:12px;font-weight:700;color:var(--navy)}
.hero-stats dd{color:var(--orange-text);font-size:15px;white-space:nowrap;line-height:1.3}
.hero-stats b{font-size:43px;font-family:var(--number);letter-spacing:-.07em;line-height:1.2;margin-right:4px}
.tilde{font-size:.66em;vertical-align:12%;margin:0 1px}
.hero .button{min-width:390px}
.hero-visual{align-self:stretch;position:relative;min-width:0;display:flex;flex-direction:column;justify-content:center}
.slide-stage{position:relative;height:346px;margin-top:-22px;min-width:0}
.paper{position:absolute;background:#fff;border:1px solid #e5e8ed;box-shadow:0 8px 22px #18315318;color:var(--blue);overflow:hidden}
.slide-cover{left:-5px;top:44px;width:61%;height:201px;z-index:2;padding:26px;background:var(--blue);color:white;transform:rotate(-8deg);display:flex;flex-direction:column;justify-content:center}
.slide-cover::after{content:"";position:absolute;inset:-100px -110px auto auto;width:320px;height:320px;border:45px solid #ffffff0b;border-radius:50%;pointer-events:none}
.slide-cover>span{font:9px var(--number);letter-spacing:.14em;position:absolute;top:20px}
.slide-cover strong{font-size:22px;line-height:1.5;white-space:nowrap}
.slide-cover p{font-size:10px;margin-top:7px}
.slide-cover small{font-size:8px;position:absolute;bottom:20px}
.slide-chart{right:-4px;top:0;width:52%;height:208px;transform:rotate(7deg);padding:22px}
.mini-heading{display:block;font-size:12px;line-height:1.5;font-weight:700;letter-spacing:0}
.mini-chart{height:93px;border-bottom:1px solid #c4d0e1;background:repeating-linear-gradient(to top,transparent 0 22px,#e6edf5 22px 23px);display:flex;align-items:flex-end;justify-content:space-around;gap:12px;padding:0 9px;margin:12px 0 8px}
.mini-chart i{background:var(--blue);width:16%;height:26%;border-top:10px solid #8fb8ed}
.mini-chart i:nth-child(2){height:40%}.mini-chart i:nth-child(3){height:58%}.mini-chart i:nth-child(4){height:75%}.mini-chart i:nth-child(5){height:94%}
.mini-caption{font-size:7px;color:var(--muted)}
.slide-table{right:-12px;top:193px;width:48%;height:174px;transform:rotate(5deg);padding:15px;z-index:4}
.mini-table{display:grid;grid-template-columns:1.4fr 1fr 1fr;margin-top:10px;font-size:8px;text-align:center;line-height:2.8}
.mini-table>*{border-right:1px solid #dae4f1;border-bottom:1px solid #dae4f1}
.mini-table b{background:var(--blue);color:white;font-size:8px}
.slide-flow{left:22px;top:238px;width:51%;height:133px;z-index:3;padding:17px;transform:rotate(-3deg)}
.mini-flow{display:flex;align-items:center;justify-content:space-between;margin-top:16px}
.mini-flow span{background:#e8f1fc;font-size:10px;padding:7px 12px;font-weight:700}
.mini-flow i{font-style:normal;font-size:12px}
.mini-lines{width:90%;height:12px;margin-top:12px;background:repeating-linear-gradient(to bottom,#d9e2ee 0 2px,transparent 2px 5px)}
.video-card{position:relative;z-index:5;max-width:430px;width:79%;margin:42px 0 0 14px;padding:12px 12px 10px;border-radius:14px;background:#fff;box-shadow:0 10px 30px #1831531c;transform:rotate(-1deg)}
.video-label{display:flex;align-items:center;gap:5px;font-size:11px;line-height:1.5;font-weight:700;color:var(--blue);padding:0 2px 9px}
.video-label svg{width:18px;height:18px}
.video-label>span{font-size:10px;margin-left:auto;color:var(--muted)}
.video-image{position:relative;overflow:hidden;border-radius:5px}
.video-image img{width:100%;transition:transform .35s}
.video-link:hover img{transform:scale(1.025)}
.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:58px;width:58px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;box-shadow:0 4px 15px #0003;border:3px solid white}
.play-button svg{width:24px;height:24px;fill:currentColor;stroke-width:0;margin-left:-2px}
.video-card>p{font-size:12px;text-align:center;margin-top:7px}
.hand-note{position:absolute;right:-4px;bottom:65px;z-index:6;font-size:19px;font-weight:700;line-height:1.9;letter-spacing:.03em;transform:rotate(-7deg);color:var(--navy);writing-mode:vertical-rl}
.hand-note span{font-family:var(--number);font-size:28px;color:var(--orange-text)}
.visual-note{position:absolute;top:370px;right:8px;font-size:9px;color:var(--muted)}

/* Evidence, concerns, and the service */
.trust{padding:38px 0 42px}
.trust-top{display:flex;gap:28px;align-items:center}
.trust-top>p{font-size:12px;font-weight:700;min-width:145px;line-height:1.8}
.trust-top>p span{font-weight:400;font-size:11px;color:var(--muted)}
.trust-stats{display:grid;grid-template-columns:repeat(4,1fr);flex:1}
.trust-stats>div{border-left:1px solid var(--line);text-align:center;padding:4px 12px;display:flex;flex-direction:column-reverse;justify-content:flex-end}
.trust-stats dt{font-size:11px;margin-top:7px;font-weight:600;line-height:1.6}
.trust-stats dd{color:var(--orange-text);font-size:14px;font-weight:700;white-space:nowrap;line-height:1.2}
.trust-stats b{font:700 45px/1.2 var(--number);letter-spacing:-.06em;margin-right:3px}
.client-strip{margin:38px auto 20px;display:flex;align-items:center;gap:50px;max-width:890px;padding-top:30px;border-top:1px solid #edf0f2}
.client-strip>p{font-size:12px;color:var(--muted);width:118px;flex-shrink:0}
.client-strip>img{width:610px;max-width:calc(100% - 168px);height:auto}
.trust .fine-print{text-align:center;font-size:10px}
.problem{background:var(--gray)}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:72px;row-gap:0}
.problem-grid li{display:flex;align-items:center;gap:23px;min-height:116px;border-bottom:1px solid #d6d9da;padding:24px 0}
.problem-grid svg{width:36px;height:36px;color:#687a90;stroke-width:1.4}
.problem-grid p{font-size:14px;line-height:1.9}
.problem-grid strong{font-size:17px;font-weight:700;color:var(--navy)}
.solution{background:var(--blue);color:#fff;position:relative;padding:76px 0 78px;text-align:center}
.solution::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);border-left:20px solid transparent;border-right:20px solid transparent;border-top:17px solid var(--gray)}
.solution .eyebrow{color:#c0d7f5}
.solution h2{color:#fff;font-size:clamp(26px,2.8vw,37px)}
.solution .orange{color:#ffaf8d}
.solution-lead{font-size:14px;margin-top:16px;color:#edf4ff}
.solution-points{display:grid;grid-template-columns:repeat(3,1fr);text-align:left;margin-top:43px}
.solution-points>li{display:flex;gap:19px;padding:0 33px;border-right:1px solid #ffffff40}
.solution-points>li:last-child{border:0}
.solution-points>li>span{font:700 35px/1.3 var(--number);color:#ffba94}
.solution-points h3{font-size:22px;color:white}
.solution-points p{font-size:13px;line-height:1.9;margin-top:9px;color:#eef5ff}
.service-flow{display:grid;grid-template-columns:1fr 36px 1.18fr 36px 1.15fr;align-items:center;gap:12px;margin-top:58px}
.flow-part{min-height:266px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:16px;background:#f7f8f9;padding:26px 18px 20px;text-align:center}
.step-eyebrow{font:700 10px/1.4 var(--number);color:var(--muted);letter-spacing:.14em}
.flow-part h3{font-size:18px;color:var(--blue);margin:6px 0 22px}
.flow-part>p{font-size:11px;margin-top:auto;padding-top:14px}
.flow-arrow{width:30px;color:var(--blue)}
.source-docs{display:flex;position:relative;height:121px;justify-content:center;align-items:center}
.source-page{background:white;border:1px solid var(--line);width:69px;height:95px;padding:10px;box-shadow:0 6px 12px #1831530a;transform:rotate(-11deg)}
.source-page:nth-child(2){transform:rotate(1deg);margin-left:-12px;z-index:2}
.source-page:nth-child(3){transform:rotate(13deg);margin-left:-12px}
.source-page>span{font-size:9px;color:var(--navy);font-weight:700}
.source-page i{display:block;width:100%;height:3px;background:#d2d8de;margin-top:8px}
.kit-part{background:#f3f7ff;border:1px solid #b3cbee}
.kit-docs{display:flex;gap:10px;align-items:center;justify-content:center;min-height:121px;width:100%}
.kit-docs>div{background:white;flex:1;min-width:0;display:flex;align-items:center;flex-direction:column;gap:12px;padding:20px 5px 16px;border-radius:8px;box-shadow:0 4px 14px #18315308}
.kit-docs svg{width:30px;height:30px;color:var(--blue)}
.kit-docs span{font-size:9px;white-space:nowrap;font-weight:600}
.output-part{background:none}
.output-part>h3{font-size:17px}
.zoom-link{display:block;position:relative;cursor:zoom-in}
.zoom-link>img{transition:transform .25s}
.zoom-link:hover>img{transform:scale(1.025)}
.zoom-hint{display:flex;justify-content:center;align-items:center;gap:5px;font-size:10px;color:var(--blue);line-height:1.6;margin-top:10px;min-height:26px;font-weight:600}
.zoom-hint svg{width:13px;height:13px}
.seventy-callout{margin-top:50px;border-top:1px solid var(--line);padding-top:35px;display:flex;align-items:center;justify-content:center;gap:56px}
.seventy-callout>p:first-child{font-weight:700;color:var(--navy);font-size:23px;line-height:1.7}
.seventy-callout span{font:700 57px var(--number);color:var(--orange-text);padding:0 4px}
.seventy-callout strong{display:block;text-align:right}
.seventy-callout>p:last-child{font-size:14px;line-height:1.9}

/* Before / After */
.comparison{background:var(--gray)}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;position:relative}
.compare-panel{position:relative;background:white;border-radius:16px;padding:42px 40px 37px}
.compare-label{font:700 12px var(--number);letter-spacing:.12em;color:#707880;margin-bottom:10px}
.compare-panel h3{font-size:23px;color:var(--navy)}
.after .compare-label,.after h3{color:var(--blue)}
.compare-arrow{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);background:var(--navy);color:#fff;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;font:28px var(--number);z-index:3}
.compare-art{height:197px;position:relative;margin:18px 0 20px}
.before-art{display:flex;align-items:center;justify-content:center}
.messy-page{border:1px solid #cbd0d7;box-shadow:0 5px 9px #18315315;height:145px;width:105px;transform:rotate(-12deg);padding:16px 12px;background:#fcfcfc}
.messy-page:nth-child(2){transform:rotate(5deg);margin-left:-10px;margin-top:-20px}
.messy-page:nth-child(3){transform:rotate(17deg);margin-left:-10px;margin-top:10px}
.messy-page span{font-size:11px;font-weight:600;color:#77828d}
.messy-page i{display:block;height:16px;border:1px solid #d7dce2;background:#e8eaed;margin-top:12px}
.messy-page:nth-child(2) i{height:2px;margin-top:18px}
.redo-arrow{position:absolute;bottom:-6px;right:24px;font-size:61px;line-height:1;color:#98a2ad}
.after-art{display:flex;align-items:center;justify-content:center}
.after-art>img{width:100%;max-height:190px;object-fit:contain}
.quality-stamp{position:absolute;right:-8px;bottom:0;background:var(--blue);border:3px solid white;border-radius:50%;height:88px;width:88px;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(8deg);font-size:12px;color:white;line-height:1.4}
.quality-stamp strong{font-size:24px}
.check-list li{position:relative;padding-left:25px;font-size:14px;line-height:1.8;margin-top:12px}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--blue);font-size:17px;font-weight:700}
.negative li::before{content:"×";color:#818990;font-size:20px;font-weight:400}
.honest-note{margin:30px auto 0;text-align:center;font-size:13px;color:var(--muted)}
.honest-note strong{color:var(--navy);margin-left:7px}

/* Three deliverables */
.deliverable-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.deliverable{border-right:1px solid var(--line);padding-right:34px;min-width:0}
.deliverable:last-child{border:0;padding-right:0}
.deliverable-heading{display:flex;align-items:center;gap:16px}
.deliverable-heading>span{font:700 38px var(--number);color:var(--orange-text);letter-spacing:-.06em}
.deliverable h3{font-size:22px;color:var(--blue)}
.deliverable h3 small{font-size:16px}
.deliverable-sub{font-size:11px;min-height:34px;margin-top:7px;line-height:1.6}
.deliverable-visual{height:247px;background:#f5f6f7;border-radius:12px;padding:24px 14px;margin:20px 0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.deliverable-visual>img{max-height:174px;width:100%;object-fit:contain}
.copilot-visual>img{max-height:190px}
.deliverable>p:last-child{font-size:14px;line-height:1.95}
.manual-art{padding:18px 22px}
.rule-sheet{background:#fff;width:83%;box-shadow:0 8px 14px #1831531a;position:relative;padding:26px 18px 20px;transform:rotate(-3deg)}
.file-tag{position:absolute;right:12px;top:8px;font:9px monospace;color:var(--blue);padding:1px 4px;background:#e6effc}
.rule-sheet>strong{font-size:13px;line-height:1.5;color:var(--navy);display:block}
.rule-sub{font:5px var(--number);color:var(--muted);letter-spacing:.08em}
.rule-sheet ol{list-style:decimal;list-style-position:inside;font-size:8px;line-height:2.2;margin:16px 0;color:#42516b}
.file-footer{font-size:6px;border-top:1px solid var(--line);display:block;padding-top:9px}
.inline-cta{margin-top:66px;padding:35px 40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;align-items:center;gap:65px}
.inline-cta>p{font-size:14px;color:var(--muted)}
.inline-cta strong{color:var(--navy);font-size:17px}
.inline-cta .button{font-size:15px;min-height:56px}

/* Editorial reasons */
.reasons{background:var(--gray)}
.reason-row{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;padding:56px 0;border-bottom:1px solid #d6dadd}
.reason-row:first-of-type{padding-top:5px}
.reason-row:last-child{border:0;padding-bottom:0}
.reason-copy h3{font-size:30px;color:var(--navy);line-height:1.55;margin-bottom:22px}
.reason-copy>p:not(.point){font-size:14px}
.reason-copy strong{display:block;margin-top:12px;color:var(--blue);font-weight:700}
.point{font:700 12px var(--number);color:var(--blue);letter-spacing:.12em;margin-bottom:13px}
.point span{font-size:22px;letter-spacing:-.04em;margin-left:6px;color:var(--orange-text)}
.reason-figure{background:white;border-radius:12px;padding:30px 22px 20px;min-width:0}
.reason-figure figcaption{font-size:11px;text-align:center;color:var(--muted);margin-top:14px}
.reason-copy .text-link{margin-top:20px}
.reason-row.reverse{grid-template-columns:1.1fr .9fr}
.reverse .reason-copy{grid-column:2;grid-row:1}
.division-figure{grid-column:1;grid-row:1;background:white;border-radius:12px;padding:35px}
.division-labels{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:var(--blue);margin-bottom:15px}
.division-labels>span:last-child{color:var(--orange-text)}
.division-bar{display:grid;grid-template-columns:7fr 3fr;border-radius:8px;overflow:hidden;height:112px}
.division-bar>div{background:var(--blue);color:white;display:flex;align-items:baseline;justify-content:center;padding:9px}
.division-bar>div:last-child{background:#fae5db;color:var(--orange-text)}
.division-bar b{font:700 73px var(--number)}.division-bar span{font-size:17px;font-weight:700}
.division-notes{display:grid;grid-template-columns:7fr 3fr;font-size:11px;gap:8px;padding-top:15px}
.division-figure .fine-print{font-size:10px;margin-top:25px;border-top:1px solid var(--line);padding-top:12px}

/* Work examples and people */
.works-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}
.works-grid article{border-top:3px solid var(--blue);padding-top:22px}
.case-type{font-size:16px;font-weight:700;color:var(--navy);display:flex;gap:12px;align-items:center}
.case-type span{font-size:11px;font-weight:400;color:var(--muted)}
.case-diagram,.case-image{background:#f4f6f8;border-radius:12px;margin:20px 0 23px;height:185px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}
.case-diagram>span{padding:6px 18px;border:1px solid #cbd6e5;background:white;font-size:12px;color:var(--navy);border-radius:5px}
.case-diagram>i{font-size:19px;font-style:normal;color:var(--blue);line-height:2}
.case-diagram>div{display:flex;gap:10px}
.case-diagram>div>span{font-size:11px;padding:7px 12px;background:var(--blue);color:white;border-radius:5px;font-weight:700}
.case-image>img{height:125px;width:100%;object-fit:contain}
.case-image .zoom-hint{margin-top:3px}
.works-grid h3{font-size:22px;line-height:1.6;color:var(--navy);margin-bottom:15px}
.works-grid article>p:last-child{font-size:14px;line-height:1.9}
.team{background:var(--gray)}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;max-width:1100px;margin:auto}
.profile{background:white;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.profile-photo{width:100%;height:245px;object-fit:cover;object-position:center 36%}
.profile-body{padding:29px 34px 32px;flex:1;display:flex;flex-direction:column;align-items:flex-start}
.profile-role{background:#eaf2ff;color:var(--blue);font-size:12px;font-weight:700;padding:3px 11px;border-radius:5px;margin-bottom:16px}
.profile-role.warm{background:#fbede6;color:var(--orange-text)}
.profile-position{font-size:10px;color:var(--muted)}
.profile h3{font-size:28px;color:var(--navy);margin:3px 0 16px}
.profile h3 span{font:11px var(--number);letter-spacing:.06em;margin-left:16px;color:var(--muted);display:inline-block}
.profile-body>p:not(.profile-position){font-size:13px;line-height:1.95}
.book-block{display:flex;align-items:center;gap:30px;margin-top:auto;padding-top:24px;width:100%}
.book-block img{width:140px;mix-blend-mode:multiply}
.book-block p{font-size:12px;line-height:1.9}
.book-block span{font:700 36px var(--number);color:var(--orange-text);margin-right:4px}
.profile-focus{border-top:1px solid var(--line);margin-top:auto;padding-top:22px;width:100%}
.profile-focus>span{color:var(--blue);font-size:16px;font-weight:700}
.profile-focus>p{font-size:13px;margin-top:8px}

/* Time and fit */
.phase-bar{display:grid;grid-template-columns:3fr 1.25fr;gap:14px;margin-bottom:35px}
.phase-bar>div{display:flex;align-items:center;justify-content:center;gap:20px;background:var(--blue);color:white;border-radius:10px;padding:19px 22px}
.phase-bar>div:last-child{border:1px solid #e4b5a6;background:#fff9f5;color:var(--orange-text)}
.phase-bar span{font:700 11px var(--number);letter-spacing:.08em}
.phase-bar strong{font-size:20px}
.phase-bar p{font-size:12px}
.steps-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;position:relative}
.steps-list::before{content:"";position:absolute;left:5%;right:5%;top:27px;height:1px;background:var(--line);z-index:0}
.steps-list>li{z-index:1;position:relative}
.step-number{font:700 30px var(--number);color:var(--orange-text);display:inline-flex;justify-content:center;align-items:center;background:white;padding:10px 15px 10px 0}
.steps-list h3{font-size:17px;color:var(--navy);line-height:1.65;margin:10px 0 12px}
.steps-list p{font-size:12px;line-height:1.95}
.step-output{display:block;font-size:10px;color:var(--blue);border-top:1px solid var(--line);margin-top:17px;padding-top:12px;line-height:1.8}
.optional-step{background:#f4f6f9;padding:22px 28px;border-radius:10px;display:flex;align-items:center;gap:22px;margin-top:32px}
.optional-step>span{font:700 10px var(--number);letter-spacing:.1em;color:var(--blue)}
.optional-step h3{font-size:16px;white-space:nowrap}
.optional-step p{font-size:12px}
.fit-section{background:#f4f4f2;padding:62px 0}
.fit-section h2{font-size:25px}
.fit-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:55px;row-gap:24px;margin-top:32px}
.fit-grid>div{position:relative;padding-left:33px}
.fit-grid>div>span{position:absolute;left:0;top:3px;font:12px/1.8 var(--number);color:var(--muted)}
.fit-grid h3{font-size:15px;color:var(--navy)}
.fit-grid p{font-size:12px;line-height:1.8;margin-top:5px;color:var(--muted)}

/* Native, progressively enhanced FAQ */
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list details:first-child{border-top:1px solid var(--line)}
.faq-list summary{list-style:none;display:flex;align-items:center;gap:24px;padding:26px 10px;font-size:16px;font-weight:700;color:var(--navy);line-height:1.8;min-height:84px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font:700 23px var(--number);color:var(--blue)}
.faq-list summary>i{display:block;width:20px;height:20px;margin-left:auto;flex-shrink:0;position:relative}
.faq-list summary>i::before,.faq-list summary>i::after{content:"";position:absolute;left:2px;top:9px;width:16px;height:1.5px;background:var(--blue)}
.faq-list summary>i::after{transform:rotate(90deg);transition:transform .2s}
.faq-list details[open] summary>i::after{transform:rotate(0)}
.faq-list summary:hover{color:var(--blue);background:#f9fbfd}
.faq-answer{padding:0 60px 30px;font-size:14px;line-height:1.95}
.faq-answer .text-link{font-size:12px;margin-top:14px}
.faq-answer .fine-print{margin-top:10px}

/* Contact, review and demo completion */
.contact{background:var(--gray) url("assets/hero-bg.svg") center/cover no-repeat;padding-block:106px}
.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:85px;align-items:start}
.contact-copy{padding-top:23px}
.contact-copy h2{font-size:40px;line-height:1.6;color:var(--blue)}
.contact-copy>p:not(.eyebrow){margin-top:25px;font-size:16px}
.contact-promise{display:flex;align-items:center;gap:20px;margin-top:30px}
.contact-promise svg{width:42px;height:42px;color:var(--blue);stroke-width:1.3}
.contact-promise p{font-size:14px;line-height:1.9}
.contact-promise strong{font-size:21px;color:var(--navy)}
.contact-copy>p.contact-small{font-size:13px;color:var(--muted);margin-top:30px}
.contact-card{background:white;border-radius:20px;padding:35px;box-shadow:var(--shadow);min-width:0}
.prototype-notice{display:flex;align-items:flex-start;gap:11px;background:#f3f5f7;border-radius:8px;padding:13px 14px;margin-bottom:26px}
.prototype-notice>span{font:700 8px var(--number);letter-spacing:.08em;color:var(--blue);border:1px solid #b7cbe5;border-radius:3px;padding:4px 5px;line-height:1.3;margin-top:4px}
.prototype-notice>p{font-size:10px;line-height:1.8;color:var(--muted)}
.prototype-notice strong{font-weight:600;color:var(--navy)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{margin-bottom:20px;display:flex;flex-direction:column}
.field label{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;color:var(--navy);margin-bottom:7px}
.field label>span{font-size:9px;background:#faede8;color:var(--orange-text);border-radius:3px;padding:1px 5px;font-weight:500;line-height:1.5}
.field label .optional{background:#f0f2f4;color:var(--muted)}
.field input,.field select{width:100%;min-width:0;height:48px;border:1px solid #c9d0d8;background:#fff;border-radius:6px;padding:0 12px;font-size:16px;color:var(--ink);transition:border-color .2s,box-shadow .2s}
.field select{padding-right:24px}
.field input::placeholder{color:#77808b;font-size:12px}
.field input:hover,.field select:hover{border-color:#8fa6c5}
.field input:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0a58bf14;outline:2px solid transparent}
.field input[aria-invalid=true]{border-color:#a33126;background:#fffafa}
.field-error{color:#a33126;font-size:11px;line-height:1.7;margin-top:5px}
.field-error:empty{display:none}
.field-helper{font-size:11px;color:var(--muted);margin-top:7px}
.privacy-text{font-size:11px;text-align:center;color:var(--muted);margin:26px 0 16px}
.privacy-text a{text-decoration:underline}
.form-submit{width:100%;font-size:16px;min-height:55px;padding:13px 20px;gap:14px}
#form-review h3,#form-complete h3{font-size:21px;color:var(--navy)}
.review-list{margin:22px 0}
.review-list>div{border-bottom:1px solid var(--line);padding:13px 0;display:grid;grid-template-columns:120px 1fr;gap:16px}
.review-list dt{font-size:11px;color:var(--muted)}
.review-list dd{font-size:13px;font-weight:600;overflow-wrap:anywhere}
#form-review .field-helper{margin-bottom:18px}
.back-button{display:block;min-height:44px;padding:8px 10px;background:none;border:0;color:var(--blue);text-decoration:underline;font-size:12px;margin:15px auto 0}
.back-button:hover{color:var(--navy)}
#form-complete{text-align:center;padding:25px 0}
#form-complete>p{font-size:14px;margin-top:22px;line-height:2}
.completion-icon{background:#eaf2ff;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;color:var(--blue)}
.completion-icon svg{width:32px;height:32px}
.site-footer{padding:26px 0;background:white}
.site-footer>.container{display:flex;align-items:center;gap:24px}
.footer-brand{display:flex;align-items:center;gap:13px;flex-shrink:0}
.footer-brand img{width:62px;height:38px;object-fit:contain}
.footer-brand>span{font-size:12px;font-weight:700}
.site-footer .container>div{display:flex;align-items:center;gap:23px;margin-left:auto}
.site-footer a:not(.footer-brand):not(.back-top){font-size:10px;color:var(--muted);min-height:44px;display:inline-flex;align-items:center}
.site-footer a:hover{text-decoration:underline}
.site-footer small{font:9px var(--number);color:var(--muted);white-space:nowrap}
.back-top{height:40px;width:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:20px;color:var(--blue);flex-shrink:0}
.floating-cta{position:fixed;z-index:20;bottom:24px;right:26px}
.floating-cta .button{min-height:54px;font-size:14px;padding:13px 24px;box-shadow:0 6px 30px #18315330}
.image-dialog{border:0;border-radius:16px;padding:52px 28px 20px;background:white;width:min(1100px,calc(100% - 40px));max-height:calc(100dvh - 40px);overflow:auto;box-shadow:0 15px 70px #0004}
.image-dialog::backdrop{background:#0e1d33cc}
#dialog-image{max-height:calc(100dvh - 165px);object-fit:contain;margin:auto;width:100%}
#image-caption{font-size:13px;color:var(--navy);text-align:center;padding:17px 10px 0}
.dialog-close{position:absolute;right:12px;top:8px;min-height:40px;width:40px;background:#eef3f8;border:0;border-radius:50%;font-size:27px;line-height:1;color:var(--blue)}

/* Smaller desktops and tablets */
@media(min-width:1600px){.hero{padding-top:166px}.hero-grid{gap:50px}.hero-visual{transform:scale(1.03)}}
@media(max-width:1200px){
 .container{width:calc(100% - 64px)}.site-header{inset:16px 22px auto;gap:18px;padding:9px 18px}.brand{gap:12px}.brand-name{font-size:22px}.desktop-nav{gap:17px}.header-cta{padding-inline:17px;font-size:12px}.hero{padding-top:140px}.hero-grid{gap:25px}.hero .button{min-width:0;width:100%;font-size:16px}.hero-stats b{font-size:35px}.hero-stats>div{padding-inline:12px}.hero-stats dd{font-size:12px}.hero-kicker{gap:10px}.hero-kicker .brand-name{font-size:23px}.service-badge{font-size:10px}.slide-cover{padding:21px}.slide-cover strong{font-size:18px}.slide-chart{padding:17px}.slide-flow{padding:14px}.mini-flow span{padding:6px 8px;font-size:8px}.video-card{width:80%;margin-left:0}.hand-note{font-size:16px;right:-6px;bottom:46px}.trust-top{gap:12px}.trust-top>p{min-width:115px;font-size:11px}.trust-stats b{font-size:38px}.trust-stats dt{font-size:10px}.solution-points>li{padding-inline:20px;gap:14px}.solution-points h3{font-size:20px}.deliverable-grid{gap:24px}.deliverable{padding-right:24px}.deliverable-heading{gap:11px}.deliverable-heading>span{font-size:33px}.deliverable h3{font-size:18px}.reason-row{gap:50px}.contact-grid{gap:48px}.contact-copy h2{font-size:35px}.contact-card{padding:26px}.phase-bar>div{gap:12px}.phase-bar strong{font-size:18px}.phase-bar p{font-size:10px}.steps-list{gap:16px}.steps-list h3{font-size:15px}.steps-list p{font-size:11px}
}
@media(max-width:900px){
 html{scroll-padding-top:100px}.container{width:calc(100% - 48px)}.section{padding-block:80px}.section-heading{margin-bottom:40px}.site-header{inset:12px 18px auto;min-height:65px;gap:15px;padding:8px 16px}.desktop-nav{display:none}.menu-toggle{display:block}.header-cta{margin-left:auto;min-height:44px;font-size:12px;padding:9px 14px;gap:8px}.header-cta svg{width:17px}.brand img{width:60px}.brand-name{font-size:21px}.hero{padding-top:124px}.hero-grid{grid-template-columns:1.02fr 1fr;gap:20px}h1{font-size:clamp(38px,5.3vw,49px);gap:8px}.hero-kicker{margin-bottom:21px}.hero-kicker .brand-name{font-size:20px}.hero-lead{font-size:12px;line-height:1.9;margin-top:20px}.hero-stats{margin:22px 0}.hero-stats dt{font-size:9px}.hero-stats b{font-size:29px}.hero-stats dd{font-size:10px}.hero-stats>div{padding-inline:9px}.hero .button{font-size:12px;min-height:50px;padding:12px 15px;gap:10px}.hero .button svg{width:18px}.cta-group p{font-size:9px;padding:0}.hero-visual{justify-content:center}.slide-stage{height:283px;margin-top:0}.slide-cover{height:147px;top:34px;padding:15px}.slide-cover strong{font-size:13px}.slide-cover>span{font-size:6px;top:14px}.slide-cover p{font-size:7px}.slide-cover small{font-size:6px;bottom:14px}.slide-chart{height:153px;padding:12px;top:5px}.mini-heading{font-size:8px}.mini-chart{height:65px;margin-block:8px}.mini-caption{font-size:5px}.slide-table{top:144px;height:127px;padding:10px}.mini-table,.mini-table b{font-size:5px}.mini-table{margin-top:7px}.slide-flow{top:181px;height:94px;padding:11px}.mini-flow{margin-top:10px}.mini-flow span{font-size:6px;padding:5px 6px}.mini-lines{margin-top:7px;height:8px}.video-card{margin-top:13px;width:89%;padding:8px 8px 6px}.video-label{font-size:8px;padding-bottom:6px}.video-label>span{font-size:7px}.video-label svg{width:13px;height:13px}.video-card>p{font-size:9px}.play-button{width:45px;height:45px}.hand-note{display:none}.visual-note{top:279px;font-size:7px}.trust{padding-top:28px}.trust-top{flex-direction:column;align-items:stretch;gap:22px}.trust-top>p{text-align:center;font-size:12px}.trust-top>p br{display:none}.trust-top>p span{margin-left:10px}.trust-stats>div:first-child{border-left:0}.trust-stats b{font-size:38px}.client-strip{max-width:690px;gap:30px}.client-strip>img{max-width:calc(100% - 148px)}.problem-grid{column-gap:30px}.problem-grid li{gap:16px}.problem-grid strong{font-size:14px}.problem-grid p{font-size:12px}.problem-grid svg{width:30px;height:30px}.solution-points>li{padding-inline:15px;gap:11px}.solution-points>li>span{font-size:27px}.solution-points h3{font-size:18px}.solution-points p{font-size:11px}.service-flow{gap:7px;grid-template-columns:1fr 20px 1.15fr 20px 1.1fr}.flow-part{padding:18px 10px;min-height:239px}.flow-part h3{font-size:14px;min-height:41px;margin-bottom:10px}.flow-part>p{font-size:9px}.flow-arrow{width:20px}.source-page{width:47px;height:73px;padding:8px}.source-page>span{font-size:7px}.source-page i{height:2px;margin-top:7px}.source-docs{height:98px}.kit-docs{gap:5px;min-height:98px}.kit-docs>div{padding:13px 3px}.kit-docs span{font-size:7px}.kit-docs svg{width:22px;height:22px}.step-eyebrow{font-size:8px}.output-part h3{font-size:14px}.seventy-callout{gap:30px}.seventy-callout>p:first-child{font-size:19px}.seventy-callout>p:last-child{font-size:12px}.compare-grid{gap:28px}.compare-panel{padding:27px}.compare-panel h3{font-size:18px}.compare-art{height:160px}.messy-page{height:117px;width:82px}.compare-arrow{width:42px;height:42px;font-size:25px}.check-list li{font-size:12px}.quality-stamp{height:66px;width:66px;font-size:9px}.quality-stamp strong{font-size:19px}.deliverable-grid{gap:18px}.deliverable{padding-right:18px}.deliverable-heading{gap:8px}.deliverable h3{font-size:16px}.deliverable h3 small{font-size:11px}.deliverable-heading>span{font-size:28px}.deliverable-sub{font-size:9px}.deliverable-visual{height:192px;padding:13px 8px}.deliverable-visual>img{max-height:144px}.rule-sheet{width:93%;padding:24px 12px 14px}.rule-sheet>strong{font-size:11px}.rule-sheet ol{font-size:7px;margin-block:12px}.file-footer{font-size:5px}.deliverable>p:last-child{font-size:12px}.inline-cta{gap:30px;padding-inline:10px}.inline-cta>p{font-size:12px}.inline-cta strong{font-size:14px}.inline-cta .button{font-size:12px;min-height:51px;padding-inline:18px;gap:12px}.reason-row{gap:32px}.reason-copy h3{font-size:24px}.reason-copy>p:not(.point){font-size:12px}.division-figure{padding:22px}.division-bar{height:95px}.division-bar b{font-size:62px}.works-grid{gap:24px}.case-type{font-size:14px;display:block}.case-type span{display:block;font-size:10px}.case-diagram,.case-image{height:161px;padding:14px}.case-diagram>span{font-size:10px;padding:6px 10px}.case-diagram>div{gap:6px}.case-diagram>div>span{font-size:9px;padding:6px}.works-grid h3{font-size:17px}.works-grid article>p:last-child{font-size:12px}.team-grid{gap:28px}.profile-photo{height:195px}.profile-body{padding:24px}.profile-position{font-size:9px}.profile h3{font-size:24px}.profile h3 span{font-size:9px;margin-left:10px}.book-block{gap:20px}.book-block img{width:115px}.phase-bar>div{gap:10px;flex-wrap:wrap;padding:17px}.phase-bar p{width:100%;text-align:center;margin-top:-7px}.steps-list{grid-template-columns:1fr;gap:0}.steps-list::before{width:1px;height:auto;top:28px;bottom:50px;left:26px;right:auto}.steps-list>li{display:flex;gap:25px;align-items:flex-start;padding-bottom:26px}.step-number{width:54px;height:54px;padding:4px;font-size:28px;flex-shrink:0}.steps-list>li>div{display:grid;grid-template-columns:145px 1fr;gap:0 20px;padding:10px 0 0}.steps-list h3{grid-row:1 / span 2;margin:0;font-size:17px}.steps-list p{font-size:13px}.step-output{margin-top:10px;padding-top:7px;font-size:10px}.optional-step{margin-top:0;gap:15px;flex-wrap:wrap}.optional-step p{width:100%}.contact-grid{gap:30px;grid-template-columns:1fr 1.1fr}.contact-copy h2{font-size:29px}.contact-copy>p:not(.eyebrow){font-size:13px}.contact-promise strong{font-size:18px}.contact-card{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.prototype-notice{flex-direction:column;gap:6px}.site-footer>.container{flex-wrap:wrap}.site-footer .container>div{gap:14px}
}

/* Mobile: reading order, touch targets, no horizontal scroll */
@media(max-width:600px){
 html{scroll-padding-top:94px}.container{width:calc(100% - 40px)}.section{padding:65px 0}.section-heading{margin-bottom:33px}.section-heading h2{font-size:26px;line-height:1.6;letter-spacing:0}.section-heading p:not(.eyebrow){font-size:13px;line-height:1.9;margin-top:17px}.eyebrow{font-size:10px;margin-bottom:12px}.mobile-only{display:block}.desktop-only{display:none}
 .site-header{inset:10px 12px auto;min-height:60px;padding:6px 11px 6px 15px;gap:10px}.brand{gap:11px}.brand img{width:54px;height:36px}.brand-divider{height:23px}.brand-name{font-size:22px}.header-cta{display:none}.menu-toggle{margin-left:auto}
 .hero{padding:108px 0 40px;background-size:auto 100%;background-position:center}.hero-grid{grid-template-columns:1fr;gap:32px}.hero-kicker{gap:11px;margin-bottom:20px}.hero-kicker .brand-name{font-size:23px}.service-badge{font-size:10px;padding:5px 8px}
 h1{font-size:clamp(43px,11.9vw,67px);line-height:1.28;margin-left:-3px;gap:8px;letter-spacing:-.025em}h1>span{padding:0 10px 3px;border-radius:7px}.hero-lead{font-size:14px;margin-top:24px;line-height:1.95}.hero-stats{margin:23px 0 26px;grid-template-columns:.7fr 1.1fr 1.25fr;max-width:440px}.hero-stats dt{font-size:10px}.hero-stats dd{font-size:11px}.hero-stats b{font-size:36px}.hero-stats>div{padding-inline:14px}.hero .button{font-size:15px;min-height:58px;padding-inline:19px;gap:20px}.hero .button svg{width:21px}.cta-group{align-items:stretch}.cta-group p{text-align:center;font-size:10px}
 .hero-visual{min-height:0;max-width:420px;width:100%;margin:auto}.slide-stage{height:237px;margin-top:5px;max-width:100%}.slide-cover{height:151px;width:58%;top:19px;left:4px}.slide-cover strong{font-size:14px}.slide-cover>span{font-size:6px}.slide-cover p{font-size:7px}.slide-cover small{font-size:6px}.slide-chart{width:51%;height:146px;right:4px;top:-2px}.mini-heading{font-size:8px}.mini-chart{height:64px}.slide-table{width:46%;top:136px;right:4px;height:117px}.mini-table{font-size:6px;line-height:2.2}.mini-table b{font-size:6px}.slide-flow{width:53%;left:12px;top:167px;height:100px}.mini-flow span{font-size:7px;padding:6px}.video-card{width:88%;max-width:360px;margin:29px auto 0;padding:9px 9px 7px;transform:rotate(-1deg)}.video-label{font-size:9px}.video-label>span{font-size:8px}.video-card>p{font-size:11px}.visual-note{top:272px;right:5px;font-size:7px}.play-button{width:48px;height:48px}
 .trust{padding:30px 0}.trust-top>p{font-size:12px;line-height:1.8}.trust-top>p span{display:block;margin-left:0;font-size:11px}.trust-stats{grid-template-columns:1fr 1fr;row-gap:23px}.trust-stats>div:nth-child(3){border-left:0}.trust-stats dt{font-size:10px;max-width:145px;align-self:center}.trust-stats dd{font-size:12px}.trust-stats b{font-size:43px}.client-strip{display:block;margin-top:27px;padding-top:22px}.client-strip>p{width:auto;text-align:center;margin-bottom:20px;font-size:11px}.client-strip>img{width:100%;max-width:100%}.trust .fine-print{font-size:9px;max-width:330px;margin:auto}
 .problem-grid{grid-template-columns:1fr}.problem-grid li{min-height:98px;padding:21px 7px;gap:22px}.problem-grid li:last-child{border:0}.problem-grid svg{width:32px;height:32px}.problem-grid p{font-size:13px}.problem-grid strong{font-size:15px}.problem .section-heading h2{font-size:24px}
 .solution{padding:55px 0}.solution h2{font-size:24px;line-height:1.7}.solution-lead{font-size:12px;margin-top:19px}.solution-points{grid-template-columns:1fr;text-align:left;margin:30px auto 0;max-width:320px}.solution-points>li{border-right:0;border-bottom:1px solid #ffffff35;padding:22px 8px;gap:24px}.solution-points>li>span{font-size:36px;line-height:1.3;min-width:46px}.solution-points h3{font-size:21px}.solution-points p{font-size:12px;margin-top:8px}
 .service-flow{grid-template-columns:1fr;margin-top:30px;gap:13px;max-width:370px;margin-inline:auto}.flow-part{min-height:225px;padding:23px 24px}.flow-part h3{font-size:20px;min-height:0;margin:7px 0 18px}.step-eyebrow{font-size:9px}.source-docs{height:112px}.source-page{height:100px;width:76px;padding:12px}.source-page>span{font-size:10px}.source-page i{height:3px}.flow-part>p{font-size:11px}.flow-arrow{transform:rotate(90deg);height:30px;width:30px;justify-self:center}.kit-docs{min-height:112px;gap:13px}.kit-docs>div{padding:18px 7px}.kit-docs svg{height:32px;width:32px}.kit-docs span{font-size:9px}.output-part{background:#f7f8f9}.output-part>h3{font-size:20px}.output-part .zoom-link{width:100%;max-width:290px}.zoom-hint{font-size:11px;min-height:32px}.seventy-callout{flex-direction:column;text-align:center;gap:16px;margin-top:32px;padding-top:28px}.seventy-callout>p:first-child{font-size:21px}.seventy-callout strong{text-align:center;display:inline;margin-left:6px}.seventy-callout>p:last-child{font-size:12px}.seventy-callout span{font-size:47px}
 .compare-grid{grid-template-columns:1fr;gap:36px}.compare-panel{padding:28px 25px}.compare-label{font-size:11px}.compare-panel h3{font-size:20px}.compare-art{height:164px;margin:17px 0 18px}.messy-page{height:130px;width:91px}.compare-arrow{left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:45px;height:45px}.check-list li{font-size:13px}.quality-stamp{height:75px;width:75px;right:-7px}.quality-stamp strong{font-size:21px}.honest-note{font-size:11px;margin-top:23px;line-height:1.9}.honest-note strong{display:block;margin:2px 0 0}
 .deliverable-grid{grid-template-columns:1fr;gap:36px}.deliverable{border-right:0;border-bottom:1px solid var(--line);padding:0 0 30px}.deliverable:last-child{border:0;padding:0}.deliverable-heading{gap:18px}.deliverable-heading>span{font-size:40px}.deliverable h3{font-size:23px}.deliverable h3 small{font-size:16px}.deliverable-sub{font-size:12px;min-height:0;margin-top:8px}.deliverable-visual{height:240px;padding:20px;margin:20px 0 18px}.deliverable-visual>img{max-height:172px}.copilot-visual>img{max-height:193px}.manual-art{padding:20px}.rule-sheet{width:64%;min-width:190px;padding:28px 20px 20px}.rule-sheet>strong{font-size:13px}.rule-sub{font-size:6px}.rule-sheet ol{font-size:9px;line-height:2;margin:14px 0}.file-footer{font-size:6px}.deliverable>p:last-child{font-size:13px}.inline-cta{margin-top:42px;padding:29px 0;flex-direction:column;gap:23px;text-align:center}.inline-cta>p{font-size:13px}.inline-cta strong{font-size:16px}.inline-cta .button{font-size:14px;min-height:57px;width:100%;gap:18px}
 .reason-row,.reason-row.reverse{grid-template-columns:1fr;gap:26px;padding:37px 0}.reverse .reason-copy,.division-figure{grid-column:auto;grid-row:auto}.reason-copy h3{font-size:25px;margin-bottom:18px;line-height:1.65}.reason-copy>p:not(.point){font-size:13px}.point{font-size:10px;margin-bottom:12px}.point span{font-size:22px}.reason-figure{padding:25px 17px 18px}.reason-figure figcaption{font-size:10px}.division-figure{padding:27px 23px}.division-bar{height:104px}.division-bar b{font-size:67px}.division-notes{font-size:10px}.reason-copy .text-link{font-size:13px;margin-top:16px}
 .works-grid{grid-template-columns:1fr;gap:38px}.case-type{display:flex;font-size:16px}.case-type span{font-size:11px}.case-diagram,.case-image{height:191px;padding:20px}.case-diagram>span{font-size:12px;padding:6px 18px}.case-diagram>div>span{font-size:11px;padding:7px 15px}.works-grid h3{font-size:22px}.works-grid article>p:last-child{font-size:13px}.works .fine-print{font-size:10px}
 .team-grid{grid-template-columns:1fr;gap:30px}.profile-photo{height:auto;aspect-ratio:3/2}.profile-body{padding:26px}.profile h3{font-size:27px}.profile h3 span{font-size:10px}.profile-position{font-size:10px}.profile-body>p:not(.profile-position){font-size:13px}.book-block{gap:25px;padding-top:22px}.book-block img{width:128px}.profile-focus{margin-top:26px}.profile-focus>span{font-size:15px}.profile-focus>p{font-size:12px}
 .phase-bar{grid-template-columns:1fr;gap:10px;margin-bottom:28px}.phase-bar>div{justify-content:flex-start;padding:17px 21px;gap:15px}.phase-bar p{width:auto;margin:0 0 0 auto;font-size:10px}.phase-bar strong{font-size:18px}.phase-bar span{font-size:9px}.steps-list>li{gap:16px;padding-bottom:28px}.steps-list>li>div{display:block;padding-top:12px}.steps-list h3{font-size:18px;margin-bottom:10px}.steps-list p{font-size:12px}.step-output{font-size:10px;margin-top:12px;padding-top:10px}.step-number{font-size:28px;width:49px}.steps-list::before{left:24px}.optional-step{padding:21px;gap:11px}.optional-step p{font-size:12px}
 .fit-section{padding:48px 0}.fit-section h2{font-size:21px;line-height:1.65}.fit-grid{grid-template-columns:1fr;gap:23px}.fit-grid h3{font-size:14px}.fit-grid p{font-size:12px}
 .faq-list summary{padding:22px 2px;gap:15px;font-size:14px;min-height:78px}.faq-list summary>span{font-size:22px}.faq-list summary>i{width:17px}.faq-answer{padding:0 18px 23px 33px;font-size:13px}.faq-answer .text-link{font-size:11px;overflow-wrap:anywhere;line-height:1.8}.faq-answer .fine-print{font-size:10px}
 .contact{padding:65px 0}.contact-grid{grid-template-columns:1fr;gap:32px}.contact-copy{padding-top:0}.contact-copy h2{font-size:32px;line-height:1.55}.contact-copy>p:not(.eyebrow){font-size:14px;margin-top:19px}.contact-promise{margin-top:23px;gap:17px}.contact-promise svg{width:36px;height:36px}.contact-promise strong{font-size:19px}.contact-copy>p.contact-small{font-size:12px;margin-top:22px}.contact-card{padding:25px 22px;border-radius:14px}.prototype-notice{flex-direction:row;gap:9px;padding:12px;margin-bottom:24px}.prototype-notice>span{font-size:7px}.prototype-notice p{font-size:9px}.field{margin-bottom:20px}.field label{font-size:13px}.field label>span{font-size:10px}.field input,.field select{min-height:50px}.form-submit{font-size:15px;min-height:58px}.privacy-text{font-size:11px;margin-block:24px 17px}.field-helper{font-size:10px}.review-list>div{grid-template-columns:90px 1fr;gap:12px}.review-list dd{font-size:12px}.review-list dt{font-size:10px}#form-review h3,#form-complete h3{font-size:19px}
 .site-footer{padding:26px 0 107px}.site-footer>.container{gap:19px}.footer-brand img{width:56px}.site-footer .container>div{order:3;width:100%;margin-left:0;flex-wrap:wrap;gap:0 17px}.site-footer small{margin-left:auto}.back-top{margin-left:auto;height:44px;width:44px}.floating-cta{inset:auto 0 0;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#fffffff5;box-shadow:0 -4px 16px #18315310;border-top:1px solid #e1e4e7}.floating-cta .button{width:100%;min-height:53px;font-size:14px;gap:17px;box-shadow:none}.image-dialog{padding:51px 12px 17px;width:calc(100% - 24px);border-radius:12px}#image-caption{font-size:11px;padding-inline:0}
}
@media(max-width:360px){.container{width:calc(100% - 32px)}.site-header{inset:8px 9px auto}.brand-name{font-size:20px}.brand{gap:9px}.hero-kicker{gap:8px}.hero-kicker .brand-name{font-size:20px}.service-badge{font-size:9px;padding:5px 6px}h1{font-size:11.5vw}.hero-lead{font-size:12px}.hero-stats b{font-size:31px}.hero-stats dt{font-size:9px}.hero-stats>div{padding-inline:10px}.hero .button{font-size:13px;padding-inline:13px;gap:12px}.hero-stats dd{font-size:10px}.section-heading h2{font-size:24px}.problem .section-heading h2{font-size:21px}.problem-grid strong{font-size:13px}.problem-grid p{font-size:12px}.solution h2{font-size:21px}.contact-copy h2{font-size:28px}.contact-card{padding:23px 18px}.phase-bar>div{gap:9px;padding-inline:14px}.phase-bar strong{font-size:16px}.phase-bar p{font-size:9px}.floating-cta .button{font-size:13px}.profile-body{padding:23px}.profile h3 span{display:block;margin-left:0;margin-top:4px}}
@media(min-width:901px) and (max-height:850px){
 .hero{padding-top:125px;padding-bottom:35px}
 h1{font-size:clamp(47px,4.5vw,65px);line-height:1.2;gap:8px}
 .hero-kicker{margin-bottom:18px}
 .hero-lead{margin-top:18px;font-size:14px}
 .hero-stats{margin-top:20px;margin-bottom:22px}
 .hero-stats b{font-size:37px}
 .slide-stage{height:285px;margin-top:-16px}
 .video-card{margin-top:30px;width:76%}
 .visual-note{top:368px}
 .hand-note{bottom:42px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{html{scroll-behavior:auto}.site-header,.floating-cta,.menu-toggle,.skip-link,.back-top,.zoom-hint{display:none!important}.hero{padding-top:25px}.section{padding-block:30px}.profile,.compare-panel,.deliverable,.reason-row{break-inside:avoid}.site-footer{padding-bottom:20px}.contact{break-before:page}.image-dialog{display:none!important}}
/* v2: a first step in everyday AI use */
h1{font-size:clamp(43px,4.2vw,62px)}
.hero-lead{font-size:15px;line-height:2}.hero-lead strong{display:inline}.video-card{width:82%;margin-left:0}.trust-stats{align-items:end}.trust-stats dt{min-height:34px}.problem .section-heading h2{font-size:clamp(26px,3.2vw,42px);line-height:1.6}.problem-grid{row-gap:32px}.problem-bridge{margin-top:42px;padding-top:28px;border-top:1px solid #d0d4d9;text-align:center;font-size:17px;line-height:1.9}.problem-bridge strong{display:block;color:var(--blue);font-size:23px}.solution h2{line-height:1.6}.solution-points{margin-top:40px}.solution-points h3{font-size:22px}.solution-points p{font-size:13px;line-height:1.9}.foundation{background:#fff}.foundation .section-heading p{line-height:2}.foundation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:center}.foundation-grid article{padding:28px 18px;background:#f4f6fa;border-top:3px solid var(--blue)}.foundation-icon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 18px;color:var(--blue)}.foundation-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.5}.foundation-grid h3{font-size:21px;color:var(--blue);margin-bottom:13px}.foundation-grid p{font-size:14px;line-height:1.9}.foundation-close{text-align:center;margin-top:40px;font-size:17px;line-height:2}.foundation-close strong{font-size:22px;color:var(--navy)}.service{background:#f5f6f8}.service .section-heading strong{color:var(--blue)}.compare-label{letter-spacing:.08em}.point{margin-bottom:16px}.point span{font-size:30px}.method-reason{padding:60px 0;border-top:1px solid #d1d5da;border-bottom:1px solid #d1d5da;margin:50px 0 65px}.method-reason>.reason-copy{text-align:center}.method-reason>.reason-copy p{max-width:800px;margin-inline:auto}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}.method-grid>article{background:#fff;border-radius:12px;overflow:hidden}.method-image{height:190px;padding:16px;background:#fff;display:flex;align-items:center;justify-content:center}.method-image img{width:100%;height:100%;object-fit:contain}.method-image.books-image img{max-width:260px}.method-body{padding:20px 24px 26px;border-top:1px solid #e9edf1}.method-body>span{font-size:12px;color:var(--blue);font-weight:700}.method-body h4{font-size:20px;margin:9px 0 13px;line-height:1.5}.method-body p{font-size:14px;line-height:1.9}.method-body .text-link{font-size:12px;margin-top:17px}.portfolio-proof{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portfolio-proof figure{background:white;border-radius:10px;overflow:hidden}.portfolio-proof figure:first-child{grid-column:1 / -1}.portfolio-proof img{width:100%;height:140px;object-fit:contain;padding:12px}.portfolio-proof figure:first-child img{height:240px}.portfolio-proof figcaption{font-size:11px;color:var(--muted);padding:0 12px 14px;text-align:center;line-height:1.6}.portfolio-proof .zoom-hint{position:static;padding:0 10px 10px;font-size:10px}.logo-showcase{margin:35px 0 20px}.logo-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.logo-heading p{font-size:13px;color:var(--muted)}.logo-viewport{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#bdcddd #f0f2f5;overscroll-behavior-x:contain}.logo-track{display:flex;width:max-content;gap:20px;padding:12px 0 20px;list-style:none}.logo-track li{flex:0 0 162px;height:82px;display:flex;align-items:center;justify-content:center;padding:13px 20px;border:1px solid #edf0f3;border-radius:10px;background:white}.logo-track img{max-width:122px;max-height:54px;object-fit:contain}
@media(min-width:901px) and (max-height:850px){h1{font-size:clamp(40px,4.1vw,60px)}.hero-lead{font-size:14px}.hero-stats dt{font-size:11px}}
@media(max-width:1100px){.hero-lead{font-size:13px}.foundation-grid h3{font-size:18px}.method-image{height:155px}.method-body{padding:17px}.method-body h4{font-size:17px}.solution-points h3{font-size:18px}.portfolio-proof figure:first-child img{height:190px}.portfolio-proof img{height:105px}}
@media(min-width:601px) and (max-width:900px){h1{font-size:3.95vw}.hero-lead{font-size:11px}.foundation-grid{gap:16px}.foundation-grid article{padding:24px 12px}.foundation-grid h3{font-size:17px}.foundation-grid p{font-size:12px}.solution-points h3{font-size:16px}.solution-points p{font-size:11px}.method-grid{gap:15px}.method-body p{font-size:12px}.method-body h4{font-size:15px}.method-image{height:135px}.portfolio-proof{gap:10px}.portfolio-proof figure:first-child img{height:160px}.portfolio-proof img{height:90px}}
@media(max-width:600px){h1{font-size:8.35vw}.hero-lead{font-size:13px;line-height:1.95}.hero-lead strong{display:block;margin-block:9px}.hero-lead br{display:none}.hero-stats{margin-top:24px}.video-card{width:90%}.trust-stats dt{min-height:34px;font-size:10px}.problem .section-heading h2{font-size:25px}.problem-grid{row-gap:25px}.problem-bridge{font-size:14px;margin-top:32px;padding-top:23px}.problem-bridge strong{font-size:18px}.solution h2{font-size:24px}.solution-points h3{font-size:21px}.solution-points p{font-size:13px}.foundation-grid{grid-template-columns:1fr;gap:14px}.foundation-grid article{text-align:left;position:relative;padding:23px 20px 23px 86px;border-top:0;border-left:3px solid var(--blue)}.foundation-icon{position:absolute;left:19px;top:23px;width:43px;height:43px;margin:0}.foundation-icon svg{width:32px;height:32px}.foundation-grid h3{font-size:18px}.foundation-grid p{font-size:13px}.foundation-grid br{display:none}.foundation-close{font-size:14px;margin-top:29px}.foundation-close strong{font-size:18px}.method-reason{padding-block:42px;margin-block:35px 45px}.method-reason>.reason-copy{text-align:left}.method-grid{grid-template-columns:1fr;gap:22px;margin-top:28px}.method-image{height:200px;padding:18px 22px}.method-body{padding:22px}.method-body h4{font-size:21px}.method-body p{font-size:14px}.portfolio-proof{gap:12px}.portfolio-proof figure:first-child img{height:195px}.portfolio-proof img{height:105px}.logo-track{gap:12px}.logo-track li{flex-basis:142px;height:76px;padding:12px}.logo-track img{max-width:115px;max-height:50px}.logo-heading{gap:8px}.logo-heading p{font-size:12px}.foundation .section-heading p{font-size:14px}.foundation .section-heading p br{display:none}.solution-lead{font-size:14px}.contact-copy h2{font-size:30px}}
@media(max-width:360px){.problem .section-heading h2{font-size:22px}.solution h2{font-size:21px}.foundation .section-heading h2{font-size:23px}.foundation-grid article{padding-left:75px}.foundation-grid h3{font-size:16px}.hero-lead{font-size:12px}.portfolio-proof figure:first-child img{height:175px}}
.solution h2 .blue{color:inherit;text-decoration:underline;text-decoration-color:#ffbd9e;text-underline-offset:.18em;text-decoration-thickness:3px}
.logo-track li{flex-basis:190px;height:96px;padding:3px 6px}.logo-track img{max-width:176px;max-height:90px}
@media(max-width:600px){.logo-track li{flex-basis:164px;height:88px;padding:3px}.logo-track img{max-width:154px;max-height:80px}}
.portfolio-proof img{object-fit:cover;padding:0;height:160px}.portfolio-proof figure:first-child img{height:250px}.portfolio-proof figcaption{padding-top:8px}.portfolio-proof .zoom-hint{padding-top:10px}.method-image.training-photo{padding:0}.method-image.training-photo img{object-fit:cover}
@media(max-width:900px){.portfolio-proof img{height:125px}.portfolio-proof figure:first-child img{height:210px}}
@media(max-width:600px){.portfolio-proof img{height:130px}.portfolio-proof figure:first-child img{height:220px}}
.method-reason{border-top:0;margin-block:0;padding-block:60px}.method-image.books-image{gap:18px}.method-image.books-image img{width:auto;max-width:43%;height:100%;object-fit:contain}
@media(max-width:600px){.method-reason{padding-block:42px}}

/* v3: Microsoft 365 / Copilot value and a clean logo strip */
.hero-lead>span,.hero-lead>strong{display:block}.hero-lead .hero-intent{margin-bottom:10px;font-size:17px}.hero-lead>strong{color:var(--blue);font-weight:800}.hero-lead{line-height:1.9}
.logo-heading{margin-bottom:8px}.logo-track li{border:0;border-radius:0;box-shadow:none;background:#fff}.logo-viewport{scrollbar-width:none}.logo-viewport::-webkit-scrollbar{display:none}.logo-showcase{background:white}.logo-track{padding-block:8px}
.service-definition .service-name{font-size:18px;font-weight:800;color:var(--navy);margin:0 0 18px}.service-definition h2{font-size:clamp(28px,3.3vw,46px);line-height:1.55}.service-definition>p:last-child{font-size:17px;line-height:2}.m365-environment{padding:28px;border:1px solid #aec4e0;border-radius:18px;background:#fff}.environment-label{font-size:14px;font-weight:700;color:var(--blue);margin-bottom:22px;padding-left:12px;border-left:3px solid var(--blue)}.kit-part .copilot-label{font-family:Arial,sans-serif;font-size:30px;color:var(--blue);letter-spacing:-.02em}.m365-environment .flow-part{min-width:0}.m365-environment .service-flow{grid-template-columns:1fr 24px 1.12fr 24px 1.1fr;gap:10px}
@media(min-width:601px) and (max-width:1000px){.hero-lead .hero-intent{font-size:14px}.hero-lead{font-size:12px}.m365-environment{padding:20px 16px}.m365-environment .service-flow{gap:6px;grid-template-columns:1fr 16px 1.1fr 16px 1.1fr}.m365-environment .flow-arrow{width:16px}.service-definition>p:last-child{font-size:15px}.kit-part .copilot-label{font-size:24px}}
@media(min-width:901px) and (max-height:850px){.hero-lead .hero-intent{font-size:15px;margin-bottom:6px}.hero-lead{font-size:13px}}
@media(max-width:600px){.hero-lead .hero-intent{font-size:16px;margin-bottom:12px}.hero-lead>strong{margin-block:7px}.hero-lead>span:last-child{margin-top:7px}.service-definition .service-name{font-size:15px;margin-bottom:14px}.service-definition h2{font-size:26px}.service-definition>p:last-child{font-size:14px}.service-definition>p:last-child br{display:none}.m365-environment{padding:21px 16px;border-radius:14px}.environment-label{font-size:12px;margin-bottom:20px}.m365-environment .service-flow{grid-template-columns:1fr;gap:15px}.m365-environment .flow-arrow{width:26px}.kit-part .copilot-label{font-size:30px}}
@media(max-width:360px){.service-definition h2{font-size:22px}.hero-lead .hero-intent{font-size:14px}.hero-lead{font-size:12px}}
/* v4 — clear hierarchy, aligned diagrams and in-page video */
.section-heading h2{font-size:clamp(32px,3.35vw,50px);line-height:1.5}.section-heading>p{font-size:18px;line-height:1.9}.problem .section-heading h2{font-size:clamp(30px,3.3vw,48px)}.problem-grid p{font-size:17px}.problem-grid strong{font-size:20px}.problem-bridge{font-size:19px}.problem-bridge strong{font-size:28px}.solution h2{font-size:clamp(30px,3.35vw,48px)}.solution-lead{font-size:19px}.solution-points h3{font-size:26px}.solution-points p{font-size:17px;line-height:1.85}.foundation-grid h3{font-size:25px}.foundation-grid p{font-size:17px}.foundation-close{font-size:20px}.foundation-close strong{font-size:27px}.service-definition>p:last-child{font-size:19px}.reason-copy h3{font-size:clamp(32px,3.2vw,46px);line-height:1.45;letter-spacing:-.025em;margin-bottom:26px}.reason-copy>p:not(.point){font-size:18px;line-height:1.95}.reason-copy strong{margin-top:20px}.point span{font-size:40px}.reason-copy .text-link{font-size:16px}.method-body h4{font-size:25px}.method-body p{font-size:17px}.method-body>span{font-size:14px}.method-body .text-link{font-size:15px}.deliverable>p:last-child,.works-grid article>p:last-child{font-size:17px;line-height:1.9}.deliverable h3{font-size:25px}.deliverable-sub{font-size:14px;line-height:1.6;min-height:45px}.works-grid h3{font-size:25px}.profile-body>p:not(.profile-position){font-size:16px;line-height:1.95}.check-list li{font-size:17px}.compare-panel h3{font-size:27px}.faq-list summary{font-size:19px}.faq-answer{font-size:17px}.steps-list p{font-size:15px}.steps-list h3{font-size:20px}.step-output{font-size:13px}.fit-grid p{font-size:15px}.fit-grid h3{font-size:18px}
.comparison .comparison-headline{font-size:clamp(30px,3.3vw,52px);line-height:1.5;white-space:nowrap;letter-spacing:-.04em}.comparison-headline>span{display:inline-block}
.m365-environment .service-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr);align-items:stretch;gap:12px;margin-top:28px;max-width:none}.m365-environment .flow-part{display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch;grid-template-rows:24px 60px 170px 52px;align-items:center;justify-items:center;gap:8px;min-height:0;padding:22px 16px;text-align:center}.m365-environment .step-eyebrow{font-size:13px;line-height:24px;letter-spacing:.04em}.m365-environment .flow-part h3,.m365-environment .kit-part .copilot-label{display:flex;align-items:center;justify-content:center;align-self:stretch;font-size:25px;line-height:1.35;margin:0;min-height:0;width:100%}.m365-environment .flow-part>p{font-size:14px;line-height:1.75;margin:0;align-self:stretch;display:flex;align-items:center;justify-content:center}.m365-environment .source-docs,.m365-environment .kit-docs,.m365-environment .output-part>.zoom-link{height:170px;min-height:0;margin:0;width:100%;align-self:center}.m365-environment .output-part>.zoom-link{display:flex;flex-direction:column;justify-content:center;max-width:none}.m365-environment .output-part>.zoom-link>img{height:132px;width:100%;object-fit:contain}.m365-environment .kit-docs{gap:8px}.m365-environment .kit-docs>div{flex:1;min-width:0;padding:19px 3px}.m365-environment .kit-docs span{font-size:11px}.m365-environment .kit-docs svg{width:31px;height:31px}.m365-environment .flow-arrow{align-self:center;width:26px}.environment-label{font-size:17px}.m365-environment .output-part{background:#f7f8f9}
button.video-link,button.video-trigger{font:inherit;color:inherit;border:0;padding:0;background:none;cursor:pointer;text-align:left;display:block;width:100%}.video-link .video-label{font-size:12px}.video-link .video-label>span{font-size:11px}.video-trigger{position:relative}.video-play-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:50%;width:55px;height:55px;background:#c33b16;color:#fff;border:3px solid white;font-size:20px;padding-left:3px;box-shadow:0 3px 15px #0003;pointer-events:none}.video-trigger:hover .video-play-mark{background:#a92910;box-shadow:0 4px 20px #0005}.method-image .video-trigger{height:100%}.method-image .video-trigger>img{height:100%;width:100%;object-fit:cover;aspect-ratio:16/9}.research-reason{padding-top:65px}.research-reason>.reason-copy{max-width:960px}.research-videos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:35px}.research-card{background:white;border-radius:12px;overflow:hidden;border:1px solid #e0e5eb;transition:box-shadow .2s,transform .2s}.research-card:hover{box-shadow:0 10px 30px #18315318;transform:translateY(-3px)}.research-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden}.research-thumb img{width:100%;height:100%;object-fit:cover}.research-card .research-topic,.research-card .research-title,.research-card .research-action{display:block;padding-inline:18px}.research-topic{font-size:12px;color:var(--blue);font-weight:700;margin-top:20px}.research-title{font-size:17px;font-weight:700;line-height:1.7;margin-top:9px;min-height:116px}.research-action{font-size:13px;color:var(--blue);padding-block:17px 20px}.video-dialog{padding:22px 26px 26px;width:min(1060px,calc(100% - 40px));max-height:calc(100dvh - 32px);border:0;border-radius:16px;background:#fff;color:var(--navy);overflow:auto;box-shadow:0 20px 80px #0006}.video-dialog::backdrop{background:#0d1b30df}.video-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.video-dialog-header>p{font-size:14px;font-weight:700;color:var(--blue)}.video-dialog-close{display:flex;align-items:center;gap:14px;border:0;background:#edf2f7;color:var(--navy);font:inherit;font-size:14px;min-height:44px;padding:4px 15px;border-radius:30px;cursor:pointer}.video-dialog-close span{font-size:28px;line-height:1}.video-dialog h2{font-size:21px;line-height:1.5;margin:18px 0}.video-player-mount{width:100%;aspect-ratio:16/9;min-height:200px;background:#111}.video-player-mount iframe{border:0;width:100%;height:100%;display:block}.video-file-note{font-size:13px;line-height:1.8;margin-top:16px}
@media(max-width:1100px){.research-videos{grid-template-columns:repeat(2,minmax(0,1fr))}.research-title{min-height:85px;font-size:19px}.m365-environment .flow-part{padding-inline:10px;grid-template-rows:24px 65px 155px 65px}.m365-environment .flow-part h3,.m365-environment .kit-part .copilot-label{font-size:22px}.m365-environment .source-docs,.m365-environment .kit-docs,.m365-environment .output-part>.zoom-link{height:155px}.m365-environment .flow-part>p{font-size:13px}.m365-environment .kit-docs{gap:4px}.m365-environment .kit-docs span{font-size:9px}.m365-environment .flow-part .zoom-hint{font-size:10px}.reason-row{gap:42px}.solution-points h3{font-size:21px}.solution-points p{font-size:15px}.foundation-grid h3{font-size:20px}.foundation-grid p{font-size:15px}.deliverable h3{font-size:20px}.method-body h4{font-size:21px}.method-body p{font-size:16px}.works-grid h3{font-size:21px}.works-grid article>p:last-child{font-size:15px}}
@media(max-width:760px){.m365-environment .service-flow{grid-template-columns:1fr;gap:18px;max-width:460px;margin-inline:auto}.m365-environment .flow-part{grid-template-rows:24px 50px 150px 44px;width:100%;padding:22px}.m365-environment .flow-arrow{transform:rotate(90deg);justify-self:center;height:28px}.m365-environment .source-docs,.m365-environment .kit-docs,.m365-environment .output-part>.zoom-link{height:150px;max-width:310px}.m365-environment .flow-part h3,.m365-environment .kit-part .copilot-label{font-size:25px}.m365-environment .kit-docs span{font-size:12px}.m365-environment .flow-part>p{font-size:14px}.service-definition h2{font-size:clamp(26px,4vw,36px)}.deliverable-grid,.method-grid,.works-grid{grid-template-columns:1fr}.deliverable{border:0;padding-right:0}.deliverable-visual{max-width:460px}.deliverable h3{font-size:25px}.deliverable>p:last-child{font-size:16px}.method-body h4{font-size:24px}.method-body p{font-size:17px}.method-image{height:230px}.foundation-grid{grid-template-columns:1fr}.solution-points{grid-template-columns:1fr}.solution-points>li{border:0;padding-block:18px}.solution-points h3{font-size:24px}.solution-points p{font-size:16px}}
@media(max-width:600px){.section-heading h2,.problem .section-heading h2{font-size:30px}.section-heading>p,.service-definition>p:last-child{font-size:16px;line-height:1.9}.problem-grid p{font-size:16px}.problem-grid strong{font-size:18px}.problem-bridge{font-size:16px}.problem-bridge strong{font-size:22px}.solution h2{font-size:29px}.solution-lead{font-size:16px}.foundation-grid h3{font-size:21px}.foundation-grid p{font-size:16px}.foundation-close{font-size:16px}.foundation-close strong{font-size:22px}.comparison .comparison-headline{white-space:normal;font-size:clamp(26px,7.4vw,36px);line-height:1.65;letter-spacing:-.04em}.comparison-headline>span{white-space:nowrap}.compare-panel h3{font-size:23px}.check-list li{font-size:16px}.reason-copy h3{font-size:33px;line-height:1.5}.reason-copy>p:not(.point){font-size:17px;line-height:1.9}.point span{font-size:36px}.reason-copy .text-link{font-size:15px}.research-reason{padding-top:45px}.research-videos{grid-template-columns:1fr;gap:24px}.research-title{font-size:20px;min-height:0}.research-topic{font-size:13px}.research-action{font-size:14px}.video-dialog{width:calc(100% - 20px);padding:15px 12px 18px;border-radius:12px;max-height:calc(100dvh - 20px)}.video-dialog h2{font-size:17px;margin-block:15px}.video-dialog-header>p{font-size:13px}.video-dialog-close{font-size:13px}.video-player-mount{min-height:200px}.video-link .video-label{font-size:10px}.video-link .video-label>span{font-size:9px}.faq-list summary{font-size:17px}.faq-answer{font-size:16px}.steps-list h3{font-size:22px}.steps-list p{font-size:16px}.step-output{font-size:13px}.fit-grid h3{font-size:18px}.fit-grid p{font-size:16px}.works-grid h3{font-size:24px}.works-grid article>p:last-child{font-size:16px}.environment-label{font-size:14px}}
@media(max-width:360px){.section-heading h2,.problem .section-heading h2{font-size:26px}.solution h2{font-size:25px}.reason-copy h3{font-size:29px}.m365-environment{padding-inline:12px}.m365-environment .flow-part{padding-inline:12px}.service-definition h2{font-size:24px}.foundation-grid article{padding-left:72px;padding-right:12px}.foundation-grid h3{font-size:18px}.research-title{font-size:18px}}
@media(prefers-reduced-motion:reduce){.research-card{transition:none}.research-card:hover{transform:none}}

/* Match border geometry across the three stages. */
.m365-environment .flow-part:not(.kit-part){border:1px solid transparent}
h2,h3{text-wrap:balance}

.keep-phrase{display:inline-block}
@media(max-width:760px){.solution-points p br{display:none}}


/* Phone reading flow: core information first, supporting detail on demand. */
.mobile-detail,.mobile-detail-body{display:contents}
.mobile-detail>summary,.mobile-process-brief{display:none}
.deliverable .mobile-detail-body>p{font-size:17px;line-height:1.9}
.profile .mobile-detail-body>p{font-size:16px;line-height:1.95}
@media(max-width:600px){
 .section{padding-block:52px}.section-heading{margin-bottom:28px}.section-heading h2{font-size:29px;line-height:1.5}.section-heading>p{font-size:16px;margin-top:18px}
 .hero{padding:104px 0 28px}.hero-grid{gap:22px}.hero h1{font-size:clamp(34px,9.2vw,46px);line-height:1.3;gap:6px}.hero-kicker{margin-bottom:18px}.hero-lead{font-size:15px;line-height:1.8;margin-top:20px}.hero-lead .hero-intent,.hero-lead>span:last-child{display:none}.hero-lead>strong{margin-top:8px}.hero-stats{grid-template-columns:1fr 1fr;margin:20px 0}.hero-stats>div:nth-child(3){display:none}.hero-stats dt{font-size:11px}.hero-stats b{font-size:32px}.hero .button{min-height:54px}.hero .cta-group p{font-size:11px}
 .hero-visual .slide-stage,.hero-visual .visual-note{display:none}.hero-visual .video-card{width:100%;max-width:none;margin:0;padding:12px;transform:none;border-radius:12px}.hero-visual button.video-link{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:center}.hero-visual .video-image{grid-column:1;grid-row:1}.hero-visual .video-label{grid-column:2;grid-row:1;display:block;font-size:13px;line-height:1.7;padding:0}.hero-visual .video-label svg{display:none}.hero-visual .video-label>span{display:block;font-size:12px;margin-top:6px;color:var(--blue)}.hero-visual .play-button{width:32px;height:32px}.hero-visual .play-button svg{width:15px}.hero-visual .video-card>p{display:none}
 .trust{padding-block:25px}.trust-top{gap:14px}.trust-top>p span{display:none}.trust-stats{gap:0}.trust-stats>div:nth-child(2),.trust-stats>div:nth-child(4){display:none}.trust-stats>div:nth-child(3){border-left:1px solid var(--line)}.trust-stats b{font-size:38px}.trust-stats dt{font-size:11px}.trust .fine-print{font-size:10px;line-height:1.7}.logo-showcase{margin-top:22px}.logo-track li{height:72px;flex-basis:145px}.logo-track img{max-height:62px;max-width:137px}
 .problem .section-heading h2{font-size:29px}.problem-grid{margin-top:20px}.problem-grid li{min-height:0;padding:16px 0;gap:14px}.problem-grid p{font-size:15px;line-height:1.65}.problem-grid strong{font-size:17px}.problem-grid svg{width:26px;height:26px;flex-shrink:0}.problem-bridge{margin-top:22px;padding-top:22px;font-size:16px}.problem-bridge strong{font-size:22px;line-height:1.5}
 .solution h2{font-size:27px;line-height:1.55}.solution-lead{font-size:15px;line-height:1.8}.solution-points{max-width:none;margin-top:22px}.solution-points>li{padding:13px 0;gap:14px}.solution-points>li>span{font-size:28px;min-width:34px}.solution-points h3{font-size:21px}.solution-points p{font-size:15px;line-height:1.75;margin-top:5px}
 .foundation .section-heading h2{font-size:27px}.foundation .section-heading p{font-size:15px}.foundation-grid{gap:12px}.foundation-grid article{padding:16px 16px 16px 56px;min-height:0}.foundation-icon{left:15px;top:20px;width:25px;height:25px}.foundation-icon svg{width:25px;height:25px}.foundation-grid h3{font-size:19px;line-height:1.55}.foundation-grid p{font-size:15px;line-height:1.7;margin-top:8px}.foundation-grid p br{display:none}.foundation-close{margin-top:24px;font-size:15px}.foundation-close strong{font-size:21px;line-height:1.6}
 .service-definition h2{font-size:28px}.service-definition>p:last-child{font-size:16px}.m365-environment{padding:18px 12px}.environment-label{font-size:14px;margin:0}.m365-environment .service-flow{margin-top:20px;gap:9px}.m365-environment .flow-part{grid-template-columns:minmax(0,1fr) 94px;grid-template-rows:20px 60px 40px;column-gap:12px;row-gap:4px;padding:16px 14px;min-height:148px;text-align:left;justify-items:start;align-items:start}.m365-environment .step-eyebrow{grid-column:1;grid-row:1;font-size:11px;line-height:20px;letter-spacing:0}.m365-environment .flow-part h3,.m365-environment .kit-part .copilot-label{grid-column:1;grid-row:2;font-size:22px;display:block;line-height:1.35;align-self:start}.m365-environment .flow-part>p{grid-column:1;grid-row:3;font-size:12px;padding:0;display:block;line-height:1.6;align-self:start}.m365-environment .source-docs,.m365-environment .kit-docs,.m365-environment .output-part>.zoom-link{grid-column:2;grid-row:1/span 3;width:94px;height:100px;align-self:center}.m365-environment .source-page{width:34px;height:52px;padding:5px;flex-shrink:0}.m365-environment .source-page>span{font-size:6px}.m365-environment .source-page i{margin-top:5px;height:2px}.m365-environment .kit-docs{flex-direction:column;gap:5px}.m365-environment .kit-docs>div{width:100%;flex-direction:row;gap:5px;padding:5px;box-shadow:none;border-radius:4px}.m365-environment .kit-docs svg{width:15px;height:15px;flex-shrink:0}.m365-environment .kit-docs span{font-size:9px}.m365-environment .output-part>.zoom-link>img{height:67px}.m365-environment .flow-part .zoom-hint{font-size:10px;padding:3px 0;min-height:28px}.m365-environment .flow-part .zoom-hint svg{width:12px;height:12px}.m365-environment .flow-arrow{height:20px;width:20px}
 .comparison .comparison-headline{font-size:27px;line-height:1.6}.compare-grid{gap:24px}.compare-panel{padding:23px 22px}.compare-panel h3{font-size:22px}.compare-art{display:none}.compare-arrow{display:none}.check-list{margin-top:16px}.check-list li{font-size:16px;margin-top:9px;line-height:1.7}.compare-label{font-size:12px}.after{border:1px solid #b4cbee}
 .mobile-detail{display:block;border-top:1px solid #ccd5df;margin-top:16px}.mobile-detail>summary{display:flex;align-items:center;justify-content:space-between;gap:15px;list-style:none;cursor:pointer;min-height:50px;padding:12px 0;font-size:14px;font-weight:700;line-height:1.6;color:var(--blue)}.mobile-detail>summary::-webkit-details-marker{display:none}.mobile-detail>summary:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.detail-mark{position:relative;flex-shrink:0;width:24px;height:24px;background:#edf3fb;border-radius:50%}.detail-mark::before,.detail-mark::after{content:"";position:absolute;background:var(--blue);width:10px;height:1.5px;top:11px;left:7px}.detail-mark::after{transform:rotate(90deg)}.mobile-detail[open]>summary .detail-mark::after{transform:none}.mobile-detail-body{display:block;padding-bottom:8px}.mobile-detail:not([open])>.mobile-detail-body{display:none}
 .deliverable-grid{gap:16px}.deliverable,.deliverable:last-child{padding:18px 18px 4px;background:#f6f8fb;border:1px solid #e0e5eb;border-radius:12px}.deliverable-heading{gap:12px}.deliverable-heading>span{font-size:30px}.deliverable h3{font-size:23px}.deliverable-sub{min-height:0;font-size:14px;line-height:1.7;margin-top:5px}.deliverable .mobile-detail{margin-top:12px}.deliverable .mobile-detail-body>p{font-size:16px;line-height:1.8}.deliverable-visual{height:210px;margin:10px 0 16px;padding:15px}.rule-sheet{min-width:170px}.inline-cta{margin-top:28px;padding-block:22px;gap:18px}
 .reason-row{padding:22px 0;gap:20px}.method-reason{padding-block:28px}.reason-copy h3{font-size:28px;line-height:1.5;margin-bottom:16px}.point{margin-bottom:8px}.point span{font-size:28px}.reason-copy>p:not(.point){font-size:16px;line-height:1.8}.reason-copy strong{margin-top:12px}.reason-copy .text-link{font-size:14px;margin-top:14px}
 .portfolio-proof{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:14px;padding:3px 2px 13px;scrollbar-width:thin;scrollbar-color:#9eb5d5 transparent}.portfolio-proof figure{flex:0 0 84%;min-width:0;margin:0;scroll-snap-align:start}.portfolio-proof img,.portfolio-proof figure:first-child img{height:190px}.portfolio-proof figcaption{font-size:12px;line-height:1.65}.portfolio-proof .zoom-hint{font-size:12px;padding-top:7px}
 .method-grid{gap:14px;margin-top:22px}.method-grid>article{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;padding:16px;border-radius:12px;align-items:start}.method-grid .method-image{height:110px;padding:0;border-radius:6px;overflow:hidden}.method-image.books-image{gap:5px}.method-image.books-image img{max-width:46%;height:105px}.method-image .video-trigger>img{object-fit:cover}.method-image .video-play-mark{width:34px;height:34px;font-size:13px;border-width:2px}.method-body{padding:0}.method-body>span{font-size:12px}.method-body h4{font-size:18px;line-height:1.5;margin-top:5px}.method-body p{font-size:14px;line-height:1.75;margin-top:8px}.method-body .text-link{font-size:13px;margin-top:8px}
 .research-reason{padding-top:28px}.research-videos{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:84%;overflow-x:auto;scroll-snap-type:x proximity;gap:14px;margin-top:24px;padding:3px 2px 14px;scrollbar-width:thin;scrollbar-color:#9eb5d5 transparent}.research-card{scroll-snap-align:start}.research-card:hover{transform:none}.research-topic{font-size:12px;margin-top:14px}.research-title{font-size:17px;min-height:116px;line-height:1.7}.research-action{font-size:13px;padding-block:12px 16px}.research-card .research-topic,.research-card .research-title,.research-card .research-action{padding-inline:14px}
 .works-grid{gap:24px}.works-grid .mobile-detail{margin-top:0}.works-grid .mobile-detail-body{display:grid;gap:26px;padding-top:10px}.works-grid .mobile-detail:not([open])>.mobile-detail-body{display:none}.works-grid h3{font-size:23px}.works-grid article>p:last-child{font-size:16px}.case-diagram,.case-image{height:156px;margin-block:16px}
 .team-grid{gap:16px}.profile{display:grid;grid-template-columns:72px minmax(0,1fr);gap:6px 14px;padding:18px;align-items:start}.profile-photo{grid-column:1;grid-row:1/span 3;width:72px;height:86px;aspect-ratio:auto;object-fit:cover;border-radius:8px}.profile-body{display:contents}.profile-role,.profile-position,.profile h3{grid-column:2;margin:0}.profile-role{font-size:11px;justify-self:start}.profile-position{font-size:10px;line-height:1.7}.profile h3{font-size:23px;line-height:1.5}.profile h3 span{display:none}.profile .mobile-detail{grid-column:1/-1;margin-top:6px}.profile .mobile-detail-body>p{font-size:15px;line-height:1.85}.book-block{padding-top:15px}.profile-focus{margin-top:15px}
 .phase-bar{margin-bottom:16px}.phase-bar>div{padding:14px;gap:10px}.phase-bar p{font-size:11px}.phase-bar strong{font-size:18px}.mobile-process-brief{display:block;font-size:16px;font-weight:700;line-height:1.8;color:var(--navy);margin:20px 0}.mobile-process-brief span{font-size:14px;color:var(--blue);padding-inline:3px}.process .mobile-detail-body{padding-top:16px}.steps-list h3{font-size:21px}.steps-list p{font-size:16px;line-height:1.8}.step-output{font-size:12px}
 .fit-section{padding-block:38px}.fit-grid{gap:18px}.fit-grid h3{font-size:17px}.fit-grid p{font-size:15px}.faq-list summary{font-size:16px;min-height:70px;padding-block:18px}.contact-copy>p.contact-small{display:none}.contact-card{padding:22px 18px}.contact .contact-copy h2{font-size:30px}
}
@media(max-width:360px){
 .section-heading h2,.problem .section-heading h2{font-size:26px}.solution h2,.foundation .section-heading h2{font-size:25px}.hero-kicker .brand-name{font-size:20px}.hero-lead{font-size:14px}.hero-visual button.video-link{grid-template-columns:96px minmax(0,1fr);gap:10px}.hero-visual .video-label{font-size:12px}.service-definition h2{font-size:25px}.m365-environment .flow-part{grid-template-columns:minmax(0,1fr) 78px;padding:14px 10px;gap:4px 8px}.m365-environment .flow-part h3,.m365-environment .kit-part .copilot-label{font-size:20px}.m365-environment .source-docs,.m365-environment .kit-docs,.m365-environment .output-part>.zoom-link{width:78px}.m365-environment .kit-docs svg{display:none}.m365-environment .kit-docs span{font-size:9px}.m365-environment .source-page{width:30px}.reason-copy h3{font-size:26px}.method-grid>article{grid-template-columns:80px minmax(0,1fr);gap:12px;padding:12px}.method-body h4{font-size:17px}.mobile-process-brief{font-size:14px}.mobile-process-brief span{padding:0}.phase-bar p{font-size:10px}.research-title{min-height:145px}.comparison .comparison-headline{font-size:25px}
}

@media(max-width:600px){.hero-lead>strong>span{display:block}.hero-stats>div:nth-child(2){border-right:0}.service-explainer,.service-definition>p:last-child>br{display:none}}

@media(min-width:761px){.works-grid>#work-more{display:block;grid-column:span 2}.works-grid>#work-more>.mobile-detail-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}}
@media(min-width:761px) and (max-width:900px){.works-grid>#work-more>.mobile-detail-body{gap:24px}}

@media(max-width:600px){.deliverables .section-heading>p,.works .section-heading>p,.process .section-heading>p{font-size:16px;line-height:1.8}}

/* v4.1: isolated book-image replacement and trademark footnote only. */
.book-cover-pair{display:flex;align-items:center;justify-content:center;gap:5px;width:140px;aspect-ratio:465/310;flex-shrink:0}
.book-block .book-cover-pair img{width:calc(50% - 3px);height:100%;object-fit:contain}
.site-footer .trademark-note{font-size:10px;line-height:1.8;color:var(--muted);margin-top:14px}
@media(max-width:900px){.book-cover-pair{width:115px}}
@media(max-width:600px){.book-cover-pair{width:128px}}

/* v4.2 — only the new sample assets and their immediate containers. */
.v42-stage .v42-paper{position:absolute;width:66%;height:auto;aspect-ratio:16/9;padding:0;border-radius:4px;display:block;transition:box-shadow .2s}
.v42-paper>img{width:100%;height:100%;object-fit:contain;display:block}
.v42-paper-1{left:1%;top:6%;transform:rotate(-7deg);z-index:3}
.v42-paper-2{right:0;top:33%;transform:rotate(6deg);z-index:2}
.v42-paper-3{left:6%;bottom:-2%;transform:rotate(-3deg);z-index:4}
.v42-stage .v42-paper:hover,.v42-stage .v42-paper:focus-visible{z-index:6;box-shadow:0 9px 28px #18315335}
.m365-environment .v42-mini-docs{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;height:170px;min-width:0}
.v42-mini-docs>.v42-mini{flex:1;min-width:0;background:white;border:1px solid #e0e6ed;border-radius:5px;padding:5px 3px;box-shadow:0 4px 12px #1831530a}
.v42-mini-docs .v42-mini>img{width:100%;height:92px;object-fit:contain;display:block}
.m365-environment .v42-mini-docs .zoom-hint{font-size:10px;line-height:1.5;margin:5px 0 0;min-height:25px;white-space:nowrap;gap:0;padding:0}
.v42-mini-docs .zoom-hint svg{display:none}
.v42-sample-note{text-align:center;margin-top:17px}
.v42-after>.zoom-link{width:100%;max-width:100%}
.v42-after>.zoom-link>img{width:100%;height:165px;object-fit:contain}
.v42-after .zoom-hint{margin-top:3px}
.v42-after .quality-stamp{pointer-events:none}
.v42-deliverable{overflow:hidden}
.v42-deliverable>img{flex:1;min-height:0;max-height:174px}
.v42-deliverable .zoom-hint{flex-shrink:0}
.v42-step-sample{margin-top:16px;width:100%;min-width:0}
.v42-step-sample>img{width:100%;aspect-ratio:16/9;object-fit:contain;border:1px solid #dee5ed;border-radius:5px;background:white}
.v42-step-sample .zoom-hint{font-size:11px;min-height:26px;margin-top:5px}
@media(min-width:901px){.steps-list>li{display:flex;flex-direction:column}.steps-list>li>div{display:flex;flex-direction:column;flex:1}.steps-list>li>div>p{flex:1}.steps-list .step-output{min-height:60px}.steps-list h3{min-height:66px}}
@media(min-width:601px) and (max-width:1100px){.m365-environment .v42-mini-docs{height:155px;gap:4px}.v42-mini-docs .v42-mini>img{height:80px}.m365-environment .v42-mini-docs .zoom-hint{font-size:9px}}
@media(min-width:601px) and (max-width:900px){
 .m365-environment .v42-mini-docs{flex-direction:column;gap:4px}
 .m365-environment .v42-mini-docs>.v42-mini{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;flex:0 0 44px;min-height:44px;padding:3px;box-shadow:none}
 .m365-environment .v42-mini-docs .v42-mini>img{width:44px;height:35px;flex-shrink:0}
 .m365-environment .v42-mini-docs .zoom-hint{font-size:10px;margin:0;min-height:0}
}
@media(max-width:900px){.v42-step-sample{max-width:310px}}
@media(max-width:600px){
 .m365-environment .flow-part{grid-template-rows:20px 60px 40px;min-height:174px}
 .m365-environment .v42-mini-docs{grid-column:2;grid-row:1/span 3;display:flex;flex-direction:column;gap:3px;width:94px;height:138px;align-self:center;max-width:none}
 .m365-environment .v42-mini-docs>.v42-mini{display:flex;align-items:center;justify-content:flex-start;gap:4px;width:100%;min-height:44px;flex:0 0 44px;padding:3px;box-shadow:none}
 .m365-environment .v42-mini-docs .v42-mini>img{width:28px;height:35px;flex-shrink:0;object-fit:contain}
 .m365-environment .v42-mini-docs .zoom-hint{font-size:9px;white-space:normal;text-align:left;line-height:1.3;margin:0;min-height:0}
 .v42-sample-note{font-size:10px;text-align:left;line-height:1.7}
 .v42-deliverable>img{max-height:150px}
 .v42-step-sample{max-width:280px;margin-top:13px}
 .v42-step-sample .zoom-hint{font-size:12px;min-height:32px}
}
@media(max-width:360px){.m365-environment .v42-mini-docs{width:78px}.m365-environment .v42-mini-docs .v42-mini>img{width:22px}.m365-environment .v42-mini-docs .zoom-hint{font-size:8px}}

/* v4.3: requested hero and proof-band adjustments only. */
.hero.v43-hero{padding:128px 0 64px}
.v43-hero .hero-kicker{margin:0 0 18px}
.v43-hero h1{font-size:clamp(48px,5.6vw,80px);line-height:1.22;letter-spacing:-.04em;margin:0 0 32px;gap:10px;align-items:flex-start}
.v43-hero h1>span{display:block;white-space:nowrap;padding:2px 12px 6px}
.v43-hero h1>span:last-child{font-size:1.12em}
.v43-hero-body{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:center}
.v43-hero .hero-lead{margin:0;font-size:18px;line-height:1.8;font-weight:700}
.v43-hero .hero-lead>span{display:block}
.v43-hero .hero-lead>strong{display:block;color:var(--blue);font-size:30px;line-height:1.55;margin:10px 0 16px}
.v43-hero .hero-lead .v43-support{font-size:20px;line-height:1.7}
.v43-hero .cta-group{margin:26px 0 0}
.v43-hero .button{width:100%;min-width:0;min-height:82px;padding:20px 22px;font-size:26px;gap:16px;justify-content:space-between;white-space:nowrap}
.v43-hero .button svg{width:28px;height:28px;flex-shrink:0}
.v43-hero .hero-visual{display:block;min-width:0}
.v43-hero .video-card{width:100%;max-width:none;margin:0;padding:0;background:transparent;box-shadow:none;transform:none;border:0}
.v43-hero .video-card .v43-video-heading{display:block;font-size:22px;font-weight:700;line-height:1.6;margin:0 0 16px;text-align:left}
.v43-hero .v43-video-heading strong{font-size:32px;color:var(--blue)}
.v43-hero .hero-visual button.video-link{display:block;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 28px #17365718;width:100%}
.v43-hero .video-image{aspect-ratio:16/9;border-radius:0;overflow:hidden}
.v43-hero .video-image img{width:100%;height:100%;object-fit:cover}
.v43-hero .play-button{width:80px;height:56px;background:#e52222;border-radius:16px;box-shadow:0 4px 20px #0003}
.v43-hero .play-button svg{width:28px;height:28px;fill:white;color:white}
.v43-hero .v43-video-label{display:flex;justify-content:center;align-items:center;gap:20px;font-size:16px;font-weight:700;padding:15px}
.trust.v43-trust{padding:42px 0 24px;background:white;overflow:hidden}
.v43-trust .trust-top{display:block;border:0;margin:0}
.v43-trust .trust-top>p{font-size:32px;line-height:1.5;text-align:center;margin:0 0 24px;white-space:normal}
.v43-trust .trust-top>p>span{font:inherit;color:inherit;display:inline}
.v43-trust .trust-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:0;margin:0;align-items:stretch}
.v43-trust .trust-stats>div{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-end;gap:12px;padding:0 18px;border-left:1px solid #dce3e9}
.v43-trust .trust-stats>div:first-child{border-left:0}
.v43-trust .trust-stats dt{min-height:50px;font-size:16px;line-height:1.55;text-align:center}
.v43-trust .trust-stats dd{height:122px;display:flex;align-items:baseline;justify-content:center;gap:5px;line-height:1;padding-top:24px;margin:0;font-size:22px;color:var(--orange)}
.v43-trust .trust-stats dd b{font-size:88px;letter-spacing:-.06em;line-height:1;font-family:Arial,sans-serif}
.v43-trust .trust-stats dd.v43-donut{width:122px;height:122px;flex-shrink:0;border-radius:50%;background:conic-gradient(var(--orange) 0 60%,#ebedf0 60% 100%);padding:12px;align-items:center}
.v43-donut>span{width:98px;height:98px;border-radius:50%;background:white;display:flex;align-items:baseline;justify-content:center;padding-top:18px;gap:2px}
.v43-trust .trust-stats .v43-donut b{font-size:64px}
.v43-trust .logo-showcase{margin:30px 0 0;padding:0;background:white;border:0;border-radius:0}
.v43-trust .logo-viewport{overflow:hidden;border:0;padding:0;background:white;mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent)}
.v43-logo-rail{display:flex;width:max-content;animation:v43-logos 72s linear infinite}
.v43-trust .logo-track{display:flex;flex:none;width:max-content;gap:26px;padding:0 26px 0 0;margin:0;list-style:none;animation:none;transform:none}
.v43-trust .logo-track li{display:flex;flex:0 0 174px;width:174px;height:88px;align-items:center;justify-content:center;padding:0;border:0;background:#fff;border-radius:0;box-shadow:none}
.v43-trust .logo-track img{width:162px;height:85px;max-width:100%;object-fit:contain}
.v43-trust .logo-viewport:hover .v43-logo-rail,.v43-trust .logo-viewport:focus .v43-logo-rail{animation-play-state:paused}
@keyframes v43-logos{to{transform:translateX(-50%)}}
@media(max-width:1100px){.v43-hero-body{gap:28px}.v43-hero .hero-lead{font-size:16px}.v43-hero .hero-lead>strong{font-size:25px}.v43-hero .button{font-size:21px}.v43-trust .trust-stats dd b{font-size:74px}}
@media(max-width:760px){
.hero.v43-hero{padding:108px 0 40px}.v43-hero .container{width:calc(100% - 40px)}
.v43-hero h1{font-size:clamp(25px,7.9vw,46px);gap:8px;margin-bottom:24px;letter-spacing:-.05em}.v43-hero h1>span{padding:2px 6px 5px}.v43-hero h1>span:last-child{font-size:1.05em}
.v43-hero-body{grid-template-columns:1fr;gap:28px}.v43-hero .hero-lead{font-size:16px}.v43-hero .hero-lead>strong{font-size:27px;line-height:1.5}.v43-hero .hero-lead .v43-support{font-size:18px}.v43-hero .hero-lead .v43-support br{display:none}
.v43-hero .button{font-size:21px;min-height:72px;padding:18px;gap:8px}.v43-hero .cta-group{margin-top:22px}
.v43-hero .video-card .v43-video-heading{font-size:18px;margin-bottom:12px}.v43-hero .v43-video-heading strong{font-size:27px}.v43-hero .v43-video-label{font-size:14px;padding:12px;gap:10px}
.trust.v43-trust{padding:32px 0 16px}.v43-trust .trust-top>p{font-size:26px;margin-bottom:24px}.v43-trust .trust-top>p>span{display:block}
.v43-trust .trust-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0}.v43-trust .trust-stats>div{display:flex;padding:0 6px;gap:10px}.v43-trust .trust-stats>div:nth-child(3){border-left:0}
.v43-trust .trust-stats dd{height:108px;padding-top:20px;font-size:18px;gap:3px}.v43-trust .trust-stats dd b{font-size:70px}.v43-trust .trust-stats dt{font-size:13px}
.v43-trust .trust-stats dd.v43-donut{width:108px;height:108px;padding:10px}.v43-donut>span{width:88px;height:88px;padding-top:16px}.v43-trust .trust-stats .v43-donut b{font-size:56px}.v43-trust .logo-showcase{margin-top:26px}
}
@media(max-width:360px){.v43-hero .container{width:calc(100% - 32px)}.v43-hero h1{font-size:24px}.v43-hero .hero-lead>strong{font-size:24px}.v43-hero .button{font-size:18px;padding:16px}.v43-trust .trust-stats dd b{font-size:59px}.v43-trust .trust-top>p{font-size:23px}}
@media(prefers-reduced-motion:reduce){.v43-logo-rail{animation:none}.v43-trust .logo-viewport{overflow-x:auto}.v43-trust .logo-track[aria-hidden]{display:none}}

/* v4.4: supplied identity and two audience perspectives. */
.site-header .brand .v44-logo{width:224px;height:auto;object-fit:contain;flex-shrink:0}
.hero.v43-hero .hero-kicker{margin-bottom:24px}
.hero-kicker .v44-logo{width:390px;max-width:100%;height:auto}
.v44-problem{background:#eeedeb;padding:86px 0 68px}
.v44-problem .section-heading{margin-bottom:42px;text-align:center}
.v44-problem .section-heading h2{font-size:42px;line-height:1.55;letter-spacing:-.035em;color:var(--navy)}
.v44-problem .section-heading h2 strong{color:var(--blue);background:linear-gradient(transparent 78%,#d7e5f7 78%);font-weight:900}
.v44-keep{display:inline-block}
.v44-problem .section-heading>p{font-size:18px;line-height:1.9;margin-top:22px}
.v44-perspectives{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.v44-perspective{padding:34px 34px 0;background:white;border-radius:20px;box-shadow:0 8px 26px #1b34500c;display:flex;flex-direction:column;align-items:center;overflow:hidden}
.v44-perspective-heading{width:100%;text-align:center;min-height:85px}
.v44-perspective h3{font-size:30px;line-height:1.45;margin:0;color:var(--navy)}
.v44-perspective-heading>p{font-size:13px;margin:8px 0 0;color:#657082;line-height:1.7}
.v44-concerns{width:100%;display:grid;gap:14px;list-style:none;padding:0;margin:18px 0 20px}
.v44-concerns li{border:1px solid #c2d4eb;border-radius:9px;background:#f5f8fc;padding:18px 12px;text-align:center;display:flex;align-items:center;justify-content:center;min-height:102px}
.v44-concerns p{font-size:16px;line-height:1.65;margin:0}
.v44-concerns strong{display:block;color:var(--blue);font-size:23px;line-height:1.6;font-weight:800;margin-top:3px;letter-spacing:-.035em}
.v44-small-break{display:none}
.v44-person{display:block;width:260px;height:218px;object-fit:contain;object-position:center bottom;margin:auto auto 0}
.v44-bridge{text-align:center;margin-top:32px}
.v44-down{display:block;width:0;height:0;border-left:36px solid transparent;border-right:36px solid transparent;border-top:26px solid var(--blue);margin:0 auto 22px}
.v44-problem .problem-bridge{font-size:22px;line-height:1.7;padding:0;margin:0}
.v44-problem .problem-bridge strong{display:block;font-size:34px;line-height:1.6;color:var(--blue);margin-top:5px}
@media(max-width:1100px){.site-header .brand .v44-logo{width:188px}.v44-problem .section-heading h2{font-size:35px}.v44-perspective{padding:28px 22px 0}.v44-concerns strong{font-size:20px}.v44-perspective h3{font-size:27px}}
@media(max-width:760px){
 .site-header .brand{gap:10px}.site-header .brand>img:not(.v44-logo){width:44px}.site-header .brand .v44-logo{width:166px}.site-header .brand-divider{height:28px}
 .hero-kicker .v44-logo{width:280px}.hero.v43-hero .hero-kicker{margin-bottom:23px}
 .v44-problem{padding:52px 0 42px}.v44-problem>.container{width:calc(100% - 40px)}
 .v44-problem .section-heading{margin-bottom:28px}.v44-problem .section-heading h2{font-size:clamp(24px,6.5vw,34px);line-height:1.65}.v44-problem .section-heading h2>span:first-child{font-size:.95em}.v44-problem .section-heading h2>.v44-keep{display:block}
 .v44-problem .section-heading>p{font-size:15px;line-height:1.9;margin-top:18px}.v44-problem .section-heading>p br{display:none}
 .v44-perspectives{grid-template-columns:1fr;gap:24px}.v44-perspective{padding:26px 20px 0;border-radius:16px}.v44-perspective-heading{min-height:0}.v44-perspective h3{font-size:27px}.v44-perspective-heading>p{font-size:12px}
 .v44-concerns{margin:22px 0 12px;gap:12px}.v44-concerns li{padding:14px 10px;min-height:96px}.v44-concerns p{font-size:14px}.v44-concerns strong{font-size:19px;letter-spacing:-.05em}.v44-small-break{display:block}.v44-person{width:210px;height:176px}
 .v44-down{border-left-width:28px;border-right-width:28px;border-top-width:22px}.v44-problem .problem-bridge{font-size:18px}.v44-problem .problem-bridge strong{font-size:26px;line-height:1.65}
}
@media(max-width:360px){.site-header .brand{gap:7px}.site-header .brand .v44-logo{width:145px}.site-header .brand>img:not(.v44-logo){width:36px}.hero-kicker .v44-logo{width:254px}.v44-problem>.container{width:calc(100% - 32px)}.v44-perspective{padding:24px 14px 0}.v44-perspective h3{font-size:24px}.v44-concerns strong{font-size:17px}.v44-problem .problem-bridge strong{font-size:23px}}

/* v4.5: equal columns, prominent service message, integrated video header. */
.v45-hero .v43-hero-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center}
.v45-hero .hero-copy{min-width:0}
.v45-hero .hero-lead .v45-lead-intro{font-size:27px;font-weight:800;line-height:1.75;letter-spacing:-.035em;color:var(--navy)}
.v45-phrase{display:inline-block}
.v45-hero .hero-lead>strong{font-size:clamp(34px,3.5vw,50px);font-weight:900;letter-spacing:-.055em;line-height:1.4;margin:14px 0 22px;white-space:nowrap}
.v45-hero .hero-lead .v43-support{font-size:21px;line-height:1.7}
.v45-hero .cta-group{margin-top:30px}
.v45-hero .hero-visual .video-card{border:2px solid var(--blue);border-radius:16px;overflow:hidden;background:white;box-shadow:0 12px 30px #1736571c}
.v45-hero .video-card .v43-video-heading{margin:0;padding:18px 20px 20px;background:var(--blue);color:white;text-align:center;font-size:22px;line-height:1.6}
.v45-hero .video-card .v43-video-heading strong{color:white;font-size:32px;line-height:1.4}
.v45-hero .hero-visual button.video-link{border-radius:0;box-shadow:none}
.v45-hero .v43-video-label{font-size:15px;padding:14px 10px}
@media(min-width:761px) and (max-width:1100px){.v45-hero .v43-hero-body{gap:28px}.v45-hero .hero-lead .v45-lead-intro{font-size:22px}.v45-hero .hero-lead>strong{font-size:35px}.v45-hero .hero-lead .v43-support{font-size:18px}.v45-hero .video-card .v43-video-heading{font-size:18px;padding:16px 12px}.v45-hero .video-card .v43-video-heading strong{font-size:28px}}
@media(min-width:761px) and (max-width:900px){.v45-hero .hero-lead>strong{font-size:30px}.v45-hero .hero-lead .v45-lead-intro{font-size:20px}.v45-hero .button{font-size:18px;padding:16px}.v45-hero .video-card .v43-video-heading{font-size:16px}.v45-hero .video-card .v43-video-heading strong{font-size:26px}.v45-hero .v43-video-label{font-size:12px}}
@media(max-width:760px){.v45-hero .v43-hero-body{grid-template-columns:1fr;gap:30px}.v45-hero .hero-lead .v45-lead-intro{font-size:21px;line-height:1.7}.v45-hero .hero-lead>strong{font-size:34px;margin:12px 0 18px}.v45-hero .hero-lead .v43-support{font-size:18px}.v45-hero .cta-group{margin-top:24px}.v45-hero .video-card .v43-video-heading{padding:16px 10px;font-size:17px}.v45-hero .video-card .v43-video-heading strong{font-size:27px}.v45-hero .v43-video-label{font-size:13px}}
@media(max-width:360px){.v45-hero .hero-lead .v45-lead-intro{font-size:18px}.v45-hero .hero-lead>strong{font-size:29px}.v45-hero .video-card .v43-video-heading{font-size:15px}.v45-hero .video-card .v43-video-heading strong{font-size:25px}.v45-hero .v43-video-label{font-size:11px}}

/* v4.6: single-line desktop headline and distinct video invitation. */
.hero.v46-hero{padding-top:140px;padding-bottom:54px}
.v46-hero h1{display:flex;flex-direction:row;align-items:baseline;gap:0;width:fit-content;max-width:100%;font-size:clamp(34px,4.85vw,70px);line-height:1.35;letter-spacing:-.055em;background:#fff;border-radius:12px;padding:5px 14px 9px;margin:0 0 38px}
.v46-hero h1>span,.v46-hero h1>span:last-child{font-size:inherit;line-height:inherit;background:none;border-radius:0;padding:0;white-space:nowrap}
.v46-hero .video-card .v43-video-heading{font-size:20px;padding:18px 14px}
.v46-hero .video-card .v43-video-heading strong{font-size:29px}
@media(min-width:761px) and (max-width:1100px){.v46-hero .video-card .v43-video-heading{font-size:17px}.v46-hero .video-card .v43-video-heading strong{font-size:24px}}
@media(min-width:761px) and (max-width:900px){.v46-hero .video-card .v43-video-heading{font-size:15px}.v46-hero .video-card .v43-video-heading strong{font-size:21px}}
@media(max-width:760px){.hero.v46-hero{padding:108px 0 40px}.v46-hero h1{flex-direction:column;gap:7px;font-size:clamp(25px,7.9vw,46px);letter-spacing:-.05em;background:none;padding:0;margin-bottom:28px}.v46-hero h1>span,.v46-hero h1>span:last-child{background:white;border-radius:7px;padding:2px 6px 5px}.v46-hero .video-card .v43-video-heading{font-size:16px;padding:15px 10px}.v46-hero .video-card .v43-video-heading strong{font-size:24px}}
@media(max-width:360px){.v46-hero h1{font-size:24px}.v46-hero .video-card .v43-video-heading{font-size:14px}.v46-hero .video-card .v43-video-heading strong{font-size:21px}}

/* v4.7: adoption concerns -> service answer -> evidence-backed method. */
.v44-problem .section-heading>p>strong{display:inline-block;font-weight:800;color:var(--navy);margin-top:5px}
.v44-concerns li{min-height:132px}
.v47-resolve{position:relative;text-align:center;background:linear-gradient(125deg,#e6f4f1 0%,#e9f1fc 72%,#dfebfb 100%);padding:58px 0 62px;color:var(--navy)}
.v47-resolve:after{content:"";position:absolute;left:0;right:0;top:100%;height:28px;background:#e6eff9;clip-path:polygon(0 0,100% 0,50% 100%);z-index:1}
.v47-resolve-intro{font-size:27px;font-weight:800;margin:0 0 24px}
.v47-resolve h2{display:flex;align-items:center;justify-content:center;gap:28px;margin:0;font-size:42px;line-height:1.4}
.v47-resolve h2 img{width:490px;max-width:58%;height:auto}
.v47-resolve h2>span{white-space:nowrap}
.v47-resolve-copy{font-size:21px;font-weight:600;line-height:1.85;margin:24px 0 0}
.service-definition .v47-service-name{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 25px}
.v47-service-name img{width:290px;max-width:65%;height:auto}
.v47-service-name>span{font-size:28px;color:var(--navy)}
.v47-knowledge{margin-top:70px;padding:48px 36px 38px;border-radius:20px;background:#edf3fa}
.v47-knowledge .section-heading{margin-bottom:32px}
.v47-knowledge .v47-knowledge-lead{font-size:16px;font-weight:800;color:var(--blue);margin:0 0 14px}
.v47-knowledge h3{font-size:38px;line-height:1.5;margin:0;color:var(--navy)}
.v47-knowledge .section-heading>p:last-child{font-size:17px;line-height:1.9;margin-top:20px}
.v47-knowledge .foundation-grid{gap:22px}
.v47-knowledge .foundation-grid>article{background:white;padding:26px 14px}
.v47-knowledge .foundation-grid h4{font-size:22px;margin:15px 0 13px;line-height:1.6}
.v47-knowledge .foundation-grid p{font-size:15px;line-height:1.85}
.v47-knowledge .foundation-close{font-size:18px;line-height:1.9;margin:28px 0 0}
.v47-knowledge .foundation-close strong{font-size:22px}
@media(max-width:1000px){.v47-resolve h2{font-size:34px;gap:18px}.v47-resolve h2 img{width:420px}.v47-knowledge{padding:38px 22px}.v47-knowledge .foundation-grid{gap:14px}.v47-knowledge .foundation-grid h4{font-size:19px}.v47-knowledge .foundation-grid p{font-size:14px}}
@media(max-width:760px){
 .v43-trust .trust-top>p{font-size:24px}
 .v44-concerns li{min-height:118px}.v44-concerns p{font-size:13px}
 .v47-resolve{padding:38px 0 40px}.v47-resolve-intro{font-size:19px;margin-bottom:24px}.v47-resolve h2{flex-direction:column;gap:14px;font-size:32px}.v47-resolve h2 img{width:330px;max-width:100%}.v47-resolve-copy{font-size:16px;line-height:1.85;margin-top:22px}
 .service-definition .v47-service-name{gap:10px;margin-bottom:24px}.v47-service-name img{width:240px;max-width:75%}.v47-service-name>span{font-size:23px}
 .v47-knowledge{margin-top:44px;padding:30px 18px;border-radius:14px}.v47-knowledge h3{font-size:27px}.v47-knowledge .v47-knowledge-lead{font-size:12px}.v47-knowledge .section-heading>p:last-child{font-size:15px;text-align:left}.v47-knowledge .section-heading>p:last-child br{display:none}.v47-knowledge .foundation-grid{grid-template-columns:1fr;gap:18px}.v47-knowledge .foundation-grid>article{padding:24px 15px}.v47-knowledge .foundation-icon{position:static;width:30px;height:30px;margin:0 0 12px}.v47-knowledge .foundation-grid h4{font-size:22px;margin:0 0 13px}.v47-knowledge .foundation-grid p{font-size:15px}.v47-knowledge .foundation-close{font-size:16px;text-align:left}.v47-knowledge .foundation-close strong{font-size:20px}
}
@media(max-width:360px){.v43-trust .trust-top>p{font-size:21px}.v47-resolve-intro{font-size:17px}.v47-resolve h2{font-size:29px}.v47-resolve-copy{font-size:14px}.v47-knowledge{padding:26px 12px}.v47-knowledge h3{font-size:24px}.v47-knowledge .foundation-grid h4{font-size:20px}.v47-knowledge .foundation-grid p{font-size:14px}.v44-concerns p{font-size:12px}}

/* v4.8: simple input -> editor -> output diagram. */
.v48-environment{background:#fff;border-radius:20px;padding:34px 30px 36px;box-shadow:0 8px 28px #10274709}
.v48-environment-label{color:var(--navy);font-size:26px;text-align:center;margin:0 0 36px;line-height:1.6}
.v48-environment-label strong{color:var(--blue)}
.v48-flow{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr) 32px minmax(0,1.6fr);gap:18px;align-items:center}
.v48-flow article{min-width:0;display:grid;grid-template-rows:34px 80px 260px auto;text-align:center;align-self:stretch}
.v48-stage{font-size:20px;font-weight:800;color:var(--blue);margin:0;line-height:1.4}
.v48-flow h3{font-size:24px;line-height:1.5;align-self:center;margin:0;color:var(--navy)}
.v48-visual{min-width:0;align-self:center}
.v48-input-visual{display:flex;flex-direction:column;align-items:center;gap:14px}
.v48-input-visual svg{width:84px;height:106px;fill:none;stroke:var(--navy);stroke-width:1.15}
.v48-input-visual span{font-size:18px;font-weight:700}
.v48-editor-visual{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#edf4fc;border-radius:24px;padding:24px 12px;min-height:186px}
.v48-editor-visual svg{width:72px;height:72px;margin-bottom:16px;fill:none;stroke:var(--blue);stroke-width:1.5}
.v48-editor-visual strong{font-family:Arial,sans-serif;font-size:38px;line-height:1.4;color:var(--blue);margin:5px 0 8px}
.v48-editor-visual span{font-size:15px;font-weight:700;color:var(--navy)}
.v48-output-visual img{display:block;width:100%;height:auto;border-radius:6px}
.v48-arrow{font-size:40px;font-weight:400;color:#87a6cf;line-height:1;transform:translateY(32px)}
.v48-caption{font-size:16px;font-weight:600;line-height:1.75;margin:15px 0 0;align-self:start}
@media(max-width:1100px) and (min-width:761px){.v48-environment{padding:28px 20px}.v48-flow{gap:10px;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1.45fr)}.v48-flow h3{font-size:20px}.v48-flow article{grid-template-rows:30px 74px 190px auto}.v48-stage{font-size:18px}.v48-arrow{font-size:30px}.v48-editor-visual strong{font-size:31px}.v48-editor-visual span,.v48-caption{font-size:13px}}
@media(max-width:760px){.v48-environment{padding:28px 20px;border-radius:16px}.v48-environment-label{font-size:20px;margin-bottom:30px}.v48-environment-label strong{display:block}.v48-flow{grid-template-columns:1fr;gap:20px}.v48-flow article{display:flex;flex-direction:column;align-items:center}.v48-stage{font-size:18px}.v48-flow h3{font-size:25px;margin:8px 0 20px}.v48-visual{width:100%}.v48-input-visual{gap:8px}.v48-input-visual svg{width:64px;height:76px}.v48-editor-visual{max-width:270px;min-height:0;padding:20px}.v48-editor-visual strong{font-size:34px}.v48-editor-visual svg{width:52px;height:52px;margin-bottom:12px}.v48-caption{font-size:15px;align-self:center;margin-top:16px}.v48-arrow{justify-self:center;transform:rotate(90deg);font-size:34px}.v48-output-visual{max-width:480px}.v48-output h3{font-size:25px}}
@media(max-width:360px){.v48-environment{padding:24px 14px}.v48-environment-label{font-size:17px}.v48-flow h3,.v48-output h3{font-size:22px}.v48-caption{font-size:13px}}

/* v4.9: equal thirds, service transitions and aligned profiles. */
.v49-environment{padding:34px 28px 30px}
.v49-environment .v48-flow{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr);gap:10px}
.v49-environment .v48-flow article{padding:0 18px 22px;border:1px solid #cedced;border-radius:12px;overflow:hidden;background:#fff;grid-template-rows:54px 88px 200px auto}
.v49-environment .v48-stage{background:#eef4fc;margin:0 -18px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #dbe6f4;font-size:21px}
.v49-environment .v48-flow h3{font-size:23px}
.v49-environment .v48-editor-visual{min-height:160px;padding:18px 10px;background:none}
.v49-environment .v48-caption{font-size:15px;min-height:54px;margin-top:12px}
.v49-environment .v48-arrow{font-size:30px;transform:translateY(24px)}
.v49-service-summary{text-align:center;font-size:22px;line-height:1.9;margin:32px 0 0;color:var(--navy)}
.v49-service-summary strong{font-size:26px;color:var(--blue)}
.section-heading>.v49-section-lead{font-size:20px;font-weight:800;color:var(--blue);margin:0 0 18px}
.v49-case-response{margin-top:20px;font-size:16px;line-height:1.85}
.v49-case-response dt{font-size:14px;font-weight:800;color:var(--blue);margin-top:18px}
.v49-case-response dd{margin:6px 0 0}
.v49-team .team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1100px;align-items:stretch}
.v49-team .profile{min-width:0;display:flex;flex-direction:column;padding:28px;border:1px solid #e1e7ee;gap:0}
.v49-profile-head{display:grid;grid-template-columns:136px minmax(0,1fr);gap:22px;align-items:center;min-height:164px}
.v49-team .profile-photo{width:136px;height:164px;object-fit:cover;object-position:center 35%;border-radius:10px;aspect-ratio:auto}
.v49-profile-info{min-width:0}.v49-team .profile-role{display:inline-block;margin-bottom:12px;font-size:12px}
.v49-team .profile-position{font-size:12px;line-height:1.8;min-height:44px;margin:0}
.v49-team .profile h3{font-size:28px;line-height:1.5;margin:6px 0 0}.v49-team .profile h3 span{display:block;font-size:11px;margin:3px 0 0}
.v49-team .mobile-detail{width:100%;margin:24px 0 0}
.v49-team .profile .v49-profile-bio{font-size:15px;line-height:1.9;min-height:180px;margin:0 0 24px}
.v49-profile-proofs{display:grid;grid-template-columns:1fr;gap:24px;width:100%}
.v49-proof{min-width:0;background:#f4f7fb;border-radius:10px;border:1px solid #e0e8f2;padding:18px}
.v49-proof h4{font-size:18px;color:var(--navy);margin:0 0 14px;line-height:1.6}
.v49-video-placeholder,.v49-books{height:225px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:white;border-radius:8px}
.v49-video-placeholder{border:1px dashed #aebed1;color:#627389;gap:8px}
.v49-video-placeholder>span{font-size:36px;line-height:1}.v49-video-placeholder>strong{font-size:17px}.v49-video-placeholder>p{font-size:13px;margin:0}
.v49-books>div{display:flex;gap:12px;justify-content:center;height:136px;width:100%}
.v49-books img{height:100%;width:96px;object-fit:contain}.v49-books>p{font-size:14px;margin:12px 0 0;display:flex;align-items:baseline;gap:10px}.v49-books strong{font-size:32px;color:var(--orange-text);line-height:1}.v49-books strong span{font-size:15px}
@media(min-width:761px) and (max-width:1100px){.v49-environment{padding-inline:18px}.v49-environment .v48-flow{gap:6px;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr) 18px minmax(0,1fr)}.v49-environment .v48-flow article{padding-inline:12px;grid-template-rows:48px 80px 185px auto}.v49-environment .v48-stage{margin-inline:-12px;font-size:18px}.v49-environment .v48-flow h3{font-size:20px}.v49-environment .v48-caption{font-size:13px}.v49-environment .v48-arrow{font-size:24px}.v49-team .profile{padding:22px}.v49-profile-head{grid-template-columns:100px minmax(0,1fr);gap:16px}.v49-team .profile-photo{width:100px;height:140px}.v49-team .profile h3{font-size:24px}.v49-team .profile .v49-profile-bio{min-height:300px}.v49-team .profile-position{min-height:65px}}
@media(max-width:760px){.v49-environment{padding:25px 16px}.v49-environment .v48-flow{grid-template-columns:1fr;gap:16px}.v49-environment .v48-flow article{display:flex;padding:0 18px 20px}.v49-environment .v48-stage{width:calc(100% + 36px);min-height:48px;margin:0 -18px 16px}.v49-environment .v48-flow h3{font-size:24px;margin:0 0 18px}.v49-environment .v48-caption{min-height:0;font-size:14px;margin-top:16px}.v49-environment .v48-editor-visual{min-height:0;padding:10px}.v49-environment .v48-arrow{transform:rotate(90deg);font-size:30px}.v49-service-summary{font-size:17px;text-align:left;margin-top:25px}.v49-service-summary br{display:none}.v49-service-summary strong{font-size:21px;display:block;margin-top:8px}.section-heading>.v49-section-lead{font-size:17px;margin-bottom:14px}.v49-team .team-grid{grid-template-columns:1fr;gap:24px}.v49-team .profile{padding:22px}.v49-profile-head{grid-template-columns:96px minmax(0,1fr);gap:16px;min-height:135px}.v49-team .profile-photo{width:96px;height:135px}.v49-team .profile h3{font-size:24px}.v49-team .profile-position{font-size:10px;min-height:0}.v49-team .profile-role{font-size:10px;margin-bottom:8px}.v49-team .profile .v49-profile-bio{min-height:0;margin-bottom:24px}.v49-proof{padding:14px}.v49-video-placeholder,.v49-books{height:205px}.v49-case-response{font-size:15px}}
@media(max-width:360px){.v49-environment .v48-flow h3{font-size:21px}.v49-team .profile{padding:16px}.v49-profile-head{grid-template-columns:80px minmax(0,1fr);gap:12px}.v49-team .profile-photo{width:80px;height:122px}.v49-team .profile h3{font-size:22px}.v49-team .profile h3 span{font-size:10px}.v49-books>p{font-size:12px;gap:6px}}

.v49-profile-video{display:flex;flex-direction:column;text-align:left;width:100%;background:white;border:0;border-radius:8px;overflow:hidden;cursor:pointer;color:var(--navy)}
.v49-video-thumb{display:block;position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}
.v49-video-thumb img{display:block;width:100%;height:100%;object-fit:cover}.v49-video-thumb .video-play-mark{width:48px;height:48px;font-size:19px}
.v49-video-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.7;font-weight:700;height:76.5px;margin:16px 16px 8px}
.v49-video-action{font-size:13px;font-weight:700;color:var(--blue);margin:0 16px 16px}
.v49-profile-video:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.v49-profile-video:hover .v49-video-action{text-decoration:underline}
.v49-profile-proofs .v49-proof{height:470px}.v49-profile-proofs .v49-books{height:390px}.v49-profile-proofs .v49-books>div{height:180px}
@media(max-width:1100px) and (min-width:761px){.v49-profile-proofs .v49-proof{height:420px}.v49-profile-proofs .v49-books{height:340px}.v49-video-title{font-size:14px;height:72px}}
@media(max-width:760px){.v49-profile-proofs .v49-proof{height:auto}.v49-profile-proofs .v49-books{height:245px}.v49-profile-proofs .v49-books>div{height:150px}.v49-video-title{height:auto;font-size:14px}.v49-video-action{font-size:12px}}

/* v4.10: compact expert profiles and cover-led manual visual. */
.v410-manual{overflow:hidden}
.v410-manual-stack{position:relative;width:245px;height:240px;margin:auto;flex:none}
.v410-manual-inner{position:absolute;right:0;top:8px;width:158px;height:204px;object-fit:cover;border:1px solid #d2dbe7;box-shadow:0 5px 12px #142b4a18;transform:rotate(6deg)}
.v410-manual-cover{position:absolute;left:10px;top:22px;width:168px;height:214px;padding:18px 16px;background:white;border-top:5px solid var(--blue);box-shadow:0 7px 18px #142b4a24;text-align:left;color:var(--navy);display:flex;flex-direction:column}
.v410-manual-company{font-size:10px;font-weight:700;letter-spacing:.06em}
.v410-manual-cover>div{margin-top:19px}.v410-manual-cover>div>span{font-size:11px;font-weight:700}.v410-manual-cover strong{font-size:24px;line-height:1.35;display:block;margin-top:6px;letter-spacing:.01em}
.v410-manual-cover>p{font-size:8px;color:var(--muted);margin-top:12px}.v410-manual-footer{margin-top:auto;font-weight:800;color:var(--blue);font-size:11px}
.v410-expert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1020px;margin:auto}
.v410-expert{min-width:0;padding:26px;background:#fff;border:1px solid #e0e5eb;border-radius:14px;display:flex;flex-direction:column}
.v410-expert-head{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:18px}
.v410-expert-head>img{display:block;width:90px;height:102px;object-fit:cover;object-position:center 34%;border-radius:8px}
.v410-expert-role{font-size:12px;color:var(--blue);font-weight:800;line-height:1.5;margin:0 0 6px}
.v410-expert-position{font-size:10px;color:var(--muted);line-height:1.6;margin:0 0 5px}
.v410-expert-head h3{font-size:25px;line-height:1.4;color:var(--navy);margin:0}
.v410-expert-bio{font-size:14px;line-height:1.75;margin:18px 0 20px;flex:1}
.v410-evidence-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border-top:1px solid #e6eaf0;padding-top:18px}
.v410-evidence{min-width:0}.v410-evidence>p{font-size:11px;line-height:1.65;margin:8px 0 0;color:var(--navy)}.v410-evidence>p>strong{margin-left:3px;color:var(--blue)}
.v410-video{display:block;position:relative;width:100%;aspect-ratio:16/9;padding:0;border:0;overflow:hidden;border-radius:6px;background:#e9eef5;cursor:pointer}
.v410-video>img{display:block;width:100%;height:100%;object-fit:cover}.v410-video .video-play-mark{width:34px;height:34px;font-size:13px}.v410-video:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.v410-books{width:100%;aspect-ratio:16/9;display:flex;justify-content:center;gap:10px;padding:2px 8px;border-radius:6px;background:#f6f7f9;overflow:hidden}
.v410-books img{height:100%;width:38%;object-fit:contain;mix-blend-mode:multiply}
@media(max-width:1000px) and (min-width:761px){.v410-expert{padding:22px}.v410-expert-head{grid-template-columns:76px minmax(0,1fr);gap:14px}.v410-expert-head>img{width:76px;height:94px}.v410-expert-bio{font-size:13px}.v410-evidence-row{gap:10px}.v410-expert-head h3{font-size:23px}}
@media(max-width:760px){.v410-expert-grid{grid-template-columns:1fr;gap:18px;max-width:480px}.v410-expert{padding:22px}.v410-expert-head{grid-template-columns:76px minmax(0,1fr);gap:15px}.v410-expert-head>img{width:76px;height:90px}.v410-expert-head h3{font-size:24px}.v410-expert-bio{font-size:13px;line-height:1.75;margin:16px 0 18px}.v410-evidence-row{gap:12px;padding-top:16px}.v410-evidence>p{font-size:10px}.v410-video .video-play-mark{width:30px;height:30px;font-size:12px}.v410-manual-stack{transform:scale(.88);transform-origin:center center}}
@media(max-width:360px){.v410-expert{padding:18px}.v410-expert-head{grid-template-columns:66px minmax(0,1fr);gap:12px}.v410-expert-head>img{width:66px;height:82px}.v410-expert-head h3{font-size:22px}.v410-expert-role{font-size:11px}.v410-expert-position{font-size:9px}.v410-evidence-row{gap:10px}.v410-books{gap:6px;padding-inline:3px}.v410-manual-stack{transform:scale(.82)}}

.v410-revised-output{height:210px;display:flex;align-items:center;justify-content:center}
.v410-revised-output>img{width:100%;height:100%;max-height:none;object-fit:contain;border-radius:5px}
.deliverable-visual.v410-manual-image{padding:0;overflow:hidden;background:#f4f6f8}
.deliverable-visual.v410-manual-image>img{display:block;width:100%;height:100%;max-height:none;object-fit:contain}
@media(max-width:760px){.v410-revised-output{display:flex;height:auto;aspect-ratio:820/436;margin:20px 0}.v410-revised-output>img{height:auto}.deliverable-visual.v410-manual-image{height:auto;aspect-ratio:3/2}}

/* Process samples: preserve the full document, including its bottom rows. */
#steps .v42-step-sample>img{aspect-ratio:1860/1145;height:auto;object-fit:contain}

/* Process samples: preserve the full document, including its bottom rows. */
#steps .v42-step-sample>img{aspect-ratio:1860/1145;height:auto;object-fit:contain}
