/* ============================================================
   LSC CREATIVE — PRODUCTION STYLESHEET (Rebuild 2026-06)
   Order: legacy foundation -> design system base (desktop-locked)
          -> responsive overrides (siloed at absolute bottom).
   LAW 1: never edit desktop base rules for mobile fixes; add
   overrides only inside the media-query layer at the bottom.
   ============================================================ */

/* ── LAYER 0: FOUNDATION (ported live rules from legacy style.css) ── */
:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #141414;
  --text-primary: #f5f5f5;
  --text-secondary: #a3a3a3;
  --accent-color: #e5e5e5; 
  
  --font-primary: "Funnel Sans", sans-serif;
  --font-accent: "Delight", sans-serif;
  
  --transition-smooth: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.3s ease;
}

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

body.dark-theme {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

@keyframes trimPath {
  0% { 
    clip-path: inset(0 100% 0 0); 
    color: #B85444; 
    border-color: #B85444; 
  }
  100% {
    clip-path: inset(0 0 0 0); 
  }
}

.animate-entrance {
  animation: trimPath 2.4s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.delay-nav { animation-delay: 0.6s;
}

h1, h2, h3, h4 {
  font-family: var(--font-accent);
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 100;
  mix-blend-mode: difference;
  color: #fff;
  transition: padding var(--transition-smooth);
}

.navbar.scrolled {
  padding: 1rem 0;
}

.navbar.scrolled .nav-links a,
.navbar.scrolled .brand-logo {
  color: #f5f5f5;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  height: 50px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-links a:hover {
  color: var(--accent-color);
}

.horizontal-scroll-section {
  position: relative;
  z-index: 3;
  height: 400vh; 
  background-color: var(--bg-primary);
}

.footer {
  padding: 3rem 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 3;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.footer p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
    .nav-links {
    display: none;
    }
    .horizontal-scroll-section {
    height: auto;
    }
}

h1, h2, h3, h4 { font-weight: 900 !important;
}

.absolute-logo { 
  position: absolute; 
  top: 2rem; 
  left: 2rem; 
  z-index: 101;
}

.nav-logo { 
  height: 90px !important; 
  width: auto; 
  object-fit: contain !important;
}

:root {
  --bg-primary: #181818 !important; 
  --text-primary: #F0EDE8 !important; 
  --text-secondary: #3D4A5C !important;  
  --support-surface: #2C2F35 !important; 
  --accent-color: #B85444 !important;
}

body.dark-theme {
  background-color: var(--bg-primary);
}

.rec-dot {
  background-color: var(--accent-color) !important;
}

.absolute-logo { 
  left: 2rem !important; 
  top: 1.5rem !important; 
  transform: none;
  position: fixed !important;
}

.absolute-nav {
  position: fixed !important;
  top: 2.2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 105;
}

.focus-meter {
  top: 0 !important;
  left: 0 !important;
}

.rec-dot {
  width: 6px;
  height: 6px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation: blink 2s infinite;
}

.focus-meter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.3s ease;
  will-change: transform;
  border: 0.5px solid rgba(0,0,0,0.3); 
  box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
  transform: translate(-50%, -50%);
}

.split-prism-inner {
  width: 20px; 
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.split-prism-top {
  width: 100%;
  height: 50%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  backdrop-filter: blur(4px) sepia(20%) brightness(1.1); 
  -webkit-backdrop-filter: blur(4px) sepia(20%) brightness(1.1);
  transform: translateX(-2px); 
  border: 0.5px solid rgba(0,0,0,0.4); 
  border-bottom: 0.5px solid rgba(0,0,0,0.7);
}

.split-prism-bottom {
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  backdrop-filter: blur(4px) sepia(20%) brightness(1.1); 
  -webkit-backdrop-filter: blur(4px) sepia(20%) brightness(1.1);
  transform: translateX(2px); 
  border: 0.5px solid rgba(0,0,0,0.4); 
  border-top: 0.5px solid rgba(0,0,0,0.7);
}

@keyframes blink { 
    0%, 100% { opacity: 1; } 
    50% { opacity: 0; }
}

/* ============================================================
   LAYER 1: DESIGN SYSTEM BASE — DESKTOP-LOCKED (> 992px)
   ============================================================ */
@font-face {
            font-family: "Delight";
            src: url("../assets/fonts/delight/Delight-Regular.woff2") format("woff2"),
                 url("../assets/fonts/delight/Delight-Regular.woff")  format("woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
}

@font-face {
            font-family: "Delight";
            src: url("../assets/fonts/delight/Delight-Bold.woff2") format("woff2"),
                 url("../assets/fonts/delight/Delight-Bold.woff")  format("woff");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
}

@font-face {
            font-family: "Delight";
            src: url("../assets/fonts/delight/Delight-SemiBold.woff2") format("woff2"),
                 url("../assets/fonts/delight/Delight-SemiBold.otf")   format("opentype");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
}

@font-face {
            font-family: "Delight";
            src: url("../assets/fonts/delight/Delight-Bold.woff2") format("woff2"),
                 url("../assets/fonts/delight/Delight-Bold.woff")  format("woff");
            font-weight: 900;
            font-style: normal;
            font-display: swap;
}

@font-face {
            font-family: "CS-Felice-Mono";
            src: url("../assets/fonts/cs-felice-mono/CSFeliceMono-Regular.woff2") format("woff2"),
                 url("../assets/fonts/cs-felice-mono/CSFeliceMono-Regular.woff")  format("woff"),
                 url("../assets/fonts/cs-felice-mono/CSFeliceMono-Regular.otf")   format("opentype");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
}

@font-face {
            font-family: "CS-Felice-Mono";
            src: url("../assets/fonts/cs-felice-mono/CSFeliceMono-Italic.woff2") format("woff2"),
                 url("../assets/fonts/cs-felice-mono/CSFeliceMono-Italic.woff")  format("woff"),
                 url("../assets/fonts/cs-felice-mono/CSFeliceMono-Italic.otf")   format("opentype");
            font-weight: 400;
            font-style: italic;
            font-display: swap;
}

@font-face {
            font-family: "CS-Felice-Mono";
            src: url("../assets/fonts/cs-felice-mono/CSFeliceMono-ReverseItalic.woff2") format("woff2"),
                 url("../assets/fonts/cs-felice-mono/CSFeliceMono-ReverseItalic.woff")  format("woff"),
                 url("../assets/fonts/cs-felice-mono/CSFeliceMono-ReverseItalic.otf")   format("opentype");
            font-weight: 400;
            font-style: oblique -10deg;
            font-display: swap;
}

:root {
            
            --lsc-black:     #181818;
            --lsc-surface:   #252930;

            
            --lsc-white:     #F0EDE8;   
            --lsc-terra:     #a84e2e;   
            --lsc-slate:     #3d4a5c;   

            
            --lsc-rule:      rgba(61, 74, 92, 0.35);   
            --lsc-muted:     rgba(240, 237, 232, 0.45);

            
            --font-display:  "Delight", Georgia, serif;
            --font-mono:     "CS-Felice-Mono", "Outfit", sans-serif;
            --font-primary:  var(--font-display);

            
            --gap-xs:  0.5rem;    
            --gap-sm:  1rem;      
            --gap-md:  2rem;      
            --gap-lg:  4rem;      
            --gap-xl:  8rem;      

            
            --radius-none: 0px;
            --radius-sm:   4px;

            
            --trans-interactive: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
            --trans-cinematic:   all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
            scroll-behavior: smooth;
}

body.dark-theme {
            background-color: var(--lsc-black);
            color: var(--lsc-white);
            font-family: var(--font-primary);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility;
            font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

/* ============================================================
   LSC INK-GRID PRELOADER
   Reference-matched: a bounded, centred matrix grid box with WHITE
   grid lines drawn OVER dark fluid blocks on a light backdrop.
   Blocks merge via the #lsc-goo metaball filter and morph L → S → C.
   Tune everything via the variables below.
   ============================================================ */
.cinematic-loader-mask {
            /* --- geometry --- */
            --pre-cell:    clamp(20px, 5.2vmin, 38px); /* one grid square      */
            --pre-gap:     2px;                        /* lane gap             */
            --pre-square:  var(--pre-cell); /* fill the cell so edges land on the grid lines */
            --pre-cols:    6;                          /* letter matrix width  */
            --pre-rows:    7;                          /* letter matrix height */
            --pre-gcols:   10;                         /* grid box width       */
            --pre-grows:   9;                          /* grid box height      */

            /* --- timing (timeline driven by JS) --- */
            --pre-morph:   600ms;                      /* L→S→C transition     */
            --pre-stagger: 26ms;                       /* per-block flow delay */
            --pre-fade:    700ms;                      /* overlay fade-out     */

            /* --- palette (override to re-skin) --- */
            --pre-bg:      #c9c8c4;                    /* light backdrop       */
            --pre-line:    rgba(255, 255, 255, 0.92);  /* white grid lines     */
            --pre-ink:     #1c1c1b;                    /* near-black blocks     */

            position: fixed;
            inset: 0;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: clamp(26px, 6vmin, 52px);

            background: var(--pre-bg);
            transition: opacity var(--pre-fade) ease,
                        visibility 0s linear var(--pre-fade);
            will-change: opacity;
}
.cinematic-loader-mask.is-loaded {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
}

/* wordmark above the grid */
.lsc-pre__wordmark {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(22px, 4.2vmin, 38px);
            letter-spacing: -0.01em;
            color: var(--pre-ink);
            line-height: 1;
}
.lsc-pre__wordmark em {
            font-style: normal;
            color: var(--lsc-terra);
}

/* the bounded grid box; stage + grid overlay are centred inside it */
.lsc-pre__plate {
            position: relative;
            width:  calc(var(--pre-gcols) * var(--pre-cell));
            height: calc(var(--pre-grows) * var(--pre-cell));
}

/* dark fluid letters — goo merges adjacent blocks; sits BELOW the grid */
.lsc-pre__stage {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width:  calc(var(--pre-cols) * var(--pre-cell));
            height: calc(var(--pre-rows) * var(--pre-cell));
            filter: url(#lsc-goo);
            z-index: 1;
}
.lsc-pre__cell {
            position: absolute;
            top: 0; left: 0;
            width: var(--pre-square);
            height: var(--pre-square);
            border-radius: calc(var(--pre-square) * 0.22);
            background: var(--pre-ink);
            transform: translate(var(--x, 0), var(--y, 0)) scale(var(--s, 0));
            transition: transform var(--pre-morph) cubic-bezier(.66, 0, .34, 1),
                        opacity   var(--pre-morph) ease;
            will-change: transform;
}

/* white matrix grid, drawn OVER the ink and aligned to the cells */
.lsc-pre__grid {
            position: absolute;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            background-image:
                linear-gradient(var(--pre-line) 1px, transparent 1px),
                linear-gradient(90deg, var(--pre-line) 1px, transparent 1px);
            background-size: var(--pre-cell) var(--pre-cell);
            background-position: 0 0;
}

/* secondary loader — thin fluid progress bar in brand terracotta */
.lsc-pre__bar {
            position: relative;
            width: clamp(140px, 26vmin, 200px);
            height: 3px;
            border-radius: 99px;
            background: rgba(255, 255, 255, 0.5);
            overflow: hidden;
}
.lsc-pre__fill {
            position: absolute;
            inset: 0;
            width: 0%;
            background: var(--lsc-terra);
            border-radius: 99px;
            transition: width 240ms ease;
}
.lsc-pre__fill::after {            /* indeterminate shimmer */
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent,
                        rgba(255, 255, 255, 0.85), transparent);
            transform: translateX(-100%);
            animation: lscPreShimmer 1.4s ease-in-out infinite;
}
@keyframes lscPreShimmer { to { transform: translateX(100%); } }

@media (prefers-reduced-motion: reduce) {
            .lsc-pre__cell { transition-duration: 1ms; }
            .lsc-pre__fill::after { animation: none; }
}

.about-modal-overlay {
            position: fixed;
            inset: 0;
            
            background-color: rgba(0, 0, 0, 0.28);
            
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cline x1='0' y1='0.5' x2='60' y2='0.5' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3Cline x1='0.5' y1='0' x2='0.5' y2='60' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3C/svg%3E");
            background-size: 60px 60px;
            background-repeat: repeat;
            backdrop-filter: blur(22px) saturate(140%);
            -webkit-backdrop-filter: blur(22px) saturate(140%);
            z-index: 8000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 5vw;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
}

.about-modal-overlay.is-open {
            opacity: 1;
            pointer-events: all;
}

.about-modal {
            background: rgba(12, 12, 22, 0.30);
            backdrop-filter: blur(36px) saturate(180%) brightness(1.05);
            -webkit-backdrop-filter: blur(36px) saturate(180%) brightness(1.05);
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 14px;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.25),
                inset 0 -1px 0 rgba(255, 255, 255, 0.06),
                0 40px 80px rgba(0, 0, 0, 0.50),
                0 8px 24px rgba(0, 0, 0, 0.25);
            max-width: 1000px;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1.4fr;
            gap: 0;
            transform: translateY(24px);
            transition: transform 0.4s ease;
            overflow: hidden;
}

.about-modal-overlay.is-open .about-modal {
            transform: translateY(0);
}

.about-photo-placeholder {
            background: rgba(10, 10, 18, 0.45);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: none;
            border-right: 1px solid rgba(255, 255, 255, 0.10);
            min-height: 520px;
            position: relative;
            overflow: hidden;
}

.about-photo-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            aspect-ratio: 3 / 4;
}

.about-photo-placeholder::after {
            content: "LSC";
            position: absolute;
            bottom: 32px;
            left: 32px;
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: 72px;
            color: rgba(240, 237, 232, 0.04);
            letter-spacing: -0.04em;
            line-height: 1;
}

.about-photo-placeholder::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background: var(--lsc-rule);
}

.about-modal-body {
            padding: 56px 48px 56px 48px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
}

.about-modal-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 48px;
}

