/* ============================================================
   CANVAS AND ALLIED — Design System v2
   canvasandallied.co.za
   Light theme · Grid nav · Fluid responsive
   ============================================================ */


/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  /* ── Colour palette ── */
  --color-black:        rgb(0, 0, 0);
  --color-near-black:   rgb(16, 16, 20);
  --color-dark:         rgb(30, 30, 30);
  --color-mid-grey:     rgb(61, 61, 71);
  --color-light-grey:   rgb(164, 164, 164);
  --color-silver:       rgb(219, 218, 217);
  --color-off-white:    rgb(250, 250, 250);
  --color-white:        rgb(255, 255, 255);
  --color-cool-white:   rgb(249, 253, 254);
  --color-cream:        rgb(250, 242, 230);
  --color-sand:         rgb(240, 231, 214);
  --color-forest:       rgb(54, 66, 50);
  --color-dark-forest:  rgb(22, 27, 20);

  /* ── Semantic aliases — light theme ── */
  --color-bg:           #ffffff;
  --color-surface:      var(--color-off-white);
  --color-text:         var(--color-near-black);
  --color-text-muted:   var(--color-mid-grey);
  --color-text-dark:    var(--color-near-black);

  /* Nav — initial (floats over dark hero photo) */
  --color-nav-bg:       rgba(255, 255, 255, 0.10);
  --color-nav-border:   rgba(255, 255, 255, 0.16);

  /* Buttons */
  --color-btn-primary:  var(--color-white);
  --color-btn-text:     var(--color-near-black);

  /* ── Typography ── */
  --font-heading:  'Manrope', sans-serif;
  --font-ui:       'Instrument Sans', sans-serif;
  --font-body:     'Inter', sans-serif;

  /* Type scale */
  --text-xs:    12px;
  --text-sm:    15px;
  --text-nav:   18px;
  --text-card:  22px;
  --text-body:  15px;
  --text-h2:    31px;
  --text-h1:    50px;
  --text-hero:  57px;
  --text-xl:    99px;

  /* ── Spacing ── */
  --space-xs:   10px;
  --space-sm:   16px;
  --space-md:   24px;
  --space-lg:   32px;
  --space-xl:   40px;
  --space-2xl:  50px;
  --space-3xl:  92px;

  /* ── Fluid section padding — smooth across all viewports ── */
  --pad-section-v:    clamp(40px, 7vw, 92px);
  --pad-section-v-lg: clamp(60px, 9vw, 120px);
  --pad-section-h:    clamp(16px, 4vw, 40px);

  /* ── Border radius ── */
  --radius-sm:   10px;
  --radius-md:   16px;
  --radius-lg:   48px;
  --radius-pill: 61px;
  --radius-full: 9999px;

  /* ── Max-widths ── */
  --container-sm:  600px;
  --container-md:  820px;
  --container-lg:  1100px;
  --container-xl:  1360px;
  --container-max: 1640px;

  /* ── Z-index ── */
  --z-nav:     100;
  --z-overlay: 200;
  --z-modal:   300;

  /* ── Shadows (lighter for light theme) ── */
  --shadow-sm: 0 2px 8px  rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.18);
}


/* ── BREAKPOINTS ──────────────────────────────────────────────
   Four-tier: XL (≥1440) · Desktop (1200-1439) · Tablet (810-1199) · Mobile (<810)
   ─────────────────────────────────────────────────────────── */

.hide-mobile   { display: none !important; }
@media (min-width: 810px) {
  .hide-mobile { display: revert !important; }
}

.show-mobile   { display: revert !important; }
@media (min-width: 810px) {
  .show-mobile { display: none !important; }
}

.hide-tablet   { display: none !important; }
@media (min-width: 1200px) {
  .hide-tablet { display: revert !important; }
}

.show-tablet   { display: none !important; }
@media (max-width: 1199px) {
  .show-tablet { display: revert !important; }
}


/* ── RESET + BASE ────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 300;
  background-color: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, figure { margin: 0; }

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}


/* ── TYPOGRAPHY ──────────────────────────────────────────────── */

.heading-xl {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
}

.heading-md {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
}

.heading-sm {
  font-family: var(--font-body);
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 700;
  line-height: 1.2;
}

.heading-hero {
  font-family: var(--font-body);
  font-size: clamp(36px, 5.5vw, 57px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: clamp(1.5px, 0.4vw, 3.99px);
}

.body-text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
}

