:root {
  --gor-brown: #5f4333;
  --gor-green: #99c24d;
  --gor-purple: #6d2f73;
  --gor-yellow: #f3e63a;
  --gor-text: #5a4035;
  --gor-line: #7f6a5c;
  --gor-muted: #bebebe;
  --gor-bg: #ffffff;
  --gor-font: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--gor-bg);
  color: var(--gor-text);
  font-family: var(--gor-font);
}

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

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

.page-shell {
  min-height: 100vh;
}

.site-header {
  background: var(--gor-brown);
  border-bottom: 4px solid var(--gor-green);
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 13px 26px;
  display: grid;
  grid-template-columns: 88px repeat(4, minmax(0, 1fr));
  align-items: center;
  column-gap: 12px;
}

.site-logo img {
  width: 36px;
  height: auto;
}

.site-nav__link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 8px;
}

.site-nav__link.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.footer__menu a:hover,
.footer__menu a:focus-visible,
.more-archive a:hover,
.more-archive a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.title-band {
  background: var(--gor-green);
  color: var(--gor-text);
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  padding: 30px 16px 26px;
}

.container {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.container--narrow {
  width: min(1110px, calc(100% - 64px));
}

.divider {
  width: min(772px, 100%);
  margin: 0 auto;
  border: 0;
  border-top: 2px solid var(--gor-line);
}

.footer {
  margin-top: 90px;
  background: var(--gor-purple);
  border-top: 4px solid var(--gor-green);
  color: #fff;
}

.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 66px 86px;
  display: grid;
  grid-template-columns: 190px 1fr 1fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.footer__logo {
  width: 116px;
}

.footer__title {
  color: var(--gor-yellow);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
}

.footer__text + .footer__title {
  margin-top: 18px;
}

.footer__text,
.footer__text a,
.footer__menu a {
  color: #fff;
  font-size: 12px;
  line-height: 1.85;
}

.footer__text a:hover,
.footer__text a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__menu {
  display: grid;
  gap: 2px;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
}

.footer-social-link svg {
  display: block;
  width: 100%;
  height: 100%;
}

.about-page .intro-space {
  height: 21px;
}

.about-page .body-copy {
  width: min(1160px, calc(100% - 120px));
  margin: 0 auto;
  padding: 56px 0 0;
}

.about-page .body-copy p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
}

.about-page .body-copy .subhead {
  margin-top: 72px;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 700;
}

.about-page .body-copy .english {
  color: var(--gor-muted);
  font-style: italic;
  line-height: 1.42;
}

.more-archive {
  margin: 58px auto 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.tenant-page .section-text {
  width: min(900px, calc(100% - 120px));
  margin: 0 auto;
  padding: 92px 0 26px;
  text-align: center;
  color: var(--gor-text);
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
}

.tenant-page .section-text p {
  margin: 0;
}

.name-grid {
  width: min(1130px, calc(100% - 120px));
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 48px;
}

.name-card {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.name-card--brown {
  background: var(--gor-brown);
}

.name-card--green {
  background: var(--gor-green);
}

.name-card--purple {
  background: var(--gor-purple);
}

.tenant-page .section-gap {
  height: 102px;
}

.archive-page .headline {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 42px 0 26px;
}

.archive-page .grid {
  width: min(1110px, calc(100% - 80px));
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 40px;
}

.archive-page .grid .spacer {
  visibility: hidden;
}

.archive-card {
  padding: 12px;
  transition: transform 0.18s ease;
  transform-origin: center center;
}

.archive-card:hover,
.archive-card:focus-visible {
  transform: rotate(-2deg);
}

.archive-card--brown {
  background: var(--gor-brown);
}

.archive-card--green {
  background: var(--gor-green);
}

.archive-card--purple {
  background: var(--gor-purple);
}

.archive-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.archive-card__title {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.28;
  padding: 14px 8px 6px;
}

.archive-detail .hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.archive-detail .copy {
  width: min(980px, calc(100% - 320px));
  margin: 0 auto;
  padding-top: 44px;
}

.archive-detail .copy p {
  margin: 0 0 42px;
  font-size: clamp(20px, 1.45vw, 30px);
  line-height: 1.33;
  letter-spacing: -0.01em;
}

.archive-detail .copy .english-label {
  color: #b0b0b0;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
  margin-bottom: 18px;
}

.archive-detail .copy .english {
  color: #b9b9b9;
  font-style: italic;
  line-height: 1.38;
}

.archive-detail .stacked-images {
  width: min(980px, calc(100% - 320px));
  margin: 54px auto 50px;
  display: grid;
  gap: 12px;
}

.archive-detail .stacked-images img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.five-years-gallery {
  gap: 48px;
}

.five-years-gallery img {
  aspect-ratio: auto;
  object-fit: contain;
}

.five-years-gallery__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}

.five-years-gallery__pair img {
  width: 100%;
  height: auto;
}

.five-years-detail .title-band {
  font-size: clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.854), 25px);
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
}

