:root{
  --ink:#172127;--muted:#66727a;--brand:#c68a45;--brand-dark:#9c6428;--cream:#f7f3ed;
  --line:#e7e2da;--white:#fff;--shadow:0 18px 50px rgba(20,30,35,.12);--radius:22px;
}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.section{padding:100px 0}.section.alt{background:var(--cream)}.eyebrow{display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--brand);margin-bottom:14px}.section-title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;max-width:780px}.section-text{color:var(--muted);max-width:760px;margin-top:18px}.header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);transition:.3s}.header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.15rem}.logo-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--brand),#edc895);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(198,138,69,.3)}.menu{display:flex;gap:26px;align-items:center}.menu a{font-weight:700;font-size:.94rem;position:relative}.menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--brand);transition:.3s}.menu a:hover:after,.menu a.active:after{width:100%}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:14px 22px;font-weight:800;transition:.25s;border:1px solid transparent}.nav-cta,.btn.primary{background:var(--brand);color:#fff}.nav-cta:hover,.btn.primary:hover{transform:translateY(-2px);background:var(--brand-dark)}.btn.ghost{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.55);color:#fff;backdrop-filter:blur(8px)}.btn.ghost:hover{background:#fff;color:var(--ink)}.hamburger{display:none;border:0;background:none;font-size:1.7rem}.hero{height:100vh;min-height:680px;position:relative;display:grid;place-items:center;text-align:center;color:#fff;overflow:hidden}.hero video,.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,14,.45),rgba(7,12,14,.7))}.hero-content{position:relative;z-index:2;width:min(900px,calc(100% - 36px))}.hero h1{font-size:clamp(2.5rem,7vw,5.8rem);line-height:.98;text-shadow:0 8px 24px rgba(0,0,0,.3)}.hero-actions{display:flex;justify-content:center;gap:14px;margin-top:30px;flex-wrap:wrap}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:34px;align-items:center}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 10px 30px rgba(20,30,35,.06);transition:.3s}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.icon{width:52px;height:52px;border-radius:16px;background:var(--cream);display:grid;place-items:center;font-size:1.4rem;margin-bottom:18px}.card h3{font-size:1.25rem;margin-bottom:10px}.card p{color:var(--muted)}.split-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:520px}.split-image img{width:100%;height:100%;object-fit:cover}.checks{display:grid;gap:14px;margin-top:26px}.check{display:flex;gap:12px;align-items:flex-start}.check span{width:28px;height:28px;flex:0 0 28px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:900}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{padding:28px;border-radius:20px;background:#172127;color:#fff;text-align:center}.stat strong{display:block;font-size:2.4rem;color:#f0c58f}.process{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process .card{position:relative}.process .card:before{counter-increment:step;content:"0" counter(step);position:absolute;right:20px;top:18px;color:#ead9c4;font-size:2.5rem;font-weight:900}.timeline{display:grid;gap:18px}.timeline-item{display:grid;grid-template-columns:90px 1fr;gap:22px;padding:24px 0;border-bottom:1px solid var(--line)}.timeline-item b{color:var(--brand)}.faq{display:grid;gap:14px}.faq-item{border:1px solid var(--line);border-radius:18px;overflow:hidden}.faq-q{width:100%;border:0;background:#fff;text-align:left;padding:22px 24px;font-weight:800;font-size:1rem;display:flex;justify-content:space-between}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 24px;color:var(--muted)}.faq-item.open .faq-a{max-height:180px;padding-bottom:22px}.cta-band{background:linear-gradient(135deg,#172127,#2e3e46);color:#fff;border-radius:30px;padding:60px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.carousel-wrap{overflow:hidden;padding:18px 0}.carousel-track{display:flex;width:max-content;gap:20px;animation:scroll 28s linear infinite}.carousel-wrap:hover .carousel-track{animation-play-state:paused}.carousel-item{width:380px;height:290px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.carousel-item img{width:100%;height:100%;object-fit:cover;transition:.5s}.carousel-item:hover img{transform:scale(1.06)}@keyframes scroll{to{transform:translateX(calc(-50% - 10px))}}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.map-box{min-height:420px;background:linear-gradient(135deg,#eee8df,#d8c7b2);border-radius:26px;display:grid;place-items:center;text-align:center;padding:40px}.footer{background:#10181c;color:#d7dfe2;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.footer h4{color:#fff;margin-bottom:14px}.footer a{display:block;margin:7px 0;color:#c5ced2}.footer a:hover{color:#fff}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px}.floating-phone{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:1.6rem;z-index:999;box-shadow:0 12px 30px rgba(198,138,69,.45);animation:pulse 2s infinite}@keyframes pulse{50%{transform:scale(1.08)}}.reveal{opacity:0;transform:translateY(28px);transition:.75s}.reveal.show{opacity:1;transform:none}.notice{padding:16px 18px;background:#fff4e7;border-left:4px solid var(--brand);border-radius:12px;color:#704821}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-line{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.badge-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.badge{padding:9px 14px;border-radius:999px;background:#efe6da;font-weight:800;font-size:.86rem}.photo-strip{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.photo-strip img{width:100%;height:340px;object-fit:cover;border-radius:22px}.photo-strip img:first-child{height:696px;grid-row:span 2}.quote{font-size:1.35rem;font-weight:800}.testimonial-meta{margin-top:16px;color:var(--muted)}
@media(max-width:900px){.menu{position:fixed;top:78px;left:0;right:0;background:#fff;padding:24px;display:none;flex-direction:column;box-shadow:0 20px 30px rgba(0,0,0,.08)}.menu.open{display:flex}.hamburger{display:block}.nav-cta{display:none}.grid-3,.stats,.process,.contact-grid{grid-template-columns:repeat(2,1fr)}.grid-2,.footer-grid{grid-template-columns:1fr}.cta-band{padding:42px;flex-direction:column;align-items:flex-start}.photo-strip{grid-template-columns:1fr 1fr}.photo-strip img:first-child{height:420px;grid-column:1/-1;grid-row:auto}.photo-strip img{height:260px}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.section{padding:72px 0}.hero{min-height:620px}.grid-3,.stats,.process,.contact-grid,.service-list{grid-template-columns:1fr}.carousel-item{width:290px;height:225px}.cta-band{padding:32px 24px}.footer-bottom{flex-direction:column}.timeline-item{grid-template-columns:1fr}.photo-strip{grid-template-columns:1fr}.photo-strip img,.photo-strip img:first-child{height:280px;grid-column:auto}.hero-actions .btn{width:100%}}
