/* Şapka ve Fil Akademi — tema üzerine marka katmanı */

.brand { gap: 0; }
.brand-logo,
.nav-left .brand-logo {
  height: 44px;
  width: auto;
  max-width: 280px;
  color: inherit;
}
.drawer-head .brand-logo {
  height: 32px;
  width: auto;
  max-width: 200px;
}
.footer-logo .brand-logo {
  height: 34px;
  width: auto;
  max-width: 210px;
}
.footer-logo.brand { color: var(--ink); gap: 0; }
.footer-logo .brand-mark { display: none; }

@media (min-width: 901px) {
  .nav-sfa .nav-inner.is-consumer .nav-left { min-width: 0; }
}
@media (max-width: 900px) {
  .nav-left .brand-logo { height: 32px; max-width: 190px; }
}

/* Header — logo sol, menü+arama orta, hesap sağ */
.persona-bar { display: none !important; }
.nav-sfa {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(0,0,0,.06);
  position: sticky;
}
.nav-sfa::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: var(--red-600);
}
.nav-sfa .nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 80px;
  gap: 16px;
}
.nav-sfa .nav-left { justify-self: start; min-width: 0; }
.nav-sfa .nav-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  justify-self: center;
}
.nav-sfa .nav-actions { justify-self: end; }
.nav-sfa-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 22px;
  flex: none;
  min-width: 0;
}
.nav-sfa .nav-search {
  display: flex;
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
  margin: 0;
  background: var(--bg);
}
.nav-sfa .ns-catalog,
.nav-sfa .ns-sep { display: none; }
.nav-sfa .nav-search .ns-icon { margin-left: 14px; }
.nav-sfa-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--body);
  padding: 8px 0;
  position: relative;
}
.nav-sfa-links a:hover { color: var(--ink); }
.nav-sfa-links a.is-on { color: var(--ink); font-weight: 600; }
.nav-sfa-links a.is-on::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--red-600);
}
.nav-sfa .nav-cta-pill {
  background: var(--red-600);
  color: #fff;
  border-color: var(--red-600);
  padding: 11px 18px;
}
.nav-sfa .nav-cta-pill:hover {
  background: var(--red-700);
  color: #fff;
}
@media (max-width: 1180px) {
  .nav-sfa-links a:nth-child(2) { display: none; }
  .nav-sfa .nav-search { width: 200px; flex-basis: 200px; max-width: 200px; }
}
@media (max-width: 900px) {
  .nav-sfa .nav-inner {
    display: flex;
    height: 60px;
    gap: 0;
  }
  .nav-sfa .nav-mid,
  .nav-sfa-links { display: none; }
  .nav-sfa .nav-search { display: none; }
}

.hero:not(.hero-sfa) {
  background:
    radial-gradient(640px 320px at 90% 0%, rgba(86,73,246,.12), transparent 62%),
    #f7f6fc;
}
.hero:not(.hero-sfa)::before { display: none; }

/* Hero — tek kare stüdyo sahnesi */
.hero-sfa {
  padding: 64px 0 72px;
  background:
    radial-gradient(720px 380px at 92% 8%, rgba(86,73,246,.18), transparent 58%),
    radial-gradient(520px 280px at 8% 90%, rgba(0,0,0,.04), transparent 70%),
    #f4f3fb;
}
.hero-sfa::before { display: none; }
.hero-sfa .hero-grid { align-items: center; gap: 56px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: .01em;
}
.hero-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red-600);
  display: block;
}
.hero-sfa h1 {
  max-width: 640px;
  font-size: clamp(2.4rem, 4.2vw, 3.35rem);
  letter-spacing: -.042em;
  line-height: 1.05;
}
.hero-sfa .lead { max-width: 480px; }
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.hero-chip:hover { border-color: var(--red-600); color: var(--red-700); }
.hero-chip small { font-weight: 500; color: var(--muted); }
.hero-stage { position: relative; }
.hero-frame {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 740px;
  background: #000;
  box-shadow: 0 28px 64px rgba(0,0,0,.18);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-frame .teaser-play { z-index: 1; }
.hero-float {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
  color: inherit;
}
.hero-float img {
  width: 52px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
  flex: none;
}
.hero-float strong { display: block; font-size: 13.5px; color: var(--ink); }
.hero-float span { font-size: 12px; color: var(--muted); }
@media (max-width: 980px) {
  .hero-sfa .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-frame { aspect-ratio: 16 / 10; max-height: none; }
}

.auth-form input[type=tel],
.auth-form input[type=search] {
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
}

.chat-fab {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 40;
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font: 600 14px/1 "Hanken Grotesk", system-ui, sans-serif;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
}
.chat-fab:hover { background: #111; }
body {  }

.grid.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 720px) { .grid.grid-2 { grid-template-columns: 1fr; } }

.card-thumb { height: 180px; }
.card.card-lg .card-thumb { height: 220px; }

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--surface);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}
.trust-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--red-600); flex: none; }

.teaser {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: var(--shadow-lg);
}
.teaser img,
.teaser video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teaser-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.28);
  border: 0;
  cursor: pointer;
  color: #fff;
}
.teaser-play svg {
  width: 34px;
  height: 34px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  padding: 16px;
  box-sizing: content-box;
}
.teaser-caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}

.gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}
.gallery-main,
.gallery-side img,
.gallery-main img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-main { min-height: 340px; background: #000; }
.gallery-side { display: grid; gap: 16px; }
.gallery-side a,
.gallery-side figure {
  margin: 0;
  min-height: 162px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 800px) {
  .gallery { grid-template-columns: 1fr; }
  .gallery-main { min-height: 220px; }
}

.cal { display: grid; gap: 14px; }
.cal-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
}
.cal-date { display: flex; flex-direction: column; }
.cal-date b { font-size: 22px; letter-spacing: -.03em; color: var(--ink); }
.cal-date span { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; }
.cal-body strong { display: block; color: var(--ink); }
.cal-body span { font-size: 13.5px; color: var(--muted); }
.cal-tag {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--red-50);
  color: var(--red-800);
}
.cal-tag.is-studio { background: #111; color: #fff; }
@media (max-width: 640px) {
  .cal-item { grid-template-columns: 1fr; }
}

.cert-sheet {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 48px 56px;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.18);
}
.cert-sheet-inner {
  border: 2px solid var(--red-600);
  padding: 48px 40px;
  text-align: center;
}
.cert-sheet-inner img { height: 42px; margin: 0 auto 28px; }
.cert-kicker { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--red-600); font-weight: 700; }
.cert-sheet h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 12px 0 8px; }
.cert-name { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 600; margin: 18px 0; }
.cert-meta { color: var(--muted); font-size: 14.5px; margin-top: 22px; }
.cert-id { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; margin-top: 8px; color: var(--ink); }
@media print {
  .nav, .persona-bar, .footer, .chat-fab, .cconsent, .no-print { display: none !important; }
  body { background: #fff; padding: 0; }
  .cert-sheet { box-shadow: none; border: 0; }
}

.user-dd[hidden], .lang-dd-menu[hidden], .nav-msearch-bar[hidden], .nav-suggest[hidden], .card[hidden], [data-sfa-guest][hidden], [data-sfa-auth][hidden] { display: none !important; }

.checkout-row3 label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.checkout-row3 input {
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
}

.analytics-note {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 8px;
}
