@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=UnifrakturCook:wght@700&display=swap');

:root {
    --sg-black: #050308;
    --sg-ink: #0b0710;
    --sg-panel: #100918;
    --sg-bone: #f1e7d8;
    --sg-muted: #b9aebd;
    --sg-purple: #58117a;
    --sg-violet: #a23eff;
    --sg-orange: #ff671f;
    --sg-copper: #a74428;
    --sg-border: rgba(241, 231, 216, .16);
    --sg-display: Georgia, "Times New Roman", serif;
    --sg-roman: "Cinzel Decorative", Georgia, serif;
    --sg-blackletter: "UnifrakturCook", "Old English Text MT", Georgia, serif;
    --sg-sans: Inter, Montserrat, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--sg-black); }

body.sgx-experience-active {
    margin: 0;
    color: var(--sg-bone);
    background:
        radial-gradient(circle at 18% 18%, rgba(99, 24, 142, .18), transparent 28rem),
        radial-gradient(circle at 82% 12%, rgba(255, 85, 20, .12), transparent 25rem),
        var(--sg-black);
    font-family: var(--sg-sans);
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

body.sgx-experience-active::before {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    content: "";
    opacity: .23;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

.sg-site { min-height: 100vh; isolation: isolate; }
.sg-site a { color: inherit; text-decoration: none; }
.sg-site img { display: block; max-width: 100%; }
.sg-site h1, .sg-site h2, .sg-site h3, .sg-site p { margin-top: 0; }
.sg-site h1, .sg-site h2, .sg-site h3 {
    font-family: var(--sg-display);
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.035em;
    text-wrap: balance;
}
.sg-site h1 { font-size: clamp(4rem, 10vw, 9rem); }
.sg-site h2 { font-size: clamp(2.8rem, 6vw, 6rem); }

.sg-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 12px clamp(18px, 4vw, 70px);
    border-bottom: 1px solid transparent;
    transition: background .35s ease, border-color .35s ease, min-height .35s ease;
}
body.admin-bar .sg-header { top: 32px; }
.sg-header.is-scrolled {
    min-height: 70px;
    background: rgba(5, 3, 8, .88);
    border-color: var(--sg-border);
    backdrop-filter: blur(18px);
}
.sg-brand { width: clamp(150px, 15vw, 230px); }
.sg-brand img {
    width: 100%;
    filter: drop-shadow(0 0 15px rgba(161, 61, 255, .3));
}
.sg-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 34px); }
.sg-nav a {
    position: relative;
    padding: 12px 0;
    color: rgba(241, 231, 216, .72);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    transition: color .25s ease;
}
.sg-nav a::after {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, var(--sg-violet), var(--sg-orange));
    transform: scaleX(0);
    transition: transform .3s ease;
}
.sg-nav a:hover, .sg-nav a.is-current { color: var(--sg-bone); }
.sg-nav a:hover::after, .sg-nav a.is-current::after { transform: scaleX(1); }

.sg-site .sg-menu-toggle {
    display: none !important;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--sg-border) !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,.3) !important;
    box-shadow: none !important;
    color: var(--sg-bone) !important;
    cursor: pointer;
}
.sg-menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--sg-bone); }

.sg-kicker {
    margin-bottom: 18px;
    color: #d88cff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.sg-hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 130px 24px 90px;
    text-align: center;
    isolation: isolate;
    background: var(--sg-black);
}
.sg-hero::before,
.sg-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    z-index: 1;
}
.sg-hero::before {
    background: radial-gradient(circle at center, transparent 5%, rgba(5,3,8,.12) 40%, rgba(5,3,8,.82) 100%);
}
.sg-hero::after {
    background: linear-gradient(90deg, rgba(5,3,8,.5), transparent 28%, transparent 72%, rgba(5,3,8,.5));
}
.sg-hero__sky {
    position: absolute;
    inset: -4%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translate3d(var(--sg-sky-x), var(--sg-sky-y), 0);
    transition: transform .7s cubic-bezier(.2,.75,.2,1);
}
.sg-hero__sky::before {
    position: absolute;
    inset: -6%;
    content: "";
    background:
        linear-gradient(180deg, rgba(5,3,8,.28), rgba(5,3,8,.46) 58%, var(--sg-black)),
        url('../images/countdown-ruins.webp') center/cover no-repeat;
    transform-origin: center;
    animation: sg-sky-drift 20s ease-in-out infinite alternate;
    will-change: transform;
}
.sg-hero__aura {
    position: absolute;
    z-index: 1;
    width: min(75vw, 900px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 94, 20, .38), rgba(113, 26, 161, .22) 30%, transparent 68%);
    filter: blur(25px);
    animation: sg-breathe 7s ease-in-out infinite;
}
.sg-hero__content { position: relative; z-index: 2; width: min(100%, 900px); }
.sg-hero__logo {
    width: min(570px, 80vw);
    margin: 0 auto 20px;
    filter: drop-shadow(0 8px 0 rgba(0,0,0,.65)) drop-shadow(0 0 24px rgba(159, 64, 255, .34));
}
.sg-hero h1 {
    margin-bottom: 26px;
    color: var(--sg-bone);
    font-size: clamp(3rem, 7vw, 7.4rem);
    text-shadow: 0 3px 0 #120818, 0 0 35px rgba(255, 86, 20, .25);
}
.sg-lede { max-width: 670px; margin: 0 auto 32px; color: var(--sg-muted); font-size: clamp(1rem, 1.6vw, 1.25rem); }

