/*
Theme Name: Big Rob's Automotive
Author: Big Rob's Automotive
Description: Single-page theme for Big Rob's Automotive in Hesperia, CA. Honest, fair-priced auto repair.
Version: 1.0
Text Domain: big-robs-automotive
*/

    /* =========================================================
       TOKENS
       ========================================================= */
    :root {
      --ink: #0d0d0e;
      --ink-2: #16161a;
      --ink-3: #1f1f24;
      --paper: #f5f2ec;
      --paper-2: #ebe6dc;
      --bone: #ddd6c5;
      --red: #cc1e25;
      --red-deep: #8e1218;
      --amber: #f5a623;
      --line-dark: #2a2a2e;
      --line-light: #d8d2c5;
      --mute-dark: #8a8a8f;
      --mute-light: #6b6457;

      --font-display: 'Anton', 'Arial Narrow', sans-serif;
      --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      --font-mono: 'JetBrains Mono', 'Menlo', monospace;

      --max: 1280px;
      --pad: clamp(20px, 5vw, 64px);
    }

    /* =========================================================
       RESET
       ========================================================= */
    *, *::before, *::after { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      /* Prevent any sneaky horizontal overflow from causing layout-viewport
         drift on iOS Safari after pinch-zoom or tab switch. */
      overflow-x: clip;
      -webkit-text-size-adjust: 100%;
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation: none !important; transition: none !important; }
    }
    body {
      margin: 0;
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 1.55;
      color: var(--paper);
      background: var(--ink);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: clip;
      width: 100%;
      overscroll-behavior-y: none;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    a:focus-visible, button:focus-visible {
      outline: 2px solid var(--amber);
      outline-offset: 3px;
    }
    h1, h2, h3, h4 { margin: 0; font-weight: 400; }

    /* Visually-hidden skip link — kept on-screen (1px) instead of -9999px,
       which mobile browsers can pan to during pinch-zoom and create the
       "section uncentered after zoom" illusion. */
    .skip {
      position: absolute; top: 8px; left: 8px;
      width: 1px; height: 1px; overflow: hidden;
      clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
      background: var(--amber); color: var(--ink);
      padding: 10px 16px; font-weight: 600; z-index: 100;
    }
    .skip:focus {
      width: auto; height: auto; overflow: visible;
      clip: auto; clip-path: none;
    }

    /* =========================================================
       UTILITIES
       ========================================================= */
    .wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
    .eyebrow {
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--amber);
    }
    .eyebrow--dim { color: var(--mute-light); }

    /* =========================================================
       NAV
       ========================================================= */
    .nav {
      position: sticky; top: 0; z-index: 50;
      background: rgba(13, 13, 14, 0.92);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line-dark);
      /* Force own compositing layer so the sticky nav doesn't desync from
         the page during iOS Safari pinch-zoom / tab switch. */
      transform: translateZ(0);
      will-change: transform;
    }
    .nav__inner {
      max-width: var(--max);
      margin: 0 auto;
      padding: 22px var(--pad);
      display: flex; align-items: center; gap: 24px;
    }
    /* Fixed-height anchor keeps the header bar the same height while the
       transparent logo is enlarged and allowed to overflow the bar. */
    .nav__logo {
      display: block; flex-shrink: 0;
      position: relative;
      height: 76px; width: 116px;
    }
    .nav__logo img {
      position: absolute;
      top: 50%; left: 0;
      transform: translateY(-50%);
      height: 124px; width: auto;
      filter: drop-shadow(0 2px 5px rgba(0,0,0,0.45));
    }
    .nav__links {
      display: flex; gap: 28px; margin-left: auto;
      font-size: 17px; font-weight: 500;
    }
    .nav__links a {
      color: #d4d0c8;
      transition: color 0.15s;
      position: relative;
      padding: 4px 0;
    }
    .nav__links a:hover { color: var(--paper); }
    .nav__cta {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 11px 18px;
      background: var(--red);
      font-weight: 600;
      font-size: 14px;
      transition: background 0.15s;
      border: 1px solid var(--red);
    }
    .nav__cta:hover { background: var(--red-deep); border-color: var(--red-deep); }
    .nav__cta::before {
      content: '';
      display: block;
      width: 14px; height: 14px;
      background: currentColor;
      mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57a1 1 0 0 0-1.02.24l-2.2 2.2a15.07 15.07 0 0 1-6.59-6.59l2.2-2.2a1 1 0 0 0 .24-1.02A11.36 11.36 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1c0 9.39 7.61 17 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1z'/></svg>") no-repeat center / contain;
    }
    .nav__menu {
      display: none;
      background: none; border: 1px solid var(--line-dark);
      color: var(--paper); padding: 8px 12px;
      font-size: 18px; cursor: pointer;
    }

    @media (max-width: 880px) {
      .nav__inner { padding: 12px var(--pad); }
      .nav__logo { height: 56px; width: 90px; }
      .nav__logo img { height: 96px; }
      .nav__links { font-size: 14px; }
      .nav__links {
        display: none;
        position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; gap: 0;
        background: var(--ink);
        border-bottom: 1px solid var(--line-dark);
        padding: 8px 0;
      }
      .nav__links.is-open { display: flex; }
      .nav__links a {
        padding: 14px var(--pad);
        border-top: 1px solid var(--line-dark);
      }
      .nav__menu { display: flex; align-items: center; justify-content: center; margin-left: 8px; font-size: 28px; line-height: 1; min-width: 44px; height: 44px; padding: 0; }
      .nav__cta { margin-left: auto; padding: 10px; min-width: 44px; height: 44px; justify-content: center; gap: 0; }
      .nav__cta span, .nav__cta strong { display: none; }
      .hero__cta { flex-direction: column; }
      .hero__cta .btn { width: 100%; justify-content: center; }
      .hero__stat { flex-direction: column; gap: 12px; align-items: flex-start; }
      .eyebrow { font-size: 11px; letter-spacing: 0.08em; }
      .btn--ghost { border-color: var(--mute-dark); color: var(--paper); }
      .ticket__sep { display: none; }
      .ticket__title > span:not(.ticket__sep) { display: block; }
    }
    @media (max-width: 480px) {
      .nav__cta strong { font-size: 13px; }
    }

    /* =========================================================
       HERO
       ========================================================= */
    .hero {
      position: relative;
      padding: clamp(48px, 8vw, 96px) 0 clamp(64px, 9vw, 112px);
      overflow: hidden;
    }
    .hero::before {
      /* subtle diagonal accent */
      content: '';
      position: absolute;
      top: 0; right: -10%;
      width: 60%; height: 100%;
      background: radial-gradient(ellipse at top right, rgba(204, 30, 37, 0.08), transparent 60%);
      pointer-events: none;
    }
    .hero__grid {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
      position: relative;
    }
    .hero__eyebrow {
      display: flex; align-items: center; gap: 12px;
      margin-bottom: 28px;
    }
    .hero__eyebrow::after {
      content: '';
      flex: 1; max-width: 60px;
      height: 1px; background: var(--line-dark);
    }
    .hero h1 {
      font-family: var(--font-display);
      font-size: clamp(48px, 8vw, 104px);
      line-height: 0.95;
      letter-spacing: -0.01em;
      text-transform: uppercase;
      margin-bottom: 28px;
    }
    .hero h1 span { display: block; }
    .hero__accent {
      color: var(--red);
      position: relative;
      width: max-content;
    }
    .hero__accent::after {
      content: '';
      position: absolute;
      left: 0; right: 0; bottom: -6px;
      height: 4px;
      background: var(--red);
    }
    .hero__sub {
      max-width: 52ch;
      font-size: clamp(15px, 1.4vw, 17px);
      color: #c8c4ba;
      line-height: 1.6;
      margin: 0 0 36px;
    }
    .hero__cta {
      display: flex; flex-wrap: wrap; gap: 12px;
      margin-bottom: 36px;
    }
    .btn {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 15px 24px;
      font-weight: 600; font-size: 15px;
      letter-spacing: 0.01em;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all 0.15s;
    }
    .btn--red { background: var(--red); color: white; border-color: var(--red); }
    .btn--red:hover { background: var(--red-deep); border-color: var(--red-deep); }
    .btn--ghost { background: transparent; color: var(--paper); border-color: var(--line-dark); }
    .btn--ghost:hover { border-color: var(--paper); }
    .btn--dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
    .btn--dark:hover { background: var(--ink-2); }

    .hero__stat {
      display: flex; gap: 24px;
      padding-top: 24px;
      border-top: 1px solid var(--line-dark);
      font-family: var(--font-mono);
      font-size: 13px;
      color: var(--mute-dark);
      letter-spacing: 0.04em;
    }
    .hero__stat strong { color: var(--paper); font-weight: 500; }

    .hero__image {
      position: relative;
      aspect-ratio: 4 / 5;
    }
    .hero__image::before {
      content: '';
      position: absolute;
      inset: 16px -16px -16px 16px;
      border: 1px solid var(--line-dark);
      z-index: 0;
    }
    .hero__image img {
      position: relative; z-index: 1;
      width: 100%; height: 100%;
      object-fit: cover;
      /* Real shop exterior: center horizontally keeps both lift bays + flag
         visible; 55% vertical favors the vehicles + open bays over sky. */
      object-position: 50% 55%;
      filter: contrast(1.05) saturate(0.95);
    }
    .hero__image::after {
      content: "BIG ROB'S AUTOMOTIVE · HESPERIA, CA";
      position: absolute;
      bottom: -16px; left: 16px;
      z-index: 2;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.15em;
      color: var(--mute-dark);
      background: var(--ink);
      padding: 4px 10px;
    }

    @media (max-width: 880px) {
      .hero__grid { grid-template-columns: 1fr; }
      .hero__image { max-width: 480px; aspect-ratio: 4 / 3; }
    }

    /* =========================================================
       VALUES BAR
       ========================================================= */
    .values {
      background: var(--paper);
      color: var(--ink);
      border-top: 1px solid var(--line-dark);
      border-bottom: 1px solid var(--line-dark);
    }
    .values__row {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
    .value {
      padding: 36px 24px;
      border-right: 1px solid var(--line-light);
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .value:last-child { border-right: none; }
    .value__num {
      font-family: var(--font-display);
      font-size: clamp(40px, 5vw, 64px);
      line-height: 1;
      color: var(--red);
      letter-spacing: -0.01em;
    }
    .value__label {
      font-size: 14px;
      font-weight: 500;
      color: var(--mute-light);
      letter-spacing: 0.01em;
    }
    
    .foot__col a[href^="tel:"] {
      font-family: var(--font-display);
      font-size: 22px;
      letter-spacing: 0.01em;
      color: var(--paper);
      margin-bottom: 4px;
      transition: color 0.15s;
    }
    .foot__col a[href^="tel:"]:hover { color: var(--red); }
    @media (max-width: 760px) {
      .values__row { grid-template-columns: repeat(2, 1fr); }
      .value:nth-child(2) { border-right: none; }
      .value:nth-child(1), .value:nth-child(2) { border-bottom: 1px solid var(--line-light); }
    }

    /* =========================================================
       SECTION SHARED
       ========================================================= */
    .section {
      padding: clamp(64px, 9vw, 120px) 0;
    }
    .section--dark { background: var(--ink); color: var(--paper); }
    .section--light { background: var(--paper); color: var(--ink); }
    .section__head {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      margin-bottom: clamp(40px, 6vw, 64px);
    }
    .section__head h2 {
      font-family: var(--font-display);
      font-size: clamp(36px, 5.5vw, 64px);
      line-height: 1;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      margin-top: 16px;
      max-width: 18ch;
    }

    /* =========================================================
       SPECIALTIES
       ========================================================= */
    .specialties__grid {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .spec {
      background: var(--ink-2);
      border: 1px solid var(--line-dark);
      display: flex; flex-direction: column;
    }
    .spec__img {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      border-bottom: 1px solid var(--line-dark);
    }
    .spec__img img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .spec:hover .spec__img img { transform: scale(1.04); }
    /* Brakes card: gentle zoom in to emphasize the brake/suspension work.
       Origin shifted slightly left to keep the wheel hub in frame. */
    .spec--zoom .spec__img img {
      transform: scale(1.45);
      transform-origin: 38% 47%;
    }
    .spec--zoom:hover .spec__img img {
      transform: scale(1.5);
      transform-origin: 38% 47%;
    }
    .spec__body { padding: 24px 24px 28px; flex: 1; }
    .spec__num {
      font-family: var(--font-mono);
      font-size: 12px;
      letter-spacing: 0.15em;
      color: var(--amber);
      margin-bottom: 10px;
    }
    .spec h3 {
      font-family: var(--font-display);
      font-size: 26px;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .spec p {
      margin: 0;
      font-size: 15px;
      color: #b8b4aa;
      line-height: 1.6;
    }
    @media (max-width: 880px) {
      .specialties__grid { grid-template-columns: 1fr; }
    }

    /* =========================================================
       SERVICES — WORK ORDER (SIGNATURE)
       ========================================================= */
    .services { background: var(--paper); color: var(--ink); }
    .ticket {
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 var(--pad);
    }
    .ticket__doc {
      background: white;
      border: 1px solid var(--line-light);
      box-shadow: 0 1px 0 var(--line-light), 0 30px 60px -30px rgba(0,0,0,0.2);
    }
    .ticket__head {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: flex-end;
      gap: 24px;
      padding: 28px 32px 24px;
      border-bottom: 2px solid var(--ink);
    }
    .ticket__title {
      font-family: var(--font-display);
      font-size: clamp(40px, 5.5vw, 64px);
      line-height: 1;
      letter-spacing: -0.005em;
      text-transform: uppercase;
    }
    .ticket__title span { color: var(--red); }
    .ticket__sub {
      font-family: var(--font-mono);
      font-size: 12px;
      letter-spacing: 0.12em;
      color: var(--mute-light);
      text-transform: uppercase;
      margin-top: 10px;
    }
    .ticket__meta {
      display: flex; gap: 28px;
      font-family: var(--font-mono);
      font-size: 12px;
      text-align: right;
    }
    .ticket__meta > div { display: flex; flex-direction: column; gap: 4px; }
    .ticket__meta span {
      font-size: 10px;
      letter-spacing: 0.18em;
      color: var(--mute-light);
      text-transform: uppercase;
    }
    .ticket__meta strong { font-weight: 500; }

    .ticket__list {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .line {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 0 20px;
      padding: 22px 32px 22px 0;
      border-bottom: 1px solid var(--line-light);
      align-items: baseline;
    }
    .line:nth-child(odd) { padding-left: 32px; border-right: 1px solid var(--line-light); }
    .line:nth-child(even) { padding-left: 24px; }
    /* clean up last row borders */
    .line:nth-last-child(-n+2) { border-bottom: none; }

    .line__num {
      font-family: var(--font-mono);
      font-size: 13px;
      font-weight: 700;
      color: var(--red);
      grid-row: 1 / span 2;
      padding-top: 4px;
    }
    .line__name {
      font-family: var(--font-display);
      font-size: 22px;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      line-height: 1;
    }
    .line__desc {
      font-size: 14px;
      color: var(--mute-light);
      line-height: 1.55;
      margin-top: 8px;
    }
    .ticket__foot {
      padding: 24px 32px;
      border-top: 2px solid var(--ink);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .ticket__foot p {
      margin: 0;
      font-size: 14px;
      max-width: 50ch;
    }
    .ticket__foot strong { font-weight: 600; }

    @media (max-width: 760px) {
      .ticket__head { grid-template-columns: 1fr; align-items: flex-start; }
      .ticket__meta { text-align: left; flex-wrap: wrap; gap: 20px; }
      .ticket__list { grid-template-columns: 1fr; }
      .line { padding-left: 24px !important; padding-right: 24px !important; border-right: none !important; }
      .line:not(:last-child) { border-bottom: 1px solid var(--line-light); }
    }

    /* =========================================================
       ABOUT / THE BIG ROB'S STANDARD
       ========================================================= */
    .about__grid {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: clamp(40px, 6vw, 80px);
      align-items: center;
    }
    .about__image {
      position: relative;
      /* Near-square on desktop so the sign and the truck both fit comfortably
         in frame (the source photo is 4:3 landscape with the sign on the
         left and the truck on the right). Mobile overrides to 4:3 below. */
      aspect-ratio: 1 / 1;
    }
    .about__image img {
      width: 100%; height: 100%; object-fit: cover;
      object-position: 50% center;
      filter: contrast(1.05);
    }
    .about__image::before {
      content: '';
      position: absolute;
      inset: -16px 16px 16px -16px;
      border: 1px solid var(--red);
      z-index: 0;
    }
    .about h2 {
      font-family: var(--font-display);
      font-size: clamp(36px, 5vw, 60px);
      line-height: 1;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      margin: 18px 0 24px;
    }
    .about h2 em { font-style: normal; color: var(--red); }
    .about p {
      font-size: 17px;
      color: #c8c4ba;
      line-height: 1.65;
      margin: 0 0 32px;
      max-width: 52ch;
    }
    .principles {
      list-style: none;
      padding: 0; margin: 0;
      display: grid;
      gap: 0;
      counter-reset: principle;
    }
    .principles li {
      padding: 18px 0;
      border-bottom: 1px solid var(--line-dark);
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 16px;
      align-items: baseline;
      counter-increment: principle;
    }
    .principles li:first-child { border-top: 1px solid var(--line-dark); }
    .principles li::before {
      content: counter(principle, decimal-leading-zero);
      font-family: var(--font-mono);
      font-size: 12px;
      color: var(--amber);
      letter-spacing: 0.1em;
    }
    .principles strong {
      font-family: var(--font-display);
      font-size: 19px;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      font-weight: 400;
      display: block;
      margin-bottom: 4px;
    }
    .principles span {
      font-size: 14px;
      color: var(--mute-dark);
    }
    @media (max-width: 880px) {
      .about__grid { grid-template-columns: 1fr; }
      .about__image { max-width: 460px; aspect-ratio: 4 / 3; order: -1; }
    }

    /* =========================================================
       VISIT
       ========================================================= */
    .visit { background: var(--paper-2); color: var(--ink); }
    .visit__grid {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: stretch;
    }
    .visit h2 {
      font-family: var(--font-display);
      font-size: clamp(36px, 5vw, 60px);
      line-height: 1;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      margin: 16px 0 36px;
    }
    .visit__row {
      display: grid;
      grid-template-columns: 88px 1fr;
      gap: 20px;
      padding: 20px 0;
      border-top: 1px solid var(--line-light);
      align-items: baseline;
    }
    .visit__row:last-of-type { border-bottom: 1px solid var(--line-light); }
    .visit__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.18em;
      color: var(--mute-light);
      text-transform: uppercase;
    }
    .visit__big {
      font-family: var(--font-display);
      font-size: clamp(28px, 3.5vw, 40px);
      letter-spacing: 0.01em;
      color: var(--ink);
      line-height: 1;
      display: inline-block;
      transition: color 0.15s;
    }
    .visit__big:hover { color: var(--red); }
    .visit__addr {
      font-size: 17px;
      font-weight: 500;
      color: var(--ink);
      line-height: 1.45;
      transition: color 0.15s;
    }
    .visit__addr:hover { color: var(--red); }
    .visit__hours {
      font-size: 15px;
      color: var(--mute-light);
      line-height: 1.7;
    }
    .visit__hours strong { color: var(--ink); font-weight: 500; }
    .visit__cta {
      margin-top: 32px;
      display: flex; gap: 12px; flex-wrap: wrap;
    }
    .visit__map {
      background: var(--ink);
      min-height: 480px;
      overflow: hidden;
      border: 1px solid var(--line-light);
    }
    .visit__map iframe {
      width: 100%; height: 100%;
      border: 0;
      filter: grayscale(0.3) contrast(1.02);
    }
    @media (max-width: 880px) {
      .visit__grid { grid-template-columns: 1fr; }
      .visit__map { min-height: 320px; }
    }

    /* =========================================================
       FOOTER
       ========================================================= */
    footer {
      background: var(--ink);
      color: var(--paper);
      padding: 64px 0 32px;
      border-top: 1px solid var(--line-dark);
    }
    .foot {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: 1.4fr repeat(3, 1fr);
      gap: 40px;
      margin-bottom: 48px;
      align-items: start;
    }
    .foot__logo img {
      height: 168px; width: auto; margin-bottom: 16px;
      filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45));
    }
    .foot__logo p {
      font-size: 13px;
      color: var(--mute-dark);
      max-width: 30ch;
      line-height: 1.55;
    }
    .foot__col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
    .foot__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.18em;
      color: var(--amber);
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .foot__col a, .foot__col span { color: #c8c4ba; line-height: 1.6; }
    .foot__col a:hover { color: var(--paper); }
    .foot__bottom {
      max-width: var(--max);
      margin: 0 auto;
      padding: 24px var(--pad) 0;
      border-top: 1px solid var(--line-dark);
      display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.08em;
      color: var(--mute-dark);
      text-transform: uppercase;
    }
    @media (max-width: 760px) {
      .foot { grid-template-columns: 1fr; gap: 32px; text-align: center; }
      .foot__logo { grid-column: 1 / -1; }
      .foot__logo img { height: 140px; display: block; margin-left: auto; margin-right: auto; }
      .foot__logo p { max-width: 36ch; margin-left: auto; margin-right: auto; }
      .foot__col { align-items: center; }
      .foot__col:last-child { grid-column: 1 / -1; }
      .foot__bottom { justify-content: center; text-align: center; }

      /* Mobile footer order: The Shop, Hours, Sitemap, then logo/tagline; copyright stays last */
      .foot__col:nth-child(3) { order: 1; } /* The Shop */
      .foot__col:nth-child(4) { order: 2; } /* Hours */
      .foot__col:nth-child(2) { order: 3; } /* Sitemap */
      .foot__logo { order: 4; }
    }

    /* =========================================================
       TESTIMONIALS / REVIEWS
       ========================================================= */
    .testimonials__head {
      max-width: var(--max);
      margin: 0 auto clamp(40px, 6vw, 64px);
      padding: 0 var(--pad);
      text-align: center;
    }
    .testimonials__head h2 {
      font-family: var(--font-display);
      font-size: clamp(36px, 5.5vw, 64px);
      line-height: 1;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      margin-top: 16px;
    }
    .testimonials__accent { color: var(--paper); }
    .reviews__grid {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--pad);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .review {
      background: var(--ink-2);
      border: 1px solid var(--line-dark);
      padding: 36px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .review__stars {
      color: var(--amber);
      font-size: 18px;
      letter-spacing: 5px;
      margin-bottom: 22px;
    }
    .review__quote {
      font-style: italic;
      font-size: 15px;
      line-height: 1.7;
      color: #c8c4ba;
      margin: 0 0 22px;
      flex: 1 0 auto;
    }
    .review__rule {
      width: 36px;
      height: 2px;
      background: var(--red);
      margin: 0 0 22px;
    }
    .review__name {
      font-family: var(--font-display);
      font-size: 18px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--paper);
      margin-bottom: 10px;
    }
    .review__source {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--mute-dark);
    }
    .reviews__score {
      max-width: var(--max);
      margin: clamp(36px, 5vw, 56px) auto 0;
      padding: 0 var(--pad);
      text-align: center;
      font-family: var(--font-mono);
      font-size: 14px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--amber);
    }
    @media (max-width: 880px) {
      .reviews__grid { grid-template-columns: 1fr; }
    }

    /* Tighten the gap where testimonials meets the specialties section
       (both are dark with full section padding, which doubled the gap) */
    .testimonials { padding-bottom: clamp(24px, 3vw, 44px); }
    .testimonials + .section { padding-top: clamp(24px, 3vw, 44px); }
