:root {
  --ink: #0a0a0b;
  --paper: #f4f1ed;
  --muted: #858585;
  --line: rgba(255, 255, 255, 0.2);
  --red: #f50909;
  --silver: #6e6e70;
  --black: #000;
  --white: #fff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body.locked {
  overflow: hidden;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(10, 10, 11, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 48px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 0;
}

.brand-word {
  display: inline-flex;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.brand-i,
.brand-depth {
  color: var(--white);
}

.brand-n {
  color: var(--red);
}

.brand-photo {
  color: var(--silver);
}

.nav-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--paper);
  display: none;
  font-size: 1.2rem;
  height: 42px;
  width: 42px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 28px);
}

.main-nav a {
  color: rgba(244, 241, 237, 0.8);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.splash-hero {
  background: #050506;
  min-height: 0;
}

.hero::after {
  background: linear-gradient(90deg, rgba(10, 10, 11, 0.9) 0%, rgba(10, 10, 11, 0.38) 48%, rgba(10, 10, 11, 0.72) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.splash-hero::after {
  display: none;
}

.splash-image {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 0;
}

.hero-slide {
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.08);
  transition: opacity 1200ms ease, transform 6000ms ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-content {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.5fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 100vh;
  padding: 118px 24px 62px;
  position: relative;
  z-index: 2;
}

.splash-hero .hero-content {
  align-items: end;
  min-height: 0;
  padding-bottom: 52px;
  padding-top: 44px;
}

.splash-hero .hero-content > div {
  backdrop-filter: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  max-width: 780px;
  padding: clamp(20px, 3vw, 34px);
}

.splash-hero h1 {
  font-size: clamp(2.4rem, 5.6vw, 6rem);
}

.splash-hero .ticker {
  position: relative;
}

.eyebrow {
  color: rgba(244, 241, 237, 0.68);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.3rem, 8.5vw, 8.4rem);
  line-height: 0.88;
  margin-bottom: 24px;
  max-width: 840px;
}

.hero-copy {
  color: rgba(244, 241, 237, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--platinum);
  color: var(--ink);
}

.button:hover {
  border-color: var(--platinum);
}

.hero-panel {
  border-left: 2px solid var(--silver);
  color: rgba(244, 241, 237, 0.78);
  padding-left: 20px;
}

.hero-panel strong {
  color: var(--chalk);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.ticker {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 3;
}

.ticker-track {
  animation: ticker 28s linear infinite;
  display: flex;
  gap: 36px;
  padding: 14px 0;
  white-space: nowrap;
}

.ticker span {
  color: rgba(244, 241, 237, 0.58);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(70px, 10vw, 126px) 24px;
}

.section.light {
  background: var(--paper);
  color: var(--ink);
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-heading h2,
.page-title h1 {
  font-size: clamp(2.3rem, 5vw, 5.6rem);
  line-height: 0.96;
  margin-bottom: 0;
}

.section-heading p,
.page-title p {
  color: rgba(244, 241, 237, 0.66);
  max-width: 470px;
}

.light .section-heading p,
.light .page-title p {
  color: rgba(244, 241, 237, 0.66);
}

.gallery-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-card {
  aspect-ratio: 0.8;
  background: #171717;
  display: flex;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}

.gallery-card::before {
  background: var(--silver);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms ease;
  z-index: 2;
}

.gallery-card:hover::before {
  transform: scaleX(1);
}

.logo-showcase {
  background: var(--ink);
  color: var(--chalk);
  padding: clamp(70px, 9vw, 118px) 24px;
}

.logo-showcase .section-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
}

.logo-showcase img {
  background: #f5f5f3;
  height: auto;
  justify-self: center;
  max-width: 520px;
  width: 100%;
}

.logo-showcase h2 {
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 0.98;
}

.logo-showcase p {
  color: rgba(244, 241, 237, 0.68);
  font-size: 1.05rem;
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
  width: 100%;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.card-copy {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
}

.card-copy h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.card-copy p {
  color: rgba(244, 241, 237, 0.72);
  margin-bottom: 18px;
}

.bio-grid {
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: 0.9fr 1.1fr;
}

.bio-image {
  min-height: 560px;
  overflow: hidden;
}

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

.bio-copy {
  align-self: center;
}

.bio-copy p {
  color: rgba(244, 241, 237, 0.72);
  font-size: 1.05rem;
}

.stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.stat {
  border-top: 2px solid var(--steel);
  padding-top: 12px;
}

.stat strong {
  display: block;
  font-size: 1.85rem;
}

.stat span {
  color: rgba(244, 241, 237, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero {
  background-position: center;
  background-size: cover;
  min-height: 72vh;
  position: relative;
}

.page-hero::before {
  background: linear-gradient(90deg, rgba(10, 10, 11, 0.92), rgba(10, 10, 11, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

.page-title {
  margin: 0 auto;
  max-width: var(--max);
  padding: 170px 24px 70px;
  position: relative;
  z-index: 1;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
}

.gallery-item {
  background: #161616;
  border: 0;
  color: inherit;
  cursor: pointer;
  grid-column: span 4;
  min-height: 330px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gallery-item.wide {
  grid-column: span 8;
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 674px;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: filter 500ms ease, transform 900ms ease;
  width: 100%;
}

.gallery-item:hover img {
  filter: contrast(1.1) brightness(0.88);
  transform: scale(1.045);
}

.caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), transparent);
  bottom: 0;
  left: 0;
  padding: 46px 18px 18px;
  position: absolute;
  right: 0;
  text-align: left;
}

.caption strong {
  display: block;
  font-size: 1rem;
}

.caption span {
  color: rgba(244, 241, 237, 0.66);
  font-size: 0.82rem;
}

.contact-band {
  background: var(--ink);
  color: var(--chalk);
  padding: 70px 24px;
}

.contact-band .section-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.contact-band h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 10px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 26px clamp(18px, 4vw, 48px);
}

.site-footer p {
  color: rgba(244, 241, 237, 0.58);
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 40;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-height: 84vh;
  object-fit: contain;
  width: auto;
}

.lightbox-caption {
  bottom: 24px;
  color: rgba(244, 241, 237, 0.8);
  left: 24px;
  position: absolute;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
  height: 46px;
  position: absolute;
  width: 46px;
}

.lightbox-close {
  right: 24px;
  top: 24px;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .main-nav {
    align-items: stretch;
    background: rgba(10, 10, 11, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 14px 24px 22px;
    position: absolute;
    right: 0;
    top: 74px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 0;
  }

  .hero-content,
  .bio-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 420px;
  }

  .gallery-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-card {
    min-height: 360px;
  }

  .logo-showcase .section-inner {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .contact-band .section-inner,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 12;
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .brand-word {
    font-size: 0.88rem;
  }

  .gallery-cards {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .bio-image {
    min-height: 420px;
  }

  .lightbox-prev,
  .lightbox-next {
    bottom: 24px;
    top: auto;
  }
}

/* Premium dark redesign pass */
:root {
  --ink: #07080a;
  --paper: #101114;
  --chalk: #ffffff;
  --soft: #181a1f;
  --red: #f50909;
  --silver: #8f9298;
  --platinum: #d9d9d7;
  --steel: #2b3038;
  --max: 1240px;
}

body {
  background: var(--paper);
  color: var(--platinum);
  font-family: "Segoe UI", Arial, sans-serif;
}

.site-header {
  background: rgba(7, 8, 10, 0.9);
  border-bottom: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  padding-bottom: 18px;
  padding-top: 18px;
}

.brand-word {
  font-size: 1.18rem;
  letter-spacing: 0.01em;
  text-shadow: none;
}

.main-nav {
  gap: clamp(12px, 1.7vw, 24px);
}

.main-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--chalk);
}

.main-nav a.active::after {
  background: var(--silver);
  content: "";
  display: block;
  height: 2px;
  margin-top: 7px;
  width: 100%;
}

.splash-hero {
  background: var(--ink);
  color: var(--platinum);
  padding-top: 78px;
}

.splash-image {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
  display: block;
  max-height: clamp(260px, 36vw, 560px);
  object-fit: contain;
  object-position: center;
}

.splash-hero .hero-content {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(135deg, #0b0c0f 0%, #15171c 58%, #0b0c0f 100%);
  color: var(--platinum);
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(26px, 4vw, 52px) 24px 30px;
}

.splash-hero .hero-content > div {
  border: 0;
  border-left: 4px solid rgba(255, 255, 255, 0.26);
  max-width: 980px;
  padding: 0 0 0 clamp(18px, 3vw, 34px);
}

.eyebrow {
  color: rgba(217, 217, 215, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.24em;
}

.splash-hero h1,
h1 {
  color: var(--chalk);
  font-family: "Arial Black", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.8rem, 7.4vw, 8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  max-width: 980px;
  text-transform: uppercase;
}

.hero-copy {
  color: rgba(217, 217, 215, 0.72);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  max-width: 660px;
}

.button {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--platinum);
  min-height: 48px;
}

.button.primary {
  background: var(--platinum);
  color: var(--ink);
}

.button:hover {
  background: var(--chalk);
  border-color: var(--chalk);
  color: var(--ink);
}

.button.primary:hover {
  background: transparent;
  border-color: var(--chalk);
  color: var(--chalk);
}

.hero-panel {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(217, 217, 215, 0.68);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.hero-panel strong {
  color: var(--chalk);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  letter-spacing: 0;
  line-height: 0.86;
}

.discipline-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.discipline-strip a {
  background: #0d0f13;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--platinum);
  min-height: 92px;
  padding: 18px clamp(14px, 2vw, 26px);
}

.discipline-strip a:hover {
  background: var(--steel);
  color: var(--chalk);
}

.discipline-strip span {
  color: var(--silver);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.discipline-strip strong {
  display: block;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.35rem, 2.7vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.ticker {
  background: var(--ink);
  border-top: 0;
}

.ticker span {
  color: rgba(255, 255, 255, 0.62);
}

.section {
  background: var(--paper);
  color: var(--platinum);
  padding: clamp(64px, 8vw, 110px) 24px;
}

.section-heading {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}

.section-heading h2,
.page-title h1,
.logo-showcase h2,
.contact-band h2,
.bio-copy h2 {
  color: var(--chalk);
  font-family: "Arial Black", Impact, "Arial Narrow", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading p,
.page-title p {
  color: rgba(217, 217, 215, 0.62);
  font-family: "Segoe UI", Arial, sans-serif;
}

.gallery-cards {
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-card {
  aspect-ratio: 0.78;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 410px;
}

.gallery-card::before {
  display: none;
}

.gallery-card img {
  filter: saturate(0.88) contrast(1.06) brightness(0.92);
}

.gallery-card:hover img {
  filter: saturate(1.02) contrast(1.12) brightness(1);
  transform: scale(1.035);
}

.card-copy {
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.22) 70%, transparent);
  padding: 24px;
}

.card-copy h3 {
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.card-copy p {
  font-family: "Segoe UI", Arial, sans-serif;
}

.card-copy .button {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--chalk);
}

.identity-showcase {
  background: #0a0b0e;
  color: var(--chalk);
}

.identity-showcase .section-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: clamp(30px, 5vw, 58px);
  padding-top: clamp(30px, 5vw, 58px);
}

.identity-showcase img {
  max-width: 380px;
}

.identity-showcase h2 {
  color: var(--chalk);
}

.identity-showcase p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Segoe UI", Arial, sans-serif;
}

.section.light {
  background: var(--soft);
}

.bio-grid {
  gap: 0;
  grid-template-columns: 0.85fr 1fr;
}

.bio-image {
  min-height: 620px;
}

.bio-copy {
  background: #111319;
  padding: clamp(30px, 5vw, 62px);
}

.bio-copy p {
  color: rgba(217, 217, 215, 0.72);
  font-family: "Segoe UI", Arial, sans-serif;
}

.stat {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.stat strong {
  color: var(--chalk);
  font-family: "Arial Black", Impact, sans-serif;
}

.stat span {
  color: rgba(217, 217, 215, 0.58);
}

.contact-band {
  background: #0a0b0e;
  color: var(--chalk);
}

.contact-band h2 {
  color: var(--chalk);
}

.contact-band p {
  color: rgba(217, 217, 215, 0.68);
}

.contact-band .button.primary {
  background: var(--platinum);
  border-color: var(--platinum);
  color: var(--ink);
}

.contact-band .button.primary:hover {
  background: transparent;
  color: var(--chalk);
}

.site-footer {
  background: var(--ink);
  color: var(--chalk);
}

.page-hero::before {
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.86), rgba(8, 8, 8, 0.18));
}

.page-title h1 {
  color: var(--chalk);
}

.page-title p {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-grid {
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-item,
.gallery-item.wide,
.gallery-item.tall {
  border: 1px solid rgba(255, 255, 255, 0.08);
  grid-column: auto;
  grid-row: auto;
  min-height: 380px;
}

.caption strong {
  font-family: "Arial Black", Impact, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-header {
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .main-nav {
    background: rgba(8, 8, 8, 0.98);
    top: 64px;
  }

  .splash-hero {
    padding-top: 70px;
  }

  .splash-hero .hero-content {
    grid-template-columns: 1fr;
  }

  .discipline-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .splash-hero .hero-content > div {
    border-left-width: 5px;
  }

  .discipline-strip,
  .gallery-cards,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .discipline-strip a {
    min-height: 76px;
  }

  .gallery-card {
    min-height: 360px;
  }
}
