:root {
  color-scheme: light;
  --bg: #f2f6f3;
  --bg-elevated: #ffffff;
  --surface: #e5ede8;
  --text: #15211b;
  --muted: #5a6b62;
  --accent: #3a9d72;
  --accent-dim: #2d7f5a;
  --border: rgba(21, 33, 27, 0.12);
  --on-accent: #0c120f;
  --radius: 14px;
  --shadow: 0 22px 56px rgba(15, 42, 32, 0.11);
  --body-gradient: radial-gradient(
      ellipse 120% 80% at 50% -20%,
      rgba(58, 157, 114, 0.11),
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 40% at 100% 0%,
      rgba(45, 127, 90, 0.07),
      transparent 50%
    );
  --feature-spotlight-bg: linear-gradient(
    165deg,
    rgba(58, 157, 114, 0.07) 0%,
    transparent 45%,
    rgba(229, 237, 232, 0.95) 100%
  );
  --feature-card-shadow: 0 16px 48px rgba(15, 42, 32, 0.09);
  --cta-hover-bg: rgba(58, 157, 114, 0.1);
  --hero-gold: #b8892a;
  --hero-gold-shadow: 0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 24px rgba(184, 137, 42, 0.2);
  --social-link-shadow: 0 2px 10px rgba(15, 42, 32, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.95);
  --social-link-hover-shadow: 0 4px 18px rgba(15, 42, 32, 0.12),
    0 0 0 1px rgba(58, 157, 114, 0.14);
  --gallery-strip-bg: linear-gradient(
    180deg,
    rgba(229, 237, 232, 0.85) 0%,
    transparent 32%
  );
  --brands-strip-bg: linear-gradient(
    165deg,
    rgba(58, 157, 114, 0.05) 0%,
    transparent 42%,
    rgba(229, 237, 232, 0.7) 100%
  );
  --brands-tile-shadow: 0 2px 12px rgba(15, 42, 32, 0.08);
  --brands-tile-hover-shadow: 0 4px 20px rgba(15, 42, 32, 0.11);
  --logo-wrap-border: rgba(21, 33, 27, 0.12);
  --gallery-thumb-hover-shadow: 0 12px 40px rgba(15, 42, 32, 0.14);
  --lightbox-backdrop: rgba(12, 22, 18, 0.55);
  --font-sans: "Source Sans 3", system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0f1412;
  --bg-elevated: #161d1a;
  --surface: #1c2621;
  --text: #e8eee9;
  --muted: #9caea3;
  --accent: #6bc49a;
  --accent-dim: #4a9a74;
  --border: rgba(232, 238, 233, 0.12);
  --on-accent: #0f1412;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --body-gradient: radial-gradient(
      ellipse 120% 80% at 50% -20%,
      rgba(107, 196, 154, 0.14),
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 40% at 100% 0%,
      rgba(74, 154, 116, 0.08),
      transparent 50%
    );
  --feature-spotlight-bg: linear-gradient(
    165deg,
    rgba(107, 196, 154, 0.07) 0%,
    transparent 45%,
    rgba(22, 29, 26, 0.6) 100%
  );
  --feature-card-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  --cta-hover-bg: rgba(107, 196, 154, 0.12);
  --hero-gold: #e8c86a;
  --hero-gold-shadow: 0 0 28px rgba(232, 200, 106, 0.22);
  --social-link-shadow: 0 2px 10px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.04);
  --social-link-hover-shadow: 0 4px 18px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(107, 196, 154, 0.12);
  --gallery-strip-bg: linear-gradient(
    180deg,
    rgba(28, 38, 33, 0.28) 0%,
    transparent 32%
  );
  --brands-strip-bg: linear-gradient(
    165deg,
    rgba(107, 196, 154, 0.07) 0%,
    transparent 42%,
    rgba(22, 29, 26, 0.35) 100%
  );
  --brands-tile-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  --brands-tile-hover-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
  --logo-wrap-border: rgba(15, 20, 18, 0.14);
  --gallery-thumb-hover-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  --lightbox-backdrop: rgba(5, 8, 7, 0.82);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  background-image: var(--body-gradient);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 600;
  border-radius: 6px;
  z-index: 100;
}

