/* ============================================================
   SC WOOD — Components
   ============================================================ */

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-2);
  font-family: var(--font-body); font-weight: 600; font-size: var(--fs-200);
  line-height: 1; text-align: center; white-space: nowrap;
  padding: 0.85em 1.5em; border-radius: var(--r-md); border: 1.5px solid transparent;
  transition: background var(--dur-fast) var(--ease-out-quart),
              color var(--dur-fast) var(--ease-out-quart),
              border-color var(--dur-fast) var(--ease-out-quart),
              transform var(--dur-fast) var(--ease-out-quart),
              box-shadow var(--dur-mid) var(--ease-out-quart);
}
.btn:active { transform: translateY(1px); }
.btn--sm { padding: 0.6em 1.05em; font-size: var(--fs-100); }
.btn--lg { padding: 1em 1.9em; font-size: var(--fs-300); }
.btn--block { width: 100%; }
.btn svg { flex: none; }

.btn--accent { background: var(--amber); color: var(--espresso-deep); box-shadow: 0 1px 2px oklch(0.4 0.08 60 / 0.18); }
.btn--accent:hover { background: var(--amber-strong); box-shadow: var(--sh-amber); transform: translateY(-1px); }
.btn--primary { background: var(--espresso); color: var(--on-dark); }
.btn--primary:hover { background: var(--walnut); box-shadow: var(--sh-2); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--sand-line-2); }
.btn--ghost:hover { background: var(--surface); border-color: var(--walnut); }
.btn--ghost-dark { background: transparent; color: var(--on-dark); border-color: oklch(0.8 0.02 70 / 0.5); }
.btn--ghost-dark:hover { background: oklch(1 0 0 / 0.08); border-color: var(--on-dark); }
.btn--outline-accent { background: transparent; color: var(--amber); border-color: var(--amber); }
.btn--outline-accent:hover { background: var(--amber); color: var(--espresso-deep); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }

.linkarrow {
  display: inline-flex; align-items: center; gap: 0.4em; font-weight: 600; color: var(--walnut);
}
.linkarrow svg { transition: transform var(--dur-fast) var(--ease-out-quart); }
.linkarrow:hover { color: var(--espresso); }
.linkarrow:hover svg { transform: translateX(4px); }

/* ---------- Header ---------- */
sc-header { display: block; }
.site-header {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: var(--espresso);
  color: var(--on-dark);
  border-bottom: 1px solid oklch(1 0 0 / 0.06);
  transition: box-shadow var(--dur-mid) var(--ease-out-quart), background var(--dur-mid) var(--ease-out-quart);
}
.site-header.is-scrolled { box-shadow: 0 6px 24px oklch(0.18 0.03 58 / 0.28); background: var(--espresso-deep); }
.site-header__inner {
  display: flex; align-items: center; gap: var(--sp-5);
  min-height: 74px; padding-block: var(--sp-2);
}
.brand { display: inline-flex; align-items: center; gap: var(--sp-3); color: var(--on-dark); }
.brand__mark { display: inline-flex; color: var(--cream); flex: none; }
.brand__mark svg { width: 38px; height: 38px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.32rem; letter-spacing: 0.04em; color: var(--on-dark); }
.brand__name--lg { font-size: 1.7rem; }
.brand__tag { font-size: 0.72rem; color: var(--on-dark-muted); letter-spacing: 0.02em; }

.site-nav { margin-inline-start: auto; }
.site-nav__list { display: flex; align-items: center; gap: var(--sp-2); list-style: none; padding: 0; }
.site-nav__link {
  position: relative; display: inline-block; padding: 0.55em 0.85em; border-radius: var(--r-sm);
  font-size: var(--fs-100); font-weight: 500; color: var(--on-dark-soft);
  transition: color var(--dur-fast) var(--ease-out-quart), background var(--dur-fast) var(--ease-out-quart);
}
.site-nav__link:hover { color: var(--on-dark); background: oklch(1 0 0 / 0.06); }
.site-nav__link[aria-current="page"] { color: var(--amber); }
.site-nav__link[aria-current="page"]::after {
  content: ""; position: absolute; left: 0.85em; right: 0.85em; bottom: 0.15em; height: 2px;
  background: var(--amber); border-radius: 2px;
}

