﻿/* -------------------------------------------
   SURREY ROOFING & WINDOWS LTD GLOBAL CSS
   Brand: Teal #4DC8C8 | Slate #2C3E4A | White
------------------------------------------- */

:root {
  --teal: #4DC8C8;
  --teal-dark: #35AAAA;
  --teal-deeper: #1E8080;
  --teal-light: #E8F8F8;
  --teal-pale: #F0FAFA;
  --slate: #2C3E4A;
  --slate-mid: #4A5F6E;
  --slate-light: #8BA0AD;
  --off-white: #F7F9FA;
  --white: #FFFFFF;
  --text: #1A2830;
  --muted: #5A7080;
  --border: #D8E8EC;
  --shadow: rgba(77,200,200,0.15);
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* -- UTILITY -- */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-teal { background: var(--teal-pale); }
.section-slate { background: var(--slate); }
.section-off { background: var(--off-white); }

.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--teal-deeper); margin-bottom: 12px; }
.eyebrow-light { color: rgba(77,200,200,0.85); }

h1.display, h2.display {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--text);
}
h1.display-hero {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.05;
  color: var(--white);
}
h2.display em, h1.display em, h1.display-hero em { color: var(--teal); font-style: normal; }
.display-light { color: var(--white) !important; }
.divider { width: 48px; height: 3px; background: var(--teal); margin: 18px 0 30px; border-radius: 2px; }
.subtitle { font-size: 1.05rem; color: var(--muted); line-height: 1.75; margin-top: 12px; max-width: 580px; }
.subtitle-light { color: rgba(255,255,255,0.6); }

/* -- BUTTONS -- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; padding: 14px 28px; border-radius: 6px; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; letter-spacing: 0.3px; font-family: 'Inter', sans-serif; }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-teal:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 8px 24px var(--shadow); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.4); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-slate { background: var(--slate); color: var(--white); }
.btn-slate:hover { background: #1a2830; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--teal); border: 1.5px solid var(--teal); }
.btn-ghost:hover { background: var(--teal); color: var(--white); }

/* -- ANNOUNCEMENT BAR -- */
.ann { background: var(--teal); text-align: center; padding: 10px 24px; font-size: 0.83rem; font-weight: 600; color: var(--white); }
.ann a { color: var(--white); font-weight: 700; text-decoration: underline; }

/* -- HEADER -- */
header { background: var(--white); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--border); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 68px; max-width: 1160px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 36px; height: 36px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: 'DM Serif Display', serif; font-size: 1.05rem; color: var(--teal); }
.logo-sub { font-size: 0.6rem; color: var(--slate-light); letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }

/* Desktop Nav */
nav { display: flex; align-items: center; gap: 2px; }
nav a { color: var(--slate-mid); font-size: 0.85rem; font-weight: 500; padding: 8px 12px; border-radius: 4px; text-decoration: none; transition: all 0.15s; white-space: nowrap; }
nav a:hover, nav a.active { color: var(--teal); background: var(--teal-light); }
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' v'; font-size: 0.7rem; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border: 1px solid var(--border); border-radius: 8px; min-width: 220px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); z-index: 200; padding: 6px 0; }
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 18px; font-size: 0.84rem; color: var(--slate-mid); border-radius: 0; }
.dropdown-menu a:hover { background: var(--teal-light); color: var(--teal); }
.nav-cta { background: var(--teal) !important; color: var(--white) !important; margin-left: 8px; }
.nav-cta:hover { background: var(--teal-dark) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--slate); border-radius: 2px; transition: 0.3s; }

/* Mobile Nav */
.mobile-nav { display: none; position: fixed; inset: 0; background: var(--white); z-index: 999; flex-direction: column; align-items: center; gap: 8px; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 70px 0 40px; }
.mobile-nav.open { display: flex; }
.mobile-nav a, .mobile-nav h4 { flex-shrink: 0; }
.mobile-nav a { font-size: 1.2rem; font-weight: 600; color: var(--slate); padding: 12px 24px; text-decoration: none; }
.mobile-nav a:hover { color: var(--teal); }
.mobile-nav a.mobile-sub { font-size: 0.95rem; font-weight: 500; color: var(--slate-mid); padding-top: 6px; padding-bottom: 6px; }
.mobile-close { position: absolute; top: 20px; right: 24px; font-size: 1.8rem; cursor: pointer; color: var(--slate); background: none; border: none; }

