/* ============================================================
   HTX ProWash — design system
   White-glove luxury: charcoal + metallic gold, elegant serif
   ============================================================ */

:root {
  --bg:        #0E0E11;
  --bg-2:      #141419;
  --bg-3:      #1B1B22;
  --surface:   #17171D;

  --gold:      #C9A24B;
  --gold-l:    #E6C266;
  --gold-d:    #9C7A23;
  --gold-soft: rgba(201,162,75,0.14);
  --gold-line: rgba(201,162,75,0.22);

  --ink:       #F4F1E9;
  --muted:     #ABA597;

  --cream:     #F7F4EC;
  --cream-2:   #EFE9DA;
  --ink-dark:  #1A1A1E;
  --muted-dark:#6C6757;
  --line-dark: rgba(26,26,30,0.12);

  --black:     #0A0A0C;

  --maxw: 1180px;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:  'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --shadow: 0 18px 50px rgba(0,0,0,0.35);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }

.gold { color: var(--gold-l); }
.gold-text {
  background: linear-gradient(180deg, #F0D27A 0%, #D4AF4F 45%, #A87E1C 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.wrap { width: min(var(--maxw), 92vw); margin-inline: auto; }
.section { padding: clamp(38px, 4.5vw, 66px) 0; }
.eyebrow {
  font-family: var(--sans); font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);
  display: inline-block; margin-bottom: 18px;
}
.section-head { max-width: 720px; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 50px); }
.section-head p { color: var(--muted); margin-top: 18px; font-size: 17px; }

/* sections on cream */
.section--light { background: var(--cream); color: var(--ink-dark); }
.section--light h2 { color: var(--ink-dark); }
.section--light .section-head p { color: var(--muted-dark); }
.section--cream2 { background: var(--cream-2); color: var(--ink-dark); }
.section--cream2 .section-head p { color: var(--muted-dark); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 14.5px;
  letter-spacing: 0.02em; padding: 15px 28px; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer; transition: all .25s var(--ease);
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(180deg, #E9C977, #C9A24B 60%, #A87E1C);
  color: #20180A; box-shadow: 0 8px 24px rgba(201,162,75,0.28);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,162,75,0.42); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--gold-line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-l); }
.btn-dark { background: var(--ink-dark); color: var(--cream); }
.btn-dark:hover { transform: translateY(-2px); background: #000; }
.btn-lg { padding: 18px 38px; font-size: 16px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(14,14,17,0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--gold-line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 58px; width: auto; }
.brand .brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand .brand-word b { font-family: var(--serif); font-weight: 600; font-size: 19px; letter-spacing: .02em; }
.brand .brand-word span { font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--gold-l); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-weight: 600; font-size: 14.5px; color: var(--ink); display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.nav-phone:hover { color: var(--gold-l); }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 26px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(70px,10vw,130px) 0 clamp(70px,8vw,110px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1100px 540px at 78% -8%, rgba(201,162,75,0.16), transparent 60%),
    radial-gradient(800px 480px at 6% 108%, rgba(201,162,75,0.08), transparent 60%),
    var(--bg);
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(40px, 6vw, 74px); }
.hero p.lead { color: var(--muted); font-size: clamp(16px,1.4vw,19px); margin-top: 26px; max-width: 540px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--gold-line); }
.hero-trust .stat b { font-family: var(--serif); font-size: 30px; color: var(--gold-l); display: block; }
.hero-trust .stat span { font-size: 12.5px; color: var(--muted); letter-spacing: .04em; }

.hero-card {
  background: linear-gradient(160deg, var(--surface), var(--bg-2));
  border: 1px solid var(--gold-line); border-radius: var(--r-lg);
  padding: 34px; box-shadow: var(--shadow);
}
.hero-card h3 { font-size: 22px; margin-bottom: 6px; }
.hero-card .sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.hero-card ul li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: var(--ink); font-size: 14.5px; }
.hero-card ul li:last-child { border-bottom: 0; }
.hero-card ul li i { color: var(--gold-l); font-size: 18px; margin-top: 2px; }
.hero-card .btn { width: 100%; justify-content: center; margin-top: 22px; }

/* ---------- Value props ---------- */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.value {
  background: var(--surface); border: 1px solid var(--gold-line);
  border-radius: var(--r-md); padding: 34px 30px; transition: transform .3s var(--ease), border-color .3s;
}
.value:hover { transform: translateY(-6px); border-color: var(--gold); }
.value .ico { width: 54px; height: 54px; border-radius: 14px; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold-l); font-size: 26px; margin-bottom: 22px; }
.value h3 { font-size: 21px; margin-bottom: 10px; }
.value p { color: var(--muted); font-size: 15px; }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.svc {
  background: #fff; border: 1px solid var(--line-dark); border-radius: var(--r-md);
  padding: 28px 26px; transition: transform .3s var(--ease), box-shadow .3s;
}
.svc:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.10); }
.svc .ico { width: 50px; height: 50px; border-radius: 12px; background: #1A1A1E; color: var(--gold-l); display: grid; place-items: center; font-size: 24px; margin-bottom: 18px; }
.svc h3 { font-size: 19px; color: var(--ink-dark); margin-bottom: 8px; }
.svc p { color: var(--muted-dark); font-size: 14.5px; }
.svc .tag { display:inline-block; margin-top:14px; font-size:12px; font-weight:600; letter-spacing:.04em; color: var(--gold-d); }

/* ---------- Bundles ---------- */
.bundles { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.bundle {
  position: relative; background: #fff; border: 1px solid var(--line-dark);
  border-radius: var(--r-md); padding: 30px 26px; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.bundle:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.10); }
.bundle.featured { border: 2px solid var(--gold); box-shadow: 0 18px 44px rgba(201,162,75,0.18); }
.bundle .pop { position: absolute; top: -13px; left: 26px; background: linear-gradient(180deg,#E9C977,#C9A24B); color:#20180A; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; padding: 5px 14px; border-radius: 999px; }
.bundle h3 { font-size: 21px; color: var(--ink-dark); margin-bottom: 10px; }
.bundle ul { margin: 6px 0 22px; }
.bundle ul li { display: flex; gap: 10px; padding: 7px 0; color: var(--muted-dark); font-size: 14px; }
.bundle ul li i { color: var(--gold-d); margin-top: 3px; }
.bundle .btn { margin-top: auto; justify-content: center; }

/* ---------- Property managers band ---------- */
.pm { background: linear-gradient(150deg, #131318, #0C0C0F); position: relative; overflow: hidden; }
.pm::after { content:""; position:absolute; inset:0; background: radial-gradient(700px 400px at 88% 0%, rgba(201,162,75,0.14), transparent 60%); }
.pm .wrap { position: relative; z-index: 2; }
.pm-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
.tiers { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.tier { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--r-md); padding: 24px; }
.tier b { font-family: var(--serif); font-size: 22px; color: var(--gold-l); }
.tier span { display: block; color: var(--muted); font-size: 13.5px; margin-top: 6px; }
.pm-list { margin: 22px 0 30px; }
.pm-list li { display:flex; gap:12px; padding: 8px 0; color: var(--ink); font-size: 15px; }
.pm-list li i { color: var(--gold-l); margin-top: 3px; }

/* ---------- Detailing highlight ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.detail-card { background: var(--ink-dark); color: var(--cream); border-radius: var(--r-lg); padding: 42px; box-shadow: var(--shadow); }
.detail-card .eyebrow { color: var(--gold-l); }
.detail-card h3 { font-size: clamp(26px,3vw,36px); }
.detail-card p { color: rgba(247,244,236,0.72); margin-top: 16px; }
.detail-points { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.detail-points div { display:flex; gap:10px; font-size:14px; color: var(--cream); }
.detail-points i { color: var(--gold-l); }

/* ---------- Construction cross-sell ---------- */
.construct { background: var(--bg-2); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); }
.construct-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items:center; }
.construct .chips { display:flex; flex-wrap:wrap; gap:10px; margin: 24px 0 30px; }
.construct .chips span { font-size: 13px; color: var(--ink); border:1px solid var(--gold-line); padding: 8px 16px; border-radius: 999px; }

/* ---------- Reviews ---------- */
.reviews-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.review { background: var(--surface); border:1px solid var(--gold-line); border-radius: var(--r-md); padding: 30px; }
.review .stars { color: var(--gold-l); letter-spacing: 3px; margin-bottom: 14px; font-size: 15px; }
.review p { font-size: 15px; color: var(--ink); }
.review .who { margin-top: 20px; display:flex; align-items:center; gap:12px; }
.review .who .av { width:42px; height:42px; border-radius:50%; background: var(--gold-soft); color: var(--gold-l); display:grid; place-items:center; font-weight:600; }
.review .who b { font-size: 14px; display:block; }
.review .who span { font-size: 12.5px; color: var(--muted); }

/* ---------- Service area ---------- */
.area-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items:center; }
.area-list { display:grid; grid-template-columns: repeat(2,1fr); gap: 8px 24px; margin-top: 24px; }
.area-list li { color: var(--muted-dark); font-size: 14.5px; padding: 5px 0; display:flex; gap:10px; }
.area-list li i { color: var(--gold-d); }

/* ---------- Quote form ---------- */
.quote { background: linear-gradient(160deg, #131318, #0B0B0E); }
.quote-grid { display:grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; }
.form-card { background: var(--surface); border:1px solid var(--gold-line); border-radius: var(--r-lg); padding: 38px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display:block; font-size: 13px; font-weight: 600; letter-spacing:.02em; color: var(--ink); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: var(--bg-3); border: 1px solid var(--gold-line); border-radius: var(--r-sm);
  padding: 13px 15px; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #6f6a5e; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.field textarea { resize: vertical; min-height: 96px; }
.field-row { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.chips-select { display:flex; flex-wrap:wrap; gap: 10px; }
.chips-select label {
  display:inline-flex; align-items:center; gap:8px; font-size:13.5px; font-weight:500;
  background: var(--bg-3); border:1px solid var(--gold-line); border-radius: 999px;
  padding: 9px 15px; cursor:pointer; transition: all .2s; margin:0;
}
.chips-select input { width:auto; }
.chips-select label:has(input:checked) { background: var(--gold-soft); border-color: var(--gold); color: var(--gold-l); }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.form-status { margin-top: 16px; font-size: 14px; min-height: 20px; }
.form-status.ok { color: #8FD7A6; }
.form-status.err { color: #E59A9A; }

.quote-aside h2 { font-size: clamp(28px,4vw,46px); }
.quote-aside p { color: var(--muted); margin-top: 18px; font-size: 16px; }
.quote-aside .contact { margin-top: 32px; display:grid; gap: 16px; }
.quote-aside .contact a, .quote-aside .contact div { display:flex; gap:14px; align-items:center; color: var(--ink); font-size: 15px; }
.quote-aside .contact i { width:44px; height:44px; border-radius:12px; background: var(--gold-soft); color: var(--gold-l); display:grid; place-items:center; font-size:20px; }
.quote-aside .contact b { display:block; font-size:12px; color: var(--muted); font-weight:600; letter-spacing:.06em; text-transform:uppercase; }

/* ---------- Footer ---------- */
.footer { background: var(--black); border-top: 1px solid var(--gold-line); padding: 70px 0 30px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer a, .footer li { color: var(--muted); font-size: 14px; padding: 5px 0; display:block; transition: color .2s; }
.footer a:hover { color: var(--gold-l); }
.footer .f-brand p { color: var(--muted); font-size: 14px; margin: 16px 0; max-width: 280px; }
.footer .pay { display:flex; flex-wrap:wrap; gap: 8px; margin-top: 14px; }
.footer .pay span { font-size: 11.5px; color: var(--muted); border:1px solid var(--gold-line); border-radius: 6px; padding: 4px 10px; }
.footer-bottom { margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.07); display:flex; justify-content:space-between; flex-wrap:wrap; gap:14px; color: var(--muted); font-size: 13px; }
.footer-bottom .two-brands { color: var(--gold); }

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

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .pm-grid, .detail-grid, .construct-grid, .area-grid, .quote-grid { grid-template-columns: 1fr; }
  .values, .svc-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .bundles { grid-template-columns: 1fr 1fr; }
  .hero-card { max-width: 460px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column;
    align-items: flex-start; gap: 4px; background: var(--bg-2); padding: 18px 6vw 26px;
    border-bottom: 1px solid var(--gold-line);
  }
  .nav.open .nav-links a { padding: 10px 0; font-size: 16px; }
}
@media (max-width: 600px) {
  .brand .brand-word { display: none; }
  .nav-right .btn-gold { padding: 11px 17px; font-size: 13px; }
  .nav-right { gap: 12px; }
  .brand img { height: 42px; }
}
@media (max-width: 560px) {
  .values, .svc-grid, .reviews-grid, .bundles, .tiers, .detail-points, .field-row, .area-list { grid-template-columns: 1fr; }
  .hero-trust { gap: 22px; }
  .section-head { margin-bottom: 38px; }
}

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery-item {
  position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4/3;
  background: var(--bg-3); border: 1px solid var(--gold-line); display: grid; place-items: center;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item .ph { color: var(--muted); font-size: 13px; text-align: center; padding: 14px; }
.gallery-item .ph i { font-size: 30px; color: var(--gold-l); display: block; margin-bottom: 8px; }
.gallery-item .ba { position: absolute; top: 12px; left: 12px; background: rgba(10,10,12,0.72); color: var(--gold-l); font-size: 11.5px; font-weight: 600; letter-spacing: .06em; padding: 5px 12px; border-radius: 999px; }

/* ---------- Rating summary ---------- */
.rating-hero { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.rating-hero .big { font-family: var(--serif); font-size: 76px; color: var(--gold-l); line-height: 1; }
.rating-hero .stars { color: var(--gold-l); font-size: 24px; letter-spacing: 5px; }
.rating-hero .meta { color: var(--muted); font-size: 14.5px; margin-top: 6px; }

/* ---------- Industries ---------- */
.industries-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.industry { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--r-md); padding: 26px 18px; text-align: center; transition: transform .3s var(--ease), border-color .3s; }
.industry:hover { transform: translateY(-5px); border-color: var(--gold); }
.industry i { color: var(--gold-l); font-size: 30px; }
.industry b { display: block; margin-top: 12px; font-size: 14.5px; font-weight: 500; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(150deg, #17140D, #0B0A07); text-align: center; }
.cta-band h2 { font-size: clamp(28px,4vw,48px); }
.cta-band p { color: var(--muted); margin: 16px auto 30px; max-width: 580px; font-size: 17px; }

@media (max-width: 980px) {
  .gallery-grid, .industries-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .gallery-grid, .industries-grid { grid-template-columns: 1fr; }
  .rating-hero .big { font-size: 60px; }
}

/* ---------- Brand band (logo feature) ---------- */
.brand-band { background: var(--cream); text-align: center; padding: clamp(26px, 3.5vw, 44px) 0 14px; }
.brand-band img { width: min(320px, 62vw); height: auto; margin: 0 auto; }
.brand-band + .section { padding-top: clamp(16px, 2.2vw, 28px); }

/* tighter vertical spacing (used to shorten the page) */
.section--tight { padding-top: clamp(34px, 4vw, 56px); padding-bottom: clamp(34px, 4vw, 56px); }

/* ---------- Location pills ---------- */
.locations { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; }
.locations .loc-label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-right: 4px; }
.loc-pill { font-size: 13.5px; color: var(--ink); border: 1px solid var(--gold-line); border-radius: 999px; padding: 7px 15px; }

/* ---------- Pro Construct logo: soft glow so the black wordmark reads on dark backgrounds ---------- */
.header .brand img,
.footer .brand img {
  filter: drop-shadow(0 0 4px rgba(240, 210, 122, 0.55)) drop-shadow(0 0 14px rgba(212, 175, 79, 0.3));
}
.header .brand img { height: 72px; }
@media (max-width: 860px) {
  .header .brand img { height: 56px; }
}