.ui-text {
  font-family: var(--font-ui);
  font-size: var(--text-nav);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.04em;
}

.label-text {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}

.heading-display {
  font-family: var(--font-body);
  font-size: clamp(48px, 7vw, 99px);
  font-weight: 700;
}

/* Aliases */
.text-ui         { font-family: var(--font-ui);   font-size: var(--text-nav); font-weight: 400; line-height: 1.4em; letter-spacing: -0.04em; }
.text-body       { font-family: var(--font-body); font-size: var(--text-sm);  font-weight: 300; line-height: 22px;  letter-spacing: 0.96px; }
.text-body--bold { font-weight: 600; letter-spacing: 0.38px; }
.text-label      { font-family: var(--font-body); font-size: var(--text-xs);  font-weight: 300; letter-spacing: 3.36px; text-transform: uppercase; }


/* ── NAV ─────────────────────────────────────────────────────── */
/*
   Desktop: CSS grid (1fr auto 1fr) guarantees links are pixel-perfect
   centred regardless of logo / CTA widths.
   Fluid side margins scale from 12 px on narrow screens to 25 px on wide.
   max-width + left:50% / translateX(-50%) centres the pill on ultra-wide.
*/

.site-nav {
  position: fixed;
  top: var(--space-sm);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 2 * clamp(12px, 2vw, 25px)), var(--container-max));
  z-index: var(--z-nav);

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
  padding: 10px clamp(16px, 2.5vw, 40px);

  border-radius: var(--radius-pill);
  background-color: var(--color-nav-bg);
  border: 1px solid var(--color-nav-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* initial text colour — over dark hero photo */
  color: var(--color-white);

  transition:
    background-color 0.35s ease,
    border-color     0.35s ease,
    box-shadow       0.35s ease,
    color            0.35s ease;
}

/* Scrolled state — white pill over light content */
.site-nav.is-scrolled {
  background-color: rgba(255, 255, 255, 0.97);
  border-color:     rgba(0, 0, 0, 0.07);
  box-shadow:       0 2px 24px rgba(0, 0, 0, 0.09);
  color:            var(--color-near-black);
}

.site-nav__logo {
  justify-self: start;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-nav__logo img {
  height: 38px;
  width: auto;
}

.site-nav__links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  list-style: none;
}

.site-nav__links a {
  font-family: var(--font-ui);
  font-size: var(--text-nav);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  color: inherit;            /* inherits from .site-nav colour */
  transition: opacity 0.2s ease;
}

.site-nav__links a:hover,
.site-nav__links a.is-active {
  opacity: 0.65;
}

.site-nav__cta {
  justify-self: end;
  flex-shrink: 0;
}

/* When scrolled: dark button so it's visible on white pill */
.site-nav.is-scrolled .btn--primary {
  background-color: var(--color-near-black);
  color: var(--color-white);
}

/* Hamburger button — shown only on mobile */
.site-nav__menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-xs);
  color: inherit;
}

/* Mobile nav overlay */
.site-nav__mobile {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0;
  padding: var(--space-2xl) var(--space-lg);
  background-color: var(--color-near-black);
  color: var(--color-white);
  z-index: var(--z-overlay);
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-nav__mobile.is-open {
  transform: translateY(0);
}

/* Tablet & mobile: collapse to hamburger */
@media (max-width: 1199px) {
  .site-nav {
    grid-template-columns: 1fr auto; /* logo | hamburger */
  }
  .site-nav__links,
  .site-nav__cta { display: none; }
  .site-nav__menu-btn {
    display: flex;
    grid-column: 2;
  }
  .site-nav__mobile { display: flex; }
}


/* ── BUTTONS ─────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  padding: 12px clamp(20px, 2.5vw, 32px);
  border-radius: var(--radius-lg);
  font-family: var(--font-ui);
  font-size: var(--text-nav);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn--primary {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-text);
}

.btn--primary:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.btn--outline {
  background-color: transparent;
  color: var(--color-near-black);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.btn--outline:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Outline on dark backgrounds */
.site-nav .btn--outline,
.activities-cta .btn--outline,
.repair-collab .btn--outline,
.faq .btn--outline {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.22);
}

.site-nav .btn--outline:hover,
.activities-cta .btn--outline:hover,
.repair-collab .btn--outline:hover,
.faq .btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.10);
}


