/* ===== Lyons Electrical Services Ltd — Premium dark + gold ===== */
:root {
  --black: #0a0a0a;
  --black-2: #121212;
  --panel: #171513;
  --panel-2: #1d1a16;
  --line: rgba(212, 175, 96, 0.18);
  --line-soft: rgba(255, 255, 255, 0.08);
  --gold: #e9c46a;
  --gold-bright: #f4d27a;
  --gold-deep: #c9a14a;
  --gold-grad: linear-gradient(135deg, #f6dd8e 0%, #d4af60 45%, #b3873a 100%);
  --text: #f4f1ea;
  --muted: #b3ada1;
  --muted-2: #877f72;
  --radius: 16px;
  --radius-sm: 10px;
  --max: 1140px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: 'Clash Display', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Satoshi', ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: 0; }
h2 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
.gold { color: var(--gold); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  padding: 0.85rem 1.4rem; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  white-space: nowrap;
}
.btn--gold {
  background: var(--gold-grad); color: #1a1206;
  box-shadow: 0 8px 26px rgba(212, 175, 96, 0.28);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(212, 175, 96, 0.42); }
.btn--ghost { background: transparent; color: var(--gold); border-color: var(--line); }
.btn--ghost:hover { background: rgba(233, 196, 106, 0.08); border-color: var(--gold); transform: translateY(-2px); }
.btn--lg { padding: 1.05rem 1.8rem; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* ===== Call bar ===== */
.callbar {
  background: var(--gold-grad); color: #1a1206; text-align: center;
  font-weight: 700; font-size: 0.95rem;
}
.callbar__link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0.7rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(10, 10, 10, 0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.brand { display: flex; align-items: center; gap: 0.7rem; margin-right: auto; }
.brand__logo { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.04em; color: var(--gold); }
.brand__sub { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); }
.nav { display: flex; gap: 1.6rem; font-weight: 500; font-size: 0.98rem; }
.nav a { color: var(--muted); transition: color 0.2s; }
.nav a:hover { color: var(--gold); }
.nav__cta { padding: 0.6rem 1.2rem; font-size: 0.95rem; }

/* ===== Hero ===== */
.hero { position: relative; text-align: center; padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 5vw, 2rem) clamp(3.5rem, 9vw, 6rem); overflow: hidden; }
.hero__glow {
  position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px; max-width: 130%;
  background: radial-gradient(circle, rgba(233, 196, 106, 0.14) 0%, rgba(233, 196, 106, 0.04) 35%, transparent 65%);
  pointer-events: none;
}
.hero__inner { position: relative; max-width: 820px; margin: 0 auto; }
.hero__logo { width: clamp(150px, 30vw, 230px); margin: 0 auto 1.5rem; border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.hero__eyebrow { font-family: var(--font-body); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.78rem; color: var(--gold); margin-bottom: 1rem; }
.hero__title { font-size: clamp(2.2rem, 6vw, 3.9rem); margin-bottom: 1.1rem; letter-spacing: 0.005em; word-spacing: 0.06em; line-height: 1.14; }
.hero__lead { font-size: clamp(1.05rem, 2.4vw, 1.25rem); color: var(--muted); max-width: 640px; margin: 0 auto 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; margin-bottom: 2.4rem; }
.hero__badges { list-style: none; display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; justify-content: center; color: var(--muted); font-size: 0.95rem; }
.hero__badges strong { color: var(--text); font-weight: 700; }
.hero__badges li { position: relative; padding-left: 1.3rem; }
.hero__badges li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ===== Sections ===== */
.section { padding: clamp(3.5rem, 8vw, 6rem) clamp(1rem, 5vw, 2rem); max-width: var(--max); margin: 0 auto; }
.section--alt { max-width: none; background: var(--black-2); border-block: 1px solid var(--line-soft); }
.section--alt > * { max-width: var(--max); margin-inline: auto; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.kicker { font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.74rem; color: var(--gold); margin-bottom: 0.7rem; }
.section__lead { color: var(--muted); font-size: 1.05rem; margin-top: 0.9rem; }
.section__cta { text-align: center; margin-top: 2.2rem; }

/* ===== Cards grid ===== */
.grid { display: grid; gap: 1.2rem; }
.grid--cards { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.card {
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.6rem; transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold-deep); box-shadow: 0 18px 40px rgba(0,0,0,0.45); }
.card__icon {
  width: 52px; height: 52px; display: grid; place-items: center; font-size: 1.5rem;
  border-radius: 12px; background: rgba(233, 196, 106, 0.1); border: 1px solid var(--line); margin-bottom: 1.1rem;
}
.card h3 { margin-bottom: 0.5rem; color: var(--text); }
.card p { color: var(--muted); font-size: 0.98rem; }

/* ===== Why ===== */
.grid--why { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.why { text-align: center; padding: 1.5rem 1rem; }
.why__num {
  display: inline-grid; place-items: center; width: 84px; height: 84px; border-radius: 50%;
  font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: #1a1206;
  background: var(--gold-grad); margin-bottom: 1.1rem; box-shadow: 0 10px 30px rgba(212,175,96,0.25);
}
.why h3 { margin-bottom: 0.5rem; }
.why p { color: var(--muted); font-size: 0.96rem; }

/* ===== Areas ===== */
.areas { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.area-pill {
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
  padding: 0.85rem 2rem; border-radius: 999px; color: var(--gold);
  border: 1px solid var(--line); background: rgba(233,196,106,0.05);
}
.areas__note { text-align: center; color: var(--muted); margin-top: 1.6rem; }

/* ===== Reviews ===== */
.reviews { display: flex; justify-content: center; }
.review-card {
  max-width: 520px; text-align: center; padding: 2rem 1.8rem;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
}
.review-card__stars { color: var(--gold); font-size: 1.4rem; letter-spacing: 0.15em; margin-bottom: 0.8rem; }
.review-card__text { color: var(--muted); }

/* ===== Contact ===== */
.section--contact { max-width: none; background: radial-gradient(ellipse at top, rgba(233,196,106,0.06), transparent 60%), var(--black-2); border-top: 1px solid var(--line-soft); }
.contact {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.contact__intro h2 { margin-bottom: 1rem; }
.contact__intro p { color: var(--muted); }
.contact__methods { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.contact__method {
  display: flex; flex-direction: column; gap: 0.15rem;
  padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: rgba(233,196,106,0.04); transition: border-color 0.2s, background 0.2s;
}
.contact__method:hover { border-color: var(--gold); background: rgba(233,196,106,0.08); }
.contact__label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-2); }
.contact__value { font-weight: 700; color: var(--gold); font-size: 1.05rem; word-break: break-word; }
.contact__form { display: flex; flex-direction: column; gap: 1rem; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.contact__form label { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.85rem; font-weight: 600; color: var(--muted); }
.contact__form input, .contact__form textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--text);
  background: var(--black); border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  padding: 0.8rem 0.9rem; resize: vertical;
}
.contact__form input:focus, .contact__form textarea:focus { outline: none; border-color: var(--gold); }
.contact__form input::placeholder, .contact__form textarea::placeholder { color: var(--muted-2); }
.contact__form-note { font-size: 0.85rem; color: var(--muted); text-align: center; }
.contact__form-note a { color: var(--gold); font-weight: 700; }

/* ===== Footer ===== */
.site-footer {
  background: var(--black); border-top: 1px solid var(--line-soft);
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 5vw, 2rem) 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: var(--max); margin: 0 auto;
}
.site-footer__brand { display: flex; align-items: center; gap: 1rem; }
.site-footer__logo { width: 64px; border-radius: 10px; }
.site-footer__strap { font-family: var(--font-display); color: var(--gold); font-size: 0.95rem; letter-spacing: 0.04em; }
.site-footer__info { text-align: right; color: var(--muted); font-size: 0.95rem; line-height: 1.8; }
.site-footer__info a:hover { color: var(--gold); }
.site-footer__copy { grid-column: 1 / -1; border-top: 1px solid var(--line-soft); padding-top: 1.4rem; color: var(--muted-2); font-size: 0.82rem; text-align: center; }

/* ===== Sticky mobile call ===== */
.sticky-call {
  position: fixed; bottom: 1rem; left: 50%; transform: translateX(-50%); z-index: 60;
  display: none; align-items: center; gap: 0.5rem;
  background: var(--gold-grad); color: #1a1206; font-weight: 700;
  padding: 0.9rem 1.8rem; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .nav, .nav__cta { display: none; }
  .contact { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer__brand { justify-content: center; }
  .site-footer__info { text-align: center; }
  .sticky-call { display: inline-flex; }
  body { padding-bottom: 4.5rem; }
}
@media (max-width: 420px) {
  .hero__actions .btn { width: 100%; }
}
