/* -------------------------------------------- */
/* Davis Brown - Custom Styles                  */
/* -------------------------------------------- */

* {
  box-sizing: border-box; }

html, body {
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden; }

html {
  font-size: 10px;
  padding: 0;
  margin: 0 !important; }

body {
  background: #f9f9f9;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5; }

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  color: black;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0; }

a:hover {
  color: black;
  text-decoration: none; }

ul {
  padding: 0;
  margin-bottom: 0; }

pre {
  color: black; }

img {
  display: block; }

::selection {
  background: black;
  color: #f9f9f9; }

::-moz-selection {
  background: black;
  color: #f9f9f9; }

.no-drag {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/* -------------------------------------------- */
/* Typography                                   */
/* -------------------------------------------- */

h1 {
  font-size: 6rem;
  line-height: 1.2;
  font-family: "Cambon", serif; }

h2 {
  font-size: 4rem;
  line-height: 1.5;
  font-family: "Cambon", serif; }

h3 {
  font-size: 2.2rem;
  line-height: 1.4; }

a h3:hover {
  text-decoration: underline; }

nav a {
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  color: #505050;
  transition: all .3s ease; }
  nav a:hover {
    border-bottom-color: black;
    color: black; }

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #505050; }

p, ul, ol {
  font-size: 1.8rem;
  line-height: 1.5; }
  p a, ul a, ol a {
    font-size: 1.8rem;
    line-height: 1.5;
    text-decoration: underline; }
    p a:hover, ul a:hover, ol a:hover {
      color: #505050; }

.cta {
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: black;
  height: 50px;
  display: flex;
  color: white;
  align-items: center;
  padding: 0 22px;
  transition: all .3s ease;
  clip-path: polygon(8% 0%, 92% 0%, 100% 25%, 100% 75%, 92% 100%, 8% 100%, 0% 75%, 0% 25%);
  border-radius: 0; }
  .cta img {
    padding-right: 10px; }
  .cta:hover {
    color: white;
    background: #505050; }

/* -------------------------------------------- */
/* Responsive Typography                        */
/* -------------------------------------------- */

@media (max-width: 1199.98px) {
  h1 {
    font-size: 4.5rem; } }

@media (max-width: 767.98px) {
  h1 {
    font-size: 3.2rem;
    text-align: left; }
  h2 {
    text-align: left;
    font-size: 3.2rem; }
  h3 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.4; }
  p, ul, ol, h4 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.4; }
  .white-box {
    border-radius: 0px; } }

/* -------------------------------------------- */
/* Header & Navigation                          */
/* -------------------------------------------- */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0.95) 0%, rgba(249, 249, 249, 0.8) 50%, rgba(249, 249, 249, 0) 100%);
  height: auto;
  padding: 1rem 0 2rem 0;
  z-index: 1000;
  opacity: 1;
  transition: ease-in-out .3s; }
  header .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem; }

a.profile {
  display: flex;
  align-items: center; }
  a.profile img {
    position: relative;
    border-radius: 4px;
    display: inline-block;
    width: 35px;
    height: 35px; }

a.logo {
  display: flex;
  align-items: center;
  margin-top: 0.5rem; }
  a.logo img {
    height: 5.75rem;
    width: auto; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.header-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem; }
  .header-links a {
    color: #000;
    clip-path: polygon(8% 0%, 92% 0%, 100% 30%, 100% 70%, 92% 100%, 8% 100%, 0% 70%, 0% 30%);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease; }
  .header-links a:hover {
    background: #000;
    color: #fff; }

.mentorship-btn-header {
  display: inline-block;
  background: transparent;
  color: #000;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .mentorship-btn-header:hover {
    background: #000;
    color: #fff; }

.first-and-last-link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0; }

.last-link {
  justify-content: right; }

.nav-up {
  opacity: 0;
  pointer-events: none; }

/* -------------------------------------------- */
/* Footer                                       */
/* -------------------------------------------- */

footer, section, main {
  position: relative;
  z-index: 2; }

.site-footer {
  position: relative;
  z-index: 3; }

.profile-photo-container {
  display: flex;
  justify-content: center;
  position: relative;
  transform-style: flat; }

.expression-mark {
  position: absolute;
  font-size: 1.2rem;
  color: #000;
  z-index: 1;
  line-height: 1;
  animation: sparkle 2s ease-in-out infinite; }

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(0.8); } }

