:root{--bg:#fbfbfd;--ink:#1d1d1f;--muted:#62616d;--purple:#715bb5;--line:#dedce6;--lilac:#eee8ff;--sky:#e8f2ff;--mint:#e7f5ed;--peach:#fff0e9;--sans:'Instrument Sans',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--bg);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}button,input{font:inherit}a{color:inherit;text-underline-offset:5px}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--purple);outline-offset:5px}::selection{background:#daceff;color:#262035}*{scrollbar-color:#aaa2bb #f6f3fa;scrollbar-width:thin}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}h1{font-size:clamp(2.9rem,6.8vw,5.9rem);letter-spacing:-.04em;line-height:1.02;font-weight:600}h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.035em;line-height:1.1;font-weight:600}h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.02em;font-weight:600}p{max-width:68ch}button svg,a svg{flex-shrink:0}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.wrap{width:min(1160px,calc(100% - 80px));margin:auto}.muted{color:var(--muted)}.accent{background:linear-gradient(95deg,#7860bb,#bb7063 62%,#3b85b8);background-clip:text;-webkit-background-clip:text;color:transparent}.skip-link{position:fixed;top:-100px;left:16px;z-index:100;background:white;padding:12px}.skip-link:focus{top:10px}
.site-nav{position:sticky;top:0;z-index:40;height:82px;background:rgba(251,251,253,.95);backdrop-filter:blur(16px);border-bottom:1px solid #eae7ef}.site-nav-inner{max-width:1440px;margin:auto;padding:0 40px;height:100%;display:flex;align-items:center;gap:32px}.brand{display:inline-flex;gap:10px;align-items:center;white-space:nowrap;text-decoration:none;font-weight:650;letter-spacing:-.02em}.brand img{height:28px;width:28px;border-radius:7px}.desktop-links{display:flex;gap:28px;margin-left:auto;align-items:center}.desktop-links>a{font-size:.9rem;text-decoration:none;padding:10px 0;color:var(--muted)}.desktop-links>a:hover,.desktop-links>a[aria-current=page]{color:var(--ink)}.desktop-links>a[aria-current=page]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:9px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;border-radius:999px;padding:12px 24px;text-decoration:none;font-weight:600;font-size:.9rem;background:var(--ink);color:white;border:1px solid var(--ink);transition:background .2s,box-shadow .2s}.button:hover{background:#39363e;box-shadow:0 5px 16px #221b3c19}.button.light{background:transparent;color:var(--ink);border-color:#c4bfce}.button.light:hover{background:#eee9f5}.nav-book{white-space:nowrap;min-height:44px;padding:9px 19px}.mobile-nav{display:none;position:relative;margin-left:auto}.mobile-nav summary{list-style:none;cursor:pointer;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-panel{position:absolute;top:56px;right:0;background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:16px;width:min(290px,calc(100vw - 40px));box-shadow:0 16px 35px #221b3c20}.mobile-panel a{display:block;text-decoration:none;padding:12px 10px;min-height:48px}.mobile-panel .button{text-align:center;margin-top:8px}.hero{padding:78px 0 48px}.hero.center{text-align:center}.hero.center p{margin-left:auto;margin-right:auto}.hero p{font-size:1.2rem;color:var(--muted);line-height:1.65;max-width:59ch;margin-top:24px}.hero .actions{margin-top:28px}.actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero.center .actions{justify-content:center}.crumbs{display:flex;align-items:center;gap:12px;margin:0 0 28px;font-size:.85rem;color:var(--muted);flex-wrap:wrap}.crumbs a{text-decoration:none}.crumbs svg{width:14px;height:14px}.hero.case-hero h1{max-width:18ch}.hero.case-hero{padding-bottom:50px}.hero .client-line{font-size:1rem;margin-bottom:20px;margin-top:0;color:var(--purple)}
.explorer{margin:16px auto 0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.explorer-top{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:22px 28px;border-bottom:1px solid var(--line)}.explorer-top h2{font-size:1.1rem;letter-spacing:-.01em}.sample-note{font-size:.77rem;color:var(--muted)}.explorer-body{display:grid;grid-template-columns:285px minmax(0,1fr);min-height:558px}.example-picker{padding:20px 14px;border-right:1px solid var(--line)}.example-button{width:100%;display:flex;align-items:center;gap:14px;text-align:left;padding:17px 14px;background:transparent;border:0;border-radius:12px;margin-bottom:4px;color:var(--muted);line-height:1.4}.example-button>svg{width:22px;height:22px}.example-button strong{display:block;font-size:.92rem;font-weight:600;color:var(--ink)}.example-button small{display:block;font-size:.75rem;margin-top:4px}.example-button[aria-pressed=true]{background:#eee8fb;color:#654c9a}.example-button:hover{background:#f5f1fc}.example-button[aria-pressed=true]::after{content:'';margin-left:auto;width:6px;height:6px;background:#7860bb;border-radius:50%;flex-shrink:0}.demo{min-width:0;padding:30px 38px 26px;background:linear-gradient(140deg,#f5f0ff,#f9f7ff 60%,#fcf4ef)}.demo[data-theme=mint]{background:linear-gradient(135deg,#edf8f2,#f9fbf9)}.demo[data-theme=sky]{background:linear-gradient(135deg,#eaf3ff,#f8faff)}.demo[data-theme=peach]{background:linear-gradient(135deg,#fff0e7,#fcf9f6)}.demo-head{display:flex;justify-content:space-between;align-items:start;gap:16px}.demo-head h3{font-size:1.25rem}.demo-head p{font-size:.84rem;color:var(--muted);margin-top:7px}.stage-controls{display:flex;gap:4px;margin-top:24px;padding:4px;background:#ffffffad;border:1px solid #d9d2e6;border-radius:999px}.stage-controls button{min-height:42px;flex:1;border:0;border-radius:999px;background:transparent;font-size:.83rem;color:#59505f;font-weight:500}.stage-controls button[aria-pressed=true]{background:var(--ink);color:white}.stage-controls button:hover:not([aria-pressed=true]){background:#e8e0f2}.stage-controls span{font-variant-numeric:tabular-nums;margin-right:6px;opacity:.7}.stage-canvas{min-height:262px;display:grid;place-items:center;padding:22px 0 10px}.stage-canvas.changed{animation:arrive .35s cubic-bezier(.16,1,.3,1)}@keyframes arrive{from{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.stage-caption{font-size:.85rem;color:#57505f;min-height:48px;margin-top:15px;max-width:65ch}.demo-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.text-link{display:inline-flex;gap:10px;align-items:center;font-size:.88rem;font-weight:600;text-decoration:none;padding:7px 0}.text-link:hover{text-decoration:underline}.text-link svg{width:18px;height:18px}.demo-foot .sample-note{font-size:.7rem}.paper{background:white;box-shadow:0 15px 32px #5c437019;border-radius:10px;width:min(100%,430px);padding:25px 28px;min-height:215px}.paper-top{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.75rem;color:var(--muted);margin-bottom:18px}.paper-top svg{color:var(--purple)}.paper h4{margin:0 0 10px;font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.paper p{font-size:.78rem;color:var(--muted)}.paper-line{height:6px;background:#e8e5ef;border-radius:6px;margin-top:10px}.paper-line.short{width:62%}.paper-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:17px}.paper-grid div{padding-top:10px;border-top:1px solid #e9e5f0;font-size:.7rem;color:var(--muted)}.paper-grid strong{display:block;font-size:.84rem;color:var(--ink);font-weight:550}.check-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #eeeaf2;font-size:.8rem}.check-row:last-child{border:0}.check-row svg{color:#467657;width:18px;height:18px}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;background:#eaf4ec;color:#346044;font-size:.72rem;font-weight:600}.pill.review{background:#f6efd9;color:#725715}.doc-mark{background:#eae4f6;color:#645184;width:36px;height:42px;border-radius:5px;display:grid;place-items:center}.flow-outputs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.flow-output{min-height:145px;padding:20px 14px;background:#fff;border-radius:12px;box-shadow:0 12px 25px #54736412;text-align:center;font-size:.78rem}.flow-output svg{display:block;width:28px;height:28px;margin:5px auto 15px;color:#588065}.flow-output strong{display:block;font-size:.8rem}.flow-output small{display:block;color:var(--muted);font-size:.7rem;margin-top:6px}.chat-bubble{padding:12px 15px;font-size:.8rem;line-height:1.5;border-radius:12px;background:#f0edf8;margin:10px 0;max-width:92%}.chat-bubble.customer{margin-left:auto;background:#e8f1fb}.chat-caption{font-size:.7rem;color:var(--muted)}.mini-table{width:100%;border-collapse:collapse;font-size:.76rem}.mini-table td,.mini-table th{padding:9px 4px;border-bottom:1px solid #ece9f0;text-align:left}.mini-table th{color:var(--muted);font-weight:500}.mini-table td:last-child{text-align:right;color:#467657}.below-demo{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0 0;color:var(--muted);font-size:.82rem}.below-demo p{max-width:75ch}.section{padding:90px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:38px}.section-head h2{max-width:20ch}.section-head>p{max-width:38ch;color:var(--muted);font-size:1rem}.case-row{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;align-items:center;padding:42px 0;border-top:1px solid var(--line)}.case-row:last-child{border-bottom:1px solid var(--line)}.case-row .case-client{font-size:.86rem;color:var(--purple);margin-bottom:12px}.case-row h3{font-size:2rem;max-width:22ch;line-height:1.13}.case-row p{color:var(--muted);margin:18px 0;font-size:.95rem}.case-art{min-height:270px;border-radius:16px;background:var(--lilac);display:grid;place-items:center;padding:30px;overflow:hidden}.case-art.mint{background:var(--mint)}.case-art.sky{background:var(--sky)}.case-art .paper{transform:rotate(-2deg);width:min(100%,350px)}.case-art .paper.mini{min-height:190px}.case-art .flow-outputs{gap:8px}.service-list{margin-top:40px}.service-row{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:center;padding:30px 0;border-top:1px solid var(--line);text-decoration:none}.service-row:last-child{border-bottom:1px solid var(--line)}.service-row h3{font-size:1.5rem}.service-row p{font-size:.9rem;color:var(--muted)}.service-row>svg{width:28px;height:28px;transition:transform .2s}.service-row:hover>svg{transform:translateX(5px)}.service-row:hover h3{color:var(--purple)}.cta-section{padding:65px;border-radius:20px;background:linear-gradient(115deg,#ebe4fa,#edf1fc 70%,#fff0e7);margin:30px auto 90px;text-align:center}.cta-section h2{max-width:18ch;margin:auto}.cta-section p{margin:22px auto 25px;color:#60566d;max-width:55ch}.cta-section .actions{justify-content:center}.cta-section small{display:block;margin-top:16px;color:#61566c}.site-footer{padding:38px 0 32px;border-top:1px solid var(--line);font-size:.83rem;color:var(--muted)}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-links{display:flex;gap:25px;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:25px;font-size:.75rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.case-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:70px;align-items:start;margin-top:15px}.case-aside{position:sticky;top:115px;border-top:1px solid var(--line);padding-top:22px}.case-aside dt{font-size:.75rem;color:var(--muted);margin-top:16px}.case-aside dd{margin:4px 0 0;font-size:.9rem}.case-aside a{margin-top:20px}.story-section{padding:0 0 50px}.story-section h2{font-size:2.2rem;margin-bottom:22px}.story-section p{color:var(--muted);margin-bottom:18px}.story-section ul{padding-left:20px;color:var(--muted)}.story-section li{margin-bottom:12px}.story-section .human{padding:24px;background:#f0edf7;border-radius:12px}.story-section .human h3{margin-bottom:12px}.story-section .human p{margin:0}.process-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:35px 0 10px}.process-item{border-top:1px solid #c6bdd8;padding-top:22px}.process-item .step-number{display:block;color:var(--purple);font-size:.8rem;font-variant-numeric:tabular-nums;margin-bottom:13px}.process-item h3{font-size:1.08rem}.process-item p{font-size:.85rem;color:var(--muted);margin-top:10px}.service-hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding-bottom:60px}.service-hero h1{font-size:clamp(2.8rem,5.4vw,4.7rem)}.service-hero p{font-size:1.08rem}.service-hero .case-art{min-height:350px}.fit-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}.fit-layout p{color:var(--muted);margin-top:20px}.plain-list{list-style:none;margin:0;padding:0}.plain-list li{padding:24px 0;border-top:1px solid var(--line)}.plain-list li:last-child{border-bottom:1px solid var(--line)}.plain-list h3{font-size:1.17rem}.plain-list p{font-size:.93rem;margin-top:10px}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-item{border-top:1px solid var(--line);padding:22px 0}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{font-weight:550;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:30px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:24px;font-weight:400;color:var(--purple)}.faq-item[open] summary::after{content:'−'}.faq-item p{color:var(--muted);font-size:.94rem;margin-top:18px;padding-right:30px}.detail-hero-visual{padding:30px 35px;border-radius:18px;background:linear-gradient(120deg,#eee7ff,#edf3ff);margin-bottom:70px}.detail-hero-visual .stage-canvas{min-height:250px}.detail-hero-visual .demo{background:transparent;max-width:750px;margin:auto;padding:0}.homepage-callout{position:relative;z-index:3;padding:72px 0;background:var(--bg)}.homepage-callout .wrap{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.homepage-callout h2{font-size:clamp(2rem,4vw,3rem)}.homepage-callout p{margin:18px 0;color:var(--muted)}.homepage-callout .case-art{min-height:250px}.inherited-home .site-nav{position:fixed;width:100%;height:82px}.inherited-home .site-nav .brand{font-size:16px}.inherited-home .site-footer{position:relative;z-index:3;background:var(--bg)}.booking-main{padding:65px 0 90px;text-align:center}.booking-main h1{font-size:clamp(2.8rem,6vw,4.5rem)}.booking-main>p{margin:22px auto;color:var(--muted)}.booking-frame{margin-top:38px;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-height:750px;background:white}.booking-frame iframe{border:0;width:100%;height:760px;display:block}.book-fallback{font-size:.85rem}.not-found{min-height:70vh;padding:100px 0}
@media(min-width:1500px){.wrap{width:min(1240px,calc(100% - 120px))}}
@media(max-width:1000px){.desktop-links{gap:20px}.site-nav-inner{padding:0 28px;gap:22px}.explorer-body{grid-template-columns:240px 1fr}.demo{padding:26px}.case-row{gap:35px}.service-hero{gap:40px}.case-layout{gap:40px;grid-template-columns:190px 1fr}.faq-layout{gap:40px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-nav{height:72px}.site-nav-inner{padding:0 20px;gap:12px}.desktop-links,.site-nav-inner>.nav-book{display:none}.mobile-nav{display:block}.brand{font-size:.94rem}.hero{padding-top:48px;padding-bottom:32px}.hero p{font-size:1.05rem;margin-top:20px}.hero h1 br{display:none}.hero.center{text-align:left}.hero.center p{margin-left:0}.hero.center .actions{justify-content:flex-start}.explorer-top{padding:19px 20px;align-items:flex-start;flex-direction:column;gap:5px}.explorer-body{display:block}.example-picker{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:12px;border-right:0;border-bottom:1px solid var(--line)}.example-button{padding:12px 10px;gap:8px;margin:0;min-height:64px}.example-button strong{font-size:.78rem}.example-button small{font-size:.73rem}.example-button svg{width:18px;height:18px}.example-button[aria-pressed=true]::after{display:none}.demo{padding:23px 20px}.demo-head h3{font-size:1.16rem}.demo-head p{font-size:.8rem}.stage-controls{margin-top:20px}.stage-controls button{font-size:.76rem}.stage-canvas{min-height:245px}.paper{padding:20px;min-height:207px}.stage-caption{min-height:70px;font-size:.8rem}.demo-foot{flex-wrap:wrap}.demo-foot .sample-note{width:100%}.below-demo{display:block;font-size:.76rem}.section{padding:60px 0}.section-head{display:block;margin-bottom:27px}.section-head>p{margin-top:18px}.case-row{display:flex;flex-direction:column;align-items:stretch;gap:25px;padding:30px 0}.case-row .case-art{order:-1;min-height:230px}.case-row h3{font-size:1.75rem}.case-row p{font-size:.91rem}.service-row{grid-template-columns:1fr auto;gap:12px;padding:25px 0}.service-row h3{font-size:1.2rem}.service-row p{grid-row:2}.service-row>svg{grid-column:2;grid-row:1/3}.cta-section{padding:40px 22px;margin-bottom:60px;border-radius:16px}.cta-section p{font-size:.94rem}.cta-section .actions{flex-direction:column;align-items:stretch}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-links{gap:16px}.case-layout{display:flex;flex-direction:column;gap:36px}.case-aside{position:static;width:100%;display:flex;flex-wrap:wrap;gap:16px}.case-aside dl{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;width:100%;margin:0}.case-aside dt{margin-top:0}.case-aside dd{margin-bottom:15px}.case-aside a{margin-top:0}.case-hero{padding-top:35px}.hero.case-hero h1{max-width:20ch}.hero .client-line{font-size:.85rem;margin-bottom:14px}.detail-hero-visual{padding:24px 20px;margin-bottom:40px}.process-strip{grid-template-columns:1fr;gap:20px}.process-item{padding-top:15px}.story-section h2{font-size:1.85rem}.service-hero{grid-template-columns:1fr;gap:30px}.service-hero .case-art{min-height:275px}.fit-layout,.faq-layout{grid-template-columns:1fr;gap:30px}.flow-outputs{gap:7px}.flow-output{padding:18px 8px;min-height:135px}.flow-output strong{font-size:.7rem}.flow-output small{font-size:.7rem}.homepage-callout .wrap{grid-template-columns:1fr;gap:24px}.inherited-home .site-nav{height:72px}.booking-main{padding-top:40px}.booking-frame{margin-left:-8px;margin-right:-8px}.hero .actions .button{font-size:.83rem;padding:12px 19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Keep the workflow visible sooner while retaining the incumbent display style. */
.hero.center{padding-top:54px;padding-bottom:34px}.hero.center h1{font-size:clamp(2.9rem,6.2vw,5.2rem)}
@media(max-width:760px){.hero.center{padding-top:42px;padding-bottom:30px}.hero h1{overflow-wrap:break-word}.hero h1 br{display:inline}}

/* A user-controlled presentation of the same HTML workflow. */
.stage-canvas .paper{position:relative;overflow:hidden}.scan-beam{position:absolute;left:0;right:0;top:0;height:25px;opacity:0;background:linear-gradient(0deg,#b8a5df55,transparent);border-bottom:1px solid #9980bf75;pointer-events:none}.stage-controls button[data-complete=true]{color:#665082}.workflow-reading{margin:28px 0 40px}.workflow-reading>h2{font-size:1.25rem;letter-spacing:-.02em;margin-bottom:10px}.workflow-reading>p{font-size:.88rem;margin-bottom:22px}.workflow-text{border-top:1px solid var(--line)}.workflow-text:last-child{border-bottom:1px solid var(--line)}.workflow-text summary{padding:18px 0;cursor:pointer;min-height:60px;list-style:none;display:flex;align-items:center;gap:22px;font-size:.92rem;font-weight:550}.workflow-text summary::-webkit-details-marker{display:none}.workflow-text summary small{margin-left:auto;font-size:.76rem;color:var(--muted);font-weight:400}.workflow-text summary::after{content:'+';color:var(--purple);font-size:22px;font-weight:400}.workflow-text[open] summary::after{content:'−'}.workflow-text-body{padding:0 0 25px;max-width:78ch;color:var(--muted)}.workflow-text-body>p{font-size:.9rem;margin:4px 0 20px}.workflow-text-body ol{padding-left:25px;margin:0}.workflow-text-body li{padding:5px 0 15px 10px}.workflow-text-body li::marker{color:var(--purple);font-variant-numeric:tabular-nums;font-size:.85rem}.workflow-text-body h3{font-size:1rem;color:var(--ink);margin-bottom:9px}.workflow-text-body li p{font-size:.9rem}.workflow-text-body a{margin-top:4px;color:var(--ink)}
@media(max-width:760px){.workflow-text summary{flex-wrap:wrap;gap:3px 15px;position:relative;padding-right:25px}.workflow-text summary small{margin-left:0;width:100%}.workflow-text summary::after{position:absolute;right:2px;top:22px}.workflow-text-body{padding-right:8px}.workflow-text-body li{padding-left:3px}.workflow-text-body li p{font-size:.88rem}}

/* Client-led, click-to-animate explanation. No playback UI or timed navigation. */
.stage-controls button{padding:10px 9px;line-height:1.25}.stage-controls span{display:none}.stage-heading{font-size:1rem;line-height:1.45;letter-spacing:-.015em;margin:25px 0 0;font-weight:600;max-width:55ch}.problem-scene{width:100%;padding:15px 0 6px}.problem-pile{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding:6px}.problem-note{padding:22px 16px;background:#fff;box-shadow:0 12px 25px #58436f17;border-radius:10px;min-height:145px;transform:rotate(var(--note-turn));position:relative}.problem-note:nth-child(1){--note-turn:-3deg}.problem-note:nth-child(2){--note-turn:0deg}.problem-note:nth-child(3){--note-turn:3deg}.problem-note>svg{color:#77628d;display:block;width:23px;height:23px;margin-bottom:15px}.problem-note strong{display:block;font-size:.84rem;line-height:1.3;font-weight:550}.problem-note small{display:block;font-size:.73rem;color:var(--muted);margin-top:8px;line-height:1.4}.problem-connection{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.84rem;line-height:1.45;margin-top:28px;color:#59456e;max-width:none}.problem-connection svg{width:18px;height:18px;flex-shrink:0}.problem-context{margin:12px auto 0;text-align:center;font-size:.7rem;color:var(--muted)}.reading-stage{display:block;font-size:.76rem;color:var(--purple);margin:2px 0 9px;font-weight:550}
@media(max-width:760px){.stage-controls button{font-size:.74rem;min-height:50px;padding:8px 7px}.stage-controls button:nth-child(2){flex:1.3}.stage-heading{font-size:.92rem;margin-top:23px}.problem-pile{gap:8px;padding:6px 2px}.problem-note{padding:17px 9px;min-height:150px}.problem-note strong{font-size:.75rem;overflow-wrap:break-word}.problem-note small{font-size:.7rem}.problem-connection{font-size:.8rem;align-items:flex-start;margin-top:24px}.problem-context{font-size:.7rem}}

/* Rebecca's supplied testimonial: readable text alongside the hosted video. */
.testimonial-section{padding:8px 0 56px}.testimonial-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:center}.testimonial-copy h2{font-size:clamp(1.8rem,3vw,2.5rem);max-width:20ch}.testimonial-copy>p{color:var(--muted);font-size:.94rem;margin-top:20px}.testimonial-quote{margin:28px 0 0}.testimonial-quote blockquote{margin:0;font-size:clamp(1.15rem,2vw,1.4rem);line-height:1.5;letter-spacing:-.015em}.testimonial-quote figcaption{margin-top:20px;font-size:.86rem}.testimonial-quote figcaption strong,.testimonial-quote figcaption span{display:block}.testimonial-quote figcaption span{color:var(--muted)}.testimonial-player{aspect-ratio:16/9;background:var(--lilac);border-radius:14px;overflow:hidden}.testimonial-player iframe{display:block;border:0;width:100%;height:100%}.testimonial-source{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.8rem;margin-top:14px}.testimonial-source .text-link{font-size:inherit}.testimonial-transcript{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:32px}.testimonial-transcript summary{cursor:pointer;padding:18px 0;min-height:54px;font-size:.95rem;font-weight:550}.testimonial-transcript>div{max-width:72ch;padding:0 0 24px}.testimonial-transcript p{font-size:.95rem;margin-bottom:18px}.testimonial-transcript .transcript-note{font-size:.8rem;color:var(--muted)}
@media(max-width:760px){.testimonial-grid{grid-template-columns:1fr;gap:28px}.testimonial-section{padding-bottom:38px}.testimonial-quote{margin-top:22px}.testimonial-transcript{margin-top:24px}}

/* Alternate stories on wide screens; preserve consistent image-first stacking on phones. */
@media(min-width:761px){.case-row-reversed{grid-template-columns:1.15fr 1fr}.case-row-reversed>div:first-child{grid-column:2;grid-row:1}.case-row-reversed>.case-art{grid-column:1;grid-row:1}}
.service-usecases article{padding:28px 0;border-top:1px solid var(--line);scroll-margin-top:105px}.service-usecases article:first-child{padding-top:0;border-top:0}.service-usecases article p{margin:16px 0 12px;color:var(--muted);font-size:.95rem}.service-task-links{list-style:none;padding:0;margin:0}.service-task-links li{border-top:1px solid var(--line);padding:14px 0}.service-task-links li:last-child{border-bottom:1px solid var(--line)}.service-task-links .text-link{display:flex;justify-content:space-between;gap:24px;width:100%;font-size:1rem}.service-task-links svg{flex-shrink:0}

/* Keep every navigation link reachable on short landscape screens. */
.mobile-panel{max-height:calc(100vh - 90px);max-height:calc(100dvh - 90px);overflow-y:auto;overscroll-behavior:contain}
