/* ==========================================================================
   mejores-relojes.com — "EVOKE" saturated flat tiles + massive black wordmark.
   Pure white canvas, void black type, 0 radius everywhere, full-bleed coral/
   cyan/yellow/lavender panels. NO shadows, NO gradients, NO pills. Sticky
   black nav. Distinct from all prior 6 sites.
   ========================================================================== */

:root {
  --coral: #ff5a46;
  --cyan: #00ffff;
  --yellow: #ffe100;
  --lav: #ebebf5;
  --black: #000000;
  --white: #ffffff;

  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --r: 0;
  --page-max: 1200px;
  --pad-x: clamp(16px, 4vw, 32px);
  --section-gap: 80px;
  --gutter: 20px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--white); color: var(--black);
  font-family: var(--font); font-size: 16px; line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  color-scheme: light;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-var.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--black); text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration-thickness: 2px; }
h1, h2, h3, h4 {
  font-family: var(--font); color: var(--black); margin: 0;
  font-weight: 400; letter-spacing: -0.015em;
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--black); color: var(--white);
  padding: 10px 16px; z-index: 200; font-size: 14px; font-weight: 700;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--black); outline-offset: 2px; }

.section { padding: 0; }
.container { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--pad-x); }
.container-narrow { max-width: 720px; }

.prose { max-width: 68ch; color: var(--black); }
.prose p { margin: 0 0 1.1em; }
.prose h2 {
  font-size: 31px; line-height: 1.2; letter-spacing: -0.465px; font-weight: 400;
  margin: 1.8em 0 0.5em; scroll-margin-top: 90px;
}
.prose h3 {
  font-size: 22px; line-height: 1.25; font-weight: 400;
  margin: 1.5em 0 0.45em; scroll-margin-top: 90px;
}
.prose h4 {
  font-size: 18px; line-height: 1.3; font-weight: 700;
  margin: 1.3em 0 0.4em; scroll-margin-top: 90px;
}
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.1em; }
.prose li { margin: 0.35em 0; }
.prose blockquote {
  margin: 1.5em 0; padding: 18px 20px;
  background: var(--lav); border-left: 4px solid var(--black);
  color: var(--black); font-size: 15px;
}
.prose blockquote p { margin: 0; }
.prose table {
  width: 100%; border-collapse: collapse; margin: 1.4em 0;
  font-size: 15px; display: block; overflow-x: auto;
  border: 1px solid var(--black);
}
.prose th, .prose td {
  text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--black);
  vertical-align: top; min-width: 110px;
}
.prose th {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; background: var(--yellow);
}
.prose img { margin: 1.2em 0; border: 1px solid var(--black); }
.prose hr { border: 0; border-top: 1px solid var(--black); margin: 2em 0; }
.prose strong { font-weight: 700; }
.prose a { color: var(--black); }
.prose code {
  font-size: 0.9em; background: var(--lav); padding: 1px 5px;
  border: 1px solid var(--black);
}
.prose pre {
  background: var(--black); color: var(--white); padding: 16px 18px; overflow-x: auto;
}
.prose pre code { background: none; border: 0; color: var(--white); padding: 0; font-size: 13px; }

.legal-updated { font-size: 12px; color: #444; }

.breadcrumb { margin: 0 0 18px; }
.breadcrumb-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.breadcrumb-list li { display: flex; align-items: center; gap: 8px; }
.breadcrumb-list li + li::before { content: "/"; }
.breadcrumb-list a { text-decoration: none; }
.breadcrumb-list a:hover { text-decoration: underline; }
.breadcrumb-list [aria-current] { font-weight: 900; }

/* nav: void black bar */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: var(--black); color: var(--white);
  border-bottom: 1px solid var(--black);
}
.site-head-in {
  max-width: var(--page-max); margin: 0 auto;
  padding: 0 var(--pad-x); height: 56px;
  display: flex; align-items: center; gap: 20px;
}
.lockup {
  display: flex; align-items: center; gap: 10px;
  color: var(--white); text-decoration: none; font-weight: 900;
  font-size: 14px; letter-spacing: -0.02em; text-transform: uppercase;
}
.lockup:hover { text-decoration: none; color: var(--white); }
.lockup img { width: 28px; height: 28px; }
.lockup-b { font-weight: 400; opacity: 0.7; }
.lockup-dark { color: var(--black); }
.lockup-dark:hover { color: var(--black); }
.lockup-dark .lockup-b { opacity: 0.5; }

