/* =====================================================================
   R&G REMODELING AND ROOFING — design system
   Pittsburgh steel: charcoal ink, brand red, gold accents, warm paper.
   Type: Oswald (display) + Public Sans (text), self-hosted variable.
   ===================================================================== */

/* ---------- Fonts ---------- */
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 200 700; font-display: swap; src: url('../fonts/oswald-var.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('../fonts/publicsans-var.woff2') format('woff2'); }

/* ---------- Tokens ---------- */
:root {
  --ink: #181B20;
  --ink-2: #232730;
  --ink-3: #2E3340;
  --paper: #F5F4F0;
  --paper-2: #ECEAE3;
  --red: #C8362B;
  --red-dark: #A02A21;
  --gold: #E8A33D;
  --body: #2A2E36;
  --muted: #5C6270;
  --mutedl: #B9B6AD;
  --line: #DEDBD2;
  --linedark: #3A4050;
  --shadow: 0 16px 44px rgba(24, 27, 32, .16);
  --radius: 12px;
  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-text: 'Public Sans', 'Segoe UI', Arial, sans-serif;
}

/* ---------- Base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-text); font-size: 17px; line-height: 1.65;
  color: var(--body); background: var(--paper); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
:focus-visible { outline: 3px solid rgba(200, 54, 43, .5); outline-offset: 2px; border-radius: 4px; }
.container { width: min(1180px, 100% - 40px); margin-inline: auto; }
.skip { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: 10px 18px; z-index: 200; }
.skip:focus { left: 0; top: 0; }

h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; line-height: 1.05; letter-spacing: .015em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6vw, 4.3rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 500; letter-spacing: .03em; }
p { margin-bottom: 1em; } p:last-child { margin-bottom: 0; }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px;
}
.kicker::before { content: ""; width: 34px; height: 3px; background: var(--red); }
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section--tight { padding: clamp(46px, 7vw, 80px) 0; }
.lead { font-size: 1.14rem; color: var(--muted); max-width: 62ch; }

/* dark sections */
.dark { background: var(--ink); color: var(--mutedl); }
.dark h2, .dark h3 { color: var(--paper); }
.dark .lead { color: var(--mutedl); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-text); font-weight: 600; font-size: 1rem;
  padding: 15px 28px; border-radius: 9px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; min-height: 50px;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-dark); color: #fff; }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-3); color: #fff; }
