/* ============================================================
   TEMPLATE: NOIR — Art Deco Glamour
   Estética 1920s Gran Gatsby. Geometría Art Deco, negro
   profundo, dorado champagne, tipografía display condensada,
   patrones SVG geométricos, drama y opulencia.
   ============================================================ */

.ws-template-noir {
    --noir-black: #0a0a0a;
    --noir-deep: #1a1a1a;
    --noir-coal: #2a2424;
    --gold: #d4af6a;
    --gold-light: #f0d99e;
    --gold-deep: #a08245;
    --gold-grad: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 40%, var(--gold-deep) 100%);
    --gold-grad-rev: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold) 60%, var(--gold-light) 100%);
    --ivory: #f5f0e6;

    background: var(--noir-black);
    color: var(--ivory);
}

/* Geometric Art Deco pattern overlay (subtle) */
.ws-template-noir::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: .04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' fill='none' stroke='%23d4af6a' stroke-width='.6'%3E%3Cpath d='M40 0 L40 80 M0 40 L80 40 M0 0 L80 80 M80 0 L0 80'/%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3Crect x='30' y='30' width='20' height='20'/%3E%3C/svg%3E");
    background-size: 80px 80px;
}

/* ============== HERO ============== */
.ws-template-noir .ws-hero {
    background-color: var(--noir-black);
    color: var(--ivory);
    overflow: hidden;
}

/* Art Deco fan pattern in hero corners */
.ws-template-noir .ws-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='none' stroke='%23d4af6a' stroke-width='1.2'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23f0d99e' stop-opacity='.8'/%3E%3Cstop offset='100%25' stop-color='%23a08245' stop-opacity='.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg stroke='url(%23g1)'%3E%3Cpath d='M0 0 L150 0 A150 150 0 0 0 0 150 Z' fill='url(%23g1)' opacity='.1'/%3E%3Cpath d='M0 0 L120 0'/%3E%3Cpath d='M0 0 L150 30'/%3E%3Cpath d='M0 0 L150 60'/%3E%3Cpath d='M0 0 L150 90'/%3E%3Cpath d='M0 0 L150 120'/%3E%3Cpath d='M0 0 L150 150'/%3E%3Cpath d='M0 0 L120 150'/%3E%3Cpath d='M0 0 L90 150'/%3E%3Cpath d='M0 0 L60 150'/%3E%3Cpath d='M0 0 L30 150'/%3E%3Cpath d='M0 0 L0 120'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .8;
}
.ws-template-noir .ws-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='none' stroke='%23d4af6a' stroke-width='1.2'%3E%3Cdefs%3E%3ClinearGradient id='g2' x1='100%25' y1='100%25' x2='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23f0d99e' stop-opacity='.8'/%3E%3Cstop offset='100%25' stop-color='%23a08245' stop-opacity='.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg stroke='url(%23g2)'%3E%3Cpath d='M300 300 L150 300 A150 150 0 0 1 300 150 Z' fill='url(%23g2)' opacity='.1'/%3E%3Cpath d='M300 300 L180 300'/%3E%3Cpath d='M300 300 L150 270'/%3E%3Cpath d='M300 300 L150 240'/%3E%3Cpath d='M300 300 L150 210'/%3E%3Cpath d='M300 300 L150 180'/%3E%3Cpath d='M300 300 L150 150'/%3E%3Cpath d='M300 300 L180 150'/%3E%3Cpath d='M300 300 L210 150'/%3E%3Cpath d='M300 300 L240 150'/%3E%3Cpath d='M300 300 L270 150'/%3E%3Cpath d='M300 300 L300 180'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .8;
}

.ws-template-noir .ws-hero-overlay {
    background:
        radial-gradient(ellipse at center, transparent 0%, rgba(10,10,10,.5) 70%, rgba(10,10,10,.85) 100%),
        linear-gradient(180deg, rgba(10,10,10,.3) 0%, rgba(10,10,10,.6) 100%);
}
.ws-template-noir .ws-hero-content {
    z-index: 3;
    padding: 4rem 2rem;
}

