@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #171717;
  background:
    radial-gradient(circle at 15% 20%, rgba(136, 96, 158, 0.578), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(190, 226, 255, .40), transparent 34%),
    radial-gradient(circle at 50% 78%, rgba(224, 205, 255, .26), transparent 38%),
    #f5f1eb;
  font-family: "Space Grotesk", Arial, sans-serif;
}

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

/* =========================
   HEADER
========================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 14px 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;

background: rgba(245, 241, 235, 0.38);
backdrop-filter: blur(22px);
-webkit-backdrop-filter: blur(22px);
 border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.site-logo {
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  line-height: .82;
  letter-spacing: -.07em;
  font-weight: 500;
  pointer-events: auto;
}

.site-nav {
  display: flex;
  gap: 28px;
  pointer-events: auto;
}

.site-nav a {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: lowercase;
}

.site-nav a:hover {
  text-decoration: underline;
}

/* =========================
   HERO
========================= */

.hero {
  min-height: 100vh;
  padding: 135px 6vw 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eyebrow,
.section-heading span,
.scroll-link,
footer,
.about-label,
.what-label,
.contact-label {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 30px;
}

h1 {
  font-size: clamp(72px, 13vw, 190px);
  line-height: .82;
  letter-spacing: -.085em;
  font-weight: 500;
  margin: 0;
}

/* =========================
   3D FLIPPING TITLE
========================= */

.flip-title {
  width: fit-content;
  min-width: 250px;
  height: 58px;
  perspective: 900px;
  margin-top: 34px;
  margin-bottom: 35px;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 58px;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 14px 21px;
  border: 1.5px solid #171717;
  border-radius: 7px;
  background: rgba(255, 255, 255, .52);
  box-shadow: 4px 4px 0 rgba(23, 23, 23, .07);
  font-family: "DM Mono", monospace;
  font-size: 15px;
  line-height: 27px;
  white-space: nowrap;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-back {
  transform: rotateX(180deg);
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.intro {
  max-width: 610px;
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin: 0;
}

.scroll-link {
  white-space: nowrap;
  padding-bottom: 3px;
}

/* =========================
   MAIN
========================= */

main {
  padding: 0 6vw;
}

/* =========================
   PROJECTS
========================= */

.work-section {
  padding: 90px 0 120px;
  border-top: 1px solid rgba(23, 23, 23, .22);
}

.section-heading {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 42px;
}

.section-heading h2 {
  font-size: clamp(34px, 5vw, 65px);
  letter-spacing: -.055em;
  font-weight: 500;
  margin: 0;
}

.section-heading span {
  opacity: .55;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 55px 22px;
}

.project-card {
  grid-column: span 4;
  transition: transform .3s ease;
}

.digital-grid .project-card {
  grid-column: span 3;
}

.project-card:hover {
  transform: translateY(-6px);
}

.project-image {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, .14);
  background: #e8e2da;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .09);
}

.project-image span {
  font-family: "DM Mono", monospace;
  font-size: clamp(12px, 1.2vw, 18px);
  letter-spacing: .05em;
  opacity: .7;
  text-align: center;
}

/* Placeholder image backgrounds */

.image-kaptur {
  background: linear-gradient(145deg, #f0f0ed, #d4e2e8);
}

.image-underground {
  background: linear-gradient(145deg, #dbe7ed, #aebfca);
}

.image-sprayground {
  background: linear-gradient(145deg, #dfe8e4, #f1eee8);
}

.image-sfviews {
  background: linear-gradient(145deg, #c5d9e9, #efb49e);
}

.image-daydream {
  background: linear-gradient(145deg, #f4d5df, #e5d0ee);
}

.image-testaments {
  background: linear-gradient(145deg, #ded7d0, #b5aaa2);
}

.image-type {
  background: linear-gradient(145deg, #9c9c75, #d4d0ac);
}

.image-movie {
  background: linear-gradient(145deg, #eee4d6, #d5b99e);
}

.image-styles {
  background: linear-gradient(145deg, #f8f8f6, #e4dfdb);
}

.image-fashion {
  background: linear-gradient(145deg, #dce7f2, #f1d7e1);
}

.image-afterhrs {
  background: linear-gradient(145deg, #292929, #858585);
  color: #fff;
}

.image-social {
  background: linear-gradient(145deg, #d8d1eb, #e6d6df);
}

.image-athletics {
  background: linear-gradient(145deg, #c5d6df, #e6e4de);
}

.image-concert {
  background: linear-gradient(145deg, #252525, #777);
  color: #fff;
}

.image-video {
  background: linear-gradient(145deg, #d8e3ef, #c7c0d9);
}

.project-card h3 {
  margin: 15px 0 3px;
  font-family: "DM Mono", monospace;
  font-size: 15px;
  font-weight: 500;
}

.project-card p {
  margin: 0;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  opacity: .58;
}

/* =========================
   WHAT I DO
========================= */

.what-i-do {
  border-top: 1px solid rgba(23, 23, 23, .22);
  padding: 90px 0 0;
}

.what-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
}

.what-header h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 65px);
  letter-spacing: -.055em;
  font-weight: 500;
}

.what-header span {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  opacity: .55;
  text-transform: uppercase;
}


.practice-row {
  display: grid;
  grid-template-columns: 7% 55% 1fr;
  align-items: center;
  min-height: 125px;
  border-bottom: 1px solid rgba(23, 23, 23, .22);
}

.practice-number {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  opacity: .5;
}

.practice-row h3 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 62px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 500;
}

.practice-row p {
  margin: 0;
  max-width: 250px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.45;
  text-transform: uppercase;
  opacity: .55;
}

/* =========================
   ABOUT
========================= */

.about {
  border-top: 1px solid rgba(23, 23, 23, .22);
  padding: 115px 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.about-label {
  opacity: .55;
  
}

.about-content h2 {
  max-width: 900px;
  font-size: clamp(42px, 6.5vw, 88px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 500;
  margin: 0 0 42px;
}

.about-content p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 20px;
}

/* =========================
   CONTACT
========================= */

.contact {
  min-height: 40vh;
  border-top: 1px solid rgba(23, 23, 23, .22);
  padding: 70px 0 70px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  align-items: start;
}
.contact h2 {
  margin: 25px 0 0;
  font-size: clamp(75px, 12vw, 180px);
  line-height: .78;
  letter-spacing: -.085em;
  font-weight: 500;
}
.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.contact-links a {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #171717;
  padding-bottom: 3px;
}

.contact-links a:hover {
  opacity: .55;
}

/* =========================
   FOOTER
========================= */

footer {
  border-top: 1px solid rgba(23, 23, 23, .22);
  padding: 28px 6vw 45px;
  display: flex;
  justify-content: space-between;
}

footer a {
  margin-left: 25px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

  .digital-grid .project-card,
  .project-card {
    grid-column: span 6;
  }

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

  .practice-row {
    grid-template-columns: 8% 55% 1fr;
  }

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

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .site-header {
    padding: 18px 6vw;
  }

  .site-logo {
    font-size: 18px;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 9px;
  }

  .hero {
    min-height: 100vh;
    padding: 120px 6vw 50px;
  }

  h1 {
    font-size: 70px;
  }

  .flip-title {
    min-width: 0;
    width: 100%;
    max-width: 330px;
    height: 52px;
  }

  .flip-card {
    height: 52px;
  }

  .flip-face {
    height: 52px;
    font-size: 12px;
    padding: 12px 15px;
  }

  .hero-bottom {
    display: block;
  }

  .intro {
    font-size: 20px;
  }

  .scroll-link {
    display: inline-block;
    margin-top: 45px;
  }

  main {
    padding: 0 6vw;
  }

  .work-section {
    padding: 65px 0 85px;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .project-grid {
    gap: 38px 14px;
  }

  .digital-grid .project-card,
  .project-card {
    grid-column: span 12;
  }

  .project-image {
    aspect-ratio: 1.2 / 1;
  }

  .what-i-do {
    padding-top: 70px;
  }

  .what-header {
    display: block;
  }

  .what-header h2 {
    font-size: 40px;
  }

  .what-header span {
    display: block;
    margin-top: 8px;
  }

  .practice-row {
    grid-template-columns: 11% 1fr;
    padding: 24px 0;
    min-height: 0;
  }

  .practice-row h3 {
    font-size: 38px;
  }

  .practice-row p {
    grid-column: 2;
    margin-top: 12px;
  }

  .about {
    padding: 75px 0;
    display: block;
  }

  .about-content {
    margin-top: 45px;
  }

  .about-content h2 {
    font-size: 52px;
  }

  .about-content p {
    font-size: 16px;
  }

  .contact {
    min-height: 75vh;
    padding: 75px 0;
    display: block;
  }

  .contact h2 {
    font-size: 65px;
  }

  .contact-links {
    margin-top: 70px;
  }

  footer {
    gap: 20px;
    flex-direction: column;
    padding: 25px 6vw 35px;
  }

  footer a {
    margin: 0 20px 0 0;
  }
}
/* =========================
   KAPTUR PROJECT PAGE
========================= */

.project-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 105px 6vw 100px;
}

.project-back {
  display: inline-block;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: #171717;
  text-decoration: none;
  margin-bottom: 60px;
  opacity: .55;
}

.project-back:hover {
  opacity: 1;
}


/* INTRO */

.project-hero {
  margin-bottom: 85px;
}

.project-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: .5;
  
}
.project-image img {
  width: 110%;
  height: 110%;
  object-fit: contain;
  display: block;
}

.project-image.image-underground img {
  width: 150%;
  height: 150%;
  object-fit: contain;
  margin: -5%;
}
.project-image.image-type img {
  width: 180%;
  height: 180%;
  object-fit: contain;
  margin: -5%;
}
.project-image {
  border-radius: 12px;
  overflow: hidden;
}

.project-image img {
  width: 122%;
  height: 122%;
  object-fit: contain;
  display: block;
}

.project-hero h1 {
  font-size: clamp(70px, 10vw, 145px);
  line-height: .82;
  letter-spacing: -.08em;
  font-weight: 500;
  margin: 0 0 35px;
}

.project-description {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 45px;
}


/* INFO */

.project-details {
  display: flex;
  gap: 65px;
  padding-top: 18px;
  border-top: 1px solid rgba(23,23,23,.18);
}

.project-details > div {
  min-width: 120px;
}

.project-details span {
  display: block;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .08em;
  opacity: .45;
  margin-bottom: 7px;
}

.project-details p {
  margin: 0;
  font-size: 13px;
}


/* IMAGES */

.project-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project-images img {
  display: block;
  width: 100%;
  height: auto;
}


/* MOBILE */

@media (max-width: 600px) {

  .project-page {
    padding: 95px 6vw 70px;
  }

  .project-back {
    margin-bottom: 45px;
  }

  .project-hero h1 {
    font-size: 72px;
  }

  .project-description {
    font-size: 16px;
  }

  .project-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .project-images {
    gap: 35px;
  }

}
.image-row-three {
  display: grid;
    margin-top: 44px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.image-row-three img {
  width: 70%;
  height: auto;
  display: block;
  margin-top: 40px;
}
.image-row-three {
  margin-top: 5px;
}
@media (max-width: 600px) {
  .image-row-three {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  
}
.kaptur-showcase {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.kaptur-phone {
  display: flex;
  justify-content: center;
}

.kaptur-phone video {
  width: 200px;
  height: auto;
  display: block;
}

.kaptur-laptop {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.kaptur-laptop img {
  width: 85%;
  height: auto;
  display: block;
}
.underground-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 55px;
  align-items: start;
}

.underground-main-image {
  grid-column: 1;
}

.underground-video {
  grid-column: 2;
  margin-top: 50px;
}

.underground-bottom-row {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 20px;
}

.underground-bottom-row img {
  width: 100%;
  height: auto;
  display: block;
}

.underground-gallery img,
.underground-gallery video {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================
   SPRAYGROUND PROJECT
========================= */

.sprayground-gallery {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.sprayground-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
}

/* Laptop — top left */
.sprayground-laptop img {
  width: 100%;
  height: auto;
  display: block;
}

/* Video — top right */
.sprayground-video {
  display: flex;
  justify-content: center;
}

.sprayground-video video {
  width: 75%;
  height: auto;
  display: block;
}

/* Three merch mockups */
.sprayground-merch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.sprayground-merch img {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================
   SPOTIFY UX RESEARCH PAGE
========================= */

.spotify-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 105px 6vw 120px;
}


/* HERO */

.spotify-hero {
  margin-bottom: 120px;
}

.spotify-hero .project-back {
  margin-bottom: 60px;
}

.spotify-hero h1 {
  font-size: clamp(80px, 12vw, 170px);
  line-height: .82;
  letter-spacing: -.085em;
  font-weight: 500;
  margin: 0;
  margin-bottom: 45px;
}

.spotify-subtitle {
  font-family: "DM Mono", monospace;
  font-size: 15px;
  margin: 25px 0 40px;
  opacity: .55;
}

.spotify-hero .project-description {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 50px;
}


/* SECTIONS */

.spotify-section {
  padding: 100px 0;
  border-top: 1px solid rgba(23, 23, 23, .18);
}

.spotify-section-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 55px;
}

.spotify-section-heading span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: .45;
}

.spotify-section-heading h2 {
  font-size: clamp(35px, 5vw, 65px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 500;
  margin: 0;
}

.spotify-section-intro {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.5;
  margin: -20px 0 55px;
}


/* OVERVIEW */

.spotify-text-block {
  max-width: 700px;
  margin-left: 16%;
}

.spotify-text-block p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 25px;
}


/* RESEARCH PROCESS */

.spotify-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.spotify-process-item {
  border-top: 1px solid rgba(23, 23, 23, .3);
  padding-top: 18px;
}

.spotify-process-item > span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: .45;
}

.spotify-process-item h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.03em;
  margin: 30px 0 15px;
}

.spotify-process-item p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}


/* RESEARCH IMAGES */

/* RESEARCH IMAGES */

.spotify-image-row {
  width: 85%;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.spotify-image-row img {
  width: 100%;
  height: 280px;
  object-fit: fill;
  display: block;
}

.spotify-large-image {
  width: 45%;
  margin: 0 auto;
}

.spotify-large-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* FINDINGS */

.spotify-findings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.spotify-finding {
  border-top: 1px solid rgba(23, 23, 23, .25);
  padding: 25px 35px 45px 0;
}

.spotify-finding:nth-child(even) {
  padding-left: 35px;
  border-left: 1px solid rgba(23, 23, 23, .25);
}

.spotify-finding > span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: .45;
}

.spotify-finding h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.04em;
  margin: 35px 0 15px;
}

.spotify-finding p {
  max-width: 450px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}


/* RECOMMENDATIONS */

/* RECOMMENDATIONS */

.spotify-recommendations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.spotify-recommendation {
  border-top: 1px solid rgba(23, 23, 23, .25);
  padding: 20px 20px 30px 0;
}

.spotify-recommendation > span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: .45;
}

.spotify-recommendation h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.04em;
  margin: 35px 0 15px;
}

.spotify-recommendation p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 300px;
}
/* RECOMMENDATIONS IMAGE */

.spotify-recommendations-image {
  width: 75%;
  margin: 70px auto 0;
}

.spotify-recommendations-image img {
  width: 100%;
  height: auto;
  display: block;
}
.spotify-recommendations-grid {
  width: 85%;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 35px;
}

.spotify-recommendations-grid img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {

  .spotify-recommendations-image {
    width: 100%;
    margin-top: 45px;
  }

}

@media (max-width: 600px) {

  .spotify-page {
    padding: 95px 6vw 70px;
  }

  .spotify-hero {
    margin-bottom: 80px;
  }

  .spotify-hero h1 {
    font-size: 75px;
  }

  .spotify-hero .project-description {
    font-size: 16px;
  }

  .spotify-section {
    padding: 70px 0;
  }

  .spotify-section-heading {
    margin-bottom: 40px;
  }

  .spotify-process {
    grid-template-columns: 1fr;
  }

  .spotify-image-row {
    grid-template-columns: 1fr;
  }

  .spotify-findings {
    grid-template-columns: 1fr;
  }

  .spotify-finding,
  .spotify-finding:nth-child(even) {
    padding: 25px 0 40px;
    border-left: none;
  }

  .spotify-recommendation {
    padding: 50px 0;
  }
.spotify-large-image {
  width: 100%;
}

.spotify-image-row {
  width: 100%;
  grid-template-columns: 1fr;
}
@media (max-width: 600px) {

  .spotify-recommendations {
    grid-template-columns: 1fr;
  }

}
}
/* =========================
   DIGITAL DAYDREAM ZINE CAROUSEL
========================= */
/* =========================
   DIGITAL DAYDREAM CAROUSEL
========================= */
.daydream-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 85px;
}

.daydream-zine-carousel {
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.daydream-zine-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 6px !important;
  width: max-content !important;
  animation: daydream-scroll 85s linear infinite !important;
}

.daydream-zine-track img {
  display: block !important;

  /* CONTROL SIZE BY HEIGHT */
  height: 260px !important;
  width: auto !important;

  min-width: 0 !important;
  max-width: none !important;

  flex: 0 0 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
}

.daydream-zine-carousel:hover .daydream-zine-track {
  animation-play-state: paused !important;
}

@keyframes daydream-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 3px));
  }
}


/* =========================
   BOTTOM 4 IMAGES
========================= */

/* =========================
   BOTTOM 4 IMAGES
========================= */

.daydream-photo-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.daydream-photo {
  width: 100%;
  height: 300px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daydream-photo img {
  display: block;
  width: 320px !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .daydream-zine-track {
    gap: 5px !important;
  }

  .daydream-zine-track img {
    height: 180px !important;
    width: auto !important;
  }

  .daydream-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

}
/* =========================
   TESTAMENTS — 3 IMAGE ROW
========================= */

.testaments-photo-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.testaments-photo {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testaments-photo img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
/* =========================
   TYPEFACE PROJECT
========================= */

.typeface-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.typeface-project {
  width: 100%;
}

.typeface-heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
}

.typeface-heading span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.typeface-heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.typeface-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: start;
}

.typeface-images img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  display: block;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .typeface-gallery {
    gap: 65px;
  }

  .typeface-images {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .typeface-heading h2 {
    font-size: 26px;
  }

}
/* =========================
   MOVIE POSTER PROJECT
========================= */

.movie-poster-gallery {
  width: 100%;
}

.movie-poster-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.movie-poster-images img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  display: block;
}


/* =========================
   MOVIE POSTER MOBILE
========================= */

@media (max-width: 600px) {

  .movie-poster-images {
    grid-template-columns: 1fr;
    gap: 25px;
  }

}
.movie-poster-landscape {
  width: 100%;
  margin-top: 40px;
}

.movie-poster-landscape img {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================
   FASHION.AI PROJECT
========================= */

.fashionai-section {
  width: 100%;
  margin-bottom: 120px;
}


/* SECTION HEADING */

.fashionai-section-heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
}

.fashionai-section-heading span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.fashionai-section-heading h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
}


/* SECTION DESCRIPTION */

.fashionai-section-description {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 50px;
}


/* =========================
   TIKTOK VIDEOS
========================= */

.fashionai-phone-grid {
  display: flex;
  justify-content: center;
  gap: 45px;
}

.fashionai-phone {
  position: relative;
  width: 300px;
  aspect-ratio: 387 / 643;
  overflow: hidden;
}

.fashionai-phone video {
  position: absolute;
  top: 3.5%;
  left: 14%;
  width: 75%;
  height: 93%;
  object-fit: cover;
  object-position: left center;
  border-radius: 25px;
  z-index: 1;
}

.fashionai-phone .iphone-frame {
  position: absolute;
  inset: 0;
  width: 104%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}


/* =========================
   SUBHEADING
========================= */

.fashionai-subheading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 25px;
}

