/* NT Electric · Plumbing · Handyman — demo site
   Tokens: board plastic ground, graphite ink, cable blue, earth green (on / WhatsApp),
   caution-label yellow (estimates only). Signature: the breaker board. */

@font-face { font-family: "Anybody"; src: url("../fonts/Anybody-var.woff2") format("woff2");
  font-weight: 100 900; font-stretch: 50% 150%; font-display: swap; }
@font-face { font-family: "Atkinson Next"; src: url("../fonts/AtkinsonHyperlegibleNext-var.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Atkinson Next"; src: url("../fonts/AtkinsonHyperlegibleNext-italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Marker"; src: url("../fonts/PermanentMarker.woff2") format("woff2");
  font-weight: 400; font-display: swap; }

:root {
  --ground: #EDEFEA;
  --face: #FBFCFA;
  --ink: #14202B;
  --ink-2: #44515C;
  --ink-3: #6B7680;
  --line: #CFD5CE;
  --line-2: #E1E5DF;
  --blue: #1E5BC6;
  --blue-ink: #16479D;
  --go: #17894F;
  --go-ink: #0F6B3C;
  --caution: #FFCE2E;
  --live: #9C4F26;
  --dark: #14202B;
  --dark-2: #1D2B38;
  --on-dark: #E9EDE7;
  --on-dark-2: #A9B4BD;

  --f-display: "Anybody", "Arial Narrow", system-ui, sans-serif;
  --f-body: "Atkinson Next", "Segoe UI", system-ui, sans-serif;
  --f-marker: "Marker", "Comic Sans MS", cursive;

  --fs-xs: .8125rem;
  --fs-sm: .9375rem;
  --fs-base: 1.0625rem;
  --fs-md: 1.25rem;
  --fs-lg: clamp(1.45rem, 2.2vw, 1.75rem);
  --fs-xl: clamp(2rem, 3.8vw, 2.9rem);
  --fs-2xl: clamp(2.6rem, 5.6vw, 4.6rem);

  --r: 12px;
  --r-lg: 20px;
  --gutter: clamp(16px, 4vw, 40px);
  --max: 1240px;
  --shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 24px 48px -28px rgba(20,32,43,.38);
  --ease-snap: cubic-bezier(.3, 1.5, .5, 1);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ground); color: var(--ink);
  font-family: var(--f-body); font-size: var(--fs-base); line-height: 1.6;
  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--blue-ink); text-underline-offset: .18em; text-decoration-thickness: 1.5px; }
