/*
Theme Name: Cash and Carry Kitchens
Theme URI: https://cashandcarrykitchens.co.uk
Author: Blackpool Web Design
Author URI: https://blackpoolweb.co.uk
Description: Bespoke theme for Cash and Carry Kitchens Fylde Ltd, built from the approved Claude Design handoff.
Version: 1.0.0
Requires PHP: 8.1
Text Domain: cck
*/

/* Tokens: docs/design/handoff-README.md "Design tokens" */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(assets/fonts/montserrat-latin-var.woff2) format("woff2");
}

:root {
  --bg: #0c0d0c;
  --band: #111311;
  --card: #161816;
  --footer: #080908;
  --text: #f3f4ef;
  --secondary: #b3b7ad;
  --quote: #d7d9d2;
  --muted: #7c8078;
  --muted-on-card: #868a82; /* #7c8078 is 4.43:1 on --card; this is 5:1 (WCAG AA) */
  --green: #8dc63f;
  --green-hover: #a6dd5a;
  --line: rgba(255, 255, 255, .08);
  --line-input: rgba(255, 255, 255, .12);
  --line-btn: rgba(255, 255, 255, .25);
  --ease: 150ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Montserrat, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--green); text-decoration: none; transition: color var(--ease), border-color var(--ease), background-color var(--ease); }
a:hover { color: var(--green-hover); }
button, input, textarea, select { font-family: inherit; }
::placeholder { color: var(--muted-on-card); opacity: 1; }
h1, h2, h3, p { margin: 0; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; left: 12px; top: 12px; z-index: 200; width: auto; height: auto; clip-path: none; background: var(--green); color: var(--bg); padding: 10px 14px; border-radius: 4px; font-weight: 800; }