.fashionai-subheading span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.fashionai-subheading h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}


/* =========================
   INSIGHTS
========================= */

.fashionai-insight-group {
  margin-top: 65px;
}

.fashionai-insight-heading {
  margin-bottom: 20px;
}

.fashionai-insight-heading span {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.55;
}

.fashionai-insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: start;
}

.fashionai-insight-grid img {
  width: 100%;
  height: auto;
  display: block;
    border-radius: 12px;
}


/* =========================
   INSTAGRAM
========================= */

.fashionai-instagram-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.fashionai-instagram-post {
  width: 100%;
}

.fashionai-instagram-post img {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================
   TAKEAWAY
========================= */

.fashionai-takeaway {
  max-width: 800px;
  margin-bottom: 120px;
}

.fashionai-takeaway .fashionai-section-heading {
  margin-bottom: 30px;
}

.fashionai-takeaway > p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .fashionai-section {
    margin-bottom: 80px;
  }

  .fashionai-section-heading h2 {
    font-size: 28px;
  }

  .fashionai-section-description {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .fashionai-video-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fashionai-video video {
    max-width: 350px;
  }

  .fashionai-insight-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fashionai-insight-group {
    margin-top: 50px;
  }

  .fashionai-instagram-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .fashionai-takeaway {
    margin-bottom: 80px;
  }

}
/* =========================
   AFTER HRS PROJECT
========================= */

.afterhrs-section {
  width: 100%;
  margin-bottom: 120px;
}


/* SECTION HEADING */

.afterhrs-section-heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
}

