    :root {
      /* Dark Theme (Default) */
      --black: #080808;
      --near-black: #111111;
      --dark: #1a1a1a;
      --mid: #2e2e2e;
      --grey: #5a5a5a;
      --light-grey: #9a9a9a;
      --off-white: #e8e4df;
      --white: #f5f2ee;
      --accent: #c8b89a;
      --accent-dim: rgba(200,184,154,0.15);

      /* ── LUXURY POLISH TOKENS ── */
      /* Fluid type scale: sizes grow smoothly with screen width */
      --text-hero: clamp(2.75rem, 1.5rem + 7vw, 7rem);
      --leading-tight: 1.08;
      --leading-body: 1.65;
      /* Easing curves: slower, silkier motion */
      --ease-luxe: cubic-bezier(0.22, 1, 0.36, 1);
      --ease-silk: cubic-bezier(0.65, 0, 0.35, 1);
      --dur-fast: 0.5s;
      --dur-slow: 0.9s;
    }
    
        /* ── PIN PAD ── */
    .pin-display {
      font-family: 'Cormorant Garamond', serif;
      font-size: 36px; letter-spacing: 0.4em;
      color: var(--accent); text-align: center;
      min-height: 52px; margin-bottom: 20px;
      padding: 8px 0;
      border-bottom: 1px solid rgba(150,150,150,0.2);
    }
    .pin-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-bottom: 14px;
    }
    .pin-btn {
      background: transparent;
      border: 1px solid rgba(150,150,150,0.2);
      color: var(--off-white);
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px; font-weight: 300;
      padding: 14px 0;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.15s ease, border-color 0.15s ease;
    }
    .pin-btn:hover, .pin-btn:active {
      background: rgba(200,184,154,0.15);
      border-color: var(--accent);
    }
    .pin-btn-util {
      background: transparent;
      border: 1px solid rgba(150,150,150,0.1);
      color: var(--grey);
      font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.1em;
      padding: 14px 0;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }
    .pin-btn-util:hover { color: var(--accent); }
    
        /* ── ADMIN CLIENT AUTOFILL DROPDOWN ── */
    .client-autocomplete-wrapper {
      position: relative;
    }
    .client-dropdown {
      position: absolute;
      top: 100%;
      left: 0; right: 0;
      background: var(--near-black);
      border: 1px solid rgba(200,184,154,0.25);
      border-top: none;
      border-radius: 0 0 4px 4px;
      z-index: 9999;
      max-height: 200px;
      overflow-y: auto;
      display: none;
    }
    body.light-mode .client-dropdown {
      background: var(--dark);
    }
    .client-dropdown.open { display: block; }
    .client-dropdown-item {
      padding: 12px 16px;
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      color: var(--light-grey);
      cursor: pointer;
      border-bottom: 1px solid rgba(150,150,150,0.08);
      transition: background 0.2s ease, color 0.2s ease;
      line-height: 1.5;
    }
    .client-dropdown-item:last-child { border-bottom: none; }
    .client-dropdown-item:hover {
      background: rgba(200,184,154,0.1);
      color: var(--accent);
    }
    .client-dropdown-item strong {
      display: block;
      color: var(--off-white);
      font-size: 12px;
      margin-bottom: 2px;
    }
    .client-dropdown-empty {
      padding: 12px 16px;
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      color: var(--grey);
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    /* Light Theme Overrides */
    body.light-mode {
      --black: #f5f2ee;
      --near-black: #e8e4df;
      --dark: #dcd7d0;
      --mid: #c8b89a;
      --grey: #333333;       /* Significantly darkened for excellent contrast */
      --light-grey: #111111; /* Significantly darkened for excellent contrast */
      --off-white: #050505;  /* Pure dark text */
      --white: #000000;
      --accent: #a68a56; 
      --accent-dim: rgba(166, 138, 86, 0.15);
    }

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

    /* Lenis Smooth Scroll requirement */
    html { scroll-behavior: auto; }

    body {
      background: var(--black);
      color: var(--off-white);
      font-family: 'DM Mono', monospace;
      overflow-x: hidden;
      transition: background-color 0.4s ease, color 0.4s ease;
      /* Custom Paint Brush Cursor */
      cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24"><path fill="%23c8b89a" stroke="%23080808" stroke-width="1" d="M20.71,4.63L19.37,3.29C19,2.9 18.35,2.9 17.96,3.29L9,12.25L11.75,15L20.71,6.04C21.1,5.65 21.1,5 20.71,4.63M7,14A3,3 0 0,0 4,17C4,18.31 2.84,19 2,19C2.92,20.22 4.5,21 6,21A4,4 0 0,0 10,17A3,3 0 0,0 7,14Z" /></svg>'), auto;
    }
    
    a, button, select, input, textarea, .price-img-wrapper, .gallery-item, .comp-side img, .comp-dot, .chatbot-toggle, .chatbot-option {
      cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24"><path fill="%23ffffff" stroke="%23080808" stroke-width="1" d="M20.71,4.63L19.37,3.29C19,2.9 18.35,2.9 17.96,3.29L9,12.25L11.75,15L20.71,6.04C21.1,5.65 21.1,5 20.71,4.63M7,14A3,3 0 0,0 4,17C4,18.31 2.84,19 2,19C2.92,20.22 4.5,21 6,21A4,4 0 0,0 10,17A3,3 0 0,0 7,14Z" /></svg>'), pointer;
    }
    
    /* Universal Image Sizing */
    img, video { max-width: 100%; object-fit: contain; }

    /* ── PRELOADER ── */
    #preloader {
      position: fixed; inset: 0; z-index: 999999;
      background: var(--black);
      display: flex; align-items: center; justify-content: center;
      transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 1.2s;
    }
    body.light-mode #preloader { background: var(--white); }
    .preloader-monogram {
      width: 30vw; max-width: 300px; min-width: 150px;
      aspect-ratio: 1/1;
      object-fit: contain; filter: url(#key-black);
      opacity: 0; transform: scale(0.85);
      animation: drawIn 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    body.light-mode .preloader-monogram { filter: url(#key-black-light); }
    
    @keyframes drawIn {
      0% { opacity: 0; transform: scale(0.85); filter: blur(15px) url(#key-black); }
      100% { opacity: 1; transform: scale(1); filter: blur(0px) url(#key-black); }
    }
    body.light-mode @keyframes drawIn {
      0% { opacity: 0; transform: scale(0.85); filter: blur(15px) url(#key-black-light); }
      100% { opacity: 1; transform: scale(1); filter: blur(0px) url(#key-black-light); }
    }

    /* ── NOISE OVERLAY ── */
    body::before {
      content: '';
      position: fixed; inset: 0; z-index: 9998;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
      opacity: 0.035;
    }
    body.light-mode::before {
      opacity: 0.05;
      mix-blend-mode: multiply;
    }
    
    /* Force Hide Mobile Menu globally on desktop to prevent duplicate blue links bug */
    .mobile-menu { display: none !important; }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      display: flex; align-items: center; justify-content: space-between;
      padding: 28px 48px;
      transition: background 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
    }
    nav.scrolled {
      background: var(--black);
      backdrop-filter: blur(12px);
      padding: 18px 48px;
      border-bottom: 1px solid rgba(150,150,150,0.1);
    }

    .nav-logo {
      display: flex; align-items: center; gap: 12px;
      text-decoration: none;
    }
    
    /* Perfect SVG Transparency Filter + GPU Acceleration */
    .nav-logo img { 
      width: 38px; height: 38px; 
      object-fit: contain;
      filter: url(#key-black);
      transform: translateZ(0);
    }
    body.light-mode .nav-logo img {
      filter: url(#key-black-light);
    }
    
    .nav-logo-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 14px; font-weight: 600; letter-spacing: 0.2em;
      color: var(--off-white); text-transform: uppercase;
      line-height: 1.3;
    }
    .nav-logo-text span { display: block; font-size: 10px; letter-spacing: 0.4em; color: var(--light-grey); font-weight: 300;}

    .nav-links { display: flex; gap: 32px; list-style: none; }
    .nav-links a {
      font-family: 'DM Mono', monospace; font-size: 11px;
      letter-spacing: 0.2em; color: var(--light-grey); text-decoration: none;
      text-transform: uppercase;
      transition: color 0.3s ease;
      position: relative;
    }
    .nav-links a::after {
      content: ''; position: absolute; bottom: -6px; left: 0;
      width: 0; height: 1px; background: var(--accent);
      transition: width 0.3s ease;
    }
    .nav-links a:hover { color: var(--off-white); }
    .nav-links a:hover::after { width: 100%; }

    .nav-cta-container { display: flex; gap: 24px; align-items: center; }
    
    .commission-btn {
      background: var(--white);
      color: var(--black);
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 12px 28px;
      border-radius: 50px;
      transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
    }
    .commission-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255,255,255,0.1);
    }
    body.light-mode .commission-btn {
      background: var(--black);
      color: var(--white);
    }
    body.light-mode .commission-btn:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .theme-toggle {
      font-size: 20px;
      background: transparent;
      border: none;
      padding: 4px;
      cursor: pointer;
      transition: transform 0.3s ease, opacity 0.3s ease;
      opacity: 0.7;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .theme-toggle:hover {
      opacity: 1;
      transform: scale(1.1);
      background: transparent;
    }

    /* ── HAMBURGER (mobile) ── */
    .hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
    .hamburger span { display: block; width: 24px; height: 1px; background: var(--off-white); transition: all 0.3s ease; }

    /* ── HERO ── */
    #hero {
      position: relative; height: 100vh;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      overflow: hidden;
    }

    /* Interactive Fluid Canvas */
    #heroCanvas {
      position: absolute; inset: 0; z-index: 1;
      pointer-events: none; opacity: 0.65;
    }

    .hero-bg-img {
      position: absolute; inset: 0; z-index: 1;
      background: url('../Abstract%20ILL.JPG') center/cover no-repeat;
      opacity: 0.4;
      transition: opacity 0.4s ease;
    }
    body.light-mode .hero-bg-img { opacity: 0.6; }

    .hero-bg-lines {
      position: absolute; inset: 0; z-index: 2;
      background-image:
        linear-gradient(to right, rgba(150,150,150,0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(150,150,150,0.04) 1px, transparent 1px);
      background-size: 80px 80px;
    }

    .hero-content {
      position: relative; z-index: 3;
      text-align: center;
      animation: fadeUp 1.4s ease both;
      animation-delay: 1.8s; /* Wait for preloader */
      padding: 0 24px;
      width: 100%;
    }

    .hero-eyebrow {
      font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.5em;
      color: var(--accent); text-transform: uppercase;
      margin-bottom: 40px;
      animation: fadeUp 1.2s 1.9s ease both;
    }

    .hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: var(--text-hero);
      font-weight: 400; /* light serif at large sizes reads "editorial luxury" */
      line-height: var(--leading-tight);
      letter-spacing: -0.015em;
      color: var(--white);
      text-align: center;
      display: block;
      margin-bottom: 0;
      animation: fadeUp 1.2s 2s ease both;
    }
    .mobile-break { display: inline; } /* Flows naturally on Desktop */

    .hero-sub {
      position: absolute;
      bottom: 20vh;
      left: 0;
      right: 0;
      z-index: 4;
      font-family: 'DM Mono', monospace;
      font-size: 12px; letter-spacing: 0.3em;
      color: var(--light-grey); text-transform: uppercase;
      text-align: center;
      padding: 0 24px;
      animation: fadeUp 1.2s 2.2s ease both;
    }

    .hero-scroll {
      position: absolute; bottom: 48px; left: 48px;
      display: flex; flex-direction: column; align-items: center;
      z-index: 4;
      animation: fadeUp 1.2s 2.4s ease both;
    }
    .scroll-arrow {
      font-size: 24px; color: var(--accent);
      animation: bounce 2s infinite;
    }

    /* ── SECTION DEFAULTS ── */
    section { padding: clamp(120px, 16vh, 200px) 0; transition: background-color 0.4s ease; }
    #about { background: var(--near-black); }
    #services { background: var(--black); }
    #gallery { background: var(--near-black); position: relative; }
    #reference-comparison { background: var(--black); position: relative; }
    #video-process { background: var(--near-black); }
    #process { background: var(--black); }
    #contact { background: var(--near-black); }

    .section-header {
      display: flex; align-items: baseline; gap: 24px;
      margin-bottom: 80px;
      padding: 0 48px;
    }
    .section-num {
      font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.3em;
      color: var(--accent); opacity: 0.8;
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 5vw, 68px);
      font-weight: 300; line-height: 1;
      letter-spacing: -0.02em;
      color: var(--white);
    }
    .section-line {
      flex: 1; height: 1px;
      background: linear-gradient(to right, rgba(200,184,154,0.3), transparent);
      margin-left: 20px;
    }

    /* ── ABOUT (Editorial Asymmetry) ── */
    .about-bottom {
      max-width: 900px; margin: 100px auto 0 auto; padding: 0 48px; text-align: center;
    }
    .about-statement {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(28px, 3.5vw, 42px);
      font-weight: 300; line-height: 1.4;
      letter-spacing: -0.01em;
      color: var(--white);
      margin-bottom: 48px;
    }
    .about-body {
      font-size: 13px; line-height: 2.2;
      color: var(--light-grey); letter-spacing: 0.02em;
      text-align: left;
      max-width: 760px;
      margin: 0 auto;
    }
    .about-body p { margin-bottom: 24px; }
    .about-body p:last-child { margin-bottom: 0; }

    .about-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 60px; max-width: 1200px; margin: 0 auto; padding: 0 48px;
    }
    .about-left {
      position: relative;
      padding-right: 40px; border-right: none;
      transition: border-color 0.4s ease;
    }
    .about-img {
      width: 100%; max-width: 480px; height: auto;
      border-radius: 4px; margin: 0 auto; display: block;
      border: 1px solid rgba(150,150,150,0.1);
      position: relative; z-index: 1;
    }
    .about-right {
      position: relative; z-index: 2;
      display: flex; flex-direction: column; justify-content: center;
    }
    .about-stats {
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px 40px;
    }
    .stat-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(60px, 7vw, 96px);
      font-weight: 300;
      color: var(--accent); line-height: 1;
    }
    .stat-label {
      font-family: 'DM Mono', monospace;
      font-size: 10px; letter-spacing: 0.3em;
      color: var(--grey); text-transform: uppercase;
      margin-top: 16px;
    }
    .services-header {
      font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 0.2em;
      color: var(--white); text-transform: uppercase; margin-bottom: 32px; margin-top: 80px;
    }
    .about-disciplines {
      display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px;
    }
    .discipline-tag {
      display: flex; align-items: center; gap: 12px;
      font-size: 11px; letter-spacing: 0.1em; color: var(--light-grey);
    }
    .discipline-tag::before {
      content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--off-white); opacity: 0.5;
    }

    /* ── PHILOSOPHY BREAK ── */
    #philosophy {
      position: relative;
      background: var(--near-black);
      padding: 140px 48px;
      transition: background-color 0.4s ease;
      overflow: hidden;
    }
    #philosophy::before {
      content: '';
      position: absolute; inset: 0; z-index: 1;
      background: url('../Timilehin%20Taiwo%20-%20About%20Artist.jpg') center/cover no-repeat;
      opacity: 0.2;
    }
    .philosophy-inner {
      position: relative; z-index: 2;
      max-width: 900px; margin: 0 auto; text-align: center;
    }
    .philosophy-quote {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(32px, 5vw, 64px);
      font-weight: 300; font-style: italic;
      line-height: 1.3; color: var(--white);
      margin-bottom: 48px;
      letter-spacing: -0.01em;
    }
    .philosophy-attribution {
      font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.4em;
      color: var(--accent); text-transform: uppercase;
    }

    /* ── SERVICES & PRICING ── */
    .pricing-tabs {
      display: flex; gap: 0;
      padding: 16px 48px 0; margin-bottom: 64px;
      border-bottom: 1px solid rgba(150,150,150,0.1);
      overflow-x: auto; transition: border-color 0.4s ease, background-color 0.4s ease;
      position: sticky;
      top: 75px;
      background: var(--black);
      z-index: 90;
    }
    .pricing-tabs::-webkit-scrollbar { display: none; }
    .pricing-tabs { -ms-overflow-style: none; scrollbar-width: none; }
    
    .tab-btn {
      background: none; border: none;
      font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
      color: var(--grey);
      padding: 16px 28px; border-bottom: 2px solid transparent;
      transition: color 0.3s ease, border-color 0.3s ease;
      white-space: nowrap;
    }
    .tab-btn.active { color: var(--off-white); border-bottom-color: var(--accent); }
    .tab-btn:hover { color: var(--light-grey); }

    .pricing-panel { display: none; padding: 0 48px; }
    .pricing-panel.active { display: block; }

    .panel-intro {
      display: flex; align-items: baseline; gap: 24px;
      margin-bottom: 56px;
    }
    .panel-intro h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 48px; font-weight: 300; color: var(--white);
      letter-spacing: -0.02em;
    }
    .panel-intro p {
      font-size: 11px; letter-spacing: 0.2em; color: var(--grey);
      text-transform: uppercase;
    }

    .pricing-sub-heading {
      font-family: 'DM Mono', monospace;
      font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 32px; margin-top: 64px;
      opacity: 0.8;
    }
    .pricing-sub-heading:first-child { margin-top: 0; }

    /* Asymmetrical Staggered Editorial Grid */
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 24px;
      margin-bottom: 24px;
    }
    @media (min-width: 1024px) {
      .pricing-grid .price-card:nth-child(even) { transform: translateY(40px); }
      .pricing-grid { padding-bottom: 40px; }
    }

    .price-card {
      background: var(--near-black);
      border: 1px solid rgba(150,150,150,0.1);
      padding: 32px;
      position: relative overflow: hidden;
      transition: background 0.3s ease, border-color 0.3s ease;
      display: flex; flex-direction: column; justify-content: space-between;
    }
    .price-card:hover { background: var(--dark); border-color: rgba(200,184,154,0.3); }

    /* SPECIFIC IMAGE RATIOS IMPLEMENTATION */
    .price-img-wrapper {
      width: 100%; height: auto;
      margin-bottom: 24px; border-radius: 4px;
      overflow: hidden; background: var(--dark);
      border: 1px solid rgba(150,150,150,0.1);
      display: flex; align-items: center; justify-content: center;
    }
    .ratio-col-sb { aspect-ratio: 1179 / 1397; }
    .ratio-bw-sb-1 { aspect-ratio: 1017 / 1977; }
    .ratio-bw-sb-2 { aspect-ratio: 1015 / 1285; }
    .ratio-portrait { aspect-ratio: 3 / 4; }
    .ratio-landscape { aspect-ratio: 4 / 3; }
    .ratio-square { aspect-ratio: 1 / 1; }

    .price-img-wrapper img {
      width: 100%; height: 100%; 
      object-fit: contain; /* Ensures nothing is cut off */
      transition: transform 0.5s ease;
    }
    .price-card:hover .price-img-wrapper img { transform: scale(1.05); }

    .price-card-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px; font-weight: 600; color: var(--white);
      line-height: 1.3; margin-bottom: 12px;
    }
    .price-card-desc {
      font-size: 11px; letter-spacing: 0.1em;
      color: var(--grey); line-height: 1.6;
      flex: 1;
    }
    .price-card-footer {
      display: flex; align-items: center; justify-content: space-between;
      margin-top: 24px; padding-top: 24px;
      border-top: 1px solid rgba(150,150,150,0.1);
    }
    .price-amount {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px; font-weight: 600;
      color: var(--accent);
    }
    
    /* CART BUTTONS & CALCULATOR */
    .add-to-cart-btn {
      background: transparent; border: 1px solid var(--accent);
      color: var(--accent); font-family: 'DM Mono', monospace;
      font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
      padding: 10px 16px; border-radius: 4px; cursor: pointer;
      transition: all 0.3s ease;
    }
    .add-to-cart-btn:hover { background: var(--accent); color: var(--black); }
    
    .calculator-box {
      background: var(--near-black); padding: 40px; 
      border: 1px solid rgba(150,150,150,0.1); border-radius: 4px;
      margin-top: 32px; transition: border-color 0.3s ease;
    }
    .calculator-box:hover { border-color: rgba(200,184,154,0.3); }

    /* ── INTERACTIVE SPATIAL VISUALIZER ── */
    .visualizer-stage {
      position: relative;
      height: 400px;
      background: var(--dark);
      border: 1px solid rgba(150,150,150,0.1);
      border-radius: 4px;
      margin-bottom: 24px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 20px;
      touch-action: none; /* Prevents scroll when dragging on mobile */
    }

    .wireframe-human {
      height: 350px; /* Represents 72 inches */
      color: rgba(150,150,150,0.3);
      transition: color 0.4s ease;
      position: relative;
      z-index: 1;
      margin-right: 60px; /* Space between human and frame */
    }

    .vis-floor {
      position: absolute;
      bottom: 20px; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(150,150,150,0.2) 20%, rgba(150,150,150,0.2) 80%, transparent);
      z-index: 0;
    }

    .vis-frame {
      position: absolute;
      left: 55%; /* Base horizontal origin relative to human */
      background: var(--near-black);
      border: 2px solid var(--accent);
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      z-index: 5;
      will-change: width, height, transform;
      cursor: grab; /* Indicates the whole frame is draggable */
    }
    .vis-frame:active {
      cursor: grabbing;
    }
    
    .vis-frame-inner {
      position: absolute; inset: 4px;
      background: linear-gradient(135deg, rgba(200,184,154,0.1), transparent);
      border: 1px dashed rgba(200,184,154,0.3);
      pointer-events: none; /* Prevents interference with dragging */
    }

    /* Bigger Handles + Hit Area Expansion to fix cursor lag/slipping */
    .vis-handle {
      position: absolute;
      width: 16px; height: 16px;
      background: var(--white);
      border: 1px solid var(--black);
      border-radius: 2px;
      z-index: 10;
    }
    .vis-handle::after {
      content: ''; position: absolute; inset: -10px; background: transparent;
    }
    
    .handle-nw { top: -8px; left: -8px; cursor: nwse-resize; }
    .handle-n  { top: -8px; left: calc(50% - 8px); cursor: ns-resize; }
    .handle-ne { top: -8px; right: -8px; cursor: nesw-resize; }
    .handle-e  { top: calc(50% - 8px); right: -8px; cursor: ew-resize; }
    .handle-se { bottom: -8px; right: -8px; cursor: nwse-resize; }
    .handle-s  { bottom: -8px; left: calc(50% - 8px); cursor: ns-resize; }
    .handle-sw { bottom: -8px; left: -8px; cursor: nesw-resize; }
    .handle-w  { top: calc(50% - 8px); left: -8px; cursor: ew-resize; }

    .vis-controls {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      padding-top: 24px;
      border-top: 1px solid rgba(150,150,150,0.1);
      align-items: flex-end;
    }

    .vis-data-group { display: flex; flex-direction: column; }
    .vis-label {
      font-size: 10px; letter-spacing: 0.2em; color: var(--grey);
      text-transform: uppercase; margin-bottom: 8px;
    }
    .vis-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px; font-weight: 600; color: var(--white);
    }
    
    .vis-btn-small {
      background: transparent; border: 1px solid rgba(150,150,150,0.3);
      color: var(--off-white); width: 32px; height: 32px; font-size: 18px;
      border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center;
      transition: background 0.3s ease;
    }
    .vis-btn-small:hover { background: rgba(200,184,154,0.1); border-color: var(--accent); }
    #visSubCount {
      background: transparent; border: none; color: var(--accent); font-family: 'DM Mono', monospace;
      font-size: 20px; text-align: center; width: 40px; outline: none;
    }

    /* ── NOTABLE BRANDS SECTION ── */
    .brands-section {
      margin-top: 100px;
      padding-top: 100px;
      border-top: 1px solid rgba(150,150,150,0.1);
      text-align: center;
    }
    .brands-title {
      font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 64px; opacity: 0.8;
    }
    .brands-grid {
      display: flex; flex-wrap: wrap; justify-content: center; align-items: center; 
      gap: 64px 80px; padding: 0 48px;
    }
    .brands-grid img {
      max-width: 120px; height: auto; max-height: 60px; object-fit: contain;
      opacity: 0.6; filter: grayscale(100%); transition: all 0.4s ease;
    }
    .brands-grid img:hover { opacity: 1; filter: grayscale(0%); }

    /* ── DYNAMIC SECTION NAV ARROWS ── */
    .nav-arrow-dynamic {
      position: fixed; left: 50%; z-index: 9998;
      background: var(--near-black); color: var(--accent);
      border: 1px solid rgba(150,150,150,0.2);
      width: 44px; height: 44px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 18px; cursor: pointer; 
      transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0; pointer-events: none;
    }
    .nav-arrow-dynamic:hover {
      background: var(--accent); color: var(--black);
    }
    .nav-arrow-up { top: 90px; transform: translate(-50%, -20px); }
    .nav-arrow-up.visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
    
    .nav-arrow-down { bottom: 40px; transform: translate(-50%, 20px); }
    .nav-arrow-down.visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }

    /* ── CONCIERGE CART UI SYSTEM ── */
    #cartToggleBtn {
      position: fixed; bottom: 40px; right: 40px; z-index: 9999;
      background: var(--accent); color: var(--black);
      font-family: 'DM Mono', monospace; font-size: 12px; font-weight: bold;
      padding: 16px 24px; border-radius: 50px; cursor: pointer; border: none;
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      opacity: 0; pointer-events: none; transition: all 0.3s ease;
      text-transform: uppercase; letter-spacing: 0.1em;
    }
    #cartToggleBtn.visible { opacity: 1; pointer-events: auto; }
    #cartToggleBtn:hover { transform: translateY(-4px); }

      .cart-modal {
      position: fixed; inset: 0; background: rgba(8,8,8,0.85);
      z-index: 10000; display: block;
      opacity: 0; pointer-events: none;
      transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: none; /* Changed from contain to none */
      touch-action: pan-y;
    }
    body.light-mode .cart-modal { background: rgba(245,242,238,0.85); }
    .cart-modal.open { opacity: 1; pointer-events: auto; }
    
      .cart-content {
      width: 100%; max-width: 600px; background: transparent;
      height: auto;
      padding: 48px 48px 160px;
      margin: 0 auto;
      transform: translateY(30px) scale(0.95);
      transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      border: none; position: relative;
      overflow: visible;
      box-sizing: border-box;
    }
    .cart-modal.open .cart-content { transform: translateY(0) scale(1); }
    
    /* Subtle scrollbar for usability */
    .cart-modal::-webkit-scrollbar { width: 4px; }
    .cart-modal::-webkit-scrollbar-thumb { background: rgba(200,184,154,0.3); border-radius: 4px; }

    .cart-close {
      background: none; border: none; color: var(--grey);
      font-size: 32px; cursor: pointer; position: absolute; right: 40px; top: 40px;
      transition: color 0.3s ease; font-family: sans-serif;
    }
    .cart-close:hover { color: var(--accent); }
    .cart-title {
      font-family: 'Cormorant Garamond', serif; font-size: 36px;
      color: var(--white); margin-bottom: 40px; font-weight: 300; text-align: center;
    }
    .cart-item {
      display: flex; justify-content: space-between; align-items: center;
      padding: 20px 0; border-bottom: 1px solid rgba(150,150,150,0.1);
      font-family: 'DM Mono', monospace; font-size: 11px; color: var(--light-grey);
      line-height: 1.4;
    }
    .cart-item button {
      background: none; border: none; color: var(--accent); margin-left: 12px; cursor: pointer;
    }
        .cart-total {
      font-family: 'Cormorant Garamond', serif; font-size: 28px;
      color: var(--accent); text-align: right; margin: 16px 0 40px; font-weight: 600;
    }

    /* ── DISCOUNT ROW ── */
    .discount-row {
      display: flex; align-items: center; justify-content: space-between;
      margin: 24px 0 8px;
      padding: 20px 0;
      border-top: 1px solid rgba(150,150,150,0.1);
      border-bottom: 1px solid rgba(150,150,150,0.1);
      gap: 16px;
    }
    .discount-lock-btn {
      display: flex; align-items: center; gap: 10px;
      background: transparent;
      border: 1px solid rgba(150,150,150,0.2);
      color: var(--grey);
      font-family: 'DM Mono', monospace; font-size: 10px;
      letter-spacing: 0.2em; text-transform: uppercase;
      padding: 10px 18px; border-radius: 4px; cursor: pointer;
      transition: all 0.3s ease;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .discount-lock-btn:hover { border-color: var(--accent); color: var(--accent); }
    .discount-lock-btn.unlocked { color: var(--accent); border-color: var(--accent); }
    .discount-lock-btn .lock-icon { font-size: 13px; }
    .discount-applied-label {
      font-family: 'DM Mono', monospace; font-size: 11px;
      color: var(--accent); letter-spacing: 0.1em;
      flex: 1; text-align: right;
    }

    /* ── DISCOUNT PASSWORD OVERLAY ── */
    .discount-overlay {
      position: fixed; inset: 0; z-index: 20000;
      display: flex; align-items: center; justify-content: center;
      background: rgba(8,8,8,0.92);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      opacity: 0; pointer-events: none;
      transition: opacity 0.4s ease;
    }
    body.light-mode .discount-overlay { background: rgba(245,242,238,0.92); }
    .discount-overlay.open { opacity: 1; pointer-events: auto; }

    .discount-modal {
      width: 90%; max-width: 380px;
      background: var(--near-black);
      border: 1px solid rgba(200,184,154,0.25);
      border-radius: 8px; padding: 40px 32px;
      text-align: center;
      transform: scale(0.92); transition: transform 0.4s cubic-bezier(0.77,0,0.175,1);
    }
    body.light-mode .discount-modal { background: var(--dark); }
    .discount-overlay.open .discount-modal { transform: scale(1); }

    .discount-modal-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 26px; font-weight: 300; color: var(--white);
      margin-bottom: 8px;
    }
    .discount-modal-sub {
      font-family: 'DM Mono', monospace; font-size: 10px;
      color: var(--grey); letter-spacing: 0.25em; text-transform: uppercase;
      margin-bottom: 32px;
    }
    .discount-modal input {
      width: 100%; padding: 14px; margin-bottom: 14px;
      background: transparent; border: none;
      border-bottom: 1px solid rgba(150,150,150,0.3);
      color: var(--off-white); font-family: 'DM Mono', monospace;
      font-size: 14px; text-align: center; outline: none;
      transition: border-color 0.3s ease;
    }
    body.light-mode .discount-modal input { color: var(--black); }
    .discount-modal input:focus { border-bottom-color: var(--accent); }
    .discount-modal-btn {
      width: 100%; padding: 14px; margin-bottom: 10px;
      background: var(--accent); color: var(--black);
      border: none; border-radius: 4px;
      font-family: 'DM Mono', monospace; font-size: 11px;
      font-weight: bold; text-transform: uppercase;
      letter-spacing: 0.15em; cursor: pointer;
      transition: opacity 0.3s ease;
    }
    .discount-modal-btn:hover { opacity: 0.85; }
    .discount-modal-cancel {
      background: none; border: none; color: var(--grey);
      font-family: 'DM Mono', monospace; font-size: 10px;
      letter-spacing: 0.2em; text-transform: uppercase;
      cursor: pointer; transition: color 0.3s ease;
      margin-top: 4px;
    }
    .discount-modal-cancel:hover { color: var(--accent); }
    .discount-modal-err {
      font-size: 10px; color: #e05555; letter-spacing: 0.1em;
      margin-bottom: 10px; min-height: 14px;
      font-family: 'DM Mono', monospace;
    }
    .discount-pct-row {
      display: none;
    }
    .discount-pct-row.visible { display: block; }

    /* ── CHATBOT ASSISTANT ── */
    .chatbot-toggle {
      position: fixed; bottom: 40px; left: 40px; z-index: 9999;
      background: var(--near-black); color: var(--accent);
      border: 1px solid rgba(150,150,150,0.2);
      width: 50px; height: 50px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
    .chatbot-toggle:hover { background: var(--accent); color: var(--black); transform: translateY(-4px); }
    
    .chatbot-panel {
      position: fixed; bottom: 100px; left: 40px; z-index: 10000;
      width: 320px; background: rgba(17,17,17,0.95);
      border: 1px solid rgba(150,150,150,0.2); border-radius: 8px;
      display: flex; flex-direction: column; overflow: hidden;
      opacity: 0; pointer-events: none; transform: translateY(20px);
      transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    }
    body.light-mode .chatbot-panel { background: rgba(232,228,223,0.95); }
    .chatbot-panel.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    
    .chatbot-header {
      padding: 20px; border-bottom: 1px solid rgba(150,150,150,0.1);
      display: flex; justify-content: space-between; align-items: center;
    }
    .chatbot-header span { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--white); }
    .chatbot-close { background: none; border: none; color: var(--grey); font-size: 20px; cursor: pointer; }
    .chatbot-close:hover { color: var(--accent); }
    
    .chatbot-body {
      padding: 20px; height: 300px; overflow-y: auto;
      display: flex; flex-direction: column; gap: 16px;
      font-size: 12px; line-height: 1.6; color: var(--light-grey);
    }
    .chatbot-body::-webkit-scrollbar { width: 4px; }
    .chatbot-body::-webkit-scrollbar-thumb { background: rgba(150,150,150,0.3); border-radius: 4px; }
    
    .chat-msg { background: rgba(255,255,255,0.03); padding: 12px; border-radius: 4px; border-left: 2px solid var(--accent); }
    body.light-mode .chat-msg { background: rgba(0,0,0,0.03); }
    
    .chatbot-options { padding: 0 20px 20px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid rgba(150,150,150,0.1); padding-top: 20px; }
    .chatbot-option {
      background: transparent; border: 1px solid rgba(150,150,150,0.2);
      color: var(--accent); font-family: 'DM Mono', monospace; font-size: 10px;
      padding: 10px; text-transform: uppercase; letter-spacing: 0.1em;
      border-radius: 4px; transition: all 0.3s ease; text-align: left;
    }
    .chatbot-option:hover { background: var(--accent); color: var(--black); }

    /* ── ADMIN / OWNER DASHBOARD PANE ── */
    .admin-panel {
      position: fixed; inset: 0; background: rgba(8,8,8,0.98);
      z-index: 100000; display: flex; flex-direction: column;
      opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
      color: var(--white); padding: 40px;
      overflow-y: auto;
    }
    body.light-mode .admin-panel { background: rgba(245,242,238,0.98); color: var(--black); }
    .admin-panel.open { opacity: 1; pointer-events: auto; }
    .admin-header { display: flex; justify-content: space-between; align-items: center; font-family: 'Cormorant Garamond', serif; font-size: 32px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 20px; margin-bottom: 20px; }
    .admin-close { background: none; border: none; color: var(--white); font-size: 32px; cursor: pointer; transition: color 0.3s ease;}
    body.light-mode .admin-close { color: var(--black); }
    .admin-close:hover { color: var(--accent); }
    
    .admin-auth-container { max-width: 400px; margin: 60px auto; text-align: center; width: 100%; }
    .admin-auth-container h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; margin-bottom: 24px; color: var(--white); }
    body.light-mode .admin-auth-container h2 { color: var(--black); }
    .admin-auth-container input { width: 100%; padding: 16px; margin-bottom: 16px; background: transparent; border: 1px solid rgba(150,150,150,0.3); color: var(--off-white); font-family: 'DM Mono', monospace; font-size: 12px; border-radius: 4px; }
    body.light-mode .admin-auth-container input { color: var(--black); border-color: rgba(0,0,0,0.3); }
    .admin-auth-container button { width: 100%; padding: 16px; background: var(--accent); color: var(--black); border: none; border-radius: 4px; font-family: 'DM Mono', monospace; font-size: 12px; font-weight: bold; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; margin-bottom: 16px; }
    .admin-auth-container button:hover { opacity: 0.9; }
    .admin-auth-container a { color: var(--accent); font-size: 11px; text-decoration: none; letter-spacing: 0.1em; }

    .admin-body { overflow-y: auto; display: flex; flex-direction: column; gap: 16px; max-width: 800px; margin: 0 auto; width: 100%; }
    .admin-body::-webkit-scrollbar { display: none; }
    .invoice-card { background: var(--near-black); border: 1px solid rgba(150,150,150,0.2); padding: 24px; border-radius: 4px; font-family: 'DM Mono', monospace; font-size: 12px; position: relative;}
    body.light-mode .invoice-card { background: var(--white); border-color: rgba(0,0,0,0.1); }
    .invoice-card h4 { color: var(--accent); margin-bottom: 16px; font-size: 18px; font-family: 'Cormorant Garamond', serif; }
    .btn-download-inv { position: absolute; top: 24px; right: 24px; background: transparent; border: 1px solid var(--accent); color: var(--accent); padding: 8px 12px; font-size: 10px; cursor: pointer; border-radius: 4px; transition: all 0.3s ease; text-transform: uppercase; }
    .btn-download-inv:hover { background: var(--accent); color: var(--black); }

    /* ── DYNAMIC IMAGE EXPANSION (FLIP Lightbox overlay) ── */
    .lightbox {
      position: fixed; inset: 0; background: transparent;
      z-index: 100000; display: flex; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none; transition: opacity 0.5s ease;
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
    }
    .lightbox.open { opacity: 1; pointer-events: auto; }
    .lightbox img {
      max-width: 90vw; max-height: 90vh;
      object-fit: contain; border-radius: 4px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.4);
      transform-origin: top left; /* Crucial for FLIP math */
      will-change: transform;
    }
    .lightbox-close {
      position: absolute; top: 30px; right: 40px;
      background: none; border: none; color: var(--grey);
      font-size: 32px; cursor: pointer; transition: color 0.3s ease;
      font-family: sans-serif;
      z-index: 100001; /* Ensure close button stays above image */
    }
    .lightbox-close:hover { color: var(--accent); }
    .lightbox-nav {
      position: absolute; top: 50%; transform: translateY(-50%);
      background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1);
      color: var(--white); font-size: 24px; width: 50px; height: 50px;
      border-radius: 50%; cursor: pointer; display: flex; justify-content: center; align-items: center;
      transition: background 0.3s ease, transform 0.3s ease; z-index: 100001;
      opacity: 0; pointer-events: none;
    }
    .lightbox.open .lightbox-nav { opacity: 1; pointer-events: auto; }
    .lightbox-nav:hover { background: var(--accent); color: var(--black); transform: translateY(-50%) scale(1.1); }
    .lightbox-prev { left: 40px; }
    .lightbox-next { right: 40px; }

    /* ── GALLERY (NATIVE HORIZONTAL SCROLL) ── */
    .gallery-filter {
      display: flex; gap: 8px;
      padding: 0 48px; margin-bottom: 40px;
      flex-wrap: wrap;
    }
    .filter-btn {
      background: none; border: 1px solid rgba(150,150,150,0.2);
      font-family: 'DM Mono', monospace;
      font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
      color: var(--grey); padding: 12px 24px;
      transition: all 0.3s ease; border-radius: 4px;
    }
    .filter-btn.active, .filter-btn:hover {
      background: var(--accent); color: var(--black); border-color: var(--accent);
    }
    
    .horizontal-scroll-wrapper {
      width: 100%; 
      overflow-x: auto; 
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 24px;
      cursor: grab;
    }
    /* Hide scrollbar for seamless trackpad scrolling */
    .horizontal-scroll-wrapper::-webkit-scrollbar { display: none; }
    .horizontal-scroll-wrapper { -ms-overflow-style: none; scrollbar-width: none; }

    .gallery-slideshow {
      display: flex; gap: 24px;
      padding: 0 48px;
      width: max-content; 
      flex-wrap: nowrap;
      position: relative; 
    }
    
    .gallery-item {
  width: 35vw; max-width: 450px; min-width: 280px;
  flex-shrink: 0;
  scroll-snap-align: center;
  position: relative;
  overflow: hidden;
  background: var(--dark);
  border: 1px solid rgba(150,150,150,0.1);
  border-radius: 4px;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

    .gallery-item.hide {
      display: none !important;
    }
    
    /* Elegant gradient base to ensure text pop */
    .gallery-item::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0;
      height: 40%;
      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
      pointer-events: none;
    }

    .gallery-item { aspect-ratio: 4 / 5; } /* reserves space before image loads = no layout shift */
    .gallery-item img {
      width: 100%; height: 100%; 
      object-fit: contain;
      transition: transform 0.6s ease;
    }
    .gallery-item:hover img { transform: scale(1.04); }

    .gallery-item-caption {
      position: absolute;
      bottom: 24px;
      left: 20px;
      right: 20px;
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-align: center;
      text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
      z-index: 2;
    }

    /* ── REFERENCE VS CANVAS ── */
    .comparison-slideshow {
      display: flex; gap: 40px; padding: 0 48px; width: max-content; flex-wrap: nowrap;
    }
    .comparison-item {
      width: 60vw; max-width: 900px; min-width: 320px;
      flex-shrink: 0; scroll-snap-align: center;
      background: var(--dark); border: 1px solid rgba(150,150,150,0.1);
      border-radius: 4px; padding: 24px;
      display: flex; flex-direction: column; gap: 20px;
    }
    .comp-images {
      display: grid; grid-template-columns: 1fr 1fr; gap: 20px; flex: 1;
    }
    .comp-side {
      display: flex; flex-direction: column; gap: 12px;
    }
    .comp-label {
      font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.3em;
      color: var(--accent); text-transform: uppercase; text-align: center;
    }
    .comp-side img {
      width: 100%; height: auto; aspect-ratio: 4/5; object-fit: contain; border-radius: 2px;
      transition: transform 0.4s ease;
      display: block; background: rgba(0,0,0,0.2);
    }
    .comp-side img:hover { transform: scale(1.02); }
    .comp-caption {
      font-size: 12px; line-height: 1.6; color: var(--light-grey);
      text-align: center; border-top: 1px solid rgba(150,150,150,0.1);
      padding-top: 16px; font-style: italic;
    }

    /* ── COMPARISON DOTS PROGRESS TRACKER ── */
    .comparison-dots {
      display: flex; justify-content: center; gap: 12px;
      margin-top: 32px; padding-bottom: 24px;
    }
    .comp-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: rgba(150,150,150,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      cursor: pointer;
    }
    .comp-dot.active {
      background: var(--accent);
      transform: scale(1.5);
    }

    /* ── VIDEO PROCESS SECTION ── */
    .video-container {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 48px;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 85vh; /* Limits portrait videos so they don't overflow the screen */
    }
    .video-container video {
      width: 100%;
      height: 100%;
      max-height: 85vh;
      object-fit: contain; /* Flexibly allows both landscape and portrait without cropping */
      background: var(--dark);
      border: 1px solid rgba(150,150,150,0.1);
      border-radius: 4px;
    }
    .video-play-btn {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 80px; height: 80px;
      background: rgba(0,0,0,0.6);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      color: var(--white);
      font-size: 24px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
      z-index: 2;
    }
    .video-play-btn:hover {
      transform: translate(-50%, -50%) scale(1.1);
      background: var(--accent);
      color: var(--black);
    }
    .video-play-btn.hidden {
      opacity: 0; pointer-events: none;
    }

    /* ── PROCESS STEPS ── */
    .process-steps {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 0; padding: 0 48px;
    }
    .process-step {
      padding: 64px 48px;
      border-right: 1px solid rgba(150,150,150,0.1);
      position: relative; transition: border-color 0.4s ease;
    }
    .process-step:last-child { border-right: none; }
    .process-step::before {
      content: ''; position: absolute;
      top: 0; left: 48px; right: 0; height: 1px;
      background: rgba(150,150,150,0.1);
    }
    .step-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 72px; font-weight: 300; line-height: 1;
      color: rgba(200,184,154,0.25); margin-bottom: 32px;
    }
    .step-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px; font-weight: 600;
      color: var(--white); margin-bottom: 20px;
    }
    .step-body {
      font-size: 12px; line-height: 1.9;
      color: var(--grey); letter-spacing: 0.02em;
    }

    /* ── CONTACT ── */
    .contact-inner {
      padding: 0 48px; display: grid;
      grid-template-columns: 1fr 1fr; gap: 100px;
      max-width: 1200px; margin: 0 auto;
    }
    .contact-headline {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(40px, 4.5vw, 68px);
      font-weight: 300; line-height: 1.15;
      letter-spacing: -0.01em;
      color: var(--white); margin-bottom: 40px;
    }
    .contact-headline em { font-style: italic; color: var(--accent); }
    .contact-body {
      font-size: 13px; line-height: 2;
      color: var(--light-grey); margin-bottom: 56px;
    }
    .contact-links { display: flex; flex-direction: column; gap: 24px; }
    .contact-link-item {
      display: flex; align-items: center; gap: 24px;
      padding-bottom: 24px; border-bottom: 1px solid rgba(150,150,150,0.1);
      text-decoration: none; transition: border-color 0.4s ease;
    }
    
    /* Perfect 50% Scaled Down Icons */
    .contact-link-icon {
      width: 24px; height: 24px; 
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .contact-link-icon img {
      width: 16px; height: 16px; 
      object-fit: contain;
    }
    /* Intelligent Dark/Light Mode Icon Handling */
    .icon-lm { display: none; }
    body.light-mode .icon-lm { display: block; }
    body.light-mode .icon-dm { display: none; }
    
    .contact-link-label {
      font-family: 'DM Mono', monospace;
      font-size: 10px; letter-spacing: 0.3em; color: var(--grey); text-transform: uppercase;
    }
    .contact-link-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px; color: var(--white); font-weight: 600; margin-top: 4px;
    }

    .contact-form-title {
      font-family: 'DM Mono', monospace;
      font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 40px;
    }
    .form-field { margin-bottom: 32px; }
    .form-field label {
      display: block; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.3em;
      color: var(--grey); text-transform: uppercase; margin-bottom: 12px;
    }
    .form-field input, .form-field textarea, .form-field select {
      width: 100%; background: transparent;
      border: none; border-bottom: 1px solid rgba(150,150,150,0.2);
      padding: 16px 0; color: var(--off-white);
      font-family: 'DM Mono', monospace; font-size: 13px;
      outline: none; resize: none;
      transition: border-color 0.3s ease, color 0.4s ease;
      appearance: none;
    }
    .form-field input:focus, .form-field textarea:focus, .form-field select:focus {
      border-bottom-color: var(--accent);
    }
    .form-field select option { background: var(--near-black); color: var(--off-white); }
    .form-field textarea { height: 120px; }
    .form-submit {
      display: inline-flex; align-items: center; gap: 12px;
      background: var(--off-white); color: var(--black);
      font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 600;
      letter-spacing: 0.2em; text-transform: uppercase;
      border: none; padding: 18px 40px; border-radius: 4px;
      transition: background 0.3s ease; cursor: pointer;
    }
    .form-submit:hover { background: var(--accent); }
    .form-submit-arrow { font-family: sans-serif; font-size: 16px; }

    /* ── FOOTER ── */
    footer {
      background: var(--near-black);
      padding: 48px 48px;
      display: flex; align-items: center; justify-content: space-between;
      border-top: 1px solid rgba(150,150,150,0.1);
      transition: background-color 0.4s ease, border-color 0.4s ease;
    }
    .footer-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 14px; letter-spacing: 0.25em; color: var(--light-grey);
      text-transform: uppercase; font-weight: 600;
    }
    .footer-copy {
      font-size: 10px; letter-spacing: 0.15em; color: var(--grey);
    }
    .footer-links { display: flex; gap: 32px; }
    .footer-links a {
      font-size: 10px; letter-spacing: 0.2em; color: var(--grey);
      text-decoration: none; text-transform: uppercase;
      transition: color 0.3s ease;
    }
    .footer-links a:hover { color: var(--accent); }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
      40% { transform: translateY(8px); }
      60% { transform: translateY(4px); }
    }

    .reveal {
      opacity: 0; transform: translateY(40px);
      transition: opacity 0.9s ease, transform 0.9s ease;
    }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }

    /* ── MOBILE & TABLET ── */
    @media (max-width: 1024px) {
      /* Prevent iOS Safari from zooming and locking the page when typing */
      .form-field input, .form-field textarea, .form-field select,
      .admin-auth-container input, .discount-modal input {
        font-size: 16px !important;
      }

      section { padding: 100px 0; }
      
      nav { padding: 22px 24px; }
      nav.scrolled { padding: 14px 24px; }
      .nav-links { display: none; }
      /* Commission button hidden in top bar on smaller screens (available in hamburger) */
      .commission-btn { display: none; } 
      .nav-cta-container .theme-toggle { display: none; } 
      .hamburger { display: flex; }

      .mobile-menu {
        display: none !important; 
        position: fixed;
        top: 0; right: 0; bottom: 0; width: 280px;
        background: var(--near-black);
        border-left: 1px solid rgba(150,150,150,0.1);
        z-index: 999; padding: 80px 40px;
        flex-direction: column; gap: 32px;
      }
      .mobile-menu.open { display: flex !important; }
      
      .mobile-menu a {
        font-family: 'DM Mono', monospace; font-size: 13px;
        letter-spacing: 0.2em; color: var(--off-white);
        text-decoration: none; text-transform: uppercase;
        padding-bottom: 16px; border-bottom: 1px solid rgba(150,150,150,0.1);
      }
      
      .mobile-theme-btn {
        margin-top: auto;
        font-family: 'DM Mono', monospace; font-size: 11px;
        letter-spacing: 0.1em; color: var(--black);
        background: var(--accent); border: none;
        padding: 12px 16px; border-radius: 4px; text-transform: uppercase;
        text-align: center; cursor: pointer;
      }

      .mobile-break { display: block; } /* Enforces break on tablet/mobile */

      .gallery-item { width: 80vw; max-width: none; scroll-snap-align: start; }
      .section-header { padding: 0 24px; flex-wrap: wrap; margin-bottom: 48px; }
      .section-line { display: none; }
      .video-container { padding: 0 24px; }

      /* Reset grid stagger on mobile */
      .about-bottom { padding: 0 24px; margin-top: 64px; }
      .about-grid { grid-template-columns: 1fr; padding: 0 24px; gap: 40px; }
      .about-left { padding-right: 0; border-right: none; padding-bottom: 48px; border-bottom: 1px solid rgba(150,150,150,0.1); }
      .about-left::before { top: -60px; left: -10px; font-size: 180px; }
      .about-right { padding-left: 0; padding-top: 0px; }

      .pricing-grid .price-card:nth-child(even) { transform: none; }

      .process-steps { grid-template-columns: 1fr 1fr; padding: 0 24px; }
      .process-step { padding: 32px 24px; }

      .pricing-tabs, .pricing-panel, .gallery-filter { padding: 0 24px; }
      .pricing-tabs { top: 66px; padding-top: 12px; }
      .contact-inner { grid-template-columns: 1fr; gap: 64px; padding: 0 24px; }
      footer { flex-direction: column; gap: 20px; text-align: center; padding: 40px 24px; }
      .footer-links { justify-content: center; }

      #philosophy { padding: 100px 24px; }
      
      .nav-arrow-dynamic { width: 38px; height: 38px; font-size: 16px; }
      .nav-arrow-up { top: 80px; }
      .nav-arrow-down { bottom: 20px; }

      #cartToggleBtn { bottom: 20px; right: 20px; padding: 12px 20px; }
      .cart-content { padding: 20px 16px 200px; }
      .chatbot-toggle { bottom: 20px; left: 20px; width: 44px; height: 44px; font-size: 18px; }
      .chatbot-panel { bottom: 80px; left: 20px; right: 20px; width: auto; }
      
      .comparison-item { width: 85vw; padding: 16px; }
      .comp-images { gap: 12px; }
      
      .admin-auth-container { margin: 20px; width: auto; }
      .admin-panel { padding: 20px; }
    }

    @media (max-width: 500px) {
      .process-steps { grid-template-columns: 1fr; }
      .about-stats { grid-template-columns: 1fr 1fr; }
      .gallery-item { width: 85vw; }
      .hero-scroll { left: 24px; }
      .comp-side img { aspect-ratio: 4/5; }
    }


    /* ── LUXURY POLISH: slow image zoom on hover ── */
    .price-img-wrapper { overflow: hidden; }
    .price-img-wrapper img {
      transition: transform 1.4s var(--ease-luxe), filter 1.4s var(--ease-luxe);
      filter: saturate(0.94);
    }
    .price-img-wrapper:hover img { transform: scale(1.04); filter: saturate(1); }

    /* Buttons: gentle letter-spacing expansion instead of abrupt color flash */
    .add-to-cart-btn { transition: all var(--dur-fast) var(--ease-luxe); }
    .add-to-cart-btn:hover { letter-spacing: 0.22em; }

    /* Respect users who prefer less motion (accessibility) */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    }


    /* ── PHASE 4: keyboard accessibility ── */
    /* Visible outline ONLY for keyboard users (mouse clicks stay clean) */
    :focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 3px;
      border-radius: 2px;
    }
    .skip-link {
      position: fixed; top: -60px; left: 16px; z-index: 10000;
      background: var(--accent); color: var(--black);
      padding: 12px 20px; font-family: 'DM Mono', monospace;
      font-size: 12px; letter-spacing: 0.1em; text-decoration: none;
      transition: top 0.3s ease;
    }
    .skip-link:focus { top: 16px; }