/* Top deco border */
.ws-template-noir .ws-hero-content::before {
    content: '';
    display: block;
    width: 250px;
    height: 40px;
    margin: 0 auto 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 40' fill='none' stroke='%23d4af6a' stroke-width='1.2'%3E%3Cpath d='M0 20 L100 20 M150 20 L250 20'/%3E%3Cg transform='translate(125 20)' fill='%23d4af6a'%3E%3Cpath d='M-20 0 L-10 -8 L0 0 L10 -8 L20 0 L10 8 L0 0 L-10 8 Z'/%3E%3Ccircle cx='0' cy='0' r='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.ws-template-noir .ws-hero-greeting {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.8em;
    font-size: 0.75rem;
    color: var(--gold);
    margin-bottom: 3rem;
    font-weight: 700;
    margin-left: 0.4em;
}
.ws-template-noir .ws-hero-names {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ivory);
    line-height: 0.9;
    font-size: clamp(3.5rem, 12vw, 8rem);
    text-shadow: 0 4px 30px rgba(0,0,0,.5);
}
.ws-template-noir .ws-hero-names .ws-hero-and {
    background: var(--gold-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
    font-weight: 400;
    font-size: 0.55em;
    text-shadow: none;
    text-transform: lowercase;
    letter-spacing: 0;
    margin: 0.3rem 0;
}
.ws-template-noir .ws-hero-date {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 0.95rem;
    color: var(--ivory);
    margin-top: 3rem;
    margin-left: 0.2em;
    font-weight: 500;
}
.ws-template-noir .ws-hero-date::before,
.ws-template-noir .ws-hero-date::after {
    content: '◆';
    color: var(--gold);
    margin: 0 1rem;
    font-size: 0.8em;
}
.ws-template-noir .ws-hero-place {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 0.75rem;
    margin-top: 1rem;
    color: var(--gold);
    opacity: .85;
}

/* Bottom deco border */
.ws-template-noir .ws-hero-content::after {
    content: '';
    display: block;
    width: 250px;
    height: 40px;
    margin: 2.5rem auto 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 40' fill='none' stroke='%23d4af6a' stroke-width='1.2'%3E%3Cpath d='M0 20 L100 20 M150 20 L250 20'/%3E%3Cg transform='translate(125 20)' fill='%23d4af6a'%3E%3Cpath d='M-20 0 L-10 -8 L0 0 L10 -8 L20 0 L10 8 L0 0 L-10 8 Z'/%3E%3Ccircle cx='0' cy='0' r='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* ============== SECTIONS ============== */
.ws-template-noir .ws-section {
    padding: 7rem 0;
    position: relative;
    z-index: 2;
    background: var(--noir-black);
}
.ws-template-noir .ws-section:nth-child(even) {
    background: var(--noir-deep);
}
.ws-template-noir .ws-section:not(.ws-hero)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 600px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
    opacity: .4;
}

/* ============== SECTION TITLES ============== */
.ws-template-noir .ws-section-title {
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--ivory);
    margin-bottom: 1rem;
    margin-left: 0.15em;
}
.ws-template-noir .ws-section-title::before {
    content: '';
    display: block;
    width: 60px;
    height: 20px;
    margin: 0 auto 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 20' fill='%23d4af6a'%3E%3Cpath d='M30 0 L36 6 L60 6 L36 14 L30 20 L24 14 L0 14 L24 6 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.ws-template-noir .ws-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: var(--gold);
    margin: 1.2rem auto 0;
}
.ws-template-noir .ws-section-subtitle {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.8rem;
    color: var(--gold);
    font-style: normal;
    margin-bottom: 4.5rem;
    font-weight: 500;
    margin-left: 0.15em;
}

/* ============== CARDS — black with gold border ============== */
.ws-template-noir .ws-detail-card,
.ws-template-noir .ws-rsvp-form,
.ws-template-noir .ws-gift-card,
.ws-template-noir .ws-dresscode-card,
.ws-template-noir .ws-location-card {
    background: var(--noir-coal);
    border: 1px solid rgba(212,175,106,.25);
    border-radius: 0;
    color: var(--ivory);
    position: relative;
    box-shadow: 0 20px 60px -20px rgba(0,0,0,.8);
    transition: border-color .4s var(--ws-ease), transform .4s var(--ws-ease);
}
.ws-template-noir .ws-detail-card::before,
.ws-template-noir .ws-gift-card::before,
.ws-template-noir .ws-dresscode-card::before,
.ws-template-noir .ws-location-card::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(212,175,106,.15);
    pointer-events: none;
}
.ws-template-noir .ws-detail-card::after,
.ws-template-noir .ws-gift-card::after,
.ws-template-noir .ws-location-card::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
    border-top: 2px solid var(--gold);
    border-left: 2px solid var(--gold);
    pointer-events: none;
}
.ws-template-noir .ws-detail-card:hover,
.ws-template-noir .ws-gift-card:hover,
.ws-template-noir .ws-location-card:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
}

