@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root{--ink:#151515;--paper:#f4f1eb;--muted:#6c6963;--line:#d3cec4;--dark:#151515;--warm:#e7e0d5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.6}
a{color:inherit}
.site-header{height:78px;padding:0 6%;display:flex;align-items:center;position:sticky;top:0;z-index:50;background:rgba(244,241,235,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.logo{text-decoration:none;font-size:18px;font-weight:700;letter-spacing:.12em;white-space:nowrap}.logo span{font-weight:400}
.nav{display:flex;align-items:center;gap:27px;margin-left:auto}.nav a{text-decoration:none;font-size:13px}.nav-button{background:var(--ink);color:#fff;padding:11px 17px;font-weight:600}
.menu-toggle{display:none;background:none;border:0;font-size:24px;margin-left:auto}
.hero{min-height:calc(100vh - 78px);position:relative;display:flex;align-items:center;color:#fff;background:url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.18))}
.hero-content{position:relative;z-index:1;padding:8%;max-width:980px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.19em;margin:0 0 20px}.dark-text{color:#68645e}.muted{color:#aaa}
.hero h1{font-size:clamp(54px,8.5vw,108px);line-height:.93;letter-spacing:-.065em;margin:0 0 31px;font-weight:600}.hero h1 em,h2 em{font-family:'Playfair Display',Georgia,serif;font-weight:500}
.hero-copy{font-size:19px;max-width:630px;color:#eee;margin:0 0 34px}.actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.button{display:inline-block;text-decoration:none;padding:15px 22px;font-size:13px;font-weight:700}.button-light{background:#fff;color:var(--ink)}.hero-link{font-size:14px;text-underline-offset:5px}.hero-link span{margin-left:5px}
.section{padding:115px 8%}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:58px}.section-heading h2,.about-content h2,.contact-inner h2{font-size:clamp(43px,6vw,76px);line-height:1.02;letter-spacing:-.06em;margin:0;font-weight:600}.section-intro{max-width:410px;color:var(--muted);font-size:16px;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{padding:34px;min-height:245px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.service-card>span{font-size:11px;color:#888;letter-spacing:.1em}.service-card h3{font-size:21px;margin:37px 0 8px}.service-card p{color:var(--muted);font-size:14px;max-width:340px;margin:0}
.dark-section{background:var(--dark);color:#fff;padding:115px 8%}.dark-inner{max-width:1200px;margin:auto}.dark-section h2{font-size:clamp(43px,6vw,76px);line-height:1.02;letter-spacing:-.06em;margin:0 0 27px}.dark-copy{color:#c3c0bb;max-width:730px;font-size:18px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:76px}.process-grid b{font-size:11px;color:#777}.process-grid h3{font-size:18px;margin:16px 0 7px}.process-grid p{font-size:14px;color:#999;margin:0}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;border-top:1px solid var(--line);padding-top:30px}.why-grid h3{font-size:18px;margin:0 0 8px}.why-grid p{font-size:14px;color:var(--muted);margin:0}
.about-section{background:#1d1d1d;color:#fff;padding:115px 8%;display:grid;grid-template-columns:1fr 2fr;gap:60px}.about-content{max-width:850px}.about-content h2{margin-bottom:38px}.about-content p{font-size:18px;color:#c7c4be;max-width:700px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.how-grid>div{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:180px}.how-grid span{font-size:11px;color:#888}.how-grid h3{font-size:18px;margin:28px 0 6px}.how-grid p{color:var(--muted);font-size:14px;margin:0}
.contact-section{padding:120px 8%;background:var(--warm)}.contact-inner{max-width:1050px}.contact-copy{font-size:19px;color:#5f5b54;max-width:650px;margin:28px 0 30px}.contact-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.button-dark{background:var(--ink);color:#fff}.phone-link{font-weight:700;text-decoration:none}.email-line{font-size:13px;color:#777;margin-top:24px}
.footer{padding:27px 8%;border-top:1px solid #c9c4bb;display:flex;gap:25px;justify-content:space-between;flex-wrap:wrap;font-size:12px;color:#777}.footer strong{color:var(--ink)}
@media(max-width:900px){.nav{display:none}.menu-toggle{display:block}.nav.open{display:flex;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:20px 6%;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav.open a{padding:10px 0}.nav.open .nav-button{text-align:center;padding:12px}.section,.dark-section,.about-section,.contact-section{padding:80px 7%}.section-heading{display:block}.section-intro{margin-top:25px}.service-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr 1fr}.about-section{grid-template-columns:1fr;gap:10px}.about-label{margin-bottom:10px}.how-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.site-header{padding:0 5%}.logo{font-size:15px}.hero{min-height:78vh}.hero-content{padding:12% 7%}.hero h1{font-size:51px}.hero-copy{font-size:17px}.service-grid,.process-grid,.why-grid,.how-grid{grid-template-columns:1fr}.service-card{min-height:auto}.service-card h3{margin-top:25px}.dark-section h2,.section-heading h2,.about-content h2,.contact-inner h2{font-size:43px}.footer{flex-direction:column;gap:8px}}