.site-header__actions { display: flex; align-items: center; gap: var(--sp-3); }
.header-phone { display: inline-flex; align-items: center; gap: 0.45em; color: var(--on-dark); font-weight: 600; font-size: var(--fs-100); }
.header-phone svg { color: var(--amber); }
.header-phone:hover { color: var(--amber); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 10px; border-radius: var(--r-sm); transition: background var(--dur-fast) var(--ease-out-quart); }
.nav-toggle:hover { background: oklch(1 0 0 / 0.08); }
.nav-toggle:active { background: oklch(1 0 0 / 0.14); }
.nav-toggle__bar { width: 24px; height: 2px; background: var(--on-dark); border-radius: 2px; transition: transform var(--dur-fast); }

/* Mobile drawer */
.drawer-backdrop {
  position: fixed; inset: 0; background: oklch(0.15 0.02 58 / 0.55); z-index: var(--z-drawer-backdrop);
  opacity: 0; transition: opacity var(--dur-mid) var(--ease-out-quart);
}
.drawer-backdrop.is-open { opacity: 1; }
.mobile-drawer {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(86vw, 360px);
  background: var(--espresso-deep); color: var(--on-dark); z-index: var(--z-drawer);
  transform: translateX(100%); transition: transform var(--dur-mid) var(--ease-out-expo);
  display: flex; flex-direction: column; padding: var(--sp-4) var(--sp-5) var(--sp-6);
  overflow-y: auto;
}
.mobile-drawer.is-open { transform: translateX(0); }
@media (prefers-reduced-motion: reduce) {
  .mobile-drawer, .drawer-backdrop { transition: none; }
}
.mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-block: var(--sp-2) var(--sp-4); }
.drawer-x { color: var(--on-dark); padding: 6px; }
.mobile-drawer__list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.mobile-drawer__link {
  display: block; padding: 0.9em 0.4em; font-size: var(--fs-300); font-weight: 500; color: var(--on-dark-soft);
  border-bottom: 1px solid oklch(1 0 0 / 0.07);
}
.mobile-drawer__link:hover, .mobile-drawer__link[aria-current="page"] { color: var(--amber); }
.mobile-drawer__cta { margin-top: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-3); }
.drawer-call { text-align: center; color: var(--on-dark-soft); font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso-deep); color: var(--on-dark-soft); padding-top: var(--sp-9); }
.site-footer__grid {
  display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.4fr; gap: var(--sp-7) var(--sp-6);
  padding-bottom: var(--sp-8);
}
.site-footer__brand p { margin-top: var(--sp-3); color: var(--on-dark-muted); max-width: 38ch; font-size: var(--fs-100); }
.site-footer__social { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-top: var(--sp-4); }
.footer-pill {
  display: inline-flex; align-items: center; padding: 0.5em 1em; border-radius: var(--r-pill);
  border: 1px solid oklch(1 0 0 / 0.15); color: var(--on-dark); font-size: var(--fs-100); font-weight: 600;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.footer-pill:hover { background: oklch(1 0 0 / 0.08); border-color: var(--amber); color: var(--amber); }
.site-footer__col h4 { color: var(--on-dark); font-size: var(--fs-200); margin-bottom: var(--sp-3); }
.site-footer__col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: var(--sp-2); }
.site-footer__col a { color: var(--on-dark-muted); font-size: var(--fs-100); transition: color var(--dur-fast); }
.site-footer__col a:hover { color: var(--amber); }
.site-footer__contact { font-style: normal; display: flex; flex-direction: column; gap: var(--sp-2); font-size: var(--fs-100); color: var(--on-dark-muted); }
.site-footer__contact a { color: var(--on-dark-soft); }
.site-footer__contact a:hover { color: var(--amber); }
.site-footer__hours { color: var(--on-dark-muted); }
.site-footer__map { display: inline-block; margin-top: var(--sp-3); color: var(--amber); font-weight: 600; font-size: var(--fs-100); }
.site-footer__bar {
  display: flex; flex-wrap: wrap; gap: var(--sp-2) var(--sp-5); justify-content: space-between; align-items: center;
  padding-block: var(--sp-4); border-top: 1px solid oklch(1 0 0 / 0.08); font-size: var(--fs-50); color: var(--on-dark-muted);
}