/* ============== COUNTDOWN ============== */
.ws-template-noir .ws-countdown-grid {
    max-width: 720px;
    gap: 1rem;
}
.ws-template-noir .ws-countdown-box {
    background: var(--noir-coal);
    border: 1px solid rgba(212,175,106,.3);
    border-radius: 0;
    padding: 2.5rem 0.5rem;
    box-shadow: 0 12px 30px -10px rgba(0,0,0,.6);
    position: relative;
}
.ws-template-noir .ws-countdown-box::before {
    content: '';
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(212,175,106,.2);
    pointer-events: none;
}
.ws-template-noir .ws-countdown-num {
    font-family: var(--font-heading);
    font-weight: 700;
    background: var(--gold-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ws-template-noir .ws-countdown-label {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7rem;
    color: var(--gold);
    margin-top: 0.75rem;
    font-weight: 500;
}

/* ============== STORY ============== */
.ws-template-noir .ws-story-text {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.35rem;
    line-height: 2;
    color: var(--ivory);
    max-width: 640px;
    font-weight: 300;
}
.ws-template-noir .ws-story-text::before {
    content: '';
    display: block;
    width: 50px;
    height: 30px;
    margin: 0 auto 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 30' fill='%23d4af6a'%3E%3Cpath d='M25 0 L30 10 L50 10 L30 20 L25 30 L20 20 L0 20 L20 10 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* ============== BUTTONS — gold-bar Deco ============== */
.ws-template-noir .ws-btn {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 0;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    padding: 1.2rem 2.5rem;
    padding-left: calc(2.5rem + 0.4em);
    position: relative;
    overflow: hidden;
    transition: color .4s var(--ws-ease), border-color .4s var(--ws-ease);
}
.ws-template-noir .ws-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-grad);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s var(--ws-ease);
    z-index: -1;
}
.ws-template-noir .ws-btn:hover {
    color: var(--noir-black);
    background: transparent;
    border-color: var(--gold);
    transform: none;
    box-shadow: 0 0 20px rgba(212,175,106,.3);
}
.ws-template-noir .ws-btn:hover::before {
    transform: scaleX(1);
}
.ws-template-noir .ws-btn-outline {
    background: transparent;
    color: var(--gold);
}

/* ============== DETAIL CARDS ============== */
.ws-template-noir .ws-detail-card {
    padding: 3.5rem 2.5rem;
    color: var(--ivory);
}
.ws-template-noir .ws-detail-icon {
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
    filter: grayscale(1) sepia(1) saturate(2) hue-rotate(15deg);
}
.ws-template-noir .ws-detail-card h3 {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.85rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.ws-template-noir .ws-detail-name {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    color: var(--ivory);
    font-weight: 500;
    margin-bottom: 1rem;
}
.ws-template-noir .ws-detail-time,
.ws-template-noir .ws-detail-address {
    color: rgba(245,240,230,.65);
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

/* ============== RSVP FORM ============== */
.ws-template-noir .ws-rsvp-form {
    padding: 4rem 3rem;
    max-width: 600px;
    margin: 0 auto;
}
.ws-template-noir .ws-form-group label {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7rem;
    color: var(--gold);
    font-weight: 600;
}
.ws-template-noir .ws-form-group input,
.ws-template-noir .ws-form-group textarea,
.ws-template-noir .ws-form-group select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(212,175,106,.4);
    border-radius: 0;
    padding: 0.85rem 0;
    color: var(--ivory);
    font-family: var(--font-body);
}
.ws-template-noir .ws-form-group input::placeholder,
.ws-template-noir .ws-form-group textarea::placeholder {
    color: rgba(245,240,230,.3);
}
.ws-template-noir .ws-form-group input:focus,
.ws-template-noir .ws-form-group textarea:focus {
    border-bottom-color: var(--gold);
}
.ws-template-noir .ws-radio {
    border: 1px solid rgba(212,175,106,.3);
    border-radius: 0;
    padding: 1.25rem;
    color: var(--ivory);
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    justify-content: center;
}
.ws-template-noir .ws-radio:has(input:checked) {
    background: var(--gold-grad);
    color: var(--noir-black);
    border-color: var(--gold);
}

/* ============== GALLERY ============== */
.ws-template-noir .ws-gallery-grid {
    gap: 0.5rem;
}
.ws-template-noir .ws-gallery-item {
    border-radius: 0;
    border: 1px solid transparent;
    transition: border-color .3s var(--ws-ease);
}
.ws-template-noir .ws-gallery-item img {
    filter: grayscale(.3) contrast(1.05);
    transition: filter .5s var(--ws-ease), transform .6s var(--ws-ease);
}
.ws-template-noir .ws-gallery-item:hover {
    border-color: var(--gold);
}
.ws-template-noir .ws-gallery-item:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

/* ============== DRESSCODE ============== */
.ws-template-noir .ws-dresscode-card { padding: 4.5rem 2rem; }
.ws-template-noir .ws-dresscode-icon { color: var(--gold); }
.ws-template-noir .ws-dresscode-code {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-size: 2.2rem;
    background: var(--gold-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ws-template-noir .ws-color-swatch {
    border: 2px solid var(--gold);
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,.6);
}

/* ============== GIFTS ============== */
.ws-template-noir .ws-gift-card { padding: 3rem 2.5rem; }
.ws-template-noir .ws-gift-card h3 {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    color: var(--gold);
    font-weight: 600;
}
.ws-template-noir .ws-gift-card code {
    background: var(--noir-deep);
    color: var(--gold);
    border: 1px solid rgba(212,175,106,.3);
}
.ws-template-noir .ws-copy-row {
    background: var(--noir-deep);
    border: 1px solid rgba(212,175,106,.25);
    border-radius: 0;
    color: var(--ivory);
    font-family: var(--font-body);
}

/* ============== FAQ ============== */
.ws-template-noir .ws-faq-item {
    background: var(--noir-coal);
    border: 1px solid rgba(212,175,106,.2);
    border-radius: 0;
    padding: 1.5rem 2rem;
    margin-bottom: 0.5rem;
    color: var(--ivory);
}
.ws-template-noir .ws-faq-item:hover {
    border-color: rgba(212,175,106,.5);
    box-shadow: none;
}
.ws-template-noir .ws-faq-item summary {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 500;
}
.ws-template-noir .ws-faq-item summary::after {
    color: var(--gold);
    font-weight: 300;
}
.ws-template-noir .ws-faq-item p {
    color: rgba(245,240,230,.7);
    line-height: 1.8;
}

/* ============== PLAYLIST ============== */
.ws-template-noir .ws-playlist-list li {
    background: var(--noir-coal);
    border-radius: 0;
    border-left: 3px solid var(--gold);
    padding: 1rem 1.5rem;
    color: var(--ivory);
    font-family: var(--font-body);
}

/* ============== LOCATIONS ============== */
.ws-template-noir .ws-location-card { padding: 3rem 2rem; }
.ws-template-noir .ws-location-icon { color: var(--gold); margin-bottom: 1rem; }
.ws-template-noir .ws-location-card h3 {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.1rem;
    color: var(--gold);
    font-weight: 600;
}
.ws-template-noir .ws-location-address { color: rgba(245,240,230,.6); }

/* ============== BRANDING ============== */
.ws-template-noir .ws-branding {
    background: var(--noir-black);
    color: rgba(212,175,106,.6);
    border-top: 1px solid var(--gold);
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7rem;
    padding: 2.5rem;
}
.ws-template-noir .ws-branding a {
    color: var(--gold);
}

/* ============== ENVELOPE ============== */
.ws-template-noir .ws-envelope-wrapper {
    background:
        radial-gradient(ellipse at center, rgba(212,175,106,.1) 0%, transparent 60%),
        var(--noir-black);
}
.ws-template-noir .ws-envelope-flap {
    background: var(--gold-grad);
    filter: drop-shadow(0 4px 12px rgba(212,175,106,.4));
}
.ws-template-noir .ws-envelope-body {
    background: var(--noir-coal);
    border: 1px solid var(--gold);
    color: var(--ivory);
    border-radius: 0;
}
.ws-template-noir .ws-envelope-card {
    background: var(--noir-black);
    color: var(--ivory);
    border: 1px solid rgba(212,175,106,.4);
    border-radius: 0;
    padding: 2.5rem 2rem;
}
.ws-template-noir .ws-envelope-card::before {
    content: '';
    display: block;
    width: 60px;
    height: 30px;
    margin: 0 auto 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30' fill='%23d4af6a'%3E%3Cpath d='M30 0 L36 12 L60 12 L36 18 L30 30 L24 18 L0 18 L24 12 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.ws-template-noir .ws-envelope-greeting {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.7rem;
    color: var(--gold);
    font-style: normal;
    font-weight: 600;
}
.ws-template-noir .ws-envelope-card h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--gold-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.ws-template-noir .ws-envelope-open {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 0;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 1rem 2rem;
}

/* ============== MUSIC TOGGLE ============== */
.ws-template-noir .music-toggle {
    background: var(--gold-grad);
    color: var(--noir-black);
    border: 1px solid var(--gold);
}