a:hover { color: var(--blue); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 12px; }
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Type ---------- */
h1, h2, h3 { font-family: var(--f-display); margin: 0; color: inherit; }
h1, .h1 { font-size: var(--fs-2xl); font-weight: 820; font-stretch: 114%; line-height: .95; letter-spacing: -.02em; }
h2, .h2 { font-size: var(--fs-xl); font-weight: 780; font-stretch: 108%; line-height: 1.02; letter-spacing: -.012em; }
h3, .h3 { font-size: var(--fs-lg); font-weight: 720; font-stretch: 100%; line-height: 1.12; }
p { margin: 0 0 1em; }
.lead { font-size: var(--fs-md); line-height: 1.5; color: var(--ink-2); max-width: 36em; }
.label {
  font-family: var(--f-display); font-stretch: 62%; font-weight: 700; text-transform: uppercase;
  letter-spacing: .09em; font-size: .8rem; line-height: 1.2; color: var(--ink-2);
}
.marker { font-family: var(--f-marker); font-weight: 400; letter-spacing: .01em; }
.muted { color: var(--ink-3); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 52px; padding: .7em 1.35em; border-radius: var(--r); border: 2px solid transparent;
  font-weight: 700; font-size: var(--fs-base); line-height: 1.1; text-decoration: none; cursor: pointer;
  transition: transform .15s var(--ease), background-color .15s, box-shadow .15s, color .15s;
}
.btn svg { width: 1.2em; height: 1.2em; flex: none; }
.btn:active { transform: translateY(1px); }
.btn--wa { background: var(--go); color: #fff; box-shadow: 0 10px 22px -12px rgba(15,107,60,.8); }
.btn--wa:hover { background: var(--go-ink); color: #fff; }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: #22323f; color: #fff; }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: #fff; }
.btn--light { background: var(--face); color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--sm { min-height: 42px; padding: .5em 1em; font-size: var(--fs-sm); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Caution sticker — only ever used for estimates / guide figures */
.sticker {
  display: inline-flex; align-items: center; gap: .4em; vertical-align: middle;
  background: var(--caution); color: var(--ink); border-radius: 3px; padding: .28em .6em .28em .45em;
  font-family: var(--f-display); font-stretch: 68%; font-weight: 800; font-size: .74rem;
  letter-spacing: .08em; text-transform: uppercase; line-height: 1.1; white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
.sticker svg { width: 1.05em; height: 1.05em; }

/* ---------- Status strip + header ---------- */
.strip { background: var(--dark); color: var(--on-dark); font-size: var(--fs-xs); }
.strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.strip a { color: var(--on-dark); text-decoration: none; font-weight: 700; }
.strip a:hover { color: #fff; text-decoration: underline; }
.strip__hours { color: var(--on-dark-2); }
.status { display: inline-flex; align-items: center; gap: .55em; font-weight: 700; }
.status__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-3); flex: none; position: relative; }
.status[data-state="open"] .status__dot { background: #35C77A; }
.status[data-state="open"] .status__dot::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid #35C77A;
  animation: pulse 2.2s var(--ease) infinite; opacity: 0;
}
.status[data-state="closed"] .status__dot { background: #E0894F; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }

.head { background: var(--ground); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.head .wrap { display: flex; align-items: center; gap: 20px; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand__mark {
  width: 46px; height: 46px; border-radius: 9px; background: var(--ink); color: #fff; display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 850; font-stretch: 120%; font-size: 1.15rem; letter-spacing: -.02em;
  position: relative; box-shadow: inset 0 -5px 0 rgba(255,255,255,.08);
}
.brand__mark::after { content: ""; position: absolute; right: 6px; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: #35C77A; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--f-display); font-weight: 780; font-stretch: 96%; font-size: 1.05rem; }
.brand__sub { font-family: var(--f-display); font-stretch: 62%; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--ink-3); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: var(--fs-sm);
  padding: .55em .8em; border-radius: 8px; position: relative;
}
.nav a:hover { background: rgba(20,32,43,.06); color: var(--ink); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: .8em; right: .8em; bottom: .25em; height: 3px; border-radius: 2px; background: var(--blue);
}
.head__cta { margin-left: 8px; }
.menu-btn { display: none; }

@media (max-width: 1060px) {
  .nav, .head__cta { display: none; }
  .menu-btn {
    display: inline-flex; align-items: center; gap: .5em; min-height: 46px; padding: 0 14px; border-radius: 10px;
    border: 2px solid var(--ink); background: transparent; font-weight: 700; cursor: pointer;
  }
  .menu-btn svg { width: 20px; height: 20px; }
  .head.is-open .nav {
    display: flex; flex-direction: column; align-items: stretch; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--face); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 18px; box-shadow: 0 20px 40px -24px rgba(20,32,43,.4);
  }
  .head.is-open .nav a { padding: .85em .4em; font-size: var(--fs-base); border-bottom: 1px solid var(--line-2); border-radius: 0; }
  .head.is-open .nav a[aria-current="page"]::after { left: auto; right: .4em; top: 50%; bottom: auto; width: 8px; height: 8px; border-radius: 50%; transform: translateY(-50%); }
}
.brand__sub--mob { display: none; }
@media (max-width: 640px) {
  .strip__hours { display: none; }
  .brand__more, .brand__sub--desk { display: none; }
  .brand__sub--mob { display: block; }
}

/* ---------- Mobile action bar ---------- */
.actionbar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 76px; }
  .actionbar {
    display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(20,32,43,.96); backdrop-filter: blur(8px);
  }
  .actionbar a {
    display: flex; align-items: center; justify-content: center; gap: .45em; min-height: 50px; border-radius: 10px;
    text-decoration: none; font-weight: 700; font-size: .95rem; color: #fff; background: rgba(255,255,255,.1);
  }
  .actionbar a svg { width: 18px; height: 18px; }
  .actionbar a.is-wa { background: var(--go); }
}

/* ---------- Sections ---------- */
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--tight { padding-block: clamp(44px, 6vw, 80px); }
.section--dark { background: var(--dark); color: var(--on-dark); }
.section--dark .lead, .section--dark .label { color: var(--on-dark-2); }
.section--face { background: var(--face); border-block: 1px solid var(--line); }
.section-head { display: grid; gap: 14px; max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--split { max-width: none; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 24px 48px; }
.section-head--split .lead { margin: 0; }
@media (max-width: 860px) { .section-head--split { grid-template-columns: 1fr; } }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(36px, 6vw, 76px) clamp(56px, 7vw, 96px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.hero__eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--blue); border-radius: 2px; }
.hero h1 { margin-bottom: 26px; }
.hero h1 .soft { color: var(--blue); }
.hero .lead { margin-bottom: 30px; }
.rating {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 10px 16px 10px 10px; border-radius: 14px;
  background: var(--face); border: 1px solid var(--line); text-decoration: none; color: var(--ink);
}
.rating:hover { color: var(--ink); border-color: var(--ink-3); }
.rating__score { font-family: var(--f-display); font-weight: 850; font-stretch: 110%; font-size: 1.7rem; line-height: 1; background: var(--ink); color: #fff; border-radius: 9px; padding: .3em .35em; }
.rating__stars { color: #E8A900; letter-spacing: .08em; font-size: 1.05rem; line-height: 1; }
.rating__text { font-size: var(--fs-sm); color: var(--ink-2); line-height: 1.3; }
.rating__text strong { color: var(--ink); }
@media (max-width: 900px) { .hero__grid { grid-template-columns: 1fr; } }

/* ---------- THE BOARD (signature) ---------- */
.board {
  background: var(--face); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow);
  padding: clamp(14px, 2vw, 22px); position: relative;
}
.board__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.board__power { display: inline-flex; align-items: center; gap: 8px; }
.board__led { width: 10px; height: 10px; border-radius: 50%; background: #B9C0B8; box-shadow: inset 0 1px 2px rgba(0,0,0,.25); transition: background .3s, box-shadow .3s; }
.board.is-live .board__led { background: #35C77A; box-shadow: 0 0 0 3px rgba(53,199,122,.22), 0 0 12px rgba(53,199,122,.8); }
.board__rail {
  display: grid; grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr)); gap: 6px; position: relative; padding: 10px 8px 0;
  background: linear-gradient(#E3E7E2, #D8DDD7); border-radius: 10px; border: 1px solid #C8CEC7;
}
.board__rail::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 26px; transform: translateY(-80%);
  background: repeating-linear-gradient(90deg, #BFC6CC 0 2px, #CDD3D8 2px 9px); opacity: .7; pointer-events: none;
}
.breaker {
  position: relative; z-index: 1; appearance: none; border: 1px solid #C3C9C2; border-radius: 7px 7px 3px 3px; cursor: pointer;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F4F1 70%, #E9ECE8 100%); padding: 10px 4px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; min-height: 170px;
  box-shadow: 0 1px 0 #fff inset, 0 6px 10px -8px rgba(0,0,0,.45); transition: transform .15s var(--ease), box-shadow .15s;
}
.breaker:hover { transform: translateY(-2px); box-shadow: 0 1px 0 #fff inset, 0 12px 16px -10px rgba(0,0,0,.45); }
.breaker__num { font-family: var(--f-display); font-stretch: 60%; font-weight: 700; font-size: .72rem; color: var(--ink-3); letter-spacing: .08em; }
.breaker__win { width: 22px; height: 8px; border-radius: 2px; background: #B6BDB5; box-shadow: inset 0 1px 2px rgba(0,0,0,.3); transition: background .2s .08s; }
.breaker__slot {
  width: 34px; height: 62px; border-radius: 6px; background: #1B2530; position: relative;
  box-shadow: inset 0 3px 6px rgba(0,0,0,.6);
}
.breaker__lever {
  position: absolute; left: 4px; right: 4px; height: 28px; top: 30px; border-radius: 4px;
  background: linear-gradient(180deg, #FFFFFF, #DCE1DB); box-shadow: 0 2px 0 rgba(0,0,0,.35);
  transition: top .22s var(--ease-snap);
}
.breaker__lever::before, .breaker__lever::after { content: ""; position: absolute; left: 5px; right: 5px; height: 2px; background: #BCC3BB; border-radius: 1px; }
.breaker__lever::before { top: 9px; } .breaker__lever::after { top: 15px; }
.breaker__rating { font-family: var(--f-display); font-stretch: 60%; font-weight: 700; font-size: .66rem; color: var(--ink-3); letter-spacing: .06em; }
.breaker__tag {
  margin-top: auto; background: #FFFFFF; border: 1px solid #DDE1DB; padding: 5px 4px 3px; width: 100%; border-radius: 2px;
  font-family: var(--f-marker); font-size: clamp(.6rem, 2.6vw, .9rem); color: var(--ink); line-height: 1.05; transform: rotate(-1.2deg);
  white-space: nowrap; letter-spacing: -.01em; overflow: hidden;
}
@media (min-width: 900px) { .breaker__tag { font-size: clamp(.66rem, 1.15vw, .9rem); } }
.breaker:nth-child(even) .breaker__tag { transform: rotate(1deg); }
.breaker[aria-checked="true"] .breaker__lever, .breaker.is-on .breaker__lever { top: 4px; }
.breaker[aria-checked="true"] .breaker__win, .breaker.is-on .breaker__win { background: #2FBF72; }
.breaker[aria-checked="true"] { border-color: var(--ink-3); }
.breaker[aria-checked="true"] .breaker__num { color: var(--ink); }
.board:not(.is-live) .breaker .breaker__lever { top: 30px !important; }
.board:not(.is-live) .breaker .breaker__win { background: #B6BDB5 !important; }

.board__screen { margin-top: 16px; position: relative; min-height: 290px; }
.screen { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 18px; align-items: stretch; }
.screen > * { min-width: 0; }
.screen[hidden] { display: none; }
.screen.is-in { animation: screenIn .38s var(--ease) both; }
@keyframes screenIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.screen__img { border-radius: 12px; overflow: hidden; background: #d9ddd7; position: relative; min-height: 300px; }
.screen__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.screen__body { display: flex; flex-direction: column; gap: 10px; padding: 4px 0; }
.screen__title { font-family: var(--f-display); font-weight: 780; font-stretch: 104%; font-size: 1.45rem; line-height: 1.05; }
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; font-size: var(--fs-sm); }
.ticks li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; line-height: 1.35; }
.ticks li::before {
  content: ""; width: 18px; height: 18px; margin-top: 1px; border-radius: 5px; background: var(--go)
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.screen__quote { margin-top: auto; font-size: var(--fs-sm); color: var(--ink-2); border-left: 3px solid var(--caution); padding-left: 10px; }
.screen__quote cite { display: block; font-style: normal; font-weight: 700; color: var(--ink); font-size: var(--fs-xs); margin-top: 2px; }
.screen__link { font-weight: 700; font-size: var(--fs-sm); }
@media (max-width: 520px) {
  .breaker { min-height: 150px; padding-inline: 2px; }
  .breaker__slot { width: 30px; height: 56px; }
  .breaker__lever { height: 25px; top: 27px; }
  .board:not(.is-live) .breaker .breaker__lever { top: 27px !important; }
  .screen { grid-template-columns: 1fr; }
  .screen__img { min-height: 0; aspect-ratio: 16 / 10; }
}

/* ---------- The list (one visit) ---------- */
.visit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.visit__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visit__photos img { border-radius: 14px; aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.visit__photos img:last-child { margin-top: 44px; }
.jobsheet {
  background: var(--face); border: 1px solid var(--line); border-radius: 14px; padding: 22px 22px 18px; box-shadow: var(--shadow);
  background-image: repeating-linear-gradient(180deg, transparent 0 39px, var(--line-2) 39px 40px); background-position: 0 58px;
}
.jobsheet__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 12px; border-bottom: 2px solid var(--ink); margin-bottom: 4px; }
.jobsheet ul { list-style: none; margin: 0; padding: 0; }
.jobsheet li { display: flex; align-items: center; gap: 12px; min-height: 40px; font-family: var(--f-marker); font-size: 1.12rem; }
.jobsheet li .box { width: 20px; height: 20px; border: 2px solid var(--ink); border-radius: 4px; flex: none; position: relative; }
.jobsheet li .box::after { content: ""; position: absolute; left: 4px; top: -4px; width: 8px; height: 15px; border: solid var(--go); border-width: 0 3.5px 3.5px 0; transform: rotate(40deg) scale(0); transform-origin: 50% 70%; transition: transform .3s var(--ease-snap); }
.jobsheet.in li .box::after { transform: rotate(40deg) scale(1); }
.jobsheet.in li:nth-child(2) .box::after { transition-delay: .25s; } .jobsheet.in li:nth-child(3) .box::after { transition-delay: .5s; } .jobsheet.in li:nth-child(4) .box::after { transition-delay: .75s; }
.jobsheet__foot { margin-top: 12px; font-size: var(--fs-xs); color: var(--ink-3); }
@media (max-width: 860px) { .visit { grid-template-columns: 1fr; } }

/* ---------- Trade cards ---------- */
.trades { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.trade {
  background: var(--face); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; transition: transform .2s var(--ease), box-shadow .2s;
}
.trade:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -28px rgba(20,32,43,.5); color: var(--ink); }
.trade__img { aspect-ratio: 4 / 3; overflow: hidden; }
.trade__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.trade:hover .trade__img img { transform: scale(1.04); }
.trade__body { padding: 16px 18px 20px; display: grid; gap: 6px; }
.trade__body p { margin: 0; color: var(--ink-2); font-size: var(--fs-sm); }
.trade__num { font-family: var(--f-display); font-stretch: 60%; font-weight: 700; font-size: .75rem; letter-spacing: .1em; color: var(--ink-3); text-transform: uppercase; }
@media (max-width: 980px) { .trades { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .trades { grid-template-columns: 1fr; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee__track { display: flex; gap: 14px; width: max-content; animation: slide 70s linear infinite; }
.marquee:hover .marquee__track, .marquee:focus-within .marquee__track { animation-play-state: paused; }
.marquee figure { margin: 0; width: clamp(200px, 22vw, 290px); flex: none; }
.marquee img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 14px; }
.marquee figcaption { font-size: var(--fs-xs); color: var(--on-dark-2); margin-top: 8px; }
@keyframes slide { to { transform: translateX(calc(-50% - 7px)); } }

/* ---------- Quotes / reviews ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.quote {
  background: var(--face); border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 14px; margin: 0;
}
.quote blockquote { margin: 0; font-family: var(--f-display); font-stretch: 96%; font-weight: 620; font-size: 1.28rem; line-height: 1.25; }
.quote blockquote::before { content: "\201C"; color: var(--blue); }
.quote blockquote::after { content: "\201D"; color: var(--blue); }
.quote figcaption { margin-top: auto; display: flex; align-items: center; gap: 10px; font-size: var(--fs-sm); flex-wrap: wrap; }
.quote .who { font-weight: 700; }
.quote .stars { color: #E8A900; letter-spacing: .06em; }
.chip {
  display: inline-flex; align-items: center; gap: .35em; font-size: var(--fs-xs); font-weight: 700; padding: .3em .7em; border-radius: 999px;
  background: var(--ground); border: 1px solid var(--line); color: var(--ink-2); white-space: nowrap;
}
.section--dark .quote { background: var(--dark-2); border-color: #2C3B49; color: var(--on-dark); }
.section--dark .quote .chip { background: transparent; border-color: #3A4A58; color: var(--on-dark-2); }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }

.bigscore { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.bigscore__n { font-family: var(--f-display); font-weight: 860; font-stretch: 120%; font-size: clamp(3.4rem, 8vw, 5.6rem); line-height: .9; letter-spacing: -.03em; }
.bigscore__meta { display: grid; gap: 2px; }
.bigscore__stars { color: #F2B705; font-size: 1.4rem; letter-spacing: .1em; }

/* ---------- Area / postcode checker ---------- */
.checker { background: var(--face); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(18px, 3vw, 30px); box-shadow: var(--shadow); }
.checker__form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.field { display: grid; gap: 6px; }
.field > span, .field > label { font-weight: 700; font-size: var(--fs-sm); }
.input {
  min-height: 52px; border: 2px solid var(--line); background: #fff; border-radius: var(--r); padding: .6em .9em; width: 100%;
  font-size: var(--fs-base); transition: border-color .15s;
}
.input:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgba(30,91,198,.18); }
.checker__form .input { flex: 1 1 200px; width: auto; text-transform: uppercase; letter-spacing: .04em; }
.checker__result { margin-top: 16px; min-height: 1.6em; }
.result {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: start; padding: 14px 16px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--ground); animation: screenIn .3s var(--ease) both;
}
.result__dot { grid-row: span 2; width: 14px; height: 14px; border-radius: 50%; margin-top: 5px; }
.result--local .result__dot { background: var(--go); } .result--near .result__dot { background: var(--blue); }
.result--far .result__dot { background: var(--live); } .result--unknown .result__dot { background: var(--ink-3); }
.result strong { font-size: var(--fs-base); }
.result p { margin: 0; font-size: var(--fs-sm); color: var(--ink-2); }
.result a { font-weight: 700; }

.areamap { width: 100%; height: auto; display: block; }
.areamap text { font-family: var(--f-display); }

/* ---------- Page hero (inner pages) ---------- */
.phero { padding-block: clamp(40px, 6vw, 80px) clamp(28px, 4vw, 48px); }
.phero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 28px 56px; align-items: end; }
.phero h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); margin: 14px 0 18px; }
.phero h1.h2 { font-size: var(--fs-xl); margin: 0 0 14px; }
.phero .lead { margin: 0; }
.crumb { display: inline-flex; align-items: center; gap: 8px; }
.crumb .label a { color: inherit; text-decoration: none; }
@media (max-width: 860px) { .phero__grid { grid-template-columns: 1fr; } }

/* ---------- Services page ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.tab-tag {
  font-family: var(--f-marker); font-size: 1rem; text-decoration: none; color: var(--ink); background: #fff; border: 1px solid var(--line);
  padding: .45em .8em .3em; border-radius: 3px; transform: rotate(-1deg); display: inline-block; transition: transform .15s, border-color .15s;
}
.tab-tag:nth-child(even) { transform: rotate(1deg); }
.tab-tag:hover { transform: rotate(0) translateY(-2px); border-color: var(--ink); color: var(--ink); }
.svc { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 64px); align-items: start; scroll-margin-top: 90px; }
.svc + .svc { margin-top: clamp(64px, 9vw, 112px); padding-top: clamp(48px, 7vw, 80px); border-top: 1px solid var(--line); }
.svc__head { display: grid; gap: 12px; position: sticky; top: 100px; }
.svc__circuit { display: flex; align-items: center; gap: 12px; }
.svc__circuit .breaker { min-height: 120px; width: 64px; pointer-events: none; padding-top: 8px; }
.svc__circuit .breaker__slot { width: 28px; height: 50px; }
.svc__circuit .breaker__lever { top: 4px; height: 22px; }
.svc__circuit .breaker__win { background: #2FBF72; }
.joblist { list-style: none; margin: 8px 0 0; padding: 0; border-top: 1px solid var(--line); }
.joblist li { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 13px 2px; border-bottom: 1px solid var(--line); }
.joblist li span:first-child { font-weight: 600; }
.src { font-size: var(--fs-xs); color: var(--ink-3); text-align: right; }
.svc__photos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.svc__photos figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; }
.svc__photos figure:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.svc__photos figure:nth-child(2), .svc__photos figure:nth-child(3) { grid-column: span 2; }
.svc__photos figure:nth-child(n+4) { grid-column: span 3; }
.svc__photos img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.svc__photos figure:nth-child(1) img { aspect-ratio: auto; }
.svc__photos figcaption {
  position: absolute; left: 8px; bottom: 8px; right: 8px; font-size: var(--fs-xs); font-weight: 700; color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.8); line-height: 1.25;
}
.note {
  display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; padding: 14px 16px; border-radius: 10px;
  background: #fff; border: 1px dashed var(--ink-3); font-size: var(--fs-sm); color: var(--ink-2);
}
.note svg { width: 20px; height: 20px; margin-top: 2px; color: var(--ink); }
@media (max-width: 900px) {
  .svc { grid-template-columns: 1fr; }
  .svc__head { position: static; }
}

/* ---------- Filters ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filter {
  min-height: 44px; padding: .45em 1.05em; border-radius: 999px; border: 1.5px solid var(--line); background: var(--face);
  font-weight: 700; font-size: var(--fs-sm); cursor: pointer; display: inline-flex; align-items: center; gap: .5em; transition: background .15s, color .15s, border-color .15s;
}
.filter:hover { border-color: var(--ink); }
.filter[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter .count { font-weight: 600; opacity: .7; font-size: .85em; }
.is-hidden { display: none !important; }

/* ---------- Jobs gallery ---------- */
.gallery { columns: 3 280px; column-gap: 14px; }
.gallery figure { margin: 0 0 14px; break-inside: avoid; position: relative; border-radius: 14px; overflow: hidden; background: #d9ddd7; }
.gallery button { all: unset; cursor: zoom-in; display: block; position: relative; }
.gallery button:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; }
.gallery img { width: 100%; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.03); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 36px 14px 12px; color: #fff; font-size: var(--fs-sm); font-weight: 700; line-height: 1.3;
  background: linear-gradient(transparent, rgba(12,18,24,.82));
}
.gallery figcaption .label { color: rgba(255,255,255,.75); display: block; margin-bottom: 3px; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(10,15,20,.94); display: grid; place-items: center; padding: 20px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1100px, 100%); display: grid; gap: 12px; }
.lightbox img { max-height: 80vh; width: auto; margin: 0 auto; border-radius: 10px; }
.lightbox figcaption { color: #fff; text-align: center; font-weight: 600; }
.lightbox__btn {
  position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; cursor: pointer;
  display: grid; place-items: center; font-size: 1.5rem;
}
.lightbox__btn:hover { background: rgba(255,255,255,.25); }
.lightbox__close { top: 16px; right: 16px; } .lightbox__prev { left: 16px; top: 50%; } .lightbox__next { right: 16px; top: 50%; }
@media (max-width: 640px) { .lightbox__prev, .lightbox__next { top: auto; bottom: 20px; } }

/* ---------- Reviews page ---------- */
.rv-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 32px 56px; align-items: center; }
.bars { display: grid; gap: 7px; }
.bar { display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: center; font-size: var(--fs-xs); font-weight: 700; color: var(--ink-2); }
.bar i { display: block; height: 9px; border-radius: 9px; background: var(--line-2); overflow: hidden; }
.bar i b { display: block; height: 100%; background: #F2B705; border-radius: 9px; width: 0; transition: width 1s var(--ease); }
.in .bar i b { width: var(--w); }
.topics { display: flex; flex-wrap: wrap; gap: 8px; }
.topics .chip { background: var(--face); font-size: var(--fs-sm); padding: .4em .85em; }
.topics .chip b { color: var(--ink); }
.rv-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.rv {
  background: var(--face); border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: grid; gap: 12px; align-content: start;
}
.rv__head { display: flex; align-items: center; gap: 12px; }
.rv__av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--blue); flex: none; font-family: var(--f-display); }
.rv__name { font-weight: 700; line-height: 1.2; }
.rv__when { font-size: var(--fs-xs); color: var(--ink-3); }
.rv__stars { margin-left: auto; color: #E8A900; letter-spacing: .06em; }
.rv blockquote { margin: 0; font-family: var(--f-display); font-stretch: 96%; font-weight: 620; font-size: 1.3rem; line-height: 1.25; }
.rv__job { font-size: var(--fs-sm); color: var(--ink-2); margin: 0; }
.rv__job b { color: var(--ink); }
.rv__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.rv__photos { display: flex; gap: 8px; }
.rv__photos img { width: 76px; height: 76px; object-fit: cover; border-radius: 8px; }
.rv--snippet blockquote { font-size: 1.15rem; }
@media (max-width: 860px) { .rv-top, .rv-grid { grid-template-columns: 1fr; } }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.about__photo { position: relative; }
.about__photo img { border-radius: 18px; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 60% 50%; }
.about__photo .tag {
  position: absolute; left: -10px; bottom: 26px; background: #fff; padding: 8px 14px 5px; font-family: var(--f-marker); font-size: 1.15rem;
  transform: rotate(-3deg); box-shadow: 0 10px 24px -12px rgba(0,0,0,.5); border-radius: 2px;
}
.traits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.trait { background: var(--face); border: 1px solid var(--line); border-radius: 14px; padding: 18px; display: grid; gap: 6px; }
.trait h3 { font-size: 1.2rem; }
.trait p { margin: 0; font-size: var(--fs-sm); color: var(--ink-2); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: step; }
.steps li { counter-increment: step; background: var(--dark-2); border: 1px solid #2C3B49; border-radius: 16px; padding: 22px; display: grid; gap: 8px; align-content: start; }
.steps li::before { content: counter(step); font-family: var(--f-display); font-weight: 850; font-stretch: 120%; font-size: 2.4rem; line-height: 1; color: var(--caution); }
.steps h3 { font-size: 1.2rem; color: #fff; }
.steps p { margin: 0; color: var(--on-dark-2); font-size: var(--fs-sm); }
.faq { border-top: 1px solid var(--line); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; font-family: var(--f-display); font-weight: 700; font-stretch: 100%; font-size: 1.2rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--ink-2); padding-right: 44px; }
@media (max-width: 900px) { .about { grid-template-columns: 1fr; } .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .traits, .steps { grid-template-columns: 1fr; } }

/* ---------- Job builder ---------- */
.builder { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 36px); align-items: start; }
.step {
  background: var(--face); border: 1px solid var(--line); border-radius: 18px; padding: clamp(18px, 2.6vw, 28px); margin-bottom: 14px;
  transition: border-color .2s, box-shadow .2s;
}
.step:focus-within { border-color: var(--ink-3); }
.step__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.step__n { font-family: var(--f-display); font-weight: 850; font-stretch: 120%; font-size: 1.1rem; background: var(--ink); color: #fff; width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; flex: none; transform: translateY(6px); }
.step.is-done .step__n { background: var(--go); }
.step__head h3 { font-size: 1.3rem; }
.step__head p { margin: 2px 0 0; color: var(--ink-3); font-size: var(--fs-sm); }
.builder .board { box-shadow: none; background: transparent; border: 0; padding: 0; }
.builder .board__rail { --n: 4; }
.builder .breaker { min-height: 150px; }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opt {
  min-height: 44px; padding: .5em .95em; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; font-weight: 600; font-size: var(--fs-sm);
  display: inline-flex; align-items: center; gap: .5em; text-align: left; transition: border-color .15s, background .15s;
}
.opt:hover { border-color: var(--ink); }
.opt[aria-pressed="true"] { background: #E7F4EC; border-color: var(--go); color: var(--ink); }
.opt[aria-pressed="true"]::before { content: "\2713"; color: var(--go); font-weight: 900; }
.opt small { color: var(--ink-3); font-weight: 600; }
.opts--day .opt { flex-direction: column; align-items: flex-start; gap: 0; min-width: 84px; line-height: 1.25; }
.opts--day .opt[aria-pressed="true"]::before { display: none; }
.opts--day .opt b { font-family: var(--f-display); font-stretch: 70%; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; }
.opts--day .opt[disabled] { opacity: .45; cursor: not-allowed; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid2 .span2 { grid-column: 1 / -1; }
textarea.input { min-height: 96px; resize: vertical; }
.drop {
  display: grid; place-items: center; text-align: center; gap: 6px; padding: 22px; border: 2px dashed var(--line); border-radius: 14px; background: #fff; cursor: pointer;
  color: var(--ink-2); font-size: var(--fs-sm); transition: border-color .15s, background .15s;
}
.drop:hover, .drop.is-over { border-color: var(--blue); background: #F2F6FD; }
.drop:focus-within { border-color: var(--blue); }
.drop input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.thumbs figure { margin: 0; position: relative; }
.thumbs img { width: 84px; height: 84px; object-fit: cover; border-radius: 10px; }
.thumbs button { position: absolute; top: -8px; right: -8px; width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fff; background: var(--ink); color: #fff; cursor: pointer; font-size: .9rem; line-height: 1; }
.inline-status { font-size: var(--fs-sm); margin-top: 8px; min-height: 1.4em; }
.inline-status.ok { color: var(--go-ink); } .inline-status.warn { color: var(--live); }
.preview { position: sticky; top: 96px; }
.phone {
  background: #0E1A23; border-radius: 30px; padding: 12px; box-shadow: 0 40px 70px -40px rgba(20,32,43,.7);
}
.phone__screen { background: #E6DED3; border-radius: 22px; overflow: hidden; }
.phone__bar { background: #1F5E4E; color: #fff; display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.phone__av { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--f-display); font-weight: 850; font-size: .8rem; }
.phone__bar b { display: block; font-size: .95rem; line-height: 1.1; }
.phone__bar small { font-size: .75rem; opacity: .8; }
.phone__chat { padding: 16px 12px 18px; min-height: 280px; max-height: 460px; overflow: auto; display: flex; flex-direction: column; gap: 8px; }
.bubble {
  align-self: flex-end; background: #D9FDD3; border-radius: 12px 12px 2px 12px; padding: 9px 11px 6px; max-width: 94%; font-size: .9rem; line-height: 1.4;
  white-space: pre-wrap; box-shadow: 0 1px 1px rgba(0,0,0,.12); color: #111B21; overflow-wrap: anywhere;
}
.bubble .time { display: block; text-align: right; font-size: .68rem; color: #667781; margin-top: 3px; }
.bubble--empty { align-self: center; background: rgba(255,255,255,.7); border-radius: 10px; color: #54656F; font-size: .82rem; text-align: center; }
.send { display: grid; gap: 10px; margin-top: 16px; }
.send .btn { width: 100%; }
.send__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.send__hint { font-size: var(--fs-xs); color: var(--ink-3); margin: 0; }
.toast { position: fixed; left: 50%; bottom: 100px; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px; font-weight: 700; opacity: 0; transition: .25s var(--ease); z-index: 95; pointer-events: none; }
.toast.is-on { opacity: 1; transform: translateX(-50%); }
@media (max-width: 980px) { .builder { grid-template-columns: 1fr; } .preview { position: static; } }
@media (max-width: 520px) { .grid2 { grid-template-columns: 1fr; } .builder .breaker { min-height: 138px; } }

.other-row { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.other-row .input { flex: 1 1 220px; width: auto; min-height: 46px; }
.yourlist { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--line); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.yourlist .label { width: 100%; }
.chip--job { background: #fff; color: var(--ink); font-size: var(--fs-sm); padding: .3em .35em .3em .8em; }
.chip--job button { border: 0; background: var(--ground); border-radius: 50%; width: 26px; height: 26px; cursor: pointer; font-weight: 800; line-height: 1; display: grid; place-items: center; }
.chip--job button:hover { background: var(--ink); color: #fff; }
.send .btn[aria-disabled="true"] { opacity: .5; box-shadow: none; }
.areamap .d circle { fill: var(--ink); transition: r .25s var(--ease), fill .25s; }
.areamap .d text { fill: var(--ink-2); font-size: 13px; font-weight: 700; font-stretch: 70%; }
.areamap .d.is-hit circle { fill: var(--blue); r: 8px; }
.areamap .d.is-hit text { fill: var(--blue-ink); font-weight: 850; }

/* ---------- Price table ---------- */
.ptable-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid var(--line); background: var(--face); }
.ptable { width: 100%; border-collapse: collapse; min-width: 560px; }
.ptable th, .ptable td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.ptable thead th { font-family: var(--f-display); font-stretch: 62%; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; font-size: .78rem; color: var(--ink-3); background: var(--ground); }
.ptable tbody tr:hover { background: #F4F6F3; }
.ptable .cat { font-family: var(--f-display); font-stretch: 62%; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; color: var(--ink-3); display: block; }
.ptable .price { font-family: var(--f-display); font-weight: 780; font-stretch: 100%; font-size: 1.2rem; white-space: nowrap; }
.ptable .ask { white-space: nowrap; }
.ptable tr:last-child td { border-bottom: 0; }
@media (max-width: 640px) {
  .ptable { min-width: 0; }
  .ptable thead { display: none; }
  .ptable tr { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; align-items: center; padding: 16px; border-bottom: 1px solid var(--line-2); }
  .ptable td { padding: 0; border: 0; }
  .ptable td:first-child, .ptable td.ask { grid-column: 1 / -1; }
  .ptable td:nth-child(3) { justify-self: end; }
  .ptable td.ask .btn { width: 100%; }
}
.disclaimer { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; font-size: var(--fs-sm); color: var(--ink-2); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ccard { background: var(--face); border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: grid; gap: 10px; align-content: start; text-decoration: none; color: var(--ink); transition: transform .2s var(--ease), box-shadow .2s; }
a.ccard:hover { transform: translateY(-3px); box-shadow: 0 24px 40px -28px rgba(20,32,43,.5); color: var(--ink); }
.ccard__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--ink); color: #fff; }
.ccard__icon svg { width: 22px; height: 22px; }
.ccard--wa .ccard__icon { background: var(--go); }
.ccard__big { font-family: var(--f-display); font-weight: 780; font-stretch: 100%; font-size: 1.35rem; line-height: 1.15; }
.ccard p { margin: 0; color: var(--ink-2); font-size: var(--fs-sm); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 10px 0; border-bottom: 1px solid var(--line-2); }
.hours td:last-child { text-align: right; font-weight: 700; }
.hours tr.is-today td { color: var(--blue-ink); }
.hours tr.is-today td:first-child::after { content: "\00A0\00B7\00A0today"; font-weight: 700; }
.two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: start; }
@media (max-width: 900px) { .contact-grid, .two { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta { background: var(--blue); color: #fff; border-radius: 24px; padding: clamp(28px, 5vw, 56px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px 40px; align-items: center; position: relative; overflow: hidden; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,.85); margin: 12px 0 0; }
.cta .btn-row { justify-content: flex-end; }
.cta::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; border-radius: 50%;
  border: 28px solid rgba(255,255,255,.08); pointer-events: none;
}
@media (max-width: 860px) { .cta { grid-template-columns: 1fr; } .cta .btn-row { justify-content: flex-start; } }

/* ---------- Footer ---------- */
.foot { background: var(--dark); color: var(--on-dark-2); padding-block: 64px 32px; font-size: var(--fs-sm); }
.foot a { color: var(--on-dark); text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.foot h3 { color: #fff; font-size: .82rem; font-stretch: 62%; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 14px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot .brand { color: #fff; margin: 0 0 14px; }
.foot .brand__sub { color: var(--on-dark-2); display: block; }
.foot__base { margin-top: 44px; padding-top: 20px; border-top: 1px solid #2C3B49; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: var(--fs-xs); }
@media (max-width: 860px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot__grid { grid-template-columns: 1fr; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee { overflow-x: auto; mask-image: none; }
  .marquee__track { animation: none; }
  .status[data-state="open"] .status__dot::after { display: none; }
}
