/* U.K Printers — public site. Palette and layout follow the approved mockups. */
:root {
  --black: #1b1b1b; --black-2: #262626; --black-3: #333;
  --red: #e0231c; --red-dark: #b91c16; --red-soft: #fdeceb;
  --ink: #1d1d1f; --ink-2: #5a5d65; --line: #e6e7ea; --grey: #f5f6f8; --white: #fff;
  --wa: #128447; --gold: #f2a900;
  --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --script: "Kaushan Script", "Brush Script MT", cursive;
  --gutter: clamp(1rem, 4vw, 2rem); --maxw: 1200px;
  --r-sm: 8px; --r-md: 12px; --r-lg: 18px;
  --shadow: 0 1px 2px rgba(20,20,20,.05), 0 8px 24px rgba(20,20,20,.06);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body { margin: 0; font: 400 1rem/1.65 var(--font); color: var(--ink); background: var(--white); }
body.has-actionbar { padding-bottom: 56px; }
@media (min-width: 900px) { body.has-actionbar { padding-bottom: 0; } }
img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
a { color: var(--red); text-underline-offset: 3px; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; }
h3 { font-size: 1.15rem; }
.h-sm { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.accent { color: var(--red); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--red); color: #fff; padding: .6rem 1rem; }
.skip:focus { left: 1rem; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.muted { color: var(--ink-2); } .small { font-size: .88rem; } .mt { margin-top: 2rem; }
.with-icon { display: flex; gap: .6rem; align-items: flex-start; }
.with-icon > .i { flex: none; margin-top: .2em; color: var(--red); }
.i { display: inline-block; vertical-align: middle; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .7rem 1.4rem; border-radius: var(--r-sm);
  font: 600 .98rem/1.2 var(--font); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s; }
.btn-sm { min-height: 42px; padding: .5rem 1.1rem; font-size: .92rem; }
.btn-red, .btn-primary { background: var(--red); color: #fff; }
.btn-red:hover, .btn-primary:hover { background: var(--red-dark); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #0d6c3a; }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-ghost-light { border-color: rgba(255,255,255,.75); color: #fff; background: transparent; }
.btn-ghost-light:hover { background: #fff; color: var(--black); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-block { width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; }
.icon-btn.wa { background: var(--wa); }
.icon-btn.wa:hover { background: #0d6c3a; }
.text-link { display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; text-decoration: none; color: var(--red); white-space: nowrap; }
.text-link:hover { text-decoration: underline; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.header-bar { display: flex; align-items: center; gap: 1.5rem; min-height: 78px; }
.brand { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); line-height: 1; flex: none; }
.brand img { max-height: 58px; width: auto; }
.wordmark { font-weight: 800; font-size: 1.7rem; letter-spacing: -.02em; color: var(--ink); }
.wm-a { color: var(--red); }
.wm-sub { font-size: .62rem; font-weight: 600; color: var(--ink-2); margin-top: .3rem; letter-spacing: .08em; }
.nav { margin-left: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .3rem; }
.nav a { display: block; padding: .6rem .8rem; color: var(--ink); text-decoration: none; font-weight: 500; font-size: .95rem; border-radius: 6px; position: relative; }
.nav a:hover { color: var(--red); }
.nav a[aria-current="page"] { color: var(--red); font-weight: 600; }
.nav a[aria-current="page"]::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .25rem; height: 2px; background: var(--red); }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; color: var(--ink); cursor: pointer; }
.nav-toggle .nt-close { display: none; }
@media (max-width: 959px) {
  .hide-sm { display: none !important; }
  .header-bar { min-height: 66px; justify-content: space-between; }
  .header-actions { margin-left: auto; }
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 3px solid var(--red); box-shadow: 0 14px 28px rgba(0,0,0,.12); display: none; margin: 0; }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; padding: .5rem var(--gutter) 1rem; gap: 0; }
  .nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; border-radius: 0; }
  .nav a[aria-current="page"]::after { display: none; }
  .nav-toggle[aria-expanded="true"] .nt-open { display: none; }
  .nav-toggle[aria-expanded="true"] .nt-close { display: inline; }
  .wordmark { font-size: 1.45rem; }
  .brand img { max-height: 46px; }
}

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(ellipse at 75% 40%, #3a3a3a 0%, var(--black) 55%) , var(--black); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px); }
.hero-grid { position: relative; display: grid; gap: 2.5rem; align-items: center; padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(2.5rem, 6vw, 4.5rem); }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }
.hero-eyebrow { font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #cfcfcf; margin-bottom: .9rem; }
.hero-title { font-size: clamp(2.8rem, 7.5vw, 5rem); line-height: 1; margin: 0; letter-spacing: -.03em; }
.hero-slogan { font-size: clamp(1.6rem, 3.6vw, 2.5rem); font-weight: 800; line-height: 1.15; margin: .35rem 0 1.1rem; letter-spacing: -.02em; }
.hero-lead { color: #dcdcdc; max-width: 34rem; font-size: 1.02rem; }
.hero .cta-row { margin: 1.6rem 0 2rem; }
.points { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.points li { display: flex; gap: .7rem; align-items: center; }
.points strong { display: block; font-weight: 600; font-size: .92rem; line-height: 1.3; }
.points small { display: block; font-size: .8rem; color: var(--ink-2); }
.points-light { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14); }
.points-light small { color: #b8b8b8; }
.points-light .i { color: #fff; }
.hero-photo { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.45); }
.hero-photo img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }

/* card-stack: shown until a hero photo is uploaded */
.card-stack { position: relative; height: clamp(300px, 38vw, 420px); max-width: 520px; margin-inline: auto; }
.sc { position: absolute; width: 78%; aspect-ratio: 1.75; border-radius: 10px; background: linear-gradient(160deg, #fafafa, #e9e9e9);
  box-shadow: 0 25px 45px rgba(0,0,0,.5); overflow: hidden; padding: 7% 8%; display: flex; flex-direction: column; color: var(--ink); }
.sc0 { top: 0; right: 0; transform: rotate(-8deg); }
.sc1 { top: 30%; right: 9%; transform: rotate(-8deg); background: linear-gradient(160deg, #2e2e2e, #1a1a1a); color: #fff; }
.sc2 { top: 58%; right: 3%; transform: rotate(-8deg); }
.sc-band { position: absolute; right: -12%; top: -20%; width: 55%; height: 150%; background: var(--red); transform: skewX(-22deg); }
.sc1 .sc-band { background: #3d3d3d; }
.sc-title { position: relative; font-weight: 800; font-size: clamp(1rem, 2.2vw, 1.5rem); line-height: 1.05; max-width: 60%; text-transform: uppercase; letter-spacing: .02em; }
.sc-rule { position: relative; width: 38px; height: 3px; background: var(--red); margin: .6rem 0; }
.sc-foot { position: relative; margin-top: auto; font-size: .7rem; font-weight: 600; opacity: .7; }
@media (max-width: 959px) { .hero-art { order: 2; } }

/* ---------- sections ---------- */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section-tight { padding: clamp(2rem, 5vw, 3.5rem) 0; }
.section-grey, .section-mist { background: var(--grey); }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: 2rem; }
.section-head h2 { margin: 0; }
.split-head .sh-side { max-width: 26rem; }
.split-head .sh-side p { color: var(--ink-2); margin-bottom: .4rem; font-size: .95rem; }
.kicker { display: flex; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 600; color: var(--ink-2); margin: 0 0 .5rem; letter-spacing: .06em; text-transform: uppercase; }
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--red); }

/* services */
.svc-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); }
.svc a { display: flex; flex-direction: column; height: 100%; padding: 1.5rem 1.4rem 1.3rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: border-color .15s, transform .15s; }
.svc a:hover { border-color: var(--red); transform: translateY(-2px); }
.svc-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 12px; background: var(--red-soft); color: var(--red); margin-bottom: 1rem; }
.svc-title { font-weight: 700; font-size: 1.08rem; margin-bottom: .35rem; }
.svc-sum { color: var(--ink-2); font-size: .92rem; line-height: 1.55; margin-bottom: 1rem; }
.svc-more { margin-top: auto; color: var(--red); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: .3rem; }

/* home work tiles */
.tiles { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.tile { position: relative; display: block; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4 / 3; background: var(--black-2); }
.tile picture, .tile img { width: 100%; height: 100%; object-fit: cover; }
.tile img { transition: transform .3s; }
.tile:hover img { transform: scale(1.04); }
.tile-noimg { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, #2a2a2a 0 12px, #303030 12px 24px); }
.tile-label { position: absolute; left: .7rem; bottom: .7rem; background: rgba(20,20,20,.85); color: #fff; font-size: .82rem; font-weight: 600; padding: .35rem .7rem; border-radius: 6px; }

/* ---------- page head (dark banner) ---------- */
.page-head { position: relative; background: var(--black); color: #fff; overflow: hidden; }
.page-head::before { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  radial-gradient(ellipse at 85% 50%, rgba(255,255,255,.08), transparent 60%), repeating-linear-gradient(115deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px); }
.ph-inner { position: relative; display: grid; gap: 1.5rem; align-items: center; padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(2rem, 5vw, 3.5rem); }
@media (min-width: 900px) { .ph-inner { grid-template-columns: 1fr auto; } }
.page-head h1 { margin: .3rem 0 .6rem; max-width: 22ch; }
.page-head .lead { color: #d0d0d0; max-width: 40rem; margin: 0; }
.ph-slogan { font-family: var(--script); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; transform: rotate(-6deg); color: #fff; text-align: center; padding-bottom: .5rem;
  background: linear-gradient(var(--red), var(--red)) center bottom / 70% 4px no-repeat; }
@media (max-width: 899px) { .ph-slogan { display: none; } }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .3rem; font-size: .85rem; color: #bdbdbd; }
.crumbs li + li::before { content: "/"; margin-right: .3rem; color: #777; }
.crumbs a { color: #e8e8e8; }
.lead { font-size: 1.08rem; }

/* ---------- work showcase ---------- */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.8rem; }
.filters a { padding: .5rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; color: var(--ink); font-size: .9rem; font-weight: 500; background: #fff; }
.filters a:hover { border-color: var(--red); color: var(--red); }
.filters a[aria-current] { background: var(--red); border-color: var(--red); color: #fff; }
.work-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); }
.work-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.work-link { display: block; text-decoration: none; color: var(--ink); height: 100%; }
.work-img { position: relative; aspect-ratio: 4 / 3; background: var(--grey); overflow: hidden; }
.work-img picture, .work-img img { width: 100%; height: 100%; object-fit: cover; }
.work-img img { transition: transform .3s; }
.work-link:hover .work-img img { transform: scale(1.04); }
.work-noimg { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, var(--grey) 0 12px, #eceef1 12px 24px); }
.chip { position: absolute; left: .7rem; bottom: .7rem; background: var(--red); color: #fff; font-size: .78rem; font-weight: 600; padding: .3rem .65rem; border-radius: 5px; }
.work-count { position: absolute; right: .7rem; top: .7rem; display: inline-flex; gap: .3rem; align-items: center; background: rgba(20,20,20,.75); color: #fff; font-size: .75rem; padding: .2rem .5rem; border-radius: 5px; }
.work-body { padding: 1rem 1.1rem 1.15rem; }
.work-body h3 { font-size: 1.02rem; margin: 0 0 .5rem; }
.work-link:hover h3 { color: var(--red); }
.work-body .with-icon { font-size: .87rem; color: var(--ink-2); margin: 0 0 .25rem; gap: .45rem; }
.work-rating { margin: .4rem 0 0; font-size: .85rem; color: var(--ink-2); display: flex; align-items: center; gap: .4rem; }
.pager { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem; margin-top: 2.5rem; }
.pager a, .pager span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .6rem; border: 1px solid var(--line); border-radius: var(--r-sm); text-decoration: none; color: var(--ink); font-weight: 600; }
.pager a:hover { border-color: var(--red); color: var(--red); }
.pager span[aria-current] { background: var(--red); border-color: var(--red); color: #fff; }
.empty { padding: 2.5rem; background: var(--grey); border-radius: var(--r-md); text-align: center; }

/* stars */
.stars { display: inline-flex; gap: 1px; vertical-align: middle; }
.star { color: #d5d7dc; display: inline-flex; }
.star.on { color: var(--gold); } .star.on svg { fill: currentColor; }
.star.half { color: var(--gold); } .star.half svg { fill: rgba(242,169,0,.45); }

/* ---------- content pages ---------- */
.prose { max-width: 70ch; }
.prose h2 { font-size: 1.5rem; margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .35em; }
.prose blockquote { margin: 1.5em 0; padding: .3em 0 .3em 1.2em; border-left: 4px solid var(--red); color: var(--ink-2); }
.split { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 1.1fr .9fr; } .split-single { grid-template-columns: 1fr; } }
.trim { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.trim::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34%; height: 6px; background: var(--red); }

/* project page */
.project-layout { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .project-layout { grid-template-columns: minmax(0, 1fr) 330px; align-items: start; } }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.g-item { display: block; overflow: hidden; border-radius: var(--r-sm); background: var(--grey); aspect-ratio: 1; }
.g-item picture, .g-item img { width: 100%; height: 100%; object-fit: cover; }
.g-item img { transition: transform .25s; }
.g-item:hover img { transform: scale(1.03); }
.g-lead { grid-column: 1 / -1; aspect-ratio: 3 / 2; border-radius: var(--r-md); }
.project-facts { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); padding: 1.5rem; border-radius: var(--r-md); box-shadow: var(--shadow); }
@media (min-width: 1000px) { .project-facts { position: sticky; top: 100px; } }
.project-facts dl { margin: 0 0 1.25rem; }
.project-facts dl > div { padding: .7rem 0; border-bottom: 1px solid var(--line); }
.project-facts dl > div:first-child { padding-top: 0; }
.project-facts dt { font-size: .82rem; color: var(--ink-2); }
.project-facts dd { margin: .1rem 0 0; font-weight: 600; }
.reviews-layout { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .reviews-layout { grid-template-columns: 1fr 430px; align-items: start; } }
.review-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
.review { background: #fff; border-radius: var(--r-md); padding: 1.1rem 1.2rem; border: 1px solid var(--line); }
.review p:last-child { margin: 0; }
.r-head { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: .4rem; }
.r-head time { color: var(--ink-2); font-size: .85rem; }

/* forms */
.card-form { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: var(--r-md); padding: clamp(1.25rem, 3vw, 2rem); box-shadow: var(--shadow); }
.card-form h2, .card-form h3 { margin-top: 0; }
.field { margin: 0 0 1rem; border: 0; padding: 0; min-width: 0; }
.field label, .field legend { display: block; font-weight: 600; font-size: .92rem; margin-bottom: .35rem; padding: 0; }
.field input, .field select, .field textarea { width: 100%; font: inherit; color: inherit; padding: .75rem .85rem; border: 1px solid #cfd2d8; border-radius: var(--r-sm); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(224,35,28,.18); }
.field-row { display: grid; gap: 0 1rem; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.has-err input, .has-err textarea, .has-err select { border-color: var(--red); }
.f-err { color: var(--red-dark); font-size: .87rem; margin: .3rem 0 0; font-weight: 500; }
.notice { padding: .8rem 1rem; border-radius: var(--r-sm); border-left: 4px solid; margin-bottom: 1rem; font-size: .95rem; }
.notice.ok { background: #e8f5ee; border-color: var(--wa); }
.notice.err { background: var(--red-soft); border-color: var(--red); }
.notice.warn { background: #fff6dc; border-color: var(--gold); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.star-input { display: inline-flex; flex-direction: row-reverse; gap: .15rem; }
.star-input input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.star-input label { cursor: pointer; color: #cfd2d8; margin: 0; padding: 2px; }
.star-input label:hover, .star-input label:hover ~ label, .star-input input:checked ~ label { color: var(--gold); }
.star-input label:hover svg, .star-input label:hover ~ label svg, .star-input input:checked ~ label svg { fill: currentColor; }
.star-input input:focus-visible + label { outline: 3px solid var(--red); border-radius: 4px; }
@media (max-width: 360px) { .g-recaptcha { transform: scale(.88); transform-origin: 0 0; } }

/* contact */
.contact-layout { display: grid; gap: 2.5rem; }
@media (min-width: 960px) { .contact-layout { grid-template-columns: .85fr 1.15fr; align-items: start; } }
.contact-details .h-sm { margin: 2rem 0 .75rem; }
.contact-details .h-sm:first-child { margin-top: 0; }
.contact-details p { margin-bottom: .6rem; }
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list.big li { padding: .4rem 0; border-bottom: 1px solid var(--line); }
.map-wrap { line-height: 0; }
.map-wrap iframe { width: 100%; height: clamp(300px, 45vw, 460px); border: 0; }
.social { list-style: none; margin: 1.2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.social a { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--black-3); color: #fff; }
.social a:hover { background: var(--red); }
.social-dark { flex-direction: column; gap: .3rem; margin-top: 0; }
.social-dark a { display: inline-flex; width: auto; height: auto; background: none; color: var(--ink); border-radius: 0; gap: .6rem; font-weight: 600; padding: .3rem 0; }
.social-dark a .i { color: var(--red); }
.social-dark a:hover { background: none; color: var(--red); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--grey); border-top: 1px solid var(--line); padding: clamp(2.5rem, 6vw, 3.8rem) 0; }
.cta-inner { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 960px) { .cta-inner { grid-template-columns: 1fr 1.15fr; } }
.cta-main h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .4rem; max-width: 20ch; }
.cta-main p { color: var(--ink-2); margin-bottom: 1.2rem; }
.cta-band .points { grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); }
.cta-band .points li { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: .9rem 1rem; }
.cta-band .pt-icon { background: var(--red-soft); border: 0; }
.pt-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 50%; background: #fff; color: var(--red); border: 1px solid var(--line); }

/* ---------- footer ---------- */
.site-footer { background: var(--black); color: #bdbdbd; font-size: .93rem; border-top: 4px solid var(--red); }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--red); }
.footer-grid { display: grid; gap: 2rem; padding-top: 3rem; padding-bottom: 2rem; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.4fr .8fr 1fr 1.2fr; } }
.f-name { font-weight: 800; font-size: 1.7rem; color: #fff; margin-bottom: 0; line-height: 1.1; letter-spacing: -.02em; }
.f-slogan { font-family: var(--script); font-size: 1.25rem; color: #fff; margin: .1rem 0 .8rem; }
.f-head { color: #fff; font-weight: 700; margin-bottom: .9rem; font-size: 1rem; }
.f-menu ul { list-style: none; margin: 0; padding: 0; }
.f-menu li { margin-bottom: .5rem; }
.f-menu a { color: #bdbdbd; }
.f-contact p { margin-bottom: .6rem; }
.site-footer .with-icon > .i { color: var(--red); }
.f-legal { border-top: 1px solid #2f2f2f; padding: 1rem 0; font-size: .83rem; }
.f-legal p { margin: 0; }

/* ---------- mobile action bar ---------- */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; box-shadow: 0 -4px 16px rgba(0,0,0,.18); }
.action-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 56px; color: #fff; font-weight: 600; text-decoration: none; padding-bottom: env(safe-area-inset-bottom); }
.ab-call { background: var(--red); }
.ab-wa { background: var(--wa); }
@media (min-width: 900px) { .action-bar { display: none; } }

/* ---------- lightbox ---------- */
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lightbox::backdrop { background: rgba(12,12,12,.94); }
.lightbox[open] { display: flex; align-items: center; justify-content: center; }
.lightbox img { max-width: calc(100vw - 2rem); max-height: calc(100vh - 6rem); width: auto; height: auto; object-fit: contain; }
.lightbox button { position: fixed; background: rgba(255,255,255,.12); color: #fff; border: 0; cursor: pointer; border-radius: 50%; width: 48px; height: 48px; font-size: 2rem; line-height: 1; display: flex; align-items: center; justify-content: center; }
.lightbox button:hover { background: var(--red); }
.lb-close { top: 1rem; right: 1rem; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lb-count { position: fixed; bottom: 1rem; left: 0; right: 0; text-align: center; color: #fff; margin: 0; font-size: .9rem; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }

/* ---------- extra buttons ---------- */
.btn-white { background: #fff; color: var(--red); }
.btn-white:hover { background: #fff2f1; }
.btn-outline-white { border-color: rgba(255,255,255,.8); color: #fff; background: transparent; }
.btn-outline-white:hover { background: #fff; color: var(--red); }
.h-md { font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin: 2.4rem 0 1rem; }

/* ---------- "Why choose us" red band ---------- */
.why { position: relative; color: #fff; text-align: center; overflow: hidden;
  background: linear-gradient(120deg, #d9211b 0%, #b51a15 55%, #8e1411 100%); padding: clamp(3rem, 7vw, 4.8rem) 0; }
.why::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1.3px); background-size: 22px 22px; }
.why-inner { position: relative; }
.why-badge { display: inline-block; margin: 0 0 1rem; padding: .35rem 1rem; border-radius: 999px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35);
  font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.why h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); margin: 0 auto .6rem; max-width: 30ch; }
.why .accent { color: #fff; }
.why-text { max-width: 40rem; margin: 0 auto; color: #ffe3e1; font-size: 1.05rem; }
.why-points { list-style: none; margin: 2.2rem auto 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); max-width: 1040px; text-align: left; }
.why-points li { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: var(--r-md); padding: 1.2rem 1.2rem 1.1rem; backdrop-filter: blur(2px); }
.wp-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: #fff; color: var(--red); margin-bottom: .8rem; }
.why-points strong { display: block; font-size: 1.02rem; margin-bottom: .2rem; }
.why-points small { display: block; color: #ffdcd9; font-size: .88rem; line-height: 1.5; }
.why-cta { justify-content: center; margin-top: 2.2rem; }
.why-cta .btn { min-width: 11rem; }

/* ---------- service page ---------- */
.svc-hero { position: relative; background: var(--black); color: #fff; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: repeating-linear-gradient(115deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px); }
.svc-hero-bg { position: absolute; inset: 0; }
.svc-hero-bg picture, .svc-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.svc-hero.has-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,.95) 0%, rgba(20,20,20,.82) 45%, rgba(20,20,20,.45) 100%); }
.svc-hero-inner { position: relative; z-index: 2; padding-top: clamp(2.2rem, 5vw, 4rem); padding-bottom: clamp(2.4rem, 5vw, 4rem); }
.svc-hero-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 14px; background: var(--red); color: #fff; margin: 1.3rem 0 1rem; }
.svc-hero h1 { margin: 0 0 .6rem; max-width: 20ch; }
.svc-hero .lead { color: #dadada; max-width: 38rem; }
.svc-hero .cta-row { margin-top: 1.5rem; }
.svc-layout { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .svc-layout { grid-template-columns: minmax(0, 1fr) 350px; align-items: start; } }
.svc-main > :first-child { margin-top: 0; }
.features { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.features li { display: flex; gap: .8rem; align-items: flex-start; background: var(--grey); border-radius: var(--r-md); padding: 1rem 1.05rem; }
.f-check { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--red); color: #fff; }
.features strong { display: block; font-size: .98rem; line-height: 1.35; }
.features small { display: block; color: var(--ink-2); font-size: .86rem; margin-top: .15rem; line-height: 1.5; }
.svc-gallery { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.steps-row { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); counter-reset: st; }
.steps-row li { counter-increment: st; border: 1px solid var(--line); border-radius: var(--r-md); padding: 1rem 1.05rem; position: relative; }
.steps-row li::before { content: counter(st); display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--black); color: #fff; font-weight: 700; font-size: .9rem; margin-bottom: .6rem; }
.steps-row strong { display: block; }
.steps-row small { display: block; color: var(--ink-2); font-size: .87rem; line-height: 1.5; margin-top: .2rem; }
.faqs details { border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: .6rem; background: #fff; }
.faqs summary { cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.1rem; font-weight: 600; position: relative; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--red); font-weight: 400; }
.faqs details[open] summary::after { content: "−"; }
.faqs details[open] summary { color: var(--red); }
.faqs details p { margin: 0; padding: 0 1.1rem 1.1rem; color: var(--ink-2); }
.svc-aside { display: grid; gap: 1.2rem; }
@media (min-width: 1000px) { .svc-aside { position: sticky; top: 100px; } }
.quote-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.quote-card figure { margin: 0; }
.quote-card figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.qc-body { padding: 1.3rem; display: grid; gap: .6rem; }
.qc-body h2 { font-size: 1.15rem; margin: 0; }
.qc-body p { color: var(--ink-2); font-size: .92rem; margin: 0 0 .3rem; }
.other-svcs { background: var(--grey); border-radius: var(--r-md); padding: 1.2rem; }
.other-svcs h2 { font-size: 1rem; margin: 0 0 .6rem; }
.other-svcs ul { list-style: none; margin: 0; padding: 0; }
.other-svcs a { display: flex; align-items: center; gap: .6rem; padding: .55rem 0; color: var(--ink); text-decoration: none; font-size: .93rem; font-weight: 500; border-bottom: 1px solid var(--line); }
.other-svcs li:last-child a { border-bottom: 0; }
.other-svcs a .i { color: var(--red); }
.other-svcs a:hover { color: var(--red); }
