  /* =====================================================================
     THE HUMAN LOOP — styles.css
     Order: fonts · root vars · base · cursor
            Section 1 Hero/Nav · 2 About · 3 Globe · 4 How
            5 Counter · 6 Donate · 7 Close · overlays · responsive
     ===================================================================== */

  /* ============================================
     SELF-HOSTED FONTS — DSGVO-compliant
     ============================================ */
  @font-face {
    font-family: 'Climate Crisis';
    src: url('../fonts/ClimateCrisis-Variable.woff2') format('woff2-variations'),
         url('../fonts/ClimateCrisis-Variable.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-500italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v24-latin-ext-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  :root {
    --yellow: #FFD000;
    --yellow-dark: #DFB600;
    --blue: #1C77C3;
    --navy: #0A2342;
    --red: #DA0C1A;
    --pink: #F6757A;
    --cream: #FBF3E7;
    --dark: #0B0D03;
    --dark-2: #15170A;
    --violet: #7E78D2;
    --violet-light: #7B72CF;
    --ocean: #ADBAFC;
    --land: #DD454F;
  }

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

  html { scroll-behavior: smooth; }

  html, body {
    width: 100%;
    overflow-x: hidden;
    background: var(--dark);
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }
  body {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  body.loaded { opacity: 1; }

  body { cursor: none; }

  /* Re-enable cursor after hero */
  body.outside-hero { cursor: auto; }

  img { max-width: 100%; display: block; }

  /* ============================================
     CURSOR
     ============================================ */
  .cursor {
    position: fixed;
    width: 48px; height: 48px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.25,1,0.5,1),
                height 0.3s cubic-bezier(0.25,1,0.5,1),
                opacity 0.3s ease;
    background: transparent;
  }
  .cursor.hidden { opacity: 0; }
  .cursor-dot {
    position: fixed;
    width: 6px; height: 6px;
    background: var(--yellow);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10001;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .cursor-dot.hidden { opacity: 0; }

  /* ============================================
     HERO (SECTION 1)
     ============================================ */
  .hero {
    position: relative;
    width: 100vw; height: 100vh;
    overflow: hidden;
    perspective: 800px;
    background: var(--dark);
  }

  .trail-canvas {
    position: absolute;
    inset: 0;
    z-index: 7;
    pointer-events: none;
  }

  .hero-image-wrapper-bg {
    position: absolute;
    inset: -80px;
    z-index: 1;
    will-change: transform;
    transform-style: preserve-3d;
    user-select: none;
  }
  .hero-image-wrapper-persons {
    position: absolute;
    inset: -60px;
    z-index: 2;
    will-change: transform;
    transform-style: preserve-3d;
    user-select: none;
  }
  .hero-image {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: clamp(50%, calc(100% - (100vw - 400px) / 10), 100%) clamp(10%, calc(15% - (100vw - 400px) / 50), 25%);
    user-select: none;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }

  .logo-container {
    position: absolute;
    bottom: 64px;
    left: 80px;
    z-index: 5;
    user-select: none;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-line {
    display: block;
    font-family: 'Climate Crisis', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.85;
    color: var(--yellow);
    pointer-events: auto;
    font-size: clamp(2.5rem, 9vw, 9rem);
    position: relative;
  }
  .logo-letter {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
    cursor: none;
    opacity: 0;
    position: relative;
  }

  .navy-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
    clip-path: circle(0% at 0 0);
    overflow: hidden;
  }
  .navy-overlay-nav {
    position: fixed;
    inset: 0;
    z-index: 201;
    pointer-events: none;
    clip-path: circle(0% at 0 0);
    overflow: hidden;
    color: var(--violet);
  }
  .navy-overlay-nav * { color: var(--violet) !important; }
  .navy-overlay * { color: var(--violet) !important; }
  .navy-brand-clone {
    position: absolute;
    top: 64px;
    left: 80px;
    font-family: 'Climate Crisis', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.01em;
  }
  .navy-nav-clone {
    position: absolute;
    top: 50%;
    right: -160px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    display: flex;
    align-items: center;
    gap: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--violet);
  }
  .navy-nav-clone::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
    margin-right: 24px;
  }
  .navy-nav-clone::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
    margin-left: 24px;
  }
  .navy-nav-clone a { text-decoration: none; white-space: nowrap; }

  /* ============================================
     NAV — pixel-precise color via stacked clipped layers
     ============================================ */
  .nav-brand-top {
    position: absolute;
    top: 64px;
    left: 80px;
    z-index: 101;
    font-family: 'Climate Crisis', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--yellow);
    letter-spacing: 0.01em;
    pointer-events: auto;
  }

  .nav-sticky {
    position: fixed;
    top: 50%;
    right: -160px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    color: var(--yellow);
  }
  .nav-sticky::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
    margin-right: 24px;
  }
  .nav-sticky::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
    margin-left: 24px;
  }
  .nav-sticky a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    transition: opacity 0.2s ease;
  }
  .nav-sticky a:hover { opacity: 0.7; }
  /* Color overlay layers — same nav, clipped to specific bg sections */
  .nav-sticky.layer-cream {
    color: var(--violet);
    z-index: 102;
  }
  .nav-sticky.layer-yellow {
    color: #0B0D03;
    z-index: 103;
  }
  .nav-sticky.layer-cream a,
  .nav-sticky.layer-yellow a { pointer-events: auto; cursor: pointer; }
  .nav-sticky.layer-cream::before,
  .nav-sticky.layer-cream::after,
  .nav-sticky.layer-yellow::before,
  .nav-sticky.layer-yellow::after {
    height: 1px;
  }
  .nav-sticky.layer-cream a:hover,
  .nav-sticky.layer-yellow a:hover { transform: none; }

  .nav-color-wrap {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 102;
    clip-path: inset(100% 0 0 0);
  }
  #wrapYellow { z-index: 103; }
  .nav-base-wrap {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
  }
  .nav-base-wrap > * { pointer-events: auto; }

  /* ============================================
     SECTION 2 — AUFMERKSAMKEIT
     ============================================ */
  .section-about {
    position: relative;
    min-height: 100vh;
    background: var(--dark);
    padding: 100px 100px 80px 100px;
    overflow: visible;
    cursor: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-about .trail-ghost {
    position: absolute;
    top: -5%; left: 0;
    width: 100%;
    height: 110%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 1.2s ease 0.2s;
  }
  .section-about.revealed .trail-ghost { opacity: 0.18; }

  .about-grid {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .section-about.revealed .about-grid {
    opacity: 1;
    transform: translateY(0);
  }
  .about-content {
    align-self: start;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .about-content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 5.5vw, 4.8rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--yellow);
    margin-bottom: 80px;
    text-transform: uppercase;
    text-align: center;
  }
  .about-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.8;
    color: #fff;
    margin-bottom: 32px;
    text-wrap: pretty;
  }
  .about-content p .highlight {
    color: var(--yellow);
    font-weight: 700;
  }

  /* ============================================
     SECTION 3 — GLOBE / WERTE
     ============================================ */
  body.globe-grab-zone, body.globe-grab-zone * {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='%23FFD000' stroke='%230B0D03' stroke-width='1.5' stroke-linejoin='round' d='M9 14V7a2 2 0 1 1 4 0v5V6a2 2 0 1 1 4 0v6V5a2 2 0 1 1 4 0v9V8a2 2 0 1 1 4 0v11c0 5-3 9-8 9s-8-3-9-7l-3-6c-1-2 1-3 2-2l2 2Z'/></svg>") 8 4, grab !important;
  }
  .section-globe {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background: var(--dark);
    overflow: hidden;
    margin-top: -60px;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='%23FFD000' stroke='%230B0D03' stroke-width='1.5' stroke-linejoin='round' d='M9 14V7a2 2 0 1 1 4 0v5V6a2 2 0 1 1 4 0v6V5a2 2 0 1 1 4 0v9V8a2 2 0 1 1 4 0v11c0 5-3 9-8 9s-8-3-9-7l-3-6c-1-2 1-3 2-2l2 2Z'/></svg>") 8 4, grab;
  }
  .section-globe:active {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='%23FFD000' stroke='%230B0D03' stroke-width='1.5' stroke-linejoin='round' d='M8 16c0-2 1-3 2-2l3 3v-7a2 2 0 1 1 4 0v4V7a2 2 0 1 1 4 0v6V8a2 2 0 1 1 4 0v7c0 5-3 9-8 9s-8-3-9-7Z'/></svg>") 8 4, grabbing;
  }
  #globeCanvas {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: min(380px, 46vw);
    height: min(380px, 46vw);
    z-index: 50;
    cursor: grab;
    border-radius: 50%;
    touch-action: none;
  }
  #globeCanvas:active { cursor: grabbing; }
  .crown-img {
    position: absolute;
    top: 50%; left: 50%;
    width: min(240px, 28vw);
    height: auto;
    transform: translate(-95%, -140%);
    z-index: 55;
    pointer-events: none;
    user-select: none;
  }
  .globe-word {
    position: fixed;
    left: 0; top: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: clamp(2.5rem, 4.8vw, 5rem);
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity;
    user-select: none;
    line-height: 0.85;
    opacity: 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    z-index: 150;
  }
  .section-globe.in-view .globe-word { opacity: 1; }

  /* ============================================
     SECTION 4 — SO FUNKTIONIERT
     ============================================ */
  .section-how {
    position: relative;
    background: var(--cream);
    padding: 160px 0 60px;
    overflow: hidden;
  }
  .section-how .watermark {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Climate Crisis', sans-serif;
    font-size: clamp(10rem, 24vw, 28rem);
    color: var(--yellow);
    opacity: 0.08;
    pointer-events: none;
    line-height: 0.9;
    white-space: nowrap;
    z-index: 0;
  }
  .how-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 80px 0 40px;
  }
  .section-how h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 5.5vw, 4.8rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0B0D03;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .section-how .intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.8;
    color: var(--dark-2);
    text-align: left;
    max-width: 720px;
    margin: 0 auto 64px;
    text-wrap: pretty;
  }

  /* DEFAULT: F6ECDE bg, yellow heading, light yellow number, yellow badge with dark text */
  .step-card {
    position: relative;
    background: #F6ECDE;
    border-radius: 12px;
    padding: 36px 48px;
    margin-bottom: 32px;
    overflow: hidden;
    transition: background 0.3s ease;
    min-height: 200px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  /* Giant background number — right-aligned, cropped, very transparent */
  .step-card .bg-num {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    font-family: 'Climate Crisis', sans-serif;
    font-weight: 400;
    font-size: 360px;
    line-height: 0.8;
    color: rgba(11, 13, 3, 0.05);
    pointer-events: none;
    letter-spacing: -0.04em;
    transition: color 0.3s ease;
    z-index: 0;
    white-space: nowrap;
    text-align: center;
  }
  /* First card (1): nudge number further left */
  .step-card:nth-of-type(1) .bg-num { right: 0; }
  /* Other cards: push number further right */
  .step-card:nth-of-type(n+2) .bg-num { right: -120px; }
  .step-card-inner {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 200px;
    padding-bottom: 8px;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .step-card-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(1rem, 1.35vw, 1.3rem);
    letter-spacing: -0.02em;
    color: #0B0D03;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: color 0.3s ease;
  }
  .step-card-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    line-height: 1.55;
    color: var(--dark-2);
    opacity: 0.75;
    max-width: 520px;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  /* Monetarisierung badge: default dark bg + cream text */
  .step-badge {
    position: absolute;
    right: -14px;
    bottom: -14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #FBF3E7;
    background: #0B0D03;
    padding: 10px 32px 22px 32px;
    border-radius: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .step-badge.empty { display: none; }

  /* HOVER: card turns violet — desktop with hover capability */
  @media (hover: hover) {
    .step-card:hover {
      background: #7E78D2;
    }
    .step-card:hover .bg-num {
      color: rgba(251, 243, 231, 0.10);
    }
    .step-card:hover .step-card-content h3 {
      color: #FFD000;
    }
    .step-card:hover .step-card-content p {
      color: #FBF3E7;
      opacity: 0.9;
    }
    .step-card:hover .step-badge {
      background: #FBF3E7;
      color: #7E78D2;
    }
  }
  /* TOUCH: same colors on active (finger down) */
  .step-card:active,
  .step-card.tap-active {
    background: #7E78D2;
  }
  .step-card:active .bg-num,
  .step-card.tap-active .bg-num {
    color: rgba(251, 243, 231, 0.10);
  }
  .step-card:active .step-card-content h3,
  .step-card.tap-active .step-card-content h3 {
    color: #FFD000;
  }
  .step-card:active .step-card-content p,
  .step-card.tap-active .step-card-content p {
    color: #FBF3E7;
    opacity: 0.9;
  }
  .step-card:active .step-badge,
  .step-card.tap-active .step-badge {
    background: #FBF3E7;
    color: #7E78D2;
  }

  /* Violet needs card */
  .needs-card {
    margin-top: 80px;
    margin-bottom: 60px;
    background: var(--violet);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .needs-card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    letter-spacing: -0.02em;
    color: var(--yellow);
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .needs-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    line-height: 1.55;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
  }

  /* ============================================
     SECTION 5 — TRANSPARENT COUNTER
     ============================================ */
  .section-counter {
    position: relative;
    background: var(--yellow);
    padding: 120px 40px;
    overflow: hidden;
    text-align: center;
  }
  .section-counter .bg-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Climate Crisis', sans-serif;
    font-weight: 400;
    font-size: clamp(20rem, 42vw, 44rem);
    color: var(--dark-2);
    opacity: 0.06;
    pointer-events: none;
    line-height: 0.8;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }
  .counter-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section-counter h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 5.5vw, 4.8rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--dark-2);
    text-transform: uppercase;
    margin-bottom: 60px;
  }
  .counter-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--dark-2);
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .counter-amount {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(3.5rem, 7vw, 6rem);
    color: var(--dark-2);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 24px;
  }
  .counter-of {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    color: var(--dark-2);
    margin-bottom: 24px;
  }
  .counter-bar {
    max-width: 500px;
    margin: 0 auto 28px;
    height: 14px;
    background: var(--yellow-dark);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
  }
  .counter-bar-fill {
    height: 100%;
    width: 100%;
    background: var(--violet);
    border-radius: 100px;
    transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .counter-footnote {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--dark-2);
    opacity: 0.75;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
  }

  /* ============================================
     SECTION 6 — SPENDEN (Coming Soon)
     ============================================ */
  .section-donate {
    position: relative;
    background: var(--dark);
    padding: 140px 40px 160px;
    text-align: center;
    overflow: hidden;
  }
  .section-donate h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 5.5vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--yellow);
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .section-donate .subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: #fff;
    max-width: 500px;
    margin: 0 auto 60px;
    line-height: 1.6;
  }
  .donate-form-wrap {
    position: relative;
    max-width: 440px;
    margin: 0 auto;
  }
  .donate-form {
    background: rgba(251, 243, 231, 0.03);
    border: 1px solid rgba(218, 12, 26, 0.1);
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    filter: blur(0.5px);
    opacity: 0.4;
  }
  .donate-input {
    background: rgba(251, 243, 231, 0.05);
    border: 1px solid rgba(255, 209, 0, 0.15);
    border-radius: 12px;
    padding: 14px 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: var(--yellow);
    text-align: left;
  }
  .donate-btn {
    background: #FFC439;
    border: none;
    border-radius: 100px;
    padding: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #003087;
    cursor: not-allowed;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .donate-btn .paypal-logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .donate-btn .paypal-logo .pal {
    color: #009CDE;
  }
  .coming-soon-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--yellow);
    color: var(--dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 100px;
    box-shadow: 0 8px 32px rgba(255, 208, 0, 0.45);
    z-index: 2;
    filter: none !important;
    opacity: 1;
  }

  /* ============================================
     SECTION 7 — CLOSING
     ============================================ */
  .section-close {
    position: relative;
    background: var(--dark);
    padding: 140px 40px 110px;
    text-align: center;
    overflow: hidden;
  }
  .close-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
  }
  .section-close h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 7.5vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: var(--yellow);
    text-transform: uppercase;
    margin-bottom: 28px;
  }
  .section-close .your-move {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    color: #fff;
    opacity: 0.8;
    margin-bottom: 48px;
  }
  .all-links-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--yellow);
    color: var(--dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 16px 32px;
    border-radius: 100px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 48px;
  }
  .all-links-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 208, 0, 0.3);
  }
  .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .social-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 22px;
    border-radius: 100px;
    text-decoration: none;
    transition: transform 0.25s ease, filter 0.25s ease;
  }
  .social-pill svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .social-pill:hover {
    transform: translateY(-2px);
    filter: brightness(1.15);
  }
  .social-pill.youtube { background: #FF0000; }
  .social-pill.instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B 50%, #8134AF 75%, #515BD4);
  }
  .social-pill.tiktok {
    background: #000;
    border: 1px solid #25F4EE;
  }
  .social-pill.twitch { background: #9146FF; }
  .social-pill.linkedin { background: #0A66C2; }
  .footer {
    position: relative;
    padding: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 1;
  }
  .footer-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .footer-links button {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s ease;
  }
  .footer-links button:hover { color: var(--yellow); }

  /* Bioluminescence touch effect — radial gradient with mix-blend-mode: difference */
  .bio-lumi {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9000;
    opacity: 0;
    mix-blend-mode: difference;
    background: radial-gradient(circle var(--bio-r, 0px) at var(--bio-x, 50%) var(--bio-y, 50%),
      #FFD000 0%,
      #7E78D2 35%,
      #1F1B3F 70%,
      transparent 100%);
    transition: opacity 0.6s ease-out;
    -webkit-mask: var(--bio-mask, none);
    mask: var(--bio-mask, none);
    will-change: opacity;
  }
  .bio-lumi.active { opacity: 1; }

  /* Cookie banner */
  .cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 520px;
    margin: 0 auto;
    background: #15170D;
    border: 1px solid rgba(255,208,0,0.3);
    border-radius: 12px;
    padding: 20px 24px;
    z-index: 10000;
    font-family: 'Poppins', sans-serif;
    color: #FBF3E7;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    transform: translateY(calc(100% + 40px));
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .cookie-banner.visible { transform: translateY(0); }
  .cookie-banner p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 16px;
    font-weight: 300;
  }
  .cookie-banner a {
    color: var(--yellow);
    text-decoration: underline;
    cursor: pointer;
  }
  .cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .cookie-actions button {
    flex: 1;
    min-width: 120px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(251,243,231,0.2);
    background: transparent;
    color: #FBF3E7;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .cookie-actions button:hover { background: rgba(251,243,231,0.05); }
  .cookie-actions button.accept {
    background: var(--yellow);
    color: #0B0D03;
    border-color: var(--yellow);
    font-weight: 600;
  }
  .cookie-actions button.accept:hover { background: #FFDC33; }

  /* Legal modal */
  .legal-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .legal-modal.visible {
    display: flex;
    opacity: 1;
  }
  .legal-modal-inner {
    background: #15170D;
    border-radius: 16px;
    max-width: 720px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 40px 48px;
    font-family: 'Poppins', sans-serif;
    color: #FBF3E7;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }
  .legal-modal.visible .legal-modal-inner { transform: translateY(0); }
  .legal-modal h2 {
    font-weight: 900;
    font-size: 1.75rem;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
    color: var(--yellow);
  }
  .legal-modal h3 {
    font-weight: 700;
    font-size: 1rem;
    margin: 24px 0 8px;
    color: #FBF3E7;
  }
  .legal-modal p, .legal-modal li {
    font-weight: 300;
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0 0 12px;
    color: rgba(251,243,231,0.85);
  }
  .legal-modal ul { margin: 0 0 16px; padding-left: 20px; }
  .legal-modal a {
    color: var(--yellow);
    text-decoration: underline;
  }
  .legal-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(251,243,231,0.1);
    border: none;
    color: #FBF3E7;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .legal-modal-close:hover { background: rgba(251,243,231,0.2); }
  @media (max-width: 600px) {
    .cookie-banner { padding: 18px 20px; bottom: 12px; left: 12px; right: 12px; }
    .legal-modal-inner { padding: 32px 24px; }
    .legal-modal h2 { font-size: 1.4rem; }
  }

  /* ============================================
     HAMBURGER
     ============================================ */
  .hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 201;
    position: relative;
  }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--yellow);
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--dark);
    z-index: 200;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .mobile-menu.open { display: flex; }
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .mobile-menu a {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 8vw, 3.5rem);
    color: var(--yellow);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  /* ============================================
     DRAW BUTTON (MOBILE)
     ============================================ */
  .draw-btn {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 48px;
    height: 48px;
    background: #c0c0c0;
    border: 2px outset #fff;
    border-right-color: #808080;
    border-bottom-color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    text-align: center;
    line-height: 1.1;
    padding: 4px;
    box-shadow: 1px 1px 0 #000;
  }
  .draw-btn.active {
    background: var(--yellow);
    border: 2px inset #fff;
  }
  .hero.draw-locked {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 150;
  }

  /* ============================================
     RESPONSIVE
     ============================================ */
  @media (max-width: 1024px) {
    /* Nav: hide desktop sticky, show hamburger on tablet & mobile */
    .nav-sticky, .nav-color-wrap, .navy-overlay-nav { display: none !important; }
    /* Unified corner positioning — brand & hamburger aligned */
    .nav-brand-top, .navy-brand-clone {
      top: max(28px, calc(env(safe-area-inset-top, 0px) + 28px));
      left: 32px;
      font-size: 22px;
      line-height: 1;
    }
    .hamburger {
      display: block;
      position: fixed;
      top: max(22px, calc(env(safe-area-inset-top, 0px) + 22px));
      right: 32px;
      z-index: 250;
      padding: 4px;
    }
    .draw-btn {
      bottom: max(240px, calc(240px + env(safe-area-inset-bottom, 0px)));
      right: 32px;
    }
    /* Logo below draw button */
    .logo-container {
      bottom: max(110px, calc(110px + env(safe-area-inset-bottom, 0px)));
      left: 32px;
    }

    .step-card { padding: 28px 32px; min-height: 160px; }
    .step-card-inner { padding-left: 0; padding-right: 0; }
    .step-card .bg-num { font-size: 240px; right: -20px; }
    .step-card:nth-of-type(1) .bg-num { right: -10px; }
    .step-card:nth-of-type(n+2) .bg-num { right: -60px; }
  }

  @media (max-width: 900px) {
    .about-content { padding-top: 0; padding-bottom: 40px; }
  }

  @media (max-width: 767px) {
    .nav-brand-top, .navy-brand-clone { font-size: 20px; }
    .logo-line { font-size: clamp(1.75rem, 10.5vw, 3.8rem); }
    .section-how h2 { font-size: clamp(1.8rem, 7vw, 3rem); }
    .section-about h2 { font-size: clamp(1.8rem, 8vw, 3rem); }
    .counter-label { font-size: 0.85rem; letter-spacing: 0.05em; margin-bottom: 14px; }
    .section-counter .bg-percent { font-size: clamp(12rem, 60vw, 20rem); }
    .counter-h2 span { display: block; }
    .counter-desktop-br { display: none; }
    .about-content p { font-size: 0.85rem; line-height: 1.55; }
    .section-how .intro { font-size: 0.85rem; line-height: 1.55; margin-bottom: 40px; }

    /* Section paddings unified — leave less right room since no nav */
    .section-about, .section-how, .section-counter, .section-donate, .section-close {
      padding-left: 20px; padding-right: 20px;
    }
    .section-about { padding-top: 100px; padding-bottom: 80px; min-height: auto; }
    .section-how { padding: 80px 0; }
    .how-inner { padding: 0 20px; }
    .section-counter { padding-top: 80px; padding-bottom: 80px; }
    .section-donate { padding-top: 80px; padding-bottom: 100px; }
    .section-close { padding-top: 50px; padding-bottom: 50px; }

    /* Section 2 — text not cut off */
    .about-content { padding-top: 0; padding-bottom: 0; }
    .about-content h2 { margin-bottom: 28px; word-break: break-word; hyphens: auto; }
    .section-how h2 { margin-bottom: 28px; }
    .section-how .intro { margin-bottom: 36px; }
    .about-content p { line-height: 1.65; margin-bottom: 18px; }
    .section-how .intro { line-height: 1.65; }

    /* Section 3 */
    .section-globe { min-height: 80vh; }
    #globeCanvas { width: min(220px, 55vw); height: min(220px, 55vw); }
    .crown-img { width: min(140px, 36vw); transform: translate(-90%, -130%); }
    .globe-word { font-size: clamp(1.4rem, 5.5vw, 2.2rem); }

    /* Section 4 — keep desktop look (number bleeds, badge bottom-right) */
    .step-card {
      padding: 18px 22px;
      min-height: 140px;
      margin-bottom: 12px;
    }
    .step-card .bg-num {
      font-size: 260px;
      right: -40px !important;
      opacity: 0.65;
    }
    .step-card:nth-of-type(1) .bg-num { right: -20px !important; }
    .step-card:nth-of-type(n+2) .bg-num { right: -90px !important; }
    .step-card:nth-of-type(5) {
      margin-bottom: 60px;
    }
    .step-card-inner {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 28px;
      min-height: 100px;
    }
    .step-card-content h3 { font-size: 1rem; margin-bottom: 8px; }
    .step-card-content p { font-size: 0.85rem; line-height: 1.55; }
    .step-badge {
      position: absolute;
      right: -12px;
      bottom: -12px;
      font-size: 13px;
      padding: 9px 22px 18px 22px;
    }
    .needs-card {
      padding: 32px 24px;
      margin-top: 80px;
      margin-bottom: 80px;
    }
    .needs-card h3 { font-size: 1.4rem; }

    /* Section 5 counter */
    .counter-amount { font-size: clamp(2.8rem, 12vw, 4rem); }
    .counter-bar { max-width: 90%; }

    /* Section 6 donate */
    .donate-form-wrap { max-width: 92%; }

    /* Mobile: moderate scale up, shift right, positioned higher */
    .hero-image-wrapper-persons .hero-image { transform: scale(1.15) translateX(10%) translateY(-8%); transform-origin: center; }
    .hero-image-wrapper-bg .hero-image { transform: scale(1.08) translateX(5%) translateY(-5%); transform-origin: center; }

    .section-close > div[style] { height: 0 !important; margin-bottom: 0 !important; }
    .section-close .your-move { margin-bottom: 24px; }
    .section-close h2 { margin-bottom: 18px; }
    .socials { gap: 8px; margin-top: 0; }
    .social-pill { font-size: 11px; padding: 10px 16px; }
    .social-pill svg { width: 16px; height: 16px; }

    /* Globe grab cursor — disable on mobile */
    body.globe-grab-zone, body.globe-grab-zone * { cursor: auto !important; }
  }

  @media (max-width: 480px) {
    .logo-line { font-size: clamp(1.95rem, 14vw, 3.8rem); }
    .nav-brand-top, .navy-brand-clone { font-size: 18px; }
    .section-about, .section-counter, .section-donate, .section-close {
      padding-left: 16px; padding-right: 16px;
    }
    .how-inner { padding: 0 16px; }
    .step-card { padding: 24px 20px; margin-bottom: 14px; }
    .step-card:nth-of-type(5) { margin-bottom: 50px; }
    .step-card .bg-num { font-size: 220px; }
    .needs-card { padding: 28px 18px; margin-bottom: 30px; }
    .counter-bar { max-width: 100%; }
    .section-counter .bg-percent { font-size: clamp(10rem, 62vw, 16rem); }
    .donate-input { padding: 12px 14px; font-size: 12px; }
  }

  @media (pointer: coarse) and (max-width: 1366px) {
    .draw-btn { display: block; }
  }

  /* Tablet (coarse pointer, 768-1366): covers iPads, Surface Duo unfolded, Android tablets */
  @media (pointer: coarse) and (min-width: 768px) and (max-width: 1366px) {
    .draw-btn {
      bottom: max(80px, calc(80px + env(safe-area-inset-bottom, 0px))) !important;
      right: 32px !important;
      left: auto !important;
    }
    .logo-container {
      bottom: max(80px, calc(80px + env(safe-area-inset-bottom, 0px))) !important;
      left: 32px;
    }
    /* Tablet-specific refinements */
    .logo-line { font-size: clamp(2.2rem, 9vw, 5rem); }
    .section-about h2, .section-how h2 { font-size: clamp(2rem, 6.5vw, 4rem); margin-bottom: 60px; }
    .about-content p, .section-how .intro { font-size: 1rem; line-height: 1.7; }
    .how-inner { padding: 0 60px; max-width: 900px; }
    .step-card { padding: 32px 40px; min-height: 180px; }
    .step-card .bg-num { font-size: 280px; }
    .counter-h2 { font-size: clamp(2.2rem, 5.5vw, 4rem); }
    .section-counter .bg-percent { font-size: clamp(18rem, 40vw, 32rem); }
    #globeCanvas { width: min(340px, 42vw); height: min(340px, 42vw); }
    .crown-img { width: min(220px, 26vw); }
    .globe-word { font-size: clamp(2rem, 4vw, 3.8rem); }
    .needs-card { padding: 32px 28px; }
    /* S2 spacing proportional to neighboring sections */
    .section-about { padding: 120px 60px 80px; min-height: auto; }
    .about-content { padding-top: 0; padding-bottom: 0; }
    /* S7 tighter to match overall spacing */
    .section-close { padding-top: 70px; padding-bottom: 70px; }
    .section-close .your-move { margin-bottom: 28px; }
    .section-close h2 { margin-bottom: 20px; }
  }

  /* Landscape on small devices — keep page usable instead of blocking */
  @media (max-width: 1024px) and (orientation: landscape) and (max-height: 500px) {
    .hero { height: auto; min-height: 100dvh; }
    .hero.draw-locked { height: 100dvh; min-height: 100dvh; }
    .logo-container {
      bottom: max(24px, calc(24px + env(safe-area-inset-bottom, 0px))) !important;
      left: 32px !important;
    }
    /* Draw button bottom-right, same margin as hamburger (32px) */
    .draw-btn {
      bottom: max(24px, calc(24px + env(safe-area-inset-bottom, 0px))) !important;
      top: auto !important;
      right: max(32px, calc(32px + env(safe-area-inset-right, 0px))) !important;
      left: auto !important;
      width: 44px !important;
      height: 44px !important;
      font-size: 8px !important;
    }
    .nav-brand-top, .navy-brand-clone {
      top: max(16px, calc(env(safe-area-inset-top, 0px) + 16px)) !important;
    }
    .hamburger {
      top: max(14px, calc(env(safe-area-inset-top, 0px) + 14px)) !important;
    }
    .logo-line { font-size: clamp(1.5rem, 6vw, 3rem) !important; }
    /* Globe scaled to fit landscape viewport */
    .section-globe { min-height: 100dvh; }
    #globeCanvas {
      width: min(46vh, 42vw) !important;
      height: min(46vh, 42vw) !important;
    }
    .crown-img { width: min(28vh, 26vw) !important; }
    .globe-word { font-size: clamp(1.1rem, 3.2vh, 2rem) !important; }
    /* Close section (S7) buttons higher — less vertical space in landscape */
    .section-close { padding-top: 40px !important; padding-bottom: 40px !important; }
    .section-close > div[style] { display: none !important; }
    .section-close .socials { margin-top: 24px !important; gap: 10px !important; }
    .section-close h2 { margin-bottom: 12px !important; }
  }