/* ================================================================
   PRODUCT BUILDER PANEL — paste at the very END of main.css
   ================================================================ */

/* ── PANEL SHELL ─────────────────────────────────────────────── */
#devPanel {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: #080808;
  transform: translateY(100%);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  will-change: transform;
}
#devPanel.dev-open {
  transform: translateY(0);
}

/* ── PANEL INNER SCROLL ──────────────────────────────────────── */
.dev-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.dev-scroll::-webkit-scrollbar { width: 4px; }
.dev-scroll::-webkit-scrollbar-track { background: transparent; }
.dev-scroll::-webkit-scrollbar-thumb { background: rgba(200,184,154,0.2); border-radius: 2px; }

/* ── PANEL NAV ───────────────────────────────────────────────── */
.dev-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: rgba(8,8,8,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,184,154,0.08);
  transition: padding 0.3s ease;
}
.dev-back {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: var(--light-grey);
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.25s ease, gap 0.25s ease;
}
.dev-back:hover { color: var(--accent); gap: 14px; }
.dev-back-arrow { font-size: 14px; }
.dev-nav-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}
.dev-nav-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--off-white);
}
.dev-nav-sub {
  font-family: 'DM Mono', monospace;
  font-size: 8.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.7;
}
.dev-nav-cta {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--white);
  color: var(--black);
  padding: 10px 22px;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dev-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,242,238,0.15);
}