.about-eyebrow {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: var(--lsc-terra);
}

.about-close-btn {
            background: none;
            border: none;
            color: var(--lsc-white);
            font-size: 20px;
            cursor: pointer;
            line-height: 1;
            opacity: 0.5;
            transition: opacity 0.2s ease, color 0.2s ease;
            padding: 4px;
}

.about-close-btn:hover {
            opacity: 1;
            color: var(--lsc-terra);
}

.about-modal-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: 38px;
            letter-spacing: -0.025em;
            line-height: 0.95;
            color: var(--lsc-white);
            margin-bottom: 32px;
}

.about-modal-title em {
            font-style: italic;
            font-weight: 400;
            color: var(--lsc-terra);
}

.about-modal-copy {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.7;
            color: var(--lsc-white);
            letter-spacing: 0.01em;
            max-width: 420px;
}

.about-modal-footer {
            margin-top: 48px;
            padding-top: 32px;
            border-top: 1px solid var(--lsc-rule);
            display: flex;
            align-items: center;
            gap: 24px;
}

.about-modal-tag {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: var(--lsc-muted);
}

.project-tile, .playable-tile, .portfolio-hover-bg {
            background-color: var(--lsc-surface);
}

.navbar {
            background: transparent !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
            border-bottom: none !important;
            mix-blend-mode: difference !important; 
            padding: 0 !important;
            height: 56px !important;
}

.nav-container {
            height: 56px !important;
            justify-content: center !important;
}

.brand-logo.absolute-logo { display: none !important;
}

