@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/league-spartan-latin.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --bg: #10110f;
  --panel: #191b16;
  --text: #f4f2ed;
  --muted: #b6b7af;
  --gold: #e9ba54;
  --lime: #d3e719;
  --line: #393b33;
  --radius: 24px;
  --font: "League Spartan", Arial, sans-serif;
  --content-width: 1200px;
  --space-section: clamp(48px, 7vw, 88px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  min-width: 280px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.55;
  isolation: isolate;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url("../img/plantilla-humo-original.png") center top/cover no-repeat;
  opacity: 0.22;
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #10110f25, #10110f70 55%, #10110fe0);
  pointer-events: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: var(--gold);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
  border-radius: 4px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.5px;
  text-wrap: balance;
}
h1 {
  font-size: clamp(3.4rem, 6.7vw, 5.5rem);
  margin-bottom: 24px;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.25rem;
}
em {
  font-style: normal;
  color: var(--gold);
}
p {
  color: var(--muted);
  margin-bottom: 20px;
}
strong {
  color: var(--text);
  font-weight: 700;
}
::selection {
  color: #10110f;
  background: var(--gold);
}
.container {
  width: min(var(--content-width), calc(100% - 80px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  padding: 12px 20px;
  border-radius: 8px;
  color: #10110f;
  background: var(--gold);
  transform: translateY(-200%);
  font-weight: 600;
}
.skip-link:focus {
  transform: none;
  color: #10110f;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #b4b4a029;
  background: #10110ff2;
  backdrop-filter: blur(18px);
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 32px;
}
.logo {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.06em;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
}
.brand-name {
  display: inline-flex;
  color: var(--text);
}
.brand-name > span {
  color: var(--gold);
}
.pebas-mark {
  --mark-size: 38px;
  position: relative;
  display: inline-block;
  width: var(--mark-size);
  height: var(--mark-size);
  flex: 0 0 var(--mark-size);
  isolation: isolate;
}
.pebas-mark::before {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 25%;
  background: #e9ba5425;
  box-shadow: 0 0 20px 4px #e9ba5426;
  opacity: .65;
  transition: opacity 220ms ease, box-shadow 220ms ease;
  pointer-events: none;
  z-index: -1;
}
.pebas-mark img, .pebas-mark-mouth {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
  pointer-events: none;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1);
}
.pebas-mark-rest { opacity: 1; }
.pebas-mark-smile { opacity: 0; }
.pebas-mark-mouth { opacity: 1; }
@media (hover: hover) and (pointer: fine) {
  .pebas-mark:hover::before,
  .logo:hover .pebas-mark::before,
  .avatar-halo:hover .pebas-mark::before {
    opacity: 1;
    box-shadow: 0 0 26px 9px #e9ba545c;
  }
  .pebas-mark:hover .pebas-mark-rest,
  .logo:hover .pebas-mark-rest,
  .avatar-halo:hover .pebas-mark-rest,
  .pebas-mark:hover .pebas-mark-mouth,
  .logo:hover .pebas-mark-mouth,
  .avatar-halo:hover .pebas-mark-mouth { opacity: 0; }
  .pebas-mark:hover .pebas-mark-smile,
  .logo:hover .pebas-mark-smile,
  .avatar-halo:hover .pebas-mark-smile { opacity: 1; }
  .pebas-mark:hover img,
  .logo:hover .pebas-mark img,
  .avatar-halo:hover .pebas-mark img,
  .pebas-mark:hover .pebas-mark-mouth,
  .logo:hover .pebas-mark-mouth,
  .avatar-halo:hover .pebas-mark-mouth { transform: translateY(-2px) rotate(-3deg) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .pebas-mark::before, .pebas-mark img, .pebas-mark-mouth { transition: none; }
  .pebas-mark img, .pebas-mark-mouth { transform: none !important; }
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  min-width: 44px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #c4c5bc;
  position: relative;
}
.nav-links a:hover,
.nav-links a[aria-current] {
  color: var(--gold);
}
.nav-links a[aria-current]::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
}
.menu-toggle {
  display: none;
  background: none;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 14px;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  font-size: 1rem;
}
main {
  padding-bottom: 104px;
  min-height: calc(100svh - 285px);
}
main:focus {
  outline: none;
}
.home-intro {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  align-items: start;
  gap: 80px;
  padding: 92px 0 76px;
}
.home-intro h1 {
  margin-bottom: 0;
}
.hero-quote {
  margin: 0;
  padding: 16px 0 0;
}
.hero-quote blockquote {
  margin: 0;
}
.hero-quote q {
  quotes: "“" "”";
}
.hero-quote q::before,
.hero-quote q::after {
  color: var(--gold);
}
.hero-quote figcaption {
  margin-top: 25px;
  font-size: 1.05rem;
  color: #d1ccc0;
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  display: block;
}
.intro-copy {
  padding-top: 0;
  max-width: 430px;
}
.intro-copy p {
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 20px;
  color: #deded6;
}
.small-rule {
  height: 2px;
  width: 36px;
  background: var(--gold);
  display: block;
  margin-bottom: 22px;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 11px 16px;
  border: 1px solid #65695c;
  border-radius: 10px;
  background: #ffffff05;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.text-link > [aria-hidden="true"] {
  flex: 0 0 auto;
}
.text-link:hover,
.text-link:focus-visible {
  color: var(--gold);
  background: #e9ba5412;
  border-color: var(--gold);
  border-radius: 10px;
  text-decoration: none;
}
.text-link:active {
  background: #e9ba5424;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}
.section-heading h2 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  margin: 0;
}
.section-heading .text-link {
  color: var(--muted);
  font-size: 0.95rem;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.project-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  min-height: 568px;
  background: #161813eb;
  box-shadow:
    0 3px 6px #0003,
    0 22px 48px #0005,
    0 48px 88px #0003;
}
.meditor {
  padding: 38px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 16%, #b7cb2513, transparent 60%), #161813f5;
}
.meditor .eyebrow {
  color: #bfc79e;
  margin-bottom: 25px;
}
.app-link {
  display: block;
  border-radius: 26px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.app-link:hover {
  transform: translateY(-4px) rotate(-2deg);
}
.meditor-icon {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow:
    0 14px 28px #0008,
    0 0 40px #c6e01830;
}
.meditor h2 {
  font-size: 2.65rem;
  color: var(--lime);
  margin: 25px 0 13px;
  text-shadow: 0 0 30px #d3e72125;
}
.meditor > p:not(.more-link) {
  max-width: 355px;
  font-size: 1.08rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
.store-badges {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.store-badges figure {
  margin: 0;
  width: 170px;
}
.badge-frame {
  height: auto;
  aspect-ratio: 900/275;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  filter: drop-shadow(0 6px 8px #0008) drop-shadow(0 0 8px #ffffff12);
}
.badge-play {
  width: 105.105%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.badge-apple {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.badge-sheen {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(110deg, transparent 20%, #ffffff08 35%, #ffffff65 49%, #ffffff10 60%, transparent 75%);
  transform: translateX(-125%) skewX(-12deg);
  opacity: 0;
  pointer-events: none;
}
[data-badge-motion="play"] {
  transition: filter 250ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .store-badges figure:hover [data-badge-motion="play"] {
    filter: drop-shadow(-4px 2px 8px #34a85350) drop-shadow(4px -2px 8px #4285f440);
  }
}
.newsletter-disclosure {
  width: 100%;
  max-width: 650px;
  margin-top: 28px;
  border: 1px solid #827653;
  border-radius: 17px;
  background: #191a16ed;
  box-shadow: 0 8px 32px #0003;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.newsletter-disclosure:hover,
.newsletter-disclosure[open] {
  border-color: var(--gold);
  box-shadow: 0 8px 32px #0003, 0 0 24px #e9ba5410;
}
.newsletter-disclosure summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  min-height: 82px;
  border-radius: 17px;
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
  user-select: none;
}
.newsletter-disclosure summary::-webkit-details-marker {
  display: none;
}
.newsletter-mail {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid #e9ba5440;
  background: #e9ba540d;
  border-radius: 12px;
  color: var(--gold);
}
.newsletter-label {
  flex: 1;
  min-width: 0;
  line-height: 1.2;
}
.newsletter-label > span {
  display: block;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--text);
}
.newsletter-label small {
  display: block;
  margin-top: 5px;
  color: #bfbbae;
  font-size: 0.82rem;
}
.disclosure-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  color: var(--gold);
}
.disclosure-toggle::before,
.disclosure-toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.disclosure-toggle::before {
  height: 2px;
  width: 14px;
  left: 3px;
  top: 9px;
}
.disclosure-toggle::after {
  width: 2px;
  height: 14px;
  left: 9px;
  top: 3px;
  transition: transform 220ms ease;
}
.newsletter-disclosure[open] .disclosure-toggle::after {
  transform: rotate(90deg);
}
.newsletter-content {
  padding: 18px 20px 22px;
  border-top: 1px solid #e9ba5429;
}
.newsletter-content p {
  font-size: 1rem;
  color: #c6c5ba;
  line-height: 1.5;
  margin: 0 0 17px;
}
.newsletter-content .newsletter-privacy {
  font-size: 0.85rem;
  margin: 16px 0 0;
}
.newsletter-follow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 8px 13px;
  border: 1px solid #77643c;
  border-radius: 8px;
  background: #e9ba5409;
  color: var(--gold);
  font-size: 0.95rem;
  text-decoration: none;
}
.newsletter-follow:hover {
  background: #e9ba5416;
}
@supports (interpolate-size: allow-keywords) and selector(::details-content) {
  .newsletter-disclosure {
    interpolate-size: allow-keywords;
  }
  .newsletter-disclosure::details-content {
    block-size: 0;
    overflow: clip;
    transition: block-size 350ms ease, content-visibility 350ms allow-discrete;
  }
  .newsletter-disclosure[open]::details-content {
    block-size: auto;
  }
}
@media (max-width: 440px) {
  .newsletter-disclosure summary {
    gap: 11px;
    padding-inline: 15px;
  }
  .newsletter-content {
    padding-inline: 15px;
  }
}
.store-badges figcaption {
  font-size: 0.78rem;
  color: #b9bda9;
  margin-top: 8px;
  line-height: 1.4;
}
.more-link {
  font-size: 0.96rem;
  margin-top: auto;
  margin-bottom: 0 !important;
  line-height: 1.6;
}
.more-link a {
  color: var(--lime);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 9px 24px;
  border: 1px solid #d3e72166;
  border-radius: 12px;
  background: #d3e7210b;
  text-decoration: none;
}
.more-link a:hover {
  color: #efff70;
  border-color: var(--lime);
  background: #d3e72118;
}
.door-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38px 30px 32px;
  background:
    radial-gradient(ellipse at 50% 45%, #a7852e15, transparent 65%), #181914;
}
.door-card::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: url("../img/eggdoor.webp") center/cover no-repeat;
  opacity: 0.055;
  filter: grayscale(1);
  pointer-events: none;
}
.door-card > * {
  position: relative;
}
.door-card .eyebrow {
  color: #bcb8a7;
}
.door-image {
  width: 280px;
  height: 280px;
  object-fit: contain;
  margin: -12px 0 -4px;
  filter: drop-shadow(0 20px 25px #000b) drop-shadow(0 0 35px #e9ba541a);
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}
.door-card:hover .door-image {
  transform: scale(1.035);
  filter: drop-shadow(0 24px 30px #000b) drop-shadow(0 0 40px #e9ba5438);
}
.door-caption {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.door-caption strong {
  font-weight: 500;
}
.status-pill {
  display: inline-flex;
  padding: 6px 13px;
  border: 1px solid #55503d;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #d7c591;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 500;
}
.about-section {
  margin-top: 110px;
  padding-top: 65px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
  scroll-margin-top: 30px;
}
.about-section h2 {
  margin-bottom: 25px;
}
.about-note {
  font-size: 1.4rem;
  line-height: 1.35;
}
.about-copy p {
  font-size: 1.13rem;
  line-height: 1.7;
}
.about-copy .text-link {
  color: var(--gold);
}
.page-intro {
  padding: 80px 0 46px;
  max-width: 850px;
}
.page-intro h1 {
  font-size: clamp(3rem, 5.8vw, 4.8rem);
}
.lead {
  font-size: 1.2rem;
  max-width: 625px;
  margin-bottom: 0;
  line-height: 1.55;
}
.bottom-note {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 46px;
}
.bottom-note .small-rule {
  margin: 0;
  width: 24px;
  flex-shrink: 0;
}
.bottom-note p {
  margin: 0;
  font-size: 1rem;
}
.bottom-note a {
  margin-left: auto;
  white-space: nowrap;
}
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #191b16e6;
  box-shadow: 0 18px 40px #0003;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.social-card {
  display: block;
  text-decoration: none;
  padding: 30px;
  transition:
    transform 0.2s,
    border-color 0.2s,
    background-color 0.2s;
}
.social-card:hover {
  border-color: #8b7644;
  transform: translateY(-4px);
  background: #24251c;
  color: var(--text);
}
.social-card.featured {
  grid-column: span 2;
  background: radial-gradient(ellipse at 0 0, #66502533, transparent), #191b16;
}
.social-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.social-top > span:last-child {
  color: var(--muted);
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #4a493b;
  border-radius: 14px;
  color: var(--gold);
  background: #e9ba540a;
}
.social-icon .icon {
  width: 26px;
  height: 26px;
}
.social-card h2 {
  font-size: 1.65rem;
  margin-bottom: 5px;
}
.social-handle {
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 17px;
}
.social-card p:last-child {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 430px;
  margin-bottom: 0;
}
.other-channels {
  margin-top: 68px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.other-channels h2 {
  font-size: 2rem;
  max-width: 350px;
}
.channel-list a,
.contact-links a {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.channel-list a:first-child {
  padding-top: 0;
}
.channel-list strong,
.contact-links strong {
  display: block;
  font-size: 1.2rem;
}
.channel-list small,
.contact-links small {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;
  max-width: 100%;
  text-align: center;
}
.button:active:not(:disabled) {
  box-shadow: inset 0 0 0 2px currentColor;
}
.button:focus-visible { border-radius: 10px; }
.button-gold {
  background: var(--gold);
  color: #211a0b;
  box-shadow: 0 8px 25px #e9ba5410;
}
.button-gold:hover {
  background: #f7cb73;
  color: #211a0b;
}
.button-outline {
  border-color: #65695c;
  background: #ffffff03;
  color: var(--text);
}
.button-outline:hover {
  border-color: var(--gold);
  background: #e9ba5412;
  color: var(--gold);
}
.button-row {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.button-row > .button,
.button-row > .text-link { min-height: 52px; }
.empty-state {
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  background:
    radial-gradient(ellipse at 50% 0, #a88e3320, transparent 60%), #181a15;
}
.empty-state h2 {
  font-size: 2rem;
  margin: 12px 0 16px;
}
.empty-state > p:not(.eyebrow) {
  max-width: 490px;
  margin-bottom: 30px;
}
.empty-icon {
  color: var(--gold);
  margin-bottom: 8px;
}
.empty-icon svg {
  width: 38px;
  height: 38px;
}
.empty-state .eyebrow {
  margin: 0;
}
.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding: 40px;
  margin-top: 30px;
}
.newsletter .eyebrow {
  margin-bottom: 13px;
}
.newsletter h2 {
  font-size: 1.9rem;
  margin-bottom: 13px;
}
.newsletter p {
  font-size: 1rem;
  max-width: 440px;
  margin-bottom: 0;
}
.newsletter-state {
  max-width: 250px;
}
.newsletter-state p {
  font-size: 0.9rem;
  margin-top: 12px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.contact-panel {
  padding: 38px;
}
.contact-panel h2 {
  font-size: 2.1rem;
}
.contact-panel > p:not(.eyebrow) {
  font-size: 1.1rem;
}
.contact-links a > span:nth-child(2) {
  flex: 1;
}
.contact-links a > svg {
  color: var(--gold);
  width: 26px;
  height: 26px;
}
.contact-links a:hover strong,
.channel-list a:hover strong {
  color: var(--gold);
}
.plain-list {
  padding-left: 22px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.plain-list li {
  padding-left: 5px;
  margin-bottom: 12px;
}
.plain-list li::marker {
  color: var(--gold);
}
.support-note {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 28px;
}
.support-note h3 {
  letter-spacing: -0.01em;
  font-size: 1.12rem;
  line-height: 1.4;
}
.support-note p {
  font-size: 1rem;
  margin-bottom: 0;
}
.support-note a {
  color: var(--gold);
}
.email-contact {
  padding-top: 26px;
  display: grid;
  gap: 16px;
  overflow-wrap: anywhere;
}
.email-contact p {
  font-size: 0.9rem;
}
.prose {
  max-width: 820px;
  padding: 48px;
}
.prose h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 36px 0 16px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  font-size: 1.08rem;
  line-height: 1.7;
}
.prose a {
  color: var(--gold);
}
.not-found {
  padding: 90px 0 50px;
  text-align: center;
  max-width: 720px;
  margin: auto;
}
.error-number {
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
  display: block;
  color: var(--gold);
  opacity: 0.65;
  margin-bottom: 20px;
}
.not-found h1 {
  font-size: 3rem;
}
.not-found p {
  margin-bottom: 30px;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #0c0d0bbf;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 35px;
}
.footer-logo {
  font-size: 1.6rem;
}
.footer-subscribe {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 20px;
  border: 1px solid #ffffff35;
  border-radius: 10px;
  font-size: 1rem;
  color: var(--text);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
}
.footer-subscribe .icon {
  color: #ff6571;
  flex-shrink: 0;
}
.footer-subscribe:hover {
  color: var(--text);
  background: #2a1716;
  border-color: #d14747;
}
@media (min-width: 1440px) {
  .home-intro {
    padding-top: 110px;
    padding-bottom: 92px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: calc(100% - 48px);
  }
  .home-intro {
    gap: 44px;
    padding-top: 65px;
  }
  .home-intro h1 {
    font-size: 4rem;
  }
  .about-section {
    gap: 55px;
  }
  .projects-grid {
    gap: 20px;
  }
  .meditor {
    padding-inline: 22px;
  }
  .store-badges {
    gap: 12px;
  }
  .store-badges figure {
    width: 145px;
  }
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .social-card.featured {
    grid-column: auto;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .contact-panel {
    padding: 28px;
  }
  .other-channels {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .site-nav {
    min-height: 78px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .logo {
    font-size: 1.8rem;
  }
  .nav-links {
    width: 100%;
    gap: 8px 24px;
    flex-wrap: wrap;
    padding-bottom: 18px;
  }
  .nav-links a {
    font-size: 1rem;
  }
  .menu-ready .menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .menu-ready .nav-links {
    display: none;
  }
  .menu-ready .nav-links.is-open {
    display: flex;
  }
  .home-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 0 44px;
  }
  .hero-quote {
    padding-top: 0;
  }
  .home-intro h1 {
    font-size: clamp(3.1rem, 8.5vw, 4.2rem);
  }
  .intro-copy {
    max-width: 540px;
    padding-top: 0;
  }
  .intro-copy .small-rule {
    display: none;
  }
  .intro-copy p {
    font-size: 1.16rem;
    margin-bottom: 10px;
  }
  .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 17px;
  }
  .section-heading h2 {
    font-size: 1.13rem;
  }
  .section-heading .text-link {
    font-size: 0.9rem;
    gap: 8px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .project-card {
    min-height: 560px;
  }
  .meditor {
    padding: 35px 24px 30px;
  }
  .meditor-icon {
    width: 112px;
    height: 112px;
  }
  .store-badges {
    gap: 16px;
  }
  .store-badges figure {
    width: 170px;
  }
  .meditor > p:not(.more-link) {
    max-width: 390px;
  }
  .door-image {
    width: 300px;
    height: 300px;
  }
  .door-card {
    min-height: 540px;
  }
  .door-caption {
    margin-top: -8px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 64px;
    padding-top: 40px;
  }
  .about-note {
    margin-bottom: 0;
  }
  .about-section h2 {
    margin-bottom: 14px;
  }
  .about-copy p {
    font-size: 1.07rem;
  }
  .page-intro {
    padding: 50px 0 34px;
  }
  .page-intro h1 {
    font-size: clamp(2.85rem, 8vw, 4rem);
  }
  .lead {
    font-size: 1.1rem;
  }
  .other-channels {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
    padding-top: 36px;
  }
  .other-channels h2 {
    max-width: 500px;
  }
  .bottom-note {
    flex-wrap: wrap;
    gap: 15px;
  }
  .bottom-note p {
    flex: 1;
  }
  .bottom-note a {
    margin-left: 39px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .newsletter {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
  .newsletter-state {
    max-width: none;
  }
  .empty-state {
    padding: 45px 24px;
  }
  .empty-state h2 {
    font-size: 2.2rem;
  }
  .prose {
    padding: 28px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 20px;
    padding-block: 28px;
  }
  main {
    padding-bottom: 64px;
  }
  .not-found {
    padding-top: 60px;
  }
  .not-found h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 440px) {
  .container {
    width: calc(100% - 36px);
  }
  .home-intro {
    padding-top: 42px;
  }
  .home-intro h1 {
    font-size: 3.25rem;
  }
  .section-heading {
    align-items: flex-start;
    gap: 10px;
  }
  .section-heading h2 {
    max-width: 180px;
    line-height: 1.25;
  }
  .section-heading a {
    white-space: nowrap;
    min-height: 30px;
  }
  .meditor {
    padding-inline: 16px;
  }
  .store-badges {
    gap: 12px;
  }
  .store-badges figure {
    width: 135px;
  }
  .store-badges figcaption {
    font-size: 0.74rem;
  }
  .project-card {
    min-height: 548px;
  }
  .door-card {
    min-height: 510px;
    padding-inline: 20px;
  }
  .door-image {
    width: 275px;
    height: 275px;
  }
  .social-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .social-card {
    padding: 25px;
  }
  .social-top {
    margin-bottom: 22px;
  }
  .contact-panel {
    padding: 25px;
  }
  .button-row {
    width: 100%;
  }
  .button-row .button,
  .button-row .text-link {
    width: 100%;
  }
  .newsletter {
    padding: 26px;
  }
  .page-intro h1 {
    font-size: 2.9rem;
  }
  .empty-state h2 {
    font-size: 2.1rem;
  }
  .prose {
    padding: 25px;
  }
}
@media (max-width: 340px) {
  .home-intro h1 {
    font-size: 2.8rem;
  }
  .store-badges figure {
    width: 118px;
  }
  .store-badges {
    gap: 8px;
  }
  .section-heading {
    flex-direction: column;
  }
  .page-intro h1 {
    font-size: 2.5rem;
  }
  .door-image {
    width: 240px;
    height: 240px;
  }
  .nav-links {
    gap: 4px 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .newsletter-disclosure::details-content {
    transition: none !important;
  }
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .app-link:hover,
  .door-card:hover .door-image,
  .button:hover,
  .social-card:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .project-card,
  .panel,
  .button,
  .text-link,
  .text-button,
  .status-pill {
    border: 1px solid CanvasText;
  }
  .logo,
  .eyebrow,
  .meditor h2,
  em,
  .more-link a {
    color: LinkText;
  }
  body::before,
  body::after,
  .door-card::before {
    display: none;
  }
}
@media print {
  body {
    background: white;
    color: black;
    font-family: Arial, sans-serif;
  }
  body::before,
  body::after,
  .site-header,
  .site-footer,
  .skip-link,
  .button,
  .menu-toggle {
    display: none !important;
  }
  main,
  .container {
    width: 100%;
    padding: 0;
  }
  .home-intro,
  .about-section,
  .contact-grid {
    display: block;
    padding: 20px 0;
    margin: 0;
  }
  .project-card,
  .panel {
    box-shadow: none;
    background: none;
    color: black;
    border: 1px solid #999;
    break-inside: avoid;
  }
  p,
  strong,
  h1,
  h2,
  h3,
  em,
  .eyebrow,
  .lead,
  .text-link {
    color: black !important;
  }
  .projects-grid {
    gap: 20px;
  }
  .project-card {
    min-height: 0;
  }
  .page-intro {
    padding: 20px 0;
  }
  a {
    text-decoration: underline;
  }
}
/* Redes: perfil editorial y enlaces directos. */
.link-hub {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 95px;
  align-items: start;
  padding-top: 70px;
}
.link-profile {
  position: static;
  padding: 25px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avatar-halo {
  width: 156px;
  height: 156px;
  border: 1px solid #d0ad5860;
  border-radius: 50%;
  background: radial-gradient(circle, #e9ba5426, #e9ba5403 70%);
  display: grid;
  place-items: center;
  box-shadow: 0 0 50px #e9ba5424;
  margin-bottom: 32px;
}
.avatar-halo .pebas-mark { --mark-size: 128px; }
.link-profile h1 {
  font-size: 4.7rem;
  margin-bottom: 20px;
}
.link-profile .eyebrow {
  font-size: 0.72rem;
  margin-bottom: 18px;
}
.link-profile > p:not(.eyebrow) {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
.profile-signature {
  font-size: 0.93rem;
  color: #c8bea3;
}
.link-profile .text-link {
  margin-top: 38px;
  font-size: 0.95rem;
  color: var(--muted);
}
.link-collection {
  min-width: 0;
}
.link-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px;
}
.link-section-heading h2 {
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  margin: 0;
}
.link-section-heading > span {
  font-size: 0.75rem;
  color: #aba995;
}
.link-collection > section + section {
  margin-top: 38px;
}
.link-stack {
  display: grid;
  gap: 12px;
}
.hub-link {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 16px 23px;
  border: 1px solid #414236;
  border-radius: 15px;
  background: #1b1d16e8;
  text-decoration: none;
  box-shadow: 0 5px 14px #0002;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
.hub-link:hover {
  border-color: var(--gold);
  background: #25271d;
  color: var(--text);
}
.hub-featured {
  background: linear-gradient(115deg, #3c321d, #24221a);
  border-color: #776237;
}
.link-icon {
  display: grid;
  place-items: center;
  color: var(--gold);
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.link-icon .icon {
  width: 27px;
  height: 27px;
}
.social-youtube {
  color: #ff8680;
}
.social-instagram {
  color: #e8a3cf;
}
.social-tiktok {
  color: #99ddd6;
}
.social-x {
  color: #deded8;
}
.social-kick {
  color: #a5de69;
}
.social-github {
  color: #cbc4f0;
}
.link-label {
  flex: 1;
  min-width: 0;
}
.link-label strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 500;
}
.link-label small {
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #b7b8aa;
  margin-top: 3px;
}
.link-arrow {
  color: #c3b589;
  font-size: 1.12rem;
}
.link-tag {
  padding: 3px 9px;
  border: 1px solid #766132;
  border-radius: 20px;
  font-size: 0.72rem;
  color: #d8bd7a;
}
.compact-stack .hub-link {
  min-height: 78px;
}
.hub-meditor {
  background: linear-gradient(115deg, #292e16, #1b1d16);
  border-color: #596234;
}
.hub-meditor strong {
  color: var(--lime);
}
.link-app-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 0 20px #d3e71918;
  flex-shrink: 0;
}
.links-footnote {
  font-size: 0.82rem;
  text-align: center;
  margin: 25px 0 0;
  color: #afaf9f;
}
@media (max-width: 1000px) {
  .link-hub {
    gap: 45px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .link-profile h1 {
    font-size: 4rem;
  }
  .hub-link {
    padding-inline: 18px;
    gap: 15px;
  }
  .link-section-heading > span {
    font-size: 0.7rem;
  }
}
@media (max-width: 760px) {
  .link-hub {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 38px;
    max-width: 560px;
    margin: auto;
  }
  .link-profile {
    position: static;
    padding: 0;
  }
  .avatar-halo {
    width: 120px;
    height: 120px;
    margin-bottom: 22px;
  }
  .avatar-halo .pebas-mark { --mark-size: 98px; }
  .link-profile h1 {
    font-size: 3.4rem;
    margin-bottom: 13px;
  }
  .link-profile .eyebrow {
    margin-bottom: 12px;
  }
  .link-profile > p:not(.eyebrow) {
    font-size: 1.1rem;
    margin-bottom: 11px;
  }
  .link-profile .text-link {
    margin-top: 16px;
  }
  .link-section-heading {
    margin-bottom: 14px;
  }
  .hub-link {
    min-height: 80px;
  }
  .link-collection > section + section {
    margin-top: 32px;
  }
  .compact-stack .hub-link {
    min-height: 76px;
  }
}
@media (max-width: 340px) {
  .hub-link {
    gap: 11px;
    padding-inline: 13px;
  }
  .link-tag {
    display: none;
  }
  .link-section-heading > span {
    font-size: 0.65rem;
  }
  .link-label small {
    font-size: 0.82rem;
  }
  .link-profile h1 {
    font-size: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hub-link:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .hub-link,
  .avatar-halo {
    border: 1px solid CanvasText;
  }
}

/* Balance de la portada en pantallas amplias. */
.blog-filters {
  display: flex;
  gap: 18px;
  align-items: end;
  padding: 24px;
  margin-bottom: 30px;
}
.blog-filters > div:first-child { flex: 1; }
.blog-filters label,
.newsletter-form label:not(.consent-label) {
  display: block;
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 8px;
}
.blog-filters input,
.blog-filters select,
.newsletter-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #6e6b5c;
  background: #11120f;
  color: var(--text);
  border-radius: 9px;
  padding: 10px 14px;
  font: inherit;
}
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.post-card { padding: 32px; display: flex; flex-direction: column; }
.post-card h2 { font-size: 2rem; line-height: 1.12; }
.post-card h2 a { text-decoration: none; }
.post-card > .text-link { margin-top: auto; align-self: flex-start; }
.post-meta { display: flex; flex-wrap: wrap; gap: 5px 16px; color: #c7c2b4; font-size: 0.88rem; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.post-tags span { padding: 3px 10px; border-radius: 30px; border: 1px solid #756744; color: #d5c395; font-size: 0.8rem; }
.blog-no-results { text-align: center; padding: 32px; }
.article-header { max-width: 880px; padding-top: 46px; margin: 0 auto 48px; }
.article-header > .text-link { margin-bottom: 36px; }
.article-header h1 { font-size: clamp(2.6rem,5vw,4.6rem); margin-bottom: 24px; }
.article-header .post-meta { margin-bottom: 22px; }
.article-header .post-tags { margin-top: 24px; }
.article-layout { display: flex; gap: 48px; align-items: start; }
.article-toc { width: 230px; flex-shrink: 0; position: sticky; top: 130px; padding: 22px 0; }
.article-toc h2 { font-size: 1rem; letter-spacing: 0; }
.article-toc ol { margin: 0; padding-left: 18px; font-size: 0.95rem; color: #c4c0b2; }
.article-toc li { margin-bottom: 12px; }
.article-toc a { text-decoration: none; line-height: 1.4; }
.article-body { flex: 1; min-width: 0; max-width: 780px; margin-inline: auto; background: #171914e8; border: 1px solid var(--line); border-radius: 18px; padding: 38px; }
.article-body h2 { font-size: 2rem; margin-top: 38px; scroll-margin-top: 124px; }
.article-body h3 { font-size: 1.4rem; margin-top: 30px; scroll-margin-top: 124px; }
.article-body p,
.article-body li { color: #d0d0c6; }
.article-body em { font-style: italic; color: inherit; }
.article-body blockquote { border-left: 3px solid var(--gold); margin: 28px 0; padding: 10px 0 10px 22px; }
.article-body blockquote > :last-child { margin-bottom: 0; }
.article-body pre { max-width: 100%; overflow-x: auto; padding: 20px; background: #0d0e0b; border-radius: 10px; font-size: 0.85rem; }
.article-body code { overflow-wrap: anywhere; background: #0d0e0b; padding: 2px 5px; }
.article-body pre code { padding: 0; overflow-wrap: normal; }
.article-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); margin-top: 40px; padding-top: 28px; }
.article-actions > span { margin-right: auto; }
.article-actions p { width: 100%; font-size: 0.9rem; margin: 0; }
.newsletter-page { max-width: 700px; margin: 0 auto; }
.newsletter-page .page-intro { padding-bottom: 30px; }
.newsletter-box { padding: 34px; }
.newsletter-box h2 { font-size: 1.8rem; }
.newsletter-form .button { margin-top: 22px; }
.consent-label { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; margin-top: 20px; color: #d0d0c6; }
.consent-label input { width: 19px; height: 19px; margin-top: 3px; flex-shrink: 0; accent-color: var(--gold); }
.newsletter-note { font-size: 0.9rem; margin-top: 20px; }
.text-button { color: var(--gold); background: #ffffff05; border: 1px solid #65695c; border-radius: 10px; padding: 11px 16px; min-height: 48px; max-width: 100%; font-size: 1rem; line-height: 1.35; font-weight: 600; transition: background-color 180ms ease, border-color 180ms ease; }
.text-button:hover:not(:disabled), .text-button:focus-visible { border-color: var(--gold); background: #e9ba5412; }
#newsletter-status { margin: 20px 0 0; color: #e4d2a7; }
#newsletter-status:empty { margin: 0; }
#newsletter-account-email { overflow-wrap: anywhere; color: var(--text); }
button:disabled { opacity: 0.58; cursor: wait; }
.newsletter-account-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
@media (max-width: 760px) {
  .blog-filters { flex-wrap: wrap; padding: 20px; }
  .blog-filters > div { width: 100%; flex: auto !important; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-card { padding: 26px; }
  .article-layout { flex-direction: column; gap: 20px; }
  .article-toc { position: static; width: 100%; padding: 0; }
  .article-body { width: 100%; padding: 24px; }
  .article-header { margin-bottom: 30px; }
  .newsletter-box { padding: 25px; }
}
@media (min-width: 1001px) {
  .home-intro {
    grid-template-columns: 1.35fr 1fr;
    gap: 64px;
    padding-top: 78px;
    padding-bottom: 60px;
  }
  .home-intro h1 {
    font-size: clamp(3.8rem, 5.4vw, 4.8rem);
  }
}

/* Shared availability and honest follow-up, including newsletter-disabled state. */
.product-availability{display:flex;flex-wrap:wrap;gap:8px 14px;color:#d0d7bb;font-size:.85rem;line-height:1.4;margin:0 0 20px}
.product-availability span{display:inline-flex;align-items:center;min-height:30px;border-bottom:1px solid #8c9b6555}
.follow-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;margin-top:var(--space-section);padding:36px 0;border-block:1px solid var(--line)}
.follow-panel h2{font-size:clamp(30px,3.5vw,44px);line-height:1.1;margin:0 0 14px}
.follow-panel p{margin:0 0 10px;color:var(--muted)}
.follow-panel .eyebrow{color:var(--gold);font-size:.8rem}
.follow-panel .newsletter-note{font-size:.84rem}
.follow-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.follow-actions .button{min-height:50px}
.follow-actions .text-link{min-height:44px}
.newsletter-unavailable{max-width:760px;padding:30px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}
:where(#sobre-mi,#videos):focus-visible{outline:3px solid var(--gold);outline-offset:8px}
@media(max-width:760px){.follow-panel{grid-template-columns:1fr;gap:20px;padding-block:28px}.follow-actions{align-items:stretch}.follow-actions .button{justify-content:center}.newsletter-unavailable{padding:24px}.product-availability{font-size:.82rem}}
.page-blog .page-intro,.page-tienda .page-intro{padding-bottom:24px}
.empty-actions{padding-bottom:48px}
.empty-actions .button-row{justify-content:flex-start;margin:0}
.empty-feed{font-size:.9rem;color:var(--muted);margin-top:24px}
.page-blog:has(.empty-actions) main,.page-tienda main{min-height:calc(100svh - 250px)}
.page-proyectos .projects-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:start}
.page-proyectos .project-card{min-height:0}
.page-proyectos .door-image{width:220px;height:220px;max-width:100%}
@media(max-width:760px){.page-proyectos .projects-grid{grid-template-columns:1fr}.page-proyectos .door-image{width:200px;height:200px}}
