/* ============================================================
   UXPO buyer showroom — Universal Exports chrome over the EK skin.
   Loads after ek-base.css and showroom.css; everything here is an
   override or a new block (trust strip, opt-in band, disclosure,
   enquiry form, placeholder markers).
   ============================================================ */

/* ---------- UE header ---------- */
.topbar .tagline { color: rgba(255,255,255,0.65); white-space: nowrap; }
.wordmark img.ue { height: 34px; width: auto; display: block; }
.wordmark .l1 { color: #fff; letter-spacing: 0.18em; }
.wordmark .l2 { color: rgba(255,255,255,0.55); }
.header-soldby { color: rgba(255,255,255,0.72); font-size: 0.88rem; white-space: nowrap; }
.header-soldby strong { color: #fff; font-weight: 600; }
@media (max-width: 640px) { .header-soldby .hs-long { display: none; } }

/* ---------- sold-by ---------- */
.soldby-hero {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 14px; padding: 7px 14px; border-radius: 980px;
  background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.22);
  color: #fff; font-size: 0.9rem; font-weight: 500;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.soldby-hero .dot { width: 7px; height: 7px; border-radius: 50%; background: #c9a24b; }
.soldby-panel { margin: 6px 0 2px; font-weight: 600; color: var(--ink); }
.soldby-panel span { color: var(--dim); font-weight: 400; }

/* ---------- disclosure footnote (bottom of page only) ---------- */
.disclosure {
  margin: 14px 0 0; padding: 12px 16px;
  background: var(--card); border-radius: 12px;
  color: var(--dim); font-size: 0.83rem; line-height: 1.55;
}
footer.site .footnote {
  color: rgba(255,255,255,0.42); font-size: 0.76rem; line-height: 1.6;
  margin: 0 0 14px; max-width: 720px;
}

/* ---------- trust strip: flat entries on the page, no cards ---------- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 40px; margin: 30px 0 34px; }
.trust .t {
  background: transparent; border-radius: 0; padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,0.22);
}
.trust .t .k { font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.trust .t .v { font-weight: 600; font-size: 1.05rem; color: #fff; line-height: 1.35; }
@media (max-width: 700px) { .trust { grid-template-columns: repeat(2, 1fr); gap: 16px 24px; } }

/* keyfacts: kill the outlined rounded boxes from the ported skin — same flat language */
.keyfacts .keyfact {
  background: transparent !important; border: 0 !important; border-radius: 0 !important;
  box-shadow: none !important; padding: 12px 0 0 !important;
  border-top: 1px solid rgba(255,255,255,0.12) !important;
}
.keyfacts .keyfact .k { color: rgba(255,255,255,0.45); }
.keyfacts .keyfact .v { color: #fff; }

/* placeholder marker: impossible to miss, impossible to ship by accident */
.ph {
  display: inline-block; padding: 1px 8px; border-radius: 6px;
  background: #b3312d; color: #fff !important; font-weight: 700;
  animation: phblink 1.4s ease-in-out infinite;
}
@keyframes phblink { 50% { opacity: 0.55; } }

/* ---------- first-look opt-in band (sits under the film) ---------- */
.optin { background: #101113; color: #fff; padding: 34px 0 38px; }
.optin h2 { font-size: 1.35rem; letter-spacing: -0.01em; margin-bottom: 6px; }
.optin .sub { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-bottom: 18px; max-width: 640px; }
.optin form { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start; }
.optin input[type=text], .optin input[type=tel] {
  flex: 1 1 200px; padding: 12px 16px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.07);
  color: #fff; font: inherit; font-size: 0.95rem; min-width: 0;
}
.optin input::placeholder { color: rgba(255,255,255,0.45); }
.optin button {
  flex: 0 0 auto; padding: 12px 26px; border: none; border-radius: 980px;
  background: #fff; color: #101113; font: inherit; font-weight: 600; cursor: pointer;
}
.optin button:disabled { opacity: 0.6; }
.optin .consent {
  flex: 1 1 100%; display: flex; gap: 10px; align-items: flex-start;
  color: rgba(255,255,255,0.75); font-size: 0.85rem; line-height: 1.55;
}
.optin .consent input { margin-top: 3px; width: 16px; height: 16px; flex: 0 0 auto; accent-color: #c9a24b; }
.form-note { flex: 1 1 100%; font-size: 0.88rem; min-height: 1.2em; }
.form-note.good { color: #7fc98b; }
.form-note.bad { color: #e08a87; }

/* ---------- enquiry form: flat on the page, no well ---------- */
.enquiry { padding: 26px 0 84px; }
.enquiry .well {
  background: transparent; border-radius: 0; padding: 34px 0 0;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.enquiry h2 { font-size: 1.35rem; margin-bottom: 6px; color: #fff; }
.enquiry .sub { color: rgba(255,255,255,0.55); font-size: 0.95rem; margin-bottom: 22px; }
.enquiry form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enquiry input, .enquiry textarea {
  padding: 13px 16px; border-radius: 0; border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05); color: #fff; font: inherit; font-size: 0.95rem; width: 100%;
}
.enquiry input::placeholder, .enquiry textarea::placeholder { color: rgba(255,255,255,0.42); }
.enquiry input:focus, .enquiry textarea:focus { outline: none; border-color: rgba(255,255,255,0.5); }
.enquiry textarea { grid-column: 1 / -1; min-height: 96px; resize: vertical; }
.enquiry button {
  grid-column: 1 / -1; justify-self: start;
  padding: 12px 30px; border: none; border-radius: 980px;
  background: #fff; color: #101113; font: inherit; font-weight: 600; cursor: pointer;
}
.enquiry button:disabled { opacity: 0.6; }
.enquiry .form-note.good { color: #7fc98b; }
.enquiry .form-note.bad { color: #e08a87; }
@media (max-width: 640px) { .enquiry form { grid-template-columns: 1fr; } }

/* opt-in inputs follow the same square language */
.optin input[type=text], .optin input[type=tel] { border-radius: 0; }

/* honeypot — off-screen, never display:none (bots skip those) */
.hp-field { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

/* dark opt-in band keyfacts spacing fix when it directly follows the hero */
.optin + .panel { padding-top: 34px; }

/* footer tweaks: UE mark sizing */
footer.site .footer-mark.ue { height: 44px; }
