/*
Theme Name: Studio O
Author: SU—F Studio
Description: Custom Theme for Studio O
Version: 0.0.1
Tags: custom, su-f, souncalledfor, sufsufstudio, design studio, design, studio
*/


@font-face {
  font-family: "Studio-O";
  src:    url('assets/fonts/Studio-O.otf') format('opentype');
  font-weight:normal;
  font-style: normal;
}

@font-face {
  font-family: "Studio-O";
  src:    url('assets/fonts/Studio-O-italic.otf') format('opentype');
  font-weight:normal;
  font-style: italic;
}

@font-face {
  font-family: "Studio-O";
  src:    url('assets/fonts/Studio-O-bold.otf') format('opentype');
  font-weight:bold;
  font-style:normal;
}

@font-face {
  font-family: "Studio-O";
  src:    url('assets/fonts/Studio-O-bold-italic.otf') format('opentype');
  font-weight:bold;
  font-style: italic;
}

/*
 * Globals
 */

:root {
   --fs-l: 45px;
   --fs-m: 27px;
   --fs-s: 18px;
   --fs-xs: 14px;
   --lh-l: 1;
   --lh-m: 1.2;
   --color-1: white;
   --color-2: black;
   --color-3: grey;
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

body {
    -ms-autohiding-scrollbar: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Studio-O", Helvetica, Arial, sans-serif;
    background-color: var(--color-1);
    color:var(--color-)2;
}

body > *:not.section-big-logo {
  pointer-events: none
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.visually-hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

ul {
  list-style: none;
  padding:0;
  margin: 0;
}

h1 {
  margin: 0;
  padding:0;
  font-size: var(--fs-m);
}

h2 {
  margin: 0;
  padding:0;
  font-size: var(--fs-l);
  line-height: var(--lh-l);
  margin-bottom: calc(var(--fs-l) * var(--lh-l));
}

h3, .section-about .about-content-group ul {
  margin: 0;
  padding:0;
  font-size: var(--fs-m);
  line-height: var(--lh-m);
  margin-bottom: calc(var(--fs-m) * var(--lh-m));
}

h4, p, .fs-s {
  padding:0;
  font-weight: normal;
  font-size: var(--fs-s);
  line-height: var(--lh-m);
  margin-bottom: calc(var(--fs-s) * var(--lh-m));
}

p + h2 {
  margin-top:200px;
}

.fs-mono, input, textarea, select, .wp-block-button > .wp-block-button__link {
  font-family: "PT Mono", monospace;
  font-weight: normal;
  font-size: var(--fs-xs);
  line-height: var(--lh-m);
  margin-bottom: calc(var(--fs-xs) * var(--lh-m));
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.wp-block-columns, figure {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  border: none;
  background-color: transparent;
  color: var(--color-3);
  border-bottom: 1px solid var(--color-3);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  resize: none;
  height:23px; /* disables resizing in all directions */
}

input::placeholder,
textarea::placeholder {
  color: var(--color-3);
}

img, video {
  border-radius: 15px;
}

.wp-block-columns {
  gap: 80px;
  justify-content: space-between;
}

/* 
MENUS 
*/

.menu, .swiper-nav {
  margin: 0;
  padding:0;
  font-weight: normal;
  font-size: var(--fs-s);
  line-height: var(--lh-m);
}

a {
  color:var(--color-2);;
  text-decoration: none;
}

section > * {
  padding: 30px 50px;
}

.section-menu, .section-logo {
  position: fixed;
  text-transform: lowercase;
  z-index:3;
  pointer-events: none;
}

body.no-scroll .section-menu, body.no-scroll .section-logo {
  display: none;
}

.section-logo {
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index:5;
  pointer-events: initial;
}

.section-menu-top {
  top:0;
  left:0;
  right:0;
}

.section-logo > * {
  display: block;
}

.section-logo svg {
  fill: var(--color-2);
  width: 170px;
  height: auto;
}

.section-menu-bottom {
  bottom:0;
  left:0;
  right:0;
}

.section-menu ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding:0;
  list-style: none;
}

.section-menu ul li {
  pointer-events: initial;
}

.home .section-menu-top li:first-of-type a::before, .current-menu-item a::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: var(--color-2);
  border-radius: 10px;
  position: absolute;
  margin-left: -20px;
  margin-top: 6px;
}

/* 
LANDING 
*/

.section-big-logo {
  position: fixed;
  display:none;
  flex-direction: column;
  justify-content: center;
  z-index:30;
  inset:0;
  mix-blend-mode: exclusion;
}

body.splash .section-big-logo {
  display: flex;
}

.section-big-logo > * {
  padding: 0 10vw;
  height:100%;
  display: flex;
  flex-direction: column;
}

.section-big-logo svg {
  fill: white;
  margin: auto;
}

.section-big-logo p {
  color: white;
  width:100%;
  text-align: center;
  font-size: var(--fs-s);
  line-height: var(--lh-m);
}

.section-transition {
  position: fixed;
  display:flex;
  flex-direction: column;
  justify-content: center;
  z-index:50;
  pointer-events: none;
  inset:0;
  background-color: white;
}

/* 
SWIPER 
*/


.hero-carousel {
  --depth: 240;
  --scale-active: 1;
  --scale-side: .86;
}

/* -------- Stage -------- */
.hero-carousel {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  opacity: 0; /* start hidden */
  animation: fadeIn 0.85s ease forwards;
  animation-delay: 1s; /* optional delay, so swiper is ready before fade */
}

.hero-carousel .swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  perspective: 1500px; /* enables 3D perception */
  overflow: visible;   /* allow fullscreen figure to extend beyond slide */
}

