:root {
  --navy: #062451;
  --navy-deep: #031733;
  --navy-soft: #123765;
  --gold: #c7973f;
  --gold-light: #e4c786;
  --paper: #f5f1e9;
  --cream: #fbf8f1;
  --ink: #101a2b;
  --muted: #667080;
  --line: rgba(6, 36, 81, .15);

  /* =========================================================
     CONTROLES RAPIDOS DE TIPOGRAFIA
     Cambia solamente estos valores para ajustar los textos
     principales. El primer bloque corresponde a computadora
     y el segundo a celulares de hasta 620 px.
     ========================================================= */

  /* Computadora */
  --fuente-marca: 32px;
  --fuente-submarca: 8px;
  --fuente-marca-producto: 33px;
  --fuente-titulo-principal: clamp(58px, 7vw, 108px);
  --fuente-titulo-seccion: clamp(42px, 5.6vw, 82px);
  --fuente-titulo-metodo: clamp(48px, 5vw, 78px);
  --fuente-nombre-producto: clamp(42px, 3vw, 72px);
  --fuente-texto-introduccion: clamp(17px, 1.35vw, 21px);
  --fuente-texto-descripcion: 14px;
  --fuente-veredicto-producto: 24px;

  /* Celular */
  --fuente-movil-marca: 32px;
  --fuente-movil-submarca: 7px;
  --fuente-movil-marca-producto: 24px;
  --fuente-movil-titulo-principal: 58px;
  --fuente-movil-titulo-seccion: 42px;
  --fuente-movil-titulo-metodo: 48px;
  --fuente-movil-nombre-producto: 39px;
  --fuente-movil-texto-introduccion: 17px;
  --fuente-movil-texto-descripcion: 14px;
  --fuente-movil-veredicto-producto: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.edition-bar { background: var(--navy-deep); color: rgba(255,255,255,.78); font-size: 9px; font-weight: 700; letter-spacing: .25em; padding: 10px 20px; text-align: center; text-transform: uppercase; }

.site-header { align-items: center; background: rgba(251,248,241,.95); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; min-height: 88px; padding: 0 clamp(22px,5vw,84px); position: sticky; top: 0; z-index: 30; }
.wordmark { display: inline-flex; flex-direction: column; justify-self: start; line-height: .9; width: fit-content; }
.wordmark span { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: var(--fuente-marca); letter-spacing: .06em; }
.wordmark small { color: var(--gold); font-size: var(--fuente-submarca); font-weight: 700; letter-spacing: .22em; margin-top: 7px; }
.site-header nav { display: flex; gap: 36px; }
.site-header nav a { color: #324157; font-size: 11px; font-weight: 700; letter-spacing: .08em; padding: 12px 0; text-transform: uppercase; }
.site-header nav a:hover { color: var(--gold); }
.header-link { align-items: center; color: var(--navy); display: flex; font-size: 11px; font-weight: 700; gap: 18px; justify-self: end; letter-spacing: .08em; text-transform: uppercase; }
.header-link span { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; height: 36px; justify-content: center; transition: .25s ease; width: 36px; }
.header-link:hover span { background: var(--navy); color: white; }

.hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: calc(100vh - 120px); overflow: hidden; padding: 100px clamp(24px,7vw,120px) 120px; position: relative; }
.hero::before { background-image: radial-gradient(rgba(6,36,81,.11) 1px, transparent 1px); background-size: 22px 22px; content: ""; height: 250px; left: -55px; opacity: .45; position: absolute; top: 75px; width: 250px; }
.hero-copy { align-self: center; max-width: 800px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--navy); display: flex; font-size: 10px; font-weight: 700; gap: 13px; letter-spacing: .22em; margin: 0 0 30px; text-transform: uppercase; }
.eyebrow span { background: var(--gold); height: 2px; width: 34px; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, .sheet-copy h3, .shortcut-result h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { color: var(--navy); font-size: var(--fuente-titulo-principal); letter-spacing: -.055em; line-height: .91; margin: 0; max-width: 900px; }
h1 em { color: var(--gold); display: block; font-weight: 400; }
.hero-lead { color: #536071; font-size: var(--fuente-texto-introduccion); line-height: 1.7; margin: 36px 0 0; max-width: 680px; }
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 42px; }
.button { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 28px; justify-content: center; letter-spacing: .11em; min-height: 58px; padding: 0 28px; text-transform: uppercase; transition: .25s ease; }
.button.gold { background: var(--gold); color: white; }
.button.gold:hover { background: #af7e2d; transform: translateY(-2px); }
.quiet-link { border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 700; padding-bottom: 6px; }
.hero-note { border-left: 2px solid var(--gold); color: #77808d; font-size: 11px; line-height: 1.6; margin: 38px 0 0; max-width: 500px; padding-left: 17px; }

.hero-mark { align-self: center; aspect-ratio: 1; display: grid; justify-self: end; max-width: 640px; place-items: center; position: relative; width: 92%; }
.hero-mark::before { background: white; border: 1px solid rgba(199,151,63,.35); border-radius: 50%; box-shadow: 0 30px 80px rgba(6,36,81,.10); content: ""; inset: 9%; position: absolute; }
.hero-mark img { height: auto; max-height: 72%; object-fit: contain; position: relative; width: 76%; z-index: 2; }
.orbit { border: 1px solid rgba(6,36,81,.12); border-radius: 50%; position: absolute; }
.orbit-one { inset: 0; }
.orbit-two { inset: 4.5%; }
.year { background: var(--cream); color: var(--gold); font-family: Georgia, serif; font-size: 16px; letter-spacing: .15em; padding: 8px 12px; position: absolute; right: 8%; top: 10%; z-index: 3; }
.seal { align-items: center; background: var(--navy); border: 5px solid var(--cream); border-radius: 50%; bottom: 6%; color: white; display: flex; flex-direction: column; height: 112px; justify-content: center; position: absolute; right: 5%; width: 112px; z-index: 3; }
.seal strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 40px; font-weight: 400; line-height: .8; }
.seal span { font-size: 7px; letter-spacing: .15em; margin-top: 10px; text-transform: uppercase; }
.criteria-ribbon { align-items: center; background: var(--navy); bottom: 0; color: rgba(255,255,255,.78); display: flex; font-size: 9px; gap: 25px; justify-content: center; left: 0; letter-spacing: .18em; min-height: 58px; position: absolute; right: 0; text-transform: uppercase; }
.criteria-ribbon i { background: var(--gold); border-radius: 50%; height: 4px; width: 4px; }

.shortcut { background: var(--paper); padding: 110px clamp(24px,7vw,120px) 120px; }
.shortcut-heading { display: grid; gap: 20px; grid-template-columns: .6fr 1.4fr; margin: 0 auto 46px; max-width: 1400px; }
.kicker { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; margin: 8px 0 0; text-transform: uppercase; }
.shortcut-heading h2, .ranking-heading h2, .comparison-heading h2, .closing h2 { color: var(--navy); font-size: var(--fuente-titulo-seccion); letter-spacing: -.045em; line-height: .98; margin: 0; }
.shortcut-controls { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 auto 24px; max-width: 1400px; }
.shortcut-pill { background: transparent; border: 1px solid var(--line); border-radius: 99px; color: var(--navy); cursor: pointer; font-size: 12px; min-height: 48px; padding: 0 22px; transition: .2s ease; }
.shortcut-pill:hover { border-color: var(--gold); }
.shortcut-pill.active { background: var(--navy); border-color: var(--navy); color: white; }
.shortcut-result { align-items: center; background: white; border-top: 3px solid var(--gold); display: grid; gap: 28px; grid-template-columns: auto 1fr 1fr auto; margin: 0 auto; max-width: 1400px; min-height: 154px; padding: 26px 38px; }
.result-rank { color: var(--gold); font-family: Georgia, serif; font-size: 56px; }
.shortcut-result p { margin: 0; }
.shortcut-result > div:nth-child(2) > p { color: #7c8490; font-size: 19px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.shortcut-result h3 { color: var(--navy); font-size: 28px; margin: 5px 0 0; }
.result-verdict { color: #4f5d70; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.shortcut-result > a { color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shortcut-result > a span { color: var(--gold); margin-left: 12px; }

.method { background: var(--navy-deep); color: white; display: grid; gap: clamp(50px,8vw,150px); grid-template-columns: .85fr 1.15fr; padding: 140px clamp(24px,7vw,120px); position: relative; }
.method::after { border: 1px solid rgba(199,151,63,.18); border-radius: 50%; content: ""; height: 420px; left: -210px; position: absolute; top: 80px; width: 420px; }
.method-statement { position: sticky; top: 160px; align-self: start; }
.method-statement h2 { color: white; font-size: var(--fuente-titulo-metodo); letter-spacing: -.04em; line-height: 1; margin: 0; }
.method-statement > p:last-child { color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.75; max-width: 550px; }
.criteria-list { border-top: 1px solid rgba(255,255,255,.16); }
.criterion { align-items: start; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 22px; grid-template-columns: 42px 170px 1fr; padding: 28px 0; }
.criterion > span { color: var(--gold); font-family: Georgia, serif; font-size: 16px; }
.criterion h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; margin: 0; }
.criterion p { color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.6; margin: 3px 0 0; }
.disclosure { bottom: 28px; color: rgba(255,255,255,.35); font-size: 9px; left: clamp(24px,7vw,120px); letter-spacing: .04em; margin: 0; position: absolute; right: clamp(24px,7vw,120px); }

.ranking { background: var(--cream); padding: 150px clamp(18px,5vw,84px); }
.ranking-heading { display: grid; gap: 34px; grid-template-columns: .35fr 1fr .65fr; margin: 0 auto 85px; max-width: 1480px; }
.ranking-heading > p:last-child { align-self: end; color: #687384; font-size: 14px; line-height: 1.75; margin: 0 0 3px; }
.ranking-list { display: grid; gap: 40px; margin: 0 auto; max-width: 1480px; }
.sheet-card { --accent: var(--gold); background: white; display: grid; grid-template-columns: 1.07fr .93fr; min-height: 700px; overflow: hidden; scroll-margin-top: 120px; }
.sheet-card:nth-child(even) { grid-template-columns: .93fr 1.07fr; }
.sheet-card:nth-child(even) .sheet-visual { order: 2; }
.sheet-card:nth-child(even) .sheet-copy { order: 1; }
.accent-sky { --accent: #7b9bb3; }
.accent-sage { --accent: #819887; }
.accent-clay { --accent: #b97a5d; }
.accent-pearl { --accent: #aaa9a4; }
.sheet-visual { min-height: 650px; overflow: hidden; position: relative; }
.sheet-visual::after { background: linear-gradient(180deg, rgba(3,23,51,.03), rgba(3,23,51,.35)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.sheet-visual img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); width: 100%; }
.sheet-card:hover .sheet-visual img { transform: scale(1.025); }
.rank-number { color: white; font-family: Georgia, serif; font-size: clamp(76px,8vw,130px); left: 32px; line-height: 1; position: absolute; top: 24px; z-index: 2; }
.winner-badge { background: var(--gold); bottom: 0; color: white; font-size: 8px; font-weight: 700; left: 0; letter-spacing: .17em; padding: 16px 22px; position: absolute; text-transform: uppercase; z-index: 2; }
.sheet-copy { align-self: center; padding: clamp(42px,5vw,80px); }
.brand-row { align-items: center; display: flex; gap: 14px; }
.brand-row span { color: var(--accent); font-size: var(--fuente-marca-producto); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.brand-row i { background: var(--accent); height: 1px; width: 35px; }
.sheet-copy h3 { color: var(--navy); font-size: var(--fuente-nombre-producto); letter-spacing: -.055em; line-height: .9; margin: 24px 0 0; }
.sheet-subtitle { color: #657084; font-size: 12px; letter-spacing: .04em; margin: 18px 0 0; }
.verdict { color: var(--accent); font-family: Georgia, serif; font-size: var(--fuente-veredicto-producto); font-style: italic; line-height: 1.3; margin: 28px 0 16px; }
.sheet-description { color: #596679; font-size: var(--fuente-texto-descripcion); line-height: 1.75; margin: 0; }
.sheet-copy dl { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); margin: 30px 0 0; padding: 19px 0; }
.sheet-copy dl div { border-right: 1px solid var(--line); padding: 0 15px; }
.sheet-copy dl div:first-child { padding-left: 0; }
.sheet-copy dl div:last-child { border: 0; }
.sheet-copy dt, .ideal small { color: #8a919d; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.sheet-copy dd { color: var(--navy); font-size: 11px; font-weight: 700; margin: 7px 0 0; }
.ideal { margin-top: 24px; }
.ideal p { color: #4f5d70; font-family: Georgia, serif; font-size: 18px; line-height: 1.45; margin: 8px 0 0; }
.sheet-copy details { border-bottom: 1px solid var(--line); margin-top: 20px; padding: 0 0 17px; }
.sheet-copy summary { color: var(--navy); cursor: pointer; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
.sheet-copy summary::-webkit-details-marker { display: none; }
.sheet-copy details[open] summary span { transform: rotate(45deg); }
.sheet-copy details > p { color: #6b7481; font-size: 12px; line-height: 1.7; margin: 16px 0 0; }
.official-link { color: var(--navy); display: inline-flex; font-size: 10px; font-weight: 700; gap: 22px; letter-spacing: .12em; margin-top: 28px; text-transform: uppercase; }
.official-link:hover { color: var(--accent); }

.comparison { background: var(--navy); color: white; padding: 140px clamp(24px,7vw,120px); }
.comparison-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 65px; }
.comparison-heading h2 { color: white; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; min-width: 980px; width: 100%; }
th, td { border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.7); font-size: 12px; padding: 25px 16px; text-align: left; }
thead th { color: var(--gold-light); font-size: 8px; letter-spacing: .18em; padding-top: 0; text-transform: uppercase; }
tbody td:first-child { color: var(--gold); font-family: Georgia, serif; font-size: 25px; padding-left: 0; }
tbody th { color: white; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
tbody th span { color: rgba(255,255,255,.43); display: block; font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .15em; margin-bottom: 5px; text-transform: uppercase; }
tbody tr:hover { background: rgba(255,255,255,.035); }

.closing { align-items: center; background: var(--paper); display: grid; gap: 60px; grid-template-columns: .65fr 1.35fr; padding: 120px clamp(24px,7vw,120px); }
.closing > img { height: auto; object-fit: contain; width: min(100%,420px); }
.closing h2 { margin: 18px 0 36px; }
.button.navy { background: var(--navy); color: white; }
.button.navy:hover { background: var(--gold); transform: translateY(-2px); }

footer { align-items: center; background: var(--navy-deep); color: rgba(255,255,255,.48); display: grid; font-size: 9px; grid-template-columns: 1fr 1.5fr 1fr; min-height: 150px; padding: 0 clamp(24px,7vw,120px); }
.footer-mark { display: flex; flex-direction: column; }
.footer-mark strong { color: white; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.footer-mark span { color: var(--gold); font-size: 6px; letter-spacing: .2em; }
footer p { line-height: 1.6; margin: 0; text-align: center; }
footer > a { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .site-header nav { display: none; }
  .header-link { font-size: 0; }
  .hero { grid-template-columns: 1fr; padding-bottom: 116px; padding-top: 70px; }
  .hero-mark { justify-self: center; margin-top: 65px; width: min(100%,560px); }
  .shortcut-heading, .ranking-heading { gap: 20px; grid-template-columns: 1fr; }
  .shortcut-result { grid-template-columns: auto 1fr auto; }
  .result-verdict { grid-column: 2 / 4; }
  .method { gap: 70px; grid-template-columns: 1fr; }
  .method-statement { position: static; }
  .sheet-card, .sheet-card:nth-child(even) { grid-template-columns: 1fr; }
  .sheet-card:nth-child(even) .sheet-visual { order: 1; }
  .sheet-card:nth-child(even) .sheet-copy { order: 2; }
  .sheet-visual { min-height: 520px; }
}

@media (max-width: 620px) {
  .edition-bar { font-size: 7px; }
  .wordmark span { font-size: var(--fuente-movil-marca); }
  .wordmark small { font-size: var(--fuente-movil-submarca); }
  .hero { min-height: auto; padding-left: 22px; padding-right: 22px; }
  h1 { font-size: var(--fuente-movil-titulo-principal); }
  .hero-lead { font-size: var(--fuente-movil-texto-introduccion); }
  .shortcut-heading h2, .ranking-heading h2, .comparison-heading h2, .closing h2 { font-size: var(--fuente-movil-titulo-seccion); }
  .method-statement h2 { font-size: var(--fuente-movil-titulo-metodo); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .criteria-ribbon { gap: 10px; justify-content: space-around; }
  .criteria-ribbon span { font-size: 7px; }
  .criteria-ribbon i { display: none; }
  .seal { height: 88px; width: 88px; }
  .seal strong { font-size: 32px; }
  .shortcut { padding-top: 76px; }
  .shortcut-controls { align-items: stretch; flex-direction: column; }
  .shortcut-pill { width: 100%; }
  .shortcut-result { gap: 14px; grid-template-columns: auto 1fr; padding: 24px 20px; }
  .shortcut-result > a, .result-verdict { grid-column: 1 / 3; }
  .result-rank { font-size: 44px; }
  .method { padding-bottom: 110px; padding-top: 90px; }
  .criterion { gap: 12px; grid-template-columns: 34px 1fr; }
  .criterion p { grid-column: 2; }
  .ranking { padding-bottom: 90px; padding-top: 90px; }
  .ranking-heading { margin-bottom: 50px; }
  .sheet-card { min-height: 0; }
  .sheet-visual { min-height: 360px; }
  .rank-number { font-size: 74px; }
  .sheet-copy { padding: 38px 23px 45px; }
  .brand-row span { font-size: var(--fuente-movil-marca-producto); }
  .sheet-copy h3 { font-size: var(--fuente-movil-nombre-producto); }
  .verdict { font-size: var(--fuente-movil-veredicto-producto); }
  .sheet-description { font-size: var(--fuente-movil-texto-descripcion); }
  .sheet-copy dl { gap: 16px; grid-template-columns: 1fr; }
  .sheet-copy dl div, .sheet-copy dl div:first-child { border-bottom: 1px solid var(--line); border-right: 0; padding: 0 0 12px; }
  .sheet-copy dl div:last-child { border-bottom: 0; }
  .comparison { padding: 90px 18px; }
  .comparison-heading { display: block; }
  .table-wrap { margin-right: -18px; padding-right: 18px; }
  .table-wrap::after { color: rgba(255,255,255,.45); content: "Desliza para comparar →"; display: block; font-size: 8px; letter-spacing: .12em; margin-top: 14px; text-transform: uppercase; }
  .closing { grid-template-columns: 1fr; padding-bottom: 90px; padding-top: 70px; }
  .closing > img { justify-self: center; width: 70%; }
  footer { gap: 24px; grid-template-columns: 1fr; padding-bottom: 50px; padding-top: 50px; text-align: center; }
  footer > a { justify-self: center; }
  .footer-mark { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
