:root {
    --black: #000;
    --gold: #d7b15b;
    --pale-gold: #f5dfa1;
    --progress: 0;
    --shine-opacity: 0;
    --mono-scale: 1;
    --mono-opacity: 1;
    --full-opacity: 0;
    --full-scale: .9;
    --full-clip: 48%;
    --logo-lift: 0vh;
    --shine-x: -145%;
    --cue-opacity: .72;
    color-scheme: dark;
}

* { box-sizing: border-box; }

html {
    margin: 0 !important;
    background: var(--black);
    scroll-behavior: smooth;
}

body.growncoming-landing {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--black);
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
}

.admin-bar .gc-sticky { top: 32px; height: calc(100vh - 32px); }

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gc-reveal { height: 250vh; }

.gc-sticky {
    position: sticky;
    top: 0;
    display: grid;
    place-items: center;
    height: 100vh;
    min-height: 540px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 45%, rgba(16, 51, 70, .18), transparent 36%),
        #000;
}

.gc-logo-stage {
    position: relative;
    width: min(94vw, 1220px);
    height: min(70vh, 620px);
}

.gc-monogram,
.gc-full-wrap {
    position: absolute;
    inset: 50% auto auto 50%;
    transform-origin: center;
}

.gc-monogram {
    z-index: 2;
    width: min(76vw, 620px);
    height: auto;
    transform: translate(-50%, -50%) scale(var(--mono-scale));
    opacity: var(--mono-opacity);
    filter: drop-shadow(0 0 28px rgba(90, 164, 205, .16));
    will-change: transform, opacity;
}

.gc-full-wrap {
    z-index: 1;
    width: min(96vw, 1280px);
    transform: translate(-50%, calc(-50% - var(--logo-lift))) scale(var(--full-scale));
    opacity: var(--full-opacity);
    clip-path: inset(0 var(--full-clip) 0 var(--full-clip));
    will-change: transform, opacity, clip-path;
}

.gc-full-logo { display: block; width: 100%; height: auto; }

.gc-shine {
    position: absolute;
    inset: 28% 0;
    pointer-events: none;
    opacity: var(--shine-opacity);
    transform: translateX(var(--shine-x)) skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 246, 197, .72), transparent);
    filter: blur(5px);
    mix-blend-mode: screen;
}

.gc-scroll-cue {
    position: absolute;
    bottom: clamp(24px, 5vh, 52px);
    left: 50%;
    display: grid;
    gap: 10px;
    justify-items: center;
    transform: translateX(-50%);
    opacity: var(--cue-opacity);
    color: var(--pale-gold);
    font: 600 10px/1.2 Arial, sans-serif;
    letter-spacing: .36em;
    text-transform: uppercase;
}

.gc-scroll-cue i { width: 1px; height: 38px; background: linear-gradient(var(--gold), transparent); }

.gc-tickets {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    padding: clamp(70px, 12vh, 150px) 22px 96px;
    background: #000;
}

.gc-ticket-inner { width: min(100%, 810px); margin: 0 auto; text-align: center; }

.gc-ticket-inner h2 {
    margin: 0 0 clamp(24px, 4vw, 44px);
    color: var(--gold);
    font: 500 clamp(12px, 1.35vw, 16px)/1.4 Arial, sans-serif;
    letter-spacing: clamp(.22em, .8vw, .48em);
    text-transform: uppercase;
}

.gc-flyer-link {
    display: block;
    border: 1px solid rgba(215, 177, 91, .18);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .65), 0 0 35px rgba(215, 177, 91, .08);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.gc-flyer-link img { display: block; width: 100%; height: auto; }

.gc-flyer-link:hover,
.gc-flyer-link:focus-visible {
    transform: scale(1.012);
    border-color: rgba(215, 177, 91, .55);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .72), 0 0 44px rgba(215, 177, 91, .15);
    outline: 2px solid transparent;
}

.gc-footer {
    padding: 22px 20px 34px;
    background: #000;
    color: rgba(255, 255, 255, .44);
    text-align: center;
    font: 10px/1.6 Arial, sans-serif;
    letter-spacing: .08em;
}

.gc-footer p { margin: 0; }
.gc-footer a { color: rgba(215, 177, 91, .7); text-decoration: none; }
.gc-footer a:hover, .gc-footer a:focus-visible { color: var(--pale-gold); text-decoration: underline; }

@media (max-width: 782px) {
    .admin-bar .gc-sticky { top: 46px; height: calc(100vh - 46px); }
    .gc-reveal { height: 205vh; }
    .gc-logo-stage { width: 100vw; height: 58vh; }
    .gc-monogram { width: min(88vw, 500px); }
    .gc-full-wrap { width: 112vw; }
    .gc-tickets { padding-inline: 16px; }
}

@media (max-width: 480px) {
    .gc-sticky { min-height: 480px; }
    .gc-reveal { height: 190vh; }
    .gc-full-wrap { width: 118vw; }
    .gc-ticket-inner h2 { letter-spacing: .24em; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .gc-reveal { height: 100vh; }
    .gc-monogram, .gc-shine, .gc-scroll-cue { display: none; }
    .gc-full-wrap { opacity: 1; clip-path: none; transform: translate(-50%, -50%); }
    .gc-flyer-link { transition: none; }
}
