@import url("assets/css/base.css");

.hero {
      position: relative;
      min-height: 80svh;
      display: flex;
      align-items: flex-end;
      overflow: hidden;
    }
    .video-wrap {
      position: absolute;
      left: 0;
      right: 0;
      top: -82px;
      bottom: -24px;
      overflow: hidden;
      background: #000;
    }
    .hero-fallback-frame {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      transform: scale(1.035);
      filter: saturate(0.94) brightness(0.9);
      transition: opacity 420ms ease;
    }
    .video-wrap.is-video-loaded .hero-fallback-frame {
      opacity: 0;
    }
    .video-wrap iframe {
      position: absolute;
      top: calc(50% - 34px);
      left: 50%;
      width: calc(177.77777778vh + 220px);
      height: calc(56.25vw + 220px);
      min-width: calc(100% + 220px);
      min-height: calc(100% + 220px);
      transform: translate(-50%, -50%) scale(1.16);
      pointer-events: none;
      opacity: 0;
      transition: opacity 520ms ease;
    }
    .video-wrap iframe.is-loaded {
      opacity: 1;
    }
    .overlay {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at center, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.86) 100%),
        linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.68) 24%, rgba(0,0,0,0.42) 100%);
    }
    .hero-content {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 126px 0 285px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 0;
      border-left: 1px solid rgba(255,255,255,0.32);
      background: transparent;
      color: rgba(255,255,255,0.74);
      border-radius: 0;
      padding: 2px 0 2px 14px;
      font-size: 0.68rem;
      letter-spacing: 0.34em;
      text-transform: uppercase;
    }
    h1 {
      margin: 20px 0 0;
      max-width: 980px;
      font-weight: 300;
      letter-spacing: -0.05em;
      line-height: 0.95;
      font-size: clamp(2.2rem, 5.8vw, 4.4rem);
    }
    .hero-copy {
      max-width: 760px;
      margin-top: 0;
      color: var(--muted);
      font-size: clamp(1rem, 2vw, 1.18rem);
      line-height: 1.8;
    }
    .hero-title .hero-line {
      display: block;
    }
    .hero-reveal {
      opacity: 0;
      transform: translateY(30px);
      animation: heroReveal 980ms cubic-bezier(.16,1,.3,1) forwards;
      will-change: opacity, transform;
    }
    .hero-fade {
      transform: translateY(14px);
      animation-name: heroCopyBlend;
      animation-duration: 1280ms;
      animation-timing-function: cubic-bezier(.22,1,.36,1);
      will-change: opacity, transform;
    }
    .hero-delay-0 { animation-delay: 0.4s; }
    .hero-delay-1 { animation-delay: 0.9s; }
    .hero-delay-2 { animation-delay: 1.4s; }
    .hero-delay-3 { animation-delay: 1.9s; }
    .hero-delay-4 { animation-delay: 2.28s; }
    @keyframes heroReveal {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes heroCopyBlend {
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .hero-intro {
      position: relative;
      z-index: 3;
      background: #000;
      margin-top: -145px;
      padding: 0 0 44px;
    }
    .hero-intro .container {
      max-width: 1240px;
    }
    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 32px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      border-radius: 4px;
      font-size: 0.78rem;
      letter-spacing: 0.30em;
      text-transform: uppercase;
      transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
      border: 1px solid rgba(255,255,255,0.22);
    }
    .btn:hover,
    .btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 18px 40px rgba(255,255,255,0.10);
    }
    .btn-primary {
      background: #fff;
      color: #000;
      border-color: #fff;
    }
    .btn-primary:hover,
    .btn-primary:focus-visible {
      background: rgba(255,255,255,0.92);
      border-color: rgba(255,255,255,0.92);
    }
    .btn-secondary {
      background: rgba(255,255,255,0.08);
      color: #fff;
      backdrop-filter: blur(12px);
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible {
      background: rgba(255,255,255,0.14);
      border-color: rgba(255,255,255,0.38);
    }
    .section {
      padding: 104px 0;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    .section-head {
      display: block;
    }
    .kicker {
      font-size: 0.68rem;
      letter-spacing: 0.34em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
    }
    h2 {
      margin: 14px 0 0;
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1.05;
      font-weight: 300;
      letter-spacing: -0.04em;
    }

.featured-heading__sub {
  display: block;
  margin-top: 0.16em;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.78);
  font-weight: 300;
}
    .lede {
      color: rgba(255,255,255,0.58);
      line-height: 1.9;
      font-size: 1rem;
    }
    .section-head .lede {
      margin: 18px 0 0;
      max-width: 42rem;
    }


    .scroll-reveal {
      opacity: 1;
      transform: none;
      filter: none;
      transition:
        opacity 920ms cubic-bezier(.16,1,.3,1),
        transform 920ms cubic-bezier(.16,1,.3,1),
        filter 920ms cubic-bezier(.16,1,.3,1);
      transition-delay: var(--reveal-delay, 0ms);
      will-change: opacity, transform, filter;
    }
    .js-reveal .scroll-reveal {
      opacity: 0;
      transform: translate3d(0, 28px, 0);
      filter: blur(10px);
    }
    .scroll-reveal--small {
      transform: none;
      filter: none;
    }
    .js-reveal .scroll-reveal--small {
      transform: translate3d(0, 22px, 0);
      filter: blur(8px);
    }
    .scroll-reveal.scroll-reveal--about {
      max-width: 14ch;
    }
    .scroll-reveal.is-visible {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: blur(0);
    }
    @media (prefers-reduced-motion: reduce) {
      .scroll-reveal,
      .scroll-reveal--small,
      .proof-reveal,
      .proof-card {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
      }
    }
    .work-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin-top: 48px;
    }
    .card {
      position: relative;
      overflow: hidden;
      min-height: 280px;
      padding: 28px;
      border-radius: 6px;
      border: 1px solid var(--border);
      background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
    }
    .card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, rgba(255,255,255,0.10), transparent 46%);
      opacity: 0;
      transition: opacity 180ms ease;
    }
    .card:hover::before { opacity: 1; }
    .card-link {
      display: block;
      color: inherit;
      text-decoration: none;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }
    .card-link:hover {
      transform: translateY(-4px);
      border-color: rgba(255,255,255,0.2);
      box-shadow:
        0 24px 64px rgba(0,0,0,0.34),
        inset 0 0 0 1px rgba(255,255,255,0.03);
    }
    .card-link:focus-visible {
      outline: 2px solid rgba(255,255,255,0.78);
      outline-offset: 3px;
    }
    .card, .service-card, .panel, .contact-box { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02); }
    .card-inner {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
    }
    .meta {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      font-size: 0.68rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
    }
    .card h3 {
      margin: 0;
      font-size: clamp(1.7rem, 3vw, 2.15rem);
      font-weight: 300;
      letter-spacing: -0.04em;
      line-height: 1.02;
    }
    .rule {
      width: 64px;
      height: 1px;
      background: rgba(255,255,255,0.2);
      margin-top: 18px;
    }
    .card-copy {
      margin: 18px 0 0;
      color: rgba(255,255,255,0.60);
      font-size: 0.98rem;
      line-height: 1.8;
    }
    .section-actions {
      display: flex;
      justify-content: flex-start;
      margin-top: 32px;
    }
    #services {
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    #services::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.42) 18%, rgba(0,0,0,0.48) 52%, rgba(0,0,0,0.72) 100%),
        radial-gradient(circle at 48% 36%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.04) 24%, rgba(0,0,0,0.16) 54%, rgba(0,0,0,0.44) 100%),
        url('assets/images/services-bg.webp') center 42% / cover no-repeat;
      transform: scale(1.02);
    }
    #services .container {
      position: relative;
      z-index: 1;
    }
    #services .service-card,
    #services .panel {
      background: linear-gradient(180deg, rgba(10,10,10,0.66), rgba(10,10,10,0.60));
      backdrop-filter: blur(4px);
      border-color: rgba(255,255,255,0.12);
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin-top: 48px;
    }
    .service-card, .panel {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--border);
      background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
      border-radius: 6px;
      padding: 30px;
      transition: transform 420ms cubic-bezier(.22,.61,.36,1), border-color 420ms ease, background 420ms ease, box-shadow 420ms ease;
      will-change: transform;
    }
    .service-card::after,
    .panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
      opacity: 0;
      transition: opacity 420ms ease;
      pointer-events: none;
    }
    .service-card .kicker,
    .service-card h3,
    .service-card p,
    .panel .kicker,
    .panel h3,
    .panel p,
    .panel .cap-list,
    .panel .cap-list li {
      position: relative;
      z-index: 1;
      transition: transform 420ms cubic-bezier(.22,.61,.36,1), opacity 420ms ease, color 420ms ease;
    }
    .service-card .kicker,
    .panel .kicker {
      opacity: 0.78;
    }
    .service-card p, .panel p {
      color: rgba(255,255,255,0.60);
      font-size: 1rem;
      line-height: 1.9;
      margin: 18px 0 0;
    }
    .service-card h3, .panel h3 {
      margin: 18px 0 0;
      font-size: 1.95rem;
      font-weight: 300;
      letter-spacing: -0.03em;
      line-height: 1.08;
    }
    .service-card:hover,
    .service-card:focus-within,
    .panel:hover,
    .panel:focus-within {
      transform: translateY(-4px);
      border-color: rgba(255,255,255,0.18);
      background: linear-gradient(180deg, rgba(18,18,18,0.72), rgba(12,12,12,0.64));
      box-shadow: 0 18px 40px rgba(0,0,0,0.20);
    }
    .service-card:hover::after,
    .service-card:focus-within::after,
    .panel:hover::after,
    .panel:focus-within::after {
      opacity: 1;
    }
    .service-card:hover .kicker,
    .service-card:focus-within .kicker,
    .panel:hover .kicker,
    .panel:focus-within .kicker {
      opacity: 0.94;
      transform: translateY(-1px);
    }
    .service-card:hover h3,
    .service-card:focus-within h3,
    .panel:hover h3,
    .panel:focus-within h3 {
      transform: translateY(-2px);
    }
    .service-card:hover p,
    .service-card:focus-within p,
    .panel:hover p,
    .panel:focus-within p {
      transform: translateY(-2px);
      color: rgba(255,255,255,0.76);
    }
    .panel:hover .cap-list,
    .panel:focus-within .cap-list,
    .panel:hover .cap-list li,
    .panel:focus-within .cap-list li {
      transform: translateY(-2px);
      color: rgba(255,255,255,0.90);
    }
    .split {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 20px;
      margin-top: 20px;
    }
    .cap-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 16px;
      font-size: 0.82rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.78);
    }
    .about-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
      gap: clamp(28px, 3.2vw, 44px);
      align-items: center;
    }
    .about-copy {
      min-height: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-self: center;
      max-width: none;
      padding: 6px 0;
    }
    .about-copy h2 {
      margin: 0;
      max-width: 13.6ch;
      font-size: clamp(1.95rem, 2.55vw, 3rem);
      line-height: 1.01;
      letter-spacing: -0.045em;
      text-wrap: balance;
    }
    .about-copy-link {
      color: inherit;
      text-decoration: none;
      transition: color 180ms ease, opacity 180ms ease, filter 180ms ease;
    }
    .about-copy-link-word {
      display: inline-block;
      border-bottom: 0.055em solid transparent;
      line-height: 0.94;
      padding-bottom: 0.045em;
      transition: transform 200ms ease, opacity 180ms ease, border-color 180ms ease;
      will-change: transform;
    }
    .about-copy-link-word + .about-copy-link-word {
      transition-delay: 18ms;
    }
    .about-copy-link:hover,
    .about-copy-link:focus-visible {
      color: rgba(255,255,255,0.96);
      filter: brightness(1.03);
      outline: none;
    }
    .about-copy-link:hover .about-copy-link-word,
    .about-copy-link:focus-visible .about-copy-link-word {
      transform: translate3d(0.06em, -0.035em, 0);
      border-color: rgba(255,255,255,0.92);
    }
    .about-break { display: none; }
    .about-copy-body {
      display: none;
    }
    .about-copy .lede {
      margin: 0;
      max-width: none;
      font-size: 1.02rem;
      line-height: 1.68;
    }
    .about-copy .about-note {
      margin-top: 24px;
      color: rgba(255,255,255,0.78);
    }
    .mark-card img {
      width: 180px;
      max-width: 100%;
      height: auto;
      opacity: 0.92;
      margin-top: 28px;
    }
    .about-video-card {
      padding: 0;
      min-height: 0;
      aspect-ratio: 16 / 9.5;
      overflow: hidden;
      position: relative;
      border-radius: 6px;
      background: transparent;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.04);
    }
    .about-video-shell {
      position: relative;
      height: 100%;
      min-height: 0;
      border-radius: inherit;
      overflow: hidden;
      background: transparent;
      isolation: isolate;
    }
    .about-video-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.00) 18%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0.20) 100%);
    }
    .about-video-frame {
      position: relative;
      min-height: 0;
      height: 100%;
      background: transparent;
      overflow: hidden;
    }
    .about-showreel-button {
      background: transparent;
    }
    .about-showreel-button img {
      inset: -3px 0 0 0;
      width: 100%;
      max-width: none;
      height: calc(100% + 3px);
      margin-top: 0;
      display: block;
      opacity: 1;
      filter: saturate(1.08) contrast(1.04) brightness(1.08);
      object-position: center center;
      transition: opacity 220ms ease, transform 680ms cubic-bezier(.22,1,.36,1), filter 300ms ease;
    }
    .about-showreel-preview {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      opacity: 0;
      pointer-events: none;
      background: #050505;
      transition: opacity 220ms ease;
      z-index: 0;
    }
    .about-showreel-button.is-preview-ready .about-showreel-preview {
      opacity: 1;
    }
    .about-showreel-button.is-preview-ready .about-showreel-poster {
      opacity: 0;
    }
    .about-showreel-button:hover img,
    .about-showreel-button:focus-visible img,
    .about-showreel-button.is-previewing img {
      filter: saturate(1.10) contrast(1.05) brightness(1.12);
    }
    .about-video-card .project-cover-gradient {
      background:
        linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.10) 24%, rgba(0,0,0,0.18) 46%, rgba(0,0,0,0.62) 100%),
        radial-gradient(circle at 76% 14%, rgba(255,255,255,0.10), transparent 26%);
    }
    .about-showreel-content {
      left: 18px;
      right: 18px;
      bottom: 18px;
      gap: 6px;
    }
    .about-showreel-content .project-cover-title {
      font-size: clamp(1.08rem, 1.7vw, 1.28rem);
      line-height: 1.02;
      max-width: 78%;
    }
    .about-showreel-content .project-cover-kicker {
      font-size: 0.6rem;
      letter-spacing: 0.22em;
      color: rgba(255,255,255,0.72);
    }
    .about-play-hint {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 4;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.88);
      pointer-events: none;
      text-shadow: 0 2px 10px rgba(0,0,0,0.32);
    }
    .about-play-hint-icon {
      width: 26px;
      height: 26px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.20);
      background: rgba(6,6,6,0.18);
      backdrop-filter: blur(6px);
      font-size: 0.66rem;
      line-height: 1;
      padding-left: 1px;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
    }

    #contact {
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    #contact::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.28) 18%, rgba(0,0,0,0.34) 54%, rgba(0,0,0,0.62) 100%),
        radial-gradient(circle at 18% 50%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 20%, rgba(0,0,0,0.10) 42%, rgba(0,0,0,0.36) 100%),
        url('assets/images/contact-bg.webp') center 44% / cover no-repeat;
      transform: scale(1.02);
      filter: brightness(0.98) saturate(1);
      transition: transform 520ms cubic-bezier(.22,.61,.36,1), filter 520ms cubic-bezier(.22,.61,.36,1);
      will-change: transform, filter;
    }
    #contact .container {
      position: relative;
      z-index: 1;
    }
    #contact .contact-box {
      max-width: 760px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(8,8,8,0.58), rgba(8,8,8,0.42));
      backdrop-filter: blur(5px);
      box-shadow: 0 20px 70px rgba(0,0,0,0.32), inset 0 0 0 1px rgba(255,255,255,0.02);
      transition: transform 420ms cubic-bezier(.22,.61,.36,1), border-color 420ms ease, box-shadow 420ms ease, background 420ms ease;
      will-change: transform, box-shadow;
    }
    @media (hover: hover) {
      #contact:hover::before {
        transform: scale(1.035);
        filter: brightness(1.04) saturate(1.04);
      }
      #contact .contact-box:hover {
        transform: translateY(-4px);
        border-color: rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(10,10,10,0.52), rgba(10,10,10,0.36));
        box-shadow: 0 28px 82px rgba(0,0,0,0.38), inset 0 0 0 1px rgba(255,255,255,0.03);
      }
      #contact .contact-box:hover h2,
      #contact .contact-box:hover .lede,
      #contact .contact-box:hover .contact-line,
      #contact .contact-box:hover .contact-line a {
        color: rgba(255,255,255,0.96);
      }
    }
    .contact-box {
      border: 1px solid var(--border);
      background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025));
      border-radius: 6px;
      padding: 42px;
    }
    footer {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding: 28px 0 32px;
    }
    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .footer-brand img {
  color-scheme: only light;
  forced-color-adjust: none;
      width: 42px;
      height: 42px;
      object-fit: contain;
      opacity: 0.92;
    }
