:root{--paper:#f7f5f0;--ink:#292c26;--muted:#66695f;--line:#d7d8ce;--stone:#ecebe3;--accent:#6b735d;--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #929e76;outline-offset:6px}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2,h3,.signature{font-family:var(--serif)}h1,h2{letter-spacing:-.035em;line-height:1.04}h2{font-size:clamp(40px,4.3vw,67px)}em{font-weight:400;color:var(--accent)}.skip{position:fixed;top:-70px;left:20px;z-index:99;background:var(--ink);color:white;padding:10px 20px}.skip:focus{top:15px}.header{height:100px;padding:0 4.4%;display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--paper);position:relative;z-index:20}.brand{display:flex;flex-direction:column;line-height:1;flex-shrink:0}.brand>span{font-family:var(--serif);font-size:34px;letter-spacing:.055em;font-weight:600}.brand small{font-size:10px;letter-spacing:.37em;text-align:center;margin-top:8px}.brand-dot{color:var(--accent)}nav{display:flex;gap:36px;margin-left:auto;margin-right:40px}nav a{font-size:14px;position:relative}nav a:after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:1px;background:currentColor;transition:width .2s}nav a:hover:after{width:100%}.header-cta{border:1px solid #a9ada0;padding:12px 20px;font-size:13px;display:flex;gap:35px;align-items:center}.header-cta:hover{background:var(--ink);color:var(--paper)}.menu-toggle{display:none}.hero{height:min(770px,calc(100svh - 100px));min-height:610px;position:relative;color:white;overflow:hidden;background:#43473e}.hero-image{position:absolute;inset:0;height:100%;object-position:50% 52%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,25,20,.76) 0%,rgba(22,25,20,.51) 38%,rgba(20,24,20,.04) 77%),linear-gradient(0deg,rgba(16,22,19,.38),transparent 23%)}.hero-content{position:relative;max-width:1400px;margin:0 auto;padding:clamp(85px,9vw,142px) 6% 100px}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:500;display:flex;align-items:center;gap:13px;line-height:1.6}.little-line{display:inline-block;width:26px;height:1px;background:currentColor}.hero h1{font-size:clamp(60px,6.3vw,94px);margin-top:30px;max-width:940px;line-height:1.04}.hero h1 em{color:#ecebdc}.hero-description{font-size:16px;line-height:1.8;color:#eeefe9;margin-top:26px}.hero-actions{display:flex;gap:32px;align-items:center;margin-top:37px}.button{padding:17px 25px;display:inline-flex;align-items:center;gap:40px;font-size:13px;font-weight:500;min-height:54px;transition:background .2s,color .2s}.button.light{background:var(--paper);color:var(--ink)}.button.light:hover{background:#dee0d1}.text-link{font-size:13px;display:inline-flex;align-items:center;gap:17px;padding:14px 0;border-bottom:1px solid #ffffff60}.hero-bottom{position:absolute;bottom:24px;left:5.7%;right:5.7%;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.16em}.hero-bottom a{display:flex;align-items:center;gap:24px}.hero-side{position:absolute;right:30px;top:45%;writing-mode:vertical-rl;font-size:10px;letter-spacing:.22em}.values-strip{padding:22px 6%;display:flex;justify-content:space-around;align-items:center;border-bottom:1px solid var(--line);font-size:12px;color:#555d4b}.values-strip span{display:flex;align-items:center;gap:14px}.values-strip span:before{content:'✧';font-size:21px;line-height:1;color:#6d775d}.section{padding:100px 6%;max-width:1600px;margin:auto}.section-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:52px;gap:24px}.section-note{font-size:12px;color:var(--muted)}.intro-grid{display:grid;grid-template-columns:1.5fr 1fr;align-items:end;gap:8%;margin-bottom:60px}.intro-grid>p{max-width:420px;color:var(--muted);font-size:15px;line-height:1.9}.service{border-top:1px solid var(--line)}.service:last-child{border-bottom:1px solid var(--line)}.service summary{list-style:none;display:grid;grid-template-columns:60px 1fr 240px 32px;align-items:center;gap:20px;cursor:pointer;padding:27px 0}.service summary::-webkit-details-marker{display:none}.service-number{font-size:12px;color:var(--muted)}.service h3{font-size:35px;line-height:1.2;letter-spacing:-.02em}.service-short{font-size:12px;color:var(--muted)}.plus{width:14px;height:14px;position:relative}.plus:before,.plus:after{content:'';position:absolute;background:var(--ink);top:6px;height:1px;width:14px}.plus:after{transform:rotate(90deg);transition:transform .2s}.service[open] .plus:after{transform:rotate(0)}.service[open] summary{padding-bottom:16px}.service-body{padding:0 272px 30px 80px;font-size:15px;color:var(--muted)}.service-body p{max-width:700px}.underlined{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;font-size:13px;border-bottom:1px solid #979c8d;padding-bottom:5px;color:var(--ink)}.underlined:hover{color:var(--accent);border-color:var(--accent)}.service-body .underlined{margin-top:20px}.works{background:var(--stone);max-width:none}.works-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.works-heading>p{font-size:14px;color:var(--muted);margin-right:8%;line-height:1.8}.gallery{display:grid;grid-template-columns:1.18fr 1fr;gap:65px 7%;align-items:start}.project{padding:0;border:0;background:none;text-align:left;min-width:0}.project-image{position:relative;overflow:hidden;background:#d4d5cb}.project-image img{height:100%;transition:transform .6s}.project:hover img{transform:scale(1.025)}.project-wide .project-image{height:560px}.project-offset{margin-top:130px}.project-offset .project-image{height:480px}.project-caption{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:18px}.project-caption>span{font-family:var(--serif);font-size:26px;line-height:1.2}.project-caption small{font-size:9px;letter-spacing:.1em}.expand{position:absolute;bottom:20px;right:20px;width:40px;height:40px;display:grid;place-items:center;background:var(--paper);font-size:20px;transition:background .2s}.project:hover .expand{background:var(--ink);color:var(--paper)}.project-landscape{grid-column:1/-1;width:78%;margin-top:-25px}.project-landscape .project-image{height:480px}.instagram-note{display:flex;align-items:center;gap:22px;margin-top:65px;border-top:1px solid #cbcdc2;padding-top:30px}.instagram-icon{font-size:40px}.instagram-note p{font-size:12px}.instagram-note a{font-size:16px}.instagram-note>span:last-child{margin-left:auto;font-size:12px;color:var(--muted)}.about{display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:0 auto;padding:100px 6%;gap:8%;align-items:center}.about-image{position:relative;height:650px;overflow:hidden;background:var(--stone)}.about-image img{height:100%;object-position:center 25%}.about-image>span{position:absolute;bottom:20px;left:22px;color:white;font-size:10px;letter-spacing:.15em;background:#242920bf;padding:8px 12px}.about-copy h2{margin:25px 0 28px;font-size:clamp(40px,4vw,61px)}.about-copy>p:not(.eyebrow){font-size:15px;line-height:1.95;color:var(--muted);margin-bottom:18px}.about-copy>.underlined{margin-top:12px}.signature{font-size:35px;font-style:italic;margin-top:38px;line-height:1.3}.signature small{display:block;font-family:var(--sans);font-style:normal;font-size:9px;letter-spacing:.18em;margin-top:8px}.process{border-top:1px solid var(--line);padding-top:65px}.process .section-top{margin-bottom:28px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:6%;margin-top:50px}.steps article{border-top:1px solid var(--line);padding-top:24px}.steps article>span{font-size:12px;color:var(--accent)}.steps h3{font-size:30px;margin:16px 0 12px;line-height:1.1}.steps p{font-size:14px;color:var(--muted);max-width:340px}.contact{max-width:none;background:var(--ink);color:var(--paper)}.contact-top{display:flex;justify-content:space-between;align-items:center}.contact-top>span{font-size:10px;letter-spacing:.13em;color:#c2c7b9}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;margin-top:55px;align-items:center}.contact h2{font-size:clamp(66px,7.1vw,110px)}.contact h2 em{color:#c2c9b2}.contact-grid>div>p{font-size:14px;color:#d1d3ca;line-height:1.9;margin-top:25px}.contact .button{margin-top:28px}.contact-links{display:flex;flex-direction:column;min-width:0}.contact-links>.eyebrow{color:#b7bea9;margin-bottom:18px}.phone{font-family:var(--serif);font-size:clamp(30px,3.5vw,55px);line-height:1.4}.contact-links>a{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #62675c;padding:20px 0}.contact-links>a:hover{color:#c9d4b4}.contact-links>a>span{font-family:var(--sans);font-size:25px}.email{font-size:clamp(14px,1.4vw,21px)}.contact-links>p{font-size:13px!important;color:#c2c7b9!important}footer{display:flex;align-items:center;gap:50px;padding:45px 6%}footer>p{font-size:12px;line-height:1.8}footer>a:not(.brand){font-size:12px}footer>small{margin-left:auto;font-size:10px;color:var(--muted)}.back-top{font-size:23px!important;padding:10px}.lightbox{padding:0;border:0;background:#20251f;color:var(--paper);max-width:1000px;width:calc(100% - 80px);max-height:94svh;overflow:auto}.lightbox::backdrop{background:#121710e8}.lightbox>img{height:min(75svh,850px);object-fit:contain;background:#171c16}.lightbox-close{position:absolute;z-index:1;right:12px;top:12px;width:44px;height:44px;border:1px solid #888f7d;background:#20251fea;color:white;font-size:28px}.lightbox-bar{padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.lightbox-bar h2{font-size:26px}.lightbox-bar>div{display:flex;align-items:center;gap:16px;white-space:nowrap}.lightbox-bar button{background:none;border:1px solid #666d5c;color:white;font-size:20px;width:44px;height:44px}.image-counter{font-size:12px}
@media(min-width:1600px){.hero-content{padding-left:0}.hero h1{font-size:98px}.section{padding-left:max(6%,calc((100vw - 1408px)/2));padding-right:max(6%,calc((100vw - 1408px)/2))}.services,.process{max-width:none}}
@media(max-width:1050px){.header{padding:0 5%;gap:20px}.header-cta{padding:11px 15px;gap:18px}nav{gap:20px;margin-right:0}.hero h1{font-size:72px}.section,.about{padding:75px 5%}.intro-grid{grid-template-columns:1.5fr 1fr;gap:5%}.intro-grid h2{font-size:46px}.service summary{grid-template-columns:40px 1fr 200px 25px}.service-body{padding-left:60px;padding-right:120px}.project-caption{align-items:start;flex-direction:column;gap:6px}.project-wide .project-image{height:480px}.project-offset .project-image{height:390px}.project-landscape .project-image{height:390px}.about{gap:6%}.about-image{height:610px}.about-copy h2{font-size:44px}footer{gap:30px}.contact-grid{gap:7%}}
@media(max-width:760px){html{scroll-padding-top:25px}.header{height:80px;padding:0 6%}.brand>span{font-size:29px}.brand small{font-size:8px}.header-cta{margin-left:auto;font-size:11px;border:0;padding:10px 0;gap:10px}.menu-toggle{width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:none;border:1px solid var(--line)}.menu-toggle span{display:block;width:18px;height:1px;background:var(--ink)}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:25px 6% 35px;box-shadow:0 20px 20px #20251f10}nav.open{display:flex;flex-direction:column;gap:5px}nav a{font-size:20px;padding:12px 0}.hero{height:690px;min-height:0;max-height:calc(100svh - 80px)}.hero-content{padding:90px 6% 80px}.hero h1{font-size:clamp(47px,8.2vw,65px);margin-top:25px}.hero-description{font-size:14px;margin-top:23px}.hero-shade{background:linear-gradient(90deg,#141a16c9,#141a1660),linear-gradient(0deg,#151c1770,transparent 35%)}.hero-image{object-position:60% center}.hero .eyebrow{font-size:9px;letter-spacing:.13em}.hero-actions{gap:24px;margin-top:30px;align-items:flex-start;flex-direction:column}.button{font-size:12px;padding:15px 21px;gap:28px}.text-link{font-size:12px;padding:5px 0}.hero-bottom{font-size:8px;letter-spacing:.1em;bottom:22px}.hero-bottom a{font-size:0;gap:0}.hero-bottom a span{font-size:20px}.hero-side{display:none}.values-strip{padding:20px 6%;justify-content:space-between;gap:20px;font-size:10px}.values-strip span{gap:9px}.values-strip span:last-child{display:none}.section,.about{padding:65px 6%}.section-top{margin-bottom:32px;align-items:start}.section-note{display:none}.eyebrow{font-size:10px;letter-spacing:.14em}.intro-grid{grid-template-columns:1fr;gap:24px;margin-bottom:35px}.intro-grid h2,h2{font-size:43px}.intro-grid>p{font-size:14px;max-width:none}.service summary{grid-template-columns:24px 1fr 16px;gap:13px;padding:23px 0}.service h3{font-size:28px}.service-short{display:none}.service-body{padding:0 10px 25px 37px;font-size:14px}.works .section-top{flex-wrap:wrap;gap:20px}.works .underlined{font-size:12px}.works-heading{display:block;margin-bottom:35px}.works-heading>p{margin-top:24px;font-size:13px}.gallery{grid-template-columns:1fr;gap:35px}.project-offset{margin-top:0}.project-wide .project-image{height:auto;aspect-ratio:4/5}.project-offset .project-image{height:auto;aspect-ratio:1/1}.project-landscape{width:100%;margin:0}.project-landscape .project-image{height:auto;aspect-ratio:4/3}.project-caption{flex-direction:row;align-items:center}.project-caption>span{font-size:24px}.project-caption small{font-size:8px;max-width:105px;text-align:right}.instagram-note{margin-top:35px;gap:15px;flex-wrap:wrap}.instagram-note>span:last-child{margin-left:0;flex-basis:100%;font-size:12px}.about{grid-template-columns:1fr;gap:38px}.about-image{height:480px;max-width:100%}.about-copy h2{font-size:43px}.about-copy>p:not(.eyebrow){font-size:14px}.signature{margin-top:30px}.steps{grid-template-columns:1fr;gap:30px;margin-top:35px}.steps article{display:grid;grid-template-columns:30px 1fr;gap:8px 12px;padding-top:20px}.steps article>span{padding-top:5px}.steps h3{margin:0;font-size:28px}.steps p{grid-column:2;font-size:14px;max-width:none}.contact-top>span{display:none}.contact-grid{grid-template-columns:1fr;gap:50px;margin-top:35px}.contact h2{font-size:75px}.contact-links>.eyebrow{margin-bottom:5px}.phone{font-size:40px}.email{font-size:15px}.contact-links>a{padding:14px 0}.contact-grid>div>p{font-size:14px}.contact .button{margin-top:25px}footer{padding:35px 6%;display:grid;grid-template-columns:1fr 1fr;gap:25px}footer>small{margin:0;font-size:9px}footer>p{text-align:right}footer .brand{width:max-content}.back-top{display:none}.lightbox{width:calc(100% - 24px);max-height:94svh}.lightbox>img{height:67svh}.lightbox-bar{padding:15px;gap:15px;flex-wrap:wrap}.lightbox-bar h2{font-size:26px}.lightbox-bar>div{margin-left:auto}}
@media(max-width:380px){.header{gap:12px}.header-cta{font-size:10px;max-width:90px;line-height:1.4}.hero-content{padding-top:70px}.hero h1{font-size:43px}.hero-description{font-size:13px}.phone{font-size:34px}.email{font-size:13px}h2,.about-copy h2,.intro-grid h2{font-size:38px}}
/* Keep the original Instagram photograph within an editorial image panel. */
@media(min-width:761px){.hero{background:#30372e}.hero-image{left:auto;right:0;width:55%;object-position:center}.hero-shade{background:linear-gradient(90deg,#30372e 0%,#30372e 30%,#30372eda 43%,#30372e26 64%,transparent 82%),linear-gradient(0deg,#20271d70,transparent 24%)}.hero h1{font-size:clamp(60px,6vw,90px)}}
.section p:not(.eyebrow),.about-copy>p:not(.eyebrow),.steps p,.service-body,.hero-description{font-size:16px}.underlined,.button,.text-link{font-size:14px}.hero-content .eyebrow,.section-top .eyebrow,.about-copy .eyebrow,.contact .eyebrow{font-size:12px}.service-short,.section-note,.project-caption small{font-size:12px}.hero-bottom{font-size:11px}.contact-links>p{font-size:14px!important}
@media(max-width:760px){.hero{height:auto;min-height:650px;max-height:none}.hero-content{padding:80px 6% 105px}.hero-bottom{font-size:9px}.hero-content .eyebrow{font-size:10px}.project-caption small{font-size:10px}.project-caption{gap:15px}.header-cta{min-height:44px;align-items:center}.text-link{min-height:44px}.hero h1{font-size:clamp(45px,8.2vw,65px)}}
@media(max-width:380px){.hero h1{font-size:43px}.hero-content{padding-top:65px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Separate lines also remain intact when styles have not loaded yet. */
.footer-copyright{margin-left:auto;display:block;line-height:1.6}
.footer-copyright>small{font-size:12px;color:var(--muted)}
.footer-copyright .creator-credit{font-size:10px;line-height:1.8;font-weight:400;color:#73776c;text-underline-offset:3px}
.footer-copyright .creator-credit:hover{color:var(--ink);text-decoration:underline}
@media(max-width:760px){.footer-copyright{margin-left:0}.footer-copyright>small{font-size:11px}}