.nav-links a {
            font-family: "CS-Felice-Mono","Outfit",monospace !important;
            font-size: 10px !important;
            letter-spacing: 0.28em !important;
            color: #FFFFFF !important;          
            text-decoration: none !important;
            border-bottom: none !important;     
            mix-blend-mode: difference !important;
            transition: opacity 0.2s !important;
}

.nav-links a:hover { opacity: 0.72 !important;
}

.absolute-nav { position: static !important; transform: none !important;
}

.hero-canvas {
            position: relative;
            width: 100vw;
            height: 100vh;
            background-color: #0D0D0F;
}

.hero-canvas::after {
            content: "";
            position: absolute; inset: 0;
            background: linear-gradient(to top, rgba(8,8,10,0.82) 0%, rgba(8,8,10,0.1) 45%, transparent 72%);
            z-index: 1; pointer-events: none;
}

.hero-video-mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 0;
            pointer-events: none;
            overflow: hidden;
}

.hero-video-mask iframe {
            width: 100vw;
            height: 56.25vw;
            min-height: 100vh;
            min-width: 177.77vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border: 0;
}

.hero-interface-layer {
            position: relative;
            z-index: 3;
            padding: 56px 60px 88px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            height: 100%;
}

.hero-interface-layer .eyebrow-accent {
            color: var(--lsc-terra);
            text-transform: uppercase;
            letter-spacing: 0.32em;
            font-family: "CS-Felice-Mono","Outfit",monospace;
            font-size: 10px;
            margin-bottom: 1rem;
            display: block;
}

.hero-interface-layer .eyebrow-accent::before { content: "[ ";
}

.hero-interface-layer .eyebrow-accent::after { content: " ]";
}

.hero-interface-layer .display-title {
            color: var(--lsc-white);
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            letter-spacing: -0.03em;
            line-height: 0.9;
            font-size: clamp(3.8rem, 7vw, 8rem);
            margin: 0;
}

.hero-interface-layer .display-title em {
            font-style: italic;
            font-weight: 400;
            color: var(--lsc-terra);
}

.hero-scroll-hint {
            position: absolute;
            bottom: 36px; left: 50%;
            transform: translateX(-50%);
            z-index: 4;
            display: flex; flex-direction: column; align-items: center; gap: 8px;
            pointer-events: none;
}

.hero-scroll-hint span {
            font-family: "CS-Felice-Mono",monospace;
            font-size: 9px; letter-spacing: 0.24em;
            text-transform: uppercase;
            color: rgba(240,237,232,0.35);
}

.hero-scroll-hint svg {
            width: 16px; height: 16px;
            stroke: rgba(240,237,232,0.3); stroke-width: 2; fill: none;
            animation: hudBounce 2s ease-in-out infinite;
}

@keyframes hudBounce {
            0%,100% { transform: translateY(0); }
            50%      { transform: translateY(6px); }
}

svg[aria-hidden="true"] {
            flex-shrink: 0;
            pointer-events: none;
}

.eyebrow-accent {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            color: var(--lsc-terra);
            letter-spacing: 0.28em;
            text-transform: uppercase;
            display: block;
            margin-bottom: 20px;
}

.accordion-container {
            display: flex;
            flex-direction: column;
            gap: 16px;
            border-top: none;
            overflow: visible;
}

.accordion-trigger {
            display: flex;
            align-items: center;
            gap: 24px;
            padding: 28px 28px;
            cursor: pointer;
            list-style: none;
}

.accordion-trigger::-webkit-details-marker { display: none;
}

.trigger-body {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: flex-start;
}

.trigger-number {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 11px;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: var(--lsc-terra);
            transition: color 0.25s ease;
}

.trigger-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 600;
            font-size: clamp(40px, 5vw, 68px);
            color: var(--lsc-black);
            letter-spacing: -0.025em;
            line-height: 1;
            transition: color 0.25s ease;
}

.trigger-title-group {
            display: inline-flex;
            align-items: center;
            gap: 12px;
}

.capability-icon {
            width: 32px;
            height: 32px;
            color: rgba(14, 14, 14, 0.28);
            flex-shrink: 0;
            transition: color 0.25s ease;
}

.accordion-trigger:hover .capability-icon { color: var(--lsc-terra);
}

.accordion-trigger:hover .trigger-title { color: var(--lsc-terra);
}

.accordion-trigger:hover .trigger-number { color: var(--lsc-terra);
}

.lsc-process-section {
            padding: 0;
            background-color: #0B0B0D;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cline x1='0' y1='0.5' x2='56' y2='0.5' stroke='white' stroke-opacity='0.04' stroke-width='1'/%3E%3Cline x1='0.5' y1='0' x2='0.5' y2='56' stroke='white' stroke-opacity='0.04' stroke-width='1'/%3E%3C/svg%3E");
            background-size: 56px 56px;
            background-repeat: repeat;
            border-top: 1px solid rgba(168,78,46,0.2);
            position: relative;
            z-index: 3;
            overflow: hidden;
}

.process-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: stretch;
            gap: 0;
}

.process-left {
            padding: 80px 5vw;
}

.process-right {
            display: grid;
            align-content: center;
            padding: 64px 5vw 64px 48px;
            background-color: var(--lsc-black);
            border-left: 1px solid var(--lsc-rule);
            position: relative;
            text-align: center;
}

.process-header-panel {
            grid-area: 1/1;
            transition: opacity 0.18s ease, transform 0.18s ease;
}

.lsc-process-section.has-open .process-header-panel {
            opacity: 0;
            transform: translateY(-8px);
            pointer-events: none;
}

.process-section-eyebrow {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: var(--lsc-terra);
            display: block;
            margin-bottom: 16px;
}

.process-section-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(56px, 8.5vw, 120px);
            color: var(--lsc-white);
            letter-spacing: -0.03em;
            line-height: 0.88;
            margin-top: 0;
}

.process-display-content {
            grid-area: 1/1;
            display: flex;
            flex-direction: column;
            gap: 20px;
            opacity: 0;
            transform: translateY(14px);
            transition: opacity 0.28s ease 0.14s, transform 0.28s ease 0.14s;
}

.lsc-process-section.has-open .process-display-content {
            opacity: 1;
            transform: translateY(0);
}

.process-display-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(40px, 6.5vw, 96px);
            color: var(--lsc-white);
            letter-spacing: -0.03em;
            line-height: 0.88;
}

.process-display-body {
            font-size: clamp(18px, 1.9vw, 26px);
            font-weight: 300;
            line-height: 1.55;
            color: rgba(240, 237, 232, 0.62);
}

.proc-reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.55s ease, transform 0.55s ease;
}

.proc-reveal.in-view {
            opacity: 1 !important;
            transform: translateY(0) !important;
}

