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

    :root {
      --bg: #0b0b0b;
      --surface: #131313;
      --border: #1f1f1f;
      --border-light: #2a2a2a;
      --text: #d8d0c4;
      --muted: #6b6560;
      --accent: #c4a97d;
      --accent-dark: #1a1408;
      --white: #f0ebe3;
    }

    html { scroll-behavior: smooth; }

    body {
      background: var(--bg);
      color: var(--text);
      font-family: "Jost", sans-serif;
      font-weight: 300;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      background-image: url("noise-texture.svg");
      pointer-events: none;
      z-index: 9999;
      opacity: 0.5;
    }

    /* ─── HERO ─── */
    .hero {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 100vh;
    }

    .hero-photo {
      position: relative;
      overflow: hidden;
      background: #0e0e0e;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-photo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center;
      filter: grayscale(25%) contrast(1.05);
      display: block;
    }

    .hero-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, transparent 55%, var(--bg) 100%);
    }

    .hero-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 80px 72px 80px 52px;
    }

    .brand-tag {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 40px;
    }

    .hero-name {
      font-family: "Cormorant Garamond", serif;
      font-weight: 300;
      font-size: clamp(52px, 5.5vw, 80px);
      line-height: 1.0;
      color: var(--white);
      margin-bottom: 14px;
    }

    .hero-role {
      font-family: "Cormorant Garamond", serif;
      font-style: italic;
      font-size: clamp(20px, 2vw, 26px);
      color: var(--accent);
      letter-spacing: 0.04em;
      margin-bottom: 48px;
    }

    .hero-divider {
      width: 40px;
      height: 1px;
      background: var(--border-light);
      margin-bottom: 36px;
    }

    .hero-statement {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(24px, 2.6vw, 36px);
      font-weight: 300;
      line-height: 1.4;
      color: var(--white);
      margin-bottom: 20px;
      max-width: 400px;
    }

    .hero-statement em {
      font-style: italic;
      color: var(--accent);
    }

    .hero-sub {
      font-size: 16px;
      line-height: 1.85;
      color: var(--muted);
      max-width: 380px;
      margin-bottom: 52px;
    }

    /* ─── BUTTONS ─── */
    .btn-gold {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      background: var(--accent);
      border: none;
      color: var(--accent-dark);
      font-family: "Cormorant Garamond", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 20px;
      letter-spacing: 0.04em;
      text-decoration: none;
      padding: 18px 42px;
      transition: all 0.3s ease;
      width: fit-content;
      position: relative;
      box-shadow: 0 4px 24px rgba(196,169,125,0.2);
    }

    .btn-gold::before {
      content: "";
      position: absolute;
      inset: 3px;
      border: 1px solid rgba(26,20,8,0.15);
      pointer-events: none;
    }

    .btn-gold:hover {
      background: #d4b98d;
      box-shadow: 0 8px 40px rgba(196,169,125,0.35);
      transform: translateY(-2px);
    }

    .btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      background: transparent;
      border: 1px solid var(--border-light);
      color: var(--muted);
      font-family: "Cormorant Garamond", serif;
      font-style: italic;
      font-size: 18px;
      letter-spacing: 0.04em;
      text-decoration: none;
      padding: 16px 38px;
      transition: all 0.3s ease;
      width: fit-content;
    }

    .btn-outline:hover {
      border-color: var(--accent);
      color: var(--accent);
    }

    /* ─── SECTION BASE ─── */
    .section {
      padding: 100px 10vw;
      border-top: 1px solid var(--border);
    }

    .section-label {
      font-size: 11px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 56px;
    }

    /* ─── PARA QUEM É ─── */
    .para-quem-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      margin-bottom: 64px;
      align-items: end;
    }

    .para-quem-title {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(32px, 3.5vw, 52px);
      font-weight: 300;
      line-height: 1.2;
      color: var(--white);
    }

    .para-quem-title em {
      font-style: italic;
      color: var(--accent);
    }

    .para-quem-intro {
      font-size: 16px;
      line-height: 1.85;
      color: var(--muted);
      padding-top: 8px;
    }

    .mirror-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--border);
    }

    .mirror-item {
      background: var(--bg);
      padding: 36px 32px;
      transition: background 0.3s ease;
    }

    .mirror-item:hover {
      background: var(--surface);
    }

    .mirror-number {
      font-family: "Cormorant Garamond", serif;
      font-size: 13px;
      color: var(--accent);
      letter-spacing: 0.2em;
      margin-bottom: 16px;
      opacity: 0.6;
    }

    .mirror-text {
      font-family: "Cormorant Garamond", serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5;
      color: var(--text);
    }

    /* ─── SERVIÇOS ─── */
    .servicos-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: var(--border);
    }

    .servico-card {
      background: var(--bg);
      padding: 64px 56px;
      display: flex;
      flex-direction: column;
      gap: 28px;
      transition: background 0.3s ease;
    }

    .servico-card:hover { background: var(--surface); }

    .servico-card.destaque {
      background: var(--surface);
      position: relative;
    }

    .servico-card.destaque::before {
      content: "Principal";
      position: absolute;
      top: 28px;
      right: 28px;
      font-size: 10px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--accent);
      border: 1px solid var(--accent);
      padding: 5px 12px;
      opacity: 0.7;
    }

    .servico-icon {
      width: 40px;
      height: 1px;
      background: var(--accent);
    }

    .servico-tipo {
      font-size: 11px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .servico-titulo {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(30px, 3vw, 44px);
      font-weight: 300;
      line-height: 1.15;
      color: var(--white);
    }

    .servico-desc {
      font-size: 16px;
      line-height: 1.85;
      color: var(--muted);
      flex-grow: 1;
    }

    .servico-detalhe {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-bottom: 8px;
    }

    .servico-detalhe li {
      font-size: 14px;
      color: var(--muted);
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .servico-detalhe li::before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
      opacity: 0.6;
    }

    /* ─── COMO FUNCIONA ─── */
    .como-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
    }

    .como-step {
      background: var(--bg);
      padding: 48px 36px;
    }

    .como-num {
      font-family: "Cormorant Garamond", serif;
      font-size: 56px;
      font-weight: 300;
      color: var(--border-light);
      line-height: 1;
      margin-bottom: 20px;
    }

    .como-titulo {
      font-family: "Cormorant Garamond", serif;
      font-size: 22px;
      font-weight: 400;
      color: var(--white);
      margin-bottom: 12px;
    }

    .como-texto {
      font-size: 14px;
      line-height: 1.8;
      color: var(--muted);
    }

    /* ─── CTA FINAL ─── */
    .cta-final {
      padding: 120px 10vw;
      border-top: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 32px;
    }

    .cta-final-title {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(36px, 4vw, 60px);
      font-weight: 300;
      line-height: 1.2;
      color: var(--white);
      max-width: 700px;
    }

    .cta-final-title em {
      font-style: italic;
      color: var(--accent);
    }

    .cta-final-sub {
      font-size: 16px;
      color: var(--muted);
      max-width: 440px;
      line-height: 1.8;
    }

    /* ─── FOOTER ─── */
    .footer {
      padding: 48px 10vw;
      border-top: 1px solid var(--border);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-brand {
      font-family: "Cormorant Garamond", serif;
      font-size: 15px;
      font-style: italic;
      color: var(--muted);
    }

    .footer-brand strong {
      color: var(--accent);
      font-style: normal;
    }

    /* ─── FADE IN ─── */
    .fade { opacity: 0; transform: translateY(20px); animation: up 0.8s ease forwards; }
    .fade:nth-child(2) { animation-delay: 0.1s; }
    .fade:nth-child(3) { animation-delay: 0.22s; }
    .fade:nth-child(4) { animation-delay: 0.34s; }
    .fade:nth-child(5) { animation-delay: 0.46s; }
    .fade:nth-child(6) { animation-delay: 0.58s; }
    .fade:nth-child(7) { animation-delay: 0.7s; }
    @keyframes up { to { opacity: 1; transform: none; } }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .hero { grid-template-columns: 1fr; min-height: auto; }
      .hero-photo { height: 80vw; max-height: 520px; }
      .hero-photo img { object-fit: contain; object-position: center center; }
      .hero-photo::after { background: linear-gradient(to bottom, transparent 65%, var(--bg) 100%); }
      .hero-content { padding: 48px 6vw 64px; }
      .para-quem-header { grid-template-columns: 1fr; gap: 24px; }
      .mirror-grid { grid-template-columns: 1fr 1fr; }
      .servicos-grid { grid-template-columns: 1fr; }
      .como-grid { grid-template-columns: 1fr 1fr; }
      .section { padding: 72px 6vw; }
      .footer { flex-direction: column; gap: 20px; text-align: center; padding: 40px 6vw; }
    }

    @media (max-width: 560px) {
      .mirror-grid { grid-template-columns: 1fr; }
      .como-grid { grid-template-columns: 1fr; }
      .servico-card { padding: 44px 28px; }
    }
