@charset "UTF-8";
/* CSS Document */

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background-image: url("img/Background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2rem;
  font-family: Arial, sans-serif;
  color: #e1dcdc;
}

* {
  box-sizing: border-box;
}

.top-row {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 2rem;
  margin-bottom: 1rem;
}

.menu-wrap {
  position: relative;
  z-index: 60;
  grid-column: 12;
  justify-self: end;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 2rem;
}

.logo-img,
.photo-words-img,
.navigation-img,
.cta-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo-img {
  grid-column: 1 / span 3;
  width: min(100%, 220px);
}

.menu-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.navigation-img {
  width: min(100%, 30px);
  transform: translateX(-8px);
}

.site-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 0.75rem);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 160px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(12, 12, 12, 0.68);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.site-menu[hidden] {
  display: none;
}

.site-menu a {
  color: #e1dcdc;
  text-decoration: none;
  font-family: "bmx-radical", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  opacity: 0.75;
}

.logo-link {
  display: block;
}

.photo-words-img {
  grid-column: 2 / span 5;
  width: 100%;
  max-width: 460px;
  justify-self: start;
  transform: none;
}

.cta-button {
  grid-column: 10 / span 3;
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-top: 310px;
  transform: none;
}

.cta-img {
  width: min(100%, 260px);
}

.slideshow-section {
  display: flex;
  flex-direction: column;
  grid-column: 7 / span 3;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.slideshow-title {
  margin: 0 0 0.75rem;
  color: #e1dcdc;
  font-family: "bmx-radical", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
}

.slideshow {
  position: relative;
  width: min(100%, 340px);
}

.slide-frame {
  position: relative;
  min-height: 260px;
  border-radius: 28px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.slide-frame::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  transform: rotate(-2deg);
  z-index: -1;
}

.slide-frame > * {
  border-radius: inherit;
}

.slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.slide-image.is-active {
  opacity: 1;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(225, 220, 220, 0.4);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s ease, color 0.25s ease;
}

.slideshow:hover .slide-arrow,
.slide-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  color: rgba(225, 220, 220, 0.9);
}

.slide-arrow-left {
  left: -18px;
}

.slide-arrow-right {
  right: -18px;
}

.inner-page {
  background-position: top center;
}

.inner-top-row {
  align-items: center;
  margin-bottom: 0.75rem;
}

.site-menu-static {
  position: static;
  display: flex;
  flex-direction: row;
  justify-self: end;
  align-items: center;
  gap: 1.35rem;
  min-width: auto;
}

.category-page {
  display: grid;
  gap: 2rem;
}

