/* ===================================================================
   Cavanaugh HVAC — Bentonville, AR
   Theme: "Warm gold on charcoal" — residential comfort, premium local feel.
   Palette: charcoal #16181D + slate gray.  Gold #C6952B = CTAs / accents.
   FULLY SELF-CONTAINED: system font stack, inline SVG icons, CSS visuals.
   =================================================================== */
:root {
  --char:       #16181D;   /* brand primary (dark) */
  --char-800:   #20242C;   /* raised charcoal */
  --char-deep:  #0E1013;   /* footer base */
  --slate:      #4A515E;   /* slate gray */
  --slate-ic:   #3A414D;   /* icon ink */
  --ink:        #1B1E24;   /* body headings */
  --muted:      #616B79;   /* secondary text */
  --paper:      #ffffff;
  --paper-alt:  #F6F5F1;   /* warm section tint */
  --line:       #E6E4DD;   /* hairlines */
  --tint-gold:  #F4EAD3;   /* gold icon chip bg */
  --tint-slate: #EEF0F2;   /* gray icon chip bg */
  --gold:       #C6952B;   /* GOLD accent — CTAs + highlights */
  --gold-600:   #A87C1E;   /* gold hover */
  --gold-soft:  #E4C878;   /* light gold (on dark) */
  --font-sans:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: rgba(198,149,43,0.28); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-600); outline-offset: 2px; border-radius: 4px; }

/* SVG ICON base */
.icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.14em; stroke-width: 1.8; }

/* NAV */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 72px; background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-text { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.logo-sub { font-size: 11px; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; display: block; margin-top: 1px; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 13.5px; color: var(--slate); text-decoration: none; font-weight: 500; transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); font-weight: 600; }
/* phone button = CTA → gold */
.nav-cta {
  background: var(--gold); color: #1a1400 !important; padding: 9px 20px;
  border-radius: 6px; font-weight: 700 !important; font-size: 13.5px !important;
  display: flex; align-items: center; gap: 6px;
}
.nav-cta:hover { background: var(--gold-600) !important; color: #fff !important; }
.nav-cta .icon { font-size: 15px; }

/* HERO */
.hero { position: relative; overflow: hidden; min-height: calc(100vh - 72px); display: flex; align-items: center; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1100px 600px at 78% 18%, rgba(198,149,43,0.22), transparent 60%),
    radial-gradient(800px 500px at 12% 90%, rgba(198,149,43,0.10), transparent 55%),
    linear-gradient(155deg, #1A1D24 0%, #14161B 55%, #0E1013 100%);
}
/* subtle "airflow" line pattern */
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.028) 0 1px, transparent 1px 46px);
  opacity: 0.9;
}
.hero-inner {
  position: relative; z-index: 2; max-width: 1180px; width: 100%; margin: 0 auto;
  padding: 4.5rem 3rem; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center;
}
.tag {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12px;
  font-weight: 600; color: var(--gold-soft); letter-spacing: 0.05em;
  text-transform: uppercase; margin-bottom: 1.4rem;
}
.tag .icon { font-size: 14px; color: var(--gold-soft); }
.h1 {
  font-family: var(--font-serif); font-weight: 400; font-size: 52px; line-height: 1.08;
  color: #fff; letter-spacing: -0.01em; margin-bottom: 1.25rem;
}
.h1 .gold { color: var(--gold-soft); font-style: italic; }
.hero-p { font-size: 16.5px; color: rgba(255,255,255,0.82); line-height: 1.7; max-width: 460px; margin-bottom: 2rem; font-weight: 400; }
.btns { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.hero-badges { display: flex; gap: 1.5rem; margin-top: 2.25rem; flex-wrap: wrap; }
.hero-badge { font-size: 12.5px; color: rgba(255,255,255,0.72); display: inline-flex; align-items: center; gap: 7px; }
.hero-badge .icon { font-size: 16px; color: var(--gold-soft); }

/* Hero photo placeholder card */
.hero-media {
  position: relative; border-radius: 16px; overflow: hidden; min-height: 380px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(198,149,43,0.16), rgba(255,255,255,0.02)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 12px, rgba(255,255,255,0.05) 12px 24px);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}
.photo-label {
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
  color: rgba(255,255,255,0.62); border: 1px dashed rgba(255,255,255,0.34);
  padding: 10px 16px; border-radius: 8px; background: rgba(0,0,0,0.28);
  display: inline-flex; align-items: center; gap: 8px; text-align: center;
}
.photo-label .icon { font-size: 16px; color: var(--gold-soft); }

