@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap");
:root {
  --font-inter: "Inter";
  --font-barlow: "Barlow Condensed";
  --black: #090909;
  --paper: #f4f0e6;
  --cream: #fffaf0;
  --yellow: #f4e61e;
  --blue: #1455d9;
  --red: #f04432;
  --line: rgba(244, 240, 230, 0.24);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: var(--font-inter), Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
.header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 9, 9, 0.95);
  backdrop-filter: blur(14px);
}
.logo {
  display: flex;
  flex-direction: column;
  font-family: var(--font-barlow), Impact, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 900;
  line-height: 0.85;
}
.logo b {
  color: var(--red);
}
.logo strong {
  color: var(--yellow);
}
.logo small {
  margin-top: 10px;
  font-family: var(--font-inter);
  font-size: 0.78rem;
  color: var(--paper);
}
.logo small i {
  color: var(--red);
  font-style: normal;
}
.header nav {
  display: flex;
  gap: clamp(18px, 2.7vw, 42px);
  font-weight: 650;
}
.header nav a {
  position: relative;
  white-space: nowrap;
  padding: 10px 0;
}
.header nav a:after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--yellow);
  transform: scaleX(0);
  transition: 0.18s;
}
.header nav a:hover:after,
.header nav .order-link:after {
  transform: scaleX(1);
}
.order-link {
  color: var(--yellow);
}
.hero {
  display: grid;
  min-height: calc(100vh - 104px);
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 126px) clamp(30px, 5vw, 78px);
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero h1,
.section h2,
.order h2 {
  margin: 0;
  font-family: var(--font-barlow), Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(4.3rem, 6.8vw, 7.8rem);
  line-height: 0.82;
}
.hero h1 em {
  color: var(--yellow);
  font-style: normal;
}
.hero h1 span {
  color: var(--blue);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(244, 240, 230, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 15px 24px;
  font-weight: 800;
  transition: 0.16s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 8px 8px 0 rgba(20, 85, 217, 0.46);
}
.ghost {
  border-color: var(--paper);
}
.ghost:hover {
  background: var(--paper);
  color: var(--black);
}
.numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  font-weight: 650;
}
.numbers b,
.numbers strong {
  margin-right: 6px;
  color: var(--blue);
  font-size: 2rem;
}
.numbers strong {
  color: var(--yellow);
}
.numbers i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}
.collage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 1px,
    transparent 5px
  );
}
.blue-block,
.red-block {
  position: absolute;
  z-index: 1;
  left: 3%;
  width: 23%;
  height: 31%;
}
.blue-block {
  top: 8%;
  background: var(--blue);
}
.red-block {
  top: 39%;
  background: var(--red);
}
.mars {
  position: absolute;
  z-index: 2;
  top: 7%;
  right: 1%;
  width: 72%;
  height: 64%;
  border: 10px solid var(--black);
  object-fit: cover;
  object-position: center 12%;
}
.letters {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 2%;
  display: flex;
  width: 50%;
  height: 41%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--paper);
  color: var(--black);
  font-family: var(--font-barlow), Impact, sans-serif;
  font-size: clamp(8rem, 15vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.6;
}
.letters span {
  color: var(--blue);
}
.artist {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 68%;
  height: 58%;
  overflow: hidden;
  clip-path: polygon(5% 8%, 92% 0, 100% 100%, 0 100%);
  filter: drop-shadow(17px 0 0 var(--red));
}
.artist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 2% center;
  transform: scale(1.08);
}
.stamp {
  position: absolute;
  z-index: 7;
  right: 4%;
  bottom: 3%;
  padding: 8px 11px;
  border: 4px solid var(--red);
  color: var(--red);
  font-family: var(--font-barlow);
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-12deg);
}
.section {
  padding: clamp(76px, 9vw, 138px) clamp(24px, 6vw, 92px);
}
.section-title {
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 46px;
  margin: 0 auto 52px;
}
.section h2,
.order h2 {
  font-size: clamp(4rem, 7vw, 7.7rem);
  line-height: 0.92;
}
.section-title > p {
  margin: 0 0 8px;
  color: rgba(244, 240, 230, 0.68);
  font-size: 1.08rem;
  line-height: 1.6;
}
.gallery {
  background: var(--paper);
  color: var(--black);
}
.gallery .eyebrow {
  color: var(--blue);
}
.gallery .section-title > p {
  color: rgba(9, 9, 9, 0.65);
}
.filters {
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 32px;
}
.filters button {
  cursor: pointer;
  border: 1px solid rgba(9, 9, 9, 0.28);
  padding: 11px 18px;
  background: transparent;
  font-size: 0.86rem;
  font-weight: 800;
}
.filters button.active,
.filters button:hover {
  background: var(--black);
  color: var(--yellow);
}
.grid {
  display: grid;
  max-width: 1320px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: auto;
}
.work {
  display: flex;
  cursor: zoom-in;
  flex-direction: column;
  border: 0;
  padding: 0;
  background: #ddd7cd;
  color: var(--black);
  text-align: left;
}
.work.featured {
  grid-row: span 2;
}
.image {
  height: 350px;
  overflow: hidden;
}
.featured .image {
  height: 800px;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.work:hover img {
  transform: scale(1.035);
}
.meta {
  display: flex;
  min-height: 76px;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 19px;
  background: var(--cream);
}
.meta b {
  font-family: var(--font-barlow);
  font-size: 1.45rem;
}
.meta small {
  margin-top: 4px;
  color: #666;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.about {
  display: grid;
  grid-template-columns: minmax(360px, 0.75fr) minmax(440px, 1.25fr);
  gap: clamp(50px, 8vw, 130px);
  background: var(--blue);
}
.portrait {
  position: relative;
  display: grid;
  height: 580px;
  min-height: 0;
  align-self: center;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--black);
  box-shadow: 18px 18px 0 var(--yellow);
}
.portrait img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 18% center;
}
.portrait span {
  position: static;
  padding: 15px 20px;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-barlow);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;
}
.about-copy {
  align-self: center;
  max-width: 760px;
}
.about .eyebrow {
  color: var(--yellow);
}
.about-copy h2 {
  margin-bottom: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}