.sg-hero--countdown {
    min-height: 100svh;
    padding-top: 118px;
    padding-bottom: 70px;
}
.sg-hero--countdown .sg-hero__content { width: min(100%, 1050px); }
.sg-hero--countdown .sg-kicker {
    position: relative;
    z-index: 5;
    margin-bottom: 3px;
    color: #efad74;
    text-shadow: 0 3px 4px rgba(0,0,0,.98), 0 0 12px #000, 0 0 22px rgba(255,103,31,.6);
    filter: drop-shadow(0 3px 2px rgba(0,0,0,.95));
}
.sg-hero--countdown h1 {
    position: relative;
    width: fit-content;
    margin: -10px auto 16px;
    color: transparent;
    background: linear-gradient(180deg, #fff6df 4%, #efc181 42%, #e0672e 70%, #70204f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--sg-roman);
    font-size: clamp(2.8rem, 5.8vw, 5.9rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .9;
    text-transform: none;
    -webkit-text-stroke: 1px rgba(255,229,196,.26);
    text-shadow: 3px 4px 0 #130718, 0 0 28px rgba(255,92,24,.35), 0 0 55px rgba(131,36,189,.28);
}
.sg-hero--countdown h1 span {
    display: block;
    margin-bottom: 12px;
    color: #f1e7d8;
    font-family: var(--sg-sans);
    font-size: .14em;
    font-weight: 900;
    letter-spacing: .38em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 3px 4px rgba(0,0,0,.98), 0 0 12px #000, 0 0 20px rgba(155,49,214,.62);
    filter: drop-shadow(0 3px 2px rgba(0,0,0,.95));
}
.sg-hero--countdown h1::after {
    display: block;
    width: 72%;
    height: 3px;
    margin: 18px auto 0;
    content: "";
    background: linear-gradient(90deg, transparent, #9e39da 18%, #f5d09a 50%, #ff681f 82%, transparent);
    box-shadow: 0 0 14px rgba(255,103,31,.65);
    transform: skewX(-35deg);
}
.sg-hero--countdown .sg-lede { margin-bottom: 22px; }

.sg-doomsday {
    position: relative;
    width: clamp(240px, 29vw, 350px);
    margin: -5px auto 2px;
    isolation: isolate;
    filter: drop-shadow(0 22px 22px rgba(0,0,0,.72));
}
.sg-doomsday__clock {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    overflow: visible;
}
.sg-doomsday__dagger {
    position: absolute;
    z-index: 1;
    top: -26%;
    left: 50%;
    width: 30%;
    height: 139%;
    overflow: visible;
    filter: drop-shadow(0 12px 8px rgba(0,0,0,.9)) drop-shadow(0 0 10px rgba(255,101,31,.34));
    transform: translateX(-50%) rotate(-5deg);
    transform-origin: 50% 50%;
}
.sg-doomsday__halo {
    position: absolute;
    z-index: 0;
    top: 16%;
    left: 13%;
    width: 74%;
    aspect-ratio: 1;
    border: 1px solid rgba(196,82,255,.28);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,89,24,.2), rgba(118,23,157,.19) 42%, transparent 69%);
    box-shadow: 0 0 55px rgba(151,43,207,.35), inset 0 0 32px rgba(255,91,24,.17);
    animation: sg-clock-halo 3.8s ease-in-out infinite;
}
.sg-clock__gear { transform-box: fill-box; transform-origin: center; }
.sg-clock__gear--outer { animation: sg-clock-turn 60s linear infinite; }
.sg-clock__gear--a { animation: sg-clock-turn 18s linear infinite reverse; }
.sg-clock__gear--b { animation: sg-clock-turn 24s linear infinite; }
.sg-clock__hand--second { filter: drop-shadow(0 0 5px rgba(184,64,239,.85)); }
.sg-clock__crack { filter: drop-shadow(0 0 4px currentColor); opacity: .7; }

.sg-countdown {
    width: min(100%, 770px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 auto 13px;
}
.sg-countdown > div {
    position: relative;
    min-height: 82px;
    display: grid;
    place-content: center;
    overflow: hidden;
    border: 1px solid rgba(221,177,141,.2);
    background:
        linear-gradient(135deg, rgba(157,49,197,.18), transparent 44%),
        linear-gradient(315deg, rgba(255,92,25,.14), transparent 42%),
        rgba(4,2,7,.74);
    box-shadow: inset 0 0 20px rgba(0,0,0,.7), 0 9px 30px rgba(0,0,0,.28);
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
    backdrop-filter: blur(8px);
}
.sg-countdown > div::before,
.sg-countdown > div::after {
    position: absolute;
    content: "";
    pointer-events: none;
}
.sg-countdown > div::before {
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sg-orange), transparent);
    box-shadow: 0 0 12px rgba(255,103,31,.75);
}
.sg-countdown > div::after {
    inset: 8px;
    border: 1px solid rgba(255,255,255,.035);
}
.sg-countdown strong {
    color: var(--sg-bone);
    font-family: var(--sg-display);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.04em;
    line-height: .9;
    text-shadow: 0 2px 0 #000, 0 0 17px rgba(169,61,234,.4);
}
.sg-countdown span {
    margin-top: 7px;
    color: rgba(241,231,216,.56);
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.sg-show-time {
    margin-bottom: 8px;
    color: #f1aa74;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .23em;
    text-transform: uppercase;
}
.sg-hero--countdown.is-arrived .sg-doomsday__halo { animation-duration: 1.2s; }
.sg-hero--countdown.is-arrived .sg-countdown > div { border-color: rgba(255,103,31,.62); }
.sg-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; }
.sg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 54px;
    padding: 15px 24px;
    border: 1px solid var(--sg-border);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.sg-button:hover { transform: translateY(-3px); }