.proc-reveal.past-view {
            opacity: 0 !important;
            transform: translateY(-16px) !important;
            transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.process-timeline {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            grid-area: 2/1;        
            margin-top: 28px;
}

.process-timeline-node {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1.5px solid rgba(240, 237, 232, 0.22);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: border-color 0.25s ease, background-color 0.25s ease;
}

.process-timeline-node.is-active {
            border-color: var(--lsc-terra);
            background-color: var(--lsc-terra);
}

.process-timeline-node.is-active .process-timeline-num {
            color: var(--lsc-white);
}

.process-timeline-num {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 9px;
            letter-spacing: 0.12em;
            color: rgba(240, 237, 232, 0.45);
            transition: color 0.25s ease;
}

.process-timeline-line {
            flex: 1;
            max-width: 72px;
            min-width: 32px;
            height: 1px;
            background: repeating-linear-gradient(
                to right,
                rgba(240, 237, 232, 0.2) 0px,
                rgba(240, 237, 232, 0.2) 4px,
                transparent 4px,
                transparent 8px
            );
}

.process-card {
            background: rgba(20, 22, 26, 0.45);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border-radius: 6px;
            border: 1px solid rgba(255, 255, 255, 0.13);
            overflow: hidden;
            box-shadow:
                0 1px 3px  rgba(0, 0, 0, 0.18),
                0 8px 32px rgba(0, 0, 0, 0.32);
            transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
            cursor: default;
}

.process-card:hover {
            transform: translateY(-2px);
            background: rgba(20, 22, 26, 0.58);
            box-shadow:
                0 4px 12px rgba(0, 0, 0, 0.24),
                0 16px 48px rgba(0, 0, 0, 0.40);
}

.process-card.is-hovered {
            background: rgba(20, 22, 26, 0.72);
            transform: translateY(-3px);
            box-shadow:
                0 8px 24px  rgba(0, 0, 0, 0.36),
                0 24px 64px rgba(0, 0, 0, 0.52);
}

.process-card .trigger-title {
            font-size: clamp(20px, 2.4vw, 34px);
}

.process-card.is-hovered .trigger-title {
            color: var(--lsc-white);
}

.process-card.is-hovered .trigger-number {
            color: var(--lsc-terra);
}

.process-card.is-hovered .capability-icon {
            color: var(--lsc-terra);
}

.lsc-process-section {
            background-color: #FFFFFF;
            background-image: url("../assets/LSC-White-Background-Grid.png");
            background-attachment: fixed;
            background-size: 480px 360px;
            background-repeat: repeat;
            border-top: 1px solid rgba(14, 14, 14, 0.08);
}

.process-right {
            background-color: transparent;
            border-left: 1px solid rgba(14, 14, 14, 0.08);
}

.process-section-title {
            color: var(--lsc-black);
}

.process-display-title {
            color: var(--lsc-black);
            font-size: clamp(24px, 4vw, 60px); 
            white-space: nowrap;               
            overflow: hidden;
}

.process-display-body {
            color: rgba(24, 24, 24, 0.65);
}

.process-timeline-node {
            border-color: rgba(14, 14, 14, 0.18);
}

.process-timeline-num {
            color: rgba(14, 14, 14, 0.42);
}

.process-timeline-line {
            background: repeating-linear-gradient(
                to right,
                rgba(14, 14, 14, 0.14) 0px,
                rgba(14, 14, 14, 0.14) 4px,
                transparent 4px,
                transparent 8px
            );
}

.process-card {
            background: rgba(10, 10, 16, 0.48);
            backdrop-filter: blur(42px) saturate(160%);
            -webkit-backdrop-filter: blur(42px) saturate(160%);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.18),   
                0 2px 8px  rgba(0, 0, 0, 0.10),
                0 10px 36px rgba(0, 0, 0, 0.16);
            transition: background 0.35s ease, border-color 0.35s ease,
                        box-shadow 0.35s ease, transform 0.35s ease;
}

.process-card:hover {
            background: rgba(10, 10, 16, 0.60);
            border-color: rgba(168, 78, 46, 0.42);
            transform: translateY(-4px);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.22),
                0 4px 16px  rgba(0, 0, 0, 0.14),
                0 18px 52px rgba(0, 0, 0, 0.22),
                0 0 0 1px   rgba(168, 78, 46, 0.16);
}

.process-card.is-hovered {
            background: rgba(10, 10, 16, 0.72);
            border-color: rgba(168, 78, 46, 0.62);
            transform: translateY(-5px);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.26),
                0 8px 28px  rgba(0, 0, 0, 0.20),
                0 28px 70px rgba(0, 0, 0, 0.28),
                0 0 0 1px   rgba(168, 78, 46, 0.28);
}

.process-card .trigger-title {
            color: var(--lsc-white);
}

.process-card .trigger-number {
            color: rgba(240, 237, 232, 0.50);
}

.process-card .capability-icon {
            color: rgba(240, 237, 232, 0.38);
}

.process-card.is-hovered .trigger-title { color: var(--lsc-white);
}

.process-card.is-hovered .trigger-number { color: var(--lsc-terra);
}

.process-card.is-hovered .capability-icon { color: var(--lsc-terra);
}

.footer {
            background-color: #0B0B0D;
            border-top: 1px solid rgba(255,255,255,0.05);
            padding: 32px 5vw;
            position: relative;
            z-index: 3;
}

.footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
}

.footer-left p,
        .footer-right a {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 11px;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(240,237,232,0.4);
            text-decoration: none;
            transition: color 0.2s ease;
}

.footer-right {
            display: flex;
            gap: 32px;
}

.footer-right a:hover {
            color: var(--lsc-terra);
}

.horizontal-scroll-section {
            background-color: #0B0B0D !important;
            background-image: none !important;
            border-top: 1px solid rgba(168,78,46,0.2) !important;
            
            height: auto !important;
            min-height: auto !important;
            padding: 100px 5vw 120px !important;
            position: relative;
            z-index: 3;
}

.horizontal-scroll-section::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22480%22%20height%3D%22360%22%3E%3Cline%20x1%3D%220%22%20y1%3D%220.5%22%20x2%3D%22480%22%20y2%3D%220.5%22%20stroke%3D%22rgba%28255%2C255%2C255%2C0.04%29%22%20stroke-width%3D%221%22%2F%3E%3Cline%20x1%3D%220.5%22%20y1%3D%220%22%20x2%3D%220.5%22%20y2%3D%22360%22%20stroke%3D%22rgba%28255%2C255%2C255%2C0.04%29%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
            background-size: 480px 360px;
            background-repeat: repeat;
}

.works-header {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 56px;
}

.works-eyebrow {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 9px;
            letter-spacing: 0.32em;
            color: var(--lsc-terra);
            display: block;
}

.works-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(3rem, 6vw, 5.5rem);
            color: var(--lsc-white);
            letter-spacing: -0.03em;
            line-height: 1;
            margin: 0;
}

.works-title em {
            color: var(--lsc-terra);
            font-style: normal;
}

.works-count {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 9px;
            letter-spacing: 0.22em;
            color: rgba(240,237,232,0.35);
            display: block;
            margin-top: 4px;
}

.works-grid {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            background: transparent;
}

.works-card {
            position: relative;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            background: #080810;
            border: none;
            border-radius: 10px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            display: block;
            width: 100%;
            -webkit-appearance: none;
            appearance: none;
            transition: opacity 0.45s ease, background 0.45s ease;
}

.works-card-thumb {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.9s cubic-bezier(0.22,1,0.36,1),
                        filter 0.5s ease;
            filter: brightness(0.65) saturate(0.75);
}

.works-card:hover .works-card-thumb {
            transform: scale(1.06);
            filter: brightness(0.35) saturate(0.5);
}

.works-card-overlay {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 28px 32px;
            background: linear-gradient(
                to top,
                rgba(6,6,8,0.95)  0%,
                rgba(6,6,8,0.55)  40%,
                rgba(6,6,8,0.1)   70%,
                transparent       100%
            );
            pointer-events: none;
            transition: opacity 0.25s ease;
}

.wc-corner {
            position: absolute;
            width: 22px;
            height: 22px;
            border-color: var(--lsc-terra);
            border-style: solid;
            opacity: 0;
            transition: opacity 0.35s ease;
            z-index: 3;
            pointer-events: none;
}

.works-card:hover .wc-corner { opacity: 0.65;
}

.wc-tl { top: 18px; left: 18px; border-width: 1px 0 0 1px;
}

.wc-tr { top: 18px; right: 18px; border-width: 1px 1px 0 0;
}

.wc-bl { bottom: 18px; left: 18px; border-width: 0 0 1px 1px;
}

.wc-br { bottom: 18px; right: 18px; border-width: 0 1px 1px 0;
}

.works-card-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
}

.works-card-category {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 8px;
            letter-spacing: 0.28em;
            color: rgba(240,237,232,0.45);
            text-transform: uppercase;
}

.works-card-index {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 8px;
            letter-spacing: 0.2em;
            color: rgba(168,78,46,0.75);
}

