/* ==========================================================================
   Kish Trim production stylesheet

   Major sections in this file:
   1. Design tokens / document defaults
   2. Header, hero and shared section primitives
   3. Services, workshop stories, reviews and contact form
   4. Footer and modal components
   5. Responsive rules
   6. Production refinements appended at the end for header contrast, hero
      phone styling and mobile menu alignment
   ========================================================================== */

:root {
  --bg: #f4eee4;
  --bg-soft: #efe5d7;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --ink: #151517;
  --ink-soft: #3c3731;
  --ink-muted: #6c6258;
  --gold: #c2912f;
  --gold-rich: #e1bb68;
  --gold-deep: #7b4e13;
  --gold-soft: rgba(194, 145, 47, 0.16);
  --wildberry: #74213f;
  --wildberry-deep: #4a1328;
  --wildberry-soft: rgba(116, 33, 63, 0.14);
  --line: rgba(21, 21, 23, 0.12);
  --line-strong: rgba(21, 21, 23, 0.2);
  --dark: #101114;
  --dark-soft: #17181c;
  --cream: #f8f2e9;
  --shadow: 0 18px 44px rgba(11, 12, 15, 0.09);
  --shadow-strong: 0 24px 70px rgba(0, 0, 0, 0.18);
  --radius-s: 14px;
  --radius-m: 24px;
  --radius-l: 34px;
  --container: min(1200px, calc(100vw - 40px));
  --header-height: 86px;
  --header-pill: linear-gradient(180deg, #e6be61 0%, #cf982f 52%, #9e6716 100%);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(198, 151, 55, 0.12), transparent 28%),
    linear-gradient(180deg, #faf5ee 0%, #f2eadd 100%);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button { cursor: pointer; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus { top: 16px; }

.container {
  width: var(--container);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--wildberry);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-weight: 600;
}

h1 { font-size: clamp(3.4rem, 9vw, 6.7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
h3 { font-size: clamp(1.72rem, 3vw, 2.35rem); }

p {
  margin: 0 0 1.1rem;
  color: var(--ink-soft);
}

.section {
  position: relative;
  padding: clamp(88px, 10vw, 132px) 0;
}

.section-cream {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0)),
    var(--cream);
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(184, 138, 47, 0.16), transparent 26%),
    linear-gradient(180deg, #101114 0%, #15171b 100%);
  color: #f4ecdf;
}

.section-dark-soft {
  background:
    radial-gradient(circle at top left, rgba(111, 27, 58, 0.2), transparent 28%),
    linear-gradient(180deg, #18191e 0%, #101114 100%);
}

.section-dark p,
.section-dark li,
.section-dark .section-copy {
  color: rgba(244, 236, 223, 0.76);
}

.section-heading,
.section-intro {
  max-width: 760px;
}

.section-copy {
  max-width: 60ch;
  margin-top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 8px 0 6px;
  background: linear-gradient(180deg, rgba(248, 242, 233, 0.96), rgba(248, 242, 233, 0.82));
  transition: background-color 180ms ease, padding 180ms ease;
}

.site-header.is-solid {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.header-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: var(--header-height);
  padding: 0 18px 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(192, 149, 63, 0.72);
  background: linear-gradient(180deg, rgba(249, 243, 234, 0.985), rgba(242, 233, 220, 0.985));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82), 0 10px 26px rgba(32, 22, 12, 0.06);
}

.header-shell::before {
  content: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 54px;
  height: auto;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-lockup strong {
  color: var(--gold-deep);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-lockup span {
  color: var(--wildberry);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
}

.primary-nav a,
.footer-links a,
.inline-link {
  position: relative;
  font-size: 0.95rem;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  color: var(--wildberry);
}

.primary-nav a::after,
.footer-links a::after,
.inline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after,
.inline-link:hover::after,
.inline-link:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
}

.phone-link,
.panel-phone,
.contact-phone {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.phone-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  color: #fff8eb;
  background: linear-gradient(180deg, #e6bf57 0%, #d49d25 38%, #b87809 72%, #8a5600 100%);
  border: 1px solid rgba(117, 71, 9, 0.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), inset 0 -1px 0 rgba(82, 49, 6, 0.34), 0 6px 16px rgba(83, 51, 8, 0.18);
  text-shadow: 0 1px 0 rgba(73, 43, 7, 0.22);
  position: relative;
  z-index: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.phone-link:hover,
.phone-link:focus-visible {
  transform: translateY(-1px);
  filter: saturate(1.04) brightness(1.02);
}

.site-header.is-solid .phone-link {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), inset 0 -1px 0 rgba(82, 49, 6, 0.34), 0 16px 30px rgba(38, 24, 7, 0.16);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(192, 149, 63, 0.45);
  border-radius: 50%;
  background: rgba(248, 243, 235, 0.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.84);
  align-items: center;
  justify-content: center;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--gold-deep);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span + span { margin-top: 6px; }

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(980px, 100svh);
  display: flex;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}

.hero-media,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease, transform 1400ms ease;
  background-color: #0f1013;
}

.hero-slide::before,
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-slide::before {
  background:
    linear-gradient(90deg, rgba(9,10,12,0.34) 0%, rgba(9,10,12,0.16) 42%, rgba(9,10,12,0.12) 100%),
    linear-gradient(180deg, rgba(12,13,17,0.12) 0%, rgba(12,13,17,0.48) 100%);
}

.hero-slide::after {
  inset: 8% 6%;
  border-radius: 34px;
  border: 1px solid rgba(240, 207, 129, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.hero-slide--porsche,
.hero-slide--tan-pair,
.hero-slide--rs-pair {
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide--porsche {
  background-image: url('../images/hero-porsche-placeholder.png');
  background-position: center center;
}

.hero-slide--tan-pair {
  background-image: url('../images/hero-tan-pair-placeholder.png');
  background-position: center center;
}

.hero-slide--rs-pair {
  background-image: url('../images/hero-black-white-placeholder.png');
  background-position: center center;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9,10,12,0.84) 0%, rgba(9,10,12,0.5) 46%, rgba(9,10,12,0.3) 100%),
    linear-gradient(180deg, rgba(9,10,12,0.4) 0%, rgba(9,10,12,0.74) 100%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: end;
  gap: clamp(24px, 4vw, 46px);
  padding-top: 160px;
  padding-bottom: 82px;
}

.hero-copy {
  max-width: 760px;
  color: #f8f2e8;
}

.hero-copy p,
.hero-copy li {
  color: rgba(248, 242, 232, 0.84);
}

.hero-lead {
  max-width: 46ch;
  margin-top: 22px;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions,
.gallery-actions,
.form-foot,
.gallery-feature-actions,
.gallery-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions { margin-top: 28px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-gold {
  color: #fff8eb;
  background: linear-gradient(180deg, #efcf83 0%, #d2a248 44%, #986619 100%);
  border-color: rgba(116, 71, 16, 0.82);
  box-shadow: 0 16px 30px rgba(116, 71, 16, 0.22), inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(84, 49, 10, 0.28);
  text-shadow: 0 1px 0 rgba(84, 49, 10, 0.22);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: linear-gradient(180deg, #f7dc99 0%, #deb15b 46%, #8f5d14 100%);
}

.button-ghost {
  color: #f8f2e8;
  border-color: rgba(248, 242, 232, 0.32);
  background: rgba(248, 242, 232, 0.08);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(248, 242, 232, 0.16);
}

.button-ghost-dark,
.button-outline {
  color: var(--ink);
  border-color: rgba(111, 27, 58, 0.24);
  background: transparent;
}

.button-ghost-dark:hover,
.button-ghost-dark:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  border-color: rgba(111, 27, 58, 0.42);
  background: var(--wildberry-soft);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li,
.capability-band span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(248, 242, 232, 0.14);
  background: rgba(248, 242, 232, 0.08);
  font-size: 0.92rem;
}

.hero-panel,
.stat-card,
.service-card,
.gallery-stage,
.gallery-card,
.review-card,
.reviews-summary,
.contact-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 30px 28px 32px;
  background: rgba(247, 241, 231, 0.9);
  backdrop-filter: blur(8px);
}

.panel-kicker,
.contact-label,
.stage-kicker,
.stat-title {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--wildberry);
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.panel-call-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.panel-call-row .panel-kicker {
  margin-bottom: 0;
}

.panel-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--gold-deep);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(244, 234, 214, 0.98));
  border: 1px solid rgba(192, 149, 63, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.78);
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.panel-meta {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 0.93rem;
}

.section-grid-craft {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(280px, 0.78fr);
  gap: 34px;
  align-items: start;
}

.craft-copy { padding-top: 10px; }

.craft-aside {
  display: grid;
  gap: 18px;
}

.stat-card {
  padding: 28px;
  background: rgba(255,255,255,0.62);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.service-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  padding: 28px;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
  box-shadow: none;
}

.service-card h3 { margin-bottom: 16px; }

.service-card ul {
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

.service-card li + li { margin-top: 8px; }

.capability-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gallery-layout,
.reviews-layout,
.contact-layout {
  display: grid;
  gap: 32px;
}

.gallery-stage {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,240,230,0.88));
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: contain;
  background:
    radial-gradient(circle at top left, rgba(184,138,47,0.1), transparent 30%),
    linear-gradient(180deg, rgba(17,18,22,0.02), rgba(17,18,22,0.08));
}

.gallery-stage-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
}

.gallery-stage-copy h3 { margin-bottom: 16px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(246,238,227,0.86));
}

.gallery-card button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at top left, rgba(184,138,47,0.08), transparent 32%),
    linear-gradient(180deg, rgba(21,21,23,0.03), rgba(21,21,23,0.08));
}