/* ── CARDS ───────────────────────────────────────────────────── */

.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background-color: var(--color-dark);
}

.card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.card__body {
  padding: var(--space-md) var(--space-lg);
}

.card__title {
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
  color: var(--color-white);
  margin-bottom: var(--space-xs);
}

.card__text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-light-grey);
}


/* ── LAYOUT PRIMITIVES ───────────────────────────────────────── */

.section {
  position: relative;
  width: 100%;
}

.section--padded {
  padding: var(--pad-section-v) var(--pad-section-h);
}

.section--padded-lg {
  padding: var(--pad-section-v-lg) var(--pad-section-h);
}

.container {
  width: 100%;
  max-width: var(--container-xl);
  margin-inline: auto;
}

.container--sm  { max-width: var(--container-sm); }
.container--md  { max-width: var(--container-md); }
.container--lg  { max-width: var(--container-lg); }


/* ── FOOTER ──────────────────────────────────────────────────── */

.site-footer {
  background-color: var(--color-black);
  padding: var(--pad-section-v) var(--pad-section-h);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl) var(--space-2xl);
  max-width: var(--container-xl);
  margin-inline: auto;
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__col-label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.38px;
  color: var(--color-white);
  margin-bottom: var(--space-sm);
}

.site-footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.site-footer__links a {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-light-grey);
  transition: color 0.2s ease;
}

.site-footer__links a:hover { color: var(--color-white); }

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-md);
  max-width: var(--container-xl);
  margin-inline: auto;
  padding-top: var(--space-md);
}

.site-footer__copy {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color-light-grey);
}

.site-footer__social {
  display: flex;
  gap: var(--space-md);
  list-style: none;
}

.site-footer__social a {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-light-grey);
  transition: color 0.2s ease;
}

.site-footer__social a:hover { color: var(--color-white); }

@media (max-width: 1199px) {
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 809px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg) var(--space-md);
  }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 479px) {
  .site-footer__grid { grid-template-columns: 1fr; }
}


/* ── UTILITIES ───────────────────────────────────────────────── */

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-muted  { color: var(--color-text-muted); }
.text-white  { color: var(--color-white); }
.text-dark   { color: var(--color-near-black); }

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.60) 100%);
  pointer-events: none;
}


/* ── HERO (home page — full viewport) ───────────────────────── */

.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 87% 86%;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad-section-h) clamp(50px, 8vw, 92px);
  max-width: var(--container-max);
  width: 100%;
  margin: 0 auto;
}

.hero__title {
  font-family: var(--font-body);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: clamp(1.5px, 0.4vw, 3.99px);
  color: var(--color-white);
  margin-bottom: var(--space-md);
}

.hero__sub {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  letter-spacing: 0.96px;
  color: rgba(255,255,255,0.82);
  margin-bottom: var(--space-xl);
  max-width: 440px;
  line-height: 22px;
}


/* ── PAGE HERO (non-index — banner with overlay) ─────────────── */

.page-hero {
  position: relative;
  width: 100%;
  height: clamp(280px, 50vh, 560px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.page-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 var(--pad-section-h);
}

.page-hero__badge {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.60);
  margin-bottom: var(--space-sm);
}

.page-hero__title {
  font-family: var(--font-body);
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: clamp(1.5px, 0.4vw, 3.99px);
  color: var(--color-white);
}


/* ── SECTION INTRO ───────────────────────────────────────────── */

.section-intro {
  padding: var(--pad-section-v) var(--pad-section-h);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: var(--container-max);
  margin-inline: auto;
}

.section-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color-light-grey);
  margin-bottom: var(--space-sm);
}

.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4vw, 50px);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: var(--color-near-black);
  margin-bottom: var(--space-md);
}

.section-body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  max-width: 680px;
}

.section-body strong {
  font-weight: 600;
  color: var(--color-near-black);
}


/* ── WHAT WE DO ──────────────────────────────────────────────── */

.what-we-do {
  padding: 0 var(--pad-section-h) var(--pad-section-v);
  max-width: var(--container-max);
  margin-inline: auto;
}

.what-we-do__sub {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  margin-top: var(--space-sm);
}


/* ── GALLERY ─────────────────────────────────────────────────── */

.gallery {
  padding: 0 var(--pad-section-h) var(--pad-section-v);
  max-width: var(--container-max);
  margin-inline: auto;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
}

