/* =============================================================
   RD TRAVELS — DESIGN SYSTEM (CANONICAL CSS)
   Aesthetic: modern Indian travels operator
   Ratio:     White (70%) + Saffron (30%)
   Type:      Switzer (single family, weights 200–800; via Fontshare CDN)
   Use:       Upload to Claude Design as the design system reference.
   ============================================================= */

@import url('https://api.fontshare.com/v2/css?f[]=switzer@200,300,400,500,600,700,800,401,601&display=swap');

:root {
  /* ---------- COLOR ---------- */
  /* White + surfaces (the dominant 70%) */
  --color-white:        #ffffff;
  --color-white-warm:   #fbfaf7;       /* alternate band background */
  --color-surface-soft: #f5f2ec;       /* footer band, table stripe, deep content */
  --color-border:       rgba(26, 24, 21, 0.08);
  --color-border-strong:rgba(26, 24, 21, 0.18);

  /* Saffron (the accent 30%) */
  --color-saffron-50:   #fef6e8;       /* very subtle hover/selected tint */
  --color-saffron-soft: #ffe9d5;       /* badge fills, soft icon backgrounds */
  --color-saffron-100:  #fbe5c2;
  --color-saffron-200:  #f4c977;
  --color-saffron:      #e87722;       /* PRIMARY brand saffron — CTAs, accents */
  --color-saffron-deep: #c45f1a;       /* saffron text on white (passes WCAG AA) */
  --color-saffron-dark: #8c3f11;       /* saffron text on light saffron fills */

  /* Ink (warm near-black, NEVER pure black) */
  --color-ink:          #1a1815;       /* primary text, headlines */
  --color-ink-soft:     #4a4640;       /* body paragraphs, lead */
  --color-ink-mute:     #7a746a;       /* captions, meta */
  --color-ink-deep:     #0f0e0c;       /* footer background, deep CTA bands */

  /* Semantic */
  --color-whatsapp:      #1f6f3f;      /* WhatsApp CTAs ONLY */
  --color-whatsapp-deep: #155a30;
  --color-success:       #1f6f3f;
  --color-success-bg:    #e1f0e5;
  --color-error:         #a3322a;

  /* ---------- TYPOGRAPHY ---------- */
  --font-sans: 'Switzer', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---------- SPACING (8pt scale) ---------- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* ---------- LAYOUT ---------- */
  --max-width:        1200px;
  --max-width-prose:  720px;
  --container-pad:    clamp(20px, 4vw, 32px);

  /* ---------- RADIUS ---------- */
  --radius-sm:   4px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-pill: 999px;

  /* ---------- SHADOWS (warm-tinted, never black-based) ---------- */
  --shadow-sm:      0 1px 2px rgba(26, 24, 21, 0.04);
  --shadow-md:      0 4px 14px rgba(26, 24, 21, 0.08);
  --shadow-lg:      0 12px 36px rgba(26, 24, 21, 0.10);
  --shadow-saffron: 0 4px 14px rgba(232, 119, 34, 0.18);
  --shadow-focus:   0 0 0 4px rgba(232, 119, 34, 0.20);

  /* ---------- MOTION ---------- */
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* =============================================================
   BASE
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-ink);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "tnum"; /* tabular numerals on by default */
}

img, svg { display: block; max-width: 100%; }

/* =============================================================
   TYPOGRAPHY
   ============================================================= */
h1, h2, h3, h4 {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-sans);
}

.h1, h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.h2, h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.h3, h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.h4, h4 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.lead {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-ink-soft);
}

p { margin: 0 0 1em; color: var(--color-ink-soft); }

.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-saffron-deep);
  line-height: 1;
  display: inline-block;
}

.caption {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-ink-mute);
  line-height: 1.4;
}

/* THE SIGNATURE: saffron accent phrase in headlines */
.accent {
  color: var(--color-saffron-deep);
  font-weight: inherit;
  font-style: normal;
}

/* Decorative numerals — light weight saffron */
.numeral {
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--color-saffron);
  font-feature-settings: "lnum";
}
.numeral--lg { font-size: 3.5rem; }