.footer-logo-home {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-logo-home:focus-visible {
  outline: 2px solid rgba(255,255,255,0.72);
  outline-offset: 6px;
  border-radius: 4px;
}
    .footer-meta {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
    }
    .footer-address {
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.56);
      text-align: right;
      line-height: 1.6;
    }
    .footer-note {
      font-size: 0.68rem;
      letter-spacing: 0.30em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.34);
      text-align: right;
    }


    .featured-grid .card {
      padding: 0;
      min-height: 0;
      display: flex;
      flex-direction: column;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.018)),
        radial-gradient(circle at top left, rgba(255,255,255,0.05), transparent 42%);
      border-color: rgba(255,255,255,0.12);
      box-shadow:
        0 18px 52px rgba(0,0,0,0.26),
        inset 0 0 0 1px rgba(255,255,255,0.02);
    }
    .featured-grid .card::before {
      background:
        linear-gradient(120deg, rgba(255,255,255,0.05), transparent 30%, transparent 78%, rgba(255,255,255,0.04)),
        radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 28%);
      opacity: 1;
    }
    .featured-grid .card-inner {
      padding: 26px 28px 28px;
    }
    .card-visual {
      position: relative;
      min-height: 230px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.58)),
        radial-gradient(circle at 22% 20%, rgba(255,255,255,0.12), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
    }
    .card-visual::after {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px solid rgba(255,255,255,0.09);
      pointer-events: none;
    }
    .featured-grid .feature-film .card-visual {
      background:
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.62)),
        radial-gradient(circle at 18% 18%, rgba(255,255,255,0.12), transparent 28%),
        linear-gradient(135deg, rgba(62,62,62,0.55), rgba(12,12,12,0.94));
    }
    .featured-grid .commercial-work .card-visual {
      background:
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.54)),
        radial-gradient(circle at 80% 18%, rgba(255,255,255,0.14), transparent 26%),
        linear-gradient(135deg, rgba(66,66,66,0.5), rgba(10,10,10,0.96));
    }
    .featured-grid .feature-archive .card-visual {
      background:
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.6)),
        radial-gradient(circle at 40% 15%, rgba(255,255,255,0.10), transparent 22%),
        linear-gradient(135deg, rgba(56,56,56,0.5), rgba(8,8,8,0.96));
    }
    .visual-caption {
      position: absolute;
      left: 18px;
      bottom: 16px;
      font-size: 0.66rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.68);
    }
    .card-copy {
      color: rgba(255,255,255,0.62);
      font-size: 0.98rem;
      line-height: 1.8;
      margin: 18px 0 0;
    }
    .contact-details {
      display: grid;
      gap: 10px;
      margin: 24px 0 0;
    }
    .contact-line {
      font-size: 0.82rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
    }


    .project-cover-button {
      appearance: none;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      border: 0;
      background: #050505;
      color: inherit;
      cursor: pointer;
      overflow: hidden;
      display: block;
      z-index: 0;
      transition: opacity 240ms ease, transform 260ms ease;
    }
    .project-cover-button img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.02);
      transition: transform 680ms cubic-bezier(.22,1,.36,1), filter 300ms ease;
    }
    .project-cover-button:hover img,
    .project-cover-button:focus-visible img {
      transform: scale(1.06);
      filter: saturate(1.02) contrast(1.04) brightness(0.92);
    }
    .project-cover-button:hover .about-play-hint-icon,
    .project-cover-button:focus-visible .about-play-hint-icon,
    .project-cover-button:hover .project-play-indicator,
    .project-cover-button:focus-visible .project-play-indicator {
      border-color: rgba(255,255,255,0.32);
      background: rgba(255,255,255,0.14);
      box-shadow: 0 18px 44px rgba(255,255,255,0.12);
    }
    .project-cover-button.is-opening {
      opacity: 0;
      transform: scale(0.985);
    }
    .project-cover-gradient {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.72) 100%),
        radial-gradient(circle at 24% 18%, rgba(255,255,255,0.16), transparent 30%);
      z-index: 1;
      pointer-events: none;
    }
    .project-cover-content {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 3;
      display: grid;
      gap: 6px;
      text-align: left;
      pointer-events: none;
      transform: scale(1.01);
    }
    .project-cover-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 0.6rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.68);
    }
    .project-cover-title {
      font-size: clamp(0.96rem, 1.7vw, 1.18rem);
      line-height: 1.04;
      letter-spacing: -0.03em;
      font-weight: 300;
      color: rgba(255,255,255,0.98);
      max-width: 76%;
      text-wrap: balance;
    }
    .project-play-indicator {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 4;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 42px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(6,6,6,0.34);
      backdrop-filter: blur(18px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.24);
      pointer-events: none;
    }
    .project-play-icon {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.92);
      color: #000;
      font-size: 0.82rem;
      line-height: 1;
      padding-left: 2px;
      flex: 0 0 auto;
    }
    .project-play-label {
      display: inline;
      font-size: 0.58rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.82);
      white-space: nowrap;
    }
    .video-lightbox {
      position: fixed;
      inset: 0;
      z-index: 90;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 220ms ease, visibility 220ms ease;
    }
    .video-lightbox.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .video-lightbox-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.86);
      backdrop-filter: blur(10px);
    }
    .video-lightbox-dialog {
      position: relative;
      z-index: 1;
      height: 100%;
      display: grid;
      place-items: center;
      padding: 34px;
    }
    .video-lightbox-frame {
      position: relative;
      width: min(1280px, 92vw);
      aspect-ratio: 16 / 9;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: 0 30px 90px rgba(0,0,0,0.46);
      background: #000;
    }
    .video-lightbox-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      background: #000;
    }
    .video-lightbox-close {
      position: absolute;
      top: 26px;
      right: 26px;
      z-index: 2;
      appearance: none;
      min-height: 44px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(8,8,8,0.46);
      color: rgba(255,255,255,0.9);
      font: inherit;
      font-size: 0.7rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      cursor: pointer;
      backdrop-filter: blur(16px);
      transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    }
    .video-lightbox-close:hover,
    .video-lightbox-close:focus-visible {
      background: rgba(255,255,255,0.12);
      border-color: rgba(255,255,255,0.34);
      box-shadow: 0 18px 40px rgba(255,255,255,0.08);
      transform: translateY(-1px);
    }
    body.video-open {
      overflow: hidden;
    }

    @media (max-width: 980px) {
      nav { display: none; }
      .section-head,
      .work-grid,
      .services-grid,
      .split,
      .about-grid {
        grid-template-columns: 1fr;
      }
      .about-copy {
        align-self: start;
        min-height: 0;
        padding-top: 0;
        max-width: none;
        justify-content: flex-start;
      }
      .about-copy h2 {
        max-width: none;
        font-size: clamp(2.1rem, 7vw, 3.2rem);
        text-wrap: balance;
      }
      .about-break { display: none; }
      .about-copy-body {
        display: none;
      }
      .about-copy .lede,
      .about-copy .about-note {
        max-width: none;
      }
      .contact-box { padding: 30px; }
    }
    @media (max-width: 640px) {
      .container { width: min(1240px, calc(100% - 24px)); }
      .header-inner { min-height: 74px; }
      .brand { max-width: min(42vw, 138px); }
      .brand img { width: min(100%, 138px); height: auto; opacity: 0.9; }
      .brand-name {
        font-size: 0.76rem;
        letter-spacing: 0.24em;
      }
      .brand-motto {
        font-size: 0.58rem;
        letter-spacing: 0.22em;
      }
      .hero-content { padding: 132px 0 220px; }
      .video-wrap {
        top: -74px;
        bottom: -18px;
      }
      .card-visual { min-height: 170px; }
      .hero-intro { margin-top: -110px; }
      .section { padding: 84px 0; }
      .card, .service-card, .panel, .contact-box { border-radius: 4px; }
      .about-video-card {
        min-height: 0;
        aspect-ratio: 16 / 10;
      }
      .about-video-shell,
      .about-video-frame { min-height: 0; }
      .footer-inner {
        flex-direction: column;
        align-items: flex-start;
      }
      .footer-note, .footer-address { text-align: left; }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-reveal {
        opacity: 1;
        transform: none;
        animation: none;
      }
    }


