@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #0b0d0f;
  --ink-2: #111419;
  --ink-3: #191d22;
  --paper: #ffffff;
  --paper-2: #f4f4f2;
  --muted: #697078;
  --line: #dfe2e5;
  --accent: #f2b316;
  --accent-deep: #d89900;
  --heading: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
  --body: 'Inter', Arial, Helvetica, sans-serif;
  --container: 1180px;
  --shadow: 0 18px 50px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }
.section-dark { background: var(--ink); color: white; }
.section-soft { background: var(--paper-2); }

h1,h2,h3,h4 { font-family: var(--heading); line-height: .95; margin: 0; text-transform: uppercase; letter-spacing: .01em; }
h1 { font-size: clamp(4rem, 8vw, 7.4rem); font-weight: 900; }
h2 { font-size: clamp(3rem, 5vw, 5rem); font-weight: 800; }
h3 { font-size: 2rem; font-weight: 800; }
p { margin: 0; }

.eyeline { color: var(--accent); font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.lead { font-size: 1.1rem; color: #464d54; max-width: 690px; }
.section-dark .lead { color: #c7ccd1; }
.yellow { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #111; }
.btn-primary:hover { background: #ffc72a; }
.btn-ghost { border-color: rgba(255,255,255,.58); color: white; background: rgba(0,0,0,.18); }
.btn-ghost:hover { background: white; color: var(--ink); }
.btn-dark { background: var(--ink); color: white; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 78px;
  z-index: 50;
  display: flex;
  align-items: center;
  background: rgba(9,11,13,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 245px; height: auto; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { color: #fff; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; position: relative; }
.nav .btn { display:none; }
.nav a:not(.btn)::after { content:""; position:absolute; left:0; right:100%; bottom:-9px; height:2px; background:var(--accent); transition:right .2s ease; }
.nav a:not(.btn):hover::after, .nav a.active::after { right:0; }
.menu-toggle { display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.22); background:transparent; color:white; align-items:center; justify-content:center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content:""; width:20px; height:2px; background:currentColor; display:block; position:absolute; }
.menu-toggle::before { transform: translateY(-6px); }
.menu-toggle::after { transform: translateY(6px); }

.hero {
  min-height: 720px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:#0a0c0e;
  color:white;
}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background-image: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.92) 30%, rgba(5,7,9,.48) 58%, rgba(5,7,9,.06) 82%), url('../images/electrician-wiring.webp');
  background-size: cover;
  background-position: 67% center;
  transform: scale(1.01);
}
.hero-content { position:relative; z-index:1; padding-top: 94px; max-width: 690px; }
.hero h1 { font-size:clamp(4rem, 6vw, 6rem); }
.hero h1 span { color:var(--accent); }
.hero-copy { max-width:610px; margin-top:26px; font-size:1.12rem; color:#f1f1f1; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.hero-proof { display:flex; flex-wrap:wrap; gap:20px 30px; margin-top:30px; font-size:.78rem; font-weight:700; text-transform:uppercase; }
.hero-proof span { display:inline-flex; align-items:center; gap:8px; }
.hero-proof i { width:18px; height:18px; border:2px solid var(--accent); border-radius:50%; position:relative; }
.hero-proof i::after { content:""; position:absolute; width:5px; height:8px; border-right:2px solid var(--accent); border-bottom:2px solid var(--accent); transform:rotate(45deg); left:5px; top:2px; }

.value-strip { background: linear-gradient(180deg,#191c20,#101215); color:white; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); }
.value-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.value-item { padding:28px 34px; display:grid; grid-template-columns:54px 1fr; gap:18px; align-items:center; border-right:1px solid rgba(255,255,255,.14); }
.value-item:last-child { border-right:none; }
.icon-box { width:48px; height:48px; display:grid; place-items:center; border:1px solid rgba(242,179,22,.65); color:var(--accent); }
.icon-box svg { width:26px; height:26px; stroke:currentColor; fill:none; stroke-width:1.8; }
.value-item h3 { font-size:1.35rem; }
.value-item p { margin-top:5px; color:#bfc4ca; font-size:.83rem; line-height:1.45; }

.split { display:grid; grid-template-columns:1.02fr .98fr; gap:68px; align-items:center; }
.media-frame { position:relative; }
.media-frame img { width:100%; aspect-ratio: 4/3; object-fit:cover; box-shadow:var(--shadow); }
.media-frame::after { content:""; position:absolute; width:90px; height:90px; border-right:8px solid var(--accent); border-bottom:8px solid var(--accent); right:-14px; bottom:-14px; z-index:-1; }
.copy-block h2 { margin-bottom:24px; }
.copy-block .lead { margin-bottom:34px; }
.mini-features { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.mini-feature { padding:24px 22px 0 0; border-right:1px solid var(--line); margin-right:22px; }
.mini-feature:last-child { border-right:none; margin-right:0; }
.mini-feature .num { font-family:var(--heading); font-size:2.8rem; font-weight:800; line-height:1; color:var(--accent); }
.mini-feature strong { display:block; margin-top:12px; font-size:.86rem; }
.mini-feature p { margin-top:8px; font-size:.79rem; color:var(--muted); line-height:1.55; }


.project-showcase {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0/56px 56px,
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px) 0 0/56px 56px,
    #0d1013;
  color: white;
}
.project-showcase::after {
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-190px;
  top:-210px;
  border:1px solid rgba(242,179,22,.20);
  transform:rotate(18deg);
}
.project-showcase-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:72px;
  align-items:center;
}
.project-copy h2 { font-size:clamp(3.4rem,5vw,5.2rem); max-width:560px; }
.project-copy .lead { margin-top:24px; color:#c5cad0; max-width:540px; }
.project-meta { margin-top:34px; border-top:1px solid #2d3238; }
.project-meta > div { display:grid; grid-template-columns:168px 1fr; gap:24px; padding:17px 0; border-bottom:1px solid #2d3238; }
.project-meta strong { font-size:.82rem; text-transform:uppercase; letter-spacing:.04em; color:white; }
.project-meta span { font-size:.82rem; color:#969da5; line-height:1.5; }
.project-link { display:inline-flex; gap:9px; margin-top:28px; font-size:.82rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }
.project-link span { color:var(--accent); }
.browser-stage { position:relative; padding:0 0 34px 28px; }
.browser-stage::before {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:72%;
  height:74%;
  border-left:8px solid var(--accent);
  border-bottom:8px solid var(--accent);
}
.browser-window {
  position:relative;
  z-index:1;
  overflow:hidden;
  background:#101317;
  border:1px solid #343940;
  box-shadow:0 34px 80px rgba(0,0,0,.46);
  transform:perspective(1400px) rotateY(-2deg) rotateX(.5deg);
  transform-origin:center;
}
.browser-bar { height:44px; display:grid; grid-template-columns:96px 1fr 96px; align-items:center; background:#15191e; border-bottom:1px solid #2b3036; }
.browser-dots { display:flex; gap:7px; padding-left:16px; }
.browser-dots span { width:8px; height:8px; border-radius:50%; background:#4b5159; }
.browser-dots span:first-child { background:var(--accent); }
.browser-address { justify-self:center; min-width:280px; max-width:480px; width:60%; padding:6px 14px; border:1px solid #30353b; color:#8f969e; background:#0f1215; font-size:.68rem; text-align:center; letter-spacing:.02em; }
.browser-screen { aspect-ratio:2.04/1; overflow:hidden; background:#fff; }
.browser-screen img { width:100%; height:100%; object-fit:cover; object-position:center top; }
.project-caption { position:absolute; z-index:2; right:24px; bottom:0; min-width:300px; padding:18px 22px; background:#fff; color:var(--ink); box-shadow:0 15px 35px rgba(0,0,0,.2); border-top:4px solid var(--accent); }
.project-caption span { display:block; color:#737b83; font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; font-weight:700; }
.project-caption strong { display:block; margin-top:4px; font-family:var(--heading); text-transform:uppercase; font-size:1.3rem; }

/* Featured testimonial */
.testimonial-feature {
  position:relative;
  padding:96px 0 102px;
  background:#fff;
  color:var(--ink);
  overflow:hidden;
}
.testimonial-feature::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:var(--accent);
}
.testimonial-feature-inner {
  position:relative;
  display:grid;
  grid-template-columns:150px minmax(0,930px);
  justify-content:center;
  gap:50px;
  align-items:start;
}
.testimonial-mark {
  font-family:Georgia, 'Times New Roman', serif;
  font-size:11rem;
  line-height:.7;
  font-weight:700;
  color:var(--accent);
  transform:translateY(18px);
}
.testimonial-feature blockquote { margin:0; }
.testimonial-feature blockquote p {
  margin:0;
  font-size:clamp(2rem,3.3vw,3.45rem);
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:700;
  max-width:980px;
}
.testimonial-feature blockquote footer {
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid var(--line);
}
.testimonial-feature blockquote footer::before {
  content:"";
  width:46px;
  height:4px;
  flex:0 0 auto;
  background:var(--accent);
}
.testimonial-feature blockquote strong {
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.testimonial-feature blockquote span {
  color:var(--muted);
  font-size:.86rem;
}

.trades-band { position:relative; background:#0e1012; color:white; overflow:hidden; }
.trades-band::before { content:""; position:absolute; inset:0; background:url('../images/wrench-detail.webp') center/cover; opacity:.08; filter:grayscale(1); }
.trades-inner { position:relative; z-index:1; text-align:center; }
.trade-list { margin-top:34px; display:grid; grid-template-columns:repeat(8,1fr); border-top:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.trade { padding:28px 12px; border-right:1px solid rgba(255,255,255,.14); font-family:var(--heading); font-size:1rem; text-transform:uppercase; }
.trade:last-child { border-right:none; }
.trade::before { content:"+"; display:block; color:var(--accent); font-size:1.55rem; line-height:1; margin-bottom:10px; }

.inclusions { display:grid; grid-template-columns:.82fr 1.18fr; gap:56px; align-items:start; }
.inclusion-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.inclusion { min-height:145px; padding:24px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:white; }
.inclusion strong { display:block; margin-bottom:8px; }
.inclusion p { color:var(--muted); font-size:.86rem; }
.tick { color:var(--accent-deep); font-weight:900; margin-bottom:12px; font-size:1.2rem; }

.pricing-head { display:flex; justify-content:space-between; gap:40px; align-items:end; margin-bottom:42px; }
.pricing-head .lead { max-width:520px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.price-card { border:1px solid #2d3238; background:#111419; padding:34px; position:relative; }
.price-card.featured { border-color:var(--accent); background:#171a1f; transform:translateY(-8px); }
.price-card h3 { font-size:2rem; }
.price { margin-top:18px; display:flex; align-items:flex-end; gap:8px; }
.price strong { font-family:var(--heading); font-size:4rem; color:white; line-height:1; }
.price span { color:#aeb4bb; font-size:.84rem; padding-bottom:7px; }
.price-card > p { color:#bfc5cb; margin-top:18px; min-height:76px; font-size:.92rem; }
.price-card ul { list-style:none; padding:0; margin:28px 0; border-top:1px solid #2a2e34; }
.price-card li { padding:11px 0; color:#e9ecef; border-bottom:1px solid #2a2e34; font-size:.84rem; }
.price-card li::before { content:"✓"; color:var(--accent); margin-right:10px; font-weight:800; }
.price-card .btn { width:100%; }

.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; margin-top:44px; }
.process-step { border-top:4px solid var(--ink); padding-top:22px; }
.process-step .step-no { font-family:var(--heading); font-size:4rem; color:var(--accent); line-height:1; }
.process-step h3 { margin-top:14px; }
.process-step p { margin-top:12px; color:var(--muted); font-size:.9rem; }

.cta-band { position:relative; color:white; background:#0d0f11; overflow:hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(8,10,12,.97) 0%, rgba(8,10,12,.88) 45%, rgba(8,10,12,.35) 100%), url('../images/toolbelt-detail.webp') center/cover; }
.cta-inner { position:relative; z-index:1; min-height:300px; display:grid; grid-template-columns:1fr auto; gap:50px; align-items:center; }
.cta-inner h2 { max-width:760px; }

.page-hero {
  padding: 148px 0 82px;
  display:flex;
  align-items:flex-start;
  color:white;
  position:relative;
  overflow:hidden;
  background:#0b0d0f;
}
.page-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,9,11,.96),rgba(7,9,11,.75) 46%,rgba(7,9,11,.25)), var(--hero-image) center/cover; }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { max-width:760px; font-size:clamp(4rem,7vw,6.6rem); }
.page-hero p { max-width:640px; margin-top:24px; color:#e8ebee; font-size:1.08rem; }
.about-hero { --hero-image: url('../images/tradesman-portrait.webp'); }
.contact-hero { --hero-image: url('../images/wrench-detail.webp'); }

.statement { display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; }
.statement h2 { font-size:clamp(3rem,5vw,4.7rem); }
.statement-copy { display:grid; gap:22px; color:#3f464d; font-size:1rem; }
.principles { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.principle { padding:34px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:white; }
.principle span { font-family:var(--heading); font-size:3rem; color:var(--accent); font-weight:800; }
.principle h3 { margin-top:18px; }
.principle p { margin-top:12px; color:var(--muted); font-size:.9rem; }

.contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:58px; align-items:start; }
.contact-panel { background:var(--ink); color:white; padding:42px; position:sticky; top:110px; }
.contact-panel h2 { font-size:3.4rem; }
.contact-panel p { color:#c5cad0; margin-top:18px; }
.contact-list { margin-top:30px; border-top:1px solid #30343a; }
.contact-list div { padding:18px 0; border-bottom:1px solid #30343a; display:flex; justify-content:space-between; gap:20px; font-size:.86rem; }
.contact-list span:first-child { color:#8f969e; text-transform:uppercase; font-size:.72rem; letter-spacing:.08em; font-weight:700; }
.form-wrap { border:1px solid var(--line); padding:38px; background:#fff; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { margin-bottom:18px; }
.field label { display:block; font-size:.76rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; margin-bottom:8px; }
.field input,.field textarea,.field select { width:100%; border:1px solid #d7dade; background:#f8f8f7; padding:14px 15px; outline:none; transition:border-color .2s, background .2s; }
.field textarea { min-height:160px; resize:vertical; }
.field input:focus,.field textarea:focus,.field select:focus { border-color:var(--accent-deep); background:white; }
.form-note { color:var(--muted); font-size:.75rem; margin-top:12px; }
.hidden { display:none !important; }

.faq { display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; }
.faq-list { border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); padding:22px 0; }
.faq-item h3 { font-size:1.4rem; text-transform:none; letter-spacing:0; }
.faq-item p { margin-top:9px; color:var(--muted); font-size:.88rem; }

.site-footer { background:#0a0c0e; color:white; padding:52px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .8fr .8fr; gap:50px; align-items:start; }
.footer-brand img { width:245px; }
.footer-brand p { margin-top:18px; max-width:390px; color:#9ca2a9; font-size:.85rem; }
.footer-col h4 { font-size:1rem; color:var(--accent); margin-bottom:16px; }
.footer-col a { display:block; color:#c7ccd1; font-size:.84rem; padding:4px 0; }
.footer-col a:hover { color:white; }
.footer-bottom { margin-top:38px; border-top:1px solid #25292e; padding-top:22px; color:#727980; font-size:.75rem; display:flex; justify-content:space-between; gap:20px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .section { padding:76px 0; }
  .nav { position:fixed; inset:78px 0 auto 0; background:#0b0d0f; padding:22px 20px 30px; display:none; flex-direction:column; align-items:stretch; gap:0; border-top:1px solid #25292e; }
  .nav.open { display:flex; }
  .nav a { padding:14px 8px; border-bottom:1px solid #22262b; }
  .nav .btn { display:inline-flex; margin-top:16px; border-bottom:none; }
  .menu-toggle { display:flex; position:relative; }
  .header-inner > .btn { display:none; }
  .page-hero { padding:132px 0 72px; }
  .hero { min-height:680px; }
  .hero::before { background-image: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.88) 52%, rgba(5,7,9,.38) 100%), url('../images/electrician-wiring.webp'); background-position: 66% center; }
  .value-grid { grid-template-columns:1fr; }
  .value-item { border-right:none; border-bottom:1px solid rgba(255,255,255,.12); }
  .value-item:last-child { border-bottom:none; }
  .split,.inclusions,.statement,.contact-grid,.faq,.project-showcase-grid { grid-template-columns:1fr; }
  .project-showcase { padding:84px 0 92px; }
  .browser-stage { margin-top:8px; }
  .mini-features { grid-template-columns:1fr; }
  .mini-feature { border-right:none; border-bottom:1px solid var(--line); margin-right:0; padding:20px 0; }
  .testimonial-feature { padding:78px 0 84px; }
  .testimonial-feature-inner { grid-template-columns:100px minmax(0,1fr); gap:34px; }
  .testimonial-mark { font-size:8rem; }
  .trade-list { grid-template-columns:repeat(4,1fr); }
  .trade:nth-child(4) { border-right:none; }
  .trade:nth-child(-n+4) { border-bottom:1px solid rgba(255,255,255,.14); }
  .pricing-grid { grid-template-columns:1fr; }
  .price-card.featured { transform:none; }
  .process-grid { grid-template-columns:1fr; }
  .cta-inner { grid-template-columns:1fr; padding:70px 0; min-height:0; }
  .principles { grid-template-columns:1fr; }
  .contact-panel { position:static; }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px, var(--container)); }
  .site-header { height:70px; }
  .brand img { width:205px; }
  .nav { inset:70px 0 auto 0; }
  .hero { min-height:700px; align-items:flex-end; }
  .hero::before { background-image: linear-gradient(180deg, rgba(5,7,9,.22) 0%, rgba(5,7,9,.42) 33%, rgba(5,7,9,.96) 72%, rgba(5,7,9,1) 100%), url('../images/electrician-wiring.webp'); background-position: 68% top; }
  .hero-content { padding:340px 0 54px; max-width:none; }
  h1 { font-size:clamp(3.8rem,17vw,5.5rem); }
  .hero h1 { font-size:clamp(3.8rem,17vw,5.5rem); }
  .hero-copy { font-size:.98rem; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .btn { width:100%; }
  .hero-proof { gap:12px 18px; }
  .value-item { padding:24px 14px; grid-template-columns:44px 1fr; }
  .icon-box { width:40px; height:40px; }
  .section,.section-tight { padding:62px 0; }
  .split { gap:42px; }
  .project-showcase { padding:66px 0 72px; }
  .project-showcase-grid { gap:44px; }
  .project-copy h2 { font-size:clamp(3.2rem,13vw,4.4rem); }
  .project-meta > div { grid-template-columns:1fr; gap:5px; }
  .browser-stage { padding:0 0 22px 10px; }
  .browser-stage::before { border-left-width:5px; border-bottom-width:5px; }
  .browser-window { transform:none; }
  .browser-bar { height:36px; grid-template-columns:58px 1fr 58px; }
  .browser-dots { gap:5px; padding-left:10px; }
  .browser-dots span { width:6px; height:6px; }
  .browser-address { min-width:0; width:100%; padding:4px 8px; font-size:.55rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .project-caption { right:10px; min-width:0; max-width:85%; padding:13px 15px; }
  .project-caption strong { font-size:1.05rem; }
  .testimonial-feature { padding:64px 0 68px; }
  .testimonial-feature-inner { display:block; }
  .testimonial-mark { font-size:6.8rem; line-height:.55; margin-bottom:24px; transform:none; }
  .testimonial-feature blockquote p { font-size:clamp(1.8rem,8.5vw,2.55rem); line-height:1.18; }
  .testimonial-feature blockquote footer { align-items:flex-start; flex-wrap:wrap; gap:10px 14px; margin-top:28px; padding-top:20px; }
  .testimonial-feature blockquote footer::before { width:34px; margin-top:7px; }
  .testimonial-feature blockquote span { width:100%; padding-left:48px; }
  .trade-list { grid-template-columns:repeat(2,1fr); }
  .trade:nth-child(2n) { border-right:none; }
  .trade:nth-child(-n+6) { border-bottom:1px solid rgba(255,255,255,.14); }
  .inclusion-grid { grid-template-columns:1fr; }
  .pricing-head { display:block; }
  .pricing-head .lead { margin-top:18px; }
  .price-card { padding:28px 24px; }
  .cta-inner h2 { font-size:3.4rem; }
  .page-hero { align-items:flex-start; padding:112px 0 58px; }
  .page-hero::before { background:linear-gradient(180deg,rgba(7,9,11,.28),rgba(7,9,11,.9) 70%,rgba(7,9,11,.98)), var(--hero-image) 66% center/cover; }
  .page-hero h1 { font-size:4.3rem; }
  .statement { gap:30px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .form-wrap,.contact-panel { padding:28px 22px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
  .reveal { opacity:1; transform:none; }
}


/* Local SEO */
.seo-hero { --hero-image: url('../images/carpenter-workshop.webp'); }
.body-copy { margin-top:22px; color:#535a61; max-width:690px; }
.service-intro { display:grid; grid-template-columns:1fr .8fr; gap:60px; align-items:end; margin-bottom:44px; }
.seo-services { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.seo-services article { min-height:250px; padding:32px; background:#fff; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.seo-services span { display:block; font-family:var(--heading); font-size:3.2rem; font-weight:800; line-height:1; color:var(--accent); }
.seo-services h3 { margin-top:18px; font-size:1.7rem; }
.seo-services p { margin-top:12px; color:var(--muted); font-size:.9rem; }
.seo-checks { display:grid; grid-template-columns:1fr 1fr; gap:0; margin-top:30px; border-top:1px solid #30343a; }
.seo-checks div { padding:15px 0; border-bottom:1px solid #30343a; color:#e8ebee; font-size:.88rem; }
.seo-checks div::first-letter { color:var(--accent); }

/* Legal pages */
.legal-hero { --hero-image: url('../images/toolbelt-detail.webp'); }
.legal-section { background:#f6f6f4; }
.legal-layout { display:grid; grid-template-columns:280px minmax(0,780px); justify-content:center; gap:72px; align-items:start; }
.legal-nav { position:sticky; top:110px; padding:24px; background:#0e1012; color:white; border-top:4px solid var(--accent); }
.legal-nav strong { display:block; font-family:var(--heading); font-size:1.35rem; text-transform:uppercase; margin-bottom:12px; }
.legal-nav a { display:block; padding:8px 0; color:#bfc5cb; font-size:.78rem; border-bottom:1px solid #262a2f; }
.legal-nav a:hover { color:white; }
.legal-content { background:white; border:1px solid var(--line); padding:48px 54px; }
.legal-content h2 { font-size:2.25rem; margin:44px 0 14px; scroll-margin-top:110px; }
.legal-content h2:first-of-type { margin-top:28px; }
.legal-content p { color:#454c53; margin-top:14px; }
.legal-content a { color:#9b7000; text-decoration:underline; text-underline-offset:3px; }
.legal-note { background:#fff7dc; border-left:4px solid var(--accent); padding:20px 22px; }
.legal-note strong { font-family:var(--heading); text-transform:uppercase; font-size:1.15rem; }
.legal-note p { margin-top:6px; color:#55471f; font-size:.88rem; }
.legal-updated { color:#7b8289 !important; font-size:.8rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700; }

@media (max-width: 980px) {
  .service-intro,.legal-layout { grid-template-columns:1fr; }
  .seo-services { grid-template-columns:repeat(2,1fr); }
  .legal-nav { position:static; }
  .footer-grid { grid-template-columns:1.4fr .8fr .8fr; }
}
@media (min-width: 981px) {
  .footer-grid { grid-template-columns:1.35fr .72fr .82fr .72fr; }
}
@media (max-width: 680px) {
  .seo-services { grid-template-columns:1fr; }
  .seo-checks { grid-template-columns:1fr; }
  .legal-content { padding:30px 22px; }
  .legal-content h2 { font-size:1.9rem; }
  .footer-grid { grid-template-columns:1fr; }
}

/* Website renovation */
.renovation-promo {
  padding: 96px 0;
  background: #fff;
  overflow: hidden;
}
.renovation-promo-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}
.renovation-promo-media {
  position: relative;
  min-height: 520px;
  background: #0d1013;
  box-shadow: var(--shadow);
}
.renovation-promo-media::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 48%;
  height: 58%;
  border-left: 8px solid var(--accent);
  border-bottom: 8px solid var(--accent);
  z-index: -1;
}
.renovation-promo-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.88) contrast(1.03);
}
.renovation-price-tag {
  position: absolute;
  left: 28px;
  bottom: 28px;
  min-width: 250px;
  padding: 20px 22px;
  background: rgba(10,12,14,.94);
  color: white;
  border-top: 4px solid var(--accent);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}
.renovation-price-tag span,
.renovation-price span {
  display: block;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.renovation-price-tag strong {
  display: block;
  margin-top: 5px;
  font-family: var(--heading);
  font-size: 2rem;
  text-transform: uppercase;
}
.renovation-promo-copy h2 { max-width: 650px; }
.renovation-promo-copy .lead { margin-top: 24px; }
.renovation-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 30px 0 30px;
  border-top: 1px solid var(--line);
}
.renovation-points span {
  position: relative;
  padding: 15px 14px 15px 26px;
  border-bottom: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 700;
}
.renovation-points span:nth-child(odd) { border-right: 1px solid var(--line); }
.renovation-points span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-deep);
  font-weight: 900;
}

.renovation-hero { --hero-image: url('../images/carpenter-workshop.webp'); }
.renovation-hero::before {
  background:
    linear-gradient(90deg, rgba(7,9,11,.98) 0%, rgba(7,9,11,.88) 44%, rgba(7,9,11,.30) 74%, rgba(7,9,11,.12) 100%),
    var(--hero-image) 68% center/cover;
}
.renovation-hero h1 { max-width: 890px; }
.renovation-hero p { max-width: 770px; }
.renovation-hero-actions { margin-top: 30px; }

.renovation-facts {
  background: linear-gradient(180deg,#171a1e,#0f1215);
  color: white;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.renovation-facts-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.renovation-facts-grid > div {
  min-height: 120px;
  padding: 28px 26px;
  border-right: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.renovation-facts-grid > div:last-child { border-right: 0; }
.renovation-facts span {
  color: var(--accent);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.renovation-facts strong {
  margin-top: 7px;
  font-family: var(--heading);
  text-transform: uppercase;
  font-size: 1.45rem;
  line-height: 1.05;
}

.renovation-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 76px;
  align-items: start;
}
.renovation-intro-copy {
  display: grid;
  gap: 20px;
  color: #4b5259;
}
.renovation-intro-copy .lead { color: #32383e; }

.renovation-services {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.renovation-services article {
  min-height: 260px;
  padding: 32px;
  background: white;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.renovation-services article > span {
  display: block;
  color: var(--accent);
  font-family: var(--heading);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.renovation-services h3 { margin-top: 18px; font-size: 1.7rem; }
.renovation-services p { margin-top: 12px; color: var(--muted); font-size: .88rem; }

.renovation-process-section { overflow: hidden; }
.renovation-process {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #30353b;
  border-left: 1px solid #30353b;
}
.renovation-process article {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid #30353b;
  border-bottom: 1px solid #30353b;
  background: rgba(255,255,255,.018);
}
.renovation-process .step-no {
  font-family: var(--heading);
  font-size: 4rem;
  color: var(--accent);
  line-height: 1;
}
.renovation-process h3 { margin-top: 18px; font-size: 1.6rem; }
.renovation-process p { margin-top: 12px; color: #aeb5bc; font-size: .86rem; }

.renovation-pricing {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 78px;
  align-items: center;
}
.renovation-pricing-copy .lead { margin-top: 24px; }
.renovation-smallprint { margin-top: 24px; max-width: 650px; color: var(--muted); font-size: .86rem; }
.renovation-price-card {
  padding: 38px;
  background: #0f1215;
  color: white;
  border-top: 6px solid var(--accent);
  box-shadow: 0 26px 60px rgba(0,0,0,.16);
}
.renovation-price strong {
  display: block;
  margin-top: 8px;
  font-family: var(--heading);
  font-size: clamp(4rem,7vw,6rem);
  line-height: .9;
  text-transform: uppercase;
}
.renovation-price small { color: #aeb5bc; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.renovation-price-card ul { list-style: none; padding: 0; margin: 30px 0; border-top: 1px solid #2b3036; }
.renovation-price-card li { padding: 12px 0; border-bottom: 1px solid #2b3036; color: #e9ecef; font-size: .86rem; }
.renovation-price-card li::before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 10px; }
.renovation-price-card .btn { width: 100%; }
.renovation-cta::before {
  background:
    linear-gradient(90deg, rgba(8,10,12,.98) 0%, rgba(8,10,12,.90) 48%, rgba(8,10,12,.38) 100%),
    url('../images/wrench-detail.webp') 68% center/cover;
}

@media (max-width: 980px) {
  .renovation-promo-grid,
  .renovation-intro,
  .renovation-pricing { grid-template-columns: 1fr; }
  .renovation-promo-grid { gap: 54px; }
  .renovation-promo-media { min-height: 450px; }
  .renovation-promo-media img { height: 450px; }
  .renovation-facts-grid { grid-template-columns: repeat(2,1fr); }
  .renovation-facts-grid > div:nth-child(2) { border-right: 0; }
  .renovation-facts-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .renovation-services { grid-template-columns: repeat(2,1fr); }
  .renovation-process { grid-template-columns: repeat(2,1fr); }
  .renovation-hero::before {
    background:
      linear-gradient(90deg, rgba(7,9,11,.98) 0%, rgba(7,9,11,.86) 52%, rgba(7,9,11,.34) 100%),
      var(--hero-image) 70% center/cover;
  }
}

@media (max-width: 680px) {
  .renovation-promo { padding: 64px 0; }
  .renovation-promo-grid { gap: 42px; }
  .renovation-promo-media { min-height: 360px; }
  .renovation-promo-media img { height: 360px; object-position: 57% center; }
  .renovation-promo-media::before { left: -8px; bottom: -8px; border-width: 5px; }
  .renovation-price-tag { left: 18px; right: 18px; bottom: 18px; min-width: 0; }
  .renovation-points { grid-template-columns: 1fr; }
  .renovation-points span:nth-child(odd) { border-right: 0; }
  .renovation-hero::before {
    background:
      linear-gradient(180deg, rgba(7,9,11,.28) 0%, rgba(7,9,11,.58) 40%, rgba(7,9,11,.96) 76%, rgba(7,9,11,.99) 100%),
      var(--hero-image) 65% center/cover;
  }
  .renovation-hero h1 { font-size: clamp(3.6rem,15vw,4.6rem); }
  .renovation-facts-grid { grid-template-columns: 1fr; }
  .renovation-facts-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); min-height: 96px; padding: 22px 14px; }
  .renovation-facts-grid > div:last-child { border-bottom: 0; }
  .renovation-services,
  .renovation-process { grid-template-columns: 1fr; }
  .renovation-services article,
  .renovation-process article { min-height: 0; }
  .renovation-price-card { padding: 30px 22px; }
}

/* =========================================================
   COOKIE CONSENT / UK PECR
   ========================================================= */
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: none;
  max-width: 1180px;
  margin: 0 auto;
  background: #0b0e11;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-top: 4px solid var(--accent);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.cookie-banner.is-visible { display: block; }
.cookie-banner-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 24px 26px;
}
.cookie-banner-copy h2 {
  margin: 0 0 8px;
  font-family: var(--heading);
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}
.cookie-banner-copy p {
  margin: 0;
  max-width: 760px;
  color: #c7cbd0;
  font-size: .88rem;
  line-height: 1.65;
}
.cookie-banner-copy a { color: var(--accent); font-weight: 800; }
.cookie-actions {
  display: grid;
  grid-template-columns: repeat(2,minmax(150px,1fr));
  gap: 10px;
  min-width: 360px;
}
.cookie-actions .btn { min-height: 50px; justify-content: center; }
.cookie-manage-btn {
  grid-column: 1 / -1;
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 7px 8px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cookie-reject {
  background: #fff;
  border-color: #fff;
  color: #090b0d;
}
.cookie-reject:hover { background: #e9ecef; border-color: #e9ecef; }

.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(2,4,6,.78);
  backdrop-filter: blur(4px);
}
.cookie-modal-backdrop.is-visible { display: grid; }
.cookie-modal {
  width: min(680px,100%);
  max-height: min(760px,calc(100vh - 48px));
  overflow-y: auto;
  background: #fff;
  color: #11151a;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.cookie-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e3e6e8;
}
.cookie-modal-head h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: .95;
}
.cookie-modal-head p { margin: 10px 0 0; color: #5d646c; font-size: .86rem; }
.cookie-close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #d5d9dd;
  background: #fff;
  font-size: 1.35rem;
  cursor: pointer;
}
.cookie-preferences { padding: 8px 30px 26px; }
.cookie-category {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e3e6e8;
}
.cookie-category h3 { margin: 0 0 6px; font-size: 1rem; }
.cookie-category p { margin: 0; color: #626971; font-size: .82rem; line-height: 1.55; }
.cookie-status {
  color: #59616a;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cookie-switch {
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 30px;
  align-items: center;
}
.cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cookie-switch-track {
  width: 52px;
  height: 30px;
  border-radius: 999px;
  background: #c8cdd2;
  transition: .2s ease;
  cursor: pointer;
}
.cookie-switch-track::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.18);
  transition: .2s ease;
}
.cookie-switch input:focus-visible + .cookie-switch-track { outline: 3px solid rgba(247,183,16,.38); outline-offset: 2px; }
.cookie-switch input:checked + .cookie-switch-track { background: var(--accent); }
.cookie-switch input:checked + .cookie-switch-track::after { transform: translateX(22px); }
.cookie-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 30px 30px;
}
.cookie-modal-actions .btn { justify-content: center; }
.cookie-policy-link { text-align: center; padding: 0 30px 28px; font-size: .78rem; }
.cookie-policy-link a { color: #11151a; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
body.cookie-modal-open { overflow: hidden; }

.footer-col button.footer-link-button {
  display: block;
  appearance: none;
  border: 0;
  background: transparent;
  color: #c7ccd1;
  font: inherit;
  font-size: .84rem;
  padding: 4px 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.footer-col button.footer-link-button:hover { color: var(--accent); }

@media (max-width: 760px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .cookie-banner-inner { grid-template-columns: 1fr; gap: 18px; padding: 22px 20px; }
  .cookie-actions { min-width: 0; width: 100%; }
  .cookie-modal-backdrop { padding: 12px; }
  .cookie-modal { max-height: calc(100vh - 24px); }
  .cookie-modal-head { padding: 24px 22px 18px; }
  .cookie-preferences { padding: 4px 22px 22px; }
  .cookie-modal-actions { padding: 0 22px 24px; }
  .cookie-policy-link { padding: 0 22px 24px; }
}

@media (max-width: 480px) {
  .cookie-actions,
  .cookie-modal-actions { grid-template-columns: 1fr; }
  .cookie-manage-btn { grid-column: auto; }
  .cookie-category { grid-template-columns: 1fr auto; gap: 14px; }
}
.inline-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 800;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Contact form status */
.form-status{margin:0 0 18px;padding:14px 16px;border-left:4px solid var(--yellow,#f6b615);background:#fff7df;color:#16181a;font-weight:700;line-height:1.45}
.form-status.is-error{border-left-color:#b42318;background:#fff1f0;color:#7a271a}
.form-note a{text-decoration:underline;text-underline-offset:3px}