.works-card-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(1.1rem, 2vw, 1.65rem);
            color: var(--lsc-white);
            letter-spacing: -0.02em;
            line-height: 1.1;
            margin: 0 0 10px;
}

.works-card-desc {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 9px;
            letter-spacing: 0.1em;
            color: rgba(240,237,232,0.5);
            line-height: 1.7;
            margin: 0 0 18px;
            max-width: 380px;
            opacity: 0;
            transform: translateY(6px);
            transition: opacity 0.32s ease, transform 0.32s ease;
}

/* .works-card-desc hover: replaced by .wc-glass-panel */

.works-card-play {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 9px 18px 9px 14px;
            border: 1px solid rgba(168,78,46,0.55);
            background: rgba(168,78,46,0.08);
            color: var(--lsc-white);
            font-family: "CS-Felice-Mono", monospace;
            font-size: 8px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            width: fit-content;
            opacity: 0;
            transform: translateY(6px);
            transition: opacity 0.32s ease 0.06s,
                        transform 0.32s ease 0.06s,
                        background 0.2s ease,
                        border-color 0.2s ease;
}

/* .works-card-play hover: replaced by .wc-glass-panel */

/* .works-card-play:hover: replaced by .wc-glass-panel */

.works-card-play svg {
            width: 11px;
            height: 11px;
            fill: var(--lsc-terra);
            flex-shrink: 0;
}

.works-bg-video {
            position: absolute;
            inset: 0;
            z-index: 1;
            opacity: 0;
            transition: opacity 0.55s ease;
            pointer-events: none;
            overflow: hidden;
}

.works-bg-video iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            
            width: 100%;
            height: 100%;
            min-width: calc(177.78% * 1); 
            transform: translate(-50%, -50%);
            border: none;
            display: block;
}

.works-grid.has-hover .works-card:not(.is-hovered) {
            opacity: 0;
}

.works-grid.has-hover .works-card.is-hovered {
            background: transparent;
}

.works-grid.has-hover .works-card.is-hovered .works-card-thumb {
            opacity: 1;
            transition: opacity 0.45s ease;
}
/* ── WORKS CARD: OVERLAY HIDE ON HOVER ─────────────────────────────────── */
.works-card:hover .works-card-overlay,
.works-card.is-hovered .works-card-overlay {
            opacity: 0;
}

/* ── WC GLASS PANEL — frosted sub-card, slides up on hover ──────────────── */
.wc-glass-panel {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 3;
            padding: 22px 26px 26px;
            background-color: rgba(30, 34, 40, 0.42);
            background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%3E%3Cline%20x1%3D%2240%22%20y1%3D%2234%22%20x2%3D%2240%22%20y2%3D%2246%22%20stroke%3D%22rgba(255%2C255%2C255%2C0.12)%22%20stroke-width%3D%221%22%2F%3E%3Cline%20x1%3D%2234%22%20y1%3D%2240%22%20x2%3D%2246%22%20y2%3D%2240%22%20stroke%3D%22rgba(255%2C255%2C255%2C0.12)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
            background-repeat: repeat;
            background-size: 80px 80px;
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border-top: 1px solid rgba(255, 255, 255, 0.13);
            box-shadow: 0 -30px 60px rgba(0, 0, 0, 0.45);
            transform: translateY(100%);
            transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
            pointer-events: none;
}

.works-card:hover .wc-glass-panel,
.works-card.is-hovered .wc-glass-panel {
            transform: translateY(0);
}

.wc-gp-inner {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
}

.wc-gp-content {
            flex: 1;
            min-width: 0;
}

.wc-gp-index-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(0.95rem, 1.6vw, 1.35rem);
            color: var(--lsc-white);
            letter-spacing: -0.02em;
            line-height: 1.15;
            display: block;
            margin-bottom: 11px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}

.wc-gp-meta {
            display: flex;
            flex-direction: column;
            gap: 5px;
}

.wc-gp-row {
            font-family: "CS-Felice-Mono", "Outfit", monospace;
            font-size: 8px;
            letter-spacing: 0.22em;
            color: rgba(240, 237, 232, 0.52);
            text-transform: uppercase;
            display: block;
            line-height: 1.5;
}

.wc-gp-plus-accent {
            display: none;
}

/* ── Bump corners above glass panel ────────────────────────────────────── */
.wc-corner {
            z-index: 4;
}



.video-modal-overlay {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.20);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            z-index: 9000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-modal-overlay.is-active {
            opacity: 1;
            pointer-events: all;
}

.video-modal-container {
            width: 90%;
            max-width: 1200px;
            display: flex;
            flex-direction: column;
            gap: 24px;
            transform: translateY(40px) scale(0.95);
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-modal-overlay.is-active .video-modal-container {
            transform: translateY(0) scale(1);
}

.video-modal-player-wrapper {
            width: 100%;
            aspect-ratio: 16/9;
            background: rgba(6, 6, 10, 0.70);
            backdrop-filter: blur(32px);
            -webkit-backdrop-filter: blur(32px);
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 14px;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.12),
                0 30px 100px rgba(0, 0, 0, 0.70);
            position: relative;
            overflow: hidden;
}

.video-modal-player-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
}

.video-modal-meta {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            padding: 0 8px;
            border-bottom: 1px solid var(--lsc-rule);
            padding-bottom: 16px;
}

.video-modal-eyebrow {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: var(--lsc-terra);
}

.video-modal-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: 28px;
            letter-spacing: -0.02em;
            color: var(--lsc-white);
            line-height: 1;
}

.video-modal-close {
            position: absolute;
            top: 40px;
            right: 40px;
            background: none;
            border: none;
            color: var(--lsc-white);
            font-size: 28px;
            cursor: pointer;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.5;
            transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease;
            z-index: 9100;
}

.video-modal-close:hover {
            opacity: 1;
            color: var(--lsc-terra); 
            transform: rotate(90deg);
}

.playable-tile {
            cursor: pointer;
}

.form-modal-overlay {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.18);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            z-index: 9000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.form-modal-overlay.is-active {
            opacity: 1;
            pointer-events: all;
}

.form-modal-container {
            width: 90%;
            max-width: 800px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            transform: translateY(40px) scale(0.95);
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.form-modal-overlay.is-active .form-modal-container {
            transform: translateY(0) scale(1);
}

.form-modal-body {
            width: 100%;
            height: 75vh;
            background: rgba(10, 10, 18, 0.50);
            backdrop-filter: blur(42px) saturate(150%);
            -webkit-backdrop-filter: blur(42px) saturate(150%);
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 14px;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.18),
                0 30px 100px rgba(0, 0, 0, 0.65);
            position: relative;
            overflow: hidden;
}

.form-modal-body iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none !important;
}

.form-modal-meta {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            padding: 0 8px;
            border-bottom: 1px solid var(--lsc-rule);
            padding-bottom: 12px;
}

.form-modal-eyebrow {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: var(--lsc-terra);
}

.form-modal-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: 24px;
            letter-spacing: -0.02em;
            color: var(--lsc-white);
            line-height: 1;
}

.form-modal-close {
            position: absolute;
            top: 40px;
            right: 40px;
            background: none;
            border: none;
            color: var(--lsc-white);
            font-size: 28px;
            cursor: pointer;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.5;
            transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease;
            z-index: 9100;
}

.form-modal-close:hover {
            opacity: 1;
            color: var(--lsc-terra); 
            transform: rotate(90deg);
}

.cinematic-video-strip {
            position: relative;
            width: 100vw;
            height: clamp(250px, 35vh, 450px);
            overflow: hidden;
            pointer-events: none;
            border-top: 1px solid rgba(240, 237, 232, 0.05);
            border-bottom: 1px solid rgba(240, 237, 232, 0.05);
            background-color: var(--lsc-black, var(--lsc-black));
            z-index: 3;
}

