:root{--bg:#f7f5f0;--paper:#fffcf7;--ink:#252824;--muted:#65675f;--line:#d9d8ce;--accent:#a44931;--soft:#edece4;--radius:12px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-underline-offset:5px}
a:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:3px}
img{display:block;max-width:100%;height:auto}
figure,p,h1,h2,h3{margin:0}
::selection{background:#e5cabd;color:var(--ink)}
.shell{width:min(1200px,calc(100% - 96px));margin-inline:auto}
.skip-link{position:fixed;top:10px;left:20px;z-index:100;padding:12px;background:var(--paper);transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:20;background:var(--bg)}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;height:88px;border-bottom:1px solid var(--line)}
.brand{font-size:18px;font-weight:650;letter-spacing:-.04em;text-decoration:none}
.brand span{color:var(--accent);margin-left:3px}
nav{display:flex;gap:30px;align-items:center}
nav a{font-size:13px;text-decoration:none;color:var(--muted);padding-block:12px}
nav a:last-child{color:var(--ink)}
nav a:hover,.text-link:hover,.contact-email:hover{color:var(--accent)}
.hero{display:grid;grid-template-columns:1.55fr 1fr;gap:64px;align-items:center;padding:86px 0 64px}
.eyebrow{font-size:11px;line-height:1.5;letter-spacing:.13em;text-transform:uppercase;font-weight:650;color:var(--accent)}
h1{font-size:clamp(48px,5.5vw,76px);line-height:1.025;letter-spacing:-.061em;font-weight:550;margin:23px 0 29px}
.lede{font-size:17px;line-height:1.75;color:var(--muted);max-width:520px}
.hero .text-link{margin-top:30px}
.text-link{display:inline-flex;gap:20px;align-items:center;font-size:13px;font-weight:550;text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:7px;transition:color .18s,border-color .18s}
.text-link:hover{border-color:var(--accent)}
.hero-image{margin-top:42px}
.hero-image img{width:100%;aspect-ratio:1/1.1;object-fit:cover;object-position:right center;border-radius:var(--radius)}
figcaption{display:flex;justify-content:space-between;gap:15px;font-size:11px;line-height:1.6;color:var(--muted);margin-top:12px}
figcaption span:last-child{white-space:nowrap}
.credentials{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;color:var(--muted);font-size:12px;line-height:1.6}
.credentials strong{color:var(--ink);font-weight:550}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
.section-label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:550;color:var(--muted)}
.section-label span{color:var(--accent);margin-right:17px}
.section-note{font-size:13px;color:var(--muted);max-width:330px;line-height:1.6}
.selected{padding-top:91px}
.case{display:grid;grid-template-columns:1.15fr 1fr;gap:72px;align-items:center;border-top:1px solid var(--line);padding:67px 0}
.case:nth-of-type(even){grid-template-columns:1fr 1.15fr}
.case:nth-of-type(even) figure{order:2}
.artifact{display:block;position:relative;overflow:hidden;border-radius:var(--radius);background:var(--soft);text-decoration:none}
.artifact img{width:100%;transition:transform .35s ease}
.artifact:hover img{transform:scale(1.012)}
.artifact-hint{position:absolute;bottom:14px;right:14px;padding:9px 12px;background:var(--paper);border:1px solid var(--line);border-radius:5px;font-size:11px;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s}
.artifact:hover .artifact-hint,.artifact:focus-visible .artifact-hint{opacity:1;transform:none}
.healthcare-art{padding:30px 8px;background:#f1ece6}
.security-art{padding:24px 0;background:#eaece6}
.case h3{font-size:clamp(30px,3.2vw,44px);font-weight:500;line-height:1.09;letter-spacing:-.044em;margin:15px 0 21px;text-wrap:balance}
.case .description{font-size:15px;line-height:1.75;color:var(--muted);max-width:455px}
.facts{margin:25px 0 25px;border-top:1px solid var(--line);padding-top:17px;display:grid;gap:10px}
.facts div{display:grid;grid-template-columns:75px 1fr;gap:12px;font-size:12px;line-height:1.6}
.facts dt{color:var(--muted)}
.facts dd{margin:0}
.track-record{margin:33px 0 98px;background:var(--soft);padding:40px 42px 30px;border-radius:var(--radius)}
.track-top{display:flex;align-items:baseline;justify-content:space-between;gap:24px}
.track-top h2{font-size:25px;font-weight:500;letter-spacing:-.035em}
.track-top p{font-size:12px;color:var(--muted)}
.metrics{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px;margin:34px 0 28px}
.metric{border-left:1px solid #cecec1;padding-left:30px}
.metric:first-child{border:0;padding-left:0}
.num{font-size:clamp(44px,4.8vw,65px);letter-spacing:-.055em;line-height:1.2;font-weight:450}
.num small{font-size:.45em;letter-spacing:-.035em}
.cap{font-size:12px;line-height:1.6;color:var(--muted);margin-top:8px}
.track-foot{border-top:1px solid #cecec1;padding-top:19px;font-size:11px;line-height:1.8;color:var(--muted)}
.track-foot span{margin:0 14px;color:#a2a395}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.support .artifact{aspect-ratio:1.5;background:#eceee8}
.support img{width:100%;height:100%;object-fit:contain}
.support.encryption img{padding:19px}
.support.customer img{object-fit:cover}
.support .eyebrow{margin:23px 0 10px;font-size:10px}
.support h3{font-size:23px;font-weight:500;line-height:1.15;letter-spacing:-.035em}
.support p:not(.eyebrow){font-size:14px;line-height:1.75;color:var(--muted);margin:12px 0 18px}
.builder{display:grid;grid-template-columns:1fr 1.25fr;gap:95px;align-items:center;margin-top:114px;padding-top:72px;border-top:1px solid var(--line)}
.builder h2,.about h2,.contact h2{font-size:clamp(35px,4.2vw,56px);line-height:1.06;font-weight:500;letter-spacing:-.05em;margin:24px 0}
.builder p:not(.section-label),.about-copy p{font-size:16px;line-height:1.8;color:var(--muted)}
.builder p+p{margin-top:16px}
.builder img{border-radius:var(--radius);width:100%}
.builder-note{display:flex;gap:24px;border-top:1px solid var(--line);margin-top:26px;padding-top:17px;color:var(--muted);font-size:11px;line-height:1.5}
.talks{margin-top:111px}
.talk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid var(--line);padding-top:30px}
.talk .artifact{aspect-ratio:1.6}
.talk img{height:100%;width:100%;object-fit:cover}
.talk.science img{object-fit:contain;background:white}
.talk p{font-size:10px;color:var(--muted);margin:17px 0 9px;letter-spacing:.06em;text-transform:uppercase}
.talk h3{font-size:17px;line-height:1.4;font-weight:500;letter-spacing:-.02em}
.talk h3 a{text-decoration:none}
.talk h3 a:hover{color:var(--accent)}
.about{display:grid;grid-template-columns:1fr 1.25fr;gap:95px;border-top:1px solid var(--line);margin-top:108px;padding:65px 0 76px}
.about h2{max-width:400px;margin-bottom:0}
.about-copy{padding-top:33px}
.about-copy p+p{margin-top:17px}
.path{display:flex;align-items:center;gap:15px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:26px}
.path span{color:var(--accent)}
.contact{border-top:1px solid var(--line);padding:68px 0 78px;display:grid;grid-template-columns:1.25fr 1fr;gap:55px;align-items:center}
.contact h2{max-width:650px;margin-bottom:18px}
.contact p:not(.section-label){font-size:15px;color:var(--muted);line-height:1.7;max-width:455px}
.contact-links{justify-self:end;display:flex;flex-direction:column;align-items:flex-start;gap:25px}
.contact-email{font-size:clamp(20px,2.2vw,29px);font-weight:450;letter-spacing:-.04em;text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:10px}
.contact-email span{margin-left:22px;color:var(--accent)}
.footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px;color:var(--muted);padding:25px 0 33px}
.footer a{text-decoration:none}
@media(hover:none){.artifact-hint{opacity:1;transform:none}}
@media(min-width:1500px){.hero{gap:88px}}
@media(max-width:1050px){.shell{width:calc(100% - 64px)}.hero{gap:35px;grid-template-columns:1.5fr 1fr;padding-top:65px}h1{font-size:60px}.hero-image img{aspect-ratio:1/1.25}.case{gap:40px}.builder,.about{gap:50px}.support-grid{gap:24px}.talk-grid{gap:18px}.credentials{font-size:11px}}
@media(max-width:760px){html{scroll-padding-top:84px}.shell{width:calc(100% - 40px)}.topbar{height:72px}.brand{font-size:17px}nav{gap:20px}nav a{font-size:12px}nav .builder-nav{display:none}.hero{grid-template-columns:1fr;gap:33px;padding:49px 0 33px}h1{font-size:clamp(46px,8.5vw,65px);max-width:600px;margin:18px 0 23px}.lede{font-size:16px;line-height:1.75}.hero .text-link{margin-top:23px}.hero-image{margin-top:0;max-width:520px;width:100%}.hero-image img{aspect-ratio:4/3;object-position:center}.credentials{display:grid;grid-template-columns:1fr 1fr;gap:13px 20px;padding:20px 0;font-size:11px}.selected{padding-top:61px}.section-head{align-items:start;gap:18px}.section-note{font-size:12px;max-width:190px}.case,.case:nth-of-type(even){grid-template-columns:1fr;gap:30px;padding:36px 0 45px}.case:nth-of-type(even) figure{order:0}.case h3{font-size:34px;max-width:500px}.case .description{max-width:100%;font-size:15px}.facts{margin:21px 0}.healthcare-art{padding:17px 5px}.track-record{padding:28px 24px;margin:20px 0 60px}.track-top{display:block}.track-top h2{font-size:24px}.track-top p{margin-top:10px}.metrics{gap:15px;margin-top:28px}.metric{padding-left:15px}.num{font-size:42px}.cap{font-size:11px}.track-foot span{margin:0 6px}.support-grid{grid-template-columns:1fr;gap:38px}.support{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.support figure{grid-row:1/5}.support .eyebrow{margin:0 0 10px}.support h3{font-size:22px}.support p:not(.eyebrow){font-size:13px;margin:10px 0 14px}.support .text-link{justify-self:start;font-size:12px}.builder{grid-template-columns:1fr;gap:30px;margin-top:67px;padding-top:43px}.builder h2{max-width:420px}.builder p:not(.section-label){font-size:15px}.builder figure{max-width:600px}.talks{margin-top:66px}.talk-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.talk h3{font-size:16px}.about{grid-template-columns:1fr;gap:0;margin-top:66px;padding:43px 0 50px}.about h2{max-width:460px}.about-copy{padding-top:25px}.about-copy p{font-size:15px}.contact{grid-template-columns:1fr;gap:30px;padding:45px 0 50px}.contact-links{justify-self:start}.contact-email{font-size:26px}.contact h2{max-width:460px}.footer{font-size:10px}.artifact-hint{font-size:10px}}
@media(max-width:400px){nav{gap:15px}.hero h1{font-size:45px}.metrics{gap:10px}.metric{padding-left:10px}.num{font-size:35px}.track-record{padding:25px 18px}.section-head{display:block}.section-note{margin-top:12px;max-width:100%}.support{display:block}.support .eyebrow{margin-top:19px}.support .artifact{aspect-ratio:1.7}.track-foot span{display:none}.track-foot{display:flex;flex-direction:column}.talk-grid{gap:26px 15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
/* Curated carousels */
button{font:inherit;color:inherit}
button:focus-visible,.carousel-track:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.carousel-section{margin-top:86px;min-width:0}
.carousel-section .section-head{align-items:center;margin-bottom:25px}
.carousel-section h2{font-size:clamp(25px,3vw,36px);font-weight:500;letter-spacing:-.04em;line-height:1.15;margin-top:13px}
.carousel-controls,.carousel-index{display:none}
.is-ready .carousel-controls,.is-ready .carousel-index{display:flex}
.carousel-controls{align-items:center;gap:10px;flex-shrink:0}
.carousel-count{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;margin-right:16px;min-width:46px}
.carousel-controls button{width:44px;height:44px;background:transparent;border:1px solid var(--line);border-radius:50%;cursor:pointer;font-size:19px;transition:background .15s,color .15s}
.carousel-controls button:hover:not(:disabled){background:var(--ink);color:var(--paper);border-color:var(--ink)}
.carousel-controls button:disabled{opacity:.3;cursor:default}
.carousel-index{gap:25px;flex-wrap:wrap;border-bottom:1px solid var(--line);margin-bottom:0}
.carousel-index button{background:none;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;padding:13px 0;font-size:12px;cursor:pointer;color:var(--muted)}
.carousel-index button[aria-pressed=true]{border-color:var(--accent);color:var(--ink)}
.carousel-index button:hover{color:var(--accent)}
.carousel-track{position:relative;display:flex;gap:32px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;overscroll-behavior-x:contain;min-width:0}
.is-ready .carousel-track{scrollbar-width:none}
.is-ready .carousel-track::-webkit-scrollbar{display:none}
.carousel-slide{flex:0 0 100%;width:100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;padding:38px 0 8px}
.carousel-slide .case{grid-template-columns:1.15fr 1fr;border:0;padding:0;gap:68px;height:100%;min-height:405px}
.carousel-slide .case figure{order:0}
.carousel-slide .case h3{font-size:clamp(30px,3.2vw,43px)}
.carousel-slide .case .artifact{max-height:350px}
.carousel-slide .case .artifact img{max-height:350px;object-fit:contain}
.secondary-link{display:block;font-size:12px;color:var(--muted);margin-top:16px;text-decoration:none}
.secondary-link:hover{color:var(--accent)}
.video-case{display:grid;grid-template-columns:1.25fr 1fr;gap:65px;align-items:center;min-height:330px;height:100%}
.video-poster{position:relative;display:block;overflow:hidden;border-radius:var(--radius);background:var(--soft);aspect-ratio:16/9}
.video-poster img{width:100%;height:100%;object-fit:contain;transition:transform .3s}
.video-poster:hover img{transform:scale(1.018)}
.play-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;background:var(--paper);display:grid;place-items:center;padding-left:3px;color:var(--accent);font-size:19px;border:1px solid var(--line)}
.video-duration{position:absolute;bottom:12px;right:12px;background:var(--ink);color:var(--paper);padding:4px 8px;border-radius:4px;font-size:11px}
.video-copy h3{font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;line-height:1.12;font-weight:500;margin:16px 0 19px}
.video-copy .description{font-size:15px;line-height:1.75;color:var(--muted)}
.video-credit{font-size:11px;color:var(--muted);margin:21px 0}
.sharing-intro{display:flex;justify-content:space-between;gap:40px;align-items:start;margin-bottom:28px;min-height:68px}
.sharing-intro h3{font-size:29px;font-weight:500;line-height:1.15;letter-spacing:-.035em;max-width:460px}
.sharing-intro p{font-size:14px;line-height:1.7;color:var(--muted);max-width:360px}
.sharing-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.gallery-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.gallery-1{grid-template-columns:1fr;max-width:860px;margin:auto}
.sharing-artifact{min-width:0}
.sharing-artifact .artifact{height:285px;border:1px solid var(--line);background:var(--soft);padding:15px}
.sharing-artifact img{height:100%;width:100%;object-fit:contain}
.gallery-1 .artifact{padding:0}
.sharing-artifact h4{font-size:16px;line-height:1.4;letter-spacing:-.02em;font-weight:500;margin:6px 0 0}
.sharing-artifact figcaption{font-size:10px;text-transform:uppercase;letter-spacing:.065em;line-height:1.6;margin-top:17px}
#sharing{padding-bottom:67px}
.footer{padding-block:26px;min-height:86px}
.footer-contact{display:flex;align-items:center;gap:28px}
.footer-contact>a{font-size:12px}
.footer-contact>a:hover{color:var(--accent)}
.email-image{display:block;opacity:.9}
.email-image:hover{opacity:1}
.email-image img{display:block;width:166px;height:24px}
.video-open{overflow:hidden}
.video-dialog{width:min(1000px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--bg);color:var(--ink)}
.video-dialog::backdrop{background:rgb(25 28 24 / .75)}
.video-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:18px}
.video-dialog-head h2{font-weight:500;font-size:18px;letter-spacing:-.02em}
.video-close{border:1px solid var(--line);background:none;border-radius:50%;width:40px;height:40px;flex-shrink:0;cursor:pointer;font-size:25px}
.video-embed{aspect-ratio:16/9;background:#171816}
.video-embed iframe{width:100%;height:100%;border:0;display:block}
.video-fallback{display:inline-block;margin-top:17px;font-size:12px;color:var(--muted)}
@media(max-width:1050px){.carousel-slide .case,.video-case{gap:35px}.sharing-gallery{gap:18px}.sharing-artifact .artifact{height:260px}.sharing-intro h3{font-size:26px}.sharing-intro p{max-width:300px}.carousel-index{gap:22px}}
@media(max-width:760px){.carousel-section{margin-top:56px}.carousel-section .section-head{display:flex;gap:16px;align-items:end}.carousel-section h2{font-size:27px}.carousel-section .section-label{font-size:10px}.carousel-controls{gap:7px;flex-wrap:wrap;justify-content:end;width:87px}.carousel-count{width:100%;text-align:right;margin:0 1px 3px 0;font-size:11px}.carousel-controls button{width:38px;height:38px}.carousel-index{gap:0 19px}.carousel-index button{font-size:11px;padding:12px 0}.carousel-track{gap:20px}.carousel-slide{padding-top:26px}.carousel-slide .case{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:25px;min-height:0}.carousel-slide .case .artifact{height:220px;padding:10px}.carousel-slide .case .artifact img{height:100%;width:100%;object-fit:contain}.carousel-slide .case h3{font-size:32px}.carousel-slide .case .facts{font-size:11px}.video-case{display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:25px;min-height:0}.video-copy h3{font-size:30px}.video-copy .description{font-size:14px}.video-credit{margin:16px 0}.sharing-intro{display:block;min-height:155px;margin-bottom:20px}.sharing-intro h3{font-size:27px;max-width:360px}.sharing-intro p{font-size:13px;margin-top:13px;max-width:100%}.sharing-gallery,.gallery-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.gallery-1{grid-template-columns:1fr}.sharing-artifact .artifact{height:210px;padding:8px}.gallery-1 .artifact{height:280px}.sharing-artifact h4{font-size:14px}.sharing-artifact figcaption{font-size:9px;margin-top:13px}.sharing-gallery.gallery-3 .sharing-artifact:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:15px;align-items:start}.sharing-gallery.gallery-3 .sharing-artifact:last-child .artifact{grid-row:1/3;height:150px}.sharing-gallery.gallery-3 .sharing-artifact:last-child figcaption{margin-top:12px}.sharing-gallery.gallery-3 .sharing-artifact:last-child h4{align-self:start}#sharing{padding-bottom:43px}.footer{flex-wrap:wrap;gap:20px}.footer-contact{order:-1;width:100%;justify-content:space-between;gap:18px}.footer .back-top{margin-left:auto}.video-dialog{padding:14px}.video-dialog-head h2{font-size:16px}}
@media(max-width:400px){.carousel-section h2{font-size:24px}.carousel-controls{flex-shrink:0}.carousel-section .section-label{font-size:9px}.carousel-slide .case .artifact{height:180px}.sharing-artifact .artifact{height:185px}.sharing-intro{min-height:175px}.sharing-intro h3{font-size:25px}.gallery-1 .artifact{height:225px}}
.carousel-track{align-items:flex-start;transition:height .2s ease}
@media(max-width:760px){.sharing-intro{min-height:0}.sharing-artifact .artifact{height:185px}.gallery-1 .artifact{height:250px}}
