/* Hide Blocksy theme header and footer */
.site-header,
.site-footer,
#masthead,
#colophon {
  display: none !important;
}

/* Remove top padding */
.wp-block-post-content,
.entry-content,
.site-main,
.wp-site-blocks {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Full width */
.wp-site-blocks,
.wp-block-group,
.wp-block-post-content > *,
.is-layout-constrained > *,
.is-layout-flow > * {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body .entry-content,
body .wp-block-post-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Custom footer */
.custom-footer {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 60px 0 36px;
}


  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --red:#BA0C2F; --red-dark:#8B0021; --red-light:#F5D0D7; --red-glow:rgba(186,12,47,0.12);
    --black:#0E0E0E; --black-soft:#1A1A1A; --charcoal:#2C2C2C;
    --gray:#555555; --gray-light:#888888; --silver:#CCCCCC;
    --off-white:#F8F6F3; --white:#FFFFFF;
    --font-display:'Playfair Display',Georgia,serif;
    --font-body:'Barlow',sans-serif;
    --font-cond:'Barlow Condensed',sans-serif;
  }
  html{scroll-behavior:smooth;}
  body{font-family:var(--font-body);background:var(--white);color:var(--black-soft);overflow-x:hidden;font-size:17px;line-height:1.6;}
  .container{max-width:1180px;margin:0 auto;padding:0 32px;}
  nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(14,14,14,0.97);backdrop-filter:blur(12px);border-bottom:2px solid var(--red);padding:0 32px;}
  .nav-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px;}
  .nav-logo{font-family:var(--font-display);font-size:1.55rem;color:var(--white);text-decoration:none;letter-spacing:-0.5px;}
  .nav-logo span{color:var(--red);}
  .nav-links{display:flex;align-items:center;gap:32px;list-style:none;}
  .nav-links a{color:var(--silver);text-decoration:none;font-size:0.88rem;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;transition:color 0.2s;}
  .nav-links a:hover{color:var(--white);}
  .nav-cta{background:var(--red);color:var(--white)!important;padding:10px 22px;border-radius:3px;transition:background 0.2s!important;}
  .nav-cta:hover{background:var(--red-dark)!important;}
  .btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--red);color:var(--white);font-family:var(--font-cond);font-weight:700;font-size:1rem;letter-spacing:0.06em;text-transform:uppercase;padding:16px 32px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,transform 0.15s;}
  .btn-primary:hover{background:var(--red-dark);transform:translateY(-1px);}
  .btn-secondary{display:inline-flex;align-items:center;gap:10px;background:transparent;color:var(--black);font-family:var(--font-cond);font-weight:700;font-size:1rem;letter-spacing:0.06em;text-transform:uppercase;padding:15px 32px;border-radius:3px;text-decoration:none;border:1px solid rgba(0,0,0,0.2);cursor:pointer;transition:border-color 0.2s,color 0.2s;}
  .btn-secondary:hover{border-color:var(--red);color:var(--red);}
  .btn-secondary.light{color:var(--white);border-color:rgba(255,255,255,0.25);}
  .btn-secondary.light:hover{border-color:var(--red);background:rgba(186,12,47,0.08);color:var(--white);}
  .section-eyebrow{font-family:var(--font-cond);font-size:0.8rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--red);margin-bottom:16px;display:flex;align-items:center;gap:10px;}
  .section-eyebrow::before{content:'';display:block;width:24px;height:2px;background:var(--red);}
  .section-title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:900;color:var(--black);line-height:1.15;margin-bottom:16px;letter-spacing:-0.5px;}
  .section-sub{font-size:1.1rem;color:var(--gray);max-width:580px;line-height:1.7;font-weight:300;margin-bottom:60px;}
  .page-hero{background:var(--black);padding:140px 0 90px;position:relative;overflow:hidden;}
  .page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 80% 50%,rgba(186,12,47,0.12) 0%,transparent 70%),repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(255,255,255,0.012) 40px,rgba(255,255,255,0.012) 41px);}
  .page-hero-inner{position:relative;z-index:2;}
  .page-eyebrow{font-family:var(--font-cond);font-size:0.85rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--red);margin-bottom:20px;display:flex;align-items:center;gap:10px;}
  .page-eyebrow::before{content:'';display:block;width:28px;height:2px;background:var(--red);}
  .page-hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:20px;letter-spacing:-1px;}
  .page-hero h1 em{font-style:normal;color:var(--red);}
  .page-hero-sub{font-size:1.15rem;color:rgba(255,255,255,0.55);line-height:1.7;max-width:560px;font-weight:300;}
  footer{background:#050505;border-top:1px solid rgba(255,255,255,0.06);padding:60px 0 36px;}
  .footer-inner{max-width:1180px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:48px;}
  .footer-logo{font-family:var(--font-display);font-size:1.4rem;color:var(--white);display:block;margin-bottom:16px;}
  .footer-logo span{color:var(--red);}
  .footer-tagline{font-size:0.88rem;color:rgba(255,255,255,0.35);font-weight:300;line-height:1.6;margin-bottom:16px;}
  .footer-locale{font-size:0.82rem;color:rgba(255,255,255,0.25);font-weight:300;}
  .footer-col-title{font-family:var(--font-cond);font-size:0.72rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:20px;}
  .footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
  .footer-links a{font-size:0.88rem;color:rgba(255,255,255,0.45);text-decoration:none;font-weight:300;transition:color 0.2s;}
  .footer-links a:hover{color:var(--white);}
  .footer-bottom{max-width:1180px;margin:0 auto;padding:24px 32px 0;border-top:1px solid rgba(255,255,255,0.05);display:flex;justify-content:space-between;align-items:center;font-size:0.78rem;color:rgba(255,255,255,0.2);font-weight:300;}
  .fade-up{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease,transform 0.65s ease;}
  .fade-up.visible{opacity:1;transform:translateY(0);}
  .fade-up-d1{transition-delay:0.1s;} .fade-up-d2{transition-delay:0.2s;} .fade-up-d3{transition-delay:0.3s;} .fade-up-d4{transition-delay:0.4s;}


  .about-hero { background:var(--black); padding:140px 0 100px; position:relative; overflow:hidden; }
  .about-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 80% at 75% 50%, rgba(186,12,47,0.1) 0%, transparent 70%), repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255,255,255,0.012) 40px, rgba(255,255,255,0.012) 41px); }
  .about-hero-inner { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
  .about-hero h1 { font-family:var(--font-display); font-size:clamp(2.4rem,4vw,3.8rem); font-weight:900; color:var(--white); line-height:1.1; margin-bottom:24px; letter-spacing:-1px; }
  .about-hero h1 em { font-style:normal; color:var(--red); }
  .about-hero-sub { font-size:1.15rem; color:rgba(255,255,255,0.55); line-height:1.7; font-weight:300; }
  .about-stat-box { background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:6px; padding:40px; }
  .about-stat-box::before { content:''; display:block; width:40px; height:3px; background:var(--red); margin-bottom:32px; }
  .about-stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
  .about-stat-num { font-family:var(--font-display); font-size:2.2rem; font-weight:900; color:var(--white); line-height:1; margin-bottom:4px; }
  .about-stat-label { font-size:0.82rem; color:rgba(255,255,255,0.4); font-weight:300; }
  .about-stat-divider { grid-column:1/-1; height:1px; background:rgba(255,255,255,0.07); }
  .mission { background:var(--off-white); padding:100px 0; }
  .mission-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; margin-top:0; }
  .mission-text .section-title { color:var(--black); }
  .mission-text p { font-size:1rem; color:var(--gray); line-height:1.8; font-weight:300; margin-bottom:20px; }
  .mission-text p strong { color:var(--black); font-weight:600; }
  .mission-quote { background:var(--white); border-left:4px solid var(--red); padding:36px 40px; border-radius:0 4px 4px 0; }
  .mission-quote blockquote { font-family:var(--font-display); font-size:1.4rem; font-weight:700; color:var(--black); line-height:1.5; margin-bottom:16px; letter-spacing:-0.3px; }
  .mission-quote cite { font-size:0.82rem; color:var(--gray-light); font-style:normal; font-weight:300; }
  .values { background:var(--white); padding:100px 0; }
  .values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:48px; margin-top:60px; }
  .value-card { position:relative; padding-top:24px; }
  .value-card::before { content:''; position:absolute; top:0; left:0; width:40px; height:3px; background:var(--red); }
  .value-title { font-family:var(--font-cond); font-size:1.1rem; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:var(--black); margin-bottom:10px; margin-top:20px; }
  .value-body { font-size:0.92rem; color:var(--gray); line-height:1.7; font-weight:300; }
  .problem { background:var(--black); padding:100px 0; position:relative; overflow:hidden; }
  .problem::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 60% at 30% 50%, rgba(186,12,47,0.08) 0%, transparent 70%); }
  .problem-inner { position:relative; z-index:1; }
  .problem-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; margin-top:60px; }
  .problem-col-title { font-family:var(--font-cond); font-size:0.8rem; font-weight:700; letter-spacing:0.15em; text-transform:uppercase; color:var(--red); margin-bottom:20px; padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,0.08); }
  .problem-item { display:flex; gap:14px; margin-bottom:20px; }
  .problem-dot { width:6px; height:6px; background:var(--red); border-radius:50%; flex-shrink:0; margin-top:8px; }
  .problem-text { font-size:0.9rem; color:rgba(255,255,255,0.55); font-weight:300; line-height:1.6; }
  .problem .section-title { color:var(--white); }
  .problem .section-sub { color:rgba(255,255,255,0.4); }
  .cta-band { background:var(--red); padding:80px 0; position:relative; overflow:hidden; }
  .cta-band::before { content:''; position:absolute; inset:0; background:repeating-linear-gradient(-60deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 31px); }
  .cta-band-inner { position:relative; z-index:1; text-align:center; }
  .cta-band h2 { font-family:var(--font-display); font-size:clamp(1.8rem,3vw,2.6rem); font-weight:900; color:var(--white); margin-bottom:16px; }
  .cta-band p { font-size:1.05rem; color:rgba(255,255,255,0.75); font-weight:300; margin-bottom:36px; }
  .cta-band-btns { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; }
  .btn-white { display:inline-flex; align-items:center; gap:10px; background:var(--white); color:var(--red); font-family:var(--font-cond); font-weight:800; font-size:1rem; letter-spacing:0.06em; text-transform:uppercase; padding:16px 32px; border-radius:3px; text-decoration:none; transition:transform 0.15s, box-shadow 0.15s; box-shadow:0 4px 20px rgba(0,0,0,0.2); }
  .btn-white:hover { transform:translateY(-2px); box-shadow:0 8px 30px rgba(0,0,0,0.3); }