/* -- TRUST BAR -- */
.trust-bar { background: var(--off-white); border-bottom: 1px solid var(--border); padding: 14px 0; overflow: hidden; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; font-weight: 600; color: var(--slate-mid); white-space: nowrap; }
.trust-item strong { color: var(--text); }
.trust-sep { width: 1px; height: 18px; background: var(--border); flex-shrink: 0; }
/* Mobile ticker */
.trust-ticker-mobile { display: none; }
@media (max-width: 768px) {
  .trust-bar { padding: 10px 0; }
  .trust-bar-desktop { display: none; }
  .trust-ticker-mobile { display: block; overflow: hidden; }
  .trust-ticker-track { display: flex; align-items: center; gap: 20px; width: max-content; animation: trust-ticker 18s linear infinite; padding: 0 10px; }
  .trust-ticker-track .trust-sep { height: 14px; }
  .trust-ticker-track .trust-item { font-size: 0.78rem; }
  @keyframes trust-ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
}

/* -- ACCRED BAR -- */
.accred-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 14px 0; }
.accred-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.accred-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--slate-light); white-space: nowrap; }
.accred-badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.accred-badge { display: flex; align-items: center; gap: 6px; background: var(--off-white); border: 1px solid var(--border); border-radius: 100px; padding: 5px 12px; font-size: 0.76rem; font-weight: 600; color: var(--slate); white-space: nowrap; }
.accred-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }

/* -- HERO -- */
.hero { background: var(--slate); position: relative; overflow: hidden; min-height: 88vh; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(44,62,74,0.97) 0%, rgba(44,62,74,0.88) 50%, rgba(44,62,74,0.6) 100%), url('assets/img/red-tile-roof-drone-surrey-2.webp') center 38%/cover no-repeat; }
.hero-glow { position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(77,200,200,0.1) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: 80px 24px 100px; width: 100%; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(77,200,200,0.15); border: 1px solid rgba(77,200,200,0.3); color: var(--teal); font-size: 0.76rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 22px; }
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
.hero-sub { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.75; margin: 20px 0 34px; }
.hero-sub strong { color: var(--white); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-service-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; }
.hero-service-list span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 100px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.78); font-size: 0.76rem; font-weight: 600; }
.hero-service-list span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.hero-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.hero-stat { border-top: 2px solid rgba(77,200,200,0.25); padding-top: 14px; }
.hero-stat-num { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--teal); line-height: 1; }
.hero-stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.45); margin-top: 4px; text-transform: uppercase; letter-spacing: 1px; }
.hero-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; }
.hero-proof-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 16px 18px; backdrop-filter: blur(6px); }
.hero-proof-card strong { display: block; font-family: 'DM Serif Display', serif; font-size: 1.35rem; color: var(--white); line-height: 1.1; margin-bottom: 6px; }
.hero-proof-card span { display: block; font-size: 0.76rem; line-height: 1.55; color: rgba(255,255,255,0.68); }
.hero-proof-card small { display: block; margin-top: 5px; font-size: 0.72rem; color: var(--teal); letter-spacing: 1px; text-transform: uppercase; }

/* Hero Quote Card */
.hero-card { background: var(--white); border-radius: 12px; padding: 28px; box-shadow: 0 24px 60px rgba(0,0,0,0.3); }
.hero-card-title { font-family: 'DM Serif Display', serif; font-size: 1.2rem; color: var(--text); margin-bottom: 18px; }
.hero-card-title span { color: var(--teal); }
.hc-form { display: flex; flex-direction: column; gap: 10px; }
.hc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hc-group { display: flex; flex-direction: column; gap: 4px; }
.hc-label { font-size: 0.72rem; font-weight: 600; color: var(--slate-mid); letter-spacing: 0.5px; }
.hc-form input, .hc-form select, .hc-form textarea { width: 100%; padding: 10px 13px; border: 1.5px solid var(--border); border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 0.86rem; color: var(--text); outline: none; transition: border-color 0.2s; }
.hc-form input:focus, .hc-form select:focus, .hc-form textarea:focus { border-color: var(--teal); }
.hc-form textarea { resize: vertical; min-height: 72px; }
.hc-submit { background: var(--teal); color: var(--white); border: none; padding: 13px; border-radius: 6px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.2s; width: 100%; font-family: 'Inter', sans-serif; }
.hc-submit:hover { background: var(--teal-dark); }
.hc-note { font-size: 0.7rem; color: var(--muted); text-align: center; margin-top: 4px; }
.hc-emergency { display: flex; align-items: center; gap: 10px; background: var(--teal-light); border-radius: 8px; padding: 10px 14px; margin-top: 8px; }
.hc-em-text { font-size: 0.78rem; color: var(--teal-deeper); }
.hc-em-text strong { display: block; font-size: 0.9rem; }
.hc-em-text a { color: var(--teal-deeper); font-weight: 700; text-decoration: none; }

