/* ── Reset ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Helvetica !important;
}

html {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  font-family: Helvetica !important;
}

body {
  font-family: Helvetica !important;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

/* =====================
   SECTION 1 — Landing
   ===================== */
.landing {
  scroll-snap-align: start;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* 16:9 slide container */
.landing__slide-box {
  position: relative;
  width: 100%;
  max-width: calc(100vh * 16 / 9);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing__slide-img {
  position: absolute;
  max-width: 320px;
  width: 55%;
  height: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.landing__slide-img.active {
  opacity: 1;
}

/* Scroll arrow */
.landing__scroll {
  position: absolute;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.2s;
  background: none;
  border: none;
  color: inherit;
}

.landing__scroll:hover {
  opacity: 1;
}

.landing__scroll-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: lowercase;
}

.landing__scroll-arrow {
  width: 12px;
  height: 12px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: rotate(45deg);
}

/* =====================
   SECTION 2 — Main
   ===================== */
.main {
  scroll-snap-align: start;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

/* ── Masthead ── */
.masthead {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 64px 20px;
}

.masthead__logo-cycle {
  position: relative;
  width: 180px;
  height: 46px;
}

.masthead__logo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.masthead__logo-img.active {
  opacity: 1;
}

/* Contact links — positioned top-right */
.masthead__contact {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 24px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.masthead__contact a {
  color: #000;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.15s;
}

.masthead__contact a:hover {
  opacity: 1;
}

/* ── Two-column body ── */
.columns {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  padding: 0 64px;
  min-height: 0;
  overflow: hidden;
}

/* Left column: scrollable gallery */
.columns__left {
  flex: 0 1 580px;
  max-width: 580px;
  height: 100%;
  overflow-y: auto;
  padding: 20px 0 64px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.columns__left::-webkit-scrollbar {
  display: none;
}

.gallery__featured {
  width: 100%;
  height: auto;
  display: block;
}

.gallery__img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.gallery__img:last-child {
  margin-bottom: 0;
}

/* Vimeo embed */
.gallery__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 24px;
  background: #000;
}

.gallery__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Back link */
.gallery__back {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.15s;
  letter-spacing: 0.04em;
}

.gallery__back:hover {
  opacity: 1;
}

/* Right column: static text */
.columns__right {
  flex: 0 1 500px;
  max-width: 500px;
  height: 100%;
  overflow-y: auto;
  padding: 20px 0 64px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.columns__right::-webkit-scrollbar {
  display: none;
}

.right__bio {
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 40px;
  max-width: 440px;
}

.right__bio p {
  margin-bottom: 1em;
}

.right__bio p:last-child {
  margin-bottom: 0;
}

.right__notable-heading {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
  font-style: italic;
}

.right__notable-list {
  list-style: none;
  padding: 0;
}

.right__notable-list li {
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 3px;
}

.right__notable-list a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.5px;
  cursor: pointer;
  transition: opacity 0.15s;
}

.right__notable-list a:hover {
  opacity: 0.5;
}

.right__notable-list a.active {
  font-weight: 700;
  text-decoration-thickness: 1.5px;
}

/* Mobile-only footer: hidden on desktop */
.mobile-footer {
  display: none;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .landing__slide-img {
    max-width: 200px;
  }

  .masthead {
    padding: 24px 24px 14px;
    justify-content: center;
  }

  .masthead__logo-cycle {
    width: 140px;
    height: 36px;
  }

  /* Hide contact links from masthead on mobile */
  .masthead__contact {
    display: none;
  }

  .columns {
    flex-direction: column;
    padding: 0 24px;
    gap: 0;
    overflow-y: auto;
    flex: 1 1 auto;
  }

  .columns__left {
    max-width: 100%;
    flex: none;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 12px 0 24px;
  }

  .columns__right {
    max-width: 100%;
    flex: none;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0 0 48px;
  }

  .right__bio { font-size: 14px; max-width: 100%; }
  .right__notable-heading { font-size: 14px; }
  .right__notable-list li { font-size: 14px; }

  /* Show mobile footer */
  .mobile-footer {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 32px 0 0;
    font-size: 13px;
  }

  .mobile-footer a {
    color: #000;
    text-decoration: none;
    opacity: 0.55;
    transition: opacity 0.15s;
  }

  .mobile-footer a:hover {
    opacity: 1;
  }
}