.hero-intro {
  position: relative;
  z-index: 3;
  background: #000;
  padding: 26px 0 56px;
}
.hero-intro-actions {
  margin-top: 28px;
}
.hero-intro .btn {
  min-width: 210px;
}
.featured-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 22px;
  margin-top: 48px;
}
.featured-stack {
  display: grid;
  gap: 22px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.featured-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 320px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
  background: #050505;
  isolation: isolate;
  box-shadow: 0 24px 80px rgba(0,0,0,0.34), inset 0 0 0 1px rgba(255,255,255,0.03);
}
.featured-card--afternight {
  min-height: 720px;
}
.featured-card__media,
.featured-card__shade {
  position: absolute;
  inset: 0;
}
.featured-card__media {
  background-size: cover;
  background-position: center;
  transform: scale(1.001);
  transition: transform 480ms cubic-bezier(.22,1,.36,1), filter 480ms ease;
}
.featured-card__shade {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.18) 28%, rgba(0,0,0,0.72) 72%, rgba(0,0,0,0.92) 100%),
    radial-gradient(circle at top center, rgba(255,255,255,0.10), transparent 42%);
  transition: opacity 320ms ease;
}
.featured-card__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.featured-card__meta {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  text-shadow: 0 1px 10px rgba(0,0,0,0.28);
}
.featured-card h3 {
  margin: 18px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.featured-card p {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.featured-stack .featured-card__content {
  max-width: 440px;
}
.featured-stack .featured-card__meta {
  color: rgba(255,255,255,0.78);
}
.featured-stack .featured-card h3 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.0;
  letter-spacing: -0.045em;
}
.featured-card:hover .featured-card__media,
.featured-card:focus-visible .featured-card__media {
  transform: scale(1.04);
  filter: saturate(1.04);
}
.featured-card:hover .featured-card__shade,
.featured-card:focus-visible .featured-card__shade {
  opacity: 0.92;
}
.featured-card:focus-visible {
  outline: 2px solid rgba(255,255,255,0.65);
  outline-offset: 4px;
}
.featured-card--afternight .featured-card__media {
  background-image: url('assets/images/afternight-cover.webp');
  background-position: center;
}
.featured-card--pankill .featured-card__media {
  background-image: url('assets/images/pankill2-cover-work.webp');
  background-position: center;
}
.featured-card--sotiria .featured-card__media {
  background-image: url('assets/images/sotiria-cover.webp');
  background-position: center;
}
.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}
.contact-line {
  color: rgba(255,255,255,0.80);
  font-size: 0.98rem;
  line-height: 1.7;
  transition: color 320ms ease, opacity 320ms ease;
}
.contact-line a {
  transition: color 320ms ease, opacity 320ms ease;
}
.contact-line a:hover {
  color: rgba(255,255,255,0.96);
}