.hero-carousel .swiper-wrapper {
  align-items: center;
}

/* -------- Slides -------- */
.hero-carousel .swiper-slide {
  position: relative;
  aspect-ratio: 9 / 16;
  width: auto;
  height: calc(100vh - 200px);
  transform-style: preserve-3d;
  transition:transform .35s ease;
}

.hero-carousel .swiper-slide .inner-slide {
  display: flex;
  height:100%;
  width:100%;
  opacity:0;
  transition:
    opacity .35s ease,
    filter .35s ease;
}

/* Interactable rings (visible) */
.hero-carousel .swiper-slide-active,
.hero-carousel .swiper-slide.is-near-2,
.hero-carousel .swiper-slide-prev,
.hero-carousel .swiper-slide-next {
  pointer-events: auto;
}

.hero-carousel .swiper-slide-active .inner-slide,
.hero-carousel .swiper-slide.is-near-2 .inner-slide,
.hero-carousel .swiper-slide-prev .inner-slide,
.hero-carousel .swiper-slide-next .inner-slide {
  opacity: 1;
}

/* Depth/contrast for neighbors */
.hero-carousel .swiper-slide.is-near-2 .inner-slide {
  filter: brightness(.6) blur(15px);
  -webkit-filter: brightness(.6) blur(15px);
}

.hero-carousel .swiper-slide:not(.swiper-slide-active):not(.is-near-2) .inner-slide {
  filter: brightness(.8) blur(5px);
  -webkit-filter: brightness(.8) blur(5px);
}

.hero-carousel .swiper-slide:not(.swiper-slide-active) a .inner-slide {
  pointer-events: none;
}

.hero-carousel .swiper-slide.swiper-slide-active {
  z-index: 3;
  transform: translateZ(0) scale(var(--scale-active));
}

.hero-carousel .swiper-slide-prev,
.hero-carousel .swiper-slide-next {
  z-index: 2;
}

/* Disable clicking through during intro */
.hero-carousel .swiper-slide-active.full-screen a {
  pointer-events: none;
}

/* -------- Media Wrapper (figure) -------- */
/* Explicit base size so we can animate cleanly to 100vw/100vh */
.hero-carousel .swiper-slide figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  backface-visibility: hidden;
  transform-origin: center;
  transition:
    width .85s cubic-bezier(.22,.61,.36,1),
    height .85s cubic-bezier(.22,.61,.36,1),
    transform .85s cubic-bezier(.22,.61,.36,1);
  will-change: width, height, transform;
}

