:root { --black: #090909; --orange: #f15a3b; --offwhite: #f4f2ed; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--offwhite); font-family: "Barlow Condensed", Arial Narrow, sans-serif; margin: 0; }
a { color: inherit; text-decoration: none; }
.nav a[aria-current="page"] { color: var(--orange); }
.video-page { background: #0b0b0b; min-height: calc(100svh - 76px); }
.video-page-hero { background-image: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.38)), url("assets/michael-live-performance.png"); background-position: center; background-size: cover; min-height: 600px; padding: clamp(90px, 10vw, 150px) 9vw 85px; position: relative; }
.video-page-hero::after { background: linear-gradient(transparent, #0b0b0b); bottom: 0; content: ""; height: 150px; left: 0; position: absolute; right: 0; }
.video-page-hero > * { position: relative; z-index: 1; }
.video-page-hero h1 { color: var(--offwhite); font-family: Anton, Impact, sans-serif; font-size: clamp(82px, 12vw, 190px); font-weight: 400; letter-spacing: .01em; line-height: .92; margin: 0 0 42px; }
.video-title-line { display: block; }
.video-page-hero h1 em { color: var(--orange); font-style: normal; }
.video-page-hero > p:last-child { color: #d0cec9; font-size: clamp(24px, 2.5vw, 38px); font-weight: 600; line-height: 1.15; margin: 0; max-width: 680px; }
.video-channel { align-items: stretch; display: grid; grid-template-columns: 1.2fr .8fr; margin: 0 9vw; padding: 95px 0 110px; }
.video-channel-copy { align-items: flex-start; border-right: 1px solid #ffffff26; display: flex; gap: clamp(24px, 4vw, 70px); padding-right: 7vw; }
.video-channel-number { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: 28px; margin: 8px 0 0; }
.video-channel-label { color: var(--orange); font-size: 17px; font-weight: 700; letter-spacing: .18em; margin: 0 0 20px; }
.video-channel h2 { font-family: Anton, Impact, sans-serif; font-size: clamp(58px, 7vw, 112px); font-weight: 400; line-height: .9; margin: 0; }
.video-channel-action { align-self: center; padding-left: 7vw; }
.video-channel-action p { color: #c8c6c1; font-size: clamp(21px, 2vw, 30px); line-height: 1.25; margin: 0 0 34px; max-width: 490px; }
.video-channel-action a { border-bottom: 3px solid var(--orange); display: inline-block; font-family: Anton, Impact, sans-serif; font-size: clamp(24px, 2.4vw, 38px); padding-bottom: 7px; }
.video-channel-action a:hover { color: var(--orange); }
.video-channel-action a span { color: var(--orange); }
.video-page-footer { align-items: center; border-top: 1px solid #ffffff20; color: #aaa8a3; display: flex; font-size: 14px; font-weight: 700; justify-content: space-between; letter-spacing: .08em; margin: 0 9vw; padding: 30px 0; }
.video-page-footer a { color: var(--offwhite); }
.video-page-footer a:hover { color: var(--orange); }
.video-gallery { margin: 0 7vw; padding: 95px 0 75px; }
.video-gallery-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 38px; }
.video-gallery-heading .video-channel-label { font-size: clamp(22px, 2vw, 30px); margin: 0; }
.video-gallery-heading > a { border-bottom: 3px solid var(--orange); font-family: Anton, Impact, sans-serif; font-size: clamp(22px, 2vw, 32px); padding-bottom: 7px; }
.video-gallery-heading > a:hover { color: var(--orange); }
.video-gallery-heading > a span { color: var(--orange); }
.reel-grid { display: grid; gap: clamp(18px, 2vw, 34px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reel-card { background: #111; border: 1px solid #ffffff20; min-width: 0; }
.reel-card video, .reel-card-poster-link { aspect-ratio: 9 / 16; background: #151515; display: block; height: auto; object-fit: cover; width: 100%; }
.reel-card-poster-link { overflow: hidden; position: relative; }
.reel-card-poster-link img { height: 100%; object-fit: cover; width: 100%; }
.reel-card-play-icon { align-items: center; background: #000a; border-radius: 50%; color: #fff; display: flex; font-size: 34px; height: 82px; justify-content: center; left: 50%; padding-left: 5px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 82px; }
.reel-card > a { color: #c8c6c1; display: block; font-size: 15px; font-weight: 700; letter-spacing: .09em; padding: 13px 15px 15px; }
.reel-card > a:hover { color: var(--orange); }
@media (max-width: 680px) {
  .video-page { min-height: calc(100svh - 62px); }
  .video-page-hero { min-height: 540px; padding: 80px 7vw 70px; }
  .video-page-hero h1 { font-size: clamp(76px, 25vw, 118px); }
  .video-channel { display: block; margin: 0 7vw; padding: 70px 0 80px; }
  .video-channel-copy { border-bottom: 1px solid #ffffff26; border-right: 0; padding: 0 0 50px; }
  .video-channel h2 { font-size: clamp(56px, 18vw, 84px); }
  .video-channel-action { padding: 50px 0 0; }
  .video-page-footer { margin: 0 7vw; }
  .video-gallery { margin: 0 7vw; padding: 70px 0 60px; }
  .video-gallery-heading { align-items: flex-start; display: block; margin-bottom: 42px; }
  .video-gallery-heading > a { display: inline-block; margin-top: 32px; }
  .reel-grid { grid-template-columns: 1fr; }
}
@media (min-width: 681px) and (max-width: 1050px) { .reel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.header { align-items: center; background: #000; display: flex; height: 76px; justify-content: space-between; padding: 0 4.5vw; position: relative; z-index: 5; }
.logo, .nav a, .menu-toggle { font-size: 18px; font-weight: 700; letter-spacing: .035em; }
.logo { background: var(--orange); display: block; flex: 0 0 auto; height: 64px; -webkit-mask: url("assets/michael-todd-signature.png") center / contain no-repeat; mask: url("assets/michael-todd-signature.png") center / contain no-repeat; width: 60px; }.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }.nav { display: flex; gap: clamp(20px, 3.5vw, 58px); }.nav a:hover { color: var(--orange); }.menu-toggle { background: none; border: 0; color: var(--offwhite); display: none; }
.video-hero { align-items: center; background: #111; display: flex; height: min(790px, calc(100svh - 76px)); justify-content: center; min-height: 520px; overflow: hidden; position: relative; }
.hero-video { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; z-index: 0; }.video-placeholder { background: #111 url("assets/michael-todd-hero-poster.jpg") center / cover no-repeat; height: 100%; position: absolute; width: 100%; }.hero-video.is-loaded + .video-placeholder { display: none; }.hero-shade { background: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)), linear-gradient(90deg, rgba(0,0,0,.45), transparent 65%); inset: 0; position: absolute; z-index: 1; }.hero-title { left: 8vw; position: absolute; top: 46%; transform: translateY(-50%); z-index: 2; }.video-hero h1 { color: #fff; font-family: Anton, Impact, sans-serif; font-size: clamp(92px, 15vw, 255px); font-weight: 400; letter-spacing: .01em; line-height: .83; margin: 0; position: relative; text-shadow: 0 2px 20px #0008; }.video-hero h1 span { color: var(--orange); display: inline-block; font-family: Anton, Impact, sans-serif; font-size: .98em; font-style: italic; letter-spacing: .01em; transform: skewX(-2deg) translate(-5%, -4%); }.fry-signature { filter: hue-rotate(-7deg) saturate(.84) brightness(.97); height: auto; left: 50.5%; position: absolute; top: 35%; transform: rotate(-17deg); transform-origin: center; width: clamp(230px, 29vw, 480px); z-index: 3; }
.hero-descriptor { bottom: -64px; color: var(--offwhite); font-size: clamp(20px, 1.8vw, 30px); font-weight: 700; left: 0; letter-spacing: .14em; margin: 0; position: absolute; white-space: nowrap; z-index: 4; }.hero-descriptor span { color: var(--orange); padding: 0 .25em; }
.about-section { background: #101010; column-gap: clamp(20px, 2vw, 36px); display: grid; grid-template-columns: 11vw minmax(0, 1fr); min-height: 730px; padding: 0 9vw 62px; position: relative; }.about-label { align-items: flex-start; display: flex; justify-content: center; overflow: visible; padding-top: 224px; }.about-label span { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: clamp(100px, 12vw, 190px); font-weight: 400; line-height: 1; transform: rotate(180deg); white-space: nowrap; writing-mode: vertical-rl; }.about-copy { max-width: 1240px; padding-top: 92px; }.orange-heading { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: clamp(48px, 5.4vw, 86px); line-height: 1; margin: 0 0 38px; }.about-copy h2, .about-copy > p:not(.orange-heading) { font-family: Anton, Impact, sans-serif; font-weight: 400; letter-spacing: .025em; }.about-copy h2 { font-size: clamp(30px, 4vw, 62px); line-height: 1.01; margin: 0 0 55px; max-width: 1160px; }.about-copy > p:not(.orange-heading) { font-size: clamp(25px, 3.05vw, 46px); line-height: 1.08; margin: 0 0 48px; max-width: 1180px; }.about-copy > p:last-child { margin-bottom: 0; }
.photo-section { display: grid; grid-template-columns: 1.402fr .706fr; line-height: 0; }.photo-section img { display: block; height: auto; min-width: 0; vertical-align: bottom; width: 100%; }.store-anchor { height: 0; overflow: hidden; }
.contact-section { align-items: flex-start; background-color: #050505; background-image: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url("assets/contact-texture.png"); background-position: center; background-size: cover; color: var(--offwhite); display: flex; flex-direction: column; min-height: 360px; padding: 80px 9vw 28px; position: relative; }.contact-section p { color: var(--orange); font-family: Anton, Impact, sans-serif; font-size: 28px; margin: 0 0 28px; }.contact-section > a { border-bottom: 4px solid var(--orange); color: var(--offwhite); font-family: Anton, Impact, sans-serif; font-size: clamp(28px, 6vw, 98px); letter-spacing: 0; line-height: .95; padding-bottom: 8px; white-space: nowrap; }.contact-section > a:hover { border-bottom-color: var(--offwhite); color: var(--orange); }.contact-section > span { color: #bebdb8; font-size: 14px; font-weight: 700; letter-spacing: .08em; margin-top: auto; padding-top: 70px; }.socials { bottom: 24px; display: flex; gap: 10px; position: absolute; right: 9vw; }.social-link { align-items: center; border: 1px solid var(--offwhite); border-radius: 50%; color: var(--offwhite); display: flex; height: 37px; justify-content: center; transition: .2s; width: 37px; }.social-link:hover { background: var(--orange); border-color: var(--orange); color: #090909; }.social-link svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; width: 18px; }.social-link .dot { fill: currentColor; stroke: none; }
.subpage { background: #0b0b0b; min-height: calc(100svh - 76px); padding: clamp(80px, 11vw, 170px) 9vw; position: relative; }.subpage::before { background: url("assets/contact-texture.png") center / cover; content: ""; inset: 0; opacity: .22; position: absolute; }.subpage-content { max-width: 1120px; position: relative; z-index: 1; }.subpage-kicker { color: var(--orange); font-size: 18px; font-weight: 700; letter-spacing: .16em; margin: 0 0 22px; }.subpage h1 { color: var(--offwhite); font-family: Anton, Impact, sans-serif; font-size: clamp(68px, 11vw, 180px); font-weight: 400; line-height: .9; margin: 0 0 40px; }.subpage-copy { color: #c8c6c1; font-size: clamp(22px, 2.2vw, 34px); line-height: 1.25; margin: 0; max-width: 760px; }
@media (max-width: 680px) { .header { height: 62px; padding: 0 7vw; }.logo { height: 54px; width: 51px; }.menu-toggle { font-size: 16px; }.menu-toggle { display: block; }.nav { background: #000; display: none; left: 0; padding: 24px 7vw 32px; position: absolute; right: 0; top: 62px; }.nav.open { display: grid; gap: 20px; }.video-hero { height: 76svh; min-height: 450px; }.hero-title { left: 7vw; }.fry-signature { filter: brightness(0) invert(1) drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000); left: 44%; top: 27%; transform: rotate(-18deg); width: clamp(170px, 48vw, 250px); }.about-section { display: block; min-height: 0; padding: 68px 7vw 52px; }.about-label { display: none; }.about-copy { padding: 0; }.orange-heading { margin-bottom: 30px; }.about-copy h2 { margin-bottom: 38px; }.about-copy > p:not(.orange-heading) { font-size: clamp(24px, 7.4vw, 36px); margin-bottom: 36px; }.about-copy > p:last-child { margin-bottom: 0; }.contact-section { min-height: 300px; padding: 60px 7vw 24px; }.socials { bottom: 22px; right: 7vw; } }

/* Responsive refinement: preserve the approved desktop composition while
   keeping every control, title, image, and email usable on smaller screens. */
body { overflow-x: hidden; }

@media (min-width: 681px) and (max-width: 1050px) {
  .hero-title { left: 6vw; }
  .hero-descriptor { bottom: -56px; font-size: clamp(17px, 2.3vw, 24px); }
  .about-section { grid-template-columns: 10vw minmax(0, 1fr); padding-left: 6vw; padding-right: 6vw; }
  .about-label { padding-top: 190px; }
  .contact-section { padding-left: 6vw; padding-right: 6vw; }
  .socials { right: 6vw; }
  .video-page-hero { padding-left: 7vw; padding-right: 7vw; }
  .video-gallery { margin-left: 6vw; margin-right: 6vw; }
}

@media (max-width: 680px) {
  .header { position: relative; }
  .menu-toggle { cursor: pointer; min-height: 44px; min-width: 52px; padding: 0; text-align: right; }
  .nav { border-top: 1px solid #ffffff1f; box-shadow: 0 14px 28px #0009; z-index: 10; }
  .nav.open { gap: 0; }
  .nav a { align-items: center; border-bottom: 1px solid #ffffff18; display: flex; font-size: 21px; min-height: 52px; }
  .nav a:last-child { border-bottom: 0; }

  .video-hero { height: calc(100svh - 62px); max-height: 760px; min-height: 520px; }
  .hero-video, .video-placeholder { object-position: center center; }
  .hero-shade { background: linear-gradient(rgba(0,0,0,.19), rgba(0,0,0,.19)), linear-gradient(90deg, rgba(0,0,0,.58), transparent 90%); }
  .hero-title { left: 6vw; top: 43%; width: 88vw; }
  .video-hero h1 { font-size: clamp(78px, 26vw, 112px); }
  .fry-signature { filter: hue-rotate(-7deg) saturate(.84) brightness(.97); left: 46%; top: 35%; transform: rotate(-17deg); width: clamp(185px, 56vw, 245px); }
  .hero-descriptor { bottom: -54px; font-size: clamp(12px, 3.45vw, 16px); letter-spacing: .08em; white-space: nowrap; }

  .about-section { padding: 60px 6vw 48px; }
  .orange-heading { font-size: clamp(46px, 15vw, 64px); margin-bottom: 28px; }
  .about-copy h2 { font-size: clamp(29px, 8.6vw, 38px); line-height: 1.03; margin-bottom: 34px; }
  .about-copy > p:not(.orange-heading) { font-size: clamp(23px, 7vw, 31px); line-height: 1.1; margin-bottom: 32px; }

  .photo-section { grid-template-columns: 1fr; }
  .photo-section img { width: 100%; }

  .contact-section { min-height: 290px; padding: 52px 6vw 22px; }
  .contact-section p { font-size: 24px; margin-bottom: 23px; }
  .contact-section > a { border-bottom-width: 3px; font-size: clamp(19px, 6.35vw, 28px); max-width: 100%; padding-bottom: 7px; }
  .contact-section > span { padding-top: 64px; }
  .socials { bottom: 20px; right: 6vw; }

  .video-page-hero { background-position: 58% center; min-height: min(620px, calc(100svh - 62px)); padding: 68px 6vw 62px; }
  .video-page-hero h1 { font-size: clamp(72px, 23vw, 102px); margin-bottom: 34px; }
  .video-page-hero > p:last-child { font-size: clamp(21px, 6.3vw, 28px); max-width: 92%; }
  .subpage-kicker { font-size: 15px; }
  .video-gallery { margin: 0 6vw; padding: 62px 0 54px; }
  .video-gallery-heading { margin-bottom: 34px; }
  .video-gallery-heading .video-channel-label { font-size: clamp(22px, 7vw, 28px); }
  .video-gallery-heading > a { font-size: clamp(20px, 6.2vw, 27px); margin-top: 26px; overflow-wrap: anywhere; }
  .reel-grid { gap: 24px; }
  .reel-card > a { min-height: 48px; }
  .video-page-footer { font-size: 12px; margin: 0 6vw; padding: 25px 0; }
}

@media (max-width: 370px) {
  .hero-descriptor { font-size: 11px; letter-spacing: .055em; }
  .contact-section > a { font-size: 18px; }
  .video-page-footer { letter-spacing: .045em; }
}

@media (max-height: 500px) and (orientation: landscape) {
  .video-hero { height: 520px; }
  .video-page-hero { min-height: 520px; }
}

/* Mobile finish pass. */
html,
body {
  background-color: #000;
}

.photo-artwork-crop {
  line-height: 0;
  min-width: 0;
  overflow: hidden;
}

.menu-icon {
  display: block;
  height: 20px;
  position: relative;
  width: 28px;
}

.menu-icon > span {
  background: currentColor;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: center;
  transition: transform .24s ease, opacity .18s ease, top .24s ease;
  width: 100%;
}

.menu-icon > span:nth-child(1) { top: 1px; }
.menu-icon > span:nth-child(2) { top: 9px; }
.menu-icon > span:nth-child(3) { top: 17px; }
.menu-toggle[aria-expanded="true"] .menu-icon > span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-icon > span:nth-child(3) { top: 9px; transform: rotate(-45deg); }

@media (max-width: 680px) {
  .menu-toggle {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 44px;
  }

  .hero-descriptor {
    font-size: clamp(12.5px, 3.85vw, 17px);
    letter-spacing: .04em;
  }

  .fry-signature {
    left: min(46%, 225px);
  }

  .photo-artwork-crop {
    aspect-ratio: 1054 / 1268;
  }

  .photo-artwork-crop img {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .contact-section {
    min-height: 250px;
    padding: 42px 6vw 20px;
  }

  .contact-section p {
    font-size: 25px;
    margin-bottom: 22px;
  }

  .contact-section > a {
    font-size: clamp(19px, 5.9vw, 25px);
    padding-bottom: 6px;
  }

  .contact-section > span {
    font-size: 12px;
    padding-top: 42px;
  }

  .socials {
    bottom: 18px;
    gap: 9px;
  }

  .social-link {
    height: 34px;
    width: 34px;
  }

  .social-link svg {
    height: 16px;
    width: 16px;
  }

  .video-page-hero {
    min-height: 500px;
    padding-bottom: 48px;
    padding-top: 58px;
  }

  .video-gallery {
    padding-bottom: 48px;
    padding-top: 42px;
  }

  .video-gallery-heading {
    margin-bottom: 28px;
  }

  .video-gallery-heading > a {
    margin-top: 20px;
  }

  .reel-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reel-card > a {
    font-size: 11px;
    letter-spacing: .035em;
    line-height: 1.1;
    min-height: 44px;
    padding: 10px 8px;
  }
}

@media (max-width: 370px) {
  .hero-descriptor {
    font-size: 12px;
    letter-spacing: .025em;
  }

  .contact-section > a {
    font-size: 17px;
  }

  .video-page-hero {
    min-height: 470px;
  }
}