/* Tabular numerals helper */
.tnum { font-feature-settings: "tnum"; }

/* =============================================================
   LAYOUT HELPERS
   ============================================================= */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}
.prose { max-width: var(--max-width-prose); }

.section {
  padding-block: clamp(var(--space-8), 7vw, var(--space-10));
}
.section--alt { background: var(--color-white-warm); }
.section--soft { background: var(--color-surface-soft); }
.section--ink { background: var(--color-ink-deep); color: var(--color-white-warm); }
.section--saffron { background: var(--color-saffron); color: var(--color-white); }

.section--ink h1, .section--ink h2, .section--ink h3,
.section--saffron h1, .section--saffron h2, .section--saffron h3 { color: inherit; }

.divider {
  height: 1px;
  background: var(--color-border);
  border: 0;
  margin: 0;
}

/* =============================================================
   BUTTONS
   ============================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease-out),
              background 0.25s var(--ease-out),
              box-shadow 0.25s var(--ease-out),
              color 0.25s var(--ease-out);
  white-space: nowrap;
}
.btn:focus-visible { outline: none; box-shadow: var(--shadow-focus); }

.btn-primary {
  background: var(--color-saffron);
  color: var(--color-white);
  border-color: var(--color-saffron);
}
.btn-primary:hover {
  background: var(--color-saffron-deep);
  border-color: var(--color-saffron-deep);
  transform: translateY(-2px);
  box-shadow: var(--shadow-saffron);
}

.btn-whatsapp {
  background: var(--color-whatsapp);
  color: var(--color-white);
  border-color: var(--color-whatsapp);
}
.btn-whatsapp:hover {
  background: var(--color-whatsapp-deep);
  border-color: var(--color-whatsapp-deep);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(31, 111, 63, 0.25);
}

.btn-outline {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-ink);
}
.btn-outline:hover {
  background: var(--color-ink);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--color-ink);
  border: 0;
  padding: 8px 0;
  border-radius: 0;
}
.btn-ghost:hover { color: var(--color-saffron-deep); }
.btn-ghost .arrow { transition: transform 0.25s var(--ease-out); display: inline-block; }
.btn-ghost:hover .arrow { transform: translateX(4px); }

/* =============================================================
   COMPONENT — TRUST CHIP
   ============================================================= */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--color-white-warm);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-ink-soft);
}
.chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-saffron);
}

/* =============================================================
   COMPONENT — VEHICLE CARD (the most important new component)
   ============================================================= */
.vehicle-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: transform 0.3s var(--ease-out),
              box-shadow 0.3s var(--ease-out),
              border-color 0.3s var(--ease-out);
}
.vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-saffron);
}
.vehicle-card__icon {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-md);
  background: var(--color-saffron-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-saffron-deep);
  flex-shrink: 0;
}
.vehicle-card__icon svg { width: 36px; height: 36px; stroke: currentColor; stroke-width: 1.5; fill: none; }

/* Photo state — real vehicle images replacing the SVG icon tile */
.vehicle-card__photo {
  margin: calc(-1 * var(--space-6)) calc(-1 * var(--space-6)) var(--space-4);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  background: var(--color-white-warm);
  height: 168px;
}
.vehicle-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  filter: sepia(8%) brightness(1.02);
  display: block;
}
.vehicle-card__category {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-saffron-deep);
}
.vehicle-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-ink);
}
.vehicle-card__capacity {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-ink-mute);
  margin-top: -8px;
}
.vehicle-card__desc {
  font-size: 0.95rem;
  color: var(--color-ink-soft);
  line-height: 1.55;
  margin: 0;
}
.vehicle-card__price {
  padding-block: var(--space-4);
  border-top: 1px dashed var(--color-border-strong);
  border-bottom: 1px dashed var(--color-border-strong);
  font-size: 0.95rem;
  color: var(--color-ink-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.vehicle-card__price strong {
  color: var(--color-ink);
  font-weight: 700;
  font-feature-settings: "tnum";
}
.vehicle-card__includes {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--color-ink-mute);
}
.vehicle-card__includes::before {
  content: "✓";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-success-bg);
  color: var(--color-success);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}

