:root {
  color-scheme: light;
  --ink: #202127;
  --ink-soft: #303039;
  --paper: #f6f6f8;
  --white: #ffffff;
  --stone: #e9e9ee;
  --line: #d6d6dd;
  --muted: #62626e;
  --jade: #2d655c;
  --jade-light: #b5c9b4;
  --red: #8f2535;
  --red-deep: #6f1825;
  --accent: var(--red);
  --gold: #d2b166;
  --gold-deep: #80602a;
  --display: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
  --body: 'Bahnschrift', 'Trebuchet MS', sans-serif;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; font-size: 15px; line-height: 1.6; }
body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, input { border-radius: 3px; }
button { letter-spacing: 0; }
:focus-visible { outline: 3px solid #b47721; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.15; text-wrap: balance; }
h2 { font-size: 40px; }
h3 { font-size: 26px; }
p { text-wrap: pretty; }
::selection { background: var(--gold); color: var(--ink); }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; padding: 12px 20px; background: var(--white); z-index: 100; }
.skip-link:focus { top: 12px; }
.flag-line { display: flex; height: 3px; }
.flag-line span:first-child { width: 50%; background: #dabd62; }
.flag-line span:nth-child(2) { width: 25%; background: #396285; }
.flag-line span:last-child { width: 25%; background: #9b4843; }
.site-header { background: var(--white); color: var(--ink); border-bottom: 1px solid var(--gold); position: relative; z-index: 10; }
.header-inner { display: flex; align-items: center; min-height: 112px; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-seal { display: block; width: 88px; height: 88px; object-fit: contain; flex-shrink: 0; }
.brand-name { font: 24px/1.05 var(--display); color: var(--ink); }
.brand-name > span { display: block; margin-top: 6px; font: 12px/1.3 var(--body); color: var(--accent); }
.header-navigation { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 24px; }
.main-nav, .header-actions { display: flex; align-items: center; gap: 32px; }
.main-nav a { position: relative; color: var(--muted); font-size: 13px; padding: 43px 0; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--accent); }
.main-nav a[aria-current]::after { content: ''; height: 3px; background: var(--accent); position: absolute; left: 0; right: 0; bottom: 0; }
.header-actions { gap: 24px; }
.text-button { background: none; border: 0; font-size: 13px; padding: 10px 0; }
.text-button:hover { color: var(--accent); }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 12px 24px; font-size: 13px; font-weight: 600; line-height: 1.5; border: 1px solid transparent; border-radius: 3px; transition: background-color 150ms, border-color 150ms, color 150ms; text-align: center; }
.button > span[aria-hidden] { font-size: 18px; line-height: 1; width: 18px; flex-shrink: 0; }
.button-small { min-height: 40px; padding: 9px 16px; font-size: 12px; gap: 16px; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #e7cf97; }
.button-outline-light { color: var(--paper); background: transparent; border-color: var(--gold); }
.button-outline-light:hover { background: var(--ink-soft); border-color: var(--paper); }
.site-header .button-outline-light, .button-dark { background: var(--accent); border-color: var(--accent); color: var(--white); }
.site-header .button-outline-light:hover, .button-dark:hover:not(:disabled) { background: var(--red-deep); border-color: var(--red-deep); }
.button:disabled { background: var(--stone); border-color: var(--line); color: var(--muted); }
.button-full { width: 100%; }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--stone); color: var(--ink); }
/* El alto del banner sale de la proporcion de la imagen, no de un numero fijo.
   Con object-fit: cover, toda caja mas ancha que la imagen le come el alto:
   medido antes de esto, la caja era 2.78:1 contra 1.78:1 de la imagen y se
   perdia el 36%. La imagen llega hasta el borde de abajo: la franja con
   UN NUEVO CAPITULO va encima, sin linea que la corte. El tope evita que en
   pantallas anchas el banner crezca mas que la imagen original. */
.hero { min-height: min(calc(100vw / 1.779), 940px); }
.hero-art { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
/* Las dos imagenes del banner van apiladas y se cruzan con la opacidad.
   Se usa opacity y no display porque display corta la transicion. */
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 900ms ease-in-out; }
.hero-slide.is-active { opacity: 1; }
.hero-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
@media (prefers-reduced-motion: reduce) {
  /* El JS tampoco rota en este caso: queda fija la primera imagen. */
  .hero-slide { transition: none; }
}
/* El velo que aclara el fondo para que se lea el texto ya no es del banner
   sino DE CADA IMAGEN, y por eso vive adentro de .hero-slide. Asi se cruza
   junto con su imagen sin una sola linea de JS extra: es hijo del slide, y
   hereda su opacidad.
   Antes era fijo sobre la izquierda, y en la segunda imagen le caia encima al
   personaje de ese lado. */
.hero-slide::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
/* Primera imagen: el personaje esta a la derecha, el texto a la izquierda. */
.hero-slide:first-child::after { background: linear-gradient(90deg, #f6f6f8eb 0%, #f6f6f8c9 24%, #f6f6f86b 43%, #f6f6f800 62%); }
/* Segunda imagen: hay un personaje en cada punta, asi que el velo se corre al
   centro y deja las dos figuras limpias. */
.hero-slide:nth-child(2)::after { background: radial-gradient(ellipse 40% 62% at 50% 46%, #f6f6f8ed 0%, #f6f6f8d4 40%, #f6f6f87d 66%, #f6f6f800 100%); }
.hero-inner { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 40px; padding-block: 52px 45px; }
.hero-copy { min-width: 0; transition: opacity 420ms ease; }
/* Con la segunda imagen el texto se va al centro, entre los dos personajes. */
.hero.hero-centrado .hero-inner { grid-template-columns: 1fr; justify-items: center; }
.hero.hero-centrado .hero-copy { text-align: center; max-width: 640px; }
.hero.hero-centrado .hero-eyebrow,
.hero.hero-centrado .hero-actions,
.hero.hero-centrado .hero-availability { justify-content: center; }
.hero.hero-centrado .hero-lead { max-width: none; }
.eyebrow { display: block; font-size: 10px; font-weight: 600; line-height: 1.6; color: var(--accent); }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--accent); font-size: 10px; }
.small-rule { display: inline-block; width: 25px; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero h1 { font-size: 96px; line-height: .96; margin: 26px 0 22px; color: var(--ink); }
.hero h1 > span { display: block; color: var(--accent); }
.title-period { color: var(--gold-deep); }
.hero-lead { font-size: 18px; color: var(--ink-soft); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-actions .button-gold { background: var(--accent); color: var(--white); border-color: var(--accent); }
.hero-actions .button-gold:hover { background: var(--red-deep); border-color: var(--red-deep); }
.hero-actions .button-outline-light { background: #f6f6f8eb; color: var(--ink); border-color: var(--muted); }
.hero-actions .button-outline-light:hover { background: var(--white); border-color: var(--accent); }
.hero-availability { font-size: 11px; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; margin-top: 17px; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hero-baseline { display: flex; align-items: center; justify-content: space-between; min-height: 61px; gap: 20px; font-size: 10px; color: var(--muted); }
.hero-baseline > span:first-child { color: var(--accent); }
.hero-baseline a { color: var(--ink); display: inline-flex; gap: 20px; align-items: center; }
.hero-baseline a:hover { color: var(--red); }
.news-band { background: var(--red-deep); color: var(--white); border-top: 2px solid var(--gold); }
.news-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; padding-block: 26px; }
.news-copy { min-width: 0; }
.news-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 8px; font-size: 11px; line-height: 1.5; }
.news-eyebrow { font-size: 10px; font-weight: 600; }
.news-status { color: var(--gold); border-left: 1px solid var(--gold); padding-left: 18px; }
.news-copy h2 { font-size: 32px; margin-bottom: 8px; }
.news-copy p { font-size: 13px; max-width: 64ch; }
.news-inner > .button { min-width: 170px; }
.news-date { display: block; color: var(--muted); font-size: 12px; }
.news-article .inline-link { margin-top: 24px; }
.entry-band { background: var(--stone); border-bottom: 1px solid var(--line); }
.entry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.entry-link { text-align: left; background: none; border: 0; border-radius: 0; padding: 25px 30px; border-right: 1px solid var(--line); min-width: 0; }
.entry-link:first-child { padding-left: 0; }
.entry-link:last-child { border-right: 0; padding-right: 0; }
.entry-label { display: block; color: var(--muted); font-size: 9px; margin-bottom: 5px; }
.entry-link > span:last-child { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--display); font-size: 22px; }
.entry-link > span:last-child > span { color: var(--accent); font: 21px/1 var(--body); }
.entry-link:hover > span:last-child { color: var(--accent); }
.section { padding-block: 72px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 30px; }
.section-heading h2 { margin-top: 10px; }
.inline-link { display: inline-flex; align-items: center; gap: 18px; padding: 2px 0; color: var(--accent); background: none; border: 0; border-radius: 0; font-size: 13px; border-bottom: 1px solid currentColor; line-height: 1.6; }
.inline-link:hover { color: var(--red-deep); }
.inline-link span[aria-hidden] { font-size: 18px; }
.section-heading .inline-link { white-space: nowrap; margin-bottom: 5px; }
.catalog-notice { font-size: 12px; color: var(--muted); margin-bottom: 22px; line-height: 1.8; }
.notice-label { display: inline-block; font-size: 9px; font-weight: 600; margin-right: 10px; color: var(--gold-deep); padding-left: 11px; border-left: 2px solid var(--gold); }
.pack-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.pack-card { --tone: var(--jade); background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--tone); padding: 23px 22px 21px; border-radius: 4px; display: flex; flex-direction: column; min-width: 0; transition: border-color 150ms; }
.tone-jade { --tone: var(--jade); }
.tone-red { --tone: var(--red); }
.tone-gold { --tone: var(--gold-deep); }
.tone-ink { --tone: #4b5051; }
.pack-card:hover { border-color: var(--tone); }
.pack-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 23px; }
.pack-tier { font-size: 10px; color: var(--muted); }
.pack-symbol { font-size: 20px; line-height: 1; color: var(--tone); }
.pack-featured { font-size: 9px; color: var(--red); border: 1px solid #e6c9c1; padding: 2px 7px; border-radius: 2px; }
.pack-card h3 { margin-top: 20px; font-size: 28px; }
.pack-amount { font-family: var(--display); font-size: 41px; line-height: 1.3; margin-top: 18px; white-space: nowrap; }
.pack-amount > span { color: var(--tone); font: 12px/1 var(--body); }
.pack-bonus { font-size: 10px; color: var(--muted); margin-top: 4px; min-height: 34px; }
.pack-bonus strong { font-weight: 400; color: var(--tone); }
.pack-bottom { border-top: 1px solid var(--line); padding-top: 17px; margin-top: 16px; }
.pack-price { font-size: 19px; }
.pack-price span { font-size: 10px; color: var(--muted); margin-left: 4px; }
.button-pack { justify-content: space-between; width: 100%; padding: 9px 12px; min-height: 40px; background: var(--paper); border-color: var(--line); font-size: 11px; margin-top: 16px; }
.button-pack:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.is-featured .button-pack { background: var(--accent); color: var(--white); border-color: var(--accent); }
.is-featured .button-pack:hover { background: var(--red-deep); border-color: var(--red-deep); }
.community-band { background: var(--ink); color: var(--paper); border-top: 2px solid var(--gold); }
.community-inner { padding-block: 55px; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.community-inner .eyebrow { color: var(--gold); margin-bottom: 14px; }
.community-inner h2 { font-size: 40px; line-height: 1.25; }
.community-inner h2 em { font-style: italic; color: var(--gold); }
.community-action { display: flex; flex-direction: column; align-items: flex-end; gap: 22px; }
.country-lines { display: flex; align-items: flex-end; gap: 5px; height: 36px; }
.country-lines i { width: 4px; height: 36px; background: var(--gold); }
.country-lines i:nth-child(2) { height: 26px; background: #83a5be; }
.country-lines i:last-child { height: 17px; background: #d38776; }
.community-action .button { border-color: var(--gold); }
.site-footer { background: var(--white); color: var(--ink); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 40px; }
.footer-main > p { font: italic 17px/1.5 var(--display); }
.footer-main nav { display: flex; gap: 22px; font-size: 11px; }
.footer-main a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: var(--muted); }
.country-mark { display: inline-flex; gap: 8px; align-items: center; }
.country-mark > span { display: block; width: 13px; height: 9px; border-top: 4px solid #dabc6a; border-bottom: 3px solid #a45749; background: #6683a2; }
.page-heading { padding: 40px 0 47px; border-bottom: 1px solid var(--line); background: var(--stone); }
.breadcrumb { display: flex; align-items: center; gap: 15px; font-size: 11px; color: var(--muted); width: fit-content; margin-bottom: 30px; }
.page-heading h1 { font-size: 58px; margin-top: 12px; }
.page-heading p { color: var(--muted); margin-top: 14px; max-width: 640px; }
.accent-period { color: var(--red); }
.store-section { padding-top: 38px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-bottom: 24px; }
.catalog-heading h2 { font-size: 29px; }
.catalog-heading > span { color: var(--muted); font-size: 11px; }
.store-footnotes { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.store-footnotes h3 { font-size: 24px; margin: 12px 0; }
.store-footnotes p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.downloads-layout { display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr); gap: 65px; align-items: start; }
.download-tool { border: 1px solid var(--line); border-radius: 4px; background: var(--white); min-width: 0; }
.download-tabs { display: flex; border-bottom: 1px solid var(--line); padding: 0 30px; gap: 28px; }
.download-tabs button { background: none; border: 0; border-radius: 0; padding: 21px 0 18px; border-bottom: 3px solid transparent; font-size: 12px; color: var(--muted); }
.download-tabs button[aria-selected='true'] { border-color: var(--accent); color: var(--accent); }
#download-panel { padding: 32px; }
.download-detail { display: flex; gap: 24px; align-items: center; }
.file-monogram { width: 90px; height: 102px; border: 1px solid var(--line); border-top: 3px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-direction: column; font: 35px/1.1 var(--display); color: var(--accent); flex-shrink: 0; background: var(--paper); }
.file-monogram span { font: 8px/1.5 var(--body); margin-top: 10px; }
.download-detail h2 { font-size: 31px; margin: 8px 0; }
.download-detail p { font-size: 12px; color: var(--muted); }
.availability-label { display: inline-block; color: var(--gold-deep); font-size: 10px; margin-top: 10px; }
.download-metadata { margin: 32px 0 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 20px; }
dt { color: var(--muted); font-size: 11px; }
dd { margin: 5px 0 0; font-size: 13px; }
.download-bottom { margin-top: 24px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.download-bottom p { font-size: 11px; color: var(--muted); }
.download-bottom .button { flex-shrink: 0; font-size: 11px; padding-inline: 15px; }
.download-aside h2 { font-size: 33px; margin: 13px 0 16px; }
.download-aside p { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.aside-rule { border-top: 1px solid var(--line); margin-block: 30px; }
.download-aside .aside-rule + .eyebrow { margin-bottom: 13px; }
.faq-section { background: var(--stone); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; }
.faq-layout > h2 { font-size: 36px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 20px 30px 20px 0; cursor: pointer; font-size: 14px; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 17px; font-size: 23px; color: var(--accent); }
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list details p { font-size: 13px; color: var(--muted); padding-bottom: 22px; padding-right: 30px; }
.information-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; }
.information-layout h2 { font-size: 35px; margin: 16px 0 24px; }
.information-layout p { color: var(--muted); margin-top: 18px; font-size: 14px; }
.project-status { border-left: 1px solid var(--line); padding-left: 50px; }
.project-status h2 { font-size: 25px; margin-top: 0; }
.project-status dl { margin: 0; }
.project-status dl > div { padding: 17px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-status dd { text-align: right; color: var(--accent); margin-top: 0; }
.legal-content { max-width: 820px; }
.legal-content h2 { font-size: 29px; margin-block: 35px 17px; }
.legal-content p { margin-top: 14px; color: var(--muted); }
.notice { padding: 14px 18px; border-left: 2px solid #bba570; color: #665735; background: #f3f0e7; font-size: 12px; line-height: 1.7; }
.notice-compact { font-size: 11px; margin: 23px 0; padding: 10px 13px; }
.empty-page { padding-block: 45px; }
dialog { border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 6px; padding: 42px; width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 36px); background: var(--paper); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 24px 100px #0004; }
dialog::backdrop { background: #202127bd; }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; font: 24px/1 var(--body); }
.dialog-close:hover { border-color: var(--muted); background: var(--stone); }
dialog h2 { font-size: 35px; margin: 12px 0 10px; padding-right: 10px; }
dialog .eyebrow { padding-right: 30px; }
.dialog-description { color: var(--muted); font-size: 13px; }
.form-field { margin-top: 18px; min-width: 0; }
.form-field > label { display: block; margin-bottom: 6px; font-size: 11px; }
.input-wrap { position: relative; }
.input-wrap input { width: 100%; height: 45px; border: 1px solid #a5a5b0; color: var(--ink); background: var(--white); padding: 10px 12px; font-size: 12px; min-width: 0; }
.input-wrap input::placeholder { color: var(--muted); opacity: 1; }
.input-wrap:has(.password-toggle) input { padding-right: 66px; }
.input-wrap input[aria-invalid='true'] { border-color: var(--red); }
.password-toggle { position: absolute; right: 5px; top: 5px; bottom: 5px; width: 57px; background: transparent; border: 0; color: var(--accent); font-size: 10px; }
.password-toggle:hover { background: var(--stone); }
.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-error { display: block; font-size: 10px; color: var(--red); margin-top: 5px; line-height: 1.5; }
.form-field .checkbox-label { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); line-height: 1.6; }
.checkbox-label input { width: 15px; height: 15px; accent-color: var(--accent); margin: 2px 0 0; flex-shrink: 0; }
.checkbox-label a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
form > .button-full { margin-top: 22px; }
.form-status { border-left: 2px solid var(--jade); background: #e7eee3; padding: 12px 15px; color: var(--jade); font-size: 12px; margin-top: 20px; }
.dialog-switch { text-align: center; color: var(--muted); font-size: 11px; margin-top: 23px; }
.dialog-switch .inline-link { font-size: 11px; margin-left: 5px; }
.form-secondary { text-align: right; margin-top: 14px; }
.form-secondary .inline-link { font-size: 11px; }
.order-amount { padding-block: 24px; margin-top: 18px; font: 58px/1.3 var(--display); color: var(--tone); border-block: 1px solid var(--line); }
.order-amount span { font: 15px/1 var(--body); }
.order-summary { margin: 20px 0 25px; }
.order-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; }
.order-summary dd { margin-top: 0; }
.order-summary .order-total { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.order-total dd { font-size: 24px; }
.order-total dd span { font-size: 10px; color: var(--muted); }
.order-summary + .notice { margin-bottom: 22px; }
.dialog-back { display: flex; width: fit-content; margin: 22px auto 0; font-size: 12px; }
.noscript-notice { position: fixed; bottom: 12px; left: 12px; right: 12px; background: var(--white); color: var(--ink); padding: 20px; border: 1px solid var(--red); z-index: 20; }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive 650ms both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1700px) {
  .hero-inner { padding-block: 66px 58px; }
  .hero h1 { font-size: 110px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 32px; }
  .main-nav { gap: 24px; }
  .header-actions { gap: 18px; }
  .hero h1 { font-size: 84px; }
  .hero-inner { gap: 20px; }
  .pack-grid { gap: 12px; }
  .pack-card { padding: 19px 16px; }
  .pack-amount { font-size: 35px; }
  .pack-price { font-size: 17px; }
  .footer-main > p { display: none; }
  .downloads-layout { gap: 32px; }
  .download-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .download-detail { gap: 17px; }
  .download-detail h2 { font-size: 27px; }
  .information-layout { gap: 50px; }
  .project-status { padding-left: 30px; }
}
@media (max-width: 1100px) {
  .header-inner { min-height: 108px; justify-content: space-between; gap: 20px; }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--line); background: transparent; color: var(--accent); font-size: 21px; line-height: 1; }
  .header-navigation { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 16px 32px 24px; background: var(--white); border-bottom: 1px solid var(--gold); box-shadow: 0 15px 20px #0002; }
  .header-navigation.is-open { display: block; }
  .main-nav { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav a { padding: 14px 0; }
  .main-nav a[aria-current]::after { right: auto; width: 28px; }
  .header-actions { border-top: 1px solid var(--line); margin-top: 14px; padding-top: 20px; justify-content: space-between; }
}
@media (max-width: 850px) {
  .hero h1 { font-size: 76px; }
  .hero-inner { grid-template-columns: minmax(360px, 1.5fr) 1fr; padding-top: 45px; gap: 12px; }
  .hero-art img { object-position: center 28%; }
  .hero::before { background: linear-gradient(90deg, #f6f6f8db 0%, #f6f6f88c 35%, #f6f6f800 63%); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { width: 212px; }
  .hero-baseline > span:nth-child(2) { display: none; }
  .entry-link { padding: 23px 18px; }
  .entry-link > span:last-child { font-size: 18px; }
  .section { padding-block: 52px; }
  h2 { font-size: 34px; }
  .pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .pack-card { padding: 24px; }
  .pack-amount { font-size: 44px; }
  .pack-bonus { min-height: 24px; }
  .community-inner h2 { font-size: 33px; }
  .community-inner { gap: 24px; }
  .community-action .button { padding-inline: 16px; font-size: 11px; }
  .page-heading h1 { font-size: 48px; }
  .downloads-layout { grid-template-columns: 1fr; }
  .download-aside { display: none; }
  .download-bottom { flex-direction: row; align-items: center; }
  .faq-layout { grid-template-columns: 1fr 1.6fr; gap: 30px; }
  .faq-layout > h2 { font-size: 30px; }
  .store-footnotes { gap: 40px; }
  .information-layout { grid-template-columns: 1fr; }
  .project-status { padding-left: 0; border-left: 0; }
  .project-status dl { max-width: 550px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .news-inner { grid-template-columns: minmax(0, 1fr); gap: 18px; padding-block: 20px; }
  .news-inner > .button { justify-self: start; }
  .brand-name { font-size: 20px; }
  .brand-seal { width: 68px; height: 68px; }
  .brand-name > span { font-size: 10px; }
  .header-inner { min-height: 88px; }
  .header-navigation { padding-inline: 20px; }
  .hero.hero-centrado .hero-copy { max-width: none; }
  /* En celular la caja es VERTICAL, y el velo centrado de la segunda imagen
     cae justo encima de la figura y la tapa. Aca no hace falta: el recorte
     movil ya deja a la mujer a la derecha y el paisaje a la izquierda, igual
     que la primera imagen. Las dos usan el mismo degradado inclinado, que
     despeja la esquina de arriba a la izquierda, que es donde va el texto. */
  .hero-slide:first-child::after,
  .hero-slide:nth-child(2)::after {
    background: linear-gradient(163deg, #f6f6f8f2 0%, #f6f6f8db 24%, #f6f6f875 45%, #f6f6f800 66%);
  }
  /* En celular las imagenes son verticales (1086x1448 y 706x941, ambas 0.75),
     asi que el alto se calcula con esa proporcion y no con la de escritorio.
     La franja inferior aca mide 51px, no 61. */
  .hero { min-height: calc(100vw / 0.75); }
  .hero-art img { object-position: center top; }
  .hero-inner { display: block; padding-block: 28px 26px; }
  .hero h1 { font-size: 54px; line-height: .96; margin: 18px 0 16px; }
  .hero-eyebrow { font-size: 8px; gap: 9px; }
  .hero-lead { font-size: 14px; max-width: 175px; }
  .hero-actions { flex-direction: column; gap: 8px; margin-top: 22px; }
  .hero-actions .button { width: 170px; padding: 12px 10px; font-size: 11px; gap: 10px; }
  .hero-actions .button > span { font-size: 16px; width: 14px; }
  .hero-availability { font-size: 10px; margin-top: 14px; max-width: 175px; }
  .hero-baseline { min-height: 51px; font-size: 8px; gap: 14px; }
  .entry-grid { grid-template-columns: 1fr; }
  .entry-link, .entry-link:first-child, .entry-link:last-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .entry-link:last-child { border-bottom: 0; }
  .entry-link { display: flex; align-items: center; gap: 14px; }
  .entry-label { min-width: 95px; font-size: 8px; margin: 0; }
  .entry-link > span:last-child { font-size: 20px; flex: 1; }
  .section { padding-block: 43px; }
  .section-heading { display: block; margin-bottom: 22px; }
  h2 { font-size: 32px; }
  .section-heading h2 { margin-top: 9px; }
  .section-heading .inline-link { margin-top: 18px; font-size: 12px; }
  .eyebrow { font-size: 9px; }
  .catalog-notice { font-size: 11px; margin-bottom: 20px; }
  .notice-label { display: block; margin-bottom: 4px; }
  .pack-grid { gap: 12px; }
  .pack-card { padding: 17px 14px; }
  .pack-top { gap: 5px; }
  .pack-tier { font-size: 9px; }
  .pack-featured { font-size: 8px; padding-inline: 4px; }
  .pack-symbol { font-size: 17px; }
  .pack-card h3 { font-size: 25px; margin-top: 18px; }
  .pack-amount { font-size: 31px; margin-top: 16px; }
  .pack-amount > span { font-size: 10px; }
  .pack-bonus { font-size: 9px; min-height: 32px; }
  .pack-price { font-size: 16px; }
  .pack-price span { font-size: 8px; margin-left: 2px; }
  .pack-bottom { margin-top: 12px; padding-top: 14px; }
  .button-pack { font-size: 10px; padding-inline: 9px; gap: 8px; }
  .button-pack > span { width: 13px; font-size: 16px; }
  .community-inner { flex-direction: column; align-items: flex-start; padding-block: 39px; gap: 28px; }
  .community-inner h2 { font-size: 30px; }
  .community-action { flex-direction: row-reverse; align-items: center; justify-content: space-between; width: 100%; }
  .country-lines { height: 30px; }
  .footer-main { padding-block: 30px; flex-wrap: wrap; gap: 26px; }
  .footer-main nav { width: 100%; font-size: 11px; gap: 24px; flex-wrap: wrap; }
  .footer-bottom { flex-wrap: wrap; font-size: 9px; gap: 12px; }
  .footer-bottom > span:nth-child(2) { order: 3; width: 100%; }
  .page-heading { padding-block: 26px 35px; }
  .breadcrumb { margin-bottom: 24px; }
  .page-heading h1 { font-size: 40px; line-height: 1.1; }
  .page-heading p { font-size: 13px; margin-top: 15px; }
  .catalog-heading { align-items: flex-start; gap: 12px; flex-direction: column; }
  .catalog-heading h2 { font-size: 28px; }
  .catalog-heading > span { font-size: 10px; }
  .store-footnotes { grid-template-columns: 1fr; gap: 28px; margin-top: 34px; padding-top: 30px; }
  .store-footnotes h3 { font-size: 24px; }
  .store-footnotes p { font-size: 12px; }
  .download-tabs { padding-inline: 20px; gap: 24px; }
  .download-tabs button { font-size: 11px; }
  #download-panel { padding: 24px 20px; }
  .download-detail { gap: 17px; }
  .file-monogram { width: 62px; height: 78px; font-size: 26px; }
  .file-monogram span { font-size: 6px; }
  .download-detail h2 { font-size: 25px; }
  .download-detail p { font-size: 11px; }
  .availability-label { font-size: 9px; }
  .download-metadata { grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
  .download-metadata > div:last-child { grid-column: 1 / -1; }
  .download-bottom { flex-direction: column; align-items: stretch; gap: 17px; }
  .download-bottom .button { width: 100%; }
  .faq-layout { display: block; }
  .faq-layout > h2 { margin-bottom: 25px; }
  .faq-list summary { font-size: 13px; }
  .faq-list details p { font-size: 12px; }
  .information-layout h2 { font-size: 29px; }
  .information-layout p { font-size: 13px; }
  .project-status h2 { font-size: 25px; }
  .project-status dl > div { gap: 15px; }
  .project-status dt { font-size: 11px; }
  .project-status dd { font-size: 12px; }
  .legal-content p { font-size: 13px; }
  .legal-content h2 { font-size: 26px; }
  dialog { padding: 34px 24px 26px; width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  dialog h2 { font-size: 30px; margin-top: 15px; }
  .dialog-description { font-size: 12px; }
  .dialog-close { top: 9px; right: 9px; width: 32px; height: 32px; }
  .form-columns { grid-template-columns: 1fr; gap: 0; }
  .form-field { margin-top: 15px; }
  .input-wrap input { font-size: 16px; height: 46px; }
  .input-wrap input::placeholder { font-size: 12px; }
  .notice-compact { margin-block: 18px; }
  .order-amount { font-size: 49px; }
  .order-total dd { font-size: 23px; }
}
@media (max-width: 370px) {
  .hero-art, .hero::before { bottom: 40px; }
  .hero-inner { padding-block: 18px 16px; }
  .hero h1 { font-size: 44px; margin-block: 14px 12px; }
  .hero-lead { font-size: 13px; }
  .hero-actions { flex-direction: row; align-items: stretch; margin-top: 30px; }
  .hero-actions .button { width: auto; flex: 1; min-height: 44px; }
  .hero-availability { max-width: none; margin-top: 12px; }
  .hero-baseline { min-height: 40px; }
  .pack-grid { grid-template-columns: 1fr; }
  .pack-card { padding: 23px; }
  .pack-amount { font-size: 44px; }
  .pack-price { font-size: 21px; }
  .pack-bonus { min-height: 20px; }
  .entry-label { min-width: 80px; }
  .entry-link > span:last-child { font-size: 18px; }
}
/* --- Rankings y estado del servidor --- */
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 24px; flex-wrap: wrap; }
.tabs button { background: none; border: 0; border-bottom: 3px solid transparent; padding: 12px 18px; font-size: 13px; color: var(--muted); }
.tabs button:hover { color: var(--accent); }
.tabs button[aria-selected="true"] { color: var(--accent); border-bottom-color: var(--accent); font-weight: 600; }
/* La tabla se desborda sola en pantallas angostas en vez de romper la pagina. */
.tabla-scroll { overflow-x: auto; }
.tabla { width: 100%; border-collapse: collapse; font-size: 14px; }
.tabla th, .tabla td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.tabla th { font-size: 11px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.tabla tbody tr:nth-child(-n+3) td:first-child { color: var(--gold-deep); font-weight: 700; }
.tabla tbody tr:hover { background: var(--paper); }
.ranking-pie { margin-top: 16px; font-size: 11px; color: var(--muted); }
/* El punto queda gris mientras no se sepa, y solo se pone verde con el
   servidor confirmado en linea: nunca al reves. */
.hero-availability .status-dot { background: var(--muted); }
.hero-availability.esta-en-linea .status-dot { background: #3f9152; }
