/* Aerís Signature — under construction gate */
html.aeris-uc-lock, html.aeris-uc-lock body {
  overflow: hidden !important;
}
#aeris-uc-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(196, 92, 38, 0.18), transparent 55%),
    linear-gradient(165deg, #1a1612 0%, #2a241c 45%, #1a1612 100%);
  color: #f4efe6;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  text-align: center;
}
#aeris-uc-gate * { box-sizing: border-box; }
#aeris-uc-gate .uc-card {
  max-width: 28rem;
  width: 100%;
  padding: 2.25rem 1.75rem 2rem;
  border: 1px solid rgba(244, 239, 230, 0.14);
  border-radius: 4px;
  background: rgba(26, 22, 18, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
#aeris-uc-gate .uc-eyebrow {
  margin: 0 0 0.75rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c45c26;
}
#aeris-uc-gate h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #f4efe6;
}
#aeris-uc-gate p {
  margin: 0 0 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 239, 230, 0.78);
}
#aeris-uc-gate .uc-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.5rem;
}
#aeris-uc-gate a.uc-btn {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  border-radius: 2px;
  text-decoration: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#aeris-uc-gate a.uc-btn-primary {
  background: #c45c26;
  color: #fffaf5;
}
#aeris-uc-gate a.uc-btn-primary:hover { background: #a84c1f; }
#aeris-uc-gate a.uc-btn-ghost {
  border: 1px solid rgba(244, 239, 230, 0.28);
  color: #f4efe6;
}
#aeris-uc-gate a.uc-btn-ghost:hover { border-color: rgba(244, 239, 230, 0.5); }
#aeris-uc-gate .uc-fine {
  margin-top: 1.35rem;
  margin-bottom: 0;
  font-size: 0.78rem;
  color: rgba(244, 239, 230, 0.5);
}
#aeris-uc-gate .uc-fine a {
  color: rgba(244, 239, 230, 0.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* Hide live commerce chrome while gated */
html.aeris-uc-lock .utility,
html.aeris-uc-lock [data-cart],
html.aeris-uc-lock .cart-drawer,
html.aeris-uc-lock #cart,
html.aeris-uc-lock .site-header .bag-btn {
  visibility: hidden !important;
  pointer-events: none !important;
}