/* -- PAGE HERO (inner pages) -- */
.page-hero { background: var(--slate); padding: 80px 0 70px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(44,62,74,0.95), rgba(44,62,74,0.7)); }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
body[data-page="about"] .page-hero-bg,
body[data-page="blog"] .page-hero-bg,
body[data-page="contact"] .page-hero-bg,
body[data-page="reviews"] .page-hero-bg,
body[data-page="projects"] .page-hero-bg,
body[data-page="locations"] .page-hero-bg {
  background-image: url('assets/img/red-tile-roof-drone-surrey-2.png') !important;
  background-position: center 42% !important;
}
.page-hero-bg[style*="red-tile-roof-drone-surrey"] {
  background-position: center center !important;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); line-height: 1.1; margin-bottom: 14px; }
.page-hero h1 em { color: var(--teal); font-style: normal; }
.page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 600px; margin-bottom: 28px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb span { opacity: 0.4; }

/* -- SERVICE CARDS -- */
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 48px; }
.service-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 26px 22px; position: relative; overflow: hidden; transition: all 0.25s; text-decoration: none; color: var(--text); display: block; isolation: isolate; }
.service-card > * { position: relative; z-index: 2; }
.service-photo-card::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.12; transition: opacity 0.25s, transform 0.35s; z-index: 0; transform: scale(1.03); }
.service-photo-card::after { z-index: 3; }
.service-photo-card:hover::before { opacity: 0.18; transform: scale(1.08); }
.service-card.pitched-card::before { background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.84)), url('assets/img/red-tile-roof-drone-surrey-2.png'); }
.service-card.flat-card::before { background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.84)), url('assets/img/flat-roof-finish-surrey.jpg'); }
.service-card.repairs-card::before { background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.84)), url('assets/img/roof-repair-surrey-1.jpg'); }
.service-card.emergency-card::before { background-image: linear-gradient(rgba(255,255,255,0.72), rgba(255,255,255,0.86)), url('assets/img/emergency-roof-repair-surrey-2.jpg'); }
.service-card.roofline-card::before { background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.84)), url('assets/img/roofline-upgrade-surrey.jpg'); }
.service-card.chimney-card::before { background-image: linear-gradient(rgba(255,255,255,0.68), rgba(255,255,255,0.84)), url('assets/img/chimney-leadwork-surrey.jpg'); }
.service-card.skylight-card::before { background-image: linear-gradient(rgba(255,255,255,0.72), rgba(255,255,255,0.86)), url('assets/img/flat-roof-lantern-build-surrey.jpg'); }
.service-card.surveys-card::before { background-image: linear-gradient(rgba(255,255,255,0.72), rgba(255,255,255,0.88)), url('assets/img/red-tile-roof-drone-surrey-1.png'); }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 46px; height: 46px; background: var(--teal-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 16px; }
.service-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.05rem; margin-bottom: 8px; }
.service-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; font-size: 0.78rem; font-weight: 600; color: var(--teal); opacity: 0; transform: translateX(-6px); transition: all 0.25s; }
.service-card:hover .service-link { opacity: 1; transform: translateX(0); }

/* -- STATS BAR -- */
.stats-bar { background: var(--teal); padding: 50px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { text-align: center; padding: 16px; border-right: 1px solid rgba(255,255,255,0.2); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 2.8rem; color: var(--white); line-height: 1; }
.stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; }

