/* English / Hungarian navigation and the PureGathery film channel. */
html { scroll-padding-top: 100px; }
.topbar {
  align-items: center;
  padding-bottom: 18px;
  mix-blend-mode: normal;
  background: linear-gradient(180deg, rgba(2, 0, 6, .94), rgba(2, 0, 6, .78) 72%, transparent);
}
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.language-switcher {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.24);
  background: #08060d;
}
.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 9px;
  border: 1px solid transparent;
  background: transparent;
  color: #bbb1c9;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .05em;
  cursor: pointer;
  transition: color .2s, border-color .2s, background .2s;
}
.language-button:hover { color: #fff; background: rgba(255,255,255,.08); }
.language-button[aria-pressed="true"] {
  color: #fff;
  border-color: rgba(0,246,255,.64);
  background: rgba(0,246,255,.08);
}
.lang-flag { width: 21px; height: 14px; flex-shrink: 0; display: block; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.channel-card {
  --gold: #ebc879;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(235,200,121,.34);
  background: radial-gradient(ellipse at 91% 0%,rgba(112,63,159,.16),transparent 60%), #050408;
  box-shadow: 0 0 100px rgba(235,200,121,.045);
}
.channel-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--gold);
  box-shadow: 0 0 20px rgba(235,200,121,.3);
}
.channel-copy { position: relative; z-index: 2; padding: 48px 0 44px 52px; }
.channel-status { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--gold); line-height: 1.7; }
.status-dot { width: 5px; height: 5px; background: var(--gold); box-shadow: 0 0 10px rgba(235,200,121,.45); flex-shrink: 0; }
.channel-brand { display: flex; align-items: center; gap: 20px; width: fit-content; max-width: 100%; margin: 23px 0 25px; }
.channel-logo { display: block; width: 110px; height: auto; flex-shrink: 0; mix-blend-mode: screen; }
.channel-name { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px,2.1vw,28px); font-weight: 400; letter-spacing: .12em; }
.channel-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #c5bacb;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .11em;
  margin: 0 0 18px;
}
.channel-genres span { color: #665676; }
.channel-copy h2 { font-size: clamp(38px, 4.7vw, 70px); line-height: 1.03; letter-spacing: -.065em; }
.channel-copy h2 span { color: var(--gold); }
.channel-description { max-width: 500px; color: #c5bacc; font-size: 17px; line-height: 1.75; margin: 26px 0 28px; }
.channel-cta {
  display: inline-flex;
  width: auto;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-color: rgba(235,200,121,.65);
  color: #f7e0a8;
  background: rgba(235,200,121,.055);
}
.channel-cta svg { width: 21px; height: 21px; flex-shrink: 0; }
.channel-cta:hover { background: rgba(235,200,121,.14); color: #fff0cc; border-color: var(--gold); }
.channel-cta::before { display: none; }
.channel-arrow { margin-left: 9px; font-size: 18px; }
.channel-handle { margin: 18px 0 0; font-family: var(--mono); font-size: 9px; color: #9a8aa7; letter-spacing: .12em; }
.channel-art {
  position: relative;
  min-width: 0;
  min-height: 650px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 29%,rgba(235,200,121,.08),transparent 57%);
}
.channel-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,transparent 72%,#050408 100%);
}
.channel-character { position: absolute; height: 92%; width: 100%; object-fit: contain; top: 4%; left: 0; filter: drop-shadow(0 0 24px rgba(235,200,121,.1)); }
.channel-orbit { position: absolute; border: 1px solid rgba(235,200,121,.13); border-radius: 50%; aspect-ratio: 1; }
.orbit-one { width: 104%; left: -2%; top: 16%; }
.orbit-two { width: 82%; left: 9%; top: 22%; border-style: dashed; opacity: .7; }
.channel-cross { position: absolute; font-family: var(--mono); color: rgba(235,200,121,.4); font-size: 17px; }
.cross-one { left: 9%; top: 13%; }
.cross-two { right: 13%; top: 61%; }
.channel-art-caption { position: absolute; z-index: 1; left: 24px; right: 26px; bottom: 27px; display: flex; justify-content: space-between; gap: 16px; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; color: #9a8b77; }
.contact-links a strong { overflow-wrap: anywhere; }
.contact-grid, .section-head, .profile-grid { min-width: 0; }
.contact-card { min-width: 0; }
.lightbox { padding-top: env(safe-area-inset-top); }

@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .header-actions { gap: 16px; }
  .channel-copy { padding-left: 36px; }
}
@media (max-width: 1000px) {
  .header-actions { grid-column: 2; }
  .channel-card { grid-template-columns: 1.2fr .8fr; }
  .channel-copy h2 { font-size: clamp(38px,5.5vw,56px); }
  .channel-description { font-size: 16px; }
  .channel-art-caption span:last-child { display: none; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 85px; }
  .topbar { gap: 10px; padding: 12px 14px 16px; }
  .brand b { font-size: 11px; letter-spacing: .1em; }
  .brand { font-size: 8px; }
  .header-actions { gap: 9px; }
  .language-switcher { gap: 1px; padding: 2px; }
  .language-button { gap: 5px; padding: 7px; min-height: 38px; }
  .contact-top { font-size: 8px; letter-spacing: .06em; }
  .lang-flag { width: 19px; height: 13px; }
  .channel-card { grid-template-columns: 1fr; }
  .channel-copy { padding: 28px 25px 0; }
  .channel-status { font-size: 9px; letter-spacing: .11em; }
  .channel-brand { gap: 15px; margin: 19px 0 24px; }
  .channel-logo { width: 82px; }
  .channel-name { font-size: clamp(16px,4.5vw,24px); letter-spacing: .08em; }
  .channel-copy h2 { font-size: clamp(33px,9vw,53px); }
  .channel-genres { gap: 7px; font-size: 8px; }
  .channel-description { font-size: 15px; line-height: 1.7; margin-top: 21px; }
  .channel-cta { width: 100%; font-size: 10px; padding: 14px; gap: 10px; }
  .channel-handle { text-align: center; }
  .channel-art { min-height: 410px; margin-top: 22px; }
  .channel-character { height: 96%; top: 0; }
  .orbit-one { width: 86%; left: 7%; top: 5%; }
  .orbit-two { width: 66%; left: 17%; top: 14%; }
  .channel-art-caption span:last-child { display: inline; }
  .channel-art-caption { left: 20px; right: 20px; font-size: 7px; }
  .reels-entry::after { bottom: auto; top: 32px; right: 104px; max-width: 120px; font-size: 8px; }
  .contact-card { padding: 24px 20px; }
  .contact-links a { padding: 16px 12px; gap: 10px; font-size: 9px; letter-spacing: .05em; }
}
@media (max-width: 360px) {
  .header-actions { gap: 6px; }
  .language-button { padding-inline: 5px; }
  .brand b { font-size: 10px; }
  .contact-top { font-size: 7px; }
  .channel-copy { padding-inline: 20px; }
}
