/* ============================================================
   ELEVATE ROOFING — elevateroofing.us
   Theme: "Kiln & Ember" — deep burgundy wine + antique gold
   ============================================================ */

:root {
  --wine-950: #200a0e;
  --wine-900: #2b0d12;
  --wine-800: #3f141c;
  --wine-700: #571d28;
  --rose-600: #a53a46;
  --rose-500: #c14f5c;
  --rose-100: #f5dadd;
  --rose-050: #fbeef0;
  --copper-500: #e2952f;
  --copper-600: #c17a15;
  --copper-100: #f9e8cd;
  --ember-400: #ffc76a;
  --ink: #26191b;
  --slate-600: #665156;
  --slate-400: #97868a;
  --line: #eae0dc;
  --bg: #faf7f5;
  --white: #ffffff;
  --ok: #1d9f6e;
  --err: #d43d3d;

  --font-display: "Sora", "Inter", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 9px;
  --shadow-card: 0 10px 30px rgba(26, 9, 12, 0.09);
  --shadow-pop: 0 22px 55px rgba(26, 9, 12, 0.18);
  --wrap: 1160px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }

a { color: var(--rose-600); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px;
  border: 0; border-radius: 999px; cursor: pointer;
  padding: 15px 30px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-decoration: none !important;
}
.btn-copper {
  background: linear-gradient(180deg, var(--copper-500), var(--copper-600));
  color: #fff; box-shadow: 0 10px 24px rgba(226, 149, 47, .38);
}
.btn-copper:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(226, 149, 47, .45); }
.btn-wine { background: var(--wine-800); color: #fff; }
.btn-wine:hover { background: var(--wine-700); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--wine-800);
  box-shadow: inset 0 0 0 2px var(--wine-800);
}
.btn-ghost:hover { background: var(--wine-800); color: #fff; }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 36px; font-size: 17px; }

/* ---------- Header ---------- */
.topbar {
  background: var(--wine-950); color: #e8d3d6; font-size: 13px;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 7px; padding-bottom: 7px; }
.topbar a { color: var(--ember-400); font-weight: 600; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.logo-badge {
  width: 42px; height: 42px; border-radius: 13px;
  background: linear-gradient(135deg, var(--rose-600), var(--wine-800));
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 6px 16px rgba(165, 58, 70, .35);
}
.logo-word { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--wine-900); letter-spacing: -0.02em; }
.logo-word span { color: var(--copper-500); }
.logo-tag { display: block; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--slate-400); }

.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: 15px; position: relative; }
.main-nav a:hover { text-decoration: none; color: var(--rose-600); }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 3px; width: 0;
  background: var(--copper-500); border-radius: 3px; transition: width .22s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { text-align: right; line-height: 1.25; text-decoration: none !important; }
.header-phone .ph-label { display: block; font-size: 11px; color: var(--slate-400); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.header-phone .ph-number { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--wine-800); }
.header-phone:hover .ph-number { color: var(--copper-600); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--wine-800); border-radius: 2px; margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(193, 79, 92, .5), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(226, 149, 47, .3), transparent 55%),
    linear-gradient(160deg, var(--wine-950) 0%, var(--wine-800) 55%, var(--wine-700) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35;
  background-image:
    repeating-linear-gradient(-45deg, rgba(255,255,255,.05) 0 2px, transparent 2px 26px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 45%, transparent 100%);
}
.hero-inner { position: relative; padding: 72px 0 110px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; margin-bottom: 46px; }

.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .04em;
}
.hero-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ember-400); box-shadow: 0 0 12px var(--ember-400); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.35); opacity: .7; } }

.hero h1 { font-size: clamp(38px, 5.2vw, 58px); margin: 18px 0 16px; }
.hero h1 em { font-style: normal; color: var(--ember-400); position: relative; white-space: nowrap; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px;
  background: rgba(226, 149, 47, .38); border-radius: 6px; z-index: -1;
}
.hero-sub { font-size: 18px; color: #eed7da; max-width: 520px; }

.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; }
.hero-points li {
  list-style: none; display: flex; gap: 9px; align-items: center;
  font-size: 14.5px; font-weight: 600; color: #f7e7e9;
}
.hero-points svg { color: var(--ember-400); flex: none; }

/* hero photo panel */
.hero-art { position: relative; }
.hero-photo {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-pop);
  border: 1px solid rgba(255,255,255,.2); transform: rotate(1.2deg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/11; }
