:root{
  --navy:oklch(0.17 0.015 260);
  --navy-light:oklch(0.24 0.015 260);
  --navy-border:oklch(0.4 0.01 260);
  --ink:oklch(0.22 0.02 260);
  --muted:oklch(0.5 0.01 260);
  --muted-dark:oklch(0.3 0.01 260);
  --muted-light:oklch(0.85 0.01 260);
  --muted-lighter:oklch(0.8 0.01 260);
  --bg:oklch(0.98 0.004 80);
  --bg-soft:oklch(0.95 0.005 80);
  --border:oklch(0.9 0.006 80);
  --border-soft:oklch(0.93 0.006 80);
  --border-input:oklch(0.85 0.006 80);
  --accent:oklch(0.68 0.19 45);
  --accent-dark:oklch(0.5 0.19 45);
  --accent-darker:oklch(0.4 0.1 45);
  --accent-soft:oklch(0.95 0.03 45);
  --badge-blue:oklch(0.68 0.19 230);
  --footer-border:oklch(0.3 0.01 260);
  --footer-muted:oklch(0.55 0.01 260);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;-webkit-font-smoothing:antialiased;font-family:'Work Sans',-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);min-height:100vh;display:flex;flex-direction:column}
h1,h2,h3{font-family:'Oswald','Arial Narrow',sans-serif}
a{color:var(--accent-dark);text-decoration:none}
a:hover{color:var(--accent-dark);text-decoration:underline}
::selection{background:oklch(0.68 0.19 45 / 0.3)}
input,textarea,button{font-family:'Work Sans',sans-serif}
img{max-width:100%;display:block}
button{border:none;background:none;cursor:pointer;font:inherit;color:inherit}

