:root {
  --red: #c8102e;
  --red-dark: #87001a;
  --ink: #171414;
  --paper: #f4f0e7;
  --gold: #d6b25e;
  --bs-body-font-family: "Inter",sans-serif;
  --bs-body-color: var(--ink);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  overflow-x: hidden;
}

h1,h2,h3,.navbar-brand,.eyebrow,.section-kicker,.hero-stats strong {
  font-family: "Barlow Condensed",sans-serif;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 2000;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.navbar {
  padding: .85rem 0;
  background: linear-gradient(180deg,rgba(12,9,9,.94),rgba(12,9,9,.78));
  backdrop-filter: blur(12px);
  transition: .25s;
}

.navbar.scrolled {
  padding: .55rem 0;
  background: rgba(16,12,12,.97);
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}

.navbar-brand {
  letter-spacing: .04em;
  font-size: 1.25rem;
}

.navbar-brand span {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: .5rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  font-size: .85rem;
}

.nav-link {
  font-size: .83rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 .25rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
  background: #211;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(12,7,7,.45),rgba(12,7,7,.45) 43%,rgba(12,7,7,.45) 78%),linear-gradient(0deg,rgba(12,7,7,.45),transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: 11rem;
  font-family: Optima,"Optima Nova","Segoe UI",sans-serif;
}

.hero-content h1,
.hero-content .eyebrow,
.hero-content .btn {
  font-family: Optima,"Optima Nova","Segoe UI",sans-serif;
}

.eyebrow,.section-kicker {
  font-weight: 600;
  letter-spacing: .19em;
  color: var(--red);
  font-size: .82rem;
}

.hero .eyebrow {
  color: #fff;
}

.hero h1 {
  font-size: clamp(4.8rem,11vw,10rem);
  line-height: .75;
  letter-spacing: -.035em;
  margin: 1.4rem 0 2rem;
  max-width: 820px;
  text-shadow: 0 5px 28px rgba(0,0,0,.3);
}

.hero-lead {
  font-size: clamp(1rem,2vw,1.28rem);
  max-width: 650px;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.86);
}

.hero-stats {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: rgba(12,7,7,.82);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.15);
}

.hero-stats div {
  display: flex;
  align-items: baseline;
  gap: .7rem;
  padding: 1.25rem clamp(1rem,4vw,4rem);
  border-right: 1px solid rgba(255,255,255,.13);
}

.hero-stats div:last-child {
  border: 0;
}

.hero-stats strong {
  font-size: 2.2rem;
}

.hero-stats span {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.68);
}

.section-pad {
  padding: clamp(3.25rem,5.5vw,5.5rem) 0;
}

.display-3 {
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: .92;
  margin-bottom: 2rem;
}

.lead {
  line-height: 1.7;
}

.section-pad p:not(.section-kicker,.lead,.signature,.role) {
  line-height: 1.78;
}

.signature {
  font-family: "Barlow Condensed";
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2rem;
}

.signature span {
  color: var(--red);
  margin-left: .5rem;
}

.feature-image {
  position: relative;
  margin: 0;
  padding: 0 0 2rem 2rem;
}

.feature-image:before {
  content: "";
  position: absolute;
  inset: 2rem 2rem 0 0;
  background: var(--red);
}

.feature-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(.85);
}

.feature-image figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: #171414;
  color: #fff;
  padding: .8rem 1rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.quote-band {
  padding: clamp(3rem,5vw,4rem) 0;
  background: var(--red);
  color: #fff;
  text-align: center;
}

.quote-band i {
  font-size: 2rem;
  opacity: .6;
}

