/* ============================================================
   Superpainting WA - premium painting website
   Palette: brand red · near-black · warm white · soft grey
   ============================================================ */

:root {
  --navy:        #18191b;  /* brand dark (near-black, matches the sign) */
  --navy-deep:   #0d0d0f;
  --navy-soft:   #2c2d30;
  --charcoal:    #191d24;
  --white:       #ffffff;
  --warm-white:  #faf9f7;
  --grey:        #f0f1f3;
  --grey-mid:    #cfd3da;
  --ink:         #1b1e24;
  --muted:       #61656e;
  --gold:        #e11b22;  /* brand RED (accent — matches Super Painting WA sign) */
  --gold-soft:   #ff4a45;  /* lighter red for gradients */
  --blue:        #e11b22;
  --star:        #f5b301;  /* amber, review stars only */
  --line:        rgba(20, 20, 24, 0.10);
  --shadow-sm:   0 2px 8px rgba(20, 20, 24, 0.06);
  --shadow:      0 12px 34px rgba(20, 20, 24, 0.12);
  --shadow-lg:   0 26px 60px rgba(20, 20, 24, 0.16);
  --radius:      18px;
  --radius-lg:   26px;
  --maxw:        1180px;
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --font-head:   "Fraunces", "Playfair Display", Georgia, serif;
  --font-body:   "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--warm-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.08; color: var(--navy); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.3rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.85rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); border-radius: 2px; }

.section { padding: clamp(64px, 9vw, 118px) 0; }
.section-head { max-width: 720px; margin-bottom: clamp(38px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-top: 16px; }

.lead { color: var(--muted); font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: .98rem;
  padding: 15px 28px; border-radius: 100px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-gold { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: #fff; box-shadow: 0 10px 26px rgba(225, 27, 34, 0.35); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(225, 27, 34, 0.45); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--grey-mid); }
.btn-outline:hover { border-color: var(--navy); transform: translateY(-3px); }
.btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); transform: translateY(-3px); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }

.social-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.28); color: #fff;
  transition: transform .3s var(--ease), background .3s;
}
.social-btn svg { width: 20px; height: 20px; }
.social-btn:hover { transform: translateY(-3px); background: rgba(255,255,255,.14); }
.social-btn.fb:hover { background: #1877f2; border-color: #1877f2; }
.social-btn.ig:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: transparent; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s, box-shadow .35s, padding .35s;
  padding: 16px 0;
}
.header.scrolled { background: rgba(250,248,244,.92); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); padding: 10px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  display: grid; place-items: center; color: var(--gold); font-family: var(--font-head); font-weight: 700; font-size: 1.35rem;
  box-shadow: var(--shadow-sm);
}
/* At top the header sits over the dark hero → light text; once scrolled over
   the warm-white page → navy text. */
.brand-name { font-family: var(--font-head); font-weight: 600; font-size: 1.28rem; color: #fff; line-height: 1; transition: color .35s; }
.brand-name span { color: var(--gold); }
.brand-tag { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); font-weight: 600; transition: color .35s; }
.header.scrolled .brand-name { color: var(--navy); }
.header.scrolled .brand-tag { color: var(--muted); }

.nav { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-weight: 600; font-size: .95rem; color: rgba(255,255,255,.9); position: relative; padding: 4px 0; transition: color .35s; }
.header.scrolled .nav-links a { color: var(--navy); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width .3s var(--ease); }
.nav-links a:hover::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #fff; font-size: 1rem; transition: color .35s; }
.header.scrolled .header-phone { color: var(--navy); }
.header-phone svg { width: 18px; height: 18px; color: var(--gold); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2.5px; background: #fff; border-radius: 3px; transition: .3s; }
.header.scrolled .burger span { background: var(--navy); }

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 150px 0 90px; color: #fff; overflow: hidden;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-soft) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(225, 27, 34,.18), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(225, 27, 34,.16), transparent 60%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 .accent { background: linear-gradient(120deg, var(--gold-soft), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { color: rgba(255,255,255,.82); font-size: 1.14rem; margin: 22px 0 30px; max-width: 560px; }
.rating-badge {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 26px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  padding: 9px 18px 9px 14px; border-radius: 100px; backdrop-filter: blur(8px);
}
.rating-badge .stars { color: var(--star); letter-spacing: 2px; font-size: 1.05rem; }
.rating-badge b { font-weight: 800; }
.rating-badge small { color: rgba(255,255,255,.7); font-weight: 500; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .86rem; font-weight: 600; color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  padding: 8px 14px; border-radius: 100px;
}
.chip svg { width: 15px; height: 15px; color: var(--gold-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-social { display: flex; gap: 10px; margin-left: 4px; }

.hero-visual { position: relative; }
.hero-media {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/5; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.12);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-float {
  position: absolute; left: -22px; bottom: 34px;
  background: var(--white); color: var(--ink); border-radius: 16px;
  padding: 16px 20px; box-shadow: var(--shadow-lg); display: flex; gap: 14px; align-items: center;
  max-width: 250px;
}
.hero-float .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--grey); display: grid; place-items: center; color: var(--gold); flex: none; }
.hero-float .ico svg { width: 22px; height: 22px; }
.hero-float b { display: block; font-size: 1.05rem; color: var(--navy); }
.hero-float small { color: var(--muted); font-size: .82rem; line-height: 1.3; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--navy-deep); padding: 26px 0; }
.trustbar-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.9); }
.trust-item svg { width: 26px; height: 26px; color: var(--gold); flex: none; }
.trust-item span { font-weight: 600; font-size: .92rem; line-height: 1.25; }