.about-copy > p:not(.eyebrow) {
  margin: 0 0 20px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}
.about-copy .lead {
  color: var(--cream) !important;
  font-size: clamp(1.25rem, 2vw, 1.7rem) !important;
  font-weight: 750;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 38px 0 28px;
  background: rgba(255, 255, 255, 0.25);
}
.facts div {
  display: flex;
  min-height: 135px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: var(--blue);
}
.facts b {
  color: var(--yellow);
  font-family: var(--font-barlow);
  font-size: 2.7rem;
}
.facts span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.award {
  padding-left: 18px;
  border-left: 5px solid var(--red);
}
.timeline {
  max-width: 1320px;
  margin: auto;
  border-top: 1px solid var(--line);
}
.timeline article {
  display: grid;
  grid-template-columns: 130px 1fr 50px;
  gap: 28px;
  align-items: center;
  padding: 32px 12px;
  border-bottom: 1px solid var(--line);
}
.timeline time {
  color: var(--yellow);
  font-family: var(--font-barlow);
  font-size: 2.4rem;
  font-weight: 900;
}
.timeline h3 {
  margin: 0 0 8px;
  font-family: var(--font-barlow);
  font-size: 1.8rem;
}
.timeline p {
  margin: 0;
  color: rgba(244, 240, 230, 0.64);
  line-height: 1.55;
}
.timeline article > span {
  color: var(--red);
  font-size: 2rem;
}
.distinctions {
  background: var(--yellow);
  color: var(--black);
}
.distinctions .eyebrow {
  color: var(--blue);
}
.distinctions .section-title > p {
  color: rgba(9, 9, 9, 0.66);
}
.award-grid {
  display: grid;
  max-width: 1320px;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin: auto;
  background: var(--black);
}
.award-grid article {
  min-height: 250px;
  padding: 28px;
  background: var(--yellow);
}
.award-grid time {
  display: block;
  margin-bottom: 34px;
  color: var(--blue);
  font-family: var(--font-barlow);
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
}
.award-grid h3 {
  margin: 0 0 12px;
  font-family: var(--font-barlow);
  font-size: 2rem;
  line-height: 1;
}
.award-grid p {
  margin: 0;
  line-height: 1.55;
}
.collection-note {
  display: grid;
  max-width: 1320px;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 28px;
  margin: 28px auto 0;
  padding: 28px;
  background: var(--blue);
  color: var(--cream);
  box-shadow: 10px 10px 0 var(--red);
}
.collection-note b {
  font-family: var(--font-barlow);
  font-size: 2rem;
  line-height: 1;
}
.collection-note p {
  margin: 0;
  line-height: 1.6;
}
.order {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(42px, 7vw, 112px);
  padding: clamp(78px, 9vw, 138px) clamp(24px, 6vw, 92px);
  background: var(--red);
}
.order-copy {
  max-width: 620px;
}
.order .eyebrow {
  color: var(--yellow);
}
.order h2 span {
  color: var(--yellow);
}
.order-copy h2 {
  margin-bottom: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}