.home-proof {
  margin-top: 38px;
}
.home-proof-head {
  max-width: 860px;
}
.proof-reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 980ms cubic-bezier(.16,1,.3,1),
    transform 980ms cubic-bezier(.16,1,.3,1),
    filter 980ms cubic-bezier(.16,1,.3,1);
  transition-delay: var(--proof-delay, 0ms);
  will-change: opacity, transform, filter;
}
.js-reveal .proof-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  filter: blur(10px);
}
.proof-reveal--small {
  transform: none;
  filter: none;
}
.js-reveal .proof-reveal--small {
  transform: translate3d(0, 24px, 0);
  filter: blur(8px);
}
.proof-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
.home-proof-title__line {
  display: block;
}
.home-proof-title {
  margin: 14px 0 0;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.proof-card {
  position: relative;
  overflow: hidden;
  min-height: 192px;
  padding: 24px 22px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 980ms cubic-bezier(.16,1,.3,1),
    transform 980ms cubic-bezier(.16,1,.3,1),
    filter 980ms cubic-bezier(.16,1,.3,1),
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
  transition-delay: var(--proof-delay, 0ms);
  will-change: opacity, transform, filter;
}
.js-reveal .proof-card {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(10px);
}
.proof-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}
.proof-card:hover,
.proof-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
  background: linear-gradient(180deg, rgba(18,18,18,0.72), rgba(12,12,12,0.64));
  box-shadow: 0 18px 40px rgba(0,0,0,0.20), inset 0 0 0 1px rgba(255,255,255,0.02);
}
.proof-card:hover::after,
.proof-card:focus-within::after {
  opacity: 1;
}
.proof-card__label {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.82);
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.proof-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.98rem;
  line-height: 1.75;
}
@media (max-width: 980px) {
  .home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-showcase {
    grid-template-columns: 1fr;
  }
  .featured-stack {
    grid-template-rows: none;
  }
  .featured-card--afternight {
    min-height: 520px;
  }
}
@media (max-width: 640px) {
  .home-proof {
    margin-top: 30px;
  }
  .home-proof-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  .home-proof-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
  }
  .proof-card {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 4px;
  }
  .proof-card p {
    font-size: 0.94rem;
    line-height: 1.65;
  }
  .hero-intro {
    padding: 24px 0 44px;
  }
  .hero-intro .btn {
    width: 100%;
    min-width: 0;
  }
  .featured-showcase,
  .featured-stack {
    gap: 16px;
  }
  .featured-card {
    min-height: 300px;
    padding: 22px;
    border-radius: 6px;
  }
  .featured-card--afternight {
    min-height: 380px;
  }
  .featured-card p {
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .featured-stack .featured-card h3 {
    font-size: clamp(1.7rem, 7vw, 2.15rem);
  }
}


