/* Forge (profile F) — industrial-luxe skin. Charcoal ink, safety-orange accent,
   condensed display type, hairline rules, zero radius. Scoped under body.profile-F. */
body.profile-F {
  --forge-ink: #17191c;
  --forge-line: rgba(255, 255, 255, 0.12);
  --forge-line-soft: rgba(23, 25, 28, 0.12);
  --forge-paper: #f4f3f0;
  --forge-off: #eceae4;
  --fg-72: rgba(244, 243, 240, 0.72);
  --fg-65: rgba(244, 243, 240, 0.65);
  --fg-60: rgba(244, 243, 240, 0.6);
  background: var(--forge-paper);
  color: var(--forge-ink);
}
body.profile-F * { border-radius: 0 !important; }

/* type */
body.profile-F h1, body.profile-F h2, body.profile-F h3, body.profile-F h4 {
  font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 0.01em; font-weight: 600;
}
body.profile-F .eyebrow { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.76rem; color: var(--accent); }
body.profile-F p, body.profile-F li, body.profile-F a { font-family: var(--font-body); }
body.profile-F .card, body.profile-F .toc, body.profile-F .faq details, body.profile-F .author-cta { box-shadow: none !important; }

/* topbar / header */
body.profile-F .topbar { background: var(--forge-ink); color: var(--fg-65); border-bottom: 1px solid var(--forge-line); font-size: 0.8rem; letter-spacing: 0.02em; }
body.profile-F .topbar a { color: #fff; }
body.profile-F header.site { position: sticky; top: 0; z-index: 40; background: var(--forge-ink); color: #fff; border-bottom: 1px solid var(--forge-line); }
body.profile-F .logo { color: #fff; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-heading); font-weight: 600; }
body.profile-F .logo .mark { background: var(--accent); color: var(--forge-ink); font-family: var(--font-heading); }
body.profile-F nav.main a { color: rgba(255, 255, 255, 0.78); text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.06em; font-weight: 600; }
body.profile-F nav.main a:hover { color: #fff; }
body.profile-F nav.main a[aria-current="page"] { color: var(--accent); }
body.profile-F .m-nav summary { color: #fff; border-color: var(--forge-line); }
body.profile-F .m-menu { background: var(--forge-ink); border-color: var(--forge-line); }
body.profile-F .m-menu a { color: rgba(255, 255, 255, 0.85); }
body.profile-F .m-menu a:hover { background: rgba(255, 255, 255, 0.06); }

/* buttons */
body.profile-F .btn { background: var(--accent); color: #fff; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.85rem; font-weight: 700; padding: 15px 26px; border: 1px solid var(--accent); transition: transform 160ms var(--ease-out-strong, ease-out), background 160ms ease, color 160ms ease; }
body.profile-F .btn:hover { filter: none; background: color-mix(in srgb, var(--accent) 82%, black); }
body.profile-F .btn:active, body.profile-F .m-nav summary:active { transform: scale(0.97); }
body.profile-F .btn.ghost { background: transparent; color: var(--forge-ink); border-color: var(--forge-ink); }
body.profile-F .btn.ghost:hover { background: var(--forge-ink); color: #fff; }
body.profile-F .btn.on-dark, body.profile-F .btn.ghost.on-dark { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.55); }
body.profile-F .btn.on-dark:hover { background: rgba(255, 255, 255, 0.1); }
body.profile-F .btn.ghost.on-dark:hover { background: #fff; color: var(--forge-ink); border-color: #fff; }

/* hero (built by render.js) */
body.profile-F .hero-forge { position: relative; overflow: hidden; padding: 0; background: var(--forge-ink); color: #fff; min-height: 88vh; display: flex; align-items: flex-end; }
body.profile-F .forge-hero-bg { position: absolute; inset: 0; z-index: 0; }
body.profile-F .forge-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.profile-F .forge-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,25,28,0.55) 0%, rgba(23,25,28,0.75) 55%, rgba(23,25,28,0.96) 100%), linear-gradient(120deg, rgba(23,25,28,0.4) 0%, transparent 60%); }
body.profile-F .forge-hero-wrap { position: relative; z-index: 1; padding: 160px 20px 76px; width: 100%; }
body.profile-F .forge-hero-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 46px; }
body.profile-F .forge-mark { color: var(--accent); flex: none; }
body.profile-F .forge-urgent { color: #fff; background: var(--accent); text-transform: uppercase; font-weight: 800; font-size: 0.74rem; letter-spacing: 0.08em; padding: 9px 16px; border: 1px solid var(--accent); }
body.profile-F .hero-forge .eyebrow { color: rgba(255, 255, 255, 0.7); margin-bottom: 14px; }
body.profile-F .forge-h1 { color: #fff; font-size: clamp(2.6rem, 6vw, var(--fs-h1, 3.2rem)); line-height: 0.98; max-width: 20ch; margin: 0 0 0.5em; }
body.profile-F .hero-forge p.lead { color: rgba(244, 243, 240, 0.82); font-size: 1.15rem; max-width: 56ch; font-weight: 400; text-transform: none; letter-spacing: normal; }
body.profile-F .hero-forge .cta-row { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
body.profile-F .forge-trust { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--forge-line); display: flex; gap: 30px; flex-wrap: wrap; color: var(--fg-60); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
body.profile-F .forge-trust b { color: #fff; font-variant-numeric: tabular-nums; }

/* Hero entrance: CSS keyframes only (LCP rule — never data-anim on hero content),
   gated on html.anim, plays at first paint. Transform/opacity, ease-out, <=600ms. */
html.anim body.profile-F .forge-hero-top, html.anim body.profile-F .hero-forge .eyebrow, html.anim body.profile-F .forge-h1, html.anim body.profile-F .hero-forge p.lead, html.anim body.profile-F .hero-forge .cta-row, html.anim body.profile-F .forge-trust { animation: forge-hero-rise 600ms var(--ease-out-strong) both; }
html.anim body.profile-F .hero-forge .eyebrow { animation-delay: 60ms; }
html.anim body.profile-F .forge-h1 { animation-delay: 110ms; }
html.anim body.profile-F .hero-forge p.lead { animation-delay: 170ms; }
html.anim body.profile-F .hero-forge .cta-row { animation-delay: 230ms; }
html.anim body.profile-F .forge-trust { animation-delay: 290ms; }
@keyframes forge-hero-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* stat ticker band */
body.profile-F .forge-stats { background: var(--accent); color: #fff; }
body.profile-F .forge-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); padding: 40px 20px; }
body.profile-F .forge-stat { text-align: center; padding: 0 16px; border-left: 1px solid rgba(255, 255, 255, 0.3); }
body.profile-F .forge-stat:first-child { border-left: none; }
body.profile-F .forge-stat-num { font-family: var(--font-heading); font-weight: 700; font-size: clamp(1.9rem, 4vw, 2.6rem); font-variant-numeric: tabular-nums; line-height: 1; }
body.profile-F .forge-stat-label { margin-top: 8px; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem; font-weight: 600; }
@media (max-width: 700px) {
  body.profile-F .forge-stats-row { grid-template-columns: 1fr 1fr; gap: 26px 0; padding: 30px 8px; }
  body.profile-F .forge-stat { padding: 0 8px; }
  body.profile-F .forge-stat:nth-child(3) { border-left: none; }
}

/* services: full-width alternating rows, giant index numerals */
body.profile-F .forge-services { background: var(--forge-paper); }
body.profile-F .forge-svc-list { display: flex; flex-direction: column; margin-top: 12px; }
body.profile-F .forge-svc-row { display: grid; grid-template-columns: minmax(90px, 0.4fr) 1fr; align-items: center; gap: 32px; padding: 40px 0; border-top: 1px solid var(--forge-line-soft); }
body.profile-F .forge-svc-row:last-child { border-bottom: 1px solid var(--forge-line-soft); }
body.profile-F .forge-svc-row:nth-child(even) { background: var(--forge-off); }
body.profile-F .forge-svc-row:nth-child(even) .forge-svc-body { padding-left: 32px; }
body.profile-F .forge-svc-index { font-family: var(--font-heading); font-weight: 700; font-variant-numeric: tabular-nums; font-size: clamp(3.2rem, 8vw, 6rem); line-height: 0.8; color: transparent; -webkit-text-stroke: 1.5px rgba(23, 25, 28, 0.18); padding-left: 20px; }
body.profile-F .forge-svc-body { display: flex; flex-direction: column; gap: 6px; padding-right: 24px; }
body.profile-F .forge-svc-ico { color: var(--accent); }
body.profile-F .forge-svc-ico svg { width: 30px; height: 30px; }
body.profile-F .forge-svc-body h3 { margin: 6px 0 2px; font-size: var(--fs-h3); }
body.profile-F .forge-svc-body p { margin: 0; color: var(--forge-ink); opacity: 0.72; max-width: 62ch; }
@media (max-width: 700px) {
  body.profile-F .forge-svc-row { grid-template-columns: 1fr; gap: 8px; padding: 28px 20px; }
  body.profile-F .forge-svc-row:nth-child(even) .forge-svc-body { padding-left: 0; }
  body.profile-F .forge-svc-index { font-size: 3rem; padding-left: 0; }
}

/* town marquee */
body.profile-F .forge-marquee { background: var(--forge-ink); color: #fff; padding: 30px 0; overflow: hidden; }
body.profile-F .forge-marquee-eyebrow { color: rgba(255, 255, 255, 0.55); margin-bottom: 14px; }
body.profile-F .forge-marquee [data-marquee] { padding: 4px 0; }
body.profile-F .forge-marquee .mq-track { gap: 0; }
body.profile-F .forge-marquee .mq-track span:not(.forge-mq-glyph) { font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 0.03em; font-size: clamp(1.4rem, 3vw, 2.1rem); padding: 0 20px; white-space: nowrap; }
body.profile-F .forge-mq-glyph { color: var(--accent); font-size: 1rem; }

/* why / usps */
body.profile-F .forge-why { background: var(--forge-paper); }
body.profile-F .forge-why-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; }
body.profile-F .forge-usps { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
body.profile-F .forge-usps li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--forge-line-soft); font-size: 0.98rem; }
body.profile-F .forge-usps li:last-child { border-bottom: 1px solid var(--forge-line-soft); }
body.profile-F .forge-usps li::before, body.profile-F .why-usps li::before { content: "\2192"; position: absolute; left: 0; top: 14px; color: var(--accent); font-weight: 700; }
body.profile-F .forge-gbp-link { margin-top: 22px; }
body.profile-F .forge-area-card { background: var(--forge-ink); color: #fff; border: none; padding: 34px; }
body.profile-F .forge-area-card h3 { color: #fff; margin-top: 0; }
body.profile-F .forge-area-card p { color: var(--fg-72); }
body.profile-F .forge-area-card .areas span { background: transparent; border: 1px solid var(--forge-line); color: rgba(255, 255, 255, 0.85); }
@media (max-width: 860px) { body.profile-F .forge-why-grid { grid-template-columns: 1fr; gap: 36px; } }

/* reviews — ctx.renderReviews output, restyle only, keep .reviews-section class */
body.profile-F .reviews-section { background: var(--forge-off); }
body.profile-F .reviews-section .review-card { background: var(--forge-paper); border: 1px solid var(--forge-line-soft); box-shadow: none; }
body.profile-F .review-stars { color: var(--accent); letter-spacing: 0.1em; }
body.profile-F .review-meta { text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.78rem; opacity: 0.7; }

/* guides / article cards */
body.profile-F .forge-guides { background: var(--forge-paper); }
body.profile-F .blog-list .card { border: 1px solid var(--forge-line-soft); background: var(--forge-paper); transition: transform 200ms var(--ease-out-strong, ease-out), border-color 200ms ease; }
@media (hover: hover) and (pointer: fine) { body.profile-F .blog-list .card:hover { transform: translateY(-4px); border-color: var(--accent); } }
body.profile-F .blog-list .card .tag { color: var(--accent); }
body.profile-F .blog-list a.title { text-transform: uppercase; letter-spacing: 0.01em; }
body.profile-F .forge-more-link { margin-top: 22px; }

/* diagonal-clip CTA band */
body.profile-F .forge-cta-band { background: var(--forge-ink); position: relative; }
body.profile-F .forge-cta-clip { background: var(--accent); color: #fff; clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%); }
body.profile-F .forge-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding: 76px 20px; }
body.profile-F .forge-cta-band h2 { color: #fff; margin: 0 0 8px; }
body.profile-F .forge-cta-band p { color: rgba(255, 255, 255, 0.85); margin: 0; text-transform: none; letter-spacing: normal; }
body.profile-F .forge-cta-inner .actions { display: flex; gap: 14px; flex-wrap: wrap; }
body.profile-F .forge-cta-inner .btn:not(.ghost) { background: var(--forge-ink); border-color: var(--forge-ink); }
body.profile-F .forge-cta-inner .btn:not(.ghost):hover { background: #000; }
@media (max-width: 700px) { body.profile-F .forge-cta-inner { padding: 56px 20px; } }

/* footer / callbar */
body.profile-F footer.site { background: var(--forge-ink); color: var(--fg-65); border-top: 1px solid var(--forge-line); }
body.profile-F footer.site h4 { color: #fff; }
body.profile-F footer.site a { color: rgba(244, 243, 240, 0.75); }
body.profile-F footer.site a:hover { color: #fff; }
body.profile-F footer.site .legal { border-top-color: var(--forge-line); color: rgba(244, 243, 240, 0.45); }
body.profile-F .callbar { background: var(--forge-ink); border-top: 1px solid var(--forge-line); }
body.profile-F .callbar .call { background: var(--accent); color: #fff; text-transform: uppercase; letter-spacing: 0.04em; }
body.profile-F .callbar .site2 { background: transparent; color: #fff; border: 1px solid var(--forge-line); }

/* generic inner-page blocks: services/about/contact/privacy/blog/article */
body.profile-F section.alt { background: var(--forge-off); }
body.profile-F .card { border: 1px solid var(--forge-line-soft); background: var(--forge-paper); }
body.profile-F .card .ico { background: transparent; color: var(--accent); border: 1px solid var(--forge-line-soft); }
body.profile-F .pill { border: 1px solid var(--forge-ink); background: transparent; color: var(--forge-ink); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.04em; }
body.profile-F .areas span { background: transparent; border: 1px solid var(--forge-line-soft); }
body.profile-F .services-rows .card { border: 1px solid var(--forge-line-soft); background: var(--forge-paper); padding: 22px 24px; }
body.profile-F .services-rows .card .ico { color: var(--accent); }
body.profile-F .cta-band { background: var(--forge-ink); box-shadow: none; }
body.profile-F .cta-band h2 { color: #fff; }
body.profile-F .cta-band p { color: rgba(244, 243, 240, 0.75); }
body.profile-F .article h1, body.profile-F .section-head h1, body.profile-F .section-head h2 { text-transform: none; }
body.profile-F .article .crumbs { text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.78rem; }
body.profile-F .toc { background: var(--forge-off); border: 1px solid var(--forge-line-soft); }
body.profile-F .toc a { color: var(--forge-ink); }
body.profile-F .faq details { border: 1px solid var(--forge-line-soft); background: var(--forge-paper); }
body.profile-F .faq summary { text-transform: none; }
body.profile-F .author-cta { background: var(--forge-off); border: 1px solid var(--forge-line-soft); border-left: 4px solid var(--accent); }
body.profile-F .article .body a { color: var(--forge-ink); text-decoration-color: var(--accent); }
