    /* ── Sora Variable Font (self-hosted) ── */
    @font-face {
      font-family: 'Sora';
      src: url('../fonts/Sora/Sora-VariableFont_wght.woff2') format('woff2-variations'),
           url('../fonts/Sora/Sora-VariableFont_wght.ttf') format('truetype');
      font-weight: 100 800;
      font-style: normal;
      font-display: swap;
    }

    /* ── Neo-brutalist global touches ── */
    ::selection { background: #FDB927; color: #0b0b0b; }
    a:focus-visible, button:focus-visible, input:focus-visible {
      outline: 3px solid #2F81F7;
      outline-offset: 3px;
    }
    html { scrollbar-color: #0b0b0b #F7F2EC; }
    ::-webkit-scrollbar { width: 14px; }
    ::-webkit-scrollbar-track { background: #F7F2EC; border-left: 2px solid #0b0b0b; }
    ::-webkit-scrollbar-thumb { background: #0b0b0b; border-radius: 8px; border: 3px solid #F7F2EC; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }

    /* ── Language switching ── */
    html[lang="pt"] .en { display: none !important; }
    html[lang="en"] .pt { display: none !important; }

    /* ── WhatsApp floating button ── */
    .wa-fab {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 9998;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 18px 12px 14px;
      background: #25D366;
      color: #0b0b0b;
      border: 3px solid #0b0b0b;
      border-radius: 999px;
      box-shadow: 4px 4px 0 #0b0b0b;
      text-decoration: none;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.02em;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .wa-fab svg { width: 22px; height: 22px; fill: #0b0b0b; }
    .wa-fab:hover {
      transform: translate(-2px, -2px);
      box-shadow: 6px 6px 0 #0b0b0b;
    }
    .wa-fab:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #0b0b0b;
    }
    .wa-fab:focus-visible { outline: 3px solid #FDB927; outline-offset: 4px; }
    @media (max-width: 700px) {
      .wa-fab { right: 14px; bottom: 14px; padding: 12px; }
      .wa-fab-label { display: none; }
    }
    @media print { .wa-fab { display: none; } }

    /* ── Skip link (visible on keyboard focus) ── */
    .skip-link {
      position: absolute;
      left: 8px;
      top: -40px;
      background: #fff;
      color: #0b0b0b;
      border: 1px solid #0b0b0b;
      padding: 4px 10px;
      font-size: 12px;
      border-radius: 4px;
      z-index: 9999;
      text-decoration: none;
    }
    .skip-link:focus { top: 8px; }

    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; scroll-padding-top: 112px; }
    body {
      font-family: 'Sora', -apple-system, BlinkMacSystemFont, sans-serif;
      background: #fff;
      color: #0b0b0b;
      line-height: 1.6;
      overflow-x: hidden;
      overflow-x: clip;
      -webkit-font-smoothing: antialiased;
    }

    /* ── Typographic nuances: Headings vs Body ── */
    /* Titles: tight tracking, heavy weight — Sora shines at display sizes */
    h1, h2, h3, h4, h5, h6,
    .hero-h1,
    .section-title,
    .service-card-body h3,
    .service-card-contact h3,
    .about-content h2,
    .experience-left h2,
    .exp-card-body h3,
    .contact-left h2,
    .footer-brand-name,
    .footer-col h3,
    .newsletter-title {
      font-family: 'Sora', sans-serif;
      letter-spacing: 0;
      font-weight: 800;
      line-height: 1.15;
    }

    /* Body / descriptive text: relaxed spacing for readability */
    p, .hero-desc, .section-desc, .about-content > p,
    .experience-left > p, .service-card-body p,
    .service-card-contact p, .exp-card-body p,
    .contact-left > p, .footer-brand-desc,
    .about-point p, .footer-col ul li {
      font-family: 'Sora', sans-serif;
      letter-spacing: 0.01em;
      line-height: 1.7;
    }

    /* Nav / labels: medium weight, clean spacing */
    .nav-links a, .lang-btn, .mobile-menu a,
    .contact-btn, .hero-cta, .experience-left a,
    .contact-book-btn, .qr-whatsapp-btn,
    .logos-heading .eyebrow, .exp-card-date {
      font-family: 'Sora', sans-serif;
      letter-spacing: 0.01em;
    }

    .container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }

    /* ── NAV (sticky floating pill) ── */
    .nav-wrap {
      padding: 20px 16px 12px;
      position: sticky;
      top: 0;
      z-index: 150;
      pointer-events: none;
    }
    .nav-wrap nav, .mobile-menu { pointer-events: auto; }
    nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      border: 4px solid #000;
      border-radius: 16px;
      padding: 10px 16px;
      max-width: 820px;
      margin: 0 auto;
      box-shadow: 6px 6px 0px 0px rgba(0,0,0,1);
      gap: 12px;
    }
    .nav-logo {
      width: 40px; height: 40px;
      background: #000; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .nav-logo-inner { width: 24px; height: 24px; background: #fff; border-radius: 50%; }
    .nav-links { display: flex; align-items: center; gap: 18px; flex: 1; justify-content: center; }
    .nav-links a {
      font-size: 16px; font-weight: 700; color: #0b0b0b;
      text-decoration: none; transition: opacity 0.2s; white-space: nowrap;
    }
    .nav-links a:hover {
      text-decoration: underline 3px #FDB927;
      text-underline-offset: 6px;
    }
    .nav-actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }


    /* ── Language toggle (neo-brutalist pill) ── */
    .lang-toggle {
      position: relative;
      display: inline-flex; align-items: center;
      background: #fff;
      border: 3px solid #000;
      border-radius: 999px;
      padding: 3px;
      box-shadow: 3px 3px 0 #000;
      flex-shrink: 0;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .lang-toggle:hover {
      transform: translate(-1px, -1px);
      box-shadow: 4px 4px 0 #000;
    }
    .lang-toggle:active {
      transform: translate(1px, 1px);
      box-shadow: 1px 1px 0 #000;
    }
    .lang-btn {
      position: relative;
      display: inline-flex; align-items: center; justify-content: center;
      min-width: 40px; min-height: 28px;
      padding: 4px 12px;
      font-family: inherit;
      font-size: 12px; font-weight: 800;
      letter-spacing: 1px;
      color: #0b0b0b;
      background: transparent;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: color 0.2s ease, background 0.2s ease, transform 0.1s ease;
    }
    .lang-btn:not(.active):hover { color: #FF6B7A; }
    .lang-btn.active {
      background: #FDB927;
      color: #0b0b0b;
      box-shadow: inset 0 0 0 2px #000;
    }
    .lang-btn:focus-visible {
      outline: 3px solid #2F81F7;
      outline-offset: 3px;
    }

    /* ── HERO ── */
    #home {
      padding: 64px 16px 96px;
      background-image: radial-gradient(rgba(11,11,11,0.14) 1.5px, transparent 1.5px);
      background-size: 26px 26px;
    }
    .hero-inner {
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
    }
    .hero-h1 { font-size: 62px; font-weight: 800; line-height: 1.18; margin-bottom: 24px; }
    .highlight-pink   { background: #FF6B7A; color: #0b0b0b; padding: 2px 12px; display: inline-block; border: 3px solid #000; border-radius: 10px; box-shadow: 4px 4px 0 #000; transform: rotate(-1deg); }
    .highlight-blue   { background: #2F81F7; color: #0b0b0b; padding: 2px 12px; display: inline-block; border: 3px solid #000; border-radius: 10px; box-shadow: 4px 4px 0 #000; transform: rotate(0.75deg); }
    .highlight-red    { background: #FF4A60; color: #0b0b0b; padding: 2px 12px; display: inline-block; border: 3px solid #000; border-radius: 10px; box-shadow: 4px 4px 0 #000; transform: rotate(-1deg); }
    .highlight-purple { background: #6366F1; color: #0b0b0b; padding: 2px 12px; display: inline-block; border: 3px solid #000; border-radius: 10px; box-shadow: 4px 4px 0 #000; transform: rotate(0.75deg); }
    .hero-desc {
      color: #393939; font-size: 18px; font-weight: 500; line-height: 1.7;
      max-width: 540px; margin-bottom: 40px;
    }
    .hero-cta {
      display: inline-flex; align-items: center; gap: 8px;
      background: #0b0b0b; color: #fff; font-size: 18px; font-weight: 700;
      padding: 17px 45px; border-radius: 12px; text-decoration: none;
      border: 3px solid #000;
      box-shadow: 5px 5px 0 #000;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .hero-cta:hover {
      transform: translate(-2px, -2px);
      box-shadow: 7px 7px 0 #000;
    }
    .hero-cta:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #000;
    }
    .hero-cta--secondary { background: #fff; color: #0b0b0b; }
    .hero-cta--secondary:hover { background: #FDB927; }
    .hero-cta svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .hero-avatar-wrap { display: flex; justify-content: flex-end; }
    .hero-avatar-frame {
      position: relative;
      width: 100%;
      max-width: 400px;
    }
    .hero-avatar-frame::before {
      content: "";
      position: absolute;
      inset: 22px -20px -20px 22px;
      background: #FDB927;
      border: 4px solid #000;
      border-radius: 24px;
      transform: rotate(2deg);
      z-index: 0;
    }
    .hero-avatar-frame .hero-avatar { position: relative; z-index: 1; }
    .hero-sticker {
      position: absolute;
      bottom: -18px;
      left: -26px;
      z-index: 2;
      background: #fff;
      border: 3px solid #000;
      border-radius: 999px;
      box-shadow: 4px 4px 0 #000;
      padding: 10px 18px;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      white-space: nowrap;
      transform: rotate(-4deg);
    }
    .hero-spark {
      position: absolute;
      z-index: 2;
      line-height: 1;
      color: #FDB927;
      text-shadow: 2px 2px 0 #000;
      animation: spark-spin 6s ease-in-out infinite;
      pointer-events: none;
    }
    .hero-spark--1 { top: -26px; left: -30px; font-size: 46px; }
    .hero-spark--2 { bottom: 42px; right: -24px; font-size: 30px; color: #FF6B7A; animation-delay: 1.5s; }
    @keyframes spark-spin {
      0%, 100% { transform: rotate(0deg) scale(1); }
      50% { transform: rotate(20deg) scale(1.15); }
    }
    .hero-avatar {
      width: 100%; max-width: 400px; aspect-ratio: 3/4;
      background: transparent; border: 4px solid #000; border-radius: 24px;
      overflow: hidden; box-shadow: 8px 8px 0px 0px rgba(0,0,0,1);
    }
    .hero-avatar img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: top center;
    }

    /* ── LOGOS CAROUSEL (neo-brutalist) ── */
    .logos-section {
      background: #fff;
      padding: 80px 0 64px;
      overflow: hidden;
     
    }
    .logos-heading {
      text-align: center;
      margin-bottom: 40px;
      padding: 0 16px;
    }
    .logos-heading .eyebrow {
      display: inline-block;
      background: #0b0b0b; color: #fff;
      font-size: 12px; font-weight: 800;
      letter-spacing: 2px;
      padding: 6px 16px;
      border-radius: 999px;
      border: 3px solid #000;
      box-shadow: 3px 3px 0 #000;
      margin-bottom: 18px;
      transform: rotate(-2deg);
    }
    .logos-heading h2 {
      font-size: 36px;
      font-weight: 800;
      color: #0b0b0b;
      line-height: 1.2;
    }
    .logos-heading h2 .accent {
      background: #FDB927;
      padding: 2px 12px;
      display: inline-block;
      border: 3px solid #000;
      border-radius: 10px;
      box-shadow: 4px 4px 0 #000;
      transform: rotate(-1.5deg);
      margin: 0 4px;
    }
    .logos-carousel-wrap {
      position: relative;
      background: #FFFBEA;
      padding: 28px 0;
      overflow: hidden;
      width: 104%;
      margin-left: -2%;
      transform: rotate(-1.2deg);
    }
    .logos-carousel-wrap::before,
    .logos-carousel-wrap::after {
      content: "";
      position: absolute; top: 0; bottom: 0;
      width: 80px; z-index: 2; pointer-events: none;
    }
    .logos-carousel-wrap::before {
      left: 0;
      background: linear-gradient(90deg, #FFFBEA, transparent);
    }
    .logos-carousel-wrap::after {
      right: 0;
      background: linear-gradient(-90deg, #FFFBEA, transparent);
    }
    .logos-track {
      display: flex;
      align-items: center;
      gap: 64px;
      width: max-content;
      animation: logos-scroll 50s linear infinite;
    }
    .logos-track:hover { animation-play-state: paused; }
    .logo-card {
      flex-shrink: 0;
      background: #fff;
      border: 3px solid #000;
      border-radius: 16px;
      box-shadow: 5px 5px 0 #000;
      padding: 20px 28px;
      height: 110px;
      min-width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .logo-card:hover {
      transform: translate(-3px, -3px);
      box-shadow: 8px 8px 0 #000;
    }
    .logo-card img {
      max-height: 60px;
      max-width: 160px;
      width: auto; height: auto;
      object-fit: contain;
      display: block;
    }
    .logo-card.tall img { max-height: 72px; }
    .logo-card .logo-text {
      font-family: 'Sora', sans-serif;
      font-weight: 800;
      font-size: 20px;
      letter-spacing: -0.02em;
      color: #0b0b0b;
      text-align: center;
      line-height: 1.1;
      white-space: nowrap;
    }
    @keyframes logos-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-50% - 32px)); }
    }

    /* ── SERVICES ── */
    #services { background: #F7F2EC; padding: 64px 16px 96px; }
    .section-header { text-align: center; margin-bottom: 56px; }
    .section-title { font-size: 52px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
    .section-desc { color: #393939; font-size: 18px; font-weight: 500; line-height: 1.7; max-width: 640px; margin: 0 auto; }
    .services-grid {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
    }
    .service-card {
      position: relative;
      background: #fffdf9;
      border: 2px solid #262522;
      border-radius: 22px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 520px;
      padding: 34px 32px 30px;
      box-shadow: 6px 6px 0 #262522;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .service-card:hover {
      transform: translate(-3px, -3px);
      box-shadow: 9px 9px 0 #262522;
    }
    .service-card-img {
      width: 96px;
      height: 96px;
      overflow: hidden;
      margin: 0;
      border: 3px solid #262522;
      border-radius: 18px;
      box-shadow: 7px 7px 0 #262522;
      display: flex; align-items: center; justify-content: center;
      position: relative;
      flex-shrink: 0;
    }
    .service-card-img svg.icon {
      width: 50px; height: 50px;
      transition: transform 0.5s ease-out;
    }
    .service-card:hover .service-card-img svg.icon { transform: scale(1.08) rotate(-4deg); }
    .service-card-body {
      padding: 70px 0 0;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .service-card-body h3 { font-size: 30px; font-weight: 800; color: #202020; margin-bottom: 22px; line-height: 1.18; }
    .service-card-body p { font-size: 17px; font-weight: 500; color: #34312d; line-height: 1.55; margin-bottom: 0; }
    .service-card-contact {
      background: #fffdf9;
      border: 2px solid #262522;
      border-radius: 22px;
      padding: 34px 32px 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      min-height: 520px;
      box-shadow: 6px 6px 0 #262522;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .service-card-contact:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 #262522; }
    .contact-icon {
      width: 96px; height: 96px; background: #FFD23F; border: 3px solid #262522; border-radius: 18px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 0;
      box-shadow: 7px 7px 0 #262522;
      flex-shrink: 0;
    }
    .contact-icon svg { width: 40px; height: 40px; stroke: #202020; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .service-card-contact h3 { font-size: 30px; font-weight: 800; color: #202020; margin: 70px 0 22px; line-height: 1.18; }
    .service-card-contact p { font-size: 17px; font-weight: 500; color: #34312d; line-height: 1.55; margin-bottom: 22px; }
    .contact-btn {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: #202020; font-size: 17px; font-weight: 800;
      padding: 28px 0 0; border-radius: 0; text-decoration: none;
      border: 0;
      box-shadow: none;
      width: fit-content; max-width: none; justify-content: center; transition: transform 0.2s;
      white-space: nowrap;
      margin-top: auto;
    }
    .contact-btn:hover { opacity: 1; transform: translateX(4px); box-shadow: none; }
    .contact-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

    /* ── SKILLS ── */
    #skills { background: #fffdf9; padding: 72px 16px 104px; }
    .skills-inner { max-width: 1280px; margin: 0 auto; }
    .skills-header {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 36px;
    }
    .skills-header h2 {
      font-size: 48px;
      font-weight: 800;
      line-height: 1.15;
      color: #0b0b0b;
    }
    .skills-header p {
      color: #34312d;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.7;
      max-width: 560px;
    }
    #skills .highlight-blue { background: #2AA99A; color: #0b0b0b; }
    .skills-board {
      display: grid;
      grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.6fr);
      gap: 28px;
      align-items: stretch;
    }
    .skills-feature {
      background: #202020;
      color: #fffdf9;
      border: 2px solid #262522;
      border-radius: 22px;
      box-shadow: 7px 7px 0 #262522;
      padding: 30px;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 56px;
    }
    .skills-feature-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
    }
    .skills-kicker {
      display: inline-flex;
      align-items: center;
      background: #FFD23F;
      color: #202020;
      border: 2px solid #262522;
      border-radius: 999px;
      box-shadow: 3px 3px 0 #fffdf9;
      padding: 7px 13px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
    }
    .skills-terminal {
      color: #8EA3F2;
      font-family: 'Courier New', monospace;
      font-size: 13px;
      font-weight: 700;
    }
    .skills-feature h3 {
      font-size: 34px;
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 16px;
    }
    .skills-feature p {
      color: #d8d3cc;
      font-size: 16px;
      line-height: 1.65;
    }
    .skills-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
    .skill-card {
      background: #fffdf9;
      border: 2px solid #262522;
      border-radius: 18px;
      box-shadow: 5px 5px 0 #262522;
      padding: 24px;
      position: relative;
      overflow: hidden;
    }
    .skill-card::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 12px;
      background: var(--skill-accent, #FFD23F);
      border-right: 2px solid #262522;
    }
    .skill-card h3 {
      color: #202020;
      font-size: 21px;
      font-weight: 800;
      line-height: 1.25;
      margin: 0 0 18px 10px;
    }
    .skill-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-left: 10px;
    }
    .skill-tags span {
      display: inline-flex;
      align-items: center;
      background: #F7F2EC;
      color: #202020;
      border: 2px solid #262522;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.15;
      box-shadow: 2px 2px 0 #262522;
    }
    .skill-card.accent-yellow { --skill-accent: #FFD23F; }
    .skill-card.accent-teal { --skill-accent: #2AA99A; }
    .skill-card.accent-blue { --skill-accent: #8EA3F2; }
    .skill-card.accent-coral { --skill-accent: #FF835C; }
    .skill-card.accent-pink { --skill-accent: #E94D9A; }
    .skill-card.accent-dark { --skill-accent: #202020; }

    /* ── ABOUT ── */
    #about { padding: 64px 16px 96px; }
    .about-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .about-impact-wrap { display: flex; justify-content: center; }
    .about-impact {
      width: 100%; max-width: 480px;
      background: #FFFBEA;
      border: 4px solid #000;
      border-radius: 24px;
      box-shadow: -8px 8px 0 #000;
      padding: 28px;
      display: flex;
      flex-direction: column;
      gap: 22px;
    }
    .impact-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      align-self: flex-start;
      background: #fff;
      border: 3px solid #000;
      border-radius: 999px;
      box-shadow: 3px 3px 0 #000;
      padding: 8px 16px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      transform: rotate(-1deg);
    }
    .impact-dot {
      width: 12px; height: 12px;
      background: #2AA99A;
      border: 2px solid #000;
      border-radius: 50%;
      flex-shrink: 0;
      animation: impact-pulse 2s ease-in-out infinite;
    }
    @keyframes impact-pulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.25); }
    }
    .impact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .impact-tile {
      border: 3px solid #000;
      border-radius: 16px;
      box-shadow: 5px 5px 0 #000;
      padding: 18px 16px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .impact-tile:hover {
      transform: translate(-2px, -2px);
      box-shadow: 7px 7px 0 #000;
    }
    .impact-tile strong {
      font-size: 32px;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: #0b0b0b;
    }
    .impact-tile span {
      font-size: 13px;
      font-weight: 700;
      line-height: 1.35;
      color: #0b0b0b;
    }
    .tile-yellow { background: #FDB927; transform: rotate(-0.6deg); }
    .tile-pink   { background: #FF6B7A; transform: rotate(0.6deg); }
    .tile-blue   { background: #8EA3F2; transform: rotate(0.6deg); }
    .tile-teal   { background: #2AA99A; transform: rotate(-0.6deg); }
    .tile-yellow:hover, .tile-pink:hover, .tile-blue:hover, .tile-teal:hover {
      transform: translate(-2px, -2px) rotate(0deg);
    }
    .impact-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: #0b0b0b;
      color: #fff;
      font-size: 17px;
      font-weight: 800;
      padding: 16px 24px;
      border: 3px solid #000;
      border-radius: 14px;
      box-shadow: 5px 5px 0 #FDB927;
      text-decoration: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .impact-cta:hover {
      transform: translate(-2px, -2px);
      box-shadow: 7px 7px 0 #FDB927;
    }
    .impact-cta:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #FDB927;
    }
    .impact-cta svg {
      width: 20px; height: 20px;
      stroke: currentColor; fill: none;
      stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
      flex-shrink: 0;
    }
    .about-content h2 { font-size: 46px; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
    .about-content > p { color: #6b7280; font-size: 18px; line-height: 1.7; margin-bottom: 40px; }
    .about-points { display: flex; flex-direction: column; gap: 28px; }
    .about-point { display: flex; gap: 16px; align-items: flex-start; }
    .about-point-dot {
      width: 20px; height: 20px; border: 2px solid #000;
      border-radius: 5px; flex-shrink: 0; margin-top: 4px;
    }
    .about-point-dot.purple { background: #6366F1; }
    .about-point-dot.pink   { background: #FF6B7A; }
    .about-point-dot.blue   { background: #2F81F7; }
    .about-point h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
    .about-point p  { color: #6b7280; font-size: 15px; line-height: 1.6; }

    /* ── PROJECTS ── */
    #projects { background: #FFFBEA; padding: 72px 16px 96px; }
    .projects-inner { max-width: 1280px; margin: 0 auto; }
    .projects-header {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 48px;
      align-items: end;
      margin-bottom: 36px;
    }
    .projects-header h2 { font-size: 48px; font-weight: 800; line-height: 1.2; }
    .projects-header p { color: #393939; font-size: 18px; font-weight: 500; line-height: 1.7; }
    .projects-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .project-card {
      background: #fff;
      border: 3px solid #000;
      border-radius: 18px;
      padding: 24px;
      min-height: 290px;
      box-shadow: 6px 6px 0 #000;
      display: flex;
      flex-direction: column;
      gap: 16px;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .project-card:hover {
      transform: translate(-3px, -3px);
      box-shadow: 9px 9px 0 #000;
    }
    .project-card.featured {
      grid-column: span 2;
      background: #EAF3FF;
      min-height: 320px;
    }
    .project-card.moderate {
      background: #FFFCF0;
      box-shadow: 5px 5px 0 #000;
    }
    .project-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .project-year {
      display: inline-flex;
      align-items: center;
      background: #0b0b0b;
      color: #fff;
      border: 2px solid #000;
      border-radius: 999px;
      padding: 5px 12px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      white-space: nowrap;
    }
    .project-badge {
      width: 46px;
      height: 46px;
      border: 2px solid #000;
      border-radius: 50%;
      box-shadow: 4px 4px 0 #000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
    }
    .project-card h3 { font-size: 22px; font-weight: 800; line-height: 1.25; }
    .project-card p { color: #393939; font-size: 15px; font-weight: 500; line-height: 1.7; }
    .project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
    .project-tags span {
      display: inline-flex;
      align-items: center;
      background: #fff;
      border: 2px solid #000;
      border-radius: 999px;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 800;
      color: #0b0b0b;
    }
    .project-card.featured .project-tags span { background: #FDB927; }
    .project-card.moderate .project-tags span { background: #EAF3FF; }
    .project-links { display: flex; flex-wrap: wrap; gap: 10px; }
    .project-links a {
      display: inline-flex;
      align-items: center;
      background: #0b0b0b;
      color: #fff;
      border: 3px solid #000;
      border-radius: 8px;
      box-shadow: 3px 3px 0 #000;
      padding: 8px 12px;
      font-size: 12px;
      font-weight: 800;
      text-decoration: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .project-links a:hover {
      transform: translate(-2px, -2px);
      box-shadow: 5px 5px 0 #000;
    }
    .projects-grid > .project-card:nth-child(n+7) { display: none; }
    .projects-grid.show-all > .project-card:nth-child(n+7) { display: flex; }
    .projects-show-more-wrap { display: flex; justify-content: center; margin-top: 36px; }

    /* ── EXPERIENCE ── */
    #experience { background: #000; padding: 64px 16px 96px; }
    .experience-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
    .experience-left { color: #fff; padding-top: 48px; position: sticky; top: 48px; }
    .experience-left h2 { font-size: 50px; font-weight: 800; line-height: 1.25; margin-bottom: 24px; }
    .experience-left > p { color: #9ca3af; font-size: 18px; line-height: 1.7; margin-bottom: 40px; }
    .experience-left a {
      display: inline-flex; align-items: center; gap: 8px;
      background: #fff; color: #000; font-size: 18px; font-weight: 700;
      padding: 17px 45px; border-radius: 12px; text-decoration: none;
      border: 3px solid #fff;
      box-shadow: 5px 5px 0 #FDB927;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .experience-left a:hover {
      transform: translate(-2px, -2px);
      box-shadow: 7px 7px 0 #FDB927;
    }
    .experience-left a:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #FDB927;
    }
    .experience-left a svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .experience-cards { display: flex; flex-direction: column; gap: 24px; }
    .exp-card {
      background: #fff; border: 4px solid #000; border-radius: 24px;
      box-shadow: 6px 6px 0 rgba(255,255,255,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .exp-card:hover {
      transform: translate(-3px, -3px);
      box-shadow: 9px 9px 0 rgba(255,255,255,0.32);
    }
    .exp-card-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 32px 20px; }
    .exp-card-date { font-size: 17px; font-weight: 700; color: #0b0b0b; line-height: 1.4; }
    .exp-card-logo {
      width: 48px; height: 48px; border: 2px solid #000; border-radius: 50%;
      box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; font-weight: 800; color: #fff; flex-shrink: 0;
    }
    .exp-card-divider { border-top: 3px solid #000; }
    .exp-card-body { padding: 20px 32px 32px; }
    .exp-card-body h3 { font-size: 22px; font-weight: 800; color: #0b0b0b; margin-bottom: 12px; line-height: 1.3; }
    .exp-card-body p  { font-size: 16px; font-weight: 500; color: #393939; line-height: 1.7; }

    /* ── Show more/less toggle ── */
    .experience-cards > .exp-card:nth-child(n+7) { display: none; }
    .experience-cards.show-all > .exp-card:nth-child(n+7) { display: block; }
    .exp-show-more-wrap { display: flex; justify-content: center; margin-top: 32px; }
    .exp-show-more {
      display: inline-flex; align-items: center; gap: 12px;
      padding: 14px 28px;
      font-family: inherit;
      font-size: 15px; font-weight: 800; letter-spacing: 1px;
      color: #0b0b0b;
      background: #FDB927;
      border: 3px solid #000;
      border-radius: 999px;
      box-shadow: 5px 5px 0 #000;
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .exp-show-more:hover {
      transform: translate(-2px, -2px);
      box-shadow: 7px 7px 0 #000;
    }
    .exp-show-more:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #000;
    }
    .exp-show-more:focus-visible {
      outline: 3px solid #2F81F7;
      outline-offset: 3px;
    }
    .exp-show-more .chev { width: 18px; height: 18px; transition: transform 0.3s ease; }
    .exp-show-more .exp-label-less { display: none; }
    .exp-show-more.is-expanded .exp-label-more { display: none; }
    .exp-show-more.is-expanded .exp-label-less { display: inline; }
    .exp-show-more.is-expanded .chev { transform: rotate(180deg); }

    /* ── FOOTER ── */
    footer { background: #fffdf9; padding: 64px 16px; }
    .footer-inner { max-width: 1280px; margin: 0 auto; }
    .footer-newsletter {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      gap: 24px;
      background: #F7F2EC;
      border: 2px solid #262522;
      border-radius: 22px;
      box-shadow: 6px 6px 0 #262522;
      padding: 24px 28px;
      margin-bottom: 64px;
    }
    .newsletter-icon {
      width: 72px; height: 72px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .newsletter-icon img {
      width: 72px; height: 72px;
      object-fit: contain;
      display: block;
    }
    .newsletter-form-wrap {
      flex: 1;
      display: grid;
      grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
      align-items: center;
      gap: 28px;
    }
    .newsletter-title { font-size: 22px; font-weight: 800; color: #202020; white-space: nowrap; }
    .newsletter-input-wrap {
      flex: 1;
      min-width: 0;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 18px;
    }
    .newsletter-input {
      width: 100%; height: 56px;
      border: 0;
      border-bottom: 3px solid #262522;
      border-radius: 0;
      padding: 0;
      font-size: 16px; font-family: inherit; outline: none; color: #202020; background: transparent;
    }
    .newsletter-input::placeholder { color: #7b746d; }
    .newsletter-input:focus { border-bottom-color: #FDB927; outline: none; }
    .newsletter-submit {
      position: static;
      min-height: 46px;
      background: #FFD23F; color: #202020;
      border: 2px solid #262522;
      border-radius: 999px;
      box-shadow: 3px 3px 0 #262522;
      padding: 0 22px; font-size: 14px; font-weight: 800; font-family: inherit;
      cursor: pointer; white-space: nowrap; transition: transform 0.2s, box-shadow 0.2s;
    }
    .newsletter-submit:hover { opacity: 1; transform: translate(-1px, -1px); box-shadow: 4px 4px 0 #262522; }
    .footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .footer-brand-name { font-size: 20px; font-weight: 800; color: #000; margin-bottom: 12px; }
    .footer-brand-desc { color: #6b7280; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
    .footer-socials { display: flex; gap: 12px; }
    .footer-social {
      width: 46px; height: 46px;
      border: 3px solid #000;
      border-radius: 10px;
      box-shadow: 4px 4px 0 #000;
      display: flex; align-items: center; justify-content: center;
      text-decoration: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .footer-social:hover {
      transform: translate(-2px, -2px);
      box-shadow: 6px 6px 0 #000;
    }
    .footer-social:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #000;
    }
    .footer-social:focus-visible {
      outline: 3px solid #FDB927;
      outline-offset: 4px;
    }
    .footer-social.github    { background: #000; }
    .footer-social.linkedin  { background: #2F81F7; }
    .footer-social.x         { background: #000; }
    .footer-social.instagram { background: #E1306C; color: #fff; }
    .footer-social.medium    { background: #FDB927; }
    .footer-social.medium svg { stroke: #0b0b0b; fill: #0b0b0b; }
    .footer-social svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
    .footer-col h3 { font-size: 16px; font-weight: 800; color: #000; margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .footer-col ul li { display: flex; align-items: center; gap: 8px; color: #6b7280; font-size: 14px; }
    .footer-col ul li svg { width: 16px; height: 16px; stroke: #6b7280; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .footer-col ul li a { color: #6b7280; text-decoration: none; transition: color 0.2s; }
    .footer-col ul li a:hover { color: #000; }
    .trust-badges {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
      margin: 32px 0 24px;
    }
    .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border: 3px solid #000;
      border-radius: 10px;
      box-shadow: 4px 4px 0 #000;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: #0b0b0b;
      text-decoration: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .trust-badge svg {
      width: 18px; height: 18px;
      stroke: #0b0b0b; fill: none;
      stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
      flex-shrink: 0;
    }
    .trust-badge[data-tone="cream"]  { background: #fffdf9; transform: rotate(-1.5deg); }
    .trust-badge[data-tone="yellow"] { background: #fffdf9; transform: rotate(1deg); }
    .trust-badge[data-tone="pink"]   { background: #fffdf9; transform: rotate(-1deg); }
    .trust-badge[data-tone="teal"]   { background: #fffdf9; transform: rotate(0.5deg); }
    .trust-badge[data-tone="yellow"] svg { stroke: #FDB927; }
    .trust-badge[data-tone="pink"]   svg { stroke: #FF6B7A; }
    .trust-badge[data-tone="teal"]   svg { stroke: #2AA99A; }
    a.trust-badge:hover {
      transform: translate(-2px, -2px) rotate(0deg);
      box-shadow: 6px 6px 0 #000;
    }
    a.trust-badge:active {
      transform: translate(2px, 2px) rotate(0deg);
      box-shadow: 1px 1px 0 #000;
    }
    a.trust-badge:focus-visible {
      outline: 3px solid #0b0b0b;
      outline-offset: 4px;
    }
    .footer-divider { border-top: 1px solid #e5e7eb; padding-top: 32px; text-align: center; color: #6b7280; font-size: 14px; }
    .footer-made {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
      padding: 8px 14px;
      background: #fffdf9;
      color: #0b0b0b;
      border: 3px solid #0b0b0b;
      border-radius: 10px;
      box-shadow: 4px 4px 0 #0b0b0b;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      transform: rotate(-0.5deg);
    }
    .footer-made .made-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      background: transparent;
      border: none;
      box-shadow: none;
      line-height: 1;
    }
    .footer-made .made-chip svg {
      width: 16px; height: 16px;
      stroke: #FF6B7A; fill: #FF6B7A;
      stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round;
    }
    .footer-made .made-chip:nth-of-type(2) svg {
      stroke: #FDB927; fill: none; stroke-width: 2;
    }

    /* ── CONTACT SECTION ── */
    #contact { background: #F7F2EC; padding: 88px 16px 104px; }
    .contact-inner {
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr); gap: 72px; align-items: center;
    }
    .contact-eyebrow {
      display: inline-flex;
      align-items: center;
      background: #FFD23F;
      color: #202020;
      border: 2px solid #262522;
      border-radius: 999px;
      box-shadow: 4px 4px 0 #262522;
      padding: 7px 15px;
      margin-bottom: 18px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    #contact .highlight-pink { background: #2AA99A; color: #0b0b0b; }
    .contact-left h2 { font-size: 52px; font-weight: 800; line-height: 1.2; margin-bottom: 20px; max-width: 680px; }
    .contact-left > p { color: #34312d; font-size: 18px; line-height: 1.7; margin-bottom: 36px; max-width: 660px; }
    .contact-email-box {
      display: flex; align-items: center; gap: 14px;
      background: #202020; border: 2px solid #262522; border-radius: 14px;
      padding: 18px 24px; margin-bottom: 28px;
      box-shadow: 5px 5px 0 #262522;
      font-family: 'Courier New', monospace;
      max-width: 520px;
    }
    .contact-email-box svg { width: 22px; height: 22px; stroke: #FFD23F; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .contact-email-box a {
      color: #f5f5f5; font-size: 17px; font-weight: 500; text-decoration: none;
      letter-spacing: 0.3px; transition: color 0.2s;
    }
    .contact-email-box a:hover { color: #FFD23F; }
    .contact-email-box .at { color: #9ca3af; margin: 0 2px; }
    .contact-book-btn {
      display: inline-flex; align-items: center; gap: 10px;
      background: #FFD23F; color: #202020; font-size: 18px; font-weight: 800;
      padding: 18px 40px; border-radius: 14px; text-decoration: none;
      border: 2px solid #262522; box-shadow: 5px 5px 0 #262522;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .contact-book-btn:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 #262522; }
    .contact-book-btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .contact-right { display: flex; justify-content: flex-end; align-items: center; width: 100%; }
    .qr-card {
      position: relative;
      background: #fffdf9;
      border: 2px solid #262522;
      border-radius: 20px;
      padding: 24px;
      display: flex; flex-direction: column; align-items: center;
      gap: 16px;
      box-shadow: 8px 8px 0 #262522;
      max-width: 360px; width: 100%;
      transition: transform 0.2s, box-shadow 0.2s;
      overflow: hidden;
    }
    .qr-card:hover {
      transform: translate(-3px, -3px);
      box-shadow: 11px 11px 0 #262522;
    }
    .qr-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 84px;
      background: #8EA3F2;
      border-bottom: 2px solid #262522;
      z-index: 0;
    }
    .qr-card > * {
      position: relative;
      z-index: 1;
    }
    .qr-card-header {
      align-self: stretch;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      min-height: 46px;
    }
    .qr-card-header strong {
      color: #0b0b0b;
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
      text-align: right;
    }
    .qr-card-kicker {
      display: inline-flex;
      align-items: center;
      background: #FFD23F;
      color: #202020;
      border: 2px solid #262522;
      border-radius: 999px;
      box-shadow: 3px 3px 0 #262522;
      padding: 6px 12px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
    }
    .qr-card-frame {
      background: #fff;
      padding: 14px;
      border: 2px solid #262522;
      border-radius: 16px;
      box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);
      display: flex;
      margin-top: 4px;
    }
    .qr-card-frame img {
      width: 206px; height: 206px; display: block;
    }
    .qr-card-caption {
      font-size: 14px; font-weight: 700;
      color: #374151;
      text-align: center;
      letter-spacing: 0;
      line-height: 1.45;
      max-width: 250px;
    }
    .qr-whatsapp-btn {
      display: inline-flex; align-items: center; gap: 10px;
      background: #25D366; color: #0b0b0b;
      font-size: 15px; font-weight: 800;
      padding: 14px 18px;
      border-radius: 12px; text-decoration: none;
      width: 100%; justify-content: center;
      border: 2px solid #262522;
      box-shadow: 4px 4px 0 #262522;
      transition: transform 0.15s, box-shadow 0.15s;
      letter-spacing: 0.2px;
    }
    .qr-whatsapp-btn:hover {
      transform: translate(-2px, -2px);
      box-shadow: 6px 6px 0 #262522;
    }
    .qr-whatsapp-btn:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 #262522;
    }
    .qr-whatsapp-btn svg { width: 20px; height: 20px; fill: #0b0b0b; }

    /* ── HAMBURGER (mobile nav) ── */
    .nav-hamburger {
      display: none; flex-direction: column; justify-content: center;
      gap: 5px; width: 40px; height: 40px; background: none;
      border: 2px solid #000; border-radius: 8px; cursor: pointer; padding: 6px;
    }
    .nav-hamburger span { display: block; height: 2px; background: #000; border-radius: 2px; transition: all 0.3s; }
    .mobile-menu {
      display: none; position: fixed; inset: 0; background: #fff; z-index: 200;
      flex-direction: column; align-items: center; justify-content: center; gap: 32px;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      font-size: 28px; font-weight: 800; color: #0b0b0b;
      text-decoration: none; transition: opacity 0.2s;
    }
    .mobile-menu a:hover { opacity: 0.6; }
    .mobile-menu-close {
      position: absolute; top: 24px; right: 24px;
      width: 44px; height: 44px; background: #000; color: #fff;
      border: none; border-radius: 8px; font-size: 24px;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
    }
    .mobile-lang-toggle {
      display: inline-flex; align-items: center;
      background: #fff;
      border: 4px solid #000;
      border-radius: 999px;
      padding: 5px;
      box-shadow: 6px 6px 0 #000;
      margin-top: 8px;
    }
    .mobile-lang-toggle:active {
      transform: translate(2px, 2px);
      box-shadow: 2px 2px 0 #000;
    }
    .mobile-lang-toggle .lang-btn {
      min-width: 80px; min-height: 52px;
      padding: 12px 28px;
      font-size: 18px;
      letter-spacing: 2px;
    }
    .mobile-lang-toggle .lang-btn.active {
      background: #FDB927;
      box-shadow: inset 0 0 0 3px #000;
    }

    /* ── TICKER (marquee divider) ── */
    .ticker {
      position: relative;
      z-index: 5;
      overflow: hidden;
      background: #0b0b0b;
      border-top: 3px solid #000;
      border-bottom: 3px solid #000;
      padding: 13px 0;
      width: 104%;
      margin: -12px 0 -12px -2%;
      transform: rotate(-1.2deg);
    }
    .ticker--alt {
      background: #2AA99A;
      transform: rotate(1.2deg);
    }
    .ticker-track {
      display: flex;
      align-items: center;
      gap: 28px;
      width: max-content;
      animation: ticker-scroll 28s linear infinite;
    }
    .ticker span {
      color: #fffdf9;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .ticker b { color: #FDB927; font-size: 16px; font-weight: 800; }
    .ticker--alt span { color: #0b0b0b; }
    .ticker--alt b { color: #fffdf9; }
    @keyframes ticker-scroll {
      to { transform: translateX(calc(-50% - 14px)); }
    }

    /* ── SECTION EYEBROWS ── */
    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--eyebrow-bg, #FDB927);
      color: #0b0b0b;
      border: 3px solid #000;
      border-radius: 999px;
      box-shadow: 3px 3px 0 #000;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 18px;
      transform: rotate(-2deg);
    }
    .section-eyebrow--on-dark { box-shadow: 3px 3px 0 #fffdf9; }

    /* ── QR CARD (scan effects) ── */
    .qr-card-frame { position: relative; }
    .qr-scanline {
      position: absolute;
      left: 12px;
      right: 12px;
      height: 4px;
      background: #25D366;
      border: 1px solid #0b0b0b;
      border-radius: 999px;
      top: 12px;
      opacity: 0.85;
      animation: qr-scan 2.8s ease-in-out infinite;
      pointer-events: none;
    }
    @keyframes qr-scan {
      0%, 100% { top: 12px; }
      50% { top: calc(100% - 17px); }
    }
    .qr-sticker {
      position: absolute;
      bottom: -14px;
      right: -16px;
      z-index: 2;
      background: #FDB927;
      color: #0b0b0b;
      border: 2px solid #262522;
      border-radius: 999px;
      box-shadow: 3px 3px 0 #262522;
      padding: 6px 12px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1px;
      white-space: nowrap;
      transform: rotate(6deg);
    }
    /* ── RESPONSIVE ── */
    @media (max-width: 960px) {
      .hero-inner, .about-inner, .experience-inner, .contact-inner, .projects-header, .skills-header, .skills-board { grid-template-columns: 1fr; }
      .hero-h1 { font-size: 44px; }
      #home { padding: 40px 16px 64px; }
      .hero-avatar-wrap { justify-content: center; }
      .hero-avatar-frame { max-width: 280px; }
      .hero-text { order: 1; }
      .hero-avatar-wrap { order: 2; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .skills-grid { grid-template-columns: 1fr 1fr; }
      .skills-feature { gap: 36px; }
      .projects-grid { grid-template-columns: 1fr 1fr; }
      .project-card.featured { grid-column: span 2; }
      .about-inner { direction: ltr; }
      .about-impact-wrap { justify-content: center; order: 2; }
      .about-content { order: 1; }
      .about-impact { max-width: 480px; }
      .experience-left { position: static; padding-top: 0; }
      .contact-inner { gap: 40px; }
      .contact-right { justify-content: flex-start; }
      .footer-newsletter { grid-template-columns: 1fr; align-items: stretch; }
      .newsletter-icon { justify-self: center; }
      .newsletter-form-wrap { grid-template-columns: 1fr; align-items: stretch; gap: 16px; }
      .newsletter-title { white-space: normal; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 600px) {
      .container { padding: 0; }
      html { scroll-padding-top: 92px; }
      .nav-wrap { padding: 12px 12px 8px; }
      nav { max-width: 100%; padding: 8px 12px; }
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }
      #home { padding: 24px 16px 48px; }
      .hero-inner { grid-template-columns: minmax(0, 1fr); }
      .hero-h1 { font-size: 32px; line-height: 1.2; }
      .hero-h1 span[style*="white-space"] { white-space: normal !important; }
      .hero-desc { font-size: 16px; }
      .hero-cta { padding: 16px 32px; font-size: 16px; width: 100%; justify-content: center; }
      .hero-avatar-frame { max-width: 240px; }
      .hero-avatar-frame::before { inset: 14px -12px -12px 14px; }
      .hero-sticker { font-size: 11px; padding: 7px 12px; left: -10px; bottom: -12px; box-shadow: 3px 3px 0 #000; }
      .hero-spark--1 { font-size: 32px; top: -18px; left: -12px; }
      .hero-spark--2 { font-size: 22px; right: -10px; bottom: 30px; }
      .ticker { padding: 10px 0; }
      .ticker span { font-size: 12px; }
      .ticker b { font-size: 13px; }
      .section-eyebrow { font-size: 10px; padding: 5px 12px; letter-spacing: 1.5px; margin-bottom: 12px; }
      .qr-sticker { font-size: 10px; padding: 5px 10px; right: -8px; }
      /* tighter nav lang pill on very small screens */
      .lang-toggle { padding: 2px; box-shadow: 2px 2px 0 #000; }
      .lang-toggle .lang-btn { min-width: 34px; min-height: 26px; padding: 3px 9px; font-size: 11px; letter-spacing: 0.8px; }
      .logos-section { padding: 48px 0 40px; }
      .logos-heading { margin-bottom: 28px; }
      .logos-heading h2 { font-size: 24px; }
      .logos-heading .eyebrow { font-size: 11px; }
      .logos-carousel-wrap { padding: 20px 0; }
      .logos-track { gap: 40px; }
      .logo-card { height: 90px; min-width: 160px; padding: 14px 20px; border-radius: 14px; box-shadow: 4px 4px 0 #000; }
      .logo-card img { max-height: 48px; max-width: 120px; }
      .logo-card.tall img { max-height: 56px; }
      .logo-card .logo-text { font-size: 16px; }
      .logos-carousel-wrap::before, .logos-carousel-wrap::after { width: 40px; }
      .section-title { font-size: 30px; }
      .section-desc { font-size: 16px; }
      #projects { padding: 48px 16px 64px; }
      .projects-header { gap: 16px; margin-bottom: 28px; }
      .projects-header h2 { font-size: 30px; }
      .projects-header p { font-size: 16px; }
      .projects-grid { grid-template-columns: 1fr; }
      .project-card, .project-card.featured { grid-column: auto; min-height: auto; }
      .project-card h3 { font-size: 19px; }
      #contact { padding: 48px 16px 64px; }
      .contact-left h2 { font-size: 32px; }
      .contact-left > p { font-size: 16px; margin-bottom: 28px; }
      .contact-email-box {
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
        margin-bottom: 22px;
      }
      .contact-email-box a {
        min-width: 0;
        overflow-wrap: anywhere;
        font-size: 15px;
        line-height: 1.5;
      }
      .contact-book-btn { width: 100%; justify-content: center; padding: 16px 24px; font-size: 16px; }
      .contact-right { justify-content: center; margin-top: 8px; }
      .qr-card { max-width: 100%; padding: 20px; border-radius: 18px; box-shadow: 7px 7px 0 #0b0b0b; }
      .qr-card:hover { transform: none; box-shadow: 7px 7px 0 #0b0b0b; }
      .qr-card-frame img { width: min(196px, 62vw); height: min(196px, 62vw); }
      .qr-card-header strong { font-size: 16px; }
      .qr-whatsapp-btn { font-size: 14px; padding: 13px 14px; }
      #services { padding: 40px 16px 64px; }
      .services-grid { grid-template-columns: 1fr; }
      .section-header { margin-bottom: 32px; }
      .service-card {
        min-height: auto;
        padding: 28px 24px 26px;
        border-radius: 18px;
        box-shadow: 5px 5px 0 #262522;
      }
      .service-card:hover { transform: none; box-shadow: 5px 5px 0 #262522; }
      .service-card-img {
        width: 72px;
        height: 72px;
        border-radius: 12px;
        box-shadow: 5px 5px 0 #262522;
      }
      .service-card-img svg.icon { width: 36px; height: 36px; }
      .service-card-body {
        padding-top: 42px;
      }
      .service-card-body h3 { font-size: 24px; margin-bottom: 16px; }
      .service-card-body p { font-size: 15px; line-height: 1.6; }
      .service-card-contact {
        min-height: auto;
        padding: 28px 24px 26px;
        border-radius: 18px;
        text-align: left;
        box-shadow: 5px 5px 0 #262522;
      }
      .service-card-contact:hover { transform: none; box-shadow: 5px 5px 0 #262522; }
      .contact-icon { width: 72px; height: 72px; border-radius: 12px; box-shadow: 5px 5px 0 #262522; }
      .contact-icon svg { width: 32px; height: 32px; }
      .service-card-contact h3 { font-size: 24px; margin-top: 42px; margin-bottom: 16px; }
      .service-card-contact p { font-size: 15px; line-height: 1.6; }
      .contact-btn { width: fit-content; padding-top: 20px; }
      #skills { padding: 44px 16px 64px; }
      .skills-header { gap: 16px; margin-bottom: 28px; }
      .skills-header h2 { font-size: 30px; }
      .skills-header p { font-size: 16px; }
      .skills-grid { grid-template-columns: 1fr; }
      .skills-feature { padding: 24px; gap: 32px; }
      .skills-feature h3 { font-size: 26px; }
      .skill-card { padding: 22px; }
      .skill-card h3 { font-size: 19px; }
      #about { padding: 40px 16px 64px; }
      .about-content h2 { font-size: 28px; }
      .about-content > p { font-size: 16px; }
      .about-impact { padding: 20px; gap: 18px; box-shadow: -6px 6px 0 #000; border-radius: 20px; }
      .impact-grid { gap: 12px; }
      .impact-tile { padding: 14px 12px; box-shadow: 4px 4px 0 #000; }
      .impact-tile strong { font-size: 25px; }
      .impact-badge { font-size: 11px; padding: 7px 12px; }
      .impact-cta { width: 100%; font-size: 15px; padding: 14px 18px; }
      .highlight-pink, .highlight-blue, .highlight-red, .highlight-purple { box-shadow: 3px 3px 0 #000; border-width: 2px; }
      #experience { padding: 40px 16px 64px; }
      .experience-left h2 { font-size: 30px; }
      .experience-left > p { font-size: 16px; }
      .experience-left a { width: 100%; justify-content: center; }
      .exp-card-body h3 { font-size: 18px; }
      .exp-card-body p { font-size: 15px; }
      .footer-grid { grid-template-columns: 1fr; }
      .newsletter-title { font-size: 17px; }
      .newsletter-input-wrap { grid-template-columns: 1fr; gap: 14px; }
      .newsletter-input { font-size: 15px; }
      .newsletter-submit { padding: 0 16px; font-size: 13px; }
      .footer-newsletter { gap: 16px; padding: 22px; }
      .newsletter-form-wrap { padding: 0; }
      .footer-made { max-width: 100%; padding: 8px 12px; font-size: 11px; }
      .footer-made .made-chip { width: 20px; height: 20px; }
    }
