:root {
  color-scheme: dark;
  --bg: #050505;
  --surface: #0c0c0c;
  --text: #f5f3ed;
  --muted: rgba(245, 243, 237, 0.856);
  --line: rgba(245, 243, 237, 0.16);
 /* --accent: #d92d20;*/
  --accent:rgb(255, 255, 255);
  --header-height: 5.75rem;
  --page-pad: clamp(1.25rem, 5vw, 5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: 'Masny', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

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

::selection {
  background: var(--accent);
  color: #fff;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.35rem;
}

::-webkit-scrollbar-track {
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: rgba(245, 243, 237, 0.42);
}

html.noscroll {
  overflow: hidden;
}

html.menu-open {
  overflow: hidden;
}

.onepage {
  overflow-x: clip;
}

.orientation-gate {
  display: none;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  backdrop-filter: blur(1rem);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-inline: var(--page-pad);
}

.site-logo {
  position: relative;
  z-index: 103;
  width: clamp(7.5rem, 12vw, 10.5rem);
}

.site-logo img {
  width: 100%;
  height: auto;
}

.desktop-menu {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.75rem);
}

.desktop-menu a {
  position: relative;
  padding-block: 0.75rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  transition: color 180ms ease;
}

.desktop-menu a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  background: var(--text);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

.desktop-menu a:hover,
.desktop-menu a:focus-visible {
  color: var(--text);
}

.desktop-menu a:hover::after,
.desktop-menu a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-menu {
  display: none;
}

.hero-section {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 2rem) var(--page-pad) 3.25rem;
  background:
    radial-gradient(circle at 78% 42%, rgba(217, 45, 32, 0.15), transparent 24rem),
    linear-gradient(135deg, #080808, var(--bg) 58%);
  isolation: isolate;
}

.hero-section::before {
  content: 'BLINK / REC';
  position: absolute;
  z-index: -1;
  top: 84%;
  left: 58%;
  width: max-content;
  color: transparent;
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1px rgba(245, 243, 237, 0.08);
  transform: translate(-50%, -50%) rotate(-7deg);
}

.hero-content {
  width: min(100%, 88rem);
  margin-inline: auto;
}

.hero-eyebrow,
.section-kicker {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin: 0 0.85rem 0.2rem 0;
  background: var(--accent);
}

.hero-title {
  margin: 0;
  font-size: clamp(4.2rem, 11.2vw, 10.5rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-title span:last-child {
  margin-left: clamp(0rem, 8vw, 8rem);
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.09vw, 2px) var(--text);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  min-width: 15rem;
  margin-top: clamp(2.5rem, 7vh, 5rem);
  padding: 0 0 0.8rem;
  border-bottom: 1px solid var(--text);
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: gap 260ms ease, color 260ms ease;
}

.hero-cta span:last-child {
  font-size: 1.4rem;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  gap: 4rem;
  color: #fff;
}

.hero-footer {
  position: absolute;
  right: var(--page-pad);
  bottom: 2rem;
  left: var(--page-pad);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.btn-slice {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--line);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn-slice .bottom {
  display: none;
}

#main:not(.hero-section) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: var(--page-pad);
  text-align: center;
}

.video-dialog {
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(1.25rem, 4vw, 3.5rem);
  border: 0;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.98);
  color: var(--text);
}

.video-dialog[open] {
  display: grid;
  grid-template-rows: auto 1fr;
  animation: dialog-in 320ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.video-dialog::backdrop {
  background: #000;
}

.video-dialog__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
}

.video-dialog__bar img {
  width: clamp(7rem, 10vw, 9rem);
}

.closevid {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem;
  cursor: pointer;
  background: transparent;
  color: var(--text);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.closevid span:last-child {
  font-size: 1.65rem;
  font-weight: 100;
  line-height: 1;
}

.video-dialog__frame {
  display: grid;
  place-items: center;
  min-height: 0;
}

.video-dialog iframe {
  width: min(100%, 75rem);
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.72);
}

:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 0.3rem;
}