/* Media fills the figure in both states */
.hero-carousel .swiper-slide img,
.hero-carousel .swiper-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------- Headings -------- */
.hero-carousel .swiper-slide .slide-heading-group {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
  opacity: 0;
  transition: opacity .45s ease .10s;
  color: var(--color-1);
}

.hero-carousel .swiper-slide-active .slide-heading-group {
  opacity: 1;
  transition-delay: .15s;
}

.hero-carousel .swiper-slide .slide-heading-group > * {
  margin: 0;
  text-align: center;
  color: var(--color-1);
  
}

/* -------- Nav -------- */
.hero-carousel .swiper-nav {
  position: fixed;
  bottom: 10px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  text-transform: lowercase;
  opacity: .5;
  z-index: -1;
}

.hero-carousel .swiper-nav > * {
  padding: 20px 40px;
}

.hero-carousel .swiper-button-prev,
.hero-carousel .swiper-button-next {
  color: var(--color-2);
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  position: relative;
  margin: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
}

/* -------- Fullscreen Intro -------- */

.hero-carousel:has(.swiper-slide-active.full-screen) {
  z-index: 15; /* raise above stack during intro */
}

.hero-carousel .swiper-slide-active.full-screen {
  z-index: 15; /* raise above stack during intro */
}

.hero-carousel .swiper-slide-active.full-screen figure {
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%); /* vertical lift */
  z-index: 15;
}

.hero-carousel .swiper-slide-active.full-screen figure > * {
  border-radius: 0;
}

/* -------- Accessibility -------- */
@media (prefers-reduced-motion: reduce) {
  .hero-carousel .swiper-slide figure,
  .hero-carousel .swiper-slide .slide-heading-group {
    transition: none !important;
  }
}

/* 
ABOUT 
*/

/* 1) Two-column grid on the section */
.section-about .about-container.sticky-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100vh auto;
  gap: 0;
  grid-auto-flow: row;                /* ensure stacking in rows */
  grid-auto-rows: minmax(min-content, auto);
  align-items: start;
  position: relative;
  padding:0;
}

/* 2) Let the containers' children become grid items (no markup changes needed) */
.section-about .about-intro-group {
  display: contents;                 /* key trick */
  overflow: visible;
  transform: none;
  filter: none;
  contain: none;
}

.section-about .about-intro-group .wp-block-group {
  padding: 100px 50px;
}

/* 3) Put ALL non-video content in column 1 */
.section-about .about-container :where(.about-intro-group > .wp-block-group:first-of-type):not(.wp-block-video) {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.section-about .about-container :where(.about-intro-group > .wp-block-group:last-of-type):not(.wp-block-video) {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.section-about .about-content-group {
  grid-column: 1;
  grid-row: 2;
  padding: 100px 50px 0;
}

/* 4) Put the video in column 2, make it span all rows, and stick */
.section-about .about-intro-group > .wp-block-video {
  grid-column: 2;
  grid-row: 1 / 3;                  /* span full section height */
  position: sticky;
  top: 0;       /* adjust for your header */
  align-self: start;
  z-index: 1;
  max-width: 100%;
  height:100vh;
  margin: 0;
  overflow: hidden;
}

.section-about .about-intro-group > .wp-block-video video {

  border-radius: 0;
}


.section-about .wp-block-video video {
  width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-cta-group {
  padding: 100px 0 0;
}

.about-cta-group .wp-block-button {
  padding-bottom: 100px;
}

.wp-block-button__link, input[type='submit'] {
  border: 1px solid var(--color-2);
  color:var(--color-2);
  border-radius: 100px;
  padding: 0.66rem 1.33rem;
}

.wp-block-button__link, input[type='submit'] {
  border: 1px solid var(--color-3);
  color: var(--color-3);
  border-radius: 100px;
  padding: 0.66rem 1.33rem;
}

form > * {
  max-width: 30vw;
}

form input, form select, form textarea {
  width:100%;
}


/* 
TALENTS 
*/

/* 1) Two-column grid on the section */
.section-talents .talents-container.sticky-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100vh;
  gap: 0;
  grid-auto-flow: row;                /* ensure stacking in rows */
  grid-auto-rows: minmax(min-content, auto);
  align-items: start;
  position: relative;
  padding: 0;
}

.section-talents .talents-container .wp-block-group:not(#Video) {
  padding: 100px 50px;
}

/* 3) Put ALL non-video content in column 1 */
.section-talents :where(.talents-container > .wp-block-group:first-of-type):not(#Video) {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.section-talents :where(.talents-container > .wp-block-group:last-of-type):not(#Video) {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.wp-block-group#Video {
  --depth: 240;
  --scale-active: 1;
  --scale-side: .86;
}

/* 4) Put the video in column 2, make it span all rows, and stick */
.section-talents .talents-container > .wp-block-group#Video {
  grid-column: 2;
  grid-row: 1 / 3;                  /* span full section height */
  position: sticky;
  top: 0;       /* adjust for your header */
  align-self: start;
  z-index: 1;
  max-width: 100%;
  height:100vh;
  margin: 0;
  overflow: hidden;
}

.section-talents .talents-container .swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  perspective: 1500px; /* enables 3D perception */
  overflow: visible;   /* allow fullscreen figure to extend beyond slide */
}