.skip-link:focus {
  left: 0.75rem;
  outline: 2px solid var(--text);
  outline-offset: 2px;
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Gallery strip (~35% wider than 600px default wrap for larger thumbnails) */
.wrap--gallery {
  width: min(810px, calc(100% - 2.5rem));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}

.header-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: flex-end;
}

/* Mobile: balanced top row (centered name + toggle right), nav full width below */
@media (max-width: 720px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0.65rem 0.5rem;
    padding-block: 0.85rem;
  }

  .header-tools {
    display: contents;
  }

  .logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    white-space: nowrap;
    font-size: 1.08rem;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    gap: 0.35rem 0.75rem;
  }

  .theme-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-elevated) 90%, transparent);
  color: var(--muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.theme-toggle:hover {
  color: var(--accent);
  border-color: var(--accent-dim);
  background: color-mix(in srgb, var(--surface) 70%, var(--bg-elevated));
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.theme-toggle__icon {
  display: block;
}

/* Light (default): moon = “switch to dark”; dark: sun = “switch to light” */
.theme-toggle__icon--sun {
  display: none;
}

.theme-toggle__icon--moon {
  display: block;
}

html[data-theme="dark"] .theme-toggle__icon--sun {
  display: block;
}

html[data-theme="dark"] .theme-toggle__icon--moon {
  display: none;
}

.logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.logo:hover {
  color: var(--accent);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--accent);
}

.hero {
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.hero-grid {
  display: grid;
  gap: 2rem 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem 3.5rem;
  }
}

.hero-visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 2;
  background: var(--bg);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  max-width: 36rem;
}

.hero-hint {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
  margin: 1.1rem 0 1.2rem;
  align-items: center;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s,
    transform 0.2s;
}

.hero-cta--primary {
  background: var(--accent);
  color: var(--on-accent);
  border: 1px solid transparent;
}

.hero-cta--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.hero-cta--secondary {
  border: 1px solid var(--border);
  color: var(--text);
  background: color-mix(in srgb, var(--bg-elevated) 90%, transparent);
}

.hero-cta--secondary:hover {
  border-color: var(--accent-dim);
  color: var(--accent);
}

.hero-cta:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-cta--primary:hover {
    transform: none;
  }
}

.feature-spotlight {
  padding-block: clamp(2.25rem, 5vw, 3.25rem);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--feature-spotlight-bg);
}

.feature-spotlight__grid {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 800px) {
  .feature-spotlight__grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }
}

.feature-spotlight__quote {
  margin: 0;
  padding: 0 0 0 1.15rem;
  border-left: 3px solid var(--accent-dim);
}

.feature-spotlight__quote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text);
}

.feature-spotlight__card {
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg-elevated) 92%, transparent);
  box-shadow: var(--feature-card-shadow);
}

.feature-spotlight__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.feature-spotlight__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.feature-spotlight__card--press-secondary {
  margin-top: 2rem;
}

.feature-spotlight__card--press-secondary + .feature-spotlight__card--press-secondary {
  margin-top: 1.75rem;
}

.feature-spotlight__cite {
  font-style: normal;
  font-weight: 600;
  color: var(--text);
}

.feature-spotlight__deck {
  margin: 0 0 1.15rem;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.55;
}

.feature-spotlight__deck em {
  font-style: italic;
  color: color-mix(in srgb, var(--muted) 85%, var(--accent));
}

.feature-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--accent-dim);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.feature-spotlight__cta:hover {
  background: var(--cta-hover-bg);
  border-color: var(--accent);
  color: color-mix(in srgb, var(--accent) 90%, white);
}

.feature-spotlight__cta-arrow {
  font-size: 1em;
  opacity: 0.85;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dim);
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hero-heading {
  line-height: 1.12;
}