.btn--line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--line:hover { background: var(--ink); color: #fff; }
.btn--linelight { background: transparent; color: #fff; border-color: #fff; }
.btn--linelight:hover { background: #fff; color: var(--ink); }
.btn--lg { padding: 18px 34px; font-size: 1.06rem; }
.btn svg { width: 18px; height: 18px; fill: currentColor; flex: none; }

/* ---------- Topbar ---------- */
.topbar { background: var(--ink); color: var(--mutedl); font-size: .87rem; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar .stars { color: var(--gold); letter-spacing: 2px; }
@media (max-width: 660px) { .topbar .tb-left { display: none; } .topbar .container { justify-content: center; } }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 90; background: var(--paper); border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; }
.header.scrolled { box-shadow: 0 8px 26px rgba(24, 27, 32, .12); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 12px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo img { width: 50px; height: 50px; }
.logo .wm { display: flex; flex-direction: column; line-height: 1; }
.logo .wm b { font-family: var(--font-display); font-weight: 600; font-size: 1.55rem; letter-spacing: .04em; color: var(--ink); text-transform: uppercase; }
.logo .wm span { font-size: .64rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--red); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .97rem; padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.active { border-bottom-color: var(--red); }
.nav .btn { padding: 11px 20px; min-height: 44px; border-bottom: none; }
.header-phone { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.header-phone svg { width: 34px; height: 34px; fill: var(--red); flex: none; }
.header-phone .meta { display: flex; flex-direction: column; line-height: 1.15; }
.header-phone .meta small { font-size: .72rem; color: var(--muted); font-weight: 500; }
.header-phone .meta .num { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--ink); letter-spacing: .03em; }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 48px; height: 48px; background: none; border: 0; cursor: pointer; padding: 12px 10px; }
.hamburger span { display: block; height: 3px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-backdrop { position: fixed; inset: 0; background: rgba(24, 27, 32, .5); opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 80; }
.nav-backdrop.show { opacity: 1; pointer-events: auto; }
@media (max-width: 1020px) {
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(330px, 86vw);
    background: var(--paper); flex-direction: column; align-items: flex-start;
    padding: 92px 30px 30px; gap: 8px; transform: translateX(102%);
    transition: transform .25s ease; z-index: 85; box-shadow: -18px 0 50px rgba(24, 27, 32, .3); overflow-y: auto;
  }
  .nav.open { transform: translateX(0); }
  .nav a { font-size: 1.15rem; padding: 10px 2px; width: 100%; }
  .nav .btn { margin-top: 14px; width: 100%; }
  .hamburger { display: flex; position: relative; z-index: 95; }
  .header-phone .meta { display: none; }
  .header-phone svg { width: 30px; height: 30px; }
}

/* ---------- Nav dropdowns ---------- */
.nav-drop { position: relative; }
.nav-drop-toggle {
  font: inherit; font-weight: 500; font-size: .97rem; color: var(--ink);
  background: none; border: 0; cursor: pointer; padding: 6px 2px;
  border-bottom: 2px solid transparent; display: inline-flex; align-items: center; gap: 4px;
}
.nav-drop-toggle:hover, .nav-drop.open > .nav-drop-toggle { border-bottom-color: var(--red); }
.nav-drop .caret { width: 16px; height: 16px; fill: currentColor; transition: transform .15s ease; flex: none; }
.nav-drop.open .caret { transform: rotate(180deg); }

@media (min-width: 1021px) {
  .nav-drop-menu {
    position: absolute; top: 100%; left: 0; min-width: 244px; padding-top: 10px;
    background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
    box-shadow: 0 14px 34px rgba(24, 27, 32, .14); padding: 8px; z-index: 100;
    opacity: 0; visibility: hidden; transform: translateY(-6px);
    transition: opacity .14s ease, transform .14s ease;
  }
  .nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu, .nav-drop.open .nav-drop-menu {
    opacity: 1; visibility: visible; transform: translateY(0);
  }
  .nav-drop-menu a {
    display: block; padding: 9px 12px; border-radius: 8px; border-bottom: 0;
    font-size: .92rem; font-weight: 500; color: var(--ink); white-space: nowrap;
  }
  .nav-drop-menu a:hover { background: #f4f5f6; border-bottom: 0; }
}

@media (max-width: 1020px) {
  .nav-drop { width: 100%; }
  .nav-drop-toggle { width: 100%; justify-content: space-between; font-size: 1.15rem; padding: 10px 2px; }
  .nav-drop-menu { display: none; padding: 2px 0 8px 16px; }
  .nav-drop.open .nav-drop-menu { display: block; }
  .nav-drop-menu a { display: block; font-size: 1.04rem; padding: 8px 2px; width: 100%; color: var(--muted); border-bottom: 0; }
}

/* ---------- Hero (type-led, charcoal) ---------- */
.hero { background: var(--ink); color: var(--mutedl); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(900px 420px at 88% -10%, rgba(200, 54, 43, .28), transparent 65%),
    radial-gradient(700px 380px at -10% 110%, rgba(232, 163, 61, .12), transparent 60%),
    linear-gradient(100deg, rgba(24, 27, 32, .92) 0%, rgba(24, 27, 32, .80) 30%, rgba(24, 27, 32, .50) 58%, rgba(24, 27, 32, .38) 100%);
}
.hero__video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) { .hero__video { display: none; } }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(30px, 5vw, 64px); align-items: center; padding-block: clamp(56px, 8vw, 100px); }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(245, 244, 240, .07); border: 1px solid var(--linedark);
  color: var(--paper); font-size: .85rem; font-weight: 500;
  padding: 8px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero__badge svg { width: 15px; height: 15px; fill: var(--gold); }
.hero h1 { color: var(--paper); margin-bottom: 18px; max-width: 15ch; }
.hero h1 .hl { color: var(--gold); }
.hero__sub { font-size: 1.16rem; max-width: 50ch; margin-bottom: 24px; }
.hero__proof { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.hero__proof .stars { color: var(--gold); letter-spacing: 3px; font-size: 1.1rem; }
.hero__proof b { color: var(--paper); }
.hero__cta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.hero__callnote { display: flex; flex-direction: column; line-height: 1.2; }
.hero__callnote span { color: var(--muted); font-size: .85rem; }
.hero__callnote a { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--paper); text-decoration: none; letter-spacing: .03em; }
.hero__callnote a:hover { color: var(--gold); }
@media (max-width: 1020px) { .hero .container { grid-template-columns: 1fr; } .hero h1 { max-width: none; } }

/* ---------- Lead form card ---------- */
.leadcard { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.leadcard__top { background: var(--red); color: #fff; padding: 20px 26px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.leadcard__top h2 { color: #fff; font-size: 1.45rem; }
.leadcard__top p { color: #F3D2CE; font-size: .87rem; margin: 4px 0 0; }
.leadcard__badge { text-align: center; background: var(--ink); border-radius: 9px; padding: 8px 12px; line-height: 1.1; flex: none; }
.leadcard__badge b { font-family: var(--font-display); font-size: 1.1rem; display: block; color: #fff; }
.leadcard__badge span { font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: var(--mutedl); }
.leadform { padding: 24px 26px 26px; display: grid; gap: 15px; }
.leadform .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 1rem; color: var(--body);
  background: #fff; border: 1.5px solid var(--line); border-radius: 8px; min-height: 50px;
}
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(200, 54, 43, .15); }
.leadform .btn { width: 100%; }
.leadform__fine { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 2px; }
.leadsuccess { display: none; padding: 38px 28px; text-align: center; }
.leadsuccess.show { display: block; }
.leadsuccess svg { width: 52px; height: 52px; fill: var(--red); margin: 0 auto 14px; }
.leadsuccess h3 { margin-bottom: 8px; }
.leadsuccess p { color: var(--muted); }

/* ---------- Trust strip ---------- */
.truststrip { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.truststrip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-block: 22px; }
.tw { display: flex; align-items: center; gap: 12px; font-size: .95rem; font-weight: 500; color: var(--ink); }
.tw svg { width: 26px; height: 26px; fill: var(--red); flex: none; }
.tw small { display: block; font-weight: 400; color: var(--muted); font-size: .82rem; }
@media (max-width: 880px) { .truststrip .container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .truststrip .container { grid-template-columns: 1fr; } }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; position: relative; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__icon { width: 52px; height: 52px; border-radius: 11px; background: var(--paper-2); display: grid; place-items: center; }
.card__icon svg { width: 28px; height: 28px; fill: var(--red); }
.card p { color: var(--muted); font-size: .96rem; flex: 1; }
.card a { font-weight: 600; text-decoration: none; color: var(--ink); }
.card a::after { content: " \2192"; color: var(--red); }
.card a:hover { color: var(--red); }
.card a::before { content: ""; position: absolute; inset: 0; }
@media (max-width: 980px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .cards { grid-template-columns: 1fr; } }

/* ---------- Seasonal split ---------- */
.seasons { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.season { border-radius: var(--radius); padding: 36px 32px; position: relative; overflow: hidden; }
.season--roof { background: var(--ink); color: var(--mutedl); }
.season--roof h3 { color: var(--paper); font-size: 1.6rem; }
.season--remodel { background: #fff; border: 1px solid var(--line); }
.season--remodel h3 { font-size: 1.6rem; }
.season .tag { display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.season--roof .tag { background: rgba(232, 163, 61, .15); color: var(--gold); }
.season--remodel .tag { background: rgba(200, 54, 43, .1); color: var(--red); }
.season ul { list-style: none; margin-top: 16px; display: grid; gap: 9px; }
.season li { display: flex; gap: 10px; align-items: flex-start; font-size: .98rem; }
.season li svg { width: 18px; height: 18px; fill: var(--red); flex: none; margin-top: 4px; }
.season--roof li svg { fill: var(--gold); }
@media (max-width: 880px) { .seasons { grid-template-columns: 1fr; } }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 70px); align-items: center; }
.split__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split ul.checks { list-style: none; margin: 20px 0 26px; display: grid; gap: 12px; }
.split ul.checks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.split ul.checks svg { width: 21px; height: 21px; fill: var(--red); flex: none; margin-top: 3px; }
.dark .split ul.checks svg { fill: var(--gold); }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

/* ---------- Gallery ---------- */
.gallery { columns: 3 280px; column-gap: 20px; margin-top: 44px; }
.gallery figure { break-inside: avoid; margin: 0 0 20px; border-radius: 12px; overflow: hidden; position: relative; background: var(--ink); }
.gallery img { width: 100%; transition: transform .25s ease; }
.gallery figure:hover img { transform: scale(1.03); opacity: .92; }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px; background: linear-gradient(transparent, rgba(24, 27, 32, .85)); color: var(--paper); font-size: .85rem; font-weight: 500; }

/* ---------- Reviews ---------- */
.ratingbar { display: flex; align-items: center; gap: 16px; margin-top: 26px; flex-wrap: wrap; }
.ratingbar .big { font-family: var(--font-display); font-weight: 600; font-size: 3rem; color: var(--paper); line-height: 1; }
.ratingbar .stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 3px; }
.ratingbar .meta { color: var(--mutedl); font-size: .95rem; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.quote { background: var(--ink-2); border: 1px solid var(--linedark); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.quote .stars { color: var(--gold); font-size: 1.02rem; letter-spacing: 3px; }
.quote blockquote { font-size: .99rem; line-height: 1.65; color: #D9D6CD; flex: 1; }
.quote footer { display: flex; align-items: center; gap: 11px; }
.quote .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; flex: none; }
.quote .who b { display: block; color: var(--paper); }
.quote .who span { font-size: .82rem; color: var(--muted); }
.reviews__fine { margin-top: 24px; font-size: .85rem; color: var(--muted); }
@media (max-width: 880px) { .quotes { grid-template-columns: 1fr; } }

/* ---------- Areas ---------- */
.areas { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 44px; }
.areabox { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.areabox h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.areabox h3 svg { width: 22px; height: 22px; fill: var(--red); flex: none; }
.areabox > p { color: var(--muted); font-size: .95rem; margin-bottom: 16px; }
.towns { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
.towns li { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.towns li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex: none; }
@media (max-width: 880px) { .areas { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 44px auto 0; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 54px 20px 24px; position: relative; font-weight: 600; font-size: 1.05rem; color: var(--ink); min-height: 48px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-family: var(--font-display); font-size: 1.7rem; color: var(--red); transition: transform .2s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details > div { padding: 0 24px 22px; color: var(--muted); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-weight: 600; font-size: 2.6rem; color: transparent; -webkit-text-stroke: 1.5px var(--red); position: absolute; top: 14px; right: 18px; line-height: 1; }
.step h3 { margin-bottom: 8px; padding-right: 60px; }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }
.dark .step { background: var(--ink-2); border-color: var(--linedark); }
.dark .step h3 { color: var(--paper); }
.dark .step p { color: var(--mutedl); }
.dark .step::before { -webkit-text-stroke-color: var(--gold); }
@media (max-width: 880px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Page hero (interior) ---------- */
.pagehero { background: var(--ink); color: var(--mutedl); padding: clamp(48px, 7vw, 84px) 0; position: relative; overflow: hidden; }
.pagehero::after { content: ""; position: absolute; right: -100px; top: -100px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(200, 54, 43, .3), transparent 65%); }
.pagehero h1 { color: var(--paper); font-size: clamp(2.3rem, 5vw, 3.5rem); max-width: 24ch; position: relative; }
.pagehero .lead { color: var(--mutedl); margin-top: 14px; position: relative; }
.pagehero .kicker { color: var(--gold); }
.pagehero .kicker::before { background: var(--gold); }
.crumbs { font-size: .85rem; margin-bottom: 18px; color: var(--muted); position: relative; }
.crumbs a { color: var(--mutedl); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }

/* ---------- Prose ---------- */
.prose { max-width: 74ch; }
.prose h2 { margin: 1.5em 0 .5em; }
.prose h3 { margin: 1.3em 0 .4em; }
.prose ul { margin: 0 0 1em 1.2em; }
.prose li { margin-bottom: .4em; }

/* ---------- Contact ---------- */
.contactgrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.nap { display: grid; gap: 22px; }
.nap .item { display: flex; gap: 16px; align-items: flex-start; }
.nap .item svg { width: 24px; height: 24px; fill: var(--red); flex: none; margin-top: 3px; }
.nap .item b { display: block; color: var(--ink); }
.nap .item a { font-weight: 600; }
@media (max-width: 880px) { .contactgrid { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.ctaband { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.ctaband::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 85% 20%, rgba(200, 54, 43, .4), transparent 70%); }
.ctaband .container { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-block: clamp(52px, 7vw, 84px); }
.ctaband h2 { color: var(--paper); max-width: 20ch; }
.ctaband p { color: var(--mutedl); }
.ctaband .actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--mutedl); padding: 64px 0 36px; font-size: .95rem; border-top: 4px solid var(--red); }
.footer a { color: #E2DFD6; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 44px; }
.footer h4 { font-family: var(--font-display); text-transform: uppercase; color: var(--paper); font-size: 1.05rem; letter-spacing: .08em; margin-bottom: 14px; }
.footer ul { list-style: none; display: grid; gap: 9px; }
.footer .fbrand .wm { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--paper); text-transform: uppercase; letter-spacing: .04em; }
.footer .fbrand .sub { color: var(--gold); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; display: block; margin: 4px 0 14px; }
.footer .fbrand p { max-width: 34ch; }
.footer__bottom { border-top: 1px solid var(--linedark); padding-top: 24px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; color: var(--muted); }
@media (max-width: 880px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Mobile call bar ---------- */
.callbar { display: none; }
@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  .callbar { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: var(--linedark); box-shadow: 0 -8px 30px rgba(24, 27, 32, .3); }
  .callbar a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 10px; min-height: 56px; font-weight: 600; text-decoration: none; font-size: 1rem; }
  .callbar a svg { width: 19px; height: 19px; fill: currentColor; }
  .callbar .cb-call { background: var(--red); color: #fff; }
  .callbar .cb-quote { background: var(--ink); color: #fff; }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .card, .gallery img, .btn { transition: none; }
}