.hero-badge {
  position: absolute; background: #fff; color: var(--ink);
  border-radius: var(--radius-md); box-shadow: var(--shadow-pop);
  padding: 12px 18px; display: flex; align-items: center; gap: 11px;
}
.hero-badge .hb-icon {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: var(--rose-050); color: var(--rose-600); flex: none;
}
.hero-badge strong { display: block; font-family: var(--font-display); font-size: 16px; line-height: 1.2; color: var(--wine-900); }
.hero-badge small { font-size: 12px; color: var(--slate-400); font-weight: 600; }
.hb-1 { top: -18px; right: 22px; animation: floaty 6s ease-in-out infinite; }
.hb-2 { bottom: -20px; left: -14px; animation: floaty 7.5s ease-in-out infinite reverse; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* staggered reveal */
.reveal { opacity: 0; transform: translateY(22px); animation: rise .7s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal.d1 { animation-delay: .08s; } .reveal.d2 { animation-delay: .18s; }
.reveal.d3 { animation-delay: .3s; }  .reveal.d4 { animation-delay: .44s; }
.reveal.d5 { animation-delay: .58s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Estimate widget ---------- */
.quote-card {
  position: relative; z-index: 5;
  background: var(--white); color: var(--ink);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-pop);
  padding: 26px 26px 30px;
}
.quote-card::before {
  content: ""; position: absolute; top: -7px; left: 34px; right: 34px; height: 7px;
  background: linear-gradient(90deg, var(--copper-500), var(--ember-400), var(--rose-500));
  border-radius: 7px 7px 0 0;
}
.qc-title { font-family: var(--font-display); font-size: 19px; color: var(--wine-900); margin-bottom: 4px; }
.qc-sub { font-size: 13.5px; color: var(--slate-400); margin-bottom: 18px; }
.trip-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.trip-tab {
  border: 1.5px solid var(--line); background: var(--white); border-radius: 999px;
  padding: 9px 20px; font-family: var(--font-body); font-weight: 700; font-size: 14px;
  color: var(--slate-600); cursor: pointer; transition: .18s;
}
.trip-tab.active { background: var(--wine-800); border-color: var(--wine-800); color: #fff; }
.trip-tab:not(.active):hover { border-color: var(--rose-500); color: var(--rose-600); }

.q-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.q-field { position: relative; }
.q-field label {
  display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--slate-400); margin-bottom: 6px;
}
.q-field input, .q-field select {
  width: 100%; font-family: var(--font-body); font-size: 15.5px; font-weight: 600; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 14px 13px 40px; background: var(--rose-050); outline: none; transition: .18s;
  appearance: none;
}
.q-field input:focus, .q-field select:focus {
  border-color: var(--rose-500); background: #fff; box-shadow: 0 0 0 4px rgba(193,79,92,.14);
}
.q-field .fi {
  position: absolute; left: 13px; bottom: 13px; color: var(--rose-600); pointer-events: none;
}
.q-field.no-icon input, .q-field.no-icon select { padding-left: 14px; }

.col-3 { grid-column: span 3; } .col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; } .col-12 { grid-column: span 12; }

.q-divider {
  grid-column: span 12; display: flex; align-items: center; gap: 14px;
  margin: 8px 0 2px; color: var(--slate-400); font-size: 12.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
}
.q-divider::before, .q-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.q-submit-row { grid-column: span 12; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 6px; }
.q-note { font-size: 13px; color: var(--slate-400); max-width: 420px; }
.q-error { grid-column: span 12; display: none; background: #fdecec; color: var(--err); border-radius: var(--radius-sm); padding: 11px 15px; font-size: 14px; font-weight: 600; }
.q-error.show { display: block; }

/* ---------- Trust strip ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 26px; padding-bottom: 26px;
}
.trust-item { display: flex; gap: 13px; align-items: center; }
.trust-item .ti-icon {
  flex: none; width: 46px; height: 46px; border-radius: 14px;
  background: var(--rose-050); color: var(--rose-600); display: grid; place-items: center;
}
.trust-item strong { display: block; font-size: 15px; }
.trust-item small { color: var(--slate-600); font-size: 13px; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--copper-600); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); color: var(--wine-900); }
.section-head p { margin-top: 12px; color: var(--slate-600); font-size: 16.5px; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step-card {
  background: #fff; border-radius: var(--radius-lg); padding: 34px 28px 30px;
  box-shadow: var(--shadow-card); position: relative; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-pop); }
.step-card::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: 14px; right: 20px;
  font-family: var(--font-display); font-weight: 800; font-size: 64px;
  color: var(--rose-050); line-height: 1;
}
.step-icon {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--rose-600), var(--wine-800)); color: #fff;
  box-shadow: 0 8px 18px rgba(165,58,70,.3);
}
.step-card:nth-child(2) .step-icon { background: linear-gradient(135deg, var(--copper-500), #f08b4f); box-shadow: 0 8px 18px rgba(226,149,47,.3); }
.step-card:nth-child(3) .step-icon { background: linear-gradient(135deg, #a3722a, #cf9b45); box-shadow: 0 8px 18px rgba(163,114,42,.3); }
.step-card h3 { font-size: 20px; margin-bottom: 10px; color: var(--wine-900); position: relative; z-index: 1; }
.step-card p { color: var(--slate-600); font-size: 15px; position: relative; z-index: 1; }

/* Services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  background: #fff; border-radius: var(--radius-md); overflow: hidden;
  box-shadow: var(--shadow-card); display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease; border: 1.5px solid transparent;
  text-decoration: none !important;
}
.svc-card:hover { transform: translateY(-4px); border-color: var(--rose-100); box-shadow: var(--shadow-pop); }
.svc-photo { position: relative; overflow: hidden; aspect-ratio: 4/2.6; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-photo img { transform: scale(1.06); }
.svc-photo .svc-tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  font-size: 12px; font-weight: 700; color: #fff; background: rgba(26,9,12,.68);
  backdrop-filter: blur(6px); border-radius: 999px; padding: 5px 13px;
}
.svc-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(26,9,12,.45));
}
.svc-icon-panel {
  aspect-ratio: 4/2.6; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--wine-800), var(--wine-700));
  color: var(--ember-400); position: relative; overflow: hidden;
}
.svc-icon-panel::before {
  content: ""; position: absolute; inset: 0; opacity: .4;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.06) 0 2px, transparent 2px 22px);
}
.svc-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-body h3 { font-size: 18.5px; color: var(--wine-900); }
.svc-body p { font-size: 14.5px; color: var(--slate-600); flex: 1; }
.svc-link { font-weight: 800; font-size: 14.5px; color: var(--copper-600); display: inline-flex; align-items: center; gap: 6px; transition: gap .18s ease; }
.svc-card:hover .svc-link { gap: 10px; }

/* Why us — split band */
.band {
  background:
    radial-gradient(800px 400px at 110% 10%, rgba(255,199,106,.16), transparent 55%),
    linear-gradient(150deg, var(--wine-950), var(--wine-800));
  color: #fff; border-radius: var(--radius-lg); overflow: hidden;
}
.band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; padding: 58px 54px; align-items: center; }
.band h2 { font-size: clamp(26px, 3.2vw, 36px); margin-bottom: 14px; }
.band p.lead { color: #e0c6ca; font-size: 16.5px; margin-bottom: 28px; }
.why-list { display: grid; gap: 18px; }
.why-item { display: flex; gap: 15px; }
.why-item .wi-icon {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  display: grid; place-items: center; color: var(--ember-400);
}
.why-item strong { display: block; font-size: 16px; margin-bottom: 3px; }
.why-item span { color: #d6b9bd; font-size: 14.5px; }
.band-cta {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg); padding: 34px 30px; text-align: center;
}
.band-cta .bc-label { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #c69da3; }
.band-cta .bc-phone { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3vw, 34px); color: var(--ember-400); display: block; margin: 10px 0 6px; }
.band-cta .bc-phone:hover { color: #ffc586; text-decoration: none; }
.band-cta p { color: #d6b9bd; font-size: 14px; margin-bottom: 20px; }

/* Testimonials */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-t {
  background: #fff; border-radius: var(--radius-md); padding: 28px 26px;
  box-shadow: var(--shadow-card); position: relative;
}
.quote-t::before {
  content: "“"; position: absolute; top: 6px; left: 18px;
  font-family: var(--font-display); font-size: 74px; color: var(--copper-100); line-height: 1;
}
.stars { color: var(--ember-400); letter-spacing: 3px; font-size: 15px; margin-bottom: 12px; position: relative; }
.quote-t p { font-size: 15px; color: var(--slate-600); position: relative; }
.quote-t footer { margin-top: 16px; display: flex; align-items: center; gap: 11px; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; font-size: 15px; color: #fff;
}
.quote-t footer strong { display: block; font-size: 14.5px; color: var(--ink); }
.quote-t footer small { color: var(--slate-400); font-size: 12.5px; }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; border: 1.5px solid transparent; }
.faq-item[open] { border-color: var(--rose-100); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 20px 24px; font-weight: 700; font-size: 16px; color: var(--wine-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { flex: none; transition: transform .25s ease; color: var(--rose-500); }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--slate-600); font-size: 15px; }

/* Final CTA */
.final-cta { text-align: center; padding: 90px 0; }
.final-cta h2 { font-size: clamp(30px, 4vw, 44px); color: var(--wine-900); margin-bottom: 14px; }
.final-cta p { color: var(--slate-600); font-size: 17px; margin-bottom: 30px; }
.cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--wine-950); color: #d5b9bd; font-size: 14px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 60px 0 44px; }
.footer-main h4 { color: #fff; font-family: var(--font-display); font-size: 15px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-main ul { list-style: none; display: grid; gap: 10px; }
.footer-main a { color: #d5b9bd; }
.footer-main a:hover { color: var(--ember-400); text-decoration: none; }
.footer-about p { margin-top: 14px; line-height: 1.7; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { flex: none; margin-top: 3px; color: var(--ember-400); }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.12); padding: 26px 0 34px;
  font-size: 12.5px; color: #a9878c; line-height: 1.75;
}
.footer-legal p + p { margin-top: 10px; }
.footer-legal strong { color: #d5b9bd; }

/* ---------- Inner pages ---------- */
.page-hero {
  background:
    radial-gradient(900px 380px at 90% -20%, rgba(193,79,92,.45), transparent 60%),
    linear-gradient(155deg, var(--wine-950), var(--wine-800));
  color: #fff; padding: 66px 0 70px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.05) 0 2px, transparent 2px 26px);
  mask-image: linear-gradient(180deg, transparent, #000 60%, transparent);
}
.page-hero h1 { font-size: clamp(32px, 4.4vw, 48px); position: relative; }
.page-hero p { color: #e0c6ca; font-size: 17px; margin-top: 12px; max-width: 640px; position: relative; }

.prose { max-width: 820px; margin: 0 auto; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 52px 56px; }
.prose h2 { font-size: 22px; color: var(--wine-900); margin: 34px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--slate-600); font-size: 15.5px; }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { padding-left: 22px; margin-bottom: 14px; display: grid; gap: 7px; }
.prose .updated { font-size: 13px; color: var(--slate-400); margin-bottom: 26px; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card {
  background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-card);
  padding: 24px 24px; display: flex; gap: 16px; align-items: flex-start;
}
.contact-card .cc-icon {
  flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: var(--rose-050); color: var(--rose-600);
}
.contact-card strong { display: block; font-size: 16px; color: var(--wine-900); margin-bottom: 3px; }
.contact-card p, .contact-card a { font-size: 14.5px; color: var(--slate-600); }
.contact-card a.big { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--wine-800); }

/* About page */
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.about-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 34px 30px; }
.about-card h3 { color: var(--wine-900); font-size: 19px; margin: 14px 0 10px; }
.about-card p { color: var(--slate-600); font-size: 15px; }

/* Thank you */
.ty-card {
  max-width: 640px; margin: 0 auto; text-align: center;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-pop); padding: 60px 48px;
}
.ty-icon {
  width: 84px; height: 84px; margin: 0 auto 24px; border-radius: 50%;
  background: #e6f7f0; color: var(--ok); display: grid; place-items: center;
  animation: pop .5s cubic-bezier(.2,1.4,.4,1) both;
}
@keyframes pop { from { transform: scale(.4); opacity: 0; } }
.ty-card h1 { font-size: 32px; color: var(--wine-900); margin-bottom: 12px; }
.ty-card p { color: var(--slate-600); margin-bottom: 8px; }

/* scroll reveal (JS-driven) */
.sr { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.sr.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .trust-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .steps, .svc-grid, .quotes-grid { grid-template-columns: 1fr 1fr; }
  .band-grid { grid-template-columns: 1fr; padding: 44px 34px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .contact-grid, .about-grid { grid-template-columns: 1fr; }
  .col-3, .col-4, .col-6 { grid-column: span 6; }
}
@media (max-width: 720px) {
  .main-nav {
    display: none; position: absolute; top: 74px; left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: flex-start;
    padding: 20px 24px 26px; gap: 18px; border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(26,9,12,.12);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-phone .ph-label { display: none; }
  .topbar .t-right { display: none; }
  .steps, .svc-grid, .quotes-grid, .trust-strip .wrap { grid-template-columns: 1fr; }
  .col-3, .col-4, .col-6 { grid-column: span 12; }
  .prose { padding: 34px 24px; }
  .hero-inner { padding: 50px 0 80px; }
  .section { padding: 60px 0; }
}