.quote-band blockquote {
  max-width: 950px;
  margin: 1rem auto 0;
  font-family: "Barlow Condensed";
  font-size: clamp(2rem,4vw,3.8rem);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

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

.editorial-image {
  width: 100%;
  aspect-ratio: 5/6;
  object-fit: cover;
  box-shadow: -2rem 2rem 0 var(--gold);
}

.selection-map-wrap {
  margin-top: clamp(5rem,9vw,8rem);
  padding-top: 2rem;
  border-top: 1px solid #cec6b9;
}

.selection-map-heading {
  margin-bottom: 1.5rem;
}

.selection-map-heading h3 {
  margin: 0;
  font-size: clamp(2rem,4vw,3.4rem);
  line-height: 1;
}

.selection-key {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.selection-key span {
  display: flex;
  align-items: center;
  gap: .4rem;
}

.selection-key i {
  display: inline-block;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
}

.player-key {
  background: var(--red);
}

.official-key {
  background: var(--ink);
}

.selection-scroll-note {
  margin-bottom: .7rem;
  color: #716a62;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.selection-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid #cec6b9;
  border-radius: .6rem;
  background: transparent;
}

.selection-accordion .accordion-button {
  padding: 1.25rem 1.5rem;
  background: #fff;
  color: var(--ink);
  font-family: "Barlow Condensed",sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: none;
}

.selection-accordion .accordion-button:not(.collapsed) {
  background: var(--ink);
  color: #fff;
}

.selection-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.selection-accordion .accordion-body {
  padding: 1.5rem;
}

.selection-map {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-x: auto;
  padding: 4px 4px 12px;
  scrollbar-color: var(--red) #d8d1c6;
}

.selection-row {
  display: grid;
  min-width: 1320px;
  min-height: 64px;
  margin: 0;
  padding: 0;
  gap: 4px;
  list-style: none;
}

.selection-row.row-22 {
  grid-template-columns: repeat(22,1fr);
}

.selection-row.row-21 {
  grid-template-columns: repeat(21,1fr);
}

.selection-row li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: .55rem .3rem;
  border: 1px solid rgba(200,16,46,.34);
  border-radius: .45rem 999px 999px .45rem;
  background: #fff;
  color: var(--red);
  font-family: "Barlow Condensed",sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.selection-row li.official {
  border-color: rgba(23,20,20,.4);
  background: var(--ink);
  color: #fff;
}

.dark-section {
  background: #171414;
  color: #fff;
}

.dark-section p {
  color: rgba(255,255,255,.72);
}

.artist-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: grayscale(1);
  border-radius: 50% 50% 0 0;
}

.artist-note {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.25);
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}

.artist-note span {
  font-family: "Barlow Condensed";
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}

.artist-gallery-wrap {
  margin-top: clamp(4rem,8vw,7rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.2);
}

.artist-gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.artist-gallery-heading p {
  margin: 0;
}

.artist-gallery-heading p:last-child {
  color: rgba(255,255,255,.6);
  font-size: .85rem;
}

.artist-gallery {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap: 8px;
}

.artist-gallery-button {
  position: relative;
  padding: 0;
  border: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #2b2525;
  cursor: pointer;
}

.artist-gallery-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: opacity .25s,transform .45s;
}

.artist-gallery-button::after {
  content: "\F52A";
  position: absolute;
  right: .55rem;
  bottom: .4rem;
  color: #fff;
  font-family: "bootstrap-icons";
  font-size: 1rem;
  opacity: 0;
  transition: opacity .25s;
}

.artist-gallery-button:hover img,
.artist-gallery-button:focus-visible img {
  opacity: 1;
  transform: scale(1.06);
}

.artist-gallery-button:hover::after,
.artist-gallery-button:focus-visible::after {
  opacity: 1;
}

.artist-gallery-button:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

.process-modal .modal-content {
  background: rgba(14,11,11,.98);
  color: #fff;
}

.process-modal .modal-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.process-modal .modal-body {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  padding: 4rem 1rem 2rem;
}

.process-modal figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 6rem);
  margin: 0;
}

.process-modal figure img {
  max-width: 100%;
  max-height: calc(100% - 3rem);
  object-fit: contain;
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
}

.process-modal figcaption {
  padding-top: 1rem;
  color: rgba(255,255,255,.7);
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.process-nav {
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
}

.process-nav:hover {
  color: var(--red);
}

.gallery-section {
  background: #fff;
}

.painting-feature {
  scroll-margin-top: 76px;
  margin-bottom: clamp(4rem,7vw,6rem);
}

.painting-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #171414;
  box-shadow: 0 18px 48px rgba(26,18,18,.18);
  cursor: zoom-in;
}

