
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#f3eee7;--bg2:#ebe3d8;--ink:#151311;--ink2:#1d1916;--muted:#746c64;--line:rgba(25,22,19,.14);--white:#fbfaf7;--accent:#d9b487;--accent2:#e7c8a2;--radius:18px;--max:1440px;--shadow:0 18px 50px rgba(22,17,12,.12);--font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}img{display:block;max-width:100%;height:auto}.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:86px;color:#fff;background:linear-gradient(180deg,rgba(12,11,10,.62),rgba(12,11,10,.08));transition:.25s ease}.site-header.scrolled{background:rgba(18,16,14,.96);backdrop-filter:blur(14px);box-shadow:0 12px 35px rgba(0,0,0,.14)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:176px;height:54px;object-fit:contain;object-position:left center}.nav-links{display:flex;gap:30px;align-items:center}.nav-links a{font-size:.82rem;color:rgba(255,255,255,.88);position:relative;padding:10px 0}.nav-links a:after{content:'';position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:right;transition:.25s}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:12px}.lang{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.24);border-radius:50%;font-size:.75rem}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;min-height:50px;padding:10px 12px 10px 20px;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:700;transition:.25s ease;cursor:pointer}.btn:after{content:'→';width:28px;height:28px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:.85rem;flex:0 0 auto}.btn-primary{background:var(--accent);color:#15110d;box-shadow:0 10px 24px rgba(26,20,15,.16)}.btn-primary:hover{background:var(--accent2);transform:translateY(-2px);box-shadow:0 14px 32px rgba(26,20,15,.2)}.btn-dark{background:#171513;color:#fff}.btn-dark:hover{transform:translateY(-2px);background:#27231f}.btn-light{background:transparent;border-color:var(--line)}.btn-light:hover{background:#fff;transform:translateY(-2px)}.btn-ghost{background:rgba(0,0,0,.12);color:#fff;border-color:rgba(255,255,255,.28);backdrop-filter:blur(10px)}.btn-ghost:hover{background:rgba(0,0,0,.3)}.btn-sm{min-height:46px;padding-left:18px}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:1.5rem;width:44px;height:44px}.mobile-bar{position:fixed;display:none;z-index:80;left:10px;right:10px;bottom:10px;background:rgba(19,17,15,.96);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:7px;grid-template-columns:1fr 1fr;gap:7px;box-shadow:0 16px 40px rgba(0,0,0,.25)}.mobile-bar a{display:grid;place-items:center;min-height:46px;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700}.mobile-bar .primary{background:var(--accent);color:#16120f}
.hero{position:relative;min-height:880px;background:#161412;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,9,8,.82) 0%,rgba(10,9,8,.55) 42%,rgba(10,9,8,.18) 68%,rgba(10,9,8,.44) 100%),linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.38))}.hero-content{position:relative;z-index:2;min-height:880px;padding:185px 0 70px;display:flex;flex-direction:column;justify-content:flex-end}.eyebrow{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:#b9a086;font-weight:700}.hero-copy{max-width:900px}.display{font-size:clamp(4rem,7vw,7.5rem);line-height:.92;letter-spacing:-.065em;margin:18px 0 22px;font-weight:700;max-width:950px}.lead{font-size:1.05rem;color:rgba(255,255,255,.84);max-width:720px;margin:0}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-meta{display:grid;grid-template-columns:repeat(4,max-content);gap:0;margin-top:60px}.hero-meta .metric{padding:0 24px;border-left:1px solid rgba(255,255,255,.2)}.hero-meta .metric:first-child{padding-left:0;border-left:0}.hero-meta strong{display:block;font-size:1.65rem;line-height:1.05}.hero-meta span{display:block;font-size:.72rem;color:rgba(255,255,255,.72);margin-top:5px}.hero-note{position:absolute;right:0;bottom:110px;max-width:250px;padding-left:20px;border-left:1px solid rgba(255,255,255,.35);font-size:.76rem;color:rgba(255,255,255,.75);z-index:3}.hero-rail{position:absolute;right:38px;bottom:42px;z-index:3;display:flex;align-items:center;gap:10px}.circle-btn{width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.34);color:#fff;display:grid;place-items:center;cursor:pointer;transition:.25s}.circle-btn:hover{background:var(--accent);color:#111;border-color:var(--accent)}
.section{padding:94px 0}.section-lg{padding:116px 0}.surface{background:var(--bg)}.dark-section{background:var(--ink2);color:#fff}.soft-section{background:var(--bg2)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.kicker{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#9b8167;font-weight:800;margin-bottom:12px}.section-title{font-size:clamp(2.4rem,4.5vw,5rem);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:700;max-width:900px}.section-sub{max-width:560px;color:var(--muted);font-size:.92rem;margin:0}.dark-section .section-sub,.dark-section .muted{color:#bdb4aa}
.segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.segment-card{position:relative;min-height:390px;border-radius:var(--radius);overflow:hidden;background:#24211f;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}.segment-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s}.segment-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.78))}.segment-card:hover img{transform:scale(1.045)}.segment-content{position:absolute;z-index:2;inset:auto 22px 22px}.segment-content .num{font-size:.62rem;letter-spacing:.18em;color:#dec09d}.segment-content h3{font-size:1.9rem;line-height:1;margin:7px 0 7px;letter-spacing:-.04em}.segment-content p{font-size:.76rem;color:#ded7cf;max-width:340px;margin:0 0 16px}.segment-arrow{position:absolute;z-index:3;right:20px;bottom:20px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);transition:.25s}.segment-card:hover .segment-arrow{background:var(--accent);color:#17130f;border-color:var(--accent);transform:translateX(3px)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat{padding:28px 24px;border-left:1px solid var(--line)}.stat:first-child{border-left:0}.stat-num{font-size:2.4rem;font-weight:700;letter-spacing:-.055em;line-height:1}.stat-label{color:var(--muted);font-size:.74rem;margin-top:6px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s;position:relative}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card img{width:100%;height:220px;object-fit:cover}.service-body{padding:20px 20px 22px}.service-body h3{font-size:1.15rem;letter-spacing:-.035em;margin:0 0 7px}.service-body p{font-size:.74rem;color:var(--muted);margin:0}.service-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:.72rem;font-weight:800}.service-link:after{content:'→';width:28px;height:28px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}
.feature{display:grid;grid-template-columns:.7fr 1.3fr;background:#151311;border-radius:22px;overflow:hidden;min-height:620px}.feature-copy{padding:60px 56px;display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-size:clamp(2.7rem,5vw,5.3rem);line-height:.95;letter-spacing:-.06em;margin:16px 0 16px}.feature-copy p{color:#c9c1b9;max-width:470px;font-size:.88rem}.feature-image img{width:100%;height:100%;object-fit:cover}.tiny-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#b9a086}
.process-band{background:#191715;color:#fff}.process-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.process-step{padding:10px 24px 10px 0;border-right:1px solid rgba(255,255,255,.17);margin-right:24px}.process-step:last-child{border-right:0;margin-right:0}.process-step .step-no{font-size:.64rem;color:#d9b487;letter-spacing:.17em}.process-step h3{font-size:1.1rem;margin:10px 0 5px}.process-step p{font-size:.72rem;color:#bdb5ad;margin:0}
.why{display:grid;grid-template-columns:1fr 1fr;gap:14px}.why-copy{background:#171513;color:#fff;border-radius:20px;padding:54px}.why-copy h2{font-size:clamp(2.5rem,4vw,4.6rem);line-height:.98;letter-spacing:-.055em;margin:12px 0 30px}.checks{display:grid;gap:14px}.check{display:flex;gap:12px;align-items:flex-start;color:#e3ddd6;font-size:.83rem}.check i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#1d1711;font-style:normal;font-size:.7rem;flex:0 0 auto}.why-photo{border-radius:20px;overflow:hidden;position:relative;min-height:520px}.why-photo img{width:100%;height:100%;object-fit:cover}.why-photo .overlay-note{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(12,11,10,.72);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:20px;color:#fff;font-size:.8rem}
.projects-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:14px}.project-card{position:relative;min-height:370px;border-radius:18px;overflow:hidden;background:#27231f}.project-card img{width:100%;height:100%;object-fit:cover;transition:.6s}.project-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.8))}.project-card:hover img{transform:scale(1.04)}.project-caption{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.project-caption small{font-size:.6rem;text-transform:uppercase;letter-spacing:.14em;color:#dec09d}.project-caption h3{font-size:1.5rem;margin:6px 0 4px;letter-spacing:-.04em}.project-caption p{font-size:.7rem;color:#ded7cf;margin:0}.visual-note{font-size:.68rem;color:var(--muted);margin-top:14px}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.testimonial{border:1px solid var(--line);background:rgba(255,255,255,.32);border-radius:16px;padding:28px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.testimonial p{font-size:.86rem;line-height:1.65;margin:0 0 20px}.testimonial strong{font-size:.75rem}.testimonial small{color:var(--muted);font-size:.66rem}
.quote-section{background:#12100f;color:#fff;padding:90px 0}.quote-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:20px;align-items:stretch}.quote-copy{padding:50px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.01))}.quote-copy h2{font-size:clamp(2.7rem,5vw,5rem);line-height:.94;letter-spacing:-.06em;margin:15px 0}.quote-copy p{color:#c7beb5;max-width:520px}.quote-points{display:grid;gap:10px;margin-top:34px}.quote-point{display:flex;gap:12px;color:#ddd5cd;font-size:.75rem}.quote-point span{width:26px;height:26px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;color:var(--accent);flex:0 0 auto}.form-card{background:#f9f7f2;color:var(--ink);border-radius:20px;padding:30px}.form-card h3{margin:0 0 20px;font-size:1.3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.63rem;letter-spacing:.14em;text-transform:uppercase;color:#766e66;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #d6cec4;background:#fff;border-radius:12px;padding:13px 14px;outline:none;color:#222;font-size:.78rem;transition:.2s}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8b765f;box-shadow:0 0 0 3px rgba(216,180,135,.18)}.hp{display:none!important}.consent{display:flex;gap:10px;align-items:flex-start;font-size:.68rem;color:#6d655e;line-height:1.45}.consent input{margin-top:3px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px}.form-note{font-size:.66rem;color:#7b7268}
.inner-hero{padding:160px 0 70px;background:#171513;color:#fff}.inner-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:end}.inner-hero h1{font-size:clamp(3.4rem,6.2vw,6.8rem);line-height:.92;letter-spacing:-.065em;margin:16px 0}.inner-hero p{color:#c9c0b7;max-width:650px}.inner-hero-media{height:480px;border-radius:20px;overflow:hidden}.inner-hero-media img{width:100%;height:100%;object-fit:cover}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.service-feature{display:grid;grid-template-columns:.95fr 1.05fr;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--white);min-height:280px}.service-feature:nth-child(odd) .sf-img{order:0}.service-feature:nth-child(even) .sf-img{order:1}.sf-img img{width:100%;height:100%;object-fit:cover}.sf-copy{padding:28px}.sf-copy .num{font-size:.62rem;letter-spacing:.18em;color:#9b8167}.sf-copy h3{font-size:1.45rem;line-height:1.05;margin:10px 0}.sf-copy p{font-size:.76rem;color:var(--muted)}.sf-copy ul{padding:0;margin:18px 0 0;list-style:none;display:grid;gap:7px}.sf-copy li{font-size:.73rem;display:flex;gap:10px}.sf-copy li:before{content:'•';color:#9b8167}
.landing-grid{display:grid;grid-template-columns:1fr .95fr;gap:20px}.landing-copy{padding:20px 0}.landing-copy h2{font-size:clamp(2.6rem,4.8vw,5.2rem);line-height:.95;letter-spacing:-.06em;margin:0 0 16px}.landing-copy p{color:var(--muted);max-width:630px}.landing-image{border-radius:20px;overflow:hidden;min-height:550px}.landing-image img{width:100%;height:100%;object-fit:cover}.bullet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:28px}.bullet{border-top:1px solid var(--line);padding-top:12px;font-size:.75rem}.bullet strong{display:block;margin-bottom:4px}.faq{display:grid;gap:10px}.faq details{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px 20px}.faq summary{cursor:pointer;font-weight:700;font-size:.82rem}.faq p{font-size:.75rem;color:var(--muted);margin:12px 0 0}
.project-hero{padding:145px 0 40px;background:#171513;color:#fff}.project-hero h1{font-size:clamp(3rem,6vw,6.6rem);line-height:.92;letter-spacing:-.06em;margin:12px 0}.project-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tag{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:.68rem;color:#d5cec6}.case-hero-image{height:min(74vh,760px);min-height:520px;margin-top:35px;border-radius:22px;overflow:hidden}.case-hero-image img{width:100%;height:100%;object-fit:cover}.case-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:20px}.case-side{position:sticky;top:110px;height:max-content}.case-side .statbox{border-top:1px solid var(--line);padding:18px 0}.case-side .statbox strong{display:block;font-size:1.7rem}.case-side .statbox span{font-size:.72rem;color:var(--muted)}.case-body p{font-size:.94rem;color:#4c463f;max-width:760px}.beforeafter{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.beforeafter .ba{position:relative}.beforeafter img{height:360px;object-fit:cover;border-radius:14px}.ba span{position:absolute;left:12px;top:12px;background:rgba(15,13,12,.78);color:#fff;padding:6px 9px;border-radius:999px;font-size:.62rem;letter-spacing:.12em}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.about-copy{background:#171513;color:#fff;border-radius:20px;padding:56px}.about-copy h2{font-size:clamp(2.7rem,5vw,5.4rem);line-height:.95;letter-spacing:-.06em;margin:14px 0}.about-copy p{color:#c9c1b8;max-width:650px}.about-photo{border-radius:20px;overflow:hidden;min-height:560px}.about-photo img{width:100%;height:100%;object-fit:cover}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.value-card{padding:28px;border:1px solid var(--line);border-radius:16px;background:var(--white)}.value-card .icon{width:42px;height:42px;border-radius:50%;background:#dfc2a1;display:grid;place-items:center;margin-bottom:20px}.value-card h3{font-size:1.1rem;margin:0 0 7px}.value-card p{font-size:.75rem;color:var(--muted);margin:0}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.contact-panel{background:#171513;color:#fff;border-radius:20px;padding:50px;display:flex;flex-direction:column;justify-content:space-between;min-height:620px}.contact-panel h2{font-size:clamp(3rem,6vw,6rem);line-height:.93;letter-spacing:-.06em;margin:14px 0}.contact-list{display:grid;gap:12px}.contact-item{display:flex;gap:12px;align-items:flex-start}.contact-item .ic{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;color:var(--accent);flex:0 0 auto}.contact-item div{font-size:.82rem;color:#d1c9c1}.contact-map{border-radius:20px;overflow:hidden;min-height:620px;background:#d7cfc4;position:relative}.contact-map img{width:100%;height:100%;object-fit:cover}.map-caption{position:absolute;left:22px;bottom:22px;background:rgba(12,11,10,.8);color:#fff;padding:15px 18px;border-radius:14px;font-size:.75rem}
.legal{max-width:860px}.legal h1{font-size:clamp(3rem,6vw,6.4rem);line-height:.94;letter-spacing:-.06em}.legal h2{margin-top:42px}.legal p,.legal li{font-size:.84rem;color:#4f4942}.legal ul{padding-left:20px}
.footer{background:#efe9df;padding:48px 0 30px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.2fr;gap:30px}.footer-brand img{width:150px;height:58px;object-fit:contain;object-position:left center;margin-bottom:14px}.footer h4{font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;margin:5px 0 15px}.footer-links{display:grid;gap:9px}.footer-links a,.footer-contact a,.footer-contact span{font-size:.73rem;color:#5e5750}.footer-contact{display:grid;gap:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:35px;padding-top:18px;color:#746c64;font-size:.66rem}.footer-bottom .legal-links{display:flex;gap:18px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}.hp{display:none}
@media(max-width:1120px){.nav-links{gap:20px}.services-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(3,1fr);row-gap:24px}.process-step:nth-child(3){border-right:0;margin-right:0}.inner-hero-grid,.landing-grid,.about-grid,.contact-grid,.quote-grid,.case-grid{grid-template-columns:1fr}.inner-hero-media{height:420px}.case-side{position:static}.segment-grid{grid-template-columns:repeat(3,1fr)}.project-card{min-height:340px}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}
@media(max-width:820px){.container{width:min(calc(100% - 28px),var(--max))}.site-header{height:72px}.brand img{width:142px;height:48px}.nav-links{position:fixed;z-index:49;top:72px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:rgba(22,19,17,.98);border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.28)}.nav-links.open{display:flex}.nav-links a{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links a:last-child{border-bottom:0}.header-actions .lang{display:none}.menu-toggle{display:block}.header-actions .btn{display:none}.mobile-bar{display:grid}.hero,.hero-content{min-height:780px}.hero-content{padding:125px 0 48px}.display{font-size:clamp(3rem,14vw,5.1rem)}.lead{font-size:.9rem}.hero-note{display:none}.hero-rail{right:14px;bottom:16px}.hero-meta{grid-template-columns:1fr 1fr;gap:20px 0;margin-top:40px}.hero-meta .metric{border-left:0;padding:0 14px}.hero-meta .metric:nth-child(odd){padding-left:0}.hero-meta strong{font-size:1.25rem}.hero-meta span{font-size:.66rem}.segment-grid,.services-grid,.service-list,.projects-grid,.testimonials,.values-grid,.bullet-grid,.beforeafter{grid-template-columns:1fr}.segment-card{min-height:310px}.stats{grid-template-columns:1fr 1fr}.stat{padding:22px 14px}.stat:nth-child(3){border-left:0;border-top:1px solid var(--line)}.stat:nth-child(4){border-top:1px solid var(--line)}.feature{grid-template-columns:1fr}.feature-copy{padding:44px 28px}.feature-image{min-height:380px}.process-steps{grid-template-columns:1fr 1fr}.process-step{border-right:0;margin-right:0;padding-right:10px}.why{grid-template-columns:1fr}.why-copy{padding:36px 28px}.why-photo{min-height:360px}.quote-grid{gap:12px}.quote-copy{padding:36px 28px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form-actions{align-items:stretch;flex-direction:column}.inner-hero{padding:120px 0 50px}.inner-hero-grid{gap:16px}.inner-hero-media{height:330px}.service-feature{grid-template-columns:1fr}.service-feature:nth-child(even) .sf-img{order:0}.sf-img{min-height:230px}.landing-image{min-height:380px}.project-hero{padding:120px 0 30px}.case-hero-image{height:420px;min-height:420px}.about-photo{min-height:400px}.contact-panel{min-height:520px;padding:40px 28px}.contact-map{min-height:390px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.btn{min-height:48px}.section{padding:76px 0}.section-lg{padding:88px 0}}
@media(max-width:520px){.process-steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.display{font-size:clamp(2.8rem,15vw,4.3rem)}.hero-actions{flex-wrap:wrap}.hero-actions .btn{width:100%;justify-content:space-between}.stats{grid-template-columns:1fr 1fr}.stat-num{font-size:2rem}.section-title{font-size:clamp(2.2rem,10.5vw,4rem)}.service-card img{height:200px}.project-card{min-height:300px}.feature-image{min-height:320px}.inner-hero h1{font-size:clamp(2.8rem,13vw,4.5rem)}}


/* MODUSDUO FINAL POLISH */
:root{
 --bg:#f2ede5;--bg2:#e8e0d5;--ink:#161412;--ink2:#141210;--muted:#6f675f;
 --line:rgba(22,20,18,.13);--white:#fcfaf7;--accent:#ddbb93;--accent2:#ebcfab;
 --radius:20px;--max:1480px;--shadow:0 22px 70px rgba(20,15,10,.12);
}
html{font-size:16px}body{font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4,.display,.section-title,.inner-hero h1,.project-hero h1,.contact-panel h2,.quote-copy h2,.feature-copy h2{font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:-.055em}
h1,h2,h3,h4{font-weight:700}p{max-width:72ch}
.container{width:min(calc(100% - 64px),var(--max))}
.site-header{height:82px;background:linear-gradient(180deg,rgba(9,8,7,.74),rgba(9,8,7,.08));border-bottom:1px solid rgba(255,255,255,.06)}
.site-header.scrolled{background:rgba(18,16,14,.94);backdrop-filter:blur(16px)}
.brand img{width:178px;height:58px;object-fit:contain;object-position:left center}
.nav-links{gap:28px}.nav-links a{font-size:.78rem;font-weight:600;letter-spacing:-.01em;color:rgba(255,255,255,.9)}
.lang{width:42px;height:42px}.header-actions{gap:10px}
.btn{min-height:52px;padding:10px 12px 10px 21px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:-.01em;box-shadow:none}
.btn:after{width:30px;height:30px;transition:transform .25s ease,background-color .25s ease,border-color .25s ease}.btn:hover:after{transform:translateX(2px) rotate(-12deg)}
.btn-primary{background:var(--accent);color:#15110d;box-shadow:0 8px 24px rgba(35,24,15,.18)}.btn-primary:hover{background:var(--accent2)}
.btn-ghost{background:rgba(255,255,255,.03);color:#fff;border-color:rgba(255,255,255,.34)}.btn-ghost:hover{background:rgba(255,255,255,.09)}
.btn-light{background:transparent;border-color:var(--line);color:var(--ink)}.btn-light:hover{background:#fff}
.hero{min-height:820px}.hero-content{min-height:820px;padding:150px 0 58px}.hero-media img{object-position:center 52%}.hero:after{background:linear-gradient(90deg,rgba(9,8,7,.78) 0%,rgba(9,8,7,.50) 42%,rgba(9,8,7,.16) 72%,rgba(9,8,7,.42) 100%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.36))}
.eyebrow,.kicker{letter-spacing:.18em}.display{font-size:clamp(3.5rem,6.3vw,6.8rem);line-height:.93;font-weight:700;max-width:930px}.lead{font-size:1rem;line-height:1.65}.hero-actions{margin-top:28px}.hero-meta{margin-top:48px}.hero-note{bottom:115px;max-width:280px}.hero-rail{right:34px;bottom:34px}.circle-btn{width:46px;height:46px}
.section{padding:58px 0}.section-lg{padding:72px 0}.section-title{font-size:clamp(2.35rem,4.1vw,4.6rem);line-height:.99;font-weight:700}.section-head{margin-bottom:34px}.section-sub{font-size:.88rem;line-height:1.7}
.segment-grid{gap:16px}.segment-card{min-height:390px;border-radius:22px}.segment-card:after{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.80))}.segment-content{left:24px;right:68px;bottom:22px}.segment-content h3{font-size:1.65rem}.segment-content p{font-size:.78rem}.segment-arrow{right:20px;bottom:20px}
.stats{margin-top:22px}.stat{padding:27px 22px}.stat-num{font-size:2.25rem}
.services-grid{gap:16px}.service-card{border-radius:18px}.service-card img{height:226px;object-fit:cover}.service-body{padding:20px 20px 22px}.service-body h3{font-size:1.05rem;line-height:1.25}.service-body p{line-height:1.55}
.feature{border-radius:24px;min-height:580px}.feature-copy{padding:56px 54px}.feature-copy h2{font-size:clamp(2.5rem,4.8vw,4.8rem)}.feature-image img{object-position:center}
.process-band{background:linear-gradient(180deg,#151311,#1b1815);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.process-steps{gap:0}.process-step{padding-right:22px}
.why{gap:18px}.why-copy,.why-photo{border-radius:22px;overflow:hidden}.why-photo img{height:100%;object-fit:cover}
.projects-grid{gap:16px}.project-card{min-height:360px;border-radius:18px}.project-card img{transition:transform .6s ease}.project-card:hover img{transform:scale(1.03)}.projects-grid-home{grid-template-columns:repeat(12,1fr)}.projects-grid-home .project-card:nth-child(1){grid-column:span 5}.projects-grid-home .project-card:nth-child(2){grid-column:span 3}.projects-grid-home .project-card:nth-child(3){grid-column:span 4}.projects-grid-home .project-card:nth-child(4){grid-column:span 4}.projects-grid-home .project-card:nth-child(5){grid-column:span 4}.projects-grid-home .project-card:nth-child(6){grid-column:span 4}
.project-caption{padding:18px}.project-caption h3{font-size:1.03rem}.project-caption p{font-size:.72rem}.visual-note{font-size:.69rem;color:#81786f;margin-top:14px}
.testimonials{gap:14px}.testimonial{border-radius:16px;padding:24px 22px}.testimonial p{font-size:.83rem;line-height:1.62}
.quote-section{padding:100px 0;background:radial-gradient(circle at 15% 20%,rgba(221,187,147,.09),transparent 30%),#12100f}.quote-grid{grid-template-columns:.8fr 1.2fr;gap:18px}.quote-copy{padding:48px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.12)}.quote-copy h2{font-size:clamp(2.7rem,5vw,4.8rem)}.quote-points{gap:12px}.quote-point{font-size:.74rem}.form-card{border-radius:22px;padding:34px}.form-intro h3,.form-card h3{font-size:1.45rem;margin-bottom:8px}.form-intro p{font-size:.76rem;color:#716a62;margin:0 0 22px}.form-eyebrow{display:block;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:#9b8167;font-weight:800;margin-bottom:8px}.form-grid{gap:13px}.field{gap:7px}.field label{font-size:.67rem;letter-spacing:.06em;text-transform:none;color:#5f584f}.field input,.field select,.field textarea{min-height:52px;border:1px solid #d7cec2;border-radius:13px;padding:14px 15px;background:#fff;color:#1c1815;font-size:.82rem}.field textarea{min-height:128px}.field input::placeholder,.field textarea::placeholder{color:#a39a91}.field input:focus,.field select:focus,.field textarea:focus{border-color:#a58a6d;box-shadow:0 0 0 4px rgba(221,187,147,.16)}.consent{display:flex!important;gap:9px;align-items:flex-start!important;letter-spacing:0!important;text-transform:none!important;font-size:.67rem!important;line-height:1.5;color:#777067!important}.consent input{width:18px;height:18px;accent-color:#b08b62;margin:1px 0 0}.form-actions{margin-top:12px}.form-actions .btn{min-height:54px}.form-note{font-size:.68rem}
.inner-hero{padding:128px 0 66px}.inner-hero-grid{gap:18px}.inner-hero h1{font-size:clamp(3.1rem,5.8vw,6rem);font-weight:700}.inner-hero p{font-size:.93rem}.inner-hero-media{height:510px;border-radius:22px;box-shadow:var(--shadow)}.inner-hero-media img{object-position:center}
.service-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-feature{min-height:320px;border-radius:20px}.sf-img{min-height:320px}.sf-copy{padding:30px}.sf-copy h3{font-size:1.5rem}.sf-copy p,.sf-copy li{font-size:.77rem;line-height:1.55}
.process-control-grid{gap:16px!important}.process-control-grid .service-feature{grid-template-columns:.92fr 1.08fr;min-height:330px}.process-control-grid .sf-img{min-height:330px}.process-control-grid .sf-copy{display:flex;flex-direction:column;justify-content:center}.process-control-grid .sf-copy .num{font-size:.64rem;letter-spacing:.16em}.process-control-grid .sf-copy h3{font-size:1.48rem;margin:10px 0}.process-control-grid .sf-copy p{font-size:.78rem}
.about-grid{gap:18px}.about-copy{border-radius:22px}.about-photo{border-radius:22px}.team-photo{min-height:500px}.values-grid{gap:16px}.value-card{border-radius:16px;padding:26px}.value-card h3{font-size:1rem}
.contact-grid{grid-template-columns:.9fr 1.1fr;gap:18px}.contact-panel,.contact-map{min-height:660px;border-radius:22px}.contact-panel{padding:48px}.contact-panel h2{font-size:clamp(2.9rem,5.1vw,5.2rem)}.contact-form-card{min-height:660px}.contact-map img{object-position:center}
.footer{padding:54px 0 28px}.footer-grid{gap:34px}.footer-brand img{width:160px;height:auto;max-width:100%;object-fit:contain}.footer-bottom{align-items:flex-start}.footer-legal-entity{display:block;font-size:.64rem;color:#82786f;margin-top:6px}
.mobile-bar{border-radius:16px;padding:7px}.mobile-bar a{font-size:.72rem}
.reveal{transition:opacity .55s ease,transform .55s ease}.reveal.in{transform:none}
@media(max-width:1120px){.container{width:min(calc(100% - 44px),var(--max))}.projects-grid-home{grid-template-columns:repeat(2,1fr)}.projects-grid-home .project-card{grid-column:auto!important}.contact-grid{grid-template-columns:1fr}.contact-panel,.contact-map,.contact-form-card{min-height:560px}.service-list{grid-template-columns:1fr}.process-control-grid .service-feature{grid-template-columns:.95fr 1.05fr}}
@media(max-width:820px){.container{width:min(calc(100% - 30px),var(--max))}.site-header{height:72px}.brand img{width:152px;height:50px}.nav-links{top:72px}.hero,.hero-content{min-height:760px}.hero-content{padding:125px 0 46px}.display{font-size:clamp(3rem,13vw,5.2rem)}.lead{font-size:.88rem}.hero-meta{margin-top:38px;grid-template-columns:1fr 1fr}.hero-note{display:none}.hero-rail{right:14px;bottom:14px}.segment-grid{grid-template-columns:1fr}.segment-card{min-height:300px}.stats{grid-template-columns:1fr 1fr}.stat{padding:22px 14px}.services-grid{grid-template-columns:1fr 1fr}.feature{grid-template-columns:1fr;min-height:0}.feature-copy{padding:40px 28px}.feature-image{min-height:360px}.process-steps{grid-template-columns:1fr 1fr}.process-control-grid .service-feature{grid-template-columns:1fr}.process-control-grid .sf-img{min-height:240px}.about-grid{grid-template-columns:1fr}.team-photo{min-height:420px}.contact-grid{grid-template-columns:1fr}.contact-panel{min-height:480px;padding:38px 28px}.contact-form-card{min-height:auto}.contact-map{min-height:380px}.quote-grid{grid-template-columns:1fr}.quote-copy{padding:38px 28px}.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.section{padding:76px 0}}
@media(max-width:560px){.section{padding:52px 0}.section-lg{padding:62px 0}.services-grid{grid-template-columns:1fr}.projects-grid-home{grid-template-columns:1fr}.section-title{font-size:clamp(2.2rem,10vw,3.8rem)}.inner-hero{padding:110px 0 48px}.inner-hero-grid{grid-template-columns:1fr}.inner-hero-media{height:320px}.process-steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{font-size:.62rem}.btn{width:100%;justify-content:space-between}.hero-actions .btn{width:100%}.header-actions .btn{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{transition:none}.segment-card img,.project-card img{transition:none}}


/* FINAL FORM / FOOTER POLISH */
.consent-field{display:block!important;gap:0!important;margin-top:2px}
.consent-row{display:flex;align-items:flex-start;gap:12px;width:100%;padding:0;margin:0}
.consent-input{appearance:none!important;-webkit-appearance:none!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;margin:1px 0 0!important;padding:0!important;border:1px solid #bdb2a6!important;border-radius:5px!important;background:#fff!important;box-shadow:none!important;display:block!important;cursor:pointer!important;position:relative;flex:0 0 20px}
.consent-input:checked{background:#171513!important;border-color:#171513!important}
.consent-input:checked::after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.consent-input:focus-visible{outline:2px solid var(--accent)!important;outline-offset:3px}
.consent-label{display:block!important;margin:0!important;padding:0!important;width:auto!important;color:#746c64!important;font-size:.7rem!important;line-height:1.5!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}
.consent-label a{color:#171513!important;text-decoration:underline!important;text-underline-offset:2px}
.consent-label a:hover{color:#7f684f!important}
.form-actions{margin-top:8px!important}
.form-note{margin:0!important}
.footer-brand img{display:block;width:148px!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:left center!important;margin:0 0 14px!important}
.footer-bottom{align-items:flex-start!important}
.footer-legal-entity{white-space:normal!important}
@media(max-width:560px){.consent-row{gap:10px}.consent-label{font-size:.68rem!important}.footer-brand img{width:142px!important;max-height:48px!important}}

/* DARK PREMIUM FOOTER — FINAL */
.footer-dark{background:#151310!important;color:#f4f0e8!important;border-top:1px solid rgba(244,240,232,.12)!important;padding:0!important;overflow:hidden}
.footer-dark .container{width:min(calc(100% - 64px),var(--max))}
.footer-cta{display:grid;grid-template-columns:1.35fr .95fr .72fr;gap:48px;padding:86px 0 78px;border-bottom:1px solid rgba(244,240,232,.12);align-items:center}
.footer-eyebrow{color:#d8b48b!important;margin-bottom:14px}
.footer-cta-copy h2{font-family:var(--display)!important;font-weight:400!important;font-size:clamp(2.35rem,4vw,4.2rem)!important;line-height:.98!important;letter-spacing:-.045em!important;color:#f7f3ec!important;margin:0 0 22px!important;max-width:720px}
.footer-cta-copy p{color:#aaa49b!important;max-width:560px;font-size:.92rem;line-height:1.65;margin:0 0 28px}
.footer-cta-btn{display:inline-flex;align-items:center;gap:22px;background:#e6c49e;color:#171513;border-radius:999px;padding:11px 12px 11px 22px;font-weight:700;text-decoration:none;min-height:54px}
.footer-cta-btn span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(23,21,19,.25);border-radius:50%;font-size:1rem}
.footer-contact-large{border-left:1px solid rgba(244,240,232,.14);border-right:1px solid rgba(244,240,232,.14);padding:8px 38px;display:grid;gap:28px}
.footer-contact-large a,.footer-contact-large>div{display:flex;align-items:flex-start;gap:16px;color:#f4f0e8;text-decoration:none}
.footer-contact-large strong{display:block;font-size:.95rem;font-weight:600;letter-spacing:-.01em}
.footer-contact-large small{display:block;color:#918c84;font-size:.7rem;margin-top:5px;line-height:1.4}
.footer-icon{width:28px;height:28px;border:1px solid rgba(244,240,232,.35);border-radius:50%;display:grid;place-items:center;font-size:.72rem;color:#e6c49e;flex:0 0 28px}
.footer-tagline{align-self:center;padding-left:4px}
.footer-tagline>span{font-size:.66rem;text-transform:uppercase;letter-spacing:.18em;color:#d8b48b}
.footer-tagline p{font-family:var(--display);font-size:1.45rem;line-height:1.15;color:#d7d1c8;margin:13px 0 0;letter-spacing:-.025em}
.footer-main{display:grid;grid-template-columns:1.45fr 1fr 1fr .72fr;gap:38px;padding:58px 0 52px}
.footer-dark .footer-brand img{display:block!important;width:174px!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:left center!important;margin:0 0 22px!important;filter:none!important}
.footer-dark .footer-brand p{max-width:340px;color:#969087!important;font-size:.75rem;line-height:1.7;margin:0}
.footer-social{display:flex;gap:20px;margin-top:26px}.footer-social a{color:#d2cbc1;font-size:.69rem;text-decoration:none;border-bottom:1px solid rgba(244,240,232,.22);padding-bottom:3px}
.footer-dark h4{color:#d8b48b!important;font-size:.63rem!important;letter-spacing:.18em!important;margin:5px 0 18px!important}
.footer-dark .footer-links{display:grid;gap:11px}.footer-dark .footer-links a{color:#b1aaa1!important;font-size:.74rem!important;text-decoration:none;transition:color .2s ease}.footer-dark .footer-links a:hover{color:#f5f0e8!important}
.footer-bottom-dark{border-top:1px solid rgba(244,240,232,.12)!important;margin-top:0!important;padding:22px 0 26px!important;color:#77716a!important;font-size:.63rem!important;display:flex;justify-content:space-between;gap:20px}
.footer-bottom-dark .footer-legal-entity{color:#77716a!important}
@media(max-width:1120px){.footer-cta{grid-template-columns:1.25fr 1fr}.footer-tagline{display:none}.footer-main{grid-template-columns:1.4fr 1fr 1fr}}
@media(max-width:820px){.footer-dark .container{width:min(calc(100% - 30px),var(--max))}.footer-cta{grid-template-columns:1fr;gap:34px;padding:66px 0 58px}.footer-contact-large{border-left:0;border-right:0;border-top:1px solid rgba(244,240,232,.12);border-bottom:1px solid rgba(244,240,232,.12);padding:28px 0}.footer-main{grid-template-columns:1fr 1fr;gap:38px;padding:48px 0}.footer-brand{grid-column:1/-1}.footer-bottom-dark{flex-direction:column;gap:7px}}
@media(max-width:560px){.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-cta-copy h2{font-size:clamp(2.2rem,11vw,3.5rem)!important}.footer-cta-btn{width:100%;justify-content:space-between}.footer-dark .footer-brand img{width:158px!important}.footer-bottom-dark{font-size:.6rem!important}}


/* MODUSDUO V9 REFINEMENTS */
.section{padding:68px 0}
.section-lg{padding:88px 0}
.home-services{padding-top:54px}
.home-services + .process-band{margin-top:0}
.hero{min-height:820px}
.hero-content{min-height:820px;padding:142px 0 58px}
.hero-meta{margin-top:44px}
.hero-note{bottom:86px}

/* No fake portfolio / visual-direction blocks. */
.reviews-section .section-head{align-items:end}
.reviews-count{font-size:.72rem;color:var(--muted);border:1px solid var(--line);padding:10px 14px;border-radius:999px;white-space:nowrap}
.testimonials-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}
.testimonials-modern .testimonial{min-height:0;padding:28px;position:relative}
.testimonials-modern .testimonial-featured{grid-column:span 2;min-height:270px;background:#f8f4ed}
.testimonials-modern .testimonial-wide{grid-column:span 2;background:#f8f4ed}
.testimonials-modern .testimonial p{max-width:740px}

/* About section: less artificial and more work-focused. */
.team-photo img{object-position:center}

/* Service visuals: keep the crop visually stable across cards. */
.service-card img,.service-feature .sf-img img{object-position:center}

/* Quote panel: one universal message on every page. */
.quote-copy h2{max-width:560px}

@media(max-width:1120px){
  .section{padding:62px 0}
  .hero,.hero-content{min-height:790px}
  .hero-content{padding:132px 0 52px}
  .testimonials-modern{grid-template-columns:repeat(2,1fr)}
  .testimonials-modern .testimonial-featured,.testimonials-modern .testimonial-wide{grid-column:span 2}
}
@media(max-width:820px){
  body{padding-bottom:72px}
  .container{width:min(calc(100% - 28px),var(--max))}
  .hero,.hero-content{min-height:720px}
  .hero-content{padding:112px 0 40px;justify-content:flex-end}
  .display{font-size:clamp(2.85rem,12.2vw,5rem);max-width:100%}
  .lead{font-size:.86rem;max-width:100%}
  .hero-actions{margin-top:24px}
  .hero-meta{margin-top:34px;gap:18px 0}
  .hero-note{display:none}
  .section{padding:54px 0}
  .home-services{padding-top:44px}
  .section-head{gap:18px;align-items:flex-start}
  .section-head .btn{width:auto}
  .testimonials-modern{grid-template-columns:1fr}
  .testimonials-modern .testimonial-featured,.testimonials-modern .testimonial-wide{grid-column:auto}
  .reviews-count{font-size:.66rem}
  .services-grid{grid-template-columns:1fr 1fr}
  .quote-section{padding:64px 0}
  .quote-copy{padding:34px 24px}
  .form-card{padding:24px}
  .form-grid{gap:11px}
  .field input,.field select,.field textarea{min-height:50px}
}
@media(max-width:560px){
  .site-header{height:68px}
  .brand img{width:128px;height:44px}
  .nav-links{top:68px}
  .hero,.hero-content{min-height:700px}
  .hero-content{padding:102px 0 34px}
  .display{font-size:clamp(2.55rem,13.4vw,4rem);line-height:.94}
  .hero-meta{grid-template-columns:1fr 1fr}
  .hero-meta .metric{padding:0 10px}
  .hero-meta .metric:nth-child(3),.hero-meta .metric:nth-child(4){padding-top:2px}
  .hero-meta strong{font-size:1.12rem}
  .hero-meta span{font-size:.62rem}
  .section{padding:48px 0}
  .home-services{padding-top:40px}
  .section-head{display:block;margin-bottom:26px}
  .section-head .btn{margin-top:18px;width:100%}
  .services-grid{grid-template-columns:1fr}
  .service-card img{height:210px}
  .testimonials-modern .testimonial{padding:22px 20px}
  .testimonials-modern .testimonial p{font-size:.78rem}
  .reviews-count{display:inline-block;margin-top:16px}
  .quote-copy h2{font-size:clamp(2.45rem,12vw,3.6rem)}
  .quote-copy p{font-size:.82rem}
  .form-actions .btn{width:100%}
  .footer-dark .container{width:min(calc(100% - 24px),var(--max))}
  .footer-cta{padding:54px 0 48px;gap:28px}
  .footer-main{padding:42px 0 40px;gap:30px}
  .footer-contact-large{gap:22px;padding:24px 0}
  .footer-bottom-dark{padding-bottom:92px!important}
}

.home-stats{padding:18px 0 0}
.home-stats .stats{margin-top:0}
@media(max-width:560px){.home-stats{padding:12px 0 0}.home-stats .stats{margin-top:0}.home-stats .stat{padding:18px 10px}.home-stats .stat-num{font-size:1.8rem}.home-stats .stat-label{font-size:.62rem}}


/* FINAL 2026 POLISH — keep V9 design, refine only rhythm, visuals and lightness */
:root{--bg:#f5f0e8;--bg2:#ede5da;--ink:#181512;--ink2:#201b17;--muted:#6f675f;--line:rgba(25,22,19,.13);--white:#fcfaf6;--accent:#dfbc8f;--accent2:#ebcda8;--display:var(--font)}
.site-header{background:linear-gradient(180deg,rgba(16,14,12,.52),rgba(16,14,12,.06))}
.site-header.scrolled{background:rgba(28,24,21,.93)}
.hero:after{background:linear-gradient(90deg,rgba(10,9,8,.74) 0%,rgba(10,9,8,.47) 42%,rgba(10,9,8,.14) 68%,rgba(10,9,8,.38) 100%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28))}
.hero{min-height:800px}
.hero-content{min-height:800px;padding:134px 0 58px}
.section{padding:62px 0}.section-lg{padding:80px 0}
.home-services{padding-top:48px}
.process-band{background:#201b18}
.quote-section{background:radial-gradient(circle at 15% 20%,rgba(221,187,147,.10),transparent 30%),#191613}
.footer-dark{background:#1b1815!important}
.why-copy,.feature,.dark-section{background:#1c1815}
.services-grid{gap:14px}.service-card img{height:220px}
.testimonials-modern{grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:auto auto;gap:16px}
.testimonial-visual{padding:0;overflow:hidden;display:flex;flex-direction:column;background:rgba(255,255,255,.30)}
.testimonial-visual .testimonial-media{height:180px;overflow:hidden}
.testimonial-visual .testimonial-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.testimonial-visual:hover .testimonial-media img{transform:scale(1.025)}
.testimonial-visual .testimonial-content{padding:22px 24px 24px;display:flex;flex:1;flex-direction:column;justify-content:space-between}
.testimonial-visual .testimonial-content p{margin:0 0 18px}
.testimonial-visual .testimonial-meta{display:flex;flex-direction:column;gap:3px}
.testimonial-visual .testimonial-meta small{color:var(--muted)}
.testimonial-featured{grid-column:span 2;grid-row:span 2;display:grid;grid-template-columns:.86fr 1.14fr;background:#f8f3eb!important;min-height:540px!important}
.testimonial-featured .testimonial-media{height:100%;min-height:540px}
.testimonial-featured .testimonial-content{padding:38px 34px}
.testimonial-quote-mark{font-family:Georgia,serif;font-size:5rem;line-height:.7;color:#c9a67e;margin-bottom:14px}
.reviews-count{background:rgba(255,255,255,.15)}
.about-photo img,.feature-image img,.why-photo img,.inner-hero-media img{object-position:center}
.process-control-grid .service-feature{overflow:hidden}
.process-control-grid .sf-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.quote-section{padding:82px 0}
.quote-copy{min-height:100%}
.contact-panel{min-height:620px}

@media(max-width:1120px){
 .hero,.hero-content{min-height:770px}.hero-content{padding:124px 0 52px}
 .testimonials-modern{grid-template-columns:1fr 1fr;grid-template-rows:auto}.testimonial-featured{grid-column:span 2;grid-row:auto;min-height:420px!important}.testimonial-featured .testimonial-media{min-height:420px}
}
@media(max-width:820px){
 .container{width:min(calc(100% - 28px),var(--max))}
 .hero,.hero-content{min-height:690px}.hero-content{padding:108px 0 40px}
 .section{padding:50px 0}.section-lg{padding:64px 0}.home-services{padding-top:40px}
 .testimonials-modern{grid-template-columns:1fr}.testimonial-featured{grid-column:auto;grid-row:auto;grid-template-columns:1fr;min-height:0!important}.testimonial-featured .testimonial-media{min-height:250px;height:250px}.testimonial-featured .testimonial-content{padding:24px 20px}
 .testimonial-visual .testimonial-media{height:190px}
 .quote-section{padding:58px 0}
 .quote-grid{gap:14px}.quote-copy{padding:34px 24px}.form-card{padding:26px 20px}
 .about-photo{min-height:390px}.feature-copy{padding:42px 26px}.feature{min-height:0}
 .contact-panel{min-height:0}.contact-map{min-height:360px}
}
@media(max-width:560px){
 .hero,.hero-content{min-height:660px}.hero-content{padding:100px 0 34px}
 .display{font-size:clamp(2.7rem,11.5vw,4.3rem)}
 .hero-meta{margin-top:28px}.hero-meta .metric{padding:0 9px}.hero-meta strong{font-size:1.05rem}
 .section{padding:46px 0}.section-head{margin-bottom:24px}
 .testimonials-modern{gap:12px}.testimonial-featured .testimonial-media{height:225px;min-height:225px}.testimonial-visual .testimonial-content{padding:20px}.testimonial-visual .testimonial-media{height:175px}
 .quote-section{padding:52px 0}.quote-copy h2{font-size:clamp(2.5rem,11vw,4rem)}
 .form-grid{gap:11px}.field input,.field select,.field textarea{min-height:49px}.field textarea{min-height:118px}.form-actions{align-items:stretch;flex-direction:column}.form-actions .btn{width:100%}.form-note{font-size:.65rem}
 .footer-cta{padding:50px 0 44px}.footer-main{padding:38px 0}.footer-bottom-dark{padding-bottom:86px!important}
}


/* MODUSDUO FINAL POLISH — based on the existing V9/Ultimate design */
:root{--ink2:#1b1815;--ink:#171513}
.dark-section,.why-copy{background:#1b1815}
.quote-section{background:radial-gradient(circle at 15% 20%,rgba(221,187,147,.12),transparent 30%),#171412}
.section{padding:60px 0}
.section-lg{padding:78px 0}
.home-services{padding-top:46px}
.home-services + .process-band{margin-top:0}

/* Testimonials: 3 cards on top, 2 cards below, with an image in every card. */
.testimonials-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.testimonials-bento .testimonial-card{padding:0;overflow:hidden;min-height:0;background:#f8f3eb;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column}
.testimonials-bento .testimonial-media{height:172px;overflow:hidden;flex:0 0 auto}
.testimonials-bento .testimonial-media img{width:100%;height:100%;object-fit:cover;display:block}
.testimonials-bento .testimonial-content{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1}
.testimonials-bento .testimonial-content p{font-size:.82rem;line-height:1.62;margin:0 0 20px}
.testimonial-quote-mark{font-family:Georgia,serif;font-size:3.8rem;line-height:.55;color:#c3a07a;margin:2px 0 14px}
.testimonial-bottom{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-top:auto}
.stars{color:#b9862d;font-size:.9rem;letter-spacing:.08em;white-space:nowrap}
.testimonial-meta{display:flex;flex-direction:column;gap:3px}.testimonial-meta strong{font-size:.78rem}.testimonial-meta small{color:var(--muted);font-size:.66rem}

/* The repeated stats strip is intentionally not used on the homepage; keep only hero/about metrics. */
.about-stats{grid-template-columns:repeat(4,1fr)!important}
.about-stats .stat{padding:18px 14px}
.about-stats .stat-num{font-size:2rem}

/* Contact: actual map, no decorative interior photo. */
.contact-map-real{height:620px;min-height:0!important;border-radius:20px;overflow:hidden;background:#d8d0c5;position:relative}
.contact-map-real iframe{position:absolute;inset:0;width:100%!important;height:100%!important;min-height:0!important;max-width:none!important;border:0;display:block}

/* Footer CTA: remove the giant empty vertical gap and align the contact details to the content. */
.footer-cta{grid-template-columns:1.1fr 1fr .8fr;align-items:center;gap:34px;padding:58px 0 52px}
.footer-contact-large{align-self:center}
.footer-tagline{align-self:center}

/* Keep the same side text on every quote form. */
.quote-copy h2{max-width:620px}

@media(max-width:1120px){
 .about-stats{grid-template-columns:repeat(2,1fr)!important}
 .testimonials-bento{grid-template-columns:1fr 1fr}
 .testimonials-bento .testimonial-card:nth-child(5){grid-column:1/-1}
 .contact-map-real{height:560px}.contact-map-real iframe{height:100%!important}
 .footer-cta{grid-template-columns:1.1fr 1fr;align-items:start}
}
@media(max-width:820px){
 .section{padding:52px 0}
 .section-lg{padding:66px 0}
 .home-services{padding-top:40px}
 .testimonials-bento{grid-template-columns:1fr}
 .testimonials-bento .testimonial-card:nth-child(5){grid-column:auto}
 .testimonials-bento .testimonial-media{height:190px}
 .testimonials-bento .testimonial-content{padding:20px}
 .about-stats{grid-template-columns:1fr 1fr!important}
 .contact-map-real{height:400px}.contact-map-real iframe{height:100%!important}
 .footer-cta{grid-template-columns:1fr;gap:26px;padding:56px 0 46px}
 .footer-contact-large{border-left:0;border-right:0;border-top:1px solid rgba(244,240,232,.12);border-bottom:1px solid rgba(244,240,232,.12);padding:24px 0}
}
@media(max-width:560px){
 .section{padding:46px 0}
 .section-head{margin-bottom:24px}
 .testimonials-bento{gap:12px}
 .testimonials-bento .testimonial-media{height:175px}
 .testimonials-bento .testimonial-content p{font-size:.78rem}
 .about-stats{grid-template-columns:1fr 1fr!important}
 .contact-map-real{height:340px}.contact-map-real iframe{height:100%!important}
 .footer-cta-copy h2{font-size:clamp(2.2rem,11vw,3.5rem)!important}
}