.gallery-card-copy {
  padding: 16px 16px 18px;
}

.gallery-card-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
}

.gallery-card-copy span {
  display: block;
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.gallery-card.is-hidden { display: none; }

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
  box-shadow: none;
}

.summary-rating {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.summary-score {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 4rem);
  line-height: 1;
}

.summary-stars {
  color: var(--gold-rich);
  letter-spacing: 0.18em;
}

.summary-text {
  flex: 1;
  max-width: 38ch;
  margin: 0;
}

.reviews-rail {
  position: relative;
  min-height: 0;
}

.review-card {
  position: relative;
  inset: auto;
  padding: 30px 30px 26px;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: opacity 220ms ease;
}

.review-card.is-visible {
  opacity: 1;
  transform: none;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.review-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 48px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
}

.review-author-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4ecdf;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.review-author-block {
  display: grid;
  gap: 4px;
}

.review-author-name {
  color: #f4ecdf;
  font-weight: 700;
  text-decoration: none;
}

.review-author-time {
  color: rgba(244, 236, 223, 0.62);
  font-size: 0.9rem;
}

.review-body {
  max-width: 56ch;
  margin: 0;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(244, 236, 223, 0.62);
  font-size: 0.9rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 24px;
}

.contact-aside {
  display: grid;
  gap: 18px;
  align-content: start;
  grid-auto-rows: max-content;
}