/* ── NAV TRIGGER LINK (add to existing nav-links) ───────────── */
.nav-link-builder {
  position: relative;
  color: var(--accent) !important;
  font-weight: 500 !important;
}
.nav-link-builder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.6;
}
.mobile-menu-builder {
  color: var(--accent) !important;
  opacity: 0.9;
}

/* ── HERO ────────────────────────────────────────────────────── */
.dev-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 48px 80px;
}
.dev-hero-canvas-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#devHeroCanvas {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.dev-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(to right, rgba(200,184,154,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(200,184,154,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.dev-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
}
.dev-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 1s 0.3s ease both;
}
.dev-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--white);
  opacity: 0;
  animation: fadeUp 1s 0.45s ease both;
}
.dev-title em { font-style: italic; }
.dev-sub {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--light-grey);
  margin-top: 24px;
  line-height: 2;
  opacity: 0;
  animation: fadeUp 1s 0.6s ease both;
}
.dev-hero-actions {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1s 0.75s ease both;
}
.dev-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  color: var(--black);
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dev-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,242,238,0.2); }
.dev-btn-ghost {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(200,184,154,0.3);
  color: var(--off-white);
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 50px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.dev-btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.dev-hero-stats {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 56px;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid rgba(200,184,154,0.1);
  opacity: 0;
  animation: fadeUp 1s 0.9s ease both;
  flex-wrap: wrap;
  justify-content: center;
}
.dev-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
}
.dev-stat-label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 8px;
}
.dev-scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 48px;
  font-size: 20px;
  color: var(--accent);
  z-index: 3;
  animation: bounce 2.5s infinite 1.2s, fadeUp 1s 1.2s both;
}

