/* ==========================================================
   Shared page extensions · used by category & city & DE pages
   Loads AFTER styles.css
========================================================== */

/* ---------- Top reviews bar ---------- */
:root { --topbar-h: 38px; }
@media (max-width: 720px) { :root { --topbar-h: 34px; } }

body { padding-top: var(--topbar-h); }

.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 41;
  height: var(--topbar-h);
  background: var(--ink);
  color: oklch(0.85 0.01 60);
  border-bottom: 1px solid oklch(0.25 0.015 50);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav { top: var(--topbar-h) !important; }
.topbar-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 var(--gutter, 40px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.topbar .reviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: oklch(0.88 0.01 60);
  text-decoration: none;
  transition: color .2s;
}
.topbar .reviews:hover { color: var(--cream); }
.topbar .stars {
  display: inline-flex;
  gap: 1px;
  align-items: center;
}
.topbar .rating { letter-spacing: 0.14em; }
.topbar .google-badge {
  padding: 2px 8px;
  border: 1px solid oklch(0.35 0.02 50);
  border-radius: 2px;
  font-size: 10px;
  color: oklch(0.75 0.01 60);
  letter-spacing: 0.18em;
}
.topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.topbar .direct-label {
  color: oklch(0.7 0.01 60);
  font-size: 10px;
  white-space: nowrap;
}
/* Telefoonnummer als echte pill-knop in de topbar */
.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: none;
  padding: 6px 14px;
  border: 1px solid color-mix(in oklab, var(--cream) 28%, transparent);
  border-radius: 999px;
  background: transparent;
  white-space: nowrap;
  transition: background .2s, border-color .2s, color .2s;
}
.topbar-phone:hover,
.topbar-phone:focus-visible {
  background: var(--cognac);
  border-color: var(--cognac);
  color: var(--cream);
}
.topbar-phone .phone-icon {
  width: 12px; height: 12px;
  flex-shrink: 0;
}

/* Tablet · nog ruimte voor het volledige nummer */
@media (max-width: 900px) {
  .topbar .google-badge,
  .topbar .direct-label { display: none; }
  .topbar-inner { gap: 10px; padding: 0 18px; }
  .topbar .rating { font-size: 10px; }
}
/* Mobile · nummer korter (geen spaties), compacte pill */
@media (max-width: 560px) {
  .topbar-inner { gap: 8px; padding: 0 14px; }
  .topbar-phone {
    padding: 5px 10px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .topbar-phone .phone-full { display: none; }
  .topbar-phone .phone-short { display: inline; }
}
@media (min-width: 561px) {
  .topbar-phone .phone-short { display: none; }
  .topbar-phone .phone-full  { display: inline; }
}

/* ---------- Call button (cognac ghost variant) ---------- */
.btn.btn-call {
  gap: 8px;
  border-color: var(--cognac);
  color: var(--cognac-deep);
}
.btn.btn-call:hover {
  background: var(--cognac);
  color: var(--cream);
  border-color: var(--cognac);
}
.btn.btn-call svg {
  flex-shrink: 0;
}
@media (max-width: 1060px) {
  .btn.btn-call { padding-left: 12px; padding-right: 12px; }
  .btn.btn-call .call-text { display: none; }
}

/* WhatsApp floating button */
.wa-fab {
  position: fixed;
  bottom: 22px; right: 22px;
  z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px 12px 14px;
  background: #25D366;
  color: white;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .35), 0 2px 6px rgba(0,0,0,.15);
  transition: transform .3s cubic-bezier(.2,.7,.15,1), box-shadow .3s;
}
.wa-fab:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 40px rgba(37, 211, 102, .5), 0 4px 10px rgba(0,0,0,.2);
}
.wa-fab svg { flex-shrink: 0; }
.wa-fab .wa-label { display: inline-block; }
@media (max-width: 680px) {
  .wa-fab .wa-label { display: none; }
  .wa-fab { padding: 14px; border-radius: 50%; }
}

/* Nav active state + lang switch */
.nav-links a.is-active { color: var(--ink); }
.nav-links a.is-active::after {
  content: ''; display: block;
  width: 20px; height: 1px; background: var(--cognac);
  margin: 6px auto 0;
}
.lang-sw {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--muted);
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: color .2s, border-color .2s;
}
.lang-sw:hover { color: var(--ink); border-color: var(--saddle); }

