/* webrys — design with instinct. All assets are local. */
:root{--paper:#f7f2e9;--paper-deep:#efe7dc;--ink:#282528;--muted:#756960;--line:#ded7d3;--lime:#ff8054;--serif:'Instrument Serif',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--mono:'Courier New',monospace;--radius:18px;--ease:cubic-bezier(.22,1,.36,1)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
button{color:inherit;cursor:pointer}
button{border:0}
a{color:inherit;text-decoration:none}
button:disabled{cursor:default}
img{display:block;max-width:100%;height:auto}
svg{display:block}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.12;font-weight:600}
em{font-family:var(--serif);font-weight:400;font-style:italic}
::selection{background:var(--lime);color:var(--ink)}
:focus-visible{outline:3px solid #8d452a;outline-offset:5px}
[hidden]{display:none!important}
.container{width:min(1320px,calc(100% - 112px));margin-inline:auto}
.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.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:10px;left:20px;padding:10px 20px;z-index:200;background:var(--lime);transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:left;background:#ce7858;z-index:100}
.eyebrow{display:flex;align-items:center;gap:12px;font-family:var(--mono);font-size:10px;font-weight:400;letter-spacing:1.3px;line-height:1.5;text-transform:uppercase}
.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#a55e44;flex-shrink:0;box-shadow:0 0 0 4px #a55e4413}
.section-number{color:#837975}
.muted{color:var(--muted)}
.section-space{padding-block:108px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;min-height:54px;padding:8px 9px 8px 24px;border-radius:50px;font-size:12px;font-weight:600;line-height:1.4;transition:background .25s,transform .25s,box-shadow .25s}
.button:hover{transform:translateY(-3px);box-shadow:0 7px 18px #28252814}
.button-dark{background:var(--ink);color:var(--paper)}
.button-dark:hover{background:#403734}
.button-lime{background:var(--lime);color:var(--ink)}
.button-lime:hover{background:#ffcfb7}
.button-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffffff17}
.button-lime .button-icon{background:#231e1c12}
.button-icon .icon{width:19px;height:19px}
.button>.icon{margin-inline:0 12px}
.text-link{display:inline-flex;align-items:center;gap:14px;font-size:12px;font-weight:600;background:none;padding:6px 0;position:relative}
.text-link::after{content:'';position:absolute;bottom:0;left:0;height:1px;width:calc(100% - 34px);background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s}
.text-link:hover::after{transform:scaleX(1)}
.text-link>span{font-size:21px;font-weight:400}
.text-link .icon{width:18px;height:18px;transition:transform .3s}
.text-link:hover .icon{transform:translate(2px,-2px)}
.site-header{position:sticky;top:0;z-index:50;background:#f7f2e9ef;border-bottom:1px solid transparent;backdrop-filter:blur(16px);transition:border-color .3s}
.site-header.scrolled{border-color:var(--line)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}
.scrolled .header-inner{border-bottom-color:transparent}
.brand{display:inline-flex;align-items:center;gap:11px;white-space:nowrap;font-size:20px;letter-spacing:-.9px;font-weight:700}
.brand-mark{display:grid;place-items:center;width:35px;height:35px;background:var(--lime);border-radius:50%}
.brand-mark svg{width:23px;height:23px;stroke:var(--ink);stroke-width:3.3;transition:transform .7s var(--ease)}
.brand:hover .brand-mark svg{transform:rotate(90deg)}
.brand-dot{color:#95563f}
.desktop-nav{display:flex;gap:34px;align-items:center;margin-left:50px}
.desktop-nav a{font-size:11px;font-weight:500;position:relative;padding-block:10px}
.desktop-nav a::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.desktop-nav a:hover::after,.desktop-nav a[aria-current]::after{transform:scaleX(1)}
.header-cta{display:flex;align-items:center;gap:25px;border:1px solid #b8aeaa;border-radius:30px;padding:11px 18px;font-size:11px;font-weight:600;transition:background .25s,border .25s}
.header-cta:hover{background:var(--lime);border-color:var(--lime)}
.header-cta .icon{width:17px;height:17px}
.menu-toggle,.mobile-nav{display:none}
.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:25px 48px;padding-top:58px}
.hero-copy{padding-top:17px;position:relative;z-index:2}
.hero-eyebrow{margin-bottom:32px}
h1{font-size:clamp(65px,6.5vw,100px);line-height:1.04;letter-spacing:-6px;font-weight:500;white-space:nowrap}
h1 em{font-size:1.15em;letter-spacing:-3.6px;line-height:.8}
.hero-description{font-size:13px;line-height:1.9;color:#6f6865;margin-top:27px}
.hero-actions{display:flex;align-items:center;gap:26px;margin-top:29px}
.hero-actions .text-link{font-size:10px;gap:8px;white-space:nowrap}
.hero-person{display:flex;align-items:center;gap:12px;margin-top:34px}
.person-monogram{position:relative;display:grid;place-items:center;width:39px;height:39px;border:1px solid #cec6c2;border-radius:50%;font-weight:600;font-size:18px;letter-spacing:-2px;background:#e8e1de}
.person-monogram>span{position:absolute;bottom:-1px;right:-1px;width:10px;height:10px;border:2px solid var(--paper);border-radius:50%;background:#af6d55}
.hero-person p{font-size:9px;line-height:1.85;color:#7b7c72}
.hero-person strong{color:#48413e;font-weight:500}
.hero-art{position:relative;min-width:0;height:485px;isolation:isolate;background:#2b2523;border-radius:16px;overflow:hidden;background-image:radial-gradient(#e4c0ae0c 1px,transparent 1px);background-size:20px 20px}
.hero-art::before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 65%,#ff80541a,transparent 67%)}
.art-topline,.art-bottomline{position:absolute;left:25px;right:25px;display:flex;align-items:center;justify-content:space-between;z-index:4;font:8px var(--mono);letter-spacing:1px;color:#b2a099}
.art-topline{top:24px}
.art-topline>span:first-child{display:flex;align-items:center;gap:6px}
.tiny-dot{width:4px;height:4px;background:var(--lime);border-radius:50%}
.art-bottomline{bottom:20px;color:#d4c5bd}
.art-orbit{position:absolute;border:1px solid #dcaf9e25;border-radius:50%;z-index:-1;pointer-events:none}
.orbit-one{width:450px;height:450px;top:54px;left:50%;transform:translateX(-50%)}
.orbit-two{width:510px;height:270px;top:145px;left:50%;transform:translateX(-50%) rotate(-34deg);border-color:#dcaf9e35}
.art-spark{position:absolute;right:24px;top:56px;width:94px;height:94px;stroke:var(--lime);stroke-width:2;animation:slow-spin 40s linear infinite}
.art-word{position:absolute;left:27px;top:61px;color:#ff80542b;font-size:51px;font-weight:600;letter-spacing:-3px;line-height:.93;transform:rotate(-8deg)}
.showcase-browser{position:absolute;width:82%;left:9%;top:138px;border-radius:9px;background:#fbf8f7;transform:perspective(1000px) rotateY(-9deg) rotateX(7deg) rotateZ(-7deg) translate(var(--mouse-x,0px),var(--mouse-y,0px));box-shadow:0 32px 35px -12px #0008,0 0 0 1px #ffffff30;transition:width .8s var(--ease),left .8s var(--ease),top .8s var(--ease),transform .7s var(--ease);z-index:2;overflow:hidden}
.browser-bar{height:27px;display:flex;align-items:center;padding:0 11px;gap:10px;border-bottom:1px solid #dfd7d3;background:#f7f2ef}
.browser-dots{display:flex;gap:4px}.browser-dots i{width:4px;height:4px;background:#c0b5b1;border-radius:50%}
.browser-address{font:6px var(--mono);color:#908682;background:#ede6e2;text-align:center;width:58%;border-radius:3px;margin-inline:auto;padding:2px 0}
.browser-star{width:8px;height:8px;stroke:#927e76;stroke-width:3}
.browser-viewport{overflow:hidden;position:relative;aspect-ratio:1200 / 840;background:#e8ded9;transition:aspect-ratio .7s}
.browser-viewport>img{width:100%;height:100%;object-fit:cover;transition:opacity .4s}
.mobile-preview-content{display:none}
.showcase-browser.is-mobile{width:166px;left:calc(50% - 83px);top:88px;border-radius:22px;border:6px solid #eee7e4;transform:rotate(7deg);box-shadow:0 25px 40px #0005}
.is-mobile .browser-bar{height:19px;padding:0 7px}.is-mobile .browser-dots{display:none}.is-mobile .browser-address{width:60%;font-size:6px}
.is-mobile .browser-viewport{aspect-ratio: .57}
.is-mobile .browser-viewport>img{display:none}
.is-mobile .mobile-preview-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;padding:20px 13px;background:#f0e5df;color:#332824}
.mobile-preview-content>span:first-child{font-size:15px;font-weight:700;letter-spacing:-1px;margin-bottom:24px}
.mobile-preview-content small{font-family:var(--mono);font-size:5px;letter-spacing:1px}
.mobile-preview-content strong{font-family:Georgia,serif;font-weight:400;font-size:28px;line-height:1.1;margin-block:8px 13px}
.mobile-preview-shape{display:block;width:100%;height:89px;background:linear-gradient(150deg,transparent 25%,#664d44 26% 33%,transparent 34%),linear-gradient(30deg,#c7b3ac 25%,#746058 26% 45%,#e7d4cb 46% 75%,#c2a9a0 76%);margin-bottom:10px}
.art-note{display:flex;align-items:center;gap:10px;position:absolute;z-index:3;padding:12px 16px;background:#f8f2ef;border-radius:9px;box-shadow:0 6px 30px #0002}
.note-quality{right:17px;top:330px;transform:rotate(5deg)}
.note-check{background:#eac2af;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:#633c2e}
.note-check .icon{width:18px;height:18px}
.art-note>span:last-child{font-size:9px;line-height:1.65;color:#827671}
.art-note strong{font-weight:600;color:#3d302b;font-size:10px}
.art-tag{position:absolute;bottom:91px;left:23px;display:flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #ff805445;border-radius:20px;color:#ff8054;font-size:8px;transform:rotate(-7deg)}
.art-tag .status-dot{width:5px;height:5px;background:var(--lime)}
.device-toggle{display:flex;gap:3px;padding:3px;border:1px solid #af938940;border-radius:30px}
.device-toggle button{display:grid;place-items:center;background:transparent;color:#c5b1a9;width:36px;height:28px;border-radius:20px;transition:background .25s,color .25s}
.device-toggle button.active{background:var(--lime);color:var(--ink)}
.device-toggle .icon{width:15px;height:15px}
.hero-bottom{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:17px;padding-block:22px 25px;font-size:9px;color:#8a8c82}
.hero-bottom>a{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:8px;letter-spacing:.5px;color:#554c49}
.scroll-cue{display:grid;place-items:center;width:25px;height:31px;border:1px solid #cdc1bb;border-radius:15px;font-family:var(--sans);font-size:14px;transition:transform .3s}.hero-bottom>a:hover .scroll-cue{transform:translateY(4px)}
.hero-coordinate{font:8px var(--mono);letter-spacing:1px}
.capability-strip{background:#ede2dc;border-block:1px solid #e2d3cc}
.strip-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}
.strip-inner>span{font-size:12px;font-weight:500;letter-spacing:-.15px}
.strip-inner>svg{width:17px;height:17px;stroke:#8f6251;stroke-width:2;flex-shrink:0}
.section-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:29px;gap:20px}
.small-note{font-size:10px;color:var(--muted)}
h2{font-size:clamp(34px,3.4vw,51px);line-height:1.19;letter-spacing:-2.4px;font-weight:500}
h2 em{font-size:1.15em;letter-spacing:-1.1px;line-height:.8}
.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.section-heading-row>p{font-size:11px;line-height:1.85;color:var(--muted);padding-bottom:6px}
.projects-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:45px 0 25px}
.project-filters{display:flex;align-items:center;gap:5px}
.project-filters button{padding:9px 15px;border-radius:25px;background:transparent;color:#776e6a;font-size:10px;transition:background .2s,color .2s}
.project-filters button:hover{background:#e9e2df}
.project-filters button.active{background:var(--ink);color:var(--paper)}
.project-filters button>span{font-family:var(--mono);font-size:8px;margin-left:8px;opacity:.6}
.concept-label{display:flex;align-items:center;gap:7px;font-size:9px;color:#7b7370}
.concept-label>span{width:5px;height:5px;border-radius:50%;background:#9a8076}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 28px}
.project-card{min-width:0}
.project-open{display:block;width:100%;padding:0;text-align:left;background:transparent}
.project-image{position:relative;aspect-ratio:1.42;overflow:hidden;border-radius:10px;isolation:isolate}
.project-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease),filter .5s}
.project-image-forma{background:#e0d4ce}.project-image-rano{background:#ed9a6f}.project-image-north{background:#d5defb}
.project-open:hover .project-image img{transform:scale(1.035);filter:brightness(.95)}
.project-view{position:absolute;right:18px;top:18px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--paper);box-shadow:0 3px 15px #00000008;transition:background .3s,transform .4s}
.project-view .icon{width:18px;height:18px}
.project-open:hover .project-view{background:var(--lime);transform:rotate(45deg)}
.preview-label{position:absolute;bottom:18px;left:20px;transform:translateY(12px);opacity:0;background:var(--paper);padding:7px 13px;border-radius:30px;font-family:var(--mono);font-size:8px;letter-spacing:1px;transition:opacity .4s,transform .4s}
.project-open:hover .preview-label{opacity:1;transform:translateY(0)}
.project-caption{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px 1px 0}
.project-caption h3{font-size:22px;letter-spacing:-1px;font-weight:600}
.project-caption h3>span{font-size:16px;margin-left:3px}
.project-caption p{font-size:10px;color:var(--muted);margin-top:6px}
.project-type{display:flex;align-items:center;gap:18px;white-space:nowrap;font-size:9px;color:#746a66}
.project-type>span{font-size:19px;color:var(--ink)}
.project-invitation{background:#efe9e6;border:1px solid #e2d7d2;border-radius:10px;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:46px;overflow:hidden}
.invitation-star{position:absolute;right:-14px;top:12px;width:165px;height:165px;opacity:.3;transform:rotate(10deg)}
.invitation-star svg{width:100%;height:100%;stroke:#b78e7f;stroke-width:.7}
.project-invitation>p{font-family:var(--mono);font-size:8px;letter-spacing:1.2px;margin-bottom:22px;color:#7e6c66}
.project-invitation h3{font-size:39px;line-height:1.15;font-weight:500;letter-spacing:-1.6px;position:relative}
.project-invitation h3 em{font-size:1.1em}
.project-invitation .text-link{margin-top:25px;font-size:11px}
.invitation-index{position:absolute;left:46px;bottom:24px;font:8px var(--mono);letter-spacing:1px;color:#917d76}
.projects-disclaimer{font-size:9px;color:#83867b;margin-top:31px}
.services-section{background:var(--paper-deep);border-block:1px solid #e4ddd9}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:43px}
.service-card{background:var(--paper);border:1px solid #e3dbd7;border-radius:10px;padding:29px 26px 25px;transition:transform .4s,border-color .4s}
.service-card:hover{transform:translateY(-5px);border-color:#c19a8b}
.service-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:31px}
.service-card-top>span{font:10px var(--mono);color:#9d9491}
.service-art{position:relative;width:83px;height:71px}
.art-design>span{position:absolute;display:block;width:43px;height:49px;border:1px solid #594740;border-radius:3px;top:12px;left:19px;transform:rotate(-13deg);background:#ff8054}
.art-design>span:first-child{transform:rotate(-25deg);left:7px;top:17px;background:#e6ddd9}
.art-design>span:last-child{transform:rotate(2deg);left:30px;top:9px;background:transparent}
.art-design>span:last-child::before{content:'';position:absolute;width:24px;height:1px;background:#594740;left:8px;top:17px;box-shadow:0 6px #594740,0 12px #594740}
.art-code{display:flex;align-items:center;justify-content:center;gap:0;letter-spacing:-10px;font-size:50px;font-weight:400}
.art-code>span:nth-child(2){font-size:45px;color:#9b614b;transform:rotate(10deg);margin:0 4px 0 0}
.art-growth{display:flex;align-items:flex-end;gap:5px;padding:12px 8px}
.art-growth>span{width:13px;height:19px;border:1px solid #71554a;background:#ebd8ce;border-radius:2px 2px 0 0}.art-growth>span:nth-child(2){height:29px;background:#ecbfa9}.art-growth>span:nth-child(3){height:39px;background:var(--lime)}
.art-growth .icon{position:absolute;left:8px;top:1px;width:42px;height:31px;stroke:#71554a;stroke-width:1}
.service-card h3{font-size:19px;font-weight:600;letter-spacing:-.65px;margin-bottom:15px}
.service-card>p{font-size:11px;line-height:1.9;color:#79706d;min-height:84px;max-width:310px}
.service-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:26px}
.service-tags>span{font-size:8px;line-height:1.5;padding:5px 8px;border:1px solid #ddd4cf;border-radius:4px;color:#72635e}
.services-footer{display:flex;align-items:center;gap:10px;margin-top:25px;font-size:10px}
.services-footer p{color:#7f7470}.services-footer p strong{color:#5d4e48;font-weight:500}
.services-footer>a{display:flex;align-items:center;gap:12px;margin-left:auto;white-space:nowrap}.services-footer .icon{width:15px;height:15px}
.services-footer .status-dot{width:5px;height:5px}
.process-section{display:grid;grid-template-columns:.9fr 1.2fr;gap:90px}
.process-intro h2{margin-top:29px}.process-intro>p:not(.eyebrow){margin-top:24px;font-size:12px;line-height:1.9;color:var(--muted)}
.process-intro .text-link{margin-top:21px;font-size:11px}
.process-decoration{width:220px;height:130px;position:relative;margin-top:39px}
.process-decoration>span{position:absolute;width:120px;height:82px;border:1px solid #c7ada3;border-radius:50%;transform:rotate(-35deg);top:30px;left:0}
.process-decoration>span:nth-child(2){left:40px}.process-decoration>span:nth-child(3){left:80px}
.process-decoration>svg{position:absolute;top:15px;right:8px;width:45px;height:45px;stroke:#866153;stroke-width:1.2}
.process-steps{padding-top:1px}
.process-step{display:flex;align-items:flex-start;gap:25px;padding:28px 0;border-top:1px solid var(--line)}
.process-step:first-child{padding-top:24px}.process-step:last-child{border-bottom:1px solid var(--line)}
.step-number{font-family:var(--mono);font-size:11px;color:#8e7c76;margin-top:2px}
.step-kicker{font-family:var(--mono);font-size:8px;letter-spacing:1px;color:#92847f}
.process-step h3{font-size:18px;letter-spacing:-.6px;margin-block:11px 12px}
.process-step p{font-size:10px;line-height:1.9;color:var(--muted);max-width:350px}
.step-symbol{margin-left:auto;font-size:22px;color:#a88c82;line-height:1}
.about-section{padding-bottom:0}
.about-card{display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid #dfd6d1;border-radius:13px;overflow:hidden}
.about-visual{background:#e7d8d1;position:relative;min-height:480px;overflow:hidden}
.about-visual::after{content:'';position:absolute;inset:0;background-image:radial-gradient(#39221a14 .7px,transparent .7px);background-size:6px 6px;opacity:.55;pointer-events:none}
.about-monogram{position:absolute;top:34px;left:45px;font-size:240px;line-height:1.3;letter-spacing:-30px;font-weight:500;color:#45332d;transform:rotate(-9deg)}
.about-monogram>span{color:#97766a}
.about-orbit{position:absolute;width:510px;height:275px;left:-40px;top:55px;border:1px solid #af8b7e;border-radius:50%;transform:rotate(-37deg)}
.about-star{position:absolute;width:80px;height:80px;stroke:#7c5040;stroke-width:1;right:35px;top:39px;animation:slow-spin 55s linear infinite}
.about-visual-caption{position:absolute;bottom:62px;left:42px;font-size:10px;letter-spacing:1.7px;line-height:1.8;color:#655048}
.about-visual-coordinate{position:absolute;bottom:25px;left:42px;font:8px var(--mono);letter-spacing:1px;color:#917a71}
.about-copy{padding:48px 54px;background:#f1ece9}
.about-copy h2{margin-block:24px}
.about-copy>p:not(.eyebrow){font-size:11px;line-height:1.9;color:var(--muted);margin-top:15px;max-width:400px}
.about-signature{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:27px;padding-top:20px;border-top:1px solid #ddd1cb}
.about-signature>span:first-child{font-size:15px;letter-spacing:-.5px;font-weight:600}
.about-signature>span:nth-child(2){font-size:9px;color:#8c7d78;margin-left:auto}
.about-signature .icon{width:17px;height:17px;color:#8d7268;margin-left:9px}
.faq-section{display:grid;grid-template-columns:.9fr 1.2fr;gap:90px}
.faq-intro h2{margin-top:29px}
.faq-intro>p:not(.eyebrow){margin-top:24px;font-size:11px;line-height:1.9;color:var(--muted)}
.faq-intro a{color:var(--ink);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#ccbfb8}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list details:first-child{border-top:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;list-style:none;cursor:pointer;font-size:12px;font-weight:500;transition:color .2s}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:hover{color:#84503d}
.faq-plus{position:relative;display:block;width:25px;height:25px;border:1px solid #dccfc9;border-radius:50%;flex-shrink:0}
.faq-plus::before,.faq-plus::after{content:'';position:absolute;width:9px;height:1px;left:7px;top:11px;background:#7b655d;transition:transform .3s}
.faq-plus::after{transform:rotate(90deg)}
details[open] .faq-plus::after{transform:rotate(0)}
details[open] .faq-plus{background:#efe0d9}
.faq-answer{padding:0 32px 24px 0;font-size:11px;color:var(--muted);line-height:1.9}
.contact-section{background:#2b2422;color:var(--paper);position:relative;overflow:hidden}
.contact-section::before{content:'';pointer-events:none;position:absolute;width:640px;height:640px;border:1px solid #ff805408;border-radius:50%;right:-400px;top:-140px;box-shadow:0 0 0 65px #ff805403,0 0 0 130px #ff805403}
.contact-inner{padding-block:49px 0}
.contact-top{display:flex;align-items:center;justify-content:space-between;color:#b4a49e}
.contact-top .status-dot{background:var(--lime);box-shadow:0 0 0 4px #ff80540c}
.contact-top>span{font-family:var(--mono);font-size:8px;letter-spacing:1px;color:#8a766e}
.contact-main{display:flex;justify-content:space-between;gap:60px;padding-block:59px 65px}
.contact-main h2{position:relative;font-size:clamp(65px,7vw,106px);font-weight:500;letter-spacing:-5px;line-height:1.1}
.contact-main h2>span{color:#91807a}
.contact-main h2>em{color:var(--lime);font-size:1.13em}
.contact-main h2>svg{position:absolute;right:-111px;top:16px;width:67px;height:67px;stroke:var(--lime);stroke-width:1.2;transform:rotate(15deg)}
.contact-side{padding-top:9px;width:290px;flex-shrink:0}
.contact-side>p{font-size:12px;color:#af9e98;line-height:1.9}
.contact-phone{display:flex;align-items:center;justify-content:space-between;font-size:32px;letter-spacing:-1.1px;line-height:1.5;margin-top:15px;transition:color .3s}
.contact-phone:hover{color:var(--lime)}
.contact-phone .icon{width:26px;height:26px;color:var(--lime)}
.contact-person{display:block;font-size:9px;color:#927d75;margin-top:3px}
.contact-side .button{margin-top:27px;font-size:11px;width:100%;justify-content:space-between}
.contact-hint{display:block;font-size:8px;color:#9a8780;text-align:center;margin-top:10px}
.contact-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:24px;border-top:1px solid #b5a09825;font-size:9px;color:#a08c85}
.contact-bottom>a{display:flex;align-items:center;gap:9px;color:#cdc0b9}
.contact-bottom .icon{width:13px;height:13px}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:104px}
.site-footer .brand{font-size:15px;gap:8px;letter-spacing:-.6px}
.site-footer .brand-mark{width:27px;height:27px}.site-footer .brand-mark svg{width:18px;height:18px}
.copyright{font-size:9px;color:#8f837f}
.motion-toggle{display:flex;align-items:center;gap:7px;padding:10px 0;background:transparent;font-size:9px;color:#8b7b75;margin-left:auto}
.motion-indicator{display:block;width:6px;height:6px;background:#a7725f;border-radius:50%}
.motion-toggle[aria-pressed=true] .motion-indicator{background:#afa8a5}
.back-top{display:flex;align-items:center;gap:15px;font-size:9px;margin-left:12px}
.back-top>span{display:grid;place-items:center;width:27px;height:27px;border:1px solid #d9ccc5;border-radius:50%;font-size:14px}
dialog{padding:0;color:var(--ink);background:var(--paper);border:1px solid #dacfc9;border-radius:16px;max-height:90dvh;max-width:calc(100vw - 32px);box-shadow:0 30px 100px #0003;overscroll-behavior:contain}
dialog::backdrop{background:#201410b8;backdrop-filter:blur(8px)}
dialog[open]{animation:dialog-in .35s var(--ease)}
.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:17px 23px}
.dialog-header .eyebrow{font-size:8px;color:#897771}
.dialog-close{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#ebe3df;flex-shrink:0;transition:background .2s,transform .3s}
.dialog-close:hover{background:#e5d2c9;transform:rotate(90deg)}
.dialog-close .icon{width:17px;height:17px}
.project-dialog{width:920px}
.project-dialog>img{width:100%;max-height:52dvh;object-fit:contain;background:#ede3de}
.project-dialog-body{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;padding:27px 32px 18px}
.project-dialog-body h2{font-size:38px;margin-top:10px}.project-dialog-body p:not(.eyebrow){font-size:12px;max-width:470px;color:var(--muted);margin-top:14px}
.project-dialog-body .eyebrow{font-size:8px}.project-dialog-body .service-tags{margin-top:16px}
.project-dialog-body>.button{font-size:10px;white-space:nowrap;flex-shrink:0}
.dialog-disclaimer{font-size:9px;color:#92827c;padding:0 32px 24px}
.brief-dialog{width:580px}
.brief-body{padding:10px 35px 32px}
.brief-progress{display:flex;gap:6px;margin-bottom:26px}
.brief-progress>span{height:3px;background:#e2d7d1;flex:1;border-radius:3px;transition:background .3s}
.brief-progress>span.active{background:#a7725f}
#brief-step-label{color:#8e7870;font-size:8px;margin-bottom:10px}
.brief-body h2{font-size:34px;letter-spacing:-1.5px}
#brief-intro{color:var(--muted);font-size:11px;margin-top:12px;margin-bottom:23px}
.brief-step{margin:0;padding:0;border:0;min-width:0}
.choice-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px;border:1px solid #e0d7d3;border-radius:8px;cursor:pointer;margin-bottom:8px;transition:background .2s,border-color .2s}
.choice-card:has(input:checked){background:#f3e6df;border-color:#b48a7a}
.choice-card:has(input:focus-visible){outline:3px solid #8d452a;outline-offset:3px}
.choice-card input{position:absolute;width:1px;height:1px;opacity:0}
.choice-card strong{display:block;font-size:12px;font-weight:600}
.choice-card small{display:block;font-size:9px;color:#887973;margin-top:3px}
.choice-circle{width:17px;height:17px;border:1px solid #c7b0a7;border-radius:50%;flex-shrink:0;padding:4px;position:relative}
input:checked~.choice-circle::after{content:'';position:absolute;inset:3px;border-radius:50%;background:#9a6a58}
.brief-navigation{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:23px;min-height:46px}
.brief-navigation .button{margin-left:auto;font-size:11px;min-height:46px}
.field-label{display:block;font-size:11px;font-weight:500;margin-block:17px 7px}
.field-label:first-of-type{margin-top:0}.field-label>span{font-size:9px;font-weight:400;color:#897771}
select,textarea{display:block;width:100%;padding:12px 13px;border:1px solid #ddd0c9;border-radius:7px;background:#faf7f5;color:var(--ink);font-size:11px;line-height:1.65}
textarea{resize:vertical;min-height:95px;max-height:220px}
textarea::placeholder{color:#988c87}
.brief-summary{padding:16px 19px;background:#efe4df;border:1px solid #e0d1ca;border-radius:9px}
.brief-summary-row+.brief-summary-row{border-top:1px solid #ded0c9;margin-top:12px;padding-top:12px}
.brief-summary-row small{display:block;color:#8a766e;font-size:8px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.8px}
.brief-summary-row p{font-size:12px;line-height:1.7;margin-top:4px;white-space:pre-wrap;overflow-wrap:anywhere}
.brief-privacy{font-size:10px;color:#84726c;line-height:1.8;margin-top:16px}
.brief-export{display:flex;align-items:center;gap:22px;margin-top:18px}
.brief-export .button{min-height:43px;font-size:10px;padding-left:17px;gap:9px}.brief-export .text-link{font-size:10px;white-space:nowrap}
.brief-call{display:flex;align-items:center;gap:15px;border-top:1px solid var(--line);margin-top:24px;padding-top:19px}
.brief-call>span{font-size:9px;color:#88766f;line-height:1.5}
.brief-call strong{display:block;font-size:22px;font-weight:500;color:var(--ink)}
.brief-call>.icon:last-child{margin-left:auto}
.copy-status{font-size:10px;color:#7e5546;min-height:17px;margin-top:9px}
@keyframes slow-spin{to{transform:rotate(360deg)}}
@keyframes dialog-in{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes reveal-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.js-motion .reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.js-motion .reveal.is-visible{opacity:1;transform:translateY(0)}
.js-motion .service-card:nth-child(2){transition-delay:.08s}.js-motion .service-card:nth-child(3){transition-delay:.16s}
.reduce-motion *,.reduce-motion *::before,.reduce-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
html.reduce-motion{scroll-behavior:auto}
.reduce-motion .reveal{opacity:1;transform:none}
@media(min-width:1600px){.hero{gap:55px 62px;padding-top:70px}.hero-art{height:530px}.hero-copy{padding-top:30px}.showcase-browser{top:145px}.note-quality{top:370px}.hero-description{font-size:15px}.hero-actions{margin-top:35px}.hero-person{margin-top:43px}}
@media(max-width:1199px){.container{width:calc(100% - 80px)}.desktop-nav{margin-left:0;gap:25px}.hero{gap:25px 30px}.hero-art{height:435px}.hero-copy{padding-top:11px}.hero-eyebrow{font-size:9px;margin-bottom:29px}h1{font-size:6.6vw;letter-spacing:-4.5px}.hero-description{font-size:11px;margin-top:22px}.hero-actions{gap:18px;margin-top:23px}.hero-actions .button{font-size:10px;padding-left:17px;gap:12px;min-height:48px}.hero-actions .text-link{font-size:9px}.hero-person{margin-top:24px}.showcase-browser{top:130px}.note-quality{top:290px;right:13px}.art-spark{width:79px;height:79px}.art-word{font-size:45px}.art-tag{bottom:74px}.hero-bottom{margin-top:12px}.section-space{padding-block:90px}.section-heading-row>p{font-size:10px}.project-invitation{padding:34px}.project-invitation h3{font-size:33px}.invitation-index{left:34px}.service-card{padding:24px 20px}.service-card h3{font-size:17px}.service-card>p{font-size:10px;min-height:92px}.service-tags>span{font-size:7px}.process-section,.faq-section{gap:55px}.process-step{gap:18px}.process-step h3{font-size:16px}.about-copy{padding:36px}.about-visual{min-height:450px}.about-monogram{font-size:210px;left:25px;top:55px}.contact-main h2{font-size:7.4vw}.contact-main h2>svg{right:-85px;width:55px;height:55px}.contact-side{width:265px}.contact-phone{font-size:29px}.strip-inner{gap:16px}.strip-inner>span{font-size:10px}.strip-inner>svg{width:14px;height:14px}}
@media(max-width:959px){.container{width:calc(100% - 56px)}.header-inner{height:80px;gap:20px}.desktop-nav{gap:22px}.desktop-nav a{font-size:10px}.brand{font-size:18px}.header-cta{font-size:10px;gap:15px;padding:10px 13px}.hero{padding-top:36px;gap:22px}.hero-art{height:405px}.hero-eyebrow{font-size:8px;letter-spacing:.7px;gap:8px}h1{font-size:6.6vw;letter-spacing:-3.3px}h1 em{letter-spacing:-2px}.hero-description{font-size:10px}.desktop-break{display:none}.hero-description{max-width:300px}.hero-actions{flex-wrap:wrap;gap:10px 15px}.hero-person{margin-top:22px}.hero-person p{font-size:8px}.hero-actions .button{font-size:9px;min-height:45px}.hero-actions .text-link{font-size:8px}.hero-actions .button-icon{width:29px;height:29px}.art-topline{left:17px;right:17px;font-size:6px}.art-bottomline{left:17px;right:17px;font-size:7px}.art-topline>span:last-child{display:none}.art-word{font-size:43px;left:20px}.art-spark{width:70px;height:70px;top:59px;right:19px}.showcase-browser{top:132px;width:86%;left:7%}.note-quality{top:272px;padding:9px 12px}.art-note>span:last-child{font-size:8px}.art-note strong{font-size:9px}.art-note .note-check{width:25px;height:25px}.art-tag{font-size:7px;bottom:62px;left:17px}.hero-coordinate{display:none}.hero-bottom>span{font-size:8px}.strip-inner{min-height:65px;gap:12px}.strip-inner>span{font-size:9px}.strip-inner>svg{width:12px;height:12px}.section-heading-row{align-items:flex-start;gap:20px}h2{font-size:35px;letter-spacing:-1.6px}.section-heading-row>p{font-size:9px;max-width:200px;margin-top:7px}.small-note{font-size:9px}.section-space{padding-block:75px}.project-grid{gap:30px 20px}.project-caption h3{font-size:20px}.project-caption p{font-size:9px}.project-type{font-size:8px;gap:10px}.project-invitation{padding:28px}.project-invitation h3{font-size:29px}.project-invitation>p{font-size:7px;margin-bottom:15px}.project-invitation .text-link{font-size:10px;margin-top:17px}.invitation-index{left:28px;bottom:19px;font-size:7px}.invitation-star{width:130px;height:130px}.service-card h3{font-size:15px}.service-card>p{font-size:10px;min-height:113px}.service-tags{gap:4px;margin-top:19px}.service-tags>span{font-size:7px;padding:4px 5px}.services-footer{font-size:9px}.services-footer p strong{display:block}.process-section,.faq-section{gap:35px;grid-template-columns:.85fr 1.2fr}.process-intro>p:not(.eyebrow){font-size:11px}.process-step{gap:15px}.process-step h3{font-size:15px}.process-step p{font-size:10px}.step-kicker{font-size:7px}.step-symbol{font-size:17px}.about-copy{padding:31px}.about-visual{min-height:440px}.about-monogram{font-size:180px;letter-spacing:-25px;top:70px;left:22px}.about-star{width:60px;height:60px;right:22px}.about-orbit{width:410px;height:220px;top:86px}.about-visual-caption{left:27px;font-size:8px}.about-visual-coordinate{left:27px;font-size:7px}.about-copy>p:not(.eyebrow){font-size:10px}.about-signature>span:nth-child(2){font-size:8px}.about-signature>span:first-child{font-size:13px}.faq-list summary{font-size:11px;padding-block:21px}.contact-main{gap:30px}.contact-main h2{font-size:7.5vw;letter-spacing:-3px}.contact-main h2>svg{right:-57px;width:43px;height:43px}.contact-side{width:245px}.contact-side>p{font-size:11px}.contact-phone{font-size:27px}.contact-side .button{font-size:10px}.contact-top>span{font-size:7px}.contact-top .eyebrow{font-size:9px}.contact-main{padding-block:48px}.contact-bottom{font-size:8px}.site-footer{min-height:90px;gap:20px}.site-footer .brand{font-size:14px}.copyright{font-size:8px}.motion-toggle,.back-top{font-size:8px}}
@media(max-width:759px){html{scroll-padding-top:87px}.container{width:calc(100% - 40px)}.header-inner{height:74px;gap:12px}.brand{font-size:18px;gap:8px}.brand-mark{width:30px;height:30px}.brand-mark svg{width:21px;height:21px}.desktop-nav{display:none}.header-cta{margin-left:auto;font-size:9px;padding:8px 12px;gap:9px}.header-cta .icon{width:14px;height:14px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:34px;height:40px;background:transparent;padding:5px}.menu-toggle span{display:block;height:1px;width:20px;background:var(--ink);transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-nav{display:flex;position:absolute;top:74px;left:0;right:0;padding:15px 20px 24px;background:var(--paper);box-shadow:0 12px 20px #2b242210;flex-direction:column;visibility:hidden;opacity:0;transform:translateY(-10px);transition:opacity .25s,transform .25s,visibility .25s}.mobile-nav.is-open{visibility:visible;opacity:1;transform:translateY(0)}.mobile-nav>a{padding:13px 3px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:15px}.mobile-nav>a>span{font:9px var(--mono);color:#97837b}.mobile-nav>a:last-child{border:0;padding-bottom:3px;color:#7d4b39}.hero{grid-template-columns:1fr;padding-top:35px;gap:29px}.hero-copy{padding-top:0}.hero-eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:25px}h1{font-size:clamp(57px,10.4vw,79px);letter-spacing:-3.8px;line-height:1.07}h1 em{letter-spacing:-2px}.hero-description{font-size:12px;line-height:1.85;max-width:360px;margin-top:22px}.hero-actions{gap:23px;margin-top:25px;flex-wrap:nowrap}.hero-actions .button{font-size:10px;min-height:49px;gap:19px;padding-left:19px}.hero-actions .button-icon{width:32px;height:32px}.hero-actions .text-link{font-size:9px;gap:7px}.hero-person{margin-top:26px}.hero-person p{font-size:8px}.person-monogram{width:34px;height:34px;font-size:17px}.hero-art{height:430px;width:100%;max-width:580px;justify-self:center;border-radius:12px}.art-topline{top:22px;left:23px;right:23px;font-size:8px}.art-topline>span:last-child{display:block}.art-word{left:30px;font-size:53px;top:63px}.art-spark{right:32px;top:58px;width:78px;height:78px}.showcase-browser{width:76%;left:12%;top:125px;max-width:450px}.note-quality{right:25px;top:305px;padding:12px 17px}.art-note>span:last-child{font-size:9px}.art-note strong{font-size:10px}.art-tag{bottom:74px;left:23px;font-size:8px}.art-bottomline{left:23px;right:23px;bottom:18px;font-size:8px}.hero-bottom{grid-column:auto;margin-top:-4px;padding-block:18px 21px}.hero-bottom>a{font-size:7px}.hero-bottom>span{font-size:7px;max-width:150px;text-align:right}.strip-inner{flex-wrap:wrap;justify-content:center;gap:11px 17px;padding-block:18px;min-height:76px}.strip-inner>span{font-size:9px}.strip-inner>svg{width:12px;height:12px}.strip-inner>span:last-child{display:none}.strip-inner>svg:nth-last-child(2){display:none}.section-space{padding-block:62px}.section-top{margin-bottom:21px}.eyebrow{font-size:9px;gap:9px}.small-note{display:none}h2{font-size:clamp(29px,6.4vw,41px);line-height:1.22;letter-spacing:-1.5px}h2 em{font-size:1.14em;letter-spacing:-.7px}.section-heading-row{display:block;margin-bottom:25px}.section-heading-row>p{font-size:11px;max-width:280px;margin-top:18px}.projects-toolbar{margin:29px 0 19px;gap:9px}.project-filters{gap:2px}.project-filters button{font-size:9px;padding:8px 10px}.project-filters button>span{font-size:7px;margin-left:5px}.concept-label{font-size:8px;gap:5px}.project-grid{gap:28px 18px}.project-caption{padding-top:14px;display:block}.project-caption h3{font-size:20px}.project-caption p{font-size:9px}.project-type{font-size:8px;margin-top:9px;justify-content:space-between}.project-view{width:32px;height:32px;right:12px;top:12px}.project-view .icon{width:15px;height:15px}.project-invitation{padding:24px;min-height:245px}.project-invitation h3{font-size:27px;letter-spacing:-1px}.project-invitation>p{font-size:6px;letter-spacing:.8px}.project-invitation .text-link{font-size:9px}.invitation-index{left:24px;bottom:18px;font-size:6px}.invitation-star{width:110px;height:110px;right:-20px;top:7px}.projects-disclaimer{font-size:8px;line-height:1.8;margin-top:24px;max-width:400px}.services-grid{grid-template-columns:1fr;margin-top:30px;gap:12px}.service-card{padding:24px;display:grid;grid-template-columns:83px 1fr;column-gap:22px}.service-card-top{grid-row:1/4;display:block;position:relative;margin:0}.service-card-top>span{position:absolute;bottom:0;left:10px;font-size:8px}.service-card h3{font-size:19px;margin:2px 0 11px}.service-card>p{font-size:11px;min-height:0;max-width:100%}.service-tags{margin-top:18px}.service-tags>span{font-size:7px;padding:5px 7px}.service-art{transform:scale(.9);transform-origin:left top}.services-footer{align-items:flex-start;flex-wrap:wrap;font-size:9px;gap:8px;margin-top:22px}.services-footer>.status-dot{margin-top:6px}.services-footer>p{flex:1;min-width:220px}.services-footer>a{margin-left:13px;font-size:10px}.process-section,.faq-section{grid-template-columns:1fr;gap:31px}.process-intro{position:relative}.process-intro h2,.faq-intro h2{margin-top:21px}.process-intro>p:not(.eyebrow){margin-top:19px;font-size:11px}.process-intro .text-link{margin-top:13px;font-size:10px}.process-decoration{position:absolute;right:0;bottom:0;transform:scale(.6);transform-origin:right bottom;margin:0;opacity:.6}.process-step{padding-block:24px;gap:22px}.process-step h3{font-size:17px}.process-step p{font-size:11px;max-width:480px}.step-kicker{font-size:8px}.step-symbol{font-size:20px}.step-number{font-size:10px}.about-card{grid-template-columns:.8fr 1fr}.about-visual{min-height:425px}.about-copy{padding:27px}.about-monogram{font-size:145px;letter-spacing:-21px;top:76px;left:12px}.about-orbit{width:320px;height:170px;left:-60px;top:96px}.about-star{width:43px;height:43px;right:18px;top:43px}.about-visual-caption{left:22px;font-size:7px;letter-spacing:1px;bottom:62px}.about-visual-coordinate{left:22px;font-size:6px;letter-spacing:.6px}.about-copy .eyebrow{font-size:8px;gap:7px;letter-spacing:.7px}.about-copy h2{font-size:31px;margin-block:20px}.about-copy>p:not(.eyebrow){font-size:10px}.about-signature{gap:5px;margin-top:19px;padding-top:16px}.about-signature>span:first-child{font-size:12px}.about-signature>span:nth-child(2){margin:0;flex-basis:100%;font-size:8px}.about-signature .icon{display:none}.faq-intro>p:not(.eyebrow){font-size:11px;margin-top:17px}.faq-list summary{font-size:12px;padding-block:20px}.faq-answer{font-size:11px}.contact-inner{padding-top:34px}.contact-top>span{display:none}.contact-top .eyebrow{font-size:8px}.contact-main{display:block;padding-block:37px}.contact-main h2{font-size:clamp(58px,10.7vw,82px);letter-spacing:-3px;display:inline-block}.contact-main h2>svg{width:43px;height:43px;right:-74px;top:9px}.contact-side{width:100%;padding-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.contact-side>p{font-size:11px;grid-column:1;grid-row:1/3;align-self:center}.contact-phone{font-size:27px;margin-top:0;grid-column:2}.contact-person{grid-column:2;font-size:8px}.contact-side .button{grid-column:2;margin-top:20px;font-size:9px;min-height:48px;padding-left:16px;gap:10px}.contact-side .button-icon{width:30px;height:30px}.contact-hint{grid-column:2;font-size:7px;margin-top:8px}.contact-bottom{font-size:8px;gap:20px;padding-block:20px}.contact-bottom>a{font-size:8px;white-space:nowrap;gap:6px}.site-footer{flex-wrap:wrap;gap:15px 20px;padding-block:26px;min-height:113px}.site-footer .brand{font-size:15px}.copyright{margin-left:auto;font-size:8px}.motion-toggle{order:3;margin-left:0;font-size:8px;padding:0}.back-top{order:4;margin-left:auto;font-size:8px}.back-top>span{width:23px;height:23px;font-size:12px}.project-dialog-body{display:block;padding:23px}.project-dialog-body>.button{margin-top:24px}.dialog-disclaimer{padding-inline:23px;font-size:8px}.project-dialog-body p:not(.eyebrow){font-size:11px}.project-dialog-body .service-tags>span{font-size:8px}.project-dialog>img{max-height:50dvh}.dialog-header{padding:13px 18px}.brief-body{padding:7px 23px 23px}.brief-body h2{font-size:29px}.brief-progress{margin-bottom:21px}}
@media(max-width:479px){.container{width:calc(100% - 36px)}.brand{font-size:16px;letter-spacing:-.7px}.brand-mark{width:28px;height:28px}.header-cta{font-size:8px;gap:6px;padding:8px 10px}.header-inner{gap:7px}.menu-toggle{width:28px}h1{font-size:13.2vw;letter-spacing:-3.4px}.hero-description{font-size:11px;max-width:320px}.hero-actions{gap:15px}.hero-actions .button{font-size:9px;gap:13px;padding-left:16px}.hero-actions .text-link{font-size:8px;gap:5px}.hero-art{height:366px}.art-word{font-size:43px;top:61px;left:22px}.art-spark{width:63px;height:63px;top:60px;right:22px}.art-topline{font-size:6px;left:18px;right:18px}.showcase-browser{width:84%;left:8%;top:120px}.browser-bar{height:22px}.note-quality{top:258px;right:13px;padding:9px 12px;gap:7px}.art-note>span:last-child{font-size:7px}.art-note strong{font-size:8px}.note-check{width:23px;height:23px}.art-tag{left:17px;bottom:61px;font-size:7px;padding:5px 9px}.art-bottomline{font-size:7px;left:18px;right:18px;bottom:15px}.device-toggle button{width:31px;height:25px}.device-toggle .icon{width:14px;height:14px}.showcase-browser.is-mobile{width:140px;left:calc(50% - 70px);top:66px;border-width:5px;border-radius:18px}.is-mobile .mobile-preview-content{padding:14px 11px}.mobile-preview-content>span:first-child{margin-bottom:15px;font-size:12px}.mobile-preview-content strong{font-size:24px;margin-block:7px 10px}.mobile-preview-shape{height:69px}.mobile-preview-content small{font-size:4px}.strip-inner{gap:10px 14px;padding-block:17px}.strip-inner>span{font-size:9px}.strip-inner>svg:nth-child(4){display:none}.strip-inner>span:nth-child(5){margin-left:9px}.hero-bottom{gap:15px}.hero-bottom>span{max-width:135px;font-size:7px}.hero-bottom>a{font-size:6px;gap:8px}h2{font-size:30px;letter-spacing:-1.4px}.section-top{margin-bottom:20px}.projects-toolbar{flex-wrap:wrap;row-gap:10px}.concept-label{font-size:7px;margin-left:10px}.project-filters button{font-size:8px;padding:8px 11px}.project-grid{grid-template-columns:1fr;gap:27px}.project-caption{display:flex;padding-top:15px;gap:12px}.project-caption h3{font-size:22px}.project-caption p{font-size:9px}.project-type{font-size:8px;gap:11px;margin:0}.project-invitation{min-height:270px;padding:32px}.project-invitation h3{font-size:35px;line-height:1.12}.project-invitation>p{font-size:8px;letter-spacing:1px;margin-bottom:18px}.project-invitation .text-link{font-size:11px;margin-top:21px}.invitation-star{width:143px;height:143px;top:6px;right:-11px}.invitation-index{left:32px;bottom:20px;font-size:7px}.projects-disclaimer{font-size:8px}.service-card{padding:22px 20px;grid-template-columns:57px 1fr;column-gap:18px}.service-art{transform:scale(.7)}.service-card h3{font-size:17px}.service-card>p{font-size:10px}.service-card-top>span{left:6px}.service-tags{gap:4px}.service-tags>span{font-size:6px;padding:5px 6px}.services-footer{font-size:8px}.services-footer>p{min-width:235px}.process-decoration{opacity:.4;transform:scale(.43)}.process-intro>p:not(.eyebrow){font-size:10px}.process-step{gap:16px}.process-step h3{font-size:16px}.process-step p{font-size:10px}.step-kicker{font-size:7px}.step-symbol{font-size:18px}.about-card{grid-template-columns:1fr}.about-visual{min-height:285px}.about-monogram{font-size:200px;top:-23px;left:43px;letter-spacing:-28px}.about-orbit{width:420px;height:210px;top:6px;left:-40px}.about-star{width:58px;height:58px;right:29px;top:30px}.about-visual-caption{font-size:7px;bottom:47px;left:27px}.about-visual-coordinate{font-size:6px;bottom:21px;left:27px}.about-copy{padding:30px 27px}.about-copy h2{font-size:39px}.about-copy .eyebrow{font-size:8px}.about-copy>p:not(.eyebrow){font-size:11px}.about-signature{gap:10px}.about-signature>span:first-child{font-size:14px}.about-signature>span:nth-child(2){flex-basis:auto;margin-left:auto;font-size:8px}.faq-list summary{font-size:11px;padding-block:19px}.contact-main h2{font-size:14.2vw;letter-spacing:-3px}.contact-main h2>svg{width:35px;height:35px;right:-46px;top:9px}.contact-side{display:block;padding-top:27px}.contact-side>p{font-size:11px}.contact-phone{font-size:33px;max-width:300px;margin-top:16px;justify-content:flex-start;gap:25px}.contact-person{font-size:8px;margin-top:3px}.contact-side .button{max-width:300px;margin-top:24px;font-size:10px;min-height:52px;padding-left:20px}.contact-side .button-icon{width:34px;height:34px}.contact-hint{max-width:300px;font-size:8px}.contact-bottom{align-items:flex-start;gap:25px;font-size:7px}.contact-bottom>span{max-width:140px}.contact-bottom>a{font-size:7px;gap:5px}.site-footer .brand{font-size:14px}.site-footer{gap:18px 10px}.copyright{font-size:7px}.dialog-header .eyebrow{font-size:7px;letter-spacing:.8px}.brief-body{padding-inline:20px}.brief-body h2{font-size:26px;letter-spacing:-1px}#brief-intro{font-size:10px}.choice-card{padding:12px}.choice-card strong{font-size:11px}.choice-card small{font-size:8px}.brief-export{gap:13px;flex-wrap:wrap}.brief-export .button{font-size:9px}.brief-export .text-link{font-size:9px}.brief-summary-row p{font-size:11px}.brief-privacy{font-size:9px}}
/* Final optical and readability adjustments across viewports. */
:root{--muted:#68605d}
.desktop-nav a,.header-cta{font-size:12px}
.hero-description{font-size:14px;color:#69605c}
.hero-person p{font-size:10px;color:#6d605b}
.hero-actions .text-link{font-size:11px}
h1{word-spacing:.075em}
.showcase-browser{width:74%;left:13%;top:115px}
.browser-viewport{aspect-ratio:1.65}
.browser-viewport>img{object-position:top}
.art-tag{z-index:3;background:#372b26}
.art-bottomline{padding-top:12px;border-top:1px solid #dcaf9e1c}
.hero-bottom>span,.hero-coordinate{color:#71625d}
.section-number,.small-note,.concept-label{color:#705d56}
.section-heading-row>p{font-size:13px}
.project-filters button{font-size:11px;color:#6d5b55}
.project-filters button.active{color:var(--paper)}
.project-caption p{font-size:12px}
.project-type{font-size:10px;color:#6e5c55}
.project-invitation>p,.invitation-index{color:#6f564d}
.projects-disclaimer{font-size:10px;color:#6d5d57}
.service-card>p{font-size:13px;color:#6b5d58;min-height:105px}
.service-tags>span{font-size:9px;color:#6b544c}
.service-card-top>span{color:#78625a}
.services-footer{font-size:11px}
.services-footer p{color:#6b5b55}
.process-intro>p:not(.eyebrow){font-size:13px}
.step-number,.step-kicker{color:#795c51}
.process-step p{font-size:12px;max-width:390px}
.about-copy>p:not(.eyebrow){font-size:13px}
.about-signature>span:nth-child(2){color:#745a50}
.about-visual-coordinate{color:#6e4f43}
.faq-intro>p:not(.eyebrow){font-size:12px}
.faq-list summary{font-size:14px}
.faq-answer{font-size:12px}
.contact-side>p{font-size:13px;color:#bcaba5}
.contact-top>span,.contact-person,.contact-hint{color:#b1988f}
.copyright,.motion-toggle{color:#735c54}
.dialog-header .eyebrow,.dialog-disclaimer,#brief-step-label,.choice-card small,.brief-privacy,.brief-call>span,.brief-summary-row small,.field-label>span{color:#73594f}
.choice-card small{font-size:10px}
.brief-privacy{font-size:11px}
.project-dialog-body p:not(.eyebrow){font-size:13px}
.field-label,select,textarea{font-size:12px}
textarea::placeholder{color:#79655d}
@media(min-width:1600px){.showcase-browser{top:146px}}
@media(max-width:1199px){.desktop-nav a,.header-cta{font-size:11px}.hero-description{font-size:12px}.hero-person p{font-size:9px}.hero-actions .text-link{font-size:10px}.showcase-browser{width:80%;left:10%;top:127px}.section-heading-row>p{font-size:12px}.service-card>p{font-size:12px;min-height:115px}.service-tags>span{font-size:8px}.process-step p{font-size:11px}.about-copy>p:not(.eyebrow){font-size:12px}.about-visual{min-height:480px}.faq-list summary{font-size:13px}}
@media(max-width:959px){.desktop-nav a,.header-cta{font-size:10px}.hero-description{font-size:12px}.hero-actions{gap:14px}.hero-actions .text-link{font-size:9px}.hero-person p{font-size:9px}.hero-art{height:430px}.showcase-browser{width:86%;left:7%;top:141px}.section-heading-row>p{font-size:11px}.project-caption p{font-size:11px}.project-type{font-size:9px}.service-card>p{font-size:11px;min-height:134px}.service-tags>span{font-size:8px}.services-footer{font-size:10px}.about-copy{padding:31px 27px}.about-copy>p:not(.eyebrow){font-size:11px}.about-visual{min-height:480px}.contact-side>p{font-size:12px}.faq-list summary{font-size:12px}}
@media(max-width:759px){.header-cta{font-size:9px}.hero-description{font-size:14px;max-width:390px}.hero-actions .text-link{font-size:11px}.hero-person p{font-size:10px}.hero-art{height:445px}.showcase-browser{width:76%;left:12%;top:129px}.section-heading-row>p{font-size:13px;max-width:320px}.project-filters button{font-size:10px}.project-caption p{font-size:11px}.project-type{font-size:9px}.service-card>p{font-size:13px;min-height:0}.service-tags>span{font-size:9px}.services-footer{font-size:10px}.process-intro>p:not(.eyebrow){font-size:13px}.process-step p{font-size:13px;max-width:100%}.process-step h3{font-size:18px;line-height:1.35}.process-decoration{opacity:.3}.about-copy>p:not(.eyebrow){font-size:12px}.about-visual{min-height:480px}.faq-list summary{font-size:14px}.faq-answer{font-size:13px}.contact-side>p{font-size:13px}.contact-person{font-size:9px}.contact-hint{font-size:8px}.copyright,.motion-toggle,.back-top{font-size:9px}}
@media(max-width:479px){.header-cta{font-size:8px}.hero-description{font-size:13px;max-width:335px}.hero-actions{gap:14px}.hero-actions .text-link{font-size:9px}.hero-person p{font-size:9px}.hero-art{height:367px}.showcase-browser{width:83%;left:8.5%;top:117px}.project-filters button{font-size:9px}.project-caption p{font-size:11px}.project-type{font-size:9px}.service-card{grid-template-columns:1fr;padding:25px}.service-card-top{grid-row:auto;display:flex;align-items:flex-start;margin-bottom:10px;height:62px}.service-card-top>span{position:static;font-size:10px}.service-art{transform:scale(.8);transform-origin:left top}.service-card h3{font-size:21px;margin-bottom:13px}.service-card>p{font-size:13px}.service-tags>span{font-size:9px}.services-footer{font-size:10px}.services-footer>p{min-width:225px}.process-step h3{font-size:17px}.process-step p{font-size:12px}.about-copy>p:not(.eyebrow){font-size:13px}.about-visual{min-height:285px}.about-signature>span:nth-child(2){font-size:9px}.faq-list summary{font-size:13px}.faq-answer{font-size:12px}.contact-side>p{font-size:13px}.contact-hint{font-size:9px}.copyright{font-size:8px}}
@media(prefers-reduced-motion:reduce){html:not([data-motion=on]){scroll-behavior:auto}html:not([data-motion=on]) *,html:not([data-motion=on]) *::before,html:not([data-motion=on]) *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}html:not([data-motion=on]) .reveal{opacity:1;transform:none}}
