/* Black American Network — AU event landing 2026
   Cool stone + forest felt + copper. Urbanist + Source Sans 3. */

:root {
  --ink: #141816;
  --paper: #e9ece8;
  --stone: #f2f4f1;
  --panel: #0f1f19;
  --felt: #16352b;
  --copper: #b87333;
  --sand: #d6c4a8;
  --send: #d3541a;
  --line: rgba(20, 24, 22, 0.18);
  --muted: #5c6660;
  --ivory: #f4f1ea;
  --page-pad: clamp(20px, 5vw, 80px);
  --font-display: "Urbanist", "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --header-h: 84px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--felt);
  color: var(--ivory);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0;
}

p {
  margin: 0 0 1em;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--panel);
  color: var(--ivory);
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

.section {
  padding: clamp(72px, 10vw, 140px) var(--page-pad);
}

.meta-label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), transform 180ms var(--ease);
}

.button:hover {
  background: var(--copper);
  border-color: var(--copper);
  color: #111;
}

.button:active {
  transform: translateY(1px);
}

.send-button {
  background: var(--send);
  border-color: var(--send);
  color: #fff;
}

.send-button:hover {
  background: #b84712;
  border-color: #b84712;
  color: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link svg {
  width: 14px;
  height: 14px;
  transition: transform 180ms var(--ease);
}

.text-link:hover svg {
  transform: translateX(3px);
}

svg.icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  min-height: var(--header-h);
  padding: 0 var(--page-pad);
  color: var(--ivory);
}

.site-header.is-solid {
  position: sticky;
  background: var(--panel);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(160px, 1.1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-tag {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.nav-toggle {
  display: none;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(244, 241, 234, 0.35);
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
}

.site-nav a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.88;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  opacity: 1;
  color: var(--sand);
}

.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 12px;
}

.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-contact .icon {
  width: 14px;
  height: 14px;
  color: var(--copper);
}

/* Home stack order */

.home-main {
  display: flex;
  flex-direction: column;
}

.home-main > * {
  width: 100%;
}

.mobile-scroll-gap {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) 1.1fr;
  min-height: min(100vh, 920px);
  background: var(--panel);
  color: var(--ivory);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 48px) var(--page-pad) 64px;
  z-index: 2;
}

.hero-kicker {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sand);
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(48px, 7vw, 104px);
}

.hero-lead {
  max-width: 42ch;
  margin: 28px 0 36px;
  color: rgba(244, 241, 234, 0.78);
  font-size: clamp(15px, 1.2vw, 18px);
}

.hero-media {
  position: relative;
  min-height: min(100vh, 920px);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 31, 25, 0.55) 0%, transparent 45%);
  pointer-events: none;
}

/* About */

.about {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.2fr;
  gap: clamp(36px, 7vw, 120px);
  background: var(--paper);
}

.about h2 {
  max-width: 12ch;
  font-size: clamp(36px, 5vw, 72px);
}

.about-copy {
  max-width: 62ch;
  padding-top: 8px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
  color: #2a322e;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-mark {
  display: block;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--felt);
}

/* Showcase / themes */

.showcase-bar {
  display: none;
}

.themes {
  background: var(--stone);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(200px, 0.8fr);
  gap: 24px 48px;
  margin-bottom: clamp(40px, 6vw, 88px);
  align-items: end;
}

.section-heading h2 {
  font-size: clamp(36px, 5.4vw, 78px);
  max-width: 16ch;
}

.section-heading p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
}

.theme-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 72px) clamp(20px, 4vw, 56px);
}

.theme-card {
  display: block;
  color: inherit;
}

.theme-card:nth-child(2) {
  margin-top: clamp(40px, 8vw, 120px);
}

.theme-card:nth-child(3) {
  width: min(100%, 78%);
  margin-left: auto;
}

.theme-card .card-media {
  margin-bottom: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--felt);
}

.theme-card:nth-child(even) .card-media {
  aspect-ratio: 5 / 5.4;
}

.theme-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.theme-card:hover img {
  transform: scale(1.04);
}

.theme-card h3 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3.2vw, 48px);
}

.theme-card p {
  margin: 0 0 14px;
  max-width: 36ch;
  font-size: 14px;
  color: var(--muted);
}

/* Games */

.games {
  background: var(--felt);
  color: var(--ivory);
}

.games .section-heading p {
  border-color: rgba(244, 241, 234, 0.28);
  color: rgba(244, 241, 234, 0.62);
}