/* ---------- Pills / chips / badges ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 0.4em; padding: 0.4em 0.85em; border-radius: var(--r-pill);
  font-size: var(--fs-50); font-weight: 600; background: var(--amber-tint); color: var(--walnut);
}
.pill--ghost { background: oklch(1 0 0 / 0.1); color: var(--on-dark); }
.badge {
  display: inline-flex; align-items: center; padding: 0.25em 0.65em; border-radius: var(--r-sm);
  font-size: var(--fs-50); font-weight: 700; letter-spacing: 0.02em;
}
.badge--grade { background: var(--espresso); color: var(--on-dark); }
.badge--process { background: var(--amber-tint); color: var(--walnut); }

.chip {
  display: inline-flex; align-items: center; gap: 0.45em; padding: 0.5em 0.9em; border-radius: var(--r-pill);
  font-size: var(--fs-100); font-weight: 600; color: var(--ink); background: var(--surface);
  border: 1.5px solid var(--sand-line-2); cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out-quart);
}
.chip:hover { border-color: var(--walnut); }
.chip[aria-pressed="true"], .chip.is-active { background: var(--espresso); color: var(--on-dark); border-color: var(--espresso); }
.chip__x { display: inline-flex; opacity: 0.7; }
.chip[aria-pressed="true"] .chip__x:hover { opacity: 1; }

/* ---------- Cards ---------- */
.card {
  background: var(--surface); border: 1px solid var(--sand-line); border-radius: var(--r-lg);
  overflow: hidden; transition: transform var(--dur-mid) var(--ease-out-expo), box-shadow var(--dur-mid) var(--ease-out-quart), border-color var(--dur-mid);
}
.card-media { position: relative; aspect-ratio: 4 / 3; background: var(--cream); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out-expo); }

/* Product card */
.product-card { display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--sand-line-2); }
.product-card:hover .card-media img { transform: scale(1.05); }
.product-card__badges { position: absolute; top: var(--sp-3); left: var(--sp-3); display: flex; gap: var(--sp-2); }
.product-card__body { padding: var(--sp-4) var(--sp-4) var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-3); flex: 1; }
.product-card__title { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-300); line-height: 1.25; }
.product-card__title a:hover { color: var(--walnut); }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 0.4em 0.9em; font-size: var(--fs-100); color: var(--muted); }
.product-card__meta b { color: var(--ink-soft); font-weight: 600; }
.product-card__foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: var(--sp-3); padding-top: var(--sp-2); }
.price { display: flex; flex-direction: column; gap: 2px; }
.price__label { font-size: var(--fs-50); color: var(--muted); }
.price__value { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-400); color: var(--espresso); line-height: 1; }
.price__unit { font-size: var(--fs-100); color: var(--muted); font-weight: 500; }

/* list view */
.product-grid.is-list .product-card { flex-direction: row; }
.product-grid.is-list .card-media { width: 230px; aspect-ratio: 1 / 1; flex: none; }
.product-grid.is-list .product-card__body { padding: var(--sp-5); }

/* Category card (varied, editorial — not identical icon grid) */
.cat-card { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; min-height: 240px; color: var(--on-dark); border: 0; box-shadow: var(--sh-1); transition: transform var(--dur-mid) var(--ease-out-expo), box-shadow var(--dur-mid) var(--ease-out-quart); }
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out-expo); }
/* Deeper, earlier scrim so the name + description always read over busy timber photos */
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, oklch(0.16 0.028 56 / 0) 26%, oklch(0.15 0.026 56 / 0.55) 60%, oklch(0.1 0.018 56 / 0.93) 100%); }
.cat-card__body { position: absolute; inset-inline: 0; bottom: 0; z-index: 1; padding: var(--sp-5); display: flex; flex-direction: column; gap: 0.3em; }
.cat-card__name { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-400); color: var(--on-dark); line-height: 1.18; }
.cat-card__desc { font-size: var(--fs-100); color: var(--on-dark-soft); max-width: 34ch; }
.cat-card__go { display: inline-flex; align-items: center; gap: 0.4em; margin-top: var(--sp-2); color: var(--amber); font-weight: 600; font-size: var(--fs-100); }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--sh-3); }
.cat-card:hover img { transform: scale(1.06); }
.cat-card:hover .cat-card__go svg { transform: translateX(4px); }
.cat-card__go svg { transition: transform var(--dur-fast) var(--ease-out-quart); }
.cat-card:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

/* Project card — showcase only (no link), so no click-implying hover lift */
.project-card { display: flex; flex-direction: column; }
.project-card__body { padding: var(--sp-4) var(--sp-4) var(--sp-5); }
.project-card__type { font-size: var(--fs-50); font-weight: 700; color: var(--walnut); letter-spacing: 0.02em; }
.project-card__name { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-300); margin-top: 0.25em; line-height: 1.25; }
.project-card__desc { font-size: var(--fs-100); color: var(--muted); margin-top: 0.5em; }

