/* Wash Mode Theme — base styles */
:root{
  --primary:#2b86d9;
  --primary-dark:#1f6cb3;
  --primary-foreground:#ffffff;
  --foreground:#0f172a;
  --muted:#64748b;
  --border:#e2e8f0;
  --bg:#ffffff;
  --secondary:#f1f5f9;
  --navy:#1a2238;
  --navy-foreground:#f8fafc;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--foreground);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Archivo','Inter',sans-serif;font-weight:900;letter-spacing:-.01em;margin:0}
p{margin:0}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
@media(min-width:640px){.container{padding:0 24px}}
@media(min-width:1024px){.container{padding:0 32px}}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;border-radius:8px;font-weight:700;font-size:13px;letter-spacing:.03em;transition:all .2s;border:2px solid transparent;cursor:pointer}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark)}
.btn-outline{border-color:var(--primary);color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:#fff}
.btn-white{background:#fff;color:var(--primary)}
.btn-ghost-white{border-color:rgba(255,255,255,.8);color:#fff}
.btn-ghost-white:hover{background:#fff;color:var(--navy)}

/* Header */
.site-header{position:absolute;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(6px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}
.logo{display:flex;align-items:center;gap:10px}
.logo-mark{width:36px;height:42px}
.logo-text{font-family:'Archivo',sans-serif;font-weight:900;font-size:18px;line-height:.95}
.logo-sub{font-size:8px;letter-spacing:.15em;font-weight:600;color:var(--muted);margin-top:2px}
.main-nav{display:none;gap:32px;align-items:center}
.main-nav a{font-size:13px;font-weight:600;letter-spacing:.04em}
.main-nav a:hover,.main-nav .current{color:var(--primary)}
.main-nav .current{border-bottom:2px solid var(--primary);padding-bottom:4px}
.header-cta{display:none}
.menu-toggle{background:none;border:0;padding:8px;cursor:pointer}
.menu-toggle svg{width:24px;height:24px}
@media(min-width:1024px){
  .main-nav,.header-cta{display:inline-flex}
  .menu-toggle{display:none}
}
.mobile-nav{display:none;border-top:1px solid var(--border);background:#fff;padding:16px}
.mobile-nav.open{display:block}
.mobile-nav a{display:block;font-weight:600;font-size:14px;padding:8px 0}
.mobile-nav .btn{display:block;text-align:center;margin-top:8px}

/* Hero */
.hero{position:relative;padding-top:80px;background:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;padding:32px 0 48px}
@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:48px;padding:48px 0}}
.hero h1{font-size:clamp(32px,5vw,60px);line-height:1.05}
.hero h1 span{color:var(--primary);display:block}
.hero-lead{margin-top:24px;color:var(--muted);font-size:18px;max-width:460px}
.hero-actions{margin-top:32px;display:flex;flex-wrap:wrap;gap:16px}
.hero-stats{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:520px}
.stat{padding-left:16px}
.stat+.stat{border-left:1px solid var(--border)}
.stat svg{width:20px;height:20px;color:var(--primary);margin-bottom:8px}
.stat-title{color:var(--primary);font-weight:700;font-size:11px;letter-spacing:.06em}
.stat-text{font-size:11px;color:var(--muted);margin-top:4px;line-height:1.35}
.hero-img{border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.wave{display:block;width:100%;margin-bottom:-1px}

/* Services */
.services{background:var(--primary);color:#fff;padding:48px 0}
@media(min-width:1024px){.services{padding:64px 0}}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 0}
@media(min-width:640px){.services-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(5,1fr)}}
.service{padding:0 16px;text-align:center}
@media(min-width:1024px){.service+.service{border-left:1px solid rgba(255,255,255,.2)}}
.service-icon{display:flex;justify-content:center;margin-bottom:12px}
.service-icon svg{width:36px;height:36px;stroke-width:1.5}
.service h3{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;letter-spacing:.04em;margin-bottom:8px}
.service p{font-size:12px;color:rgba(255,255,255,.85);line-height:1.55}

/* Sections */
section.about,section.why{padding:64px 0;background:#fff}
@media(min-width:1024px){section.about{padding:96px 0}}
.about-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:64px}}
.about-img{border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}
.eyebrow{display:flex;align-items:center;gap:12px;color:var(--primary);font-weight:700;font-size:12px;letter-spacing:.2em;margin-bottom:16px}
.eyebrow .bar{display:block;height:1px;width:32px;background:var(--primary)}
.about h2{font-size:clamp(28px,4vw,48px);line-height:1.15}
.about p.lead{margin-top:24px;color:var(--muted);line-height:1.65;max-width:520px}
.trust{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:560px}
.trust-item{display:flex;gap:12px;align-items:flex-start}
.trust-item svg{width:28px;height:28px;color:var(--primary);flex-shrink:0;margin-top:2px}
.trust-big{font-family:'Archivo',sans-serif;font-weight:900;color:var(--primary);font-size:15px}
.trust-small{font-size:10px;font-weight:600;color:var(--muted);line-height:1.3;margin-top:2px}

/* Why */
.why{padding-top:0;padding-bottom:64px}
@media(min-width:1024px){.why{padding-bottom:96px}}
.section-head{text-align:center;margin-bottom:48px}
.section-head .eyebrow{justify-content:center}
.section-head .eyebrow .bar:last-child{display:block}
.section-head h2{font-size:clamp(28px,4vw,48px)}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 0}
@media(min-width:640px){.why-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.why-grid{grid-template-columns:repeat(5,1fr)}}
.why-item{padding:0 16px;text-align:center}
@media(min-width:1024px){.why-item+.why-item{border-left:1px solid var(--border)}}
.why-circle{width:56px;height:56px;border-radius:50%;border:2px solid var(--primary);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.why-circle svg{width:24px;height:24px}
.why-item h3{color:var(--primary);font-family:'Inter',sans-serif;font-weight:700;font-size:14px;letter-spacing:.04em;margin-bottom:8px}
.why-item p{font-size:12px;color:var(--muted);line-height:1.55;max-width:160px;margin:0 auto}

/* Gallery */
.gallery{background:var(--navy);color:var(--navy-foreground);padding:64px 0}
@media(min-width:1024px){.gallery{padding:80px 0}}
.gallery h2{text-align:center;font-size:clamp(28px,4vw,48px)}
.gallery h2 span{color:var(--primary)}
.gallery-grid{margin-top:48px;display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}
.gallery-card{position:relative}
.gallery-img{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 15px rgba(0,0,0,.2)}
.gallery-img img{width:100%;height:224px;object-fit:cover}
.tag{position:absolute;bottom:12px;background:rgba(26,34,56,.9);padding:4px 12px;font-size:10px;font-weight:700;letter-spacing:.08em;border-radius:4px}
.tag.before{left:12px}.tag.after{right:12px}
.gallery-label{text-align:center;margin-top:16px;font-size:14px;font-weight:600;letter-spacing:.04em}
.gallery-foot{margin-top:48px;text-align:center}

/* Testimonials */
.testimonials{padding:64px 0;background:var(--secondary)}
@media(min-width:1024px){.testimonials{padding:96px 0}}
.testimonials .section-head{margin-bottom:48px}
.t-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.t-grid{grid-template-columns:repeat(3,1fr)}}
.t-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:left}
@media(min-width:1024px){.t-card{padding:32px}}
.stars{display:flex;gap:4px;margin-bottom:16px}
.stars svg{width:16px;height:16px;fill:var(--primary);color:var(--primary)}
.t-quote{font-size:14px;font-style:italic;color:rgba(15,23,42,.8);line-height:1.6;min-height:80px}
.t-meta{display:flex;gap:12px;align-items:center;margin-top:24px;padding-top:16px;border-top:1px solid var(--border)}
.avatar{width:40px;height:40px;border-radius:50%;background:rgba(43,134,217,.2);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.t-name{font-weight:700;font-size:14px}
.t-role{font-size:12px;color:var(--muted)}

/* CTA */
.cta-bar{background:var(--primary);color:#fff;padding:40px 0}
.cta-inner{display:flex;flex-direction:column;align-items:center;gap:24px;justify-content:space-between;text-align:center}
@media(min-width:768px){.cta-inner{flex-direction:row;text-align:left}}
.cta-left{display:flex;align-items:center;gap:16px}
.cta-left svg{width:48px;flex-shrink:0}
.cta-title{font-family:'Archivo',sans-serif;font-weight:900;font-size:22px}
@media(min-width:640px){.cta-title{font-size:26px}}
.cta-sub{color:rgba(255,255,255,.85);font-style:italic;font-size:15px}

/* Footer */
.site-footer{background:var(--navy);color:var(--navy-foreground);padding:56px 0 32px}
.footer-grid{display:grid;grid-template-columns:1fr;gap:40px}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.footer-grid p{color:rgba(255,255,255,.7);font-size:14px;margin-top:16px;max-width:280px}
.socials{display:flex;gap:12px;margin-top:20px}
.socials a{width:36px;height:36px;border-radius:6px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .2s}
.socials a:hover{background:var(--primary)}
.socials svg{width:16px;height:16px}
.site-footer h4{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;letter-spacing:.08em;margin-bottom:16px}
.footer-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:14px;color:rgba(255,255,255,.75)}
.footer-grid ul a:hover{color:var(--primary)}
.footer-contact li{display:flex;gap:12px;align-items:flex-start}
.footer-contact svg{width:16px;height:16px;color:var(--primary);flex-shrink:0;margin-top:3px}
.copyright{max-width:1200px;margin:48px auto 0;padding:24px 16px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:12px;color:rgba(255,255,255,.6)}
