/* ============================================
   SHOECIRCUIT — inner page styles
   Inherits design tokens from styles.css
   ============================================ */

/* ---- MASTHEAD ACTIONS (cart + subscribe) ---- */
.masthead__actions{
  display: flex;
  align-items: center;
  gap: .85rem;
}
.cart-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--paper);
  border: 1.5px solid #2a2a2a;
  transition: border-color .15s, color .15s;
}
.cart-btn:hover{ border-color: var(--electric); color: var(--electric); }
.cart-btn svg{ display: block; }
.cart-count{
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--electric);
  color: var(--paper);
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cart-count[hidden]{ display: none !important; }

/* ---- TOAST ---- */
.toast{
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 2000;
  background: var(--electric);
  color: var(--paper);
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 20px 12px;
  border: 2px solid var(--ink);
  transform: translateY(140%);
  transition: transform .25s ease;
}
.toast.is-visible{ transform: translateY(0); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero{
  position: relative;
  background: var(--ink);
  padding: clamp(2.5rem, 5vw, 4rem) var(--pad) clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid #1a1a1a;
  overflow: hidden;
}
.page-hero__halftone{
  position: absolute;
  top: -100px;
  right: -120px;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(circle, var(--electric) 1px, transparent 1.6px);
  background-size: 16px 16px;
  opacity: .25;
  mask-image: radial-gradient(circle at center, #000 35%, transparent 70%);
  pointer-events: none;
}
.page-hero__inner{
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: end;
}
.page-hero__kicker{
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--electric);
  padding-top: 10px;
  border-top: 2px solid var(--electric);
  min-width: 80px;
}
.page-hero__title{
  grid-column: 2;
  grid-row: 1;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin: 0;
}
.page-hero__title em{
  font-style: normal;
  color: var(--electric);
}
.page-hero__sub{
  grid-column: 2;
  grid-row: 2;
  font-family: var(--f-body);
  font-size: 1.05rem;
  color: var(--paper-2);
  max-width: 60ch;
  margin: 0;
}

/* ---- BREADCRUMBS ---- */
.crumbs{
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem var(--pad);
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
  border-bottom: 1px solid var(--line);
}
.crumbs a{ color: var(--paper-2); transition: color .15s; }
.crumbs a:hover{ color: var(--electric); }
.crumbs .sep{ margin: 0 .5em; opacity: .45; }
.crumbs .current{ color: var(--paper); }

/* ---- PAGINATION ---- */
.pagination{
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding: 0 var(--pad);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .08em;
  border: 1.5px solid #2a2a2a;
  color: var(--paper);
  transition: all .15s;
}
.pagination a:hover{ border-color: var(--paper); }
.pagination .is-active{
  background: var(--electric);
  border-color: var(--electric);
  color: var(--paper);
}
.pagination .dots{ border: none; color: var(--paper-2); }

/* ============================================
   ARTICLE PAGE
   ============================================ */
.article{
  background: var(--ink);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}
.article__header{
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) var(--pad) clamp(1.5rem, 3vw, 2rem);
}
.article__kicker{
  display: inline-block;
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--electric);
  padding-top: 8px;
  border-top: 2px solid var(--electric);
  margin-bottom: 1.25rem;
}
.article__title{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: .92;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.article__deck{
  font-family: var(--f-body);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  line-height: 1.45;
  color: var(--paper-2);
  margin: 0 0 1.5rem;
  max-width: 60ch;
}
.article__meta{
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.article__meta b{ color: var(--paper); font-weight: 700; }
.article__hero{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.article__hero-art{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(140deg, #0a1a8a 0%, var(--electric) 60%, var(--electric-d) 100%);
  overflow: hidden;
  border: 1px solid var(--line);
}
.article__hero-art .feature__halftone,
.article__hero-art .card__halftone{
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--paper) 1.2px, transparent 1.6px);
  background-size: 12px 12px;
  opacity: .14;
  mix-blend-mode: screen;
}
.article__hero-no{
  position: absolute;
  bottom: -20px;
  right: 30px;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(10rem, 18vw, 22rem);
  line-height: .8;
  color: var(--paper);
  -webkit-text-stroke: 2px var(--ink);
  pointer-events: none;
}
.article__caption{
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin: .8rem 0 0;
}
.article__body{
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) var(--pad) 1rem;
  font-family: var(--f-body);
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--paper);
}
.article__body p{ margin: 0 0 1.25em; }
.article__body > p:first-of-type::first-letter{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 4.4em;
  line-height: .85;
  float: left;
  padding: 6px 12px 0 0;
  color: var(--electric);
}
.article__body h2{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 2.5rem 0 1rem;
  letter-spacing: -.01em;
}
.article__body h3{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 1.75rem 0 .8rem;
}
.article__body a{
  color: var(--electric);
  border-bottom: 1px solid var(--electric);
}
.article__body blockquote{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -.015em;
  border-left: 4px solid var(--electric);
  padding: .25rem 0 .25rem 1.5rem;
  margin: 2rem 0;
}
.article__body blockquote cite{
  display: block;
  margin-top: 1rem;
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
  font-style: normal;
}
.article__body ul, .article__body ol{
  padding-left: 1.4rem;
  margin: 0 0 1.25em;
}
.article__body li{ margin-bottom: .5em; }
.article__share{
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem var(--pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  align-items: center;
}
.article__share-label{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin-right: .5rem;
}
.share-btn{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 14px 6px;
  border: 1.5px solid #2a2a2a;
  color: var(--paper);
  background: transparent;
  transition: border-color .15s, color .15s;
}
.share-btn:hover{ border-color: var(--electric); color: var(--electric); }
.article__related{
  max-width: var(--max);
  margin: 3rem auto 0;
  padding: 0 var(--pad);
}
.article__related h2{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--electric);
}
.related__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.related__grid .card{ grid-column: span 1 !important; grid-row: auto !important; }

