:root {
  --ink: #171717;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --red: #e33b2f;
  --red-dark: #b8231c;
  --muted: #74716b;
  --line: #d9d4cb;
  --shadow: 0 18px 40px rgba(34, 29, 22, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }

.hero {
  min-height: 700px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 25%, rgba(227, 59, 47, 0.28), transparent 30%),
    linear-gradient(120deg, #121212 0%, #1d1b19 62%, #281b19 100%);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "N";
  position: absolute;
  right: -3vw;
  bottom: -19vw;
  font-size: min(55vw, 760px);
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  transform: rotate(-8deg);
  pointer-events: none;
}
.nav, .hero-content, .directory, footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--red); color: #fff; font-size: 20px; letter-spacing: 0; transform: skew(-7deg); }
.channel-link { color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.hero-content { position: relative; z-index: 1; padding: 98px 0 74px; }
.eyebrow { margin: 0 0 22px; color: #f17267; font-size: 12px; letter-spacing: .2em; font-weight: 900; }
.eyebrow.dark { color: var(--red); }
h1 { margin: 0; max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
h1 em { color: #f07166; font-weight: 400; }
.hero-copy { max-width: 630px; margin: 38px 0 22px; font-size: 19px; line-height: 1.65; color: #c8c5c0; }
.hero-actions { margin-bottom: 42px; }
.spotify-button { display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 999px; background: #1ed760; color: #08150d; font-size: 13px; font-weight: 800; text-decoration: none; letter-spacing: .03em; transition: transform .2s ease, background .2s ease; }
.spotify-button:hover { transform: translateY(-2px); background: #37e878; }
.stats { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.16); width: min(680px, 100%); }
.stats div { flex: 1; padding: 25px 30px 0 0; }
.stats div + div { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.stats strong, .stats span { display: block; }
.stats strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.stats span { margin-top: 6px; color: #9d9994; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.about {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0 108px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.about-portraits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.portrait { position: relative; min-width: 0; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: #e8e2d9; box-shadow: var(--shadow); }
.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }
.portrait-business img { object-position: 51% 20%; }
.portrait-speaker img { object-position: 50% 18%; }
.portrait figcaption { position: absolute; inset: auto 0 0; padding: 22px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.84)); font-size: 15px; line-height: 1.3; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.portrait figcaption span { display: block; margin-bottom: 8px; color: #f07166; font-size: 11px; letter-spacing: .16em; }
.about-copy h2 em { color: var(--red); font-weight: 400; }
.about-lead { margin: 34px 0 18px; font-size: 20px; line-height: 1.6; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.linkedin-button { display: inline-flex; align-items: center; gap: 12px; margin-top: 25px; padding: 15px 19px; color: #fff; background: var(--ink); text-decoration: none; font-size: 14px; font-weight: 800; }
.linkedin-button:hover { background: var(--red); }
.directory { padding: 100px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
h2 { margin: 0; max-width: 690px; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; }
.results-label { color: var(--muted); font-size: 14px; white-space: nowrap; }
.toolbar { display: flex; gap: 14px; margin-bottom: 46px; padding-top: 26px; border-top: 1px solid var(--line); }
.search-box { flex: 1; min-height: 56px; display: flex; align-items: center; gap: 12px; padding: 0 18px; background: #fff; border: 1px solid var(--line); }
.search-box span { font-size: 25px; transform: rotate(-15deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }
.sort-box, .filter-box { min-width: 190px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 15px 0 18px; background: #fff; border: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.filter-box[hidden] { display: none; }
.sort-box select, .filter-box select { max-width: 120px; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 700; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 24px; }
.video-card { min-width: 0; }
.thumbnail-link { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #ddd5ca; text-decoration: none; }
.thumbnail { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.thumbnail-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(0,0,0,.62)); opacity: .65; transition: opacity .3s ease; }
.play { position: absolute; z-index: 2; left: 18px; bottom: 16px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; font-size: 13px; padding-left: 2px; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.watch-label { position: absolute; z-index: 2; left: 72px; bottom: 28px; color: #fff; font-size: 12px; font-weight: 800; opacity: 0; transform: translateX(-8px); transition: .3s ease; }
.thumbnail-link:hover .thumbnail { transform: scale(1.035); filter: saturate(1.08); }
.thumbnail-link:hover::after { opacity: .88; }
.thumbnail-link:hover .watch-label { opacity: 1; transform: none; }
.card-content { padding: 19px 2px 0; }
.guest { margin: 0 0 10px; color: var(--red-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.network-badge { display: inline-block; margin: 0 0 11px; padding: 5px 8px; background: #ebe7e1; color: var(--ink); font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.network-badge[hidden] { display: none; }
.interview-title { margin: 0; font-family: Georgia, serif; font-size: 24px; line-height: 1.25; font-weight: 500; letter-spacing: -.015em; }
.teaser { min-height: 87px; margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: normal; word-break: normal; hyphens: none; }
.card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; }
.whatsapp-button, .social-button { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 14px; border: 0; border-radius: 999px; font-size: 12px; font-weight: 900; text-decoration: none; cursor: pointer; }
.whatsapp-button { background: #1fbd61; color: #fff; }
.whatsapp-button:hover { background: #15994b; }
.social-button { list-style: none; background: var(--ink); color: #fff; }
.social-button::-webkit-details-marker { display: none; }
.social-button:hover, .share-menu[open] .social-button { background: var(--red); }
.share-menu { position: relative; }
.share-popover { position: absolute; z-index: 5; right: 0; bottom: calc(100% + 9px); display: grid; gap: 7px; min-width: 190px; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.share-popover a, .share-popover button { display: block; padding: 9px 10px; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.share-popover a:hover, .share-popover button:hover { background: var(--cream); color: var(--red-dark); }
.share-popover small { padding: 2px 10px 4px; color: var(--muted); font-size: 11px; }
.load-more-wrap { text-align: center; margin-top: 70px; }
.load-more, .empty-state button { border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 15px 24px; cursor: pointer; font-weight: 800; }
.load-more:hover, .empty-state button:hover { background: var(--ink); color: #fff; }
.empty-state { text-align: center; padding: 70px 20px; border: 1px solid var(--line); }
.empty-state > span { font-size: 46px; }
.empty-state h3 { margin: 15px 0 7px; font-family: Georgia, serif; font-size: 30px; }
.empty-state p { color: var(--muted); margin: 0 0 22px; }

footer { min-height: 190px; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { color: var(--ink); }
footer p { margin-right: auto; }
footer > a { font-weight: 800; color: var(--ink); text-decoration: none; }

@media (max-width: 900px) {
  .hero { min-height: 650px; }
  .about { grid-template-columns: 1fr; }
  .about-portraits { width: min(760px, 100%); }
  .about-copy { max-width: 700px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; }
}
@media (max-width: 620px) {
  .nav, .hero-content, .directory, footer { width: min(100% - 30px, 1180px); }
  .nav { height: 76px; }
  .channel-link { font-size: 0; }
  .channel-link span { font-size: 18px; }
  .nav-links { gap: 18px; }
  .hero { min-height: 620px; }
  .hero-content { padding-top: 78px; }
  h1 { font-size: clamp(36px, 10.5vw, 52px); }
  .hero-copy { font-size: 16px; margin-top: 30px; }
  .stats div { padding-right: 13px; }
  .stats div + div { padding-left: 13px; }
  .stats strong { font-size: 23px; }
  .directory { padding: 72px 0 80px; }
  .about { width: min(100% - 30px, 1180px); padding: 78px 0 70px; gap: 50px; }
  .about-portraits { gap: 10px; }
  .portrait { aspect-ratio: 3 / 4.25; }
  .portrait figcaption { padding: 16px 12px; font-size: 11px; }
  .about-lead { font-size: 18px; }
  .toolbar { flex-direction: column; }
  .sort-box, .filter-box { min-height: 52px; }
  .video-grid { grid-template-columns: 1fr; gap: 38px; }
  .card-actions { align-items: stretch; }
  .whatsapp-button, .social-button { flex: 1; min-height: 48px; padding-inline: 10px; }
  .share-popover { left: 0; right: auto; min-width: 205px; }
  footer { min-height: 240px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* NETWORKERS visual refresh */
:root { --red-bright: #f04438; --red-soft: #ff7468; --black-stage: #101010; --ivory: #f7f3eb; }
body { background: var(--ivory); }
.hero { min-height: 760px; background: var(--black-stage); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 50%, rgba(226, 52, 43, .19), transparent 31%), linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.035) 48.1%, transparent 48.3%); pointer-events: none; }
.nav { height: 92px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { gap: 11px; letter-spacing: .13em; font-size: 13px; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 0 5px rgba(240,68,56,.12); }
.nav-links { gap: 26px; }
.nav-links > a { color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links > a:hover { color: #fff; }
.channel-link { color: #fff !important; padding: 11px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; }
.hero-content { padding: 74px 0 68px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .87fr) minmax(430px, 1.13fr); align-items: center; gap: clamp(48px, 7vw, 110px); min-height: 560px; }
.hero-copy-block { position: relative; z-index: 1; }
.eyebrow { color: var(--red-soft); font-size: 11px; letter-spacing: .25em; }
h1 { max-width: 660px; font-size: clamp(52px, 5.5vw, 80px); line-height: .98; letter-spacing: -.06em; }
h1 em { display: block; color: var(--red-bright); font-style: normal; }
.hero-copy { max-width: 520px; margin: 30px 0 28px; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 48px; }
.primary-cta, .spotify-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 20px; border-radius: 2px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-decoration: none; }
.primary-cta { background: var(--red-bright); color: #fff; box-shadow: 0 12px 28px rgba(240,68,56,.2); }
.primary-cta:hover { background: #ff5b4f; transform: translateY(-2px); }
.spotify-button { border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; border-radius: 2px; }
.spotify-button:hover { background: rgba(255,255,255,.08); }
.stats { width: min(520px, 100%); border-top-color: rgba(255,255,255,.2); }
.stats div { padding-top: 18px; }
.stats strong { font-size: 26px; }
.stats span { color: rgba(255,255,255,.45); font-size: 10px; }
.hero-visual { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 70%; height: 70%; border-radius: 50%; background: rgba(214, 40, 32, .11); filter: blur(65px); }
.visual-kicker { position: absolute; top: 4%; right: 8%; color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .22em; }
.glasses { position: relative; z-index: 1; width: min(100%, 630px); height: 245px; filter: drop-shadow(0 25px 28px rgba(0,0,0,.4)); transform: rotate(-2deg); }
.lens { position: absolute; top: 25px; width: 43%; height: 190px; overflow: hidden; border: 9px solid rgba(244, 55, 43, .96); background-color: rgba(8,8,8,.73); box-shadow: inset 0 0 0 2px rgba(255,255,255,.22), inset 0 0 32px rgba(240,68,56,.27), 0 0 15px rgba(240,68,56,.45); }
.lens::before { content: ""; position: absolute; inset: 15% 12%; background-image: linear-gradient(30deg, transparent 48%, rgba(240,68,56,.82) 49%, transparent 51%), linear-gradient(147deg, transparent 47%, rgba(240,68,56,.75) 48%, transparent 50%), linear-gradient(7deg, transparent 49%, rgba(240,68,56,.7) 50%, transparent 52%), radial-gradient(circle at 20% 28%, #f04438 0 5px, transparent 6px), radial-gradient(circle at 46% 18%, #f04438 0 5px, transparent 6px), radial-gradient(circle at 77% 31%, #f04438 0 5px, transparent 6px), radial-gradient(circle at 30% 70%, #f04438 0 5px, transparent 6px), radial-gradient(circle at 63% 76%, #f04438 0 5px, transparent 6px), radial-gradient(circle at 84% 68%, #f04438 0 5px, transparent 6px); opacity: .94; }
.lens-left { left: 0; border-radius: 36px 16px 28px 42px; }
.lens-right { right: 0; border-radius: 16px 36px 42px 28px; }
.lens-right::before { transform: scaleX(-1); }
.bridge { position: absolute; z-index: 2; top: 69px; left: 42%; width: 16%; height: 30px; border-top: 9px solid rgba(244,55,43,.96); border-radius: 50%; }
.temple { position: absolute; top: 47px; width: 18%; height: 10px; background: rgba(244,55,43,.96); box-shadow: 0 0 12px rgba(240,68,56,.5); }
.temple-left { left: -11%; transform: rotate(-8deg); }
.temple-right { right: -11%; transform: rotate(8deg); }
.mic { position: absolute; z-index: 2; top: 48px; width: 52px; height: 92px; border: 7px solid rgba(245,245,240,.58); border-radius: 30px; background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.3), rgba(255,255,255,.06)); opacity: .7; }
.mic::before { content: ""; position: absolute; left: 7px; right: 7px; top: 17px; height: 3px; background: rgba(255,255,255,.55); box-shadow: 0 10px rgba(255,255,255,.55), 0 20px rgba(255,255,255,.55); }
.mic i { position: absolute; left: 50%; bottom: -22px; width: 72px; height: 32px; border: 5px solid rgba(255,255,255,.45); border-top: 0; border-radius: 0 0 36px 36px; transform: translateX(-50%); }
.mic b { position: absolute; left: 50%; bottom: -50px; width: 4px; height: 30px; background: rgba(255,255,255,.45); transform: translateX(-50%); }
.mic-left { left: 41%; transform: scale(.8); }
.mic-right { left: 40%; transform: scale(.8); }
.visual-caption { position: absolute; bottom: 4%; right: 2%; z-index: 2; margin: 0; color: rgba(255,255,255,.76); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.caption-node { display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--red-bright); box-shadow: 12px -7px 0 -2px var(--red-bright), 19px 2px 0 -2px var(--red-bright); }
.about { position: relative; width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(55px, 8vw, 110px); padding: 112px 0 120px; border-bottom: 0; }
.about-heading { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 34px; }
.about-heading h2 { font-size: clamp(42px, 5vw, 68px); }
.about-heading .eyebrow { margin: 0; align-self: start; }
.about-line { display: block; width: 110px; height: 1px; margin-bottom: 12px; background: var(--red); }
.about-portraits { gap: 14px; }
.portrait { aspect-ratio: 4 / 5; border-radius: 2px; box-shadow: 0 22px 45px rgba(34,29,22,.13); }
.portrait::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.25); pointer-events: none; }
.portrait figcaption { padding: 24px; }
.portrait figcaption span { margin-bottom: 12px; }
.portrait figcaption strong, .portrait figcaption small { display: block; }
.portrait figcaption strong { font-size: 16px; }
.portrait figcaption small { margin-top: 3px; font-size: 12px; letter-spacing: .1em; color: rgba(255,255,255,.7); }
.about-copy { align-self: end; padding-bottom: 5px; }
.about-copy h2 em { color: var(--red); }
.about-lead { margin-top: 0; }
.linkedin-button { border-radius: 2px; }
.directory { padding-top: 110px; }
.directory::before { content: ""; display: block; width: 100%; height: 1px; margin-bottom: 74px; background: var(--line); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero-visual { min-height: 390px; margin-top: 20px; }
  .glasses { width: min(100%, 600px); }
  .about { grid-template-columns: 1fr; }
  .about-heading { grid-template-columns: 1fr auto; }
  .about-heading .eyebrow { grid-column: 1 / -1; }
  .about-line { grid-column: 2; }
}
@media (max-width: 620px) {
  .nav { height: 72px; }
  .nav-links { gap: 14px; }
  .nav-links > a:not(.channel-link) { display: none; }
  .channel-link { font-size: 0 !important; padding: 9px 14px; }
  .channel-link::before { content: "↗"; font-size: 17px; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 58px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-copy { margin-top: 24px; font-size: 16px; }
  .hero-actions { margin-bottom: 38px; }
  .primary-cta, .spotify-button { flex: 1 1 100%; width: 100%; min-height: 52px; }
  .stats div { padding-top: 16px; }
  .stats strong { font-size: 22px; }
  .hero-visual { min-height: 250px; margin-top: 8px; }
  .visual-kicker { top: 0; right: 0; font-size: 8px; }
  .glasses { height: 150px; width: 116%; }
  .lens { top: 13px; height: 119px; border-width: 6px; }
  .bridge { top: 42px; border-width: 6px; height: 18px; }
  .temple { top: 27px; height: 7px; }
  .mic { top: 26px; width: 31px; height: 58px; border-width: 4px; }
  .mic i { bottom: -16px; width: 45px; border-width: 3px; }
  .mic b { bottom: -35px; height: 20px; }
  .visual-caption { bottom: 0; right: 4%; font-size: 9px; }
  .about { width: min(100% - 30px, 1180px); padding: 80px 0 82px; gap: 42px; }
  .about-heading { display: block; }
  .about-heading h2 { margin-top: 18px; font-size: 45px; }
  .about-line { margin-top: 24px; }
  .about-portraits { gap: 9px; }
  .portrait { aspect-ratio: 3 / 4.2; }
  .portrait figcaption { padding: 15px 12px; }
  .portrait figcaption strong { font-size: 11px; }
  .portrait figcaption small { font-size: 9px; }
  .about-copy { padding: 0; }
  .about-lead { font-size: 18px; }
  .directory { padding-top: 72px; }
  .directory::before { margin-bottom: 52px; }
}

/* Fidelity pass: real glasses, mockup-style brand and controls */
.hero { min-height: 820px; }
.nav { width: 100%; max-width: none; height: 104px; padding-inline: max(24px, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--ivory); border: 0; }
.brand { font-size: 14px; color: var(--ink); }
.brand-logo { display: grid; place-items: center; width: 58px; height: 58px; overflow: hidden; flex: 0 0 auto; border-radius: 50%; background: #090909; box-shadow: 0 0 0 2px var(--red-bright); }
.brand-logo img { width: 100%; height: 100%; max-width: none; object-fit: cover; transform: none; }
.nav-links > a { color: #4a4843; }
.nav-links > a:hover { color: var(--red-dark); }
.channel-link { min-height: 44px; color: #fff !important; background: var(--red-bright); border-color: var(--red-bright); border-radius: 999px; display: inline-flex; align-items: center; }
.hero-content { padding-top: 66px; }
.hero-grid { min-height: 580px; }
.hero-visual { min-height: 520px; }
.glasses-image { position: relative; z-index: 1; display: block; width: min(116%, 780px); max-width: none; height: auto; filter: drop-shadow(0 26px 35px rgba(0,0,0,.48)) drop-shadow(0 0 25px rgba(240,68,56,.18)); transform: rotate(-1deg); }
.primary-cta, .spotify-button { min-height: 54px; padding-inline: 24px; border-radius: 999px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.primary-cta span, .spotify-button span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.17); }
.primary-cta:hover, .spotify-button:hover { transform: translateY(-2px); }
.footer-brand .brand-logo { width: 46px; height: 46px; }

@media (max-width: 900px) {
  .hero { min-height: 1040px; }
  .hero-visual { min-height: 400px; }
  .glasses-image { width: min(110%, 680px); }
}
@media (max-width: 620px) {
  .hero { min-height: 710px; }
  .nav { height: 82px; padding-inline: 15px; }
  .brand { gap: 9px; font-size: 12px; }
  .brand-logo { width: 48px; height: 48px; }
  .hero-content { position: relative; padding-top: 42px; padding-bottom: 46px; }
  .hero-grid { position: relative; display: block; min-height: 575px; }
  .hero-copy-block { position: relative; z-index: 2; }
  .hero-copy-block h1 { max-width: 83%; padding-top: 6px; font-size: clamp(42px, 12.4vw, 56px); }
  .hero-copy-block h1 em { max-width: 95vw; }
  .hero-visual { position: absolute; z-index: 3; top: 40px; right: -34px; min-height: 0; width: 47%; margin: 0; pointer-events: none; }
  .glasses-image { width: 100%; max-width: none; filter: drop-shadow(0 10px 16px rgba(0,0,0,.55)); transform: rotate(-5deg); }
  .visual-kicker, .visual-caption { display: none; }
  .hero-copy { max-width: 92%; margin-top: 24px; }
  .hero-actions { margin-top: 28px; margin-bottom: 34px; }
  .primary-cta, .spotify-button { border-radius: 999px; }
}