.expression-mark.mark-1 {
  top: -12px;
  right: -5px;
  font-size: 2.2rem;
  animation-delay: 0s; }

.expression-mark.mark-2 {
  top: 5px;
  left: -25px;
  font-size: 1.6rem;
  animation-delay: 0.3s; }

.expression-mark.mark-3 {
  bottom: 30px;
  right: -20px;
  font-size: 0.7rem;
  animation-delay: 0.6s; }

.expression-mark.mark-4 {
  top: -15px;
  left: 10px;
  font-size: 1.1rem;
  animation-delay: 0.9s; }

.expression-mark.mark-5 {
  bottom: -8px;
  right: 10px;
  font-size: 1.8rem;
  animation-delay: 1.2s; }

.expression-mark.mark-6 {
  bottom: 0px;
  left: -22px;
  font-size: 1rem;
  animation-delay: 1.5s; }

.expression-mark.mark-7 {
  top: calc(45% - 0.3rem);
  right: -26px;
  font-size: 0.6rem;
  animation-delay: 1.8s; }

.phrase-bubble {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #3B3B3D 0%, #2C2C2E 100%);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Suisse", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 18px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: bubbleFloat 1.45s ease-out forwards; }

@keyframes bubbleFloat {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0); }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-60px); } }

.profile-photo {
  width: 110px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.15s ease;
  position: relative;
  z-index: 2; }
  .profile-photo:active {
    transform: scale(0.95); }
  .profile-photo:hover {
    animation: perspectiveWiggle 1s ease-in-out forwards; }
  .profile-photo.wiggle {
    animation: perspectiveWiggle 1s ease-in-out forwards; }

.profile-photo-container.shimmer::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 160px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 65%,
    transparent 100%
  );
  background-size: 300% 100%;
  background-position: 100% 0;
  border-radius: 50%;
  z-index: 5;
  animation: shimmer 0.7s ease-out forwards;
  pointer-events: none; }

@keyframes shimmer {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0% 0; } }
  .profile-photo.frame-mode {
    background-repeat: no-repeat;
    object-fit: none; }

@keyframes perspectiveWiggle {
  0% {
    transform: perspective(300px) rotateX(0deg) rotateY(0deg) scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
  50% {
    transform: perspective(300px) rotateX(10deg) rotateY(-15deg) scale(1.06);
    box-shadow: 12px 6px 22px rgba(0, 0, 0, 0.25); }
  100% {
    transform: perspective(300px) rotateX(0deg) rotateY(0deg) scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } }

.footer-copyright {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  color: #505050;
  line-height: 1.5; }

/* -------------------------------------------- */
/* Iframe Panel                                 */
/* -------------------------------------------- */

.iframe-panel {
  position: fixed;
  top: 0;
  right: -60%;
  width: 55%;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  transition: right 0.4s ease;
  clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 3% 100%, 0% 95%, 0% 5%);
  border-left: 3px solid #000;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column; }
  .iframe-panel.active {
    right: 0; }

.iframe-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 2.5rem; }

.iframe-panel-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 50px); }

.iframe-panel-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.iframe-panel-open,
.iframe-panel-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  transition: opacity 0.2s ease; }
  .iframe-panel-open:hover,
  .iframe-panel-close:hover {
    opacity: 0.7; }

.iframe-panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0; }
  .iframe-panel-content iframe {
    width: 100%;
    flex: 1;
    border: none;
    display: block;
    min-height: 0; }

.iframe-panel-contribution {
  padding: 1rem 1.5rem 1rem calc(2.5rem + 20px);
  background: #000;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff; }
  .iframe-panel-contribution strong {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

.iframe-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(to left, rgba(249, 249, 249, 0.95) 0%, rgba(249, 249, 249, 0.7) 20%, rgba(249, 249, 249, 0.3) 50%, transparent 100%),
    radial-gradient(ellipse at 70% 40%, rgba(0, 200, 220, 0.15) 0%, transparent 40%),
    radial-gradient(ellipse at 60% 60%, rgba(255, 180, 100, 0.12) 0%, transparent 35%),
    radial-gradient(ellipse at 80% 30%, rgba(180, 140, 255, 0.1) 0%, transparent 30%);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .iframe-panel-overlay.active {
    opacity: 1;
    visibility: visible; }

@media (max-width: 1199.98px) {
  .iframe-panel {
    width: 70%;
    right: -75%; } }

@media (max-width: 767.98px) {
  .iframe-panel {
    width: 95%;
    right: -100%;
    clip-path: none; }
  .iframe-panel-contribution {
    font-size: 1.1rem;
    padding: 0.8rem 1rem; } }

/* -------------------------------------------- */
/* Layout                                       */
/* -------------------------------------------- */

.container {
  position: relative; }

.white-box {
  border-radius: 4px;
  background: white;
  overflow: hidden; }

/* -------------------------------------------- */
/* Video                                        */
/* -------------------------------------------- */

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9 / 16 = 0.5625) */ }

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* -------------------------------------------- */
/* Animations                                   */
/* -------------------------------------------- */