.gallery__item {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery__item:hover img { transform: scale(1.04); }

@media (max-width: 1199px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 809px) {
  .gallery__grid { grid-template-columns: 1fr; }
}


/* ── SERVICES ACCORDION ──────────────────────────────────────── */

.services-accordion {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
}

.services-accordion__list {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.services-accordion details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.services-accordion summary {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.services-accordion summary::-webkit-details-marker { display: none; }

.services-accordion__icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.55;
}

.services-accordion__title {
  flex: 1;
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
  color: var(--color-near-black);
}

.services-accordion__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-light-grey);
  transition: transform 0.3s ease;
}

details[open] .services-accordion__toggle { transform: rotate(45deg); }

.services-accordion__body {
  padding: 0 0 var(--space-md) calc(40px + var(--space-md));
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  max-width: 680px;
}

@media (max-width: 809px) {
  .services-accordion__body { padding-left: 0; }
}


/* ── FAQ ─────────────────────────────────────────────────────── */

.faq {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--space-2xl);
  align-items: start;
}

.faq__header {
  position: sticky;
  top: calc(80px + var(--space-md));
}

.faq__cta-body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  margin: var(--space-md) 0 var(--space-lg);
}

.faq__list { list-style: none; }

.faq__list details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq__list details:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
  color: var(--color-near-black);
}

.faq__list summary::-webkit-details-marker { display: none; }

.faq__list summary svg {
  flex-shrink: 0;
  color: var(--color-light-grey);
  transition: transform 0.3s ease;
}

.faq__list details[open] summary svg { transform: rotate(45deg); }

.faq__answer {
  padding: 0 0 var(--space-md);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
}

@media (max-width: 1199px) {
  .faq { grid-template-columns: 1fr; }
  .faq__header { position: static; }
}


/* ── ACTIVITIES / FEATURED PROJECTS CTA ──────────────────────── */
/* Dark accent band — text stays white */

.activities-cta {
  position: relative;
  padding: var(--pad-section-v) var(--pad-section-h);
  background-color: var(--color-dark);
  overflow: hidden;
}

.activities-cta__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
}

.activities-cta__text { max-width: 600px; }

.activities-cta__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: var(--color-white);
  margin-bottom: var(--space-md);
}

.activities-cta__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-light-grey);
}


/* ── TESTIMONIALS ────────────────────────────────────────────── */

.testimonials {
  padding: var(--pad-section-v) 0;
  background-color: var(--color-surface);
  overflow: hidden;
}

.testimonials__header {
  padding: 0 var(--pad-section-h) var(--space-xl);
  max-width: var(--container-max);
  margin-inline: auto;
}

.testimonials__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: var(--color-near-black);
  margin-bottom: var(--space-sm);
}

.testimonials__sub {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  max-width: 540px;
}

.testimonials__track {
  display: flex;
  gap: var(--space-md);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--pad-section-h);
  padding: 0 var(--pad-section-h) var(--space-md);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials__track::-webkit-scrollbar { display: none; }

.review-card {
  flex-shrink: 0;
  width: clamp(280px, 40vw, 340px);
  scroll-snap-align: start;
  background-color: var(--color-dark);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  object-fit: cover;
  flex-shrink: 0;
}

.review-card__name {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.38px;
  color: var(--color-white);
}

.review-card__stars {
  display: flex;
  gap: 2px;
  color: #F5C518;
}

.review-card__stars svg {
  width: 14px;
  height: 14px;
}

.review-card__text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-light-grey);
  flex: 1;
}


/* ── SERVICES PAGE ───────────────────────────────────────────── */

.services-hero {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(90px, 10vw, 140px) var(--pad-section-h) var(--pad-section-v);
}

.services-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.60);
}

.services-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  width: 100%;
  margin: 0 auto;
}

.services-hero__title {
  font-family: var(--font-body);
  font-size: clamp(36px, 6vw, 80px);
  font-weight: 700;
  letter-spacing: clamp(1.5px, 0.4vw, 3.99px);
  color: var(--color-white);
  margin-bottom: var(--space-md);
}

.services-hero__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
}

.services-hero__body strong {
  font-weight: 600;
  color: var(--color-white);
}

.services-grid {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
}

.services-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

.service-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.service-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* zoom transition handled by GSAP in animations.js */
}

.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.10) 55%, transparent 100%);
}