.order-copy > p:not(.eyebrow) {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
}
.order ol {
  display: grid;
  gap: 1px;
  margin: 38px 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  list-style: none;
}
.order li {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  padding: 17px 19px;
  background: var(--red);
}
.order li > b {
  color: var(--yellow);
  font-family: var(--font-barlow);
  font-size: 2rem;
}
.order li span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 250, 240, 0.75);
}
.order li strong {
  margin-bottom: 4px;
  color: var(--cream);
}
.deposit {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid var(--black);
  padding: 17px 19px;
  background: var(--yellow);
  color: var(--black);
  box-shadow: 9px 9px 0 var(--blue);
}
.deposit b {
  font-family: var(--font-barlow);
  font-size: 2.8rem;
  white-space: nowrap;
}
.deposit span {
  font-size: 0.82rem;
  font-weight: 700;
}
.order form {
  position: relative;
  align-self: start;
  padding: clamp(24px, 4vw, 46px);
  background: var(--paper);
  color: var(--black);
  box-shadow: 16px 16px 0 var(--black);
}
.honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.form-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--black);
}
.form-title b {
  font-family: var(--font-barlow);
  font-size: 2rem;
}
.form-title small {
  color: #666;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.form-route {
  margin-bottom: 30px;
  padding: 18px;
  border-left: 6px solid var(--blue);
  background: rgba(20, 85, 217, 0.08);
}
.form-route > b {
  font-family: var(--font-barlow);
  font-size: 1.5rem;
}
.form-route p {
  margin: 7px 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
}
.form-route small {
  display: block;
  margin-top: 10px;
  color: #555;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.45;
}
.form-route strong {
  overflow-wrap: anywhere;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  row-gap: 28px;
}
.field-label {
  display: flex;
  min-height: 18px;
  align-items: baseline;
  gap: 5px;
  line-height: 1.2;
}
.field-label small {
  font-size: 0.68rem;
}
.fields + label {
  margin-top: 30px;
}
.order form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #222;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.order form input,
.order form select,
.order form textarea {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 0;
  padding: 13px 14px;
  background: #fffdf7;
  color: var(--black);
  font-size: 0.95rem;
  text-transform: none;
}
.order form input,
.order form select {
  height: 52px;
}
.order form textarea {
  margin-bottom: 18px;
  resize: vertical;
}
.files {
  margin: 4px 0 18px;
  padding: 15px;
  border: 1px dashed #777;
  background: rgba(20, 85, 217, 0.05);
}
.files small {
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}
.order form .files input[type="file"] {
  height: auto;
  cursor: pointer;
  padding: 10px;
}
.order form .files input[type="file"]::file-selector-button {
  cursor: pointer;
  margin-right: 12px;
  border: 0;
  padding: 9px 12px;
  background: var(--blue);
  color: var(--cream);
  font-weight: 800;
}
.consent {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 11px !important;
  margin: 18px 0;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 1.45;
  text-transform: none !important;
}
.consent input {
  width: 18px !important;
  height: 18px;
  margin: 0;
  accent-color: var(--blue);
}
.submit {
  width: 100%;
  cursor: pointer;
  border-color: var(--black);
}
.submit span {
  margin-left: auto;
}
.mail-fallback {
  margin: 18px 0 0;
  color: #555;
  font-size: 0.76rem;
  line-height: 1.5;
}
.mail-fallback a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thanks {
  display: grid;
  min-height: 100vh;
  align-content: space-between;
  gap: 72px;
  padding: 36px clamp(24px, 7vw, 120px);
  background: var(--blue);
}
.thanks section {
  width: min(760px, 100%);
  margin: auto;
  padding: clamp(34px, 6vw, 80px);
  background: var(--paper);
  color: var(--black);
  box-shadow: 18px 18px 0 var(--yellow);
}
.thanks .eyebrow {
  color: var(--red);
}
.thanks h1 {
  margin: 0;
  font-family: var(--font-barlow), Impact, sans-serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.86;
}
.thanks section > p:not(.eyebrow) {
  max-width: 560px;
  margin: 30px 0;
  font-size: 1.08rem;
  line-height: 1.7;
}
footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 66px clamp(24px, 6vw, 92px) 24px;
  border-top: 1px solid var(--line);
}
footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-logo {
  color: var(--red);
  font-family: var(--font-barlow);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  font-weight: 900;
  line-height: 0.9;
}
.footer-logo b {
  color: var(--yellow);
}
footer p {
  margin: 0;
  color: rgba(244, 240, 230, 0.5);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}
