:root {
  --ink: #11100f;
  --panel: #1a1714;
  --panel-2: #211d19;
  --paper: #f7ead7;
  --copy: #e0d5c7;
  --muted: #b9a895;
  --bee-yellow: #ffc51b;
  --bee-yellow-light: #ffe074;
  --bun: #d9a15d;
  --bun-light: #f0c687;
  --dog: #b84a35;
  --dog-light: #d86449;
  --accent-border: rgba(255, 197, 27, .22);
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img { max-width: 100%; }

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-170%);
  padding: 10px 14px;
  color: #17120c;
  background: var(--bee-yellow);
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.hero-inner {
  width: min(var(--max), 92vw);
  margin: 0 auto;
  padding: 72px 0 56px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--bee-yellow-light);
  font-size: clamp(.76rem, 1.4vw, .92rem);
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand {
  margin: 0;
  text-transform: uppercase;
  line-height: .84;
  letter-spacing: -.06em;
}

.stinging {
  display: block;
  color: var(--bee-yellow);
  font-size: clamp(4rem, 12vw, 8.3rem);
  font-weight: 1000;
  -webkit-text-stroke: 1px rgba(255, 224, 116, .72);
  filter:
    drop-shadow(0 4px 0 rgba(0,0,0,.94))
    drop-shadow(0 12px 24px rgba(0,0,0,.28));
}

.hotdog-line {
  display: block;
  margin-top: .05em;
  font-size: clamp(4rem, 12vw, 8.3rem);
  font-weight: 1000;
  filter:
    drop-shadow(0 4px 0 rgba(0,0,0,.94))
    drop-shadow(0 12px 24px rgba(0,0,0,.28));
}

.hot,
.dog {
  display: inline-block;
}

.hot {
  color: var(--bun-light);
  -webkit-text-stroke: 1px rgba(255, 242, 215, .30);
}

.dog {
  color: var(--dog-light);
  -webkit-text-stroke: 1px rgba(255, 210, 195, .18);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .stinging {
    background:
      repeating-linear-gradient(
        -16deg,
        var(--bee-yellow) 0 19px,
        #161410 19px 30px,
        var(--bee-yellow) 30px 49px
      );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hot {
    background: linear-gradient(180deg, var(--bun-light), var(--bun));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .dog {
    background: linear-gradient(180deg, var(--dog-light), var(--dog));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.tagline {
  width: fit-content;
  max-width: 90%;
  margin: 28px auto 32px;
  padding: 8px 15px;
  color: #fff7eb;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2.4vw, 1.45rem);
  font-style: italic;
}

.youtube-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  color: #17120c;
  background: linear-gradient(180deg, #ffdb59, var(--bee-yellow));
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px;
  box-shadow:
    0 12px 35px rgba(0,0,0,.30),
    inset 0 1px rgba(255,255,255,.34);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.youtube-cta:hover,
.youtube-cta:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow:
    0 16px 42px rgba(0,0,0,.40),
    0 0 0 4px rgba(255,197,27,.14);
}

.banner-card {
  width: 100%;
  margin: 38px auto 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
  background: var(--panel);
}

.banner-card img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  width: min(var(--max), 92vw);
  margin: 0 auto;
}

.mascot-section {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) 1.18fr;
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  margin: 42px auto 0;
  padding: clamp(30px, 5vw, 56px);
  background: linear-gradient(145deg, rgba(33,29,25,.96), rgba(19,17,15,.99));
  border: 1px solid rgba(247,234,215,.10);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.30);
}

.mascot-wrap {
  padding: 8px;
  background: linear-gradient(145deg, var(--bee-yellow), var(--dog), var(--bun-light));
  border-radius: 27px;
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
}

.mascot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.about h2,
.follow h2,
.latest-videos h2 {
  margin: 0 0 18px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.about p:not(.section-kicker) {
  margin: 0 0 24px;
  max-width: 62ch;
  color: var(--copy);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
}

.text-link {
  color: var(--bee-yellow-light);
  font-weight: 850;
  text-underline-offset: 5px;
}

/* Dynamically inserted only when YouTube has public uploads. */
.latest-videos {
  padding: clamp(76px, 10vw, 112px) 0 18px;
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}

.video-card {
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border: 1px solid rgba(255,197,27,.18);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(0,0,0,.20);
}

.video-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.video-thumb-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #080807;
}

.video-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .18s ease;
}

.video-card-body {
  padding: 18px 18px 20px;
}

.video-title {
  margin: 0 0 9px;
  color: var(--paper);
  font-size: 1.05rem;
  line-height: 1.32;
  font-weight: 850;
}

.video-date {
  display: block;
  color: var(--muted);
  font-size: .83rem;
}

.video-watch {
  display: inline-block;
  margin-top: 15px;
  color: var(--bee-yellow-light);
  font-size: .9rem;
  font-weight: 850;
}

.video-card-link:hover .video-thumb,
.video-card-link:focus-visible .video-thumb {
  transform: scale(1.025);
}

.video-card-link:hover .video-title,
.video-card-link:focus-visible .video-title {
  color: var(--bee-yellow-light);
}

.follow {
  padding: clamp(76px, 10vw, 120px) 0;
  text-align: center;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.social-card {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border: 1px solid var(--accent-border);
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,.13);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255,197,27,.72);
  background: linear-gradient(145deg, rgba(255,197,27,.10), rgba(184,78,56,.07));
}

.social-name {
  color: var(--paper);
  font-size: 1.16rem;
  font-weight: 900;
}

.social-handle {
  color: var(--muted);
  font-size: .88rem;
  overflow-wrap: anywhere;
}

footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 20px 40px;
  color: #9a8b7b;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: .86rem;
  text-align: center;
}

.footer-dot { color: var(--bee-yellow); }

:focus-visible {
  outline: 3px solid var(--bee-yellow);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .hero-inner { padding-top: 56px; }

  .mascot-section {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .mascot-wrap {
    width: min(430px, 100%);
    margin: 0 auto;
  }

  .about { text-align: center; }

  .social-grid { grid-template-columns: 1fr; }
}

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


.not-found {
  width: min(680px, 90vw);
  min-height: 80vh;
  display: grid;
  place-content: center;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.not-found h1 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 8vw, 5rem);
  line-height: 1;
}

.not-found > p:not(.section-kicker) {
  margin: 0 0 28px;
  color: var(--copy);
}
