/* public-umay-shell.css — paylaşılan ön yüz Umay barı
 * PRECISION · RESTRAINT · BRAND · Ocean · 1080 shell · Sora display
 */

:root {
  --umay-shell: 1080px;
  --umay-display: "Sora", Inter, "Segoe UI", system-ui, sans-serif;
  --umay-sans: Inter, "Segoe UI", system-ui, sans-serif;
  --umay-h1: clamp(1.85rem, 2.1vw + 1rem, 2.55rem);
  --umay-lead: clamp(0.95rem, 0.15vw + 0.9rem, 1.0625rem);
  --umay-dur: 0.18s;
  --umay-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --umay-radius-md: 12px;
  --umay-radius-lg: 14px;
  --umay-ink: #f8fafc;
  --umay-ink-muted: #94a3b8;
  --umay-ocean: #0e7490;
  --umay-ocean-soft: #38bdf8;
  --cizgi-content-shell: 1080px;
}

body.page-search,
body.page-404,
body.page-about {
  --cizgi-content-shell: 1080px;
  font-family: var(--umay-sans);
}

/* —— Jewel search (neon pill değil) —— */
body.page-search .searchbar,
body.page-404 .p404-search-row {
  position: relative;
  border-radius: var(--umay-radius-lg);
  transition:
    border-color var(--umay-dur) var(--umay-ease),
    box-shadow var(--umay-dur) var(--umay-ease);
}

body.page-search .searchbar {
  min-height: 3.5rem;
  border-radius: 14px !important;
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  background: rgba(4, 10, 22, 0.92) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 0 1px rgba(56, 189, 248, 0.12),
    0 0 16px rgba(56, 189, 248, 0.1),
    0 12px 28px rgba(2, 6, 23, 0.35) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.page-search .searchbar::before,
body.page-search .searchbar::after {
  display: none !important;
}

body.page-search .searchbar:focus-within {
  border-color: rgba(56, 189, 248, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 0 1px rgba(56, 189, 248, 0.22),
    0 0 18px rgba(56, 189, 248, 0.14),
    0 14px 32px rgba(2, 6, 23, 0.4) !important;
}

body.page-search .searchbar .search_icon {
  border-radius: 10px !important;
  background: var(--umay-ocean) !important;
  box-shadow: none !important;
}

body.page-search .searchbar .search_icon:hover,
body.page-search .searchbar .search_icon:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(14, 116, 144, 0.28) !important;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) body.page-search .searchbar {
  background: #fff !important;
  border-color: rgba(14, 116, 144, 0.35) !important;
  box-shadow:
    0 0 0 1px rgba(14, 116, 144, 0.08),
    0 8px 22px rgba(15, 23, 42, 0.08) !important;
}

/* Quiet microproof rail */
.umay-microproof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  list-style: none;
  margin: 12px auto 0;
  padding: 0;
  max-width: 52rem;
}

.umay-microproof__text,
p.umay-microproof,
p.search-hero-microproof {
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: rgba(226, 232, 240, 0.82);
  text-align: center;
}

.umay-microproof__sep {
  color: rgba(148, 163, 184, 0.55);
  user-select: none;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .umay-microproof__text,
:is(html[data-site-mode="light"], html[data-theme="light"]) p.umay-microproof,
:is(html[data-site-mode="light"], html[data-theme="light"]) p.search-hero-microproof {
  color: #475569;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .umay-microproof__sep {
  color: #94a3b8;
}

.umay-brand-whisper {
  margin: 0 0 8px;
  font-family: var(--umay-display);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.88);
  text-align: center;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .umay-brand-whisper {
  color: #64748b;
}

.umay-hero-title {
  margin: 0 auto;
  max-width: 22ch;
  font-family: var(--umay-display);
  font-size: var(--umay-h1);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--umay-ink);
  text-align: center;
  text-wrap: balance;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .umay-hero-title {
  color: #0f172a;
}

.umay-hero-lead {
  margin: 12px auto 0;
  max-width: 42ch;
  font-size: var(--umay-lead);
  line-height: 1.5;
  color: var(--umay-ink-muted);
  text-align: center;
  text-wrap: pretty;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .umay-hero-lead {
  color: #475569;
}
