/*
Theme Name: CatalinaIQ
Theme URI: https://catalinaiQ.com
Author: Catalina Intelligent Solutions LLC
Author URI: https://catalinaiQ.com
Description: Intelligence-led Risk Management — CatalinaIQ official WordPress theme. Dark, editorial design with gold accents.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
License URI: https://catalinaiQ.com
Text Domain: catalinaiQ
Tags: dark, one-page, business, consulting
*/


/* ============================================
   CATALINAIق THEME STYLES
   ============================================ */

:root {
    --ink: #0a0c0f;
    --slate: #1a1f2e;
    --steel: #2c3347;
    --gold: #c9a84c;
    --gold-light: #e8c97a;
    --gold-dim: rgba(201,168,76,0.15);
    --smoke: #8a95a3;
    --mist: #c5cbd4;
    --white: #f4f2ee;
    --off-white: #eae8e3;
    --red-accent: #8b2635;
  }

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

  html { scroll-behavior: smooth; }

  body {
    background: var(--ink);
    color: var(--white);
    font-family: 'Figtree', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    cursor: default;
  }

  /* ── NOISE TEXTURE OVERLAY ── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.4;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 4rem;
    background: linear-gradient(to bottom, rgba(10,12,15,0.96) 0%, transparent 100%);
    backdrop-filter: blur(2px);
    transition: background 0.3s;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
  }

  .nav-logo-mark {
    width: 36px; height: 36px;
    border: 1.5px solid var(--gold);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .nav-logo-mark span {
    display: block;
    width: 10px; height: 10px;
    background: var(--gold);
    transform: rotate(0deg);
  }

  .nav-logo-text {
    font-family: 'Teko', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    color: var(--white);
    font-weight: 400;
  }

  .nav-logo-text em {
    color: var(--gold);
    font-style: normal;
  }

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

  .nav-links a {
    font-family: 'Figtree', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mist);
    text-decoration: none;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(197,203,212,0.18);
    border-radius: 2px;
    background: rgba(255,255,255,0.03);
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    white-space: nowrap;
  }

  .nav-links a:hover {
    color: var(--gold);
    border-color: rgba(201,168,76,0.4);
    background: rgba(201,168,76,0.06);
  }

  .nav-cta {
    font-family: 'Figtree', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--gold);
    padding: 0.5rem 1.3rem;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    box-shadow: 0 2px 8px rgba(201,168,76,0.2);
  }

  .nav-cta:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(201,168,76,0.3);
  }

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

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 70% 50%, rgba(44,51,71,0.5) 0%, transparent 70%),
      radial-gradient(ellipse 40% 40% at 20% 80%, rgba(201,168,76,0.06) 0%, transparent 60%),
      linear-gradient(135deg, #0a0c0f 0%, #12151e 50%, #0f1218 100%);
  }

  .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 80% at 60% 50%, black 30%, transparent 80%);
  }

  .hero-compass {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 420px;
    opacity: 0.07;
    animation: slowSpin 80s linear infinite;
  }

  @keyframes slowSpin {
    from { transform: translateY(-50%) rotate(0deg); }
    to   { transform: translateY(-50%) rotate(360deg); }
  }

  .hero-content {
    position: relative;
    z-index: 10;
    padding: 0 4rem;
    max-width: 780px;
    animation: heroFadeIn 1.2s ease both;
  }

  @keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
    animation: heroFadeIn 1s 0.2s ease both;
  }

  .hero-eyebrow-line {
    width: 40px;
    height: 1px;
    background: var(--gold);
  }

  .hero-eyebrow-text {
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
  }

  .hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 300;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 1.5rem;
    animation: heroFadeIn 1s 0.35s ease both;
  }

  .hero-h1 em {
    font-style: italic;
    color: var(--gold);
  }

  .hero-sub {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--smoke);
    max-width: 540px;
    margin-bottom: 3rem;
    font-weight: 300;
    animation: heroFadeIn 1s 0.5s ease both;
  }

  .hero-actions {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    animation: heroFadeIn 1s 0.65s ease both;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--gold);
    color: var(--ink);
    padding: 0.9rem 2rem;
    font-family: 'Figtree', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
  }

  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--mist);
    padding: 0.9rem 0;
    font-family: 'Figtree', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(197,203,212,0.3);
    transition: color 0.2s, border-color 0.2s;
  }

  .btn-secondary:hover { color: var(--gold); border-color: var(--gold); }

  .hero-stats {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
    display: flex;
    gap: 3rem;
    animation: heroFadeIn 1s 0.8s ease both;
  }

  .hero-stat {
    text-align: right;
  }

  .hero-stat-num {
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    line-height: 1;
    color: var(--gold);
    font-weight: 300;
  }

  .hero-stat-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--smoke);
    margin-top: 0.2rem;
  }

  .scroll-indicator {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: heroFadeIn 1s 1s ease both;
  }

  .scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, transparent, var(--gold), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
  }

  @keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.1); }
  }

  .scroll-text {
    font-size: 0.55rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--smoke);
    writing-mode: vertical-rl;
  }

  /* ── SECTION COMMONS ── */
  section {
    position: relative;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
  }

  .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }

  .eyebrow-num {
    font-family: 'Teko', sans-serif;
    font-size: 0.8rem;
    color: var(--gold);
    letter-spacing: 0.1em;
    font-weight: 300;
  }

  .eyebrow-line {
    width: 32px;
    height: 1px;
    background: var(--gold);
  }

  .eyebrow-label {
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--smoke);
  }

  .section-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--white);
  }

  .section-h2 em {
    font-style: italic;
    color: var(--gold);
  }

  /* ── MISSION BAND ── */
  #mission {
    padding: 5rem 0;
    background: var(--slate);
    border-top: 1px solid rgba(201,168,76,0.15);
    border-bottom: 1px solid rgba(201,168,76,0.15);
    overflow: hidden;
  }

  .mission-inner {
    display: flex;
    gap: 5rem;
    align-items: center;
  }

  .mission-quote {
    flex: 1.2;
  }

  .mission-quote blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    color: var(--white);
    border-left: 2px solid var(--gold);
    padding-left: 2rem;
  }

  .mission-quote cite {
    display: block;
    margin-top: 1.2rem;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-style: normal;
    padding-left: 2rem;
  }

  .mission-text {
    flex: 1;
    color: var(--smoke);
    font-size: 0.95rem;
    line-height: 1.85;
    font-weight: 300;
  }

  .mission-text p + p { margin-top: 1.2rem; }

  /* ── CAPABILITIES ── */
  #capabilities {
    padding: 7rem 0;
    background: var(--ink);
  }

  .capabilities-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }

  .capabilities-intro {
    max-width: 420px;
    color: var(--smoke);
    font-size: 0.92rem;
    line-height: 1.8;
    font-weight: 300;
  }

  .capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.12);
  }

  .cap-card {
    background: var(--ink);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
    cursor: default;
  }

  .cap-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
  }

  .cap-card:hover::before { transform: translateX(0); }
  .cap-card:hover { background: rgba(44,51,71,0.5); }

  .cap-num {
    font-family: 'Teko', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(201,168,76,0.12);
    line-height: 1;
    margin-bottom: 1.2rem;
    transition: color 0.3s;
  }

  .cap-card:hover .cap-num { color: rgba(201,168,76,0.25); }

  .cap-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(201,168,76,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
    transition: border-color 0.3s, background 0.3s;
  }

  .cap-card:hover .cap-icon {
    border-color: var(--gold);
    background: var(--gold-dim);
  }

  .cap-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; }

  .cap-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.8rem;
    line-height: 1.2;
  }

  .cap-desc {
    font-size: 0.85rem;
    color: var(--smoke);
    line-height: 1.7;
    font-weight: 300;
  }

  .cap-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1.4rem;
  }

  .cap-tag {
    font-size: 0.58rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201,168,76,0.3);
    padding: 0.25rem 0.6rem;
  }

  /* ── DIFFERENTIATORS ── */
  #differentiators {
    padding: 7rem 0;
    background: var(--slate);
    overflow: hidden;
  }

  .diff-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }

  .diff-left { }

  .diff-intro {
    color: var(--smoke);
    font-size: 0.95rem;
    line-height: 1.85;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-weight: 300;
  }

  .diff-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .diff-item {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.2rem 1.4rem;
    border: 1px solid rgba(201,168,76,0.1);
    transition: border-color 0.3s, background 0.3s;
    cursor: default;
  }

  .diff-item:hover {
    border-color: rgba(201,168,76,0.4);
    background: rgba(201,168,76,0.04);
  }

  .diff-bullet {
    width: 6px;
    height: 6px;
    background: var(--gold);
    flex-shrink: 0;
    margin-top: 0.45rem;
    transform: rotate(45deg);
  }

  .diff-item-content {}

  .diff-item-title {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--white);
    margin-bottom: 0.3rem;
  }

  .diff-item-desc {
    font-size: 0.82rem;
    color: var(--smoke);
    line-height: 1.65;
    font-weight: 300;
  }

  .diff-right {
    padding-top: 2rem;
  }

  .diff-credential-block {
    background: rgba(10,12,15,0.8);
    border: 1px solid rgba(201,168,76,0.15);
    padding: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .diff-credential-block h4 {
    font-family: 'Teko', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    font-weight: 300;
  }

  .credential-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .credential-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.83rem;
    color: var(--mist);
    font-weight: 300;
  }

  .credential-list li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--gold);
    flex-shrink: 0;
    transform: rotate(45deg);
  }

  .clearance-badge {
    background: linear-gradient(135deg, rgba(30,40,70,0.9), rgba(201,168,76,0.08));
    border: 1px solid rgba(201,168,76,0.35);
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .clearance-dot {
    width: 10px;
    height: 10px;
    background: #3b82f6;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(59,130,246,0.7);
    animation: pulse 2s ease-in-out infinite;
  }

  .clearance-label {
    font-size: 0.58rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
  }

  .clearance-value {
    font-family: 'Teko', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    color: var(--white);
    font-weight: 400;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.82); }
  }

  /* ── CLIENTS ── */
  #clients {
    padding: 6rem 0;
    background: var(--ink);
    border-top: 1px solid rgba(201,168,76,0.1);
  }

  .clients-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .client-sectors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.1);
    margin-top: 3rem;
  }

  .sector-card {
    background: var(--ink);
    padding: 2rem 1.8rem;
    text-align: center;
    transition: background 0.3s;
    cursor: default;
  }

  .sector-card:hover { background: rgba(44,51,71,0.4); }

  .sector-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201,168,76,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
  }

  .sector-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.5; }

  .sector-name {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--white);
    margin-bottom: 0.5rem;
  }

  .sector-desc {
    font-size: 0.75rem;
    color: var(--smoke);
    line-height: 1.5;
    font-weight: 300;
  }

  /* ── FOUNDER ── */
  #founder {
    padding: 7rem 0;
    background: var(--slate);
    overflow: hidden;
  }

  .founder-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 5rem;
    align-items: start;
  }

  .founder-portrait { position: relative; }

  .founder-frame {
    position: relative;
    padding: 1.5rem;
  }

  .founder-frame::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 60%; height: 60%;
    border-top: 1px solid var(--gold);
    border-left: 1px solid var(--gold);
  }

  .founder-frame::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 60%; height: 60%;
    border-bottom: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
  }

  .founder-img-placeholder {
    width: 100%;
    aspect-ratio: 3/4;
    background: linear-gradient(145deg, rgba(44,51,71,0.8), rgba(26,31,46,0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.8rem;
    border: 1px solid rgba(201,168,76,0.1);
  }

  .founder-img-placeholder svg {
    width: 64px;
    height: 64px;
    stroke: rgba(201,168,76,0.3);
    fill: none;
    stroke-width: 1;
  }

  .founder-img-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(201,168,76,0.4);
  }

  .founder-credentials-side {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .founder-cred-pill {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.7rem;
    color: var(--smoke);
    font-weight: 300;
  }

  .founder-cred-pill::before {
    content: '';
    width: 3px;
    height: 3px;
    background: var(--gold);
    transform: rotate(45deg);
    flex-shrink: 0;
  }

  .founder-bio { }

  .founder-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 0.3rem;
  }

  .founder-title {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2rem;
  }

  .founder-bio-text {
    color: var(--smoke);
    font-size: 0.92rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 2rem;
  }

  .founder-bio-text p + p { margin-top: 1rem; }

  .founder-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
    border-left: 1px solid rgba(201,168,76,0.2);
    padding-left: 1.8rem;
  }

  .timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
  }

  .timeline-item::before {
    content: '';
    position: absolute;
    left: -1.97rem;
    top: 0.3rem;
    width: 7px; height: 7px;
    border: 1px solid var(--gold);
    background: var(--slate);
    transform: rotate(45deg);
  }

  .timeline-item:last-child { padding-bottom: 0; }

  .timeline-period {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
  }

  .timeline-role {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--white);
    margin-top: 0.15rem;
  }

  .timeline-org {
    font-size: 0.78rem;
    color: var(--smoke);
    font-weight: 300;
  }

  /* ── PROCESS ── */
  #process {
    padding: 7rem 0;
    background: var(--ink);
  }

  .process-header {
    text-align: center;
    margin-bottom: 4.5rem;
  }

  .process-header .section-h2 { margin-top: 0.8rem; }

  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }

  .process-steps::before {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold), var(--gold), transparent);
    opacity: 0.3;
  }

  .process-step {
    padding: 0 1.5rem;
    text-align: center;
  }

  .step-num-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px; height: 48px;
    margin: 0 auto 1.5rem;
  }

  .step-num-bg {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(201,168,76,0.4);
    transform: rotate(45deg);
    background: var(--ink);
  }

  .step-num {
    position: relative;
    font-family: 'Teko', sans-serif;
    font-size: 1rem;
    color: var(--gold);
    font-weight: 300;
    letter-spacing: 0.05em;
  }

  .step-icon {
    position: relative;
    width: 22px;
    height: 22px;
    stroke: var(--gold);
    flex-shrink: 0;
  }

  .step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.7rem;
  }

  .step-desc {
    font-size: 0.8rem;
    color: var(--smoke);
    line-height: 1.7;
    font-weight: 300;
  }

  /* ── CONTACT ── */
  #contact {
    padding: 7rem 0;
    background: var(--slate);
    position: relative;
    overflow: hidden;
  }

  #contact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
    pointer-events: none;
  }

  .contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }

  .contact-left { }

  .contact-intro {
    color: var(--smoke);
    font-size: 0.95rem;
    line-height: 1.85;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-weight: 300;
  }

  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .contact-detail {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }

  .contact-detail-icon {
    width: 32px; height: 32px;
    border: 1px solid rgba(201,168,76,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }

  .contact-detail-icon svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.5; }

  .contact-detail-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .contact-detail-value {
    font-size: 0.88rem;
    color: var(--mist);
    font-weight: 300;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .form-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--smoke);
  }

  .form-input,
  .form-select,
  .form-textarea {
    background: rgba(10,12,15,0.6);
    border: 1px solid rgba(201,168,76,0.2);
    color: var(--white);
    padding: 0.8rem 1rem;
    font-family: 'Figtree', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
  }

  .form-input:focus,
  .form-select:focus,
  .form-textarea:focus {
    border-color: var(--gold);
  }

  .form-input::placeholder,
  .form-textarea::placeholder {
    color: rgba(138,149,163,0.4);
  }

  .form-select option { background: var(--slate); }

  .form-textarea {
    resize: vertical;
    min-height: 100px;
  }

  .form-submit {
    background: var(--gold);
    color: var(--ink);
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Figtree', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    align-self: flex-start;
    margin-top: 0.5rem;
  }

  .form-submit:hover { background: var(--gold-light); transform: translateY(-1px); }

  /* ── FOOTER ── */
  footer {
    background: var(--ink);
    border-top: 1px solid rgba(201,168,76,0.12);
    padding: 3rem 4rem;
  }

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

  .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .footer-logo {
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    color: var(--white);
    font-weight: 400;
  }

  .footer-logo em { color: var(--gold); font-style: normal; }

  .footer-tagline {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--smoke);
  }

  .footer-links {
    display: flex;
    gap: 2rem;
    list-style: none;
  }

  .footer-links a {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--smoke);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--gold); }

  .footer-copy {
    font-size: 0.62rem;
    color: rgba(138,149,163,0.5);
    letter-spacing: 0.05em;
  }

  /* ── SCROLL REVEAL ── */
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
  .reveal-delay-4 { transition-delay: 0.4s; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 1.2rem 2rem; }
    .nav-links { display: none; }
    .hero-content { padding: 0 2rem; }
    .hero-stats { right: 2rem; gap: 2rem; }
    .container { padding: 0 2rem; }
    .capabilities-grid { grid-template-columns: 1fr 1fr; }
    .diff-layout, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
    .founder-layout { display: flex; flex-direction: column; gap: 3rem; }
    .founder-portrait { order: 2; }
    .founder-bio { order: 1; }
    .client-sectors { grid-template-columns: repeat(2, 1fr); }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .process-steps::before { display: none; }
    footer { padding: 2rem; }
    .footer-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
  }

  /* ── HAMBURGER / MOBILE NAV ── */
  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0.3rem;
    background: none;
    border: none;
    z-index: 1100;
  }

  .hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--mist);
    transition: transform 0.3s, opacity 0.3s, background 0.2s;
  }

  .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); background: var(--gold); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); background: var(--gold); }

  .mobile-nav {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(10,12,15,0.98);
    backdrop-filter: blur(12px);
    z-index: 999;
    padding: 5rem 2rem 2.5rem;
    flex-direction: column;
    gap: 0.6rem;
    border-bottom: 1px solid rgba(201,168,76,0.15);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  }

  .mobile-nav.open {
    transform: translateY(0);
  }

  .mobile-nav a {
    font-family: 'Figtree', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--mist);
    text-decoration: none;
    padding: 0.85rem 1.2rem;
    border: 1px solid rgba(197,203,212,0.1);
    border-radius: 2px;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    display: block;
  }

  .mobile-nav a:hover {
    color: var(--gold);
    border-color: rgba(201,168,76,0.35);
    background: rgba(201,168,76,0.05);
  }

  .mobile-nav .mobile-nav-cta {
    margin-top: 0.6rem;
    background: var(--gold);
    color: var(--ink);
    font-weight: 600;
    border-color: var(--gold);
    text-align: center;
  }

  .mobile-nav .mobile-nav-cta:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: var(--ink);
  }

  @media (max-width: 900px) {
    .hamburger { display: flex; }
    .mobile-nav { display: flex; }
    .nav-cta { display: none; }
  }