* {
    box-sizing: border-box;
}

:root {
    --black: #050505;
    --black-2: #0b0b0b;
    --gold: #d4af37;
    --gold-dark: #b88d22;
    --cream: #f2ead3;
    --muted: #cbbd91;
    --line: rgba(212, 175, 55, 0.45);
    --line-soft: rgba(212, 175, 55, 0.22);
    --panel: rgba(12, 12, 12, 0.92);
    --panel-solid: #0b0b0b;
    --page-width: min(100% - clamp(32px, 5vw, 84px), 1760px);
    --section-gap: clamp(24px, 2.5vw, 36px);
    --hero-gutter: clamp(32px, 4vw, 74px);
    --hero-gap: clamp(26px, 3vw, 42px);
    --video-width: clamp(520px, 42vw, 720px);
    --left-width: clamp(310px, 23vw, 390px);
    --right-width: clamp(330px, 26vw, 470px);
}

html {
    background: var(--black);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Georgia, 'Times New Roman', serif;
    background:
        radial-gradient(circle at 50% 12%, rgba(212, 175, 55, 0.10), transparent 25rem),
        linear-gradient(180deg, #050505 0%, #090909 45%, #050505 100%);
    color: var(--cream);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

img {
    max-width: 100%;
}

.top-bar {
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 18px;
    color: var(--gold);
    background: #050505;
    border-bottom: 1px solid var(--line);
    font-size: clamp(11px, 0.8vw, 14px);
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

.mockup-homepage {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.025), transparent 14%, transparent 86%, rgba(255,255,255,0.025)),
        radial-gradient(circle at 48% 14%, rgba(212,175,55,0.08), transparent 28rem);
}

.mockup-header {
    position: relative;
    width: var(--page-width);
    height: clamp(70px, 4.8vw, 84px);
    min-height: 70px;
    max-height: 84px;
    display: grid;
    grid-template-columns: minmax(420px, 620px) minmax(0, 1fr) 38px;
    align-items: center;
    gap: clamp(12px, 1.2vw, 18px);
    margin-inline: auto;
    padding: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.96);
    overflow: hidden;
    z-index: 20;
}

.mockup-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.header-logo-picture {
    display: block;
    width: min(620px, 100%);
    min-width: 0;
    max-height: 72px;
    overflow: hidden;
}

.header-horizontal-logo {
    width: min(620px, 100%);
    min-width: 0;
    height: auto;
    max-height: 72px;
    display: block;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 0 10px rgba(212,175,55,0.20));
}

.brand-emblem,
.header-seal-button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    color: var(--gold);
    background: radial-gradient(circle, rgba(212,175,55,0.12), rgba(0,0,0,0.4));
    clip-path: polygon(50% 0%, 94% 24%, 94% 74%, 50% 100%, 6% 74%, 6% 24%);
    overflow: hidden;
}

.header-seal-button {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    padding: 0;
    cursor: pointer;
}

.brand-emblem img,
.header-seal-button img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.32));
}

.mockup-brand h1 {
    margin: 0;
    color: var(--cream);
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mockup-brand p {
    margin: 6px 0 0;
    color: var(--gold);
    font-size: 14px;
}

.mockup-nav {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(10px, 1vw, 20px);
    white-space: nowrap;
    overflow: hidden;
}

.mobile-menu-toggle {
    display: none;
}

.mockup-nav a,
.nav-user {
    color: var(--cream);
    font-size: clamp(10px, 0.7vw, 12px);
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mockup-nav a {
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
}

.mockup-nav a:hover,
.mockup-nav a.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.mockup-hero {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(300px, var(--left-width)) minmax(500px, var(--video-width)) minmax(320px, var(--right-width));
    align-items: center;
    justify-content: center;
    gap: var(--hero-gap);
    padding: 32px var(--hero-gutter) 18px;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.46), rgba(0,0,0,0.88)),
        linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.45)),
        url("../img/homepage/Landscape Home Page Background.png") center center / cover no-repeat;
}

.mockup-hero .hero-left {
    width: 100%;
    max-width: var(--left-width);
    align-self: center;
}

.hero-left h2 {
    margin: 0 0 22px;
    color: var(--cream);
    font-size: clamp(52px, 4.05vw, 72px);
    line-height: 1.03;
    letter-spacing: 0.015em;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-left h2 span {
    color: var(--gold);
}

.hero-left p {
    max-width: 370px;
    margin: 0 0 22px;
    color: var(--cream);
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.55;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
}

.button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid var(--gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button.gold {
    color: #080808;
    background: linear-gradient(180deg, #e6c24f, var(--gold));
}

.button.outline {
    color: var(--gold);
    background: rgba(0,0,0,0.22);
}

.hero-center {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-inline: none;
}

.hero-main-logo {
    display: none;
}

.hero-video-stack {
    width: var(--video-width);
    max-width: 100%;
    display: grid;
    justify-items: center;
    gap: 14px;
    margin-block: 0;
}

.hero-video-card,
.video-mockup-card {
    width: 100%;
    border: 1px solid rgba(212, 175, 55, 0.58);
    background: #050505;
    overflow: hidden;
}

.hero-video-card .video-poster-frame,
.video-poster-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #050505;
    border: none;
}

.hero-video-card .video-poster-image,
.video-poster-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    background: #050505;
}

.video-controls-bar,
.video-background-scene,
.video-logo,
.video-caption,
.opening-address-section {
    display: none;
}

.hero-address-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(8px, 0.8vw, 14px);
}

