:root {
  --bg: #f3f1ed;
  --surface: #f8f6f2;
  --ink: #10100f;
  --ink-rgb: 16, 16, 15;
  --muted: #5b5750;
  --faint: #b8b1a8;
  --line: #171615;
  --accent: #e64b35;
  --accent-rgb: 230, 75, 53;
  --accent-dark: #bf3323;
  --white: #ffffff;
  --black: #050505;
  --success: #34785c;
  --warning: #aa751d;
  --error: #b3261e;
  --container: 1160px;
  --narrow: 920px;
  --header-control-size: 42px;
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.page-pad {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding-inline: 24px;
}

.page-narrow {
  width: min(100%, var(--narrow));
  margin: 0 auto;
  padding-inline: 24px;
}

.site-header {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: center;
}

.nav-link {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--accent);
  outline: none;
}

.header-btn {
  justify-self: end;
  height: var(--header-control-size);
  min-height: var(--header-control-size);
}

.btn {
  min-height: var(--header-control-size);
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  background: var(--black);
  color: var(--white);
  outline: none;
}

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

.btn-primary {
  background: var(--black);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
}

.star,
.dot-star,
.ticker i {
  display: inline-block;
  flex: 0 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
}

.star {
  width: 26px;
}

.star-sm {
  width: 11px;
}

.star-inline {
  width: 34px;
  vertical-align: -0.12em;
}

.dot-star,
.ticker i {
  width: 11px;
}

.hero {
  padding-top: 42px;
  padding-bottom: 68px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: 38px;
  align-items: center;
}

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

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

h1 span {
  display: block;
  white-space: nowrap;
}

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

.strike {
  position: relative;
  display: inline-block;
}

.strike::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  top: 53%;
  height: 0.12em;
  background: var(--accent);
  transform: rotate(-3deg);
}

.service-line,
.kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.latin-weight-match {
  font-weight: 430;
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-art {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
}

.portrait-bg {
  display: none;
}

.shape {
  display: none;
}

.diamond-left {
  width: 96px;
  height: 96px;
  left: 74px;
  top: 80px;
  transform: rotate(45deg);
}

.diamond-right {
  width: 96px;
  height: 96px;
  right: 74px;
  top: 80px;
  transform: rotate(45deg);
}

.bar {
  width: 260px;
  height: 60px;
  left: 85px;
  top: 166px;
}

.portrait {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background: var(--black);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portrait::after,
.portfolio-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(243, 241, 237, 0.2), rgba(230, 75, 53, 0.12)),
    rgba(16, 16, 15, 0.04);
  mix-blend-mode: soft-light;
}

.ticker-wrap {
  position: relative;
  height: 116px;
}

.ticker {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 112vw;
  margin-left: -56vw;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
  transform: rotate(-3.5deg);
}

.ticker-track {
  width: max-content;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 70px;
  padding-inline: 26px;
  animation: ticker 24s linear infinite;
}

.ticker-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}