.section-talents .wp-block-group#Video * {
  height:100%;
}

.section-talents .wp-block-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wp-block-group#Video .swiper-wrapper {
  align-items: center;
}

/* -------- Slides -------- */
.wp-block-group#Video .swiper-slide {
  position: relative;
  aspect-ratio: 9 / 16;
  width: auto;
  height: calc(100vh - 200px);
  transform-style: preserve-3d;
  opacity: 0;
  transition:
    opacity .35s ease,
    transform .35s ease,
    filter .35s ease;
}

/* Interactable rings (visible) */
.wp-block-group#Video .swiper-slide-active,
.wp-block-group#Video .swiper-slide-next,
.wp-block-group#Video .swiper-slide.is-near-2 {
  opacity: 1;
}

/* Depth/contrast for neighbors */
.wp-block-group#Video .swiper-slide.is-near-2 {
  filter: brightness(.6) blur(15px);
  -webkit-filter: brightness(.6) blur(15px);
}

.wp-block-group#Video .swiper-slide:not(.swiper-slide-active):not(.is-near-2) {
  filter: brightness(.8) blur(5px);
  -webkit-filter: brightness(.8) blur(5px);
}

.wp-block-group#Video .swiper-slide.swiper-slide-active {
  z-index: 3;
  transform: translateZ(0) scale(var(--scale-active));
}

.wp-block-group#Video .swiper-slide-next {
  z-index: 2;
}

.wp-block-group#Video .swiper-slide-prev {
  filter: brightness(.6) blur(15px);
  -webkit-filter: brightness(.6) blur(15px);
}

/* 
PROJECT 
*/


.section-project .project-container:has(.project-hero) {
  padding: 0;
}

.section-project .project-hero {
  padding: 100px 50px;
  max-height: 100vh;
  box-sizing: border-box;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.section-project .project-hero figure {
  height: calc(100vh - 260px);
}

.section-project .project-hero figure video, .section-project .project-hero figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-heading-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-categories {
  margin-bottom: 0;
}

div:not(.project-hero) > .wp-block-columns figure {
  display: flex;
  justify-content: center;
  max-height: calc(100vh - 200px);
}

div:not(.project-hero) > .wp-block-columns figure video, div:not(.project-hero) > .wp-block-columns figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

div:not(.project-hero) > .wp-block-columns:not(:last-of-type) {
  margin-bottom: 120px;
}

/* 
CONTACT 
*/

.contact-container {
  padding: 100px 50px;
  grid-template-columns: 4fr 6fr;
  display: grid;
  gap: 100px;
  box-sizing: border-box;
  max-height: 100vh;
}

.contact-container figure {
  height: calc(100vh - 200px);
}

.contact-container figure img, .contact-container figure video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-container .contact-column:last-of-type {
  display: flex;
  gap: 60px;
  flex-direction: column;
  justify-content: center;
}

.contact-container .contact-column .wp-block-heading {
  opacity: 0.5;
}

.contact-container .contact-column .contact-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
}

.contact-container .menu-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 
FOOTER 
*/

.footer-container {
  padding: 150px 50px 30px
}

.footer-container hr {
  margin:0;
  margin-bottom: 20px;
}