/* ---------- Spec table ---------- */
.spec-table { width: 100%; border-collapse: collapse; font-size: var(--fs-100); }
.spec-table th, .spec-table td { text-align: start; padding: 0.85em 0.6em; border-bottom: 1px solid var(--sand-line); vertical-align: top; }
.spec-table th { color: var(--muted); font-weight: 600; width: 42%; }
.spec-table td { color: var(--ink); font-weight: 600; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

/* ---------- Forms ---------- */
.field { display: flex; flex-direction: column; gap: var(--sp-2); }
.field__label { font-size: var(--fs-100); font-weight: 600; color: var(--ink); }
.field__req { color: var(--err); }
.field__hint { font-size: var(--fs-50); color: var(--muted); }
.input, .select, .textarea {
  width: 100%; padding: 0.8em 1em; font-size: var(--fs-200); color: var(--ink);
  background: var(--surface); border: 1.5px solid var(--sand-line-2); border-radius: var(--r-md);
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.input::placeholder, .textarea::placeholder { color: var(--muted); }
.input:hover, .select:hover, .textarea:hover { border-color: var(--walnut); }
/* keep the global :focus-visible blue ring (WCAG 1.4.11 compliant) — don't suppress it;
   the walnut border + amber glow are decorative reinforcement, distinct from :hover */
.input:focus, .select:focus, .textarea:focus {
  border-color: var(--walnut); box-shadow: 0 0 0 3px var(--amber-tint);
}
.textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.select {
  appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%237a5c3e' stroke-width='2'%3E%3Cpath d='m5 8 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.9em center; padding-right: 2.6em;
}
.field--error .input, .field--error .select, .field--error .textarea { border-color: var(--err); }
.field--error .field__hint { color: var(--err); }
.field__error { font-size: var(--fs-50); color: var(--err); font-weight: 600; display: none; }
.field--error .field__error { display: block; }

/* radio / checkbox choice cards */
.choice-grid { display: grid; gap: var(--sp-2); }
.choice-grid--2 { grid-template-columns: repeat(2, 1fr); }
.choice-grid--auto { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.choice {
  position: relative; display: flex; flex-direction: column; gap: 0.15em;
  padding: 0.85em 1em; border: 1.5px solid var(--sand-line-2); border-radius: var(--r-md);
  cursor: pointer; background: var(--surface); transition: all var(--dur-fast) var(--ease-out-quart);
}
.choice:hover { border-color: var(--walnut); }
.choice:active { transform: translateY(1px); }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice__title { font-weight: 600; font-size: var(--fs-100); color: var(--ink); }
.choice__sub { font-size: var(--fs-50); color: var(--muted); }
.choice:has(input:checked) { border-color: var(--espresso); background: var(--amber-tint); box-shadow: inset 0 0 0 1px var(--espresso); }
.choice:has(input:focus-visible) { outline: 3px solid var(--focus); outline-offset: 2px; }
/* required radio-group invalid: flag the choice cards like inputs/selects */
.field--error .choice { border-color: var(--err); }

/* file upload */
.dropzone {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-2); text-align: center;
  padding: var(--sp-6); border: 2px dashed var(--sand-line-2); border-radius: var(--r-lg);
  background: var(--cream); cursor: pointer; transition: border-color var(--dur-fast), background var(--dur-fast);
}
.dropzone:hover, .dropzone.is-drag { border-color: var(--walnut); background: var(--amber-tint); }
/* keyboard focus lands on the hidden input — surface it on the box */
.dropzone:focus-within { border-color: var(--walnut); outline: 3px solid var(--focus); outline-offset: 2px; }
.dropzone svg { color: var(--walnut); }
.dropzone__hint { font-size: var(--fs-50); color: var(--muted); }
/* visually hidden but focusable (was display:none, which killed keyboard focus) */
.dropzone input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.filelist { list-style: none; padding: 0; margin-top: var(--sp-3); display: flex; flex-direction: column; gap: var(--sp-2); }
.filelist li { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-3); padding: 0.6em 0.9em; background: var(--surface); border: 1px solid var(--sand-line); border-radius: var(--r-sm); font-size: var(--fs-100); }
.filelist li > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.filelist button { color: var(--err); font-weight: 700; padding: 0 0.3em; flex: none; }

/* ---------- Notice / alerts (full border, no side-stripe) ---------- */
.notice { padding: var(--sp-4); border-radius: var(--r-md); border: 1px solid; font-size: var(--fs-100); }
.notice--ok { background: var(--ok-bg); border-color: var(--ok); color: oklch(0.4 0.1 150); }
.notice--info { background: var(--amber-tint); border-color: var(--amber); color: var(--walnut); }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: var(--sp-6); transform: translateX(-50%) translateY(20px);
  z-index: var(--z-toast); background: var(--espresso); color: var(--on-dark);
  padding: var(--sp-3) var(--sp-5); border-radius: var(--r-pill); box-shadow: var(--sh-3);
  opacity: 0; pointer-events: none; transition: opacity var(--dur-mid), transform var(--dur-mid) var(--ease-out-expo);
  font-weight: 600; font-size: var(--fs-100);
}
.toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Image placeholder note (when swapping to real photos) ---------- */
.img-note {
  position: absolute; left: var(--sp-2); bottom: var(--sp-2); z-index: 2;
  background: oklch(0.18 0.03 58 / 0.78); color: var(--on-dark);
  font-size: 0.66rem; padding: 0.3em 0.6em; border-radius: var(--r-sm); letter-spacing: 0.01em;
  backdrop-filter: blur(2px); pointer-events: none;
}