/* ============================================
   VIDEOS PAGE
   ============================================ */
.video-featured{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.video-featured__frame{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--ink-2);
  border: 1px solid var(--line);
  overflow: hidden;
}
.video-featured__frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-featured__meta{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  margin-top: 1.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
  align-items: end;
}
.video-featured__title{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  line-height: 1;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin: .5rem 0 .6rem;
}
.video-featured__byline{
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.video-featured__cta{
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 22px 12px;
  background: var(--electric);
  color: var(--paper);
  transition: background .15s, color .15s;
}
.video-featured__cta:hover{ background: var(--paper); color: var(--ink); }

.videos-grid{
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.vcard{
  display: flex;
  flex-direction: column;
  background: var(--ink-2);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.vcard:hover{ border-color: var(--electric); transform: translateY(-3px); }
.vcard__thumb{
  position: relative;
  aspect-ratio: 16/9;
  background: #0a0a0a;
  overflow: hidden;
}
.vcard__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05);
  transition: transform .35s ease, filter .25s;
}
.vcard:hover .vcard__thumb img{ transform: scale(1.04); filter: saturate(1) contrast(1.1); }
.vcard__play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--paper);
  transition: background .2s, transform .2s, border-color .2s;
}
.vcard:hover .vcard__play{
  background: var(--electric);
  border-color: var(--electric);
  transform: translate(-50%, -50%) scale(1.08);
}
.vcard__duration{
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  padding: 4px 8px 3px;
}
.vcard__meta{
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.vcard__title{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.005em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vcard__sub{
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper-2);
}

/* ============================================
   EVENTS PAGE (extends existing event styles)
   ============================================ */
.events__filters{
  max-width: var(--max);
  margin: 0 auto 1.5rem;
  padding: 0 var(--pad);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ============================================
   EVENT DETAIL
   ============================================ */
.event-hero{
  background: var(--ink);
  padding: clamp(2rem, 4vw, 3.5rem) var(--pad);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.event-hero__halftone{
  position: absolute;
  top: -150px;
  left: -150px;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(circle, var(--electric) 1px, transparent 1.6px);
  background-size: 16px 16px;
  opacity: .2;
  mask-image: radial-gradient(circle at center, #000 35%, transparent 70%);
  pointer-events: none;
}
.event-hero__inner{
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
}
.event-hero__copy{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-hero__chips{
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.event-hero__title{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 0;
}
.event-hero__meta{
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1rem 2rem;
  margin-top: .5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.event-hero__meta dl{
  margin: 0;
  display: flex;
  flex-direction: column;
}
.event-hero__meta dt{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--electric);
}
.event-hero__meta dd{
  margin: 4px 0 0;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  line-height: 1;
  text-transform: uppercase;
}
.event-hero__lede{
  font-family: var(--f-body);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--paper-2);
  max-width: 60ch;
  margin: 0;
}
.event-hero__card{
  background: var(--electric);
  color: var(--paper);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
}
.event-hero__card::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--paper) 1.2px, transparent 1.6px);
  background-size: 14px 14px;
  opacity: .14;
  pointer-events: none;
}
.event-hero__big{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(4.5rem, 8vw, 7rem);
  line-height: .85;
  letter-spacing: -.02em;
  text-transform: uppercase;
  position: relative;
}
.event-hero__big small{
  display: block;
  font-size: .26em;
  letter-spacing: .25em;
  margin-bottom: 6px;
  opacity: .85;
}

/* ---- TICKET TIERS ---- */
.tiers{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.tier{
  background: var(--ink-2);
  border: 1px solid var(--line);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: border-color .2s, transform .2s;
  position: relative;
}
.tier--feature{
  background: var(--ink);
  border: 2px solid var(--electric);
}
.tier--feature::before{
  content: 'Most Popular';
  position: absolute;
  top: -12px;
  left: 1.5rem;
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 4px 10px 3px;
  background: var(--electric);
  color: var(--paper);
}
.tier:hover{ border-color: var(--electric); transform: translateY(-3px); }
.tier__name{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.tier__price{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: .9;
  color: var(--electric);
  letter-spacing: -.02em;
}
.tier__price small{
  display: block;
  margin-top: 4px;
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.tier__features{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--paper-2);
}
.tier__features li{
  padding-left: 22px;
  position: relative;
}
.tier__features li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 2px;
  background: var(--electric);
}
.tier__features li.is-off{
  opacity: .35;
  text-decoration: line-through;
}
.tier__features li.is-off::before{ background: #6a6a6a; }
.tier__cta{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 18px 12px;
  background: transparent;
  color: var(--paper);
  border: 2px solid var(--paper);
  transition: all .15s;
}
.tier--feature .tier__cta{
  background: var(--electric);
  border-color: var(--electric);
}
.tier__cta:hover{
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.tier--feature .tier__cta:hover{
  background: var(--paper);
  color: var(--ink);
}

/* ---- EVENT INFO BLOCKS ---- */
.event-info{
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) var(--pad);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}
.event-info__main h2{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: .8rem;
  border-bottom: 2px solid var(--electric);
}
.event-info__main h2:not(:first-child){ margin-top: 2.5rem; }
.event-info__main p{
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 1em;
  color: var(--paper);
}
.event-info__main p strong{ color: var(--electric); }
.event-info__schedule{
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-info__schedule li{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: .9rem 0;
  border-bottom: 1px solid var(--line);
}
.event-info__schedule li:first-child{ border-top: 1px solid var(--line); }
.event-info__schedule b{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--electric);
  letter-spacing: -.01em;
}
.event-info__sidebar{
  background: var(--ink-2);
  border: 1px solid var(--line);
  padding: 1.5rem;
  height: max-content;
  position: sticky;
  top: 100px;
}
.event-info__sidebar h3{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--line);
}
.event-info__sidebar dl{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem .5rem;
  margin: 0 0 1rem;
}
.event-info__sidebar dt{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.event-info__sidebar dd{
  margin: 0;
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--paper);
}

/* ============================================
   REGISTRATION FORM
   ============================================ */
.form-section{
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) var(--pad);
}
.form-block{
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.form-block:last-of-type{ border-bottom: 0; }
.form-block h3{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 .35rem;
}
.form-block p.muted{
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--paper-2);
  margin: 0 0 1.2rem;
}
.form-row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.form-row--full{ grid-template-columns: 1fr; }
.form-row--three{ grid-template-columns: 1fr 1fr 1fr; }
.form-field{ display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
.form-field label{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.form-field input, .form-field select, .form-field textarea{
  background: var(--ink-2);
  border: 1.5px solid #2a2a2a;
  color: var(--paper);
  font-family: var(--f-body);
  font-size: 15px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .15s, background .15s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color: var(--electric);
}
.form-field textarea{ min-height: 110px; resize: vertical; }
.form-field--check{
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.form-field--check input{
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--electric);
}
.form-field--check label{
  font-family: var(--f-body);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--paper);
  line-height: 1.45;
}
.form-actions{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
}
.form-actions__fee{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin-left: auto;
}
.form-actions__fee b{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--electric);
  margin-left: .35em;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.pdp{
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem) var(--pad);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3rem;
}
.pdp__gallery{
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
}
.pdp__thumbs{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pdp__thumb{
  aspect-ratio: 1/1;
  background: var(--ink-2);
  border: 1.5px solid #2a2a2a;
  cursor: pointer;
  transition: border-color .15s;
  position: relative;
  overflow: hidden;
}
.pdp__thumb.is-active{ border-color: var(--electric); }
.pdp__main{
  position: relative;
  aspect-ratio: 1/1;
  background: var(--ink-2);
  border: 1px solid var(--line);
  overflow: hidden;
}
.pdp__art-label{
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: .88;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.pdp__art-label small{
  display: block;
  margin-top: 10px;
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .15em;
  opacity: .75;
}
.pdp__halftone{
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, currentColor 1.2px, transparent 1.6px);
  background-size: 14px 14px;
  opacity: .14;
}
.pdp__badge{
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--electric);
  color: var(--paper);
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 10px 3px;
}

.pdp__info{
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding-top: .25rem;
}
.pdp__cat{
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--electric);
}
.pdp__title{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: .95;
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin: 0;
}
.pdp__price{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: var(--electric);
  letter-spacing: -.015em;
}
.pdp__desc{
  font-family: var(--f-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--paper-2);
  margin: 0;
}
.pdp__options{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pdp__opt-label{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}
.pdp__opt-label b{
  color: var(--paper);
  font-weight: 700;
}
.pdp__swatches{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.swatch{
  min-width: 48px;
  height: 40px;
  padding: 0 14px;
  border: 1.5px solid #2a2a2a;
  background: transparent;
  color: var(--paper);
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .15s;
}
.swatch:hover{ border-color: var(--paper); }
.swatch.is-active{
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.swatch.is-oos{
  opacity: .35;
  text-decoration: line-through;
  cursor: not-allowed;
}
.qty{
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #2a2a2a;
  width: max-content;
}
.qty button{
  width: 38px;
  height: 38px;
  background: transparent;
  color: var(--paper);
  border: 0;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  transition: background .15s;
}
.qty button:hover{ background: #1a1a1a; }
.qty input{
  width: 50px;
  height: 38px;
  background: transparent;
  border: 0;
  border-left: 1.5px solid #2a2a2a;
  border-right: 1.5px solid #2a2a2a;
  text-align: center;
  color: var(--paper);
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 16px;
  outline: none;
}
.pdp__add{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px 16px;
  background: var(--electric);
  color: var(--paper);
  border: 2px solid var(--electric);
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .15s;
  width: 100%;
}
.pdp__add:hover{
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.pdp__details{
  margin: 0;
  padding: 0;
}
.pdp__details details{
  border-bottom: 1px solid var(--line);
}
.pdp__details summary{
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp__details summary::-webkit-details-marker{ display: none; }
.pdp__details summary::after{
  content: '+';
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 22px;
  color: var(--electric);
  transition: transform .2s;
}
.pdp__details details[open] summary::after{ content: '\2212'; }
.pdp__details .pdp__details-body{
  padding: 0 0 1.2rem;
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper-2);
}

/* ============================================
   CART PAGE
   ============================================ */
.cart-page{
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) var(--pad);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}
.cart-page__items{
  border-top: 1px solid var(--line);
}
.cart-empty{
  padding: 3rem 1rem;
  text-align: center;
  font-family: var(--f-body);
  color: var(--paper-2);
}
.cart-empty a{
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper);
  border-bottom: 2px solid var(--electric);
  padding-bottom: 4px;
}
.cart-item{
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 1.25rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.cart-item__img{
  aspect-ratio: 1/1;
  background: var(--ink-2);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.cart-item__name{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0 0 .25rem;
  line-height: 1.05;
}
.cart-item__opts{
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin: 0 0 .6rem;
}
.cart-item__row{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cart-item__remove{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--paper-2);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid var(--paper-2);
}
.cart-item__remove:hover{ color: var(--hot); border-color: var(--hot); }
.cart-item__price{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--electric);
  text-align: right;
}
.cart-summary{
  background: var(--ink-2);
  border: 1px solid var(--line);
  padding: 1.5rem;
  height: max-content;
  position: sticky;
  top: 100px;
}
.cart-summary h3{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--electric);
}
.cart-summary__row{
  display: flex;
  justify-content: space-between;
  padding: .55rem 0;
  font-family: var(--f-body);
  font-size: 15px;
}
.cart-summary__row--total{
  border-top: 1px solid var(--line);
  margin-top: .5rem;
  padding-top: 1rem;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.cart-summary__row--total span:last-child{ color: var(--electric); }
.cart-summary__cta{
  width: 100%;
  margin-top: 1rem;
  padding: 16px 22px 14px;
  background: var(--electric);
  color: var(--paper);
  border: 2px solid var(--electric);
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .15s;
  text-align: center;
  display: block;
}
.cart-summary__cta:hover{ background: var(--paper); color: var(--ink); border-color: var(--paper); }
.cart-summary__continue{
  display: block;
  text-align: center;
  margin-top: .85rem;
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.cart-summary__continue:hover{ color: var(--electric); }

/* ============================================
   CHECKOUT PAGE
   ============================================ */
.checkout{
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) var(--pad);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}
.checkout__form{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.checkout__summary{
  background: var(--ink-2);
  border: 1px solid var(--line);
  padding: 1.5rem;
  height: max-content;
  position: sticky;
  top: 100px;
}
.checkout__summary h3{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--electric);
}
.checkout__items{
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  max-height: 280px;
  overflow-y: auto;
}
.checkout__items li{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--f-body);
  font-size: 14px;
}
.checkout__items b{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.checkout__items span.opts{
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.checkout__items .qtyprice{
  text-align: right;
  font-family: var(--f-display);
  font-weight: 900;
}
.checkout__pay-radio{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.checkout__pay-radio label{
  flex: 1 1 calc(50% - 6px);
  padding: 14px;
  border: 1.5px solid #2a2a2a;
  cursor: pointer;
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: border-color .15s;
}
.checkout__pay-radio label:has(input:checked){
  border-color: var(--electric);
  background: rgba(29, 78, 255, 0.05);
}
.checkout__pay-radio input{ accent-color: var(--electric); }

/* ============================================
   RESPONSIVE
   ============================================ */
/* ============================================
   RANKINGS (homepage section + rankings page)
   ============================================ */
.rank-tabs{
  max-width: var(--max);
  margin: 0 auto 1.25rem;
  padding: 0 var(--pad);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rank-tabs button{
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 16px 7px;
  background: transparent;
  color: var(--paper);
  border: 1.5px solid #2a2a2a;
  cursor: pointer;
  transition: all .15s;
}
.rank-tabs button:hover{ border-color: var(--paper); }
.rank-tabs button[aria-selected="true"]{
  background: var(--electric);
  border-color: var(--electric);
  color: var(--paper);
}

.rank-updated{
  max-width: var(--max);
  margin: 0 auto 1rem;
  padding: 0 var(--pad);
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.rank-updated b{ color: var(--electric); }

.rank-panel{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.rank-panel[hidden]{ display: none !important; }

.rank-table{
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.rank-row{
  display: grid;
  grid-template-columns: 70px 56px 1fr auto auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding .15s, background .15s;
  position: relative;
}
.rank-row:hover{
  padding-left: .75rem;
  background: linear-gradient(to right, rgba(29,78,255,.08), transparent 60%);
}
.rank-row__num{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 3.6vw, 3.2rem);
  line-height: 1;
  color: var(--paper);
  letter-spacing: -.025em;
}
.rank-row:nth-child(-n+3) .rank-row__num{ color: var(--electric); }

.rank-row__avatar{
  width: 52px;
  height: 52px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--paper);
}
.rank-row__avatar--blue{ background: var(--electric); color: var(--paper); border-color: var(--electric); }
.rank-row__avatar--red{ background: var(--hot); color: var(--paper); border-color: var(--hot); }
.rank-row__avatar--paper{ background: var(--paper); color: var(--ink); border-color: var(--paper); }
.rank-row__avatar--dark{ background: #0a0a0a; color: var(--paper); }
.rank-row__avatar--cream{ background: #e1d8c0; color: var(--ink); border-color: #e1d8c0; }
.rank-row__avatar--maroon{ background: #722f37; color: var(--paper); border-color: #722f37; }
.rank-row__avatar--green{ background: #1f7a2e; color: var(--paper); border-color: #1f7a2e; }
.rank-row__avatar--gold{ background: #c79a3a; color: var(--ink); border-color: #c79a3a; }
.rank-row__avatar--dots{
  background-image: radial-gradient(circle, var(--paper) 1.2px, transparent 1.6px);
  background-size: 6px 6px;
  background-color: var(--electric-d);
}
.rank-row__avatar--stripes{
  background:
    repeating-linear-gradient(45deg, var(--paper) 0 4px, transparent 4px 8px),
    var(--ink);
}

.rank-row__name{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.rank-row__name b{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.1rem, 1.35vw, 1.4rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.005em;
}
.rank-row__meta{
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper-2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-row__stat{
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  color: var(--paper);
  letter-spacing: -.01em;
  text-align: right;
  line-height: 1;
}
.rank-row__stat span{
  display: block;
  font-family: var(--f-cond);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--paper-2);
  margin-top: 6px;
  text-transform: uppercase;
}
.rank-row__move{
  font-family: var(--f-cond);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .08em;
  padding: 5px 9px 4px;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 56px;
  text-align: center;
}
.move--up{ background: var(--paper); color: var(--ink); }
.move--down{ background: transparent; color: var(--paper-2); border: 1px solid #2a2a2a; }
.move--same{ background: transparent; color: var(--paper-2); border: 1px solid #2a2a2a; }
.move--new{ background: var(--electric); color: var(--paper); }

/* Home page compact variant */
.section--rankings{ padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.section--rankings .rank-row{ padding: .9rem 0; }
.section--rankings .rank-row__num{ font-size: clamp(2rem, 3vw, 2.6rem); }
.section--rankings .rank-row__avatar{ width: 44px; height: 44px; font-size: 16px; }
.section--rankings .rank-row__name b{ font-size: 1.1rem; }
.section--rankings .rank-row__stat{ font-size: 1.1rem; }

/* Mobile / tablet */
@media (max-width: 900px){
  .rank-row{
    grid-template-columns: 50px 44px 1fr auto;
    column-gap: .85rem;
    row-gap: .25rem;
    padding: .9rem 0;
  }
  .rank-row__num{ font-size: 1.9rem; }
  .rank-row__avatar{ width: 40px; height: 40px; font-size: 14px; }
  .rank-row__stat{
    grid-column: 3 / span 1;
    text-align: left;
    font-size: 1rem;
  }
  .rank-row__stat span{ display: inline; margin: 0 0 0 .5em; }
  .rank-row__move{ grid-column: 4; }
}

@media (max-width: 1100px){
  .videos-grid{ grid-template-columns: repeat(2, 1fr); }
  .tiers{ grid-template-columns: 1fr; }
  .event-hero__inner{ grid-template-columns: 1fr; }
  .event-info{ grid-template-columns: 1fr; }
  .event-info__sidebar{ position: static; }
  .pdp{ grid-template-columns: 1fr; }
  .cart-page, .checkout{ grid-template-columns: 1fr; }
  .related__grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px){
  .videos-grid{ grid-template-columns: 1fr; }
  .video-featured__meta{ grid-template-columns: 1fr; }
  .page-hero__inner{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .page-hero__kicker{ grid-row: 1; grid-column: 1; min-width: 0; }
  .page-hero__title{ grid-row: 2; grid-column: 1; }
  .page-hero__sub{ grid-row: 3; grid-column: 1; }
  .event-hero__meta{ grid-template-columns: 1fr; }
  .form-row, .form-row--three{ grid-template-columns: 1fr; }
  .related__grid{ grid-template-columns: 1fr; }
  .pdp__gallery{ grid-template-columns: 1fr; }
  .pdp__thumbs{ flex-direction: row; }
  .pdp__thumb{ width: 64px; }
  .cart-item{ grid-template-columns: 80px 1fr; }
  .cart-item__price{ grid-column: 1 / -1; text-align: left; }
}
