:root{
  --ink:#171715;
  --ink-2:#282824;
  --paper:#f5f2eb;
  --paper-2:#fcfbf8;
  --white:#fff;
  --wood:#a5753f;
  --wood-dark:#76512e;
  --line:rgba(23,23,21,.13);
  --muted:#6f6d66;
  --green:#1fae58;
  --radius:28px;
  --shadow:0 24px 70px rgba(27,22,14,.12);
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper-2);color:var(--ink);font-family:"Segoe UI",Inter,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
button{color:inherit}
::selection{background:#d7b27b;color:var(--ink)}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px 14px;z-index:999}
.skip-link:focus{left:8px}

.site-header{position:sticky;top:0;z-index:60;background:rgba(252,251,248,.87);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.25s ease}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 8px 25px rgba(23,23,21,.04)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{width:145px;height:62px;overflow:hidden;display:grid;place-items:center}
.brand img{width:132px;height:auto;object-fit:contain;filter:brightness(.24)}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:14px;font-weight:700;color:#4e4c47;position:relative}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--wood);transition:.25s}
.desktop-nav a:hover:after{right:0}

.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:4px;font-weight:800;font-size:15px;transition:.2s ease;cursor:pointer}
.button svg{width:20px;height:20px;fill:currentColor}
.button:hover{transform:translateY(-2px)}
.button-small{min-height:44px;padding-inline:17px;background:var(--ink);color:#fff;font-size:13px}
.button-small svg{width:16px}
.button-primary{background:var(--ink);color:#fff;box-shadow:0 16px 35px rgba(23,23,21,.16)}
.button-primary:hover{background:#000;box-shadow:0 20px 40px rgba(23,23,21,.24)}
.button-light{background:#f4eadc;color:var(--ink)}
.button-light:hover{background:#fff}
.button-large{min-height:60px;padding-inline:26px}
.wa-icon{width:22px!important;height:22px!important;fill:currentColor}
.text-link{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:4px}
.text-link span{transition:.2s}.text-link:hover span{transform:translateY(3px)}

.hero{padding:58px 0 78px;background:linear-gradient(180deg,#fcfbf8 0%,#f7f3ec 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:68px;align-items:center}
.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px;color:var(--wood-dark);display:flex;align-items:center;gap:10px}
.eyebrow span{width:28px;height:1px;background:currentColor}
.hero h1,.section h2,.process h2,.contact h2{font-size:clamp(48px,6.1vw,82px);line-height:.98;letter-spacing:-.045em;margin:0;font-weight:780;max-width:780px}
.hero h1 em,.section h2 em,.process h2 em,.contact h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--wood-dark)}
.hero-lead{font-size:19px;line-height:1.6;color:#55524c;max-width:650px;margin:26px 0 30px}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.microcopy{max-width:590px;margin:15px 0 0;font-size:12px;color:#77736c;line-height:1.5}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:42px;padding-top:24px;border-top:1px solid var(--line);max-width:610px}
.trust-row div{padding-right:18px}
.trust-row div+div{padding-left:18px;border-left:1px solid var(--line)}
.trust-row strong,.trust-row span{display:block}.trust-row strong{font-size:14px}.trust-row span{font-size:12px;color:var(--muted);margin-top:4px}
.hero-visual{position:relative;min-height:610px}
.hero-photo{margin:0;width:78%;height:590px;border-radius:var(--radius) 4px var(--radius) 4px;overflow:hidden;box-shadow:var(--shadow);margin-left:auto;background:#ddd}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.floating-proof{position:absolute;left:0;bottom:16px;width:245px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 60px rgba(23,23,21,.15);padding:10px;display:grid;grid-template-columns:70px 1fr;gap:12px;align-items:center;border-radius:4px}
.floating-proof img{width:70px;height:70px;object-fit:cover}
.floating-proof strong,.floating-proof span{display:block}.floating-proof strong{font-size:12px}.floating-proof span{font-size:11px;color:var(--muted);line-height:1.35;margin-top:3px}
.hero-stamp{position:absolute;right:-22px;bottom:24px;width:102px;height:102px;border:1px solid rgba(118,81,46,.35);border-radius:50%;display:grid;place-items:center;text-align:center;font-size:9px;font-weight:900;letter-spacing:.13em;color:var(--wood-dark);line-height:1.15;background:rgba(252,251,248,.85);backdrop-filter:blur(8px)}
.hero-stamp span{font-size:15px;line-height:.4}

.service-strip{background:var(--ink);color:#e8dfd3;overflow:hidden}
.service-strip-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;white-space:nowrap;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}
.service-strip i{width:4px;height:4px;border-radius:50%;background:#bb8b54;flex:0 0 auto}

.section{padding:108px 0}
.section-head{display:grid;grid-template-columns:1.15fr .65fr;gap:70px;align-items:end;margin-bottom:56px}
.section-head h2{font-size:clamp(42px,5vw,68px)}
.section-head>p{margin:0 0 5px;color:var(--muted);font-size:15px;line-height:1.7;max-width:430px}
.section-head.compact{display:block;margin-bottom:0}
.services{background:#fff}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{min-height:310px;padding:30px 30px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;transition:.25s ease;background:#fff}
.service-card:hover{background:#f8f5ef;transform:translateY(-4px);z-index:2;box-shadow:0 14px 40px rgba(23,23,21,.07)}
.service-card>span{position:absolute;right:24px;top:26px;color:#aaa49b;font:400 13px Georgia,serif}
.service-icon{width:46px;height:46px;display:grid;place-items:center;background:#efe6d9;margin-bottom:42px;border-radius:50%}
.service-icon svg{width:22px;height:22px;fill:var(--wood-dark)}
.service-card h3{font-size:20px;margin:0 0 13px;letter-spacing:-.02em}.service-card p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}
.service-card-accent{background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}
.service-card-accent:hover{background:#242421}
.service-card-accent h3{font:400 36px/1.05 Georgia,serif;color:#d6ad79}.service-card-accent p{color:#c3bdb4}.mini-label{position:absolute;top:31px;left:30px;color:#c6a173!important;text-transform:uppercase;letter-spacing:.14em;font-size:10px!important;font-weight:800}.card-link{margin-top:22px;font-size:13px;font-weight:800;color:#fff}.card-link span{color:#d6ad79}

.work-section{background:var(--paper)}
.work-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:14px}
.work-card{position:relative;border:0;padding:0;margin:0;overflow:hidden;cursor:zoom-in;background:#ddd;text-align:left;border-radius:3px}
.work-card-large{grid-column:span 2;grid-row:span 2}.work-card-wide{grid-column:span 2}
.work-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.work-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(12,12,11,.76));opacity:.9;transition:.25s}
.work-card>span{position:absolute;left:20px;right:20px;bottom:18px;color:#fff;z-index:2;font-size:17px;font-weight:800;letter-spacing:-.02em}.work-card small{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:9px;color:#e6c49b;margin-bottom:4px}
.work-card:hover img{transform:scale(1.045)}.work-card:hover:after{opacity:1}.center-action{text-align:center;margin-top:35px}

.process{background:var(--ink);color:#fff;padding:112px 0;position:relative;overflow:hidden}
.process:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(213,172,119,.13);border-radius:50%;left:-260px;top:-260px}
.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;position:relative}
.eyebrow-light{color:#d9b486}.process h2{font-size:clamp(44px,5vw,68px)}.process h2 em{color:#d9b486}.process-intro>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#bcb7ae;max-width:430px;margin:25px 0 30px}
.process-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.15)}
.process-list li{display:grid;grid-template-columns:66px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.process-list li>span{font:400 14px Georgia,serif;color:#d9b486}.process-list h3{margin:0 0 6px;font-size:20px}.process-list p{margin:0;color:#aaa59d;font-size:14px;line-height:1.55}

.reassurance{background:#fff}
.reassurance-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.reassurance-items{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.reassurance-items article{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:210px}.reassurance-items strong{font:400 13px Georgia,serif;color:var(--wood-dark)}.reassurance-items h3{font-size:19px;margin:34px 0 10px}.reassurance-items p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}

.testimonials{background:#f7f4ee}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial{background:#fff;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;min-width:0}.testimonial>img{width:100%;height:285px;object-fit:cover}.testimonial-copy{padding:25px 26px 27px}.stars{letter-spacing:.08em;font-size:12px;color:#a06f38}.testimonial blockquote{margin:14px 0 24px;font:400 22px/1.35 Georgia,serif;color:#32302b}.testimonial-copy p{display:flex;justify-content:space-between;align-items:center;margin:0;padding-top:16px;border-top:1px solid var(--line);font-size:12px}.testimonial-copy p span{color:var(--muted)}

.about{background:#fff}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.about-photo{margin:0;position:relative}.about-photo img{width:100%;height:640px;object-fit:cover;border-radius:3px}.about-photo figcaption{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:12px}.about-copy h2{font-size:clamp(48px,5vw,72px)}.about-copy p{font-size:15px;line-height:1.75;color:var(--muted);max-width:620px}.about-copy .about-lead{font-size:21px;line-height:1.5;color:var(--ink);font-family:Georgia,serif;margin-top:25px}.signature-line{display:flex;align-items:center;gap:17px;margin-top:32px}.signature-line>span{width:70px;height:1px;background:var(--wood)}.signature-line strong,.signature-line small{display:block}.signature-line strong{font:italic 24px Georgia,serif}.signature-line small{color:var(--muted);font-size:11px;margin-top:3px}

.faq{background:var(--paper)}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:start}.faq-intro{position:sticky;top:120px}.faq-intro h2{font-size:clamp(44px,5vw,66px)}.faq-intro>p:last-child{color:var(--muted);line-height:1.65;max-width:360px}.faq-list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line);padding:0}.faq summary{list-style:none;cursor:pointer;padding:24px 52px 24px 0;font-size:17px;font-weight:800;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary span,.faq summary span:after{position:absolute;right:2px;top:50%;width:16px;height:1px;background:var(--ink);content:""}.faq summary span:after{right:0;top:0;transform:rotate(90deg);transition:.2s}.faq details[open] summary span:after{transform:rotate(0)}.faq details p{margin:-5px 55px 24px 0;color:var(--muted);font-size:14px;line-height:1.7}

.contact{background:#987044;color:#fff;padding:88px 0}.contact-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end}.contact h2{font-size:clamp(50px,6vw,80px)}.contact h2 em{color:#f4dfc5}.contact-copy>p{font:400 22px/1.5 Georgia,serif;max-width:450px;margin:0 0 25px}.contact-copy small{display:block;margin-top:13px;color:#ead9c4}

.site-footer{background:#141413;color:#aaa59c;padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px}.footer-brand img{width:160px;height:auto;object-fit:contain;filter:brightness(3.7);opacity:.86;margin-bottom:16px}.footer-brand p{font-size:13px;line-height:1.6;max-width:290px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid strong{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:7px}.footer-grid a,.footer-grid button{font-size:12px;color:#aaa59c;background:none;border:0;padding:0;text-align:left;cursor:pointer}.footer-grid a:hover,.footer-grid button:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:22px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}

.mobile-wa{display:none}
dialog{border:0;padding:0;background:transparent}dialog::backdrop{background:rgba(12,12,11,.86);backdrop-filter:blur(5px)}.image-dialog[open]{display:grid;place-items:center;max-width:min(92vw,1000px);max-height:90vh}.image-dialog img{max-width:90vw;max-height:86vh;object-fit:contain;border-radius:4px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.dialog-close{position:fixed;top:20px;right:24px;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.32);color:#fff;width:42px;height:42px;border-radius:50%;font-size:28px;cursor:pointer;z-index:3}.legal-dialog[open]{background:#fff;color:var(--ink);padding:38px;max-width:620px;width:calc(100% - 32px);border-radius:4px;box-shadow:0 28px 80px rgba(0,0,0,.3)}.legal-dialog .dialog-close{position:absolute;top:14px;right:14px;background:#f1eee8;color:var(--ink);border:0}.legal-dialog h2{font:400 34px Georgia,serif;margin:0 45px 20px 0}.legal-dialog p{color:var(--muted);line-height:1.7;font-size:14px}.legal-dialog a{text-decoration:underline}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.work-card img{transition:none}}

@media(max-width:980px){
  :root{--container:min(100% - 32px,760px)}
  .desktop-nav{display:none}.header-inner{height:72px}.brand{width:122px;height:56px}.brand img{width:112px;height:auto}.button-small{min-height:42px}
  .hero{padding:42px 0 60px}.hero-grid{grid-template-columns:1fr;gap:38px}.hero-copy{order:1}.hero-visual{order:2;min-height:540px;max-width:650px;width:100%;margin:auto}.hero-photo{height:520px;width:83%}.hero-stamp{right:0}.hero h1{font-size:clamp(48px,10vw,72px)}
  .section{padding:82px 0}.section-head{grid-template-columns:1fr;gap:24px;margin-bottom:42px}.section-head>p{max-width:620px}.services-grid{grid-template-columns:1fr 1fr}.work-grid{grid-template-columns:1fr 1fr;grid-auto-rows:260px}.work-card-large,.work-card-wide{grid-column:span 1}.work-card-large{grid-row:span 2}
  .process{padding:84px 0}.process-grid,.reassurance-grid,.about-grid,.faq-grid,.contact-inner{grid-template-columns:1fr;gap:50px}.faq-intro{position:static}.reassurance-grid{gap:38px}.testimonial-grid{gap:12px}.testimonial>img{height:240px}.about-photo img{height:600px}.contact-inner{gap:35px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}
}

@media(max-width:680px){
  :root{--container:calc(100% - 28px);--radius:20px}
  body{padding-bottom:68px}.site-header{position:sticky}.header-inner{height:66px}.brand{width:110px;height:52px}.brand img{width:104px;height:auto}.button-small{padding:0 14px;font-size:12px}.button-small svg{display:none}
  .hero{padding:32px 0 44px}.hero h1{font-size:46px;line-height:1}.hero-lead{font-size:17px;line-height:1.55;margin:20px 0 24px}.hero-actions{display:block}.hero-actions .button{width:100%}.hero-actions .text-link{margin-top:20px}.microcopy{font-size:11px}.trust-row{margin-top:30px;padding-top:19px}.trust-row strong{font-size:12px}.trust-row span{font-size:10px}.trust-row div{padding-right:8px}.trust-row div+div{padding-left:10px}
  .hero-visual{min-height:440px}.hero-photo{height:420px;width:88%;margin-left:0;border-radius:20px 3px 20px 3px}.floating-proof{left:auto;right:0;bottom:0;width:220px;grid-template-columns:58px 1fr}.floating-proof img{width:58px;height:58px}.hero-stamp{display:none}
  .service-strip-inner{justify-content:flex-start;overflow:hidden;gap:16px;min-height:52px}.service-strip-inner span:nth-of-type(n+5),.service-strip-inner i:nth-of-type(n+5){display:none}
  .section{padding:68px 0}.section-head{margin-bottom:34px}.section-head h2,.about-copy h2,.faq-intro h2{font-size:43px}.section-head>p{font-size:14px}.services-grid{grid-template-columns:1fr}.service-card{min-height:255px;padding:24px}.service-icon{margin-bottom:34px}.mini-label{left:24px;top:25px}
  .work-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:190px;gap:8px}.work-card-large{grid-column:1/-1;grid-row:span 2}.work-card-wide{grid-column:1/-1}.work-card>span{left:14px;bottom:13px;font-size:14px}.work-card small{font-size:8px}
  .process{padding:70px 0}.process h2,.contact h2{font-size:46px}.process-grid{gap:40px}.process-list li{grid-template-columns:44px 1fr;gap:12px;padding:22px 0}.process-list h3{font-size:18px}.process-list p{font-size:13px}
  .reassurance-items{grid-template-columns:1fr}.reassurance-items article{min-height:auto;padding:25px}.reassurance-items h3{margin-top:25px}
  .testimonial-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-14px;padding-right:14px;gap:12px}.testimonial{flex:0 0 84%;scroll-snap-align:start}.testimonial>img{height:250px}.testimonial blockquote{font-size:20px}
  .about-grid{gap:34px}.about-photo img{height:460px}.about-copy .about-lead{font-size:19px}
  .faq-grid{gap:30px}.faq summary{font-size:15px;padding:21px 42px 21px 0}.faq details p{margin-right:28px}
  .contact{padding:66px 0}.contact-copy>p{font-size:20px}.button-large{width:100%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px 24px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}
  .mobile-wa{position:fixed;display:flex;left:10px;right:10px;bottom:9px;height:52px;align-items:center;justify-content:center;gap:9px;background:var(--green);color:#fff;border-radius:5px;font-weight:900;font-size:14px;z-index:80;box-shadow:0 16px 38px rgba(23,23,21,.26)}
  .legal-dialog[open]{padding:30px 24px}.legal-dialog h2{font-size:29px}
}
