
  :root {
    --bg: #0a0b0d;
    --ink: #eae7df;
    --muted: #8d8a81;
    --gold: #d9a441;
    --gold-soft: rgba(217, 164, 65, 0.12);
    --hair: rgba(234, 231, 223, 0.13);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--ink); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; }
  ::selection { background: var(--gold); color: #14100a; }
  canvas#stage {
    position: fixed; inset: 0; width: 100%; height: 100%;
    display: block; z-index: 0; opacity: 1; transition: opacity 0.8s ease;
  }
  body[data-dim="1"] canvas#stage { opacity: 0.55; }
  a { color: inherit; }
  a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 1.5px solid var(--gold); outline-offset: 3px;
  }

  header {
    position: fixed; top: 0; left: 0; right: 0;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 44px 22px; z-index: 40;
    background: linear-gradient(to bottom, rgba(10,11,13,0.97) 0%, rgba(10,11,13,0.92) 55%, rgba(10,11,13,0.55) 82%, rgba(10,11,13,0) 100%);
  }
  header::before {
    content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
  }
  .logo { font-weight: 500; letter-spacing: 0.32em; font-size: 15px; text-decoration: none; }
  .logo b { font-weight: 500; color: var(--gold); }
  .links { display: flex; gap: 26px; align-items: center; }
  .links > a, .drop > button {
    color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 300;
    letter-spacing: 0.06em; background: none; border: none; font-family: inherit;
    cursor: pointer; transition: color 0.3s ease; padding: 10px 0;
  }
  .links > a:hover, .links > a.active, .drop:hover > button, .drop > button:hover { color: var(--ink); }
  .drop { position: relative; }
  .drop-menu {
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
    background: #111318; border: 1px solid var(--hair); border-radius: 12px;
    padding: 8px; display: none; min-width: 280px; max-height: 70vh; overflow-y: auto;
    box-shadow: 0 18px 50px rgba(0,0,0,0.55);
  }
  .drop:hover .drop-menu, .drop:focus-within .drop-menu { display: block; }
  .drop-menu.closed { display: none !important; }
  .drop-menu a {
    display: block; padding: 9px 14px; font-size: 13px; font-weight: 300;
    color: var(--muted); text-decoration: none; border-radius: 8px; white-space: nowrap;
  }
  .drop-menu a:hover { color: var(--ink); background: rgba(234,231,223,0.05); }
  .drop-menu .all { color: var(--gold); border-top: 1px solid var(--hair); margin-top: 6px; padding-top: 12px; }
  .lupa {
    background: none; border: 1px solid var(--hair); border-radius: 50%;
    width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: border-color 0.3s ease;
  }
  .lupa:hover { border-color: rgba(217, 164, 65, 0.55); }
  .lupa svg { width: 16px; height: 16px; stroke: var(--muted); fill: none; stroke-width: 1.8; stroke-linecap: round; }
  .lupa:hover svg { stroke: var(--gold); }
  .nav-cta {
    display: inline-block; border: 1px solid rgba(217, 164, 65, 0.6);
    background: var(--gold-soft); color: var(--ink); border-radius: 999px;
    padding: 12px 26px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
    text-decoration: none; transition: background 0.3s ease; white-space: nowrap;
  }
  .nav-cta:hover { background: rgba(217, 164, 65, 0.22); }
  .hdr-right { display: none; align-items: center; gap: 10px; }
  .burger {
    background: none; border: 1px solid var(--hair); border-radius: 10px;
    color: var(--ink); font-family: inherit; font-size: 12px; letter-spacing: 0.12em;
    padding: 10px 14px; cursor: pointer;
  }
  .mobile-menu {
    position: fixed; inset: 0; background: rgba(10, 11, 13, 0.97); z-index: 60;
    display: none; flex-direction: column; padding: 90px 30px 40px; gap: 2px; overflow-y: auto;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    color: var(--ink); text-decoration: none; font-size: 19px; font-weight: 300;
    padding: 11px 0; border-bottom: 1px solid var(--hair);
  }
  .mobile-menu .small { font-size: 14px; color: var(--muted); }
  .mobile-close {
    position: fixed; top: 22px; right: 24px; background: none; border: 1px solid var(--hair);
    color: var(--ink); border-radius: 999px; padding: 10px 16px; font-family: inherit;
    cursor: pointer; z-index: 61; display: none;
  }

  /* ===== BUSCA ===== */
  .search-overlay {
    position: fixed; inset: 0; z-index: 70;
    background: rgba(6, 7, 9, 0.82); backdrop-filter: blur(10px);
    display: none; padding: 14vh 22px 40px; overflow-y: auto;
  }
  .search-overlay.open { display: block; }
  .search-box { max-width: 680px; margin: 0 auto; }
  .search-input-row { position: relative; }
  .search-input-row svg {
    position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
    width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round;
  }
  #searchInput {
    width: 100%; background: #111318; border: 1px solid rgba(217, 164, 65, 0.45);
    border-radius: 999px; color: var(--ink); font-family: inherit; font-weight: 300;
    font-size: 17px; padding: 18px 60px; outline: none;
  }
  #searchInput::placeholder { color: var(--muted); }
  .search-close {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: var(--muted); font-family: inherit;
    font-size: 12px; letter-spacing: 0.1em; cursor: pointer; padding: 8px 10px;
  }
  .search-close:hover { color: var(--ink); }
  .search-hint { text-align: center; margin-top: 14px; font-size: 12px; color: var(--muted); font-weight: 300; letter-spacing: 0.06em; }
  #searchResults { margin-top: 26px; display: flex; flex-direction: column; gap: 10px; }
  .sr-item {
    display: block; text-decoration: none; background: rgba(17, 19, 24, 0.9);
    border: 1px solid var(--hair); border-radius: 14px; padding: 16px 20px;
    transition: border-color 0.25s ease;
  }
  .sr-item:hover { border-color: rgba(217, 164, 65, 0.5); }
  .sr-item .sr-cat { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
  .sr-item .sr-title { font-size: 15px; font-weight: 400; margin-top: 5px; }
  .sr-item .sr-title mark { background: none; color: var(--gold); }
  .sr-item .sr-snip { font-size: 12.5px; font-weight: 300; color: var(--muted); margin-top: 5px; line-height: 1.6; }
  .sr-empty { text-align: center; color: var(--muted); font-weight: 300; font-size: 14px; padding: 30px 0; }

  main { position: relative; z-index: 2; }
  .page { display: none; }
  .page.active { display: block; }
  .full {
    min-height: 100vh; display: flex; flex-direction: column; justify-content: center;
    padding: 130px 44px 80px; position: relative;
  }
  .block { padding: 90px 44px; position: relative; }
  .center-col { max-width: 1060px; margin: 0 auto; }

  .eyebrow {
    display: inline-block; width: fit-content; font-size: 11px; letter-spacing: 0.26em;
    text-transform: uppercase; color: var(--muted); border: 1px solid var(--hair);
    border-radius: 999px; padding: 6px 14px; margin-bottom: 22px;
  }
  h1 { font-weight: 300; font-size: clamp(34px, 5vw, 60px); line-height: 1.1; letter-spacing: -0.015em; max-width: 720px; }
  h2 { font-weight: 300; font-size: clamp(26px, 3.5vw, 42px); line-height: 1.18; letter-spacing: -0.01em; max-width: 660px; }
  h1 em, h2 em, .gold-i {
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
    font-size: 1.1em; color: var(--gold);
  }
  h3 { font-weight: 400; font-size: 17px; }
  .sub { margin-top: 20px; max-width: 540px; font-weight: 300; font-size: 15px; line-height: 1.75; color: var(--muted); }
  .sub strong, .prose p strong, .prose li strong { color: var(--ink); font-weight: 400; }
  .note { font-size: 12px; color: var(--muted); font-weight: 300; margin-top: 26px; letter-spacing: 0.04em; }

  .cta-row { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
  .btn {
    display: inline-block; border: 1px solid rgba(217, 164, 65, 0.6); color: var(--ink);
    background: var(--gold-soft); border-radius: 999px; padding: 14px 32px;
    font-family: inherit; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
    cursor: pointer; text-decoration: none; transition: background 0.3s ease;
  }
  .btn:hover { background: rgba(217, 164, 65, 0.22); }
  .btn.ghost { border-color: var(--hair); background: transparent; }
  .btn.ghost:hover { background: rgba(234,231,223,0.06); }
  .btn.sm { padding: 10px 22px; font-size: 11px; }

  .scroll-hint { position: absolute; bottom: 40px; left: 44px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
  .scroll-hint::after {
    content: ''; display: block; width: 1px; height: 34px; margin-top: 10px;
    background: var(--muted); animation: drop 2.2s ease-in-out infinite;
  }
  @keyframes drop {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
  }

  .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 44px; }
  .card {
    border: 1px solid var(--hair); border-radius: 14px; padding: 28px 26px;
    background: rgba(13, 14, 18, 0.72); backdrop-filter: blur(8px);
    transition: border-color 0.35s ease, transform 0.35s ease;
    display: flex; flex-direction: column;
  }
  .card:hover { border-color: rgba(217, 164, 65, 0.45); transform: translateY(-4px); }
  .card .n { font-size: 11px; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 14px; }
  .card h3 { margin-bottom: 10px; }
  .card p, .card li { font-weight: 300; font-size: 13.5px; line-height: 1.7; color: var(--muted); }
  .card .spacer { flex: 1; }
  .card .btn { margin-top: 20px; align-self: flex-start; }
  .ic { width: 30px; height: 30px; margin-bottom: 16px; }
  .ic svg { width: 100%; height: 100%; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .right-align { align-items: flex-end; text-align: right; display: flex; flex-direction: column; }
  .right-align .sub { text-align: right; }

  .prose { max-width: 760px; }
  .prose p { font-weight: 300; font-size: 15px; line-height: 1.85; color: var(--muted); margin-top: 18px; }
  .prose h2 { margin-top: 70px; }
  .prose ul { margin: 18px 0 0 2px; list-style: none; }
  .prose li {
    font-weight: 300; font-size: 14.5px; line-height: 1.8; color: var(--muted);
    padding-left: 20px; position: relative;
  }
  .prose li::before { content: ''; position: absolute; left: 0; top: 0.75em; width: 7px; height: 1px; background: var(--gold); }
  .quote-block {
    border-left: 2px solid var(--gold); padding: 8px 0 8px 26px; margin-top: 28px;
  }
  .quote-block p {
    font-family: 'Cormorant Garamond', serif; font-style: italic;
    font-size: 18px; line-height: 1.75; color: var(--ink); margin-top: 12px;
  }
  .quote-block p:first-child { margin-top: 0; }

  .stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-top: 40px; }
  .stat { border-left: 1px solid rgba(217, 164, 65, 0.5); padding: 6px 0 6px 18px; }
  .stat .v { font-size: 26px; font-weight: 300; }
  .stat .l { font-size: 12px; color: var(--muted); font-weight: 300; margin-top: 6px; line-height: 1.5; }

  .founder-grid { display: grid; grid-template-columns: 280px 1fr; gap: 44px; margin-top: 40px; align-items: start; }
  .photo-slot {
    aspect-ratio: 3/4; border: 1px solid rgba(217, 164, 65, 0.4); border-radius: 16px;
    background: rgba(13, 14, 18, 0.72); display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px;
    position: sticky; top: 110px;
  }
  .photo-slot .initials {
    width: 84px; height: 84px; border-radius: 50%; border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 30px; color: var(--gold);
  }
  .photo-slot .hint { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); line-height: 1.7; }

  .tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
  .tag {
    border: 1px solid var(--hair); background: transparent; color: var(--muted);
    border-radius: 999px; padding: 8px 16px; font-family: inherit; font-size: 12px;
    letter-spacing: 0.04em; cursor: pointer; transition: all 0.25s ease;
  }
  .tag.on, .tag:hover { color: var(--ink); border-color: rgba(217, 164, 65, 0.55); background: var(--gold-soft); }
  .cat-desc {
    display: none; margin-top: 26px; max-width: 640px; border-left: 1px solid var(--gold);
    padding: 4px 0 4px 18px; font-weight: 300; font-size: 14px; line-height: 1.75; color: var(--muted);
  }
  .cat-desc.show { display: block; }
  .art-card .cat { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .art-card .meta-line { margin-top: 16px; font-size: 12px; color: var(--muted); font-weight: 300; }

  .article-hero { padding: 170px 44px 30px; }
  .article-meta { font-size: 13px; font-weight: 300; color: var(--muted); margin-top: 22px; letter-spacing: 0.04em; }
  .article-body { max-width: 720px; }
  .article-body .lead {
    font-size: 18px; line-height: 1.8; color: var(--ink); font-weight: 300; margin-top: 30px;
  }
  .article-body .ph {
    border: 1px dashed rgba(217, 164, 65, 0.35); border-radius: 12px;
    padding: 16px 20px; margin-top: 22px; font-size: 13.5px; line-height: 1.7;
    color: var(--muted); font-weight: 300; background: rgba(217, 164, 65, 0.03);
  }
  .article-body h2 { font-size: clamp(22px, 2.6vw, 30px); margin-top: 54px; }
  .author-box {
    display: flex; gap: 20px; align-items: flex-start; border: 1px solid var(--hair);
    border-radius: 16px; padding: 26px; margin-top: 64px; background: rgba(13, 14, 18, 0.72);
  }
  .author-box .initials {
    flex-shrink: 0; width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--gold);
  }
  .author-box .who { font-size: 15px; font-weight: 400; }
  .author-box .role { font-size: 13px; font-weight: 300; color: var(--muted); margin-top: 6px; line-height: 1.7; }
  .author-box a { color: var(--gold); text-decoration: none; }

  form { max-width: 640px; margin-top: 40px; }
  .field { margin-bottom: 18px; }
  label { display: block; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
  input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%; background: rgba(234, 231, 223, 0.04); border: 1px solid var(--hair);
    border-radius: 10px; color: var(--ink); font-family: inherit; font-size: 14px;
    font-weight: 300; padding: 13px 15px; transition: border-color 0.3s ease;
  }
  select option { background: #14161b; }
  input:focus, select:focus, textarea:focus { border-color: rgba(217, 164, 65, 0.6); outline: none; }
  textarea { min-height: 140px; resize: vertical; }
  .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.6; }
  .consent input { width: auto; margin-top: 3px; accent-color: var(--gold); }
  .form-msg { margin-top: 18px; font-size: 14px; font-weight: 300; display: none; }
  .form-msg.ok { color: #9fce7a; display: block; }
  .form-msg.err { color: #e77; display: block; }

  .svc-hero { min-height: 86vh; display: flex; flex-direction: column; justify-content: center; padding: 150px 44px 60px; position: relative; overflow: hidden; }
  .svc-hero .txt { position: relative; z-index: 2; max-width: 640px; }
  .glyph-wrap {
    position: absolute; right: -4vw; top: 50%; transform: translateY(-50%);
    width: min(52vw, 620px); height: min(52vw, 620px); z-index: 1; pointer-events: none;
  }
  .glyph-wrap canvas { width: 100%; height: 100%; display: block; }
  .resume-line { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(19px, 2vw, 24px); color: var(--gold); margin-top: 16px; }
  .kv { margin-top: 26px; }
  .kv p { font-weight: 300; font-size: 14px; line-height: 1.75; color: var(--muted); margin-top: 10px; }
  .kv p strong { color: var(--ink); font-weight: 400; }

  .insta-box { padding: 70px 44px; display: flex; justify-content: center; position: relative; z-index: 2; }
  .insta-box a {
    display: flex; align-items: center; gap: 16px; border: 1px solid var(--hair);
    border-radius: 999px; padding: 18px 34px; text-decoration: none;
    background: rgba(13, 14, 18, 0.72); transition: border-color 0.3s ease;
  }
  .insta-box a:hover { border-color: rgba(217, 164, 65, 0.55); }
  .insta-box svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.6; }
  .insta-box .t { font-size: 14px; font-weight: 300; color: var(--muted); }
  .insta-box .t strong { color: var(--ink); font-weight: 400; }

  footer { position: relative; z-index: 2; border-top: 1px solid var(--hair); background: var(--bg); padding: 60px 44px 34px; }
  .foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 30px; max-width: 1060px; margin: 0 auto; }
  @media (max-width: 900px) { .foot-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } }
  .foot-grid h4 { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); font-weight: 400; margin-bottom: 16px; }
  .foot-grid a, .foot-grid span { display: block; font-size: 13px; font-weight: 300; color: var(--muted); text-decoration: none; padding: 4px 0; }
  .foot-grid a:hover { color: var(--ink); }
  .socials { display: flex; gap: 18px; justify-content: center; margin: 44px auto 0; }
  .socials a {
    width: 42px; height: 42px; border: 1px solid var(--hair); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; transition: border-color 0.3s ease;
  }
  .socials a:hover { border-color: rgba(217, 164, 65, 0.55); }
  .socials svg { width: 18px; height: 18px; stroke: var(--muted); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .socials a:hover svg { stroke: var(--gold); }
  .legal {
    max-width: 1060px; margin: 30px auto 0; padding-top: 22px; border-top: 1px solid var(--hair);
    display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
    font-size: 12px; font-weight: 300; color: var(--muted);
  }
  .legal .sig { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--gold); }

  .cookie {
    position: fixed; bottom: 20px; left: 20px; max-width: 380px; background: #111318;
    border: 1px solid var(--hair); border-radius: 16px; padding: 22px; z-index: 50;
    display: none; box-shadow: 0 18px 50px rgba(0,0,0,0.55);
  }
  .cookie.show { display: block; }
  .cookie h4 { font-size: 15px; font-weight: 400; margin-bottom: 8px; }
  .cookie p { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.6; }
  .cookie .row { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
  .cookie button, .cookie a { font-family: inherit; font-size: 12px; border-radius: 999px; padding: 9px 16px; cursor: pointer; text-decoration: none; }
  .cookie .accept { background: var(--gold); border: 1px solid var(--gold); color: #14100a; }
  .cookie .essential { background: transparent; border: 1px solid var(--hair); color: var(--ink); }
  .cookie .more { border: none; background: none; color: var(--muted); align-self: center; }

  .divider-gold { width: 46px; height: 1px; background: var(--gold); margin: 26px 0; }

  .article-cover {
    position: relative; max-width: 1060px; margin: 40px auto 0;
    height: min(44vw, 400px); border: 1px solid var(--hair); border-radius: 18px;
    overflow: hidden; background:
      radial-gradient(ellipse at 30% 20%, rgba(217, 164, 65, 0.09), transparent 55%),
      linear-gradient(160deg, #101218, #0a0b0d);
    display: flex; align-items: center; justify-content: center;
  }
  .article-cover canvas { width: min(70vw, 340px); height: min(70vw, 340px); }
  .article-cover img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  }
  .article-cover .cover-hint {
    position: absolute; bottom: 12px; right: 16px; font-size: 10px;
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); opacity: 0.7;
  }

  .fab-stack {
    position: fixed; bottom: 24px; right: 24px; z-index: 45;
    display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
  }
  .fab-row { display: flex; gap: 12px; }
  .fab, .to-top {
    width: 46px; height: 46px; border-radius: 50%;
    border: 1px solid rgba(217, 164, 65, 0.5); background: rgba(17, 19, 24, 0.9);
    backdrop-filter: blur(6px); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
  }
  .fab svg, .to-top svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .to-top svg { width: 18px; height: 18px; stroke-width: 1.8; }
  .fab:hover, .to-top:hover { background: rgba(217, 164, 65, 0.16); border-color: var(--gold); }
  .to-top {
    opacity: 0; pointer-events: none; transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease, background 0.3s ease;
  }
  .to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

  .foot-brand .logo { font-size: 17px; }
  .foot-brand .tagline {
    font-family: 'Cormorant Garamond', serif; font-style: italic;
    font-size: 17px; color: var(--gold); margin-top: 14px;
  }
  .foot-brand .mini { font-size: 12px; font-weight: 300; color: var(--muted); margin-top: 10px; line-height: 1.75; max-width: 220px; }
  .ck-prefs {
    background: none; border: none; color: var(--muted); font-family: inherit;
    font-size: 12px; font-weight: 300; cursor: pointer; padding: 0; text-decoration: underline;
    text-underline-offset: 3px;
  }
  .ck-prefs:hover { color: var(--ink); }

  @media (max-width: 1120px) {
    .links { gap: 18px; }
  }
  @media (max-width: 980px) {
    header { padding: 16px 22px; }
    .links { display: none; }
    .hdr-right { display: flex; }
    .full, .block, .svc-hero { padding-left: 22px; padding-right: 22px; }
    .article-hero { padding-left: 22px; padding-right: 22px; }
    .scroll-hint { left: 22px; }
    footer { padding: 44px 22px 28px; }
    .right-align { align-items: flex-start; text-align: left; }
    .right-align .sub { text-align: left; }
    .founder-grid { grid-template-columns: 1fr; }
    .photo-slot { position: static; max-width: 300px; }
    .glyph-wrap { opacity: 0.28; right: -20vw; width: 90vw; height: 90vw; }
    .insta-box { padding: 50px 22px; }
    .insta-box a { padding: 16px 22px; }
    .author-box { flex-direction: column; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .scroll-hint::after { animation: none; }
    * { transition: none !important; }
  }

  /* ---- corpo do artigo (conteúdo do editor) ---- */
  .article-body img { width: 100%; height: auto; border-radius: 14px; margin: 26px 0; display: block; }
  .article-body figure { margin: 26px 0; }
  .article-body figure img { margin: 0; }
  .article-body figcaption { font-size: 12.5px; color: var(--muted); margin-top: 10px; text-align: center; }
  .article-body ol { margin: 18px 0 0 2px; padding-left: 22px; }
  .article-body ol li { font-weight: 300; font-size: 14.5px; line-height: 1.8; color: var(--muted); padding-left: 4px; }
  .article-body ol li::before { display: none; }
  .article-body blockquote { border-left: 2px solid var(--gold); margin: 28px 0; padding: 8px 0 8px 26px; }
  .article-body blockquote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; line-height: 1.75; color: var(--ink); }
  .article-body table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 13.5px; }
  .article-body th { text-align: left; font-weight: 400; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); padding: 10px 12px; border-bottom: 1px solid rgba(217, 164, 65, 0.4); }
  .article-body td { padding: 10px 12px; border-bottom: 1px solid rgba(234, 231, 223, 0.08); color: var(--muted); font-weight: 300; }
  .map-wrap { border: 1px solid var(--hair); border-radius: 16px; overflow: hidden; margin-top: 26px; }
  .map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; filter: grayscale(0.15) contrast(1.03); }

  /* ---- widgets laterais (artigos) ---- */
  .article-cols { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: start; }
  .list-cols { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; text-align: left; }
  .list-cols .grid { margin-top: 0; }
  .site-aside { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 18px; }
  .widget { border: 1px solid var(--hair); border-radius: 16px; padding: 22px; background: rgba(234, 231, 223, 0.02); }
  .widget h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 12px; }
  .widget .wc { font-size: 13.5px; color: var(--muted); line-height: 1.75; }
  .widget .wc p { margin-bottom: 10px; }
  .widget .wc a { color: var(--ink); }
  .widget .wc a:hover { color: var(--gold); }
  .widget .wc img { width: 100%; height: auto; border-radius: 10px; display: block; }
  .widget .wc ul { list-style: none; }
  .widget .wc li { padding: 4px 0; }
  @media (max-width: 1080px) {
    .article-cols, .list-cols { grid-template-columns: 1fr; }
    .site-aside { position: static; }
  }

  /* ---- serviços no rodapé: ícone limpo ao lado do nome ---- */
  .foot-grid a.svc-link { display: flex; align-items: center; gap: 10px; padding: 3px 0; }
  .svc-ic { width: 16px; height: 16px; flex-shrink: 0; display: inline-flex; }
  .svc-ic svg { width: 16px; height: 16px; fill: none; stroke: var(--gold); stroke-width: 1.6;
                stroke-linecap: round; stroke-linejoin: round; opacity: 0.8; transition: opacity 0.25s ease; }
  .foot-grid a.svc-link:hover .svc-ic svg { opacity: 1; }

  /* ---- imagens dentro de páginas institucionais editadas ---- */
  .prose img { max-width: 100%; height: auto; border-radius: 14px; }

  /* ---- scrollbar na identidade da marca (site inteiro, dropdowns, busca) ---- */
  html { scrollbar-width: thin; scrollbar-color: #2e3038 #0a0b0d; }
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: #0a0b0d; }
  ::-webkit-scrollbar-thumb { background: #2e3038; border-radius: 999px; border: 2px solid #0a0b0d; }
  ::-webkit-scrollbar-thumb:hover { background: rgba(217, 164, 65, 0.55); }
  ::-webkit-scrollbar-corner { background: #0a0b0d; }

  /* ---- eyebrow como elemento de bloco (páginas editáveis) ---- */
  h6.eyebrow { display: inline-block; font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 400;
               letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted);
               border: 1px solid var(--hair); border-radius: 999px; padding: 6px 14px;
               margin: 46px 0 18px; }
  .prose h6.eyebrow:first-child { margin-top: 0; }

  .author-box .author-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(217, 164, 65, 0.55); flex-shrink: 0; }
  .author-socials { margin-top: 12px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
  .soc-ic { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px;
            border: 1px solid var(--hair); border-radius: 50%; background: transparent; cursor: pointer;
            transition: border-color 0.25s ease, background 0.25s ease; padding: 0; }
  .soc-ic svg { width: 17px; height: 17px; fill: none; stroke: var(--gold); stroke-width: 1.6;
                stroke-linecap: round; stroke-linejoin: round; opacity: 0.85; }
  .soc-ic:hover { border-color: rgba(217, 164, 65, 0.6); background: rgba(217, 164, 65, 0.08); }
  .soc-ic:hover svg { opacity: 1; }
  .soc-ic.copied { border-color: rgba(120, 190, 90, 0.7); }

  /* ---- galeria de artigos: destaque → cards 3 col → lista ---- */
  .art-feat, .art-mini, .art-row { text-decoration: none; color: inherit; display: block; }
  .art-feat .cover, .art-mini .cover { border: 1px solid var(--hair); border-radius: 16px; overflow: hidden;
    background: radial-gradient(120% 120% at 30% 20%, rgba(217, 164, 65, 0.10), rgba(217, 164, 65, 0.02) 60%, transparent);
    display: flex; align-items: center; justify-content: center; }
  .art-feat .cover { aspect-ratio: 21 / 9; margin-bottom: 22px; }
  .art-mini .cover { aspect-ratio: 16 / 9; margin-bottom: 14px; }
  .art-feat .cover img, .art-mini .cover img { width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.5s ease; }
  .art-feat:hover .cover img, .art-mini:hover .cover img { transform: scale(1.03); }
  .cover-ph { font-family: 'Space Grotesk', sans-serif; letter-spacing: 0.34em; color: var(--muted); font-size: 15px; }
  .cover-ph b { color: var(--gold); font-weight: 500; }
  .art-feat .cat, .art-mini .cat, .art-row .cat { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
  .art-feat h2 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 300; margin: 10px 0 12px; line-height: 1.25; }
  .art-feat p { color: var(--muted); font-weight: 300; font-size: 15px; line-height: 1.75; max-width: 680px; }
  .art-feat .meta-line, .art-mini .meta-line { margin-top: 10px; }
  .art-feat:hover h2, .art-mini:hover h3, .art-row:hover .t { color: var(--gold); }
  .art-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
  .art-mini h3 { font-size: 16.5px; font-weight: 400; line-height: 1.4; margin-top: 8px; transition: color 0.25s ease; }
  .art-rows { margin-top: 46px; border-top: 1px solid var(--hair); }
  .art-row { display: grid; grid-template-columns: 200px 1fr auto; gap: 18px; align-items: baseline;
    padding: 16px 4px; border-bottom: 1px solid rgba(234, 231, 223, 0.07); }
  .art-row .t { font-size: 15.5px; font-weight: 300; transition: color 0.25s ease; }
  @media (max-width: 900px) {
    .art-grid3 { grid-template-columns: 1fr; }
    .art-row { grid-template-columns: 1fr; gap: 4px; }
  }

  /* ---- refinos da galeria de artigos ---- */
  .tags .tag { text-decoration: none; }
  .tags { margin-bottom: 8px; }
  .art-feat { margin-top: 48px; }
  .list-cols.no-aside { grid-template-columns: 1fr; }

  .logo-img { height: 26px; display: block; }
  header .theme-btn { background: none; border: 1px solid var(--hair); color: var(--muted); border-radius: 50%;
    width: 32px; height: 32px; cursor: pointer; font-size: 14px; line-height: 1; flex-shrink: 0; }
  header .theme-btn:hover { color: var(--gold); border-color: rgba(217, 164, 65, 0.5); }

  /* ================= TEMA CLARO — papel, tinta e dourado profundo ================= */
  html[data-theme="light"] body { --bg: #f4f1ea; --ink: #211f1a; --muted: #6f6a5e; --gold: #a1731c; --hair: rgba(33, 31, 26, 0.16); background: var(--bg); }
  html[data-theme="light"] header { background: linear-gradient(180deg, rgba(244, 241, 234, 0.97) 55%, rgba(244, 241, 234, 0)); }
  html[data-theme="light"] .drop-menu, html[data-theme="light"] .mobile-menu { background: #fbfaf5; box-shadow: 0 18px 50px rgba(70, 60, 30, 0.16); }
  html[data-theme="light"] .card, html[data-theme="light"] .widget, html[data-theme="light"] .author-box { background: rgba(33, 31, 26, 0.028); }
  html[data-theme="light"] .search-overlay { background: rgba(244, 241, 234, 0.72); }
  html[data-theme="light"] .cookie { background: #fbfaf5; box-shadow: 0 18px 50px rgba(70, 60, 30, 0.16); }
  html[data-theme="light"] footer, html[data-theme="light"] .insta-box a { background: rgba(33, 31, 26, 0.035); }
  /* chip 3D no tema claro: presença de marca d'água, não de sombra */
  html[data-theme="light"] canvas#stage { opacity: 0.18; }
  html[data-theme="light"] body[data-dim="1"] canvas#stage { opacity: 0.4; }
  html[data-theme="light"] ::-webkit-scrollbar-track { background: #f4f1ea; }
  html[data-theme="light"] ::-webkit-scrollbar-thumb { background: #cfc8b8; border-color: #f4f1ea; }
  html[data-theme="light"] { scrollbar-color: #cfc8b8 #f4f1ea; }

  .sr-item { display: flex; align-items: center; gap: 12px; }
  .sr-thumb { width: 52px; height: 34px; object-fit: cover; border-radius: 7px; border: 1px solid var(--hair); flex-shrink: 0; }
  .sr-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }

  .sr-x { font-size: 12px; color: var(--muted); line-height: 1.5; display: block; margin-top: 2px;
          overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  /* ---- radar ---- */
  .radar-list { margin-top: 42px; border-top: 1px solid var(--hair); }
  .radar-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 18px; align-items: baseline;
    padding: 15px 4px; border-bottom: 1px solid rgba(234, 231, 223, 0.07); text-decoration: none; color: inherit; }
  .radar-item .src { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
  .radar-item .t { font-size: 15px; font-weight: 300; transition: color 0.25s ease; }
  .radar-item:hover .t { color: var(--gold); }
  @media (max-width: 800px) { .radar-item { grid-template-columns: 1fr; gap: 4px; } }

  /* ---- mapa (OpenStreetMap/Leaflet) ---- */
  .mapa-box { margin-top: 0; }
  .mapa-sec { padding-top: 20px; }
  .zyfr-map { height: 380px; border: 1px solid var(--hair); border-radius: 16px; overflow: hidden; z-index: 1; }
  .mapa-acts { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 16px; }
  .mapa-end { color: var(--muted); font-size: 13.5px; margin-right: auto; }
  /* tiles adaptados à identidade: escuro por padrão, natural no tema claro */
  html:not([data-theme="light"]) .map-tiles { filter: invert(0.92) hue-rotate(185deg) saturate(0.4) brightness(0.9) contrast(0.9); }
  .leaflet-container { background: var(--bg); font-family: 'Space Grotesk', sans-serif; }

  /* ---- tema claro: busca coerente ---- */
  html[data-theme="light"] #searchInput { background: rgba(253, 252, 248, 0.92); color: var(--ink); border-color: rgba(161, 115, 28, 0.45); }
  html[data-theme="light"] #searchInput::placeholder { color: var(--muted); }
  html[data-theme="light"] .search-box .sr-esc { color: var(--muted); }
  html[data-theme="light"] .search-box svg { stroke: var(--gold); }
  /* ---- tema claro: rodapé e faixas OPACOS e acima do canvas 3D (sem vazamento do chip) ---- */
  html[data-theme="light"] footer { background: #eceade; position: relative; z-index: 2; }
  html[data-theme="light"] .insta-box { position: relative; z-index: 2; }
  html[data-theme="light"] .insta-box a { background: #f1eee4; }
  footer { position: relative; z-index: 2; }

  /* ---- resultados da busca no tema claro ---- */
  html[data-theme="light"] .sr-item { background: rgba(253, 252, 248, 0.92); }
  html[data-theme="light"] .sr-item:hover { border-color: rgba(161, 115, 28, 0.5); }

  /* ---- índice lateral (scroll-spy) ---- */
  .spy { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 40;
         display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
  .spy a { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .spy i { display: block; width: 16px; height: 2px; border-radius: 2px; background: var(--hair);
           transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease; }
  .spy a:hover i { width: 26px; background: var(--muted); }
  .spy a.on i { width: 34px; background: var(--gold); }
  .spy-lbl { font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; letter-spacing: 0.14em;
             text-transform: uppercase; color: var(--muted); background: var(--panel, rgba(16, 17, 20, 0.92));
             border: 1px solid var(--hair); border-radius: 999px; padding: 4px 12px; white-space: nowrap;
             opacity: 0; transform: translateX(6px); pointer-events: none;
             transition: opacity 0.25s ease, transform 0.25s ease; }
  .spy a:hover .spy-lbl, .spy a.on:hover .spy-lbl { opacity: 1; transform: none; }
  .spy a.on .spy-lbl { color: var(--gold); }
  html[data-theme="light"] .spy-lbl { background: rgba(253, 252, 248, 0.95); }
  @media (max-width: 1100px) { .spy { display: none; } }

  /* ---- página do autor ---- */
  .autor-hero { display: flex; gap: 34px; align-items: flex-start; margin-top: 10px; flex-wrap: wrap; }
  .autor-foto { width: 130px; height: 130px; border-radius: 50%; object-fit: cover;
    border: 1px solid rgba(217, 164, 65, 0.55); flex-shrink: 0; }
  .autor-foto.initials { display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 44px; color: var(--gold);
    background: rgba(217, 164, 65, 0.08); }
  .autor-bio { max-width: 640px; }
  .autor-hero .author-socials { margin-top: 16px; }
  .autor-link { color: inherit; text-decoration: none; }
  .autor-link:hover { color: var(--gold); }

  /* ---- pills de categorias/tags no artigo + nuvem ---- */
  .art-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
  .pill { font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
          color: var(--muted); border: 1px solid var(--hair); border-radius: 999px; padding: 5px 12px;
          text-decoration: none; transition: color 0.25s ease, border-color 0.25s ease; }
  .pill:hover { color: var(--gold); border-color: rgba(217, 164, 65, 0.5); }
  .pill.tagp { text-transform: none; letter-spacing: 0.04em; }
  .pill small { color: var(--gold); font-size: 10px; }
  .tag-cloud { display: flex; gap: 8px; flex-wrap: wrap; }

  /* ---- fonte de referência do artigo ---- */
  .art-fonte { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--hair);
    font-size: 13px; color: var(--muted); font-style: italic; }
  .art-fonte a { color: var(--gold); text-decoration: none; }
  .art-fonte a:hover { text-decoration: underline; }

  /* ---- widget RSS ---- */
  .rss-w { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
  .rss-w a { color: var(--ink); text-decoration: none; font-size: 14px; line-height: 1.45; transition: color 0.25s ease; }
  .rss-w a:hover { color: var(--gold); }
  .rss-w-meta { display: block; font-size: 11px; color: var(--gold); letter-spacing: 0.08em; margin-top: 3px; }
  .rss-w p { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin: 4px 0 0; }
  .rss-w-vazio { font-size: 13px; color: var(--muted); font-style: italic; }

  /* ---- alfinete e tooltip do mapa ---- */
  .zyfr-pin { filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.4)); }
  .leaflet-tooltip { font-family: 'Space Grotesk', sans-serif; font-size: 12.5px; border-radius: 9px; }

  /* ---- vídeo do YouTube em largura total do artigo ---- */
  .article-body .yt-wrap { position: relative; width: 100%; aspect-ratio: 16/9; margin: 30px 0;
    border-radius: 14px; overflow: hidden; border: 1px solid var(--hair); background: #000; }
  .article-body .yt-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
  /* ---- galeria no artigo ---- */
  .article-body .art-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }
  .article-body .art-gallery.g2 { grid-template-columns: repeat(2, 1fr); }
  .article-body .art-gallery.g1 { grid-template-columns: 1fr; }
  .article-body .art-gallery.g1 img { aspect-ratio: auto; }
  .article-body .art-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px;
    cursor: zoom-in; border: 1px solid var(--hair); margin: 0; transition: opacity 0.25s ease; }
  .article-body .art-gallery img:hover { opacity: 0.85; }
  @media (max-width: 640px) {
    .article-body .art-gallery { grid-template-columns: repeat(2, 1fr); }
    .article-body .art-gallery.g1 { grid-template-columns: 1fr; }
  }
  /* ---- lightbox ---- */
  .lb { position: fixed; inset: 0; z-index: 130; background: rgba(6, 7, 9, 0.94);
    display: none; align-items: center; justify-content: center; }
  .lb.on { display: flex; }
  .lb img { max-width: 90vw; max-height: 84vh; border-radius: 10px; box-shadow: 0 20px 80px rgba(0,0,0,0.6); }
  .lb button { position: absolute; background: none; border: 1px solid rgba(234,231,223,0.25); color: var(--ink);
    border-radius: 50%; width: 46px; height: 46px; font-size: 20px; cursor: pointer; display: flex;
    align-items: center; justify-content: center; transition: border-color 0.25s ease, color 0.25s ease; }
  .lb button:hover { border-color: var(--gold); color: var(--gold); }
  .lb .lb-x { top: 20px; right: 22px; }
  .lb .lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
  .lb .lb-next { right: 22px; top: 50%; transform: translateY(-50%); }
  .lb .lb-n { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
    font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: 0.16em; color: var(--muted); }
  html[data-theme="light"] .lb { background: rgba(244, 241, 234, 0.96); }
  html[data-theme="light"] .lb button { border-color: rgba(33, 31, 26, 0.25); color: var(--ink); }
