@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-8.ttf) format('truetype');
}

:root{--ink:#20231e;--paper:#f6f6f1;--accent:#ffc35c;--muted:#787d70;--line:#d9dcd3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #71862e;outline-offset:6px}::selection{background:var(--accent);color:var(--ink)}.skip{position:fixed;top:-100px;background:var(--accent);padding:10px;z-index:100}.skip:focus{top:0}.header{height:100px;padding:0 5%;display:flex;justify-content:space-between;align-items:center;background:var(--paper);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:17px}.brand-main{font:800 64px/.8 'Manrope',sans-serif;letter-spacing:-5px}.brand-dot{color:#84913c}.brand-sub{font-size:16px;font-weight:750;line-height:1.35;letter-spacing:3px;border-left:1px solid #c8cbbf;padding-left:18px}.brand-sub small{font-size:9px;letter-spacing:1px}.header nav{display:flex;align-items:center;gap:35px;font-size:14px;font-weight:600}.header nav>a:not(.nav-cta){position:relative}.header nav>a:not(.nav-cta):after{content:'';height:1px;background:var(--ink);width:0;position:absolute;bottom:-5px;left:0;transition:width .3s}.header nav>a:hover:after{width:100%}.nav-cta{border:1px solid var(--ink);padding:13px 22px;display:flex;gap:24px;transition:.25s}.nav-cta:hover{background:var(--ink);color:white}.menu{display:none}.hero{min-height:690px;height:calc(100svh - 100px);max-height:1050px;position:relative;isolation:isolate;overflow:hidden;color:#fff}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;z-index:-2}.hero-image{object-position:center 58%;animation:hero-image 1.8s ease-out both}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(13,21,14,.85),rgba(13,21,14,.38) 55%,rgba(13,21,14,.1)),linear-gradient(0deg,rgba(10,17,12,.45),transparent 30%)}.hero-content{position:relative;padding:75px 6% 125px;max-width:1000px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:650;display:block}.hero-intro{display:flex;gap:14px;align-items:center;margin-bottom:26px}.small-line{width:34px;height:1px;background:var(--accent)}h1,h2,h3,p{margin:0}h1{font:500 clamp(58px,6.7vw,106px)/1.08 'Manrope',sans-serif;letter-spacing:-5px}h1>span{display:block;animation:rise .9s both}h1>span:nth-child(2){animation-delay:.1s}h1>span:nth-child(3){animation-delay:.2s}.accent{color:var(--accent)}.hero-content p{font-size:17px;line-height:1.6;margin:26px 0 28px;color:#eff0e8}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:var(--accent);color:var(--ink);font-size:14px;font-weight:650;padding:19px 24px;border:0;transition:background .25s,transform .25s}.button:hover{background:#ebf69c;transform:translateY(-3px)}.button span{font-size:23px;line-height:1}.hero-bottom{position:absolute;bottom:26px;left:6%;right:6%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff38;padding-top:22px;font-size:10px;letter-spacing:1.8px}.hero-bottom a{display:flex;align-items:center;gap:24px}.hero-bottom a span{font-size:24px}.hero-seal{position:absolute;right:6%;bottom:140px;width:142px;height:142px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #ffffff70;border-radius:50%;background:#20231e24;backdrop-filter:blur(8px)}.hero-seal strong{font-size:45px;line-height:1.1;font-weight:500}.hero-seal strong span{font-size:26px;color:var(--accent)}.hero-seal>span{font-size:10px;letter-spacing:2px;text-align:center;line-height:1.5;margin-top:8px}.trust-strip{padding:27px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--accent);font-size:13px;font-weight:600}.trust-strip i{width:5px;height:5px;background:var(--ink);border-radius:50%}.section{padding:110px 6%}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:60px}h2{font:500 clamp(36px,3.7vw,60px)/1.16 'Manrope',sans-serif;letter-spacing:-2.4px;margin-top:22px}.muted{color:var(--muted)}.section-heading>p{max-width:340px;color:#64695e}.reveal{transition:opacity .8s,transform .8s}.reveal.pending{opacity:0;transform:translateY(28px)}@keyframes rise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-image{from{transform:scale(1.07)}to{transform:scale(1)}}
@media(min-width:1600px){.hero-content{padding-top:110px}}@media(max-width:900px){.header{height:84px}.brand-main{font-size:54px}.header nav{gap:19px}.brand-sub{font-size:13px}.hero{height:auto;min-height:730px}h1{font-size:78px}.hero-content{padding-top:75px}.hero-seal{right:5%;bottom:150px}.section{padding:80px 6%}.section-heading{align-items:start;gap:30px}.section-heading>p{max-width:270px}.trust-strip{flex-wrap:wrap;justify-content:center}.trust-strip i:last-of-type{display:none}}@media(max-width:640px){.header{padding:0 6%;height:82px}.brand-main{font-size:50px}.brand-sub{font-size:12px;letter-spacing:2px;padding-left:13px}.brand-sub small{font-size:8px}.menu{display:flex;align-items:center;gap:12px;border:0;background:none;font-size:14px;padding:10px 0}.header nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--paper);padding:22px 6% 30px;align-items:stretch;box-shadow:0 15px 20px #0002}.header nav.open{display:flex;flex-direction:column;gap:20px}.hero{min-height:710px;height:calc(100svh - 82px);max-height:860px}.hero-content{padding:64px 6% 155px}h1{font-size:clamp(48px,12vw,72px);letter-spacing:-3px;line-height:1.13}.hero-intro{font-size:10px;letter-spacing:1.8px;margin-bottom:25px}.hero-content p{font-size:16px;max-width:270px;margin-top:25px}.hero-seal{width:85px;height:85px;bottom:95px;right:6%}.hero-seal strong{font-size:28px}.hero-seal>span{font-size:7px;letter-spacing:1px;margin-top:2px}.hero-seal strong span{font-size:20px}.hero-bottom{font-size:9px;letter-spacing:1px;bottom:20px;gap:24px}.hero-bottom>span{max-width:165px}.hero-bottom a{gap:12px}.hero-shade{background:linear-gradient(90deg,#101a13dc,#101a1360),linear-gradient(0deg,#101a1380,transparent)}.trust-strip{padding:24px 6%;display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:11px}.trust-strip i{display:none}.section{padding:70px 6%}.section-heading{display:block;margin-bottom:35px}.section-heading>p{max-width:100%;margin-top:25px}h2{font-size:37px;letter-spacing:-1.8px}.eyebrow{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.pending{opacity:1;transform:none}}

.service{border-top:1px solid var(--line);padding:0;transition:background .3s}.service:last-child{border-bottom:1px solid var(--line)}.service summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:65px 1fr 280px 44px;align-items:center;gap:22px;padding:28px 15px}.service summary::-webkit-details-marker{display:none}.service-no{font-size:12px;color:var(--muted)}.service h3{font:500 27px/1.2 'Manrope',sans-serif;letter-spacing:-.7px}.service-teaser{font-size:14px;color:#717767}.service-plus{border:1px solid #b7beab;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:24px;transition:.3s}.service:hover,.service[open]{background:#eaeee1}.service[open] .service-plus{transform:rotate(45deg);background:var(--accent);border-color:var(--accent)}.service-body{padding:0 70px 30px 102px;display:flex;align-items:flex-start;justify-content:space-between;gap:50px}.service-body p{max-width:660px;color:#5b6253}.service-body a{white-space:nowrap;font-size:14px;border-bottom:1px solid currentColor}.projects{background:#e9ece3}.project-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:26px}.project{margin:0}.project:nth-child(2){margin-top:65px}.project-image{height:410px;overflow:hidden;position:relative}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.project:hover img{transform:scale(1.045)}.project-image>span{position:absolute;bottom:16px;left:16px;background:var(--paper);font-size:10px;letter-spacing:1.2px;padding:7px 13px}.project figcaption{padding:21px 0}.project h3{font:550 19px/1.35 'Manrope',sans-serif;letter-spacing:-.5px}.project figcaption>span{font-size:13px;color:#6b7263;display:block;margin-top:5px}.marquee{overflow:hidden;background:var(--accent);padding:25px 0}.marquee-track{display:flex;width:max-content;align-items:center;gap:55px;animation:marquee 42s linear infinite}.marquee span{font:550 61px/1.2 'Manrope',sans-serif;letter-spacing:-2px;white-space:nowrap}.marquee b{font-size:60px;font-weight:400}.about{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.about-photo{position:relative;min-height:580px}.about-photo>img{width:100%;height:580px;object-fit:cover}.photo-label{position:absolute;bottom:30px;left:-22px;background:var(--ink);color:var(--paper);padding:23px 32px}.photo-label>span{font-size:10px;letter-spacing:1.4px;color:var(--accent)}.photo-label strong{font:500 28px/1.2 'Manrope',sans-serif;display:block;margin-top:14px}.about-content h2{font-size:clamp(34px,3.5vw,53px)}.about-content>p{margin-top:24px;color:#64695e}.about-facts{display:flex;gap:65px;border-top:1px solid var(--line);margin:32px 0 25px;padding-top:22px}.about-facts>div{display:flex;flex-direction:column}.about-facts strong{font:500 50px/1.3 'Manrope',sans-serif}.about-facts strong span{font-size:30px;color:#778645}.about-facts>div>span{font-size:12px;color:#69705f}.text-link{display:inline-flex;gap:40px;font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:7px}.contact{background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:9%}.contact h2{font-size:clamp(36px,3.6vw,58px)}.contact-intro>p{color:#b6bdab;margin:26px 0 35px}.contact-phone{font:500 clamp(22px,2.2vw,36px)/1.4 'Manrope',sans-serif;display:block;letter-spacing:-1px}.contact-phone span{margin-left:10px;color:var(--accent)}.contact-email{font-size:18px;color:#dce3cf;display:inline-block;margin-top:8px;border-bottom:1px solid #7a836c}.contact address{font-style:normal;color:#afb6a4;font-size:14px;line-height:1.8;margin-top:36px}.contact-form{padding-top:5px}.contact-form label{display:block;font-size:12px;letter-spacing:.3px;color:#d4dacb;margin-bottom:20px}.contact-form input,.contact-form textarea{display:block;width:100%;background:transparent;color:white;border:0;border-bottom:1px solid #59614f;border-radius:0;padding:10px 0 12px;outline-offset:3px;font-size:16px;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#a2aa96;font-size:14px}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:var(--accent)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-note{font-size:12px;line-height:1.6;color:#afb6a4;margin-bottom:23px}.contact-form .button{width:100%}.form-alternative{font-size:12px;text-decoration:underline;color:#c3cbb7;display:block;margin-top:16px}.contact-form #form-status{font-size:13px;margin-top:12px;color:var(--accent)}footer{padding:48px 6% 25px;background:#191c17;color:#d9dfd0}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:36px}.footer-brand .brand-dot{color:var(--accent)}.footer-brand .brand-sub{border-color:#505745}.footer-top>span{font-size:13px;color:#a8b09b}.back-top{font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #383f31;padding-top:23px;font-size:12px;color:#a8b09b}.footer-bottom>div{display:flex;gap:25px;align-items:center}.footer-bottom button{background:none;border:0;padding:0;color:inherit;font-size:12px}.image-note{font-size:12px;color:#929b85;margin-top:15px}.motion-off *{animation-play-state:paused!important;scroll-behavior:auto!important}.motion-off .reveal{transition:none}.motion-off .reveal.pending{transform:none;opacity:1}.motion-off .project img{transition:none}.legal{max-width:850px;min-height:65vh;margin:0 auto;padding:70px 6%}.legal h1{font-size:48px;letter-spacing:-2px;margin-bottom:30px}.legal h2{font-size:25px;letter-spacing:-.6px;margin:28px 0 12px}.legal p{margin-bottom:18px}.legal a{text-decoration:underline}.legal .eyebrow{margin-bottom:20px}
@keyframes marquee{to{transform:translateX(-50%)}}
@media(max-width:1050px){.service summary{grid-template-columns:45px 1fr 220px 40px}.service-body{padding-left:82px}.project-image{height:350px}.about{gap:6%}.about-photo,.about-photo>img{min-height:500px;height:500px}.about-facts{gap:35px}.contact{gap:6%}}@media(max-width:760px){.service summary{grid-template-columns:32px 1fr 36px;gap:12px;padding:23px 5px}.service h3{font-size:22px}.service-teaser{display:none}.service-body{padding:0 20px 25px 49px;display:block}.service-body a{display:inline-block;margin-top:15px}.project-grid{gap:16px}.project-image{height:280px}.project h3{font-size:17px}.project:nth-child(2){margin-top:40px}.about{grid-template-columns:1fr;gap:45px}.about-photo,.about-photo>img{min-height:0;height:460px}.photo-label{left:-10px}.about-content h2{font-size:42px}.contact{grid-template-columns:1fr;gap:45px}.contact-phone{font-size:30px}.footer-top{flex-wrap:wrap}.footer-top>span{order:3;width:100%}.footer-bottom{flex-direction:column}.footer-bottom>div{gap:20px;flex-wrap:wrap}}@media(max-width:540px){.project-grid{grid-template-columns:1fr;gap:30px}.project:nth-child(2){margin:0}.project-image{height:400px}.project figcaption{padding-bottom:0}.project h3{font-size:21px}.marquee{padding:23px 0}.marquee span{font-size:40px;letter-spacing:-1px}.marquee-track{gap:30px}.marquee b{font-size:40px}.about-photo,.about-photo>img{height:420px}.about-content h2{font-size:36px}.about-facts{gap:40px}.contact h2{font-size:38px}.contact-phone{font-size:28px}.form-grid{gap:20px}.footer-brand .brand-main{font-size:52px}.footer-brand .brand-sub{font-size:12px}.footer-top{gap:25px}.footer-bottom{font-size:11px}.image-note{font-size:11px}.legal h1{font-size:39px}}
.hero{min-height:760px}h1{font-size:clamp(58px,6.2vw,96px)}.hero-content{padding-top:64px}@media(max-width:640px){.hero{min-height:710px}h1{font-size:clamp(48px,12vw,72px)}}

/* Original company identity and readable project contact surface. */
.brand-logo{display:block;width:116px;height:auto;object-fit:contain}.header .brand{flex-shrink:0}.footer-brand{background:#fff;padding:10px 14px}.footer-brand .brand-logo{width:133px}.hero-content{max-width:1100px}h1{font-size:clamp(58px,5.6vw,90px)}.hero-content p{max-width:600px}.contact{background:#20231e;color:#fff}.contact .eyebrow{color:#fff;font-size:13px}.contact h2{color:#fff}.contact .accent{color:#ffc35c}.contact-intro>p,.contact address{color:#e5e9df;font-size:16px}.contact-email{color:#fff;border-color:#ffc35c}.contact-phone{color:#fff}.contact-form label{font-size:14px;font-weight:600;color:#fff}.contact-form input,.contact-form textarea{color:#fff;border-bottom-color:#929c85;font-size:16px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#d1d8c8;font-size:15px;opacity:1}.contact-form .form-note,.contact-form .form-alternative{color:#e0e6d8;font-size:14px}.contact-form .button{background:#ffc35c;color:#20231e;font-size:15px}.contact-form .button:hover{background:#ffda91}.contact-form .optional{font-weight:400;color:#d1d8c8}.photo-label{background:#20231e;color:#fff}.photo-label>span{color:#ffc35c}.button:hover{background:#ffda91}.service h3{overflow-wrap:break-word}.service summary{grid-template-columns:50px minmax(0,1fr) 235px 40px}
@media(max-width:900px){.hero-content p{max-width:500px}.header nav{gap:20px}.service summary{grid-template-columns:34px minmax(0,1fr) 190px 38px}}
@media(max-width:760px){.service summary{grid-template-columns:30px minmax(0,1fr) 36px}.service h3{font-size:22px}.contact h2{font-size:38px}.contact .eyebrow{font-size:12px}}
@media(max-width:640px){.brand-logo{width:99px}.hero-content{padding-top:57px}h1{font-size:clamp(36px,9.2vw,56px);letter-spacing:-1.7px}.hero-intro{font-size:10px;letter-spacing:1px}.hero-content p{font-size:16px;max-width:340px}.hero{min-height:710px}.contact-phone{font-size:26px}.contact-form .button{gap:15px;padding:18px}.hero-seal{bottom:110px}}
/* A native brush cursor stays exact; the separate paint layer never captures clicks. */
.paint-trail{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:9999}
@media(any-pointer:fine) and (prefers-reduced-motion:no-preference){
 html.brush-active:not(.motion-off),html.brush-active:not(.motion-off) body,html.brush-active:not(.motion-off) a,html.brush-active:not(.motion-off) button,html.brush-active:not(.motion-off) summary{cursor:url('assets/brush-cursor.svg') 4 31,auto}
 html.brush-active input,html.brush-active textarea,html.brush-active [contenteditable="true"]{cursor:text}
}
@media(prefers-reduced-motion:reduce){.paint-trail{display:none}}