.service-card__content {
  position: relative;
  z-index: 2;
  padding: var(--space-lg);
  width: 100%;
}

.service-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  letter-spacing: -0.3px;
  color: var(--color-white);
  margin-bottom: var(--space-xs);
}

.service-card__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: rgba(255,255,255,0.72);
}

@media (max-width: 1199px) {
  .services-grid__inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 809px) {
  .services-grid__inner { grid-template-columns: 1fr; }
  .service-card { aspect-ratio: 4 / 3; }
}


/* ── REPAIR PAGE ─────────────────────────────────────────────── */

.repair-hero {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(100px, 12vw, 160px) var(--pad-section-h) var(--pad-section-v);
}

.repair-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.28) 100%);
}

.repair-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
}

/* Dark CTA strip */
.repair-cta-strip {
  padding: var(--pad-section-v) var(--pad-section-h);
  background-color: var(--color-dark);
}

.repair-cta-strip__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
}

.repair-cta-strip__title {
  font-family: var(--font-body);
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: clamp(1.5px, 0.3vw, 3.99px);
  color: var(--color-white);
  margin-bottom: var(--space-sm);
}

.repair-cta-strip__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-light-grey);
  max-width: 500px;
}

/* Light features section */
.repair-features {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
}

.repair-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

.repair-feature-card { border-radius: var(--radius-md); overflow: hidden; }

.repair-feature-card__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.repair-feature-card__body { padding: var(--space-md) 0; }

.repair-feature-card__title {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color-light-grey);
  margin-bottom: var(--space-sm);
}

.repair-feature-card__text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
}

/* Dark collab band */
.repair-collab {
  position: relative;
  padding: var(--pad-section-v) var(--pad-section-h);
  background-color: var(--color-dark-forest);
  overflow: hidden;
}

.repair-collab__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.repair-collab__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin-inline: auto;
}

.repair-collab__eyebrow {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.50);
  margin-bottom: var(--space-sm);
}

.repair-collab__title {
  font-family: var(--font-body);
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 700;
  letter-spacing: clamp(1.5px, 0.3vw, 3.99px);
  color: var(--color-white);
  margin-bottom: var(--space-md);
}

.repair-collab__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: rgba(255,255,255,0.68);
  max-width: 540px;
  margin-bottom: var(--space-lg);
}

/* Social links — light section */
.repair-social {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.repair-social a {
  font-family: var(--font-ui);
  font-size: var(--text-nav);
  font-weight: 400;
  color: var(--color-near-black);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--radius-lg);
  padding: 10px var(--space-lg);
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  transition: background-color 0.2s ease;
}

.repair-social a:hover { background-color: rgba(0, 0, 0, 0.05); }

@media (max-width: 1199px) {
  .repair-features__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 809px) {
  .repair-features__grid { grid-template-columns: 1fr; }
}


/* ── CONTACT PAGE ────────────────────────────────────────────── */

.contact-section {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--space-2xl);
  align-items: start;
}

.contact-info__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--space-md) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contact-info__item:hover { opacity: 0.72; }

.contact-info__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color-light-grey);
}

.contact-info__value {
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  letter-spacing: -0.3px;
  color: var(--color-near-black);
}

.contact-form__heading {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: var(--color-near-black);
  margin-bottom: var(--space-sm);
}

.contact-form__sub {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  margin-bottom: var(--space-xl);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color-light-grey);
}

.form-field input,
.form-field select,
.form-field textarea {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-sm);
  padding: 12px var(--space-md);
  color: var(--color-near-black);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(0, 0, 0, 0.35);
}

.form-field select option { background-color: var(--color-white); }

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-submit {
  padding: 14px;
  background-color: var(--color-near-black);
  color: var(--color-white);
  font-family: var(--font-ui);
  font-size: var(--text-nav);
  font-weight: 400;
  letter-spacing: -0.04em;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: opacity 0.2s ease;
  width: 100%;
}

.form-submit:hover { opacity: 0.82; }

@media (max-width: 1199px) {
  .contact-section { grid-template-columns: 1fr; }
}


/* ── DETAIL PAGES (page-1/) ──────────────────────────────────── */

.detail-hero {
  position: relative;
  width: 100%;
  height: clamp(320px, 60vh, 560px);
  overflow: hidden;
}

.detail-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.50) 100%);
}

.detail-content {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  align-items: start;
}