.cinematic-video-strip iframe {
            width: 100vw;
            height: 56.25vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-height: 100%;
            min-width: 177.77vh;
            border: 0;
}

.lsc-contact-section {
            padding: 160px 5vw 140px;
            background-color: #0B0B0D;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cline x1='0' y1='0.5' x2='56' y2='0.5' stroke='white' stroke-opacity='0.04' stroke-width='1'/%3E%3Cline x1='0.5' y1='0' x2='0.5' y2='56' stroke='white' stroke-opacity='0.04' stroke-width='1'/%3E%3C/svg%3E");
            background-size: 56px 56px;
            background-repeat: repeat;
            border-top: 1px solid rgba(168,78,46,0.25);
            position: relative;
            z-index: 3;
            overflow: hidden;
}

.lsc-contact-section::before {
            content: "LSC";
            position: absolute;
            bottom: -40px;
            right: 5vw;
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(120px, 18vw, 260px);
            color: rgba(240, 237, 232, 0.03);
            letter-spacing: -0.06em;
            line-height: 1;
            pointer-events: none;
            user-select: none;
            z-index: 0;
}

.contact-inner {
            max-width: 1200px;
            width: 100%;
            position: relative;
            z-index: 1;
}

.contact-asymmetric-layout {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin-top: 40px;
}

.contact-left-column {
            flex-shrink: 0;
            max-width: 450px;
            text-align: left;
}

.contact-eyebrow {
            font-family: "CS-Felice-Mono", "Outfit", sans-serif;
            font-size: 10px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: var(--lsc-terra);
            display: block;
            margin-bottom: 24px;
}

.contact-eyebrow::before { content: "{ ";
}

.contact-eyebrow::after { content: " }";
}

.contact-headline {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(48px, 5.5vw, 76px);
            color: var(--lsc-white);
            text-align: left;
            letter-spacing: -0.03em;
            line-height: 0.95;
            margin: 0;
}