.footer-bottom-container {
  grid-template-columns: 4fr 6fr;
  display: grid;
}

.footer-bottom-container .menu-group {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
}

.menu-label {
  opacity:0.5;
}

.footer-bottom-container .menu-block-bottom {
    grid-row: 2;
    grid-column: 1 / 3;
    align-self:end;
}
.footer-bottom-container .menu-block-bottom ul {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    opacity: 0.5;
    text-transform: lowercase;
}

.footer-bottom-container .menu-block-bottom ul li {
  padding-right: 40px;
}



@media (max-width: 1080px) {

  :root {
    --fs-l: 36px;
    --fs-m: 21px;
    --fs-s: 14px;
  }

  p + h2 {
    margin-top: 100px;
  }

  form > * {
    max-width: 100%;
  }

  .wp-block-columns {
    gap: 60px 20px;
}


  /* 
  MENUS 
  */

  section > * {
    padding: 12px 20px 15px;
  }

  .section-logo {
    top: 30px;
  }

  .section-logo svg {
    width: 120px;
  }

  .section-menu ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding:0;
    list-style: none;
  }

  .home .section-menu-top li:first-of-type a::before, .current-menu-item a::before {
    width: 10px;
    height: 10px;
    margin-left: -14px;
    margin-top: 5px;
  }

  /* 
  SWIPER 
  */

  .hero-carousel .swiper {
    overflow: hidden;   /* allow fullscreen figure to extend beyond slide */
  }

  /* -------- Slides -------- */
  .hero-carousel .swiper-slide {
    height: calc(100lvh - 200px);
  }

  /* -------- Headings -------- */
  .hero-carousel .swiper-slide .slide-heading-group {
    padding: 20px;
  }

  /* -------- Nav -------- */
  .hero-carousel .swiper-nav {
    bottom: 30px;
  }

  .hero-carousel .swiper-nav > * {
    padding: 10px 30px;
  }

  .hero-carousel .swiper-button-prev,
  .hero-carousel .swiper-button-next {
    width: 10px;
    height: 10px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }


  /* 
  ABOUT 
  */

  /* 1) Two-column grid on the section */
  .section-about .about-container.sticky-content {
    display: block;
    grid-template-columns: 1fr;
    padding:100px 0;
  }

  /* 2) Let the containers' children become grid items (no markup changes needed) */
  .section-about .about-intro-group {
    display: block;                 /* key trick */
  }

  .section-about .about-intro-group .wp-block-group {
    padding: 60px 20px;
  }

  /* 3) Put ALL non-video content in column 1 */
  .section-about .about-container :where(.about-intro-group > .wp-block-group:first-of-type):not(.wp-block-video) {
    grid-column: unset;
    grid-row: unset;
    align-self: start;
  }

  .section-about .about-container :where(.about-intro-group > .wp-block-group:last-of-type):not(.wp-block-video) {
    grid-column: unset;
    grid-row: unset;
    align-self: end;
  }

  .section-about .about-content-group {
    grid-column: unset;
    grid-row: unset;
    padding: 0 20px 0;
  }

  /* 4) Put the video in column 2, make it span all rows, and stick */
  .section-about .about-intro-group > .wp-block-video {
    grid-column: unset;
    grid-row: unset;                  /* span full section height */
    position: relative;
    top: unset;       /* adjust for your header */
    align-self: start;
    max-width: 100%;
    height:unset;
  }

  .about-cta-group {
    padding: 60px 0 0;
  }

  .about-cta-group .wp-block-button {
    padding-bottom: 60px;
  }

  .wp-block-button__link, input[type='submit'] {
    border: 1px solid rgba(255, 255, 255, 1);
    color: white;
    border-radius: 100px;
    padding: 0.66rem 1.33rem;
  }

  .wp-block-button__link, input[type='submit'] {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    padding: 0.66rem 1.33rem;
  }


  /* 
  TALENTS 
  */

  /* 1) Two-column grid on the section */
  .section-talents .talents-container.sticky-content{
    display: block;
    padding: 0;
  }

  .section-talents .talents-container .wp-block-group:not(#Video) {
    padding: 100px 20px 60px;
  }

  /* 3) Put ALL non-video content in column 1 */
  .section-talents :where(.talents-container > .wp-block-group:first-of-type):not(#Video) {
    grid-column: unset;
    grid-row: unset;
    align-self: start;
  }

  .section-talents :where(.talents-container > .wp-block-group:last-of-type):not(#Video) {
    grid-column: unset;
    grid-row: unset;
    align-self: end;
  }

  .wp-block-group#Video {
    --depth: 240;
    --scale-active: 1;
    --scale-side: .86;
  }

  /* 4) Put the video in column 2, make it span all rows, and stick */
  .section-talents .talents-container > .wp-block-group#Video {
    grid-column: unset;
    grid-row: unset;                  /* span full section height */
    position: relative;
    top: 0;       /* adjust for your header */
    align-self: start;
    z-index: 1;
    max-width: 100%;
    height:100vh;
    margin: 0;
    overflow: hidden;
  }

  .section-talents .wp-block-group#Video * {
    height:100%;
  }

  /* -------- Slides -------- */
  .wp-block-group#Video .swiper-slide {
    position: relative;
    aspect-ratio: 9 / 16;
    width: auto;
    height: calc(100vh - 200px);
    transform-style: preserve-3d;
    opacity: 0;
    transition:
      opacity .35s ease,
      transform .35s ease,
      filter .35s ease;
  }

  /* Interactable rings (visible) */
  .wp-block-group#Video .swiper-slide-active,
  .wp-block-group#Video .swiper-slide-next,
  .wp-block-group#Video .swiper-slide.is-near-2 {
    opacity: 1;
  }

  /* Depth/contrast for neighbors */
  .wp-block-group#Video .swiper-slide.is-near-2 {
    filter: brightness(.6) blur(15px);
    -webkit-filter: brightness(.6) blur(15px);
  }

  .wp-block-group#Video .swiper-slide:not(.swiper-slide-active):not(.is-near-2) {
    filter: brightness(.8) blur(5px);
    -webkit-filter: brightness(.8) blur(5px);
  }

  .wp-block-group#Video .swiper-slide.swiper-slide-active {
    z-index: 3;
    transform: translateZ(0) scale(var(--scale-active));
  }

  .wp-block-group#Video .swiper-slide-next {
    z-index: 2;
  }

  .wp-block-group#Video .swiper-slide-prev {
    filter: brightness(.6) blur(15px);
    -webkit-filter: brightness(.6) blur(15px);
  }

  /* 
  PROJECT 
  */

  .section-project .project-hero {
    padding: 100px 20px;
    gap: 30px;
  }

  .section-project .project-hero figure {
    height: calc(100vh - 230px);
  }

  .project-heading-group {
    flex-direction: column;
    align-items: start;
  }

  .project-categories {
    margin-bottom: 0;
  }

  div:not(.project-hero) > .wp-block-columns figure {
    max-height: calc(100vh - 100px);
  }

  div:not(.project-hero) > .wp-block-columns:not(:last-of-type) {
    margin-bottom: 60px;
  }

  /* 
  CONTACT 
  */

  .contact-container {
    padding: 100px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    max-height:unset;
  }

  .contact-column:has(figure) {
    grid-row: 2;
  }

  .contact-container .contact-column:last-of-type {
    gap: 0;
  }

  .contact-container .contact-column .contact-content {
    grid-template-columns: 1fr;
    gap:20px;
  }

  /* 
  FOOTER 
  */

  .footer-container {
    padding: 100px 20px 60px
  }

  .footer-container hr {
    margin-bottom: 20px;
  }

  .footer-bottom-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom-container .menu-group, .contact-container .menu-group {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    display: grid;
  }

  .menu-block-social {
    grid-column: 1 / 3;
  }

  .menu-block-social ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom-container .menu-block-bottom {
      grid-row: 3;
      grid-column: 1 / 3;
      align-self:end;
  }
  .footer-bottom-container .menu-block-bottom ul {
      display: flex;
      justify-content: space-between;
      margin: auto;
  }

  .footer-bottom-container .menu-block-bottom ul li {
    padding-right: 0;
    font-size: 12px;
  }

}