.contact-card {
  padding: 28px;
  background: rgba(255,255,255,0.62);
}

.contact-card--phone {
  padding: 24px 28px 22px;
}

.contact-card p { margin: 0; }

.contact-phone {
  display: inline-block;
  color: var(--ink);
  font-size: 1.18rem;
}

.contact-note {
  margin-top: 10px;
  color: var(--ink-muted);
  font-size: 0.94rem;
}

.contact-form {
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255,255,255,0.78);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-form small {
  color: var(--ink-muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(21,21,23,0.15);
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(184,138,47,0.66);
  box-shadow: 0 0 0 4px rgba(184,138,47,0.14);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-foot {
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.turnstile-wrap {
  flex: 1;
  max-width: 360px;
}

.turnstile-wrap .cf-turnstile {
  width: 100%;
}

.form-status {
  min-height: 1.4em;
  margin-top: 14px;
  color: var(--ink);
  font-weight: 600;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-modal[hidden] { display: none; }

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9,10,12,0.82);
  backdrop-filter: blur(8px);
}

.gallery-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100svh - 40px);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  border-radius: var(--radius-l);
  border: 1px solid rgba(184, 138, 47, 0.28);
  background: linear-gradient(180deg, rgba(250,246,239,0.98), rgba(241,234,224,0.96));
  box-shadow: var(--shadow-strong);
}

