/* WorthWait Camera — sitio mínimo de espera
   Paleta oficial: fondo #1e1e1a / #ffffff · acento #a08a5c · texto #1c1c1c / #f7f5ee */

:root{
  --gold: #a08a5c;
  --gold-dark: #8c7549;
  --black: #1c1c1c;
  --cream: #f7f5ee;
  --bg-dark: #1e1e1a;
  --bg-light: #ffffff;
  --serif: "Newsreader", Georgia, "Iowan Old Style", serif;
  --sans: -apple-system, "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*{ box-sizing: border-box; }

html{ -webkit-text-size-adjust: 100%; }

body{
  margin: 0;
  font-family: var(--sans);
  background: var(--bg-dark);
  color: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.light{
  background: var(--bg-light);
  color: var(--black);
}

a{ color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(160,138,92,.35); }
a:hover{ border-bottom-color: var(--gold); }

.wrap{
  max-width: 720px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Header / mark */

.site-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 48px 0 0;
}

.mark{ width: clamp(84px, 18vw, 112px); height: clamp(84px, 18vw, 112px); flex: none; }

.wordmark{
  font-family: var(--serif);
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.light .wordmark{ color: var(--black); }

/* Hero */

.hero{
  min-height: 52vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 0 60px;
}

.tagline{
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(38px, 7.5vw, 68px);
  color: var(--cream);
  margin: 38px 0 26px;
  max-width: 14ch;
  line-height: 1.22;
}

.rule{
  width: 30px;
  height: 1px;
  background: var(--gold);
  margin: 6px 0 30px;
}

.note{
  font-size: 16.5px;
  color: rgba(247,245,238,.65);
  max-width: 40ch;
  margin: 0 0 10px;
}

.kicker{
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gold);
  margin: 0 0 8px;
}

/* Footer */

.site-footer{
  border-top: 1px solid rgba(247,245,238,.12);
  padding: 26px 0 48px;
  text-align: center;
  font-size: 13px;
  color: rgba(247,245,238,.5);
}

.light .site-footer{
  border-top-color: rgba(28,28,28,.12);
  color: rgba(28,28,28,.55);
}

.site-footer a{ color: rgba(247,245,238,.75); border-bottom-color: rgba(160,138,92,.4); }
.light .site-footer a{ color: var(--gold-dark); }

.site-footer .sep{ margin: 0 8px; opacity: .5; }

/* Privacy page */

.legal{
  padding: 56px 0 80px;
}

.legal h1{
  font-family: var(--serif);
  font-size: 30px;
  margin: 0 0 6px;
  color: var(--black);
}

.legal .updated{
  font-size: 13px;
  color: #6b6b63;
  margin: 0 0 40px;
}

.legal h2{
  font-family: var(--sans);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-dark);
  margin: 40px 0 12px;
  border-top: 1px solid #eae6da;
  padding-top: 28px;
}

.legal h2:first-of-type{ border-top: none; padding-top: 0; }

.legal p, .legal li{
  font-size: 15.5px;
  color: var(--black);
}

.legal ul{ padding-left: 20px; }

.pending{
  background: #faf7ee;
  border: 1px solid #e3d9bb;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 14px;
  color: #5b4d2e;
  margin: 0 0 40px;
}

.back-link{ display: inline-block; margin-top: 8px; }

.gap{
  background: #faf0d8;
  color: #7a5a1e;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 14.5px;
}

/* ==========================================================================
   Escala de escritorio — SOLO desktop (min-width: 1024px).
   Ninguna regla de arriba (mobile/tablet) se modificó para lograr esto:
   este bloque únicamente añade overrides que solo aplican por encima de
   1024px de ancho de viewport. Cada valor es ~21% más grande que su
   equivalente de la regla base, usando clamp() para que siga siendo
   fluido (no un salto fijo) entre laptop y monitor externo grande.
   ========================================================================== */

@media (min-width: 1024px){

  .site-header{
    gap: 22px;
    padding: 58px 0 0;
  }

  .mark{
    width: clamp(102px, 21.8vw, 135px);
    height: clamp(102px, 21.8vw, 135px);
  }

  .wordmark{
    font-size: clamp(29px, 1.6vw, 33px);
  }

  .hero{
    padding: 10px 0 73px;
  }

  .tagline{
    font-size: clamp(46px, 9.08vw, 82px);
    margin: 46px 0 32px;
  }

  .rule{
    width: 36px;
    margin: 7px 0 36px;
  }

  .note{
    font-size: clamp(19.5px, 1.05vw, 21px);
    margin: 0 0 12px;
  }

  .kicker{
    font-size: clamp(20.5px, 1.1vw, 23px);
    margin: 0 0 10px;
  }

}