.detail-content__badge {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color-light-grey);
  margin-bottom: var(--space-sm);
}

.detail-content__title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: var(--color-near-black);
  margin-bottom: var(--space-sm);
}

.detail-content__sub {
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  letter-spacing: -0.3px;
  color: var(--color-mid-grey);
  margin-bottom: var(--space-md);
}

.detail-content__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
  margin-bottom: var(--space-xl);
}

.detail-content__cta { margin-top: var(--space-lg); }

.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.feature-item {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
  padding: var(--space-md) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.feature-item:last-child { border-bottom: none; }

.feature-item__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--color-light-grey);
}

.feature-item__strong {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.38px;
  color: var(--color-near-black);
  display: block;
  margin-bottom: 2px;
}

.feature-item__text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--color-mid-grey);
}

.detail-gallery {
  padding: 0 var(--pad-section-h) var(--pad-section-v);
  max-width: var(--container-max);
  margin-inline: auto;
}

.detail-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-sm);
}

.detail-gallery__item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1;
}

.detail-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.detail-gallery__item:hover img { transform: scale(1.05); }

@media (max-width: 1199px) {
  .detail-content { grid-template-columns: 1fr; }
  .detail-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 809px) {
  .detail-gallery__grid { grid-template-columns: repeat(2, 1fr); }
}


/* ── TRUST BAR ───────────────────────────────────────────────── */

.trust-bar {
  background-color: var(--color-near-black);
  padding: clamp(28px, 4vw, 48px) var(--pad-section-h);
}

.trust-bar__inner {
  max-width: var(--container-xl);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
  text-align: center;
}

.trust-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.trust-bar__number {
  font-family: var(--font-body);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: -1px;
  line-height: 1;
}

.trust-bar__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-light-grey);
}

@media (max-width: 809px) {
  .trust-bar__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg) var(--space-xl);
  }
}


/* ── HOME SERVICES GRID ──────────────────────────────────────── */

.home-services {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: var(--container-max);
  margin-inline: auto;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

@media (max-width: 1199px) {
  .home-services__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 809px) {
  .home-services__grid { grid-template-columns: 1fr; }
  .home-services .service-card { aspect-ratio: 4 / 3; }
}


/* ── PAGE TRANSITION OVERLAY ─────────────────────────────────── */

.page-overlay {
  position: fixed;
  inset: 0;
  background: var(--color-white);
  z-index: 9999;
  pointer-events: none;
}


/* ── TURNAROUND / SERVICE AREA BAR ───────────────────────────── */

.turnaround-bar {
  background: var(--color-off-white);
  border-top: 1px solid var(--color-silver);
  border-bottom: 1px solid var(--color-silver);
  padding: clamp(20px, 3vw, 36px) var(--pad-section-h);
}

.turnaround-bar__inner {
  max-width: var(--container-lg);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.turnaround-bar__item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
}

.turnaround-bar__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--color-near-black);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.turnaround-bar__label {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-near-black);
  letter-spacing: -0.2px;
  display: block;
  margin-bottom: 3px;
}

.turnaround-bar__desc {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--color-mid-grey);
  letter-spacing: 0.3px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .turnaround-bar__inner { grid-template-columns: 1fr; gap: var(--space-md); }
}


/* ── HORIZONTAL SHOWCASE SCROLL ─────────────────────────────── */

.showcase-section {
  position: relative;
}

.showcase-section__header {
  text-align: center;
  padding: var(--pad-section-v) var(--pad-section-h) var(--space-xl);
}

/* Desktop: pinned horizontal scroll */
@media (min-width: 1200px) {
  .showcase-pin-wrap {
    height: 100vh;
    overflow: hidden;
  }
  .showcase-track {
    display: flex;
    width: 600vw;
    height: 100%;
  }
  .showcase-card {
    width: 100vw;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }
}

/* Mobile: vertical stack */
@media (max-width: 1199px) {
  .showcase-pin-wrap { height: auto; }
  .showcase-track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 var(--pad-section-h) var(--pad-section-v);
  }
  .showcase-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: flex-end;
  }
}

@media (max-width: 600px) {
  .showcase-track { grid-template-columns: 1fr; }
  .showcase-card { aspect-ratio: 3 / 2; }
}

.showcase-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
}

.showcase-card__content {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 4vw, 56px);
  width: 100%;
  color: var(--color-white);
}

.showcase-card__num {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
  margin-bottom: var(--space-sm);
}

