/* "creativehub has moved" landing page (PAGE_MODE=moved).
   Dark chooser design lifted from the image-to-product-visualizer prototype.
   Self-contained — the WIP holding page keeps styles.css; this page never
   loads it, so the two modes can't interfere. */

:root {
  --bg: #0b0b0c;
  --card: #141416;
  --accent: #1f6bff;
  --tp-green: #00b67a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji";
  background: var(--bg);
  color: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ---------- Header ---------- */
.site-header {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

.logo {
  height: 4.5rem; /* mobile — doubled (was 2.25rem); shrinks to 3.25rem at >=640px */
  width: auto;
  display: block;
}

.tp-pill {
  display: none; /* hidden on mobile, shown at >=640px */
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: background-color 0.15s;
}

.tp-pill:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tp-pill-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: var(--tp-green);
}

.tp-pill-stars svg {
  width: 0.875rem;
  height: 0.875rem;
}

.tp-pill-strong {
  font-weight: 600;
}

.tp-pill-muted {
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- Main ---------- */
.site-main {
  flex: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem 4rem;
}

.intro {
  max-width: 48rem;
}

.eyebrow {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
}

.intro h1 {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.lede {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ---------- Panels ---------- */
.panels {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--card);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.panel:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.panel-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
  overflow: hidden;
}

.media-sell {
  background: #f4ede2;
}

.media-order {
  background: #e8e2d6;
}

.media-img {
  display: block;
}

.img-contain {
  max-height: 78%;
  width: auto;
  object-fit: contain;
}

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25rem 0.625rem;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.badge .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.panel-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.panel-eyebrow {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.45);
}

.panel-body h2 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.panel-desc {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.65);
}

.bullets {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
}

.check {
  margin-top: 0.125rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: var(--accent);
}

/* Big blue CTA button — matches the Escher / Artful Gallery login buttons
   (bg #1f6bff, hover #1957d6, rounded-md, semibold, full width). */
.panel-cta {
  margin-top: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background: var(--accent);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(31, 107, 255, 0.2),
    0 4px 6px -4px rgba(31, 107, 255, 0.2);
  transition: background-color 0.15s;
}

.panel:hover .panel-cta {
  background: #1957d6;
}

.arrow {
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.2s;
}

.panel:hover .arrow {
  transform: translateX(4px);
}

/* ---------- Trust strip ---------- */
.trust-strip {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.25rem 1.5rem;
}

.trust-strip .trustpilot-widget {
  width: 100%;
}

.trust-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ---------- Responsive ---------- */
@media (min-width: 640px) {
  .site-header {
    padding: 1.5rem 2.5rem;
  }
  .tp-pill {
    display: inline-flex;
  }
  .site-main {
    padding: 1rem 2.5rem 4rem;
  }
  .logo {
    height: 3.25rem; /* desktop — 30% bigger (was 2.5rem) */
  }
  .intro h1 {
    font-size: 2.25rem;
  }
  .lede {
    font-size: 1rem;
  }
  .panel-media {
    height: 18rem;
  }
  .panel-body {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .intro h1 {
    font-size: 3rem;
  }
  .panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
