/* ==========================================================================
   Gryzę, więc jestem — system wizualny „Studio nocą”
   Paleta i typografia wyciągnięte z bannera podcastu oraz strony gabinetu.
   ========================================================================== */

:root {
  --navy: #070c24;
  --navy2: #0b1236;
  --panel: #131c4a;
  --panel2: #182253;
  --cyan: #00c2f0;
  --cyan-l: #4fe3ff;
  --mag: #e23fa6;
  --violet: #8b3bf2;
  --txt: #ffffff;
  --mut: #a6b2d9;
  --dim: #8e9ac6;
  --maxw: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--navy2);
  font-family: "Barlow", system-ui, -apple-system, sans-serif;
  color: var(--txt);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.wrap { width: min(var(--maxw), calc(100% - 48px)); margin: 0 auto; }
.serif { font-family: "Playfair Display", Georgia, serif; }
.cond { font-family: "Barlow Condensed", "Barlow", sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.sec { padding: 96px 0; }
.band { background: var(--navy); }

/* ------------------------------------------------------------------- nav */
.nav { display: flex; align-items: center; gap: 40px; padding: 26px 0; }
.nav .logo { height: 44px; width: auto; }
.host .ph img { height: auto; }
.nav ul { display: flex; gap: 30px; list-style: none; margin-left: 20px; }
.nav a { color: #c7d0ee; text-decoration: none; font-size: 15px; font-weight: 500; }
.nav a:hover { color: #fff; }
.nav .btn { margin-left: auto; }
.nav-toggle { display: none; }

.btn {
  display: inline-flex; align-items: center; gap: 10px; border-radius: 999px;
  font-weight: 700; text-decoration: none; font-size: 15px; padding: 14px 26px;
  border: 0; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-yt { background: linear-gradient(100deg, var(--mag), var(--violet)); color: #fff; box-shadow: 0 10px 34px rgba(226, 63, 166, .35); }
.btn-gh { border: 1.5px solid rgba(79, 227, 255, .5); color: var(--cyan-l); }
.btn-gh:hover { border-color: var(--cyan-l); background: rgba(0, 194, 240, .08); }

/* ------------------------------------------------------------------ hero */
.hero {
  position: relative; overflow: hidden; padding: 40px 0 150px;
  background:
    radial-gradient(900px 520px at 78% 18%, rgba(0, 194, 240, .20), transparent 62%),
    radial-gradient(700px 460px at 12% 72%, rgba(139, 59, 242, .24), transparent 60%),
    linear-gradient(180deg, #070c24, #0b1236 55%, #0a1030);
}
.dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 16px 16px;
  -webkit-mask-image: radial-gradient(720px 420px at 88% 10%, #000, transparent 70%);
  mask-image: radial-gradient(720px 420px at 88% 10%, #000, transparent 70%);
}
.hgrid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: center; position: relative; margin-top: 34px; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--cyan); font-size: 14px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 44px; height: 2px; background: linear-gradient(90deg, var(--cyan), transparent); }
.hero h1 { font-size: clamp(52px, 6.4vw, 92px); line-height: .95; letter-spacing: -.02em; margin: 22px 0 0; font-weight: 700; }
.hero h1 em { font-style: italic; color: var(--cyan-l); }
.lead { font-size: 19px; line-height: 1.65; color: #c3ccea; max-width: 480px; margin-top: 24px; }
.lead b { color: #fff; font-weight: 600; }
.cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.facts { display: flex; gap: 26px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); color: var(--dim); font-size: 13.5px; letter-spacing: .06em; flex-wrap: wrap; }
.facts b { color: #fff; display: block; font-size: 26px; font-family: "Barlow Condensed", sans-serif; letter-spacing: .04em; }

.hero-art { position: relative; height: 560px; }
.bite { position: absolute; top: -20px; right: -46px; width: 480px; height: auto; filter: drop-shadow(0 26px 70px rgba(0, 194, 240, .30)); }
.latest {
  position: absolute; left: -20px; bottom: -60px; width: 380px; background: rgba(19, 28, 74, .92);
  border: 1px solid rgba(79, 227, 255, .25); border-radius: 18px; padding: 14px;
  backdrop-filter: blur(6px); box-shadow: 0 30px 70px rgba(0, 0, 0, .55); text-decoration: none;
}
.latest .th { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; }
.latest .th img { width: 100%; height: 100%; object-fit: cover; }
.latest .lb { font-size: 12px; color: var(--cyan); letter-spacing: .18em; text-transform: uppercase; font-weight: 700; margin: 12px 4px 6px; }
.latest .tt { font-size: 16px; line-height: 1.35; font-weight: 600; margin: 0 4px 10px; color: #fff; }

.play { position: absolute; inset: 0; display: grid; place-items: center; }
.play span { width: 56px; height: 56px; border-radius: 50%; background: rgba(226, 63, 166, .92); display: grid; place-items: center; box-shadow: 0 8px 26px rgba(0, 0, 0, .4); }
.play svg { margin-left: 3px; }

/* --------------------------------------------------------------- marquee */
.mq { background: linear-gradient(90deg, var(--violet), var(--cyan)); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.mq div {
  font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .2em;
  font-size: 20px; font-weight: 700; color: #08122e; display: inline-block;
  animation: mq 38s linear infinite;
}
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mq div { animation: none; } }

/* -------------------------------------------------------------- nagłówki */
.shead { display: flex; align-items: flex-end; gap: 30px; margin-bottom: 44px; }
.shead h2 { font-size: clamp(36px, 4vw, 52px); line-height: 1.05; letter-spacing: -.01em; font-weight: 700; }
.shead p { color: var(--dim); font-size: 16px; max-width: 360px; margin-left: auto; line-height: 1.6; }

/* -------------------------------------------------------------- manifest */
.quote { font-size: clamp(26px, 3.1vw, 40px); line-height: 1.3; letter-spacing: -.01em; max-width: 900px; }
.quote span { color: var(--mag); }
.mgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.mcard { background: linear-gradient(160deg, rgba(24, 34, 83, .9), rgba(11, 18, 54, .9)); border: 1px solid rgba(255, 255, 255, .08); border-radius: 20px; padding: 30px; }
.mcard .n { font-family: "Barlow Condensed", sans-serif; font-size: 15px; letter-spacing: .2em; color: var(--cyan); margin-bottom: 16px; text-transform: uppercase; }
.mcard h3 { font-size: 23px; margin-bottom: 10px; font-weight: 600; }
.mcard p { color: #9aa6d0; font-size: 15.5px; line-height: 1.65; }

/* --------------------------------------------------------------- odcinki */
.feat { display: grid; grid-template-columns: 1.25fr .75fr; gap: 36px; align-items: center; }
.feat .big { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(79, 227, 255, .2); display: block; }
.feat .big img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.tag { display: inline-block; background: rgba(0, 194, 240, .14); color: var(--cyan-l); border: 1px solid rgba(0, 194, 240, .35); border-radius: 999px; padding: 7px 16px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.feat h3 { font-size: clamp(28px, 3vw, 38px); line-height: 1.15; margin: 18px 0 14px; letter-spacing: -.01em; font-weight: 700; }
.feat p { color: #9aa6d0; line-height: 1.7; font-size: 16px; }
.meta { display: flex; gap: 18px; color: #7e8ab8; font-size: 14px; margin-top: 18px; align-items: center; flex-wrap: wrap; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: #4b5680; }

.egrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 60px; }
.ecard { text-decoration: none; display: block; }
.ecard .th { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/9; border: 1px solid rgba(255, 255, 255, .08); }
.ecard .th img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ecard:hover .th img { transform: scale(1.04); }
.ecard .play span { width: 46px; height: 46px; background: rgba(7, 12, 36, .75); border: 1.5px solid rgba(79, 227, 255, .6); }
.ecard h4 { font-size: 18px; line-height: 1.35; margin: 16px 0 8px; font-weight: 600; color: #fff; }
.ecard .g { color: var(--cyan); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.ecard .d { color: #6f7ba8; font-size: 13.5px; margin-top: 8px; }
.more { display: flex; justify-content: center; margin-top: 54px; }

/* ---------------------------------------------------------------- shorty */
.sgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px; }
.short { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 9/16; border: 1px solid rgba(255, 255, 255, .1); display: block; text-decoration: none; }
.short img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform .35s ease; }
.short:hover img { transform: scale(1.05); }
.short .ov { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7, 12, 36, .92)); display: flex; align-items: flex-end; padding: 20px; }
.short p { font-size: 16px; line-height: 1.3; font-weight: 600; color: #fff; }
.short .pill { position: absolute; top: 14px; left: 14px; background: rgba(226, 63, 166, .9); border-radius: 6px; padding: 4px 9px; font-size: 11px; letter-spacing: .14em; font-weight: 700; }

/* ----------------------------------------------------------- prowadzący */
.host { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.host .ph { position: relative; }
.host .ph img { width: 100%; border-radius: 50%; border: 2px solid rgba(79, 227, 255, .35); box-shadow: 0 30px 80px rgba(0, 194, 240, .22); }
.ring { position: absolute; inset: -22px; border-radius: 50%; border: 1px dashed rgba(226, 63, 166, .4); }
.host h2 { font-size: clamp(38px, 4.2vw, 54px); line-height: 1.05; letter-spacing: -.02em; margin-bottom: 20px; font-weight: 700; }
.host p { color: var(--mut); font-size: 17px; line-height: 1.75; margin-bottom: 16px; max-width: 560px; }
.host .sig { font-size: 26px; color: var(--cyan-l); margin-top: 26px; }
.chips { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.chip { border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; padding: 9px 18px; font-size: 13.5px; color: #c3ccea; }

/* --------------------------------------------------------------- gabinet */
.gab { position: relative; overflow: hidden; background: linear-gradient(120deg, #0b1236 0%, #0f2c63 55%, #0a6ea0 100%); }
.gabbg { position: absolute; inset: 0; opacity: .18; object-fit: cover; width: 100%; height: 100%; }
.gwrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 90px 0; }
.gab .lg { height: 64px; width: auto; object-fit: contain; margin-bottom: 28px; }
.gab h2 { font-size: clamp(32px, 3.6vw, 46px); line-height: 1.1; letter-spacing: -.01em; margin-bottom: 18px; font-weight: 700; }
.gab p { color: #d3e2f5; font-size: 17px; line-height: 1.7; max-width: 520px; }
.tst { display: block; margin-top: 26px; border-left: 3px solid var(--cyan-l); padding-left: 18px; font-size: 16px; color: #eaf4ff; line-height: 1.6; }
.info { background: rgba(7, 12, 36, .55); border: 1px solid rgba(255, 255, 255, .14); border-radius: 22px; padding: 38px; }
.info .row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); align-items: flex-start; }
.info .row:last-of-type { border: 0; }
.info .k { color: #8fb6da; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; width: 120px; flex: none; padding-top: 3px; }
.info .v { font-size: 17px; line-height: 1.5; }
.info .v a { text-decoration: none; }
.info .btn { margin-top: 24px; width: 100%; justify-content: center; background: #fff; color: #0b1236; }

/* ------------------------------------------------------------------- CTA */
.sub { text-align: center; padding: 110px 0; background: radial-gradient(700px 340px at 50% 0%, rgba(0, 194, 240, .22), transparent 65%), var(--navy); }
.sub h2 { font-size: clamp(40px, 5.2vw, 64px); line-height: 1.05; letter-spacing: -.02em; font-weight: 700; }
.sub p { color: #9aa6d0; font-size: 18px; margin: 20px auto 34px; max-width: 520px; line-height: 1.6; }
.sub .cta { justify-content: center; }

/* ---------------------------------------------------------------- stopka */
footer { background: #04081a; padding: 56px 0 40px; border-top: 1px solid rgba(255, 255, 255, .08); }
.fgrid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
footer h5 { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan); margin-bottom: 16px; font-weight: 700; }
footer a, footer p { color: #8a95be; font-size: 14.5px; line-height: 2; text-decoration: none; display: block; }
footer a:hover { color: #fff; }
.flogo { height: 40px; width: auto; margin-bottom: 18px; }
.fbot { display: flex; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); color: #5c6790; font-size: 13px; align-items: center; flex-wrap: wrap; gap: 16px; }
.soc { display: flex; gap: 10px; margin-left: auto; }
.soc a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .16); display: grid; place-items: center; font-size: 12px; color: #8a95be; }
.soc a:hover { border-color: var(--cyan); color: #fff; }

/* --------------------------------------------------------------- responsy */
@media (max-width: 1080px) {
  .hgrid { grid-template-columns: 1fr; gap: 0; }
  .hero-art { height: 480px; margin-top: 40px; }
  .bite { right: -20px; width: 380px; }
  .latest { left: 0; bottom: 0; }
  .hero { padding-bottom: 90px; }
  .feat, .host, .gwrap { grid-template-columns: 1fr; gap: 34px; }
  .egrid, .mgrid { grid-template-columns: repeat(2, 1fr); }
  .sgrid { grid-template-columns: repeat(2, 1fr); }
  .fgrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .sec { padding: 64px 0; }
  .nav ul { display: none; }
  .nav .btn { font-size: 13px; padding: 12px 18px; }
  .shead { flex-direction: column; align-items: flex-start; gap: 14px; }
  .shead p { margin-left: 0; }
  .egrid, .mgrid, .sgrid, .fgrid { grid-template-columns: 1fr; }
  .hero-art { height: auto; display: flex; flex-direction: column; align-items: center; gap: 26px; margin-top: 34px; }
  .bite { position: static; width: 270px; }
  .latest { position: static; width: 100%; margin: 0; }
  .info { padding: 26px; }
  .facts { gap: 18px; }
}
