/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Password field enhancements: show/hide toggle + caps-lock warning.
   Wired up by Scripts/Site.js - no markup changes needed on the .aspx side. */
.password-input-group {
    max-width: 280px;
}

.password-input-group .form-control {
    max-width: none;
}

.password-toggle {
    display: inline-flex;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.password-toggle .password-icon {
    vertical-align: -0.125em;
}

.password-caps-warning {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

/* ==========================================================================
   Hypnotic Theatre theme - vintage playbill
   Near-black auditorium, deep crimson velvet, antique gold, aged-paper cream.
   Playfair Display (theatrical display) + Noto Sans (body). The hypnotic
   spiral and curtain motifs echo the group's logo and stage banner.
   ========================================================================== */
:root {
    --ht-noir: #100b0c;        /* page background, dark auditorium */
    --ht-surface: #1b1214;     /* raised cards / panels */
    --ht-surface-2: #241719;   /* hover / nested surfaces */
    --ht-ink-deep: #0a0708;    /* deepest wells (nav/footer/overlays) */
    --ht-velvet: #7a1220;      /* deep curtain red */
    --ht-crimson: #a81d2d;     /* brighter stage red */
    --ht-gold: #c8a14e;        /* antique gold / brass */
    --ht-gold-soft: #e3c987;   /* lit gold (hover/highlight) */
    --ht-cream: #ece3cf;       /* playbill paper / primary text */
    --ht-muted: #a99b86;       /* secondary warm text */
    --ht-border: rgba(200, 161, 78, 0.22);   /* gold hairline */
    --ht-curtain: linear-gradient(180deg, #a81d2d 0%, #7a1220 60%, #4d0c14 100%);
}

body {
    color: var(--ht-cream);
    background-color: var(--ht-noir);
    font-family: "Noto Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
    line-height: 1.7;
}

h1, h2, h3, h4 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    color: var(--ht-cream);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

a {
    color: var(--ht-gold);
    text-decoration: none;
}
a:hover {
    color: var(--ht-gold-soft);
}

/* Gold foil text helper - the marquee/playbill treatment */
.ht-gilt {
    background: linear-gradient(180deg, var(--ht-gold-soft), var(--ht-gold) 55%, #9c7a32);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.body-content {
    margin-top: 1.75rem;
}

/* --- Navbar ------------------------------------------------------------- */
.navbar-ht {
    background-color: var(--ht-ink-deep) !important;
    border-bottom: 2px solid var(--ht-gold);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
}
.navbar-ht .navbar-brand {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: 0.04em;
    color: var(--ht-cream);
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}
.navbar-ht .navbar-brand .brand-mark {
    width: 1.7rem;
    height: 1.7rem;
}
.navbar-ht .nav-link {
    color: rgba(236, 227, 207, 0.78) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.82rem;
    font-weight: 600;
    transition: color 0.15s ease;
}
.navbar-ht .nav-link:hover,
.navbar-ht .nav-link:focus {
    color: var(--ht-gold-soft) !important;
}
/* Right-hand "Join" item renders as a marquee CTA pill */
.navbar-ht .navbar-right .nav-link {
    color: var(--ht-cream) !important;
    background: var(--ht-curtain);
    border: 1px solid var(--ht-gold);
    border-radius: 999px;
    padding: 0.35rem 1.1rem;
}
.navbar-ht .navbar-right .nav-link:hover,
.navbar-ht .navbar-right .nav-link:focus {
    color: #fff !important;
    filter: brightness(1.12);
}

/* --- Buttons ------------------------------------------------------------ */
.btn-ht {
    background: var(--ht-curtain);
    border: 1px solid var(--ht-gold);
    color: var(--ht-cream);
    padding: 0.7rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.btn-ht:hover,
.btn-ht:focus {
    color: #fff;
    filter: brightness(1.12);
    box-shadow: 0 8px 26px rgba(168, 29, 45, 0.45);
}
.btn-ht-outline {
    background-color: transparent;
    border: 1px solid var(--ht-gold);
    color: var(--ht-gold-soft);
    padding: 0.7rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.btn-ht-outline:hover,
.btn-ht-outline:focus {
    background-color: var(--ht-gold);
    color: var(--ht-ink-deep);
}

/* --- Hero --------------------------------------------------------------- */
.ht-hero {
    position: relative;
    color: var(--ht-cream);
    background-image: linear-gradient(rgba(10, 7, 8, 0.55), rgba(16, 11, 12, 0.93)),
        url("images/stage.png");
    background-size: cover;
    background-position: center top;
    border: 1px solid var(--ht-border);
    border-radius: 1rem;
    padding: 6rem 1.5rem 6.5rem;
    text-align: center;
    margin-bottom: 3.5rem;
    overflow: hidden;
}
/* Gold footlight glow along the stage edge */
.ht-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--ht-gold), transparent);
}
.ht-hero h1 {
    color: var(--ht-cream);
    font-size: clamp(2.6rem, 7vw, 5rem);
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.7);
}
.ht-hero .ht-tagline {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-size: clamp(1.15rem, 2.4vw, 1.6rem);
    color: var(--ht-gold-soft);
    margin-bottom: 0.6rem;
}
.ht-hero .ht-subtagline {
    font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 40rem;
    margin: 0 auto 1.75rem;
    color: rgba(236, 227, 207, 0.82);
}
.ht-hero .ht-pill {
    display: inline-block;
    background: rgba(168, 29, 45, 0.22);
    border: 1px solid var(--ht-gold);
    border-radius: 999px;
    padding: 0.35rem 1.1rem;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ht-gold-soft);
    margin-bottom: 1.5rem;
}
.ht-hero-actions .btn {
    margin: 0.35rem;
}

/* Stat strip beneath the hero */
.ht-stat {
    text-align: center;
    margin: -2.25rem auto 3rem;
}
.ht-stat .ht-stat-number {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.5rem, 6vw, 3.75rem);
    font-weight: 700;
    line-height: 1;
}
.ht-stat .ht-stat-label {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.82rem;
    color: var(--ht-muted);
}

