
    :root {
      --bg: #ffffff;              /* Architectural White Canvas Background */
      --bg-2: #fcfbf9;            /* Technical alternate panels */
      --panel: rgba(0,0,0,.02);
      --panel-strong: rgba(0,0,0,.05);
      --line: rgba(0,0,0,.15);     /* High contrast drawing grid lines */
      --ink: #000000;             /* Stark black readable text */
      --muted: #5e5954;           /* Technical drawing label gray */
      --accent: #f06b1f;          /* Signature Intuition Orange */
      --accent-soft: #ff7e38;
      --max: 1320px;
      --radius: 0px;              /* Sharp, industrial blueprint framing */
      --shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      color: var(--ink);
      background: var(--bg);
      /* Crisp technical schematic grid pattern on light background */
      background-image: 
        linear-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1px, transparent 1px);
      background-size: 50px 50px;
    }
    body::before { display: none; }
    img { display: block; width: 100%; height: auto; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }
    
    .shell { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; position: relative; z-index: 1; }
    
    .topbar { 
      display: flex; 
      justify-content: space-between; 
      align-items: center; 
      gap: 16px; 
      padding: 24px 0; 
      color: var(--muted); 
      font-size: 12px; 
      text-transform: uppercase; 
      letter-spacing: .2em;
      border-bottom: 1px solid var(--line);
    }
    
    .pill { 
      display: inline-flex; 
      align-items: center; 
      gap: 10px; 
      padding: 8px 16px; 
      border: 1px solid var(--accent); 
      border-radius: var(--radius); 
      background: rgba(240, 107, 31, 0.05); 
      font-weight: 700;
    }
    .pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
    
    /* Hero layout */
    .hero { min-height: calc(100vh - 80px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: 48px 0; position: relative; }
    .hero::before {
      content: "INTUITION";
      position: absolute;
      left: -40px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      font-size: 90px;
      font-weight: 900;
      letter-spacing: 0.25em;
      color: rgba(0, 0, 0, 0.03);
      pointer-events: none;
      z-index: -1;
    }

    .eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .25em; font-size: 11px; font-weight: 700; }
    h1 { margin: 16px 0 0; font-size: clamp(54px, 8.5vw, 110px); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; font-weight: 900; }
    .lead { margin: 24px 0 0; max-width: 680px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
    
    .actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
    .btn { min-height: 52px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(0,0,0,0.02); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; transition: all 0.2s ease; }
    .btn:hover { background: rgba(0,0,0,0.05); border-color: var(--ink); }
    .btn.primary { background: var(--accent); border-color: transparent; color: #ffffff; font-weight: 900; box-shadow: 0 5px 20px rgba(240,107,31,.2); }
    .btn.primary:hover { background: var(--accent-soft); color: #ffffff; }

    .hero-grid { display: grid; gap: 16px; grid-template-columns: 1.1fr .9fr; }
    .hero-grid .tall { grid-row: span 2; }
    
    /* Technical structural framing */
    .hero-card, .section-card, .stat, .quote, .team-card, .product-card, .gallery-card, .identity-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-2); box-shadow: var(--shadow); overflow: hidden; position: relative; }
    .hero-card img, .gallery-card img, .team-card img, .product-card img, .identity-card img { aspect-ratio: 4 / 5; object-fit: cover; filter: contrast(102%); }
    .hero-grid .wide img { aspect-ratio: 16 / 7; object-fit: cover; background: #ffffff; }
    
    /* Blueprint Data Grid Display */
    .stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); margin-top: 48px; border: 1px solid var(--line); }
    .stat { padding: 24px; border: none; background: var(--bg); }
    .stat strong { display: block; color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; margin-bottom: 10px; }
    .stat span { color: var(--muted); line-height: 1.6; font-size: 14px; }
    
    section { padding: 64px 0; border-bottom: 1px solid var(--line); }
    
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 40px; }
    .section-head h2 { margin: 8px 0 0; font-size: clamp(32px, 4.5vw, 58px); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; font-weight: 900; }
    .section-head p { margin: 0; color: var(--muted); max-width: 520px; line-height: 1.7; font-size: 16px; }
    
    .story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
    .section-card { padding: 40px; background: var(--bg-2); border-left: 3px solid var(--accent); }
    .section-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.8; font-size: 16px; }
    .section-card p:last-of-type { margin-bottom: 0; }
    
    /* Technical Quote Callouts */
    .quote { padding: 32px; background: var(--bg); border: 1px dashed var(--line); margin-top: 32px; }
    .quote p { margin: 0; font-size: clamp(18px, 2.2vw, 24px); line-height: 1.5; letter-spacing: -.02em; font-weight: 500; color: var(--ink); }
    .quote span { display: inline-block; margin-top: 16px; color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
    
    .mosaic, .product-grid, .team-grid, .identity-grid, .gallery-mosaic { display: grid; gap: 16px; }
    .mosaic { grid-template-columns: 1fr 1fr; }
    .mosaic .full { grid-column: span 2; }
    
    .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .team-card .body, .product-card .body, .identity-card .body { padding: 24px; background: var(--bg-2); border-top: 1px solid var(--line); }
    .label { color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; margin-bottom: 8px; }
    .body h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; text-transform: uppercase; font-weight: 700; }
    .body p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
    
    /* Schematic Role Chips */
    .roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
    .role-chip { padding: 20px; border-radius: var(--radius); border: none; background: var(--bg-2); }
    .role-chip strong { display: block; margin-bottom: 6px; font-size: 11px; letter-spacing: .14em; color: var(--accent); text-transform: uppercase; }
    .role-chip span { color: var(--ink); font-size: 14px; font-weight: 500; }
    
    .product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .identity-grid { grid-template-columns: 1fr 1fr; }
    .identity-card img { aspect-ratio: 16 / 10; background: var(--bg); object-fit: contain; padding: 16px; }
    
    /* Inline Editorial Ribbon Settings */
    .gallery-band { display: grid; gap: 16px; grid-template-columns: repeat(12, 1fr); margin: 24px 0; }
    .gallery-band img { height: 100%; object-fit: cover; }
    .gallery-band .gallery-card:nth-child(1) { grid-column: span 4; }
    .gallery-band .gallery-card:nth-child(2) { grid-column: span 4; }
    .gallery-band .gallery-card:nth-child(3) { grid-column: span 4; }
    .gallery-band .gallery-card:nth-child(4) { grid-column: span 6; }
    .gallery-band .gallery-card:nth-child(5) { grid-column: span 6; }
    .gallery-band.compact .gallery-card { grid-column: span 3; }
    .gallery-band.double .gallery-card { grid-column: span 2; }
    
    .gallery-card button, .hero-card button, .product-card button, .team-card button, .identity-card button { display: block; width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
    
    .closing-container { border-top: 1px solid var(--line); padding-top: 40px; }
    .closing-block { margin-bottom: 40px; }
    .closing-block p { font-size: 18px; color: var(--muted); line-height: 1.8; margin: 0 0 20px; }
    .closing-block p:last-of-type { margin-bottom: 0; }
    .closing-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; margin-bottom: 40px; }
    .closing-split .quote { margin-top: 0; }
    
    /* Footer */
    .footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding: 48px 0; border-top: 1px solid var(--line); margin-top: 64px; }
    .footer-brand { font-size: 24px; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; color: var(--ink); }
    .footer-sub { margin-top: 6px; color: var(--muted); font-size: 14px; }
    
    .social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
    .social-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(0,0,0,0.01); color: var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; transition: all .15s ease; }
    .social-btn:hover { background: var(--accent); border-color: var(--accent); color: #ffffff; }
    .social-btn svg { flex-shrink: 0; }
    
    .footer-right { text-align: right; }
    .footer-credit { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 13px; text-decoration: none; }
    .footer-credit strong { color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
    .footer-credit:hover strong { text-decoration: underline; }
    
    /* Lightbox modal */
    dialog { width: min(96vw, 1480px); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--bg-2); color: var(--ink); box-shadow: var(--shadow); }
    dialog::backdrop { background: rgba(255,255,255,.85); }
    .modal-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
    .modal-image { width: 100%; max-height: calc(100vh - 160px); object-fit: contain; background: #ffffff; border: 1px solid var(--line); border-radius: var(--radius); }
    .close { border: 1px solid var(--line); background: rgba(0,0,0,0.03); color: var(--ink); border-radius: var(--radius); min-height: 44px; padding: 0 20px; cursor: pointer; text-transform: uppercase; font-size: 12px; font-weight: 700; }
    .close:hover { background: var(--ink); color: var(--bg); }

    @media (max-width: 1100px) {
      .hero, .story-layout, .closing-split { grid-template-columns: 1fr; }
      .hero::before { display: none; }
      .team-grid, .product-grid, .identity-grid, .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .gallery-band, .gallery-band.compact, .gallery-band.double { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .gallery-band .gallery-card, .gallery-band.compact .gallery-card, .gallery-band.double .gallery-card { grid-column: span 1 !important; }
    }
    @media (max-width: 760px) {
      .shell { width: min(calc(100% - 24px), var(--max)); }
      .topbar, .footer, .section-head { flex-direction: column; align-items: start; }
      .hero-grid, .mosaic, .team-grid, .product-grid, .identity-grid, .roles, .stats, .gallery-band, .gallery-band.compact, .gallery-band.double { grid-template-columns: 1fr; }
      .mosaic .full { grid-column: span 1; }
      .btn { width: 100%; }
      .footer-right { text-align: left; }
    }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  