.afterhrs-section-heading span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.afterhrs-section-heading h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
}


/* DESCRIPTION */

.afterhrs-description {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 50px;
}


/* =========================
   EVENT IDENTITY
========================= */

.afterhrs-identity {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.afterhrs-identity img {
  width: 45%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* =========================
   PROMOTIONAL MATERIALS
========================= */

.afterhrs-flyer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: start;
}

.afterhrs-flyer-grid img {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================
   EVENT COORDINATION
========================= */

.afterhrs-crowd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.afterhrs-crowd-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}


/* =========================
   TAKEAWAY
========================= */

.afterhrs-takeaway {
  max-width: 800px;
  margin-bottom: 120px;
}

.afterhrs-takeaway .afterhrs-section-heading {
  margin-bottom: 30px;
}

.afterhrs-takeaway > p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .afterhrs-section {
    margin-bottom: 80px;
  }

  .afterhrs-section-heading h2 {
    font-size: 28px;
  }

  .afterhrs-description {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .afterhrs-identity img {
    width: 70%;
      border-radius: 12px;
  }

  .afterhrs-flyer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .afterhrs-crowd-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .afterhrs-takeaway {
    margin-bottom: 80px;
  }

}
/* =========================
   KITH & KIN
========================= */

.kith-section {
  width: 100%;
  margin-bottom: 120px;
}

.kith-section-heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
}