.wrap { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.kicker { color: var(--green); font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.label { color: var(--green); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.h1 { font-size: clamp(36px, 4.6vw, 58px); line-height: 1.02; font-weight: 900; letter-spacing: -.02em; text-wrap: balance; }
.h1--home { font-size: clamp(40px, 5.2vw, 68px); }
.h2 { font-size: 40px; font-weight: 900; letter-spacing: -.02em; line-height: 1.05; }
.green { color: var(--green); }
.lead { font-size: 17px; line-height: 1.7; color: var(--secondary); text-wrap: pretty; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 4px; font: 800 15px Montserrat, sans-serif; border: 0; transition: background-color var(--ease), border-color var(--ease), color var(--ease); }
.btn--primary { background: var(--green); color: var(--bg); padding: 16px 26px; }
.btn--primary:hover { background: var(--green-hover); color: var(--bg); }
.btn--outline { background: transparent; color: var(--text); border: 2px solid var(--line-btn); font-weight: 700; padding: 14px 24px; }
.btn--outline:hover { border-color: var(--green); color: var(--green); }
.btn--dark { background: var(--bg); color: var(--green); padding: 15px 24px; }
.btn--dark:hover { background: #1c1e1c; color: var(--green); }
.btn--dark-outline { color: var(--bg); border: 2px solid var(--bg); font-weight: 700; padding: 13px 22px; }
.btn--dark-outline:hover { color: var(--bg); background: rgba(0, 0, 0, .08); }
.link-more { color: var(--green); font: 700 14px Montserrat, sans-serif; }

/* WhatsApp float */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 10px; background: var(--green); color: var(--bg); border-radius: 999px; padding: 12px 18px 12px 14px; font-weight: 700; font-size: 14px; box-shadow: 0 10px 30px rgba(141, 198, 63, .35); }
.wa-float:hover { background: var(--green-hover); color: var(--bg); }
.wa-float__dot { width: 22px; height: 22px; border-radius: 50%; background: var(--bg); display: grid; place-items: center; color: var(--green); font-size: 12px; font-weight: 900; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(12, 13, 12, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header__bar { min-height: 76px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand:hover { color: var(--text); }
.brand img { height: 56px; width: 56px; object-fit: cover; object-position: top; border-radius: 6px; background: #000; display: block; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__top { font-weight: 800; font-size: 15px; letter-spacing: .02em; }
.brand__bottom { font-weight: 900; font-size: 19px; color: var(--green); letter-spacing: .04em; }
.burger { display: none; margin-left: auto; background: none; border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; cursor: pointer; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 20px; height: 2px; background: var(--text); }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav a { display: block; padding: 10px 12px; white-space: nowrap; font: 600 14px Montserrat, sans-serif; color: var(--text); border-bottom: 2px solid transparent; }
.nav a:hover { color: var(--green); }
.nav .current-menu-item > a, .nav .current_page_item > a { color: var(--green); border-bottom-color: var(--green); }
.header-phone { display: flex; align-items: center; gap: 8px; background: var(--green); color: var(--bg); font-weight: 800; font-size: 14px; padding: 11px 18px; border-radius: 4px; white-space: nowrap; }
.header-phone:hover { background: var(--green-hover); color: var(--bg); }
.drawer { display: none; flex-direction: column; border-top: 1px solid var(--line); background: var(--bg); padding: 8px 20px 16px; }
.drawer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.drawer li a { display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .06); padding: 16px 4px; min-height: 52px; font: 700 17px Montserrat, sans-serif; color: var(--text); }
.drawer li a:hover, .drawer .current-menu-item > a { color: var(--green); }
.drawer__wa { margin-top: 14px; display: flex; justify-content: center; align-items: center; min-height: 48px; border: 2px solid var(--green); border-radius: 4px; font-weight: 800; font-size: 15px; }
@media (max-width: 899px) {
  .burger { display: flex; }
  .nav { display: none; }
  .site-header.is-open .drawer { display: flex; }
}

/* Home hero */
.hero { padding-top: 72px; padding-bottom: 56px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hero__copy { display: flex; flex-direction: column; gap: 26px; }
.hero__lead { font-size: 18px; line-height: 1.6; color: var(--secondary); max-width: 520px; text-wrap: pretty; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__facts { display: flex; gap: 24px; flex-wrap: wrap; font-size: 13px; color: var(--secondary); padding-top: 6px; }
.hero__facts strong { color: var(--text); }
.hero__media { position: relative; }
.hero__media img { width: 100%; aspect-ratio: 4 / 3.3; object-fit: cover; border-radius: 6px; display: block; }
.hero__badge { position: absolute; left: -14px; bottom: 28px; background: var(--green); color: var(--bg); font-weight: 800; font-size: 13px; padding: 10px 16px; border-radius: 3px; }

/* USP strip */
.usp { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--band); }
.usp__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.usp__item { padding: 28px 24px; border-right: 1px solid var(--line); }
.usp__item:first-child { padding-left: 0; }
.usp__item:last-child { padding-right: 0; border-right: 0; }
.usp__title { color: var(--green); font-weight: 800; font-size: 13px; margin-bottom: 6px; }
.usp__body { color: var(--secondary); font-size: 14px; line-height: 1.5; }

/* Sections */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.section-head .kicker { margin-bottom: 10px; }
.sec-services { padding-top: 88px; padding-bottom: 40px; }
.sec-work { padding-top: 56px; padding-bottom: 56px; }
.sec-reviews { padding-top: 56px; padding-bottom: 72px; }
.sec-cta { padding-bottom: 88px; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 6px; transition: border-color var(--ease); }
.card--service { padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; min-height: 240px; }
.card--service:hover { border-color: rgba(141, 198, 63, .5); }
.card__num { color: var(--green); font-weight: 900; font-size: 34px; line-height: 1; }
.card__title { font-weight: 800; font-size: 20px; }
.card__body { color: var(--secondary); font-size: 15px; line-height: 1.6; text-wrap: pretty; }

/* Photo grids */
.photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; }
.photos--fill { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.photo { border: 0; padding: 0; cursor: pointer; background: var(--card); border-radius: 6px; overflow: hidden; position: relative; text-align: left; color: var(--text); font-family: inherit; }
.photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.photo__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; background: linear-gradient(transparent, rgba(0, 0, 0, .75)); font-weight: 700; font-size: 14px; display: flex; justify-content: space-between; gap: 12px; }
.photo__style { color: var(--green); font-size: 12px; font-weight: 600; white-space: nowrap; }
.photo--card { display: flex; flex-direction: column; }
.photo--card .photo__cap { position: static; background: none; padding: 12px 14px; width: 100%; }
.photo[hidden] { display: none; }

/* Reviews */
.reviews { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 2fr); gap: 40px; align-items: start; }
.reviews--links-only { grid-template-columns: minmax(0, 1fr); }
.reviews--links-only .reviews__side { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.reviews--links-only .reviews__links { flex: 1 1 320px; max-width: 460px; }
.reviews__side { display: flex; flex-direction: column; gap: 18px; }
.reviews__links { display: flex; flex-direction: column; gap: 10px; }
.tile { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 14px 16px; color: var(--text); }
.tile:hover { border-color: var(--green); color: var(--text); }
.tile__name { font-weight: 700; font-size: 14px; }
.tile__meta { color: var(--green); font-weight: 800; font-size: 13px; text-align: right; }
.reviews__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.review { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.review__stars { color: var(--green); letter-spacing: .1em; font-size: 14px; }
.review__text { font-size: 15px; line-height: 1.6; color: var(--quote); font-style: italic; margin: 0; }
.review__by { margin-top: auto; font-size: 13px; color: var(--secondary); }
.review__by strong { color: var(--text); }

/* Green CTA banners */
.cta { background: var(--green); color: var(--bg); border-radius: 8px; padding: 48px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 32px; align-items: center; }
.cta__copy { display: flex; flex-direction: column; gap: 14px; }
.cta__title { font-size: 38px; font-weight: 900; letter-spacing: -.02em; line-height: 1.05; }
.cta__body { font-size: 16px; line-height: 1.6; font-weight: 500; max-width: 560px; }
.cta .btn-row { margin-top: 6px; }
.cta__hours { border-left: 2px solid rgba(0, 0, 0, .25); padding-left: 28px; display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; font-size: 15px; font-weight: 600; margin: 0; }
.cta__hours dt { opacity: .7; }
.cta__hours dd { margin: 0; }
.cta--slim { padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta--slim .cta__title { font-size: 30px; line-height: 1.1; }
.cta--slim .cta__body { font-size: 15px; margin-top: 8px; }

/* Inner page heroes */
.page-hero { padding-top: 80px; padding-bottom: 40px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.page-hero__copy { display: flex; flex-direction: column; gap: 22px; }
.page-hero img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: 6px; display: block; }
.page-intro { padding-top: 80px; padding-bottom: 32px; display: flex; flex-direction: column; gap: 18px; }
.page-intro .h1 { max-width: 800px; }
.page-intro .lead { max-width: 680px; }

/* About */
.sec-values { padding-top: 40px; padding-bottom: 88px; }
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.value { padding: 28px; }
.value__title { color: var(--green); font-weight: 800; font-size: 18px; margin-bottom: 10px; }
.value__body { color: var(--secondary); font-size: 15px; line-height: 1.6; }
.placeholder { margin-top: 48px; padding: 32px; border: 1px dashed rgba(141, 198, 63, .5); border-radius: 6px; color: var(--secondary); font-size: 13px; line-height: 1.6; font-family: ui-monospace, Menlo, monospace; }

/* Services */
.sec-rows { padding-top: 24px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 20px; }
.row { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); background: var(--band); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.row__copy { padding: 40px 36px; display: flex; flex-direction: column; gap: 14px; }
.row__kicker { color: var(--green); font-weight: 900; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.row__title { font-weight: 800; font-size: 28px; letter-spacing: -.01em; line-height: 1.15; }
.row__body { color: var(--secondary); font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.row__points { margin: 6px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--quote); }
.row__points li { display: flex; gap: 10px; align-items: flex-start; }
.row__points li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: none; margin-top: 7px; }
.row img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.sec-cta--services { padding-top: 16px; }

/* Our work */
.gallery-head { padding-top: 80px; padding-bottom: 24px; display: flex; flex-direction: column; gap: 18px; }
.pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.pill { cursor: pointer; border-radius: 999px; padding: 9px 16px; font: 700 13px Montserrat, sans-serif; border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: var(--text); transition: border-color var(--ease), background-color var(--ease); }
.pill:hover { border-color: var(--green); }
.pill[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: var(--bg); }
.sec-gallery { padding-top: 16px; padding-bottom: 88px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(0, 0, 0, .92); display: grid; place-items: center; padding: 40px; cursor: zoom-out; border: 0; width: 100%; height: 100%; max-width: none; max-height: none; color: var(--text); }
.lightbox[hidden] { display: none; }
.lightbox__inner { display: flex; flex-direction: column; gap: 14px; max-width: 1200px; width: 100%; }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 6px; display: block; }
.lightbox__cap { display: flex; justify-content: space-between; gap: 12px; font-weight: 700; font-size: 15px; }

/* Contact */
.contact { padding-top: 80px; padding-bottom: 88px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 56px; align-items: start; }
.contact__main { display: flex; flex-direction: column; gap: 22px; }
.contact__intro { font-size: 16px; line-height: 1.7; color: var(--secondary); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 6px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: var(--secondary); }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { background: var(--card); border: 1px solid var(--line-input); border-radius: 4px; padding: 14px; color: var(--text); font-size: 15px; outline: none; transition: border-color var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); }
.field textarea { resize: vertical; }
.field--postcode input { max-width: 220px; }
.form__actions { grid-column: 1 / -1; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.form__actions .btn--primary { padding: 16px 28px; }
.form__actions .btn--outline { padding: 14px 22px; }
.form__hp { position: absolute; left: -9999px; }
.form__error { grid-column: 1 / -1; color: #ff9b8a; font-size: 14px; font-weight: 600; }
.form__small { grid-column: 1 / -1; font-size: 12px; color: var(--muted); line-height: 1.6; }
.form__small a { color: var(--secondary); text-decoration: underline; }
.thanks { border-color: var(--green); padding: 32px; display: flex; flex-direction: column; gap: 10px; }
.thanks__title { color: var(--green); font-weight: 900; font-size: 24px; }
.thanks__body { color: var(--secondary); font-size: 15px; line-height: 1.6; }
.thanks__again { align-self: flex-start; margin-top: 8px; background: none; border: 0; cursor: pointer; color: var(--green); font: 700 13px Montserrat, sans-serif; padding: 0; }
.contact__side { display: flex; flex-direction: column; gap: 16px; }
.info { padding: 28px; display: flex; flex-direction: column; gap: 22px; }
.info .label { margin-bottom: 8px; }
.info__address { font-weight: 700; font-size: 17px; line-height: 1.4; font-style: normal; }
.info__phones { display: flex; flex-direction: column; gap: 6px; font-size: 16px; font-weight: 600; }
.info__phones a { color: var(--text); }
.info__phones a:hover { color: var(--green); }
.info__phones span { color: var(--muted-on-card); font-weight: 500; font-size: 13px; }
.info__hours { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; font-size: 15px; color: var(--secondary); margin: 0; }
.info__hours dd { margin: 0; color: var(--text); font-weight: 600; }
.info__fb { font-weight: 700; font-size: 14px; }
.map { aspect-ratio: 4 / 3; border-radius: 6px; overflow: hidden; border: 1px solid var(--line); background: var(--band); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* Generic page (privacy etc.) */
.prose { padding-top: 80px; padding-bottom: 88px; max-width: 820px; }
.prose .h1 { margin-bottom: 28px; }
.prose h2 { font-size: 24px; font-weight: 800; margin: 36px 0 12px; }
.prose p, .prose li { font-size: 16px; line-height: 1.75; color: var(--secondary); }
.prose p { margin: 0 0 16px; }
.prose ul { padding-left: 20px; margin: 0 0 16px; }
.prose strong { color: var(--text); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--footer); }
.footer__grid { padding-top: 48px; padding-bottom: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.footer__col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--secondary); }
.footer__col .label { margin-bottom: 6px; }
.footer__col--brand { gap: 14px; }
.footer__col--brand img { width: 120px; height: 120px; object-fit: cover; border-radius: 6px; background: #000; display: block; }
.footer__col--brand p { font-size: 13px; line-height: 1.6; }
.footer__col--call a { color: var(--text); }
.footer__col--call a:hover { color: var(--green); }
.footer__fb { margin-top: 6px; font-weight: 700; }
.footer__bar { padding-top: 18px; padding-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .06); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.footer__bar a { color: var(--secondary); font-weight: 600; }
.footer__bar a:hover { color: var(--green); }
.footer__bar .footer__areas a { color: inherit; font-weight: inherit; }
.footer__bar .footer__areas a:hover { color: var(--green); }

/* Town pages: built from the existing components, plus a simple question list. */
.sec-area-work { padding-top: 24px; padding-bottom: 56px; }
.faqs { padding-top: 24px; padding-bottom: 72px; max-width: 1240px; }
.faqs__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 16px; margin-top: 36px; }
.faq { padding: 28px; }
.faq__q { font-weight: 800; font-size: 18px; line-height: 1.3; margin-bottom: 10px; }
.faq__a { color: var(--secondary); font-size: 15px; line-height: 1.65; }
@media (max-width: 560px) { .faqs__list { grid-template-columns: minmax(0, 1fr); } }

/* Responsive: 2-col layouts collapse under ~800px (handoff "Interactions & behaviour") */
@media (max-width: 800px) {
  .hero, .page-hero, .contact, .reviews, .cta { grid-template-columns: minmax(0, 1fr); }
  .hero { padding-top: 48px; gap: 36px; }
  .hero__badge { left: 12px; }
  .page-hero, .page-intro, .gallery-head, .contact, .prose { padding-top: 56px; }
  .contact { gap: 40px; }
  .cta { padding: 36px 28px; }
  .cta__hours { border-left: 0; padding-left: 0; border-top: 2px solid rgba(0, 0, 0, .25); padding-top: 20px; }
  .usp__item, .usp__item:first-child, .usp__item:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .usp__item:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .h2 { font-size: 32px; }
  .cta__title { font-size: 30px; }
  .form { grid-template-columns: minmax(0, 1fr); }
  .photos, .photos--fill { grid-template-columns: minmax(0, 1fr); }
  .lightbox { padding: 16px; }
  .header-phone { padding: 11px 14px; }
}
/* Touch targets: the handoff asks for 44px minimum. On touch-sized screens the small
   text links grow their hit area without changing how they look. */
@media (max-width: 899px), (pointer: coarse) {
  .header-phone { min-height: 44px; }
  .pill { min-height: 44px; padding-left: 18px; padding-right: 18px; }
  .link-more, .thanks__again, .info__fb, .footer__fb { display: inline-flex; align-items: center; min-height: 44px; }
  .footer__col--call { gap: 0; }
  .footer__col--call .label { margin-bottom: 8px; }
  .footer__col--call a, .info__phones a { display: flex; align-items: center; flex-wrap: wrap; gap: 0 8px; min-height: 44px; }
  .info__phones { gap: 0; }
  .footer__fb { margin-top: 0; }
  .footer__bar a { display: inline-block; padding: 14px 0; margin: -14px 0; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