.will-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform; }
  .will-animate.animate-in {
    opacity: 1;
    transform: translateY(0); }
  .will-animate.delay-2 {
    transition-delay: .9s; }

/* -------------------------------------------- */
/* Accordion                                    */
/* -------------------------------------------- */

.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .accordion-item:last-child {
    border-bottom: none; }

.accordion-header {
  background: transparent;
  padding: 1.5rem 2rem;
  margin: 0 -2rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  color: inherit;
  clip-path: polygon(2% 0%, 98% 0%, 100% 25%, 100% 75%, 98% 100%, 2% 100%, 0% 75%, 0% 25%); }
  .accordion-header:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }
    .accordion-header:hover h4 {
      color: #fff; }
    .accordion-header:hover .plus-icon::before,
    .accordion-header:hover .plus-icon::after {
      background-color: #fff; }
  .accordion-header h4 {
    margin-bottom: 0;
    margin-right: 2rem;
    flex: 1;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #000;
    transition: color 0.3s ease; }
  .accordion-header.active {
    background: #000; }
    .accordion-header.active h4 {
      color: #fff; }
    .accordion-header.active .plus-icon::before,
    .accordion-header.active .plus-icon::after {
      background-color: #fff; }
    .accordion-header.active .plus-icon::before {
      transform: rotate(45deg); }
    .accordion-header.active .plus-icon::after {
      transform: rotate(45deg); }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding: 0 2rem;
  margin: 0 -2rem;
  background: transparent;
  color: #000 !important; }
  .accordion-content.open {
    max-height: 5000px;
    padding: 1.5rem 2rem; }
  .accordion-content ol:last-child,
  .accordion-content ul:last-child,
  .accordion-content p:last-child {
    margin-bottom: 0; }
  .accordion-content a {
    color: #000 !important;
    font-size: 1.8rem;
    line-height: 1.5;
    text-decoration: underline; }
  .accordion-content p,
  .accordion-content li {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000 !important; }
  .accordion-content ol,
  .accordion-content ul {
    color: #000 !important;
    font-size: 1.8rem;
    line-height: 1.5; }

.plus-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 15px; }
  .plus-icon::before, .plus-icon::after {
    content: '';
    position: absolute;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease; }
  .plus-icon::before {
    width: 18px;
    height: 2px;
    top: 8px;
    left: 0; }
  .plus-icon::after {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0; }

.hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */ }
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
    width: 0;
    height: 0; }
  .hide-scrollbar iframe {
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .hide-scrollbar iframe::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0; }

/* -------------------------------------------- */
/* Animated Title                               */
/* -------------------------------------------- */

.animated-title {
  font-size: 6rem;
  line-height: 1.2;
  font-family: "Cambon", serif; }
  .animated-title .title-part {
    display: inline;
    color: black;
    opacity: 0;
    animation: titleFadeIn 0.8s ease-out forwards; }
  .animated-title .title-part.role-designer {
    animation-delay: 0s; }
  .animated-title .title-part.role-artist {
    animation-delay: 0.15s; }
  .animated-title .title-part.role-description {
    animation-delay: 0.3s; }
  .animated-title .title-part.role-technology {
    animation-delay: 0.45s; }

@keyframes titleFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 1199.98px) {
  .animated-title {
    font-size: 4.5rem; } }

@media (max-width: 767.98px) {
  .animated-title {
    font-size: 3.2rem; } }

/* -------------------------------------------- */
/* Hero Orbit Animation                         */
/* -------------------------------------------- */

.hero-section {
  position: relative;
  overflow: hidden; }

.hero-content {
  position: relative;
  z-index: 10; }

.hero-content-2 {
  position: relative;
  z-index: 10; }

/* Ensure all content sections are above background layers */
#work,
#ai-art,
#mentorship,
#creative-tips {
  position: relative;
  z-index: 2; }