/* -- PROJECT CARDS -- */
.projects-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 48px; }
.project-card { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1.5px solid var(--border); transition: all 0.25s; text-decoration: none; color: var(--text); display: block; }
.project-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); border-color: var(--teal); }
.project-img-wrap { height: 200px; overflow: hidden; background: var(--teal-light); display: flex; align-items: center; justify-content: center; font-size: 3rem; background-size: cover; background-position: center; color: transparent; }
.project-body { padding: 20px; }
.project-location { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 6px; }
.project-card h4 { font-family: 'DM Serif Display', serif; font-size: 1.05rem; margin-bottom: 8px; }
.project-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.project-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.project-tag { font-size: 0.7rem; font-weight: 600; padding: 3px 10px; background: var(--teal-light); color: var(--teal-deeper); border-radius: 100px; }

/* -- REVIEW CARDS -- */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.review-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 26px; position: relative; }
.review-card::before { content: '"'; position: absolute; top: 14px; right: 18px; font-size: 2.2rem; color: var(--teal); opacity: 0.12; line-height: 1; }
.review-stars { color: var(--teal); letter-spacing: 2px; font-size: 0.82rem; margin-bottom: 10px; }
.review-text { font-size: 0.86rem; line-height: 1.7; color: var(--text); margin-bottom: 16px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-av { width: 36px; height: 36px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; color: var(--white); flex-shrink: 0; }
.review-name { font-size: 0.86rem; font-weight: 700; color: var(--text); }
.review-loc { font-size: 0.72rem; color: var(--muted); }

/* -- WHY CARDS -- */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 48px; }
.why-card { padding: 28px; border-radius: var(--radius); background: var(--white); border: 1.5px solid var(--border); transition: all 0.25s; }
.why-card:hover { border-color: var(--teal); box-shadow: 0 8px 24px var(--shadow); }
.why-num { font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: var(--teal); opacity: 0.25; line-height: 1; margin-bottom: 6px; }
.why-card h4 { font-family: 'DM Serif Display', serif; font-size: 1rem; margin-bottom: 8px; }
.why-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.65; }

/* -- PROCESS -- */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 48px; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 27px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, var(--teal), var(--border)); z-index: 0; }
.process-step { text-align: center; padding: 0 18px; position: relative; z-index: 1; }
.ps-num { width: 54px; height: 54px; border-radius: 50%; background: var(--teal); color: var(--white); font-family: 'DM Serif Display', serif; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--teal); }
.process-step h4 { font-family: 'DM Serif Display', serif; font-size: 1rem; margin-bottom: 8px; }
.process-step p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* -- PRICING -- */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.price-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 28px 24px; text-align: center; transition: all 0.25s; }
.price-card.featured { border-color: var(--teal); background: var(--teal); }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.price-type { font-size: 0.74rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
.price-card.featured .price-type { color: rgba(255,255,255,0.75); }
.price-range { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: var(--text); margin-bottom: 8px; }
.price-card.featured .price-range { color: var(--white); }
.price-note { font-size: 0.78rem; color: var(--muted); margin-bottom: 16px; line-height: 1.5; }
.price-card.featured .price-note { color: rgba(255,255,255,0.65); }
.price-items { text-align: left; border-top: 1px solid var(--border); padding-top: 14px; }
.price-card.featured .price-items { border-color: rgba(255,255,255,0.2); }
.price-item { font-size: 0.8rem; color: var(--muted); padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.price-card.featured .price-item { color: rgba(255,255,255,0.75); }
.pi-check { color: var(--teal); font-size: 0.8rem; flex-shrink: 0; }
.price-card.featured .pi-check { color: rgba(255,255,255,0.8); }

/* -- FAQ -- */
.faq-list { margin-top: 48px; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-weight: 600; font-size: 0.92rem; color: var(--text); transition: background 0.2s; user-select: none; }
.faq-q:hover { background: var(--teal-pale); }
.faq-q.open { color: var(--teal-deeper); background: var(--teal-light); }
.faq-icon { font-size: 1rem; color: var(--teal); flex-shrink: 0; transition: transform 0.3s; }
.faq-q.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 22px 18px; font-size: 0.86rem; color: var(--muted); line-height: 1.75; border-top: 1px solid var(--border); }
.faq-a.open { display: block; }

/* -- AREAS -- */
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px,1fr)); gap: 10px; margin-top: 48px; }
.area-chip { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; padding: 11px 14px; text-align: center; font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.65); transition: all 0.2s; cursor: default; }
.area-chip:hover { background: var(--teal); border-color: var(--teal); color: var(--white); }