.carousel-mask {
            display: inline-block;
            overflow: hidden;
            height: 1.1em;
            line-height: 1.1em;
            vertical-align: bottom;
            
            -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

.carousel-track {
            display: flex;
            flex-direction: column;
            animation: textCarousel 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
            will-change: transform;
}

.carousel-word {
            display: block;
            height: 1.1em;
            line-height: 1.1;
            color: var(--lsc-terra);   
            font-style: normal;
}

@keyframes textCarousel {
            
            0%      { transform: translateY(0); }
            15%     { transform: translateY(0); }
            
            20%     { transform: translateY(-1.1em); }
            
            35%     { transform: translateY(-1.1em); }
            
            40%     { transform: translateY(-2.2em); }
            
            55%     { transform: translateY(-2.2em); }
            
            60%     { transform: translateY(-3.3em); }
            
            75%     { transform: translateY(-3.3em); }
            
            80%     { transform: translateY(-4.4em); }
            
            95%     { transform: translateY(-4.4em); }
            
            100%    { transform: translateY(-5.5em); }
}

.contact-connector {
            flex-grow: 1;
            display: flex;
            align-items: center;
            margin: 0 40px;
            height: 10px;
            overflow: hidden;
}

.connector-line {
            stroke: rgba(240, 237, 232, 0.15);
            stroke-width: 2px;
            stroke-linecap: round;
            stroke-dasharray: 1px 8px;
            stroke-dashoffset: 0;
            animation: marchingAnts 2s linear infinite;
}

@keyframes marchingAnts {
            to {
                stroke-dashoffset: -18px;
            }
}

.contact-right-column {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 16px;
            flex-shrink: 0;
}

.contact-cta-btn.massive-btn {
            font-size: 16px;
            padding: 22px 44px;
            letter-spacing: 0.15em;
            font-weight: 600;
            background-color: var(--lsc-terra);
            border: 1px solid var(--lsc-terra);
            color: var(--lsc-white);
            cursor: pointer;
            outline: none;
            display: inline-flex;
            align-items: center;
            gap: 14px;
            text-transform: uppercase;
            text-decoration: none;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.contact-cta-btn.secondary-contact-btn {
            font-size: 11px;
            padding: 14px 28px;
            letter-spacing: 0.1em;
            font-weight: 400;
            background-color: transparent;
            border: 1px solid var(--lsc-terra);
            color: var(--lsc-white);
            cursor: pointer;
            outline: none;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 14px;
            text-transform: uppercase;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.contact-cta-btn.massive-btn:hover,
        .contact-cta-btn.secondary-contact-btn:hover {
            background-color: transparent;
            border-color: var(--lsc-terra);
            color: var(--lsc-terra);
            transform: translateY(-2px);
}

.contact-cta-btn.massive-btn svg,
        .contact-cta-btn.secondary-contact-btn svg {
            width: 14px;
            height: 14px;
            transition: transform 0.25s ease;
}

.contact-cta-btn.massive-btn:hover svg,
        .contact-cta-btn.secondary-contact-btn:hover svg {
            transform: translateX(4px);
}

/* Instagram link — pale circle scales up behind the text on hover,
   text inverts to near-black (matches reference video) */
.contact-instagram-link {
            position: relative;
            isolation: isolate;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 40px;
            padding: 18px 30px;
            font-family: "CS-Felice-Mono", "Outfit", monospace;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            text-decoration: none;
            color: var(--lsc-white);
            transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-instagram-link::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 118%;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            background: var(--lsc-white);
            transform: translate(-50%, -50%) scale(0);
            transform-origin: center;
            transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
            z-index: -1;
}
.contact-instagram-link:hover {
            color: var(--lsc-black);
}
.contact-instagram-link:hover::before {
            transform: translate(-50%, -50%) scale(1);
}

.global-camera-hud {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            pointer-events: none;
            z-index: 9990;
            mix-blend-mode: difference;
            color: var(--lsc-white, #F0EDE8);
}

.hud-corner {
            position: absolute;
            width: 50px;
            height: 50px;
            border: 2px solid var(--lsc-white, #F0EDE8);
            mix-blend-mode: difference;
            opacity: 0.40;
}

.hud-corner.top-left { top: 24px;    left: 24px;  border-right: none; border-bottom: none;
}

.hud-corner.top-right { top: 24px;    right: 24px; border-left: none;  border-bottom: none;
}

.hud-corner.bottom-left { bottom: 24px; left: 24px;  border-right: none; border-top: none;
}

.hud-corner.bottom-right { bottom: 24px; right: 24px; border-left: none;  border-top: none;
}

body.works-hovered .hud-corner {
            opacity: 0;
            transition: opacity 0.35s ease;
}

.hud-measure-guide {
            position: absolute;
            left: 1.5rem;
            top: 50%;
            width: 20px;
            height: 40vh;
            transform: translateY(-50%);
            overflow: visible;
}

.hud-measure-guide img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40vh;
            height: auto;
            transform: translate(-50%, -50%) rotate(-90deg);
            transform-origin: center;
            opacity: 0.5;
}

.hud-rec-indicator {
            position: absolute;
            bottom: 34px;
            left: 34px;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-family: var(--font-primary);
            font-size: 0.65rem;
            color: var(--lsc-white, #F0EDE8);
            letter-spacing: 2px;
            mix-blend-mode: difference;
            opacity: 0.65;
}

.hud-rec-indicator .rec-dot {
            width: 6px;
            height: 6px;
            background-color: var(--accent-color);
            border-radius: 50%;
            animation: blink 2s infinite;
}

@keyframes blink {
            0%, 100% { opacity: 1; }
            50%       { opacity: 0; }
}

.hud-timecode {
            position: absolute;
            bottom: 34px;
            right: 34px;
            font-family: "CS-Felice-Mono", "Outfit", monospace;
            font-size: clamp(10px, 1.1vw, 16px);
            font-weight: 400;
            color: var(--lsc-white, #F0EDE8);
            letter-spacing: 2px;
            mix-blend-mode: difference;
            opacity: 0.65;
}

.about-fractal-glass {
            position: absolute;
            inset: 0;
            z-index: 0;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.9s ease;
            backdrop-filter: blur(1.5px) brightness(1.06) saturate(1.12);
            -webkit-backdrop-filter: blur(1.5px) brightness(1.06) saturate(1.12);
            filter: url(#fractal-glass-filter);
            background: rgba(200, 215, 255, 0.03);
}

.about-modal-overlay.is-open .about-fractal-glass {
            opacity: 1;
}

.about-modal { position: relative; z-index: 2;
}

.mobile-menu-toggle { display: none;
}

.nav-logo-mobile { display: none !important;
}

.svc-section {
            background-color: #FFFFFF;
            /* path is relative to /css/, so step up one level to /assets/ */
            background-image: url("../assets/LSC-White-Background-Grid.png");
            background-attachment: fixed;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            border-top: 1px solid rgba(14,14,14,0.08);
            padding: 100px 5vw 120px;
            position: relative;
            z-index: 3;
}

.svc-header {
            margin-bottom: 88px;
}

.svc-eyebrow {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 9px;
            letter-spacing: 0.32em;
            color: var(--lsc-terra);
            display: block;
            margin-bottom: 14px;
}

.svc-title {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(4.5rem, 10vw, 9rem);
            color: var(--lsc-black);
            letter-spacing: -0.035em;
            line-height: 0.95;
            margin: 0;
}

.svc-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
}

.svc-card {
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.svc-card:hover {
            transform: translateY(-4px);
}

.svc-card-inner {
            background: rgba(255, 255, 255, 0.52);
            backdrop-filter: blur(28px) saturate(140%);
            -webkit-backdrop-filter: blur(28px) saturate(140%);
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 10px;
            overflow: hidden;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.85),
                0 2px 8px  rgba(14, 14, 14, 0.06),
                0 10px 36px rgba(14, 14, 14, 0.10);
            transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
            height: 100%;
}

.svc-card:hover .svc-card-inner {
            background: rgba(255, 255, 255, 0.70);
            border-color: rgba(168, 78, 46, 0.40);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.90),
                0 4px 16px rgba(14, 14, 14, 0.10),
                0 20px 52px rgba(14, 14, 14, 0.16),
                0 0 0 1px rgba(168, 78, 46, 0.16);
}

.svc-card-number {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 10px;
            letter-spacing: 0.28em;
            color: var(--lsc-terra);
            display: block;
            padding: 24px 28px 0;
}

.svc-card-body {
            padding: 28px 28px 32px;
}

.svc-card-heading {
            font-family: "Delight", Georgia, serif;
            font-weight: 700;
            font-size: clamp(2rem, 3.5vw, 3.5rem);
            letter-spacing: -0.02em;
            line-height: 1;
            color: var(--lsc-black);
            margin: 0 0 6px;
}

.svc-card-sub {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 9px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: rgba(14,14,14,0.45);
            margin: 0 0 18px;
}

.svc-card-copy {
            font-family: "CS-Felice-Mono", monospace;
            font-size: 12px;
            line-height: 1.75;
            letter-spacing: 0.06em;
            color: rgba(14,14,14,0.65);
            margin: 0;
            max-width: 36ch;
}

/* ============================================================
   LAYER 2: RESPONSIVE OVERRIDES — MOBILE/TABLET ONLY
   Appended at absolute bottom per the Desktop Preservation Law.
   Original cascade order preserved.
   ============================================================ */
@media (max-width: 640px) {
    .accordion-trigger {
                gap: 16px;
                padding: 24px 0;
    }
    .trigger-number {
                font-size: 10px;
    }
}

@media (max-width: 992px) {
    .contact-asymmetric-layout {
                flex-direction: column;
                align-items: flex-start;
                gap: 40px;
    }
    .contact-connector {
                display: none;
    }
    .contact-right-column {
                align-items: flex-start;
                width: 100%;
    }
    .contact-cta-btn.massive-btn,
            .contact-cta-btn.secondary-contact-btn {
                width: 100%;
                justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .video-modal-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
    }
    .video-modal-close {
                top: 20px;
                right: 20px;
    }
    .form-modal-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
    }
    .form-modal-close {
                top: 20px;
                right: 20px;
    }
    .form-modal-body {
                height: 70vh;
    }
}

@media (max-width: 768px) {
    .hud-measure-guide { display: none;
    }
    .hud-corner { width: 30px; height: 30px;
    }
    .hud-corner.top-left { top: 5%;    left: 3%;
    }
    .hud-corner.top-right { top: 5%;    right: 3%;
    }
    .hud-corner.bottom-left { bottom: 5%; left: 3%;
    }
    .hud-corner.bottom-right { bottom: 5%; right: 3%;
    }
    .hud-rec-indicator { bottom: calc(5% + 5%); left: calc(3% + 8px);
    }
    .hud-timecode { bottom: calc(5% + 5%); right: calc(3% + 8px);
    }
}

@media (max-width: 992px) {
    .about-modal { grid-template-columns: 1fr; max-width: 580px; max-height: 90vh; overflow-y: auto;
    }
    .about-photo-placeholder { min-height: 220px;
    }
}

@media (max-width: 768px) {
    html, body {
                overflow-x: clip !important;   
                max-width: 100vw !important;
    }
    .absolute-logo {
                position: fixed !important;
                top: 16px !important;
                left: 16px !important;
                z-index: 9200 !important;
    }
    .nav-logo {
                height: 36px !important;
                width: auto !important;
    }
    .mobile-menu-toggle {
                display: flex;
                align-items: center;
                justify-content: center;
                position: fixed;
                top: 16px;
                right: 16px;
                z-index: 9200;
                background: rgba(8,8,10,0.7);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                border: 1px solid rgba(255,255,255,0.15);
                border-radius: 6px;
                color: var(--lsc-text, #f0ede8);
                cursor: pointer;
                padding: 8px 10px;
                width: 40px;
                height: 40px;
    }
    .nav-links.absolute-nav {
                display: none !important;
                position: fixed !important;
                top: 64px !important;
                right: 16px;
                left: auto !important;
                bottom: auto !important;
                width: auto !important;
                min-width: 180px !important;
                background: rgba(30, 34, 40, 0.35) !important;
                backdrop-filter: blur(24px) !important;
                -webkit-backdrop-filter: blur(24px) !important;
                border: 1px solid rgba(255, 255, 255, 0.15) !important;
                border-radius: 12px !important;
                flex-direction: column !important;
                align-items: flex-start !important;
                justify-content: flex-start !important;
                gap: 0 !important;
                padding: 8px 0 !important;
                margin: 0 !important;
                list-style: none !important;
                z-index: 9100 !important;
                box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6) !important;
                overflow: hidden !important;
    }
    .nav-links.absolute-nav.is-active {
                display: flex !important;
    }
    .nav-links.absolute-nav li {
                width: 100%;
    }
    .nav-links.absolute-nav li a {
                display: block !important;
                padding: 14px 24px !important;
                font-size: 0.72rem !important;
                letter-spacing: 0.22em !important;
                color: rgba(240, 237, 232, 0.9) !important;
                text-decoration: none !important;
                transition: background 0.18s ease, color 0.18s ease !important;
    }
    .nav-links.absolute-nav li a:hover {
                background: rgba(255, 255, 255, 0.08) !important;
                color: #fff !important;
    }
    .nav-links.absolute-nav li + li {
                border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    }
    .hud-measure-guide { display: none !important;
    }
    .hud-corner { width: 16px !important; height: 16px !important;
    }
    .hud-corner.top-left { top: 8px !important;    left: 8px !important;
    }
    .hud-corner.top-right { top: 8px !important;    right: 8px !important;
    }
    .hud-corner.bottom-left { bottom: 8px !important; left: 8px !important;
    }
    .hud-corner.bottom-right { bottom: 8px !important; right: 8px !important;
    }
    .hud-rec-indicator { bottom: 22px !important; left: 14px !important; font-size: 0.4rem !important;
    }
    .hud-timecode { bottom: 22px !important; right: 14px !important; font-size: 8px !important;
    }
    /* Hide mouse-follow cursor on touch devices */
    .focus-meter-layer { display: none !important;
    }
    .hero-interface-layer { padding: 80px 20px 40px !important;
    }
    .display-title { font-size: clamp(2.4rem, 11vw, 4rem) !important;
    }
    .horizontal-scroll-section { display: none !important;
    }
    .process-layout {
                grid-template-columns: 1fr !important;
    }
    .process-right {
                order: -1 !important;
                padding: 48px 24px 40px !important;
                border-left: none !important;
                border-bottom: 1px solid var(--lsc-rule) !important;
                text-align: center !important;
    }
    .process-left {
                order: 1 !important;
                padding: 40px 24px 48px !important;
    }
    .process-card .accordion-trigger {
                padding: 19px 19px 19px 22px !important;
                gap: 19px !important;
    }
    /* Process card buttons: 20% smaller on mobile */
    .process-card .trigger-title {
                font-size: clamp(32px, 8vw, 54px) !important;
    }
    .process-card .trigger-number {
                font-size: 9px !important;
    }
    .process-card .capability-icon {
                width: 26px !important;
                height: 26px !important;
    }
    .process-card {
                margin-bottom: 8px !important;
    }
    .process-section-title {
                font-size: clamp(2rem, 10vw, 3.2rem) !important;
    }
    .process-display-title {
                font-size: clamp(2.2rem, 10vw, 3.6rem) !important;
    }
    .process-display-body {
                font-size: clamp(15px, 4vw, 18px) !important;
    }
    .lsc-contact-section { padding: 60px 20px !important; background-color: #0B0B0D !important;
    }
    .contact-headline { font-size: clamp(2rem, 10vw, 3.2rem) !important; color: #F0EDE8 !important;
    }
    .lsc-process-section { background-color: #0B0B0D !important;
    }
    .process-section-title { color: var(--lsc-white) !important;
    }
    .process-display-title { color: var(--lsc-white) !important; white-space: normal !important;
    }
    .process-display-body { color: rgba(240,237,232,0.70) !important;
    }
    .process-timeline-node { border-color: rgba(240,237,232,0.22) !important;
    }
    .process-timeline-num { color: rgba(240,237,232,0.45) !important;
    }
    .process-timeline-line {
                background: repeating-linear-gradient(
                    to right,
                    rgba(240,237,232,0.20) 0px,rgba(240,237,232,0.20) 4px,
                    transparent 4px, transparent 8px
                ) !important;
    }
    .process-right { background-color: transparent !important;
    }
    .contact-asymmetric-layout {
                flex-direction: column !important;
                gap: 32px !important;
    }
    .contact-right-column { width: 100% !important;
    }
    .contact-cta-btn.massive-btn,
            .contact-cta-btn.secondary-contact-btn {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 16px 20px !important;
                font-size: 0.6rem !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                white-space: nowrap !important;
    }
    .about-modal-overlay { padding: 16px !important; align-items: center !important;
    }
    .about-modal {
                grid-template-columns: 1fr !important;
                max-width: 100% !important;
                width: 100% !important;
                max-height: 90vh !important;
                overflow-y: auto !important;
                transform: translateY(32px) !important;
    }
    .about-modal-overlay.is-open .about-modal { transform: translateY(0) !important;
    }
    .about-photo-placeholder { min-height: 180px !important;
    }
    .about-modal-body { padding: 28px 20px 36px !important;
    }
    .about-modal-title { font-size: clamp(1.4rem, 7vw, 2rem) !important; margin-bottom: 20px !important;
    }
    .about-modal-copy { font-size: 13px !important;
    }
    .hero-canvas {
                height: 100svh !important;
                overflow: hidden !important;
    }
    .hero-video-mask {
                position: absolute !important;
                top: 0 !important;
                left: 0 !important;
                width: 100% !important;
                height: 100% !important;
                overflow: hidden !important;
    }
    .hero-video-mask iframe {
                width: 177.78vh !important;
                min-width: 100% !important;
                height: 100% !important;
                min-height: 56.25vw !important;
    }
    .nav-logo-desktop { display: none !important;
    }
    .nav-logo-mobile {
                display: block !important;
                height: 32px !important;
                width: auto !important;
    }
    .brand-logo.absolute-logo { display: flex !important;
    }
    .nav-container { justify-content: space-between !important;
    }
    .hamburger-bar {
                display: block;
                width: 22px;
                height: 1.5px;
                background: #F0EDE8;
                border-radius: 0;
                mix-blend-mode: difference;
                filter: invert(1);
                transition: transform 0.25s ease, opacity 0.25s ease;
                pointer-events: none;
    }
    .mobile-menu-toggle {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 5px;
                position: fixed;
                top: 16px;
                right: 16px;
                z-index: 9200;
                background: transparent;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
                border: none;
                border-radius: 0;
                padding: 10px;
                width: 44px;
                height: 44px;
                cursor: pointer;
                mix-blend-mode: difference;
                filter: invert(1);
    }
    .mobile-menu-toggle[aria-expanded="true"] .hamburger-bar:nth-child(1) {
                transform: translateY(6.5px) rotate(45deg);
    }
    .mobile-menu-toggle[aria-expanded="true"] .hamburger-bar:nth-child(2) {
                opacity: 0;
                transform: scaleX(0);
    }
    .mobile-menu-toggle[aria-expanded="true"] .hamburger-bar:nth-child(3) {
                transform: translateY(-6.5px) rotate(-45deg);
    }
}

@media (max-width: 768px) {
    .svc-section { padding: 64px 20px 80px !important;
    }
    .svc-grid { grid-template-columns: 1fr !important; gap: 14px !important;
    }
    .svc-title { font-size: clamp(2.4rem, 10vw, 3.5rem) !important;
    }
}

@media (max-width: 992px) {
    .horizontal-scroll-section {
                padding: 80px 4vw 100px !important;
    }
    .works-title {
                font-size: clamp(2.4rem, 7vw, 3.6rem) !important;
    }
}

@media (max-width: 768px) {
    /* ── SELECTED WORKS — IMAGE-FORWARD CINEMATIC FEED (2026-06) ──
       One fixation point per card: bottom-left eyebrow row + title
       with terra play glyph. Description + fake CTA removed; the
       whole card is the tap target. Scrim protects text instead of
       dimming the full frame. ─────────────────────────────────── */
    .horizontal-scroll-section { display: block !important; padding: 64px 20px 80px !important; height: auto !important;
    }
    .works-grid { grid-template-columns: 1fr !important; gap: 18px !important;
    }
    .works-card-desc,
    .works-card-play { display: none !important;
    }
    .works-card-thumb { filter: brightness(0.75) saturate(0.85) !important;
    }
    .wc-corner { opacity: 0.5 !important;
    }
    .works-card-overlay {
        justify-content: flex-end !important;
        align-items: flex-start !important;
        text-align: left !important;
        padding: 16px 18px !important;
        background: linear-gradient(
            to top,
            rgba(6,6,8,0.88) 0%,
            rgba(6,6,8,0.45) 32%,
            transparent      62%
        ) !important;
    }
    .works-card-meta {
        width: 100% !important;
        margin-bottom: 6px !important;
    }
    .works-card-title {
        display: flex !important;
        align-items: center !important;
        font-size: 1.3rem !important;
        margin: 0 !important;
    }
    /* Play affordance — replaces the removed CTA */
    .works-card-title::after {
        content: "";
        display: inline-block;
        margin-left: 12px;
        border-left: 9px solid var(--lsc-terra);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
}