.hero-address-link {
    margin: 0;
    min-width: 0;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 8px;
    border: 1px solid rgba(212, 175, 55, 0.58);
    background: rgba(0, 0, 0, 0.38);
    color: var(--gold);
    font-size: clamp(9px, 0.65vw, 11px);
    line-height: 1;
    letter-spacing: 0.055em;
    white-space: nowrap;
    text-transform: uppercase;
}

.hero-address-link img {
    width: clamp(18px, 1.35vw, 24px);
    height: clamp(18px, 1.35vw, 24px);
    padding: 3px;
    border: 1px solid rgba(212, 175, 55, 0.42);
    flex: 0 0 auto;
    object-fit: contain;
}

.mockup-hero .hero-right {
    width: 100%;
    max-width: var(--right-width);
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.mockup-principle,
.mockup-hero .mockup-principle {
    display: grid;
    grid-template-columns: clamp(58px, 4.5vw, 86px) minmax(0, 1fr);
    column-gap: clamp(14px, 1.2vw, 20px);
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line-soft);
}

.mockup-principle:last-child {
    border-bottom: 0;
}

.principle-icon,
.mockup-hero .principle-icon,
.mockup-hero .mockup-principle:nth-child(1) .principle-icon,
.mockup-hero .mockup-principle:nth-child(2) .principle-icon,
.mockup-hero .mockup-principle:nth-child(3) .principle-icon,
.mockup-hero .mockup-principle:nth-child(4) .principle-icon {
    width: clamp(52px, 4vw, 76px);
    height: clamp(52px, 4vw, 76px);
    max-width: none;
    max-height: none;
    display: block;
    justify-self: center;
    align-self: center;
    object-fit: contain;
    object-position: center center;
    transform: none;
    margin: 0;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.24));
}