/* -- EMERGENCY CTA -- */
.emergency-cta { background: linear-gradient(135deg, var(--teal-deeper) 0%, var(--teal-dark) 100%); padding: 72px 0; text-align: center; position: relative; overflow: hidden; }
.emergency-cta::before { content: '24/7'; position: absolute; font-family: 'DM Serif Display', serif; font-size: 18rem; color: rgba(255,255,255,0.04); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; white-space: nowrap; }
.emergency-cta h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem,4vw,3rem); color: var(--white); margin-bottom: 10px; position: relative; }
.emergency-cta p { color: rgba(255,255,255,0.7); font-size: 1rem; margin-bottom: 30px; position: relative; }
.emergency-phone { display: inline-flex; align-items: center; gap: 12px; background: var(--white); color: var(--teal-deeper); font-family: 'DM Serif Display', serif; font-size: clamp(1.4rem,3vw,2rem); padding: 16px 36px; border-radius: 6px; text-decoration: none; position: relative; transition: transform 0.2s; }
.emergency-phone:hover { transform: scale(1.03); }

/* -- CONTACT FORM -- */
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 48px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.cd-icon { width: 40px; height: 40px; background: var(--teal-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.cd-text { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }
.cd-text strong { display: block; font-size: 0.92rem; color: var(--text); margin-bottom: 2px; }
.cd-text a { color: var(--teal); text-decoration: none; font-weight: 600; }
.contact-form-wrap { background: var(--off-white); padding: 30px; border-radius: 12px; }
.quote-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; }
.quote-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 100px; background: var(--off-white); border: 1px solid var(--border); font-size: 0.77rem; font-weight: 600; color: var(--slate-mid); }
.quote-chip::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.contact-note-panel { background: var(--off-white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 24px; margin-top: 26px; }
.contact-note-panel h3 { font-family: 'DM Serif Display', serif; font-size: 1.18rem; margin-bottom: 10px; color: var(--text); }
.contact-note-panel p { font-size: 0.86rem; color: var(--muted); line-height: 1.7; margin-bottom: 14px; }
.quote-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.quote-step { background: var(--white); border: 1.5px solid var(--border); border-radius: 10px; padding: 16px; }
.quote-step strong { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; letter-spacing: 1px; text-transform: uppercase; color: var(--teal-deeper); margin-bottom: 7px; }
.quote-step strong::before { width: 22px; height: 22px; border-radius: 50%; background: var(--teal-light); color: var(--teal-deeper); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.72rem; font-weight: 700; }
.quote-step:nth-child(1) strong::before { content: '1'; }
.quote-step:nth-child(2) strong::before { content: '2'; }
.quote-step:nth-child(3) strong::before { content: '3'; }
.quote-step:nth-child(4) strong::before { content: '4'; }
.quote-step p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; margin: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 0.72rem; font-weight: 600; color: var(--slate-mid); letter-spacing: 0.5px; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea { padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 0.86rem; color: var(--text); background: var(--white); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { background: var(--teal); color: var(--white); border: none; padding: 14px; border-radius: 6px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.2s; width: 100%; font-family: 'Inter', sans-serif; }
.form-submit:hover { background: var(--teal-dark); }
.service-faq-wrap { margin-top: 34px; }
.service-faq-wrap h3 { margin-bottom: 6px; }
.service-faq-wrap .faq-list { margin-top: 18px; }

/* -- FOOTER -- */
footer { background: var(--slate); color: rgba(255,255,255,0.5); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 24px; }
.footer-brand-name { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: var(--teal); margin-bottom: 4px; }
.footer-brand-sub { font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); display: block; margin-bottom: 14px; }
.footer-about p { font-size: 0.82rem; line-height: 1.7; max-width: 280px; }
.footer-col h5 { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.footer-col a { display: block; color: rgba(255,255,255,0.4); font-size: 0.82rem; margin-bottom: 7px; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; margin-left: 12px; }
.footer-bottom a:hover { color: var(--white); }

/* -- STICKY CALL -- */
.sticky-call { position: fixed; bottom: 20px; right: 20px; z-index: 999; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.sticky-call.show { opacity: 1; pointer-events: auto; }
.sticky-call a { display: flex; align-items: center; gap: 10px; background: var(--teal); color: var(--white); padding: 13px 20px; border-radius: 50px; font-size: 0.88rem; font-weight: 600; text-decoration: none; box-shadow: 0 8px 24px rgba(77,200,200,0.4); animation: float 3s ease-in-out infinite; }
.sticky-call a:hover { background: var(--teal-dark); animation: none; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }

/* -- WHATSAPP BUTTON -- */
.whatsapp-btn { position: fixed; bottom: 80px; right: 20px; z-index: 998; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.6); }
.whatsapp-btn svg { width: 28px; height: 28px; fill: #fff; }

/* -- SCROLL REVEAL -- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1{transition-delay:0.1s} .d2{transition-delay:0.2s} .d3{transition-delay:0.3s} .d4{transition-delay:0.4s}

/* -- REVIEW AGG -- */
.review-agg { display: flex; align-items: center; gap: 20px; background: var(--teal-light); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 8px; }
.agg-num { font-family: 'DM Serif Display', serif; font-size: 3rem; color: var(--teal); line-height: 1; }
.agg-stars { color: var(--teal); font-size: 1rem; letter-spacing: 2px; margin-bottom: 4px; }
.agg-text { font-size: 0.8rem; color: var(--muted); }
.review-source-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin: 26px 0 10px; }
.review-source-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); text-decoration: none; color: var(--text); transition: all 0.25s; }
.review-source-card:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
.review-source-card.checkatrade { background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 100%); }
.review-source-card.google { background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%); }
.review-source-brand { display: flex; flex-direction: column; gap: 4px; }
.review-source-name { font-size: 0.8rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--slate-mid); }
.review-source-sub { font-size: 0.8rem; color: var(--muted); line-height: 1.5; max-width: 280px; }
.review-source-score { text-align: right; flex-shrink: 0; }
.review-source-score strong { display: block; font-family: 'DM Serif Display', serif; font-size: 2rem; line-height: 1; color: var(--text); }
.review-source-score span { display: block; font-size: 0.76rem; color: var(--muted); margin-top: 4px; }
.review-source-score .review-mini-stars { color: #f4a624; letter-spacing: 2px; font-size: 0.78rem; margin-top: 3px; }

/* -- LOCATION VISUALS -- */
.location-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.location-gallery-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.location-gallery-card .project-img-wrap { height: 210px; }
.location-gallery-card .project-body { padding: 18px; }
.location-gallery-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.05rem; margin-bottom: 8px; }
.location-gallery-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }
.location-spotlight { margin: 28px 0 22px; background: var(--off-white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.location-spotlight-image { height: 240px; background-size: cover; background-position: center; }
.location-spotlight-body { padding: 18px 20px 20px; }
.location-spotlight-body h4 { font-family: 'DM Serif Display', serif; font-size: 1.02rem; margin-bottom: 8px; color: var(--text); }
.location-spotlight-body p { font-size: 0.84rem; line-height: 1.7; color: var(--muted); margin-bottom: 0; }
.local-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 22px 0 6px; }
.local-proof-item { background: var(--off-white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 16px; }
.local-proof-item strong { display: block; font-size: 0.76rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--teal-deeper); margin-bottom: 7px; }
.local-proof-item p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; margin: 0; }
.review-section { margin-top: 34px; }
.review-section h3 { font-family: 'DM Serif Display', serif; font-size: 1.45rem; margin-bottom: 8px; color: var(--text); }
.review-section p { font-size: 0.9rem; color: var(--muted); line-height: 1.75; max-width: 720px; }
.case-study-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.case-study-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 24px; }
.case-study-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.15rem; margin-bottom: 10px; color: var(--text); }
.case-study-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.case-study-meta span { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--teal-deeper); background: var(--teal-light); padding: 5px 10px; border-radius: 100px; }
.case-study-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.7; margin-bottom: 10px; }
.case-study-card ul { padding-left: 18px; margin: 0; }
.case-study-card li { font-size: 0.82rem; color: var(--muted); line-height: 1.65; margin-bottom: 6px; }
.before-after-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.before-after-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 18px; }
.before-after-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.08rem; margin-bottom: 8px; color: var(--text); }
.before-after-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.65; margin-bottom: 12px; }
.before-after-images { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.before-after-image { border-radius: 10px; overflow: hidden; border: 1.5px solid var(--border); background: var(--off-white); }
.before-after-image img { width: 100%; height: 170px; object-fit: cover; display: block; }
.before-after-label { padding: 8px 10px; font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--slate-mid); background: var(--white); border-top: 1px solid var(--border); }
.before-after-list { display: flex; flex-wrap: wrap; gap: 8px; }
.before-after-list span { font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--teal-deeper); background: var(--teal-light); padding: 5px 10px; border-radius: 100px; }