/* ---------- Placeholder media (image fallback) ---------- */
.media-fallback {
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  position: relative;
}
.media-fallback::after {
  content: attr(data-label);
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,255,255,.5); font-weight: 600; font-size: .9rem; letter-spacing: .05em;
  text-align: center; padding: 16px;
}

/* ---------- Reviews ---------- */
.reviews { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.review-card .stars { color: var(--star); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 14px; }
.review-card p { color: var(--ink); font-size: 1.02rem; margin-bottom: 20px; }
.review-who { display: flex; align-items: center; gap: 12px; }
.review-who .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg,var(--navy),var(--navy-soft)); color: var(--gold); display: grid; place-items: center; font-weight: 700; }
.review-who b { display: block; color: var(--navy); font-size: .95rem; }
.review-who small { color: var(--muted); font-size: .8rem; }
.reviews-foot { text-align: center; margin-top: 40px; color: var(--muted); font-weight: 600; }

/* ---------- Services ---------- */
.services { background: var(--grey); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  background: var(--white); border-radius: var(--radius); padding: 30px 28px;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  position: relative; overflow: hidden;
}
.service-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-ico { width: 54px; height: 54px; border-radius: 14px; background: var(--navy); color: var(--gold); display: grid; place-items: center; margin-bottom: 18px; }
.service-ico svg { width: 27px; height: 27px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .98rem; margin-bottom: 16px; }
.service-link { font-weight: 700; color: var(--navy); font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; transition: gap .25s; }
.service-link svg { width: 16px; height: 16px; color: var(--gold); }
.service-card:hover .service-link { gap: 11px; }

/* ---------- Gallery ---------- */
.gallery { background: var(--warm-white); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.g-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }
.g-card img, .g-card .media-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.g-card:hover img { transform: scale(1.07); }
.g-card .g-tag { position: absolute; top: 14px; left: 14px; background: rgba(8,20,40,.82); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .04em; padding: 6px 12px; border-radius: 100px; backdrop-filter: blur(4px); }
.g-card .g-cap { position: absolute; inset: auto 0 0 0; padding: 34px 18px 16px; color: #fff; font-weight: 600; background: linear-gradient(to top, rgba(8,20,40,.85), transparent); }
.g-wide { grid-column: span 2; }

/* ---------- Why choose ---------- */
.why { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 90% 10%, rgba(225, 27, 34,.15), transparent 60%); }
.why-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.why h2 { color: #fff; }
.why-intro { color: rgba(255,255,255,.8); font-size: 1.08rem; margin-top: 16px; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; }
.why-item { display: flex; gap: 13px; }
.why-item .tick { width: 30px; height: 30px; border-radius: 9px; background: rgba(225, 27, 34,.16); color: var(--gold); display: grid; place-items: center; flex: none; }
.why-item .tick svg { width: 17px; height: 17px; }
.why-item b { display: block; color: #fff; font-size: 1rem; }
.why-item span { color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.45; }

/* ---------- Process ---------- */
.process { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 12px; }
.step .num {
  width: 52px; height: 52px; border-radius: 14px; background: var(--grey); color: var(--navy);
  font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; display: grid; place-items: center; margin-bottom: 16px;
  border: 1px solid var(--line); transition: .35s var(--ease);
}
.step:hover .num { background: var(--navy); color: var(--gold); transform: translateY(-4px); }
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .92rem; }

/* ---------- Service areas ---------- */
.areas { background: var(--grey); }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.areas-copy p { color: var(--muted); font-size: 1.05rem; margin-top: 16px; }
.suburb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.suburb {
  display: flex; align-items: center; gap: 9px; background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; padding: 13px 15px; font-weight: 600; font-size: .92rem; color: var(--navy);
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), border-color .3s, color .3s;
}
.suburb svg { width: 16px; height: 16px; color: var(--gold); flex: none; }
.suburb:hover { transform: translateY(-3px); border-color: var(--gold); color: var(--navy-deep); }