/* =============================================================
   COMPONENT — ROUTE CARD
   ============================================================= */
.route-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: transform 0.3s var(--ease-out),
              box-shadow 0.3s var(--ease-out),
              border-color 0.3s var(--ease-out);
}
.route-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-saffron);
}
.route-card__numeral {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--color-saffron);
  font-feature-settings: "lnum";
}
.route-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  padding-right: 60px;
  color: var(--color-ink);
}
.route-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 12px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--color-border-strong);
  font-size: 0.85rem;
  color: var(--color-ink-mute);
  font-weight: 500;
}
.route-card__price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-saffron-deep);
  font-feature-settings: "tnum";
  margin-bottom: 12px;
}
.route-card__desc {
  font-size: 0.95rem;
  color: var(--color-ink-soft);
  line-height: 1.55;
  margin: 0 0 16px;
}

/* =============================================================
   COMPONENT — PILLAR (numbered value prop)
   ============================================================= */
.pillar {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-5);
  padding-block: var(--space-6);
  border-bottom: 1px solid var(--color-border);
}
.pillar:last-child { border-bottom: 0; }
.pillar__numeral {
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--color-saffron);
  font-feature-settings: "lnum";
}
.pillar__title { margin: 0 0 8px; }
.pillar__body { margin: 0; color: var(--color-ink-soft); font-size: 0.98rem; }

/* =============================================================
   COMPONENT — FAQ ITEM
   ============================================================= */
.faq-item {
  border-bottom: 1px solid var(--color-border);
  padding-block: var(--space-5);
}
.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  cursor: pointer;
}
.faq-item__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-white-warm);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--color-ink-soft);
}
.faq-item__a {
  margin: 12px 0 0;
  font-size: 0.98rem;
  color: var(--color-ink-soft);
  line-height: 1.65;
}

/* =============================================================
   COMPONENT — SCENARIO CARD
   ============================================================= */
.scenario-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: transform 0.25s var(--ease-out),
              border-color 0.25s var(--ease-out),
              background 0.25s var(--ease-out);
  cursor: pointer;
  text-decoration: none;
  color: var(--color-ink);
}
.scenario-card:hover {
  transform: translateY(-2px);
  border-color: var(--color-saffron);
  background: var(--color-saffron-50);
}
.scenario-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-saffron-soft);
  color: var(--color-saffron-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.scenario-card__icon svg { width: 22px; height: 22px; }
.scenario-card__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}
.scenario-card__sub {
  font-size: 0.85rem;
  color: var(--color-ink-mute);
  margin: 2px 0 0;
}
.scenario-card__arrow {
  margin-left: auto;
  color: var(--color-ink-mute);
  font-size: 1.1rem;
}

/* =============================================================
   COMPONENT — CHANNEL CARD (contact page)
   ============================================================= */
.channel-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: transform 0.3s var(--ease-out),
              box-shadow 0.3s var(--ease-out),
              border-color 0.3s var(--ease-out);
}
.channel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-saffron);
}
.channel-card--featured {
  background: var(--color-saffron-50);
  border-color: var(--color-saffron-200);
}
.channel-card__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--color-saffron-soft);
  color: var(--color-saffron-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-2);
}
.channel-card__icon svg { width: 28px; height: 28px; }
.channel-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-saffron-deep);
}
.channel-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0;
}
.channel-card__value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-ink);
  font-feature-settings: "tnum";
}
.channel-card__desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--color-ink-soft);
  margin: 0;
}
.channel-card__cta {
  margin-top: auto;
  font-weight: 600;
  color: var(--color-ink);
  text-decoration: none;
  font-size: 0.95rem;
  padding-top: var(--space-3);
}
.channel-card__cta .arrow { display: inline-block; transition: transform 0.25s var(--ease-out); }
.channel-card__cta:hover { color: var(--color-saffron-deep); }
.channel-card__cta:hover .arrow { transform: translateX(4px); }