.five-years-copy {
  width: min(1640px, calc(100% - 400px));
  margin: 0 auto;
}

.five-years-divider {
  width: min(680px, calc(100% - 200px));
  margin: 30px auto;
  border-top-color: #d8d8d8;
}

.five-years-detail .copy {
  padding-top: 0;
}

.five-years-detail .copy p {
  margin: 0 0 24px;
  color: #222;
  font-size: 29px;
  line-height: 1.34;
  letter-spacing: -0.01em;
}

.five-years-detail .copy .five-years-lead {
  margin-bottom: 26px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.24;
}

.five-years-detail .stacked-images {
  margin-top: 40px;
  margin-bottom: 40px;
}

.five-years-detail .copy .english-label {
  margin-top: 6px;
  margin-bottom: 14px;
  color: #6f6f6f;
  font-size: 28px;
  font-weight: 700;
}

.five-years-detail .copy .english {
  color: #6f6f6f;
  font-style: italic;
}

.five-years-detail .more-archive {
  margin-top: 42px;
  font-size: 17px;
  font-weight: 600;
}

.checkpoint-detail .title-band {
  font-size: clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.854), 25px);
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
}

.checkpoint-copy {
  width: min(1640px, calc(100% - 400px));
  margin: 0 auto;
}

.checkpoint-divider {
  width: min(680px, calc(100% - 200px));
  margin: 30px auto;
  border-top-color: #d8d8d8;
}

.checkpoint-detail .copy {
  padding-top: 0;
}

.checkpoint-detail .copy p {
  margin: 0 0 24px;
  color: var(--gor-text);
  font-size: clamp(20px, 1.45vw, 30px);
  line-height: 1.33;
  letter-spacing: -0.01em;
}

.checkpoint-detail .copy .checkpoint-lead {
  margin-bottom: 26px;
  color: var(--gor-text);
  font-size: clamp(20px, 1.45vw, 30px);
  font-weight: 500;
  line-height: 1.33;
}

.checkpoint-detail .stacked-images {
  margin-top: 40px;
  margin-bottom: 40px;
}

.checkpoint-detail .copy .english-label {
  margin-top: 6px;
  margin-bottom: 14px;
  color: #b0b0b0;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
}

.checkpoint-detail .copy .english {
  color: #b9b9b9;
  font-style: italic;
  line-height: 1.38;
}

.checkpoint-detail .more-archive {
  margin-top: 42px;
  font-size: 17px;
  font-weight: 600;
}

.upcoming-page .hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.upcoming-page .content-row {
  width: min(1060px, calc(100% - 100px));
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: end;
}

.upcoming-page .title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.upcoming-page .meta {
  margin: 0;
  text-align: right;
  font-size: 17px;
  line-height: 1.35;
}

.upcoming-page .meta strong {
  font-size: 19px;
}

.upcoming-page .body {
  width: min(1060px, calc(100% - 100px));
  margin: 50px auto 0;
}

.upcoming-page .body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.42;
}

@media (max-width: 960px) {
  .site-header__inner {
    grid-template-columns: 56px 1fr 1fr;
    row-gap: 4px;
    padding: 12px 16px;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    padding: 40px 24px 54px;
    gap: 30px;
  }

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

  .upcoming-page .content-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .upcoming-page .meta {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .container,
  .container--narrow,
  .about-page .body-copy,
  .tenant-page .section-text,
  .name-grid,
  .archive-page .grid,
  .archive-detail .copy,
  .upcoming-page .content-row,
  .upcoming-page .body {
    width: calc(100% - 32px);
  }

  .title-band {
    font-size: 24px;
    padding: 24px 16px 22px;
  }

  .about-page .body-copy p,
  .upcoming-page .body p {
    font-size: 16px;
  }

  .archive-detail .copy {
    padding-top: 28px;
  }

  .archive-detail .copy p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.42;
    letter-spacing: 0;
  }

  .archive-detail .copy .english-label {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .name-grid,
  .archive-page .grid,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .archive-detail .stacked-images {
    width: calc(100% - 32px);
    margin-top: 36px;
    margin-bottom: 36px;
    gap: 12px;
  }

  .five-years-gallery__pair {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .five-years-copy {
    width: calc(100% - 32px);
  }

  .five-years-divider {
    width: min(680px, calc(100% - 40px));
    margin: 24px auto;
  }

  .five-years-detail .copy p,
  .five-years-detail .copy .five-years-lead,
  .five-years-detail .copy .english-label {
    font-size: 16px;
    line-height: 1.42;
  }

  .checkpoint-copy {
    width: calc(100% - 32px);
  }

  .checkpoint-divider {
    width: min(680px, calc(100% - 40px));
    margin: 24px auto;
  }

  .checkpoint-detail .copy p,
  .checkpoint-detail .copy .checkpoint-lead,
  .checkpoint-detail .copy .english-label {
    font-size: 16px;
    line-height: 1.42;
  }
}