.mainnav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.mainnav a {
  color: var(--white); font-weight: 400; font-size: 14px;
  text-decoration: none; letter-spacing: -0.01em;
}
.mainnav a:hover { text-decoration: underline; }
.mainnav a.is-here { font-weight: 700; text-decoration: underline; }
.mainnav .btn-inv:hover { text-decoration: none; }

.btn-fill {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--black); color: var(--white);
  font-family: var(--font); font-weight: 700; font-size: 14px;
  padding: 12px 20px; border: 1px solid var(--black); cursor: pointer;
  text-decoration: none; white-space: nowrap; letter-spacing: -0.01em;
}
.btn-fill:hover { background: var(--white); color: var(--black); text-decoration: none; }
.btn-line {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--black);
  border: 1px solid var(--black); font-family: var(--font);
  font-weight: 700; font-size: 14px; padding: 12px 20px; cursor: pointer;
  text-decoration: none; white-space: nowrap;
}
.btn-line:hover { background: var(--black); color: var(--white); text-decoration: none; }
.btn-inv {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--white); color: var(--black);
  font-family: var(--font); font-weight: 700; font-size: 14px;
  padding: 10px 18px; border: 1px solid var(--white); cursor: pointer;
  text-decoration: none; white-space: nowrap;
}
.btn-inv:hover { background: var(--yellow); border-color: var(--yellow); color: var(--black); text-decoration: none; }

.nav-toggle {
  display: none; margin-left: auto; background: none;
  border: 1px solid var(--white); cursor: pointer;
  width: 40px; height: 40px; padding: 8px;
}
.nav-toggle span {
  display: block; width: 18px; height: 2px; background: var(--white);
  margin: 4px auto; transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 740px) {
  .nav-toggle { display: block; }
  .mainnav {
    position: absolute; top: 56px; left: 0; right: 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--black); padding: 12px var(--pad-x) 18px; display: none;
    border-bottom: 1px solid #222;
  }
  .mainnav.is-open { display: flex; }
  .mainnav a { font-size: 16px; padding: 12px 0; }
  .mainnav .btn-inv { margin-top: 8px; justify-content: center; }
  body.nav-locked { overflow: hidden; }
}

main { display: block; }
.wrap { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--pad-x); }
.wrap-narrow { max-width: 720px; }
.band { padding: var(--section-gap) 0; }
.band-lav { background: var(--lav); }

.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; margin: 0 0 16px;
}
.meta { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }

.h-display {
  font-size: clamp(48px, 10vw, 96px); line-height: 0.95;
  letter-spacing: -0.03em; font-weight: 900; max-width: 12ch;
}
.h-sec {
  font-size: 31px; line-height: 1.2; letter-spacing: -0.465px; font-weight: 400;
}
.h-panel {
  font-size: clamp(36px, 6vw, 56px); line-height: 1.05;
  letter-spacing: -0.02em; font-weight: 900;
}
.lede {
  font-size: 18px; line-height: 1.45; max-width: 40ch; margin: 20px 0 0; font-weight: 400;
}
.go { display: inline-block; margin-top: 12px; font-weight: 700; text-decoration: underline; }

/* hero */
.hero { padding: clamp(48px, 8vw, 96px) 0 var(--section-gap); }
.hero-cta-row {
  display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px;
}

/* color tiles 3-col full bleed within max */
.tile-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gutter);
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--pad-x) var(--section-gap);
}
@media (max-width: 900px) { .tile-grid { grid-template-columns: 1fr; } }
.tile {
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 320px; padding: 24px; text-decoration: none; color: var(--black);
}
.tile:hover { text-decoration: none; filter: brightness(0.97); }
.tile-k { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: auto; }
.tile h2 { font-size: 31px; line-height: 1.15; letter-spacing: -0.465px; font-weight: 400; margin: 12px 0; }
.tile p { margin: 0; font-size: 15px; line-height: 1.4; max-width: 28ch; }
.tile-coral { background: var(--coral); }
.tile-cyan { background: var(--cyan); }
.tile-yellow { background: var(--yellow); }
.tile-lav { background: var(--lav); }