.page{flex:1;width:100%}
.wrap{max-width:1180px;margin:0 auto;padding:0 32px}
.wrap-narrow{max-width:960px;margin:0 auto;padding:0 32px}
.wrap-legal{max-width:800px;margin:0 auto;padding:0 32px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:16px 32px;box-shadow:0 2px 12px rgba(0,0,0,0.2)}
.logo{cursor:pointer;font-family:'Oswald',sans-serif;font-weight:700;font-size:26px;letter-spacing:0.5px;color:#fff}
.logo:hover{text-decoration:none;color:#fff}
.logo span{color:var(--accent)}
.main-nav{display:flex;gap:22px;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.main-nav a{cursor:pointer;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:0.5px;color:rgba(255,255,255,0.85)}
.main-nav a:hover{color:var(--accent);text-decoration:none}
.main-nav a.active{color:var(--accent)}
.header-actions{display:flex;align-items:center;gap:16px}
.phone-link{color:#fff;font-weight:600;font-size:15px;white-space:nowrap}
.phone-link:hover{color:#fff}
.cart-btn{position:relative;cursor:pointer;width:40px;height:40px;border-radius:8px;background:var(--navy-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cart-icon{width:18px;height:14px;border:2px solid #fff;border-top:none;border-radius:0 0 3px 3px}
.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--accent);color:var(--navy);font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center}
.cart-badge.show{display:flex}
.btn-book{cursor:pointer;background:var(--accent);color:var(--navy);font-weight:700;padding:10px 20px;border-radius:6px;font-size:14px;text-transform:uppercase;letter-spacing:0.5px;white-space:nowrap}
.btn-book:hover{color:var(--navy);text-decoration:none;filter:brightness(1.05)}

/* Buttons */
.btn{cursor:pointer;display:inline-block;font-weight:700;padding:14px 28px;border-radius:6px;font-size:16px;text-align:center}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--accent);color:var(--navy)}
.btn-primary:hover{color:var(--navy)}
.btn-outline-light{border:2px solid var(--navy-border);color:#fff}
.btn-outline-light:hover{color:#fff}
.btn-outline-dark{border:2px solid var(--navy);color:var(--ink);background:transparent}
.btn-outline-dark:hover{color:var(--ink)}
.btn-dark{background:var(--navy);color:#fff}
.btn-dark:hover{color:#fff}
.btn-add{cursor:pointer;background:var(--navy);color:#fff;font-size:13px;font-weight:600;padding:9px 16px;border-radius:6px;white-space:nowrap}
.btn-add:hover{color:#fff;text-decoration:none}

/* Hero */
.hero{background:var(--navy);color:#fff;padding:100px 32px 90px;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:48px;max-width:1180px;margin:0 auto}
.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:20px}
.eyebrow{color:var(--accent);font-weight:700;letter-spacing:2px;font-size:14px;text-transform:uppercase}
.hero-title{font-size:52px;line-height:1.1;margin:0;font-weight:700}
.hero-text{font-size:18px;line-height:1.6;color:var(--muted-light);margin:0;max-width:520px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}
.hero-media{width:100%;height:360px;border-radius:12px;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover}

/* Stats */
.stats{max-width:1180px;margin:0 auto;padding:48px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;text-align:center;border-bottom:1px solid var(--border)}
.stat-value{font-family:'Oswald',sans-serif;font-size:36px;font-weight:700;color:var(--accent)}
.stat-label{color:var(--muted);font-size:14px;margin-top:4px}

/* Section */
.section{max-width:1180px;margin:0 auto;padding:80px 32px}
.section-soft{background:var(--bg-soft);padding:80px 32px}
.inner{max-width:1180px;margin:0 auto}
.section-head{text-align:center;margin-bottom:48px}
.section-eyebrow{color:var(--accent);font-weight:700;letter-spacing:2px;font-size:13px;text-transform:uppercase}
.section-title{font-size:34px;margin:8px 0 0}
.section-lede{max-width:640px;margin:0 auto;color:var(--muted)}
.section-cta{text-align:center;margin-top:36px}

/* Cards grid */
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.grid-3-narrow{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}
.card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px}
.card-icon{width:44px;height:44px;border-radius:8px;background:var(--accent-soft);color:var(--accent-dark);font-family:'Oswald',sans-serif;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.card-icon-lg{width:48px;height:48px;font-size:19px}
.card-title{font-weight:700;font-size:17px;margin-bottom:8px}
.card-desc{color:var(--muted);font-size:14px;line-height:1.6}

/* Process */
.process-step-num{font-family:'Oswald',sans-serif;font-size:22px;font-weight:700;color:var(--accent);margin-bottom:6px}
.process-step-title{font-weight:700;margin-bottom:6px}
.process-step-desc{color:var(--muted);font-size:14px;line-height:1.6}

/* Testimonials */
.stars{color:var(--accent);letter-spacing:2px;margin-bottom:12px}
.testimonial-text{font-size:15px;line-height:1.6;color:var(--muted-dark);margin-bottom:16px}
.testimonial-name{font-weight:700;font-size:14px}
.testimonial-car{color:var(--muted);font-size:13px}

/* Brands */
.brands{padding:56px 32px;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.brands-inner{max-width:1180px;margin:0 auto;text-align:center}
.brands-eyebrow{color:var(--muted);font-size:13px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}
.brands-list{display:flex;flex-wrap:wrap;gap:16px 36px;justify-content:center;font-family:'Oswald',sans-serif;font-weight:600;font-size:18px;color:var(--muted-dark)}

/* Products */
.products-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;margin-bottom:32px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;position:relative}
.product-media{height:150px;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-body{padding:18px}
.product-cat{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:4px}
.product-name{font-weight:700;font-size:15px;margin-bottom:6px}
.product-desc{color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:12px}
.product-row{display:flex;justify-content:space-between;align-items:center}
.product-price{font-family:'Oswald',sans-serif;font-weight:700;font-size:18px}
.product-price-lg{font-size:19px}
.product-badge{position:absolute;top:12px;left:12px;background:var(--badge-blue);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase}

/* Blog */
.blog-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:22px}
.blog-date{color:var(--muted);font-size:12px;margin-bottom:8px}
.blog-title{font-weight:700;font-size:16px;margin-bottom:8px;line-height:1.4}
.blog-excerpt{color:var(--muted);font-size:14px;line-height:1.6}
.blog-list{display:flex;flex-direction:column;gap:24px}
.blog-list-item{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px;display:grid;grid-template-columns:140px 1fr;gap:24px}
.blog-list-thumb{height:100px;border-radius:8px;overflow:hidden}
.blog-list-thumb img{width:100%;height:100%;object-fit:cover}
.blog-list-title{font-weight:700;font-size:19px;margin-bottom:8px;font-family:'Oswald',sans-serif}

/* CTA banner */
.cta-section{max-width:1180px;margin:24px auto 96px;padding:0 32px}
.cta-banner{background:var(--navy);border-radius:14px;padding:56px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}
.cta-banner h2{color:#fff;font-size:28px;margin:0 0 8px}
.cta-banner p{color:var(--muted-lighter);font-size:15px;margin:0}
.cta-btn{white-space:nowrap}

/* Page hero (inner pages) */
.page-hero{text-align:center;margin-bottom:16px}
.page-title{font-size:38px;margin:8px 0}

/* Services page */
.services-note{text-align:center;margin-top:48px;background:var(--bg-soft);border-radius:12px;padding:40px}
.services-note-title{font-weight:700;font-size:20px;margin-bottom:10px}
.services-note-text{color:var(--muted);margin-bottom:20px}

/* Pricing */
.price-groups{display:flex;flex-direction:column;gap:32px;margin-top:40px}
.price-group{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}
.price-group-title{background:var(--navy);color:#fff;padding:16px 24px;font-family:'Oswald',sans-serif;font-weight:600;font-size:17px}
.price-row{display:flex;justify-content:space-between;padding:14px 24px;border-top:1px solid var(--border-soft)}
.price-row-name{font-size:15px}
.price-row-price{font-weight:700;font-size:15px;white-space:nowrap}

/* Shop notice */
.shop-notice{margin-top:48px;background:var(--bg-soft);border-radius:12px;padding:32px;font-size:14px;color:var(--muted);line-height:1.7}
.shop-notice a{color:var(--accent-dark);font-weight:600;cursor:pointer}

/* About */
.about-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:48px;align-items:center;margin-bottom:80px}
.about-media{width:100%;height:320px;border-radius:12px;overflow:hidden}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-copy p{color:var(--muted-dark);line-height:1.7;margin-bottom:14px}
.about-copy p:last-child{margin-bottom:0}
.team-section{margin-bottom:80px}
.team-heading{font-size:28px;text-align:center;margin-bottom:40px}
.team-member{text-align:center}
.team-avatar{width:120px;height:120px;border-radius:50%;background:var(--accent-soft);color:var(--accent-dark);font-family:'Oswald',sans-serif;font-weight:700;font-size:32px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.team-name{font-weight:700;font-size:16px}
.team-role{color:var(--muted);font-size:14px}
.cert-grid{background:var(--bg-soft);border-radius:12px;padding:48px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.cert-title{font-weight:700;font-size:16px;margin-bottom:6px}
.cert-desc{color:var(--muted);font-size:14px;line-height:1.6}

/* Legal */
.legal-title{font-size:34px;margin-bottom:8px}
.legal-meta{color:var(--muted);margin-bottom:32px;font-size:14px}
.legal-body{display:flex;flex-direction:column;gap:24px;color:var(--muted-dark);line-height:1.75;font-size:15px}
.legal-body h2{font-weight:700;font-size:15px;margin:0 0 6px;font-family:'Work Sans',sans-serif}

/* Contact */
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.contact-info{display:flex;flex-direction:column;gap:24px}
.info-card-title{font-weight:700;margin-bottom:6px}
.info-card-text{color:var(--muted);line-height:1.6}
.map-box{min-height:220px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--bg-soft)}
.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:24px}
.map-pin{font-size:28px}
.map-address{color:var(--muted-dark);font-size:14px;line-height:1.6}
.map-placeholder a{font-weight:700;font-size:14px;margin-top:4px}
.contact-form-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:32px}
.contact-form-title{font-weight:700;font-size:18px;margin-bottom:20px}
.form-success{background:var(--accent-soft);border-radius:8px;padding:20px;color:var(--accent-darker)}
.form-stack{display:flex;flex-direction:column;gap:14px}
.form-field{padding:12px 14px;border:1px solid var(--border-input);border-radius:6px;font-size:14px;width:100%}
.form-field:focus{outline:2px solid var(--accent);outline-offset:1px}
.form-note{font-size:12px;color:var(--muted);line-height:1.5}
.form-note a{cursor:pointer}
.btn-submit{cursor:pointer;background:var(--accent);color:var(--navy);font-weight:700;padding:14px;border-radius:6px;text-align:center;width:100%;font-size:15px}
.btn-submit:hover{color:var(--navy)}
.btn-submit:disabled{opacity:0.6;cursor:default}
.form-error{color:oklch(0.5 0.19 25);font-size:13px;display:none}
.form-error.show{display:block}
.hp-field{position:absolute;left:-9999px;top:-9999px;opacity:0}

/* Footer */
.site-footer{background:var(--navy);color:var(--muted-lighter);padding:64px 32px 32px}
.footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;padding-bottom:40px;border-bottom:1px solid var(--footer-border)}
.footer-logo{font-family:'Oswald',sans-serif;font-weight:700;font-size:22px;color:#fff;margin-bottom:12px}
.footer-logo span{color:var(--accent)}
.footer-text{font-size:14px;line-height:1.7}
.footer-heading{color:#fff;font-weight:700;margin-bottom:14px;font-size:14px;text-transform:uppercase;letter-spacing:0.5px}
.footer-links{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}
.footer-links a{cursor:pointer;font-size:14px;color:var(--muted-lighter)}
.footer-links a:hover{color:#fff}
.footer-contact{font-size:14px;line-height:1.9}
.footer-bottom{max-width:1180px;margin:24px auto 0;font-size:13px;color:var(--footer-muted);text-align:center}

/* Cart drawer */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:90;display:none}
.cart-overlay.show{display:block}
.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:min(400px,100vw);background:#fff;z-index:95;box-shadow:-8px 0 24px rgba(0,0,0,0.15);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s ease}
.cart-drawer.show{transform:translateX(0)}
.cart-head{padding:24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.cart-head-title{font-family:'Oswald',sans-serif;font-weight:700;font-size:20px}
.cart-close{cursor:pointer;font-size:22px;color:var(--muted);line-height:1}
.cart-success{padding:32px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}
.cart-success-icon{font-size:40px}
.cart-success-title{font-weight:700;font-size:18px}
.cart-success-text{color:var(--muted);font-size:14px}
.cart-body{flex:1;overflow-y:auto;padding:16px 24px}
.cart-empty{text-align:center;padding:48px 0;color:var(--muted)}
.cart-items{display:flex;flex-direction:column;gap:18px}
.cart-item{display:flex;gap:14px;border-bottom:1px solid var(--border-soft);padding-bottom:16px}
.cart-item-img{width:64px;height:64px;flex-shrink:0;border-radius:6px;overflow:hidden}
.cart-item-img img{width:100%;height:100%;object-fit:cover}
.cart-item-info{flex:1}
.cart-item-name{font-weight:600;font-size:14px;margin-bottom:4px}
.cart-item-price{color:var(--muted);font-size:13px;margin-bottom:8px}
.qty-controls{display:flex;align-items:center;gap:10px}
.qty-btn{cursor:pointer;width:24px;height:24px;border:1px solid var(--border-input);border-radius:4px;display:flex;align-items:center;justify-content:center}
.qty-value{font-size:14px;min-width:16px;text-align:center}
.cart-item-remove{cursor:pointer;margin-left:auto;color:var(--muted);font-size:12px;text-decoration:underline}
.cart-item-total{font-weight:700;font-size:14px;white-space:nowrap}
.cart-footer{padding:20px 24px;border-top:1px solid var(--border)}
.cart-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:17px;margin-bottom:16px}
.cart-order-note{font-size:12px;color:var(--muted);text-align:center;margin-top:10px}

/* Cookie bar */
.cookie-bar{position:fixed;bottom:0;left:0;right:0;background:var(--navy);color:#fff;padding:20px 32px;z-index:80;display:none;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;box-shadow:0 -4px 16px rgba(0,0,0,0.2)}
.cookie-bar.show{display:flex}
.cookie-text{font-size:14px;max-width:640px;line-height:1.6}
.cookie-text a{cursor:pointer;color:var(--accent);text-decoration:underline}
.cookie-actions{display:flex;gap:12px;flex-shrink:0}
.btn-cookie-reject{cursor:pointer;border:1px solid var(--muted);padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;color:#fff;background:transparent}
.btn-cookie-accept{cursor:pointer;background:var(--accent);color:var(--navy);padding:10px 20px;border-radius:6px;font-size:14px;font-weight:700}

/* Mobile */
@media (max-width:640px){
  .site-header{padding:14px 18px}
  .hero-title{font-size:38px}
  .wrap,.wrap-narrow,.wrap-legal{padding:0 18px}
  .section,.section-soft{padding:56px 18px}
  .hero{padding:64px 18px 56px}
  .blog-list-item{grid-template-columns:1fr}
  .blog-list-thumb{height:160px}
  .phone-link{display:none}
}