.painting-image-button::after {
  content: "\F52A";
  position: absolute;
  right: 1.1rem;
  bottom: .9rem;
  color: #fff;
  font-family: "bootstrap-icons";
  font-size: 1.5rem;
  text-shadow: 0 2px 8px rgba(0,0,0,.8);
}

.painting-image-button img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}

.painting-image-button:hover img,
.painting-image-button:focus-visible img {
  transform: scale(1.015);
}

.painting-image-button:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: 3px;
}

.gallery-count {
  display: inline-block;
  border: 1px solid #d7d0c6;
  border-radius: 2rem;
  padding: .65rem 1rem;
  color: #6c6460;
  font-size: .85rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}

.gallery-card {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  background: #211;
  overflow: hidden;
  text-align: left;
  aspect-ratio: 4/5;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.8,.2,1),filter .4s;
}

.gallery-card:after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent,rgba(12,7,7,.9));
}

.gallery-card-copy {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
}

.gallery-card h3 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1;
}

.gallery-card span {
  display: block;
  margin-top: .35rem;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(255,255,255,.72);
}

.gallery-card:hover img,.gallery-card:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.1);
}

.gallery-card:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: 3px;
}

.pr-section {
  background: #e9e4da;
}

.pr-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(1.5rem,3vw,2.5rem);
  margin-top: 3rem;
}

.pr-card {
  min-width: 0;
}

.pr-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #2a2523;
  cursor: pointer;
  line-height: 0;
}

.pr-image-button img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .45s;
}

.pr-image-button::after {
  content: "\F52A";
  position: absolute;
  right: 1rem;
  bottom: .8rem;
  color: #fff;
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
}

.pr-image-button:hover img,
.pr-image-button:focus-visible img {
  transform: scale(1.04);
}

.pr-image-button:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: 3px;
}

.pr-card-caption {
  min-height: 3.5rem;
  margin: 0;
  padding-top: .9rem;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.45;
}

.section-intro {
  max-width: 700px;
}

.team-card {
  height: 100%;
  background: #fff;
  padding: 2.5rem;
  text-align: center;
  border-bottom: 4px solid transparent;
  transition: .25s;
}

.team-card:hover {
  transform: translateY(-6px);
  border-color: var(--red);
  box-shadow: 0 18px 50px rgba(45,35,30,.1);
}

.team-card img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  filter: grayscale(.35);
}

.team-card h3 {
  margin: 0;
  font-size: 1.8rem;
}

.team-card .role {
  color: var(--red);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.team-card p:last-child {
  color: #6c6460;
  font-size: .9rem;
}

.backroom-feature {
  margin-top: 1.5rem;
  text-align: center;
}

.backroom-feature p {
  margin: .9rem 0 0;
  text-align: center;
}

.backroom-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #171414;
  cursor: zoom-in;
}

.backroom-image-button::after {
  content: "\F52A";
  position: absolute;
  right: 1rem;
  bottom: .8rem;
  color: #fff;
  font-family: "bootstrap-icons";
  font-size: 1.35rem;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.backroom-image-button img {
  display: block;
  width: 100%;
  transition: transform .45s;
}

.backroom-image-button:hover img,
.backroom-image-button:focus-visible img {
  transform: scale(1.025);
}

.backroom-image-button:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: 3px;
}

.backroom-modal .modal-content {
  background: rgba(14,11,11,.98);
  color: #fff;
}

.backroom-modal .modal-header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}

.backroom-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem 2rem;
}

.backroom-modal figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 6rem);
  margin: 0;
}

.backroom-modal figure img {
  max-width: 100%;
  max-height: calc(100% - 3rem);
  object-fit: contain;
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
}

.backroom-modal figcaption {
  padding-top: 1rem;
  color: rgba(255,255,255,.75);
  text-align: center;
}