/* -- INFO BOXES -- */
.info-box { background: var(--teal-light); border-left: 3px solid var(--teal); border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 20px 0; font-size: 0.88rem; color: var(--teal-deeper); line-height: 1.65; }
.info-box strong { display: block; font-size: 0.9rem; margin-bottom: 4px; }
.warn-box { background: #FFF8E8; border-left: 3px solid #E67E22; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 20px 0; font-size: 0.88rem; color: #7D4E0A; line-height: 1.65; }

/* -- CONTENT PROSE -- */
.prose h2 { font-family: 'DM Serif Display', serif; font-size: 1.6rem; margin: 36px 0 14px; color: var(--text); }
.prose h3 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; margin: 28px 0 10px; color: var(--text); }
.prose p { font-size: 0.95rem; line-height: 1.8; color: var(--muted); margin-bottom: 16px; }
.prose ul { padding-left: 20px; margin-bottom: 16px; }
.prose ul li { font-size: 0.92rem; color: var(--muted); line-height: 1.7; margin-bottom: 6px; }
.prose ul li::marker { color: var(--teal); }

/* -- TWO COL LAYOUT -- */
.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 56px; margin-top: 48px; }
.two-col.reverse { grid-template-columns: 1fr 2fr; }
.sidebar-card { background: var(--off-white); border-radius: var(--radius); padding: 28px; border: 1.5px solid var(--border); height: fit-content; position: sticky; top: 90px; }
.sidebar-card h4 { font-family: 'DM Serif Display', serif; font-size: 1.1rem; margin-bottom: 16px; color: var(--text); }
.sidebar-services a { display: flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.84rem; color: var(--slate-mid); text-decoration: none; transition: color 0.2s; }
.sidebar-services a:hover { color: var(--teal); }
.sidebar-services a::before { content: '-'; color: var(--teal); font-size: 0.8rem; }
.sidebar-cta { background: var(--teal); border-radius: 8px; padding: 20px; text-align: center; margin-top: 20px; }
.sidebar-cta p { font-size: 0.82rem; color: rgba(255,255,255,0.8); margin-bottom: 12px; }
.sidebar-cta a { display: block; background: var(--white); color: var(--teal-deeper); padding: 10px; border-radius: 6px; font-size: 0.86rem; font-weight: 700; text-decoration: none; margin-bottom: 8px; }
.sidebar-cta a:last-child { margin-bottom: 0; background: rgba(255,255,255,0.15); color: var(--white); }

