  :root {
    --bg: #F5EFE6; --surface: #FBF7EF; --surface-2: #EFE8DB;
    --ink: #0F0F0F; --ink-soft: #3D3833; --ink-muted: #8B8278;
    --line: #E5DDD0; --line-soft: #EFE8DB;
    --accent: #C73E1D; --accent-2: #E54E2D;
    --accent-soft: rgba(199, 62, 29, 0.08); --accent-glow: rgba(199, 62, 29, 0.18);
    --gold: #D9A852; --gold-soft: rgba(217, 168, 82, 0.12);
    --green: #25D366;
    --dark-bg: #0F0F0F; --dark-surface: #1A1A1A; --dark-surface-2: #242424;
    --dark-line: rgba(245, 239, 230, 0.1); --dark-line-strong: rgba(245, 239, 230, 0.18);
    --dark-text: #F5EFE6; --dark-text-soft: rgba(245, 239, 230, 0.7);
    --display: 'Satoshi', sans-serif; --serif: 'Satoshi', sans-serif;
    --body: 'Geist', sans-serif; --mono: 'Geist Mono', monospace;
    --ease: cubic-bezier(0.22, 1, 0.36, 1); --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--body); background: var(--bg); color: var(--ink);
    line-height: 1.55; font-weight: 400; overflow-x: hidden;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
    font-size: 16.5px;
  }
  @media (max-width: 640px) { body { font-size: 16px; line-height: 1.6; } }
  body::before {
    content: ''; position: fixed; inset: 0; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.4 0 0 0 0 0.35 0 0 0 0 0.3 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.5; z-index: 1; mix-blend-mode: multiply;
  }
  .container { max-width: 1320px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }
  @media (max-width: 640px) { .container { padding: 0 20px; } }
  ::selection { background: var(--accent); color: white; }

  /* PROMO STRIP */
  .promo-strip { background: var(--ink); color: var(--gold); overflow: hidden; border-bottom: 1px solid var(--ink); padding: 11px 0; position: relative; z-index: 101; }
  .promo-strip::before, .promo-strip::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
  .promo-strip::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
  .promo-strip::after { right: 0; background: linear-gradient(270deg, var(--ink), transparent); }
  .promo-track { display: flex; width: max-content; animation: promo-scroll 40s linear infinite; will-change: transform; }
  .promo-strip:hover .promo-track { animation-play-state: paused; }
  .promo-item { font-family: var(--mono); font-size: 12.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 0 28px; white-space: nowrap; display: inline-flex; align-items: center; gap: 14px; color: var(--gold); }
  .promo-item .promo-spark { color: var(--accent); font-size: 13px; }
  .promo-item strong { font-family: var(--display); font-weight: 700; color: var(--bg); text-transform: none; letter-spacing: -0.01em; font-size: 14.5px; }
  .promo-item .promo-code { background: var(--gold); color: var(--ink); padding: 3px 9px; border-radius: 4px; font-weight: 700; font-size: 11.5px; text-transform: none; letter-spacing: 0.04em; }
  @keyframes promo-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (max-width: 640px) { .promo-strip { padding: 9px 0; } .promo-item { font-size: 11px; padding: 0 20px; gap: 10px; } .promo-item strong { font-size: 12px; } .promo-item .promo-code { font-size: 10px; padding: 2px 7px; } }

  /* NAV */
  nav { position: sticky; top: 0; z-index: 100; background: rgba(245, 239, 230, 0.78); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4); border-bottom: 1px solid var(--line-soft); padding: 16px 0; transition: padding 0.3s var(--ease); }
  nav.scrolled { padding: 10px 0; box-shadow: 0 1px 0 var(--line-soft), 0 8px 32px -16px rgba(0,0,0,0.05); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .logo { font-family: var(--display); font-size: 26px; font-weight: 700; letter-spacing: -0.04em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
  .logo-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; margin-bottom: -2px; }
  .nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
  .nav-links a { color: var(--ink-soft); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; position: relative; }
  .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--accent); transition: width 0.3s var(--ease); }
  .nav-links a:hover { color: var(--accent); }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a.active { color: var(--accent); font-weight: 600; }
  .nav-links a.active::after { width: 100%; }
  .nav-cta { background: var(--ink); color: var(--bg); padding: 11px 22px; border-radius: 999px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s var(--ease); display: inline-flex; align-items: center; gap: 6px; }
  .nav-cta:hover { background: var(--accent); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(199, 62, 29, 0.3); }
  .nav-cta .arrow { transition: transform 0.3s var(--ease); display: inline-block; }
  .nav-cta:hover .arrow { transform: translateX(3px); }
  @media (max-width: 900px) { .nav-links { display: none; } }

  /* WORK HERO */
  .work-hero { padding: 92px 0 46px; text-align: left; position: relative; overflow: hidden; }
  .work-hero::before { content: ''; position: absolute; top: -280px; left: -160px; width: 760px; height: 760px; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 62%); pointer-events: none; border-radius: 50%; opacity: 0.5; }
  .work-hero-mast { padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
  .work-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--ink-soft); margin-bottom: 26px; padding: 8px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase; }
  .work-hero-eyebrow::before { content: ''; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
  .work-hero h1 { font-family: var(--display); font-size: clamp(40px, 5.5vw, 80px); font-weight: 600; line-height: 0.98; letter-spacing: -0.045em; color: var(--ink); margin-bottom: 22px; }
  .work-hero h1 .line { display: block; }
  .work-hero h1 .serif { font-family: var(--serif); font-style: italic; font-weight: 600; color: var(--accent); }
  .work-hero h1 .underline-mark { position: relative; white-space: nowrap; }
  .work-hero h1 .underline-mark::after { content: ''; position: absolute; left: -2%; bottom: 0.08em; width: 104%; height: 0.18em; background: var(--gold); z-index: -1; opacity: 0.55; transform: skewX(-8deg); }
  .work-hero p { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-soft); max-width: 640px; line-height: 1.6; margin: 0; }
  /* Filter bar */
  .work-filter { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 6px; box-shadow: 0 4px 16px -4px rgba(15, 15, 15, 0.06); }
  .work-filter button { background: transparent; border: none; cursor: pointer; padding: 9px 18px; border-radius: 999px; font-family: var(--body); font-size: 13.5px; font-weight: 500; color: var(--ink-soft); transition: all 0.3s var(--ease); white-space: nowrap; }
  .work-filter button:hover { color: var(--ink); }
  .work-filter button.active { background: var(--ink); color: var(--bg); box-shadow: 0 4px 12px -2px rgba(15, 15, 15, 0.2); }
  .work-filter button .count { font-family: var(--mono); font-size: 11px; margin-left: 6px; opacity: 0.65; }
  @media (max-width: 720px) {
    .work-hero { padding: 54px 0 34px; }
    .work-hero-mast { padding-bottom: 24px; margin-bottom: 22px; }
    .work-hero h1 { font-size: clamp(34px, 9.5vw, 52px); margin-bottom: 16px; }
    .work-hero p { font-size: 15.5px; }
    .work-filter { padding: 4px; gap: 3px; }
    .work-filter button { padding: 8px 12px; font-size: 12.5px; }
  }

  /* === CREATIVE WALL === */
  .work-wall { background: var(--bg); padding: 60px 0 100px; }

  /* Tile grid */
  .tile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .tile-wrap { display: flex; flex-direction: column; }
  .tile-wrap-wide { grid-column: span 2; }
  .tile-wrap.is-hidden { display: none; }
  .tile {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    cursor: default;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  }
  .tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -16px rgba(15, 15, 15, 0.22);
  }
  .tile.tile-wide { aspect-ratio: 16 / 9; }

  /* Gradient placeholders — swappable in WP */
  .tile.ph-1  { background: linear-gradient(135deg, #C73E1D 0%, #6B1E0E 100%); }
  .tile.ph-2  { background: linear-gradient(135deg, #D9A852 0%, #8A6420 100%); }
  .tile.ph-3  { background: linear-gradient(135deg, #2A1810 0%, #5C2A1A 100%); }
  .tile.ph-4  { background: linear-gradient(135deg, #3D3833 0%, #1A1A1A 100%); }
  .tile.ph-5  { background: linear-gradient(225deg, #C73E1D 30%, #D9A852 100%); }
  .tile.ph-6  { background: linear-gradient(45deg,  #6B1E0E 0%, #2A1810 100%); }
  .tile.ph-7  { background: linear-gradient(180deg, #D9A852 0%, #C73E1D 100%); }
  .tile.ph-8  { background: linear-gradient(315deg, #1A1A1A 0%, #C73E1D 100%); }
  .tile.ph-9  { background: linear-gradient(135deg, #5C2A1A 0%, #D9A852 100%); }
  .tile.ph-10 { background: linear-gradient(160deg, #C73E1D, #2A1810); }
  .tile.ph-11 { background: linear-gradient(220deg, #D9A852, #6B1E0E); }
  .tile.ph-12 { background: linear-gradient(45deg,  #2A1810, #D9A852); }

  .tile::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.18), transparent 60%),
                radial-gradient(circle at 80% 80%, rgba(0,0,0,0.22), transparent 60%),
                linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.38) 28%, transparent 54%);
    pointer-events: none;
    z-index: 1;
  }

  /* Format label top-left */
  .tile-label {
    position: absolute;
    top: 14px; left: 14px;
    font-family: var(--mono);
    font-size: 9.5px;
    font-weight: 700;
    color: rgba(255,255,255,0.94);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(15,15,15,0.55);
    padding: 4px 8px;
    border-radius: 6px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 2;
  }

  /* Caption below tile */
  .tile-cap { padding-top: 12px; }
  .tile-cap .industry {
    font-family: var(--display);
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .tile-cap .descriptor {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--ink-muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
  }

  /* Reel play indicator */
  .tile.is-reel::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 52px; height: 52px;
    background: rgba(255,255,255,0.20);
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 50%;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .tile.is-reel .play-tri {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-40%, -50%);
    width: 0; height: 0;
    border-left: 13px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    z-index: 2;
  }

  /* Honest aggregate strip below the wall */
  .work-aggregate {
    margin-top: 70px;
    padding: 40px 36px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: center;
  }
  .aggregate-cell { text-align: center; padding: 0 8px; position: relative; }
  .aggregate-cell + .aggregate-cell::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 1px; height: 60%;
    background: var(--line);
  }
  .aggregate-num {
    font-family: var(--display);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.04em;
    line-height: 1;
  }
  .aggregate-num .unit {
    font-size: 0.5em;
    color: var(--accent);
    margin-left: 2px;
    letter-spacing: 0;
  }
  .aggregate-label {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-top: 12px;
    line-height: 1.4;
  }
  .aggregate-foot {
    margin-top: 32px;
    text-align: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink-soft);
    font-weight: 500;
  }
  .aggregate-foot strong {
    font-family: var(--display);
    font-style: normal;
    font-weight: 600;
    color: var(--ink);
  }

  @media (max-width: 980px) {
    .tile-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  }
  @media (max-width: 720px) {
    .tile-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
    .tile.tile-wide { aspect-ratio: 16 / 10; }
    .work-aggregate {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 32px 24px;
    }
    .aggregate-cell + .aggregate-cell::before {
      left: 20%; right: 20%; top: 0;
      transform: none;
      width: auto; height: 1px;
    }
  }

  /* METHOD STRIP */
  .method-strip { background: var(--dark-bg); color: var(--dark-text); padding: 110px 0; border-top: 1px solid var(--ink); overflow: hidden; position: relative; }
  .method-strip::before { content: ''; position: absolute; top: -200px; left: -150px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(217, 168, 82, 0.12), transparent 60%); pointer-events: none; }
  .method-strip::after { content: ''; position: absolute; bottom: -200px; right: -150px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(199, 62, 29, 0.14), transparent 60%); pointer-events: none; }
  .method-strip .container { position: relative; z-index: 2; }
  .method-eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 12px; }
  .method-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
  .method-strip h2 { font-family: var(--display); font-size: clamp(36px, 5.5vw, 76px); font-weight: 600; line-height: 1.0; letter-spacing: -0.04em; color: var(--dark-text); margin-bottom: 24px; max-width: 920px; }
  .method-strip h2 .serif { font-family: var(--serif); font-style: italic; color: var(--gold); font-weight: 600; }
  .method-strip .lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--dark-text-soft); max-width: 640px; line-height: 1.55; margin-bottom: 60px; }
  .method-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin: 54px 0 40px; border-top: 1px solid var(--dark-line-strong); }
  .mflow-step { display: flex; gap: 16px; padding: 30px 34px 30px 0; border-right: 1px solid var(--dark-line); position: relative; }
  .mflow-step + .mflow-step { padding-left: 34px; }
  .mflow-step:last-child { border-right: none; }
  .mflow-step::before { content: ''; position: absolute; top: -1px; left: 0; height: 2px; width: 0; background: var(--gold); transition: width 0.5s var(--ease); }
  .mflow-step:hover::before { width: 100%; }
  .mflow-num { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--gold); letter-spacing: 0.08em; padding-top: 3px; transition: color 0.3s var(--ease); }
  .mflow-step:hover .mflow-num { color: var(--accent-2); }
  .mflow-body h4 { font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: -0.015em; color: var(--dark-text); margin-bottom: 8px; }
  .mflow-body p { font-size: 14px; line-height: 1.6; color: var(--dark-text-soft); }
  .method-cta { text-align: left; }
  .method-cta a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--body); font-size: 14.5px; font-weight: 500; color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; transition: gap 0.3s var(--ease); }
  .method-cta a:hover { gap: 14px; }
  @media (max-width: 760px) { .method-flow { grid-template-columns: 1fr; } .mflow-step { border-right: none; border-bottom: 1px solid var(--dark-line); padding: 22px 0; } .mflow-step + .mflow-step { padding-left: 0; } .mflow-step:last-child { border-bottom: none; } }

  /* FINAL CTA */
  .final-cta { background: var(--ink); color: var(--dark-text); padding: 140px 0; position: relative; overflow: hidden; }
  .final-cta::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 1100px; height: 1100px; background: radial-gradient(circle, rgba(199, 62, 29, 0.35) 0%, rgba(199, 62, 29, 0.08) 30%, transparent 60%); pointer-events: none; border-radius: 50%; }
  .final-cta-inner { position: relative; z-index: 2; text-align: center; max-width: 800px; margin: 0 auto; }
  .final-cta h2 { font-family: var(--display); font-size: clamp(44px, 6.5vw, 88px); font-weight: 600; line-height: 0.96; letter-spacing: -0.04em; margin-bottom: 28px; color: var(--dark-text); }
  .final-cta h2 .serif { font-family: var(--serif); font-style: italic; font-weight: 600; color: var(--gold); }
  .final-cta p { font-size: clamp(16px, 1.5vw, 19px); color: var(--dark-text-soft); margin-bottom: 44px; line-height: 1.55; max-width: 580px; margin-left: auto; margin-right: auto; }
  .final-cta .btn-cluster { display: inline-flex; flex-direction: column; align-items: center; gap: 18px; }
  .btn { padding: 16px 24px; border-radius: 999px; font-size: 15px; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: all 0.3s var(--ease); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--body); text-align: center; position: relative; overflow: hidden; }
  .btn .arrow { transition: transform 0.3s var(--ease); }
  .btn:hover .arrow { transform: translateX(4px); }
  .btn-primary { background: var(--accent); color: white; box-shadow: 0 8px 24px -4px rgba(199, 62, 29, 0.35), 0 1px 0 rgba(255,255,255,0.15) inset; }
  .btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent 50%); pointer-events: none; }
  .final-cta .btn-primary { padding: 20px 40px; font-size: 17px; font-weight: 600; box-shadow: 0 16px 48px -8px rgba(199, 62, 29, 0.6); }
  .final-cta .btn-primary:hover { background: white; color: var(--accent); box-shadow: 0 16px 48px -8px rgba(255, 255, 255, 0.4); }
  .cta-or-row { display: flex; align-items: center; gap: 12px; width: 100%; max-width: 220px; margin: 0 auto; }
  .cta-or-line { flex: 1; height: 1px; background: rgba(245, 239, 230, 0.2); }
  .cta-or-text { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 15px; color: var(--dark-text-soft); }
  .final-cta .whatsapp-btn { background: transparent; border: 1.5px solid rgba(245, 239, 230, 0.3); color: var(--dark-text); padding: 16px 28px; border-radius: 999px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s var(--ease); }
  .final-cta .whatsapp-btn:hover { background: var(--green); border-color: var(--green); color: white; }
  .final-cta .whatsapp-btn .wa-icon { width: 18px; height: 18px; fill: var(--green); transition: fill 0.3s; }
  .final-cta .whatsapp-btn:hover .wa-icon { fill: white; }
  .final-cta .micro-trust { font-size: 13px; color: var(--dark-text-soft); margin-top: 8px; font-family: var(--mono); letter-spacing: 0.04em; }
  @media (max-width: 640px) { .final-cta { padding: 90px 0; } .final-cta h2 { font-size: clamp(36px, 11vw, 56px); } }

  /* FOOTER */
  footer { background: var(--bg); padding: 64px 0 32px; border-top: 1px solid var(--line); }
  .footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  .footer-brand .logo { font-size: 30px; margin-bottom: 18px; display: inline-flex; }
  .footer-brand p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; max-width: 340px; margin-bottom: 20px; }
  .footer-brand .socials { display: flex; gap: 10px; }
  .footer-brand .socials a { width: 36px; height: 36px; border-radius: 50%; background: var(--surface); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); text-decoration: none; transition: all 0.3s var(--ease); font-size: 14px; }
  .footer-brand .socials a:hover { background: var(--ink); color: var(--bg); transform: translateY(-2px); border-color: var(--ink); }
  .footer-col h5 { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink); margin-bottom: 18px; font-weight: 600; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a { color: var(--ink-soft); text-decoration: none; font-size: 14px; transition: color 0.2s; }
  .footer-col a:hover { color: var(--accent); }
  .footer-bottom { padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--ink-muted); flex-wrap: wrap; gap: 12px; }
  .footer-bottom .made { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 15px; }
  @media (max-width: 768px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; } .footer-bottom { flex-direction: column; text-align: center; } }

  /* FLOATING WHATSAPP */
  .wa-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 32px -4px rgba(37, 211, 102, 0.5), 0 4px 12px -2px rgba(0,0,0,0.1); z-index: 99; text-decoration: none; transition: all 0.3s var(--ease); animation: waEnter 0.6s var(--ease-bounce) 1s both; }
  .wa-float::before { content: ''; position: absolute; inset: -6px; border-radius: 50%; background: var(--green); opacity: 0.3; animation: waPing 2.5s ease-in-out infinite; z-index: -1; }
  .wa-float:hover { transform: scale(1.1); box-shadow: 0 16px 40px -4px rgba(37, 211, 102, 0.65); }
  .wa-float svg { width: 30px; height: 30px; fill: white; }
  .wa-tooltip { position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%); background: var(--ink); color: var(--bg); padding: 8px 14px; border-radius: 8px; font-family: var(--body); font-size: 13px; font-weight: 500; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s var(--ease); }
  .wa-tooltip::after { content: ''; position: absolute; right: -4px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 8px; height: 8px; background: var(--ink); }
  .wa-float:hover .wa-tooltip { opacity: 1; transform: translateY(-50%) translateX(-4px); }
  @keyframes waEnter { from { transform: translateY(60px) scale(0.5); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
  @keyframes waPing { 0% { transform: scale(1); opacity: 0.3; } 70% { transform: scale(1.6); opacity: 0; } 100% { transform: scale(1.6); opacity: 0; } }
  @media (max-width: 600px) { .wa-float { width: 54px; height: 54px; bottom: 18px; right: 18px; } .wa-float svg { width: 26px; height: 26px; } }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
  .reveal.in { opacity: 1; transform: translateY(0); }
  .reveal[data-delay="1"] { transition-delay: 0.08s; }
  .reveal[data-delay="2"] { transition-delay: 0.16s; }
  .reveal[data-delay="3"] { transition-delay: 0.24s; }

  /* === MOBILE MENU + SCROLL-TOP (universal chrome) === */
  .nav-burger {
    display: none;
    background: transparent;
    border: 1px solid var(--line);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
  }
  .nav-burger:hover { border-color: var(--ink); }
  .nav-burger span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--ink);
    border-radius: 2px;
    transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
  }
  @media (max-width: 880px) {
    .nav-burger { display: inline-flex; }
    .nav-cta { display: none !important; }
    .nav-links { display: none !important; }
  }

  /* Slide-in mobile menu panel */
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9998;
    pointer-events: none;
    visibility: hidden;
  }
  .mobile-menu[aria-hidden="false"] {
    pointer-events: auto;
    visibility: visible;
  }
  .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 15, 0.5);
    opacity: 0;
    transition: opacity 0.35s var(--ease);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .mobile-menu[aria-hidden="false"] .mobile-menu-backdrop { opacity: 1; }
  .mobile-menu-panel {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: min(360px, 88vw);
    background: var(--surface, #FBF7EF);
    box-shadow: -24px 0 60px -20px rgba(15, 15, 15, 0.25);
    transform: translateX(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    padding: 28px 28px 32px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu[aria-hidden="false"] .mobile-menu-panel { transform: translateX(0); }
  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 28px;
  }
  .mobile-menu-head .logo {
    font-family: var(--display);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--ink);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-menu-head .logo-dot {
    width: 7px; height: 7px;
    background: var(--accent);
    border-radius: 50%;
    display: inline-block;
  }
  .mobile-menu-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
  }
  .mobile-menu-close:hover { border-color: var(--ink); transform: rotate(90deg); }
  .mobile-menu-close span {
    position: absolute;
    top: 50%; left: 50%;
    width: 14px;
    height: 1.5px;
    background: var(--ink);
    border-radius: 2px;
  }
  .mobile-menu-close span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
  .mobile-menu-close span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg); }
  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px;
  }
  .mobile-menu-links a {
    font-family: var(--display);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
    text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid var(--line-soft, var(--line));
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.25s var(--ease), padding-left 0.25s var(--ease);
  }
  .mobile-menu-links a::after {
    content: '→';
    font-family: var(--mono);
    font-size: 18px;
    color: var(--ink-muted);
    transition: transform 0.25s var(--ease), color 0.25s var(--ease);
  }
  .mobile-menu-links a:hover {
    color: var(--accent);
    padding-left: 6px;
  }
  .mobile-menu-links a:hover::after {
    color: var(--accent);
    transform: translateX(4px);
  }
  .mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--accent);
    color: #FBF7EF;
    text-decoration: none;
    padding: 16px 22px;
    border-radius: 999px;
    font-family: var(--body);
    font-size: 15px;
    font-weight: 600;
    transition: background 0.25s var(--ease), transform 0.25s var(--ease);
    margin-bottom: 28px;
  }
  .mobile-menu-cta:hover { background: var(--accent-2); transform: translateY(-1px); }
  .mobile-menu-cta .arrow { transition: transform 0.25s var(--ease); }
  .mobile-menu-cta:hover .arrow { transform: translateX(3px); }
  .mobile-menu-foot {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--ink-muted);
    letter-spacing: 0.04em;
  }
  .mobile-menu-foot a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 600;
  }
  .mobile-menu-foot a:hover { color: var(--accent); }

  /* Scroll-to-top floating button */
    .scroll-top {
    position: fixed;
    right: 24px;
    bottom: 96px;
    z-index: 90;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--surface, #FBF7EF);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.9);
    transition: opacity 0.32s var(--ease), transform 0.32s var(--ease);
    box-shadow: 0 12px 28px -10px rgba(15, 15, 15, 0.26);
  }
  .scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .scroll-top:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 18px 36px -10px rgba(15,15,15,0.32); }
  .st-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
  .st-ring circle { fill: none; stroke-width: 2.5; }
  .st-track { stroke: var(--line); }
  .st-prog { stroke: var(--accent); stroke-linecap: round; stroke-dasharray: 132; stroke-dashoffset: 132; transition: stroke-dashoffset 0.12s linear; }
  .st-arrow { position: relative; z-index: 1; font-size: 18px; font-weight: 700; color: var(--accent); line-height: 1; transition: transform 0.25s var(--ease); }
  .scroll-top:hover .st-arrow { transform: translateY(-2px); }
  @media (max-width: 600px) {
    .scroll-top { right: 16px; width: 44px; height: 44px; }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .mobile-menu-backdrop, .mobile-menu-panel, .scroll-top { transition: opacity 0.15s linear; }
    .mobile-menu-panel { transform: none !important; }
    .mobile-menu[aria-hidden="true"] .mobile-menu-panel { display: none; }
  }

/* ── Featured image inside CPT tiles ────────────────────────────────────────── */
.tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── All tiles are clickable — cursor set here, lightbox CSS is in global.css ── */
.tile { cursor: pointer; }
.tile.is-reel .play-tri { transition: transform 0.2s var(--ease); }
.tile.is-reel:hover .play-tri { transform: translate(-40%, -50%) scale(1.18); }