/* ==== Base / Reset ==== */
body {
    font-family: Courier, monospace;
    font-size: 14px;
    background: #000;
    color: #faf2db;
    margin: 0;
}

/* Anchor offset for sticky menu */
.anchor-target { scroll-margin-top: 230px; }

a {
    color: #faf2db;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 0.5px;
}
img {
    margin-bottom: 20px;
}

.line {
    margin: 20px 0 50px 0;
    border-top: 2px dashed #faf2db;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    margin-bottom: -20px;
}

.title {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 50px;
}

.textBox {
    margin-top: 50px;
    margin-bottom: 40px;
}

.epText {
    margin-bottom: 8px;
}

#main { text-align: center; }

.menu {
    text-transform: uppercase;
    font-size: 16px;
}

/* Sticky menu */
#menu, .menu {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: black;
    padding: 0px 0 12px 0;
}

/* Add subtle divider under sticky menu */
#menu:after {
    content: "";
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 10px auto 30px auto;
    border-top: 2px dashed #faf2db;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.linebreak {
    margin-bottom: 20px;
    color: black;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid {
    margin-bottom: 60px;
}
/* ==== Press Section ==== */
.pressTxt { width: 360px; margin: 0 auto 60px auto; line-height: 20px; }

/* Cropped square image */
.pressImg { width:160px; height:160px; margin:0 auto 10px auto; overflow:hidden; position:relative; display:flex; align-items:center; justify-content:center; }
.pressImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pressGroup { margin:0 0 40px 0; font-size:12px; }
.pressImgContainer { display:flex; flex-wrap:wrap; justify-content:center; width:360px; margin:0 auto 60px auto; }
.pressImgContainer .pressGroup { flex:0 1 180px; }
@media (max-width: 320px) { .pressImgContainer { gap:5px; } .pressImgContainer .pressGroup { flex:0 1 100%; } }
.collapsible-text {
    position: relative;
    max-height: 180px; /* default collapsed height */
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.collapsible-text p {
    margin-top: 0;
}
.collapsible-text.collapsed {
    max-height: 180px;
}
.collapsible-text:not(.collapsed) {
    max-height: 2000px; /* large enough to show all */
}
.fade-mask {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, black 90%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.collapsible-text:not(.collapsed) .fade-mask { opacity: 0; }
.toggle-btn {
    background: #faf2db;
    color: #000;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
    font-family: Courier;
    font-size: 14px;
    border-radius: 4px;
}
.toggle-btn:hover { background: #979797; }
.txt {
    margin-top: 60px;
}

.videos { width:360px; margin:0 auto; }

.videoGroup {
    display: inline-block;
    height: 180px;
    font-size: 12px;
    margin: 0 14px 24px 0;
}
.videoItem { margin:auto; width:300px; }
.videoItem img { width:300px; margin-bottom:4px; }
.video-thumb {
    position: relative;
    display: inline-block;
}
.video-thumb .thumb { display:block; width:300px; height:auto; }
.video-thumb .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: transform 0.2s ease, opacity 0.2s ease;
    pointer-events: none; /* click passes through to link */
    border-radius: 50%; /* make it circular */
    background: rgba(0,0,0,0.15); /* subtle dark backdrop */
    box-sizing: content-box;
}
.video-thumb:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
}
.video-link { text-decoration: none; position: relative; display: inline-block; }
.video-caption {
    font-size: 14px;
    margin: 0 0 40px 0;
}

/* Small square thumbnails with play overlay */
.video-thumb-sm { position: relative; display: inline-block; }
.video-thumb-sm img { display: block; }
.play-overlay-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: transform 0.2s ease, opacity 0.2s ease;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.25);
    padding: 0px;
}
.video-thumb-sm:hover .play-overlay-sm { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
.videoItemX {
    width: 160px;
    height: 160px;
    margin-bottom: 4px; /* merged: Set 1 had 5px, Set 2 had 40px */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FAF2DBFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

/* --- Extra content / shop / forms --- */
.description {
    max-width: 300px;
    margin: auto;
    margin-bottom: 50px;
}

.shopCover {
    width: 220px;
    height: auto;
}

.contact-form { 
    padding: 20px; 
    max-width: 300px; 
    margin: auto; 
}

.contact-form label { 
    display: block; 
    margin-top: 10px; 
}

.contact-form input, 
.contact-form textarea { 
    width: 100%; 
    padding: 10px; 
    margin-top: 5px; 
}

button { 
    margin-top: 15px; 
    background: #faf2db; 
    color: #000; 
    border: none; 
    padding: 10px 15px; 
    border-radius: 6px; 
    cursor: pointer; 
    font-family: Courier;
}

button:hover { 
    background: #979797; 
}
.events {
    width: 360px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
/* --- Poll (video choices) --- */
.vote-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 320px;
  margin: 0 auto 10px;
}

.vote-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  background: #1e1e1e;
  cursor: pointer;
  text-align: left;
  color: #faf2db;
  font-size: 14px;
  line-height: 1.25;
  transition: border-color .18s, background .18s, transform .15s;
}

.vote-btn:hover,
.vote-btn:focus {
  border-color: #faf2db;
  background: #272727;
  outline: none;
}

.vote-btn:active {
  transform: translateY(2px);
}

.vote-btn img {
  width: 120px;
  height: 120px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  background: #333;
  flex-shrink: 0;
  margin-bottom: 0;
}

.vote-label {
  flex: 1;
  font-weight: 500;
}

/* Poll check box */
.check {
  width:22px;
  height:22px;
  border:2px solid #555;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#222;
  color:#faf2db;
  font-size:14px;
  line-height:1;
  flex-shrink:0;
  transition:background .2s, border-color .2s;
}

.vote-btn.selected .check {
  background:#2f6d37;
  border-color:#2f6d37;
}

.vote-btn.selected .check::after {
  content:"\2713"; /* ✓ */
}

.vote-actions { text-align:center; margin-top:10px; }
#vote-submit {
  background:#faf2db; color:#111; border:none; padding:10px 26px;
  font-size:14px; border-radius:26px; cursor:pointer; font-weight:600;
  transition:background .2s, transform .15s; letter-spacing:.5px;
}
#vote-submit:disabled { background:#666; color:#222; cursor:not-allowed; }
#vote-submit:not(:disabled):hover { background:#ffffff; }
#vote-submit:not(:disabled):active { transform:translateY(2px); }
#email {
    margin: 0px 0 10px 0;
    font-size: 12px;
    color: #888;
    text-align: center;
}
.email-prompt {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px
}
#results {
    margin-top: 40px;
    font-size: 14px;
    line-height:20px;
}