:root{
  --ink:#171b1d;--muted:#666762;--paper:#f7f4ef;--paper-2:#fbfaf7;--paper-3:#f2eee8;--line:rgba(23,27,29,.13);--line-soft:rgba(23,27,29,.08);--white:#fff;--dark:#172024;--radius:9px;--radius-lg:15px;--container:min(1320px,calc(100% - 80px));--shadow:0 24px 80px rgba(43,39,34,.10);--ease:cubic-bezier(.22,.75,.2,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body,Inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.container{width:var(--container);margin-inline:auto}.narrow{max-width:890px}.section-pad{padding:92px 0}.eyebrow{display:inline-block;font-size:10px;line-height:1.2;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#777773}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:12px;z-index:9999}.page-progress{position:fixed;left:0;right:0;top:0;height:2px;z-index:1000}.page-progress span{display:block;height:100%;background:var(--ink);transform:scaleX(0);transform-origin:left center}

h1,h2,h3,p{margin-top:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,var(--font-body,Inter));font-weight:var(--heading-weight,500)}body{font-size:var(--body-size,16px)}.section-heading{margin-bottom:34px}.section-heading.centered{text-align:center;max-width:780px;margin-left:auto;margin-right:auto}.section-heading.split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.section-heading h2,.story-grid h2,.about-copy h2,.contact-approach h2{font-size:clamp(30px,3.35vw,48px);line-height:1.07;letter-spacing:-.045em;font-weight:500;margin:11px 0 0}.section-heading p{max-width:650px;color:var(--muted);line-height:1.8;margin:16px auto 0}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:29px}.button{--magnetic-x:0px;--magnetic-y:0px;min-height:45px;padding:0 18px;border:1px solid var(--line);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:15px;font-size:12px;font-weight:650;transition:transform .32s var(--ease),background .3s,border-color .3s,box-shadow .3s;transform:translate(var(--magnetic-x),var(--magnetic-y))}.button svg,.project-info svg,.service-card>a svg,.detail-service-list article>a svg,.featured-project a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.55}.button-dark{background:var(--ink);border-color:var(--ink);color:#fff;box-shadow:0 9px 24px rgba(23,27,29,.12)}.button-dark:hover{background:#293034;box-shadow:0 14px 28px rgba(23,27,29,.18)}.button-light{background:rgba(255,255,255,.42)}.button-light:hover{background:#fff;border-color:rgba(23,27,29,.22)}

.site-header{height:72px;position:fixed;top:0;left:0;right:0;z-index:100;transition:height .3s var(--ease),background .3s,border-color .3s,box-shadow .3s}.site-header.is-scrolled{height:66px;background:rgba(248,246,242,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-soft);box-shadow:0 8px 30px rgba(40,36,31,.04)}.header-inner{height:100%;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:baseline;gap:4px;letter-spacing:-.045em;font-size:21px;white-space:nowrap}.brand strong{font-weight:750}.brand span{font-weight:400;color:#5e5f5c}.custom-logo{max-height:40px;width:auto}.primary-nav{margin-left:auto}.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:31px}.primary-nav a{font-size:12px;font-weight:600;position:relative}.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--ink);transition:right .25s var(--ease)}.primary-nav a:hover:after,.primary-nav .current-menu-item>a:after,.primary-nav .current_page_item>a:after{right:0}.header-cta{min-height:40px;padding-inline:16px}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:0}.menu-toggle span{display:block;width:21px;height:1.5px;background:var(--ink);margin:6px auto;transition:.3s}

.hero{position:relative;overflow:hidden;background:linear-gradient(104deg,#faf8f4 0%,#f7f3ee 50%,#e9e2da 100%);padding-top:125px;padding-bottom:0;min-height:595px;border-bottom:1px solid var(--line-soft)}.hero-glow{position:absolute;border-radius:50%;filter:blur(20px);pointer-events:none}.hero-glow-one{width:650px;height:650px;background:rgba(255,255,255,.82);left:-260px;top:-370px}.hero-glow-two{width:410px;height:410px;background:rgba(255,255,255,.34);right:-180px;top:40px}.hero-grid{display:grid;grid-template-columns:.91fr 1.09fr;align-items:end;gap:36px;position:relative;z-index:2}.hero-copy{padding-bottom:62px}.hero-copy h1{font-size:clamp(49px,5.2vw,77px);line-height:1.03;letter-spacing:-.055em;font-weight:500;margin:17px 0 18px}.hero-copy>p{font-size:14px;line-height:1.72;color:#515350;max-width:540px}.hero-visual{align-self:end;transform:translateY(var(--parallax-y,0px));will-change:transform}.hero-image-frame{--tilt-x:0deg;--tilt-y:0deg;position:relative;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease;overflow:hidden}.hero-image-frame:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--glow-x,50%) var(--glow-y,50%),rgba(255,255,255,.20),transparent 35%);z-index:1;pointer-events:none}.hero-main-image{width:100%;height:auto;min-height:405px;object-fit:cover;object-position:center bottom}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:42px;max-width:590px}.stats-row div{padding:0 18px;border-left:1px solid var(--line)}.stats-row div:first-child{padding-left:0;border-left:0}.stats-row strong{display:block;font-size:23px;font-weight:500;letter-spacing:-.035em}.stats-row span{display:block;font-size:9.5px;color:#696a66;margin-top:6px;line-height:1.35}

.logo-strip{background:rgba(255,255,255,.48);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.logo-strip-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo-strip .eyebrow{text-align:center}.logo-strip strong{font-size:13px;letter-spacing:.07em;color:#777875;font-weight:600}

.services-section{background:linear-gradient(#faf8f5,#f6f2ed)}.service-grid{display:grid;gap:13px}.service-grid.six-home{grid-template-columns:repeat(6,1fr)}.service-grid.six{grid-template-columns:repeat(6,1fr)}.service-grid.five{grid-template-columns:repeat(5,1fr)}.service-card{--tilt-x:0deg;--tilt-y:0deg;min-height:225px;padding:20px 18px;background:rgba(255,255,255,.42);border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;position:relative;overflow:hidden;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease,background .35s,box-shadow .35s}.service-card:after,.project-card:after,.contact-cards>*:after,.value-grid article:after,.team-cards article:after,.detail-service-list article:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--glow-x,50%) var(--glow-y,50%),rgba(255,255,255,.5),transparent 38%);opacity:0;transition:opacity .3s;pointer-events:none}.service-card:hover:after,.project-card:hover:after,.contact-cards>*:hover:after,.value-grid article:hover:after,.team-cards article:hover:after,.detail-service-list article:hover:after{opacity:1}.service-card:hover{background:#fff;box-shadow:var(--shadow)}.icon-box{width:38px;height:38px;border-radius:7px;background:#f2eee8;border:1px solid rgba(23,27,29,.06);display:inline-flex;align-items:center;justify-content:center;flex:none}.icon-box svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.45}.service-card h3{font-size:15px;font-weight:650;margin:20px 0 9px}.service-card p{font-size:11px;line-height:1.65;color:#5f615e;margin:0}.service-card>a{margin-top:auto;padding-top:19px;display:inline-flex;width:max-content;position:relative;z-index:2}

.work-section{background:#f7f4ef;border-top:1px solid var(--line-soft)}.project-grid{display:grid;gap:12px}.project-grid-five{grid-template-columns:repeat(5,1fr)}.project-card{--tilt-x:0deg;--tilt-y:0deg;position:relative;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.38);overflow:hidden;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease,box-shadow .35s,background .35s}.project-card:hover{box-shadow:var(--shadow);background:#fff}.project-card>a{display:block;position:relative;z-index:1}.project-media{aspect-ratio:1.22/1;overflow:hidden;background:#e8e2da}.project-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.project-card:hover .project-media img{transform:scale(1.035)}.project-info{min-height:71px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.project-info h3{font-size:12px;margin:0 0 4px;font-weight:650}.project-info p{font-size:9.5px;color:#666;margin:0;line-height:1.4}.project-info svg{flex:none}.project-info span{display:inline-flex;align-items:center;gap:7px;font-size:10px;margin-top:10px}.project-info span svg{width:14px;height:14px}

.process-section{background:#f8f5f1;border-top:1px solid var(--line-soft)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.process-step{position:relative;padding:0 28px}.process-step:first-child{padding-left:0}.process-step:last-child{padding-right:0}.process-step>span{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:10px;background:rgba(255,255,255,.45)}.process-step>i{height:1px;background:var(--line);position:absolute;top:17px;left:70px;right:10px}.process-step:last-child>i{display:none}.process-step h3{font-size:13px;margin:18px 0 8px}.process-step p{font-size:10.5px;line-height:1.55;color:#62635f;max-width:150px}

.about-teaser{background:linear-gradient(105deg,#faf7f3,#f3eee8)}.about-grid{display:grid;grid-template-columns:.92fr 1.08fr .82fr;gap:18px;align-items:stretch}.about-copy{border:1px solid var(--line);border-radius:8px;padding:24px;background:rgba(255,255,255,.30)}.about-copy h2{font-size:clamp(27px,3vw,40px)}.about-copy p{font-size:11.5px;line-height:1.72;color:#5d5f5c}.about-copy ul{list-style:none;margin:18px 0 25px;padding:0;display:grid;gap:8px}.about-copy li{font-size:10.5px;display:flex;align-items:center;gap:8px}.about-copy li svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6}.team-image{--tilt-x:0deg;--tilt-y:0deg;border-radius:8px;overflow:hidden;min-height:300px;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease}.team-image img{width:100%;height:100%;object-fit:cover}.expertise-panel{background:#172024;color:#fff;border-radius:8px;padding:25px 22px}.expertise-panel .eyebrow{color:#aeb5b6}.skill{margin-top:21px}.skill>div{display:flex;justify-content:space-between;align-items:center;font-size:10.5px}.skill b{font-weight:500}.skill>i{display:block;height:1px;background:rgba(255,255,255,.18);margin-top:9px}.skill em{display:block;width:0;height:100%;background:#fff;transition:width 1.25s var(--ease)}

.testimonials{background:#f7f4ef;border-top:1px solid var(--line-soft)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.testimonial-card{margin:0;border:1px solid var(--line);border-radius:8px;padding:22px;background:rgba(255,255,255,.38);min-height:180px}.testimonial-card>span{font-family:Georgia,serif;font-size:34px;color:#a3a39f;line-height:1}.testimonial-card>p{font-size:11.5px;line-height:1.65;margin:5px 0 22px}.testimonial-card footer{display:flex;align-items:center;gap:10px}.testimonial-card footer strong{font-size:10.5px;display:block}.testimonial-card footer small{font-size:8.8px;color:#777;display:block;margin-top:2px}.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#6a5548,#d5c3b6)}.avatar-2{background:linear-gradient(145deg,#bca18d,#5e514a)}.avatar-3{background:linear-gradient(145deg,#423c37,#b59d8d)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-dots i{width:5px;height:5px;border-radius:50%;background:#c5c2bd}.carousel-dots i.active{background:#222}

.footer-cta{padding:0;background:#ebe5de;border-top:1px solid var(--line-soft)}.footer-cta-grid{display:grid;grid-template-columns:300px 1fr;align-items:center;gap:70px;min-height:170px}.footer-art{align-self:stretch;overflow:hidden}.footer-art-image{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.footer-cta h2{font-size:28px;letter-spacing:-.04em;font-weight:500;margin:8px 0}.footer-cta p{font-size:10.5px;color:#5f615e;max-width:540px}.footer-cta .button-row{margin-top:16px}.footer-main{background:#f7f4ef;border-top:1px solid var(--line-soft)}.footer-bottom{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:9px;color:#6b6c68}.footer-bottom>div{display:flex;gap:28px}.footer-brand{font-size:15px}

.inner-hero,.projects-hero,.contact-hero{padding-top:128px;background:linear-gradient(105deg,#faf8f5,#f1ebe4);border-bottom:1px solid var(--line-soft)}.inner-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:center}.inner-hero h1,.projects-hero h1,.contact-hero h1,.project-single-hero h1,.not-found h1{font-size:clamp(44px,5vw,70px);line-height:1.04;letter-spacing:-.055em;font-weight:500;margin:17px 0 20px}.inner-hero p,.projects-hero p,.contact-hero p{font-size:13px;line-height:1.78;color:#5d5f5c;max-width:560px}.inner-hero.compact{padding-bottom:76px}.about-hero-image,.projects-stilllife,.contact-studio-image{--tilt-x:0deg;--tilt-y:0deg;overflow:hidden;border-radius:8px;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease}.about-hero-image img,.projects-stilllife img,.contact-studio-image img{width:100%;height:100%;object-fit:cover}.about-trust{display:flex;align-items:center;gap:12px;margin-top:26px}.about-trust small{font-size:9px;max-width:160px;color:#686965}.mini-avatars{display:flex}.mini-avatars i{width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,#383532,#c8b8ab);border:2px solid #f7f3ed;margin-left:-6px}.mini-avatars i:first-child{margin-left:0}

.story-values{background:#f8f5f1}.story-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px}.story-grid p{font-size:11.5px;line-height:1.8;color:#60625e;max-width:490px}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:23px}.value-grid article{--tilt-x:0deg;--tilt-y:0deg;position:relative;border:1px solid var(--line);border-radius:8px;padding:18px;display:flex;gap:15px;background:rgba(255,255,255,.33);overflow:hidden;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease,background .3s}.value-grid article:hover{background:#fff}.value-grid h3{font-size:13px;margin:3px 0 7px}.value-grid p{font-size:10px;line-height:1.6;margin:0}.team-section{background:#f7f4ef;border-top:1px solid var(--line-soft)}.team-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.team-cards article{--tilt-x:0deg;--tilt-y:0deg;position:relative;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.35);padding:11px;overflow:hidden;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease,box-shadow .3s}.team-cards article:hover{box-shadow:var(--shadow)}.team-portrait{aspect-ratio:1.05/1;overflow:hidden;border-radius:6px;background:#d9d1c8}.team-portrait img{width:100%;height:100%;object-fit:cover}.team-cards h3{font-size:13px;margin:13px 0 3px}.team-cards p{font-size:10px;margin:0;color:#555}.team-cards small{display:block;font-size:9px;line-height:1.55;color:#777;margin-top:10px}.about-stats-inner{min-height:92px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.about-stats-inner div{text-align:center;border-left:1px solid var(--line)}.about-stats-inner div:first-child{border-left:0}.about-stats-inner strong{display:block;font-size:22px;font-weight:500}.about-stats-inner span{font-size:9px;color:#696a66}

.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:start}.contact-intro h1{font-size:clamp(45px,5.1vw,70px)}.contact-cards{display:grid;gap:10px;margin-top:25px}.contact-cards>*{--tilt-x:0deg;--tilt-y:0deg;position:relative;border:1px solid var(--line);border-radius:8px;padding:14px 15px;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.34);overflow:hidden;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease,background .3s}.contact-cards>*:hover{background:#fff}.contact-cards small{font-size:9px;color:#777;display:block}.contact-cards strong{font-size:10.5px;font-weight:600;display:block;margin-top:3px}.contact-form-card{border:1px solid var(--line);border-radius:9px;padding:24px;background:rgba(255,255,255,.37)}.contact-form-card h2{font-size:19px;margin-bottom:4px}.contact-form-card>p{font-size:10px;color:#6b6c68}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:21px}.contact-form label{display:grid;gap:6px}.contact-form label>span{font-size:9px;font-weight:600}.contact-form .full{grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.45);border-radius:5px;padding:11px 12px;font-size:10.5px;outline:none;transition:border-color .25s,background .25s,box-shadow .25s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#fff;border-color:rgba(23,27,29,.35);box-shadow:0 0 0 3px rgba(23,27,29,.04)}.contact-form textarea{resize:vertical}.honeypot{position:absolute!important;left:-9999px!important}.form-actions{display:flex;align-items:center;gap:14px}.form-actions small{font-size:8.5px;color:#747571;display:flex;align-items:center;gap:6px}.form-actions small svg{width:13px;height:13px;fill:none;stroke:currentColor}.form-message{padding:11px;border-radius:5px;font-size:10px;margin-top:15px}.form-message.success{background:#edf4ee;color:#34583b}.form-message.error{background:#f8ece8;color:#7a3b2c}.contact-approach{background:#f7f4ef}.contact-approach-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center}.contact-studio-image{height:400px}.contact-approach p{font-size:11px;line-height:1.7;color:#5f615e}.approach-list{display:grid;gap:17px;margin-top:25px}.approach-list article{display:flex;gap:14px}.approach-list h3{font-size:11px;margin:1px 0 4px}.approach-list p{font-size:9.5px;margin:0}.faq-section{background:#f7f4ef;border-top:1px solid var(--line-soft)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 15px}.faq-grid details,.faq-single details{border:1px solid var(--line);background:rgba(255,255,255,.32);border-radius:5px;padding:0 14px}.faq-grid summary,.faq-single summary{list-style:none;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10.5px;cursor:pointer}.faq-grid summary::-webkit-details-marker,.faq-single summary::-webkit-details-marker{display:none}.faq-grid details p,.faq-single details p{font-size:10px;line-height:1.65;color:#62635f;padding:0 0 14px;margin:0}.faq-single{display:grid;gap:9px}.faq-single details{padding-inline:18px}.faq-single summary{min-height:55px;font-size:12px}

.projects-hero-grid{display:grid;grid-template-columns:1fr .78fr;gap:60px;align-items:center}.projects-stilllife{height:300px;transform:translateY(var(--parallax-y,0px))}.filter-pills{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:36px}.filter-pills button{border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 24px;font-size:10px}.filter-pills button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.project-archive{background:#f7f4ef}.featured-project{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:rgba(255,255,255,.34);margin-bottom:38px}.featured-project-copy{padding:33px}.featured-project-copy h2{font-size:31px;line-height:1.08;letter-spacing:-.04em;font-weight:500;margin:13px 0}.featured-project-copy>p{font-size:10.5px;line-height:1.7;color:#60625e;max-width:420px}.featured-project-copy>a{font-size:10px;display:inline-flex;align-items:center;gap:8px;margin-top:13px}.featured-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px;font-size:9px}.featured-meta span{display:grid;gap:4px}.featured-meta small{color:#777}.featured-project-image{min-height:315px;overflow:hidden}.featured-project-image img{width:100%;height:100%;object-fit:cover}.archive-grid{grid-template-columns:repeat(4,1fr)}.archive-grid .project-card[hidden]{display:none}.archive-grid .project-card.filter-visible{animation:filterIn .35s var(--ease)}@keyframes filterIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.results-strip{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.34);margin-top:38px;padding:20px}.results-strip div{text-align:center;border-left:1px solid var(--line)}.results-strip div:first-child{border-left:0}.results-strip strong{display:block;font-size:20px;font-weight:500}.results-strip span{font-size:9px;color:#696a66}

.services-detail{background:#f7f4ef}.detail-service-list{display:grid;gap:12px}.detail-service-list article{--tilt-x:0deg;--tilt-y:0deg;position:relative;display:grid;grid-template-columns:50px 45px 1fr 44px;align-items:center;gap:24px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.35);padding:22px;overflow:hidden;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .18s ease,box-shadow .3s}.detail-service-list article:hover{box-shadow:var(--shadow)}.service-number{font-size:11px;color:#777}.detail-service-list h2{font-size:22px;font-weight:500;margin:0 0 6px}.detail-service-list p{font-size:10.5px;color:#62635f;line-height:1.65;margin:0}.detail-service-list article>a{justify-self:end;position:relative;z-index:2}

.pricing-section,.default-content,.project-content,.not-found{background:#f7f4ef}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{border:1px solid var(--line);border-radius:9px;padding:28px;background:rgba(255,255,255,.35)}.price-card.featured{background:#172024;color:#fff}.price-card.featured .eyebrow,.price-card.featured p{color:#c6cbcc}.price-card h2{font-size:28px;margin:12px 0}.price-card p{font-size:11px;line-height:1.65;color:#646661}.price{font-size:24px;display:block;margin:25px 0}.price-card ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:10px;font-size:10.5px}.price-card li:before{content:"✓";margin-right:8px}.post-card{padding:24px 0;border-bottom:1px solid var(--line)}.post-card h2{font-weight:500}.entry-content{font-size:15px;line-height:1.8;color:#4f5350}.entry-content h2{font-size:35px;letter-spacing:-.035em;color:var(--ink);font-weight:500}.project-single-hero{padding-top:130px;background:linear-gradient(105deg,#faf8f5,#eee7df)}.project-meta-row{display:flex;align-items:flex-end;gap:40px;flex-wrap:wrap;margin-top:30px}.project-meta-row div{display:grid;gap:5px}.project-meta-row small{font-size:9px;color:#777}.project-meta-row strong{font-size:12px}.project-meta-row .button{margin-left:auto}.project-feature-image{background:#f7f4ef;padding:0 0 50px}.project-feature-image img,.project-placeholder{width:100%;max-height:700px;object-fit:cover;border-radius:9px}.project-placeholder{height:500px;background:linear-gradient(145deg,#d9d1c7,#f3eee8);display:grid;place-items:center}.content-grid{display:grid;grid-template-columns:.45fr 1fr;gap:80px}.not-found{padding-top:180px;min-height:70vh}.pagination{margin-top:35px}

/* Motion utility states */
.reveal-up,.reveal-left,.reveal-right,.reveal-fade,.media-reveal,.stagger-group>*{opacity:0;transition:opacity .8s var(--ease),transform .9s var(--ease)}.reveal-up,.stagger-group>*{transform:translateY(28px)}.reveal-left{transform:translateX(-34px)}.reveal-right{transform:translateX(34px)}.media-reveal{transform:translateY(22px) scale(.985)}.reveal-fade{transform:none}.is-visible{opacity:1!important;transform:none!important}.sam-motion-disabled .reveal-up,.sam-motion-disabled .reveal-left,.sam-motion-disabled .reveal-right,.sam-motion-disabled .reveal-fade,.sam-motion-disabled .media-reveal,.sam-motion-disabled .stagger-group>*{opacity:1;transform:none}

@media (max-width:1180px){
  :root{--container:min(1120px,calc(100% - 48px))}.hero-copy h1{font-size:57px}.service-grid.six-home,.service-grid.six{grid-template-columns:repeat(3,1fr)}.project-grid-five{grid-template-columns:repeat(3,1fr)}.project-grid-five .project-card:nth-child(n+4){display:none}.about-grid{grid-template-columns:1fr 1.15fr}.expertise-panel{grid-column:1/-1}.archive-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  :root{--container:calc(100% - 36px)}.section-pad{padding:72px 0}.site-header{height:66px}.header-inner{gap:14px}.primary-nav{position:fixed;inset:66px 0 0;background:rgba(247,244,239,.98);backdrop-filter:blur(18px);padding:40px 22px;transform:translateX(100%);transition:transform .35s var(--ease)}.primary-nav.is-open{transform:none}.primary-nav ul{display:grid;gap:0}.primary-nav li{border-bottom:1px solid var(--line)}.primary-nav a{display:block;padding:18px 0;font-size:17px}.primary-nav a:after{display:none}.header-cta{margin-left:auto}.menu-toggle{display:block}.hero{padding-top:105px}.hero-grid,.inner-hero-grid,.story-grid,.contact-grid,.contact-approach-grid,.projects-hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:25px}.hero-visual{order:2}.hero-main-image{min-height:0}.stats-row{margin-top:33px}.logo-strip-inner{flex-wrap:wrap;justify-content:center;padding:24px 0}.logo-strip .eyebrow{width:100%;max-width:none}.project-grid-five{grid-template-columns:repeat(2,1fr)}.project-grid-five .project-card:nth-child(4){display:block}.process-grid{grid-template-columns:1fr 1fr;gap:30px 0}.process-step>i{display:none}.about-grid{grid-template-columns:1fr}.expertise-panel{grid-column:auto}.footer-cta-grid{grid-template-columns:220px 1fr;gap:35px}.service-grid.five{grid-template-columns:repeat(3,1fr)}.team-cards{grid-template-columns:repeat(2,1fr)}.about-stats-inner,.results-strip{grid-template-columns:repeat(3,1fr);gap:20px}.about-stats-inner div,.results-strip div{border-left:0}.featured-project{grid-template-columns:1fr}.archive-grid{grid-template-columns:repeat(2,1fr)}.contact-studio-image{height:auto}.pricing-grid{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width:640px){
  :root{--container:calc(100% - 24px)}.section-pad{padding:58px 0}.header-cta{display:none}.brand{font-size:18px}.hero{padding-top:96px;min-height:auto}.hero-copy h1,.inner-hero h1,.projects-hero h1,.contact-hero h1,.project-single-hero h1,.not-found h1{font-size:40px}.hero-copy>p{font-size:13px}.stats-row{grid-template-columns:1fr 1fr;gap:20px}.stats-row div:nth-child(3){border-left:0;padding-left:0}.service-grid.six-home,.service-grid.six,.service-grid.five{grid-template-columns:1fr 1fr}.service-card{min-height:210px}.project-grid-five,.archive-grid{grid-template-columns:1fr}.project-grid-five .project-card:nth-child(n){display:block}.project-media{aspect-ratio:1.5/1}.section-heading.split{display:grid;align-items:start}.process-grid{grid-template-columns:1fr}.process-step{padding:0 0 0 50px;min-height:80px}.process-step>span{position:absolute;left:0;top:0}.process-step h3{margin-top:0}.testimonial-grid{grid-template-columns:1fr}.footer-cta-grid{grid-template-columns:1fr;gap:0}.footer-art{height:145px}.footer-bottom{padding:18px 0;display:grid;justify-items:start}.footer-bottom>div{flex-wrap:wrap;gap:16px}.value-grid{grid-template-columns:1fr}.team-cards{grid-template-columns:1fr 1fr}.about-stats-inner,.results-strip{grid-template-columns:1fr 1fr;padding:18px 0}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.form-actions{align-items:flex-start;flex-direction:column}.faq-grid{grid-template-columns:1fr}.featured-project-copy{padding:22px}.featured-meta{grid-template-columns:1fr 1fr}.filter-pills{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.filter-pills button{white-space:nowrap}.detail-service-list article{grid-template-columns:36px 38px 1fr;gap:13px;padding:18px}.detail-service-list article>a{display:none}.detail-service-list h2{font-size:18px}.project-meta-row{gap:22px}.project-meta-row .button{margin-left:0}.about-hero-image,.projects-stilllife{height:auto}.logo-strip strong{font-size:11px}
}
@media (max-width:420px){.service-grid.six-home,.service-grid.six,.service-grid.five,.team-cards{grid-template-columns:1fr}.button{width:100%}.button-row{display:grid}.stats-row strong{font-size:20px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-up,.reveal-left,.reveal-right,.reveal-fade,.media-reveal,.stagger-group>*{opacity:1!important;transform:none!important;transition:none!important}.button,.project-card,.service-card{transition:none!important}}


/* Elementor compatibility */
.sam-elementor-document,.sam-full-width{width:100%;max-width:none;margin:0;padding:0}.sam-elementor-document>.elementor{width:100%}.samstudio-elementor-page .site-content{overflow:hidden}.elementor-page .site-content>.sam-elementor-document{min-height:45vh}.elementor-edit-area .site-header{pointer-events:none}.sam-canvas{margin:0;background:var(--paper)}
.elementor-widget-sam-hero,.elementor-widget-sam-logo-strip,.elementor-widget-sam-services,.elementor-widget-sam-projects,.elementor-widget-sam-process,.elementor-widget-sam-about,.elementor-widget-sam-testimonials,.elementor-widget-sam-cta{width:100%}
.sam-widget-section{position:relative}.sam-widget-section .container{position:relative;z-index:2}.sam-widget-hidden{display:none!important}
.sam-edit-badge{display:none}.elementor-editor-active .sam-edit-badge{display:inline-flex;position:absolute;top:12px;right:12px;z-index:20;background:#171b1d;color:#fff;border-radius:999px;padding:7px 11px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:900px){.sam-elementor-document .elementor-element.e-con{--padding-left:0;--padding-right:0}}

/* SAM Studio Agency v1.3.0 — refined typography and layout */
:root{--sam-ink:#182023;--sam-paper:#f6f2ec;--sam-paper-soft:#fcfaf7;--sam-muted:#636965;--sam-accent:#b8a58f;--sam-line:rgba(24,32,35,.12);--sam-dark:#152024;--sam-radius:14px;--sam-shadow:0 24px 80px rgba(33,40,39,.09)}
body{font-family:var(--font-body,"Inter"),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:var(--body-size,16px);line-height:1.65;background:var(--paper,var(--sam-paper));color:var(--ink,var(--sam-ink))}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,"DM Sans"),var(--font-body,"Inter"),sans-serif;letter-spacing:-.035em;text-wrap:balance}
p{color:var(--muted,var(--sam-muted))}.eyebrow,.sam-eyebrow{font-size:10px;letter-spacing:.2em;font-weight:700}.section-pad{padding:108px 0}.sam-elementor-document>.elementor{width:100%}.sam-elementor-document .elementor-element.e-con{--padding-top:0;--padding-right:0;--padding-bottom:0;--padding-left:0}.sam-widget-section{overflow:clip}.sam-section-heading h2{font-size:clamp(34px,4vw,58px);line-height:1.03;letter-spacing:-.05em}.sam-section-heading p{font-size:15px;line-height:1.8}.sam-button,.button{border-radius:10px;min-height:48px;padding-inline:20px;font-weight:650;letter-spacing:-.01em}.sam-service-card,.service-card,.sam-project-card,.project-card,.sam-team-card,.sam-testimonial-card,.sam-contact-form-card{border-radius:var(--sam-radius);border-color:var(--sam-line);box-shadow:0 1px 0 rgba(255,255,255,.55) inset}.sam-service-card:hover,.service-card:hover,.sam-project-card:hover,.project-card:hover{box-shadow:var(--sam-shadow);transform:translateY(-5px)}
.site-header,.sam-builder-header{background:rgba(250,248,244,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-inner,.sam-builder-header-inner{min-height:78px}.primary-nav a,.sam-builder-nav a{font-size:13px;letter-spacing:-.01em}.brand,.sam-builder-brand{font-family:var(--font-heading,"DM Sans"),sans-serif;font-size:22px}.header-cta,.sam-builder-header-button{border-radius:10px}
.hero,.sam-hero-widget{background:radial-gradient(circle at 12% 5%,rgba(255,255,255,.96),transparent 35%),linear-gradient(112deg,#fbf9f6 0%,#f4efe9 56%,#e7ded4 100%)}.hero-copy h1,.sam-hero-title{font-size:clamp(54px,6vw,86px);line-height:.98;letter-spacing:-.062em}.hero-copy>p,.sam-hero-copy>p{font-size:15px;max-width:610px}.hero-image-frame,.sam-hero-media{border-radius:18px 18px 0 0;overflow:hidden;box-shadow:0 34px 100px rgba(38,39,36,.16)}

/* Professional footer shared by theme and Elementor */
.sam-pro-footer{position:relative;background:#152024;color:#f2f4f2;padding:72px 0 26px;overflow:hidden}.sam-pro-footer:before{content:"";position:absolute;width:540px;height:540px;right:-240px;top:-280px;border-radius:50%;background:radial-gradient(circle,rgba(184,165,143,.18),transparent 70%);pointer-events:none}.sam-pro-footer .container{position:relative;z-index:1}.sam-footer-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:50px;padding:44px 48px;margin-bottom:68px;border-radius:18px;background:#d8cbbd;color:#182023;box-shadow:0 28px 90px rgba(0,0,0,.16)}.sam-footer-cta .eyebrow{color:rgba(24,32,35,.62)}.sam-footer-cta h2{max-width:820px;margin:10px 0 0;font-size:clamp(30px,3.7vw,54px);line-height:1.02;letter-spacing:-.052em}.sam-footer-cta-button{background:#182023!important;color:#fff!important;border-color:#182023!important;white-space:nowrap}.sam-footer-grid{display:grid;grid-template-columns:1.35fr .72fr .82fr 1fr;gap:62px;padding-bottom:56px}.sam-footer-brand{color:#fff!important}.sam-footer-brand span{color:#aeb7b4!important}.sam-footer-brand-col p{max-width:350px;margin:22px 0 24px;font-size:13px;line-height:1.8;color:#aeb7b4}.sam-footer-label{display:block;margin-bottom:22px;color:#f2f4f2!important;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.sam-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:12px}.sam-footer-links ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.sam-footer-links a,.sam-footer-contact-col>a,.sam-footer-contact-col>span{font-size:13px;color:#aeb7b4;text-decoration:none;transition:color .25s,transform .25s}.sam-footer-links a:hover,.sam-footer-contact-col>a:hover{color:#fff}.sam-footer-contact-col{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.sam-footer-contact-col .sam-footer-email{font-size:16px;color:#fff}.sam-footer-mini-cta{margin-top:13px;display:inline-flex;align-items:center;gap:10px;color:#fff!important;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.28)}.sam-footer-socials{display:flex;flex-wrap:wrap;gap:9px}.sam-footer-socials a{font-size:10px;color:#d4dad8;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 11px}.sam-footer-socials a:hover{background:#fff;color:#182023}.sam-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:30px}.sam-footer-bottom p{margin:0;font-size:10px;color:#899491}.sam-footer-bottom>div{display:flex;gap:22px;flex-wrap:wrap}.sam-footer-bottom a{font-size:10px;color:#aeb7b4;text-decoration:none}

/* Pricing builder */
.sam-pricing-widget{background:#f6f2ec}.sam-pricing-intro{max-width:810px;margin:0 auto 48px;text-align:center}.sam-pricing-intro h2{margin:12px 0 17px;font-size:clamp(38px,4.6vw,64px);line-height:1;letter-spacing:-.055em}.sam-pricing-intro p{max-width:680px;margin:auto;font-size:15px;line-height:1.8}.sam-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.sam-pricing-card{position:relative;display:flex;flex-direction:column;min-height:570px;padding:34px 30px;border:1px solid var(--sam-line);border-radius:18px;background:rgba(255,255,255,.58);box-shadow:0 1px 0 rgba(255,255,255,.75) inset}.sam-pricing-card.is-featured{background:#182023;color:#fff;transform:translateY(-14px);box-shadow:0 32px 90px rgba(24,32,35,.22)}.sam-pricing-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#777e7a}.sam-pricing-card.is-featured .sam-pricing-label,.sam-pricing-card.is-featured p{color:#aeb7b4}.sam-pricing-card h3{font-size:29px;margin:18px 0 12px}.sam-pricing-card>p{min-height:74px;font-size:13px;line-height:1.75}.sam-pricing-price{display:block;margin:24px 0 25px;font-family:var(--font-heading,"DM Sans"),sans-serif;font-size:26px;letter-spacing:-.04em}.sam-pricing-card ul{list-style:none;margin:0 0 34px;padding:22px 0 0;border-top:1px solid var(--sam-line);display:grid;gap:13px}.sam-pricing-card.is-featured ul{border-color:rgba(255,255,255,.14)}.sam-pricing-card li{display:flex;gap:10px;font-size:12px;color:inherit}.sam-pricing-card li span{color:#8f9c97}.sam-pricing-card .sam-button{margin-top:auto}

/* Editorial / legal pages */
.sam-legal-widget{background:#fcfaf7}.sam-legal-header{max-width:960px;padding-bottom:54px;border-bottom:1px solid var(--sam-line)}.sam-legal-header h1{font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.06em;margin:17px 0 20px}.sam-legal-header p{font-size:11px}.sam-legal-layout{display:grid;grid-template-columns:230px minmax(0,760px);gap:90px;padding-top:58px}.sam-legal-layout aside{position:sticky;top:110px;align-self:start}.sam-legal-layout aside strong{font-size:11px;letter-spacing:.14em;text-transform:uppercase}.sam-legal-layout aside ol{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:12px;counter-reset:legal}.sam-legal-layout aside li{counter-increment:legal;font-size:11px;color:#7a817d}.sam-legal-layout aside li:before{content:counter(legal,decimal-leading-zero) ".";display:inline-block;width:30px;color:#9b8c7c}.sam-legal-content{font-size:15px;line-height:1.85}.sam-legal-content h2{font-size:30px;margin:0 0 16px}.sam-legal-content h2:not(:first-child){margin-top:52px}.sam-legal-content h3{font-size:20px;margin-top:34px}.sam-legal-content ul,.sam-legal-content ol{padding-left:20px}.sam-legal-content a{text-decoration:underline;text-underline-offset:3px}

@media(max-width:1000px){.sam-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.sam-footer-contact-col{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.sam-footer-contact-col .sam-footer-label,.sam-footer-contact-col .sam-footer-mini-cta{grid-column:1/-1}.sam-pricing-grid{grid-template-columns:1fr 1fr}.sam-pricing-card.is-featured{transform:none}.sam-legal-layout{grid-template-columns:190px minmax(0,1fr);gap:45px}}
@media(max-width:760px){.section-pad{padding:78px 0}.sam-footer-cta{grid-template-columns:1fr;padding:34px 28px;gap:26px;margin-bottom:52px}.sam-footer-grid{grid-template-columns:1fr 1fr;gap:42px 30px}.sam-footer-brand-col{grid-column:1/-1}.sam-footer-contact-col{grid-column:1/-1;display:flex}.sam-footer-bottom{align-items:flex-start;flex-direction:column}.sam-pricing-grid{grid-template-columns:1fr}.sam-pricing-card{min-height:auto}.sam-legal-layout{grid-template-columns:1fr}.sam-legal-layout aside{position:static;padding:20px;border:1px solid var(--sam-line);border-radius:14px}.sam-legal-header h1{font-size:44px}.hero-copy h1,.sam-hero-title{font-size:48px}}
@media(max-width:520px){.sam-footer-grid{grid-template-columns:1fr}.sam-footer-col{padding-top:8px}.sam-footer-cta h2{font-size:34px}.sam-footer-cta-button{width:100%}.sam-footer-bottom>div{gap:14px}.sam-pricing-card{padding:28px 22px}.sam-legal-header h1{font-size:38px}}