.hero-heading__line {
  display: block;
  margin-bottom: clamp(0.2rem, 1vw, 0.4rem);
}

.hero-heading__line:last-child {
  margin-bottom: 0;
}

/* Warm highlight—distinct from mint accent links/UI */
.hero-heading__real {
  color: var(--hero-gold);
  font-weight: 600;
  text-shadow: var(--hero-gold-shadow);
}

.lede {
  margin: 0 0 1.75rem;
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 36rem;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--bg-elevated) 100%, transparent) 0%,
    color-mix(in srgb, var(--surface) 55%, var(--bg-elevated)) 100%
  );
  box-shadow: var(--social-link-shadow);
  transition: border-color 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s,
    transform 0.2s;
}

.social__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  opacity: 0.92;
  transition: opacity 0.2s, transform 0.2s;
}

.social__link:hover {
  border-color: var(--accent-dim);
  color: var(--accent);
  background: color-mix(in srgb, var(--surface) 88%, var(--bg-elevated));
  box-shadow: var(--social-link-hover-shadow);
  transform: translateY(-1px);
}

.social__link:hover .social__icon {
  opacity: 1;
  transform: scale(1.06);
}

.social__link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.social--icons .social__link--facebook:hover {
  border-color: color-mix(in srgb, #1877f2 55%, var(--border));
  color: color-mix(in srgb, #8ab4ff 75%, var(--text));
}

.social--icons .social__link--instagram:hover {
  border-color: color-mix(in srgb, #e4405f 45%, var(--accent-dim));
  color: color-mix(in srgb, var(--accent) 80%, #f58529);
}

.social--icons .social__link--youtube:hover {
  border-color: color-mix(in srgb, #ff0000 40%, var(--border));
  color: color-mix(in srgb, #ff6b6b 65%, var(--text));
}

.social--icons .social__link--tiktok:hover {
  border-color: color-mix(in srgb, #25f4ee 35%, var(--border));
  color: color-mix(in srgb, #69ece7 55%, var(--text));
}

@media (prefers-reduced-motion: reduce) {
  .social__link,
  .social__icon {
    transition: border-color 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s,
      opacity 0.2s;
  }

  .social__link:hover,
  .social__link:hover .social__icon {
    transform: none;
  }
}

.section {
  padding-block: clamp(3rem, 8vw, 5rem);
}

.section h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about {
  border-top: 1px solid var(--border);
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 860px) {
  .split {
    grid-template-columns: 1fr minmax(280px, 360px);
    gap: 3.5rem;
  }
}

.split-text p {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 38rem;
}

.split-text p:last-child {
  margin-bottom: 0;
}

.split-text .about-endmark {
  margin-top: 1.35rem;
  margin-bottom: 0;
  color: var(--muted);
  opacity: 0.55;
  letter-spacing: 0.12em;
}

.highlight-card {
  padding: 1.5rem 1.5rem 1.65rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.highlight-card h3 {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list li {
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.98rem;
}

.link-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.link-list a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.link-list a:hover {
  color: var(--accent);
}

.muted {
  color: var(--muted);
  font-weight: 400;
}

.strong {
  font-weight: 600;
  color: var(--text);
}

.what-i-bring {
  padding-block: clamp(2.5rem, 5vw, 3.75rem);
  border-top: 1px solid var(--border);
}

.what-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 780px) {
  .what-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.what-card {
  margin: 0;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg-elevated) 92%, transparent);
  box-shadow: var(--feature-card-shadow);
}

.what-card__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
}

.what-card__text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--muted);
}

.gallery-section {
  padding-block: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 1px solid var(--border);
  background: var(--gallery-strip-bg);
}

.gallery-section .section-head {
  margin-bottom: 1rem;
}

.brands-section {
  border-top: 1px solid var(--border);
  background: var(--brands-strip-bg);
}

.section-head--brands {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 1.75rem;
  max-width: 32rem;
}

.brands-section .section-sub {
  margin-inline: auto;
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  max-width: 52rem;
  margin-inline: auto;
}

.brands-grid__item {
  margin: 0;
  padding: 0;
}

.brands-grid__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 6.5rem;
  min-width: 9rem;
  padding: 0.65rem 1rem 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg-elevated) 94%, var(--accent) 6%);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow: var(--brands-tile-shadow);
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.brands-grid__link:hover {
  border-color: var(--accent-dim);
  color: var(--accent);
  box-shadow: var(--brands-tile-hover-shadow);
  transform: translateY(-1px);
}

.brands-grid__link:hover .brands-grid__name {
  color: color-mix(in srgb, var(--accent) 72%, var(--muted));
}

.brands-grid__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  width: 100%;
  max-width: 11.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--logo-wrap-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 1px 4px rgba(0, 0, 0, 0.1);
}

.brands-grid__logo {
  display: block;
  max-height: 2.75rem;
  max-width: min(100%, 10rem);
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Vexilar: official white wordmark — dark plate only; sizing matches other tiles */
.brands-grid__item--vexilar .brands-grid__logo-wrap {
  background: linear-gradient(165deg, #1e2a24 0%, #0f1613 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.35);
}

.brands-grid__name {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.25;
  color: var(--muted);
  text-align: center;
  max-width: 11.5rem;
}

.brands-grid__item--text-only .brands-grid__logo-wrap {
  display: none;
}

.brands-grid__item--text-only .brands-grid__link {
  min-height: auto;
}

.brands-grid__item--text-only .brands-grid__name {
  margin-top: 0;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  color: var(--text);
  max-width: none;
}

.brands-footnote {
  margin: 1.75rem 0 0;
  text-align: center;
  font-size: 0.95rem;
}

.brands-footnote a {
  color: var(--muted);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--muted) 45%, transparent);
  transition: color 0.2s, border-color 0.2s;
}

.brands-footnote a:hover {
  color: var(--accent);
  border-color: var(--accent-dim);
}

@media (prefers-reduced-motion: reduce) {
  .brands-grid__link {
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .brands-grid__link:hover {
    transform: none;
  }
}

.section-head {
  margin-bottom: 2rem;
  max-width: 36rem;
}

.section-head.section-head--press {
  margin-bottom: 1.75rem;
}

.section-sub {
  margin: 0;
  color: var(--muted);
}

/* 6-column track: span 2 = 3 thumbs/row; span 3 = 2 wide/row (see .gallery__item--landscape) */
.gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0.45rem;
  align-items: start;
}

.gallery__item {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  cursor: zoom-in;
  width: 100%;
  height: auto;
  align-self: start;
  grid-column: span 2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery__item:focus {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.gallery__item:focus:not(:focus-visible) {
  outline: none;
}

.gallery__item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.gallery__item:hover {
  transform: scale(1.02);
  box-shadow: var(--gallery-thumb-hover-shadow);
  z-index: 1;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Landscape = large rectangle: half row (2 per row). Portrait/square = span 2 (3 per row). */
.gallery__item--landscape {
  grid-column: span 3;
}

.lightbox {
  position: relative;
  margin: auto;
  max-width: min(96vw, 1200px);
  width: 100%;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  color: var(--text);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: var(--lightbox-backdrop);
  backdrop-filter: blur(6px);
}

.lightbox__figure {
  margin: 0;
  padding: 0.5rem;
}

.lightbox__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(85vh, 900px);
  object-fit: contain;
  margin-inline: auto;
  border-radius: 8px;
}

.lightbox__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.lightbox__close:hover {
  border-color: var(--accent-dim);
  color: var(--accent);
}

.contact {
  border-top: 1px solid var(--border);
}

.contact-inner {
  max-width: 38rem;
}

.contact-inner p {
  margin: 0;
  color: var(--muted);
}

.contact-inner a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.contact-inner a:hover {
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding-block: 1.75rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.footer-inner p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}
