  /* ========== GLOBAL RESETS ========== */
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { 
    background: var(--rr-ink-900); 
    color: var(--rr-white); 
    font-family: var(--rr-body); 
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.6;
  }
  body { overflow-x: hidden; }
  a { color: inherit; text-decoration: none; cursor: pointer; }
  img, svg { display: block; max-width: 100%; }
  ::selection { background: var(--rr-red); color: #fff; }

  /* ========== NAV ========== */
  .nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 40px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav__logo { display: flex; align-items: center; gap: 12px; }
  .nav__logo img { height: 34px; width: auto; }
  
  .nav__logo-icon {
    width: 64px;
    height: 64px;
    background: var(--rr-red);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .nav__logo-icon img {
    width: 70px;
    height: 70px;
  }

  /* Reduce opacity ONLY for the white isotype inside the Let's talk CTA */
  .cta__circle img {
    opacity: 0.05;
  }
  
  .nav__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  
  .nav__logo-text strong {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--rr-white);
  }
  
  .nav__logo-text small {
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rr-ink-200);
    font-weight: 500;
  }
  .nav__links { display: flex; gap: 40px; align-items: center; }
  .nav__links a {
    font-family: var(--rr-display); font-weight: 400; font-size: 12px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--rr-ink-100);
    transition: color .2s var(--rr-ease); position: relative;
  }
  .nav__links a:hover { color: var(--rr-white); }
  .nav__cta {
    background: var(--rr-red); color: #fff; padding: 12px 20px;
    font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
    font-weight: 600; transition: background .2s var(--rr-ease);
    border: none;
    cursor: pointer;
  }
  .nav__cta:hover { background: var(--rr-red-hot); }

  /* ========== HERO ========== */
  .hero {
    min-height: 100vh; position: relative;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 120px 40px 40px;
    overflow: hidden;
  }
  .hero__bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 70% 40%, rgba(255,0,0,0.12), transparent 60%),
      radial-gradient(ellipse at 20% 80%, rgba(255,0,0,0.05), transparent 50%),
      linear-gradient(180deg, #0b0b0b 0%, #141414 100%);
  }
  .hero__bg::after {
    content: ''; position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at 50% 50%, black 40%, transparent 80%);
  }
  .hero__isotipo {
    position: absolute; top: 50%; right: -80px; transform: translateY(-50%);
    width: 620px; opacity: 0.12; filter: drop-shadow(0 0 80px rgba(255,0,0,0.3));
  }
  .hero__eyebrow {
    display: flex; align-items: center; gap: 16px;
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--rr-ink-200); margin-bottom: 28px;
    position: relative; z-index: 2;
  }
  .hero__eyebrow::before {
    content: ''; width: 40px; height: 1px; background: var(--rr-red);
  }
  .hero__title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: clamp(44px, 6.5vw, 99px); line-height: 0.92;
    letter-spacing: -0.02em;
    max-width: 1200px; position: relative; z-index: 2;
    hyphens: none; word-break: keep-all; overflow-wrap: normal;
  }
  .hero__title .red { color: var(--rr-red); font-style: italic; }
  .hero__title .outline {
    -webkit-text-stroke: 2px var(--rr-white);
    color: transparent;
  }
  
  .hero__meta {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    margin-top: 80px; padding-top: 32px;
    border-top: 1px solid var(--rr-ink-600);
    position: relative; z-index: 2;
  }
  .hero__sub {
    max-width: 380px;
    flex-shrink: 0;
    font-size: 16px; line-height: 1.6;
    color: var(--rr-ink-100);
  }
  .hero__scroll { flex-shrink: 0; }
  
  .hero__stats { display: flex; gap: clamp(32px, 4vw, 56px); align-items: flex-end; margin-left: auto; flex-wrap: wrap; }
  
  .hero__stat-num {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 38px; line-height: 1; color: var(--rr-white);
  }
  
  .hero__stat-pct {
    font-size: 0.6em;
  }
  
  .hero__stat-label {
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--rr-ink-200); margin-top: 8px; line-height: 1.3;
  }
  
  .hero__title-sub {
    font-size: 0.42em;
    font-weight: 500;
    letter-spacing: -0.01em;
    display: inline-block;
    margin-top: 0.3em;
    color: var(--rr-ink-100);
  }
  
  .hero__scroll {
    writing-mode: vertical-rl; font-size: 11px; letter-spacing: 0.3em;
    text-transform: uppercase; color: var(--rr-ink-200);
    display: flex; align-items: center; gap: 12px;
  }
  .hero__scroll::after {
    content: ''; width: 1px; height: 48px; background: var(--rr-ink-400);
  }

  /* ========== MARQUEE ========== */
  .marquee {
    border-top: 1px solid var(--rr-ink-700);
    border-bottom: 1px solid var(--rr-ink-700);
    padding: 20px 0; overflow: hidden; white-space: nowrap;
    background: var(--rr-ink-800);
  }
  .marquee__track {
    display: inline-flex; gap: 60px; align-items: center;
    animation: scroll 40s linear infinite;
  }
  .marquee__item {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 32px; letter-spacing: 0.04em;
    color: var(--rr-ink-300);
    display: flex; align-items: center; gap: 60px;
  }
  .marquee__item::after {
    content: '•'; color: var(--rr-red);
  }
  @keyframes scroll { to { transform: translateX(-50%); } }

  /* ========== TRUST BAR ========== */
  .trust-bar {
    border-bottom: 1px solid var(--rr-ink-700);
    padding: 28px 40px;
    background: #0b0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
  }
  .trust-bar__group {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trust-bar__divider {
    width: 1px;
    height: 32px;
    background: var(--rr-ink-700);
    flex-shrink: 0;
  }
  .trust-bar__label {
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--rr-ink-300, #888);
    flex-shrink: 0;
  }
  .trust-bar__items {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trust-bar__item {
    font-family: var(--rr-display);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--rr-ink-100);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  a.trust-bar__item:hover {
    color: var(--rr-red);
  }
  .trust-bar__sep {
    color: var(--rr-ink-500, #555);
    font-size: 14px;
  }
  .trust-bar__logo {
    height: 22px;
    width: auto;
    opacity: 0.7;
    filter: brightness(1.1);
    transition: opacity 0.2s ease;
  }
  .trust-bar__logo:hover {
    opacity: 1;
  }
  .trust-bar__logo--unity {
    height: 44px;
  }
  @media (max-width: 900px) {
    .trust-bar { padding: 24px 20px; gap: 20px; flex-direction: column; }
    .trust-bar__divider { display: none; }
    .trust-bar__label { font-size: 10px; }
    .trust-bar__item { font-size: 13px; }
    .trust-bar__items { gap: 14px; }
    .trust-bar__logo { height: 18px; }
    .trust-bar__logo--unity { height: 36px; }
  }

  /* ========== PORTFOLIO PREVIEW ========== */
  .portfolio-preview {
    padding: 80px 40px;
    background: var(--rr-ink-900);
    text-align: center;
  }

  .portfolio-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
  }

  .portfolio-preview__item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }

  .portfolio-preview__img {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, rgba(255,0,0,0.08), rgba(255,0,0,0.02));
    border: 1px solid var(--rr-ink-600);
    border-radius: 2px;
    margin-bottom: 16px;
    transition: all .3s var(--rr-ease);
  }

  .portfolio-preview__item:hover .portfolio-preview__img {
    border-color: var(--rr-red);
    background: rgba(255,0,0,0.12);
  }

  .portfolio-preview__title {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .portfolio-preview__client {
    font-size: 12px;
    color: var(--rr-ink-300);
    letter-spacing: 0.1em;
  }

  .portfolio-preview__cta {
    display: inline-block;
    font-size: 15px;
    color: var(--rr-white);
    padding: 12px 0;
    border-bottom: 1px solid var(--rr-red);
    font-weight: 600;
    transition: transform .3s var(--rr-ease);
  }

  .portfolio-preview__cta:hover {
    transform: translateX(8px);
  }

  /* ========== SECTIONS ========== */
  section { padding: 140px 40px; position: relative; }
  .sec__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 64px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec__kicker {
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--rr-red); display: flex; align-items: center; gap: 12px;
    margin-bottom: 20px;
  }
  .sec__kicker::before {
    content: ''; width: 6px; height: 6px; background: var(--rr-red);
  }
  .sec__index {
    font-family: var(--rr-mono); font-size: 13px; color: var(--rr-ink-300);
  }
  .sec__title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: clamp(44px, 5vw, 84px); line-height: 1; letter-spacing: -0.01em;
  }

  /* ========== PILLARS ========== */
  .pillars {
    background: #f5f3f0;
    color: var(--rr-ink-900);
  }
  .pillars .sec__title { color: var(--rr-ink-900); }
  .pillars .sec__title {
    text-align: center;
  }
  .our-work .sec__title { font-weight: 600; font-size: clamp(36px, 4vw, 68px); }
  .our-work .sec__title {
    text-align: center;
  }
  .how-we-work .sec__title { font-weight: 600; font-size: clamp(36px, 4vw, 68px); }
  .how-we-work .sec__title {
    text-align: center;
  }
  .pillars .sec__index { color: var(--rr-ink-500); }
  .pillars__grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 420px));
    gap: 20px; background: transparent;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
  }
  .pillar {
    background: #faf8f3; padding: 40px 36px 48px;
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    border: 1px solid #e5dfd2;
    border-radius: 2px;
    transition: background .3s var(--rr-ease), box-shadow .3s var(--rr-ease);
  }
  .pillar:hover { background: #fff; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
  .pillar:hover .pillar__arrow { transform: translate(4px, -4px); }
  .pillar__seal {
    width: 68px; height: 68px;
    background: var(--rr-red);
    border-radius: 50%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    margin-bottom: 28px;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
  }
  .pillar__seal-kanji {
    font-size: 28px; color: #fff; line-height: 1;
    font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'MS Mincho', 'Noto Serif JP', Georgia, serif;
    font-weight: 700;
  }
  .pillar__seal-word {
    font-size: 7px; color: rgba(255,255,255,0.7);
    letter-spacing: 0.12em; font-family: var(--rr-mono);
    text-transform: uppercase; margin-top: 2px;
  }
  .pillar__title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 34px; line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--rr-ink-900);
  }
  .pillar__title em { font-style: italic; font-weight: 400; color: var(--rr-red); }
  .pillar__desc {
    font-size: 14px; line-height: 1.6; color: var(--rr-ink-600);
    margin-top: 16px; max-width: 320px;
  }
  .pillar__list {
    margin-top: auto; padding-top: 40px;
    display: flex; flex-direction: column; gap: 10px;
  }
  .pillar__list li {
    list-style: none; font-size: 13px; color: var(--rr-ink-600);
    padding-left: 20px; position: relative;
  }
  .pillar__list li::before {
    content: '—'; position: absolute; left: 0; top: 0;
    color: var(--rr-red); font-size: 13px;
  }
  .pillar__arrow {
    position: absolute; top: 40px; right: 32px;
    font-size: 24px; color: var(--rr-ink-400);
    transition: transform .3s var(--rr-ease);
  }


  /* ========== PROJECT CARDS GRID ========== */
  .proj-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 60px;
  }
  .proj-card {
    position: relative; overflow: hidden;
    border-radius: 2px; cursor: pointer;
    aspect-ratio: 16/9;
    display: flex; flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    transition: transform .3s var(--rr-ease);
    text-decoration: none;
    color: inherit;
  }
  .proj-card:hover { transform: scale(1.015); }
  
  /* Non-clickable WIP card */
  .proj-card--wip { cursor: default; }
  .proj-card--wip:hover { transform: none; }
  
  /* WIP overlay shown on hover */
  .proj-card__wip-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity .4s var(--rr-ease);
    z-index: 3;
    pointer-events: none;
  }
  .proj-card--wip:hover .proj-card__wip-overlay { opacity: 1; }
  .proj-card__wip-text {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 56px; letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
  }

  /* Project card images: default + hover with fade-in */
  .proj-card__img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 30%;
    z-index: 0;
    transition: opacity .4s var(--rr-ease);
  }
  .proj-card__img--default { opacity: 1; }
  .proj-card__img--hover { opacity: 0; }
  .proj-card:hover .proj-card__img--default { opacity: 0; }
  .proj-card:hover .proj-card__img--hover { opacity: 1; }
  
  @media (max-width: 480px) {
    .proj-card__img {
      object-position: center 20%;
    }
  }
  /* Subtle dark overlay for legibility of tags/title over images */
  .proj-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.65) 100%);
    z-index: 1; pointer-events: none;
  }
  .proj-card--large { grid-column: span 3; }
  .proj-card--small { grid-column: span 2; }

  .proj-card__tags { display: flex; gap: 5px; flex-wrap: wrap; position: relative; z-index: 2; }
  .proj-card__tag {
    background: rgba(0,0,0,0.65);
    border: 1px solid rgba(255,255,255,0.18);
    color: var(--rr-ink-100);
    font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 3px 7px; border-radius: 2px;
    font-family: var(--rr-mono);
  }
  .proj-card__tag--featured {
    background: var(--rr-red); color: #fff; border-color: transparent;
  }
  .proj-card__placeholder {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--rr-mono); font-size: 11px; letter-spacing: 0.2em;
    color: rgba(255,255,255,0.1); pointer-events: none;
  }
  .proj-card__meta { position: relative; z-index: 2; }
  .proj-card__title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 22px; color: #fff; line-height: 1.1; margin-bottom: 4px;
  }
  .proj-card--small .proj-card__title { font-size: 17px; }
  .proj-card__client {
    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--rr-ink-200); font-family: var(--rr-mono);
  }

  @media (max-width: 1024px) {
    .proj-grid { grid-template-columns: repeat(4, 1fr); }
    .proj-card--large { grid-column: span 2; }
    .proj-card--small { grid-column: span 2; }
  }
  @media (max-width: 640px) {
    .proj-grid { grid-template-columns: 1fr 1fr; }
    .proj-card--large { grid-column: span 2; }
    .proj-card--small { grid-column: span 1; }
    .proj-card__wip-text { font-size: 36px; }
  }
  
  /* Currently in production banner (commented in HTML for future activation) */
  .our-work__current {
    margin: 32px 0 16px;
    padding: 16px 0;
    border-top: 1px solid var(--rr-ink-700);
    border-bottom: 1px solid var(--rr-ink-700);
    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    justify-content: center;
  }
  .our-work__current-label {
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--rr-ink-300, #888);
  }
  .our-work__current-list {
    font-family: var(--rr-display); font-weight: 600;
    font-size: 14px; letter-spacing: 0.05em;
    color: var(--rr-ink-100);
  }

  /* ========== OUR WORK ========== */
  .our-work {
    background: var(--rr-ink-900);
  }
  .our-work .sec__head { margin-bottom: 48px; }
  .how-we-work .sec__head { margin-bottom: 48px; }
  .pillars .sec__head { margin-bottom: 64px; }
  .portfolio {
    background: var(--rr-ink-900);
  }
  
  .portfolio__featured {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
    padding: 80px 0;
    border-bottom: 1px solid var(--rr-ink-600);
  }
  
  .portfolio__image {
    width: 100%;
    aspect-ratio: 4/3;
    background-image:
      linear-gradient(135deg, rgba(255,0,0,0.08), rgba(255,0,0,0.02)),
      url('../img/projects/hail-mary.jpg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    border: 1px solid var(--rr-ink-600);
  }
  
  .portfolio__meta {
    font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--rr-ink-300);
    margin-bottom: 20px;
  }
  .portfolio__meta span { color: var(--rr-red); font-weight: 600; }
  
  .portfolio__project-title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 42px; line-height: 1.1;
    margin-bottom: 8px;
  }
  
  .portfolio__client {
    font-size: 14px; color: var(--rr-ink-300);
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--rr-ink-600);
  }
  
  .portfolio__desc {
    font-size: 16px; line-height: 1.7; color: var(--rr-ink-100);
    margin-bottom: 40px;
  }
  
  .portfolio__metrics {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--rr-ink-600);
  }
  
  .portfolio__metric-label {
    font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--rr-red);
    margin-bottom: 8px;
  }
  
  .portfolio__metric-value {
    font-family: 'Calidrex', 'Barlow', sans-serif; font-weight: 700;
    font-size: 28px; line-height: 1;
  }
  
  .portfolio__cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 15px; color: var(--rr-white);
    padding: 12px 0;
    border-bottom: 1px solid var(--rr-red);
    font-weight: 600;
    transition: transform .3s var(--rr-ease);
  }
  .portfolio__cta:hover { transform: translateX(8px); }
  
  /* ========== PIPELINE SECTION ========== */
  .pipeline-section {
    margin-top: 48px;
    padding-top: 40px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pipeline-section__title {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: var(--rr-white);
    margin-bottom: 20px;
  }
  
  .pipeline-section__intro {
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: var(--rr-ink-100);
    max-width: 800px;
    margin-bottom: 60px;
  }
  
  .pipeline-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 220px));
    gap: 24px;
    margin-bottom: 80px;
    justify-content: center;
  }
  
  .pipeline-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--rr-ink-600);
    padding: 32px 24px;
    border-radius: 2px;
    position: relative;
  }
  
  .pipeline-card__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--rr-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: 18px;
    color: white;
    transform: translate(-12px, -12px);
  }
  
  .pipeline-card__label {
    font-family: 'Calidrex', 'Barlow', sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rr-red);
    margin-bottom: 16px;
    margin-top: 20px;
    display: block;
  }
  
  .pipeline-card__title {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: 18px;
    color: var(--rr-white);
    margin-bottom: 16px;
    line-height: 1.2;
  }
  
  .pipeline-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .pipeline-card__list li {
    font-size: 13px;
    color: var(--rr-ink-100);
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
  }
  
  .pipeline-card__list li:before {
    content: '−';
    position: absolute;
    left: 0;
    color: var(--rr-red);
    font-weight: bold;
  }
  
  .pipeline-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 280px));
    gap: 24px;
    justify-content: center;
  }
  
  .stat-box {
    background: rgba(255, 0, 0, 0.05);
    border: 1px solid rgba(255, 0, 0, 0.1);
    padding: 32px 24px;
    border-radius: 2px;
    text-align: center;
  }
  
  .stat-number {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: clamp(32px, 4vw, 48px);
    color: var(--rr-white);
    line-height: 1;
    margin-bottom: 12px;
    display: block;
  }
  
  .stat-accent {
    color: var(--rr-red);
  }
  
  .stat-label {
    font-size: 12px;
    color: var(--rr-ink-100);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  
  @media (max-width: 1024px) {
    .pipeline-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .pipeline-stats {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 640px) {
    .pipeline-grid {
      grid-template-columns: 1fr;
    }
    .pipeline-stats {
      grid-template-columns: 1fr;
    }
  }
  
  .portfolio__grid-preview {
    padding-top: 80px;
  }
  
  .portfolio__grid-preview h3 {
    font-size: 18px; font-weight: 600;
    margin-bottom: 40px;
    color: var(--rr-white);
  }
  
  .portfolio__preview-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
  }
  
  .portfolio__preview-item {
    display: flex; flex-direction: column;
  }
  
  .portfolio__preview-item.portfolio__preview-full {
    grid-column: span 2;
  }
  
  .portfolio__preview-img {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, rgba(255,0,0,0.05), rgba(255,0,0,0.01));
    border: 1px solid var(--rr-ink-600);
    margin-bottom: 16px;
    border-radius: 2px;
  }
  
  .portfolio__preview-title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 18px; margin-bottom: 4px;
  }
  
  .portfolio__preview-client {
    font-size: 12px; color: var(--rr-ink-300);
  }
  
  .portfolio__explore {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 15px; color: var(--rr-white);
    padding: 12px 0;
    border-bottom: 1px solid var(--rr-red);
    font-weight: 600;
    transition: transform .3s var(--rr-ease);
  }
  .portfolio__explore:hover { transform: translateX(8px); }

  /* ========== PIPELINE ========== */
  .pipeline {
    background: var(--rr-ink-900);
    color: var(--rr-white);
  }
  .pipeline__intro {
    font-size: 18px; line-height: 1.6; color: var(--rr-ink-100);
    max-width: 720px; margin-bottom: 60px;
  }

  /* Timeline flow */
  .pipeline__flow {
    position: relative;
    margin-bottom: 100px;
  }
  .pipeline__flow-line {
    position: absolute; top: 19px; left: 0; right: 0;
    height: 1px; background: var(--rr-ink-600);
    z-index: 0;
  }
  .pipeline__stages {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    position: relative; z-index: 1;
    margin-bottom: 80px;
  }
  .pipeline__stage {
    padding: 32px;
    background: var(--rr-ink-900);
    border: 1px solid var(--rr-ink-600);
    border-radius: 2px;
    display: flex; flex-direction: column;
  }
  .pipeline__stage-dot {
    width: 48px; height: 48px;
    border: none;
    background: var(--rr-red);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    transition: background .2s;
    flex-shrink: 0;
  }
  .pipeline__stage:hover .pipeline__stage-dot {
    background: var(--rr-red-hot);
  }
  .pipeline__stage-dot-num {
    font-family: var(--rr-display); font-size: 20px; font-weight: 700;
    color: #fff; letter-spacing: 0;
    transition: color .2s;
  }
  .pipeline__stage:hover .pipeline__stage-dot-num { color: #fff; }

  .pipeline__label {
    font-family: var(--rr-mono); font-size: 11px; color: var(--rr-red);
    letter-spacing: 0.15em; text-transform: uppercase;
    margin-bottom: 12px; display: block;
  }
  .pipeline__title {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 18px; line-height: 1.3;
    margin-bottom: 16px;
    color: var(--rr-white);
  }
  .pipeline__list {
    list-style: none;
    display: flex; flex-direction: column; gap: 10px;
  }
  .pipeline__list li {
    font-size: 13px; color: var(--rr-ink-200);
    padding-left: 14px; position: relative; line-height: 1.4;
  }
  .pipeline__list li::before {
    content: '—'; position: absolute; left: 0;
    color: var(--rr-red); font-size: 11px;
  }

  /* Stats frame */
  .pipeline__stats-frame {
    border-top: 1px solid var(--rr-ink-600);
    padding-top: 60px;
    position: relative;
  }
  .pipeline__stats-frame::before {
    content: 'RESULTS';
    position: absolute; top: -7px; left: 0;
    font-family: var(--rr-mono); font-size: 10px;
    letter-spacing: 0.25em; color: var(--rr-ink-400);
    background: var(--rr-ink-900); padding-right: 16px;
  }
  .pipeline__stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .pipeline__stat {
    display: flex; flex-direction: column;
    border-left: 1px solid var(--rr-ink-700);
    padding-left: 24px;
  }
  .pipeline__stat-num {
    font-family: var(--rr-display); font-weight: 700;
    font-size: 56px; line-height: 1; color: var(--rr-white);
    margin-bottom: 10px;
  }
  .pipeline__stat-num .accent { color: var(--rr-red); }
  .pipeline__stat-label {
    font-size: 13px; line-height: 1.6; color: var(--rr-ink-200);
  }

/* ========== LEADS ========== */
  .leads {
    background: #f5f3f0;
    color: var(--rr-ink-900);
    padding: 120px 40px;
  }
  
  .leads__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    background: rgba(255, 255, 255, 0.3);
    padding: 40px;
    border-radius: 2px;
    margin-bottom: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .leads__header-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .leads__header-box .sec__index {
    color: var(--rr-ink-300);
    margin-bottom: 8px;
  }
  
  .leads__header-box .sec__title {
    color: var(--rr-ink-900);
  }
  
  .leads__intro-box {
    padding: 0;
  }
  
  .leads__intro {
    font-size: 22px;
    line-height: 1.6;
    color: var(--rr-ink-600);
    margin: 0;
  }
  
  .leads__container {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 2px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .leads__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 560px));
    gap: 40px;
    justify-content: center;
  }
  
  .lead__card {
    background: #faf8f3;
    border: 1px solid #e5dfd2;
    padding: 32px;
    border-radius: 2px;
    position: relative;
    transition: all .3s var(--rr-ease);
  }
  
  .lead__card:hover {
    border-color: var(--rr-red);
    box-shadow: 0 8px 24px rgba(255, 0, 0, 0.1);
  }
  
  .lead__card-layout {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
  }
  
  .lead__avatar {
    width: 140px;
    height: 180px;
    background: #e5dfd2;
    border-radius: 2px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
  }
  .lead__avatar--jose {
    background-image: url('../img/team/jose-beltran.jpg');
  }
  .lead__avatar--sakura {
    background-image: url('../img/team/sakura-shinomiya.jpg');
  }
  
  .lead__content {
    display: flex;
    flex-direction: column;
  }
  
  .lead__name {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px;
    color: var(--rr-ink-900);
    line-height: 1.2;
  }
  
  .lead__role {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--rr-red);
    margin-bottom: 12px;
  }
  
  .lead__quote {
    font-size: 14px;
    line-height: 1.5;
    color: var(--rr-ink-700);
    font-style: italic;
    margin: 0 0 16px 0;
    padding-left: 12px;
    border-left: 2px solid var(--rr-red);
  }
  
  .lead__bio {
    font-size: 13px;
    line-height: 1.5;
    color: var(--rr-ink-600);
    margin: 0;
  }

  /* ========== CTA ========== */
  .cta {
    background: var(--rr-ink-900);
    position: relative;
    padding: 100px 80px;
    overflow: hidden;
  }
  .cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(255,0,0,0.08) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
  }


  /* Grid 2 columnas: texto | círculo */
  .cta__grid {
    display: grid;
    grid-template-columns: 1fr 480px;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    pointer-events: auto;
  }

  .cta__content {
    position: relative;
    z-index: 2;
  }

  .cta__title {
    font-family: var(--rr-display);
    font-weight: 700;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 16px 0 20px;
    color: var(--rr-white);
  }

  .cta__highlight {
    color: var(--rr-red);
    font-style: italic;
  }

  .cta__sub {
    font-size: 16px;
    line-height: 1.6;
    color: var(--rr-ink-100);
    max-width: 500px;
    margin: 0 0 40px;
  }

  .cta__actions {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }

  .cta__primary {
    background: var(--rr-red);
    color: #fff;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background .2s var(--rr-ease);
    border-radius: 2px;
    white-space: nowrap;
  }
  .cta__primary:hover { background: var(--rr-red-hot); }

  .cta__secondary {
    font-size: 14px;
    color: var(--rr-ink-100);
    border-bottom: 1px solid var(--rr-red);
    padding-bottom: 3px;
    transition: color .2s;
    white-space: nowrap;
  }
  .cta__secondary:hover { color: var(--rr-white); }

  /* Columna derecha: isotipo rojo sin círculo */
  .cta__isotipo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .cta__isotipo {
    width: 380px;
    height: 380px;
    opacity: 0.65;
  }

  @media (max-width: 1100px) {
    .cta__grid {
      grid-template-columns: 1fr;
    }
    .cta__isotipo-wrap {
      display: none;
    }
    .cta__bg-isotipo {
      width: 500px;
      height: 500px;
      right: -150px;
      opacity: 0.06;
    }
  }

  @media (max-width: 640px) {
    .cta {
      padding: 60px 24px;
    }
    .cta__title {
      font-size: clamp(28px, 7vw, 44px);
    }
  }

  /* ========== CALIDREX UTILITY ========== */
  .calidrex {
    font-family: 'Calidrex', 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
  }

  /* ========== FOOTER ========== */
  footer {
    background: var(--rr-black); padding: 60px 40px;
  }
  .foot__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 40px; padding-bottom: 40px;
    border-bottom: 1px solid var(--rr-ink-600);
  }
  .foot__brand { max-width: 260px; flex-shrink: 0; }
  .foot__cols {
    display: flex;
    gap: 60px;
    justify-content: flex-end;
  }
  .foot__brand {
    max-width: 320px;
  }
  .foot__brand img { height: 34px; margin-bottom: 16px; }
  .foot__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  .foot__logo-icon {
    width: 64px;
    height: 64px;
    background: var(--rr-red);
    border-radius: 6px;
    flex-shrink: 0;
    position: relative;
  }
  .foot__logo-icon img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .foot__tagline {
    font-size: 14px; line-height: 1.6; color: var(--rr-ink-100);
  }
  .foot__col h4 {
    font-family: var(--rr-display); font-weight: 600;
    font-size: 13px; margin-bottom: 16px; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--rr-white);
    text-align: right;
  }
  .foot__col a {
    display: block; font-family: var(--rr-display); font-weight: 400;
    font-size: 13px; color: var(--rr-ink-100);
    margin-bottom: 8px; transition: color .2s;
    text-align: right;
  }
  .foot__col a:hover { color: var(--rr-white); }
  .foot__bottom {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 12px; color: var(--rr-ink-200);
  }

  @media (max-width: 1024px) {
    .nav__links { gap: 24px; }
    section { padding: 80px 32px; }
    .sec__head { grid-template-columns: 1fr; gap: 40px; }
    .hero__meta { flex-direction: column; align-items: flex-start; gap: 32px; }
    .hero__stats { margin-left: 0; }
    .hero__stat-num { font-size: 32px; }
    .portfolio__featured { grid-template-columns: 1fr; gap: 40px; }
    .portfolio__preview-grid { grid-template-columns: repeat(2, 1fr); }
    .pipeline__stages { grid-template-columns: repeat(3, 1fr); }
    .pipeline__flow-line { display: none; }
    .pipeline__stats { grid-template-columns: repeat(2, 1fr); }
    .pipeline__stat { border-left: none; border-top: 1px solid var(--rr-ink-700); padding-left: 0; padding-top: 24px; }
    .leads__header { grid-template-columns: 1fr; gap: 24px; }
    .leads__grid { grid-template-columns: 1fr; }
    .lead__card-layout { grid-template-columns: 1fr; }
    .lead__avatar { width: 100%; height: 200px; }
    .pillars__grid { grid-template-columns: 1fr; }
    .foot__top { flex-wrap: wrap; gap: 40px; }
    .foot__cols { gap: 32px; }
  }

  @media (max-width: 640px) {
    .nav { padding: 16px 20px; }
    .nav__links { gap: 16px; font-size: 11px; }
    .nav__cta { padding: 10px 16px; font-size: 11px; }
    section { padding: 60px 20px; }
    .sec__head { gap: 24px; }
    .hero__title { font-size: clamp(32px, 7vw, 64px); }
    .hero__meta { gap: 20px; }
    .hero__stats { gap: 24px; flex-wrap: wrap; }
    .sec__title { font-size: clamp(28px, 6vw, 44px); }
    .portfolio__featured { padding: 40px 0; }
    .portfolio__metrics { grid-template-columns: 1fr; }
    .portfolio__preview-grid { grid-template-columns: 1fr; }
    .marquee__item { font-size: 18px; }
    .pipeline__stages { grid-template-columns: 1fr 1fr; }
    .pipeline__stats { grid-template-columns: 1fr; }
    .cta__title { font-size: clamp(24px, 5vw, 44px); }
    .foot__top { flex-direction: column; }
    .foot__cols { flex-wrap: wrap; gap: 24px; }
    .foot__bottom { flex-direction: column; gap: 12px; text-align: center; }
  }

  /* ===== TWEAK REACTIVE TOKENS ===== */
  :root {
    --type-scale: 1;
    --mood-bg: #0b0b0b;
    --mood-bg2: #141414;
    --mood-surface: #1a1a1a;
    --mood-text: #fafafa;
    --mood-subtext: #9b9b9b;
    --mood-cream: #f5f3f0;
    --mood-cream-card: #faf8f3;
    --red-fill: transparent;
    --marquee-bg: var(--rr-ink-800);
  }
  html, body { background: var(--mood-bg); color: var(--mood-text); }
  .hero, .portfolio, .pipeline, .cta { background: var(--mood-bg); }
  .pipeline { background: var(--mood-bg); }
  .marquee { background: var(--marquee-bg); }
  .pillars { background: var(--mood-cream); }
  .pillar { background: var(--mood-cream-card); }
  .leads { background: var(--mood-cream); color: var(--rr-ink-900); }
  .lead__card { background: var(--mood-cream-card); }
  .hero__title { font-size: calc(clamp(64px, 9vw, 156px) * var(--type-scale)); }
  .sec__title { font-size: calc(clamp(44px, 5vw, 84px) * var(--type-scale)); }
  .cta__title { font-size: calc(clamp(44px, 5vw, 80px) * var(--type-scale)); }
  .pipeline__stat-num { font-size: calc(56px * var(--type-scale)); }
  .portfolio__project-title { font-size: calc(42px * var(--type-scale)); }
  .hero__bg::after { background-image: linear-gradient(var(--red-fill) 1px, transparent 1px), linear-gradient(90deg, var(--red-fill) 1px, transparent 1px); }

  /* Pipeline variant: original (cards + arrows) */
  [data-pipeline="original"] .pipeline__flow { margin-bottom: 100px; }
  [data-pipeline="original"] .pipeline__flow-line { display: none; }
  [data-pipeline="original"] .pipeline__stages {
    display: grid;
    grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    gap: 0; align-items: start;
  }
  [data-pipeline="original"] .pipeline__stage {
    background: var(--rr-ink-900);
    border: 1px solid var(--rr-ink-600);
    border-top: 2px solid var(--rr-red);
    padding: 28px 24px;
    transition: background .2s;
  }
  [data-pipeline="original"] .pipeline__stage:hover { background: var(--rr-ink-800); }
  [data-pipeline="original"] .pipeline__stage-dot { display: none; }
  [data-pipeline="original"] .pipeline__stage-num { display: none !important; }
  [data-pipeline="original"] .pipeline__stage-arrow {
    display: flex; align-items: center; justify-content: center;
    padding-top: 48px; color: var(--rr-ink-600); font-size: 18px;
  }
  [data-pipeline="original"] .pipeline__label {
    font-family: var(--rr-condensed);
    font-size: 10px; color: var(--rr-red); letter-spacing: 0.2em;
    text-transform: uppercase; margin-bottom: 12px; display: block;
  }
  [data-pipeline="original"] .pipeline__title { font-size: 17px; margin-bottom: 16px; }
  [data-pipeline="original"] .pipeline__list li { font-size: 13px; color: var(--rr-ink-200); }

  /* Pipeline variant: minimal (numbered editorial) */
  [data-pipeline="minimal"] .pipeline__flow-line { display: none; }
  [data-pipeline="minimal"] .pipeline__stages {
    display: flex; flex-direction: column; gap: 0;
  }
  [data-pipeline="minimal"] .pipeline__stage {
    display: grid;
    grid-template-columns: 60px 1fr 1fr;
    gap: 40px; align-items: start;
    padding: 28px 0;
    border-top: 1px solid var(--rr-ink-700);
    border-left: none; border-right: none;
  }
  [data-pipeline="minimal"] .pipeline__stage-dot { display: none; }
  [data-pipeline="minimal"] .pipeline__stage-num {
    font-family: var(--rr-mono); font-size: 36px; font-weight: 700;
    color: var(--rr-ink-700); line-height: 1;
  }
  [data-pipeline="minimal"] .pipeline__label { color: var(--rr-red); margin-bottom: 4px; }
  [data-pipeline="minimal"] .pipeline__title { font-size: 22px; margin-bottom: 0; }
  [data-pipeline="minimal"] .pipeline__list { columns: 2; gap: 16px; }

  /* CTA B: centered isotipo */

  /* CTA C: typographic — massive display, no image */

  /* CTA D: red stamp — red background, inverted */

  /* CTA E: editorial split with border */


  /* Pillar variant B: stacked/editorial (full-width rows) */
  [data-pillars="stacked"] .pillars__grid {
    grid-template-columns: 1fr; gap: 0;
  }
  [data-pillars="stacked"] .pillar {
    display: grid; grid-template-columns: 80px 1fr 1fr;
    gap: 48px; align-items: start; min-height: unset;
    padding: 48px 40px;
    border-bottom: 1px solid #e5dfd2; border-radius: 0;
    border-left: none; border-right: none; border-top: none;
  }
  [data-pillars="stacked"] .pillar:first-child { border-top: 1px solid #e5dfd2; }
  [data-pillars="stacked"] .pillar__seal { margin-bottom: 0; }
  [data-pillars="stacked"] .pillar__list { margin-top: 0; padding-top: 0; }
  [data-pillars="stacked"] .pillar__arrow { display: none; }

  /* Pillar variant C: horizontal cards (wider, with more breathing room) */
  [data-pillars="horizontal"] .pillars__grid {
    grid-template-columns: 1fr; gap: 16px;
  }
  [data-pillars="horizontal"] .pillar {
    display: grid; grid-template-columns: 200px 1fr 1fr;
    gap: 56px; align-items: start; min-height: unset;
    padding: 40px; border-radius: 2px;
  }
  [data-pillars="horizontal"] .pillar__left {
    display: flex; flex-direction: column; align-items: flex-start;
  }
  [data-pillars="horizontal"] .pillar__seal { margin-bottom: 20px; }
  [data-pillars="horizontal"] .pillar__title { font-size: 28px; }
  [data-pillars="horizontal"] .pillar__list { margin-top: 0; padding-top: 0; }
  [data-pillars="horizontal"] .pillar__arrow { display: none; }


  .pillar__col-a { display: contents; }
  [data-pillars="stacked"] .pillar__col-a,
  [data-pillars="horizontal"] .pillar__col-a { display: flex; flex-direction: column; }
  [data-pillars="stacked"] .pillar__col-a .pillar__seal { margin-bottom: 16px; }
  [data-pillars="stacked"] .pillar__col-a .pillar__title { margin-top: 0; }


  /* ===== CONDENSED (Barlow Condensed) ===== */
  .proj-card__tag, .proj-card__client,
  .pipeline__label, .pipeline__stat-label,
  .pillar__label, .sec__index,
  .portfolio__meta, .portfolio__preview-client,
  .lead__role, .spec__label,
  /* nav uses Berlin Sans — see .nav__links a */

  /* ===== CALIDREX ===== */
  .sec__kicker,
  .hero__eyebrow { font-family: 'Calidrex', 'Barlow', sans-serif !important; font-weight: 400; }

  /* ===== MARQUEE: Calidrex también ===== */
  .marquee__item { font-family: 'Calidrex', 'Barlow', sans-serif; letter-spacing: 0.08em; }

  .pipeline__stat-num { font-family: var(--rr-display); }

  /* ========== PIPELINE PROOF STATEMENT ========== */
  .pipeline-proof {
    max-width: 980px;
    margin: 72px auto 0;
    padding: 38px 44px;
    border-top: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: var(--rr-ink-100);
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.35;
    text-align: center;
  }

  /* ========== OUR WORK LIGHTBOX BEHAVIOR ========== */
  .proj-card[role="button"] {
    border: 0;
    text-align: left;
    color: inherit;
  }
  .proj-card[role="button"]:focus-visible {
    outline: 2px solid var(--rr-red);
    outline-offset: 4px;
  }
  .proj-card__tag-link {
    position: relative;
    z-index: 4;
  }
  .proj-card__tag-link:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.45);
  }

  .work-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(8,8,8,0.94);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s var(--rr-ease), visibility .25s var(--rr-ease);
  }
  .work-gallery-modal.active {
    opacity: 1;
    visibility: visible;
  }
  .work-gallery-modal__content {
    position: relative;
    width: min(1120px, 92vw);
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work-gallery-modal__figure {
    width: 100%;
    margin: 0;
  }
  .work-gallery-modal__image {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.12);
  }
  .work-gallery-modal__caption {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 16px;
    color: var(--rr-ink-100);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .work-gallery-modal__caption strong {
    font-family: var(--rr-display);
    color: var(--rr-white);
    font-size: 16px;
  }
  .work-gallery-modal__close {
    position: absolute;
    top: -54px;
    right: 0;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    z-index: 2;
  }
  .work-gallery-modal__close span {
    position: absolute;
    left: 8px;
    top: 21px;
    width: 28px;
    height: 2px;
    background: var(--rr-white);
  }
  .work-gallery-modal__close span:first-child { transform: rotate(45deg); }
  .work-gallery-modal__close span:last-child { transform: rotate(-45deg); }
  .work-gallery-modal__close:hover span { background: var(--rr-red); }
  .work-gallery-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: var(--rr-white);
    font-size: 34px;
    line-height: 1;
    z-index: 2;
  }
  .work-gallery-modal__nav:hover {
    background: rgba(255,0,0,0.28);
    border-color: rgba(255,0,0,0.55);
  }
  .work-gallery-modal__nav--prev { left: -72px; }
  .work-gallery-modal__nav--next { right: -72px; }

  @media (max-width: 760px) {
    .pipeline-proof {
      margin-top: 48px;
      padding: 28px 22px;
    }
    .work-gallery-modal { padding: 20px; }
    .work-gallery-modal__nav--prev { left: 8px; }
    .work-gallery-modal__nav--next { right: 8px; }
    .work-gallery-modal__close { top: -52px; right: 0; }
  }

  /* ========== HAMBURGER MENU CSS ========== */
  .nav__hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 51;
    padding: 8px;
  }

  .nav__hamburger span {
    width: 24px;
    height: 2px;
    background: var(--rr-white);
    transition: all 0.3s var(--rr-ease);
    display: block;
  }

  .nav__hamburger span:first-child {
    margin-bottom: 6px;
  }

  .nav__hamburger:hover span {
    background: var(--rr-red);
  }

  .nav__hamburger.active span:first-child {
    transform: rotate(45deg) translate(10px, 10px);
  }

  .nav__hamburger.active span:last-child {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  @media (max-width: 768px) {
    .nav__hamburger {
      display: flex;
    }

    .nav__links {
      position: fixed;
      top: 80px;
      left: 0;
      right: 0;
      background: rgba(11, 11, 11, 0.95);
      backdrop-filter: blur(12px);
      flex-direction: column;
      padding: 24px;
      gap: 16px;
      display: none;
      max-height: calc(100vh - 80px);
      overflow-y: auto;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .nav__links.active {
      display: flex;
    }

    .nav__links a,
    .nav__links button {
      padding: 12px 16px;
      text-align: left;
    }

    .nav__cta {
      width: 100%;
      text-align: center;
    }
  }

  @media (max-width: 480px) {
    .nav {
      padding: 12px 16px;
    }

    .nav__links {
      top: 60px;
    }
  }
