:root {
      --header-height: 76px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html,
    body {
      width: 100%;
      height: 100%;
      overflow: hidden;
      font-family: Arial, Helvetica, sans-serif;
      background: #000;
    }

    body {
      touch-action: pan-y;
    }

    body.menu-open {
      overflow: hidden;
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      height: var(--header-height);
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 0 54px;
      background: transparent;
      border-bottom: none;
      pointer-events: none;
    }

    .site-header > * {
      pointer-events: auto;
    }

    .hamburger {
      justify-self: start;
      width: 32px;
      height: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1100;
      transition: transform 0.22s ease;
    }

    .hamburger:hover {
      transform: scale(1.15);
    }

    .hamburger span {
      width: 100%;
      height: 4px;
      background: #fff;
      border-radius: 999px;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .hamburger.active span:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }

    .logo {
      justify-self: center;
      height: 60px;
      display: block;
      transition: transform 0.22s ease;

    }

    .logo:hover {
      transform: scale(1.05);
    }

    .search-button {
      justify-self: end;
      width: 36px;
      height: 36px;
      border: none;
      background: transparent;
      display: grid;
      place-items: center;
      cursor: pointer;
      border-radius: 50%;
      transition:
        background 0.25s ease,
        transform 0.25s ease,
        opacity 0.25s ease;
    }

    .search-button svg {
      width: 36px;
      height: 36px;
      stroke: #fff;
      stroke-width: 2.5;
      fill: none;
      transition: transform 0.25s ease;
    }

    .search-button:hover {
      background: transparent;
      transform: scale(1.08);
    }

    .search-button:hover svg {
      transform: scale(1.1);
    }

    .search-button:active {
      transform: scale(0.95);
    }

    .menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      z-index: 1001;
    }

    .menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .side-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 320px;
      max-width: 86%;
      height: 100vh;
      height: 100dvh;
      background: #ffffff;
      z-index: 1002;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      padding: 110px 28px 28px;
      box-shadow: 8px 0 30px rgba(0, 0, 0, 0.12);
    }

    .side-menu.active {
      transform: translateX(0);
    }

    .side-menu nav {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .side-menu a {
      color: #111;
      text-decoration: none;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: -0.03em;
      padding: 14px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      transition: transform 0.22s ease, opacity 0.22s ease;
    }

    .side-menu a:hover {
      transform: translateX(6px);
      opacity: 0.65;
    }

    .menu-close {
      position: absolute;
      top: 22px;
      right: 22px;
      width: 40px;
      height: 40px;
      border: none;
      background: none;
      cursor: pointer;
      color: #111;
      transition: transform 0.22s ease, opacity 0.22s ease;
    }

    .menu-close:hover {
      transform: scale(1.08);
      opacity: 0.7;
    }

    .slideshow {
      position: relative;
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      background: #000;
      overscroll-behavior: none;
    }

    .slides-track {
      display: flex;
      flex-direction: row;
      width: max-content;
      height: 100%;
      transform: translate3d(0, 0, 0);
      transition: transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
      will-change: transform;
    }

    .slides-track.dragging {
      transition: none;
    }

    .slide {
      position: relative;
      flex: 0 0 100vw;
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      background: #000;
      backface-visibility: hidden;
      transform: translateZ(0);
    }

    @media (min-width: 769px) {
      .slides-track {
        display: block;
        width: 100%;
        height: 100%;
        transform: none !important;
        transition: none;
      }

      .slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
          opacity 0.25s ease,
          visibility 0.25s ease;
      }

      .slide.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
    }

    .slide picture {
      width: 100%;
      height: 100%;
      display: block;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: none;
    }

    .slide::after {
      content: none;
    }

    .slide-text {
      position: absolute;
      z-index: 10;
      max-width: 560px;
      color: #fff;
      font-family: 'Trebuchet MS', Arial, sans-serif;
      font-size: clamp(18px, 3.1vw, 32px);
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: -0.04em;
      background: rgba(255,255,255,0);
      text-shadow:
        2px 2px 3px rgba(0,0,0,0.9);
      transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .slide-text .dropcap {
      font-family: 'EllieologyFont1', sans-serif;
      font-size: 1.85em;
      font-weight: 500;
      line-height: 0.75;
      display: inline-block;
      margin-right: 0.03em;
      vertical-align: -0.06em;
    }

    .layout-top-left { left: 7%; top: 12%; }
    .layout-top-right { right: 7%; top: 14%; }
    .layout-bottom-left { left: 8%; bottom: 13%; }
    .layout-bottom-right { right: 8%; bottom: 15%; }
    .layout-mid-left { left: 8%; top: 42%; }
    .layout-mid-right { right: 8%; top: 40%; }
    .layout-upper-center { left: 50%; top: 11%; transform: translateX(-50%); text-align: center; }
    .layout-lower-center { left: 50%; bottom: 12%; transform: translateX(-50%); text-align: center; }
    .layout-left-low { left: 12%; bottom: 22%; }
    .layout-right-high { right: 11%; top: 22%; }
    .layout-left-high { left: 11%; top: 21%; }
    .layout-right-low { right: 11%; bottom: 22%; }

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 20;
  padding: 0;
  color: #111;
}

    .arrow:hover {
      transform: translateY(-50%) scale(1.08);
      background: #fff;
    }

    .arrow:disabled {
      opacity: 0.32;
      cursor: not-allowed;
      transform: translateY(-50%);
    }

    .arrow-left {
      left: 28px;
    }

    .arrow-right {
      right: 28px;
    }

.chevron {
  width: 14px;
  height: 14px;
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: rotate(135deg);
  margin-left: 4px;
}

.arrow-right .chevron {
  transform: rotate(-45deg);
  margin-left: 0;
  margin-right: 4px;
}

    .progress {
      position: absolute;
      left: 50%;
      bottom: 24px;
      transform: translateX(-50%);
      z-index: 20;
      display: flex;
      gap: 9px;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: rgba(255,255,255,0.38);
      transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
      cursor: pointer;
    }

    .dot.active {
      width: 28px;
      background: #fff;
    }

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

    @media (max-width: 1024px) {
      .site-header {
        padding: 0 18px;
      }

      .slide-text {
        left: 22px !important;
        right: 22px !important;
        bottom: 34px !important;
        top: auto !important;
        transform: none !important;
        text-align: left !important;
        max-width: none;
        font-size: 28px;
      }

      .arrow {
        width: 54px;
        height: 54px;
      }

      .arrow-left {
        left: 18px;
      }

      .arrow-right {
        right: 18px;
      }

      .progress {
        bottom: 16px;
      }
    }

    @media (max-width: 768px) {
      :root {
        --header-height: 68px;
      }

      body {
        touch-action: none;
      }

      .site-header {
        height: var(--header-height);
        padding: 0 18px;
      }

      .logo {
        height: 42px;
      }
      
.hamburger {
  width: 26px;
  height: 20px;
}

.hamburger span {
  height: 3px;
}

      .search-button svg {
        width: 28px;
        height: 28px;
        stroke-width: 2;
      }

      .side-menu {
        padding-top: 96px;
      }

      .side-menu a {
        font-size: 25px;
      }

      .slides-track {
        flex-direction: column;
        width: 100%;
        height: max-content;
        transition: transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
      }

      .slide {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        flex: 0 0 100vh;
        flex-basis: 100dvh;
      }

      .slide-text {
        left: 16px !important;
        right: 16px !important;
        bottom: 25px !important;
        font-size: 24px;
      }

      .arrow {
        display: none;
      }

      .progress {
        display: none;
      }

      .dot.active {
        width: 9px;
        height: 28px;
      }
    }