/* ---------- FAQ ---------- */
.faq { background: var(--warm-white); }
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 22px; font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .pm { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--grey); display: grid; place-items: center; color: var(--navy); transition: .3s; font-size: 1.2rem; line-height: 1; }
.faq-item.open .pm { background: var(--gold); color: var(--navy-deep); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 22px 20px; color: var(--muted); }

/* ---------- Quote form ---------- */
.quote { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.quote::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 60% at 10% 0%, rgba(225, 27, 34,.18), transparent 60%), radial-gradient(50% 60% at 100% 100%, rgba(225, 27, 34,.15), transparent 60%); }
.quote-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: start; }
.quote h2 { color: #fff; }
.quote-copy p { color: rgba(255,255,255,.82); font-size: 1.06rem; margin-top: 16px; }
.quote-perks { list-style: none; margin-top: 26px; display: grid; gap: 14px; }
.quote-perks li { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.9); font-weight: 500; }
.quote-perks svg { width: 20px; height: 20px; color: var(--gold); flex: none; }
.quote-call { margin-top: 30px; padding: 20px 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.quote-call b { font-size: 1.5rem; color: #fff; font-family: var(--font-head); }
.quote-call small { display: block; color: rgba(255,255,255,.7); }

.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-lg); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .86rem; color: var(--navy); }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: .98rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--grey-mid); border-radius: 12px; background: var(--warm-white);
  transition: border-color .25s, box-shadow .25s; width: 100%;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(225, 27, 34,.16); background: #fff; }
.field .hint { font-size: .78rem; color: var(--muted); }
.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-pill { position: relative; }
.radio-pill input { position: absolute; opacity: 0; }
.radio-pill span { display: inline-flex; padding: 10px 18px; border: 1.5px solid var(--grey-mid); border-radius: 100px; font-weight: 600; font-size: .9rem; cursor: pointer; transition: .25s; }
.radio-pill input:checked + span { background: var(--navy); color: #fff; border-color: var(--navy); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-status { margin-top: 14px; padding: 14px 16px; border-radius: 12px; font-weight: 600; font-size: .95rem; display: none; }
.form-status.ok { display: block; background: #e7f6ec; color: #14713b; border: 1px solid #b6e3c6; }
.form-status.err { display: block; background: #fdeaea; color: #b3261e; border: 1px solid #f3c2be; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.7); padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer h4 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.footer .brand-name { color: #fff; }
.footer-about p { margin: 16px 0; font-size: .95rem; }
.footer-social { display: flex; gap: 12px; margin-top: 6px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { font-size: .93rem; transition: color .25s; }
.footer ul a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 10px; font-size: .93rem; margin-bottom: 12px; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold); flex: none; margin-top: 3px; }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .84rem; }

/* ---------- Sticky mobile bar + floating ---------- */
.mobile-bar { display: none; position: fixed; inset: auto 0 0 0; z-index: 95; background: var(--navy-deep); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px; box-shadow: 0 -8px 24px rgba(0,0,0,.25); }
.mobile-bar .btn { flex: 1; padding: 14px; }
.float-social { display: none; position: fixed; right: 16px; bottom: 84px; z-index: 94; flex-direction: column; gap: 12px; }
.float-social a { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow); }
.float-social .fb { background: #1877f2; }
.float-social .call { background: var(--gold); color: var(--navy-deep); }
.float-social svg { width: 24px; height: 24px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 460px; }
  .trustbar-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .services-grid, .reviews-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .areas-grid, .quote-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .g-wide { grid-column: span 2; }
}
@media (max-width: 720px) {
  .nav-links, .header-phone, .header .btn-gold { display: none; }
  .burger { display: flex; }
  .nav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 100%; right: 20px; left: 20px; background: #fff; padding: 20px; border-radius: 16px; box-shadow: var(--shadow-lg); gap: 6px; }
  .nav.open .nav-links a { padding: 10px 0; }
  .mobile-bar { display: flex; }
  .float-social { display: flex; }
  body { padding-bottom: 74px; }
  .trustbar-grid { grid-template-columns: 1fr 1fr; }
  .services-grid, .reviews-grid, .gallery-grid, .why-list, .suburb-grid, .form-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .g-wide { grid-column: span 1; }
  .hero-float { left: 10px; right: 10px; max-width: none; }
}
