:root {
  color-scheme: light;
  --blue: #3aa7d6;
  --ink: #3c3c3c;
  --soft: #8b8b8b;
  --line: #bdbdbd;
  --page: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-size: 14px;
}

body.has-lightbox {
  overflow: hidden;
}

img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}

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

.site-header {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 56px;
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

.wordmark {
  display: inline-grid;
  gap: 6px;
  width: max-content;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.wordmark span:last-child {
  color: #8f8f8f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 34px);
  color: #9b9b9b;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a {
  display: block;
  padding: 12px 0;
  line-height: 1;
}

.site-nav a:hover {
  color: var(--blue);
}

.site-nav a[aria-current="page"] {
  color: #222;
}

main {
  width: 100%;
  overflow: hidden;
}

.home-strip {
  display: flex;
  gap: 6px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
  scrollbar-width: none;
}

.home-strip::-webkit-scrollbar {
  display: none;
}

.home-strip {
  height: 664px;
}

.strip-image {
  flex: 0 0 auto;
  height: 100%;
}

.strip-image {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  padding: 46px 70px;
}

.lightbox.is-open {
  display: flex;
}

.lightbox__figure {
  display: grid;
  gap: 10px;
  justify-items: start;
  max-width: min(1280px, 86vw);
  max-height: 88vh;
  margin: 0;
}

.lightbox__image {
  max-width: 100%;
  max-height: calc(88vh - 34px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox__caption {
  color: #4a4a4a;
  font-size: 0.72rem;
  line-height: 1.42;
  letter-spacing: 0;
  max-width: min(520px, 72vw);
  text-align: left;
  text-transform: none;
  white-space: pre-line;
}

.lightbox__caption span {
  display: block;
}

.lightbox__meta {
  margin-bottom: 4px;
  color: #111;
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: none;
}

.lightbox__text {
  color: #595959;
}

.lightbox button {
  position: absolute;
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lightbox button:hover {
  color: #111;
}

.lightbox__close {
  top: 28px;
  right: 32px;
}

.lightbox__nav--prev {
  left: 32px;
}

.lightbox__nav--next {
  right: 32px;
}

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

h1,
h2 {
  margin-bottom: 0;
  color: #505050;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-heading {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 22px;
}

.about h1,
.about-contact-layout h1 {
  margin-bottom: 0;
}

.news {
  display: grid;
  grid-template-columns: 170px minmax(0, 580px);
  gap: 42px;
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 28px;
  border-top: 1px solid #e5e5e5;
  color: #696969;
  line-height: 1.7;
}

.news-strip {
  height: 560px;
  margin-bottom: 42px;
}

.about,
.contact {
  display: grid;
  grid-template-columns: 170px minmax(0, 580px);
  gap: 42px;
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 42px;
  border-top: 1px solid #e5e5e5;
  color: #696969;
  line-height: 1.7;
}

.news p,
.about p,
.contact p {
  margin-bottom: 14px;
}

.news p:last-child,
.about p:last-child,
.contact p:last-child {
  margin-bottom: 0;
}

.contact a {
  color: var(--blue);
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 20px 0 0;
}

.contact-list div {
  display: grid;
  gap: 3px;
}

.contact-list dt {
  color: #505050;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
}

.about-page {
  min-height: 560px;
}

.about-contact-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(360px, 0.82fr);
  gap: clamp(48px, 9vw, 130px);
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0 120px;
  border-top: 1px solid #e5e5e5;
  color: #696969;
}

.about-label {
  padding-top: 4px;
}

.about-main {
  max-width: 690px;
  line-height: 1.72;
}

.about-main p {
  max-width: 620px;
  margin-bottom: 17px;
}

.about-main .lead {
  color: #3f3f3f;
  font-size: 1.08rem;
  line-height: 1.62;
}

.about-contact-layout .contact-list {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 28px 56px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(940px, calc(100% - 40px));
  margin: 8px auto 0;
  padding: 24px 0 28px;
  border-top: 1px solid #f1f1f1;
  color: #a4a4a4;
  font-size: 0.72rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 30px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 10px 22px;
  }

  .home-strip {
    height: 58vh;
    min-height: 380px;
  }

  .news,
  .about,
  .contact,
  .about-contact-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-contact-layout {
    padding: 54px 0 78px;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 28px);
    padding-top: 22px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 12px 24px;
    font-size: 0.66rem;
  }

  .home-strip {
    height: 420px;
  }

  .wordmark {
    font-size: 1.7rem;
  }

  .wordmark span:last-child {
    font-size: 0.6rem;
  }

  .lightbox {
    padding: 52px 20px 34px;
  }

  .lightbox__nav {
    display: none;
  }
}