.mockup-principle h3 {
    margin: 0 0 5px;
    color: var(--gold);
    font-size: clamp(20px, 1.35vw, 24px);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mockup-principle p {
    margin: 0;
    color: var(--cream);
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.38;
}

.journal-events-section,
.homepage-feature-links,
.support-row-mockup,
.membership-row-mockup,
.mockup-footer,
.footer-bottom-line {
    width: var(--page-width);
    max-width: 100vw;
    margin-inline: auto;
}

.journal-events-section {
    display: grid;
    grid-template-columns: minmax(390px, 1.16fr) minmax(300px, 0.82fr) minmax(330px, 0.90fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    column-gap: var(--section-gap);
    row-gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.journal-main {
    display: contents;
}

.journal-main h2 {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0;
    color: var(--gold);
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.featured-article-card,
.article-list-panel,
.events-panel-mockup {
    grid-row: 2;
    align-self: start;
    height: 455px;
    min-height: 0;
}

.featured-article-card {
    grid-column: 1;
    margin: 0;
    display: grid;
    grid-template-rows: clamp(180px, 12vw, 210px) auto;
    border: 1px solid var(--line);
    background: var(--panel);
}

.featured-image {
    min-height: 0;
    height: auto;
    position: relative;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.72)),
        url("../img/homepage/placeolder image for homepage publications.png") center center / cover no-repeat;
}

.featured-image::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background:
        linear-gradient(140deg, transparent 0 46%, rgba(212,175,55,0.16) 47% 48%, transparent 49%),
        linear-gradient(35deg, transparent 0 54%, rgba(255,255,255,0.08) 55% 56%, transparent 57%);
}

.featured-image span {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 6px 12px;
    color: #050505;
    background: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.featured-copy {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    align-content: stretch;
    row-gap: 10px;
    padding: 18px 20px 16px;
}

.article-category,
.article-list-panel article p {
    margin: 0 0 5px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.featured-copy h3,
.article-list-panel h3,
.event-card-mockup h3 {
    margin: 0;
    color: var(--cream);
    font-weight: 400;
}

.featured-copy h3 {
    font-size: clamp(22px, 1.55vw, 29px);
}

.featured-copy p,
.article-list-panel span,
.event-card-mockup p,
.support-row-mockup p,
.membership-row-mockup p,
.footer-link-column p,
.footer-link-column a {
    color: var(--cream);
    font-size: 14px;
    line-height: 1.24;
}

.featured-copy .button {
    align-self: end;
    width: 100%;
    min-height: 38px;
}

.article-list-panel {
    grid-column: 2;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    row-gap: 0;
    overflow: hidden;
}

.article-list-panel article {
    position: relative;
    display: grid;
    align-content: center;
    margin: 0;
    padding: 5px 30px 5px 0;
    border-bottom: 1px solid var(--line-soft);
}

.article-list-panel h3 {
    font-size: clamp(18px, 1.25vw, 21px);
    line-height: 1.08;
}

.article-list-panel strong,
.view-all-events,
.homepage-feature-links small {
    display: block;
    margin-top: 3px;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-list-panel article a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 28px;
}

.events-panel-mockup {
    grid-column: 3;
    margin: 0;
    display: grid;
    grid-template-rows: auto repeat(3, minmax(0, 1fr)) auto;
    padding: 22px 24px;
    border: 1px solid var(--line);
    background: var(--panel);
}

.events-panel-mockup h2 {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.event-card-mockup {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--line-soft);
}

.event-date-box {
    width: 68px;
    min-height: 74px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    text-align: center;
}

.event-date-box span {
    color: var(--gold);
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-date-box strong {
    color: var(--cream);
    font-size: 34px;
    line-height: 0.9;
    font-weight: 400;
}

.events-panel-mockup .view-all-events {
    align-self: end;
    margin-top: 8px;
}

.homepage-feature-links {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 0;
    border-bottom: 1px solid var(--line);
}

.homepage-feature-links a {
    min-height: 160px;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 22px 20px;
    border: 1px solid var(--line);
    border-right: 0;
    background: var(--panel);
    text-align: center;
}

.homepage-feature-links a:last-child {
    border-right: 1px solid var(--line);
}

.homepage-feature-links img {
    width: clamp(58px, 4.8vw, 92px);
    height: clamp(58px, 4.8vw, 92px);
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.24));
}

.homepage-feature-links strong {
    color: var(--gold);
    font-size: 14px;
    text-transform: uppercase;
}

.homepage-feature-links em {
    color: var(--cream);
    font-size: 14px;
    font-style: normal;
    line-height: 1.35;
}

.support-row-mockup {
    display: grid;
    grid-template-columns: minmax(360px, 1.16fr) minmax(300px, 0.86fr) minmax(300px, 0.86fr);
    align-items: stretch;
    gap: 0;
    margin-top: 22px;
    border: 1px solid var(--line);
    background: var(--panel);
}

.support-party-box,
.support-method-box {
    padding: 28px 30px;
    border-right: 1px solid var(--line-soft);
}

.support-method-box:last-child {
    border-right: 0;
}

.support-party-box {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.support-seal-image {
    width: 128px;
    height: 128px;
    object-fit: contain;
    display: block;
    justify-self: center;
    align-self: center;
    opacity: 1;
    visibility: visible;
    filter:
        drop-shadow(0 0 18px rgba(212, 175, 55, 0.32))
        drop-shadow(0 0 42px rgba(0, 0, 0, 0.70));
}

.support-party-copy {
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 12px;
    max-width: 300px;
}

.support-party-box h2,
.support-method-box h2,
.membership-row-mockup h2 {
    margin: 0;
    color: var(--gold);
    font-size: 25px;
    line-height: 1.04;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.support-party-box p,
.support-method-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.support-method-box {
    display: grid;
    align-content: center;
    gap: 14px;
    min-height: 150px;
}

.mail-instruction-box {
    min-height: 58px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 14px 18px;
    border: 1px solid var(--line);
    color: var(--cream);
}

.mail-instruction-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.mail-instruction-box span {
    font-size: 14px;
    line-height: 1.25;
}

.crypto-icons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 2px 0 4px;
}

.crypto-icons img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 9px rgba(212, 175, 55, 0.20));
}

.support-row-mockup .button {
    width: fit-content;
    min-width: 190px;
    padding: 11px 18px;
    font-size: 12px;
}

.membership-row-mockup {
    min-height: 108px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 22px 28px;
    border: 1px solid var(--line);
    border-top: 0;
    background: var(--panel);
}

.membership-shield {
    width: 76px;
    height: 76px;
    object-fit: contain;
    display: block;
    border: none;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.25));
}

.membership-row-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.mockup-footer {
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(220px, 0.95fr) minmax(260px, 1.05fr) minmax(220px, 0.95fr);
    gap: 28px;
    padding: 30px 12px 22px;
    border: 1px solid var(--line);
    border-top: 0;
    background: var(--panel);
}

.footer-brand-block,
.footer-link-column {
    padding: 0 22px;
    border-right: 1px solid var(--line-soft);
}

.footer-link-column:last-child {
    border-right: 0;
}

