@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
header,
footer,
nav,
section,
figure {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #1f1f1f;
  font-family:
    "Proxima Nova", "Montserrat", "Avenir Next", "Helvetica Neue", Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --card-shadow:
    0 0.5625rem 0.625rem -0.5rem #00000021, 0 -0.125rem 0.25rem #ffffff80,
    0 0.125rem 0.0625rem -0.0625rem #0000000d, 0 0 0 0.0625rem #00000012;
}

a {
  color: #164b92;
}

a:hover {
  color: #0f2f5c;
}

.site-header {
  border-bottom: 1px solid #e5e8ef;
  background: #ffffff;
}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-header__brand {
  color: #0a2d60;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.site-header__brand-kicker {
  font-size: 11px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #5f6f87;
  font-weight: 600;
}

.site-header__brand-title {
  font-size: 20px;
  line-height: 1.1;
  color: #0a2d60;
  font-weight: 600;
}

.site-header__nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.site-header__link {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0d2f62;
  font-weight: 600;
}

.site-header__link:hover {
  color: #164b92;
}

.site-header__link--cta {
  border: 1px solid #164b92;
  border-radius: 999px;
  padding: 8px 12px;
}

.site-header__link--cta:hover {
  color: #ffffff;
  background: #164b92;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.container {
  width: 100%;
}

.content {
  max-width: 1200px;
  margin: 20px auto 28px;
  padding: 0 22px;
}

.album-index-page .content {
  margin: 0;
  padding: 0;
}

.album-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  font-family: "proxima-nova", "Proxima Nova", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #c0392b;
  text-decoration: none;
}

.album-back-link:hover {
  color: #962d22;
}

.album-back-link__icon {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}

.album-intro {
  max-width: 900px;
  margin: 16px auto 36px;
  color: #0a2d60;
  text-align: center;
}
.grandyman-logo {
  max-width: 480px;
  margin: 0 auto 32px;
}
.album-kicker {
  font-family: "Droid Sans", "Montserrat", Arial, sans-serif;
  font-size: 19.384px;
  line-height: 34.8912px;
  font-weight: 400;
  color: #0a2d60;
  margin: 0;
  letter-spacing: 0;
}

.album-title {
  font-family: "proxima-nova", "Proxima Nova", "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #0a2d60;
  margin: 8px 0 32px 0;
}

.album-copy {
  font-family: "Droid Sans", "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
  color: #0a2d60;
  margin: 16px 0;
}

.download-album-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0a2d60;
  color: #ffffff;
  text-decoration: none;
  font-family: "proxima-nova", "Proxima Nova", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.download-album-btn:hover {
  color: #ffffff;
  background: #123f82;
}

.album-index-intro {
  margin: 0 0 14px;
}

.album-index-title {
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 6px;
}

.album-index-copy {
  margin: 0;
  color: #555555;
}

.album-index-nav {
  margin-top: 8px;
}

.album-index-team {
  margin-bottom: 18px;
}

.album-index-division {
  margin-bottom: 22px;
}

.album-index-division-title {
  font-size: 18px;
  font-weight: 700;
  color: #152d53;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.album-index-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.album-index-link {
  font-size: 18px;
  line-height: 1.8;
  color: #c0392b;
  text-decoration: underline;
}

.album-index-link:hover {
  color: #962d22;
}

.album-index-link--team {
  font-weight: 600;
}

.album-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.menu-img {
  width: calc(25% - 15px);
}

.album-card-link {
  display: block;
  text-decoration: none;
}

.album_thumb {
  width: 100%;
  border-radius: 4px;
  box-shadow: var(--card-shadow);
  transition:
    transform 120ms ease,
    box-shadow 120ms ease;
}

.album-card-link:hover .album_thumb {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow);
}

.album_title {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #152d53;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 8px;
}

.gallery__img--main,
.gallery__img--secondary {
  position: relative;
  width: calc(33.333% - 12px);
}

.gallery .media-link img {
  width: 100%;
  border-radius: 4px;
  box-shadow: var(--card-shadow);
}

.gallery-photo__image-wrap,
.team-photo__image-wrap {
  position: relative;
}

.photo-download-chip {
  position: absolute;
  right: 10px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 37, 71, 0.9);
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(8, 20, 40, 0.25);
}

.photo-download-chip:hover {
  background: rgba(22, 75, 146, 0.95);
}

.download-icon-svg {
  width: 14px;
  height: 14px;
}

figcaption {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #2c2c2c;
  text-align: center;
}

.division-subhead {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #142e55;
  margin: 16px 0 4px;
  padding-bottom: 6px;
  border-bottom: 2px solid #d5d5d5;
}

.team-photo figcaption {
  letter-spacing: 0.1px;
  font-weight: 600;
}

footer:not(.site-footer) {
  display: none;
}

.site-footer {
  margin-top: 48px;
  padding: 28px 22px 32px;
  border-top: 1px solid #e5e8ef;
  background: #fafbfd;
  text-align: center;
}

.site-footer__brand {
  display: inline-block;
  line-height: 0;
}

.site-footer__logo {
  width: 180px;
  max-width: 70vw;
  height: auto;
}

.pswp-caption-content {
  display: none;
}

@media screen and (max-width: 1000px) {
  .menu-img,
  .gallery__img--main,
  .gallery__img--secondary {
    width: calc(50% - 9px);
  }
}

@media screen and (max-width: 640px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
  }

  .site-header__brand-title {
    font-size: 18px;
  }

  .site-header__nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .site-header__link {
    font-size: 11px;
  }

  .content {
    padding: 0 14px;
  }

  .menu-img,
  .gallery__img--main,
  .gallery__img--secondary {
    width: 100%;
  }

  .album-kicker {
    font-size: 19.384px;
    line-height: 34.8912px;
  }

  .album-title {
    font-size: 26.152px;
    line-height: 34.8554px;
  }

  .site-footer {
    margin-top: 32px;
    padding: 22px 14px 28px;
  }

  .site-footer__logo {
    width: 150px;
  }
}
