      * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
      }

      body {
          background: #03050b;
          font-family: 'Inter', sans-serif;
          color: #E9E7E2;
          line-height: 1.6;
          scroll-behavior: smooth;
      }

      /* textura sutil de pergaminho escuro + grão místico */
      body::before {
          content: "";
          position: fixed;
          inset: 0;
          background-image:
              repeating-linear-gradient(45deg, rgba(201, 169, 110, 0.02) 0px, rgba(201, 169, 110, 0.02) 2px, transparent 2px, transparent 8px),
              radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
          pointer-events: none;
          z-index: 0;
      }

      /* container principal com z-index */
      .wrapper {
          position: relative;
          z-index: 2;
      }

      /* header hero — estilo ritualístico */
      .hero {
          min-height: 90vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          padding: 6rem 2rem 4rem;
          position: relative;
          background: radial-gradient(ellipse 70% 50% at 50% 30%, rgba(27, 20, 46, 0.6) 0%, #03050b 90%);
          border-bottom: 1px solid rgba(201, 169, 110, 0.2);
      }

      .hero::after {
          content: "✦";
          font-size: 1rem;
          position: absolute;
          bottom: 2rem;
          left: 50%;
          transform: translateX(-50%);
          color: var(--primary);
          opacity: 0.5;
          letter-spacing: 1rem;
          width: 100%;
          text-align: center;
      }

      .arcane-sigil {
          font-family: 'Cinzel', serif;
          font-size: 0.75rem;
          letter-spacing: 0.6rem;
          text-transform: uppercase;
          color: #c9a96e;
          margin-bottom: 2rem;
          opacity: 0.8;
          word-break: keep-all;
      }

      h1 {
          font-family: 'Cinzel', serif;
          font-weight: 800;
          font-size: clamp(2.8rem, 8vw, 5.6rem);
          background: linear-gradient(135deg, #F3E6C2 0%, #C9A96E 45%, #AA8C54 100%);
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 25px rgba(201, 169, 110, 0.3);
          letter-spacing: 0.04em;
          margin-bottom: 0.8rem;
      }

      .hero-sub {
          font-family: 'Cormorant Garamond', serif;
          font-size: clamp(1rem, 3vw, 1.3rem);
          font-style: italic;
          color: #CDBA92;
          max-width: 680px;
          margin: 1rem auto;
          border-top: 1px dashed rgba(201, 169, 110, 0.4);
          border-bottom: 1px dashed rgba(201, 169, 110, 0.4);
          padding: 0.8rem 0;
      }

      .hero-tagline {
          font-size: 0.9rem;
          letter-spacing: 0.3rem;
          text-transform: uppercase;
          color: #9b8a62;
          margin-top: 1.5rem;
      }

      /* seções gerais */
      section {
          max-width: 1280px;
          margin: 0 auto;
          padding: 5rem 2rem;
      }

      .section-title {
          text-align: center;
          font-family: 'Cinzel', serif;
          font-weight: 600;
          font-size: clamp(1.8rem, 4vw, 2.6rem);
          letter-spacing: 0.1em;
          margin-bottom: 1.2rem;
          color: #E9E7E2;
      }

      .section-sub {
          text-align: center;
          color: #AA9F82;
          max-width: 700px;
          margin: 0 auto 3rem auto;
          font-family: 'Cormorant Garamond', serif;
          font-size: 1.1rem;
          font-style: italic;
      }

      .section-divider {
          width: 80px;
          height: 2px;
          background: linear-gradient(90deg, transparent, #c9a96e, #c9a96e, transparent);
          margin: 1rem auto 2rem;
      }

      /* about storytelling */
      .about-grid {
          display: flex;
          flex-wrap: wrap;
          gap: 3rem;
          align-items: center;
          justify-content: center;
          margin-top: 2rem;
      }

      .about-text {
          flex: 1;
          min-width: 260px;
          background: rgba(10, 12, 22, 0.6);
          backdrop-filter: blur(2px);
          padding: 2rem;
          border-radius: 32px;
          border: 1px solid rgba(201, 169, 110, 0.2);
          box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.5);
      }

      .about-text p {
          margin-bottom: 1.4rem;
          font-weight: 300;
          color: #E2DDD0;
          line-height: 1.7;
      }

      .about-text .quote {
          font-family: 'Cormorant Garamond', serif;
          font-style: italic;
          font-size: 1.15rem;
          border-left: 3px solid #c9a96e;
          padding-left: 1.4rem;
          color: #cfc294;
          margin: 1.8rem 0 0.8rem;
      }

      .about-symbol {
          flex: 0.6;
          min-width: 180px;
          text-align: center;
          font-size: 5rem;
          filter: drop-shadow(0 0 12px rgba(201, 169, 110, 0.4));
      }

      /* cards portfolio — identidade própria com elementos de grimório */
      .portfolio {
          background: radial-gradient(ellipse at 50% 0%, rgba(20, 15, 35, 0.4), transparent);
      }

      .cards {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
          gap: 2.5rem;
          margin-top: 1rem;
      }

      .card {
          background: linear-gradient(145deg, #0c0f1a 0%, #05070f 100%);
          border-radius: 2rem;
          overflow: hidden;
          transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
          border: 1px solid rgba(201, 169, 110, 0.2);
          cursor: pointer;
          position: relative;
          backdrop-filter: blur(2px);
      }

      .card::before {
          content: '';
          position: absolute;
          inset: 0;
          background: radial-gradient(circle at 20% 30%, rgba(201, 169, 110, 0.05), transparent 70%);
          opacity: 0;
          transition: opacity 0.4s;
          pointer-events: none;
      }

      .card:hover {
          transform: translateY(-10px) scale(1.01);
          border-color: rgba(201, 169, 110, 0.6);
          box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(201, 169, 110, 0.2);
      }

      .card:hover::before {
          opacity: 1;
      }

      .card-img {
          width: 100%;
          height: 240px;
          object-fit: cover;
          display: block;
          transition: transform 0.5s ease;
          border-bottom: 1px solid rgba(201, 169, 110, 0.3);
      }

      .card:hover .card-img {
          transform: scale(1.02);
      }

      .card-content {
          padding: 1.6rem 1.8rem 2rem;
      }

      .card-content h3 {
          font-family: 'Cinzel', serif;
          font-size: 1.7rem;
          font-weight: 700;
          letter-spacing: 0.02em;
          background: linear-gradient(135deg, #E9E2CE, #C9A96E);
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          margin-bottom: 0.6rem;
      }

      .card-badge {
          display: inline-block;
          font-size: 0.65rem;
          font-family: 'Inter', monospace;
          text-transform: uppercase;
          letter-spacing: 0.1rem;
          background: rgba(201, 169, 110, 0.15);
          padding: 0.2rem 0.7rem;
          border-radius: 40px;
          color: #c9a96e;
          margin-bottom: 1rem;
          border: 0.5px solid rgba(201, 169, 110, 0.3);
      }

      .card-content p {
          color: #b9b3a2;
          font-size: 0.92rem;
          margin-bottom: 1.5rem;
          line-height: 1.55;
      }

      .card-link {
          font-family: 'Cinzel', serif;
          font-size: 0.7rem;
          letter-spacing: 0.15rem;
          text-transform: uppercase;
          color: #c9a96e;
          border-bottom: 1px solid rgba(201, 169, 110, 0.5);
          display: inline-block;
          padding-bottom: 0.2rem;
          transition: 0.2s;
      }

      .card:hover .card-link {
          color: #e7c48b;
          border-bottom-color: #e7c48b;
      }

      /* números místicos / selo */
      .arcane-numbers {
          display: flex;
          justify-content: center;
          gap: 3rem;
          flex-wrap: wrap;
          margin: 2rem 0;
      }

      .num-item {
          text-align: center;
          background: rgba(0, 0, 0, 0.35);
          padding: 1rem 1.5rem;
          border-radius: 60px;
          backdrop-filter: blur(4px);
          border: 1px solid rgba(201, 169, 110, 0.2);
      }

      .num-value {
          font-family: 'Cinzel', serif;
          font-size: 1.6rem;
          font-weight: 700;
          color: #c9a96e;
          display: block;
      }

      .num-label {
          font-size: 0.7rem;
          letter-spacing: 0.1rem;
          text-transform: uppercase;
      }

      footer {
          border-top: 1px solid rgba(201, 169, 110, 0.2);
          background: #02040c;
          padding: 2.5rem 2rem;
          text-align: center;
          font-size: 0.85rem;
          color: #7e7a6c;
      }

      .footer-symbol {
          font-family: 'Cinzel', serif;
          font-size: 1rem;
          letter-spacing: 0.3rem;
          margin-bottom: 1rem;
      }

      @media (max-width: 720px) {
          section {
              padding: 3rem 1.5rem;
          }

          .card-content h3 {
              font-size: 1.4rem;
          }

          .hero {
              min-height: 70vh;
          }
      }

      /* botão invisível mas com feedback */
      .card {
          transition: all 0.25s;
      }