* {
  box-sizing: border-box;
}

:root {
  --bg: #020807;
  --text: #f4f4f0;
  --muted: rgba(244, 244, 240, 0.58);
  --line: rgba(255, 255, 255, 0.13);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 74% 8%, rgba(0, 170, 255, 0.08), transparent 32%),
    radial-gradient(circle at 18% 44%, rgba(255, 180, 80, 0.055), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 28%, black 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 28%, black 0%, transparent 72%);
}

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

.glass {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.04)
  );
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 24px 80px rgba(0,0,0,0.35);
}

/* Header */

.header {
  position: fixed;
  z-index: 20;
  top: 24px;
  left: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: -0.12em;
}

.nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 54px;
  padding: 20px 54px;
  border-radius: 999px;
}

.nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav .active {
  position: relative;
}

.nav .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 38px;
  height: 2px;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 0 18px white;
}

/* Hero */

.about-hero {
  position: relative;
  min-height: 360px;
  padding: 130px 60px 48px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
  opacity: 0.75;
}

.hero-orb-one {
  right: 7vw;
  top: 125px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(0,170,255,0.16), transparent 68%);
}

.hero-orb-two {
  left: 8vw;
  bottom: -170px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255,180,80,0.08), transparent 70%);
}

.eyebrow,
.section-label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

h1 {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 0.92;
  font-weight: 200;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-subtitle {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: rgba(244,244,240,0.82);
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.45;
  font-weight: 300;
}

.about-location {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.about-location span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 14px;
  border-radius: 50%;
  background: #00aaff;
}

/* Bio */

.about-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: 54px;
  padding: 58px 60px 52px;
  align-items: start;
}

.about-image {
  position: relative;
  margin: 0;
  min-height: 620px;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.22)),
    radial-gradient(115% 100% at 50% 50%, transparent 58%, rgba(0,0,0,0.36) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    inset 0 1px 2px rgba(255,255,255,0.18),
    inset 0 0 72px rgba(255,255,255,0.035);
}

.about-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 20% center;
  opacity: 0.92;
}

.about-copy {
  padding-top: 10px;
}

.about-copy p {
  max-width: 820px;
  margin: 0 0 26px;
  color: rgba(244,244,240,0.72);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 300;
}

.about-copy .lead {
  color: var(--text);
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 300;
  margin-bottom: 38px;
}

/* Details */

.about-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 8px 60px 74px;
}

.detail-card {
  min-height: 180px;
  padding: 28px;
  border-radius: 24px;
}

.detail-card span {
  display: block;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-card p {
  margin: 0;
  color: rgba(244,244,240,0.84);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 300;
}

/* Contact */

.contact-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 44px;
  margin: 0 60px 82px;
  padding: 42px;
  border-radius: 30px;
}

.contact-panel h2 {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 250;
  letter-spacing: -0.04em;
}

.resume-note {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.contact-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

.contact-links a {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  color: rgba(244,244,240,0.78);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.contact-links a:hover {
  color: white;
  padding-left: 8px;
}

/* Press */

.press-section {
  padding: 0 60px 72px;
}

.press-header {
  margin-bottom: 24px;
}

.press-header h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 250;
  letter-spacing: -0.035em;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.press-card {
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.press-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.28);
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.22),
    rgba(255,255,255,0.065)
  );
}

.press-card span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-card h3 {
  margin: auto 0 12px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.press-card p {
  margin: 0;
  color: rgba(244,244,240,0.66);
  font-size: 14px;
  line-height: 1.45;
}


/* About gallery */

.about-gallery {
  padding: 54px 60px 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gallery-heading {
  margin-bottom: 24px;
}

.gallery-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 250;
  letter-spacing: -0.035em;
}

.about-gallery-grid {
  column-count: 3;
  column-gap: 18px;
}

.about-gallery-item,
.about-gallery-item.large,
.about-gallery-item.wide,
.about-gallery-item.tall {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  opacity: 0.88;
  cursor: zoom-in;
  box-shadow: none;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.about-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.16)),
    radial-gradient(115% 100% at 50% 50%, transparent 64%, rgba(0,0,0,0.28) 100%);
}

.about-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s ease;
}