.sg-button--primary {
    border-color: rgba(255, 123, 55, .75);
    background: linear-gradient(115deg, #7b1da1, #d64054 55%, #ff6c1f);
    box-shadow: 0 16px 44px rgba(103, 25, 139, .34);
}
.sg-button--primary:hover { box-shadow: 0 18px 54px rgba(255, 82, 18, .3); }
.sg-button--ghost { background: rgba(5,3,8,.62); backdrop-filter: blur(10px); }
.sg-scroll-mark {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    display: grid;
    place-items: center;
    gap: 8px;
    color: rgba(241,231,216,.55);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.sg-scroll-mark span { width: 1px; height: 38px; background: linear-gradient(var(--sg-orange), transparent); }

.sg-worlds, .sg-content-section { padding: clamp(80px, 10vw, 150px) clamp(18px, 4vw, 70px); }
.sg-content-section--dates { padding-top: clamp(28px, 4vw, 58px); }
.sg-section-heading { width: min(100%, 800px); margin: 0 auto clamp(38px, 6vw, 76px); text-align: center; }
.sg-section-heading h2 { margin-bottom: 20px; }
.sg-section-heading > p:last-child { color: var(--sg-muted); }
.sg-worlds .sg-section-heading { width: min(100%, 1120px); }
.sg-worlds .sg-section-heading h2 {
    margin-bottom: 24px;
    color: transparent;
    background:
        repeating-linear-gradient(168deg, rgba(241,231,216,1) 0 7px, rgba(175,154,153,.92) 8px 9px, rgba(241,231,216,1) 10px 15px);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--sg-blackletter);
    font-size: clamp(3.2rem, 5.6vw, 6.2rem);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: .86;
    white-space: nowrap;
    -webkit-text-stroke: 1px rgba(255,255,255,.1);
    filter: drop-shadow(0 4px 0 #16091b) drop-shadow(0 0 20px rgba(151,48,207,.24));
}

.sg-triptych {
    --panel-a: 1fr;
    --panel-b: 1fr;
    --panel-c: 1fr;
    width: min(100%, 1600px);
    min-height: min(78vh, 850px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: var(--panel-a) var(--panel-b) var(--panel-c);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: #09050d;
    box-shadow: 0 45px 100px rgba(0,0,0,.6), 0 0 85px rgba(106, 23, 148, .18);
    transition: grid-template-columns .65s cubic-bezier(.2,.75,.2,1);
}
.sg-triptych:has(.sg-panel--cathedral:hover) { --panel-a: 1.34fr; --panel-b: .83fr; --panel-c: .83fr; }
.sg-triptych:has(.sg-panel--reliquary:hover) { --panel-a: .83fr; --panel-b: 1.34fr; --panel-c: .83fr; }
.sg-triptych:has(.sg-panel--clock:hover) { --panel-a: .83fr; --panel-b: .83fr; --panel-c: 1.34fr; }
.sg-panel {
    --mx: 0;
    --my: 0;
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.12);
    perspective: 1000px;
    isolation: isolate;
}
.sg-panel:last-child { border-right: 0; }
.sg-panel::before,
.sg-panel::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    transition: opacity .5s ease;
}
.sg-panel::before { background: linear-gradient(180deg, rgba(3,1,6,.1), transparent 35%, rgba(3,1,6,.84)); }
.sg-panel::after { opacity: .4; box-shadow: inset 0 0 90px rgba(0,0,0,.85); }
.sg-panel__art {
    position: absolute;
    z-index: 1;
    inset: -5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.04) translate3d(calc(var(--mx) * -13px), calc(var(--my) * -9px), 0);
    transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .65s ease;
}
.sg-panel--cathedral .sg-panel__art { background-image: url('../images/panel-cathedral.webp'); }
.sg-panel--reliquary .sg-panel__art { background-image: url('../images/live-theatre.webp'); }
.sg-panel--clock .sg-panel__art { background-image: url('../images/panel-storm.webp'); }
.sg-panel__light {
    position: absolute;
    z-index: 3;
    inset: 15%;
    border-radius: 50%;
    opacity: 0;
    transform: translate3d(calc(var(--mx) * 22px), calc(var(--my) * 15px), 0) scale(.7);
    transition: opacity .6s ease, transform .7s cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}