/* ---------- Sub-page hero (category / city) ---------- */
.subhero {
  border-bottom: 1px solid var(--line);
  padding: clamp(40px, 5vw, 80px) 0 clamp(60px, 7vw, 100px);
  position: relative;
  overflow: hidden;
}
.subhero-crumb {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
}
.subhero-crumb a { color: var(--muted); text-decoration: none; }
.subhero-crumb a:hover { color: var(--ink); }
.subhero-crumb .sep { margin: 0 10px; opacity: .5; }

.subhero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
}
.subhero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}
.subhero h1 em { font-style: italic; color: var(--cognac); }
.subhero-lede {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 52ch;
}
.subhero-lede p + p { margin-top: 14px; }

.subhero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line-soft);
}
.subhero-stats .stat .num {
  font-family: var(--serif);
  font-size: 48px; line-height: 1;
  letter-spacing: -0.02em;
}
.subhero-stats .stat .label {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}

@media (max-width: 900px) {
  .subhero-grid { grid-template-columns: 1fr; }
  .subhero-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .subhero-stats .stat .num { font-size: 36px; }
}
@media (max-width: 480px) {
  .subhero-stats { grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 24px; margin-top: 32px; }
  .subhero-stats .stat .num { font-size: 30px; }
}

/* ---------- Trust strip · 6 feiten onder de hero ---------- */
.trust-strip {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(36px, 5vw, 56px) 0;
  border-top: 1px solid color-mix(in oklab, var(--cognac) 30%, transparent);
  border-bottom: 1px solid color-mix(in oklab, var(--cognac) 30%, transparent);
}
.trust-strip-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.trust-strip-list li {
  display: flex; flex-direction: column; gap: 8px;
  padding: 0 clamp(16px, 2vw, 28px);
  border-left: 1px solid color-mix(in oklab, var(--cream) 14%, transparent);
}
.trust-strip-list li:first-child { border-left: none; padding-left: 0; }
.trust-strip-list li:last-child  { padding-right: 0; }
.ts-num {
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.ts-num .ts-plus,
.ts-num .ts-unit {
  font-style: italic;
  color: oklch(0.78 0.10 60);
  font-size: 0.6em;
  margin-left: 2px;
  vertical-align: top;
}
.ts-num.ts-num-text {
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: oklch(0.82 0.07 60);
  font-family: var(--mono);
  padding-top: 12px;
}
.ts-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--cream) 70%, transparent);
  line-height: 1.5;
}

/* Desktop · 6 kolommen, hairline verticale lijnen */
/* Tussenformaat · 3 kolommen */
@media (max-width: 1100px) {
  .trust-strip-list { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .trust-strip-list li { border-left: 1px solid color-mix(in oklab, var(--cream) 14%, transparent); padding-left: clamp(16px, 2vw, 28px); }
  .trust-strip-list li:nth-child(3n+1) { border-left: none; padding-left: 0; }
}
/* Mobile · 2 kolommen × 3 rijen, deze layout vond de gebruiker mooi */
@media (max-width: 640px) {
  .trust-strip { padding: 32px 0; }
  .trust-strip-list { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .trust-strip-list li { padding: 0 18px; gap: 6px; }
  .trust-strip-list li:nth-child(odd)  { border-left: none; padding-left: 0; }
  .trust-strip-list li:nth-child(even) { padding-right: 0; }
  .ts-num { font-size: 30px; }
  .ts-num.ts-num-text { font-size: 18px; padding-top: 8px; }
  .ts-label { font-size: 10px; letter-spacing: 0.12em; }
}

/* ---------- Germany pitch · drive-time grid ---------- */
.de-pitch {
  background: var(--espresso);
  color: var(--cream);
  padding: clamp(60px, 8vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
.de-pitch::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, color-mix(in oklab, var(--cognac) 45%, transparent) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, color-mix(in oklab, var(--cognac-deep) 40%, transparent) 0%, transparent 60%);
  pointer-events: none;
  opacity: .9;
}
.de-pitch .wrap { position: relative; z-index: 1; }
.de-pitch-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.de-pitch h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0;
}
.de-pitch h2 em { font-style: italic; color: oklch(0.78 0.10 60); }
.de-pitch .lede {
  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in oklab, var(--cream) 82%, transparent);
  max-width: 48ch;
}
.de-pitch .lede p { margin: 0 0 14px; }
.de-pitch .lede p:last-child { margin-bottom: 0; }
.drive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: color-mix(in oklab, var(--cream) 10%, transparent);
  border: 1px solid color-mix(in oklab, var(--cream) 14%, transparent);
}
.drive-card {
  background: var(--espresso);
  padding: 24px 22px;
  display: flex; flex-direction: column; gap: 6px;
}
.drive-card .city {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.drive-card .min {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(0.78 0.08 60);
}
.drive-card .km {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--cream) 55%, transparent);
}
@media (max-width: 720px) {
  .de-pitch-head { grid-template-columns: 1fr; gap: 24px; }
}