/* panels */
.panel { padding: var(--section-gap) var(--pad-x); }
.panel > .wrap { padding: 0; }
.panel-coral { background: var(--coral); }
.panel-lav { background: var(--lav); }
.panel-cyan { background: var(--cyan); }
.lede-on { font-size: 18px; max-width: 40ch; margin: 14px 0 0; }
.micro-on { font-size: 13px; margin-top: 12px; }
.micro-on a { color: inherit; }

.split {
  display: grid; grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(28px, 5vw, 48px); align-items: start;
}
@media (max-width: 840px) { .split { grid-template-columns: 1fr; } }
.slash-list { list-style: none; margin: 24px 0; padding: 0; }
.slash-list li {
  padding: 14px 0; border-bottom: 1px solid var(--black);
  font-size: 16px; line-height: 1.45;
}
.slash-list li:last-child { border-bottom: 0; }
.slash-list strong { font-weight: 700; }

.stat-stack { display: flex; flex-direction: column; gap: var(--gutter); }
.stat-block { padding: 24px; }
.stat-block span {
  display: block; font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px;
}
.stat-block b {
  font-size: 28px; font-weight: 900; letter-spacing: -0.02em; line-height: 1;
}

/* giant wordmark band */
.wordmark-band {
  overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black);
  padding: 8px 0; background: var(--white);
}
.wordmark-band span {
  display: block; font-size: clamp(64px, 14vw, 180px); font-weight: 900;
  letter-spacing: -0.04em; line-height: 0.9; text-align: center;
  white-space: nowrap; text-transform: uppercase;
}

.row-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 28px;
}

.post-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gutter);
}
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .post-grid { grid-template-columns: 1fr; } }
.post-card {
  border: 1px solid var(--black); padding: 0; background: var(--white);
}
.post-card a {
  display: flex; flex-direction: column; gap: 10px;
  padding: 0 0 20px; text-decoration: none; color: inherit; height: 100%;
}
.post-card a:hover { text-decoration: none; background: var(--lav); }
.post-card h2, .post-card h3 {
  font-size: 22px; line-height: 1.2; font-weight: 400;
  padding: 0 16px; letter-spacing: -0.02em;
}
.post-card p { margin: 0; font-size: 15px; padding: 0 16px; flex: 1; }
.post-card .meta, .post-card .go { padding: 0 16px; }
.post-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-bottom: 1px solid var(--black); }
.post-swatch { height: 120px; border-bottom: 1px solid var(--black); }

.empty-note { border: 1px solid var(--black); padding: clamp(28px, 5vw, 48px); background: var(--lav); }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }

/* article */
.article-head { padding: 0 0 20px; }
.article-title {
  font-size: clamp(36px, 6vw, 56px); line-height: 1.05;
  letter-spacing: -0.025em; font-weight: 900; margin: 0 0 16px;
}
.article-head .lede { margin: 0 0 20px; }
.byline {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 0 0; border-top: 1px solid var(--black);
}
.byline-img {
  width: 48px; height: 48px; object-fit: cover; border: 1px solid var(--black);
}
.byline-col { display: flex; flex-direction: column; gap: 2px; }
.byline-a { color: var(--black); font-weight: 700; font-size: 15px; text-decoration: none; }
.byline-a:hover { text-decoration: underline; }
.article-cover { margin: 28px 0 0; }
.article-cover img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid var(--black);
}

.toc {
  background: var(--yellow); border: 1px solid var(--black);
  padding: 22px 24px; margin: 28px 0;
}
.toc .kicker { margin: 0 0 12px; }
.toc-list {
  list-style: none; margin: 0; padding: 0;
  columns: 2; column-gap: 28px;
}
@media (max-width: 620px) { .toc-list { columns: 1; } }
.toc-list li { margin: 0 0 8px; break-inside: avoid; }
.toc-list a {
  color: var(--black); font-size: 15px; font-weight: 400;
  text-decoration: none; display: inline-block; padding: 2px 0;
}
.toc-list a:hover { text-decoration: underline; }
.article-body { max-width: 68ch; }