.footer-brand-block {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 10px;
    align-items: start;
    overflow: visible;
}

.footer-emblem {
    grid-column: 1;
    grid-row: 1;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: none;
}

.footer-emblem img {
    width: 46px;
    height: 46px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.28));
}

.footer-brand-copy {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    align-self: start;
}

.footer-brand-block h2,
.footer-link-column h3 {
    margin: 0 0 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-brand-copy h2 {
    margin: 0 0 8px;
    line-height: 0.96;
}

.footer-brand-copy p,
.footer-link-column p,
.footer-link-column a {
    display: block;
    margin: 0 0 7px;
    line-height: 1.30;
}

.footer-socials {
    grid-column: 1 / -1;
    grid-row: 2;
    width: fit-content;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 4px 0 0 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow: visible;
}

.footer-socials a {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    overflow: visible;
}

.footer-socials img {
    width: 34px;
    height: 34px;
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
    display: block;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px;
    background: rgba(0,0,0,0.25);
    filter: drop-shadow(0 0 7px rgba(212, 175, 55, 0.18));
    flex: 0 0 auto;
}

.footer-bottom-line {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--cream);
    font-size: 13px;
}

@media (max-width: 1500px) {
    :root {
        --video-width: clamp(500px, 40vw, 650px);
        --left-width: clamp(290px, 22vw, 360px);
        --right-width: clamp(315px, 26vw, 430px);
    }
}