/* ---------- Subhero variant: with full-bleed background image ---------- */
.subhero-image {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 120px);
  overflow: hidden;
  border-bottom: 1px solid color-mix(in oklab, var(--cognac) 22%, transparent);
}
.subhero-image-media {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
}
.subhero-image-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.subhero-image-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--ink) 78%, transparent) 0%,
      color-mix(in oklab, var(--ink) 45%, transparent) 35%,
      color-mix(in oklab, var(--ink) 35%, transparent) 60%,
      color-mix(in oklab, var(--ink) 92%, transparent) 100%
    ),
    linear-gradient(90deg,
      color-mix(in oklab, var(--ink) 50%, transparent) 0%,
      color-mix(in oklab, var(--ink) 0%, transparent) 55%
    );
}
.subhero-image-wrap {
  position: relative;
  z-index: 1;
}
.subhero-image .subhero-crumb,
.subhero-image .subhero-crumb a,
.subhero-image .subhero-stats .stat .label,
.subhero-image .eyebrow {
  color: color-mix(in oklab, var(--cream) 75%, transparent);
}
.subhero-image .subhero-crumb a:hover { color: var(--cream); }
.subhero-image h1 { color: var(--cream); }
.subhero-image h1 em { color: oklch(0.78 0.10 60); }
.subhero-image .subhero-lede { color: color-mix(in oklab, var(--cream) 88%, transparent); }
.subhero-image .subhero-stats {
  border-top: 1px solid color-mix(in oklab, var(--cream) 18%, transparent);
}
.subhero-image .subhero-stats .stat .num { color: var(--cream); }

/* ---------- Product grid ---------- */
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.products .product {
  background: var(--cream);
  padding: 32px 28px 28px;
  text-decoration: none;
  color: var(--ink);
  display: flex; flex-direction: column; gap: 20px;
  transition: background .3s;
}
.products .product:hover { background: var(--parchment); }
.products .product .media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--parchment);
}
.products .product .media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.7,.15,1);
}
.products .product:hover .media img { transform: scale(1.04); }
.products .product .meta-top {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.products .product h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px; line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0;
}
.products .product .sub {
  font-size: 13px; color: var(--ink-soft);
  margin-top: 4px;
}
.products .product .price {
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.16em;
  color: var(--cognac-deep);
  margin-top: auto;
  padding-top: 16px;
}
@media (max-width: 900px) { .products { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .products { grid-template-columns: 1fr; } }

/* ---------- Filter bar ---------- */
.filterbar {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 20px var(--gutter);
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
}
.filterbar .chip {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  background: transparent;
  transition: all .2s;
}
.filterbar .chip:hover { color: var(--ink); border-color: var(--saddle); }
.filterbar .chip.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.filterbar .count { margin-left: auto; color: var(--muted); align-self: center; }

/* ---------- City page specifics ---------- */
.city-delivery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.city-delivery .map-ph {
  aspect-ratio: 4/3;
  background: var(--parchment);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.city-delivery .map-ph::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}
.city-delivery .route {
  position: absolute;
  top: 50%; left: 20%;
  width: 60%; height: 2px;
  background: var(--cognac);
  transform-origin: left center;
  transform: rotate(-8deg);
}
.city-delivery .route::before,
.city-delivery .route::after {
  content: ''; position: absolute;
  width: 10px; height: 10px; border-radius: 50%;
  top: -4px; background: var(--cognac);
}
.city-delivery .route::before { left: -5px; }
.city-delivery .route::after  { right: -5px; background: var(--espresso); }
.city-delivery .pin-label {
  position: absolute;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase;
}

.city-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.city-stats-row .s .n {
  font-family: var(--serif);
  font-size: 40px; line-height: 1;
  color: var(--cognac-deep);
}
.city-stats-row .s .l {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
}
@media (max-width: 900px) {
  .city-delivery { grid-template-columns: 1fr; }
  .city-stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Simple callout band ---------- */
.callout-band {
  background: var(--espresso);
  color: var(--cream);
  padding: clamp(60px, 8vw, 120px) 0;
  text-align: center;
}
.callout-band h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1;
  margin: 0 0 24px;
  color: var(--cream);
}
.callout-band h2 em { color: oklch(0.78 0.09 60); font-style: italic; }
.callout-band p {
  max-width: 52ch;
  margin: 0 auto 32px;
  font-size: 16px;
  color: oklch(0.85 0.01 60);
  line-height: 1.55;
}
.callout-band .btn-primary { background: var(--cognac); border-color: var(--cognac); color: var(--cream); }
.callout-band .btn-ghost { border-color: rgba(255,255,255,.3); color: var(--cream); }
.callout-band .btn-ghost:hover { background: rgba(255,255,255,.08); border-color: var(--cream); }

/* ---------- Regio Twente band (home) ---------- */
.regio-band {
  margin: 0 0 40px;
}
.regio-band .city-tile {
  background: var(--cream);
  padding: 24px 20px;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background .2s, transform .2s;
}
.regio-band .city-tile:hover {
  background: var(--parchment);
  transform: translateY(-1px);
}
.regio-band .city-tile .eyebrow-s {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--muted);
  text-transform: uppercase;
}
.regio-band .city-tile.is-home { background: var(--parchment); }
.regio-band .city-tile.is-home .eyebrow-s { color: var(--cognac); }
.regio-band .city-tile .city-name {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.01em;
}