/* -- RESPONSIVE -- */
@media(max-width:1000px){
  .team-panel{grid-template-columns:1fr !important}
  .team-panel img{min-height:320px}
  .team-panel > div{padding:24px !important}
  .hero-content{grid-template-columns:1fr;gap:36px}
  .hero-card{max-width:480px}
  .hero-stats{grid-template-columns:repeat(4,1fr)}
  .hero-proof-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(2){border-right:none}
  .stat-item:nth-child(3){border-right:1px solid rgba(255,255,255,0.2)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .projects-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr}
  .review-source-grid{grid-template-columns:1fr}
  .location-gallery{grid-template-columns:1fr 1fr}
  .local-proof-grid{grid-template-columns:1fr}
  .case-study-grid{grid-template-columns:1fr}
  .before-after-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:28px}
  .process-grid::before{display:none}
  .contact-wrapper{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .two-col.reverse{grid-template-columns:1fr}
  .sidebar-card{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:660px){
  nav{display:none}
  .hamburger{display:flex}
  .services-grid,.why-grid,.projects-grid,.reviews-grid{grid-template-columns:1fr}
  .location-gallery{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .quote-steps,.before-after-images{grid-template-columns:1fr}
  .hc-row,.form-row{grid-template-columns:1fr}
  .hc-label,.form-group label{font-size:0.82rem}
  .hc-form input,.hc-form select,.hc-form textarea,.form-group input,.form-group select,.form-group textarea{font-size:1rem}
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .hero-service-list{gap:8px}
  .footer-grid{grid-template-columns:1fr}
  .trust-inner{flex-direction:column;align-items:flex-start;gap:8px}
  .trust-sep{display:none}
  .accred-inner{flex-direction:column;align-items:flex-start}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .pricing-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
