:root{--cream:#f7f0e8;--paper:#fffaf5;--ink:#2c2020;--wine:#62292d;--gold:#b88a47;--muted:#715e58;--line:#ddcdbd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.site-header{height:86px;padding:10px clamp(20px,6vw,86px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,250,245,.96);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(98,41,45,.12);backdrop-filter:blur(12px)}.brand img{width:70px;height:62px;object-fit:cover;object-position:center}.site-header nav{display:flex;gap:32px}.site-header nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--wine);color:#fff;text-decoration:none;padding:15px 22px;border-radius:2px;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:600}.button.small{padding:11px 17px}.hero{min-height:720px;display:grid;grid-template-columns:1.02fr .98fr;background:var(--cream)}.hero-copy{padding:clamp(60px,9vw,130px) clamp(30px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.19em;color:var(--wine);font-size:.75rem;font-weight:600;margin:0 0 16px}.hero h1,.section-heading h2,.work h2,.process h2,.about h2,.contact h2{font-family:"Cormorant Garamond",Georgia,serif;line-height:.97;font-weight:600;margin:0;color:var(--ink)}.hero h1{font-size:clamp(3.3rem,6.7vw,6.5rem);max-width:760px}.hero h1 em{display:block;color:var(--wine);font-weight:500}.intro{font-size:1.1rem;max-width:640px;color:var(--muted);margin:28px 0}.actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.text-link{font-weight:600;color:var(--wine)}.trust-row{display:flex;gap:0;flex-wrap:wrap;margin-top:48px;font-family:"Cormorant Garamond",serif;font-size:1.05rem}.trust-row span{padding-right:20px;margin-right:20px;border-right:1px solid var(--gold)}.trust-row span:last-child{border:0}.hero-image{min-height:620px}.hero-image img{width:100%;height:100%;object-fit:cover}.services{padding:110px clamp(24px,7vw,110px)}.section-heading{max-width:770px;margin-bottom:56px}.section-heading h2,.work h2,.process h2,.about h2,.contact h2{font-size:clamp(2.7rem,4.7vw,4.5rem)}.section-heading>p:last-child{color:var(--muted);max-width:690px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-grid article{padding:36px;min-height:265px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.service-grid span{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:1.2rem}.service-grid h3,.steps h3{font-family:"Cormorant Garamond",serif;font-size:1.65rem;margin:18px 0 8px}.service-grid p,.steps p{color:var(--muted);margin:0}.work{display:grid;grid-template-columns:.9fr 1.1fr;background:#efe4d8}.work-image img{width:100%;height:100%;object-fit:cover}.work-copy{padding:clamp(55px,8vw,120px);align-self:center}.work-copy p{color:var(--muted)}.work-copy ul{padding:0;list-style:none;margin-top:30px}.work-copy li{padding:12px 0 12px 28px;border-bottom:1px solid var(--line);position:relative}.work-copy li:before{content:"✦";position:absolute;left:0;color:var(--gold)}.process{text-align:center;padding:110px clamp(24px,7vw,110px)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:60px}.steps b{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid var(--gold);border-radius:50%;font-family:"Cormorant Garamond",serif;color:var(--wine);font-size:1.4rem}.about{display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding:110px clamp(24px,8vw,130px);background:var(--wine);color:white}.about .eyebrow{color:#e5bd7d}.about h2{color:white}.about>div:last-child{font-size:1.05rem}.about blockquote{font-family:"Cormorant Garamond",serif;font-size:1.65rem;line-height:1.3;border-left:2px solid var(--gold);margin:32px 0 0;padding-left:24px;color:#f6dfbd}.contact{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;padding:110px clamp(24px,8vw,130px);background:var(--cream)}.contact>div>p:last-child{color:var(--muted);max-width:680px}.contact-card{background:white;border:1px solid var(--line);padding:35px;display:flex;flex-direction:column;gap:15px;text-align:center}.button.outline{background:transparent;color:var(--wine);border:1px solid var(--wine)}.contact-card>a:not(.button){color:var(--wine);font-weight:600}.contact-card small{color:var(--muted)}footer{padding:40px clamp(24px,7vw,110px);display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted)}footer img{width:66px;height:58px;object-fit:cover}footer p:last-child{margin-left:auto}.mobile-cta{display:none}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{order:2;padding:65px 26px}.hero-image{min-height:480px;max-height:620px}.service-grid{grid-template-columns:1fr 1fr}.work,.about,.contact{grid-template-columns:1fr}.work-image{max-height:650px;overflow:hidden}.steps{grid-template-columns:1fr 1fr}.about,.contact{gap:45px}}@media(max-width:600px){body{padding-bottom:64px}.site-header{height:72px;padding:8px 18px}.brand img{width:58px;height:52px}.site-header .button{font-size:.7rem;padding:10px 12px}.hero{min-height:auto}.hero-image{min-height:390px}.hero h1{font-size:3.35rem}.trust-row{display:grid;gap:5px}.trust-row span{border:0}.services,.process,.about,.contact{padding:75px 22px}.service-grid,.steps{grid-template-columns:1fr}.service-grid article{min-height:auto;padding:29px}.work-copy{padding:70px 24px}.work-image{max-height:none}.section-heading h2,.work h2,.process h2,.about h2,.contact h2{font-size:2.8rem}footer{padding:30px 20px;align-items:flex-start;flex-wrap:wrap}footer p:last-child{width:100%;margin:0}.mobile-cta{display:flex;position:fixed;z-index:20;bottom:0;left:0;right:0;height:64px;align-items:center;justify-content:center;background:var(--wine);color:white;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-size:.78rem;box-shadow:0 -4px 20px rgba(0,0,0,.15)}}