/* ---------- FAQ details/summary ---------- */
details.faq-item {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
details.faq-item:last-of-type {
  border-bottom: 1px solid var(--line);
}
details.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: "+";
  font-family: var(--mono);
  font-size: 20px;
  color: var(--cognac);
  flex-shrink: 0;
}
details.faq-item[open] summary::after { content: "–"; }
details.faq-item p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 72ch;
}
details.faq-item summary:hover { color: var(--cognac-deep); }

/* ---------- Leather / Brand card polish ---------- */
.leather-card,
.brand-card {
  background: var(--cream);
  padding: 40px 32px;
  transition: background .2s, transform .2s;
  text-decoration: none;
  color: var(--ink);
  display: block;
}
.leather-card:hover,
.brand-card:hover {
  background: var(--parchment);
  transform: translateY(-2px);
}

/* ---------- Input polish (forms) ---------- */
.lc-form {
  display: grid;
  gap: 20px;
  max-width: 560px;
}
.lc-form label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.lc-form input[type="text"],
.lc-form input[type="email"],
.lc-form input[type="tel"],
.lc-form textarea,
.lc-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  transition: border-color .2s;
}
.lc-form input:focus,
.lc-form textarea:focus,
.lc-form select:focus {
  outline: none;
  border-color: var(--cognac);
}
.lc-form .check-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}
.lc-form .check-group label {
  padding: 10px 12px;
  border: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  color: var(--ink);
  transition: border-color .2s, background .2s;
  display: flex; gap: 8px; align-items: center;
}
.lc-form .check-group label:hover { border-color: var(--cognac); }
.lc-form .check-group input[type="checkbox"]:checked + span { color: var(--cognac-deep); font-weight: 500; }

/* ---------- Regio band responsive grid ---------- */
@media (max-width: 1000px) {
  .regio-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 640px) {
  .regio-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ---------- Accessibility: focus + touch targets ---------- */
:focus-visible {
  outline: 2px solid var(--cognac);
  outline-offset: 2px;
  border-radius: 2px;
}
.btn:focus-visible,
.lang-sw:focus-visible,
details.faq-item summary:focus-visible {
  outline: 2px solid var(--cognac);
  outline-offset: 3px;
}
/* Larger touch targets for language switcher + icon-only buttons */
.lang-sw {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 12px;
}
/* Skip-to-content for keyboard users */
.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  background: var(--ink);
  color: var(--cream);
  padding: 10px 16px;
  z-index: 999;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: top .2s;
}
.skip-link:focus { top: 12px; }