@keyframes dialog-in {
  from { opacity: 0; transform: scale(0.985); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes turn-phone {
  0%, 18% { transform: rotate(0deg); }
  48%, 82% { transform: rotate(90deg); }
  100% { transform: rotate(0deg); }
}

@keyframes guide-arrow {
  0%, 18% { opacity: 0.35; transform: rotate(-35deg) scale(0.9); }
  48%, 82% { opacity: 1; transform: rotate(25deg) scale(1); }
  100% { opacity: 0.35; transform: rotate(-35deg) scale(0.9); }
}

@keyframes orientation-countdown {
  to { transform: scaleX(0); }
}

@media (max-width: 56rem) {
  :root {
    --header-height: 4.75rem;
  }

  .desktop-menu {
    display: none;
  }

  .site-header {
    backdrop-filter: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu summary {
    position: relative;
    z-index: 103;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0.65rem;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu__icon {
    grid-area: 1 / 1;
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
  }

  .mobile-menu__icon--opened,
  .mobile-menu:not([open]) .mobile-menu__panel {
    display: none;
  }

  .mobile-menu[open] .mobile-menu__icon--closed {
    display: none;
  }

  .mobile-menu[open] .mobile-menu__icon--opened {
    display: block;
  }

  .mobile-menu__panel {
    position: fixed;
    z-index: 102;
    inset: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    padding: calc(var(--header-height) + 2rem) var(--page-pad) 2rem;
    /*background:
      radial-gradient(circle at 100% 0, rgba(217, 45, 32, 0.2), transparent 20rem),
      #070707;*/
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;

  }

  .mobile-menu[open] .mobile-menu__panel {
    display: flex;
  }

  .mobile-menu__eyebrow,
  .mobile-menu__footer {
    margin: 0;
    color: var(--muted);
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .mobile-menu__eyebrow {
    margin-bottom: 1.4rem;
  }

  .mobile-menu__link {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    align-items: baseline;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.8rem, 8vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    text-transform: uppercase;
  }



  .mobile-menu__footer {
    margin-top: 2rem;
  }

  .hero-title {
    font-size: clamp(4rem, 18vw, 7.5rem);
    line-height: 0.83;
  }

  .hero-title span:last-child {
    margin-left: 0.85rem;
  }

  .hero-footer span:last-child {
    display: none;
  }

  .video-dialog {
    padding: 1rem;
  }
}

@media (max-width: 35rem) {
  .hero-section {
    align-items: center;
    padding-bottom: 2rem;
  }

  .hero-eyebrow {
    line-height: 1.7;
  }

  .hero-title {
    font-size: clamp(3.7rem, 20vw, 6.2rem);
  }

  .hero-cta {
    min-width: 13rem;
    margin-top: 3rem;
  }

  .closevid span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (max-width: 35rem) and (orientation: portrait) {
  html:not(.orientation-gate-dismissed),
  html:not(.orientation-gate-dismissed) body {
    height: 100%;
    overflow: hidden;
  }

  html:not(.orientation-gate-dismissed) body > .site-header,
  html:not(.orientation-gate-dismissed) body > .onepage,
  html:not(.orientation-gate-dismissed) body > .video-dialog {
    display: none;
  }

  .orientation-gate {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    padding: max(1.5rem, env(safe-area-inset-top)) 1.5rem max(1.5rem, env(safe-area-inset-bottom));
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 42%, rgba(217, 45, 32, 0.18), transparent 15rem),
      linear-gradient(145deg, #0b0b0b, #030303 72%);
        background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;

    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 240ms ease, visibility 0s linear 0s;
  }

  html.orientation-gate-dismissed .orientation-gate {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 240ms ease, visibility 0s linear 240ms;
  }

  html.orientation-gate-dismissed .orientation-gate__phone,
  html.orientation-gate-dismissed .orientation-gate__arrow,
  html.orientation-gate-dismissed .orientation-gate__progress {
    animation: none;
  }

  .orientation-gate::before {
    content: '';
    position: absolute;
    inset: 1rem;
    border: 1px solid rgba(245, 243, 237, 0.1);
    pointer-events: none;
  }

  .orientation-gate__logo {
    position: absolute;
    top: max(2rem, env(safe-area-inset-top));
    left: 50%;
    width: 8rem;
    transform: translateX(-50%);
  }

  .orientation-gate__close {
    position: absolute;
    z-index: 2;
    top: max(1.5rem, env(safe-area-inset-top));
    right: max(1.5rem, env(safe-area-inset-right));
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(245, 243, 237, 0.28);
    border-radius: 50%;
    cursor: pointer;
    background: rgba(5, 5, 5, 0.35);
    color: var(--text);
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1;
    backdrop-filter: blur(0.5rem);
  }

  .orientation-gate__close:hover,
  .orientation-gate__close:focus-visible {
    border-color: var(--text);
    background: rgba(255, 255, 255, 0.08);
  }

  .orientation-gate__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .orientation-gate__motion {
    position: relative;
    display: grid;
    place-items: center;
    width: 8.5rem;
    height: 7.5rem;
    margin-bottom: 1.75rem;
  }

  .orientation-gate__phone {
    position: relative;
    display: block;
    width: 3.15rem;
    height: 5.4rem;
    border: 2px solid var(--text);
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 0.3rem #080808, 0 0 2.5rem rgba(217, 45, 32, 0.2);
    animation: turn-phone 3.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  }

  .orientation-gate__phone::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 0.14rem;
    border-radius: 999px;
    background: var(--text);
    transform: translate(-50%, -2.35rem);
  }

  .orientation-gate__arrow {
    position: absolute;
    right: 0.15rem;
    bottom: 0.6rem;
    color: var(--accent);
    font-size: 2.2rem;
    line-height: 1;
    animation: guide-arrow 3.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  }

  .orientation-gate__eyebrow {
    margin: 0 0 0.7rem;
    color: var(--accent);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }

  .orientation-gate__title {
    margin: 0;
    font-size: clamp(2.6rem, 12vw, 4.3rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.9;
    text-transform: uppercase;
  }

  .orientation-gate__copy {
    max-width: 20rem;
    margin: 1.35rem 0 0;
    color: var(--muted);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }

  .orientation-gate__progress {
    position: absolute;
    right: 1rem;
    bottom: max(1rem, env(safe-area-inset-bottom));
    left: 1rem;
    height: 5px;
    background: #04ff00;
    transform-origin: left;
    animation: orientation-countdown 5s linear forwards;
  }
}

@media (max-height: 35rem) and (orientation: landscape) {
  :root {
    --header-height: 0rem;
    --page-pad: max(clamp(1.25rem, 5vw, 5rem), env(safe-area-inset-left), env(safe-area-inset-right));
  }

  html {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    scroll-snap-type: none;
  }

  body {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .site-header {
    display: none;
  }

  .onepage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hero-title {
    font-size: clamp(3rem, 10vw, 5.5rem);
  }

  .hero-cta {
    min-width: 11rem;
    margin-top: 1rem;
    padding-bottom: 0.45rem;
  }

  .hero-footer {
    display: none;
  }

  .hero-section {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .hero-eyebrow {
    margin-bottom: 0.6rem;
    font-size: 0.58rem;
  }

  .mobile-menu__panel {
    justify-content: flex-start;
    padding-top: calc(var(--header-height) + 0.75rem);
    padding-bottom: 1rem;
  }

  .mobile-menu__eyebrow {
    margin-bottom: 0.6rem;
  }

  .mobile-menu__link {
    padding: 0.45rem 0;
    font-size: clamp(1.35rem, 7vh, 2rem);
  }

  .mobile-menu__footer {
    margin-top: 0.75rem;
  }

  .video-dialog {
    padding: 0.5rem 1rem;
  }

  .video-dialog__bar {
    min-height: 2.75rem;
  }

  .video-dialog__bar img {
    width: 6.5rem;
  }

  .video-dialog iframe {
    width: min(100%, calc(177.78dvh - 7rem));
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-snap-type: y proximity;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .orientation-gate__phone {
    transform: rotate(90deg);
  }

  .orientation-gate__arrow {
    opacity: 1;
    transform: rotate(25deg);
  }
}








#ads {
      background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;
}

#clips{
      background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;
}


#conserts{
      background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;
}

#acoustic{
      background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;
}

#shows{
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;
}

#main {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 40%), #cc3f3f;
}
