:root{color-scheme:light;--ink:#17232e;--ink-soft:#30404c;--paper:#f5f8f8;--white:#fff;--mint:#9be7d3;--line:#c9d4d7;--muted:#5c6b73}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}
a{color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible{outline:3px solid #0b8c7b;outline-offset:4px}
.skip-link{position:absolute;top:-100px;left:20px;background:var(--mint);color:var(--ink);padding:10px 15px;z-index:20}.skip-link:focus{top:10px}
.container{width:min(100% - 64px,1340px);margin-inline:auto}
.site-header{background:var(--paper);border-bottom:1px solid var(--line)}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;align-items:center;gap:13px;font-size:23px;font-weight:750;letter-spacing:-.075em;text-decoration:none;white-space:nowrap}
.brand-dot,.footer-brand span{color:#0b8c7b}
.brand-mark{width:32px;height:32px;background:var(--ink);border-radius:7px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:7px}
.brand-mark span{height:3px;border-radius:4px;background:var(--mint)}.brand-mark span:nth-child(2){width:70%}
.site-header nav{display:flex;gap:34px}.site-header nav a{text-decoration:none;font-size:14px;font-weight:700}.site-header nav a:hover,.text-link:hover,.footer-links a:hover{color:#0b8c7b}
.hero{background:var(--ink);color:var(--white)}
.hero-grid{min-height:690px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:8%;align-items:stretch}
.hero-copy{padding:100px 0 90px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;line-height:1.5;margin:0 0 26px}
.hero .eyebrow{color:var(--mint);display:flex;align-items:center;gap:12px}.eyebrow-rule{width:23px;height:1px;background:currentColor}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(56px,6.4vw,108px);line-height:1.02;letter-spacing:-.075em;font-weight:650;max-width:900px;margin-bottom:34px}
.hero-intro{font-size:clamp(19px,1.65vw,23px);line-height:1.45;color:#d8e2e5;max-width:650px;margin-bottom:34px}
.hero-actions{display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.link-icon{display:inline-block;width:15px;height:15px;vertical-align:-.12em;flex:none;margin-left:.35em}
.button{display:inline-flex;gap:25px;align-items:center;justify-content:center;padding:16px 21px;text-decoration:none;font-size:15px;font-weight:800;min-height:54px}
.button .link-icon{margin-left:0}
.button-primary{background:var(--mint);color:var(--ink)}.button-primary:hover{background:#c1f2e4}
.text-link{text-decoration:none;color:var(--white);border-bottom:1px solid #8faaa8;padding-bottom:4px;font-size:15px;font-weight:700}.text-link:hover{color:var(--mint)}
.hero-side{border-left:1px solid #52616b;display:flex;flex-direction:column;justify-content:space-between;padding:38px 0 39px 38px;min-width:0}
.hero-side-top,.hero-side-bottom{display:flex;justify-content:space-between;gap:12px;color:#aabfc3;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.hero-emblem{font-size:clamp(58px,6vw,103px);line-height:.95;letter-spacing:-.09em;font-weight:750;color:var(--mint);display:flex;flex-direction:column}.hero-emblem span:last-child{margin-left:11%}
.section-pad{padding-block:115px}
.section-heading{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:start;margin-bottom:55px}.section-heading .eyebrow{margin-top:13px}
h2{font-size:clamp(42px,5vw,74px);line-height:1.08;letter-spacing:-.065em;font-weight:650;margin-bottom:0}
.work-section{background:var(--paper)}
.product-card{background:var(--white);border:1px solid var(--line);display:grid;grid-template-columns:minmax(350px,.8fr) minmax(0,1.2fr);min-height:560px}
.product-copy{padding:42px clamp(32px,4vw,70px) 50px;display:flex;flex-direction:column;align-items:flex-start}
.product-topline{width:100%;display:flex;justify-content:space-between;gap:20px;color:var(--muted);text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:67px}
.product-status{color:#0a7769}
.product-name{display:flex;align-items:center;gap:18px}.product-name img{display:block;width:29px;height:49px}.product-name h3{font-size:clamp(44px,4vw,62px);line-height:1;letter-spacing:-.075em;margin:0;font-weight:700}
.rename-note{font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#0a7769;margin:15px 0 26px}
.product-description{font-size:20px;line-height:1.5;color:var(--ink-soft);max-width:560px;margin-bottom:28px}
.product-link{font-size:15px;font-weight:800;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:4px}.product-link:hover{color:#0a7769;border-color:#0a7769}
.product-url{font-size:13px;color:var(--muted);margin:8px 0 0}
.product-visual{background:#d7e4e3;display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:42px 0 0 42px}
.visual-label{display:flex;justify-content:space-between;margin:0 42px 30px 0;color:#30514f;font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.workflow-panel{background:var(--ink);color:#f1f8f8;box-shadow:-18px 20px 45px rgba(21,48,48,.22);border-radius:15px 0 0 0;flex:1;display:flex;flex-direction:column;padding:27px 42px 24px}
.workflow-panel-head,.workflow-panel-foot{display:flex;justify-content:space-between;align-items:center;gap:15px;color:#aabfc3;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.workflow-panel-head{padding-bottom:27px;border-bottom:1px solid #52616b}.workflow-panel-foot{margin-top:auto;padding-top:20px;border-top:1px solid #52616b}.workflow-panel-foot img{width:19px;height:32px;filter:brightness(0) invert(1)}
.workflow-step{display:grid;grid-template-columns:55px minmax(0,1fr) minmax(105px,.75fr);gap:15px;align-items:center;min-height:82px;border-bottom:1px solid #52616b}.workflow-step:last-of-type{border-bottom:0}
.workflow-num{color:var(--mint);font-size:13px;font-weight:800;letter-spacing:.13em}.workflow-step strong{font-size:clamp(24px,2.5vw,37px);letter-spacing:-.045em;font-weight:650}.workflow-step>span:last-child{color:#aabfc3;font-size:13px}
.studio-section{background:#dde9e9;border-top:1px solid #c9d8d9;border-bottom:1px solid #c9d8d9}
.studio-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%}.studio-grid .eyebrow{margin-bottom:35px}
.studio-body{padding-top:43px;max-width:630px}.studio-body>p{font-size:20px;line-height:1.55;color:var(--ink-soft);margin-bottom:0}.studio-divider{height:1px;background:#afc6c7;margin:42px 0}.studio-body h3{font-size:23px;letter-spacing:-.03em;margin-bottom:14px}
.studio-contact{display:inline-block;margin-top:25px;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:4px;font-size:16px;font-weight:800;overflow-wrap:anywhere}.studio-contact:hover{color:#0b8c7b;border-color:#0b8c7b}
.site-footer{background:var(--ink);color:#dce7e9;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr 1.2fr .6fr;gap:35px}.footer-brand{font-size:30px;color:#fff;font-weight:750;letter-spacing:-.075em}.site-footer p{font-size:14px;line-height:1.75;margin:0}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-links a{font-size:14px;font-weight:700;text-decoration:none}.footer-bottom{border-top:1px solid #52616b;margin-top:72px;padding:25px 0 30px;display:flex;justify-content:space-between;gap:20px;color:#aabfc3;font-size:13px}.footer-bottom a{text-decoration:none}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr;min-height:0;gap:0}.hero-copy{padding:95px 0 80px}.hero-side{border-left:0;border-top:1px solid #52616b;padding:30px 0;min-height:230px}.hero-emblem{font-size:70px;align-self:center}.section-heading{grid-template-columns:1fr;gap:0}.section-heading .eyebrow{margin:0 0 25px}.product-card{grid-template-columns:1fr}.product-copy{min-height:475px}.product-topline{margin-bottom:45px}.product-visual{min-height:490px}.studio-grid{gap:8%}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 36px,1340px)}.header-inner{min-height:75px}.brand{font-size:20px}.brand-mark{width:28px;height:28px}.site-header nav{gap:14px}.site-header nav a{font-size:13px}.hero-copy{padding:80px 0 70px}.hero .eyebrow{font-size:11px}.hero-intro{font-size:18px}.hero-side{min-height:195px}.hero-side-top,.hero-side-bottom{font-size:10px}.hero-emblem{font-size:58px}.section-pad{padding-block:77px}h2{font-size:clamp(42px,10vw,56px)}.section-heading{margin-bottom:35px}.product-copy{min-height:0;padding:27px 26px 43px}.product-topline{margin-bottom:45px;padding-bottom:22px;font-size:11px}.product-name h3{font-size:50px}.product-description{font-size:18px}.product-visual{min-height:390px;padding:25px 0 0 25px}.visual-label{margin-right:25px;margin-bottom:20px;font-size:10px}.workflow-panel{padding:15px 20px 12px}.workflow-panel-head,.workflow-panel-foot{font-size:10px}.workflow-panel-head{padding-bottom:12px}.workflow-step{grid-template-columns:30px minmax(0,1fr);gap:8px;min-height:56px}.workflow-step strong{font-size:22px}.workflow-step>span:last-child{display:none}.workflow-panel-foot{padding-top:10px}.studio-grid{grid-template-columns:1fr;gap:0}.studio-body{padding-top:35px}.studio-body>p{font-size:18px}.studio-divider{margin:31px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-bottom{margin-top:55px}}
@media(max-width:390px){.site-header nav a:last-child{display:none}.hero-actions{gap:24px}.hero-side-top span:last-child{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