@media (max-width: 1280px) {
    .mockup-header {
        height: 74px;
        min-height: 74px;
        max-height: 74px;
        grid-template-columns: minmax(0, 1fr) 42px 38px;
        align-items: center;
        column-gap: 12px;
        overflow: visible;
    }

    .mockup-brand {
        grid-column: 1;
        grid-row: 1;
        height: 74px;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .header-logo-picture {
        width: clamp(280px, 42vw, 430px);
        min-width: 0;
        max-height: 58px;
        overflow: hidden;
    }

    .header-horizontal-logo {
        width: 100%;
        min-width: 0;
        max-height: 58px;
        height: auto;
        display: block;
        object-fit: contain;
        object-position: left center;
    }

    .mockup-nav {
        display: none;
    }

    .mobile-menu-toggle {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        width: 38px;
        height: 38px;
        display: inline-grid;
        place-items: center;
        gap: 4px;
        padding: 0;
        border: 1px solid var(--line);
        background: rgba(0, 0, 0, 0.35);
        cursor: pointer;
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle::before,
    .mobile-menu-toggle::after {
        content: "";
        width: 18px;
        height: 2px;
        display: block;
        background: var(--gold);
        box-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
    }

    .header-seal-button {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
    }

    .mockup-header.mobile-menu-open .mockup-nav {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        z-index: 100;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 8px 0;
        border: 1px solid var(--line);
        background: rgba(5, 5, 5, 0.98);
        box-shadow: 0 18px 32px rgba(0, 0, 0, 0.72);
        overflow: visible;
    }

    .mockup-header.mobile-menu-open .mockup-nav a,
    .mockup-header.mobile-menu-open .nav-user {
        display: block;
        padding: 11px 16px;
        border-bottom: 1px solid var(--line-soft);
        color: var(--cream);
        font-size: 12px;
        text-align: left;
    }
}

@media (max-width: 980px) {
    :root {
        --page-width: min(100% - 48px, 1080px);
    }

    .mockup-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        justify-items: center;
    }

    .mockup-hero .hero-left,
    .mockup-hero .hero-right {
        max-width: 760px;
        justify-self: center;
    }

    .hero-center {
        width: 100%;
    }

    .hero-video-stack,
    .hero-video-card {
        width: min(720px, 92vw);
    }

    .journal-events-section {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .journal-main {
        display: block;
    }

    .journal-main h2,
    .featured-article-card,
    .article-list-panel,
    .events-panel-mockup {
        grid-column: auto;
        grid-row: auto;
    }

    .featured-article-card,
    .article-list-panel,
    .events-panel-mockup {
        height: auto;
        min-height: 0;
        max-height: none;
        margin-top: 0;
    }

    .article-list-panel,
    .events-panel-mockup {
        display: block;
    }

    .article-list-panel article {
        min-height: 124px;
    }

    .homepage-feature-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .support-row-mockup {
        grid-template-columns: 1fr;
    }

    .support-party-box,
    .support-method-box {
        border-right: 0;
        border-bottom: 1px solid var(--line-soft);
    }

    .support-method-box:last-child {
        border-bottom: 0;
    }

    .membership-row-mockup {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .membership-row-actions {
        grid-column: 2;
    }

    .mockup-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    :root {
        --page-width: min(100% - 32px, 720px);
        --hero-gutter: 24px;
    }

    .top-bar {
        font-size: 11px;
    }

    .mockup-header {
        height: 70px;
        min-height: 70px;
        max-height: 70px;
        grid-template-columns: minmax(0, 1fr) 40px 36px;
        column-gap: 8px;
    }

    .mockup-header .mockup-brand {
        width: auto;
        min-width: 0;
        max-width: 100%;
        height: 70px;
    }

    .header-logo-picture {
        width: clamp(210px, 58vw, 300px);
        max-height: 44px;
    }

    .header-horizontal-logo {
        width: 100%;
        min-width: 0;
        max-height: 44px;
        height: auto;
    }

    .mobile-menu-toggle {
        width: 36px;
        height: 36px;
    }

    .header-seal-button {
        width: 36px;
        height: 36px;
    }

    .mockup-header.mobile-menu-open .mockup-nav {
        top: 70px;
    }

    .mockup-hero .hero-left h2 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-address-actions {
        grid-template-columns: 1fr;
    }

    .hero-address-link {
        justify-content: flex-start;
        font-size: 12px;
        padding: 9px 12px;
    }

    .mockup-hero .mockup-principle {
        grid-template-columns: 58px 1fr;
    }

    .homepage-feature-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-party-box {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .support-seal-image {
        width: 108px;
        height: 108px;
    }

    .membership-row-mockup {
        grid-template-columns: 1fr;
    }

    .membership-row-actions {
        grid-column: auto;
    }

    .mockup-footer {
        grid-template-columns: 1fr;
    }

    .footer-brand-block,
    .footer-link-column {
        border-right: 0;
        border-bottom: 1px solid var(--line-soft);
        padding-bottom: 22px;
    }

    .footer-link-column:last-child {
        border-bottom: 0;
    }

    .footer-socials {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-bottom-line {
        flex-direction: column;
        text-align: center;
        padding: 12px 0;
    }

}

@media (max-width: 480px) {
    .homepage-feature-links {
        grid-template-columns: 1fr;
    }
}


/* ========================================================================== */
/* FINAL DESKTOP HEADER AUTHORITY                                             */
/* ========================================================================== */

@media screen and (min-width: 761px) {
    .mockup-header {
        height: 82px !important;
        min-height: 82px !important;
        max-height: 82px !important;
        display: grid !important;
        align-items: center !important;
        overflow: visible !important;
    }

    .mockup-brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .header-horizontal-logo {
        width: 420px !important;
        min-width: 420px !important;
        max-width: 420px !important;
        max-height: 66px !important;
    }
}

@media screen and (min-width: 1281px) {
    .mockup-header {
        grid-template-columns: 430px minmax(0, 1fr) 38px !important;
    }

    .mockup-nav {
        grid-column: 2 !important;
        display: flex !important;
    }

    .mobile-menu-toggle {
        display: none !important;
    }

    .header-seal-button {
        grid-column: 3 !important;
    }
}

@media screen and (min-width: 761px) and (max-width: 1280px) {
    .mockup-header {
        grid-template-columns: 430px minmax(0, 1fr) 42px 38px !important;
    }

    .mockup-nav {
        display: none !important;
    }

    .mobile-menu-toggle {
        grid-column: 3 !important;
        grid-row: 1 !important;
        display: inline-grid !important;
        justify-self: end !important;
        align-self: center !important;
        width: 38px !important;
        height: 38px !important;
    }

    .header-seal-button {
        grid-column: 4 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        align-self: center !important;
    }
}

/* DESKTOP HAMBURGER DROPDOWN FIX */

@media screen and (min-width: 761px) and (max-width: 1280px) {
    .mockup-header.mobile-menu-open .mockup-nav,
    body.mobile-menu-open .mockup-nav {
        position: absolute !important;
        top: 82px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 8px 0 !important;
        border: 1px solid var(--line) !important;
        background: rgba(5, 5, 5, 0.98) !important;
        box-shadow: 0 18px 32px rgba(0, 0, 0, 0.72) !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .mockup-header.mobile-menu-open .mockup-nav a,
    .mockup-header.mobile-menu-open .nav-user,
    body.mobile-menu-open .mockup-nav a,
    body.mobile-menu-open .nav-user {
        display: block !important;
        width: 100% !important;
        padding: 11px 16px !important;
        border-bottom: 1px solid var(--line-soft) !important;
        color: var(--cream) !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        text-align: left !important;
    }
}

/* =========================================================
   CLICKABILITY PASS — PUBLIC CARDS
   Makes large public content blocks visibly clickable.
   ========================================================= */

.featured-article-card[data-popup-open],
.article-list-panel article[data-popup-open],
.event-card-mockup[data-popup-open] {
    cursor: pointer;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease,
        background-color 180ms ease;
}

.featured-article-card[data-popup-open]:hover,
.article-list-panel article[data-popup-open]:hover,
.event-card-mockup[data-popup-open]:hover,
.featured-article-card[data-popup-open]:focus-visible,
.article-list-panel article[data-popup-open]:focus-visible,
.event-card-mockup[data-popup-open]:focus-visible {
    border-color: rgba(212, 175, 55, 0.72);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.22), 0 18px 42px rgba(0, 0, 0, 0.42);
    transform: translateY(-2px);
    outline: none;
}

.article-list-panel article[data-popup-open]:focus-visible,
.event-card-mockup[data-popup-open]:focus-visible,
.featured-article-card[data-popup-open]:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.72);
    outline-offset: 4px;
}


/* Cryptocurrency support popup */

.crypto-address-list{
    display:grid;
    gap:16px;
}

.crypto-address-card{
    padding:18px;
    border:1px solid rgba(212,175,55,.45);
    background:rgba(0,0,0,.28);
}

.crypto-address-card h3{
    margin:0 0 10px;
    color:#d4af37;
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.crypto-address-card h3 span{
    color:#f2ead3;
    font-size:13px;
    margin-left:8px;
}

.crypto-address-card code{
    display:block;
    width:100%;
    padding:12px;
    border:1px solid rgba(212,175,55,.28);
    background:#050505;
    color:#f2ead3;
    font-size:15px;
    line-height:1.55;
    white-space:normal;
    overflow-wrap:anywhere;
    user-select:text;
}


/* Crypto address copy controls */

.crypto-copy-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) 74px;
    gap:10px;
    align-items:stretch;
}

.crypto-copy-row code{
    min-width:0;
}

.crypto-copy-button{
    border:1px solid rgba(212,175,55,.55);
    background:rgba(0,0,0,.42);
    color:#d4af37;
    font-family:Georgia,"Times New Roman",serif;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    cursor:pointer;
}

.crypto-copy-button:hover,
.crypto-copy-button.copied{
    background:#d4af37;
    color:#050505;
}

@media (max-width:720px){
    .crypto-copy-row{
        grid-template-columns:1fr;
    }

    .crypto-copy-button{
        min-height:34px;
    }
}


/* Footer social link tooltips */

.footer-socials a{
    position:relative;
}

.footer-socials a::after{
    content:attr(data-social-label);
    position:absolute;
    left:50%;
    bottom:calc(100% + 10px);
    transform:translateX(-50%);
    min-width:max-content;
    padding:6px 9px;
    border:1px solid rgba(212,175,55,.7);
    background:rgba(0,0,0,.94);
    color:#f2ead3;
    font-family:Georgia,"Times New Roman",serif;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
    opacity:0;
    pointer-events:none;
    transition:opacity .16s ease, transform .16s ease;
    z-index:50;
}

.footer-socials a::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:calc(100% + 4px);
    transform:translateX(-50%);
    border-width:6px 5px 0 5px;
    border-style:solid;
    border-color:rgba(212,175,55,.7) transparent transparent transparent;
    opacity:0;
    pointer-events:none;
    transition:opacity .16s ease;
    z-index:51;
}

.footer-socials a:hover::after,
.footer-socials a:focus-visible::after{
    opacity:1;
    transform:translateX(-50%) translateY(-2px);
}

.footer-socials a:hover::before,
.footer-socials a:focus-visible::before{
    opacity:1;
}


.document-reader-image-frame{
    margin:0 0 24px;
    padding:0;
    border:1px solid rgba(212,175,55,.35);
    background:rgba(0,0,0,.28);
}

.document-reader-image-frame img{
    display:block;
    width:100%;
    height:auto;
}

.document-reader-text{
    white-space:pre-wrap;
    font:inherit;
    line-height:1.7;
    color:inherit;
    background:transparent;
    border:0;
    padding:0;
    margin:0;
}

/* Public Events Page */
.public-events-page{
    max-width:1180px;
    margin:0 auto;
    padding:48px 22px 72px;
}

.public-events-hero{
    border:1px solid rgba(212,175,55,.45);
    background:linear-gradient(145deg,rgba(8,13,16,.96),rgba(2,3,3,.96));
    padding:28px;
    margin-bottom:26px;
}

.public-events-hero h1{
    margin:0;
    color:#d4af37;
    font-family:Georgia,serif;
    font-size:42px;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.public-events-hero p{
    margin:10px 0 0;
    color:#f1e8d2;
    font-size:16px;
}

.public-events-list{
    display:grid;
    gap:16px;
}

.public-event-card{
    display:grid;
    grid-template-columns:120px 1fr;
    gap:18px;
    padding:18px;
    border:1px solid rgba(212,175,55,.38);
    background:rgba(5,6,7,.94);
}

.public-event-date{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:98px;
    border:1px solid rgba(212,175,55,.42);
    color:#d4af37;
    font-family:Georgia,serif;
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
}

.public-event-date span{
    margin-top:4px;
    color:#f1e8d2;
    font-size:14px;
    letter-spacing:.08em;
}

.public-event-body h2{
    margin:0;
    color:#f1e8d2;
    font-family:Georgia,serif;
    font-size:28px;
}

.public-event-body p{
    margin:8px 0 12px;
    color:#cfc5aa;
    line-height:1.5;
}

.public-event-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.public-event-meta span{
    display:inline-flex;
    padding:5px 9px;
    border:1px solid rgba(212,175,55,.28);
    color:#d4af37;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.045em;
}

.public-events-empty{
    border:1px solid rgba(212,175,55,.35);
    padding:22px;
    color:#d4af37;
    background:rgba(5,6,7,.9);
}

@media(max-width:700px){
    .public-events-page{
        padding:28px 14px 52px;
    }

    .public-event-card{
        grid-template-columns:1fr;
    }

    .public-event-date{
        align-items:flex-start;
        padding:14px;
    }

    .public-events-hero h1{
        font-size:32px;
    }
}

/* Public Event Detail Page */
.public-event-detail-page{
    max-width:1180px;
    margin:0 auto;
    padding:48px 22px 72px;
}

.public-event-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:18px;
}

.public-event-detail-main,
.public-event-detail-side{
    border:1px solid rgba(212,175,55,.38);
    background:rgba(5,6,7,.94);
    padding:24px;
}

.public-event-detail-main h2{
    margin:0 0 14px;
    color:#d4af37;
    font-family:Georgia,serif;
    font-size:28px;
    text-transform:uppercase;
    letter-spacing:.055em;
}

.public-event-detail-main p{
    color:#f1e8d2;
    line-height:1.65;
}

.public-event-detail-actions{
    margin-top:24px;
    border-top:1px solid rgba(212,175,55,.25);
    padding-top:18px;
}

.public-event-detail-actions form{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

.public-event-detail-actions button,
.public-event-login-link{
    border:1px solid rgba(212,175,55,.55);
    background:#050607;
    color:#d4af37;
    padding:9px 14px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    cursor:pointer;
}

.public-event-detail-actions button:hover,
.public-event-login-link:hover{
    background:#d4af37;
    color:#050607;
}

.public-event-rsvp-status{
    margin-top:12px;
    color:#d4af37 !important;
    text-transform:uppercase;
    font-size:12px;
}

.public-event-detail-side{
    display:grid;
    gap:10px;
    align-content:start;
}

.public-event-info-card{
    border:1px solid rgba(212,175,55,.28);
    padding:12px;
}

.public-event-info-card strong{
    display:block;
    color:#d4af37;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:.06em;
    margin-bottom:6px;
}

.public-event-info-card span{
    display:block;
    color:#f1e8d2;
    line-height:1.45;
}

@media(max-width:800px){
    .public-event-detail-grid{
        grid-template-columns:1fr;
    }

    .public-event-detail-page{
        padding:28px 14px 52px;
    }
}

/* Public Events responsive hardening */
.public-events-page,
.public-event-detail-page{
    max-width:100%;
    overflow-x:hidden;
}

.public-event-card,
.public-event-detail-grid,
.public-event-detail-main,
.public-event-detail-side{
    max-width:100%;
}

@media(max-width:700px){
    .public-event-card{
        grid-template-columns:1fr;
    }

    .public-event-date{
        align-items:flex-start;
        padding:14px;
    }

    .public-events-hero h1{
        font-size:30px;
    }

    .public-event-detail-main,
    .public-event-detail-side{
        padding:16px;
    }
}

/* BUILD LOG 8 — MID-WIDTH HERO OVERFLOW FIX ONLY */
/* Fixes cutoff between desktop and mobile without redesigning desktop/mobile. */
@media screen and (min-width: 981px) and (max-width: 1280px) {
    .mockup-hero {
        grid-template-columns: minmax(280px, 0.95fr) minmax(420px, 1.25fr);
        align-items: center;
    }

    .mockup-hero .hero-left {
        max-width: 100%;
    }

    .hero-center {
        width: 100%;
        min-width: 0;
    }

    .hero-video-stack,
    .hero-video-card {
        width: 100%;
        max-width: 620px;
    }

    .mockup-hero .hero-right {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        align-self: stretch;
    }

    .mockup-hero .mockup-principle {
        border-top: 1px solid var(--line-soft);
        border-bottom: 0;
    }
}

/* BUILD LOG 8 — MID-WIDTH EVENTS + FOOTER OVERFLOW FIX ONLY */
@media screen and (min-width: 981px) and (max-width: 1280px) {
    .journal-events-section {
        grid-template-columns: minmax(340px, 1fr) minmax(270px, 0.76fr) minmax(330px, 0.98fr);
        column-gap: 18px;
    }

    .featured-article-card,
    .article-list-panel,
    .events-panel-mockup {
        height: auto;
        min-height: 455px;
    }

    .events-panel-mockup {
        padding: 20px 18px;
    }

    .events-panel-mockup h2 {
        font-size: 27px;
        line-height: 1.04;
    }

    .event-card-mockup {
        grid-template-columns: 62px minmax(0, 1fr);
        column-gap: 12px;
    }

    .event-date-box {
        width: 60px;
        min-height: 66px;
    }

    .event-date-box span {
        font-size: 13px;
    }

    .event-date-box strong {
        font-size: 30px;
    }

    .event-card-mockup h3 {
        font-size: 19px;
        line-height: 1.08;
    }

    .event-card-mockup p {
        font-size: 13px;
        line-height: 1.18;
    }

    .mockup-footer {
        grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
        gap: 18px;
    }

    .footer-brand-block,
    .footer-link-column {
        padding-left: 16px;
        padding-right: 16px;
        min-width: 0;
    }

    .footer-link-column,
    .footer-link-column p,
    .footer-link-column a {
        overflow-wrap: anywhere;
        word-break: normal;
    }
}

/* BUILD LOG 8 — EVENTS CARD BOTTOM LINK POSITION */
.events-panel-mockup .view-all-events {
    align-self: end;
    justify-self: start;
    margin-top: auto;
}

/* BUILD LOG 8 — EVENTS PANEL STRUCTURE */
.events-panel-mockup{
    display:flex;
    flex-direction:column;
}

.events-panel-mockup .view-all-events{
    margin-top:auto;
    align-self:flex-start;
}

/* BUILD LOG 8 — HOMEPAGE EVENT TEXT FIT */
.events-panel-mockup .event-card-mockup {
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 20px;
}

.events-panel-mockup .event-card-mockup h3 {
    font-size: clamp(18px, 1.15vw, 21px);
    line-height: 1.05;
    max-width: 100%;
}

.events-panel-mockup .event-card-mockup p {
    line-height: 1.18;
}

@media screen and (min-width: 981px) {
    .events-panel-mockup {
        min-height: 0;
    }
}

/* BUILD LOG 8 — EVENTS LINK BOUNDARY FIX */
.events-panel-mockup {
    box-sizing: border-box;
    overflow: hidden;
}

.events-panel-mockup .view-all-events {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 0;
    align-self: flex-start;
    justify-self: start;
    box-sizing: border-box;
    line-height: 1;
}

@media screen and (max-width: 760px) {
    .events-panel-mockup {
        padding-bottom: 18px;
    }

    .events-panel-mockup .view-all-events {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* BUILD LOG 8 — EVENTS LINK FINAL INSET */
.events-panel-mockup .view-all-events {
    margin-left: 0;
    margin-right: 0;
    transform: translateY(-6px);
}

/* BUILD LOG 8 — EVENTS LINK VISIBLE AT ALL WIDTHS */
.events-panel-mockup {
    overflow: visible;
    padding-bottom: 24px;
}

.events-panel-mockup .view-all-events {
    position: static;
    display: inline-block;
    transform: none;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 10px;
    line-height: 1.15;
}

/* BUILD LOG 8 — PUBLICATION SUMMARY PAGE-SAFETY GUARD */
.featured-article-card p,
.article-list-panel article span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-article-card p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.article-list-panel article span {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.article-list-panel article,
.featured-article-card {
    min-width: 0;
}

.article-list-panel article h3,
.featured-article-card h3 {
    overflow-wrap: anywhere;
}

/* BUILD LOG 8 — PUBLICATION SUMMARY COUNTER */
.publication-field-help {
    display: block;
    margin-top: 6px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.04em;
}

.publication-field-help-warning {
    color: #d9a441;
}

.publication-field-help-danger {
    color: #ff6b6b;
}

/* BUILD LOG 8 — PUBLICATION CARD HOVER RESTORE */
.featured-article-card[data-publication-slug],
.article-list-panel article[data-publication-slug] {
    cursor: pointer;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease,
        background-color 180ms ease;
}

.featured-article-card[data-publication-slug]:hover,
.article-list-panel article[data-publication-slug]:hover,
.featured-article-card[data-publication-slug]:focus-visible,
.article-list-panel article[data-publication-slug]:focus-visible {
    border-color: rgba(212, 175, 55, 0.72);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.22), 0 18px 42px rgba(0, 0, 0, 0.42);
    transform: translateY(-2px);
    outline: none;
}

.featured-article-card[data-publication-slug]:focus-visible,
.article-list-panel article[data-publication-slug]:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.72);
    outline-offset: 4px;
}

/* BUILD LOG 8 — SECURE POST LOGOUT CONTROL */
.np-inline-logout-form {
    display: inline;
    margin: 0;
    padding: 0;
}

.np-inline-logout-button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.np-inline-logout-button:hover,
.np-inline-logout-button:focus-visible {
    color: #d4af37;
    text-decoration: underline;
}
