@charset "UTF-8";

:root{color-scheme:dark;--bg:#191b19;--panel:#222520;--orange:#ff8950;--cream:#f3f1e9;--ink:#252922;--muted:#b3b7aa;--line:#3a3e34;--mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;--sans:Inter,"Helvetica Neue",Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{margin:0;background:var(--bg);color:var(--cream);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%}
img{display:block;height:auto}
button{color:inherit}
button:disabled{cursor:default}
[hidden]{display:none!important}
::selection{background:var(--orange);color:var(--bg)}
:focus-visible{outline:3px solid var(--orange);outline-offset:5px}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:600;line-height:1.08;letter-spacing:-.05em}
h2{font-size:clamp(2.3rem,4vw,3.5rem);margin-bottom:0}
h3{font-size:1.45rem;letter-spacing:-.035em}
p{color:var(--muted)}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.svg-library{position:absolute;width:0;height:0;overflow:hidden}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;padding:12px 22px;background:var(--orange);color:var(--bg)}
.skip-link:focus{top:10px}
.site-header{position:sticky;top:0;z-index:20;background:rgb(25 27 25 / 96%);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{min-height:98px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:13px;flex-shrink:0;line-height:1.1;font-size:17px;letter-spacing:-.04em;font-weight:800}
.brand>svg{color:var(--orange);flex-shrink:0}
.brand-light{font-weight:400}
.brand small{display:block;font:8px var(--mono);letter-spacing:.24em;margin-top:8px;color:var(--muted)}
nav{display:flex;align-items:center;gap:32px;font-size:13px}
nav>a:not(.nav-cta){color:#c4c7bc;transition:color .2s}
nav>a:hover{color:var(--orange)}
.nav-cta{border:1px solid #5a5d51;padding:11px 19px;display:flex;gap:28px;align-items:center;border-radius:3px}
.nav-cta span{color:var(--orange);font-size:20px}
.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:9px 12px;border-radius:3px;font-size:13px}
.hero{display:grid;grid-template-columns:1.05fr 1fr;column-gap:5%;padding-top:76px}
.hero-copy{align-self:center;padding-bottom:20px}
.eyebrow{font:10px/1.6 var(--mono);letter-spacing:.12em;color:var(--orange);display:flex;gap:10px;align-items:center;margin-bottom:29px}
.dot{display:inline-block;width:6px;height:6px;background:var(--orange);border-radius:50%;flex-shrink:0;box-shadow:0 0 0 4px rgb(255 137 80 / 9%)}
h1{font-size:clamp(3.3rem,5.3vw,5.15rem);line-height:1.04;letter-spacing:-.065em;margin:0 0 28px;white-space:nowrap}
.orange{color:var(--orange)}
.hero-description{font-size:17px;line-height:1.8;max-width:450px;margin-bottom:31px}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;border:0;border-radius:3px;font-size:13px;font-weight:600;min-height:53px;padding:14px 22px;transition:background .2s,transform .2s}
.button svg{width:18px;height:18px;flex-shrink:0}
.primary{background:var(--orange);color:#201a14}
.primary:hover{background:#ffab7c;transform:translateY(-2px)}
.text-link{display:inline-flex;align-items:center;gap:19px;font-size:12px;font-weight:500}
.text-link>span:not(.sr-only){font-size:19px;color:var(--orange);transition:transform .2s}
.text-link:hover>span:not(.sr-only){transform:translate(2px,-2px)}
.hero-facts{margin-top:45px;display:flex;flex-wrap:wrap;gap:12px 20px;font-size:10px;color:var(--muted)}
.hero-facts>span{display:flex;align-items:center;gap:7px}
.line-icon{width:16px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;flex-shrink:0}
.hero-facts i{font-style:normal;color:var(--orange)}
.print-lab{min-width:0;border:1px solid #484c3f;border-radius:5px;background:#20231f;position:relative;box-shadow:0 20px 90px rgb(0 0 0 / 8%)}
.lab-top{padding:15px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;font:9px var(--mono);letter-spacing:.1em;color:#c1c4b8}
.lab-top>span:first-child{display:flex;align-items:center;gap:10px}
.lab-number{color:#979d8d}
.model-stage{position:relative;background-image:radial-gradient(#929a7425 .7px,transparent .7px);background-size:18px 18px;overflow:hidden}
.stage-label{position:absolute;left:22px;top:22px;font:8px var(--mono);letter-spacing:.12em;color:#afb5a4;z-index:1;pointer-events:none}
.stage-label small{display:block;font-family:var(--sans);font-size:10px;letter-spacing:0;color:#929a88;margin-top:7px}
#print-preview{display:block;width:100%;height:auto}
.model-caption{position:absolute;bottom:14px;left:22px;right:22px;display:flex;justify-content:space-between;font:8px var(--mono);letter-spacing:.12em;color:#bfc4b5}
.model-caption>span{color:#949c88}
.lab-controls{padding:20px 23px 12px;border-top:1px solid var(--line)}
.color-control,.layer-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}
.control-label{font:8px var(--mono);letter-spacing:.1em;color:#a4ac98}
.control-label strong{display:block;font:12px var(--sans);letter-spacing:0;font-weight:500;color:var(--cream);margin-top:5px}
.swatches{display:flex;gap:10px}
.swatch{border-radius:50%;width:25px;height:25px;border:4px solid #20231f;background:var(--swatch);outline:1px solid transparent;transition:outline-color .15s;position:relative}
.swatch::after{content:"";position:absolute;inset:-8px}
.swatch:hover{outline-color:#7b826e}
.swatch.selected{outline-color:var(--swatch)}
.swatch:focus-visible{outline:3px solid var(--cream);outline-offset:4px}
.layer-heading{margin-top:22px}
#layer-output{font:10px var(--mono);color:var(--orange)}
input[type=range]{display:block;width:100%;height:20px;accent-color:var(--orange);margin:4px 0;cursor:pointer}
.range-labels{display:flex;justify-content:space-between;align-items:center;color:#9ea592;font-size:9px}
.range-labels button{border:0;background:none;padding:4px 0;font-size:10px;color:#d7dccd}
.range-labels button:hover{color:var(--orange)}
.demo-note{font-size:9px;margin:0;text-align:center;padding:10px 14px 12px;color:#a0a695}
.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;margin-top:52px;padding:24px 0 29px;font:8px var(--mono);letter-spacing:.12em;color:#959c8b}
.hero-bottom a{color:#c4cabc;display:flex;gap:20px;align-items:center}
.hero-bottom a span{color:var(--orange);font-size:19px}
.capability-strip{background:#292d25;border-top:1px solid #393e31;border-bottom:1px solid #393e31;padding:24px 0}
.capability-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#d8ddcb;font-size:12px}
.capability-strip i{font-size:17px;font-style:normal;color:var(--orange)}
.section{padding-block:100px}
.light-section{background:var(--cream);color:var(--ink);color-scheme:light}
.light-section p{color:#676b5e}
.light-section .eyebrow,.about-section .eyebrow{color:#a54a22}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:46px}
.section-heading .eyebrow{margin-bottom:20px}
.section-heading>p{max-width:330px;font-size:14px;margin:0 0 4px}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.service-card{padding:34px;background:#faf9f4;border:1px solid #d9dcd1;border-radius:4px;display:flex;flex-direction:column}
.service-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:32px}
.service-icon{display:flex;align-items:center;justify-content:center;width:51px;height:51px;border:1px solid #dcdccf;border-radius:3px;color:#a74e28}
.service-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.tiny-label{font:9px var(--mono);letter-spacing:.08em;color:#676e5d}
.service-card h3{font-size:32px;margin-bottom:15px}
.service-card p{font-size:14px;max-width:430px;margin-bottom:22px}
.service-card ul{list-style:none;margin:0 0 29px;padding:0;font-size:12px;color:#676b5e;line-height:2.1}
.service-card li::before{content:"↳";margin-right:10px;color:#b0532c}
.service-link{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #dcdfd2;padding-top:20px;font-size:13px;font-weight:600;margin-top:auto}
.service-link span{width:33px;height:33px;display:grid;place-items:center;background:#f2e7da;color:#904722;border-radius:50%;font-size:20px;transition:background .2s,transform .2s}
.service-link:hover span{background:#ffc09a;transform:rotate(45deg)}
.custom-note{display:flex;align-items:center;gap:16px;margin-top:27px}
.custom-note>span{font-size:26px;color:#a7552e}
.custom-note p{margin:0;font-size:12px}
.custom-note strong{color:var(--ink);font-weight:500}
.custom-note a{margin-left:auto;flex-shrink:0;font-size:12px;color:#95421c;text-decoration:underline;text-underline-offset:4px}
.examples-section{background:#e7e9df;color:var(--ink);color-scheme:light}
.examples-section .eyebrow{color:#5d674f}
.examples-section .section-heading>p{color:#636a59}
.examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.example-card{min-width:0}
.example-art{border-radius:3px;position:relative;padding:31px 12px 33px;border:1px solid rgb(75 84 58 / 8%);overflow:hidden}
.art-one{background:#ebe0d1}.art-two{background:#d9e0cf}.art-three{background:#d5dfe0}
.example-art svg{display:block;width:100%;transition:transform .35s ease}
.example-card:hover svg{transform:translateY(-5px) rotate(-2deg)}
.art-number{position:absolute;top:17px;left:18px;font:8px var(--mono);color:#515b45;letter-spacing:.06em}
.art-tag{position:absolute;left:18px;bottom:15px;font-size:10px;color:#515b45}
.example-copy{padding:24px 0 0}
.example-copy h3{font-size:20px;letter-spacing:-.035em;margin-bottom:13px}
.example-copy p{font-size:13px;color:#626b56;line-height:1.8;margin-bottom:18px}
.example-copy a{font-size:11px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:8px}
.example-copy a span{font-size:19px;color:#965027}
.example-copy a:hover{text-decoration:underline;text-underline-offset:4px}
.example-disclaimer{font:9px/1.7 var(--mono);color:#58644b;margin:31px 0 0}
.process-section{background:#23271f}
.process-section .section-heading{margin-bottom:56px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0;gap:45px}
.step-number{font:38px var(--mono);font-weight:400;color:#6e7960;border-top:1px solid #444c3a;display:flex;justify-content:space-between;align-items:center;padding-top:24px;margin-bottom:29px;letter-spacing:-.09em}
.step-number>span{font:22px var(--sans);color:var(--orange)}
.process-grid h3{font-size:23px;margin-bottom:17px}
.process-grid p{font-size:13px;margin-bottom:0;line-height:1.85;color:#b9c1af}
.about-section{background:var(--cream);color:var(--ink);color-scheme:light}
.about-grid{display:grid;grid-template-columns:.82fr 1.2fr;gap:10%;align-items:center}
.portrait-block{position:relative}
.portrait-frame{background:#daddd1;position:relative;border-radius:3px;overflow:hidden;aspect-ratio:4/4.7}
.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:saturate(.7)}
.portrait-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 65%,rgb(32 41 21 / 20%));pointer-events:none}
.portrait-corner{position:absolute;right:14px;top:8px;color:var(--orange);font:30px var(--mono)}
.portrait-label{padding:18px 0 0;display:flex;align-items:center;gap:8px;font-size:10px;color:#6b705f}
.portrait-label>span:first-child{margin-right:auto}
.portrait-label strong{font-size:14px;display:block;color:#333b2a;font-weight:500}
.portrait-label small{font:7px var(--mono);letter-spacing:.08em;display:block;margin-top:5px}
.about-copy h2{font-size:clamp(2.1rem,3.3vw,3rem);margin-bottom:28px}
.about-copy .eyebrow{margin-bottom:22px}
.about-copy p{font-size:14px;color:#666e5b;line-height:1.9}
.about-copy .lead{font-size:18px;line-height:1.6;color:#333d29;margin-bottom:20px}
.about-tags{display:flex;flex-wrap:wrap;gap:8px;margin:27px 0 28px}
.about-tags span{font:9px var(--mono);border:1px solid #d2d8c5;border-radius:2px;padding:7px 10px;color:#59664a}
.about-copy .text-link{font-size:11px;color:#4f5f40}
.about-copy .text-link>span:not(.sr-only){color:#ab4c21}
.faq-section{background:#e7e9df;color:var(--ink);color-scheme:light;padding-block:80px}
.faq-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:12%}
.faq-section .eyebrow{color:#5b674d;margin-bottom:20px}
.faq-section h2{margin-bottom:24px}
.faq-section p{font-size:13px;color:#57634a;line-height:1.8}
.faq-section p a{display:inline-block;margin-top:8px;color:#754326;text-decoration:underline;text-underline-offset:5px}
.faq-list{border-top:1px solid #c4cdb6}
.faq-list details{border-bottom:1px solid #c4cdb6}
summary{cursor:pointer}
.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-size:14px;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font-size:24px;line-height:1;font-weight:300;color:#727e60}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list details p{padding:0 36px 20px 0;margin:0}
.contact-section{padding-block:105px;background:radial-gradient(ellipse at 15% 55%,#343327 0,transparent 55%),#1c201a}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}
.contact-copy{padding-top:25px}
.contact-copy .eyebrow{margin-bottom:28px}
.contact-copy h2{font-size:clamp(2.6rem,4.6vw,4.3rem);margin-bottom:24px}
.contact-copy>p:not(.eyebrow){font-size:15px;line-height:1.8;color:#bfc3b4}
.contact-email{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:clamp(1.1rem,2vw,1.7rem);letter-spacing:-.025em;color:var(--orange);padding:18px 0;border-bottom:1px solid #545943}
.contact-email:hover{color:#ffb68f}
.copy-email{background:none;border:0;padding:13px 0;color:#c1c6b4;font-size:10px;display:flex;align-items:center;gap:9px}
.copy-email:hover{color:var(--orange)}
.contact-location{display:flex;align-items:flex-start;gap:10px;margin-top:39px;color:#aeb89b}
.contact-location>svg{margin-top:3px}
.contact-location strong{display:block;color:#d5dbc9;font-size:12px;font-weight:500}
.contact-location span{display:block;font-size:10px;margin-top:4px}
.request-panel{min-width:0;border:1px solid #515844;border-radius:5px;background:rgb(38 44 31 / 75%);padding:28px}
.request-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #47503b;padding-bottom:18px;margin-bottom:25px}
.request-heading .tiny-label{color:#c6cfb7;letter-spacing:.13em}
.request-heading>span:last-child{font-size:23px;color:var(--orange);line-height:1}
fieldset{margin:0 0 23px;padding:0;border:0;min-width:0}
legend,.field label{font-size:11px;color:#dde3d3;margin-bottom:10px;padding:0}
.service-options{display:grid;grid-template-columns:.95fr .8fr 1.3fr;gap:7px}
.service-options label{position:relative;cursor:pointer}
.service-options input{position:absolute;width:1px;height:1px;opacity:0}
.service-options span{display:flex;justify-content:center;align-items:center;text-align:center;padding:10px 5px;border:1px solid #667155;border-radius:2px;font-size:10px;min-height:42px;transition:border-color .2s,background .2s;color:#d1d9c4}
.service-options input:checked+span{border-color:var(--orange);background:rgb(255 137 80 / 10%);color:#ffb086}
.service-options input:focus-visible+span{outline:3px solid var(--orange);outline-offset:3px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{margin-bottom:20px;min-width:0}
.field label{display:block;margin-bottom:8px}
.field label span{color:#a5b295;font-size:9px}
.field input,.field textarea,.field select{display:block;width:100%;background:#23291f;color:#edf0e6;border:1px solid #59664a;border-radius:2px;padding:11px 12px;font-size:12px;min-height:43px}
.field select{padding-right:8px}
.field input::placeholder,.field textarea::placeholder{color:#a3af92;opacity:1}
.field textarea{resize:vertical;min-height:114px;line-height:1.8;max-height:400px}
.attachment-note{font-size:10px;line-height:1.7;color:#b6c1a5;display:flex;gap:9px;margin-top:-7px;margin-bottom:22px}
.attachment-note>span{color:var(--orange)}
.submit-button{width:100%}
.form-note{font-size:9px;line-height:1.8;color:#b2bea2;margin:13px 0 0}
.mail-fallback{margin-top:18px;border-top:1px solid #58644b;padding-top:15px}
.mail-fallback p{font-size:12px;color:#d9e3ca;margin-bottom:10px}
.mail-fallback button{background:none;border:1px solid #647553;padding:8px 12px;border-radius:2px;font-size:11px}
.mail-fallback summary{font-size:11px;margin-top:13px}
.mail-fallback pre{font:11px/1.7 var(--mono);white-space:pre-wrap;overflow-wrap:anywhere;max-height:250px;overflow-y:auto}
.site-footer{background:#161a14;border-top:1px solid #353f2a;padding-top:46px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:38px}
.footer-top>p{font-size:12px;color:#a6b297;margin:0 0 0 auto}
.footer-top>.text-link{margin-left:60px;font-size:10px;color:#c3ceb4}
.footer-bottom{border-top:1px solid #353f2a;padding:22px 0;display:flex;justify-content:space-between;gap:15px;font-size:9px;color:#a1af8f}
.footer-bottom a:hover{color:var(--orange)}
.toast{position:fixed;z-index:50;bottom:24px;left:50%;transform:translateX(-50%);padding:14px 22px;background:var(--cream);color:#252e1f;border:1px solid #bfc8b1;box-shadow:0 5px 40px #0004;border-radius:4px;font-size:13px;max-width:calc(100% - 32px);width:max-content}
@media(min-width:1450px){.hero{padding-top:90px}.hero-copy{padding-bottom:35px}.hero-actions{gap:26px}.hero-description{font-size:18px}.hero-facts{margin-top:50px}}
@media(max-width:1150px){.wrap{width:calc(100% - 72px)}nav{gap:23px}.hero{column-gap:4%;padding-top:55px}.hero-actions{gap:18px}.hero-actions .text-link{font-size:11px}.hero-facts{margin-top:29px}.hero-description{font-size:15px}.hero .eyebrow{font-size:8px}.service-card{padding:27px}.section{padding-block:80px}.contact-grid{gap:6%}.request-panel{padding:23px}.about-grid{gap:7%}.footer-top>.text-link{margin-left:20px}}
@media(max-width:900px){.header-inner{min-height:82px;gap:15px}nav{gap:18px;font-size:11px}.brand{font-size:15px;gap:9px}.brand>svg{width:25px}.nav-cta{padding:8px 11px;gap:15px}.hero{grid-template-columns:1fr 1fr;column-gap:25px}h1{font-size:clamp(2.5rem,5.2vw,3.4rem)}.hero-description{font-size:14px}.hero .eyebrow{letter-spacing:.035em;font-size:7px}.hero-facts{font-size:9px;gap:10px}.lab-top{padding:13px;font-size:8px}.stage-label{top:15px;left:15px;font-size:7px}.stage-label small{font-size:8px}.lab-controls{padding:15px 16px 9px}.demo-note{font-size:8px}.hero-bottom{margin-top:34px}.capability-strip .wrap{font-size:10px;gap:12px}.section-heading>p{max-width:260px;font-size:13px}.service-card h3{font-size:29px}.service-top .tiny-label{font-size:8px}.service-card p{font-size:13px}.service-card ul{font-size:11px}.custom-note{flex-wrap:wrap}.custom-note a{margin-left:36px}.examples-grid{gap:18px}.example-copy h3{font-size:18px;line-height:1.2}.example-copy p{font-size:12px}.process-grid{gap:25px}.about-grid{grid-template-columns:.8fr 1fr;gap:6%}.about-copy p{font-size:12px}.about-copy .lead{font-size:16px}.about-copy h2{font-size:31px}.about-copy .eyebrow{font-size:8px}.portrait-label{flex-wrap:wrap}.portrait-label>span:first-child{width:100%;margin-bottom:6px}.about-tags{gap:5px}.about-tags span{font-size:8px;padding:5px 7px}.contact-grid{gap:5%}.contact-email{font-size:18px}.request-panel{padding:20px}.form-row{gap:10px}.field label{font-size:10px}.service-options{gap:5px}.service-options span{font-size:9px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:720px){html{scroll-padding-top:92px}.wrap{width:calc(100% - 40px)}.header-inner{flex-wrap:wrap;min-height:76px;padding-block:17px}.site-header .brand{font-size:16px}.menu-toggle:not([hidden]){display:flex;align-items:center;gap:14px}.site-header nav{width:100%;flex-wrap:wrap;gap:12px 22px;padding-top:8px;font-size:12px}.menu-enabled .site-header nav{display:none}.menu-enabled .site-header nav.is-open{display:flex}.nav-cta{margin-left:auto;padding:7px 12px}.hero{grid-template-columns:1fr;padding-top:51px;gap:0}.hero-copy{padding:0}.hero .eyebrow{font-size:8px;letter-spacing:.09em;margin-bottom:22px}h1{font-size:clamp(2.65rem,9.2vw,4.4rem);margin-bottom:24px}.hero-description{font-size:15px;max-width:490px;margin-bottom:26px}.hero-actions{gap:24px}.button{font-size:12px;min-height:50px;padding:13px 19px}.hero-actions .text-link{font-size:11px}.hero-facts{margin-top:28px;font-size:10px;gap:12px 20px}.print-lab{margin:38px auto 0;width:100%;max-width:500px}.lab-top{padding:15px 19px;font-size:9px}.stage-label{top:21px;left:21px;font-size:8px}.stage-label small{font-size:10px}.lab-controls{padding:20px 23px 12px}.swatch{width:27px;height:27px}.swatches{gap:12px}.control-label{font-size:9px}.control-label strong{font-size:13px}.range-labels{font-size:10px}.range-labels button{font-size:11px;padding-block:8px}.demo-note{font-size:9px}.hero-bottom{margin-top:25px;padding:21px 0;font-size:7px;gap:16px}.hero-bottom>a{gap:8px;font-size:7px;white-space:nowrap}.hero-bottom>span{max-width:200px}.capability-strip{padding:21px 0}.capability-strip .wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px 12px;font-size:11px}.capability-strip i{display:none}.capability-strip span::before{content:"✳";color:var(--orange);margin-right:10px}.section{padding-block:64px}h2{font-size:37px}.section-heading{display:block;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:17px}.section-heading>p{max-width:460px;margin-top:23px;font-size:13px}.service-grid{grid-template-columns:1fr;gap:18px}.service-card{padding:26px}.service-top{margin-bottom:26px}.service-top .tiny-label{font-size:9px}.service-card h3{font-size:32px}.service-card p{font-size:14px;max-width:none}.service-card ul{font-size:12px}.custom-note{gap:10px;align-items:flex-start;margin-top:23px}.custom-note>p{flex:1;font-size:12px;padding-top:6px}.custom-note strong{display:block}.custom-note a{margin-left:29px}.examples-grid{grid-template-columns:1fr;gap:32px}.example-art{max-height:320px;padding:28px 28px 30px}.example-art svg{max-height:260px}.example-copy{padding-top:20px}.example-copy h3{font-size:23px;margin-bottom:12px}.example-copy p{font-size:13px;max-width:420px;margin-bottom:10px}.example-copy a{font-size:12px;border-bottom:1px solid #cdd3c2;padding-bottom:12px}.example-disclaimer{font-size:8px;margin-top:24px}.process-section .section-heading{margin-bottom:30px}.process-section .section-heading>.text-link{margin-top:23px}.process-grid{grid-template-columns:1fr;gap:30px}.step-number{font-size:30px;padding-top:20px;margin-bottom:20px}.process-grid h3{font-size:23px;margin-bottom:12px}.process-grid p{font-size:13px;max-width:470px}.about-grid{grid-template-columns:1fr;gap:36px}.portrait-block{max-width:440px;width:100%;margin-inline:auto}.portrait-frame{aspect-ratio:1/1.05}.portrait-label{flex-wrap:nowrap}.portrait-label>span:first-child{width:auto;margin-bottom:0}.about-copy h2{font-size:36px}.about-copy .eyebrow{font-size:10px}.about-copy p{font-size:14px}.about-copy .lead{font-size:18px}.about-tags span{font-size:9px;padding:7px 10px}.about-tags{gap:8px}.about-copy .text-link{font-size:12px}.faq-grid{grid-template-columns:1fr;gap:20px}.faq-section h2{margin-bottom:18px}.faq-section p{font-size:13px}.faq-list summary{font-size:13px;gap:12px;min-height:65px}.faq-list details p{font-size:12px;padding-right:23px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-copy{padding-top:0}.contact-copy h2{font-size:clamp(2.6rem,9vw,3.5rem)}.contact-email{font-size:clamp(1.2rem,5.5vw,1.6rem);max-width:460px}.contact-copy>p:not(.eyebrow){font-size:14px}.contact-location{margin-top:23px}.request-panel{padding:25px}.service-options span{font-size:11px}.form-row{gap:13px}.field label{font-size:11px}.form-note{font-size:10px}.footer-top{flex-wrap:wrap;gap:25px;padding-bottom:30px}.footer-top>p{font-size:10px}.footer-top>.text-link{margin-left:0;width:100%}.footer-bottom{font-size:8px;row-gap:12px}.footer-bottom a{font-size:9px}.site-footer{padding-top:35px}}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.hero-actions{gap:18px}.hero-facts{font-size:9px}.service-card{padding:22px}.service-top .tiny-label{font-size:8px}.request-panel{padding:19px}.service-options span{font-size:9px}.contact-location span{font-size:9px}.footer-top>p{margin-left:0}.footer-top>.text-link{width:auto;margin-left:auto}.nav-cta{margin-left:0}.portrait-label{font-size:9px}.portrait-label small{font-size:6px}.hero-bottom{font-size:6px}.hero-bottom>a{font-size:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