.showcase-card__title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.05;
  margin-bottom: var(--space-sm);
}

.showcase-card__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.3px;
  max-width: 440px;
  opacity: 0.85;
  margin-bottom: var(--space-lg);
}

.showcase-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.15);
}

.showcase-progress__bar {
  height: 100%;
  background: var(--color-white);
  transform-origin: left;
  transform: scaleX(0);
}

@media (max-width: 1199px) {
  .showcase-progress { display: none; }
  .showcase-card__num { display: none; }
  .showcase-card__content { padding: var(--space-lg); }
  .showcase-card__title { font-size: var(--text-card); }
  .showcase-card__desc { display: none; }
  .showcase-card__content .btn { display: none; }
}


/* ── ABOUT PAGE ───────────────────────────────────────────────── */

.about-story {
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: var(--pad-section-v) var(--pad-section-h);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.about-story__text { }

.about-story__badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-mid-grey);
  margin-bottom: var(--space-md);
}

.about-story__heading {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  letter-spacing: -0.5px;
  color: var(--color-near-black);
  line-height: 1.15;
  margin-bottom: var(--space-lg);
}

.about-story__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.75;
  color: var(--color-mid-grey);
  letter-spacing: 0.3px;
  margin-bottom: var(--space-lg);
}

.about-story__img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.about-values {
  background: var(--color-near-black);
  padding: var(--pad-section-v) var(--pad-section-h);
}

.about-values__inner {
  max-width: var(--container-lg);
  margin: 0 auto;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
}

.about-value-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-md);
  padding: var(--space-xl);
}

.about-value-card__num {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: var(--space-md);
}

.about-value-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-card);
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: -0.3px;
  margin-bottom: var(--space-sm);
}

.about-value-card__body {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.3px;
}

@media (max-width: 1199px) {
  .about-story { grid-template-columns: 1fr; }
  .about-story__img { aspect-ratio: 16 / 9; order: -1; }
  .about-values__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .about-values__grid { grid-template-columns: 1fr; }
}


/* ── TEAM PAGE ────────────────────────────────────────────────── */

.team-section {
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: var(--pad-section-v) var(--pad-section-h);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
}

.team-card {
  background: var(--color-off-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.28s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.team-card__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(145deg, var(--color-sand) 0%, var(--color-silver) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.team-card__photo-placeholder {
  width: 55%;
  height: 55%;
  opacity: 0.25;
}

.team-card__photo-label {
  position: absolute;
  bottom: var(--space-sm);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-mid-grey);
  white-space: nowrap;
  background: rgba(255,255,255,0.7);
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.team-card__info {
  padding: var(--space-md) var(--space-lg) var(--space-lg);
}

.team-card__name {
  font-family: var(--font-heading);
  font-size: var(--text-nav);
  font-weight: 600;
  color: var(--color-near-black);
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.team-card__role {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-mid-grey);
  margin-bottom: var(--space-sm);
}

.team-card__bio {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-mid-grey);
  letter-spacing: 0.3px;
}

@media (max-width: 1199px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .team-grid { grid-template-columns: 1fr; }
}


/* ── GALLERY PAGE ─────────────────────────────────────────────── */

.gallery-section {
  padding: var(--pad-section-v) var(--pad-section-h);
  max-width: calc(var(--container-lg) + 80px);
  margin: 0 auto;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-bottom: var(--space-2xl);
  justify-content: center;
}

.gallery-filter__btn {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--color-silver);
  background: transparent;
  color: var(--color-mid-grey);
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-filter__btn:hover,
.gallery-filter__btn.is-active {
  background: var(--color-near-black);
  border-color: var(--color-near-black);
  color: var(--color-white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  cursor: pointer;
  background: var(--color-silver);
}

.gallery-item--tall { grid-row: span 2; }

.gallery-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  min-height: 240px;
}

.gallery-item:hover .gallery-item__img {
  transform: scale(1.06);
}

.gallery-item__caption {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: flex-end;
  padding: var(--space-md);
  transition: background 0.3s ease;
}

.gallery-item:hover .gallery-item__caption {
  background: rgba(0,0,0,0.35);
}

.gallery-item__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-item:hover .gallery-item__label {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item--tall { grid-row: span 1; }
}

@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 8px; }
}


/* ── MAP EMBED ───────────────────────────────────────────────── */