.category-hero {
  max-width: 920px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background: rgba(12, 12, 12, 0.58);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.category-kicker {
  margin: 0 0 0.75rem;
  font-family: "bmx-radical", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-title {
  margin: 0 0 1rem;
  font-family: "bmx-radical", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.category-copy {
  margin: 0;
  max-width: 58ch;
  line-height: 1.7;
}

.gallery-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.gallery-card,
.info-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.gallery-card {
  grid-column: span 4;
}

.gallery-card-wide {
  grid-column: span 12;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.info-card {
  grid-column: span 4;
  padding: 1.5rem;
}

.info-card h2 {
  margin: 0 0 0.75rem;
  font-family: "bmx-radical", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.info-card p {
  margin: 0;
  line-height: 1.7;
}

.photography-page {
  gap: 0.5rem;
  min-height: calc(100vh - 140px);
  justify-items: center;
  padding-top: 0;
  align-content: start;
}

.photography-title {
  margin: 0 0 0.75rem;
  color: #e1dcdc;
  font-family: "bmx-radical", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 4rem;
  align-items: center;
  justify-content: center;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.video-page {
  gap: 0.5rem;
  min-height: calc(100vh - 140px);
  justify-items: center;
  align-content: start;
}

.video-title {
  margin: 0 0 0.0px;
  color: #e1dcdc;
  font-family: "bmx-radical", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}

.find-me-page .category-copy,
.find-me-page .info-card h2,
.find-me-page .info-card p {
  font-family: ltr-beosans-hard-r21-bold, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.find-me-page {
  min-height: calc(100vh - 140px);
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  align-content: stretch;
}

.find-me-title-block {
  width: 100%;
}

.find-me-socials {
  display: grid;
  align-self: center;
  justify-items: center;
  width: 100%;
}

.find-me-handle {
  margin: 0;
  color: #e1dcdc;
  font-family: ltr-beosans-hard-r21-bold, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  text-align: center;
}

.find-me-footer-copy {
  width: min(100%, 680px);
  margin-top: 2rem;
  text-align: center;
}

.find-me-footer-copy p {
  margin: 0;
  color: #e1dcdc;
  font-family: ltr-beosans-hard-r21-bold, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.video-mosaic {
  display: grid;
  width: min(100%, 620px);
  margin: 0 auto;
  justify-items: center;
}

.video-slideshow {
  width: 100%;
}

.video-slideshow .mosaic-frame {
  min-height: 380px;
}

.photoshop-page .video-slideshow .mosaic-frame {
  min-height: 920px;
}

.mosaic-slideshow {
  position: relative;
  width: 100%;
}

.mosaic-slideshow .slide-image {
  display: none;
}

.mosaic-slideshow .slide-image.is-active {
  display: block;
}

.mosaic-frame {
  min-height: 250px;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.mosaic-frame::before {
  inset: -8px;
  border-radius: 28px;
  transform: rotate(1.5deg);
}

.mosaic-slideshow .slide-arrow {
  width: 34px;
  height: 34px;
}

.mosaic-slideshow .slide-arrow-left {
  left: -10px;
}

.mosaic-slideshow .slide-arrow-right {
  right: -10px;
}

.mosaic-offset-1 {
  transform: translateY(0);
}

.mosaic-offset-2 {
  transform: translateY(70px);
}

.mosaic-offset-3 {
  transform: translateY(8px);
}


@media (max-width: 768px) {
  body {
    padding: 1rem;
    background-attachment: scroll;
  }

  .top-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .feature-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    gap: 1.5rem;
  }

  .logo-img {
    grid-column: 1 / span 3;
    width: min(100%, 180px);
  }

  .menu-wrap {
    grid-column: 6;
    align-self: start;
  }

  .navigation-img {
    transform: none;
  }

  .site-menu {
    top: calc(100% + 0.5rem);
    min-width: 140px;
    padding: 0.85rem;
  }

  .site-menu-static {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .cta-button {
    grid-column: 4 / span 3;
    justify-self: end;
    margin-top: 0;
    transform: translateY(12px);
    z-index: 2;
  }

  .photo-words-img {
    grid-column: 1 / span 3;
    width: 100%;
    max-width: 360px;
    align-self: start;
  }

  .slideshow-section {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 340px;
    justify-self: center;
    align-items: center;
  }

  .slideshow {
    width: 100%;
  }

  .slide-frame {
    min-height: 220px;
  }

  .slideshow-title {
    text-align: left;
    font-size: 1.45rem;
  }

  .slide-arrow-left {
    left: 8px;
  }

  .slide-arrow-right {
    right: 8px;
  }

  .cta-img {
    width: min(100%, 180px);
  }

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

  .video-mosaic {
    width: min(100%, 520px);
  }

  .mosaic-frame {
    min-height: 220px;
  }

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

  .gallery-card,
  .gallery-card-wide,
  .info-card {
    grid-column: span 1;
  }
}

@media (max-width: 480px) {
  body {
    padding: 0.85rem;
  }

  .top-row {
    gap: 1rem;
  }

  .photo-words-img {
    grid-column: 1 / span 3;
    max-width: 220px;
  }

  .cta-button {
    grid-column: 4 / span 3;
    transform: translateY(8px);
  }

  .slideshow-section {
    max-width: 320px;
  }

  .slide-frame {
    min-height: 200px;
    border-radius: 22px;
  }

  .slide-arrow {
    width: 38px;
    height: 38px;
  }

  .cta-img {
    width: min(100%, 140px);
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
  }

  .video-mosaic {
    width: min(100%, 100%);
  }

  .mosaic-offset-1,
  .mosaic-offset-2,
  .mosaic-offset-3 {
    transform: none;
  }

  .mosaic-frame {
    min-height: 180px;
  }

  .mosaic-slideshow .slide-arrow {
    width: 32px;
    height: 32px;
  }

  .inner-top-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .site-menu-static {
    gap: 0.75rem;
  }

  .category-hero,
  .info-card {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .gallery-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-wide,
  .info-card {
    grid-column: span 1;
  }

  .gallery-card img {
    min-height: 220px;
  }
}