.gallery-modal-media-wrap {
  background: linear-gradient(180deg, #17181c 0%, #0f1013 100%);
}

.gallery-modal-media {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: contain;
}

.gallery-modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 34px);
}

.gallery-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(111,27,58,0.2);
  border-radius: 50%;
  background: rgba(255,255,255,0.84);
  color: var(--wildberry);
  font-size: 1.6rem;
  line-height: 1;
}

.site-footer {
  background: #111214;
  color: #f4ecdf;
  padding: 56px 0 30px;
}

.site-footer p,
.site-footer a {
  color: rgba(244,236,223,0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.6fr) minmax(340px, 1.15fr);
  gap: 26px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 6px;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-map {
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--radius-m);
  border: 1px solid rgba(255,255,255,0.08);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  filter: grayscale(0.18) contrast(1.02);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 180ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .header-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .primary-nav {
    position: absolute;
    right: max(20px, (100vw - var(--container)) / 2);
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: min(300px, calc(100vw - 40px));
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(248,243,235,0.96);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open { display: flex; }

  .menu-toggle { display: inline-flex; }

  .header-cta { display: none; }

  .hero-layout,
  .section-grid-craft,
  .gallery-stage,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; }

  .hero-layout {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100vw - 24px, 1200px);
    --header-height: 76px;
  }

  .site-header { padding: 8px 0; }

  .header-shell { padding: 0 16px; }

  .brand-lockup span { display: none; }

  .hero-points,
  .capability-band {
    display: grid;
  }

  .hero-actions,
  .form-foot,
  .gallery-actions,
  .footer-bottom,
  .gallery-feature-actions,
  .gallery-modal-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-row,
  .service-grid,
  .gallery-grid,
  .service-grid--four {
    grid-template-columns: 1fr;
  }

  .panel-call-row {
    gap: 8px;
  }

  .panel-phone {
    font-size: 1rem;
  }

  .gallery-stage img {
    min-height: 340px;
  }

  .gallery-card img {
    height: 240px;
  }

  .review-card { margin-bottom: 16px; }

  .reviews-rail { min-height: 0; }

  .gallery-modal-dialog {
    grid-template-columns: 1fr;
  }

  .gallery-modal-media {
    min-height: 280px;
  }

  .footer-map,
  .footer-map iframe {
    min-height: 220px;
  }
}


/* Version A workshop story gallery */
.gallery-stage-story {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.gallery-stage-story img,
.story-card img {
  display: block;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,240,230,0.9));
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.story-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(246,238,227,0.88));
}

.story-card-copy {
  padding: 18px 18px 22px;
}

.story-card-copy h3,
.story-note h3 {
  margin-bottom: 12px;
}

.story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.story-points span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(92, 78, 54, 0.14);
  background: rgba(255,255,255,0.72);
  color: var(--ink);
  font-size: 0.88rem;
}

.story-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.story-note {
  padding: 22px 22px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(246,238,227,0.82));
}

@media (max-width: 1024px) {
  .story-grid,
  .story-notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gallery-stage-story {
    grid-template-columns: 1fr;
  }

  .story-points {
    gap: 8px;
  }

  .story-points span {
    width: 100%;
    justify-content: center;
  }
}