.game-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(244, 241, 234, 0.22);
}

.game-list a {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(244, 241, 234, 0.22);
  transition: background-color 180ms var(--ease);
}

.game-list a:hover {
  background: rgba(244, 241, 234, 0.05);
}

.game-num {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--sand);
}

.game-list h3 {
  margin: 0 0 6px;
  font-size: clamp(26px, 3vw, 44px);
}

.game-list p {
  margin: 0;
  max-width: 48ch;
  font-size: 13px;
  color: rgba(244, 241, 234, 0.62);
}

/* Work */

.work {
  background: var(--paper);
}

.work-block {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) 1fr;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
}

.work-block:last-child {
  border-bottom: 1px solid var(--line);
}

.work-block h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 44px);
}

.work-photos {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  grid-template-rows: 220px 160px;
  gap: 8px;
}

.work-photos figure {
  margin: 0;
  overflow: hidden;
  background: #ccc;
}

.work-photos figure:first-child {
  grid-row: 1 / 3;
}

.work-photos figure:nth-child(4) {
  grid-column: 2 / 4;
}

.work-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact */

.contact {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
  gap: clamp(32px, 6vw, 100px);
  background: var(--panel);
  color: var(--ivory);
}

.contact h2 {
  font-size: clamp(40px, 5.5vw, 80px);
  max-width: 12ch;
}

.contact-lead {
  margin: 20px 0 28px;
  max-width: 36ch;
  color: rgba(244, 241, 234, 0.7);
  font-size: 15px;
}

.contact-details {
  display: grid;
  gap: 8px;
  font-size: 14px;
}

.contact-details address {
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(244, 241, 234, 0.22);
  font-style: normal;
  color: rgba(244, 241, 234, 0.7);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  grid-column: span 4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form label.span-3 {
  grid-column: span 3;
}

.contact-form label.message {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(244, 241, 234, 0.28);
  background: rgba(244, 241, 234, 0.04);
  color: var(--ivory);
  border-radius: 0;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(244, 241, 234, 0.4);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 1px solid var(--copper);
  border-color: var(--copper);
}

.form-actions {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
  color: rgba(244, 241, 234, 0.55);
}

/* Footer */

.site-footer {
  background: #0b1612;
  color: rgba(244, 241, 234, 0.82);
  padding: 48px var(--page-pad) 36px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(244, 241, 234, 0.16);
}

.footer-legal a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-main {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 28px;
  align-items: start;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--copper);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: flex-end;
}

.footer-nav a {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 32px 0 0;
  font-size: 12px;
  color: rgba(244, 241, 234, 0.45);
}

/* Detail pages */

.detail-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: min(78vh, 760px);
  background: var(--panel);
  color: var(--ivory);
}

.detail-hero-image {
  min-height: 420px;
}

.detail-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--header-h) + 40px) var(--page-pad) 56px;
}

.detail-title h1 {
  margin: 8px 0 18px;
  font-size: clamp(44px, 6vw, 88px);
}

.detail-title p {
  margin: 0;
  max-width: 36ch;
  color: rgba(244, 241, 234, 0.72);
}

.detail-content {
  display: grid;
  grid-template-columns: 140px 1fr minmax(200px, 280px);
  gap: clamp(24px, 4vw, 56px);
  background: var(--paper);
}

.detail-index {
  display: grid;
  gap: 8px;
  align-content: start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.detail-index strong {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--felt);
}

.prose {
  max-width: 68ch;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

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

.detail-aside {
  align-self: start;
  padding: 24px;
  background: var(--stone);
  border-left: 3px solid var(--copper);
}

.detail-aside p {
  margin: 0 0 18px;
  font-size: 14px;
}

.detail-gallery {
  background: var(--stone);
}

.detail-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.detail-photos figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.detail-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related {
  background: var(--paper);
}

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

.related-grid a {
  display: grid;
  gap: 12px;
}

.related-grid img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.related-grid span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}

/* Legal */

.legal-page {
  padding: calc(var(--header-h) + 48px) var(--page-pad) 96px;
  max-width: 820px;
}

.legal-page h1 {
  margin-bottom: 16px;
  font-size: clamp(40px, 6vw, 68px);
}

.legal-page .lead {
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 18px;
}

.legal-page h2 {
  margin: 36px 0 12px;
  font-size: 28px;
}

.legal-page ul {
  padding-left: 1.2em;
}

.legal-page li + li {
  margin-top: 6px;
}