.kith-section-heading span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.kith-section-heading h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.kith-description {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 50px;
}


/* RESEARCH TASKS */

.kith-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.kith-method {
  padding: 25px;
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 6px;
}

.kith-method span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.kith-method h3 {
  margin: 35px 0 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.kith-method p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}


/* IPHONE SHOWCASE */
.kith-app-showcase {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin: 20px 0 120px;
}

.kith-app-showcase img {
  width: 300px;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .kith-app-showcase {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-bottom: 80px;
  }

  .kith-app-showcase img {
    width: 280px;
  }
}


/* KEY FINDINGS */

.kith-findings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.kith-finding {
  padding: 25px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.25);
}

.kith-finding strong {
  display: block;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
}

.kith-finding p {
  margin: 0;
  max-width: 180px;
  font-size: 13px;
  line-height: 1.45;
}


/* RECOMMENDATIONS */

.kith-recommendations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 60px;
}

.kith-recommendations > div {
  border-top: 1px solid rgba(23, 23, 23, 0.25);
  padding-top: 20px;
}

.kith-recommendations span {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}

.kith-recommendations h3 {
  margin: 25px 0 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.kith-recommendations p {
  max-width: 400px;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}


/* TAKEAWAY */

.kith-takeaway {
  max-width: 800px;
  margin-bottom: 120px;
}

.kith-takeaway .kith-section-heading {
  margin-bottom: 30px;
}

.kith-takeaway > p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}


/* MOBILE */

@media (max-width: 600px) {

  .kith-section {
    margin-bottom: 80px;
  }

  .kith-section-heading h2 {
    font-size: 28px;
  }

  .kith-description {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .kith-method-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kith-phone-section {
    margin-bottom: 80px;
  }

  .kith-phone-grid {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .kith-phone {
    width: 280px;
  }

  .kith-findings-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .kith-finding strong {
    font-size: 38px;
  }

  .kith-recommendations {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .kith-takeaway {
    margin-bottom: 80px;
  }

}
.afterhrs-flyer-analytics {
  width: 75%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
.afterhrs-flyer-analytics img {
  width: 100%;
  height: auto;
  display: block;
   border-radius: 12px;
}

@media (max-width: 600px) {
  .afterhrs-flyer-analytics {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}