/* Hero class alignment fix */
.hero-slide--porsche,
.hero-slide--tan-pair,
.hero-slide--black-white,
.hero-slide--rs-pair {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-slide--black-white,
.hero-slide--rs-pair {
  background-image: url('../images/hero-black-white-placeholder.png');
}

@media (min-width: 761px) {
  .hero-points li,
  .capability-band span {
    white-space: nowrap;
  }
}

.workshop-layout {
  display: grid;
  gap: 32px;
}

.workshop-feature-shell,
.workshop-card,
.workshop-instagram,
.workshop-modal-dialog {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow);
}

.workshop-feature-shell,
.workshop-card .workshop-project-button,
.workshop-instagram {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(246,238,227,0.9));
}

.workshop-project-button {
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  overflow: hidden;
}

.workshop-feature-shell {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.workshop-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px);
}

.workshop-feature-media {
  min-height: 460px;
  background: linear-gradient(180deg, rgba(17,18,22,0.03), rgba(17,18,22,0.08));
}

.workshop-feature-media img,
.workshop-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.workshop-card-media--contain img {
  object-fit: contain;
  padding: 16px;
}

.workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.workshop-card {
  overflow: hidden;
}

.workshop-card .workshop-project-button {
  grid-template-rows: 320px auto;
}

.workshop-card-media {
  background: linear-gradient(180deg, rgba(17,18,22,0.03), rgba(17,18,22,0.08));
}

.workshop-card-copy {
  display: grid;
  gap: 14px;
  padding: 24px 24px 26px;
}

.workshop-project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wildberry);
  font-weight: 700;
}

.workshop-project-link::after {
  content: "?";
}

.workshop-instagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 34px);
}

.workshop-instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff8eb;
  background: linear-gradient(180deg, #efcf83 0%, #d2a248 44%, #986619 100%);
  border: 1px solid rgba(116, 71, 16, 0.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(84, 49, 10, 0.28);
  text-shadow: 0 1px 0 rgba(84, 49, 10, 0.22);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.workshop-instagram-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.workshop-instagram-icon svg {
  width: 100%;
  height: 100%;
}

.workshop-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
}

.workshop-modal[hidden] {
  display: none;
}

.workshop-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9,10,12,0.84);
  backdrop-filter: blur(10px);
}

.workshop-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 32px));
  max-height: calc(100svh - 40px);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  background: linear-gradient(180deg, rgba(250,246,239,0.98), rgba(241,234,224,0.96));
}

.workshop-modal-media-shell {
  position: relative;
  min-height: 520px;
  background: linear-gradient(180deg, #17181c 0%, #0f1013 100%);
}

.workshop-modal-image {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 520px;
  object-fit: contain;
}

.workshop-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(248,242,232,0.22);
  border-radius: 50%;
  background: rgba(15,16,19,0.42);
  color: #f8f2e8;
  font-size: 1.35rem;
}

.workshop-modal-nav--prev { left: 18px; }
.workshop-modal-nav--next { right: 18px; }
.workshop-modal-nav[hidden] { display: none; }

.workshop-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(111,27,58,0.2);
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--wildberry);
  font-size: 1.65rem;
  line-height: 1;
}

.workshop-modal-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
}

.workshop-modal-intro,
.workshop-modal-caption,
.workshop-modal-count {
  margin: 0;
}

