
    /* ── HERO ── */
    #home {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 10rem 3rem 5rem 3rem;
      position: relative;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: var(--midnight);
    }
    .hero-bg::before {
      display: none;
    }

    .hero-grid {
      display: none;
    }

    /* Big Hebrew watermark */
    .hero-watermark {
      position: absolute;
      right: -2rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: var(--font-body);
      font-size: clamp(12rem, 25vw, 22rem);
      font-weight: 300;
      color: rgba(26,79,138,0.12);
      line-height: 1;
      pointer-events: none;
      user-select: none;
      letter-spacing: 0.04em;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 750px;
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      border: 1px solid var(--border-gold);
      padding: 0.4rem 1rem;
      border-radius: 1px;
      margin-bottom: 2.5rem;
      opacity: 0;
      animation: fadeUp 0.8s var(--ease) 0.2s forwards;
    }
    .hero-tag::before {
      content: '';
      width: 16px; height: 1px;
      background: var(--gold);
    }

    .hero-hebrew {
      font-family: var(--font-body);
      font-size: clamp(3.5rem, 8vw, 7rem);
      font-weight: 300;
      color: var(--stone);
      line-height: 0.9;
      letter-spacing: 0.04em;
      margin-bottom: 0.8rem;
      opacity: 0;
      animation: fadeUp 0.9s var(--ease) 0.35s forwards;
      display: block;
    }

    .hero-name {
      font-family: var(--font-body);
      font-size: clamp(2rem, 5vw, 4.2rem);
      font-weight: 300;
      letter-spacing: -0.02em;
      color: var(--stone);
      line-height: 1;
      margin-bottom: 0.4rem;
      opacity: 0;
      animation: fadeUp 0.9s var(--ease) 0.5s forwards;
      text-transform: lowercase;
      text-rendering: optimizeLegibility;
    }
    .hero-name em {
      font-style: normal;
      color: var(--safira-light);
      text-transform: uppercase;
      letter-spacing: 0.28em;
      font-weight: 400;
      font-size: 0.52em;
      display: inline-block;
      margin-left: 0.25rem;
    }

    .hero-tech {
      font-size: 0.72rem;
      letter-spacing: 0.34em;
      text-transform: uppercase;
      color: var(--safira-light);
      margin-bottom: 2.5rem;
      opacity: 0;
      animation: fadeUp 0.8s var(--ease) 0.65s forwards;
    }

    .hero-slogan {
      font-size: clamp(1rem, 2.2vw, 1.4rem);
      color: var(--text-muted);
      font-weight: 300;
      margin-bottom: 3rem;
      max-width: 480px;
      opacity: 0;
      animation: fadeUp 0.8s var(--ease) 0.8s forwards;
      border-left: 2px solid var(--gold);
      padding-left: 1.2rem;
    }

    .hero-actions {
      display: flex;
      gap: 1rem;
      align-items: center;
      flex-wrap: wrap;
      opacity: 0;
      animation: fadeUp 0.8s var(--ease) 0.95s forwards;
    }


    .hero-scroll {
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      opacity: 0;
      animation: fadeIn 1s var(--ease) 1.5s forwards;
      text-decoration: none;
    }
    .hero-scroll span {
      font-size: 0.6rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .scroll-line {
      width: 1px;
      height: 40px;
      background: var(--text-muted);
      opacity: 0.55;
      animation: scrollPulse 2s ease infinite;
    }
    @keyframes scrollPulse {
      0%, 100% { opacity: 0.4; transform: scaleY(1); }
      50% { opacity: 1; transform: scaleY(1.1); }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    /* ── SECTIONS GENERAL ── */
    section {
      padding: 7rem 3rem;
      position: relative;
    }


    /* ── ABOUT / SYMBOL SECTION ── */
    #sobre {
      background: var(--midnight-deep);
      overflow: hidden;
    }

    .sobre-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6rem;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .sobre-visual {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }

    .symbol-showcase {
      width: 280px;
      height: 280px;
      border: 1px solid var(--border-gold);
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      background: rgba(26,79,138,0.08);
    }
    .symbol-showcase::before,
    .symbol-showcase::after {
      content: '';
      position: absolute;
      background: var(--gold);
    }
    .symbol-showcase::before {
      top: -1px; left: 20px; width: 40px; height: 1px;
    }
    .symbol-showcase::after {
      bottom: -1px; right: 20px; width: 40px; height: 1px;
    }
    .symbol-main {
      font-family: var(--font-body);
      font-size: 7rem;
      font-weight: 300;
      color: var(--stone);
      letter-spacing: 0.1em;
      line-height: 1;
    }

    .symbol-letters {
      display: flex;
      gap: 1rem;
    }
    .letter-card {
      text-align: center;
      padding: 1rem 0.8rem;
      border: 1px solid var(--border);
      border-radius: 2px;
      flex: 1;
      transition: border-color 0.3s;
    }
    .letter-card:hover { border-color: var(--border-gold); }
    .letter-heb {
      font-family: var(--font-body);
      font-size: 1.8rem;
      color: var(--gold);
      display: block;
      margin-bottom: 0.3rem;
    }
    .letter-name {
      font-size: 0.65rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted);
      display: block;
    }
    .letter-meaning {
      font-size: 0.7rem;
      color: var(--text-muted);
      margin-top: 0.2rem;
    }

    .layers {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    .layer {
      display: flex;
      gap: 1.2rem;
      padding: 1.2rem;
      border: 1px solid var(--border);
      border-radius: 2px;
      transition: border-color 0.3s, background 0.3s;
    }
    .layer:hover {
      border-color: var(--border-gold);
      background: rgba(200,146,42,0.04);
    }
    .layer-num {
      font-size: 0.65rem;
      letter-spacing: 0.15em;
      color: var(--gold);
      padding-top: 0.15rem;
      flex-shrink: 0;
      font-weight: 500;
    }
    .layer-content h4 {
      font-size: 0.85rem;
      font-weight: 500;
      color: var(--stone);
      margin-bottom: 0.3rem;
      letter-spacing: 0.02em;
    }
    .layer-content p {
      font-size: 0.82rem;
      color: var(--text-muted);
      line-height: 1.6;
    }

    /* ── SERVICES ── */
    #servicos {
      background: var(--midnight-deep);
    }

    .services-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .services-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
    }

    .service-card {
      background: var(--midnight-deep);
      padding: 2.5rem;
      position: relative;
      overflow: hidden;
      transition: background 0.4s;
    }
    .service-card:hover {
      background: rgba(26,79,138,0.15);
    }

    .service-card.featured {
      grid-column: 1;
      grid-row: 1 / 3;
      padding: 3rem;
      background: rgba(26,79,138,0.08);
    }
    .service-card.featured:hover {
      background: rgba(26,79,138,0.2);
    }

    .service-num {
      font-size: 0.62rem;
      letter-spacing: 0.2em;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      font-weight: 500;
    }

    .service-icon {
      width: 48px;
      height: 48px;
      border: 1px solid var(--border-gold);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: var(--gold);
      margin-bottom: 1.5rem;
      transition: background 0.3s;
    }
    .service-card:hover .service-icon {
      background: rgba(200,146,42,0.1);
    }

    .service-card h3 {
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--stone);
      margin-bottom: 0.8rem;
      letter-spacing: -0.01em;
    }
    .service-card.featured h3 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    .service-card p {
      font-size: 0.85rem;
      color: var(--text-muted);
      line-height: 1.7;
    }

    .service-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-top: 1.5rem;
    }
    .service-tag {
      padding: 0.3rem 0.7rem;
      border: 1px solid var(--border);
      font-size: 0.65rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-muted);
      border-radius: 1px;
    }

    .service-card-bg {
      position: absolute;
      bottom: -1rem;
      right: -0.5rem;
      font-family: var(--font-body);
      font-size: 6rem;
      color: rgba(200,146,42,0.04);
      font-weight: 300;
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }

    /* ── PORTFOLIO ── */
    #portfolio {
      background: var(--midnight);
      overflow: hidden;
    }

    .portfolio-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .portfolio-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 4rem;
    }

    .projects-list {
      display: flex;
      flex-direction: column;
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
    }

    .project-row {
      display: grid;
      grid-template-columns: 60px 1fr auto;
      align-items: center;
      gap: 2rem;
      padding: 2rem 2.5rem;
      background: var(--midnight);
      text-decoration: none;
      color: inherit;
      transition: background 0.3s;
      position: relative;
      overflow: hidden;
    }
    .project-row::before {
      content: '';
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 0;
      background: var(--gold);
      transition: width 0.3s var(--ease);
    }
    .project-row:hover { background: rgba(26,79,138,0.12); }
    .project-row:hover::before { width: 2px; }

    .project-num {
      font-size: 0.7rem;
      letter-spacing: 0.15em;
      color: var(--text-muted);
      font-weight: 500;
    }

    .project-info h3 {
      font-size: 1.2rem;
      font-weight: 300;
      color: var(--stone);
      letter-spacing: -0.01em;
      margin-bottom: 0.3rem;
    }
    .project-info p {
      font-size: 0.82rem;
      color: var(--text-muted);
    }

    .project-stack {
      display: flex;
      gap: 0.4rem;
      align-items: center;
    }
    .stack-tag {
      padding: 0.25rem 0.6rem;
      background: rgba(26,79,138,0.2);
      font-size: 0.62rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--safira-light);
      border-radius: 1px;
    }

    .project-arrow {
      color: var(--text-muted);
      font-size: 1rem;
      transition: transform 0.3s var(--ease), color 0.3s;
    }
    .project-row:hover .project-arrow {
      transform: translate(4px,-4px);
      color: var(--gold);
    }

    /* ── PHILOSOPHY / MISSION ── */
    #missao {
      background: var(--midnight);
    }

    .mission-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6rem;
      align-items: start;
    }

    .verse-block {
      padding: 2rem;
      border-left: 2px solid var(--gold);
      margin-top: 2rem;
    }
    .verse-text {
      font-size: 1.05rem;
      font-weight: 300;
      color: var(--stone);
      line-height: 1.8;
      margin-bottom: 0.8rem;
      font-style: italic;
    }
    .verse-ref {
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
    }

    .pilares {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 1rem;
    }
    .pilar {
      padding-bottom: 2rem;
      border-bottom: 1px solid var(--border);
    }
    .pilar:last-child { border-bottom: none; }
    .pilar-icon {
      font-size: 1.2rem;
      color: var(--gold);
      margin-bottom: 0.8rem;
    }
    .pilar h4 {
      font-size: 1rem;
      font-weight: 400;
      color: var(--stone);
      margin-bottom: 0.4rem;
    }
    .pilar p {
      font-size: 0.84rem;
      color: var(--text-muted);
      line-height: 1.7;
    }

    /* ── CONTACT ── */
    #contato {
      background: var(--midnight-deep);
      overflow: hidden;
    }

    .contact-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6rem;
      align-items: start;
    }


    .contact-mission {
      padding: 2rem;
      border: 1px solid var(--border-gold);
      border-radius: 2px;
      background: rgba(200,146,42,0.04);
    }
    .contact-mission .symbol {
      font-family: var(--font-body);
      font-size: 2.5rem;
      color: var(--gold);
      display: block;
      margin-bottom: 1rem;
    }
    .contact-mission p {
      font-size: 0.85rem;
      color: var(--text-muted);
      line-height: 1.7;
    }

    /* ── FOOTER ── */

    /* ── RESPONSIVENESS ── */
    @media (max-width: 900px) {
      #home { padding: 8rem 1.5rem 4rem; }
      .hero-watermark { font-size: 12rem; right: -3rem; opacity: 0.6; }

      section { padding: 5rem 1.5rem; }

      .sobre-grid,
      .mission-container,
      .contact-container { grid-template-columns: 1fr; gap: 3rem; }

      .services-grid {
        grid-template-columns: 1fr;
      }
      .service-card.featured { grid-column: 1; grid-row: auto; }

      .portfolio-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
      .project-row { grid-template-columns: 50px 1fr; }
      .project-stack { display: none; }

      .form-row { grid-template-columns: 1fr; }

      .footer-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }

      nav { display: none; }
    }

    @media (max-width: 500px) {
      .hero-hebrew { font-size: 3rem; }
      .hero-name { font-size: 2rem; }
      .symbol-showcase { width: 220px; height: 220px; }
      .symbol-main { font-size: 5rem; }
    }