.about-gallery-item:hover {
  opacity: 1;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.about-gallery-item:hover img {
  transform: scale(1.025);
}



/* Festivals & Awards */

.festivals-section {
  padding: 42px 60px 72px;
}

.festivals-header {
  margin-bottom: 18px;
}

.festivals-list {
  columns: 3;
  column-gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.festivals-list li {
  break-inside: avoid;
  padding: 0 0 14px;
  margin: 0 0 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.festivals-list span {
  display: block;
  color: rgba(244,244,240,0.72);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.festivals-list em {
  display: block;
  margin-top: 4px;
  color: rgba(244,244,240,0.42);
  font-size: 10px;
  line-height: 1.45;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


@media (min-width: 901px) and (max-width: 1180px) {
  .about-gallery-grid {
    column-count: 2;
  }
}


/* Image modal */

body.modal-open {
  overflow: hidden;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.image-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.image-modal img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 88vw;
  max-height: 84vh;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 40px 120px rgba(0,0,0,0.65);
}

.close-image,
.gallery-arrow {
  position: absolute;
  z-index: 3;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.close-image:hover,
.gallery-arrow:hover {
  background: rgba(255,255,255,0.24);
}

.close-image {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 18px;
}

.gallery-arrow {
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translateY(-50%);
  font-size: 44px;
  line-height: 1;
}

.gallery-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}

.gallery-prev {
  left: 32px;
}

.gallery-next {
  right: 32px;
}

/* Footer */

/* Footer */

.footer {
  display: flex;
  justify-content: space-between;
  padding: 34px 60px;
  color: var(--muted);
  font-size: 13px;
}

.footer a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: white;
}

/* Mobile */

@media (max-width: 900px) {
  .header {
    left: 24px;
    right: 24px;
  }

  .nav {
    display: none;
  }

  .about-hero {
    min-height: 360px;
    padding: 112px 24px 42px;
  }

  h1 {
    font-size: 48px;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-location {
    line-height: 1.8;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 24px 36px;
  }

  .about-image {
    position: relative;
    top: auto;
    min-height: 420px;
    border-radius: 22px;
  }

  .about-image img {
    min-height: 420px;
    object-position: 20% center;
  }

  .about-copy .lead {
    font-size: 34px;
  }

  .about-copy p {
    font-size: 18px;
  }

  .about-details {
    grid-template-columns: 1fr;
    padding: 0 24px 52px;
  }

  .detail-card {
    min-height: auto;
    padding: 24px;
    border-radius: 20px;
  }

  .detail-card span {
    margin-bottom: 24px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    margin: 0 24px 58px;
    padding: 28px;
    border-radius: 22px;
  }

  .contact-panel h2 {
    font-size: 34px;
  }

  .press-section {
    padding: 0 24px 54px;
  }

  .press-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .press-card {
    min-height: 150px;
    padding: 22px;
    border-radius: 20px;
  }

  .press-card h3 {
    font-size: 24px;
  }


  .about-gallery {
    padding: 44px 24px 64px;
  }

  .gallery-heading {
    margin-bottom: 18px;
  }

  .gallery-heading h2 {
    margin-top: 12px;
    font-size: 34px;
  }

  .about-gallery-grid {
    column-count: 1;
    column-gap: 14px;
  }

  .about-gallery-item,
  .about-gallery-item.large,
  .about-gallery-item.wide,
  .about-gallery-item.tall {
    margin-bottom: 14px;
    border-radius: 16px;
  }


  .image-modal img {
    max-width: 90vw;
    max-height: 78vh;
    border-radius: 14px;
  }

  .close-image {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
  }

  .gallery-arrow {
    width: 46px;
    height: 46px;
    font-size: 36px;
  }

  .gallery-prev {
    left: 12px;
  }

  .gallery-next {
    right: 12px;
  }



  .festivals-section {
    padding: 36px 24px 56px;
  }

  .festivals-list {
    columns: 1;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
    padding: 28px 24px;
  }
}

/* Watch button alignment fix */

.watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 26px 12px 18px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 26px rgba(255,255,255,0.10),
    0 14px 42px rgba(0,0,0,0.32);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.watch-button:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.28);
  color: white;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.26),
    0 0 34px rgba(255,255,255,0.14),
    0 18px 52px rgba(0,0,0,0.42);
}

.play {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: block;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid rgba(255,255,255,0.92);
}

@media (max-width: 900px) {
  .watch-button {
    padding: 11px 22px 11px 16px;
    gap: 13px;
    font-size: 11px;
  }

  .play {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .play::before {
    border-top-width: 5.5px;
    border-bottom-width: 5.5px;
    border-left-width: 8.5px;
  }
}
/* END Watch button alignment fix */