/* ── SECTION SHARED ──────────────────────────────────────────── */
.dev-section {
  padding: clamp(100px, 14vh, 160px) 0;
  background: var(--near-black);
}
.dev-section:nth-child(odd) { background: var(--black); }
.dev-section-header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 80px;
  padding: 0 64px;
}
.dev-section-num {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.8;
  flex-shrink: 0;
}
.dev-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
}
.dev-section-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(200,184,154,0.25), transparent);
  margin-left: 20px;
}

/* ── REVEAL ──────────────────────────────────────────────────── */
.dev-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.dev-reveal.dev-visible { opacity: 1; transform: none; }

/* ── CASE STUDIES ────────────────────────────────────────────── */
.dev-case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(200,184,154,0.07);
}
.dev-case--flip .dev-case-visual { order: 2; }
.dev-case--flip .dev-case-content { order: 1; }
.dev-case-visual {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
.dev-case-visual--light { background: #F0EDE6; }
.dev-case-visual--xix   { background: #0D1F14; }
.dev-case-visual--brief { background: #05081A; }
.dev-case-visual--dash  { background: #F8F7F4; }
.dev-case-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background: var(--black);
}
.dev-case--flip .dev-case-content { background: var(--near-black); }
.dev-case:nth-child(4) .dev-case-content { background: var(--near-black); }
.dev-case-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.dev-tag {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(200,184,154,0.2);
  border-radius: 50px;
  color: var(--grey);
}
.dev-tag--live { border-color: rgba(200,184,154,0.5); color: var(--accent); }
.dev-case-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 20px;
}
.dev-case-desc {
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--light-grey);
  margin-bottom: 28px;
}
.dev-case-highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.dev-case-highlights li {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--grey);
  padding-left: 18px;
  position: relative;
}
.dev-case-highlights li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 10px;
  top: 1px;
}
.dev-case-link {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.25s, gap 0.25s;
  width: fit-content;
}
.dev-case-link:hover { border-color: var(--accent); gap: 14px; }
.dev-case-link--private { opacity: 0.3; pointer-events: none; }

