/* ==========================================================================
   Sid Forman Jewellers — staging gate
   Uses the design tokens and type roles from styles.css. Remove with gate.js
   before launch.
   ========================================================================== */

html.gated .site-header,
html.gated #main { display: none; }

.gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ivory);
  padding: 48px 24px;
  text-align: center;
}

.gate__inner { width: 100%; max-width: 400px; }

.gate__logo {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto 28px;
}

.gate__eyebrow { margin: 0; }

.gate h1 {
  font-family: var(--serif-display);
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  margin: 12px 0 10px;
}

.gate__lede {
  font-family: var(--serif-body);
  font-style: italic;
  font-size: 19px;
  color: var(--muted);
  margin: 0 0 40px;
}

.gate__form { display: flex; flex-direction: column; gap: 12px; }

.gate__label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.gate__form input {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  padding: 14px;
  font-family: var(--serif-body);
  font-size: 16px;
  border-radius: 2px;
  width: 100%;
  color: var(--ink);
  text-align: center;
  letter-spacing: 0.2em;
}

.gate__error {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  color: #8C2F1E;
  min-height: 1em;
  margin: 0;
}

.gate__form button { border: none; padding: 16px; letter-spacing: 0.14em; }