/* ---------- Skeleton (reserve space + shimmer while JS-rendered grids load) ---------- */
.skeleton {
  position: relative; overflow: hidden;
  background: var(--cream); border: 1px solid var(--sand-line); border-radius: var(--r-lg);
}
.skeleton::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, oklch(1 0 0 / 0.55) 50%, transparent 80%);
  transform: translateX(-100%); animation: shimmer 1.4s var(--ease-out-quart) infinite;
}
.skeleton--card { aspect-ratio: 4 / 3; min-height: 220px; }
@keyframes shimmer { to { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) {
  .skeleton::after { animation: none; }
}

/* ---------- FAQ accordion (accessible disclosure: button[aria-expanded] + answer panel) ---------- */
.faq-jump { display: flex; flex-wrap: wrap; gap: var(--sp-2) var(--sp-3); }
.faq-list { display: flex; flex-direction: column; gap: var(--sp-3); margin-top: var(--sp-5); }
.faq-item {
  background: var(--surface); border: 1px solid var(--sand-line); border-radius: var(--r-lg); overflow: hidden;
  transition: border-color var(--dur-fast) var(--ease-out-quart), box-shadow var(--dur-mid) var(--ease-out-quart);
}
.faq-item:hover { border-color: var(--sand-line-2); }
.faq-item.is-open { border-color: var(--sand-line-2); box-shadow: var(--sh-1); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  text-align: start; padding: var(--sp-4) var(--sp-5);
  font-family: var(--font-display); font-weight: 600; font-size: var(--fs-300); line-height: 1.3; color: var(--ink);
  cursor: pointer;
}
.faq-q:hover { color: var(--walnut); }
.faq-q__icon { flex: none; width: 24px; height: 24px; color: var(--walnut); transition: transform var(--dur-mid) var(--ease-out-expo); }
.faq-item.is-open .faq-q__icon { transform: rotate(180deg); }
.faq-q:focus-visible { outline: 3px solid var(--focus); outline-offset: -3px; border-radius: var(--r-lg); }
.faq-a { overflow: hidden; }
html.js .faq-a { max-height: 0; transition: max-height var(--dur-mid) var(--ease-out-expo); }
.faq-a__inner { padding: 0 var(--sp-5) var(--sp-5); color: var(--ink-soft); font-size: var(--fs-200); line-height: var(--lh-body); }
.faq-a__inner p + p { margin-top: var(--sp-3); }
.faq-a__inner .spec-table { margin-top: var(--sp-3); }
.faq-a__inner .linkarrow { margin-top: var(--sp-4); }
@media (prefers-reduced-motion: reduce) {
  .faq-q__icon, html.js .faq-a, .faq-item { transition: none; }
}

/* ---------- Responsive: header / footer ---------- */
@media (max-width: 1120px) {
  .site-nav, .header-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header__inner { gap: var(--sp-3); }
  .site-header__actions { margin-inline-start: auto; }
}
/* tighten nav spacing just above the collapse point */
@media (max-width: 1280px) {
  .site-nav__list { gap: 0; }
  .site-nav__link { padding-inline: 0.6em; }
}
@media (max-width: 1024px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .product-grid.is-list .product-card { flex-direction: column; }
  .product-grid.is-list .card-media { width: 100%; aspect-ratio: 4 / 3; }
}
@media (max-width: 520px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .choice-grid--2 { grid-template-columns: 1fr; }
  .btn--accent.btn--sm.header-cta-hide { display: none; }
}