.background-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: 
    radial-gradient(ellipse at 25% 35%, rgba(0, 200, 220, 0.2) 0%, transparent 30%),
    radial-gradient(ellipse at 75% 40%, rgba(255, 180, 100, 0.18) 0%, transparent 28%),
    radial-gradient(ellipse at 30% 65%, rgba(180, 140, 255, 0.15) 0%, transparent 25%),
    radial-gradient(ellipse at 70% 60%, rgba(100, 200, 255, 0.18) 0%, transparent 28%),
    radial-gradient(ellipse at center, #f9f9f9 0%, rgba(249, 249, 249, 0.95) 15%, rgba(249, 249, 249, 0.8) 30%, rgba(249, 249, 249, 0.5) 45%, rgba(249, 249, 249, 0.2) 60%, rgba(249, 249, 249, 0) 75%);
  pointer-events: none;
  z-index: 1; }

.background-gradient-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: radial-gradient(ellipse 80% 100% at 20% 50%, rgba(249, 249, 249, 0.95) 0%, rgba(249, 249, 249, 0.85) 30%, transparent 60%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1); }

.background-gradient-overlay.visible {
  opacity: 1; }

.content-fade {
  opacity: 0.4;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1); }

.content-fade.content-visible {
  opacity: 1; }

.content-fade.will-animate {
  opacity: 0; }

.content-fade.will-animate.animate-in {
  opacity: 0.4; }

.content-fade.will-animate.animate-in.content-visible {
  opacity: 1; }

.orbit-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }

.orbit-track {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2200px;
  height: 2200px;
  margin-left: -1100px;
  margin-top: -350px;
  animation: orbit-rotate 120s linear infinite; }

.orbit-image {
  position: absolute;
  width: 350px;
  left: 50%;
  top: 0;
  margin-left: -175px;
  transform-origin: center 1100px;
  transform: rotate(calc(var(--i) * 45deg));
  opacity: 0;
  animation: orbitFadeIn 1s ease forwards;
  animation-delay: calc(var(--i) * 0.15s); }
  .orbit-image img {
    width: 100%;
    height: auto; }

@keyframes orbitFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Orbit image shapes */
.shape-oval {
  overflow: hidden;
  border-radius: 50%; }
  .shape-oval img {
    aspect-ratio: 3 / 4;
    object-fit: cover; }

.shape-corner-cut {
  overflow: hidden; }
  .shape-corner-cut img {
    clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 95% 50%, 100% 100%, 50% 95%, 0% 100%, 5% 50%);
    aspect-ratio: 3 / 4;
    object-fit: cover; }

.shape-wave {
  overflow: hidden; }
  .shape-wave img {
    clip-path: polygon(0% 12%, 15% 0%, 35% 10%, 50% 0%, 65% 10%, 85% 0%, 100% 12%, 100% 88%, 85% 100%, 65% 90%, 50% 100%, 35% 90%, 15% 100%, 0% 88%); }

.shape-blob {
  overflow: hidden; }
  .shape-blob img {
    clip-path: ellipse(50% 45% at 50% 50%);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%; }

.shape-swoosh {
  overflow: hidden; }
  .shape-swoosh img {
    clip-path: polygon(0% 15%, 10% 8%, 25% 12%, 40% 5%, 55% 10%, 70% 3%, 85% 8%, 100% 12%, 100% 85%, 90% 92%, 75% 88%, 60% 95%, 45% 90%, 30% 97%, 15% 92%, 0% 88%); }

.shape-hexagon {
  overflow: hidden; }
  .shape-hexagon img {
    clip-path: polygon(20% 0%, 80% 0%, 100% 35%, 100% 65%, 80% 100%, 20% 100%, 0% 65%, 0% 35%);
    aspect-ratio: 3 / 4;
    object-fit: cover; }

.shape-pill {
  overflow: hidden; }
  .shape-pill img {
    border-radius: 150px;
    aspect-ratio: 2 / 3;
    object-fit: cover; }

.shape-arch {
  overflow: hidden; }
  .shape-arch img {
    border-radius: 200px 200px 8px 8px; }