/* --- Section helpers ---------------------------------------------------- */
.ht-section {
    padding: 1rem 0 2.5rem;
}
.ht-section-tinted {
    background: var(--ht-surface);
    border: 1px solid var(--ht-border);
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}
.ht-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ht-gold);
    margin-bottom: 0.45rem;
}
.ht-section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 0.75rem;
}
.ht-lead {
    font-size: 1.18rem;
    color: var(--ht-muted);
    max-width: 46rem;
}

/* --- Feature cards (playbill cards) ------------------------------------- */
.ht-card {
    background: var(--ht-surface);
    border: 1px solid var(--ht-border);
    border-radius: 0.75rem;
    height: 100%;
    padding: 1.75rem 1.6rem;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.ht-card:hover {
    transform: translateY(-4px);
    border-color: var(--ht-gold);
    box-shadow: 0 18px 44px rgba(168, 29, 45, 0.28);
}
.ht-card .ht-card-icon {
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 0.85rem;
    color: var(--ht-gold-soft);
}
.ht-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
}
.ht-card p {
    color: var(--ht-muted);
    margin-bottom: 0;
}

/* --- Schedule ----------------------------------------------------------- */
.ht-schedule {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ht-schedule li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--ht-border);
}
.ht-schedule li:last-child {
    border-bottom: none;
}
.ht-schedule .ht-day {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ht-gold-soft);
}
.ht-schedule .ht-event-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
}
.ht-schedule .ht-event {
    color: var(--ht-cream);
    text-align: right;
}
.ht-schedule .ht-time {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ht-gold-soft);
    white-space: nowrap;
}
.ht-tz-note {
    font-size: 0.9rem;
    color: var(--ht-muted);
    margin-top: 0.75rem;
}