footer a {
  font-weight: 700;
}
footer a:hover {
  color: var(--yellow);
}
footer > div > span:not(.footer-logo) {
  color: rgba(244, 240, 230, 0.55);
}
.footer-order {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--yellow);
  font-family: var(--font-barlow);
  font-size: 1.8rem;
}
footer > small {
  grid-column: 1/-1;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(244, 240, 230, 0.35);
  font-size: 0.68rem;
}
.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 46px;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(8px);
}
.lightbox > button {
  position: absolute;
  top: 20px;
  right: 28px;
  cursor: pointer;
  border: 0;
  background: none;
  color: var(--paper);
  font-size: 3rem;
}
.lightbox figure {
  display: flex;
  width: min(980px, 94vw);
  max-height: 88vh;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.lightbox img {
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
}
.lightbox figcaption {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}
.lightbox figcaption b {
  font-family: var(--font-barlow);
  font-size: 1.5rem;
}
.lightbox figcaption span {
  color: #aaa;
  font-size: 0.78rem;
}
@media (max-width: 1050px) {
  .header {
    align-items: flex-start;
    flex-direction: column;
  }
  .header nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .hero,
  .about,
  .order {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    min-height: 700px;
  }
  .collage {
    min-height: 700px;
  }
  .portrait {
    width: min(100%, 700px);
    height: 560px;
    max-width: 700px;
    min-height: 0;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 145px;
  }
  .header {
    gap: 12px;
    padding: 14px 20px 10px;
  }
  .header nav {
    gap: 22px;
    padding-bottom: 5px;
    font-size: 0.84rem;
  }
  .hero-copy {
    min-height: auto;
    padding: 68px 24px;
  }
  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 6.2rem);
  }
  .section h2,
  .order h2 {
    font-size: clamp(3.35rem, 15vw, 5.4rem);
    line-height: 1;
  }
  .about-copy h2,
  .order-copy h2 {
    margin-bottom: 34px;
  }
  .button {
    width: 100%;
  }
  .collage {
    min-height: 550px;
  }
  .mars {
    width: 78%;
    height: 60%;
  }
  .artist {
    width: 82%;
    height: 52%;
  }
  .section-title {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .work.featured {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .image,
  .featured .image {
    height: 420px;
  }
  .about {
    padding-right: 24px;
    padding-left: 24px;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .facts div {
    min-height: 100px;
  }
  .timeline article {
    grid-template-columns: 86px 1fr;
  }
  .timeline article > span {
    display: none;
  }
  .award-grid {
    grid-template-columns: 1fr 1fr;
  }
  .collection-note {
    grid-template-columns: 1fr;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .logo small {
    font-size: 0.68rem;
  }
  .collage {
    min-height: 470px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .work.featured {
    grid-column: auto;
  }
  .form-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .award-grid {
    grid-template-columns: 1fr;
  }
  .award-grid article {
    min-height: auto;
  }
  .lightbox {
    padding: 54px 16px 16px;
  }
  .lightbox figcaption {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.work[hidden] { display: none !important; }