.map-embed {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: var(--space-xl);
  aspect-ratio: 16 / 6;
  min-height: 280px;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* ── FLOATING MOBILE CONTACT BAR ─────────────────────────────── */

.float-bar { display: none; }

@media (max-width: 1199px) {
  .float-bar {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 420px;
    gap: 10px;
    z-index: var(--z-nav);
  }

  .float-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: var(--radius-lg);
    font-family: var(--font-ui);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    white-space: nowrap;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
  }

  .float-bar a:active {
    transform: scale(0.97);
    opacity: 0.9;
  }

  .float-bar__whatsapp {
    background-color: #25D366;
    color: #ffffff;
  }

  .float-bar__quote {
    background-color: var(--color-near-black);
    color: var(--color-white);
  }
}


/* ── LOGO SWAP — glass nav (white logo) ↔ scrolled nav (dark logo) ── */

.logo-dark  { display: none; }
.logo-light { display: block; }

.site-nav.is-scrolled .logo-light { display: none; }
.site-nav.is-scrolled .logo-dark  { display: block; }


/* ── MOBILE FIXES ─────────────────────────────────────────────── */

/* 1. Body bottom padding — prevents float bar hiding page content */
@media (max-width: 1199px) {
  body {
    padding-bottom: max(96px, calc(76px + env(safe-area-inset-bottom)));
  }
}

/* 2. Float bar — iOS safe area (home indicator) */
@media (max-width: 1199px) {
  .float-bar {
    bottom: max(20px, env(safe-area-inset-bottom, 20px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

/* 3. Mobile nav — prevent overflow on short screens */
.site-nav__mobile {
  max-height: 100svh;
  overflow-y: auto;
}

/* 4. Showcase cards — keep "View Service" button visible on mobile */
@media (max-width: 1199px) {
  .showcase-card__content .btn {
    display: inline-flex;
    font-size: 13px;
    padding: 8px 16px;
    margin-top: var(--space-sm);
    border-color: rgba(255,255,255,0.45);
    color: #fff;
  }
  .showcase-card__desc { display: none; } /* title + btn is enough at small size */
}

/* 5. Gallery filter — horizontal scroll instead of wrapping rows */
@media (max-width: 809px) {
  .gallery-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 4px;
    margin-bottom: var(--space-xl);
  }
  .gallery-filter::-webkit-scrollbar { display: none; }
  .gallery-filter__btn { flex-shrink: 0; }
}

/* 6. FAQ question — smaller font on mobile */
@media (max-width: 809px) {
  .faq__list summary {
    font-size: clamp(16px, 4.5vw, 19px);
  }
}

/* 7. Repair hero — less dead space on mobile */
@media (max-width: 809px) {
  .repair-hero { min-height: 55vh; }
}

/* 8. Team card photo — square on mobile to reduce scroll depth */
@media (max-width: 600px) {
  .team-card__photo { aspect-ratio: 1 / 1; }
}

/* 9. Testimonials — partial next-card peek as swipe hint */
@media (max-width: 809px) {
  .testimonials__track {
    padding-right: 48px;
  }
  .review-card {
    width: min(300px, 82vw);
  }
}

/* ── LOGO SWAP — white logo on glass nav, dark logo on scrolled white nav ── */
.logo-dark  { display: none; }
.logo-light { display: block; }
.site-nav.is-scrolled .logo-light { display: none; }
.site-nav.is-scrolled .logo-dark  { display: block; }

/* ── MOBILE FLOAT BAR — body clearance ── */
@media (max-width: 1199px) {
  body {
    padding-bottom: max(96px, calc(76px + env(safe-area-inset-bottom)));
  }
}

/* ── MOBILE FLOAT BAR — iOS safe area inset ── */
@media (max-width: 1199px) {
  .float-bar {
    bottom: max(20px, env(safe-area-inset-bottom, 20px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

/* ── MOBILE NAV — prevent overflow on short screens ── */
.site-nav__mobile { max-height: 100svh; overflow-y: auto; }

/* ── SHOWCASE CARD — show button on mobile, hide description ── */
@media (max-width: 1199px) {
  .showcase-card__content .btn {
    display: inline-flex;
    font-size: 13px;
    padding: 8px 16px;
    margin-top: var(--space-sm);
    border-color: rgba(255,255,255,0.45);
    color: #fff;
  }
  .showcase-card__desc { display: none; }
}