.ticker-item span {
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ticker-item .ticker-en {
  font-weight: 560;
}

.about {
  padding-top: 58px;
  padding-bottom: 86px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.kicker {
  margin-bottom: 18px;
  font-size: 13px;
}

.about h2 {
  max-width: 360px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

.about-copy h3 {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.42;
  text-align: justify;
  text-align-last: left;
}

.about-copy p {
  max-width: 570px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
  text-align: justify;
  text-align-last: left;
}

.body-latin {
  font-weight: 430;
}

.bio-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 0;
}

.bio-meta dt {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bio-meta dd {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.bio-meta .bio-date {
  font-weight: 560;
}

.awards,
.portfolio,
.contact {
  position: relative;
  padding-top: 62px;
  padding-bottom: 72px;
}

.section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 55px;
  text-align: center;
}

.section-heading .star {
  margin-bottom: 24px;
}

.section-heading h2 {
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.award-list {
  display: grid;
  gap: 18px;
}

.award-row {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  padding: 22px 28px;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease;
}

.award-row:hover {
  background: var(--surface);
}

.award-index {
  width: 34px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.award-row h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.award-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

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

.contact .award-row {
  position: relative;
  grid-template-columns: auto minmax(0, 1fr);
  cursor: pointer;
}

.contact .award-row a {
  color: inherit;
  text-decoration: none;
}

.contact .award-row h3.contact-title-en {
  font-weight: 520;
}

.contact .award-row:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.copy-status {
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 8px 12px;
  background: var(--accent);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.94);
  transition: opacity 160ms ease, transform 160ms ease;
}

.contact-copy-row.is-copied .copy-status {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.award-type,
.award-row time {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.award-type {
  font-weight: 900;
}

.award-row time {
  font-weight: 680;
}

.edge-star {
  display: none;
}

.portfolio-list {
  display: grid;
  gap: 58px;
}

.portfolio-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.portfolio-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 10px;
}

.portfolio-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.portfolio-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.02) brightness(0.98);
  transition: transform 220ms ease;
}

.portfolio-card img.cover-left {
  object-position: left center;
}

.portfolio-card > div {
  display: flex;
  flex-direction: column;
}

.portfolio-card:hover img {
  transform: scale(1.035);
}

.tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  background: var(--accent);
  color: var(--white);
  padding: 8px 13px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.portfolio-card h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
}

.portfolio-card p {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
  text-align: justify;
  text-align-last: left;
}

.portfolio-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: auto;
  margin-bottom: 0;
  border-top: 1px solid rgba(var(--ink-rgb), 0.22);
  padding-top: 20px;
}

.portfolio-meta dt {
  margin-bottom: 7px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.portfolio-meta div:nth-child(2) {
  justify-self: center;
  text-align: left;
}

.portfolio-meta div:nth-child(3) {
  justify-self: end;
  text-align: left;
}

.portfolio-meta dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.portfolio-meta div:nth-child(3) dd {
  font-weight: 560;
}

.project-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  padding-bottom: 72px;
}

.project-hero {
  padding-top: 68px;
  padding-bottom: 24px;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.back-link {
  width: max-content;
}

.pdf-link span {
  font-weight: 700;
}

.project-hero h1 {
  max-width: 1120px;
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 1.08;
}

.project-hero h1 .project-title-part {
  display: inline;
  white-space: normal;
}

.project-lead {
  max-width: 1060px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
  text-align: justify;
  text-align-last: left;
}

.project-cover {
  padding-top: 28px;
  padding-bottom: 70px;
}

.project-cover-box {
  min-height: 440px;
  border: 1px solid var(--line);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  background: var(--surface);
  text-align: center;
}

.project-cover-box .tag {
  margin-bottom: 0;
}

.project-cover-box strong {
  font-size: clamp(34px, 7vw, 82px);
  font-weight: 900;
  line-height: 1;
}

.project-cover-image {
  min-height: 0;
  display: block;
  overflow: hidden;
  background: var(--surface);
}

.project-cover-image img {
  width: 100%;
  height: auto;
}

.project-content {
  width: min(100%, var(--container));
  max-width: 100%;
  overflow-x: clip;
  padding-top: 0;
}

.project-content-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
  gap: 64px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.24);
  padding-top: 42px;
}

.project-section-label .star {
  width: 18px;
  margin-bottom: 18px;
}

.project-section-label h2 {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.project-text p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  text-align: justify;
  text-align-last: left;
}

.project-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.project-process article {
  min-height: 210px;
  border: 1px solid var(--line);
  padding: 22px;
  transition: background 160ms ease;
}

.project-process article:hover {
  background: var(--surface);
}

.project-process span {
  width: 34px;
  aspect-ratio: 1;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.project-process h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.project-process p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.project-gallery {
  margin-top: 0;
}

.project-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.24);
  padding-top: 28px;
}

.project-gallery-heading .tag {
  margin-bottom: 0;
}

.project-gallery-heading p {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.project-gallery-list {
  display: grid;
  gap: 24px;
  width: 100%;
  max-width: 100%;
}

.project-page-shot {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}

.project-page-shot img {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
}

.project-pager {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 0;
}

.footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.15);
}

.footer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

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

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

.is-lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(5, 5, 5, 0.86);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overscroll-behavior: contain;
  touch-action: none;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.image-lightbox.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 180ms ease;
}

.image-lightbox img {
  max-width: 100vw;
  max-height: 100vh;
  border: 0;
  object-fit: contain;
  transition: transform 120ms ease;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
  will-change: transform;
}

