/* =========================================================
   NEW GALAXY ELECTRONICS — Stylesheet
   Palette: Charcoal / Red Accent (matches logo) / White / Light Gray
   ========================================================= */

:root {
  --navy: #1a1a1a;
  --navy-deep: #101010;
  --electric: #d32027;
  --electric-light: #ff4d4f;
  --electric-soft: #fdeaea;
  --white: #ffffff;
  --gray-light: #f4f5f6;
  --gray-mid: #e0e0e0;
  --charcoal: #2b2b2b;
  --text-muted: #5f6368;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(26, 26, 26, 0.08);
  --shadow-md: 0 8px 24px rgba(26, 26, 26, 0.12);
  --shadow-lg: 0 18px 46px rgba(26, 26, 26, 0.18);
  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; color: var(--charcoal); background: var(--white); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
section { padding: 88px 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-tag { display: inline-block; color: var(--electric); font-weight: 700; font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
.section-header h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); color: var(--navy); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.section-header p { color: var(--text-muted); font-size: 1.02rem; }
.bg-alt { background: var(--gray-light); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--electric-light); outline-offset: 2px; border-radius: 4px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-weight: 700; font-size: 0.98rem; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); white-space: nowrap; max-width: 100%; text-align: center; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: linear-gradient(135deg, var(--electric), var(--navy-deep)); color: var(--white); box-shadow: 0 10px 24px rgba(211, 32, 39, 0.32); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(211, 32, 39, 0.42); }
.btn-outline { background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-3px); }
.btn-outline-navy { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); transform: translateY(-3px); }
.btn-whatsapp { background: #25d366; color: var(--white); box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }

.site-header { position: fixed; top: 0; left: 0; right: 0; height: var(--header-h); background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(10px); z-index: 1000; box-shadow: 0 2px 16px rgba(26, 26, 26, 0.08); transition: background var(--transition); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--navy); font-size: 1.05rem; min-width: 0; flex-shrink: 0; }
.brand img { height: 62px; width: auto; max-width: 210px; object-fit: contain; border-radius: 6px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; }
.main-nav a { padding: 10px 16px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; color: var(--charcoal); transition: background var(--transition), color var(--transition); }
.main-nav a:hover, .main-nav a.active { background: var(--electric-soft); color: var(--electric); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.call-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: var(--white); padding: 11px 20px; border-radius: 50px; font-weight: 700; font-size: 0.92rem; transition: background var(--transition), transform var(--transition); }
.call-pill:hover { background: var(--electric); transform: translateY(-2px); }
.call-pill svg { width: 16px; height: 16px; }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; border-radius: 10px; background: var(--gray-light); }
.hamburger span { display: block; width: 22px; height: 2.5px; background: var(--navy); margin: 0 auto; border-radius: 2px; transition: transform var(--transition), opacity var(--transition); }
.hamburger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.mobile-menu { position: fixed; top: var(--header-h); left: 0; right: 0; background: var(--white); box-shadow: var(--shadow-md); max-height: 0; overflow: hidden; transition: max-height var(--transition); z-index: 999; }
.mobile-menu.open { max-height: 520px; }
.mobile-menu ul { padding: 10px 24px 20px; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu a { display: block; padding: 14px 12px; font-weight: 600; font-size: 1.02rem; border-radius: var(--radius-sm); color: var(--charcoal); border-bottom: 1px solid var(--gray-light); }
.mobile-menu a:hover { background: var(--electric-soft); color: var(--electric); }
.mobile-menu .call-pill { margin: 10px 12px 0; justify-content: center; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: var(--header-h); background: radial-gradient(circle at 78% 34%, rgba(211, 32, 39, 0.28), transparent 34%), linear-gradient(120deg, #121212 0%, var(--navy-deep) 48%, #231819 100%); color: var(--white); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: var(--header-h) 0 0; background: linear-gradient(90deg, rgba(16,16,16,0.96) 0%, rgba(16,16,16,0.88) 43%, rgba(16,16,16,0.38) 72%, rgba(16,16,16,0.20) 100%); z-index: 1; }
.hero-bg-img { position: absolute; top: var(--header-h); right: max(-150px, -8vw); bottom: 0; width: min(920px, 58vw); height: calc(100% - var(--header-h)); object-fit: cover; object-position: 58% center; opacity: 0.72; filter: saturate(1.06) contrast(1.04); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0)); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1240px; margin: 0 auto; padding: 56px 24px 44px; display: grid; gap: 22px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(211, 32, 39, 0.18); border: 1px solid rgba(255, 77, 79, 0.44); color: #ff686a; padding: 9px 16px; border-radius: 50px; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.4px; width: fit-content; box-shadow: 0 12px 34px rgba(0,0,0,0.18); }
.hero h1 { max-width: 660px; font-size: clamp(2.6rem, 5vw, 4.45rem); font-weight: 800; line-height: 1.04; letter-spacing: 0; }
.hero h1 span { color: var(--electric-light); }
.hero p { font-size: clamp(1rem, 1.5vw, 1.16rem); color: #eeeeee; max-width: 610px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 2px; max-width: 620px; }
.hero-actions .btn { min-height: 56px; }
.hero-quicknote { display: flex; align-items: center; gap: 10px; color: #c8c8c8; font-size: 0.92rem; margin-top: 2px; max-width: 620px; }
.hero-quicknote svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--electric-light); }

.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-icon { width: 72px; height: 72px; margin: 0 auto 18px; }
.feature-card h3 { color: var(--navy); font-size: 1.08rem; margin-bottom: 8px; font-weight: 700; }
.feature-card p { color: var(--text-muted); font-size: 0.93rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.category-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.category-card:hover { transform: translateY(-6px) scale(1.015); box-shadow: var(--shadow-lg); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--transition); }
.category-card:hover img { transform: scale(1.08); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,26,0) 40%, rgba(16,16,16,0.88) 100%); display: flex; align-items: flex-end; padding: 20px; }
.category-overlay h3 { color: var(--white); font-size: 1.05rem; font-weight: 700; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-mid); transition: transform var(--transition), box-shadow var(--transition); display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product-img-wrap { aspect-ratio: 5/4; overflow: hidden; background: var(--gray-light); }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--transition); }
.product-card:hover .product-img-wrap img { transform: scale(1.06); }
.product-body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-body h3 { color: var(--navy); font-size: 1.05rem; font-weight: 700; }
.product-body p { color: var(--text-muted); font-size: 0.9rem; flex: 1; }
.enquire-btn { margin-top: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--electric-soft); color: var(--electric); padding: 11px 16px; border-radius: 50px; font-weight: 700; font-size: 0.88rem; transition: background var(--transition), color var(--transition), transform var(--transition); }
.enquire-btn:hover { background: var(--electric); color: var(--white); transform: translateY(-2px); }
.enquire-btn svg { width: 16px; height: 16px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); padding: 30px; display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--gray-mid); transition: transform var(--transition), box-shadow var(--transition); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-icon { width: 52px; height: 52px; flex-shrink: 0; }
.service-card h3 { color: var(--navy); font-size: 1.05rem; margin-bottom: 6px; font-weight: 700; }
.service-card p { color: var(--text-muted); font-size: 0.92rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-content h2 { color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 16px; letter-spacing: -0.5px; }
.about-content p { color: var(--text-muted); margin-bottom: 16px; font-size: 1.02rem; }
.about-points { display: grid; gap: 14px; margin-top: 20px; }
.about-point { display: flex; gap: 12px; align-items: flex-start; }
.about-point .dot { width: 26px; height: 26px; border-radius: 50%; background: var(--electric-soft); color: var(--electric); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 800; font-size: 0.8rem; margin-top: 2px; }
.about-point span.label { font-weight: 600; color: var(--charcoal); }

.location-section { background: var(--navy); color: var(--white); }
.location-section .section-header h2 { color: var(--white); }
.location-section .section-header p { color: #cfcfcf; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.location-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.location-map img { width: 100%; }
.location-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius-lg); padding: 34px; }
.location-card h3 { font-size: 1.4rem; margin-bottom: 18px; font-weight: 800; }
.location-item { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.location-item svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--electric-light); margin-top: 3px; }
.location-item p, .location-item a { color: #e4e4e4; line-height: 1.55; font-size: 0.98rem; }
.location-item a:hover { color: var(--electric-light); }
.location-item strong { display: block; color: var(--white); margin-bottom: 3px; font-weight: 700; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-methods { display: grid; gap: 20px; align-content: start; }
.contact-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: var(--radius-lg); padding: 26px; display: flex; gap: 18px; align-items: center; transition: box-shadow var(--transition), transform var(--transition); }
.contact-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.contact-icon { width: 54px; height: 54px; border-radius: 14px; background: var(--electric-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 26px; height: 26px; color: var(--electric); }
.contact-icon.wa { background: #e6f9ee; }
.contact-icon.wa svg { color: #25d366; }
.contact-card-body { flex: 1; }
.contact-card-body h4 { color: var(--text-muted); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.contact-card-body .number { color: var(--navy); font-size: 1.25rem; font-weight: 800; margin-bottom: 10px; }
.contact-card-body a.number { display: inline-block; }
.contact-card-body a.number:hover { color: var(--electric); }
.address-block { background: var(--gray-light); border-radius: var(--radius-lg); padding: 26px; margin-top: 4px; }
.address-block h4 { color: var(--navy); margin-bottom: 10px; font-weight: 700; }
.address-block p { color: var(--text-muted); }

.enquiry-form { background: var(--white); border: 1px solid var(--gray-mid); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); }
.enquiry-form h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 6px; font-weight: 800; }
.enquiry-form > p { color: var(--text-muted); margin-bottom: 24px; font-size: 0.93rem; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; font-size: 0.92rem; }
.form-group input, .form-group textarea { width: 100%; padding: 13px 16px; border: 1.5px solid var(--gray-mid); border-radius: var(--radius-sm); font-size: 0.98rem; font-family: inherit; color: var(--charcoal); background: var(--gray-light); transition: border-color var(--transition), background var(--transition); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--electric); background: var(--white); outline: none; }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; }
.form-success { display: none; background: #e6f9ee; color: #157347; padding: 14px 18px; border-radius: var(--radius-sm); font-size: 0.9rem; font-weight: 600; margin-top: 14px; }
.form-success.show { display: block; }

.cta-section { background: linear-gradient(120deg, var(--electric) 0%, var(--navy-deep) 100%); color: var(--white); text-align: center; }
.cta-section h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; margin-bottom: 14px; }
.cta-section p { color: #f3d9da; max-width: 560px; margin: 0 auto 28px; font-size: 1.05rem; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cta-section .btn-primary { background: var(--white); color: var(--electric); box-shadow: 0 10px 24px rgba(0,0,0,0.15); }
.cta-section .btn-primary:hover { transform: translateY(-3px); }

.site-footer { background: var(--charcoal); color: #c9c9c9; }
.footer-top { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 48px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { height: 70px; width: auto; max-width: 230px; object-fit: contain; background: var(--white); border-radius: 8px; padding: 3px; }
.footer-col p { font-size: 0.92rem; line-height: 1.7; color: #a7a7a7; margin-bottom: 16px; }
.footer-col h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 18px; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 700; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col ul a { color: #a7a7a7; font-size: 0.92rem; transition: color var(--transition); }
.footer-col ul a:hover { color: var(--electric-light); }
.footer-col ul li { display: flex; align-items: flex-start; gap: 10px; }
.footer-col ul li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; color: var(--electric-light); }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: background var(--transition), transform var(--transition); }
.footer-social a:hover { background: var(--electric); transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center; font-size: 0.85rem; color: #8b8b8b; }

.wa-float { position: fixed; bottom: 22px; right: 22px; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37, 211, 102, 0.42); z-index: 900; transition: transform var(--transition); animation: wa-pulse 2.4s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
@keyframes wa-pulse { 0% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.42), 0 0 0 0 rgba(37, 211, 102, 0.5); } 70% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.42), 0 0 0 14px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.42), 0 0 0 0 rgba(37, 211, 102, 0); } }
.mobile-call-float { display: none; position: fixed; bottom: 22px; left: 22px; width: 60px; height: 60px; border-radius: 50%; background: var(--navy); align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(26, 26, 26, 0.35); z-index: 900; }
.mobile-call-float svg { width: 26px; height: 26px; color: var(--white); }