@keyframes orbit-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.orbit-track.spin-fast {
  animation: orbit-rotate 2s linear infinite;
  transition: animation-duration 0.3s ease; }

.orbit-fade {
  position: absolute;
  pointer-events: none; }

.orbit-fade-left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 8%;
  background: linear-gradient(to right, rgba(249, 249, 249, 0.7) 0%, transparent 100%); }

.orbit-fade-right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 8%;
  background: linear-gradient(to left, rgba(249, 249, 249, 0.7) 0%, transparent 100%); }

.orbit-fade-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  background: linear-gradient(to top, rgba(249, 249, 249, 0.8) 0%, transparent 100%); }

@media (max-width: 1199.98px) {
  .orbit-track {
    width: 1800px;
    height: 1800px;
    margin-left: -900px;
    margin-top: -300px; }
  .orbit-image {
    width: 300px;
    margin-left: -150px;
    transform-origin: center 900px; } }

@media (max-width: 767.98px) {
  .orbit-track {
    width: 1200px;
    height: 1200px;
    margin-left: -600px;
    margin-top: -150px; }
  .orbit-image {
    width: 180px;
    margin-left: -90px;
    transform-origin: center 600px; }
  .orbit-fade-left,
  .orbit-fade-right {
    width: 5%; }
  .orbit-fade-bottom {
    height: 15%; } }

/* -------------------------------------------- */
/* Publication Cards                            */
/* -------------------------------------------- */

.publication-cards-grid > [class*="col-"] {
  margin-bottom: 2rem; }

.publication-card {
  display: block;
  text-decoration: none;
  height: 100%; }

.publication-card-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #d3d3d3;
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .publication-card-image img,
  .publication-card-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.publication-card-content {
  padding: 2rem; }
  .publication-card-content h3 {
    margin-bottom: 0.5rem;
    transition: opacity 0.3s ease; }
  .publication-card-content h4 {
    margin-bottom: 0;
    opacity: 0.7; }
  .publication-card:hover .publication-card-content h3 {
    opacity: 0.8; }

/* Staggered animation delays */
.will-animate.delay-1 {
  transition-delay: 0.1s; }

.will-animate.delay-2 {
  transition-delay: 0.2s; }

.will-animate.delay-3 {
  transition-delay: 0.3s; }

.will-animate.delay-4 {
  transition-delay: 0.4s; }

.will-animate.delay-5 {
  transition-delay: 0.5s; }

.will-animate.delay-6 {
  transition-delay: 0.6s; }

.will-animate.delay-7 {
  transition-delay: 0.7s; }

.will-animate.delay-8 {
  transition-delay: 0.8s; }

.will-animate.delay-9 {
  transition-delay: 0.9s; }

.will-animate.delay-10 {
  transition-delay: 1.0s; }

.will-animate.delay-11 {
  transition-delay: 1.1s; }

.will-animate.delay-12 {
  transition-delay: 1.2s; }

.will-animate.delay-13 {
  transition-delay: 1.3s; }

@media (max-width: 767.98px) {
  .publication-card-content {
    padding: 1.5rem; } }

/* -------------------------------------------- */
/* Publication List                             */
/* -------------------------------------------- */

.publication-list {
  display: flex;
  flex-direction: column; }

.publication-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  margin: 0 -2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  transition: all 0.3s ease;
  color: inherit;
  position: relative;
  clip-path: polygon(2% 0%, 98% 0%, 100% 25%, 100% 75%, 98% 100%, 2% 100%, 0% 75%, 0% 25%); }
  .publication-list-item:hover {
    background: #000;
    color: #fff;
    text-decoration: none !important; }
  .publication-list-item:hover h3,
  .publication-list-item:hover h4 {
    color: #fff;
    opacity: 1;
    text-decoration: none; }
  .publication-list-item h3,
  .publication-list-item h4 {
    text-decoration: none; }
  .publication-list-item:last-child {
    border-bottom: none; }
  .publication-list-item h3 {
    margin-bottom: 0;
    margin-right: 2rem;
    flex: 1;
    transition: color 0.3s ease; }
  .publication-list-item h4 {
    margin-bottom: 0;
    opacity: 0.7;
    white-space: nowrap;
    transition: all 0.3s ease; }

@media (max-width: 767.98px) {
  .publication-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    margin: 0 -1rem; }
  .publication-list-item h3 {
    margin-right: 0; }
  .publication-list-item h4 {
    white-space: normal; } }

