/* 1. LOAD YOUR CUSTOM FONT */
@font-face {
    font-family: 'AncientStory';
    src: url('../AncientStory.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MagicFleurons';
    src: url('../Magic_Fleurons_NC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OldEnglishHearts';
    src: url('../old_english_hearts.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThorsHammer';
    src: url('../Thors_Hammer_Carved.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arhaic';
    src: url('../Arhaic_rom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GRECOroman';
    src: url('../GRECOromanLubedWrestling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.society-logo {
    font-family: 'GRECOroman', serif !important;
}

body {
    background-color: #050505;
    background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
    font-family: 'Times New Roman', serif;
    color: #e0e0e0;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

/* =====================
   HEADER
===================== */
.site-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px 20px;
    gap: 0;
}

.header-center {
    flex: 0 1 auto;
    text-align: center;
}

.header-bird-left {
    width: 160px;
    height: auto;
    flex-shrink: 0;
}

.header-bird-right {
    width: 160px;
    height: auto;
    flex-shrink: 0;
    transform: scaleX(-1);
}

h1 {
    font-family: 'GRECOroman', serif;
    font-size: 80px;
    letter-spacing: 4px;
    color: #ffffff;
    text-transform: lowercase;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 30px rgba(68, 43, 161, 1), 0 0 60px rgba(68, 43, 161, 0.8), 0 0 90px rgba(68, 43, 161, 0.6), 3px 3px 0px #000;
    filter: contrast(1.2);
    text-align: center;
}

h2, .red-header {
    font-family: 'AncientStory', serif;
    color: #442ba1;
    font-size: 28px;
    letter-spacing: 8px;
    margin: 0 0 5px 0;
    opacity: 0.8;
}

/* =====================
   NAV
===================== */
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav ul li {
    display: inline;
}

.nav a {
    font-family: 'Courier New', monospace;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 20px;
    transition: 0.3s;
}

.nav a:hover {
    color: #fff;
    letter-spacing: 2px;
}

.beveled-line {
    border: none;
    border-top: 1px solid #444;
    margin: 10px 0;
}

/* =====================
   3-COLUMN GRID
===================== */
.main-grid {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 10px;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.col-left,
.col-center,
.col-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* =====================
   BOXES
===================== */
.box {
    border: 1px solid #442ba1;
    background-color: rgba(10, 10, 10, 0.85);
    overflow: hidden;
    box-shadow: 0 0 15px rgba(68, 43, 161, 0.4);
}

.box-title {
    background-color: #1a1a2e;
    border-bottom: 1px solid #442ba1;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #aaa;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.box-content {
    padding: 10px;
    font-size: 16px;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* =====================
   LEFT COLUMN
===================== */
.sun-gif {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.buttons-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px;
}

.site-button {
    height: auto;
    width: 100%;
    display: block;
}

.small-text {
    font-size: 14px;
    color: #888;
    font-family: 'Courier New', monospace;
    margin: 0;
}

/* =====================
   CENTER COLUMN
===================== */
.video-box {
    padding: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 ratio */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.side-art {
    width: 120px;
    border: 1px solid #444;
    margin: 5px;
    padding: 3px;
    background: #000;
}

.float-left { float: left; margin-right: 10px; }
.float-right { float: right; margin-left: 10px; }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.divider-art {
    display: block;
    margin: 15px auto 5px;
    max-width: 180px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* =====================
   RIGHT COLUMN
===================== */
.box-logo {
    width: 160px;
    height: auto;
    filter: invert(1);
    mix-blend-mode: screen;
    transition: transform 2s ease;
    display: block;
    margin: 0 auto;
}

.box-logo:hover {
    transform: rotate(360deg);
}

.updates-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'Courier New', monospace;
}

.updates-list li {
    padding: 4px 0;
    border-bottom: 1px solid #222;
    color: #aaa;
}

.updates-list li::before {
    content: "• ";
    color: #442ba1;
}

.magenta-header {
    color: #442ba1;
    font-family: 'AncientStory', serif;
    font-size: 18px;
    margin: 0 0 8px 0;
}

#passwordInput {
    background: #000;
    border: 1px solid #555;
    color: #e0e0e0;
    padding: 5px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.retro-link {
    font-family: 'Courier New', monospace;
    color: #888;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.retro-link:hover {
    color: #fff;
}

/* =====================
   BUTTONS
===================== */
.retro-btn {
    background: #111;
    border: 1px solid #555;
    color: #e0e0e0;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    padding: 4px 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s;
}

.retro-btn:hover {
    background: #333;
    color: #fff;
    border-color: #fff;
}

/* =====================
   FOOTER
===================== */
footer {
    text-align: center;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #555;
    padding: 10px;
}

/* =====================
   MISC / LEGACY
===================== */
.seal-container {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 20px 0;
    margin: 40px auto;
    max-width: 600px;
}

.hidden {
    display: none;
}

/* =====================
   TORCHES
===================== */
.torch-container {
    margin-top: auto;
    padding: 10px 0;
}

.torch-gif {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.torch-gif-right {
    transform: scaleX(-1);
}

/* =====================
   CONTACT PAGE
===================== */
.contact-wrap {
    max-width: 640px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}

.contact-box {
    width: 100%;
    box-sizing: border-box;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}

.contact-list li {
    padding: 8px 0;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-list li span {
    line-height: 1;
}

.contact-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.contact-icon-ig {
    width: 32px;
    height: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 500px;
}

.form-label {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #aaa;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-input {
    background: #000;
    border: 1px solid #555;
    color: #e0e0e0;
    padding: 6px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.form-textarea {
    background: #000;
    border: 1px solid #555;
    color: #e0e0e0;
    padding: 6px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    resize: vertical;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #442ba1;
}

.contact-torches {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

/* =====================
   MUSIC PAGE
===================== */
.music-wrap {
    max-width: 900px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}

.music-box {
    width: 100%;
    box-sizing: border-box;
}

.member-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 10px;
}

.member-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.member-name {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #442ba1;
    text-transform: lowercase;
    letter-spacing: 2px;
    text-align: center;
}

.spotify-embed {
    width: 100%;
    height: 352px;
    border-radius: 0;
}

/* =====================
   DROPPING SOON
===================== */
.release-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
    padding: 10px;
}

.release-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.release-title {
    font-family: 'AncientStory', serif;
    font-size: 22px;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
}

.release-artist {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #442ba1;
    margin: 0;
    letter-spacing: 2px;
}

.release-desc {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

.tracklist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #aaa;
}

.tracklist li {
    padding: 3px 0;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tracklist li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../media/spinningcd.gif');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.release-cover-wrap {
    flex-shrink: 0;
}

.release-cover {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 1px solid #444;
    display: block;
}

/* =====================
   SHOWS PAGE
===================== */
.shows-wrap {
    max-width: 640px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}

.shows-box {
    width: 100%;
    box-sizing: border-box;
}

.show-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 15px 10px;
    border-bottom: 1px solid #222;
}

.show-item:last-child {
    border-bottom: none;
}

.show-item.past {
    opacity: 0.6;
}

.show-date {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    color: #442ba1;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}

.show-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.show-location {
    font-family: 'Courier New', monospace;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.show-venue {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #888;
}

.show-status {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 8px;
    display: inline-block;
    width: fit-content;
    margin-top: 5px;
}

.show-status.active {
    background: rgba(68, 43, 161, 0.1);
    color: #442ba1;
    border: 1px solid #442ba1;
}

.show-status.confirmed {
    background: rgba(68, 43, 161, 0.1);
    color: #442ba1;
    border: 1px solid #442ba1;
}

.show-status.classified {
    background: rgba(68, 43, 161, 0.1);
    color: #442ba1;
    border: 1px solid #442ba1;
}

.show-status.past {
    background: rgba(136, 136, 136, 0.1);
    color: #888;
    border: 1px solid #555;
}

/* =====================
   MERCH PAGE
===================== */
.merch-wrap {
    max-width: 900px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
}

.merch-wide-box {
    width: 100%;
    box-sizing: border-box;
}

.merch-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 15px;
}

.merch-product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.merch-product-image {
    width: 100%;
    height: 200px;
    background: #000;
    border: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.merch-product-name {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.merch-product-price {
    font-family: 'Courier New', monospace;
    font-size: 16px;
    color: #442ba1;
    letter-spacing: 2px;
    font-weight: bold;
}

.merch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin: 15px 0;
}

.merch-item {
    width: 100%;
    box-sizing: border-box;
}

.merch-image-placeholder {
    width: 100%;
    height: 280px;
    background: #000;
    border: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.merch-desc {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #aaa;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 10px;
}

.merch-price {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    color: #442ba1;
    letter-spacing: 2px;
    margin: 10px 0;
    font-weight: bold;
}

/* =====================
   PHOTOS PAGE
===================== */
.photos-wrap {
    max-width: 900px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
}

.photos-box {
    width: 100%;
    box-sizing: border-box;
}

.photo-viewer {
    width: 100%;
    height: 400px;
    background: #000;
    border: 2px solid #442ba1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(68, 43, 161, 0.5);
}

.viewer-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    padding: 10px;
}

.gallery-photo {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 1px solid #444;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    background: #000;
}

.gallery-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(68, 43, 161, 0.6);
    border-color: #442ba1;
}

.photo-placeholder {
    width: 100%;
    height: 250px;
    background: #000;
    border: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #555;
}
