      :root {
        --gw-color-light: #9f00eb;
        --gw-color-dark: #200d2c;
        --gw-color-heading: #ffffff;
        --gw-color-link: #ffffff;
        --angle: 220deg;
        --tab-angle: 0deg;

        /* --- Facelift v2 design tokens ---------------------------------- */
        --nv-purple: #9f00eb;
        --nv-purple-deep: #3b0a5e;
        --nv-lavender: #c58cff;
        --nv-lavender-hot: #c58cff;
        --nv-mint: #7ef7c4;
        --nv-cyan: #15c0fa;
        --nv-bg: #030208;
        --nv-card-a1: #170a24;
        --nv-card-a2: #050208;
        --nv-card-b1: #150922;
        --nv-card-b2: #040207;
        --nv-palette-bg: #08040f;
        --nv-hair: rgba(255, 255, 255, 0.12);
        --nv-hair-strong: rgba(255, 255, 255, 0.15);
        --nv-purple-hair: rgba(159, 0, 235, 0.25);
        --nv-purple-hair-strong: rgba(159, 0, 235, 0.45);
        --nv-text-1: rgba(255, 255, 255, 1);
        --nv-text-2: rgba(255, 255, 255, 0.75);
        --nv-text-3: rgba(255, 255, 255, 0.7);
        --nv-text-4: rgba(255, 255, 255, 0.55);
        --nv-text-5: rgba(255, 255, 255, 0.45);
        --nv-r-sm: 8px;
        --nv-r-md: 10px;
        --nv-r-lg: 14px;
        --nv-r-xl: 16px;
        --nv-r-2xl: 18px;
        --nv-r-3xl: 20px;
        --nv-r-pill: 999px;
        --nv-glow: 0 0 30px rgba(159, 0, 235, 0.45);
        --nv-focus-ring: 0 0 0 4px rgba(159, 0, 235, 0.25);
        --nv-font-display: "Poppins", sans-serif;
        --nv-font-body: "DM Sans", sans-serif;
        --nv-font-mono: ui-monospace, Menlo, monospace;
      }

      @property --angle {
        syntax: "<angle>";
        inherits: false;
        initial-value: 220deg;
      }

      @property --tab-angle {
        syntax: "<angle>";
        inherits: false;
        initial-value: 0deg;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: var(--nv-font-body);
        font-weight: 400;
        font-size: clamp(15px, 1.1vw, 17px);
        line-height: 1.3;
        color: #fff;
        background: var(--nv-bg);
        -webkit-font-smoothing: antialiased;
        overflow-wrap: break-word;
      }

      h1, h2, h3, .nv-title {
        font-family: var(--nv-font-display);
        font-weight: 500;
      }

      /* Nothing overflows its container: images scale, long words wrap. */
      img {
        max-width: 100%;
        height: auto;
      }

      a {
        color: var(--gw-color-link);
        transition: color 0.2s ease;
      }

      p {
        font-size: clamp(17px, 1.2vw, 20px);
        font-weight: 300;
        line-height: 1.2;
      }

      h1 {
        font-size: clamp(35px, 3vw, 45px);
        font-weight: 300;
        line-height: 1.2;
      }

      h2 {
        font-size: clamp(30px, 2vw, 35px);
        font-weight: 700;
        line-height: 1.1;
      }

      h3 {
        text-align: left;
        font-size: clamp(20px, 1.6vw, 24px);
        font-weight: 600;
      }

      nav a,
      .nv-eyebrow {
        font-size: clamp(17px, 1.2vw, 20px);
      }

      .nv-eyebrow {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 0;
      }

      .nv-event-meta-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 20px;
        width: fit-content;
        padding: 10px 18px;
        margin-bottom: 20px;
        background: rgba(159, 0, 235, 0.1);
        border: 1px solid rgba(159, 0, 235, 0.4);
        border-radius: 10px;
      }

      .nv-event-meta-row--centered {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
      }

      .nv-event-meta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }

      .nv-event-blurb {
        text-align: center;
        max-width: 46ch;
        margin: 0 auto 20px;
      }

      .nv-event-meta i {
        color: var(--gw-color-light);
        font-size: 0.85em;
      }

      .gradient-wrap {
        position: relative;
        background: var(--nv-bg);
        min-height: 1500px;
        overflow: clip;
      }

      /* Interactive hex canvas: sits behind the top of every page, 760px tall,
         fades to transparent at its own bottom edge. */
      .nv-hexfield {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 760px;
        pointer-events: none;
        z-index: 0;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
      }

      /* Static fallback tile (mobile / coarse pointer / reduced motion) - no
         canvas JS runs, just the drifting SVG tile turn-1 uses. */
      .nv-hexfield--static {
        background: url("../assets/hex-cluster.ebd0eeccf883.svg") repeat;
        background-size: 520px 402px;
        opacity: 0.38;
        animation: hexdrift 90s linear infinite;
      }

      @media (min-width: 769px) {
        .nv-hexfield--static {
          background-size: 776px 600px;
        }
      }

      @keyframes hexdrift {
        from { background-position: 0 0; }
        to { background-position: -776px 0; }
      }

      /* Ambient radial glow blob behind the hero. Position is overridden
         per-page with the modifiers below. */
      .nv-glow-blob {
        position: absolute;
        left: 50%;
        top: -320px;
        width: 1100px;
        height: 820px;
        transform: translateX(-50%);
        background: radial-gradient(50% 50% at 50% 50%, rgba(159, 0, 235, 0.42), rgba(159, 0, 235, 0));
        pointer-events: none;
        z-index: 0;
      }

      .nv-glow-blob--left {
        left: -200px;
        top: -200px;
        width: 900px;
        height: 900px;
        transform: none;
        background: radial-gradient(50% 50% at 50% 50%, rgba(159, 0, 235, 0.35), rgba(159, 0, 235, 0));
      }

      .nv-glow-blob--right {
        left: auto;
        right: -250px;
        top: -200px;
        width: 900px;
        height: 900px;
        transform: none;
        background: radial-gradient(50% 50% at 50% 50%, rgba(159, 0, 235, 0.35), rgba(159, 0, 235, 0));
      }

      /* Short transactional pages: the 1500px floor leaves a slab of empty
         gradient between the content and the footer. Fall back to the viewport. */
      .gradient-wrap--flush {
        min-height: 100vh;
        min-height: 100svh;
      }

      .hero-header {
        position: relative;
        background: transparent;
        overflow: visible;
        color: #fff;
        /* Must outrank .site-main's stacking context (also z-index:1, but
           later in the DOM - equal z-index + later DOM order wins, so
           .site-main's content was painting over the sticky nav's mobile
           dropdown regardless of the nav's own z-index:50, which only
           applies within .hero-header's own stacking context). */
        z-index: 2;
      }

      .navbar,
      .hero-content {
        position: relative;
        z-index: 10;
      }

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
        max-width: 1300px;
        padding-left: 25px;
        padding-right: 25px;
      }

      .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding-left: 2em;
      }

      .navbar-light .navbar-nav .nav-link:focus,
      .navbar-light .navbar-nav .nav-link:hover {
        color: var(--gw-color-light) !important;
      }

      .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.35);
      }

      .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        background-size: 1.5em;
      }

      .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e") !important;
      }

      .hero-content {
        max-width: 820px;
        margin: 0 auto;
        padding: 90px 40px 60px;
        min-height: 0;
      }

      /* Transactional pages (ticket, confirmation result) - the content is the
         point, so drop the full-height marketing hero to a compact header. */
      .hero-content--tight {
        min-height: 0;
        padding: clamp(1.25rem, 5vh, 2.75rem) 25px clamp(0.5rem, 2vh, 1rem);
      }

      .hero-type {
        position: relative;
        color: #fff;
        font-size: clamp(38px, 5.4vw, 56px);
        line-height: 1.08;
        letter-spacing: -0.01em;
        text-wrap: balance;
      }

      #hero-sub,
      .hero-sub {
        font-family: var(--nv-font-body);
        font-size: clamp(15px, 1.3vw, 17px);
        line-height: 1.5;
        color: var(--nv-text-3);
        max-width: 620px;
        margin: 18px auto 0;
      }

      /* Terminal-style eyebrow with a blinking CLI cursor, used on
         data-driven section headers ("> nodeverge.events --next"). */
      .nv-eyebrow-term {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        font-family: var(--nv-font-mono);
        font-size: 13px;
        color: var(--nv-lavender);
      }

      .nv-eyebrow-term .nv-prompt {
        color: var(--nv-text-5);
        margin-right: 6px;
      }

      .nv-eyebrow-term .nv-flag {
        color: var(--nv-text-5);
        margin-left: 6px;
      }

      .nv-blink-cursor {
        display: inline-block;
        width: 8px;
        height: 14px;
        margin-left: 4px;
        background: var(--nv-lavender);
        animation: blinkc 1s steps(1) infinite;
      }

      @keyframes blinkc {
        50% { opacity: 0; }
      }

      .nv-button-row {
        gap: 20px;
      }

      .wp-block-button {
        position: relative;
        display: inline-block;
        border-radius: 8px;
        overflow: visible;
      }

      .wp-block-button__link.wp-element-button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 50px;
        background: #9f00eb;
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        border-radius: 8px;
        text-decoration: none;
        z-index: 10;
        margin-bottom: 0;
        transition: all 300ms ease;
        border: none;
        cursor: pointer;
      }

      .wp-block-button__link:hover {
        background: #7c01b5;
        color: #fff;
        text-decoration: none;
      }

      .wp-block-button::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 10px;
        background: #9f00eb;
        z-index: 2;
      }

      .wp-block-button::after {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 10px;
        background: conic-gradient(
          from var(--angle),
          transparent 0 10deg,
          rgba(255, 255, 255, 0.8) 50deg 90deg,
          transparent 110deg 360deg
        );
        z-index: 3;
        pointer-events: none;
      }

      .wp-block-button:hover::after {
        animation: btn-sweep-fwd 0.4s linear forwards;
      }

      .wp-block-button:not(:hover)::after {
        animation: btn-sweep-back 0.4s linear forwards;
      }

      .wp-block-button.is-style-outline .wp-block-button__link {
        background: transparent;
        color: #9f00eb;
        border: none;
        padding: 12px 52px;
      }

      .wp-block-button.is-style-outline .wp-block-button__link:hover {
        color: #fff;
        background: transparent;
      }

      .wp-block-button.is-style-outline {
        --angle: 220deg;
      }

      .wp-block-button.is-style-outline::before,
      .wp-block-button.is-style-outline::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 8px;
        padding: 2px;
        pointer-events: none;
        -webkit-mask:
          linear-gradient(#fff 0 0) content-box,
          linear-gradient(#fff 0 0);
        mask:
          linear-gradient(#fff 0 0) content-box,
          linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
      }

      .wp-block-button.is-style-outline::before {
        background: #9f00eb;
        z-index: 1;
      }

      .wp-block-button.is-style-outline::after {
        background: conic-gradient(
          from var(--angle),
          transparent 0 30deg,
          rgba(255, 255, 255, 0.8) 50deg 90deg,
          transparent 110deg 360deg
        );
        z-index: 2;
      }

      .down-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 5;
        cursor: pointer;
        opacity: 0;
        animation: arrowFadeIn 1.4s ease forwards 0.8s;
      }

      .down-arrow i {
        font-size: 48px;
        color: #fff;
        opacity: 0.7;
        animation: arrowFloat 2.6s ease-in-out infinite;
        transition: opacity 0.25s ease;
      }

      .down-arrow:hover i {
        opacity: 1;
      }

      .site-main {
        position: relative;
        z-index: 1;
        overflow: clip;
      }

      .intro-block {
        padding: 75px 25px 25px;
      }

      .intro-block--tall {
        padding-top: 150px;
      }

      /* Transactional pages: the card should sit just under the compact hero. */
      .intro-block--flush {
        padding-top: 16px;
      }

      .intro-block--flush > .nv-ticket,
      .intro-block--flush > .copy-block {
        margin-top: 0;
      }

      .copy-block {
        padding: 25px 10% 56px;
      }

      /* Cap the reading measure so wide screens don't stretch prose past ~70ch;
         the right-aligned variant hugs the right edge of the column. */
      .copy-block > p {
        max-width: 68ch;
      }

      .content-right > p {
        margin-left: auto;
      }

      .copy-block p + p {
        margin-top: 1.2rem;
      }

      /* Responsive vertical spacers (replace fixed-px spacer divs in templates). */
      .nv-spacer {
        height: clamp(1rem, 4vw, 2.25rem);
      }

      .nv-spacer--lg {
        height: clamp(2.5rem, 12vw, 9rem);
      }

      .content-right p,
      .content-right h2,
      .content-right h3 {
        text-align: right !important;
      }

      .button-right {
        justify-content: end;
      }

      .events-block,
      .cards-block {
        padding: 75px 0;
      }

      .archive-hero {
        padding-top: 3rem;
        padding-bottom: 3rem;
      }

      .gradient-text {
        --brand: #9f00eb;
        --hi: #f1e8ff;
        background: linear-gradient(355deg, var(--brand) 0%, var(--hi) 98%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      a.panel-link {
        display: block;
        color: inherit;
        text-decoration: none;
      }

      a.panel-link:hover {
        text-decoration: none;
        color: inherit;
      }

      .panel-link h3 {
        font-weight: 600;
      }

      .panel-link img {
        max-height: 280px;
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
      }

      .media-rect {
        --radius: 8px;
        --ring: 2px;
        --border-color: #9f00eb;
        --shine: #ffffffcc;
        --angle: 220deg;
        position: relative;
        border-radius: var(--radius);
        overflow: hidden;
        isolation: isolate;
      }

      .media-rect::before,
      .media-rect::after {
        content: "";
        position: absolute;
        inset: 0;
        padding: var(--ring);
        border-radius: inherit;
        pointer-events: none;
        -webkit-mask:
          linear-gradient(#000 0 0) content-box,
          linear-gradient(#000 0 0);
        mask:
          linear-gradient(#000 0 0) content-box,
          linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
      }

      .media-rect::before {
        background: var(--border-color);
        z-index: 1;
      }

      .media-rect::after {
        background: conic-gradient(
          from var(--angle),
          transparent 0 30deg,
          var(--shine) 50deg 90deg,
          transparent 110deg 360deg
        );
        z-index: 2;
      }

      .media-rect.animate:hover::after {
        animation: sweep-fwd 0.7s linear 1 forwards;
      }

      .media-rect.animate:not(:hover)::after {
        animation: sweep-back 0.7s linear 1 forwards;
      }

      footer.nv-footer {
        position: relative;
        background: linear-gradient(0deg, #9f00eb 0%, #000 80%);
        color: #fff;
        padding: 0;
        overflow: hidden;
        z-index: 1;
      }

      footer.nv-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../assets/footer-overlay.20de82778ada.webp");
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        opacity: 1;
        pointer-events: none;
        z-index: -1;
        mix-blend-mode: screen;
      }

      .footer-cta {
        padding: 80px 0 60px;
        position: relative;
        z-index: 2;
      }

      .footer-cta-text {
        max-width: 38rem;
      }

      .footer-main {
        padding: 40px 0 60px;
        position: relative;
        z-index: 2;
      }

      .footer-divider {
        border: none;
        height: 1px;
        background: rgb(255, 255, 255);
        margin: 0 0 50px;
        opacity: 1;
      }

      .footer-heading {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-bottom: 1.5rem;
        color: #fff;
      }

      .footer-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .footer-nav ul li {
        margin-bottom: 0.5rem;
        line-height: 1.2;
      }

      .footer-nav ul li a {
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        font-size: clamp(16px, 1.1vw, 18px);
        transition: color 0.2s ease, transform 0.2s ease;
        display: inline-block;
        line-height: 1.2;
      }

      .footer-nav ul li a:hover {
        color: #fff;
        transform: translateX(4px);
      }

      .footer-logo {
        max-width: 90px;
        height: auto;
        text-align: center;
        margin: 15px auto;
        display: block;
      }

      .footer-brand-text {
        font-size: clamp(17px, 1.2vw, 20px);
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.85);
        margin: 0;
        text-align: left;
      }

      .footer-social {
        display: flex;
        gap: 15px;
        justify-content: flex-end;
        flex-wrap: wrap;
      }

      .footer-social .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: #9f00eb;
        font-size: 20px;
        text-decoration: none;
        transition: background-color 300ms ease, color 300ms ease;
      }

      .footer-social .social-icon:hover {
        background: #9f00eb;
        color: #fff;
      }

      .copyright {
        padding: 3px 0;
        background: #000;
      }

      .copyright p {
        font-size: 13px;
        color: #777;
        margin-bottom: 0;
      }

      .nv-form {
        background: linear-gradient(180deg, var(--gw-color-dark) 0%, #000 100%);
        padding: 30px;
        border-radius: 12px;
        border: 1px solid #9f00eb;
        width: 100%;
        max-width: 420px;
      }

      .nv-form label,
      .nv-form legend {
        color: #fff;
        font-weight: 600;
        font-size: 0.9rem;
        display: block;
        margin-bottom: 0.4rem;
      }

      .nv-form input[type="email"],
      .nv-form input[type="text"],
      .nv-form input[type="password"] {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        border-radius: var(--nv-r-md);
        padding: 0.8rem 0.9rem;
        margin-bottom: 1rem;
      }

      .nv-form input[type="email"]:focus,
      .nv-form input[type="text"]:focus,
      .nv-form input[type="password"]:focus {
        background: #000;
        border-color: #9f00eb;
        box-shadow: 0 0 0 0.25rem rgba(159, 0, 235, 0.25);
        outline: none;
      }

      .nv-form .privacy-row {
        display: flex;
        align-items: flex-start;
        gap: 0.6rem;
        margin-bottom: 1.25rem;
        font-size: 0.9rem;
        line-height: 1.35;
      }

      .nv-form .privacy-row > span {
        min-width: 0;          /* let the consent text wrap instead of overflowing */
        overflow-wrap: anywhere;
      }

      .nv-form .privacy-row input {
        margin-top: 0.25rem;
        flex: none;
      }

      .nv-form button[type="submit"] {
        width: 100%;
        background: #9f00eb;
        border: none;
        border-radius: var(--nv-r-md);
        font-weight: 500;
        font-size: 1rem;
        padding: 0.9rem 1.5rem;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 0 30px rgba(159, 0, 235, 0.35);
        transition: box-shadow 0.25s ease, transform 0.25s ease;
      }

      .nv-form button[type="submit"]:hover {
        background: linear-gradient(90deg, #9f00eb 0%, #6200ea 100%);
      }

      .nv-form .form-note {
        display: none;
        margin: 0;
        color: #fff;
      }

      .nv-form.is-sent .form-fields {
        display: none;
      }

      .nv-form.is-sent .form-note {
        display: block;
      }

      .nv-form .form-note.is-error {
        display: block;
        color: #ff8a8a;
      }

      .copy-block--tight {
        padding: 25px 10% 0;
      }

      .nv-form--contact {
        max-width: none;
        container: nv-form / inline-size;
      }

      /* Paired fields (first/last name, email/phone) track the FORM width, not
         the viewport - so they stack in a narrow sidebar and go two-up when the
         form is full width, without a viewport special-case. */
      .nv-form--contact .form-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
      }

      @container nv-form (min-width: 420px) {
        .nv-form--contact .form-row {
          grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        }
      }

      .nv-form--contact .sub-label {
        font-weight: 400;
        font-size: 0.8rem;
        margin: -0.55rem 0 1rem;
        color: rgba(255, 255, 255, 0.7);
      }

      .nv-form--contact select,
      .nv-form--contact input[type="text"],
      .nv-form--contact input[type="tel"],
      .nv-form--contact input[type="email"],
      .nv-form--contact textarea {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        border-radius: var(--nv-r-md);
        padding: 0.8rem 0.9rem;
        font-size: 15px;
        margin-bottom: 1rem;
      }

      .nv-form--contact input::placeholder,
      .nv-form--contact textarea::placeholder {
        color: rgba(255, 255, 255, 0.4);
      }

      .nv-form--contact select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='white'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.9rem center;
        padding-right: 2.2rem;
      }

      .nv-form--contact select:focus,
      .nv-form--contact input:focus,
      .nv-form--contact textarea:focus {
        background: #000;
        border-color: #9f00eb;
        box-shadow: 0 0 0 0.25rem rgba(159, 0, 235, 0.25);
        outline: none;
        color: #fff;
      }

      .nv-form--contact textarea {
        min-height: 180px;
        resize: vertical;
      }

      .nv-form--contact .char-count {
        color: rgba(255, 255, 255, 0.55);
        font-size: 0.75rem;
        margin: -0.6rem 0 1rem;
      }

      .nv-form--contact .choice-list {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        margin-bottom: 1.25rem;
      }

      .nv-form--contact .choice {
        position: relative;
        display: flex;
        align-items: center;
        color: #fff;
        cursor: pointer;
        padding-left: 28px;
      }

      .nv-form--contact .choice input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
      }

      .nv-form--contact .choice::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid rgba(159, 0, 235, 0.5);
        box-sizing: border-box;
      }

      .nv-form--contact .choice:has(input:checked)::after {
        content: "";
        position: absolute;
        left: 1px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #9f00eb;
      }

      .nv-form--contact .choice-list--sizes {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.65rem 0.5rem;
      }

      @media (max-width: 599px) {
        .copy-block--tight {
          padding: 0 0 50px;
        }

        .nv-form--contact .choice-list--sizes {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .intro-block--tall {
          padding-top: 75px;
        }
      }

      .scroll-to-top {
        position: fixed;
        bottom: 40px;
        right: 40px;
        width: 45px;
        height: 45px;
        background: var(--gw-color-dark);
        color: #fff;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 30;
        display: none;
        text-decoration: none;
      }

      .scroll-to-top:hover {
        color: #ccc;
        transform: scale(1.1);
        text-decoration: none;
      }

      /* Sane stacking tier (navbar is 10): back-to-top 30, BS modal 1040/1050,
         gallery lightbox 1060, form thank-you 1070. */
      .modal {
        z-index: 1050;
      }

      .modal-backdrop {
        z-index: 1040;
      }

      @media (max-width: 991px) {
        /* Wide logo forces the toggler to a second line - stack the navbar and
           centre both so the hamburger sits centred under the logo. */
        .navbar .container-xl {
          flex-direction: column;
          align-items: center;
          gap: 4px;
        }

        .navbar-brand {
          margin-right: 0;
        }

        .navbar-nav {
          text-align: center;
        }

        .navbar-light .navbar-nav .nav-link {
          padding-left: 0;
        }

        .footer-cta,
        .footer-content,
        .footer-social-col {
          text-align: center;
        }

        .footer-social {
          justify-content: center;
        }

        .copy-block {
          padding: 0 0 50px;
        }

        /* The full-height marketing hero is a screenful of empty space on a
           phone. Shrink it site-wide below the lg breakpoint; the dedicated
           --tight pages keep their own (even smaller) values. */
        .hero-content:not(.hero-content--tight) {
          padding: clamp(1.75rem, 7svh, 3.75rem) 20px;
          min-height: 0;
        }
      }

      @media (max-width: 768px) {
        /* NOTE: this used to also force every h2/h3 to center on mobile -
           written for the pre-facelift .nv-tab/.copy-block layout, where
           every heading in that system was meant to center. The facelift's
           card system (.nv-glass, .nv-sticky-col, the footer CTA, etc.)
           left-aligns headings by design and inherited that !important
           rule unintentionally, fighting its own layout (icon/pill/button
           left-aligned, heading forced to center). confirm_result.html's
           status headings - the one place still using the old .copy-block
           pattern - stay centered via their own .gradient-text rule below. */
        p {
          text-align: left !important;
        }

        .wp-block-buttons {
          justify-content: center;
        }

        .gradient-text {
          align-items: center !important;
          text-align: center !important;
        }
      }

      @keyframes arrowFadeIn {
        from {
          opacity: 0;
          transform: translateY(10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes arrowFloat {
        0%,
        100% {
          transform: translateY(0);
          opacity: 0.7;
        }
        50% {
          transform: translateY(6px);
          opacity: 1;
        }
      }

      @keyframes blink {
        50% {
          opacity: 0;
        }
      }

      @keyframes btn-sweep-fwd {
        from {
          --angle: 220deg;
        }
        to {
          --angle: 580deg;
        }
      }

      @keyframes btn-sweep-back {
        from {
          --angle: 580deg;
        }
        to {
          --angle: 220deg;
        }
      }

      @keyframes sweep-fwd {
        from {
          --angle: 220deg;
        }
        to {
          --angle: 580deg;
        }
      }

      @keyframes sweep-back {
        from {
          --angle: 580deg;
        }
        to {
          --angle: 220deg;
        }
      }

      .events-wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 50px 25px 25px;
      }

      .nv-section-title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        margin: 0 0 1.25rem;
      }

      .events-gallery-wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 25px;
      }

      .nv-gallery {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-auto-rows: 150px;
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .nv-gallery li {
        margin: 0;
        position: relative;
        overflow: hidden;
      }

      .nv-gallery li:nth-child(8n + 1) {
        grid-area: auto / auto / span 2 / span 4;
      }

      .nv-gallery li:nth-child(8n + 2) {
        grid-area: auto / auto / span 2 / span 8;
      }

      .nv-gallery li:nth-child(8n + 3) {
        grid-area: auto / auto / span 4 / span 8;
      }

      .nv-gallery li:nth-child(8n + 4),
      .nv-gallery li:nth-child(8n + 5),
      .nv-gallery li:nth-child(8n + 6),
      .nv-gallery li:nth-child(8n + 7) {
        grid-area: auto / auto / span 1 / span 2;
      }

      .nv-gallery li:nth-child(8n + 8) {
        grid-area: auto / auto / span 2 / span 4;
      }

      .nv-gallery a,
      .nv-gallery img {
        display: block;
        width: 100%;
        height: 100%;
      }

      .nv-gallery img {
        object-fit: cover;
      }

      .nv-lightbox {
        position: fixed;
        inset: 0;
        z-index: 1060;
        display: none;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.88);
        padding: 40px;
      }

      .nv-lightbox.is-open {
        display: flex;
      }

      .nv-lightbox img {
        max-width: min(1100px, 92vw);
        max-height: 88vh;
        object-fit: contain;
      }

      .nv-lightbox__close {
        position: absolute;
        top: 18px;
        right: 24px;
        background: none;
        border: 0;
        color: #fff;
        font-size: 42px;
        line-height: 1;
        cursor: pointer;
      }

      .nv-thankyou {
        position: fixed;
        inset: 0;
        z-index: 1070;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 1.25rem;
        background: rgba(0, 0, 0, 0.82);
      }

      .nv-thankyou.is-open { display: flex; }

      .nv-thankyou__card {
        position: relative;
        width: min(520px, 100%);
        padding: clamp(2rem, 6vw, 4rem);
        text-align: center;
        border: 1px solid rgba(159, 0, 235, 0.7);
        border-radius: 8px;
        background: linear-gradient(145deg, #200d2c, #09000d);
        box-shadow: 0 25px 90px rgba(159, 0, 235, 0.35);
      }

      .nv-thankyou__close {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        color: #fff;
        border: 0;
        background: transparent;
        font-size: 2rem;
        cursor: pointer;
      }

      /* .wp-element-button is display:flex, which is block-level and stretches
         to fill its container everywhere else it's used it's wrapped in
         .wp-block-button (inline-block, sized to content). This button has no
         such wrapper, so without inline-flex it fills the whole card instead
         of centering as a normal-sized button. Selector needs the extra
         specificity to beat .wp-block-button__link.wp-element-button (two
         chained classes) which also sets display. */
      .nv-thankyou__card .nv-thankyou__ok {
        display: inline-flex;
        margin-top: 1rem;
        cursor: pointer;
      }

      @media (max-width: 781px) {
        .nv-gallery {
          grid-auto-rows: 83.333px;
        }

        .nv-gallery li:nth-child(8n + 1),
        .nv-gallery li:nth-child(8n + 2),
        .nv-gallery li:nth-child(8n + 3),
        .nv-gallery li:nth-child(8n + 4),
        .nv-gallery li:nth-child(8n + 5),
        .nv-gallery li:nth-child(8n + 6),
        .nv-gallery li:nth-child(8n + 7),
        .nv-gallery li:nth-child(8n + 8) {
          grid-area: auto;
        }

        .nv-gallery li:nth-child(3n + 1) {
          grid-area: auto / auto / span 4 / span 8;
        }

        .nv-gallery li:nth-child(3n + 2) {
          grid-area: auto / auto / span 4 / span 4;
        }

        .nv-gallery li:nth-child(3n + 3) {
          grid-area: auto / auto / span 2 / span 12;
        }
      }

      @media (max-width: 599px) {
        .nv-gallery {
          grid-auto-rows: 150px;
        }

        .nv-gallery li:nth-child(3n + 1) {
          grid-area: auto / auto / span 2 / span 12;
        }

        .nv-gallery li:nth-child(3n + 2) {
          grid-area: auto / auto / span 4 / span 6;
        }

        .nv-gallery li:nth-child(3n + 3) {
          grid-area: auto / auto / span 4 / span 6;
        }
      }


      /* Uniform, count-agnostic grid: every tile is the same 3:2 aspect
         ratio in an auto-fill row, so it looks right whether there are 3
         photos or 30, and never produces the old 8-up mosaic's ragged gaps
         or lopsided tiles on a narrow screen. Used by both the event detail
         gallery and the events index gallery. Kept after the .nv-gallery
         media queries so this wins at every breakpoint. */
      .nv-gallery--event {
        grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
        grid-auto-rows: auto;
        justify-content: center;
      }

      @media (max-width: 620px) {
        /* At a 240px minimum a phone only fits one column - fine for a
           handful of photos, a very long single-file scroll for a gallery
           with dozens. Two smaller columns halves that scroll. */
        .nv-gallery--event {
          grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        }
      }

      .nv-gallery--event li {
        grid-area: auto !important;
        aspect-ratio: 3 / 2;
      }

      .nv-gallery--event li a {
        height: 100%;
      }

      .login-page {
        min-height: 100vh;
        background:
          radial-gradient(circle at 20% 0%, rgba(159, 0, 235, 0.35), transparent 45%),
          #000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem 1.25rem;
      }

      .login-shell {
        width: min(420px, 100%);
        text-align: center;
      }

      .login-logo {
        display: block;
        width: min(280px, 80%);
        height: auto;
        margin: 0 auto 1.5rem;
      }

      .login-copy,
      .login-error {
        color: rgba(255, 255, 255, 0.75);
        margin: 0.75rem 0 1.5rem;
      }

      .login-error {
        color: #ff8aa0;
      }

      .login-form {
        margin: 0 auto;
        text-align: left;
      }

      /* Anti-spam honeypot: kept in the layout/tab order for bots but pushed
         far off-screen for humans. Not display:none - some bots skip those. */
      .nv-honeypot {
        position: absolute !important;
        left: -9999px !important;
        top: auto !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        opacity: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
      }

      .nv-turnstile {
        margin: 0 0 1rem;
      }

      /* --- Events: registration wizard, ticket, map ---------------------- */
      .nv-form input[type="number"] {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        border-radius: var(--nv-r-md);
        padding: 0.8rem 0.9rem;
        margin-bottom: 1rem;
      }

      .nv-form select {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        border-radius: var(--nv-r-md);
        padding: 0.8rem 0.9rem;
        margin-bottom: 1rem;
      }

      .nv-form input.is-invalid {
        border-color: #ff8aa0;
      }

      .field-error {
        color: #ff8aa0;
        font-size: 0.82rem;
        margin: -0.6rem 0 0.9rem;
      }

      .form-note.is-ok {
        color: #7ef7c4;
      }

      .nv-reg {
        margin: 3rem auto 0;
        max-width: 640px;
      }

      .nv-reg__form .nv-reg__step legend {
        font-size: 1rem;
        margin-bottom: 0.8rem;
      }

      .nv-reg__price {
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 1rem;
      }

      .nv-reg__nav {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 1rem;
      }

      .nv-reg__nav button {
        flex: 1;
        min-height: 44px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        border-radius: 8px;
        padding: 0.65rem 1rem;
        cursor: pointer;
      }

      .nv-reg__nav .nv-reg__next {
        background: #9f00eb;
        border-color: #9f00eb;
      }

      /* Final step: events.js moves the real submit button into this row, next
         to "Back". Match the nav buttons (the standalone pill style is for the
         no-JS fallback and the contact form). Primary action takes more room. */
      .nv-reg__nav button[type="submit"] {
        flex: 2;
        width: auto;
        min-height: 44px;
        border: 1px solid #9f00eb;
        border-radius: 8px;
        background: #9f00eb;
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.65rem 1rem;
        cursor: pointer;
      }

      .nv-reg__coupon { margin-bottom: 1rem; }

      .nv-reg__coupon-row { display: flex; gap: 0.6rem; align-items: flex-start; }

      .nv-reg__coupon-row input {
        flex: 1 1 auto;
        min-width: 0;
        margin-bottom: 0;
      }

      .nv-reg__coupon-apply {
        flex: none;
        min-height: 44px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        border-radius: 8px;
        padding: 0.65rem 1.1rem;
        cursor: pointer;
        white-space: nowrap;
      }

      .nv-reg__coupon-apply:disabled { opacity: 0.6; cursor: default; }

      .nv-reg__coupon-msg {
        margin: 0.5rem 0 0;
        font-size: 0.82rem;
      }

      .nv-reg__coupon-msg.is-ok { color: #7ef7c4; }
      .nv-reg__coupon-msg.is-error { color: #ff8a8a; }

      .nv-event-map {
        margin: 2.5rem auto 0;
        max-width: 900px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid rgba(159, 0, 235, 0.4);
      }

      /* Event detail: two-column composition (content + map | register card).
         Single column below 900px so the register card never gets cramped. */
      .nv-event-cols {
        max-width: 1300px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 56px;
        align-items: start;
      }

      @media (min-width: 900px) {
        .nv-event-cols {
          grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        }
      }

      /* Scoped copy-block: the shared rule adds 10% side + 150px bottom padding
         that produces the narrow column and the dead space on this page. */
      .copy-block--event {
        padding: 25px 0 40px;
      }

      .nv-event-cols__main .nv-event-map {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
      }

      .nv-event-cols__aside .nv-reg {
        margin-top: 0;
      }

      /* Register-form fields track the CARD width, not the viewport - the same
         form is a narrow sidebar here and full-width on /contact/. Browsers
         without container queries keep the stacked (single-column) fallback. */
      .nv-reg__form {
        container: nv-reg-form / inline-size;
      }

      .nv-reg__form .form-row {
        grid-template-columns: minmax(0, 1fr);
      }

      @container nv-reg-form (min-width: 440px) {
        .nv-reg__form .form-row {
          grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        }
      }

      /* Equal-width CTA buttons in the left column. */
      .wp-block-buttons--event {
        flex-wrap: wrap;
        gap: 12px;
      }

      .wp-block-buttons--event .wp-block-button {
        flex: 1 1 120px;
        display: flex;
      }

      .wp-block-buttons--event .wp-block-button__link.wp-element-button,
      .wp-block-buttons--event .wp-block-button.is-style-outline .wp-block-button__link {
        width: 100%;
        min-height: 44px;
        padding: 11px 0;
      }

      /* QR stacks above the details on a narrow screen, sits beside them once
         there's room. The card is max-width:560 and centred, so its width
         tracks the viewport - a media query is enough, no container needed. */
      .nv-ticket {
        margin: 2rem auto 0;
        max-width: 560px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        background: linear-gradient(180deg, var(--gw-color-dark) 0%, #000 100%);
        border: 1px solid #9f00eb;
        border-radius: 16px;
        padding: 1.75rem;
      }

      .nv-ticket__qr {
        width: min(240px, 62vw);
        background: #fff;
        border-radius: 10px;
        padding: 6px;
      }

      .nv-ticket__qr svg {
        display: block;
        width: 100%;
        height: auto;
      }

      .nv-ticket__body {
        width: 100%;
        min-width: 0;
        color: #fff;
      }

      @media (min-width: 620px) {
        .nv-ticket {
          flex-direction: row;
          align-items: flex-start;
        }

        .nv-ticket__qr {
          width: 200px;
          flex: none;
        }

        .nv-ticket__body {
          flex: 1;
        }
      }

      .nv-ticket__code {
        font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
        font-size: clamp(1.2rem, 5vw, 1.5rem);
        letter-spacing: 0.06em;
        margin: 0.25rem 0 1rem;
        overflow-wrap: anywhere;
      }

      .nv-ticket__meta {
        margin: 0 0 1rem;
      }

      .nv-ticket__meta > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.1rem 1rem;
        padding: 0.4rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      }

      .nv-ticket__meta dt {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin: 0;
      }

      .nv-ticket__meta dd {
        margin: 0 0 0 auto;
        text-align: right;
      }

      .nv-ticket__hint,
      .nv-ticket__terms {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
      }

      /* Ticket actions: .nv-btn-row's own wrap (flex: 1 1 140px per button)
         is enough at this card's max-width:560, no override needed. */
      .nv-ticket__actions {
        margin-top: 1.25rem;
      }

      .nv-btn--wallet-apple {
        background: #000;
        border-color: #000;
        color: #fff;
      }
      .nv-btn--wallet-apple:hover { border-color: rgba(255, 255, 255, 0.4); }

      .nv-btn--wallet-google {
        background: #fff;
        border-color: #fff;
        color: #1f1f1f;
      }
      .nv-btn--wallet-google:hover { color: #1f1f1f; border-color: #dcdcdc; }

      /* --- Event cards on the index page ------------------------------- */
      /* Sits above the calendar inside .events-wrap. */
      .nv-event-cards {
        margin: 0 0 2.5rem;
      }

      .nv-event-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 1.25rem;
        margin-top: 1rem;
      }

      .nv-event-card {
        display: block;
        text-decoration: none;
        color: #fff;
        background: linear-gradient(180deg, var(--gw-color-dark) 0%, #000 100%);
        border: 1px solid rgba(159, 0, 235, 0.5);
        border-radius: 12px;
        padding: 1.25rem;
        transition: border-color 0.15s ease, transform 0.15s ease;
      }

      .nv-event-card:hover {
        border-color: #9f00eb;
        transform: translateY(-2px);
      }

      .nv-event-card__date {
        color: #b9a9d6;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin: 0 0 0.4rem;
      }

      .nv-event-card__title {
        font-size: 1.15rem;
        margin: 0 0 0.35rem;
      }

      .nv-event-card__loc,
      .nv-event-card__summary {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.9rem;
        margin: 0 0 0.5rem;
      }

      .nv-event-card__cta {
        margin: 0.75rem 0 0;
        font-weight: 600;
        color: #d6b8ff;
      }

      /* ================================================================== */
      /* FACELIFT v2 — shared component system                              */
      /* ================================================================== */

      /* --- Glass card: 1px cursor-tracked gradient border wrapping a       */
      /* radial-gradient-filled inner surface. `--mx`/`--my` are set by JS   */
      /* (nv-glass-track) on mousemove; default position rests top-center.  */
      .nv-glass {
        position: relative;
        border-radius: var(--nv-r-xl);
        padding: 1px;
        background: radial-gradient(
          260px circle at var(--mx, 50%) var(--my, 0%),
          rgba(197, 140, 255, 0.95),
          rgba(159, 0, 235, 0.18) 45%,
          rgba(159, 0, 235, 0.06) 80%
        );
      }

      .nv-glass--sm { border-radius: var(--nv-r-lg); }
      .nv-glass--lg { border-radius: var(--nv-r-2xl); }
      .nv-glass--xl { border-radius: var(--nv-r-3xl); }

      .nv-glass__body {
        border-radius: calc(var(--nv-r-xl) - 1px);
        background: radial-gradient(96% 96% at 50% 0%, var(--nv-card-a1), var(--nv-card-a2));
        height: 100%;
      }

      .nv-glass--sm .nv-glass__body { border-radius: calc(var(--nv-r-lg) - 1px); background: radial-gradient(96% 96% at 50% 0%, var(--nv-card-b1), var(--nv-card-b2)); }
      .nv-glass--lg .nv-glass__body { border-radius: calc(var(--nv-r-2xl) - 1px); }
      .nv-glass--xl .nv-glass__body { border-radius: calc(var(--nv-r-3xl) - 1px); }

      /* --- Scroll reveal (JS toggles .is-revealed via IntersectionObserver) */
      [data-reveal] {
        opacity: 0;
        transform: translateY(26px);
      }

      [data-reveal].is-revealed {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
      }

      @media (prefers-reduced-motion: reduce) {
        [data-reveal] { opacity: 1; transform: none; }
      }

      /* --- Magnetic buttons (JS sets transform/box-shadow on mousemove) --- */
      .nv-magnetic {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
      }

      /* --- Unified CTA button system --------------------------------------*/
      /* One consistent size/weight scale for every button on the facelifted
         pages, instead of hand-typed inline styles that drifted apart (a
         hero "View Events" ended up wider/bigger-type than the "Join the
         Discord" button sitting right next to it). .nv-btn is the compact
         size used inside cards/rows; add .nv-btn--lg for a true hero CTA. */
      .nv-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-family: var(--nv-font-body);
        font-weight: 500;
        font-size: 14px;
        padding: 10px 22px;
        border-radius: var(--nv-r-md);
        border: 1px solid transparent;
        text-decoration: none;
        cursor: pointer;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease, background 0.2s ease;
      }

      .nv-btn:hover { color: #fff; text-decoration: none; }

      .nv-btn--lg { padding: 12px 26px; font-size: 15px; }

      .nv-btn--primary { background: var(--nv-purple); color: #fff; }
      .nv-btn--primary.nv-btn--lg { box-shadow: var(--nv-glow); }

      .nv-btn--outline {
        background: rgba(159, 0, 235, 0.14);
        border-color: rgba(159, 0, 235, 0.55);
        color: #fff;
      }
      .nv-btn--outline:hover { border-color: rgba(159, 0, 235, 0.8); }

      .nv-btn--ghost {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.18);
        color: #fff;
      }
      .nv-btn--ghost:hover { border-color: rgba(255, 255, 255, 0.35); }

      .nv-btn--start { align-self: flex-start; }
      .nv-btn--full { width: 100%; }

      .nv-btn-row {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }
      .nv-btn-row .nv-btn { flex: 1 1 140px; }

      /* --- Pill badges ----------------------------------------------------*/
      .nv-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--nv-purple);
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: var(--nv-r-pill);
      }

      .nv-pill--outline {
        background: rgba(159, 0, 235, 0.12);
        border: 1px solid rgba(159, 0, 235, 0.45);
        color: var(--nv-text-1);
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0;
      }

      /* --- Sticky frosted nav v2 -------------------------------------------*/
      .nv-nav2 {
        position: sticky;
        top: 0;
        z-index: 50;
        height: 72px;
        display: flex;
        align-items: center;
        background: rgba(3, 2, 8, 0);
        border-bottom: 1px solid rgba(159, 0, 235, 0);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        transition: height 0.35s ease, background 0.35s ease, border-color 0.35s ease;
      }

      .nv-nav2.is-scrolled {
        height: 56px;
        background: rgba(3, 2, 8, 0.72);
        border-bottom-color: rgba(159, 0, 235, 0.25);
      }

      .nv-nav2__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
      }

      .nv-nav2__logo {
        height: 34px;
        width: auto;
        display: block;
        transition: height 0.35s ease;
      }

      .nv-nav2.is-scrolled .nv-nav2__logo { height: 28px; }

      .nv-nav2__links {
        position: relative;
        display: flex;
        align-items: center;
        gap: 2px;
      }

      .nv-nav2__pill {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        border-radius: var(--nv-r-sm);
        background: rgba(159, 0, 235, 0.22);
        border: 1px solid rgba(159, 0, 235, 0.35);
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
        opacity: 0;
      }

      .nv-nav2__pill.is-visible { opacity: 1; }

      .nv-nav2__link {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 15px;
        padding: 8px 12px;
        text-decoration: none;
        cursor: pointer;
      }

      .nv-nav2__link:hover { color: #fff; }

      .nv-nav2__right {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .nv-nav2__search {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 13px;
        padding: 8px 12px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.04);
        cursor: pointer;
      }

      .nv-nav2__kbd {
        font-family: var(--nv-font-mono);
        font-size: 11px;
        padding: 2px 6px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.1);
      }

      .nv-nav2__icon-btn {
        width: 38px;
        height: 38px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.04);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
      }

      .nv-nav2__discord {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 9px 16px;
        border-radius: var(--nv-r-md);
        background: var(--nv-purple-deep);
        border: 1px solid rgba(159, 0, 235, 0.5);
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        cursor: pointer;
      }

      .nv-nav2__discord:hover { color: #fff; }

      .nv-nav2__toggler {
        display: none;
        width: 40px;
        height: 40px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.04);
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }

      .nv-nav2__toggler i { color: #fff; font-size: 20px; }

      .nv-nav2__mobile {
        display: none;
      }

      @media (max-width: 991px) {
        .nv-nav2__inner { padding: 0 18px; }
        .nv-nav2 { height: 64px; }
        .nv-nav2__logo { height: 30px; }
        .nv-nav2__links, .nv-nav2__search { display: none; }
        .nv-nav2__discord { padding: 8px 14px; }
        .nv-nav2__discord span { display: none; }
        .nv-nav2__toggler { display: flex; }

        .nv-nav2__mobile {
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background: var(--nv-bg);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
          border-bottom: 1px solid rgba(159, 0, 235, 0.25);
          max-height: calc(100vh - 64px);
          overflow-y: auto;
          padding: 8px 18px 18px;
        }

        .nv-nav2__mobile.collapse:not(.show) { display: none; }

        .nv-nav2__mobile a {
          display: block;
          color: #fff;
          font-size: 16px;
          padding: 12px 4px;
          text-decoration: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .nv-nav2__mobile a.is-current { color: var(--nv-lavender); }
      }

      /* --- Command palette --------------------------------------------------*/
      .nv-palette {
        position: fixed;
        inset: 0;
        z-index: 200;
        display: none;
        justify-content: center;
        align-items: flex-start;
        padding-top: 140px;
        background: rgba(3, 2, 8, 0.7);
        backdrop-filter: blur(6px);
      }

      .nv-palette.is-open { display: flex; }

      .nv-palette__panel {
        width: min(620px, 92vw);
        border-radius: var(--nv-r-2xl);
        padding: 1px;
        background: linear-gradient(150deg, rgba(197, 140, 255, 0.8), rgba(159, 0, 235, 0.25) 40%, rgba(159, 0, 235, 0.1) 75%);
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8), 0 0 60px rgba(159, 0, 235, 0.25);
      }

      .nv-palette__inner {
        border-radius: calc(var(--nv-r-2xl) - 1px);
        background: var(--nv-palette-bg);
        overflow: hidden;
      }

      .nv-palette__searchrow {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      }

      .nv-palette__searchrow i { color: var(--nv-lavender); }

      .nv-palette__input {
        flex: 1;
        background: transparent;
        border: 0;
        outline: 0;
        color: #fff;
        font-size: 16px;
        font-family: inherit;
      }

      .nv-palette__esc {
        font-family: var(--nv-font-mono);
        font-size: 11px;
        padding: 3px 7px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.6);
      }

      .nv-palette__results {
        max-height: 340px;
        overflow-y: auto;
        padding: 8px;
      }

      .nv-palette__row {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px;
        border-radius: var(--nv-r-md);
        text-decoration: none;
        color: inherit;
      }

      .nv-palette__row.is-active { background: rgba(159, 0, 235, 0.16); }

      .nv-palette__icon {
        width: 32px;
        height: 32px;
        flex: none;
        border-radius: var(--nv-r-sm);
        background: rgba(159, 0, 235, 0.18);
        border: 1px solid rgba(159, 0, 235, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--nv-lavender);
        font-size: 14px;
      }

      .nv-palette__text { flex: 1; min-width: 0; }
      .nv-palette__title { font-size: 14px; color: #fff; margin: 0; }
      .nv-palette__sub { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin: 2px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .nv-palette__kind { font-size: 11px; font-family: var(--nv-font-mono); color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 0.06em; flex: none; }

      .nv-palette__empty {
        padding: 32px 12px;
        text-align: center;
        font-family: var(--nv-font-mono);
        font-size: 13px;
        color: rgba(255, 255, 255, 0.5);
      }

      .nv-palette__hint {
        display: flex;
        gap: 16px;
        padding: 10px 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 11px;
        font-family: var(--nv-font-mono);
        color: rgba(255, 255, 255, 0.45);
      }

      /* --- Shared responsive 2-up layout (About/Contact/Sponsors/Volunteer) --*/
      .nv-2col {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 56px;
        align-items: start;
      }

      .nv-2col--asym {
        gap: 48px;
      }

      @media (min-width: 900px) {
        .nv-2col { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
        .nv-2col--asym { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
        .nv-sticky-col { position: sticky; top: 96px; }
      }

      .nv-bento {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
      }

      @media (min-width: 700px) {
        .nv-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }

      /* --- Home hero (single centered column, richer than the shared .hero-content) ---*/
      .nv-home-hero {
        position: relative;
        z-index: 2;
        max-width: 880px;
        margin: 0 auto;
        padding: 90px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
      }

      .nv-home-hero__kicker {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.75);
        margin: 0;
      }

      .nv-home-hero__title {
        font-family: var(--nv-font-display);
        font-weight: 500;
        font-size: clamp(40px, 6vw, 72px);
        line-height: 1.08;
        letter-spacing: -0.01em;
        margin: 0;
        text-wrap: balance;
      }

      @media (max-width: 991px) {
        .nv-home-hero { padding: 56px 22px; }
      }

      /* --- Testimonial masonry card wrapper (the .nv-glass border sits on the
         direct child so CSS columns' break-inside applies to it, not the
         padded body inside). */
      .nv-testimonials__card-wrap {
        break-inside: avoid;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
      }

      /* --- Home hero status strip -------------------------------------------*/
      .nv-status-strip {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: var(--nv-r-lg);
        background: rgba(3, 2, 8, 0.55);
        backdrop-filter: blur(8px);
        font-family: var(--nv-font-mono);
        font-size: 12px;
        color: rgba(255, 255, 255, 0.75);
        width: fit-content;
        max-width: 100%;
      }

      .nv-status-strip__seg {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        white-space: nowrap;
      }

      .nv-status-strip__seg:last-child { border-right: 0; }

      .nv-status-strip__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--nv-mint);
        box-shadow: 0 0 8px var(--nv-mint);
      }

      .nv-status-strip strong,
      .nv-status-strip b { color: #fff; font-weight: 500; }

      /* --- Rotating headline word --------------------------------------------*/
      .nv-rotate-wrap {
        display: inline-block;
        overflow: hidden;
        height: 1.08em;
        vertical-align: bottom;
      }

      .nv-rotate-track {
        transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      }

      .nv-rotate-track span {
        display: block;
        height: 1.08em;
        color: var(--nv-lavender);
      }

      /* --- Event spotlight card -------------------------------------------*/
      .nv-spotlight {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr) 300px;
        gap: 32px;
        padding: 32px;
        align-items: center;
      }

      .nv-spotlight__date {
        border-radius: var(--nv-r-lg);
        background: var(--nv-purple);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1;
        box-shadow: 0 0 40px rgba(159, 0, 235, 0.45);
        color: #fff;
      }

      .nv-spotlight__day { font-family: var(--nv-font-display); font-weight: 600; font-size: 52px; line-height: 1; }
      .nv-spotlight__monthlabel { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

      .nv-spotlight__mid { display: flex; flex-direction: column; gap: 10px; min-width: 0; }

      .nv-spotlight__status {
        align-self: flex-start;
        background: rgba(126, 247, 196, 0.15);
        border: 1px solid rgba(126, 247, 196, 0.4);
        color: var(--nv-mint);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: var(--nv-r-pill);
      }

      .nv-spotlight__title {
        font-family: var(--nv-font-display);
        font-weight: 500;
        font-size: 26px;
        line-height: 1.2;
        color: var(--nv-lavender);
        margin: 0;
      }

      .nv-spotlight__meta {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.65);
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
        margin: 0;
      }

      .nv-spotlight__meta i { color: var(--nv-purple); margin-right: 6px; }

      .nv-spotlight__summary {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.55);
        font-family: var(--nv-font-mono);
        margin: 0;
      }

      .nv-spotlight__actions { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; }

      .nv-spotlight__map {
        border-radius: var(--nv-r-lg);
        height: 190px;
        border: 1px solid rgba(159, 0, 235, 0.35);
        overflow: hidden;
        position: relative;
      }

      .nv-spotlight__map iframe { width: 100%; height: 100%; border: 0; display: block; }

      .nv-spotlight__map-placeholder {
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(135deg, rgba(159, 0, 235, 0.12) 0 8px, rgba(159, 0, 235, 0.04) 8px 16px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--nv-font-mono);
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
      }

      @media (max-width: 900px) {
        .nv-spotlight { grid-template-columns: 1fr; }
        .nv-spotlight__date { width: 90px; aspect-ratio: auto; padding: 14px; }
        .nv-spotlight__map { height: 160px; }
      }

      /* --- Testimonial masonry -------------------------------------------*/
      .nv-testimonials {
        columns: 3;
        column-gap: 20px;
      }

      .nv-testimonials__card {
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .nv-testimonials__quote {
        font-family: var(--nv-font-mono);
        font-size: 13px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.75);
        margin: 0;
      }

      /* Org-voiced cards (no real member testimonials yet): a small role tag
         instead of a name+avatar byline, so the brand name isn't repeated on
         every card in a section already titled "What NodeVerge is about". */
      .nv-testimonials__tag {
        font-family: var(--nv-font-mono);
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--nv-lavender);
        margin: 0 0 -8px;
      }

      .nv-testimonials__who { display: flex; align-items: center; gap: 12px; }

      .nv-testimonials__avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        flex: none;
        background: repeating-linear-gradient(135deg, rgba(159, 0, 235, 0.5) 0 6px, rgba(159, 0, 235, 0.2) 6px 12px);
      }

      .nv-testimonials__name { font-size: 14px; color: #fff; margin: 0; }
      .nv-testimonials__role { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin: 0; }

      @media (max-width: 900px) { .nv-testimonials { columns: 2; } }
      @media (max-width: 620px) { .nv-testimonials { columns: 1; } }

      /* --- FAQ accordion --------------------------------------------------*/
      .nv-faq__row {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.03);
        border-radius: var(--nv-r-lg);
        margin-bottom: 12px;
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .nv-faq__row.is-open {
        border-color: rgba(159, 0, 235, 0.6);
        background: rgba(159, 0, 235, 0.08);
      }

      .nv-faq__q {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        background: none;
        border: 0;
        color: #fff;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        padding: 18px 22px;
        cursor: pointer;
      }

      .nv-faq__q i { transition: transform 0.3s ease; flex: none; color: var(--nv-lavender); }
      .nv-faq__row.is-open .nv-faq__q i { transform: rotate(180deg); }

      .nv-faq__a-wrap {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      }

      .nv-faq__row.is-open .nv-faq__a-wrap { max-height: 260px; }

      .nv-faq__a {
        padding: 0 22px 20px;
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.7);
      }

      .nv-faq__a p { margin: 0; }
      .nv-faq__a a { color: var(--nv-lavender); }

      /* --- Segmented footer nav bar + social row -----------------------------*/
      .nv-footer2 {
        position: relative;
        z-index: 2;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 40px 40px;
      }

      .nv-footer2__cta {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
        align-items: start;
        padding-bottom: 40px;
      }

      .nv-footer2__cta-title {
        font-size: clamp(26px, 3vw, 34px);
        margin: 12px 0 14px;
      }

      .nv-footer2__cta-copy {
        max-width: 42rem;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 20px;
      }

      .nv-footer2__cta .nv-form { max-width: 480px; }

      .nv-footer2__bar {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) repeat(4, minmax(0, 1fr)) auto;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }

      .nv-footer2__bar-logo {
        padding: 24px 0;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
      }

      .nv-footer2__bar-logo img { height: 30px; width: auto; display: block; }

      .nv-footer2__bar-link {
        padding: 24px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
      }

      .nv-footer2__bar-cta {
        padding: 16px 0 16px 24px;
        display: flex;
        gap: 8px;
      }

      .nv-footer2__bar-cta a {
        color: #fff;
        font-size: 15px;
        padding: 10px 16px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.2);
        text-decoration: none;
      }

      .nv-footer2__bar-cta a.is-solid { background: var(--nv-purple); border-color: var(--nv-purple); }

      .nv-footer2__social {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }

      .nv-footer2__social a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 18px 0;
        color: #fff;
        text-decoration: none;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 14px;
      }

      .nv-footer2__legal {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.45);
        margin: 24px 0 0;
      }

      @media (max-width: 900px) {
        .nv-footer2 { padding: 0 20px 30px; }
        .nv-footer2__bar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
        .nv-footer2__bar-logo,
        .nv-footer2__bar-cta { grid-column: 1 / -1; justify-content: center; text-align: center; border-right: 0; }
        .nv-footer2__bar-cta { justify-content: center; flex-wrap: wrap; }
        .nv-footer2__bar-link { border-right: 1px solid rgba(255, 255, 255, 0.15); }
        .nv-footer2__bar-link:nth-child(2n+1):not(.nv-footer2__bar-logo) { border-right: 0; }

        /* Grid tracks leave an odd number of items (5) stuck to the left on
           their last row. Flex-wrap + centering balances that leftover row
           instead of leaving a gap on the right. */
        .nv-footer2__social {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }
        .nv-footer2__social a { flex: 1 1 33%; min-width: 110px; }
      }

      /* --- Choice tiles (radio) — restyles the existing .choice markup ------*/
      .nv-form--contact .choice-list--tiles {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
      }

      .nv-form--contact .choice-list--tiles.choice-list--3col {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      @media (max-width: 480px) {
        /* Two tiles that each need to fit a full sentence ("Sponsoring an
           Event") don't have room to breathe at half-width on a phone - stack
           to one column so the text isn't fighting the tile for space. */
        .nv-form--contact .choice-list--tiles,
        .nv-form--contact .choice-list--tiles.choice-list--3col {
          grid-template-columns: minmax(0, 1fr);
        }
      }

      .nv-form--contact .choice-list--tiles .choice {
        padding: 12px 14px 12px 34px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.04);
        font-size: 14px;
        line-height: 1.35;
        position: relative;
        transition: border-color 0.2s ease, background 0.2s ease;
      }

      .nv-form--contact .choice-list--tiles .choice:hover {
        border-color: rgba(159, 0, 235, 0.5);
      }

      .nv-form--contact .choice-list--tiles .choice:has(input:checked) {
        border-color: var(--nv-purple);
        background: rgba(159, 0, 235, 0.15);
      }

      .nv-form--contact .choice-list--sizes .choice {
        justify-content: center;
        min-width: 52px;
        text-align: center;
        padding: 10px 14px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.04);
      }

      .nv-form--contact .choice-list--sizes .choice:hover {
        border-color: rgba(159, 0, 235, 0.5);
      }

      .nv-form--contact .choice-list--sizes .choice:has(input:checked) {
        border-color: var(--nv-purple);
        background: var(--nv-purple);
        font-weight: 500;
      }

      .nv-form--contact .choice-list--sizes .choice::before,
      .nv-form--contact .choice-list--sizes .choice::after {
        display: none;
      }

      .nv-form--contact .choice-list--tiles .choice::before {
        left: 12px;
      }

      .nv-form--contact .choice-list--tiles .choice:has(input:checked)::after {
        left: 13px;
      }

      /* --- Filter pill row (Resources) --------------------------------------*/
      .nv-filters {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 40px 24px;
      }

      .nv-filter-pill {
        display: flex;
        align-items: center;
        gap: 6px;
        min-height: 44px;
        font-size: 13px;
        padding: 8px 16px;
        border-radius: var(--nv-r-pill);
        border: 1px solid rgba(159, 0, 235, 0.45);
        background: rgba(159, 0, 235, 0.1);
        color: #fff;
        text-decoration: none;
        cursor: pointer;
      }

      .nv-filter-pill.is-active {
        background: var(--nv-purple);
        border-color: var(--nv-purple);
        font-weight: 500;
      }

      /* --- Resource card grid v2 -------------------------------------------*/
      .nv-resource-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
      }

      @media (max-width: 991px) { .nv-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 620px) { .nv-resource-grid { grid-template-columns: 1fr; } }

      .nv-resource-card__thumb {
        position: relative;
        aspect-ratio: 16/9;
        border-radius: var(--nv-r-lg) var(--nv-r-lg) 0 0;
        overflow: hidden;
      }

      .nv-resource-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

      .nv-resource-card__badge {
        position: absolute;
        top: 14px;
        left: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        padding: 5px 10px;
        border-radius: var(--nv-r-pill);
      }

      .nv-resource-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; }
      .nv-resource-card__title { font-size: 19px; margin: 0; color: #fff; }
      .nv-resource-card__excerpt { font-size: 14px; color: rgba(255, 255, 255, 0.65); margin: 0; }

      /* --- Resource article body (Wagtail RichTextField output) -------------*/
      .nv-resource-article__lede {
        font-size: 17px;
        line-height: 1.6;
        color: #fff;
        margin: 0 0 28px;
      }

      .nv-resource-article h2 {
        font-size: 24px;
        line-height: 1.25;
        margin: 40px 0 14px;
      }

      .nv-resource-article h2:first-child { margin-top: 0; }

      .nv-resource-article h3 {
        font-family: var(--nv-font-display);
        font-weight: 500;
        font-size: 19px;
        line-height: 1.3;
        color: var(--nv-lavender);
        margin: 28px 0 12px;
      }

      .nv-resource-article p {
        font-size: 15px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.75);
        margin: 0 0 16px;
      }

      .nv-resource-article ul,
      .nv-resource-article ol {
        margin: 0 0 16px;
        padding-left: 22px;
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .nv-resource-article li {
        font-size: 15px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.75);
      }

      .nv-resource-article strong { color: #fff; font-weight: 600; }
      .nv-resource-article em { color: rgba(255, 255, 255, 0.85); }
      .nv-resource-article a:not(.nv-btn) { color: var(--nv-lavender); text-decoration: underline; }
      .nv-resource-article a:not(.nv-btn):hover { color: #fff; }

      /* --- Resource article: old-site two-column layout ---------------------*/
      /* Every other .nv-2col/.nv-2col--asym usage on the site (About, Volunteer,
         Contact), and this same page's own body content directly below, is
         capped at max-width:1120px and centered. This header was missing that
         cap, so on wide monitors it stretched edge-to-edge - wider than the
         content beneath it - and the image column (aspect-ratio-driven) grew
         tall along with it. Capping it here matches the site-wide pattern and
         fixes the height at its source. */
      .nv-resource-header {
        max-width: 1120px;
        margin: 0 auto;
        padding: 60px 40px 40px;
      }

      .nv-resource-header__text { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; text-align: left; }
      .nv-resource-header__text .hero-type { margin: 4px 0 0; text-align: left; font-size: clamp(30px, 3.6vw, 44px); }
      .nv-resource-header__text .hero-sub { margin: 0; text-align: left; max-width: none; }

      /* --- Author byline + "watch the video" link ---------------------------*/
      .nv-resource-byline {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 18px;
        margin-top: 8px;
      }

      .nv-resource-byline__author { display: flex; align-items: center; gap: 10px; }

      .nv-resource-byline__avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        object-position: 35% 20%;
        flex: none;
        border: 1px solid rgba(159, 0, 235, 0.5);
      }

      .nv-resource-byline__label {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
      }

      .nv-resource-byline__name { font-size: 14px; color: #fff; margin: 0; }

      .nv-resource-byline__video { padding: 8px 16px; font-size: 13px; min-height: 44px; }
      .nv-resource-byline__video i { margin-right: 6px; }

      /* --- Discreet "On this page" table of contents -------------------------*/
      .nv-toc {
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--nv-r-md);
        background: rgba(255, 255, 255, 0.03);
        padding: 0;
        margin: 0 0 32px;
      }

      .nv-toc__summary {
        display: flex;
        align-items: center;
        gap: 8px;
        min-height: 44px;
        padding: 12px 18px;
        font-family: var(--nv-font-mono);
        font-size: 12px;
        color: rgba(255, 255, 255, 0.65);
        cursor: pointer;
        list-style: none;
      }

      .nv-toc__summary::-webkit-details-marker { display: none; }
      .nv-toc__summary i { color: var(--nv-lavender); }
      .nv-toc[open] .nv-toc__summary { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

      .nv-toc__list { padding: 10px 18px 14px; }
      .nv-toc__list ul { list-style: none; margin: 0; padding: 0; }
      .nv-toc__list > ul { display: grid; gap: 4px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
      .nv-toc__list > ul > li > ul { margin: 4px 0 6px 16px; display: flex; flex-direction: column; gap: 4px; }
      .nv-toc__list a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
      }
      .nv-toc__list > ul > li > a { color: #fff; }
      .nv-toc__list a:hover { color: var(--nv-lavender); }

      .nv-resource__figure {
        margin: 0;
        border: 1px solid rgba(159, 0, 235, 0.6);
        border-radius: var(--nv-r-lg);
        overflow: hidden;
      }

      .nv-resource__figure img { display: block; width: 100%; height: auto; }

      /* 3:2 (was 4:3) - a squarer ratio grows disproportionately taller as this
         column widens on desktop, and most of the sourced photography is
         natively close to 3:2 already, so this crops less aggressively than a
         wider 16:9 would on portrait-leaning shots. */
      .nv-resource__figure--header { aspect-ratio: 3 / 2; }
      .nv-resource__figure--header img { height: 100%; object-fit: cover; }

      .nv-media-text {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 24px 40px;
        padding: 40px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        scroll-margin-top: 96px;
      }

      /* FAQ rows are also table-of-contents anchor targets. */
      .nv-media-text .nv-faq__row { scroll-margin-top: 96px; }

      .nv-media-text:first-of-type { border-top: 0; padding-top: 0; }

      .nv-media-text__figure { order: -1; aspect-ratio: 4 / 3; }
      .nv-media-text__figure img { height: 100%; object-fit: cover; }

      .nv-media-text__heading { font-size: 28px; line-height: 1.2; margin: 0 0 14px; }
      .nv-media-text .nv-eyebrow { margin-bottom: 8px; }
      .nv-media-text__text > :last-child { margin-bottom: 0; }
      .nv-media-text .nv-faq { margin-top: 8px; }

      @media (min-width: 900px) {
        .nv-media-text--img-left {
          grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
          align-items: start;
        }

        .nv-media-text--img-left .nv-media-text__figure { order: -1; }

        .nv-media-text--img-right {
          grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
          align-items: start;
        }

        .nv-media-text--img-right .nv-media-text__figure { order: 2; }
      }

      .nv-resource-card--placeholder {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-align: center;
        border-radius: var(--nv-r-xl);
        border: 1px dashed rgba(159, 0, 235, 0.4);
        color: rgba(255, 255, 255, 0.5);
        font-family: var(--nv-font-mono);
        font-size: 13px;
        padding: 24px;
      }

      .nv-resource-card--placeholder .nv-resource-card__plus {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(159, 0, 235, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--nv-lavender);
      }

      /* --- Numbered cards (Sponsors) ----------------------------------------*/
      .nv-numbered-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
      }

      @media (max-width: 900px) { .nv-numbered-grid { grid-template-columns: 1fr; } }

      .nv-numbered-card { padding: 30px; display: flex; flex-direction: column; gap: 14px; height: 100%; }
      .nv-numbered-card__n { font-family: var(--nv-font-mono); font-size: 13px; color: var(--nv-lavender); }
      .nv-numbered-card__title { font-family: var(--nv-font-display); font-weight: 500; font-size: 20px; margin: 0; }
      .nv-numbered-card__body { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.7); margin: 0; }

      /* --- Pillar cards (About) ----------------------------------------------*/
      .nv-pillar-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
      }

      @media (max-width: 900px) { .nv-pillar-grid { grid-template-columns: 1fr; } }

      .nv-pillar-card { padding: 30px; display: flex; flex-direction: column; gap: 14px; height: 100%; }
      .nv-pillar-card__icon {
        width: 44px;
        height: 44px;
        border-radius: var(--nv-r-md);
        background: var(--nv-purple);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
      }
      .nv-pillar-card__title { font-family: var(--nv-font-display); font-weight: 500; font-size: 20px; line-height: 1.3; margin: 0; }
      .nv-pillar-card__body { font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, 0.68); margin: 0; }

      /* --- Info card (Contact) ------------------------------------------------*/
      .nv-info-card { padding: 32px; display: flex; flex-direction: column; gap: 16px; }
      .nv-info-card__icon {
        width: 56px; height: 56px; border-radius: var(--nv-r-md);
        background: var(--nv-purple-deep); display: flex; align-items: center; justify-content: center;
        font-size: 24px; color: #fff;
      }
      .nv-info-card__socials { display: flex; gap: 10px; flex-wrap: wrap; }
      .nv-info-card__socials a {
        width: 40px; height: 40px; border-radius: var(--nv-r-md);
        border: 1px solid rgba(255, 255, 255, 0.15);
        display: flex; align-items: center; justify-content: center;
        color: #fff; text-decoration: none;
      }

      /* --- Calendar v2 (data-driven, prev/next, today/event highlight) ------*/
      .nv-cal__toolbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4px;
        flex-wrap: wrap;
        gap: 10px;
      }

      .nv-cal__nav { display: flex; gap: 8px; }

      .nv-cal__navbtn,
      .nv-cal__viewbtn {
        border: 1px solid rgba(159, 0, 235, 0.4);
        border-radius: var(--nv-r-md);
        padding: 6px 14px;
        font-size: 13px;
        color: #fff;
        background: transparent;
        cursor: pointer;
      }

      .nv-cal__today,
      .nv-cal__viewbtn.is-active {
        background: var(--nv-purple);
        border: none;
        border-radius: var(--nv-r-md);
        padding: 6px 14px;
        font-size: 13px;
        color: #fff;
        box-shadow: 0 0 8px #b93aff;
        cursor: pointer;
      }

      .nv-cal__view { display: flex; gap: 8px; }
      .nv-cal__title { font-family: var(--nv-font-display); font-weight: 600; font-size: 18px; margin: 0; }

      .nv-cal__grid {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 6px;
        margin-top: 14px;
      }

      .nv-cal__dow {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-align: center;
        padding: 8px 0;
        background: rgba(159, 0, 235, 0.12);
        border-radius: var(--nv-r-sm);
      }

      .nv-cal__day {
        aspect-ratio: 1.25;
        border-radius: var(--nv-r-lg);
        outline: 1px solid #420062;
        outline-offset: -3px;
        background: linear-gradient(145deg, rgba(161, 0, 235, 0.34), transparent 40%);
        padding: 6px 8px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        position: relative;
        text-decoration: none;
        display: block;
      }

      .nv-cal__day.is-empty { visibility: hidden; }

      .nv-cal__day.is-today {
        outline-color: #fff;
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.12);
      }

      .nv-cal__day.has-event::after {
        content: "";
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 8px;
        height: 6px;
        border-radius: 3px;
        background: var(--nv-purple);
        box-shadow: 0 0 8px #b93aff;
      }

      .nv-cal__list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
      .nv-cal__list-empty { font-size: 14px; color: rgba(255, 255, 255, 0.5); padding: 20px 4px; }

      .nv-cal__list-row {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px 14px;
        border-radius: var(--nv-r-md);
        border: 1px solid rgba(159, 0, 235, 0.25);
        background: rgba(159, 0, 235, 0.06);
        color: #fff;
        text-decoration: none;
      }

      .nv-cal__list-date {
        font-family: var(--nv-font-mono);
        font-size: 12px;
        color: var(--nv-lavender);
        flex: none;
      }

      @media (max-width: 620px) {
        .nv-cal__day { aspect-ratio: 1; border-radius: var(--nv-r-sm); font-size: 10px; }
        .nv-cal__day.has-event::after { height: 4px; }
      }