/* Responsive image variants */
@media (max-width: 1280px) {
  #services::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.42) 18%, rgba(0,0,0,0.48) 52%, rgba(0,0,0,0.72) 100%),
      radial-gradient(circle at 48% 36%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.04) 24%, rgba(0,0,0,0.16) 54%, rgba(0,0,0,0.44) 100%),
      url('assets/images/services-bg-1280.webp') center 42% / cover no-repeat;
  }
  #contact::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.28) 18%, rgba(0,0,0,0.34) 54%, rgba(0,0,0,0.62) 100%),
      radial-gradient(circle at 18% 50%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 20%, rgba(0,0,0,0.10) 42%, rgba(0,0,0,0.36) 100%),
      url('assets/images/contact-bg-1280.webp') center 44% / cover no-repeat;
  }
  .featured-card--afternight .featured-card__media {
    background-image: url('assets/images/afternight-cover-1280.webp');
  }
  .featured-card--pankill .featured-card__media {
    background-image: url('assets/images/pankill2-cover-work-1600.webp');
  }
  .featured-card--sotiria .featured-card__media {
    background-image: url('assets/images/sotiria-cover-1280.webp');
  }
}

@media (max-width: 768px) {
  #services::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.42) 18%, rgba(0,0,0,0.48) 52%, rgba(0,0,0,0.72) 100%),
      radial-gradient(circle at 48% 36%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.04) 24%, rgba(0,0,0,0.16) 54%, rgba(0,0,0,0.44) 100%),
      url('assets/images/services-bg-768.webp') center 42% / cover no-repeat;
  }
  #contact::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.28) 18%, rgba(0,0,0,0.34) 54%, rgba(0,0,0,0.62) 100%),
      radial-gradient(circle at 18% 50%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 20%, rgba(0,0,0,0.10) 42%, rgba(0,0,0,0.36) 100%),
      url('assets/images/contact-bg-768.webp') center 44% / cover no-repeat;
  }
  .featured-card--afternight .featured-card__media {
    background-image: url('assets/images/afternight-cover-640.webp');
  }
  .featured-card--pankill .featured-card__media {
    background-image: url('assets/images/pankill2-cover-work-640.webp');
  }
  .featured-card--sotiria .featured-card__media {
    background-image: url('assets/images/sotiria-cover-768.webp');
  }
}