.image-lightbox.is-image-zoomed img {
  cursor: grab;
}

.image-lightbox.is-dragging-image img {
  cursor: grabbing;
  transition: none;
}

.lightbox-control {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--header-control-size);
  height: var(--header-control-size);
  min-width: var(--header-control-size);
  min-height: var(--header-control-size);
  padding: 0;
  border-color: var(--bg);
  background: transparent;
  color: var(--bg);
  cursor: pointer;
}

.lightbox-control:hover,
.lightbox-control:focus-visible {
  border-color: var(--black);
  background: var(--black);
  color: var(--bg);
}

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

.lightbox-arrow {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 180ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.image-lightbox.is-arrow-idle .lightbox-arrow {
  opacity: 0;
  pointer-events: none;
}

.lightbox-arrow:active {
  transform: translateY(calc(-50% + 1px));
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 3px;
  background: currentColor;
}

.lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-prev::before {
  transform: translate(calc(-50% + 2px), -50%) rotate(-135deg);
}

.lightbox-next {
  right: 24px;
}

.lightbox-next::before {
  transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}

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

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .portfolio-card,
  .project-content-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 1;
  }

  .hero-art {
    order: 2;
  }

  .about h2,
  .about-copy h3,
  .about-copy p,
  .project-lead {
    max-width: none;
  }

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

@media (max-width: 700px) {
  :root {
    --header-control-size: 38px;
  }

  html,
  body {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  .page-pad,
  .page-narrow {
    padding-inline: 18px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .brand {
    font-size: 18px;
  }

  .header-btn {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 26px;
    padding-bottom: 62px;
  }

  h1 {
    font-size: clamp(27px, 8.2vw, 38px);
  }

  .service-line {
    gap: 9px;
    font-size: 11px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-actions .btn {
    flex: 1 1 150px;
  }

  .hero-art {
    min-height: 330px;
  }

  .shape {
    border-width: 5px;
  }

  .portrait-bg {
    width: min(100%, 350px);
  }

  .portrait {
    width: min(100%, 350px);
  }

  .diamond-left,
  .diamond-right {
    width: 78px;
    height: 78px;
    top: 66px;
  }

  .diamond-left {
    left: 56px;
  }

  .diamond-right {
    right: 56px;
  }

  .bar {
    width: 210px;
    height: 50px;
    top: 140px;
    left: 70px;
  }

  .ticker-wrap {
    height: 94px;
  }

  .ticker {
    top: 20px;
  }

  .about,
  .awards,
  .portfolio {
    padding-block: 54px;
  }

  .project-hero {
    padding-top: 38px;
    padding-bottom: 22px;
  }

  .project-hero h1 {
    font-size: clamp(36px, 12vw, 54px);
    line-height: 1.22;
  }

  .project-hero h1 .project-title-part {
    display: block;
    white-space: nowrap;
  }

  .project-lead {
    font-size: 14px;
    line-height: 1.75;
  }

  .project-process {
    grid-template-columns: 1fr;
  }

  .project-cover {
    padding-bottom: 54px;
  }

  .project-cover-box {
    min-height: 280px;
  }

  .project-content-grid {
    gap: 28px;
    padding-top: 34px;
  }

  .project-section-label h2 {
    font-size: 30px;
  }

  .project-process {
    margin-top: 38px;
  }

  .project-process article {
    min-height: 0;
  }

  .project-gallery {
    margin-top: 0;
  }

  .project-gallery-heading {
    display: grid;
    gap: 14px;
    align-items: start;
  }

  .project-gallery-heading p {
    text-align: left;
  }

  .project-pager {
    flex-direction: column;
  }

  .image-lightbox img {
    max-height: calc(100vh - 78px);
  }

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

  .lightbox-arrow {
    display: none;
  }

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

  .award-row {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 4px 14px;
    padding: 16px;
  }

  .award-index {
    width: 30px;
    grid-row: 1 / 3;
    align-self: center;
  }

  .award-row > div {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }

  .award-type {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    white-space: nowrap;
  }

  .award-row time {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    justify-self: end;
    white-space: nowrap;
  }

  .contact .award-list {
    grid-template-columns: 1fr;
  }

  .contact .award-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .edge-star {
    display: none;
  }

  .footer {
    padding-block: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