/* Modal + cookie */

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 16, 14, 0.72);
}

.modal-backdrop[hidden] {
  display: none;
}

.thank-you {
  position: relative;
  width: min(100%, 420px);
  padding: 40px 32px;
  background: var(--stone);
  color: var(--ink);
}

.thank-you h2 {
  margin: 0 0 12px;
  font-size: 40px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cookie-bar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 70;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 18px;
  background: var(--panel);
  color: var(--ivory);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.cookie-bar[hidden] {
  display: none;
}

.cookie-bar p {
  margin: 0;
  flex: 1 1 220px;
  font-size: 13px;
  color: rgba(244, 241, 234, 0.8);
}

.cookie-bar a {
  text-decoration: underline;
}

/* Motion */

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: rise 700ms var(--ease) both;
  }

  .hero-copy > *:nth-child(2) {
    animation-delay: 80ms;
  }

  .hero-copy > *:nth-child(3) {
    animation-delay: 140ms;
  }

  .hero-copy > *:nth-child(4) {
    animation-delay: 200ms;
  }

  .theme-card,
  .game-list a {
    transition: transform 220ms var(--ease), background-color 180ms var(--ease);
  }

  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Desktop order: narrative first */
@media (min-width: 901px) {
  .home-main .hero {
    order: 1;
  }

  .home-main .about {
    order: 2;
  }

  .home-main .themes {
    order: 3;
  }

  .home-main .games {
    order: 4;
  }

  .home-main .work {
    order: 5;
  }

  .home-main .contact {
    order: 6;
  }
}

/* Mobile: showcase first, narrative after long scroll */
@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-contact {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    top: var(--header-h);
    right: var(--page-pad);
    left: var(--page-pad);
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    background: var(--panel);
    border: 1px solid rgba(244, 241, 234, 0.18);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(244, 241, 234, 0.12);
  }

  .showcase-bar {
    display: block;
    order: 0;
    padding: calc(var(--header-h) + 20px) var(--page-pad) 8px;
    background: var(--panel);
    color: var(--ivory);
  }

  .showcase-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(34px, 10vw, 48px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.03em;
    max-width: 12ch;
  }

  .showcase-bar p {
    margin: 12px 0 0;
    max-width: 34ch;
    color: rgba(244, 241, 234, 0.7);
    font-size: 14px;
  }

  .home-main .themes {
    order: 1;
    padding-top: 28px;
  }

  .home-main .games {
    order: 2;
  }

  .mobile-scroll-gap {
    display: block;
    order: 3;
    min-height: 140vh;
    background:
      linear-gradient(180deg, var(--felt) 0%, var(--panel) 40%, #08110e 100%);
    position: relative;
  }

  .mobile-scroll-gap::after {
    content: "Keep scrolling for the full event brief";
    position: sticky;
    top: 45%;
    display: block;
    text-align: center;
    padding: 0 24px;
    color: rgba(244, 241, 234, 0.45);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .home-main .hero {
    order: 4;
  }

  .home-main .about {
    order: 5;
  }

  .home-main .work {
    order: 6;
  }

  .home-main .contact {
    order: 7;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 52vw;
    order: -1;
  }

  .hero-media::after {
    background: linear-gradient(180deg, transparent 30%, rgba(15, 31, 25, 0.85) 100%);
  }

  .hero-copy {
    padding: 36px var(--page-pad) 48px;
  }

  .hero h1 {
    max-width: none;
  }

  .about,
  .section-heading,
  .theme-grid,
  .work-block,
  .contact,
  .detail-hero,
  .detail-content,
  .related-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .theme-card:nth-child(2),
  .theme-card:nth-child(3) {
    margin: 0;
    width: 100%;
  }

  .theme-card .card-media,
  .theme-card:nth-child(even) .card-media {
    aspect-ratio: 16 / 11;
  }

  .section-heading p {
    padding-left: 0;
    border-left: 0;
  }

  .work-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 140px 140px;
  }

  .work-photos figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .work-photos figure:nth-child(4) {
    grid-column: auto;
  }

  .contact-form label,
  .contact-form label.span-3 {
    grid-column: 1 / -1;
  }

  .footer-main {
    gap: 20px;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .detail-title {
    padding: 32px var(--page-pad) 40px;
  }

  .detail-photos,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .related-grid {
    gap: 28px;
  }
}

@media (max-width: 600px) {
  .brand-tag {
    display: none;
  }

  .mobile-scroll-gap {
    min-height: 160vh;
  }
}