/* =============================================================
   COMPONENT — CREDENTIAL CARD (about page)
   ============================================================= */
.credential-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.credential-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-success-bg);
  color: var(--color-success);
  display: flex;
  align-items: center;
  justify-content: center;
}
.credential-card__icon svg { width: 22px; height: 22px; }
.credential-card__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0;
}
.credential-card__body {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-ink-soft);
  margin: 0;
}

/* =============================================================
   COMPONENT — BRAND MARK
   ============================================================= */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  text-decoration: none;
}
.brand__monogram {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-saffron);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

/* =============================================================
   COMPONENT — NAV
   ============================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--color-border);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  padding-block: var(--space-4);
}
.nav__links {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}
.nav__link {
  color: var(--color-ink-soft);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}
.nav__link:hover { color: var(--color-ink); }
.nav__link[aria-current="page"] { color: var(--color-ink); }

/* =============================================================
   COMPONENT — DESIGN SYSTEM SHOWCASE (this page only)
   ============================================================= */
.spec {
  background: var(--color-white-warm);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
}
.spec__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink-mute);
  margin-bottom: var(--space-3);
}

.swatch {
  border-radius: var(--radius-md);
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  border: 1px solid var(--color-border);
}
.swatch__name {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.swatch__hex {
  font-size: 0.78rem;
  font-weight: 500;
  font-family: ui-monospace, 'SF Mono', monospace;
  letter-spacing: 0;
  opacity: 0.85;
}
.swatch__use {
  font-size: 0.78rem;
  font-weight: 500;
  margin-top: var(--space-3);
  opacity: 0.85;
  line-height: 1.4;
}

.type-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: var(--space-5);
  padding-block: var(--space-5);
  border-bottom: 1px solid var(--color-border);
  align-items: baseline;
}
.type-row:last-child { border-bottom: 0; }
.type-row__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink-mute);
}
.type-row__sample { color: var(--color-ink); }

.do-dont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
.do-dont__col {
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}
.do-dont__col--do { background: var(--color-success-bg); border-color: var(--color-success); }
.do-dont__col--dont { background: #fbe9e8; border-color: #d97a72; }
.do-dont__col h4 {
  margin: 0 0 var(--space-3);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.do-dont__col--do h4 { color: var(--color-success); }
.do-dont__col--dont h4 { color: var(--color-error); }
.do-dont__col ul {
  margin: 0;
  padding-left: var(--space-4);
  font-size: 0.92rem;
  color: var(--color-ink-soft);
  line-height: 1.7;
}

/* =============================================================
   GRIDS used on the showcase page
   ============================================================= */
.grid-4 { display: grid; gap: var(--space-4); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { display: grid; gap: var(--space-5); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { display: grid; gap: var(--space-5); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-auto-260 { display: grid; gap: var(--space-5); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-auto-320 { display: grid; gap: var(--space-5); grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

@media (max-width: 880px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .do-dont { grid-template-columns: 1fr; }
}

/* =============================================================
   ABOUT PAGE — FOUNDER HERO
   ============================================================= */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: var(--space-8);
  align-items: start;
}
.about-hero__portrait {
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.about-hero__portrait img {
  width: 100%;
  height: auto;
  display: block;
  filter: sepia(6%) brightness(1.02);
}
@media (max-width: 760px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
  .about-hero__portrait {
    max-width: 260px;
  }
}

/* =============================================================
   FOOTER
   ============================================================= */
.footer {
  background: var(--color-ink-deep);
  color: var(--color-white-warm);
  padding-block: var(--space-9) var(--space-6);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-7);
  margin-bottom: var(--space-7);
}
@media (max-width: 880px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--space-6); }
}
.footer__brand {
  color: var(--color-white);
}
.footer__col-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 var(--space-4);
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.footer__list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
}
.footer__list a:hover { color: var(--color-saffron); }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: var(--space-5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
