/* ============================================================
   LOS PROMPTS DE GUILLE — editorial system
   Blanco, negro y amarillo de marca. Precisión antes que efectos.
   ============================================================ */

:root {
  --paper: #f4f2ed;
  --white: #fff;
  --ink: #0b0b0a;
  --soft: #686762;
  --line: rgba(11, 11, 10, .16);
  --yellow: #ffd600;
  --green: #21a667;
  --sans: "Inter", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.5 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
::selection { background: var(--yellow); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.container { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-lang="en"] { display: none; }

/* Navigation */
.progreso {
  position: fixed; inset: 0 auto auto 0; z-index: 80;
  width: 100%; height: 3px; background: var(--yellow);
  transform: scaleX(0); transform-origin: left;
}
.nav {
  position: sticky; top: 0; z-index: 70;
  background: rgba(244, 242, 237, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-inner { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.nav-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: -.025em; white-space: nowrap; }
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { position: relative; font: 500 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.nav-links a:hover::after, .nav-links a.activo::after { right: 0; }
.nav-right { justify-self: end; display: flex; align-items: center; gap: 12px; }
.lang-toggle { display: flex; border: 1px solid var(--ink); background: var(--paper); }
.lang-toggle button { border: 0; background: transparent; padding: 8px 10px; cursor: pointer; font: 500 10px/1 var(--mono); }
.lang-toggle button + button { border-left: 1px solid var(--ink); }
.lang-toggle button.activo { color: var(--paper); background: var(--ink); }
.nav-sponsor { border: 1px solid var(--ink); padding: 9px 13px; font: 500 9px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; transition: background .25s, color .25s; }
.nav-sponsor strong { color: inherit; }
.nav-sponsor:hover { background: var(--yellow); }
.menu-toggle { display: none; height: 34px; align-items: center; gap: 10px; border: 1px solid var(--ink); background: var(--paper); padding: 0 11px; cursor: pointer; font: 500 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.menu-icon { position: relative; width: 14px; height: 10px; }
.menu-icon i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .3s var(--ease), top .3s var(--ease); }
.menu-icon i:first-child { top: 2px; }
.menu-icon i:last-child { top: 8px; }
.menu-toggle[aria-expanded="true"] { background: var(--ink); color: var(--paper); }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { top: 5px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { top: 5px; transform: rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; width: 100%; z-index: 69; background: var(--ink); color: var(--paper); border-top: 1px solid rgba(255,255,255,.2); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-inner { padding-block: 12px 18px; }
.mobile-menu a { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.2); }
.mobile-menu a > span { color: rgba(255,255,255,.45); font: 400 9px/1 var(--mono); }
.mobile-menu a > strong { font-size: 18px; font-weight: 500; letter-spacing: -.035em; }
.mobile-menu a > i { color: var(--yellow); font-style: normal; font-size: 17px; }

/* Hero */
.hero-wrap { border-bottom: 1px solid var(--ink); overflow: hidden; }
.hero { min-height: calc(88svh - 72px); padding-block: 34px 26px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker, .section-label { display: flex; align-items: center; gap: 18px; font: 500 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-kicker span:first-child, .section-label span:first-child { color: var(--soft); }
.hero-kicker::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.hero-brand { width: 75%; margin: auto; padding-block: clamp(42px, 7vh, 96px); }
.hero-brand img { width: 100%; max-height: 58vh; object-fit: contain; mix-blend-mode: multiply; }
.hero-brand img[data-lang="en"] { width: 75%; margin-inline: auto; }
.hero-bottom { display: grid; grid-template-columns: minmax(280px, 520px) 1fr; align-items: end; gap: 40px; border-top: 1px solid var(--ink); padding-top: 20px; }
.hero-sub { max-width: 500px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.28; letter-spacing: -.035em; }
.hero-index { justify-self: end; display: flex; gap: 70px; align-items: center; font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.hero-index span:last-child { display: grid; place-items: center; width: 44px; height: 44px; background: var(--ink); color: var(--paper); font-size: 18px; transition: transform .35s var(--ease), background .25s, color .25s; }
.hero-index:hover span:last-child { transform: rotate(45deg); background: var(--yellow); color: var(--ink); }

/* Sections */
.seccion { padding-block: clamp(76px, 9vw, 132px); }
#prompts { padding-top: 42px; }
.section-label { margin-bottom: 34px; }
.section-label-wide { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.seccion-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; margin-bottom: 32px; }
.seccion-head .section-label { grid-column: 1 / -1; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.titulo-display { font-size: clamp(58px, 9vw, 142px); font-weight: 700; line-height: .78; letter-spacing: -.085em; }
.contador { font: 400 13px/1 var(--mono); letter-spacing: 0; vertical-align: top; color: var(--soft); }
.nota-mano { padding-bottom: 4px; font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.nota-mano::after { content: " ↓"; color: var(--soft); }
.prompt-controls { display: grid; grid-template-columns: minmax(280px, 1fr) auto; align-items: center; gap: 20px; padding-block: 28px 34px; }
.search-label { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 52px; border-bottom: 1px solid var(--ink); }
.search-mark { padding: 0 14px 2px 2px; font: 400 29px/1 var(--sans); transform: rotate(-20deg); }
.search-label input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 500 clamp(16px, 1.5vw, 21px)/1.2 var(--sans); letter-spacing: -.025em; }
.search-label input::placeholder { color: #86847e; opacity: 1; }
.search-label:focus-within { box-shadow: 0 2px 0 var(--yellow); }
.search-label input::-webkit-search-cancel-button { appearance: none; }
.search-clear { width: 38px; height: 38px; border: 0; background: transparent; cursor: pointer; font: 300 26px/1 var(--sans); }
.search-clear:hover { background: var(--yellow); }
.search-clear[hidden] { display: none; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.chip { appearance: none; border: 1px solid var(--ink); background: transparent; padding: 10px 18px; cursor: pointer; font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: background .2s, color .2s; }
.chip:hover, .chip.activo { background: var(--ink); color: var(--paper); }
.search-empty { min-height: 320px; padding: clamp(32px, 6vw, 72px); border: 1px solid var(--ink); background: #e5e2da; }
.search-empty[hidden] { display: none; }
.search-empty > span { display: inline-block; margin-bottom: 38px; color: var(--soft); font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.search-empty h3 { max-width: 760px; font-size: clamp(34px, 5vw, 68px); line-height: .95; letter-spacing: -.06em; }
.search-empty p { margin-top: 22px; color: var(--soft); font-size: 15px; }

/* Prompt gallery */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.grid[hidden] { display: none; }
.btn-more { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid var(--ink); border-top: 0; color: var(--ink); background: transparent; cursor: pointer; font: 500 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; transition: color .25s, background .25s; }
.btn-more span:last-child { font-size: 17px; transition: transform .3s var(--ease); }
.btn-more:hover { color: var(--paper); background: var(--ink); }
.btn-more:hover span:last-child { transform: translateY(4px); }
.btn-more[hidden] { display: none; }
.card { min-width: 0; background: transparent; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; overflow: hidden; }
.card-media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #d9d7d1; }
.card-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.card-media img,
.card-media video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.87) contrast(1.03); transition: transform .8s var(--ease), filter .4s; }
.card-media video { background: #0b0b0a; }
.card:hover .card-media img,
.card:hover .card-media video { transform: scale(1.045); filter: saturate(1) contrast(1); }
.card-num { position: absolute; top: 14px; left: 14px; z-index: 2; display: grid; place-items: center; min-width: 34px; height: 24px; padding-inline: 7px; color: var(--paper); background: var(--ink); font: 500 9px/1 var(--mono); }
.card-body { flex: 1; display: grid; grid-template-rows: auto minmax(66px, 1fr) 38px; align-items: start; gap: 14px; padding: 16px; background: var(--paper); }
.card-info { min-width: 0; }
.card-titulo { font-size: 14px; line-height: 1.25; font-weight: 600; letter-spacing: -.025em; }
.card-note { position: relative; margin-top: 8px; padding-left: 12px; color: var(--soft); font: 500 8px/1.35 var(--mono); letter-spacing: .035em; text-transform: uppercase; }
.card-note::before { content: ""; position: absolute; top: .34em; left: 0; width: 6px; height: 6px; background: var(--yellow); border: 1px solid var(--ink); border-radius: 50%; }
.card-excerpt { min-width: 0; padding-top: 12px; overflow: hidden; border-top: 1px solid var(--line); color: var(--soft); font-size: 11px; line-height: 1.5; letter-spacing: -.01em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.btn-copiar { width: 100%; height: 38px; overflow: hidden; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font: 500 9px/1 var(--mono); letter-spacing: .055em; text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s, color .2s; }
.btn-copiar::before { content: "+"; display: block; flex: 0 0 auto; color: var(--ink); font: 400 21px/1 var(--sans); transform: translateY(-1px); }
.card:hover .btn-copiar { width: 100%; color: var(--ink); }
.card:hover .btn-copiar::before { margin-right: 0; }
.btn-copiar:hover { background: var(--yellow); }
.btn-copiar.copiado { width: 100%; background: var(--green); border-color: var(--green); color: white; }
.btn-copiar.copiado::before { content: "✓"; color: white; margin-right: 0; }
.ph { width: 100%; height: 100%; display: grid; place-items: center; font-size: 54px; }
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8 { background: #dedbd4; }

/* Paid wallpaper collection */
.wallpapers { color: var(--paper); background: var(--ink); border-block: 1px solid var(--ink); }
.wallpapers .section-label { border-color: rgba(255,255,255,.2); }
.wallpapers .section-label span:first-child { color: rgba(255,255,255,.45); }
.wallpapers-head { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); align-items: end; gap: clamp(34px, 7vw, 110px); margin-bottom: 54px; }
.wallpapers-head h2 { max-width: 900px; font-size: clamp(58px, 9vw, 130px); font-weight: 650; line-height: .82; letter-spacing: -.085em; }
.wallpapers-intro { padding-bottom: 8px; }
.wallpapers-intro p { max-width: 440px; color: rgba(255,255,255,.66); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.45; letter-spacing: -.025em; }
.wallpapers-intro span { display: inline-block; margin-top: 22px; padding: 10px 12px; color: var(--ink); background: var(--yellow); font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.wallpaper-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.34); border-left: 1px solid rgba(255,255,255,.34); }
.wallpaper-card { min-width: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border-right: 1px solid rgba(255,255,255,.34); border-bottom: 1px solid rgba(255,255,255,.34); overflow: hidden; }
.wallpaper-media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #dedbd4; }
.wallpaper-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(11,11,10,.12); pointer-events: none; }
.wallpaper-media img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.9) contrast(1.02); transition: transform .8s var(--ease), filter .35s; }
.wallpaper-card:hover .wallpaper-media img { transform: scale(1.035); filter: saturate(1) contrast(1); }
.wallpaper-index { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 10px; color: var(--paper); background: var(--ink); font: 500 9px/1 var(--mono); letter-spacing: .06em; }
.wallpaper-card-body { flex: 1; display: grid; grid-template-rows: 1fr auto; align-items: start; gap: 24px; padding: clamp(20px, 2.5vw, 34px); }
.wallpaper-card h3 { max-width: none; overflow: hidden; font-size: clamp(18px, 1.65vw, 27px); font-weight: 600; line-height: 1; letter-spacing: -.045em; white-space: nowrap; text-overflow: ellipsis; }
.wallpaper-card-body p { margin-top: 12px; color: var(--soft); font: 500 9px/1.4 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.wallpaper-price { white-space: nowrap; font-size: clamp(22px, 2vw, 31px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.wallpaper-buy { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding-inline: 18px; border: 1px solid var(--ink); color: var(--paper); background: var(--ink); cursor: pointer; font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: color .25s, background .25s; }
.wallpaper-buy i { color: var(--yellow); font-style: normal; font-size: 16px; }
.wallpaper-buy:hover { color: var(--ink); background: var(--yellow); }
.wallpaper-buy:hover i { color: var(--ink); }
.wallpaper-buy:disabled { cursor: not-allowed; opacity: .58; }

/* Wallpaper product detail */
.pack-page { min-height: calc(100svh - 72px); padding-block: clamp(34px, 6vw, 86px) clamp(72px, 10vw, 140px); }
.pack-back { display: inline-flex; align-items: center; gap: 12px; margin-bottom: clamp(28px, 5vw, 62px); font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.pack-back span:first-child { font-size: 17px; transition: transform .3s var(--ease); }
.pack-back:hover span:first-child { transform: translateX(-5px); }
.pack-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); border: 1px solid var(--ink); }
.pack-media-column { min-width: 0; align-self: start; border-right: 1px solid var(--ink); }
.pack-preview { min-width: 0; aspect-ratio: 1; overflow: hidden; background: #dedbd4; border-bottom: 1px solid var(--ink); }
.pack-preview img { width: 100%; height: 100%; object-fit: contain; }
.pack-copy { display: flex; flex-direction: column; min-width: 0; padding: clamp(26px, 4.2vw, 64px); }
.pack-kicker { display: flex; align-items: center; gap: 12px; color: var(--soft); font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.pack-kicker::before { content: ""; width: 9px; height: 9px; background: var(--yellow); border: 1px solid var(--ink); border-radius: 50%; }
.pack-copy h1 { max-width: 100%; margin-top: clamp(32px, 5vw, 72px); font-size: clamp(20px, 2.6vw, 40px); font-weight: 650; line-height: .94; letter-spacing: -.055em; white-space: normal; text-wrap: balance; }
.pack-intro { max-width: 590px; margin-top: 30px; color: var(--soft); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.5; letter-spacing: -.02em; }
.pack-price-block { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: clamp(38px, 6vw, 82px); padding-block: 22px; border-block: 1px solid var(--ink); }
.pack-price-block span { color: var(--soft); font: 500 9px/1.3 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.pack-price { font-size: clamp(34px, 4vw, 58px); font-weight: 650; line-height: .85; letter-spacing: -.06em; white-space: nowrap; }
.pack-includes { margin-top: 28px; }
.pack-includes h2 { margin-bottom: 12px; font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.pack-includes ul { list-style: none; border-top: 1px solid var(--line); }
.pack-includes li { display: flex; align-items: start; gap: 12px; padding-block: 12px; border-bottom: 1px solid var(--line); color: var(--soft); font-size: 13px; }
.pack-includes li::before { content: "+"; color: var(--ink); font: 500 14px/1 var(--mono); }
.pack-checkout { margin-top: auto; padding-top: 34px; }
.pack-checkout .wallpaper-buy { min-height: 56px; }
.pack-checkout p { margin-top: 13px; color: var(--soft); font: 400 9px/1.5 var(--mono); }
.pack-checkout .wallpaper-buy:disabled:hover { color: var(--paper); background: var(--ink); }
.pack-carousel { display: grid; grid-template-columns: 46px minmax(0, 1fr) 46px; min-width: 0; background: var(--paper); border-bottom: 1px solid var(--ink); }
.pack-carousel-arrow { display: grid; place-items: center; border: 0; color: var(--ink); background: var(--paper); cursor: pointer; font: 500 19px/1 var(--mono); transition: background .25s; }
.pack-carousel-arrow:first-child { border-right: 1px solid var(--ink); }
.pack-carousel-arrow:last-child { border-left: 1px solid var(--ink); }
.pack-carousel-arrow:hover { background: var(--yellow); }
.pack-thumbnails { display: flex; gap: 8px; min-width: 0; padding: 10px; overflow-x: auto; scrollbar-width: thin; scroll-snap-type: x proximity; }
.pack-thumbnail { flex: 0 0 76px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid var(--line); background: #dedbd4; cursor: pointer; scroll-snap-align: start; transition: border-color .2s, box-shadow .2s; }
.pack-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.pack-thumbnail.is-active { border-color: var(--ink); box-shadow: inset 0 -4px 0 var(--yellow); }
.pack-thumbnail:focus-visible { outline: 3px solid var(--yellow); outline-offset: -3px; }
.pack-carousel-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 14px; color: var(--soft); background: var(--paper); font: 500 8px/1.35 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.pack-carousel-meta span:first-child { flex: 0 0 auto; color: var(--ink); }
.pack-related { margin-top: clamp(52px, 7vw, 96px); }
.pack-related-head { display: grid; grid-template-columns: minmax(120px, .3fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: end; margin-bottom: 28px; padding-bottom: 26px; border-bottom: 1px solid var(--ink); }
.pack-related-head > span { color: var(--soft); font: 500 10px/1 var(--mono); letter-spacing: .08em; }
.pack-related-head h2 { font-size: clamp(34px, 4.4vw, 64px); font-weight: 650; line-height: .9; letter-spacing: -.06em; }
.pack-related-head p { max-width: 650px; margin-top: 14px; color: var(--soft); font-size: clamp(14px, 1.2vw, 17px); line-height: 1.5; }
.pack-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.pack-related-card { min-width: 0; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.pack-related-link { display: block; height: 100%; }
.pack-related-link > img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #dedbd4; border-bottom: 1px solid var(--ink); transition: transform .65s var(--ease); }
.pack-related-link:hover > img { transform: scale(1.012); }
.pack-related-body { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-width: 0; padding: 18px; }
.pack-related-body h3 { min-width: 0; overflow: hidden; font-size: clamp(16px, 1.35vw, 21px); font-weight: 600; line-height: 1; letter-spacing: -.035em; white-space: nowrap; text-overflow: ellipsis; }
.pack-related-body span { flex: 0 0 auto; font: 500 8px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

/* Secure post-payment download */
.download-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--ink); }
.download-main { flex: 1; display: grid; place-items: center; padding-block: clamp(72px, 12vw, 150px); }
.download-panel { position: relative; width: min(100%, 820px); padding: clamp(30px, 6vw, 76px); color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.24); }
.download-step { position: absolute; top: 20px; right: 20px; color: var(--soft); font: 500 9px/1 var(--mono); letter-spacing: .08em; }
.download-panel h1 { max-width: 680px; margin-top: 14px; font-size: clamp(48px, 8vw, 96px); font-weight: 650; line-height: .86; letter-spacing: -.075em; }
.download-copy { max-width: 600px; margin-top: 30px; color: var(--soft); font-size: clamp(15px, 1.5vw, 19px); line-height: 1.55; }
.download-status { min-height: 58px; display: flex; align-items: center; gap: 12px; margin-top: 34px; padding: 15px 18px; border: 1px solid rgba(11,11,10,.2); font: 500 10px/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.download-spinner { width: 14px; height: 14px; border: 2px solid rgba(11,11,10,.22); border-top-color: var(--ink); border-radius: 50%; animation: download-spin .8s linear infinite; }
.download-button { margin-top: 34px; min-height: 58px; }
.download-button.is-used { opacity: .75; }
.download-retry { min-height: 48px; margin-top: 26px; padding-inline: 18px; color: var(--ink); background: transparent; border: 1px solid var(--ink); cursor: pointer; font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.download-button[hidden], .download-status[hidden], .download-retry[hidden] { display: none; }
.download-note { margin-top: 18px; color: var(--soft); font: 500 9px/1.5 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.pack-footer a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
@keyframes download-spin { to { transform: rotate(360deg); } }
.pack-footer { padding-block: 28px; color: rgba(255,255,255,.62); background: var(--ink); }
.pack-footer-inner { display: flex; justify-content: space-between; gap: 30px; font: 500 9px/1.4 var(--mono); letter-spacing: .055em; text-transform: uppercase; }

/* Moving rule */
.marquee { overflow: hidden; border-block: 1px solid var(--ink); background: var(--yellow); padding-block: 14px; }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-track span { padding-right: 18px; white-space: nowrap; font: 500 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Editorial panels */
.newsletter { position: relative; min-height: 570px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(30px, 6vw, 86px); overflow: hidden; color: var(--white); background: var(--ink); }
.newsletter::before { content: ""; position: absolute; width: clamp(250px, 38vw, 590px); aspect-ratio: 1; right: -5%; top: -22%; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.newsletter::after { content: ""; position: absolute; width: clamp(150px, 24vw, 370px); aspect-ratio: 1; right: 8%; top: -2%; border-radius: 50%; background: var(--yellow); mix-blend-mode: difference; }
.newsletter > * { position: relative; z-index: 1; }
.newsletter-badge { margin-bottom: 22px; font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.newsletter h2 { max-width: 880px; font-size: clamp(38px, 6.1vw, 88px); font-weight: 600; line-height: .96; letter-spacing: -.065em; }
.newsletter > p { max-width: 620px; margin-top: 26px; color: rgba(255,255,255,.66); font-size: 16px; }
.btn { display: inline-flex; align-items: center; min-height: 48px; margin-top: 30px; padding: 0 22px; border: 1px solid currentColor; font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: background .25s, color .25s, transform .3s var(--ease); }
.btn:hover { transform: translateY(-3px); }
.btn-accent { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.newsletter-nota { margin-top: 14px !important; font: 400 10px/1.4 var(--mono) !important; color: rgba(255,255,255,.42) !important; }
.newsletter-language { display: none; margin-top: 10px !important; padding: 8px 10px; border: 1px solid rgba(255,214,0,.65); color: var(--yellow) !important; font: 500 10px/1 var(--mono) !important; text-transform: uppercase; letter-spacing: .04em; }
.syntx-panel {
  border-left: 12px solid var(--yellow);
  clip-path: polygon(0 0, calc(100% - 92px) 0, 100% 92px, 100% 100%, 0 100%);
}
.syntx-panel::before {
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: repeating-linear-gradient(135deg, transparent 0 38px, rgba(255,255,255,.045) 38px 39px);
}
.syntx-panel::after {
  width: 240px;
  right: 7%;
  top: -150px;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(255,214,0,.55);
  transform: rotate(45deg);
  mix-blend-mode: normal;
}
.descuento { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 24px; width: min(610px, 100%); margin-top: 30px; padding-block: 16px; border-block: 1px solid rgba(255,255,255,.25); }
.descuento-label { font: 500 10px/1.5 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.codigo { grid-row: 1 / 3; grid-column: 2; border: 0; background: var(--yellow); padding: 16px 21px; cursor: pointer; font: 500 16px/1 var(--mono); letter-spacing: .12em; }
.descuento-pista { margin: 0 !important; font: 400 9px/1 var(--mono) !important; color: rgba(255,255,255,.42) !important; }

/* About */
.sobre-mi { display: grid; grid-template-columns: minmax(300px, 42%) 1fr; min-height: 690px; border: 1px solid var(--ink); background: var(--paper); }
.sobre-mi-foto { min-height: 100%; overflow: hidden; border-right: 1px solid var(--ink); }
.sobre-mi-foto img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter .5s; }
.sobre-mi:hover .sobre-mi-foto img { filter: grayscale(0); }
.sobre-mi > div:last-child { align-self: end; padding: clamp(34px, 6vw, 88px); }
.sobre-mi h2 { max-width: 600px; margin-bottom: 28px; font-size: clamp(52px, 7vw, 100px); font-weight: 600; line-height: .9; letter-spacing: -.075em; }
.sobre-mi p { max-width: 540px; margin-bottom: 12px; color: var(--soft); font-size: clamp(16px, 1.4vw, 20px); letter-spacing: -.025em; }
.sobre-mi .btn { margin-top: 24px; background: var(--ink); color: var(--paper); }
.about-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.about-actions .btn { margin-top: 24px; }
.about-email {
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font: 500 11px/1 var(--mono);
  letter-spacing: .02em;
  transition: border-color .2s, color .2s;
}
.about-email:hover { color: var(--soft); border-color: var(--soft); }

/* Footer */
.footer { padding: 0 0 34px; border-top: 1px solid var(--ink); }
.footer-wordmark { overflow: hidden; padding: 22px 2vw 30px; border-bottom: 1px solid var(--ink); white-space: nowrap; text-align: center; font-size: clamp(52px, 10.5vw, 160px); font-weight: 700; line-height: .85; letter-spacing: -.09em; }
.footer-inner { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; padding-top: 44px; }
.footer-brand { max-width: 300px; }
.footer-brand .nav-brand { margin-bottom: 13px; }
.footer-brand p, .footer-col a, .footer-legal { color: var(--soft); font-size: 12px; }
.footer-col h4 { margin-bottom: 14px; font: 500 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { transition: color .2s; }
.footer-col a:hover { color: var(--ink); }
.footer-legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }

/* Legal pages */
.legal { max-width: 820px; margin: 0 auto; padding: 80px 0; }
.legal h1 { margin-bottom: 12px; font-size: clamp(42px, 7vw, 78px); line-height: .95; letter-spacing: -.06em; }
.legal .legal-fecha { margin-bottom: 48px; color: var(--soft); font: 400 10px/1 var(--mono); text-transform: uppercase; }
.legal h2 { margin: 42px 0 12px; font-size: 21px; letter-spacing: -.03em; }
.legal p, .legal li { margin-bottom: 12px; color: var(--soft); font-size: 15px; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal .legal-aviso { margin-bottom: 30px; padding: 18px; border: 1px solid var(--ink); }

/* Feedback */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; display: flex; gap: 8px; align-items: center; padding: 12px 18px; color: var(--paper); background: var(--ink); border: 1px solid var(--paper); opacity: 0; transform: translate(-50%, 70px); transition: opacity .3s, transform .4s var(--ease); font: 500 10px/1 var(--mono); text-transform: uppercase; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast .check { color: var(--yellow); }
.cursor-anillo { display: none; }

/* Consentimiento de cookies */
.cookie-consent {
  position: fixed;
  z-index: 150;
  right: 24px;
  bottom: 24px;
  width: min(620px, calc(100% - 48px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 26px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--paper);
  box-shadow: 12px 12px 0 var(--yellow);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent-index {
  display: block;
  margin-bottom: 12px;
  color: var(--yellow);
  font: 500 9px/1 var(--mono);
  letter-spacing: .1em;
}
.cookie-consent h2 {
  max-width: 390px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: .98;
  letter-spacing: -.05em;
}
.cookie-consent p {
  max-width: 430px;
  margin-top: 12px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
}
.cookie-consent a {
  display: inline-block;
  margin-top: 12px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font: 500 9px/1.4 var(--mono);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cookie-consent-actions { display: grid; gap: 8px; width: 155px; }
.cookie-button {
  min-height: 44px;
  padding: 0 14px;
  cursor: pointer;
  border: 1px solid var(--paper);
  font: 500 9px/1 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s;
}
.cookie-reject { color: var(--paper); background: transparent; }
.cookie-accept { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.cookie-button:hover { transform: translateY(-2px); }
.cookie-settings {
  position: fixed;
  z-index: 65;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  cursor: pointer;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--paper);
  font: 500 8px/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cookie-settings[hidden] { display: none; }

/* Responsive */
@media (max-width: 1050px) {
  .nav-inner { grid-template-columns: 1fr auto; }
  .nav-inner > nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 2fr repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1380px); }
  .nav-inner { min-height: 62px; gap: 8px; }
  .nav-brand { font-size: 12px; }
  .nav-sponsor { display: none; }
  .hero { min-height: 0; padding-block: 18px 20px; }
  .hero-brand { width: 92%; margin-block: 0; padding-block: 24px; }
  .hero-brand img { max-height: none; }
  .hero-bottom { grid-template-columns: 1fr; gap: 16px; padding-top: 16px; }
  .hero-index { justify-self: stretch; justify-content: space-between; }
  .seccion { padding-block: 72px; }
  #prompts { padding-top: 34px; }
  .titulo-display { font-size: clamp(52px, 19vw, 92px); }
  .prompt-controls { grid-template-columns: 1fr; gap: 18px; padding-top: 22px; }
  .chips { justify-content: flex-start; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .card-body { padding: 14px; }
  .btn-copiar, .card:hover .btn-copiar { width: 100%; color: var(--ink); }
  .btn-copiar::before { margin-right: 0; }
  .wallpapers-head { grid-template-columns: 1fr; align-items: start; gap: 28px; margin-bottom: 38px; }
  .wallpapers-intro { padding-bottom: 0; }
  .wallpaper-grid { grid-template-columns: 1fr; }
  .pack-layout { grid-template-columns: 1fr; }
  .pack-media-column { border-right: 0; border-bottom: 1px solid var(--ink); }
  .pack-copy h1 { font-size: clamp(19px, 6vw, 30px); }
  .pack-related-head { grid-template-columns: 1fr; gap: 14px; }
  .pack-related-grid { grid-template-columns: 1fr 1fr; }
  .newsletter { min-height: 620px; }
  .syntx-panel { border-left-width: 8px; clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%); }
  .sobre-mi { grid-template-columns: 1fr; }
  .sobre-mi-foto { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer-wordmark {
    padding: 24px 14px 26px;
    font-size: clamp(29px, 8vw, 54px);
    letter-spacing: -.075em;
  }
  .cookie-consent {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    box-shadow: 7px 7px 0 var(--yellow);
  }
  .cookie-consent-actions { grid-template-columns: 1fr 1fr; width: 100%; }
}
@media (max-width: 440px) {
  .brand-dot { width: 9px; height: 9px; box-shadow: 2px 2px 0 var(--ink); }
  .lang-toggle button { padding: 7px 8px; }
  .hero-sub { font-size: 18px; }
  .grid { grid-template-columns: 1fr; }
  .seccion-head { grid-template-columns: 1fr; }
  .nota-mano { justify-self: start; }
  .wallpaper-card-body { gap: 18px; }
  .pack-page { padding-top: 26px; }
  .pack-copy { padding: 25px 20px 28px; }
  .pack-copy h1 { margin-top: 28px; font-size: clamp(18px, 5.6vw, 25px); }
  .pack-price-block { align-items: start; flex-direction: column; gap: 15px; }
  .pack-carousel { grid-template-columns: 40px minmax(0, 1fr) 40px; }
  .pack-thumbnail { flex-basis: 62px; }
  .pack-carousel-meta span:last-child { display: none; }
  .pack-related-grid { grid-template-columns: 1fr; }
  .pack-footer-inner { flex-direction: column; gap: 10px; }
  .newsletter { min-height: 660px; padding: 26px; }
  .newsletter h2 { font-size: 39px; }
  .descuento { grid-template-columns: 1fr; }
  .codigo { grid-column: 1; grid-row: auto; width: 100%; }
  .sobre-mi-foto { min-height: 430px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .cookie-consent-actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