.page-hero { background: linear-gradient(120deg, var(--navy), var(--navy-deep)); color: var(--white); padding: 160px 0 70px; text-align: center; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; }
.page-hero p { color: #d4d4d4; max-width: 560px; margin: 0 auto; }
.breadcrumb { color: var(--electric-light); font-size: 0.88rem; font-weight: 600; margin-bottom: 14px; }
.breadcrumb a { color: #bdbdbd; }
.breadcrumb a:hover { color: var(--electric-light); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.filter-btn { padding: 10px 20px; border-radius: 50px; background: var(--gray-light); color: var(--charcoal); font-weight: 600; font-size: 0.9rem; border: 1.5px solid transparent; transition: background var(--transition), color var(--transition), border-color var(--transition); }
.filter-btn:hover { border-color: var(--electric); }
.filter-btn.active { background: var(--navy); color: var(--white); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.scroll-top { position: fixed; bottom: 96px; right: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--white); border: 1px solid var(--gray-mid); box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity var(--transition), transform var(--transition); z-index: 890; }
.scroll-top.show { opacity: 1; pointer-events: auto; }
.scroll-top svg { width: 18px; height: 18px; color: var(--navy); }
.scroll-top:hover { transform: translateY(-3px); }

@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .brand img { height: 56px; max-width: 190px; }
  .main-nav a { padding: 10px 12px; }
  .call-pill { padding: 10px 16px; }
  .hero-bg-img { right: -260px; width: 780px; opacity: 0.44; }
}
@media (max-width: 860px) {
  .main-nav { display: none; }
  .header-actions .call-pill { display: none; }
  .header-inner { padding: 0 18px; gap: 14px; }
  .header-actions { gap: 8px; flex-shrink: 0; }
  .brand img { height: 54px; max-width: min(190px, 58vw); }
  .hamburger { display: flex; }
  section { padding: 64px 0; }
  .hero { min-height: auto; align-items: flex-start; padding-bottom: 44px; }
  .hero::before { background: linear-gradient(180deg, rgba(16,16,16,0.96) 0%, rgba(16,16,16,0.86) 58%, rgba(16,16,16,0.66) 100%); }
  .hero-bg-img { top: auto; right: -180px; bottom: -30px; width: 680px; height: 440px; opacity: 0.28; }
  .hero-inner { max-width: 100%; padding: 48px 20px 28px; gap: 18px; }
  .hero h1 { max-width: 620px; }
  .hero p { max-width: 620px; line-height: 1.65; }
}
@media (max-width: 640px) {
  .features-grid, .category-grid, .product-grid, .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .btn { white-space: normal; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; }
  .page-hero { padding: 140px 0 56px; }
  .mobile-call-float { display: flex; }
  .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .mobile-call-float { left: 16px; bottom: 16px; width: 54px; height: 54px; }
  .scroll-top { display: none; }
}
@media (max-width: 520px) {
  :root { --header-h: 68px; }
  .header-inner { padding: 0 14px; }
  .brand img { height: 48px; max-width: min(168px, 54vw); }
  .hamburger { width: 40px; height: 40px; border-radius: 8px; }
  .mobile-menu ul { padding: 8px 16px 14px; }
  .mobile-menu a { padding: 12px 10px; font-size: 0.98rem; }
  .mobile-menu .call-pill { margin: 8px 16px 14px; padding: 12px 14px; white-space: normal; text-align: center; }
  .hero-bg-img { right: -230px; width: 620px; height: 390px; opacity: 0.22; }
  .hero-inner { padding-top: 38px; gap: 16px; }
  .hero h1 { font-size: 2.45rem; line-height: 1.08; }
  .hero p { font-size: 1rem; line-height: 1.58; }
  .hero-quicknote { align-items: flex-start; font-size: 0.86rem; }
  .features-grid, .category-grid, .product-grid, .services-grid { grid-template-columns: 1fr; }
  .service-card { grid-column: span 1; }
  .feature-card, .service-card, .location-card, .enquiry-form { border-radius: var(--radius-md); }
}
@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .brand img { height: 44px; max-width: min(150px, 52vw); }
  .hero-inner { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: 2.2rem; }
  .hero-eyebrow { font-size: 0.78rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .wa-float { animation: none; }
}