.workshop-modal-count {
  color: var(--ink-muted);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workshop-modal-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.workshop-modal-thumb {
  padding: 0;
  border: 1px solid rgba(21,21,23,0.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.82);
}

.workshop-modal-thumb.is-active {
  border-color: rgba(116,33,63,0.52);
  box-shadow: 0 0 0 2px rgba(116,33,63,0.08);
}

.workshop-modal-thumb img {
  width: 100%;
  height: 82px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1080px) {
  .workshop-feature-shell,
  .workshop-modal-dialog {
    grid-template-columns: 1fr;
  }

  .workshop-feature-media {
    min-height: 360px;
  }

  .workshop-modal-media-shell,
  .workshop-modal-image {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .workshop-grid {
    grid-template-columns: 1fr;
  }

  .workshop-instagram {
    align-items: flex-start;
    flex-direction: column;
  }

  .workshop-card .workshop-project-button {
    grid-template-rows: 260px auto;
  }

  .workshop-feature-media {
    min-height: 300px;
  }

  .workshop-modal {
    padding: 12px;
  }

  .workshop-modal-dialog {
    width: min(100vw - 12px, 1180px);
  }

  .workshop-modal-image,
  .workshop-modal-media-shell {
    min-height: 280px;
  }

  .workshop-modal-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workshop-modal-thumb img {
    height: 76px;
  }

  .workshop-modal-nav {
    width: 46px;
    height: 46px;
  }
}


/* Mobile call bar */
.mobile-callbar {
  display: none;
}

.mobile-callbar a {
  display: block;
  text-decoration: none;
}

@media (max-width: 820px) {
  .mobile-callbar {
    display: block;
    background: #f4efe6;
    border-bottom: 1px solid rgba(26, 22, 18, 0.08);
  }

  .mobile-callbar a {
    padding: 0.78rem 1rem;
    text-align: center;
    font: 700 0.95rem/1 'Manrope', sans-serif;
    letter-spacing: 0.02em;
    color: #1a1612;
  }
}



/* r4 header, services and workshop refinements */
.site-header {
  background: var(--cream);
  padding: 10px 0 8px;
  transition: background-color 180ms ease, padding 180ms ease;
}

.site-header.is-solid {
  background: transparent;
}

.header-shell {
  gap: 22px;
  border: 1px solid rgba(192, 149, 63, 0.74);
  background: linear-gradient(180deg, rgba(249, 243, 234, 0.98), rgba(242, 233, 220, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82), 0 10px 24px rgba(32, 22, 12, 0.06);
}

.site-header.is-solid .header-shell {
  background: linear-gradient(180deg, rgba(249, 243, 234, 0.78), rgba(242, 233, 220, 0.72));
  backdrop-filter: blur(10px) saturate(120%);
  box-shadow: 0 14px 28px rgba(18, 15, 12, 0.12);
}

.phone-link {
  min-height: 54px;
  padding: 0 30px;
  color: #fff8eb;
  background: linear-gradient(180deg, #ddb85a 0%, #c2912f 48%, #8f641d 100%);
  border: 1px solid rgba(117, 79, 19, 0.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.30), inset 0 -1px 0 rgba(82,49,6,0.28), 0 8px 18px rgba(83, 51, 8, 0.16);
  text-shadow: 0 1px 0 rgba(73,43,7,0.22);
}

.phone-link:hover,
.phone-link:focus-visible {
  transform: translateY(-1px);
  filter: saturate(1.03) brightness(1.02);
}

.panel-phone {
  background: rgba(194, 145, 47, 0.10);
  border: 1px solid rgba(194, 145, 47, 0.26);
}

.menu-toggle {
  border-color: rgba(192, 149, 63, 0.44);
  background: rgba(255,255,255,0.64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.hero-points li {
  white-space: nowrap;
}

.workshop-card-media--contain img {
  object-fit: contain;
  object-position: center center;
  padding: 16px;
}

#services .service-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1080px) {
  .primary-nav {
    background: rgba(248,243,235,0.97);
    border: 1px solid rgba(192, 149, 63, 0.22);
  }
}

@media (max-width: 820px) {
  .mobile-callbar {
    display: block;
    background: #f4efe6;
    border-bottom: 1px solid rgba(26, 22, 18, 0.08);
  }

  .mobile-callbar a {
    padding: 0.78rem 1rem;
    text-align: center;
    font: 700 0.95rem/1 'Manrope', sans-serif;
    letter-spacing: 0.02em;
    color: #1a1612;
    text-decoration: none;
    display: block;
  }
}

@media (max-width: 760px) {
  .hero-points li {
    white-space: normal;
  }
}


/* r5 header, services and reviews corrections */
.site-header {
  background: var(--cream);
  padding: 10px 0 8px;
}

.site-header.is-solid {
  background: transparent;
}

.header-shell {
  border: 1px solid rgba(128, 84, 18, 0.56);
  background: linear-gradient(180deg, #d7bc7a 0%, #c2912f 52%, #a7741f 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), inset 0 -1px 0 rgba(98, 64, 14, 0.16), 0 12px 26px rgba(42, 28, 8, 0.14);
}

.site-header.is-solid .header-shell {
  background: linear-gradient(180deg, #d7bc7a 0%, #c2912f 52%, #a7741f 100%);
  backdrop-filter: none;
  box-shadow: 0 14px 28px rgba(18, 15, 12, 0.16);
}

.brand-lockup strong,
.primary-nav a {
  color: #25180a;
}

.brand-lockup span {
  color: rgba(74, 19, 40, 0.94);
}

.phone-link {
  background: linear-gradient(180deg, #e0c071 0%, #c99736 48%, #a97318 100%);
  border: 1px solid rgba(106, 67, 12, 0.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), inset 0 -1px 0 rgba(82,49,6,0.30), 0 10px 18px rgba(70, 45, 10, 0.18);
}

.panel-phone {
  background: rgba(194, 145, 47, 0.12);
  border: 1px solid rgba(194, 145, 47, 0.22);
}

.menu-toggle {
  border-color: rgba(118, 77, 17, 0.34);
  background: rgba(255, 248, 235, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.menu-toggle span {
  background: #2a1c0d;
}

#services .service-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#reviews [hidden] {
  display: none !important;
}

.reviews-rail {
  min-height: 0;
}

@media (max-width: 1080px) {
  .primary-nav {
    background: rgba(248, 243, 235, 0.98);
    border: 1px solid rgba(192, 149, 63, 0.24);
  }

  #services .service-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #services .service-grid--four {
    grid-template-columns: 1fr;
  }
}


/* r7 brand-gold corrections */
:root {
  --kish-gold: #b09048;
  --kish-gold-light: #c3a364;
  --kish-gold-dark: #977632;
  --kish-gold-deep: #7f6227;
}

.site-header {
  background: var(--cream);
}

.site-header.is-solid {
  background: transparent;
}

.header-shell,
.site-header.is-solid .header-shell {
  border: 1px solid rgba(127, 98, 39, 0.58);
  background: linear-gradient(180deg, var(--kish-gold-light) 0%, var(--kish-gold) 52%, var(--kish-gold-dark) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), inset 0 -1px 0 rgba(102, 77, 27, 0.20), 0 12px 26px rgba(46, 33, 10, 0.16);
  backdrop-filter: none;
}

.brand-lockup strong,
.primary-nav a {
  color: #24180a;
}

.brand-lockup span {
  color: rgba(74, 19, 40, 0.94);
}

.phone-link,
.button-gold,
.workshop-instagram-link {
  color: #fff8eb;
  background: linear-gradient(180deg, var(--kish-gold-light) 0%, var(--kish-gold) 52%, var(--kish-gold-dark) 100%);
  border: 1px solid rgba(127, 98, 39, 0.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(91, 68, 24, 0.26), 0 10px 18px rgba(65, 47, 15, 0.18);
  text-shadow: 0 1px 0 rgba(78, 58, 19, 0.20);
}

.phone-link:hover,
.phone-link:focus-visible,
.button-gold:hover,
.button-gold:focus-visible,
.workshop-instagram-link:hover,
.workshop-instagram-link:focus-visible {
  filter: saturate(1.02) brightness(1.02);
}

@media (max-width: 1080px) {
  .primary-nav {
    background: rgba(248, 243, 235, 0.98);
    border: 1px solid rgba(127, 98, 39, 0.22);
  }
}


/* ========================================================================== */
/* Production r14 refinements                                                  */
/* - Align hero contact number treatment with the cleaner card style          */
/* - Use white text inside the desktop gold menu pill                         */
/* - Revert the mobile dropdown text to dark ink for readability              */
/* - Force the mobile toggle bars into a true centred X when open             */
/* ========================================================================== */

/* Desktop header: the gold pill keeps light text so contrast stays clean. */
.header-shell .brand-lockup strong,
.header-shell .primary-nav > a {
  color: #fff8eb;
  text-shadow: 0 1px 0 rgba(72, 52, 16, 0.28);
}

.header-shell .brand-lockup span {
  color: rgba(255, 248, 235, 0.84);
}

.header-shell .primary-nav > a::after {
  background: rgba(255, 248, 235, 0.9);
}

/* Hero panel phone row: remove the inner pill and present it as a clean inline number. */
.panel-call-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.panel-call-row .panel-kicker {
  margin-bottom: 0;
}

.panel-phone {
  display: inline-block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Mobile navigation: the dropdown itself stays light, so mobile links return to dark ink. */
@media (max-width: 1080px) {
  .header-shell .primary-nav > a,
  .header-shell .primary-nav > a:hover,
  .header-shell .primary-nav > a:focus-visible {
    color: var(--ink) !important;
    text-shadow: none !important;
  }

  .header-shell .primary-nav > a::after {
    background: currentColor !important;
  }

  /* Button bars are fully centred and transform into a clean X when open. */
  .menu-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    border-color: rgba(255, 248, 235, 0.26);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
  }

  .menu-toggle span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: var(--ink) !important;
    transform-origin: center center !important;
  }

  .menu-toggle span:first-child {
    transform: translate(-50%, -5px) !important;
  }

  .menu-toggle span:last-child {
    transform: translate(-50%, 5px) !important;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translate(-50%, 0) rotate(45deg) !important;
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translate(-50%, 0) rotate(-45deg) !important;
  }
}


/* ========================================================================== */
/* r16 mobile menu hard override                                               */
/* - keep desktop menu text white inside the gold pill                         */
/* - keep mobile dropdown links dark for readability                           */
/* - force the two toggle bars into a clean centred X when open                */
/* ========================================================================== */
@media (max-width: 1080px) {
  .header-shell .primary-nav > a,
  .header-shell .primary-nav > a:hover,
  .header-shell .primary-nav > a:focus-visible {
    color: var(--ink) !important;
    text-shadow: none !important;
  }

  .header-shell .primary-nav > a::after {
    background: currentColor !important;
  }

  .menu-toggle[data-menu-toggle] {
    position: relative !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border-color: rgba(255, 248, 235, 0.26) !important;
    background: rgba(255, 255, 255, 0.10) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18) !important;
  }

  .menu-toggle[data-menu-toggle] span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: var(--ink) !important;
    transform-origin: center center !important;
  }

  .menu-toggle[data-menu-toggle] span:first-child {
    transform: translate(-50%, -6px) !important;
  }

  .menu-toggle[data-menu-toggle] span:last-child {
    transform: translate(-50%, 6px) !important;
  }

  .menu-toggle[data-menu-toggle][aria-expanded="true"] span:first-child {
    transform: translate(-50%, 0) rotate(45deg) !important;
  }

  .menu-toggle[data-menu-toggle][aria-expanded="true"] span:last-child {
    transform: translate(-50%, 0) rotate(-45deg) !important;
  }
}

/* ==========================================================================
   Hero rotation safety mapping
   Supports every slide class variant used across the different builds.
   ========================================================================== */

.hero-slide--porsche,
.hero-slide--atelier,
.hero-slide--hero-1 {
  background-image: url('../images/hero-porsche-placeholder.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hero-slide--tan-pair,
.hero-slide--commission,
.hero-slide--hero-2 {
  background-image: url('../images/hero-tan-pair-placeholder.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hero-slide--black-white,
.hero-slide--finish,
.hero-slide--hero-3,
.hero-slide--rs-pair {
  background-image: url('../images/hero-black-white-placeholder.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}