/* Primary CTA (gold) */
.btn-primary {
  background: var(--gold); color: #1a1400; font-size: 14.5px; font-weight: 700;
  padding: 13px 26px; border-radius: 7px; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  transition: background 0.15s, transform 0.15s, color 0.15s;
}
.btn-primary:hover { background: var(--gold-600); color: #fff; }
.btn-lg { font-size: 16px; padding: 16px 30px; border-radius: 8px; box-shadow: 0 10px 28px rgba(198,149,43,0.30); }
.btn-lg:hover { transform: translateY(-1px); }
.btn-primary .icon { font-size: 17px; }

/* Secondary — outlined on dark */
.btn-ghost {
  font-size: 14px; color: #fff; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  padding: 13px 24px; border-radius: 7px; border: 1.5px solid rgba(255,255,255,0.42);
  transition: background 0.15s, border-color 0.15s;
}
.btn-lg.btn-ghost { padding: 15px 26px; }
.btn-ghost:hover { background: rgba(255,255,255,0.10); border-color: #fff; }
.btn-ghost .icon { font-size: 16px; color: var(--gold-soft); }

/* TRUST BAR */
.trust-bar { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.trust-item { padding: 1.35rem 1.5rem; display: flex; align-items: center; gap: 0.9rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 40px; height: 40px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; background: var(--tint-gold); color: var(--gold-600); }
.trust-title { font-size: 14px; font-weight: 600; color: var(--ink); }
.trust-sub { font-size: 12px; color: var(--muted); font-weight: 400; }

/* REQUEST SERVICE — the pitch moment */
.request { background: var(--char); padding: 3.75rem 3rem; }
.request-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; max-width: 1080px; margin: 0 auto; }
.request-copy .sec-tag.light { color: var(--gold-soft); }
.request-h { font-family: var(--font-serif); font-weight: 400; font-size: 36px; line-height: 1.14; color: #fff; letter-spacing: -0.01em; margin-bottom: 1rem; }
.request-p { font-size: 15.5px; color: rgba(255,255,255,0.78); line-height: 1.7; font-weight: 400; max-width: 440px; margin-bottom: 1.5rem; }
.request-phone { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-serif); font-size: 27px; color: #fff; text-decoration: none; }
.request-phone .icon { font-size: 24px; color: var(--gold-soft); }
.request-badges { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-top: 1.5rem; }
.request-badges span { font-size: 12.5px; color: rgba(255,255,255,0.78); display: inline-flex; align-items: center; gap: 6px; }
.request-badges .icon { font-size: 16px; color: var(--gold-soft); }

.request-card { background: #fff; border-radius: 14px; padding: 1.75rem; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.rq-title { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 1.1rem; }
.rq-field { display: block; margin-bottom: 0.9rem; }
.rq-field span { display: block; font-size: 12px; font-weight: 600; color: var(--slate); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 5px; }
.rq-field input, .rq-field textarea {
  width: 100%; font-family: inherit; font-size: 14px; color: var(--ink);
  padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s; resize: vertical;
}
.rq-field input:focus, .rq-field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,149,43,0.16); }
.btn-request {
  width: 100%; justify-content: center; margin-top: 0.35rem;
  background: var(--gold); color: #1a1400; font-size: 15px; font-weight: 700;
  padding: 14px 20px; border: none; border-radius: 8px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; transition: background 0.15s, color 0.15s;
}
.btn-request:hover { background: var(--gold-600); color: #fff; }
.btn-request .icon { font-size: 17px; }
.rq-note {
  margin-top: 0.9rem; font-size: 11.5px; color: var(--muted); line-height: 1.5;
  display: flex; align-items: flex-start; gap: 8px;
}

/* SERVICES */
.services { padding: 3.5rem 3rem; background: var(--paper); }
.sec-tag { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 0.5rem; }
.sec-h { font-family: var(--font-serif); font-weight: 400; font-size: 33px; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 1.75rem; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.svc { background: #fff; padding: 1.5rem 1.6rem; transition: background 0.15s; }
.svc:hover { background: #FBFAF6; }
.svc-icon { width: 42px; height: 42px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.85rem; font-size: 21px; background: var(--tint-gold); color: var(--gold-600); }
.svc-name { font-size: 15.5px; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; }
.svc-desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; font-weight: 400; }
a.svc { text-decoration: none; display: block; }

/* TEMP STRIP */
.temp-strip { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.strip-heat, .strip-cool { background: var(--paper-alt); padding: 2rem 3rem; display: flex; align-items: center; gap: 1.25rem; }
.strip-heat { border-right: 1px solid var(--line); }
.strip-icon { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 23px; flex-shrink: 0; background: var(--tint-gold); color: var(--gold-600); }
.strip-cool .strip-icon { background: var(--tint-slate); color: var(--slate-ic); }
.strip-title { font-size: 15px; font-weight: 600; margin-bottom: 3px; color: var(--ink); }
.strip-sub { font-size: 13px; font-weight: 400; color: var(--muted); }

/* ABOUT */
.about { padding: 4rem 3rem; background: var(--paper); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; }
.about-p { font-size: 15px; color: var(--slate); line-height: 1.8; font-weight: 400; margin-bottom: 1rem; max-width: 560px; }
.about-card { background: var(--paper-alt); border: 1px solid var(--line); border-radius: 12px; padding: 0.5rem 2rem; }
.about-row { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.about-row:last-child { border-bottom: none; }
.about-row .icon { font-size: 22px; color: var(--gold-600); flex-shrink: 0; margin-top: 2px; }
.about-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.about-role { font-size: 12.5px; color: var(--muted); font-weight: 400; margin-top: 2px; }

/* Media/photo placeholder on light bg */
.ph-block {
  border-radius: 14px; min-height: 300px; border: 1px dashed var(--line);
  background:
    linear-gradient(135deg, var(--tint-gold), #fff),
    repeating-linear-gradient(45deg, rgba(198,149,43,0.05) 0 12px, transparent 12px 24px);
  display: flex; align-items: center; justify-content: center; padding: 2rem;
}
.ph-block .photo-label { color: var(--gold-600); border-color: rgba(198,149,43,0.5); background: rgba(255,255,255,0.7); }
.ph-block .photo-label .icon { color: var(--gold-600); }

/* ENERGY / BENEFITS */
.energy { padding: 4rem 3rem; background: var(--paper-alt); border-top: 1px solid var(--line); }
.energy-intro { font-size: 15px; color: var(--slate); line-height: 1.8; font-weight: 400; max-width: 640px; margin-top: -1rem; margin-bottom: 2rem; }
.energy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.benefit { display: flex; gap: 0.75rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.15rem 1.3rem; font-size: 13.5px; color: var(--slate); line-height: 1.55; font-weight: 400; }
.benefit .icon { color: var(--gold-600); font-size: 19px; flex-shrink: 0; margin-top: 1px; }

/* OFFERS */
.offers { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-alt); border-top: 1px solid var(--line); }
.offer { padding: 2.5rem 3rem; display: flex; align-items: flex-start; gap: 1.25rem; border-right: 1px solid var(--line); }
.offer:last-child { border-right: none; }
.offer-pct { font-family: var(--font-serif); font-size: 46px; color: var(--gold-600); line-height: 1; flex-shrink: 0; }
.offer-title { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.offer-note { font-size: 13px; color: var(--muted); font-weight: 400; }

/* FOOTER */
.footer { background: var(--char); padding: 3rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
.ft-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; text-decoration: none; }
.ft-name { font-size: 14px; font-weight: 600; color: #fff; }
.ft-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; font-weight: 400; }
.ft-heading { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 0.75rem; }
.ft-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; font-weight: 400; }
.ft-row .icon { font-size: 16px; color: var(--gold-soft); flex-shrink: 0; }
.ft-row strong { color: #fff; font-weight: 600; }
.ft-bottom { background: var(--char-deep); padding: 1rem 3rem; display: flex; justify-content: space-between; align-items: center; }
.ft-copy { font-size: 12px; color: rgba(255,255,255,0.4); }

/* LOGO MARK (placeholder monogram — swap for real logo <img>) */
.logo-mark {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 17px; font-weight: 700; color: #1a1400;
  letter-spacing: 0.02em;
  background: linear-gradient(140deg, var(--gold-soft), var(--gold));
}
.ft-logo-mark {
  width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 14px; font-weight: 700; color: #1a1400;
  letter-spacing: 0.02em;
  background: linear-gradient(140deg, var(--gold-soft), var(--gold));
}

/* PAGE HERO (subpages) */
.page-hero { position: relative; overflow: hidden; padding: 4.5rem 3rem; display: flex; flex-direction: column; justify-content: center; min-height: 340px; }
.page-hero .hero-bg { z-index: 0; }
.ph-inner { position: relative; z-index: 2; max-width: 720px; }
.page-h1 {
  font-family: var(--font-serif); font-weight: 400; font-size: 42px; line-height: 1.12;
  color: #fff; letter-spacing: -0.01em; margin-bottom: 1rem;
}
.page-hero-p { font-size: 15.5px; color: rgba(255,255,255,0.85); line-height: 1.7; font-weight: 400; max-width: 560px; }

/* CONTENT PAGES */
.page-section { padding: 4rem 3rem; }
.page-section.alt { background: var(--paper-alt); border-top: 1px solid var(--line); }

/* CTA STRIP */
.cta-strip { background: var(--char); padding: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-title { font-family: var(--font-serif); font-size: 28px; color: #fff; margin-bottom: 4px; }
.cta-sub { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 400; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.tm { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 1.5rem; }
.tm-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--tint-gold); display: flex; align-items: center; justify-content: center; color: var(--gold-600); font-size: 22px; margin-bottom: 1rem; }
.tm-name { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.tm-role { font-size: 12px; color: var(--slate); letter-spacing: 0.04em; text-transform: uppercase; margin: 3px 0 8px; }
.tm-bio { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 400; }

/* DEMO NOTES — internal/pitch markers, removed before production */
.demo-note {
  display: flex; align-items: flex-start; gap: 12px;
  border: 1.5px dashed #7C3AED; background: rgba(124, 58, 237, 0.06);
  border-radius: 10px; padding: 0.9rem 1.25rem;
  font-size: 13px; color: #5B21B6; line-height: 1.6; font-weight: 400;
}
.demo-note-badge {
  flex-shrink: 0; background: #7C3AED; color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 4px; margin-top: 2px;
}
.demo-note-strip { padding: 1rem 3rem; background: var(--paper); }
.demo-note-strip.gray { background: var(--paper-alt); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav { padding: 0 1.5rem; }
  .nav-links { gap: 0; }
  .nav-links li { display: none; }
  .nav-links li:last-child { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 1.5rem; }
  .hero-media { min-height: 260px; order: 2; }
  .h1 { font-size: 40px; }
  .request { padding: 3rem 1.5rem; }
  .request-inner { grid-template-columns: 1fr; gap: 2rem; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .temp-strip { grid-template-columns: 1fr; }
  .strip-heat { border-right: none; border-bottom: 1px solid var(--line); }
  .offers { grid-template-columns: 1fr; }
  .offer { border-right: none; border-bottom: 1px solid var(--line); }
  .footer { grid-template-columns: 1fr; padding: 2rem 1.5rem; }
  .services { padding: 3rem 1.5rem; }
  .about { grid-template-columns: 1fr; padding: 3rem 1.5rem; gap: 2rem; }
  .energy { padding: 3rem 1.5rem; }
  .energy-grid { grid-template-columns: 1fr 1fr; }
  .ft-bottom { padding: 1rem 1.5rem; flex-direction: column; gap: 4px; text-align: center; }
  .page-hero { padding: 3.5rem 1.5rem; }
  .page-h1 { font-size: 34px; }
  .page-section { padding: 3rem 1.5rem; }
  .cta-strip { padding: 2.5rem 1.5rem; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .demo-note-strip { padding: 1rem 1.5rem; }
}
@media (max-width: 600px) {
  .nav { padding: 0 1rem; }
  .logo-sub { display: none; }
  .nav-cta { padding: 8px 14px; }
  .svc-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item { border-right: none !important; border-bottom: 1px solid var(--line); }
  .energy-grid { grid-template-columns: 1fr; }
  .h1 { font-size: 33px; }
  .btns { gap: 10px; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
  .request-h { font-size: 28px; }
  .team-grid { grid-template-columns: 1fr; }
  .cta-strip .btn-primary { width: 100%; justify-content: center; }
}

/* ===================================================================
   POLISH PASS — depth, motion, micro-interactions, new sections
   (appended; overrides earlier rules where selectors match)
   =================================================================== */

/* --- Scroll reveal (respects reduced motion) --- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(.16,.8,.24,1), transform 0.7s cubic-bezier(.16,.8,.24,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.06s; } .reveal.d2 { transition-delay: 0.12s; } .reveal.d3 { transition-delay: 0.18s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal.d1, .reveal.d2, .reveal.d3 { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-media::before, .hero-bg::before { animation: none !important; }
}

/* --- Nav: soft depth on scroll feel --- */
.nav { box-shadow: 0 1px 0 rgba(22,24,29,0.02); backdrop-filter: saturate(1.1); }
.logo-mark { box-shadow: 0 6px 16px rgba(198,149,43,0.28), inset 0 1px 0 rgba(255,255,255,0.45); transition: transform 0.25s cubic-bezier(.16,.8,.24,1); }
.logo:hover .logo-mark { transform: rotate(-4deg) scale(1.04); }
.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px;
  background: var(--gold); border-radius: 2px; transition: right 0.28s cubic-bezier(.16,.8,.24,1);
}
.nav-links a:not(.nav-cta):hover::after, .nav-links a.active::after { right: 0; }
.nav-cta { box-shadow: 0 6px 16px rgba(198,149,43,0.30); transition: background 0.15s, transform 0.15s, box-shadow 0.15s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(198,149,43,0.38); }

/* --- Hero: richer type + gentle life --- */
.h1 { font-size: clamp(38px, 5.2vw, 56px); letter-spacing: -0.018em; text-wrap: balance; }
.hero-p { text-wrap: pretty; }
.hero-media::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(420px 220px at 30% 20%, rgba(228,200,120,0.20), transparent 70%);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
@keyframes heroGlow { from { opacity: 0.55; transform: translate3d(0,0,0); } to { opacity: 1; transform: translate3d(0,-8px,0); } }
.hero-media .photo-label { position: relative; z-index: 2; }
/* art-directed placeholder: layered "unit" motif */
.hero-media { background:
    radial-gradient(120% 100% at 100% 0%, rgba(198,149,43,0.20), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.028) 0 14px, rgba(255,255,255,0.05) 14px 28px),
    #14161B;
}
.hero-badge .icon { transition: transform 0.2s; }
.hero-badge:hover .icon { transform: scale(1.18) rotate(-6deg); }

/* --- Buttons: sheen sweep --- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -75%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.38), transparent);
  transform: skewX(-18deg); transition: left 0.55s cubic-bezier(.16,.8,.24,1); pointer-events: none;
}
.btn-primary:hover::after { left: 130%; }
.btn-lg:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(198,149,43,0.38); }

/* --- Trust bar: interactive --- */
.trust-item { transition: background 0.2s; }
.trust-item:hover { background: #FBFAF6; }
.trust-item:hover .trust-icon { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(198,149,43,0.22); }
.trust-icon { transition: transform 0.2s, box-shadow 0.2s; }

/* --- Service cards: lift + gold edge --- */
.svc { position: relative; }
.svc::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform 0.28s cubic-bezier(.16,.8,.24,1);
}
.svc:hover::before { transform: scaleY(1); }
.svc:hover { background: #FBFAF6; }
.svc:hover .svc-icon { transform: translateY(-3px) scale(1.05); box-shadow: 0 10px 22px rgba(198,149,43,0.24); }
.svc-icon { transition: transform 0.25s cubic-bezier(.16,.8,.24,1), box-shadow 0.25s; }
.svc-name { transition: color 0.15s; }
.svc:hover .svc-name { color: var(--gold-600); }

/* --- Benefit cards: subtle hover --- */
.benefit { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.benefit:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(22,24,29,0.06); border-color: rgba(198,149,43,0.4); }

/* --- Section heading rhythm --- */
.sec-h { font-size: clamp(26px, 3.4vw, 34px); line-height: 1.16; text-wrap: balance; }
.sec-tag { display: inline-flex; align-items: center; }

/* --- Request card: elevate --- */
.request-card { transition: transform 0.3s cubic-bezier(.16,.8,.24,1), box-shadow 0.3s; border: 1px solid rgba(255,255,255,0.06); }
.request-card:hover { transform: translateY(-3px); box-shadow: 0 30px 66px rgba(0,0,0,0.42); }
.btn-request { position: relative; overflow: hidden; }
.btn-request::after { content: ""; position: absolute; top: 0; left: -75%; width: 55%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.4), transparent); transform: skewX(-18deg); transition: left 0.55s cubic-bezier(.16,.8,.24,1); }
.btn-request:hover::after { left: 130%; }

/* ===== CREDENTIALS / BADGE BAR ===== */
.creds { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.6rem 3rem; }
.creds-inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 2.4rem; }
.cred { display: inline-flex; align-items: center; gap: 0.6rem; }
.cred-badge {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  font-size: 22px; background: var(--tint-gold); color: var(--gold-600);
  box-shadow: inset 0 0 0 1px rgba(198,149,43,0.28);
}
.cred-name { font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.15; }
.cred-sub { font-size: 11.5px; color: var(--muted); }
.cred-div { width: 1px; height: 34px; background: var(--line); }

/* ===== BRAND STRIP ===== */
.brands { text-align: center; margin-top: 2rem; }
.brands-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.brands-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; }
.brand-chip {
  font-family: var(--font-serif); font-size: 16px; font-weight: 600; color: var(--slate);
  padding: 8px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff;
  transition: color 0.2s, border-color 0.2s, transform 0.2s;
}
.brand-chip:hover { color: var(--gold-600); border-color: rgba(198,149,43,0.5); transform: translateY(-2px); }

/* ===== REVIEWS / TESTIMONIALS ===== */
.reviews { padding: 4rem 3rem; background: var(--paper-alt); border-top: 1px solid var(--line); }
.reviews-head { max-width: 1180px; margin: 0 auto 0.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.rv-score { display: flex; align-items: center; gap: 0.7rem; }
.rv-score-num { font-family: var(--font-serif); font-size: 40px; color: var(--gold-600); line-height: 1; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars .icon { font-size: 16px; fill: var(--gold); stroke: var(--gold); }
.rv-score-sub { font-size: 12.5px; color: var(--muted); }
.rv-grid { max-width: 1180px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.rv-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.6rem 1.65rem;
  box-shadow: 0 6px 20px rgba(22,24,29,0.04); transition: transform 0.25s cubic-bezier(.16,.8,.24,1), box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.rv-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(22,24,29,0.10); }
.rv-card .stars { margin-bottom: 0.85rem; }
.rv-quote { font-size: 14.5px; color: var(--ink); line-height: 1.65; font-weight: 400; flex-grow: 1; }
.rv-quote::before { content: "\201C"; font-family: var(--font-serif); color: var(--gold); font-size: 28px; line-height: 0; vertical-align: -0.35em; margin-right: 2px; }
.rv-by { margin-top: 1.1rem; display: flex; align-items: center; gap: 0.7rem; }
.rv-avatar { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-weight: 700; font-size: 15px; color: #1a1400; background: linear-gradient(140deg, var(--gold-soft), var(--gold)); }
.rv-name { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.rv-loc { font-size: 12px; color: var(--muted); }

/* ===== FINANCING ===== */
.finance { padding: 4rem 3rem; background: var(--char); position: relative; overflow: hidden; }
.finance::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 85% 15%, rgba(198,149,43,0.16), transparent 60%); }
.finance-inner { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.finance-copy .sec-tag { color: var(--gold-soft); }
.finance-h { font-family: var(--font-serif); font-weight: 400; font-size: clamp(26px, 3.4vw, 34px); color: #fff; line-height: 1.16; margin-bottom: 1rem; letter-spacing: -0.01em; }
.finance-p { font-size: 15px; color: rgba(255,255,255,0.78); line-height: 1.7; margin-bottom: 1.5rem; max-width: 460px; }
.finance-points { list-style: none; display: grid; gap: 0.7rem; }
.finance-points li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 14px; color: rgba(255,255,255,0.86); line-height: 1.5; }
.finance-points .icon { font-size: 18px; color: var(--gold-soft); flex-shrink: 0; margin-top: 1px; }
.finance-card { background: linear-gradient(150deg, #fff, #FBF8F0); border-radius: 16px; padding: 2rem; box-shadow: 0 30px 66px rgba(0,0,0,0.4); }
.fc-eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-600); }
.fc-amount { font-family: var(--font-serif); font-size: 52px; color: var(--ink); line-height: 1; margin: 0.5rem 0 0.25rem; }
.fc-amount small { font-size: 18px; color: var(--muted); }
.fc-terms { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 1.25rem; }
.fc-divider { height: 1px; background: var(--line); margin: 1.25rem 0; }
.fc-row { display: flex; align-items: center; gap: 0.65rem; font-size: 13.5px; color: var(--slate); margin-bottom: 0.6rem; }
.fc-row .icon { font-size: 17px; color: var(--gold-600); flex-shrink: 0; }

/* ===== FAQ ===== */
.faq { padding: 4rem 3rem; background: var(--paper); border-top: 1px solid var(--line); }
.faq-list { max-width: 820px; margin: 2rem auto 0; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 0.85rem; background: #fff; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
.faq-item[open] { border-color: rgba(198,149,43,0.5); box-shadow: 0 10px 28px rgba(22,24,29,0.06); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.15rem 1.4rem; font-size: 15px; font-weight: 600; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { flex-shrink: 0; width: 24px; height: 24px; position: relative; transition: transform 0.28s cubic-bezier(.16,.8,.24,1); color: var(--gold-600); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.faq-plus::before { left: 4px; right: 4px; top: 11px; height: 2px; }
.faq-plus::after { top: 4px; bottom: 4px; left: 11px; width: 2px; transition: transform 0.28s cubic-bezier(.16,.8,.24,1); }
.faq-item[open] .faq-plus::after { transform: rotate(90deg); opacity: 0; }
.faq-item[open] .faq-plus { transform: rotate(180deg); }
.faq-a { padding: 0 1.4rem 1.25rem; font-size: 14px; color: var(--slate); line-height: 1.7; }

/* ===== SERVICE AREA CHIPS ===== */
.area-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }
.area-chip { font-size: 13px; font-weight: 500; color: var(--slate); background: var(--paper-alt); border: 1px solid var(--line); border-radius: 999px; padding: 6px 15px; display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s, border-color 0.2s; }
.area-chip .icon { font-size: 14px; color: var(--gold-600); }
.area-chip:hover { color: var(--ink); border-color: rgba(198,149,43,0.5); }

/* ===== PLAN TIERS (maintenance) ===== */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.75rem; display: flex; flex-direction: column; transition: transform 0.25s cubic-bezier(.16,.8,.24,1), box-shadow 0.25s, border-color 0.25s; }
.plan:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(22,24,29,0.10); }
.plan.featured { border-color: var(--gold); box-shadow: 0 20px 46px rgba(198,149,43,0.16); position: relative; }
.plan.featured::before { content: "Most popular"; position: absolute; top: -11px; left: 1.75rem; background: var(--gold); color: #1a1400; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 10px; border-radius: 5px; }
.plan-name { font-size: 15px; font-weight: 700; color: var(--ink); }
.plan-price { font-family: var(--font-serif); font-size: 38px; color: var(--ink); line-height: 1; margin: 0.6rem 0 0.15rem; }
.plan-price small { font-size: 14px; color: var(--muted); font-family: var(--font-sans); }
.plan-note { font-size: 12.5px; color: var(--muted); margin-bottom: 1.1rem; }
.plan-feats { list-style: none; display: grid; gap: 0.6rem; margin-bottom: 1.4rem; flex-grow: 1; }
.plan-feats li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 13px; color: var(--slate); line-height: 1.5; }
.plan-feats .icon { font-size: 16px; color: var(--gold-600); flex-shrink: 0; margin-top: 1px; }
.plan .btn-plan { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; padding: 12px 18px; border-radius: 8px; font-weight: 700; font-size: 14px; background: var(--paper-alt); color: var(--ink); border: 1px solid var(--line); transition: background 0.2s, color 0.2s; }
.plan.featured .btn-plan { background: var(--gold); color: #1a1400; border-color: var(--gold); }
.plan .btn-plan:hover { background: var(--gold-600); color: #fff; border-color: var(--gold-600); }

/* ===== RESPONSIVE (polish additions) ===== */
@media (max-width: 900px) {
  .creds { padding: 1.4rem 1.5rem; }
  .creds-inner { gap: 1rem 1.4rem; }
  .cred-div { display: none; }
  .reviews { padding: 3rem 1.5rem; }
  .rv-grid { grid-template-columns: 1fr; }
  .finance { padding: 3rem 1.5rem; }
  .finance-inner { grid-template-columns: 1fr; gap: 2rem; }
  .faq { padding: 3rem 1.5rem; }
  .plans { grid-template-columns: 1fr; }
}

/* ===================================================================
   BOLD HOMEPAGE LAYOUT  (index.html only — "Cavanaugh bold" variant)
   Full-bleed dark hero + overlaid request-form card, asymmetric service
   grid, sticky desktop call rail. Distinct skeleton from the shared
   template; all classes namespaced (b-/svcb-/rail-) so sub-pages that
   share styles.css are untouched.
   =================================================================== */

/* ---- FULL-BLEED HERO ---------------------------------------------- */
.b-hero { position: relative; overflow: hidden; background: #0E1013; }
.b-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1200px 640px at 72% 10%, rgba(198,149,43,0.26), transparent 60%),
    radial-gradient(900px 560px at 6% 96%, rgba(198,149,43,0.12), transparent 55%),
    linear-gradient(155deg, #1C2028 0%, #14161B 52%, #0C0E11 100%);
}
.b-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(118deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 52px);
}
/* bold ambient glow that drifts (gated by reduced-motion below) */
.b-hero-bg::before {
  content: ""; position: absolute; inset: -10%; z-index: 1;
  background: radial-gradient(520px 320px at 68% 24%, rgba(228,200,120,0.22), transparent 70%);
  animation: bHeroDrift 12s ease-in-out infinite alternate;
}
@keyframes bHeroDrift { from { transform: translate3d(0,0,0); opacity: .7; } to { transform: translate3d(-24px,-14px,0); opacity: 1; } }

.b-hero-inner {
  position: relative; z-index: 2; max-width: 1240px; margin: 0 auto;
  padding: 4.75rem 3rem 5.25rem;
  display: grid; grid-template-columns: 1.08fr 430px; gap: 3.25rem; align-items: center;
}
.b-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700;
  color: #0E1013; background: var(--gold); letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px; margin-bottom: 1.5rem;
}
.b-eyebrow .icon { font-size: 14px; }
.b-h1 {
  font-family: var(--font-serif); font-weight: 400; font-size: clamp(40px, 5.6vw, 62px);
  line-height: 1.04; letter-spacing: -0.02em; color: #fff; text-wrap: balance; margin-bottom: 1.3rem;
}
.b-h1 .gold { color: var(--gold-soft); font-style: italic; }
.b-hero-p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.82); max-width: 520px; text-wrap: pretty; margin-bottom: 2.1rem; }
.b-hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.b-hero-badges { display: flex; gap: 1.6rem; margin-top: 2.4rem; flex-wrap: wrap; }
.b-hero-badge { font-size: 12.5px; color: rgba(255,255,255,0.74); display: inline-flex; align-items: center; gap: 7px; }
.b-hero-badge .icon { font-size: 16px; color: var(--gold-soft); }

/* Overlaid request card — the hero centerpiece, floats right */
.b-hero-form {
  position: relative; background: #fff; border-radius: 16px; padding: 1.8rem 1.75rem;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.10);
  transition: transform 0.35s cubic-bezier(.16,.8,.24,1), box-shadow 0.35s;
}
.b-hero-form:hover { transform: translateY(-4px); box-shadow: 0 48px 100px rgba(0,0,0,0.6); }
.b-hero-form::before {
  content: ""; position: absolute; inset: -1px; border-radius: 16px; z-index: -1;
  background: linear-gradient(150deg, var(--gold), transparent 55%); opacity: .5;
}
.b-form-flag {
  display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold-600);
  background: var(--tint-gold); padding: 5px 11px; border-radius: 999px; margin-bottom: 0.9rem;
}
.b-form-flag .icon { font-size: 14px; }
.b-form-title { font-family: var(--font-serif); font-size: 23px; color: var(--ink); line-height: 1.15; margin-bottom: 0.35rem; }
.b-form-sub { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 1.1rem; }

/* ---- SLIM ASSURANCE STRIP (former trust bar, restyled dark-edge) --- */
.b-assure { background: var(--char); border-bottom: 1px solid rgba(255,255,255,0.06); }
.b-assure-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.b-assure-item { padding: 1.25rem 1.6rem; display: flex; align-items: center; gap: 0.85rem; border-right: 1px solid rgba(255,255,255,0.07); }
.b-assure-item:last-child { border-right: none; }
.b-assure-ic { width: 40px; height: 40px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; background: rgba(198,149,43,0.16); color: var(--gold-soft); transition: transform 0.2s; }
.b-assure-item:hover .b-assure-ic { transform: translateY(-2px); }
.b-assure-t { font-size: 14px; font-weight: 600; color: #fff; }
.b-assure-s { font-size: 12px; color: rgba(255,255,255,0.6); }

/* ---- ASYMMETRIC SERVICE GRID -------------------------------------- */
.svcb-wrap { padding: 4rem 3rem; background: var(--paper); }
.svcb-head { max-width: 1240px; margin: 0 auto 1.9rem; }
.svcb-grid {
  max-width: 1240px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(158px, auto); gap: 1rem;
}
.svcb {
  position: relative; overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  justify-content: flex-end; gap: 0.45rem; padding: 1.5rem 1.55rem;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  transition: transform 0.25s cubic-bezier(.16,.8,.24,1), box-shadow 0.25s, border-color 0.25s;
}
.svcb:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(22,24,29,0.10); border-color: rgba(198,149,43,0.45); }
.svcb-ic { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; background: var(--tint-gold); color: var(--gold-600); transition: transform 0.25s; }
.svcb:hover .svcb-ic { transform: translateY(-3px) scale(1.05); }
.svcb-name { font-size: 16px; font-weight: 700; color: var(--ink); }
.svcb-desc { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.svcb-more { font-size: 12.5px; font-weight: 700; color: var(--gold-600); letter-spacing: 0.02em; margin-top: 0.15rem; opacity: 0; transform: translateY(4px); transition: opacity 0.2s, transform 0.2s; }
.svcb:hover .svcb-more { opacity: 1; transform: none; }

/* feature card — big dark 2x2, high-contrast anchor */
.svcb-feature {
  grid-column: 1 / 3; grid-row: 1 / 3; justify-content: space-between;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(198,149,43,0.28), transparent 58%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 14px, rgba(255,255,255,0.05) 14px 28px),
    linear-gradient(150deg, #1C2028, #101216);
  border: 1px solid rgba(255,255,255,0.10); color: #fff;
}
.svcb-feature .svcb-ic { width: 52px; height: 52px; font-size: 26px; background: rgba(198,149,43,0.2); color: var(--gold-soft); }
.svcb-feature .svcb-name { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 3vw, 32px); line-height: 1.1; color: #fff; }
.svcb-feature .svcb-desc { font-size: 15px; color: rgba(255,255,255,0.8); max-width: 460px; }
.svcb-feature .svcb-more { color: var(--gold-soft); opacity: 1; transform: none; }
.svcb-feature:hover { box-shadow: 0 26px 60px rgba(0,0,0,0.4); border-color: rgba(198,149,43,0.5); }
.svcb-feature-top { display: flex; align-items: center; gap: 0.7rem; }
.svcb-tagpill { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-soft); border: 1px solid rgba(228,200,120,0.4); padding: 4px 10px; border-radius: 999px; }

/* wide banner card — spans full width at the bottom */
.svcb-wide {
  grid-column: 1 / 5; flex-direction: row; align-items: center; gap: 1.25rem; justify-content: flex-start;
  background: linear-gradient(120deg, var(--paper-alt), #fff);
}
.svcb-wide .svcb-ic { flex-shrink: 0; }
.svcb-wide .svcb-body { display: flex; flex-direction: column; gap: 0.25rem; }
.svcb-wide .svcb-more { margin-left: auto; align-self: center; opacity: 1; transform: none; }

/* ---- COMFORT CLUB (plans on homepage) — dark band --------------- */
.club { padding: 4rem 3rem; background: var(--char); position: relative; overflow: hidden; }
.club::before { content: ""; position: absolute; inset: 0; background: radial-gradient(680px 380px at 15% 12%, rgba(198,149,43,0.15), transparent 60%); }
.club-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; }
.club .sec-tag { color: var(--gold-soft); }
.club-h { font-family: var(--font-serif); font-weight: 400; font-size: clamp(26px,3.4vw,34px); color: #fff; line-height: 1.16; margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.club-p { font-size: 15px; color: rgba(255,255,255,0.76); line-height: 1.7; max-width: 560px; margin-bottom: 2rem; }
/* plan cards on dark: reuse .plans/.plan but tune surfaces via .club scope */
.club .plan { background: #fff; }

/* ---- STICKY DESKTOP CALL RAIL ------------------------------------- */
.call-rail {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 95;
  display: none; align-items: center; gap: 9px;
  background: var(--gold); color: #1a1400; text-decoration: none; font-weight: 800; font-size: 14px;
  padding: 16px 11px; border-radius: 12px 0 0 12px; letter-spacing: 0.02em;
  writing-mode: vertical-rl; box-shadow: -8px 0 26px rgba(198,149,43,0.35);
  transition: transform 0.25s cubic-bezier(.16,.8,.24,1), background 0.2s, box-shadow 0.2s;
}
.call-rail .icon { writing-mode: horizontal-tb; font-size: 18px; }
.call-rail::after {
  content: ""; position: absolute; inset: 0; border-radius: 12px 0 0 12px;
  box-shadow: 0 0 0 0 rgba(198,149,43,0.55); animation: railPulse 2.6s ease-out infinite;
}
@keyframes railPulse { 0% { box-shadow: 0 0 0 0 rgba(198,149,43,0.5); } 70%,100% { box-shadow: 0 0 0 16px rgba(198,149,43,0); } }
.call-rail:hover { transform: translateY(-50%) translateX(-4px); background: var(--gold-600); color: #fff; box-shadow: -12px 0 32px rgba(198,149,43,0.45); }
@media (min-width: 1180px) { .call-rail { display: inline-flex; } }

/* ---- MOTION GATE + NO-JS FALLBACK --------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .b-hero-bg::before { animation: none !important; }
  .call-rail::after { animation: none !important; }
}

/* ---- RESPONSIVE (bold layout) ------------------------------------- */
@media (max-width: 1000px) {
  .b-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 1.5rem 4rem; }
  .b-hero-form { max-width: 460px; }
  .b-assure-inner { grid-template-columns: 1fr 1fr; }
  .b-assure-item:nth-child(2) { border-right: none; }
  .b-assure-item:nth-child(3), .b-assure-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); }
  .svcb-wrap { padding: 3rem 1.5rem; }
  .svcb-grid { grid-template-columns: 1fr 1fr; }
  .svcb-feature { grid-column: 1 / 3; grid-row: auto; }
  .svcb-wide { grid-column: 1 / 3; }
  .club { padding: 3rem 1.5rem; }
}
@media (max-width: 600px) {
  .b-hero-inner { padding: 2.75rem 1.1rem 3.25rem; }
  .b-hero-form { padding: 1.5rem 1.35rem; }
  .b-assure-inner { grid-template-columns: 1fr; }
  .b-assure-item { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .svcb-grid { grid-template-columns: 1fr; }
  .svcb-feature, .svcb-wide { grid-column: 1 / 2; }
  .svcb-wide { flex-direction: column; align-items: flex-start; }
  .svcb-wide .svcb-more { margin-left: 0; align-self: flex-start; }
}