.site-header,
#masthead,
.ct-header,
[class*="header-menu"] {
  display: none !important;
}

/* Remove side whitespace */
body,
.ct-container,
.wp-block-post-content,
.entry-content,
.site-main {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hide Blocksy footer */
.site-footer,
#colophon,
.ct-footer,
footer.ct-footer {
  display: none !important;
}

.is-layout-constrained,
.is-layout-constrained > *,
.entry-content.is-layout-constrained > * {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Kill empty paragraph gaps */
.entry-content p:empty,
.wp-block-post-content p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Fix right-side overflow */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

section {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

section, .custom-nav, .custom-footer {
  overflow-x: hidden !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Remove top gap */
.wp-site-blocks {
  padding-top: 0 !important;
}

/* Remove bottom gap */
.wp-site-blocks,
.site-content,
.site {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove any body padding WordPress adds */
body.logged-in {
  margin-top: 0 !important;
}

.ct-search-form,
.ct-header-search,
[class*="search"] {
  display: none !important;
}

.ct-container-full {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[data-vertical-spacing] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-nav,
nav {
  width: 100vw !important;
  right: 0 !important;
  left: 0 !important;
}


  /* ── Reset & Variables ── */
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --red:        #BA0C2F;
    --red-dark:   #8B0021;
    --red-light:  #F5D0D7;
    --red-glow:   rgba(186,12,47,0.12);
    --black:      #0E0E0E;
    --black-soft: #1A1A1A;
    --charcoal:   #2C2C2C;
    --gray:       #555555;
    --gray-light: #888888;
    --silver:     #CCCCCC;
    --off-white:  #F8F6F3;
    --white:      #FFFFFF;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body:    'Barlow', sans-serif;
    --font-cond:    'Barlow Condensed', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--black-soft);
    overflow-x: hidden;
    font-size: 17px;
    line-height: 1.6;
  }

  /* ── Utility ── */
  .container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
  .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(14,14,14,0.97);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid var(--red);
    padding: 0 32px;
  }
  .nav-inner {
    max-width: 1180px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
  }
  .nav-logo {
    font-family: var(--font-display);
    font-size: 1.55rem;
    color: var(--white);
    text-decoration: none;
    letter-spacing: -0.5px;
  }
  .nav-logo span { color: var(--red); }
  .nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
  .nav-links a {
    color: var(--silver);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--white); }
  .nav-cta {
    background: var(--red);
    color: var(--white) !important;
    padding: 10px 22px;
    border-radius: 3px;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--red-dark) !important; color: var(--white) !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    background: var(--black);
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 68px;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 65% 50%, rgba(186,12,47,0.18) 0%, transparent 70%),
      repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgba(255,255,255,0.012) 40px,
        rgba(255,255,255,0.012) 41px
      );
  }
  .hero-accent {
    position: absolute;
    top: 0; right: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(186,12,47,0.06) 100%);
    border-left: 1px solid rgba(186,12,47,0.15);
  }
  .hero-inner {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 32px;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
  }
  .hero-eyebrow {
    font-family: var(--font-cond);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 10px;
  }
  .hero-eyebrow::before {
    content: '';
    display: block; width: 28px; height: 2px;
    background: var(--red);
  }
  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 4.5vw, 4rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
  }
  .hero h1 em {
    font-style: normal;
    color: var(--red);
    position: relative;
  }
  .hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 520px;
    font-weight: 300;
  }
  .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--red);
    color: var(--white);
    font-family: var(--font-cond);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 3px;
    text-decoration: none;
    border: none; cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
  .btn-secondary {
    display: inline-flex; align-items: center; gap: 10px;
    background: transparent;
    color: var(--white);
    font-family: var(--font-cond);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 15px 32px;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.25);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-secondary:hover { border-color: var(--red); background: rgba(186,12,47,0.08); }

  /* Hero stats panel */
  .hero-stats {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 6px;
    padding: 40px;
    position: relative;
  }
  .hero-stats::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--red);
    border-radius: 6px 6px 0 0;
  }
  .hero-stats-label {
    font-family: var(--font-cond);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 28px;
  }
  .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .stat-item {}
  .stat-num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 4px;
  }
  .stat-label {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    font-weight: 400;
    line-height: 1.4;
  }
  .stat-divider {
    grid-column: 1 / -1;
    height: 1px;
    background: rgba(255,255,255,0.08);
  }
  .hero-stats-footer {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
    font-weight: 300;
  }

  /* Scroll indicator */
  .scroll-hint {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: rgba(255,255,255,0.3);
    font-family: var(--font-cond);
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    animation: bounce 2s infinite;
  }
  .scroll-hint svg { width: 18px; height: 18px; }
  @keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

  /* ── HOW IT WORKS ── */
  .how {
    background: var(--off-white);
    padding: 100px 0;
  }
  .section-eyebrow {
    font-family: var(--font-cond);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 10px;
  }
  .section-eyebrow::before {
    content: '';
    display: block; width: 24px; height: 2px;
    background: var(--red);
  }
  .section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: var(--black);
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .section-sub {
    font-size: 1.1rem;
    color: var(--gray);
    max-width: 580px;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 60px;
  }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .step {
    background: var(--white);
    padding: 48px 40px;
    position: relative;
    transition: transform 0.2s;
  }
  .step:hover { transform: translateY(-4px); z-index: 1; box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
  .step-num {
    font-family: var(--font-display);
    font-size: 5rem;
    font-weight: 900;
    color: var(--red-light);
    line-height: 1;
    margin-bottom: 20px;
    transition: color 0.2s;
  }
  .step:hover .step-num { color: var(--red); }
  .step-title {
    font-family: var(--font-cond);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 12px;
  }
  .step-body {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300;
  }
  .step-connector {
    position: absolute;
    right: -24px; top: 52px;
    width: 48px; height: 2px;
    background: var(--red-light);
    z-index: 2;
    display: flex; align-items: center; justify-content: flex-end;
  }
  .step-connector::after {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--red);
    flex-shrink: 0;
  }

  /* Report preview strip */
  .report-strip {
    background: var(--black);
    padding: 60px 0;
    margin-top: 60px;
  }
  .report-strip-inner {
    display: flex; align-items: center; gap: 80px;
    max-width: 1180px; margin: 0 auto; padding: 0 32px;
  }
  .report-strip h3 {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 12px;
    flex-shrink: 0;
    max-width: 280px;
  }
  .report-strip h3 span { color: var(--red); }
  .report-items { display: flex; gap: 0; flex: 1; }
  .report-item {
    flex: 1;
    padding: 20px 28px;
    border-left: 1px solid rgba(255,255,255,0.08);
    display: flex; flex-direction: column; gap: 6px;
  }
  .report-item-icon {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .report-item-title {
    font-family: var(--font-cond);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--red);
  }
  .report-item-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    line-height: 1.5;
  }

  /* ── FOR HOMEOWNERS ── */
  .homeowners { padding: 110px 0; background: var(--white); }
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
  }
  .two-col.reverse { direction: rtl; }
  .two-col.reverse > * { direction: ltr; }
  .feature-list { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-top: 36px; }
  .feature-item {
    display: flex; gap: 16px; align-items: flex-start;
  }
  .feature-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: var(--red-light);
    border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
  }
  .feature-text {}
  .feature-title {
    font-family: var(--font-cond);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 4px;
  }
  .feature-body {
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.6;
    font-weight: 300;
  }

  /* Visual mockup box */
  .mockup {
    background: var(--off-white);
    border-radius: 6px;
    padding: 40px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.07);
  }
  .mockup::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: var(--red);
    border-radius: 6px 6px 0 0;
  }
  .mockup-label {
    font-family: var(--font-cond);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gray-light);
    margin-bottom: 20px;
  }
  .quote-cards { display: flex; flex-direction: column; gap: 12px; }
  .quote-card {
    background: var(--white);
    border-radius: 4px;
    padding: 16px 20px;
    display: flex; align-items: center; gap: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-left: 3px solid var(--red);
    transition: transform 0.15s;
  }
  .quote-card:hover { transform: translateX(4px); }
  .quote-roofer {
    flex: 1;
    font-family: var(--font-cond);
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .quote-price {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--red);
  }
  .quote-eta {
    font-size: 0.78rem;
    color: var(--gray-light);
  }
  .mockup-footer {
    margin-top: 16px;
    font-size: 0.8rem;
    color: var(--gray-light);
    text-align: center;
    font-weight: 300;
  }

  /* ── FOR ROOFERS ── */
  .roofers {
    background: var(--black);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
  }
  .roofers::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(186,12,47,0.1) 0%, transparent 70%);
  }
  .roofers .section-title { color: var(--white); }
  .roofers .section-sub { color: rgba(255,255,255,0.5); }
  .roofers .section-eyebrow { color: var(--red); }
  .roofers .section-eyebrow::before { background: var(--red); }
  .savings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }
  .cost-compare {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    overflow: hidden;
  }
  .cost-compare-header {
    background: rgba(186,12,47,0.15);
    padding: 18px 24px;
    font-family: var(--font-cond);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex; justify-content: space-between;
  }
  .cost-row {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex; justify-content: space-between; align-items: center;
  }
  .cost-row:last-child { border-bottom: none; }
  .cost-row-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
  }
  .cost-row-amount {
    font-family: var(--font-cond);
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
  }
  .cost-row.total {
    background: rgba(255,255,255,0.04);
    margin-top: 4px;
  }
  .cost-row.total .cost-row-label { color: var(--white); font-weight: 600; }
  .cost-row.total .cost-row-amount { color: var(--red); font-size: 1.15rem; }
  .cost-row.savings {
    background: rgba(30,107,60,0.15);
    border: none;
  }
  .cost-row.savings .cost-row-label { color: #6fcf97; font-weight: 500; }
  .cost-row.savings .cost-row-amount { color: #6fcf97; font-size: 1.25rem; }

  .roofer-benefits { display: flex; flex-direction: column; gap: 24px; }
  .roofer-benefit {
    display: flex; gap: 20px; align-items: flex-start;
  }
  .roofer-benefit-num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--red);
    line-height: 1;
    flex-shrink: 0;
    width: 48px;
  }
  .roofer-benefit-title {
    font-family: var(--font-cond);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 4px;
  }
  .roofer-benefit-body {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    font-weight: 300;
  }

  /* ── PRICING ── */
  .pricing { background: var(--off-white); padding: 110px 0; }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 0;
  }
  .pricing-card {
    background: var(--white);
    padding: 48px 40px;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .pricing-card:hover { transform: translateY(-6px); box-shadow: 0 30px 80px rgba(0,0,0,0.1); z-index: 1; }
  .pricing-card.featured {
    background: var(--black);
    transform: translateY(-12px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
    z-index: 2;
  }
  .pricing-card.featured:hover { transform: translateY(-18px); }
  .pricing-badge {
    position: absolute; top: -1px; left: 0; right: 0;
    background: var(--red);
    color: var(--white);
    font-family: var(--font-cond);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
  }
  .pricing-tier {
    font-family: var(--font-cond);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pricing-card.featured .pricing-tier { color: rgba(255,255,255,0.5); }
  .pricing-price {
    font-family: var(--font-display);
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
    margin-bottom: 4px;
  }
  .pricing-card.featured .pricing-price { color: var(--white); }
  .pricing-period {
    font-size: 0.85rem;
    color: var(--gray-light);
    font-weight: 300;
    margin-bottom: 28px;
  }
  .pricing-divider {
    height: 1px;
    background: rgba(0,0,0,0.08);
    margin-bottom: 28px;
  }
  .pricing-card.featured .pricing-divider { background: rgba(255,255,255,0.1); }
  .pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
  .pricing-feature {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 0.9rem;
    color: var(--gray);
    font-weight: 300;
    line-height: 1.4;
  }
  .pricing-card.featured .pricing-feature { color: rgba(255,255,255,0.6); }
  .pricing-feature::before {
    content: '✓';
    color: var(--red);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 0.85rem;
    margin-top: 1px;
  }
  .pricing-note {
    margin-top: 48px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--gray-light);
    font-weight: 300;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  .pricing-note strong { color: var(--black); font-weight: 600; }

  /* ── WHY US ── */
  .why { background: var(--white); padding: 110px 0; }
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 60px; }
  .why-card { position: relative; padding-top: 24px; }
  .why-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--red);
  }
  .why-title {
    font-family: var(--font-cond);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .why-body {
    font-size: 0.92rem;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300;
  }

  /* ── STORM SECTION ── */
  .storm {
    background: var(--red);
    padding: 80px 0;
    position: relative; overflow: hidden;
  }
  .storm::before {
    content: '';
    position: absolute; inset: 0;
    background: repeating-linear-gradient(
      -60deg,
      transparent,
      transparent 30px,
      rgba(255,255,255,0.03) 30px,
      rgba(255,255,255,0.03) 31px
    );
  }
  .storm-inner {
    position: relative; z-index: 1;
    display: flex; align-items: center;
    justify-content: space-between; gap: 60px;
    max-width: 1180px; margin: 0 auto; padding: 0 32px;
  }
  .storm-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .storm-text p {
    color: rgba(255,255,255,0.75);
    font-weight: 300;
    font-size: 1.05rem;
    max-width: 480px;
    line-height: 1.6;
  }
  .storm-cta {
    background: var(--white);
    color: var(--red);
    font-family: var(--font-cond);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 3px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }
  .storm-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }

  /* ── FAQ ── */
  .faq { background: var(--off-white); padding: 110px 0; }
  .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 60px;
  }
  .faq-col { display: flex; flex-direction: column; gap: 32px; }
  .faq-item {}
  .faq-q {
    font-family: var(--font-cond);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 10px;
    display: flex; gap: 12px; align-items: flex-start;
  }
  .faq-q::before {
    content: 'Q';
    background: var(--red);
    color: var(--white);
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 3px;
    font-weight: 800;
  }
  .faq-a {
    font-size: 0.92rem;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300;
    padding-left: 30px;
  }

  /* ── DUAL CTA ── */
  .dual-cta {
    background: var(--black);
    padding: 110px 0;
    position: relative; overflow: hidden;
  }
  .dual-cta::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(186,12,47,0.12) 0%, transparent 70%);
  }
  .dual-cta-inner {
    position: relative; z-index: 1;
    text-align: center;
  }
  .dual-cta h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .dual-cta h2 span { color: var(--red); }
  .dual-cta p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    margin-bottom: 48px;
  }
  .dual-cta-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    max-width: 860px;
    margin: 0 auto;
  }
  .dual-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 48px 40px;
    text-align: left;
    transition: background 0.2s;
  }
  .dual-card:hover { background: rgba(255,255,255,0.07); }
  .dual-card-audience {
    font-family: var(--font-cond);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
  }
  .dual-card-audience::before {
    content: '';
    display: block; width: 20px; height: 2px;
    background: var(--red);
  }
  .dual-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .dual-card p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 28px;
  }

  /* ── FOOTER ── */
  footer {
    background: #050505;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 60px 0 36px;
  }
  .footer-inner {
    max-width: 1180px; margin: 0 auto; padding: 0 32px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 48px;
  }
  .footer-brand {}
  .footer-logo {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--white);
    margin-bottom: 14px;
    display: block;
  }
  .footer-logo span { color: var(--red); }
  .footer-tagline {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.35);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 220px;
  }
  .footer-locale {
    font-family: var(--font-cond);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--red);
  }
  .footer-col-title {
    font-family: var(--font-cond);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--white); }
  .footer-bottom {
    max-width: 1180px; margin: 0 auto; padding: 24px 32px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.2);
    font-weight: 300;
  }

  /* ── Entrance animations ── */
  .fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  .fade-up.visible { opacity: 1; transform: translateY(0); }
  .fade-up-d1 { transition-delay: 0.1s; }
  .fade-up-d2 { transition-delay: 0.2s; }
  .fade-up-d3 { transition-delay: 0.3s; }
  .fade-up-d4 { transition-delay: 0.4s; }

  /* Hero entrance */
  .hero-left > * {
    opacity: 0;
    transform: translateY(24px);
    animation: heroIn 0.7s ease forwards;
  }
  .hero-left > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-left > *:nth-child(2) { animation-delay: 0.25s; }
  .hero-left > *:nth-child(3) { animation-delay: 0.4s; }
  .hero-left > *:nth-child(4) { animation-delay: 0.55s; }
  .hero-stats {
    opacity: 0;
    transform: translateX(24px);
    animation: heroIn 0.7s ease 0.4s forwards;
  }
  @keyframes heroIn {
    to { opacity: 1; transform: translate(0); }
  }

.custom-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(14,14,14,0.97) !important;
  backdrop-filter: blur(12px);
  border-bottom: 2px solid #BA0C2F;
  padding: 0 32px;
  width: 100vw !important;
}

.custom-nav .nav-logo {
  color: #FFFFFF !important;
}

.custom-nav .nav-logo:hover {
  color: #FFFFFF !important;
}

.custom-nav .nav-logo span {
  color: #BA0C2F !important;
}