.sg-panel--cathedral .sg-panel__light { background: radial-gradient(circle at 52% 50%, rgba(255, 91, 15, .7), transparent 48%); }
.sg-panel--reliquary .sg-panel__light { background: radial-gradient(circle, rgba(155, 49, 255, .55), rgba(255, 90, 19, .18) 35%, transparent 66%); }
.sg-panel--clock .sg-panel__light { background: radial-gradient(circle at 50% 57%, rgba(255, 97, 18, .8), transparent 36%); }
.sg-panel__logo {
    position: absolute;
    z-index: 4;
    top: 27%;
    left: 50%;
    width: min(72%, 320px);
    opacity: .82;
    filter: drop-shadow(0 12px 0 rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(255, 92, 18, .25));
    transform: translate3d(calc(-50% + var(--mx) * 16px), calc(var(--my) * 12px), 0) scale(.9);
    transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .5s ease, filter .5s ease;
}
.sg-panel__copy {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    gap: 4px;
    padding: clamp(22px, 3vw, 42px);
    text-shadow: 0 2px 18px #000;
    transform: translateY(16px);
    transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.sg-panel__copy small { color: #e19aff; font-size: .65rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.sg-panel__copy strong { font-family: var(--sg-display); font-size: clamp(1.65rem, 2.6vw, 3.35rem); font-weight: 500; line-height: 1; }
.sg-panel__copy em { margin-top: 7px; opacity: 0; color: var(--sg-bone); font-size: .72rem; font-style: normal; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: translateY(8px); transition: opacity .4s ease, transform .4s ease; }
.sg-panel:hover .sg-panel__art,
.sg-panel.is-active .sg-panel__art { filter: saturate(1.18) contrast(1.06); transform: scale(1.11) translate3d(calc(var(--mx) * -20px), calc(var(--my) * -15px), 0); }
.sg-panel:hover .sg-panel__light,
.sg-panel.is-active .sg-panel__light { opacity: 1; transform: translate3d(calc(var(--mx) * 26px), calc(var(--my) * 18px), 0) scale(1); }
.sg-panel:hover .sg-panel__copy,
.sg-panel.is-active .sg-panel__copy { transform: translateY(0); }
.sg-panel:hover .sg-panel__copy em,
.sg-panel.is-active .sg-panel__copy em { opacity: 1; transform: translateY(0); }
.sg-panel:hover .sg-panel__logo,
.sg-panel.is-active .sg-panel__logo { opacity: 1; filter: drop-shadow(0 20px 0 rgba(0,0,0,.6)) drop-shadow(0 0 30px rgba(255, 91, 18, .42)); transform: translate3d(calc(-50% + var(--mx) * 22px), calc(-18px + var(--my) * 17px), 0) scale(1.04); }
.sg-triptych:hover .sg-panel:not(:hover) .sg-panel__art { filter: brightness(.58) saturate(.64); }
.sg-panel--cathedral:hover .sg-panel__art { animation: sg-cloud-drift 6s ease-in-out infinite alternate; }
.sg-panel--clock:hover .sg-panel__light { animation: sg-pulse 1.75s ease-in-out infinite; }

.sg-feature {
    width: min(100%, 1380px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(45px, 8vw, 130px);
    padding: clamp(90px, 13vw, 190px) clamp(20px, 5vw, 80px);
}
.sg-feature__copy > p:not(.sg-kicker) { max-width: 610px; color: var(--sg-muted); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.sg-feature__copy h2 { margin-bottom: 28px; }
.sg-image-frame {
    position: relative;
    padding: clamp(9px, 1.2vw, 17px);
    background: linear-gradient(145deg, rgba(156,57,255,.55), rgba(255,95,21,.55));
    box-shadow: 0 42px 100px rgba(0,0,0,.55), -18px -16px 70px rgba(92, 18, 133, .16), 18px 16px 70px rgba(255, 87, 17, .12);
    transform: rotate(-1.4deg);
}
.sg-image-frame::after { position: absolute; inset: 9%; z-index: -1; content: ""; background: var(--sg-purple); filter: blur(65px); opacity: .42; }
.sg-image-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,255,255,.18); }
.sg-image-frame--portrait { transform: rotate(1.2deg); }
.sg-image-frame--portrait img { aspect-ratio: 3 / 4; object-position: center top; }
.sg-track-preview, .sg-tracklist { margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid var(--sg-border); }
.sg-track-preview li { display: flex; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--sg-border); font-family: var(--sg-display); font-size: 1.15rem; }
.sg-track-preview span, .sg-tracklist span { color: var(--sg-orange); font-family: var(--sg-sans); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.sg-text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 8px; border-bottom: 1px solid var(--sg-orange); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.sg-text-link span { color: var(--sg-orange); font-size: 1.2rem; transition: transform .25s ease; }
.sg-text-link:hover span { transform: translateX(6px); }

.sg-date-row {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid var(--sg-border);
}
.sg-date-row:last-child { border-bottom: 1px solid var(--sg-border); }
.sg-date-row > span, .sg-date-row > time, .sg-date-row > em { font-size: .67rem; font-style: normal; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sg-date-row > span, .sg-date-row > time { color: #d88cff; }
.sg-date-row em { color: var(--sg-orange); }
.sg-date-row strong { font-family: var(--sg-display); font-size: 1.2rem; font-weight: 500; }
.sg-date-row--tour {
    grid-template-columns: 135px minmax(0, 1fr) 165px;
    align-items: center;
    gap: clamp(22px, 4vw, 48px);
    padding: clamp(26px, 3.4vw, 42px) 0;
}
.sg-date-row--featured {
    margin: 0 -24px;
    padding-right: 24px;
    padding-left: 24px;
    background: linear-gradient(90deg, rgba(118,30,160,.17), rgba(255,91,20,.06), transparent);
}
.sg-date-row__details strong {
    display: block;
    margin: 3px 0 10px;
    font-family: var(--sg-blackletter);
    font-size: clamp(1.9rem, 3.2vw, 3.35rem);
    line-height: .9;
}
.sg-readable-k {
    display: inline-block;
    font-family: var(--sg-roman);
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-.02em);
}
.sg-date-row__details p { margin: 0; color: var(--sg-muted); font-size: .88rem; }
.sg-date-row__details p + p { margin-top: 7px; }
.sg-date-row__details .sg-kicker { color: var(--sg-orange); font-size: .62rem; }
.sg-date-row__details .sg-date-row__venue { color: var(--sg-bone); font-family: var(--sg-display); font-size: 1.05rem; }
.sg-date-row__details .sg-date-row__lineup { margin-top: 10px; color: #8f8293; font-size: .72rem; line-height: 1.5; }
.sg-date-row__actions { display: grid; justify-items: center; gap: 16px; }
.sg-date-row__actions .sg-button { min-width: 145px; }
.sg-date-row__actions .sg-text-link { font-size: .58rem; }
.sg-date-row__actions .sg-text-link b { color: var(--sg-orange); font-size: 1rem; transition: transform .25s ease; }
.sg-date-row__actions .sg-text-link:hover b { transform: translateX(5px); }

.sg-signal {
    position: relative;
    width: min(calc(100% - 36px), 1300px);
    margin: 50px auto 150px;
    overflow: hidden;
    padding: clamp(60px, 9vw, 130px) 24px;
    border: 1px solid var(--sg-border);
    text-align: center;
    background:
        radial-gradient(circle at 50% 120%, rgba(255, 87, 18, .32), transparent 48%),
        radial-gradient(circle at 50% -20%, rgba(139, 42, 210, .32), transparent 50%),
        #0a0610;
}
.sg-signal h2 { margin-bottom: 22px; }
.sg-signal > p:not(.sg-kicker) { max-width: 650px; margin: 0 auto 30px; color: var(--sg-muted); }

.sg-page-hero {
    position: relative;
    min-height: clamp(300px, 40vh, 410px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 125px 24px 56px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 75%, rgba(255, 87, 18, .17), transparent 28%),
        radial-gradient(circle at 50% 20%, rgba(132, 42, 204, .24), transparent 42%),
        linear-gradient(var(--sg-ink), var(--sg-black));
}
.sg-page-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .22;
    background: url('../images/shadowbox-triptych.webp') center/cover;
    filter: blur(2px) saturate(.6);
    transform: scale(1.08);
}
.sg-page-hero > * { position: relative; z-index: 1; }
.sg-page-hero h1 {
    margin-bottom: 17px;
    color: transparent;
    background: repeating-linear-gradient(168deg, #f1e7d8 0 8px, #a9919f 9px 10px, #f1e7d8 11px 16px);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--sg-blackletter);
    font-size: clamp(3.2rem, 6.2vw, 5.8rem);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: .85;
    filter: drop-shadow(0 4px 0 #120715) drop-shadow(0 0 22px rgba(149,46,202,.25));
}
.sg-page-hero > p:last-child { color: var(--sg-muted); font-size: 1rem; }
.sg-page-hero--image::before { opacity: .3; background-image: linear-gradient(rgba(5,3,8,.5), rgba(5,3,8,.8)), var(--sg-page-image); background-position: center 28%; filter: saturate(.85); }
.sg-page-feature { padding-top: clamp(70px, 9vw, 120px); }

.sg-tracklist li {
    display: grid;
    grid-template-columns: 55px 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 19px 0;
    border-bottom: 1px solid var(--sg-border);
}
.sg-tracklist strong { font-family: var(--sg-display); font-size: 1.3rem; font-weight: 500; }
.sg-tracklist em { color: var(--sg-muted); font-size: .65rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.sg-tracklist__blurred {
    opacity: .42;
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}
.sg-dates { width: min(100%, 1000px); margin: 0 auto; }

.sg-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; max-width: 1500px; margin: 0 auto; }
.sg-media-card, .sg-contact-card {
    padding: clamp(20px, 3vw, 38px);
    border: 1px solid var(--sg-border);
    background: linear-gradient(145deg, rgba(82,18,113,.18), rgba(255,90,18,.06));
}
.sg-media-card__screen { aspect-ratio: 16/10; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid var(--sg-border); background: radial-gradient(circle, rgba(255,87,18,.22), transparent 30%), radial-gradient(circle at 30% 20%, rgba(154,60,255,.25), transparent 50%), #09050d; }
.sg-media-card__screen span { display: grid; width: 62px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--sg-orange); }
.sg-media-card h2, .sg-contact-card h2 { font-size: clamp(1.8rem, 3vw, 3rem); }

.sg-gallery { display: grid; grid-template-columns: 1fr 1.12fr 1fr; gap: clamp(12px, 2vw, 28px); max-width: 1450px; margin: 0 auto; align-items: start; }
.sg-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--sg-border); box-shadow: 0 30px 70px rgba(0,0,0,.5); }
.sg-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .7s ease, filter .7s ease; filter: saturate(.8); }
.sg-gallery figure:hover img { transform: scale(1.045); filter: saturate(1.1); }
.sg-gallery figure:nth-child(2) { margin-top: -45px; }

.sg-members {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--sg-border);
    background:
        radial-gradient(circle at 35% 42%, rgba(118, 28, 178, .18), transparent 30%),
        radial-gradient(circle at 70% 58%, rgba(255, 85, 16, .11), transparent 28%),
        linear-gradient(180deg, rgba(5, 3, 8, .35), #08040b 72%);
}
.sg-members::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .24;
    pointer-events: none;
    background: repeating-linear-gradient(112deg, transparent 0 38px, rgba(255,255,255,.025) 39px, transparent 40px);
}
.sg-members .sg-section-heading { position: relative; z-index: 1; }
.sg-members .sg-section-heading h2 {
    font-family: var(--sg-blackletter);
    font-size: clamp(3.5rem, 6vw, 6.7rem);
    line-height: .86;
    filter: drop-shadow(0 6px 18px rgba(151, 48, 207, .22));
}
.sg-members__grid {
    position: relative;
    z-index: 1;
    width: min(100%, 1600px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: clamp(14px, 1.8vw, 30px);
}
.sg-member-card {
    position: relative;
    isolation: isolate;
    min-width: 0;
    outline: 0;
    transition: transform .55s cubic-bezier(.2,.75,.2,1);
}
.sg-member-card::before,
.sg-member-card::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    aspect-ratio: 3 / 4;
    content: "";
    pointer-events: none;
}
.sg-member-card::before {
    top: -9px;
    left: -8px;
    border: 1px solid rgba(170, 70, 255, .66);
    box-shadow: -8px -8px 24px rgba(114,27,171,.13);
}
.sg-member-card::after {
    top: 10px;
    left: 10px;
    border-right: 1px solid rgba(255, 101, 25, .72);
    border-bottom: 1px solid rgba(255, 101, 25, .72);
    box-shadow: 8px 8px 24px rgba(255,78,13,.1);
}
.sg-member-card:nth-child(2) { transform: translateY(24px) rotate(-.65deg); }
.sg-member-card:nth-child(3) { transform: translateY(-16px) rotate(.5deg); }
.sg-member-card:nth-child(4) { transform: translateY(18px) rotate(-.35deg); }
.sg-member-card:hover,
.sg-member-card:focus { transform: translateY(-10px) rotate(0); }
.sg-member-card__frame {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    isolation: isolate;
    background: #050307;
    box-shadow: 0 34px 70px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,255,255,.1);
}
.sg-member-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.9) contrast(1.05);
    transition: opacity .7s ease, transform 1s cubic-bezier(.2,.75,.2,1), filter .7s ease;
}
.sg-member-card__image--primary { opacity: 1; transform: scale(1.001); }
.sg-member-card__image--alternate { opacity: 0; transform: scale(1.075); }
.sg-member-card--revealed:hover .sg-member-card__image--primary,
.sg-member-card--revealed:focus .sg-member-card__image--primary { opacity: 0; transform: scale(1.055); }
.sg-member-card--revealed:hover .sg-member-card__image--alternate,
.sg-member-card--revealed:focus .sg-member-card__image--alternate { opacity: 1; transform: scale(1); filter: saturate(1.08) contrast(1.06); }
.sg-member-card__silhouette {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: end center;
    background:
        radial-gradient(circle at 50% 28%, rgba(171,63,255,.3), transparent 34%),
        radial-gradient(circle at 50% 78%, rgba(255,91,17,.16), transparent 44%),
        linear-gradient(155deg, #14091b, #040206 70%);
}
.sg-member-card__silhouette::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(0,0,0,.58), transparent 42% 58%, rgba(0,0,0,.58));
}
.sg-member-card__silhouette svg {
    position: relative;
    width: 92%;
    height: 94%;
    fill: #020103;
    opacity: .94;
    filter: blur(1.2px) drop-shadow(0 0 12px rgba(173,67,255,.24));
}
.sg-member-card--mirrored .sg-member-card__silhouette svg { transform: scaleX(-1); }
.sg-member-card__veil {
    position: absolute;
    inset: 0;
    opacity: .68;
    background:
        linear-gradient(180deg, transparent 40%, rgba(3,1,5,.82)),
        repeating-linear-gradient(172deg, transparent 0 6px, rgba(255,255,255,.018) 7px, transparent 8px);
}
.sg-member-card__copy { padding: 24px 5px 0; text-align: center; }
.sg-member-card__copy span {
    display: block;
    margin-bottom: 8px;
    color: var(--sg-orange);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase;
}
.sg-member-card__copy h3 {
    margin: 0;
    font-family: var(--sg-roman);
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    font-weight: 500;
    line-height: .95;
    text-shadow: 0 7px 24px rgba(0,0,0,.8);
}
.sg-member-card--mystery .sg-member-card__copy span { color: #bd76d9; }
.sg-member-card--mystery .sg-member-card__copy h3 { color: rgba(241,231,216,.55); font-size: clamp(1.2rem, 1.55vw, 1.65rem); }
.sg-member-card--revealed:focus .sg-member-card__frame { box-shadow: 0 34px 70px rgba(0,0,0,.58), 0 0 0 2px var(--sg-orange); }

.sg-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; max-width: 1300px; margin: 0 auto; }
.sg-contact-card { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; }
.sg-contact-card p:last-child { color: var(--sg-muted); }
.sg-feature blockquote { margin: 35px 0 0; padding: 22px 0 22px 28px; border-left: 2px solid var(--sg-orange); color: #e0a8f2; font-family: var(--sg-display); font-size: 1.5rem; }

.sg-empty-state { width: min(calc(100% - 36px), 900px); margin: 100px auto 150px; padding: clamp(60px, 8vw, 110px) 24px; border: 1px solid var(--sg-border); text-align: center; background: radial-gradient(circle at center, rgba(100,21,139,.24), transparent 50%), #09050d; }
.sg-empty-state__sigil { width: 120px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 35px; border: 1px solid rgba(255,106,31,.65); border-radius: 50%; box-shadow: inset 0 0 35px rgba(146,39,210,.28), 0 0 40px rgba(255,88,18,.13); font-family: var(--sg-display); font-size: 2.5rem; }
.sg-empty-state h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.sg-empty-state p:last-child { color: var(--sg-muted); }

.sg-footer { padding: 70px 24px 40px; border-top: 1px solid var(--sg-border); text-align: center; background: #040206; }
.sg-footer > img { width: min(270px, 65vw); margin: 0 auto 10px; opacity: .84; }
.sg-footer > p { color: #d68bed; font-family: var(--sg-display); font-size: 1rem; letter-spacing: .2em; text-transform: uppercase; }
.sg-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 25px; margin: 35px auto; }
.sg-footer nav a { color: var(--sg-muted); font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sg-footer nav a:hover { color: var(--sg-orange); }
.sg-footer small { color: rgba(241,231,216,.4); font-size: .68rem; letter-spacing: .1em; }

.sg-reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.sg-reveal.is-visible { opacity: 1; transform: translateY(0); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes sg-breathe { 0%,100% { transform: scale(.9); opacity: .65; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes sg-sky-drift {
    0% { transform: scale(1.04) translate3d(-1.1%, -.45%, 0); }
    45% { transform: scale(1.075) translate3d(.35%, .3%, 0); }
    100% { transform: scale(1.055) translate3d(1.15%, -.15%, 0); }
}
@keyframes sg-cloud-drift { from { transform: scale(1.1) translate3d(-4px,-2px,0); } to { transform: scale(1.15) translate3d(9px,4px,0); } }
@keyframes sg-pulse { 0%,100% { opacity: .55; filter: blur(0); } 50% { opacity: 1; filter: blur(5px); } }
@keyframes sg-clock-turn { to { transform: rotate(360deg); } }
@keyframes sg-clock-halo { 0%,100% { opacity: .55; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes sg-crown-hover { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

@media (max-width: 1050px) {
    .sg-header { min-height: 72px; }
    .sg-site .sg-menu-toggle { display: block !important; position: relative; z-index: 2; }
    .sg-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 90px 24px 40px;
        background: rgba(5,3,8,.97);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    }
    .sg-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .sg-nav a { font-family: var(--sg-display); font-size: clamp(1.5rem, 6vw, 2.4rem); letter-spacing: .04em; text-transform: none; }
    .sg-triptych { min-height: 68vh; }
    .sg-feature { gap: 45px; }
    .sg-members__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 64px; }
    .sg-member-card { grid-column: span 2; }
    .sg-member-card:nth-child(4) { transform: translateY(0) rotate(-.35deg); }
    .sg-member-card:nth-child(4) { grid-column: 2 / span 2; }
    .sg-member-card:nth-child(5) { grid-column: 4 / span 2; }
}

@media (max-width: 760px) {
    body.admin-bar .sg-header { top: 46px; }
    .sg-site h1 { font-size: clamp(3.2rem, 18vw, 5.2rem); }
    .sg-site h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
    .sg-hero { min-height: 92svh; background-position: center; }
    .sg-hero__logo { width: min(92vw, 520px); }
    .sg-hero--countdown { min-height: 100svh; padding: 112px 15px 72px; }
    .sg-hero--countdown .sg-kicker { font-size: .58rem; letter-spacing: .22em; }
    .sg-doomsday { width: min(72vw, 285px); margin-top: 2px; }
    .sg-doomsday__dagger { top: -22%; height: 133%; }
    .sg-hero--countdown h1 { margin-top: -4px; font-size: clamp(2.15rem, 10vw, 3.6rem); }
    .sg-hero--countdown h1 span { font-size: .17em; letter-spacing: .24em; }
    .sg-countdown { gap: 4px; }
    .sg-countdown > div { min-height: 68px; }
    .sg-countdown strong { font-size: clamp(1.65rem, 8vw, 2.4rem); }
    .sg-countdown span { font-size: .48rem; letter-spacing: .13em; }
    .sg-show-time { font-size: .58rem; letter-spacing: .13em; }
    .sg-hero--countdown .sg-lede { font-size: .92rem; line-height: 1.55; }
    .sg-actions { flex-direction: column; align-items: stretch; }
    .sg-button { width: 100%; }
    .sg-worlds { padding-left: 14px; padding-right: 14px; }
    .sg-triptych { display: flex; flex-direction: column; min-height: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
    .sg-panel { min-height: 65vh; margin-bottom: 12px; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 26px 60px rgba(0,0,0,.55); }
    .sg-panel__art { inset: 0; background-size: cover; background-position: center; }
    .sg-panel__copy { transform: translateY(0); }
    .sg-panel__copy em { opacity: .7; transform: translateY(0); }
    .sg-feature { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
    .sg-feature--live .sg-feature__copy { order: 2; }
    .sg-feature--live .sg-feature__media { order: 1; }
    .sg-worlds .sg-section-heading h2 { font-size: clamp(1.9rem, 8.4vw, 3rem); white-space: nowrap; }
    .sg-page-hero { min-height: 300px; padding-top: 118px; padding-bottom: 46px; }
    .sg-page-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
    .sg-date-row, .sg-tracklist li { grid-template-columns: 1fr auto; }
    .sg-date-row strong, .sg-tracklist strong { grid-column: 1 / -1; grid-row: 2; }
    .sg-date-row--tour { grid-template-columns: 1fr; align-items: start; }
    .sg-date-row--featured { margin-right: -10px; margin-left: -10px; padding-right: 10px; padding-left: 10px; }
    .sg-date-row--tour > time { grid-column: 1; grid-row: auto; }
    .sg-date-row__details { grid-column: 1; grid-row: auto; }
    .sg-date-row__actions { grid-column: 1; grid-row: auto; width: 100%; justify-items: stretch; }
    .sg-date-row__actions .sg-text-link { justify-self: start; }
    .sg-tracklist em { grid-column: 2; grid-row: 1; }
    .sg-card-grid, .sg-contact-grid { grid-template-columns: 1fr; }
    .sg-gallery { grid-template-columns: 1fr; }
    .sg-gallery figure:nth-child(2) { margin-top: 0; }
    .sg-members { padding-right: 22px; padding-left: 22px; }
    .sg-members__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 58px 22px; }
    .sg-member-card:nth-child(n) { grid-column: auto; transform: none; }
    .sg-member-card:nth-child(5) { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
    .sg-member-card:hover,
    .sg-member-card:focus { transform: translateY(-6px); }
    .sg-member-card__copy { padding-top: 18px; }
    .sg-member-card__copy h3 { font-size: clamp(1.25rem, 6vw, 1.8rem); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .sg-reveal { opacity: 1; transform: none; }
}