.contact-section {
  background: linear-gradient(120deg,var(--red-dark),var(--red));
  color: #fff;
  padding: clamp(3.25rem,5.5vw,4.5rem) 0;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.contact-panel h2 {
  font-size: clamp(3rem,7vw,6rem);
  line-height: .8;
}

.contact-panel .section-kicker {
  color: #fff;
}

.contact-actions {
  text-align: center;
  flex: 0 0 auto;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.2rem;
}

.social-links a {
  color: #fff;
  font-size: 1.3rem;
}

footer {
  padding: 1.6rem 0;
  background: #100d0d;
  color: #a9a1a1;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  z-index: 1040;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s,visibility .25s,transform .25s,background-color .25s;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--red-dark);
  color: #fff;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gallery-modal .modal-content {
  background: rgba(14,11,11,.98);
  color: #fff;
}

.gallery-modal .modal-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.modal-index {
  font-family: "Barlow Condensed";
  font-size: 1rem;
  letter-spacing: .1em;
}

.gallery-modal .modal-body {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  padding: 4rem 1rem 2rem;
}

.modal-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem,6vw,7rem);
  height: calc(100vh - 6rem);
}

.modal-art img {
  max-width: 60%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
}

.modal-copy {
  max-width: 390px;
}

.modal-copy h2 {
  font-size: clamp(3rem,6vw,6rem);
  line-height: .85;
}

.modal-copy p:last-child {
  white-space: pre-line;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}

.gallery-nav {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  height: 100%;
}

.gallery-nav:hover {
  color: var(--red);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease,transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media(max-width:991px) {
  .pr-grid {
    grid-template-columns: repeat(2,1fr);
  }

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

  .navbar-collapse {
    background: #171414;
    margin: 1rem -12px -1rem;
    padding: 1rem 1.5rem 1.5rem;
  }

  .hero-shade {
    background: linear-gradient(90deg,rgba(12,7,7,.88),rgba(12,7,7,.35)),linear-gradient(0deg,rgba(12,7,7,.72),transparent);
  }

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

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }

  .modal-art {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .modal-art img {
    max-width: 78%;
    max-height: 62%;
  }

  .modal-copy {
    max-width: 600px;
  }

  .modal-copy h2 {
    margin-bottom: .5rem;
  }

  .gallery-modal .modal-body {
    grid-template-columns: 45px 1fr 45px;
  }

}

@media(max-width:575px) {
  .pr-grid {
    grid-template-columns: 1fr;
  }

  .artist-gallery-heading {
    display: block;
  }

  .artist-gallery-heading p:last-child {
    margin-top: .35rem;
  }

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

  .process-modal .modal-body {
    grid-template-columns: 32px 1fr 32px;
    padding-right: .25rem;
    padding-left: .25rem;
  }

  .process-nav {
    font-size: 1.4rem;
  }

  .hero-content {
    padding-top: 8rem;
  }

  .hero h1 {
    font-size: 4.6rem;
  }

  .hero-stats {
    justify-content: stretch;
  }

  .hero-stats div {
    flex: 1;
    display: block;
    padding: 1rem .6rem;
    text-align: center;
  }

  .hero-stats strong,.hero-stats span {
    display: block;
  }

  .hero-stats strong {
    font-size: 1.65rem;
  }

  .hero-stats span {
    font-size: .58rem;
  }

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

  .gallery-card-copy {
    padding: .7rem;
  }

  .gallery-card h3 {
    font-size: 1rem;
  }

  .gallery-card span {
    font-size: .6rem;
  }

  .feature-image {
    padding: 0 0 1rem 1rem;
  }

  .feature-image:before {
    inset: 1rem 1rem 0 0;
  }

  .editorial-image {
    box-shadow: -1rem 1rem 0 var(--gold);
  }

  .modal-art img {
    max-width: 100%;
    max-height: 56%;
  }

  .gallery-modal .modal-body {
    grid-template-columns: 32px 1fr 32px;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .gallery-nav {
    font-size: 1.4rem;
  }

  .modal-copy h2 {
    font-size: 2.6rem;
  }

  .modal-copy p:last-child {
    font-size: .86rem;
  }

  .team-card {
    padding: 2rem;
  }

}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gallery-card img,.team-card {
    transition: none;
  }

}