/* ── MOCK SCREENS ────────────────────────────────────────────── */
.dev-mock {
  width: 100%;
  max-width: 380px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35), 0 4px 16px rgba(0,0,0,0.2);
  font-family: 'DM Mono', monospace;
}
.dev-mock-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: #1A1A1A;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.dev-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dev-dot--r { background: #FF5F56; }
.dev-dot--y { background: #FFBD2E; }
.dev-dot--g { background: #27C93F; }
.dev-mock-url {
  font-size: 8.5px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.25);
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dev-mock-url--dim { color: rgba(255,255,255,0.15); }
.dev-mock-body { padding: 20px; }

/* TTA mock */
.dev-mock--tta { background: #080808; }
.dev-tta-eyebrow { font-size: 8px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; opacity: 0.8; }
.dev-tta-hero { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; line-height: 1.05; color: var(--white); margin-bottom: 6px; }
.dev-tta-sub { font-size: 8px; letter-spacing: 0.2em; color: var(--grey); margin-bottom: 14px; }
.dev-tta-services { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.dev-tta-service { font-size: 8.5px; color: var(--light-grey); border-top: 1px solid rgba(255,255,255,0.05); padding-top: 5px; }
.dev-tta-brands { display: flex; gap: 6px; flex-wrap: wrap; }
.dev-tta-brands span { font-size: 7.5px; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid rgba(200,184,154,0.2); padding: 3px 7px; border-radius: 2px; color: var(--accent); opacity: 0.6; }

/* XIX mock */
.dev-mock--xix { background: #0D1F14; }
.dev-mock-bar--xix { background: #111A13; border-bottom: 1px solid rgba(201,168,76,0.08); }
.dev-mock-url--dim { color: rgba(201,168,76,0.2); }
.dev-xix-scene { height: 120px; position: relative; margin-bottom: 12px; border-radius: 4px; overflow: hidden; }
.dev-xix-sky { position: absolute; inset: 0; background: linear-gradient(180deg, #0a1a10 0%, #1C3A2A 60%, #1a3020 100%); }
.dev-xix-sky-label { position: absolute; top: 8px; right: 10px; font-size: 7.5px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(201,168,76,0.4); }
.dev-xix-ground { position: absolute; bottom: 0; left: 0; right: 0; height: 32px; }
.dev-xix-pitch { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, #1A3525 0px, #1C3A2A 10px, #183422 20px); opacity: 0.9; }
.dev-xix-hud { display: flex; justify-content: space-between; align-items: center; }
.dev-xix-title { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300; color: #C9A84C; }
.dev-xix-sub { font-size: 7.5px; color: rgba(201,168,76,0.4); margin-top: 2px; }
.dev-xix-badge { font-size: 7px; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid rgba(201,168,76,0.3); padding: 4px 8px; border-radius: 2px; color: #C9A84C; opacity: 0.7; }

/* Brief mock */
.dev-mock--brief { background: #05081A; }
.dev-mock-bar--brief { background: #080F20; border-bottom: 1px solid rgba(232,220,200,0.06); }
.dev-brief-header { font-size: 7px; letter-spacing: 0.14em; color: rgba(200,184,154,0.3); margin-bottom: 8px; }
.dev-brief-title { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-weight: 300; line-height: 1.25; color: #E8DCC8; margin-bottom: 10px; }
.dev-brief-tags { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 12px; }
.dev-brief-tags span { font-size: 6.5px; letter-spacing: 0.1em; border: 1px solid rgba(200,184,154,0.18); padding: 2px 7px; border-radius: 20px; color: rgba(200,184,154,0.5); }
.dev-brief-items { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.dev-brief-item { display: flex; gap: 7px; align-items: flex-start; }
.dev-brief-dot { font-size: 5.5px; color: var(--accent); opacity: 0.5; margin-top: 3px; flex-shrink: 0; }
.dev-brief-item p { font-size: 7.5px; line-height: 1.5; color: rgba(232,220,200,0.38); }
.dev-brief-footer { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.04); padding-top: 8px; font-size: 7px; color: rgba(200,184,154,0.22); }
.dev-brief-status { color: rgba(39,201,63,0.45); }

/* Dash mock */
.dev-mock--dash { background: #fff; color: #0E0E0E; }
.dev-mock-bar--dash { background: #F8F7F4; border-bottom: 1px solid rgba(0,0,0,0.08); }
.dev-mock-url--dark { color: rgba(14,14,14,0.25); }
.dev-mock-body--dash { background: #fff; }
.dev-dash-label { font-size: 7.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #9A9A9A; margin-bottom: 10px; }
.dev-dash-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 12px; }
.dev-dash-card { background: #F8F7F4; border: 1px solid rgba(0,0,0,0.06); border-radius: 4px; padding: 9px; }
.dev-dash-num { font-size: 0.95rem; font-weight: 600; color: #1C2B4A; font-family: 'Cormorant Garamond', serif; }
.dev-dash-clabel { font-size: 7.5px; color: #9A9A9A; margin-top: 2px; font-family: 'DM Mono', monospace; }
.dev-dash-bars { display: flex; flex-direction: column; gap: 6px; margin-bottom: 10px; }
.dev-dash-bar-row { display: flex; align-items: center; gap: 6px; font-size: 7.5px; color: #4A4A4A; font-family: 'DM Mono', monospace; }
.dev-dash-bar-row span:first-child { width: 64px; flex-shrink: 0; }
.dev-dash-track { flex: 1; height: 3px; background: #EEE; border-radius: 2px; overflow: hidden; }
.dev-dash-fill { height: 100%; background: #1C2B4A; border-radius: 2px; }
.dev-dash-footer { display: flex; justify-content: space-between; border-top: 1px solid rgba(0,0,0,0.06); padding-top: 8px; font-size: 7.5px; color: #9A9A9A; font-family: 'DM Mono', monospace; }
.dev-dash-ai-tag { color: #1C2B4A; font-weight: 500; }

/* ── PHILOSOPHY ──────────────────────────────────────────────── */
.dev-philosophy {
  background: var(--dark);
  padding: 120px 64px;
  text-align: center;
  border-top: 1px solid rgba(200,184,154,0.06);
  border-bottom: 1px solid rgba(200,184,154,0.06);
}
.dev-philosophy-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto 32px;
  letter-spacing: -0.01em;
}
.dev-philosophy-attr {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ── ABOUT ───────────────────────────────────────────────────── */
.dev-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
}
.dev-about-body {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.02em;
  color: var(--light-grey);
}
.dev-about-body p { margin-bottom: 24px; }
.dev-about-body p:last-child { margin-bottom: 0; }
.dev-about-body strong { color: var(--off-white); font-weight: 500; }
.dev-sidebar-block { margin-bottom: 40px; }
.dev-sidebar-label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 16px;
}
.dev-stack-list { list-style: none; }
.dev-stack-list li {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--light-grey);
  letter-spacing: 0.04em;
  padding: 10px 0;
  border-bottom: 1px solid rgba(200,184,154,0.07);
}
.dev-stack-list li:first-child { border-top: 1px solid rgba(200,184,154,0.07); }
.dev-service-list { list-style: none; }
.dev-service-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  color: var(--light-grey);
  padding: 12px 0;
  border-bottom: 1px solid rgba(200,184,154,0.07);
}
.dev-service-list li:first-child { border-top: 1px solid rgba(200,184,154,0.07); }
.dev-service-list li span:last-child { color: var(--grey); font-size: 9.5px; }

/* ── CONTACT ─────────────────────────────────────────────────── */
.dev-contact-section { background: var(--black) !important; }
.dev-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding: 0 64px;
}
.dev-contact-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 20px;
}
.dev-contact-statement em { font-style: italic; }
.dev-contact-desc {
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  line-height: 2;
  color: var(--light-grey);
  margin-bottom: 40px;
}
.dev-contact-links { display: flex; flex-direction: column; gap: 0; }
.dev-contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--light-grey);
  text-decoration: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(200,184,154,0.08);
  transition: color 0.25s;
}
.dev-contact-link:first-child { border-top: 1px solid rgba(200,184,154,0.08); }
.dev-contact-link:hover { color: var(--accent); }
.dev-contact-link span { color: var(--accent); }
.dev-contact-form { display: flex; flex-direction: column; gap: 0; }
.dev-form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.dev-form-field label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey);
}
.dev-form-field input,
.dev-form-field select,
.dev-form-field textarea {
  font-size: 16px !important; /* prevents iOS zoom */
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(200,184,154,0.2);
  color: var(--off-white);
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.04em;
  padding: 12px 0;
  outline: none;
  transition: border-color 0.3s ease;
}
.dev-form-field input:focus,
.dev-form-field select:focus,
.dev-form-field textarea:focus { border-color: var(--accent); }
.dev-form-field select option { background: var(--dark); color: var(--off-white); }
.dev-form-field textarea { resize: none; }
.dev-form-field input::placeholder,
.dev-form-field textarea::placeholder { color: var(--grey); }
.dev-form-submit {
  margin-top: 12px;
  background: var(--white);
  color: var(--black);
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
.dev-form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,242,238,0.2); }
.dev-form-success { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.08em; color: #27C93F; padding: 16px 0; }
.dev-form-error   { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.08em; color: #FF5F56; padding: 16px 0; }

/* ── PANEL FOOTER ────────────────────────────────────────────── */
.dev-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 64px;
  border-top: 1px solid rgba(200,184,154,0.1);
  background: var(--black);
  flex-wrap: wrap;
  gap: 16px;
}
.dev-footer-back {
  background: none;
  border: 1px solid rgba(200,184,154,0.2);
  color: var(--light-grey);
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 50px;
  transition: border-color 0.25s, color 0.25s;
}
.dev-footer-back:hover { border-color: var(--accent); color: var(--accent); }
.dev-footer-copy {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--grey);
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .dev-nav { padding: 18px 32px; }
  .dev-section-header, .dev-about-grid, .dev-contact-grid, .dev-footer, .dev-philosophy { padding-left: 32px; padding-right: 32px; }
  .dev-hero { padding: 100px 32px 80px; }
}
@media (max-width: 900px) {
  .dev-back-label { display: none; }
  .dev-nav-cta { display: none; }
  .dev-case, .dev-case--flip { grid-template-columns: 1fr; }
  .dev-case--flip .dev-case-visual { order: 0; }
  .dev-case--flip .dev-case-content { order: 0; }
  .dev-case-visual { min-height: 280px; }
  .dev-case-content { padding: 40px 32px; }
  .dev-about-grid { grid-template-columns: 1fr; gap: 48px; }
  .dev-contact-grid { grid-template-columns: 1fr; }
  .dev-hero-stats { gap: 32px; }
}
@media (max-width: 600px) {
  .dev-nav { padding: 16px 20px; }
  .dev-section-header, .dev-about-grid, .dev-contact-grid, .dev-footer { padding-left: 20px; padding-right: 20px; }
  .dev-hero { padding: 90px 20px 60px; }
  .dev-case-content { padding: 28px 20px; }
  .dev-philosophy { padding: 80px 20px; }
}
