﻿:root{
  --bg:#f4f1ee; --white:#fff; --black:#090d0b; --gray:#4e5852;
  --light:#ebe2d9; --green:#81edae; --green-dark:#1fb76b;
  --border:rgba(9,13,11,.13); --max:1380px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;background:var(--bg);color:var(--black);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-is-open{overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(100% - 64px,var(--max));margin-inline:auto}
::selection{background:rgba(129,237,174,.38);color:#090d0b}

.page-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#111;color:#fff;transition:opacity .7s,visibility .7s}
.page-loader.is-hidden{opacity:0;visibility:hidden}
.loader-inner{font-weight:900;font-size:28px;letter-spacing:3px}
.loader-inner strong{color:var(--green)}
.skip-link{position:fixed;left:16px;top:-100px;z-index:10000;padding:10px 15px;background:#111;color:#fff}
.skip-link:focus{top:16px}

.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(244,241,238,.88);backdrop-filter:blur(16px) saturate(135%);border-bottom:1px solid transparent;transition:.3s}
.site-header.is-scrolled{background:rgba(244,241,238,.96);border-color:var(--border);box-shadow:0 14px 40px rgba(9,13,11,.06)}
.header-inner{width:min(100% - 64px,var(--max));height:82px;margin:auto;display:flex;align-items:center;gap:28px}
.logo{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:900;letter-spacing:-1.2px;white-space:nowrap}
.logo-mark{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#9af7bf,#1bb96b);color:#09100d;font-size:16px;font-weight:700;box-shadow:0 12px 22px rgba(27,185,107,.22)}
.logo-text{color:var(--black)}
.logo-text::first-letter{color:var(--green-dark)}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:12px;font-weight:800;color:#585f5b;transition:.25s}
.desktop-nav a span{font-size:9px;color:#8a918d;margin-right:5px}
.desktop-nav a:hover,.desktop-nav a.is-active{color:#111}
.header-cta{display:inline-flex;align-items:center;gap:12px;margin-left:10px;padding:12px 18px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:800;transition:.25s;box-shadow:0 12px 28px rgba(9,13,11,.12)}
.header-cta strong{color:var(--green);font-size:17px}
.header-cta:hover{transform:translateY(-2px)}
.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:#fff;position:relative}
.menu-toggle span{position:absolute;left:12px;width:20px;height:2px;background:#111;transition:.25s}
.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:24px}
.menu-toggle.is-open span:first-child{top:21px;transform:rotate(45deg)}
.menu-toggle.is-open span:last-child{top:21px;transform:rotate(-45deg)}
.mobile-menu{display:none}

.hero{min-height:100vh;padding:130px 0 70px;position:relative;overflow:hidden;background:#0a0f0d;color:#fff}
.hero-background{position:absolute;inset:0;z-index:0;background:
linear-gradient(90deg,rgba(8,12,10,.84),rgba(8,12,10,.68) 48%,rgba(8,12,10,.4)),
url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2200&q=90") center/cover}
.hero-background::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 35%,rgba(129,237,174,.28),transparent 32%)}
.hero-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:100px;height:100px;opacity:.92;filter:drop-shadow(0 8px 30px rgba(0,0,0,.4))}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:70px 70px;opacity:.38}
.hero-container{width:min(100% - 64px,var(--max));min-height:calc(100vh - 200px);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:70px;position:relative;z-index:2}
.hero-content{min-width:0}
.hero-label{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.06);font-size:10px;font-weight:900;letter-spacing:1.8px}
.status-dot{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px rgba(129,237,174,.15)}
.hero-title{margin-top:28px;max-width:820px;font-size:clamp(54px,6.4vw,98px);line-height:.9;letter-spacing:-5px;font-weight:900;text-shadow:0 10px 40px rgba(0,0,0,.35)}
.hero-title span{color:var(--green)}
.hero-description{max-width:560px;margin-top:30px;color:rgba(255,255,255,.8);font-size:17px;line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}
.button{min-height:54px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:999px;font-size:12px;font-weight:800;transition:.3s;box-shadow:0 10px 26px rgba(0,0,0,.12)}
.button-primary{background:linear-gradient(135deg,#ffffff 0%,#edfdf3 100%);color:#111;box-shadow:0 20px 40px rgba(129,237,174,.18)}
.button-primary strong{color:var(--green-dark);font-size:19px}
.button-outline{color:#fff;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}
.button:hover,.header-cta:hover,.form-button:hover{transform:translateY(-3px)}
.hero-stats{display:flex;gap:38px;margin-top:55px}
.hero-stat{display:flex;flex-direction:column;gap:3px}
.hero-stat strong{font-size:10px;letter-spacing:1.3px}
.hero-stat span{font-size:10px;color:rgba(255,255,255,.62)}
.hero-visual{min-height:590px;position:relative;display:flex;align-items:center;justify-content:center;will-change:transform}
.visual-card{width:min(100%,550px);aspect-ratio:.86;padding:27px;background:rgba(15,15,15,.78);border:1px solid rgba(255,255,255,.15);border-radius:28px;box-shadow:0 45px 100px rgba(0,0,0,.35);backdrop-filter:blur(12px);transform:rotate(3deg);transition:.6s}
.hero-visual:hover .visual-card{transform:rotate(0) translateY(-10px)}
.visual-card-top,.visual-card-bottom{display:flex;justify-content:space-between;color:#aaa;font-size:9px;letter-spacing:2px}
.visual-card-main{height:calc(100% - 45px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:45px}
.visual-circle{width:215px;height:215px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;position:relative}
.visual-circle::before,.visual-circle::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(53,208,127,.5)}
.visual-circle::before{inset:23px}.visual-circle::after{inset:50px}
.visual-circle span{color:var(--green);font-size:46px;font-weight:900}
.visual-lines{width:70%;display:flex;flex-direction:column;gap:10px}
.visual-lines span{height:5px;border-radius:50px;background:rgba(255,255,255,.12)}
.visual-lines span:nth-child(2){width:70%}.visual-lines span:nth-child(3){width:45%}
.floating-card{position:absolute;right:-20px;bottom:65px;display:flex;align-items:center;gap:12px;padding:15px 18px;background:rgba(255,255,255,.95);color:#111;border-radius:15px;box-shadow:0 20px 50px rgba(0,0,0,.25);animation:floating 4s ease-in-out infinite}
.floating-symbol{width:34px;height:34px;display:grid;place-items:center;background:var(--green);border-radius:50%}
.floating-card div{display:flex;flex-direction:column}.floating-card strong{font-size:11px}.floating-card small{color:#777;font-size:10px}
.floating-tag{position:absolute;left:-20px;top:80px;padding:11px 14px;background:#111;color:#fff;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:1px;box-shadow:0 15px 35px rgba(0,0,0,.25)}
.floating-tag-dot{display:inline-block;width:6px;height:6px;margin-right:6px;background:var(--green);border-radius:50%}
@keyframes floating{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.scroll-indicator{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;color:rgba(255,255,255,.6);font-size:8px;letter-spacing:2px;z-index:3}
.scroll-indicator strong{font-size:18px;color:var(--green);animation:bounce 1.8s infinite}
@keyframes bounce{50%{transform:translateY(5px)}}

.trust-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:25px 0}
.trust-strip .container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.trust-strip p{color:#999;font-size:9px;font-weight:900;letter-spacing:1.5px}
.trust-items{display:flex;gap:40px;flex-wrap:wrap}.trust-items span{color:#777;font-size:10px;font-weight:800}

.section{padding:130px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:60px}
.section-label{margin-bottom:14px;color:var(--green-dark);font-size:10px;font-weight:900;letter-spacing:2px}
.section-heading h2,.about-content h2,.contact-content h2{font-size:clamp(46px,5.5vw,76px);line-height:.94;letter-spacing:-4px;font-weight:900}
.section-heading h2 span,.about-content h2 span,.contact-content h2 span{color:var(--green-dark)}
.section-intro{max-width:440px;color:#3d463f;font-size:16px;font-weight:700;line-height:1.75}
.services-grid,.why-grid,.process-grid{box-shadow:0 18px 50px rgba(11,16,13,.04)}
.text-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:8px;border-bottom:1px solid #111;font-size:12px;font-weight:800;transition:.25s}
.text-link span{font-size:17px;color:var(--green-dark)}.text-link:hover{color:var(--green-dark);border-color:var(--green-dark)}

.services-section,.projects-section,.process-section,.faq-section{border-bottom:1px solid var(--border)}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}
.service-card{min-height:370px;padding:28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:.35s;background:rgba(255,255,255,.10)}
.service-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 18px 45px rgba(11,16,13,.06)}
.service-card-top{display:flex;justify-content:space-between;color:#9a9d9a;font-size:10px}.service-card-top strong{color:#111}
.service-icon{width:54px;height:54px;margin-top:90px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;font-size:20px;transition:.35s;background:#fff}
.service-card:hover .service-icon{background:#111;color:var(--green);transform:rotate(12deg)}
.service-card h3{margin-top:23px;font-size:24px;letter-spacing:-1px}.service-card p{margin-top:10px;color:#425046;font-size:13px;line-height:1.7}
.service-link{display:inline-block;margin-top:22px;color:#5e645f;font-size:9px;letter-spacing:1.5px;font-weight:900}
.services-preview{padding:55px 0;background:#111;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.services-preview-inner{display:flex;align-items:center;justify-content:space-between;gap:45px}
.services-preview .section-label{margin-bottom:12px;color:var(--green)}
.services-preview h2{font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-2px}
.services-preview h2 span{color:var(--green)}
.services-preview p:not(.section-label){max-width:520px;margin-top:16px;color:rgba(255,255,255,.6);font-size:16px;font-weight:700;line-height:1.7}
.services-preview .button{flex:0 0 auto}
@media(max-width:800px){.services-preview{padding:45px 0}.services-preview-inner{align-items:flex-start;flex-direction:column;gap:28px}.services-preview .button{width:100%}}
.planner-preview{padding:70px 0;background:#dceee1;border-bottom:1px solid var(--border)}
.planner-preview-inner{display:flex;align-items:center;justify-content:space-between;gap:45px}
.planner-preview .section-label{color:var(--green-dark)}
.planner-preview h2{font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-2px}
.planner-preview h2 span{color:var(--green-dark)}
.planner-preview p:not(.section-label){max-width:540px;margin-top:16px;color:#52635a;font-size:16px;font-weight:700;line-height:1.75}
.planner-preview .button{flex:0 0 auto;background:#111;color:#fff}
.planner-preview .button strong{color:var(--green)}
@media(max-width:800px){.planner-preview{padding:50px 0}.planner-preview-inner{align-items:flex-start;flex-direction:column;gap:28px}.planner-preview .button{width:100%}}

.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.project-large{grid-column:1/-1}.project-wide{grid-column:1/-1}
.project-image{display:block;position:relative;height:470px;overflow:hidden;border-radius:20px;background:#ddd}
.project-large .project-image,.project-wide .project-image{height:560px}
.project-image img{height:100%;object-fit:cover;transition:.8s}
.project-card:hover img{transform:scale(1.06)}
.project-overlay{position:absolute;inset:0;padding:30px;display:flex;align-items:flex-end;justify-content:space-between;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.78),transparent 55%)}
.project-overlay div{display:flex;flex-direction:column;gap:5px}.project-overlay div span{font-size:9px;letter-spacing:1.5px;opacity:.75}.project-overlay strong{font-size:28px}
.project-arrow{width:50px;height:50px;display:grid;place-items:center;background:#fff;color:#111;border-radius:50%;opacity:0;transform:translateY(15px);transition:.4s}
.project-card:hover .project-arrow{opacity:1;transform:none}
.project-info{padding:17px 3px;display:flex;justify-content:space-between;border-bottom:1px solid var(--border)}
.project-info span{color:#888;font-size:9px;letter-spacing:1.2px}.project-info h3{margin-top:5px;font-size:19px}.project-info>p{color:#999;font-size:10px}

.about-section{border-bottom:1px solid var(--border)}
.about-grid{min-height:650px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.about-text{max-width:560px;margin-top:34px;color:#3d453f;font-size:15px;line-height:1.8}
.about-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:600px;margin-top:30px}
.about-points div{display:flex;flex-direction:column;gap:9px;padding:15px 13px;border-top:1px solid rgba(255,255,255,.16)}
.about-points strong{color:var(--green);font-size:10px;letter-spacing:1px}
.about-points span{color:rgba(255,255,255,.72);font-size:11px;line-height:1.45}
@media(max-width:800px){.about-points{grid-template-columns:1fr;gap:0}.about-points div{padding:14px 0;flex-direction:row;align-items:center;gap:14px}.about-points span{font-size:12px}}
.about-visual{min-height:520px;position:relative;display:grid;place-items:center;background:#111;border-radius:28px;overflow:hidden}
.about-big-letter{font-size:min(40vw,430px);font-weight:900;line-height:.7;color:rgba(71,217,131,.20)}
.about-small-card{position:absolute;right:25px;bottom:25px;padding:16px 18px;background:#fff;border-radius:14px;display:flex;flex-direction:column;gap:4px}.about-small-card span{font-size:8px;letter-spacing:1.5px;color:#888}.about-small-card strong{font-size:11px}

.why-section{background:#111;color:#fff}.why-section .section-intro{color:rgba(255,255,255,.62)}.why-section .section-label{color:var(--green)}.why-section .section-heading h2 span{color:var(--green)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}
.why-card{min-height:330px;padding:28px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.why-number{color:var(--green);font-size:10px;font-weight:900}.why-card h3{margin-top:95px;font-size:23px;letter-spacing:-.8px}.why-card p{margin-top:12px;color:rgba(255,255,255,.58);font-size:13px;line-height:1.7}
.why-cta{margin-top:50px;padding:30px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:20px}.why-cta h3{font-size:32px;margin-top:5px}.why-cta p:not(.section-label){color:rgba(255,255,255,.62);margin-top:5px}

.testimonials-section{background:#f2efe9}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial-card{padding:30px 28px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 18px 40px rgba(11,16,13,.04)}
.stars{letter-spacing:3px;color:#f4b400;font-size:16px;margin-bottom:18px}
.testimonial-card p{color:#3f473f;line-height:1.8;font-size:15px}
.testimonial-meta{margin-top:24px;display:flex;flex-direction:column;gap:4px}
.testimonial-meta strong{font-size:13px}.testimonial-meta span{color:#777;font-size:11px}

.pricing-section{background:#ebf2ee}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pricing-card{padding:28px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 16px 35px rgba(11,16,13,.03)}
.pricing-card.featured{background:linear-gradient(180deg,#101410,#0d120f);color:#fff;transform:translateY(-6px)}
.pricing-card.featured .pricing-tag,.pricing-card.featured li,.pricing-card.featured .price{color:#fff}
.pricing-card.featured ul li::before{background:var(--green)}
.pricing-tag{display:inline-block;margin-bottom:18px;padding:7px 10px;border-radius:999px;background:#ecf6ef;color:#1b8d5e;font-size:9px;letter-spacing:1.5px;font-weight:900;text-transform:uppercase}
.pricing-card h3{font-size:34px;letter-spacing:-2px;margin-bottom:10px}
.price{font-size:32px;font-weight:900;letter-spacing:-2px;margin-bottom:22px;color:#111}
.pricing-card ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:12px}
.pricing-card li{position:relative;padding-left:18px;color:#4a504d;font-size:16px;font-weight:700;line-height:1.7}
.pricing-card li::before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:var(--green-dark)}
.pricing-button{width:100%}

.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}
.process-item{min-height:300px;padding:28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:.35s;background:rgba(255,255,255,.12)}.process-item:hover{background:#fff;box-shadow:0 16px 40px rgba(13,18,15,.04)}
.process-item>span{color:var(--green-dark);font-size:11px;font-weight:900}.process-item h3{margin-top:100px;font-size:24px}.process-item p{margin-top:10px;color:#425046;font-size:13px;line-height:1.7}

.faq-list{border-top:1px solid var(--border)}
.faq-section .faq-list{border-top:1px solid var(--border)}
.faq-section .faq-item{padding:24px 0;border-bottom:1px solid var(--border)}
.faq-section .faq-item h3{margin:0;color:#111;font-size:18px;line-height:1.35}
.faq-section .faq-item p{max-width:800px;margin:10px 0 0;color:#425046;font-size:16px;font-weight:700;line-height:1.8}
.faq-item{border-bottom:1px solid var(--border)}
.faq-question{width:100%;padding:25px 0;display:flex;align-items:center;justify-content:space-between;border:0;background:none;text-align:left;font-size:17px;font-weight:700;color:#111}.faq-question strong{font-size:25px;font-weight:400;transition:.3s}.faq-item.is-open .faq-question strong{transform:rotate(45deg);color:var(--green-dark)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:.35s}.faq-answer p{overflow:hidden;color:#425046;font-size:16px;font-weight:700;line-height:1.8;max-width:800px}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding:0 0 25px}

.contact-section{padding:130px 0;background:linear-gradient(135deg,#efeee7,#e7e7e0)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.contact-description{max-width:500px;margin-top:30px;color:#3d453f;font-size:15px;line-height:1.7}
.contact-details{margin-top:55px;display:grid;gap:25px}.contact-details>div{display:flex;flex-direction:column;gap:5px}.contact-details span,.footer-navigation>span,.footer-contact>span{font-size:8px;letter-spacing:1.6px;color:#999;font-weight:900}.contact-details a{font-weight:700;font-size:13px}.contact-details p{font-size:13px}
.contact-form{display:flex;flex-direction:column;gap:20px;padding:28px;background:#fff;border-radius:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-size:10px;font-weight:800;color:#777}.contact-form input,.contact-form textarea{width:100%;padding:14px 0;background:transparent;border:0;border-bottom:1px solid var(--border);outline:0;color:#111;resize:vertical;font-size:14px}.contact-form input:focus,.contact-form textarea:focus{border-color:#111}.contact-form input.has-error,.contact-form textarea.has-error{border-color:#d33}.form-button{min-height:56px;margin-top:8px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:800;transition:.3s}.form-button strong{color:var(--green);font-size:19px}.form-button:disabled{opacity:.7;cursor:wait}.form-message{padding:12px;border-radius:10px;background:#ffe9e9;color:#a00;font-size:12px}.form-message:not(.is-visible){display:none}

.site-footer{padding:60px 0 30px;background:#111;color:#fff}.footer-main{display:grid;grid-template-columns:1fr auto 1fr;gap:50px;align-items:start}.footer-brand p{margin-top:8px;color:#888;font-size:11px}.footer-navigation,.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-navigation a,.footer-contact a,.footer-contact p{font-size:11px;color:#aaa}.footer-navigation a:hover,.footer-contact a:hover{color:#fff}.footer-contact{justify-self:end;align-items:flex-end}.footer-bottom{margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#777;font-size:9px;letter-spacing:1px}

.reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}.js .reveal{opacity:0;transform:translateY(24px)}.js .reveal.is-visible{opacity:1;transform:none}
.project-card,.service-card,.why-card,.process-item{will-change:transform}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.floating-card,.scroll-indicator strong{animation:none}.project-image img,.visual-card{transition:none}}

@media (max-width:1050px){
  .desktop-nav{gap:18px}.header-inner,.hero-container,.container{width:min(100% - 50px,var(--max))}
  .hero-container{grid-template-columns:1fr;gap:35px}.hero-visual{min-height:500px}.hero-title{font-size:clamp(54px,8vw,82px)}
  .services-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr}.about-visual{min-height:430px}.contact-grid{gap:55px}
}
@media (max-width:800px){
  .container,.header-inner,.hero-container{width:min(100% - 40px,var(--max))}
  .site-header{background:rgba(243,241,237,.98)}.header-inner{height:70px}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}
  .mobile-menu{display:block;position:fixed;inset:70px 0 0;background:linear-gradient(180deg,#101410 0%,#0d100e 100%);color:#fff;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.3s;overflow:auto}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}
  .mobile-menu-inner{min-height:100%;padding:25px 20px 35px;display:flex;flex-direction:column}.mobile-menu-top,.mobile-menu-bottom{display:flex;justify-content:space-between;gap:20px;font-size:8px;letter-spacing:1.5px;color:#8b918d}.mobile-nav{display:flex;flex-direction:column;gap:0;margin:55px 0}.mobile-nav a{display:grid;grid-template-columns:35px 1fr 30px;align-items:center;padding:18px 0;border-top:1px solid rgba(255,255,255,.12)}.mobile-nav a:last-child{border-bottom:1px solid rgba(255,255,255,.12)}.mobile-nav span{font-size:9px;color:#8b918d}.mobile-nav strong{font-size:24px}.mobile-nav em{font-style:normal;color:var(--green);font-size:20px;text-align:right}.mobile-menu-bottom{margin-top:auto;flex-direction:column}.mobile-menu-bottom a{color:#dfe8e3;font-size:11px;letter-spacing:0}
  .hero{padding:105px 0 70px}.hero-container{min-height:auto}.hero-title{font-size:clamp(48px,13vw,74px);letter-spacing:-4px}.hero-description{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-stats{gap:15px;justify-content:space-between}.hero-stat span{font-size:9px}.hero-visual{min-height:420px}.visual-card{width:90%}.floating-card{right:0;bottom:30px}.floating-tag{left:0;top:35px}
  .trust-strip .container{flex-direction:column;align-items:flex-start}.trust-items{gap:15px 25px}
  .section{padding:90px 0}.section-heading{flex-direction:column;align-items:flex-start;margin-bottom:45px}.section-heading h2,.about-content h2,.contact-content h2{font-size:46px;letter-spacing:-3px}
  .projects-grid{grid-template-columns:1fr}.project-large,.project-wide{grid-column:auto}.project-image,.project-large .project-image,.project-wide .project-image{height:390px}
  .why-cta{flex-direction:column;align-items:flex-start}.contact-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-contact{justify-self:start;align-items:flex-start}
  .footer-bottom{flex-direction:column;gap:8px}
}
@media (max-width:480px){
  .container,.header-inner,.hero-container{width:calc(100% - 32px)}
  .hero{padding-top:95px}.hero-title{font-size:47px}.hero-visual{min-height:350px}.visual-card{width:94%;padding:20px}.visual-circle{width:140px;height:140px}.visual-circle span{font-size:30px}.floating-card{padding:11px 13px}.floating-card strong{font-size:10px}.floating-tag{font-size:7px}
  .section-heading h2,.about-content h2,.contact-content h2{font-size:41px}.service-card{min-height:330px}.service-icon{margin-top:65px}.why-grid,.process-grid{grid-template-columns:1fr}.why-card{min-height:280px}.why-card h3{margin-top:70px}.project-image,.project-large .project-image,.project-wide .project-image{height:330px}.about-visual{min-height:330px}.about-big-letter{font-size:300px}.contact-form{padding:20px}.site-footer{padding-top:45px}
  .mobile-nav strong{font-size:20px}.mobile-nav a{padding:15px 0}
}


/* =========================================================
   DUALTECH — VISUAL POLISH v1
   Premium editorial / digital-studio finish
   ========================================================= */
:root{
  --bg:#f3efe9;
  --white:#ffffff;
  --black:#0c0d0d;
  --black-soft:#111518;
  --gray:#6d706d;
  --light:#eae4dc;
  --green:#8ef0b7;
  --green-dark:#1bb96b;
  --gold:#d7b987;
  --border:rgba(12,13,13,.12);
  --max:1380px;
}

body{background:var(--bg);letter-spacing:-.01em}
::selection{background:rgba(142,240,183,.55);color:#0c0d0d}

.site-header{background:rgba(12,13,13,.74);backdrop-filter:blur(18px) saturate(130%);box-shadow:0 1px 0 rgba(255,255,255,.04)}
.site-header.is-scrolled{background:rgba(12,13,13,.92);box-shadow:0 18px 42px rgba(0,0,0,.18)}
.header-inner{height:76px}
.logo{font-size:23px;letter-spacing:-1.5px}
.logo-mark{background:linear-gradient(135deg,#f5e7c6,#d7b987);color:#111;box-shadow:0 12px 26px rgba(215,185,135,.28)}
.logo-text{color:#f8f5f1}
.logo-text::first-letter{color:var(--gold)}
.desktop-nav a{position:relative;padding:8px 0;color:rgba(255,255,255,.7)}
.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}
.desktop-nav a:hover::after,.desktop-nav a.is-active::after{transform:scaleX(1);transform-origin:left}
.desktop-nav a:hover,.desktop-nav a.is-active{color:#fff}
.header-cta{padding:13px 19px;box-shadow:0 10px 26px rgba(0,0,0,.25);background:linear-gradient(135deg,#f5f0e8,#efe2c9);color:#0c0d0d}
.header-cta strong{color:var(--black);font-size:17px}

.hero{min-height:calc(100vh + 10px);padding-top:125px;background:#090a0a}
.hero-background{background:
  linear-gradient(90deg,rgba(8,9,9,.94),rgba(8,9,9,.72) 45%,rgba(8,9,9,.42)),
url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2200&q=90") center/cover}
.hero-background::after{background:
  radial-gradient(circle at 76% 34%,rgba(215,185,135,.28),transparent 28%),
  linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18))}
.hero-grid{background-size:78px 78px;opacity:.14}
.hero-title{font-size:clamp(56px,6.25vw,96px);line-height:.91;letter-spacing:-5.5px;color:#f3f0eb}
.hero-title span{color:var(--gold)}
.hero-description{font-size:16px;max-width:535px;color:rgba(255,255,255,.78)}
.hero-actions{margin-top:34px}
.button{box-shadow:0 10px 28px rgba(0,0,0,.12)}
.button-primary{background:linear-gradient(135deg,#f1e7d6 0%,#d7b987 100%);color:#111;box-shadow:0 18px 38px rgba(215,185,135,.2)}
.button-primary strong{color:#111;font-size:19px}
.button-outline{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.03)}
.hero-stats{margin-top:48px}
.hero-stat{padding-right:30px;border-right:1px solid rgba(255,255,255,.12)}
.hero-stat:last-child{border-right:0}
.hero-stat strong{color:#f3f0eb}
.hero-stat span{color:rgba(255,255,255,.62)}

.visual-card{border-radius:32px;background:linear-gradient(145deg,rgba(18,21,20,.92),rgba(8,10,10,.82));box-shadow:0 50px 120px rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.07)}
.visual-circle{box-shadow:0 0 80px rgba(215,185,135,.12)}
.visual-circle span{color:var(--gold)}
.floating-card{border:1px solid rgba(255,255,255,.07);box-shadow:0 24px 60px rgba(0,0,0,.35);background:rgba(13,15,15,.92);color:#f3f0eb}
.floating-card small{color:rgba(255,255,255,.68)}
.floating-symbol{background:linear-gradient(135deg,#f4e7cc,#d7b987);color:#111}
.floating-tag{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);color:#f3f0eb}

.trust-strip{padding:30px 0;background:#0c0d0d;color:#f5f1ea}
.trust-strip p{color:rgba(255,255,255,.55)}
.trust-items span{color:rgba(255,255,255,.72);letter-spacing:1.2px}

.section{padding:145px 0}
.section-label{color:var(--gold)}
.section-heading h2,.about-content h2,.contact-content h2{color:#111}
.section-heading h2 span,.about-content h2 span,.contact-content h2 span{color:var(--green-dark)}
.section-intro{color:#474f4b}

.services-card,.service-card,.project-card,.testimonial-card,.pricing-card,.process-item,.why-card{border-color:rgba(12,13,13,.08)}
.service-card,.process-item{background:rgba(255,255,255,.35)}
.service-card:hover,.process-item:hover{background:#fff;box-shadow:0 20px 46px rgba(12,13,13,.06)}
.service-icon{background:linear-gradient(135deg,#f8f5f1,#eee7dd);color:#111;border-color:rgba(12,13,13,.08)}
.service-card:hover .service-icon{background:#0c0d0d;color:var(--gold)}

.project-card:hover .project-arrow{background:var(--gold);color:#111}
.about-visual{background:linear-gradient(135deg,#121416,#0b0d0d)}
.about-big-letter{color:rgba(215,185,135,.18)}

.why-section{background:#0d0f10;color:#f5f0ea}.why-section .section-label{color:var(--gold)}.why-section .section-heading h2 span{color:var(--gold)}
.why-card{background:rgba(255,255,255,.02)}
.why-number{color:var(--gold)}
.why-card p{color:rgba(255,255,255,.64)}
.why-cta{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1)}

.testimonials-section{background:#f0ece6}
.testimonial-card{background:#fff;border-color:rgba(12,13,13,.08)}

.pricing-section{background:#ece6de}
.pricing-card{background:#fff;border-color:rgba(12,13,13,.08)}
.pricing-card.featured{background:linear-gradient(180deg,#101315,#0a0d0d);color:#fff;transform:translateY(-6px)}
.pricing-card.featured .pricing-tag{background:rgba(215,185,135,.12);color:var(--gold)}
.pricing-card.featured .price,.pricing-card.featured li{color:#fff}
.pricing-card.featured ul li::before{background:var(--gold)}

.contact-section{background:linear-gradient(135deg,#f2eee8,#ebe4d9)}
.contact-form{box-shadow:0 22px 48px rgba(12,13,13,.07)}
.form-button{background:linear-gradient(135deg,#0c0d0d,#171a1b);color:#f5f0ea}
.form-button strong{color:var(--gold)}

.site-footer{background:#0c0d0d}.footer-navigation a,.footer-contact a,.footer-contact p{color:rgba(255,255,255,.68)}
.footer-navigation a:hover,.footer-contact a:hover{color:#fff}
.footer-bottom{color:rgba(255,255,255,.52)}
.footer-bottom a{color:rgba(255,255,255,.7)}
.footer-bottom a:hover{color:var(--green)}

@media (max-width:1050px){
  .about-studio-photos{
    grid-template-columns:repeat(2,1fr);
  }
  .studio-photo-frame{
    display:none;
  }
  .about-studio-photos > :nth-child(1),
  .about-studio-photos > :nth-child(2){
    display:block;
  }
}

/* Final luxury pass */
.section-label{letter-spacing:2.8px}
.section-heading h2,
.about-content h2,
.contact-content h2{max-width:680px}
.service-card,
.project-card,
.testimonial-card,
.pricing-card,
.process-item,
.why-card{border-radius:22px}
.service-card:hover,
.project-card:hover,
.testimonial-card:hover,
.pricing-card:hover,
.process-item:hover,
.why-card:hover{box-shadow:0 26px 55px rgba(11,13,12,.08)}
.project-image,
.about-visual,
.contact-form,
.pricing-card,
.testimonial-card{border:1px solid rgba(11,13,12,.08)}
.button-primary{
  background:linear-gradient(135deg,#ffffff 0%,#edfdf3 100%);
  border:1px solid rgba(255,255,255,.14);
}
.button-primary span,
.button-primary strong{position:relative;z-index:1}
.button-primary:hover{box-shadow:0 16px 36px rgba(32,185,106,.20)}
.hero-label{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.16)}
.hero-description strong{color:#fff}
.site-footer{box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.contact-form{box-shadow:0 22px 48px rgba(11,13,12,.06)}
.pricing-card.featured{box-shadow:0 26px 58px rgba(11,13,12,.13)}

@media (max-width:800px){
  .button{min-height:52px}
  .hero-stats{gap:20px}
  .hero-stat{padding-right:20px}
}
@media (max-width:480px){
  .hero-title{letter-spacing:-4px}
  .section-heading h2,
  .about-content h2,
  .contact-content h2{letter-spacing:-2.5px}
}
.section-heading{margin-bottom:64px}
.section-label{letter-spacing:2.4px}
.section-heading h2,.about-content h2,.contact-content h2{font-size:clamp(48px,5.3vw,74px);letter-spacing:-4.5px}
.section-intro{font-size:16px;font-weight:700;color:#737873}

.services-grid,.why-grid,.process-grid{box-shadow:0 20px 60px rgba(11,13,12,.035)}
.service-card{min-height:385px;padding:30px;background:rgba(255,255,255,.28)}
.service-card:hover{background:#fff;box-shadow:0 18px 45px rgba(11,13,12,.08);transform:translateY(-7px)}
.service-icon{width:58px;height:58px;margin-top:86px;background:#fff}
.service-card:hover .service-icon{background:#0b0d0c;box-shadow:0 8px 20px rgba(11,13,12,.18)}
.service-card h3{font-size:25px}

.projects-grid{gap:32px}
.project-image{height:485px;border-radius:24px;box-shadow:0 18px 50px rgba(11,13,12,.07)}
.project-large .project-image,.project-wide .project-image{height:585px}
.project-image::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.10);border-radius:inherit;pointer-events:none}
.project-overlay{padding:34px;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.03) 62%)}
.project-overlay strong{font-size:30px;letter-spacing:-1px}
.project-arrow{width:54px;height:54px}
.project-info{padding:19px 4px}
.project-info h3{font-size:20px;letter-spacing:-.4px}

.about-visual{border-radius:32px;box-shadow:0 25px 70px rgba(11,13,12,.13);background:radial-gradient(circle at 50% 40%,#183023 0%,#0b0d0c 58%)}
.about-big-letter{color:rgba(88,229,141,.16)}
.about-small-card{right:24px;bottom:24px;box-shadow:0 15px 40px rgba(0,0,0,.25)}

.about-studio-photos{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  padding:20px;
}
.studio-photo-frame{
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.1);
  transition:transform .3s ease,box-shadow .3s ease;
}
.studio-photo-frame:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,.35);
}
.studio-photo-frame img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:4/3;
}

.why-section{background:#0b0d0c}
.why-card{background:rgba(255,255,255,.015);transition:.35s}
.why-card:hover{background:rgba(255,255,255,.04);transform:translateY(-5px)}
.why-cta{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(88,229,141,.05));box-shadow:0 20px 60px rgba(0,0,0,.22)}

.process-item:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px rgba(11,13,12,.06)}
.faq-question{font-size:18px;padding:28px 0}
.faq-item{transition:background .25s}
.faq-item.is-open{background:rgba(88,229,141,.035)}

.contact-section{padding:145px 0;background:linear-gradient(135deg,#eceee8,#e5e8e1)}
.contact-form{padding:34px;border:1px solid rgba(11,13,12,.07);border-radius:26px;box-shadow:0 25px 70px rgba(11,13,12,.08)}
.contact-form input,.contact-form textarea{padding:15px 0}
.form-button{box-shadow:0 12px 28px rgba(11,13,12,.16)}

.site-footer{padding-top:72px}
.footer-bottom{margin-top:65px}

@media (max-width:800px){
  .header-inner{height:70px}
  .hero{min-height:auto;padding-top:100px}
  .hero-title{font-size:clamp(48px,13vw,72px);letter-spacing:-4px}
  .hero-stats{margin-top:42px}
  .hero-stat{padding-right:10px}
  .section{padding:100px 0}
  .section-heading h2,.about-content h2,.contact-content h2{letter-spacing:-3.5px}
  .project-image,.project-large .project-image,.project-wide .project-image{border-radius:20px}
  .contact-section{padding:100px 0}
}

@media (max-width:480px){
  .hero-title{font-size:47px;letter-spacing:-3px}
  .hero-stats{gap:10px}
  .hero-stat{padding-right:7px}
  .hero-stat strong{font-size:9px}
  .section{padding:85px 0}
  .section-heading h2,.about-content h2,.contact-content h2{font-size:41px;letter-spacing:-3px}
  .contact-form{padding:22px;border-radius:20px}
}

/* =========================================================
   DUALTECH — HERO DESIGN V2
   Premium visual refinement
========================================================= */
.hero{
  isolation:isolate;
  background:#090b0a;
}
.hero-background::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle at 72% 28%, rgba(88,229,141,.16), transparent 22%),
    radial-gradient(circle at 15% 80%, rgba(255,255,255,.045), transparent 28%);
  filter:blur(10px);
  pointer-events:none;
}
.hero-background::after{
  background:radial-gradient(circle at 76% 38%,rgba(88,229,141,.20),transparent 27%);
}
.hero-grid{
  opacity:.18;
  mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.7) 55%,transparent 100%);
}
.hero-container{
  gap:clamp(45px,6vw,95px);
}
.hero-content{
  position:relative;
  z-index:3;
}
.hero-label{
  padding:9px 15px;
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.17);
  box-shadow:0 10px 35px rgba(0,0,0,.14);
  backdrop-filter:blur(14px);
}
.hero-title{
  max-width:850px;
  font-size:clamp(58px,6.45vw,100px);
  line-height:.88;
  letter-spacing:-6px;
  text-wrap:balance;
}
.hero-title span{
  display:inline-block;
  text-shadow:0 0 35px rgba(88,229,141,.10);
}
.hero-description{
  max-width:535px;
  font-size:16px;
  color:rgba(255,255,255,.68);
}
.hero-actions .button{
  min-height:54px;
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease;
}
.hero-actions .button-primary{
  box-shadow:0 14px 35px rgba(88,229,141,.14);
}
.hero-actions .button-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 45px rgba(88,229,141,.22);
}
.hero-actions .button-outline:hover{
  transform:translateY(-3px);
}
.hero-stats{
  position:relative;
  width:min(100%,620px);
  padding-top:22px;
  margin-top:42px;
  border-top:1px solid rgba(255,255,255,.12);
}
.hero-stat{
  flex:1;
  padding-right:24px;
}
.hero-stat strong{
  color:#fff;
  font-size:10px;
  letter-spacing:1.7px;
}
.hero-stat span{
  color:rgba(255,255,255,.48);
  line-height:1.45;
}
.hero-visual{
  min-height:620px;
  perspective:1200px;
}
.visual-card{
  position:relative;
  overflow:hidden;
  width:min(100%,560px);
  border-radius:34px;
  border-color:rgba(255,255,255,.12);
  background:
    linear-gradient(145deg,rgba(24,29,26,.94),rgba(7,9,8,.82));
  box-shadow:
    0 55px 120px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.06);
  transform:rotate(4deg) translateZ(0);
  transition:transform .7s cubic-bezier(.2,.75,.2,1),box-shadow .7s ease;
}
.visual-card::before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-90px;
  top:90px;
  border-radius:50%;
  background:rgba(88,229,141,.12);
  filter:blur(35px);
}
.visual-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.035) 50%,transparent 75%);
  transform:translateX(-100%);
  transition:transform 1s ease;
}
.hero-visual:hover .visual-card{
  transform:rotate(0deg) translateY(-12px) scale(1.015);
  box-shadow:0 65px 140px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-visual:hover .visual-card::after{
  transform:translateX(100%);
}
.visual-card-main{
  position:relative;
  z-index:1;
}
.visual-circle{
  width:190px;
  height:190px;
  border:1px solid rgba(88,229,141,.48);
  box-shadow:
    0 0 0 18px rgba(88,229,141,.025),
    0 0 65px rgba(88,229,141,.13),
    inset 0 0 50px rgba(88,229,141,.05);
}
.visual-circle::before{
  content:"";
  position:absolute;
  inset:13px;
  border:1px dashed rgba(255,255,255,.13);
  border-radius:50%;
}
.visual-circle span{
  text-shadow:0 0 30px rgba(88,229,141,.28);
}
.visual-lines{
  width:62%;
}
.visual-lines span:nth-child(1){width:100%}
.visual-lines span:nth-child(2){width:72%}
.visual-lines span:nth-child(3){width:42%}
.floating-card{
  right:-12px;
  bottom:72px;
  padding:16px 19px;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 25px 65px rgba(0,0,0,.32);
  backdrop-filter:blur(12px);
}
.floating-tag{
  left:8px;
  top:74px;
  box-shadow:0 15px 40px rgba(0,0,0,.20);
}
.scroll-indicator{
  opacity:.65;
  transition:opacity .25s ease,transform .25s ease;
}
.scroll-indicator:hover{
  opacity:1;
  transform:translateY(3px);
}

@media (max-width:1100px){
  .hero-container{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr)}
  .hero-title{font-size:clamp(54px,6.6vw,82px);letter-spacing:-5px}
  .hero-visual{min-height:560px}
  .visual-circle{width:165px;height:165px}
}

@media (max-width:800px){
  .hero-title{font-size:clamp(48px,13vw,72px);letter-spacing:-4px}
  .hero-description{font-size:15px}
  .hero-stats{margin-top:38px}
  .hero-visual{min-height:470px}
  .visual-card{width:92%;transform:rotate(2deg)}
  .floating-card{right:0;bottom:38px}
  .floating-tag{left:0;top:38px}
}

@media (max-width:480px){
  .hero{padding-bottom:55px}
  .hero-title{font-size:47px;letter-spacing:-3px}
  .hero-label{font-size:8px;letter-spacing:1.2px}
  .hero-stats{gap:8px;padding-top:18px}
  .hero-stat{padding-right:7px}
  .hero-stat strong{font-size:8px}
  .hero-stat span{font-size:8px}
  .hero-visual{min-height:390px}
  .visual-card{width:94%;padding:20px;border-radius:24px}
  .visual-circle{width:135px;height:135px}
  .visual-circle span{font-size:29px}
  .floating-card{padding:11px 13px}
  .floating-card strong{font-size:10px}
  .floating-card small{font-size:9px}
  .floating-tag{font-size:7px}
}

/* =========================================================
   DUALTECH — PROJECTS DESIGN V4
   Premium portfolio / case-study presentation
========================================================= */
.projects-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 18%,rgba(88,229,141,.055),transparent 24%),
    var(--bg);
}
.projects-section::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-220px;
  top:120px;
  border:1px solid rgba(32,185,106,.12);
  border-radius:50%;
  pointer-events:none;
}
.projects-section .container{position:relative;z-index:1}
.projects-grid{
  position:relative;
  gap:38px;
}
.project-card{
  position:relative;
  transition:transform .45s cubic-bezier(.2,.75,.2,1),filter .35s ease;
}
.project-card::before{
  content:"";
  position:absolute;
  inset:12px -8px -8px 12px;
  border:1px solid rgba(11,13,12,.07);
  border-radius:28px;
  z-index:-1;
  transition:transform .45s ease,border-color .35s ease;
}
.project-card:hover::before{
  transform:translate(-6px,6px);
  border-color:rgba(32,185,106,.18);
}
.project-image{
  position:relative;
  overflow:hidden;
  background:#111;
  isolation:isolate;
}
.project-image img{
  height:100%;
  object-fit:cover;
  filter:saturate(.86) contrast(1.04);
  transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .5s ease;
}
.project-card:hover .project-image img{
  transform:scale(1.055);
  filter:saturate(1.02) contrast(1.06);
}
.project-image::before{
  content:"VIEW PROJECT";
  position:absolute;
  left:28px;
  top:26px;
  z-index:3;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(0,0,0,.28);
  color:rgba(255,255,255,.82);
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
  backdrop-filter:blur(8px);
  opacity:0;
  transform:translateY(-6px);
  transition:.35s ease;
}
.project-card:hover .project-image::before{
  opacity:1;
  transform:none;
}
.project-overlay{
  z-index:2;
  padding:34px;
  opacity:.98;
}
.project-overlay span:first-child{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.project-overlay span:first-child::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 5px rgba(88,229,141,.12);
}
.project-overlay strong{
  display:block;
  margin-top:8px;
  font-size:clamp(24px,2.2vw,32px);
  letter-spacing:-1.1px;
}
.project-arrow{
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(8px);
  transition:.35s ease;
}
.project-card:hover .project-arrow{
  background:var(--green);
  color:#0b0d0c;
  border-color:var(--green);
  transform:translate(3px,-3px) rotate(2deg);
}

.project-card--hospitality{
  --project-accent: #f9d59a;
  --project-accent-strong: #efb75a;
}

.project-card--restaurant{
  --project-accent: #f5c5b8;
  --project-accent-strong: #d7775d;
}

.project-card--business{
  --project-accent: #a6d9ff;
  --project-accent-strong: #62a7d8;
}

.project-card--hospitality .project-overlay span:first-child::before,
.project-card--restaurant .project-overlay span:first-child::before,
.project-card--business .project-overlay span:first-child::before{
  box-shadow:0 0 0 5px rgba(255,255,255,.08);
}

.project-card--hospitality .project-image::before,
.project-card--restaurant .project-image::before,
.project-card--business .project-image::before{
  border-color:rgba(255,255,255,.28);
  background:rgba(12,12,12,.28);
}

.project-card--hospitality .project-overlay,
.project-card--restaurant .project-overlay,
.project-card--business .project-overlay{
  background:linear-gradient(180deg,rgba(11,13,12,.06),rgba(11,13,12,.84));
}

.project-card--hospitality .project-overlay strong,
.project-card--restaurant .project-overlay strong,
.project-card--business .project-overlay strong{
  color:#fff;
}

.project-card--hospitality .project-arrow,
.project-card--restaurant .project-arrow,
.project-card--business .project-arrow{
  border-color:rgba(255,255,255,.28);
}

.project-card--hospitality:hover .project-arrow,
.project-card--restaurant:hover .project-arrow,
.project-card--business:hover .project-arrow{
  background:var(--project-accent);
  color:#151412;
  border-color:var(--project-accent);
}

.project-card--hospitality .project-image img,
.project-card--restaurant .project-image img,
.project-card--business .project-image img{
  filter:saturate(.8) contrast(1.06);
}

.project-card--hospitality .project-image{
  background:linear-gradient(135deg, #171614, #3a2d23);
}

.project-card--restaurant .project-image{
  background:linear-gradient(135deg, #1a1414, #4c2b29);
}

.project-card--business .project-image{
  background:linear-gradient(135deg, #11191d, #233947);
}

.project-card--hospitality .project-overlay span:first-child::before{
  background:var(--project-accent-strong);
}

.project-card--restaurant .project-overlay span:first-child::before{
  background:var(--project-accent-strong);
}

.project-card--business .project-overlay span:first-child::before{
  background:var(--project-accent-strong);
}

.project-card--hospitality .project-info h3,
.project-card--restaurant .project-info h3,
.project-card--business .project-info h3{
  font-weight:700;
}

.project-card--restaurant .project-info span,
.project-card--business .project-info span,
.project-card--hospitality .project-info span{
  text-transform:uppercase;
}
.project-info{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:22px 5px 4px;
}
.project-info span{
  letter-spacing:1.5px;
  color:#8a8f8a;
}
.project-info h3{
  margin-top:6px;
  font-size:22px;
  letter-spacing:-.7px;
}
.project-info>p{
  margin-top:2px;
  color:var(--green-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}
.project-info .project-summary{
  max-width:360px;
  margin-top:9px;
  color:#68706a;
  font-size:12px;
  font-weight:400;
  line-height:1.65;
  letter-spacing:0;
}
.project-features{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:13px 0 0;
  padding:0;
  list-style:none;
}
.project-features li{
  padding:6px 8px;
  border:1px solid rgba(11,13,12,.12);
  border-radius:999px;
  color:#59625c;
  font-size:10px;
  line-height:1.2;
}

.studio-moments{
  display:grid;
  grid-template-columns:1.05fr .95fr .72fr;
  min-height:520px;
  background:#e8ddd1;
  border-bottom:1px solid var(--border);
}
.studio-moments-image{overflow:hidden;min-height:520px}
.studio-moments-image img{height:100%;object-fit:cover;filter:saturate(.82) sepia(.08);transition:transform .8s ease,filter .5s ease}
.studio-moments-image:hover img{transform:scale(1.045);filter:saturate(1) sepia(0)}
.studio-moments-image-one img{object-position:center}
.studio-moments-image-two img{object-position:center}
.studio-moments-copy{display:flex;flex-direction:column;justify-content:center;padding:62px 58px;color:#1a211d}
.studio-moments-copy .section-label{color:#2d805b}
.studio-moments-copy h2{max-width:420px;font-size:clamp(36px,4.3vw,62px);line-height:.96;letter-spacing:-3px}
.studio-moments-copy>p:not(.section-label){max-width:360px;margin-top:25px;color:#5f6961;font-size:15px;line-height:1.8}
.studio-moments-line{width:62px;height:2px;margin-top:34px;background:#2d805b}
.studio-moments-copy>span{margin-top:15px;color:#788078;font-size:9px;font-weight:900;letter-spacing:1.5px}
@media(max-width:800px){
  .studio-moments{grid-template-columns:1fr 1fr;min-height:0}
  .studio-moments-image{min-height:280px}
  .studio-moments-copy{grid-column:1/-1;grid-row:1;padding:60px 28px;min-height:390px}
  .studio-moments-image-one{grid-column:1}
  .studio-moments-image-two{grid-column:2}
}
.projects-section .text-link{
  align-self:flex-end;
}
@media (max-width:800px){
  .projects-grid{gap:30px}
  .project-card::before{inset:8px -5px -5px 8px;border-radius:23px}
  .project-image::before{opacity:1;transform:none;top:18px;left:18px}
  .project-overlay{padding:24px}
  .project-info{padding-top:16px}
}
@media (prefers-reduced-motion:reduce){
  .project-card,.project-card::before,.project-image img,.project-image::before,.project-arrow{transition:none}
}

/* Homepage portfolio: three equal project showcases. */
.projects-section #projects,
.projects-section .projects-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.projects-section .project-large,
.projects-section .project-wide{
  grid-column:auto;
}
.projects-section .project-image,
.projects-section .project-large .project-image,
.projects-section .project-wide .project-image{
  height:430px;
}
@media (max-width:800px){
  .projects-section .projects-grid{grid-template-columns:1fr}
  .projects-section .project-image,
  .projects-section .project-large .project-image,
  .projects-section .project-wide .project-image{height:390px}
}

/* =========================================================
   DUALTECH — CHANGE 5
   Premium About + Why sections
   ========================================================= */
.about-section{
  position:relative;
  overflow:hidden;
  background:#080a09;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-section::before{
  content:"";
  position:absolute;
  width:620px;height:620px;
  right:-220px;top:-220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(88,229,141,.16),transparent 68%);
  pointer-events:none;
}
.about-section .section-label{color:var(--green)}
.about-content h2{font-size:clamp(52px,6.2vw,92px);letter-spacing:-5px}
.about-content h2 span{color:var(--green)}
.about-text{max-width:590px;color:rgba(255,255,255,.66);font-size:15px;line-height:1.9}
.about-content .text-link{color:#fff;border-color:rgba(255,255,255,.3)}
.about-content .text-link:hover{color:var(--green);border-color:var(--green)}
.about-visual{min-height:520px}
.about-big-letter{font-size:430px!important;font-weight:900;line-height:.7;color:rgba(88,229,141,.045);text-shadow:0 0 90px rgba(88,229,141,.08);user-select:none}
.about-small-card{
  position:relative;
  z-index:2;
  width:290px;
  padding:28px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.about-small-card span{display:block;color:var(--green);font-size:9px;letter-spacing:2px;font-weight:900;margin-bottom:10px}
.about-small-card strong{font-size:22px;letter-spacing:-.7px}

.why-section{background:#f1f2ed;color:#0b0d0c}
.why-section .section-intro{color:#6f746f}
.why-section .section-label{color:var(--green-dark)}
.why-section .section-heading h2 span{color:var(--green-dark)}
.why-grid{gap:16px;border:0}
.why-card{
  min-height:350px;
  padding:32px;
  border:1px solid rgba(11,13,12,.09);
  border-radius:26px;
  background:#fff;
  box-shadow:0 10px 30px rgba(11,13,12,.025);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.why-card:hover{
  background:#fff;
  transform:translateY(-8px);
  border-color:rgba(32,185,106,.28);
  box-shadow:0 24px 55px rgba(11,13,12,.10);
}
.why-number{
  display:inline-grid;
  place-items:center;
  width:42px;height:42px;
  border-radius:50%;
  background:#0b0d0c;
  color:var(--green);
}
.why-card h3{margin-top:88px;font-size:25px;letter-spacing:-1px}
.why-card p{color:#707570;font-size:13px;line-height:1.8}
.why-cta{
  margin-top:34px;
  padding:42px;
  border:1px solid rgba(11,13,12,.08);
  border-radius:28px;
  background:#0b0d0c;
  box-shadow:0 25px 70px rgba(11,13,12,.14);
}
.why-cta h3{font-size:38px;letter-spacing:-1.5px}
.why-cta p:not(.section-label){color:rgba(255,255,255,.62)}
.why-cta .button-primary{box-shadow:0 12px 30px rgba(88,229,141,.12)}

@media(max-width:800px){
  .about-section{padding-top:95px;padding-bottom:95px}
  .about-content h2{font-size:46px;letter-spacing:-3px}
  .about-visual{min-height:350px}
  .about-big-letter{font-size:270px!important}
  .about-small-card{width:250px}
  .why-grid{gap:12px}
  .why-card{min-height:300px;padding:26px}
  .why-card h3{margin-top:62px}
  .why-cta{padding:30px}
  .why-cta h3{font-size:32px}
}

/* =========================================================
   DUALTECH — CHANGE 6
   Premium Projects / Portfolio section
   ========================================================= */
.projects-section{
  position:relative;
  overflow:hidden;
  background:#f7f8f4;
}
.projects-section::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-260px;
  top:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(88,229,141,.10),transparent 68%);
  pointer-events:none;
}
.projects-grid{
  position:relative;
  z-index:1;
  gap:34px;
}
.project-card{
  position:relative;
  border-radius:28px;
  transition:transform .45s cubic-bezier(.2,.75,.2,1),filter .45s ease;
}
.project-card::before{
  opacity:.9;
  transition:transform .45s ease,opacity .45s ease;
}
.project-card:hover{
  filter:saturate(1.04);
}
.project-card:hover::before{
  transform:translate(7px,7px);
  opacity:.55;
}
.project-image{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:#111;
  box-shadow:0 24px 65px rgba(11,13,12,.12);
}
.project-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.72) 100%);
  opacity:.72;
  transition:opacity .4s ease;
  pointer-events:none;
}
.project-card:hover .project-image::after{opacity:.88}
.project-image img{
  transform:scale(1.015);
  transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .6s ease;
  filter:saturate(.9) contrast(1.03);
}
.project-card:hover .project-image img{
  transform:scale(1.075);
  filter:saturate(1.05) contrast(1.04);
}
.project-overlay{
  z-index:2;
}
.project-overlay strong{
  transition:transform .35s ease;
}
.project-card:hover .project-overlay strong{
  transform:translateX(4px);
}
.project-arrow{
  transition:transform .35s ease,background .35s ease,color .35s ease;
}
.project-card:hover .project-arrow{
  transform:translate(4px,-4px) rotate(2deg);
  background:var(--green);
  color:#0b0d0c;
}
.project-info{
  position:relative;
  padding:20px 4px 0;
}
.project-info h3{
  transition:color .3s ease,transform .3s ease;
}
.project-card:hover .project-info h3{
  color:var(--green-dark);
  transform:translateX(3px);
}
.projects-section .text-link{
  position:relative;
  z-index:2;
}
@media(max-width:800px){
  .projects-section::before{width:360px;height:360px;left:-220px;top:260px}
  .project-card{border-radius:22px}
  .project-image{border-radius:22px;box-shadow:0 18px 45px rgba(11,13,12,.10)}
  .project-card:hover{filter:none}
  .project-card:hover::before{transform:none;opacity:.9}
  .project-card:hover .project-image img{transform:scale(1.03)}
}
@media(prefers-reduced-motion:reduce){
  .project-card,.project-card::before,.project-image img,.project-image::after,.project-overlay strong,.project-arrow,.project-info h3{transition:none}
}

/* Final Nexus Digital typography pass. */
body{font-family:'Manrope',sans-serif;letter-spacing:0}
.hero-title,.section-heading h2,.about-content h2,.contact-content h2{letter-spacing:-2.5px}
.hero-description,.section-intro,.about-text,.contact-description{letter-spacing:0}

/* =========================================================
   V7 — PREMIUM CONTACT EXPERIENCE
   ========================================================= */
.contact-section{position:relative;overflow:hidden;background:#e9ebe5}
.contact-section::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(15,17,15,.08);border-radius:50%;right:-180px;top:-180px;pointer-events:none}
.contact-section::after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(15,17,15,.06);border-radius:50%;right:-45px;top:-45px;pointer-events:none}
.contact-grid{position:relative;z-index:1;align-items:stretch;gap:90px}
.contact-content{display:flex;flex-direction:column;justify-content:center}
.contact-content h2{max-width:650px}
.contact-description{max-width:520px;font-size:16px;line-height:1.8}
.contact-details{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:48px;padding-top:24px;border-top:1px solid rgba(11,13,12,.12)}
.contact-details>div{display:flex;flex-direction:column;gap:9px}
.contact-details span{font-size:9px;font-weight:900;letter-spacing:1.8px;color:#888}
.contact-details a,.contact-details p{margin:0;font-size:13px;font-weight:600;color:#111;text-decoration:none}
.contact-details a{transition:color .25s ease}
.contact-details a:hover{color:var(--green-dark)}
.contact-form{position:relative;padding:38px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(11,13,12,.09);border-radius:28px;box-shadow:0 30px 80px rgba(11,13,12,.10);gap:24px}
.contact-form::before{content:"START A PROJECT";position:absolute;top:20px;right:28px;font-size:8px;font-weight:900;letter-spacing:1.8px;color:#a0a39d}
.form-field{gap:9px}
.form-field label{font-size:9px;letter-spacing:1px;color:#777}
.contact-form input,.contact-form textarea{padding:13px 0;font-size:16px;font-weight:700;border-bottom:1px solid #d8dad5;transition:border-color .25s ease,transform .25s ease}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#aaa}
.contact-form input:focus,.contact-form textarea:focus{border-color:#111;transform:translateX(2px)}
.form-button{min-height:60px;margin-top:10px;padding:0 24px;border-radius:14px;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.form-button:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(11,13,12,.16)}
.form-button strong{transition:transform .25s ease}
.form-button:hover strong{transform:translate(3px,-3px)}

@media (max-width:900px){
  .contact-grid{gap:55px}
  .contact-details{margin-top:38px}
}
@media (max-width:700px){
  .contact-section{padding:90px 0}
  .contact-section::before{width:340px;height:340px;right:-190px;top:-150px}
  .contact-section::after{display:none}
  .contact-grid{gap:42px}
  .contact-details{grid-template-columns:1fr;gap:20px;margin-top:32px}
  .contact-form{padding:26px 20px;border-radius:22px}
  .contact-form::before{position:static;display:block;margin-bottom:2px;font-size:8px}
  .form-row{gap:24px}
}
/* =========================================================
   CLIENT PORTFOLIO SHOWCASE — LUMEN PHOTOGRAPHY
   ========================================================= */
.showcase-banner{position:relative;overflow:hidden;background:#0d0f0e;color:#fff;padding:96px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.showcase-banner-bg{position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1600&q=90");background-size:cover;background-position:center;opacity:.3}
.showcase-banner-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:44px}
.showcase-banner-copy h2{font-size:clamp(32px,4.4vw,58px);line-height:1;letter-spacing:-2px}
.showcase-banner-copy h2 span{color:#e6c98f;font-style:italic}
.showcase-banner-copy p:not(.section-label){max-width:460px;margin-top:18px;color:rgba(255,255,255,.62);font-size:16px;font-weight:700;line-height:1.8}
.showcase-banner .section-label{color:var(--gold)}
.showcase-banner .button{flex:0 0 auto}
.showcase-banner--dualtech{background:#141715}
.showcase-banner--dualtech::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f97316,transparent)}
.showcase-banner--dualtech .showcase-banner-bg{background-image:url("https://images.unsplash.com/photo-1558008258-3256797b43f3?auto=format&fit=crop&w=1600&q=90");opacity:.28}
.showcase-banner--dualtech .showcase-banner-copy h2 span{color:#ffb06b}
.showcase-banner--dualtech .section-label{color:#f97316}
.showcase-banner--dualtech .button{background:linear-gradient(135deg,#ffa25a,#f97316);color:#201101;box-shadow:0 16px 32px rgba(249,115,22,.28)}
@media(max-width:800px){.showcase-banner-inner{flex-direction:column;align-items:flex-start;gap:28px}.showcase-banner{padding:72px 0}}
@media(prefers-reduced-motion:reduce){.showcase-banner-bg{transform:none}}

@media (max-width:800px){
  .about-studio-photos{
    grid-template-columns:1fr;
  }
  .about-studio-photos > :nth-child(2),
  .about-studio-photos > :nth-child(3){
    display:none;
  }
}