.amz-card { border-radius: 0 !important; border-color: var(--black) !important; }
.amz-card .amz-cta {
  border-radius: 0 !important;
  background: var(--black) !important; color: var(--white) !important;
}

.prose details {
  border: 1px solid var(--black); background: var(--lav);
  padding: 4px 18px; margin: 12px 0;
}
.prose summary {
  font-weight: 700; font-size: 17px; padding: 14px 0; cursor: pointer; list-style: none;
}
.prose summary::-webkit-details-marker { display: none; }
.prose details p { margin: 0 0 14px; }

.author-hero { display: flex; gap: 24px; align-items: center; }
.author-hero img {
  width: 120px; height: 120px; object-fit: cover; border: 2px solid var(--black);
}
.approach-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gutter); margin-top: 28px;
}
@media (max-width: 720px) { .approach-grid { grid-template-columns: 1fr; } }
.approach-card { border: 1px solid var(--black); padding: 24px; background: var(--white); }
.approach-card:nth-child(1) { background: var(--coral); }
.approach-card:nth-child(2) { background: var(--cyan); }
.approach-card:nth-child(3) { background: var(--yellow); }
.approach-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.approach-card p { margin: 0; font-size: 14px; }

/* newsletter coral panel */
.nl-panel .nl-form { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0 12px; }
.nl-form input[type="email"] {
  flex: 1; min-width: 220px; padding: 12px 14px;
  border: 1px solid var(--black); background: var(--white); color: var(--black);
  font-family: var(--font); font-size: 15px;
}
.nl-form input[type="email"]:focus { outline: 2px solid var(--black); outline-offset: 0; }
.nl-form input[aria-invalid="true"] { background: #ffe0dc; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.newsletter-ok {
  margin: 0; padding: 14px 16px; background: var(--white);
  border: 1px solid var(--black); font-size: 15px; font-weight: 700;
}

/* footer + wordmark */
.site-foot {
  background: var(--white); border-top: 1px solid var(--black);
  padding: 40px 0 36px;
}
.wordmark {
  font-size: clamp(48px, 12vw, 140px); font-weight: 900;
  letter-spacing: -0.04em; line-height: 0.85; margin: 0 0 40px;
  text-transform: uppercase;
}
.foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px;
}
@media (max-width: 720px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand p { font-size: 14px; margin: 14px 0 0; max-width: 34ch; }
.foot-col h3 {
  font-weight: 700; font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; margin: 0 0 12px;
}
.foot-col a {
  display: block; color: var(--black); font-size: 14px;
  padding: 4px 0; text-decoration: none; font-weight: 400;
}
.foot-col a:hover { text-decoration: underline; }
.foot-base {
  margin: 36px 0 0; padding-top: 18px;
  border-top: 1px solid var(--black);
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}

/* cookie */
.cookiebox {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: var(--black); color: var(--white);
  padding: 20px var(--pad-x);
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px;
  opacity: 0; visibility: hidden; transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.cookiebox.is-visible {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.cookiebox p { margin: 0; font-size: 14px; line-height: 1.45; flex: 1; min-width: 220px; }
.cookiebox p a { color: var(--cyan); }
.cookiebox-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookiebox-actions .btn-fill {
  background: var(--white); color: var(--black); border-color: var(--white);
}
.cookiebox-actions .btn-fill:hover { background: var(--yellow); border-color: var(--yellow); }
.cookiebox-actions .btn-line {
  color: var(--white); border-color: var(--white);
}
.cookiebox-actions .btn-line:hover { background: var(--white); color: var(--black); }

.page-productos .prose h1 {
  font-size: clamp(36px, 6vw, 56px); line-height: 1.05;
  letter-spacing: -0.025em; font-weight: 900;
}
.page-productos .prod-disclosure {
  border-radius: 0; background: var(--lav); border-color: var(--black);
  border-left: 4px solid var(--coral);
}
.page-productos .prod-jumpnav { background: var(--white); border-bottom-color: var(--black); }
.page-productos .prod-jumpnav a { border-radius: 0; border-color: var(--black); }
.page-productos .prod-card { border-radius: 0; border-color: var(--black); }
.page-productos .prod-card-cta {
  border-radius: 0 !important;
  background: var(--black) !important; color: var(--white) !important;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