/* --- Rules list --------------------------------------------------------- */
.ht-rules {
    counter-reset: ht-rule;
    list-style: none;
    padding: 0;
}
.ht-rules > li {
    position: relative;
    padding: 0.4rem 0 0.4rem 3rem;
    margin-bottom: 0.6rem;
    color: var(--ht-cream);
}
.ht-rules > li::before {
    counter-increment: ht-rule;
    content: counter(ht-rule);
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: var(--ht-curtain);
    border: 1px solid var(--ht-gold);
    color: var(--ht-cream);
    border-radius: 50%;
    font-weight: 700;
}

/* --- Split / media rows ------------------------------------------------- */
.ht-split-img {
    width: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
    border: 1px solid var(--ht-gold);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6);
}

/* --- Poster gallery (the playbill) -------------------------------------- */
.ht-poster {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid var(--ht-gold);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.6);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.ht-poster:hover {
    transform: translateY(-4px) rotate(-0.5deg);
    border-color: var(--ht-gold-soft);
    box-shadow: 0 18px 46px rgba(168, 29, 45, 0.32);
}

/* --- Support / Patreon callout ------------------------------------------ */
.ht-support {
    position: relative;
    background: var(--ht-curtain);
    border: 1px solid var(--ht-gold);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    margin: 1rem 0 3rem;
    color: var(--ht-cream);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.ht-support .ht-support-icon {
    font-size: 2.75rem;
    color: var(--ht-gold-soft);
    line-height: 1;
}
.ht-support .ht-support-body {
    flex: 1 1 22rem;
    min-width: 16rem;
}
.ht-support h2 {
    color: var(--ht-cream);
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    margin-bottom: 0.5rem;
}
.ht-support p {
    color: rgba(236, 227, 207, 0.9);
    margin: 0 auto;
    max-width: 38rem;
}
.ht-support .btn {
    flex: 0 0 auto;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .ht-support {
        text-align: left;
    }
    .ht-support p {
        margin: 0;
    }
}

/* --- Call-to-action banner ---------------------------------------------- */
.ht-cta {
    position: relative;
    color: var(--ht-cream);
    background-image: linear-gradient(rgba(10, 7, 8, 0.78), rgba(16, 11, 12, 0.88)),
        url("images/stage.png");
    background-size: cover;
    background-position: center;
    border: 1px solid var(--ht-border);
    border-radius: 1rem;
    padding: 3.75rem 1.5rem;
    text-align: center;
    margin: 1rem 0 3rem;
    overflow: hidden;
}
.ht-cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--ht-gold), transparent);
}
.ht-cta h2 {
    color: var(--ht-cream);
    font-size: clamp(2rem, 5vw, 3rem);
}
.ht-cta p {
    color: rgba(236, 227, 207, 0.85);
    max-width: 38rem;
    margin: 0 auto 1.5rem;
}

/* --- Disclaimer / note tones -------------------------------------------- */
.ht-note {
    background: var(--ht-surface);
    border: 1px solid var(--ht-border);
    border-left: 3px solid var(--ht-crimson);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    color: var(--ht-muted);
    font-size: 0.95rem;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

/* --- Footer ------------------------------------------------------------- */
.ht-footer {
    background: var(--ht-ink-deep);
    color: var(--ht-muted);
    border-top: 2px solid var(--ht-gold);
    border-radius: 1rem 1rem 0 0;
    padding: 2.5rem 2rem 1.75rem;
    margin-top: 3rem;
}
.ht-footer a {
    color: rgba(236, 227, 207, 0.85);
    text-decoration: none;
}
.ht-footer a:hover {
    color: var(--ht-gold-soft);
}
.ht-footer h4 {
    color: var(--ht-cream);
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}
.ht-footer .ht-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ht-footer .ht-footer-links li {
    margin-bottom: 0.4rem;
}
.ht-footer-bottom {
    border-top: 1px solid var(--ht-border);
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    font-size: 0.85rem;
    color: rgba(236, 227, 207, 0.5);
}
