/* Base layout tokens for this page only */
:root {
    --container: 1200px;
    --gold: #E3B55C;
    --text-900: #1a1a1a;
    --text-700: #333;
    --text-600: #555;
    --text-500: #666;
    --text-400: #777;
    --surface-50: #fafafa;
    --surface-100: #f8f9fa;
    --surface-200: #f1f3f4;
    --border-100: #e8eaed;
    --border-200: #dadce0;
    --shadow-sm: 0 2px 8px rgba(0,0,0,.04);
    --shadow-card: 0 6px 24px rgba(0,0,0,.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
  }
  
  /* Page base */
  .service-page {
    padding-top: 74px; /* header offset */
    font-family: 'Archivo', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-700);
  }
  
  /* ===== HERO ===== */
  .service-hero {
    position: relative;
    color: #fff;
    padding: 200px 0 140px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://res.cloudinary.com/dfpg7wqyu/image/upload/v1757621102/Untitled_design_3_ovi1lo.jpg') center/cover no-repeat;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }
  
  /* Water Damage Service Hero Background */
  body.water-damage-mitigation .service-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://res.cloudinary.com/dfpg7wqyu/image/upload/v1757621102/Untitled_design_3_ovi1lo.jpg') center/cover no-repeat;
  }

  /* Fire Damage Service Hero Background */
  body.fire-damage-restoration .service-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://res.cloudinary.com/dfpg7wqyu/image/upload/v1756732142/1_nwskiy.webp') center/cover no-repeat;
  }

  /* Storm Damage Service Hero Background */
  body.storm-damage-restoration .service-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://res.cloudinary.com/dfpg7wqyu/image/upload/v1756733160/916227_0a54a4f6b8d047509c76d333a062bf83mv2_upscaled_uj787c.webp') center/cover no-repeat;
  }
  
  .service-hero .hero-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  /* Breadcrumb (scoped) */
  .service-breadcrumb {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(255,255,255,0.08);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
  }
  .service-breadcrumb a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
    transition: color .2s ease;
    font-weight: 500;
  }
  .service-breadcrumb a:hover { color: var(--gold); }
  .service-breadcrumb .sep { color: rgba(255,255,255,.6); margin: 0 4px; }
  
  /* Type scale */
  .service-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    margin: 20px 0 18px;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    max-width: 1100px;
  }
  .service-subtitle {
    font-size: 18px;
    line-height: 1.4;
    max-width: 750px;
    opacity: .95;
    margin: 0 0 40px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  
  /* Meta: Reviews + CTA */
  .hero-meta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    background: #1a1a1a;
    padding: 32px 40px;
    border-radius: 16px;
    border-left: 6px solid var(--gold);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
  }

  .hero-meta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(227, 181, 92, 0.08) 100%);
    pointer-events: none;
  }

  .hero-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-reviews .stars {
    display: flex;
    gap: 3px;
    filter: drop-shadow(0 1px 3px rgba(227, 181, 92, 0.4));
  }
  .hero-reviews .stars svg {
    width: 20px;
    height: 20px;
  }
  .hero-reviews .review-text {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.4;
  }
  
  .hero-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-self: end;
  }
  .hero-cta-text {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    letter-spacing: 0.3px;
  }
  .hero-call-button {
    background: var(--gold);
    color: #111 !important;
    text-decoration: none;
    padding: 18px 32px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all .3s ease;
    border: 2px solid var(--gold);
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(227, 181, 92, 0.3);
    position: relative;
    overflow: hidden;
  }
  .hero-call-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
  }
  .hero-call-button:hover::before {
    left: 100%;
  }
  .hero-call-button:hover {
    background: #fff;
    color: var(--gold) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(227, 181, 92, 0.4);
  }
  
  /* ===== BODY LAYOUT ===== */
  .service-content {
    background: #fafafa;
    padding: 120px 0 140px;
  }
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 100px;
    align-items: start;
  }
  .main-col > section {
    margin-bottom: 80px;
    background: #fff;
    padding: 60px 50px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #e8eaed;
    position: relative;
  }
  .main-col > section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
  }
  
  /* Shared section styles */
  .section-tag {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 24px;
    display: inline-block;
    background: rgba(227,181,92,0.08);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(227,181,92,0.2);
  }
  .main-col h2 {
    font-size: 42px;
    font-weight: 900;
    color: var(--text-900);
    margin: 0 0 32px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    position: relative;
  }
  .main-col h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold) 0%, #f4c430 100%);
    border-radius: 2px;
  }
  .overview-text {
    font-size: 19px;
    line-height: 1.75;
    color: var(--text-600);
    font-weight: 500;
    max-width: 90%;
  }
  
  /* Process */
  .process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 32px;
    position: relative;
  }
  .process-steps::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 60px;
    bottom: 60px;
    width: 2px;
    background: #e8eaed;
    z-index: 0;
  }
  .process-step,
  .process-steps li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
  }
  .process-step:hover,
  .process-steps li:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-color: var(--gold);
  }
  .step-number {
    background: var(--gold);
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    flex-shrink: 0;
    border: 4px solid #fff;
    z-index: 2;
    position: relative;
  }
  .step-content h3,
  .step-content h4 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--text-900);
    letter-spacing: -0.01em;
  }
  .step-content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--text-600);
    font-weight: 500;
  }
  
  /* Benefits grid */
  .benefits-grid {
    display: grid; 
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 8px;
  }
  .benefit-item {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
    position: relative;
  }
  .benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
  }
  .benefit-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: var(--gold);
  }
  .benefit-item h4 { 
    margin: 0 0 12px; 
    font-size: 18px; 
    font-weight: 700;
    color: var(--text-900); 
  }
  .benefit-item p { 
    margin: 0; 
    font-size: 15px; 
    line-height: 1.6;
    color: var(--text-600); 
  }
  
  /* Accreditations */
  .accreditations-grid {
    display: grid; gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .accreditation-item {
    background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
  }
  .accreditation-item h4 { margin: 0 0 6px; font-size: 16px; color: var(--text-900); }
  .accreditation-item p { margin: 0; font-size: 14px; color: #666; }
  
  /* Excellence Section */
  .service-excellence {
    position: relative;
  }
  .excellence-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 16px;
  }
  .excellence-item {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    position: relative;
    text-align: center;
  }
  .excellence-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
  }
  .excellence-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: var(--gold);
  }
  .excellence-icon {
    margin: 0 auto 24px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .excellence-icon svg {
    stroke: #fff;
    stroke-width: 2;
  }
  .excellence-item h4 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 800;
    color: var(--text-900);
    letter-spacing: -0.01em;
  }
  .excellence-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-600);
    font-weight: 500;
  }

  /* Areas */
  .areas-grid {
    display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    margin-top: 12px;
  }
  .area-item {
    background: #f8f9fa; border: 1px solid #eee; border-radius: 8px; padding: 10px 12px; text-align: center;
    font-size: 14px; color: var(--text-700); font-weight: 600;
  }
  
  /* CTA */
  .service-cta .cta-buttons {
    display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px;
  }
  .cta-button {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 22px; border-radius: 10px; font-weight: 800; text-decoration: none; font-size: 16px;
    transition: all .2s ease;
  }
  .cta-button.primary { background: var(--gold); color: #111; border: 2px solid var(--gold); }
  .cta-button.primary:hover { background: #fff; color: var(--gold); }
  .cta-button.secondary { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
  .cta-button.secondary:hover { background: var(--gold); color: #111; }
  .cta-guarantee { margin-top: 10px; font-size: 13px; color: #666; }
  
  /* ===== SIDEBAR ===== */
  .sidebar {
    display: grid;
    gap: 32px;
    height: fit-content;
    position: sticky;
    top: 140px;
  }
  .sidebar-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    position: relative;
  }
  .sidebar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
  }
  .sidebar-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: var(--gold);
  }
  .sidebar-card h3 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-900);
  }
  
  .emergency-card {
    background: #1a1a1a;
    color: #fff;
    border: 1px solid var(--gold);
  }
  .emergency-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
  }
  .emergency-card .emergency-header h3 { 
    margin: 0 0 12px; 
    font-size: 18px; 
    font-weight: 700;
    letter-spacing: 0.3px; 
    color: #fff;
  }
  .emergency-card p { 
    margin: 0 0 16px; 
    color: rgba(255,255,255,.9); 
    font-size: 15px;
    line-height: 1.5;
  }
  .emergency-card .emergency-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: #111;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.2s ease;
    border: 2px solid var(--gold);
  }
  .emergency-card .emergency-button:hover {
    background: #fff;
    color: var(--gold);
  }
  
  .trust-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
  .trust-item { font-size: 14px; color: var(--text-900); font-weight: 600; }
  
  .facts-list { list-style: disc inside; margin: 0; padding-left: 16px; color: var(--text-700); }
  .services-list { list-style: none; margin: 0; padding: 0; }
  .services-list a { color: var(--text-700); text-decoration: none; }
  .services-list a:hover { color: var(--gold); }

  /* Enhanced Review Card Styling */
  .reviews-highlight {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 2px solid #e8eaed;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
  }

  .reviews-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--gold) 0%, #f4c430 100%);
  }

  .reviews-highlight h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-900);
    margin: 0 0 20px;
    letter-spacing: -0.01em;
  }

  .reviews-highlight .stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }

  .reviews-highlight .stars svg {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 1px 2px rgba(227, 181, 92, 0.3));
  }

  .reviews-highlight .review-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-600);
    font-style: italic;
    margin: 0 0 20px;
    position: relative;
    padding-left: 24px;
  }

  .reviews-highlight .review-text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 48px;
    font-family: Georgia, serif;
    color: var(--gold);
    opacity: 0.5;
    line-height: 1;
  }

  .reviews-highlight .review-author {
    font-size: 14px;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid #e8eaed;
    padding-top: 16px;
    margin-top: 20px;
  }
  
  /* Areas We Serve Links - Brand Styling */
  .service-areas ul {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .service-areas ul li {
    margin: 0;
  }
  .service-areas ul li a {
    display: inline-block;
    padding: 10px 16px;
    background: #f8f9fa;
    border: 2px solid #eee;
    border-radius: 8px;
    color: var(--text-700);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .service-areas ul li a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 181, 92, 0.25);
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 1200px) {
    .grid {
      gap: 80px;
    }
    .main-col > section {
      padding: 50px 40px;
    }
  }

  @media (max-width: 992px) {
    .grid {
      grid-template-columns: 1fr;
      gap: 80px;
    }
    .sidebar {
      position: static;
      order: 2;
    }
    .main-col {
      order: 1;
    }
    .hero-meta {
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: center;
      padding: 28px 32px;
    }
    .hero-meta::before {
      width: 60px;
    }
    .hero-reviews {
      justify-content: center;
      gap: 16px;
    }
    .hero-cta {
      justify-self: center;
      gap: 16px;
    }
    .service-hero {
      padding: 160px 0 120px;
    }
    .service-content {
      padding: 100px 0 120px;
    }
    .excellence-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 28px;
    }
  }
  
  @media (max-width: 768px) {
    .service-hero {
      padding: 140px 0 100px;
      min-height: 60vh;
    }
    .service-content {
      padding: 80px 0 100px;
    }
    .service-title {
      font-size: 36px;
      margin-bottom: 14px;
      line-height: 1.1;
      max-width: 100%;
    }
    .service-subtitle {
      font-size: 16px;
      margin-bottom: 24px;
    }
    .hero-meta {
      padding: 24px 28px;
      border-radius: 12px;
      gap: 24px;
    }
    .hero-meta::before {
      width: 50px;
    }
    .hero-reviews .review-text {
      font-size: 15px;
    }
    .hero-cta-text {
      font-size: 15px;
    }
    .hero-call-button {
      font-size: 16px;
      padding: 16px 24px;
      border-radius: 10px;
    }
    .main-col > section {
      margin-bottom: 60px;
      padding: 40px 32px;
    }
    .sidebar-card {
      padding: 32px 28px;
    }
    .reviews-highlight {
      padding: 28px 24px;
      border-radius: 12px;
    }
    .reviews-highlight h3 {
      font-size: 18px;
      margin-bottom: 16px;
    }
    .reviews-highlight .review-text {
      font-size: 15px;
      padding-left: 20px;
    }
    .reviews-highlight .review-text::before {
      font-size: 36px;
      top: -6px;
    }
    .main-col h2 {
      font-size: 32px;
    }
    .process-steps {
      gap: 24px;
    }
    .process-steps::before {
      left: 28px;
    }
    .process-step,
    .process-steps li {
      padding: 28px 24px;
    }
    .step-number {
      width: 48px;
      height: 48px;
      font-size: 18px;
    }
    .benefits-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .excellence-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .excellence-item {
      padding: 32px 28px;
    }
  }
  
  @media (max-width: 600px) {
    .service-hero {
      padding: 100px 0 80px;
    }
    .service-breadcrumb {
      padding: 6px 12px;
      font-size: 13px;
    }
    .service-title {
      font-size: 32px;
      line-height: 1.1;
    }
    .service-subtitle {
      font-size: 15px;
      margin-bottom: 20px;
    }
    .hero-meta {
      padding: 20px 24px;
      gap: 20px;
      border-radius: 10px;
      border-left-width: 4px;
    }
    .hero-meta::before {
      width: 40px;
    }
    .hero-reviews {
      gap: 12px;
    }
    .hero-reviews .stars svg {
      width: 18px;
      height: 18px;
    }
    .hero-reviews .review-text {
      font-size: 14px;
    }
    .hero-cta {
      gap: 12px;
      flex-direction: column;
      align-items: center;
    }
    .hero-cta-text {
      font-size: 14px;
    }
    .hero-call-button {
      font-size: 15px;
      padding: 14px 20px;
      border-radius: 8px;
    }
    .main-col > section {
      padding: 24px 20px;
      margin-bottom: 36px;
    }
    .reviews-highlight {
      padding: 24px 20px;
      border-radius: 10px;
    }
    .reviews-highlight h3 {
      font-size: 16px;
      margin-bottom: 14px;
    }
    .reviews-highlight .stars {
      margin-bottom: 16px;
    }
    .reviews-highlight .stars svg {
      width: 18px;
      height: 18px;
    }
    .reviews-highlight .review-text {
      font-size: 14px;
      line-height: 1.5;
      padding-left: 18px;
      margin-bottom: 16px;
    }
    .reviews-highlight .review-text::before {
      font-size: 32px;
      top: -4px;
    }
    .reviews-highlight .review-author {
      font-size: 13px;
      padding-top: 14px;
      margin-top: 16px;
    }
    .main-col h2 {
      font-size: 24px;
    }
    .section-tag {
      font-size: 12px;
      padding: 4px 10px;
    }
  }