@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Playfair+Display:ital,wght@0,500;1,500&display=swap";.reviews{position:relative;min-height:75vh;padding:10vw 5vw;display:flex;flex-direction:column;background:#22201c;color:#eee;overflow:hidden}.reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:7vw}.reviews-header .eyebrow{margin:0;color:#aaa69e;font-size:10px;letter-spacing:.2em}.reviews-counter{color:#aaa69e;font-size:10px;letter-spacing:.15em}.reviews-carousel{position:relative;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:430px}.reviews-content{width:100%;display:flex;flex-direction:column;justify-content:space-between;height:100%;animation:reviewEnter .75s cubic-bezier(.22,1,.36,1) both}.reviews-content.leaving{animation:reviewLeave .35s ease forwards}@keyframes reviewEnter{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes reviewLeave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-35px)}}.reviews-quote{max-width:1150px;overflow:hidden}.reviews-quote p{margin:0;font-family:Playfair Display,serif;font-size:clamp(42px,6vw,88px);line-height:1.04;font-weight:500;letter-spacing:-.025em;animation:quoteReveal .9s cubic-bezier(.22,1,.36,1) both}@keyframes quoteReveal{0%{opacity:0;transform:translateY(70px);clip-path:inset(100% 0 0 0)}to{opacity:1;transform:translateY(0);clip-path:inset(0 0 0 0)}}.reviews-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:100px;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.18)}.review-author{animation:authorReveal .7s ease .15s both}.review-author h3{margin:0 0 7px;font-family:Playfair Display,serif;font-size:21px;font-weight:500}.review-author span{display:block;color:#aaa69e;font-size:11px;letter-spacing:.05em}@keyframes authorReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reviews-controls{display:flex;gap:10px;animation:controlsReveal .7s ease .25s both}.reviews-controls button{width:52px;height:52px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);background:transparent;color:#eee;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}.reviews-controls button:hover{background:#eee;color:#22201c;border-color:#eee}.reviews-controls button svg{transition:transform .3s cubic-bezier(.22,1,.36,1)}.reviews-controls button:first-child:hover svg{transform:translate(-5px)}.reviews-controls button:last-child:hover svg{transform:translate(5px)}@keyframes controlsReveal{0%{opacity:0;transform:translate(25px)}to{opacity:1;transform:translate(0)}}.reviews-progress{display:flex;align-items:center;gap:8px;margin-top:25px}.reviews-progress button{position:relative;width:35px;height:2px;padding:0;border:0;background:#ffffff40;overflow:hidden;cursor:pointer;transition:width .3s ease,background .3s ease}.reviews-progress button.active{width:60px;background:#ffffff40}.progress-animation{position:absolute;top:0;left:0;width:0;height:100%;background:#bca98b;animation:progressFill 5s linear forwards}@keyframes progressFill{0%{width:0}to{width:100%}}.reviews-content,.reviews-quote p,.review-author,.reviews-controls{will-change:transform,opacity}@media(max-width:900px){.reviews{min-height:70vh;padding:15vw 7vw}.reviews-header{margin-bottom:12vw}.reviews-carousel{min-height:420px}.reviews-quote{max-width:800px}.reviews-quote p{font-size:clamp(38px,7vw,65px)}.reviews-bottom{margin-top:80px}}@media(max-width:520px){.reviews{min-height:75vh;padding:20vw 7vw}.reviews-header{margin-bottom:18vw}.reviews-carousel{min-height:470px}.reviews-quote p{font-size:34px;line-height:1.08}.reviews-bottom{margin-top:60px;padding-bottom:20px}.review-author h3{font-size:18px}.review-author span{font-size:10px}.reviews-controls{gap:7px}.reviews-controls button{width:44px;height:44px}.reviews-progress{gap:5px;margin-top:20px}.reviews-progress button{width:24px}.reviews-progress button.active{width:42px}}@media(prefers-reduced-motion:reduce){.reviews-content,.reviews-content.leaving,.reviews-quote p,.review-author,.reviews-controls,.progress-animation{animation:none!important}.reviews-controls button,.reviews-controls button svg,.reviews-progress button{transition:none}}:root{--ink: #1d1b18;--paper: #f2efe9;--muted: #77736b;--line: #d5d0c7;--accent: #a38c69 }*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif}button,a{font:inherit;color:inherit}button{cursor:pointer}a{text-decoration:none}.site{overflow-x:clip}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:10;background:#f2efe9f0;position:sticky;top:0}.nav.transparent{position:fixed;top:0;left:0;right:0;background:transparent;color:#fff;z-index:100}.nav.scrolled{position:fixed;top:0;left:0;right:0;background:#f2efe9f2;color:#1d1b18;border-bottom:1px solid #d5d0c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.logo{border:0;background:none;font-weight:500;letter-spacing:.16em;font-size:15px;padding:0}.logo span{color:var(--accent)}.nav-links{display:flex;gap:38px}.nav-links button{border:0;background:none;font-size:13px;color:#fff}.nav-links button:hover{color:var(--ink)}.menu-btn{display:none;border:0;background:none}.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:45% 55%;padding:5vw}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:3vw 7vw 3vw 2vw}.eyebrow{font-size:10px;letter-spacing:.2em;color:var(--muted);margin:0 0 24px}.hero h1,h2{font-family:Playfair Display,serif;font-weight:500;line-height:.98}.hero h1{font-size:clamp(55px,7vw,100px);margin:0 0 30px}.hero h1 em,h2 em{font-weight:500}.hero-text{max-width:430px;color:#69645c;line-height:1.7;font-size:14px;margin-bottom:36px}.primary{align-self:flex-start;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:15px 20px;display:flex;gap:25px;align-items:center}.primary:hover{background:transparent;color:var(--ink)}.hero-image{position:relative;min-height:600px}.project-image img{width:100%;height:auto;object-fit:cover;border-radius:20px;display:block}.hero-image img,.studio-image img,.video-section video{width:100%;height:100%;object-fit:contain;display:block}.image-note{position:absolute;bottom:20px;left:20px;background:#000000a6;color:#fff;padding:8px 12px;font-size:10px;letter-spacing:.12em}.section{padding:10vw 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:65px}.section h2{font-size:clamp(37px,5vw,72px);margin:0;text-transform:capitalize}.section-intro{max-width:330px;color:var(--muted);line-height:1.7;font-size:13px}.project-intro{max-width:330px;color:var(--muted);line-height:1.7;font-size:13px;margin:0;font-family:Playfair Display,serif;text-transform:uppercase}.project-intro-title{max-width:330px;color:#1d1b18;line-height:1.7;font-size:25px;font-weight:500;margin:0 0 10px;font-family:Playfair Display,serif}.project-grid{display:grid;grid-template-columns:1.1fr .8fr 1fr;gap:24px}.project:nth-child(2){margin-top:100px}.project-image{height:600px;position:relative}.project:nth-child(2) .project-image{height:470px}.project-image img{transition:transform .7s}.project:hover img{transform:scale(1.035)}.project-image span{position:absolute;top:16px;left:16px;color:#fff;font-size:10px;letter-spacing:.1em}.project-meta{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line)}.project h3{font-family:Playfair Display,serif;font-size:22px;font-weight:500;margin:0 0 5px}.project p{font-size:11px;color:var(--muted);margin:0}.statement-carousel{position:relative;height:300vh;background:#0003;backdrop-filter:brightness(.8);-webkit-backdrop-filter:brightness(.8);background-image:url(/images/quotes_bg.png);color:#eee}.statement-sticky{position:sticky;top:0;width:100%;height:100vh;background:#00000080;backdrop-filter:brightness(.8);-webkit-backdrop-filter:brightness(.8);overflow:hidden;display:flex;align-items:center;justify-content:center}.statement-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:5vw;text-align:center;opacity:0;transform:translateY(100px);transition:opacity .7s ease,transform .7s ease;pointer-events:none}.statement-slide.active{opacity:1;transform:translateY(0)}.statement-slide p{margin:0;max-width:1200px;font-family:Playfair Display,serif;font-size:clamp(42px,6vw,86px);line-height:1.05}.statement-slide em{color:#bca98b;font-size:19px;font-style:italic}.services{background:#e7e2da}.service-list{border-top:1px solid #c9c3b8}.service{display:grid;grid-template-columns:8% 32% 1fr 30px;gap:15px;align-items:center;padding:28px 0;border-bottom:1px solid #c9c3b8}.service span,.service p{color:var(--muted);font-size:12px}.service h3{font-family:Playfair Display,serif;font-size:27px;font-weight:500;margin:0}.service p{max-width:420px;line-height:1.6;margin:0}.studio{display:grid;grid-template-columns:55% 45%;min-height:700px}.studio-image{min-height:600px}.studio-copy{padding:10vw 9vw;display:flex;flex-direction:column;justify-content:center}.studio-copy h2{font-size:clamp(45px,5vw,72px);margin:0 0 30px}.studio-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted);max-width:440px}.text-button{border:0;border-bottom:1px solid var(--ink);background:none;padding:12px 0;display:flex;gap:18px;align-items:center;align-self:flex-start;margin-top:20px}.video-section{height:75vh;min-height:520px;position:relative;background:#222}.video-section video{opacity:.72}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.video-overlay .eyebrow{color:#ddd}.video-overlay h2{font-size:clamp(48px,7vw,100px);margin:0}.contact{display:grid;grid-template-columns:1fr 1fr;padding:12vw 10vw;background:#ddd8cf}.contact h2{font-size:clamp(55px,7vw,100px);margin:0}.contact-right{padding:30px 0 0 8vw}.contact-right>p{color:var(--muted);line-height:1.7;max-width:360px;font-size:14px}.contact-right>a{font-family:Playfair Display,serif;font-size:30px;border-bottom:1px solid var(--ink);display:inline-flex;align-items:center;gap:20px;margin:28px 0 50px}.details{display:flex;flex-direction:column;gap:13px;color:var(--muted);font-size:12px}.details span{display:flex;align-items:center;gap:10px}footer{padding:45px 5vw;display:grid;grid-template-columns:1fr auto auto;gap:50px;align-items:end;border-top:1px solid var(--line)}footer p,footer small{color:var(--muted);font-size:11px}.footer-links{display:flex;gap:25px}.footer-links a{display:flex;gap:7px;align-items:center;font-size:11px}@media(max-width:900px){.nav-links{display:none}.nav-links.open{display:flex;position:absolute;top:86px;left:0;right:0;background:var(--paper);padding:25px 5vw;flex-direction:column;gap:20px;border-bottom:1px solid var(--line)}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding:0}.hero-copy{padding:80px 8vw}.hero-image{height:65vh;min-height:450px}.project-grid{grid-template-columns:1fr}.project:nth-child(2){margin-top:0}.project-image,.project:nth-child(2) .project-image{height:65vh}.section-head{display:block}.section-intro{margin-top:25px}.studio{grid-template-columns:1fr}.studio-image{height:65vh}.contact{grid-template-columns:1fr;gap:50px;padding:18vw 8vw}.contact-right{padding:0}.service{grid-template-columns:12% 1fr 25px}.service p{grid-column:2/-1}.service h3{font-size:23px}footer{grid-template-columns:1fr;gap:25px}}@media(max-width:520px){.nav{height:72px}.nav-links.open{top:72px}.hero h1{font-size:54px}.hero-image{height:58vh}.section{padding:10vw 7vw}.project-image,.project:nth-child(2) .project-image{height:30vh}.statement{padding:25vw 7vw}.service{grid-template-columns:14% 1fr}.service svg{display:none}.video-section{height:65vh;min-height:400px}.contact-right>a{font-size:23px}.footer-links{flex-wrap:wrap}}.nav.transparent{position:fixed;top:0;left:0;right:0;width:100%;height:96px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:#fff;z-index:100}.splash-logo{color:#1d1b18;font-size:clamp(42px,5vw,66px);font-weight:600;letter-spacing:.02em;text-transform:lowercase}.nav.transparent .splash-logo{color:#fff}.splash-menu{border:none;background:transparent;color:#fff;display:hidden;flex-direction:column;justify-content:center;gap:7px;width:52px;height:52px;padding:10px}.splash-menu span{display:block;width:70%;height:2px;background:currentColor}.splash-menu span{background:currentColor}.splash{position:relative;width:100%;height:100svh;min-height:650px;overflow:hidden;background:#222;color:#fff}.splash-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.splash-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000004d,#0000000d 40%,#0006)}.splash-content{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:100px 5vw 80px}.splash-kicker{margin:0 0 22px;font-size:10px;letter-spacing:.22em;font-weight:500}.splash h1{margin:0;font-family:DM Sans,sans-serif;font-size:clamp(70px,9.5vw,150px);line-height:.86;font-weight:600;letter-spacing:-.055em;text-transform:lowercase}.splash h1 em{font-family:Playfair Display,serif;font-weight:500;letter-spacing:-.04em}.splash-cta{align-self:flex-start;margin-top:40px;display:flex;align-items:center;gap:25px;padding:14px 0;border:none;border-bottom:1px solid rgba(255,255,255,.8);background:transparent;color:#fff;font-size:13px}.splash-cta:hover{opacity:.7}.splash-bottom{position:absolute;z-index:2;left:5vw;right:5vw;bottom:26px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.2em;color:#ffffffe6}@media(max-width:900px){.nav.transparent{height:78px;padding:0 6vw}.splash-logo{font-size:40px}.splash-menu{display:flex}.nav-links{display:none}.nav-links.open{position:absolute;top:78px;left:0;right:0;display:flex;flex-direction:column;gap:20px;padding:25px 6vw;background:#141412cc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff}.nav-links.open button{color:#fff;text-align:left}.splash-content{padding:100px 7vw 80px}.splash h1{font-size:clamp(60px,14vw,105px)}.splash-bottom{left:7vw;right:7vw}}@media(max-width:520px){.splash{min-height:620px}.splash-logo{font-size:34px}.splash-kicker{font-size:8px;letter-spacing:.18em}.splash h1{font-size:58px}.splash-bottom{font-size:7px;letter-spacing:.13em}}
