/**
 * File: /footer/footer.css
 * Description: Canonical MICROBA footer presentation styles. Footer Moment is locked to the supplied compass reference: a large centred TimeZone.webp with live values arranged around its perimeter, without changing footer geometry.
 * Revision: 2.0.38
 * Asset: /wp-content/uploads/system/footer/TimeZone.webp
 */

.microba-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(209,162,70,.38);
    background: radial-gradient(circle at 50% 0%, #0b2118 0%, #030b08 52%, #010503 100%);
    color: var(--microba-soft);
    font-family: var(--microba-font-interface);
}
.microba-footer__art {
    position: absolute;
    inset-block: 0;
    width: min(54vw, 900px);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .56;
    pointer-events: none;
}
.microba-footer__art--left {
    left: 0;
    background-image: var(--footer-left);
    background-position: left bottom;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 78%, rgba(0,0,0,.46) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 78%, rgba(0,0,0,.46) 100%);
}
.microba-footer__art--right {
    right: 0;
    background-image: var(--footer-right);
    background-position: right bottom;
    -webkit-mask-image: linear-gradient(to left, #000 0%, #000 78%, rgba(0,0,0,.46) 100%);
    mask-image: linear-gradient(to left, #000 0%, #000 78%, rgba(0,0,0,.46) 100%);
}
.microba-footer__inner { position: relative; z-index: 1; width: min(calc(100% - 48px), 1520px); margin-inline: auto; padding: 52px 0 22px; }
.microba-footer__primary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 0;
    align-items: start;
}
.microba-footer__identity {
    width: min(100%, 360px);
    justify-self: center;
    padding: 0 24px 26px;
    text-align: center;
}
.microba-footer__brand { display: block; width: 214px; max-width: 100%; margin-inline: auto; }
.microba-footer__brand img { display: block; width: 100%; }
.microba-footer__promise { margin: 20px auto 0; max-width: 330px; font-size: .88rem; line-height: 1.62; text-align: center; }
.microba-footer__identity-rule {
    width: min(100%, 300px);
    height: 1px;
    margin: 22px auto 0;
    background: linear-gradient(90deg, transparent, rgba(209,162,70,.72) 18%, var(--microba-gold) 50%, rgba(209,162,70,.72) 82%, transparent);
}
.microba-footer__eyebrow { color: var(--microba-gold-bright); font-size: .73rem !important; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.microba-footer__join { width: min(100%, 390px); max-width: 390px; justify-self: center; padding: 0 24px 26px; border-left: 0; text-align: left; }
.microba-footer__join > p { margin-top: 0; font-size: .9rem; }
.microba-footer__newsletter { position: relative; display: grid; grid-template-columns: 1fr 54px; margin-top: 20px; }
.microba-footer__newsletter input { min-width: 0; height: 52px; padding: 0 15px; border: 1px solid rgba(209,162,70,.46); border-radius: 8px 0 0 8px; background: rgba(0,0,0,.22); color: #fff; outline: 0; }
.microba-footer__newsletter button { display: grid; place-items: center; border: 1px solid var(--microba-gold); border-radius: 0 8px 8px 0; background: transparent; color: var(--microba-gold-bright); cursor: pointer; }
.microba-footer__newsletter button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.microba-footer__newsletter-status { grid-column: 1 / -1; min-height: 22px; margin-top: 7px; color: var(--microba-muted); font-size: .74rem; }
.microba-footer__socials { display: flex; gap: 10px; margin-top: 14px; }
.microba-footer__socials a, .microba-footer__socials span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--microba-gold); border-radius: 50%; color: var(--microba-gold-bright); transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease; }
.microba-footer__socials a:hover { color: #fff; border-color: var(--microba-gold-bright); background: rgba(209,162,70,.08); transform: translateY(-1px); }
.microba-footer__socials span.is-disabled { opacity: .48; cursor: default; }
.microba-footer__socials svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.microba-footer__pillar-band {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 38px;
    padding: 14px;
    border: 1px solid var(--microba-border);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(5,24,17,.46), rgba(2,12,9,.34));
    -webkit-backdrop-filter: blur(16px) saturate(115%);
    backdrop-filter: blur(16px) saturate(115%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 50px rgba(0,0,0,.14);
    overflow: visible;
}
.microba-footer__pillar {
    position: relative;
    background: linear-gradient(180deg, rgba(8,29,21,.22), rgba(2,12,9,.10));
    min-width: 0;
    min-height: 100px;
    padding: 0 24px;
    border-right: 1px solid var(--microba-border);
}
.microba-footer__pillar:last-child { border-right: 0; }
.microba-footer__pillar-main {
    display: grid;
    grid-template-columns: 68px minmax(0,1fr);
    gap: 16px;
    align-items: center;
    min-height: 100px;
    color: inherit;
    text-decoration: none;
    outline: none;
}
.microba-footer__pillar-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid var(--microba-gold);
    border-radius: 50%;
    transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.microba-footer__pillar-icon img { width: 34px; height: 34px; }
.microba-footer__pillar-copy strong, .microba-footer__pillar-copy small { display: block; }
.microba-footer__pillar-copy strong { color: var(--microba-ivory); font-family: var(--microba-font-display); font-size: 1.3rem; font-weight: 400; transition: color .2s ease; }
.microba-footer__pillar-copy small { margin-top: 4px; color: var(--microba-soft); font-size: .8rem; line-height: 1.45; }
.microba-footer__pillar-toggle {
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--microba-gold-bright);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .2s ease, transform .2s ease;
}
.microba-footer__pillar-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .22s ease; }
.microba-footer__pillar-toggle:hover,
.microba-footer__pillar-toggle:focus-visible { background: rgba(209,162,70,.10); outline: 1px solid rgba(209,162,70,.55); }
.microba-footer__pillar-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: calc(100% + 10px);
    z-index: 8;
    padding: 16px;
    border: 1px solid rgba(209,162,70,.54);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(5,24,17,.78), rgba(2,12,9,.70));
    box-shadow: 0 22px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.045);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    backdrop-filter: blur(18px) saturate(120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(.985);
    transform-origin: bottom center;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.microba-footer__pillar-menu::after {
    content: '';
    position: absolute;
    left: 38px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(209,162,70,.54);
    border-bottom: 1px solid rgba(209,162,70,.54);
    background: #020c09;
    transform: rotate(45deg);
}
.microba-footer__pillar-menu-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; color: var(--microba-gold-bright); font-size: .66rem; font-weight: 600; letter-spacing: .16em; }
.microba-footer__pillar-menu-head i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(209,162,70,.6), transparent); }
.microba-footer__pillar-menu ul { margin: 0; padding: 0; list-style: none; }
.microba-footer__pillar-menu li + li { border-top: 1px solid rgba(209,162,70,.11); }
.microba-footer__pillar-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 2px;
    color: var(--microba-soft);
    text-decoration: none;
    font-size: .82rem;
    line-height: 1.25;
    transition: color .18s ease, padding-left .18s ease;
}
.microba-footer__pillar-menu a span { color: var(--microba-gold); transition: transform .18s ease, color .18s ease; }
.microba-footer__pillar-menu a:hover,
.microba-footer__pillar-menu a:focus-visible { color: #fff; padding-left: 5px; outline: none; }
.microba-footer__pillar-menu a:hover span,
.microba-footer__pillar-menu a:focus-visible span { color: var(--microba-gold-bright); transform: translateX(2px); }
.microba-footer__pillar:hover .microba-footer__pillar-menu,
.microba-footer__pillar:focus-within .microba-footer__pillar-menu,
.microba-footer__pillar.is-open .microba-footer__pillar-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.microba-footer__pillar:hover .microba-footer__pillar-icon,
.microba-footer__pillar:focus-within .microba-footer__pillar-icon,
.microba-footer__pillar.is-open .microba-footer__pillar-icon {
    border-color: var(--microba-gold-bright);
    background: rgba(209,162,70,.08);
    box-shadow: 0 0 0 5px rgba(209,162,70,.04), 0 0 28px rgba(209,162,70,.12);
    transform: translateY(-1px);
}
.microba-footer__pillar:hover .microba-footer__pillar-copy strong,
.microba-footer__pillar:focus-within .microba-footer__pillar-copy strong,
.microba-footer__pillar.is-open .microba-footer__pillar-copy strong { color: var(--microba-gold-bright); }
.microba-footer__pillar:hover .microba-footer__pillar-toggle svg,
.microba-footer__pillar:focus-within .microba-footer__pillar-toggle svg,
.microba-footer__pillar.is-open .microba-footer__pillar-toggle svg { transform: rotate(180deg); }


/* Desktop hover bridge: keeps the flyout open while the pointer travels from
   the glass pillar card into the menu above it. */
@media (hover: hover) and (pointer: fine) and (min-width: 561px) {
    .microba-footer__pillar::before {
        content: '';
        position: absolute;
        z-index: 7;
        left: 0;
        right: 0;
        top: -18px;
        height: 20px;
        pointer-events: auto;
    }
    .microba-footer__pillar-menu {
        bottom: calc(100% + 8px);
    }
    .microba-footer__pillar:hover,
    .microba-footer__pillar:focus-within,
    .microba-footer__pillar.is-open {
        background: linear-gradient(180deg, rgba(10,38,27,.34), rgba(2,12,9,.14));
    }
}

/* === POLICIES COLUMN — replaces former third-column celestial artwork === */
.microba-footer__policies {
    width: min(100%, 330px);
    justify-self: center;
    align-self: center;
    padding: 0 24px 26px;
    text-align: left;
}
.microba-footer__policies-title { margin: 0 0 14px; }
.microba-footer__policies-list { margin: 0; padding: 0; list-style: none; }
.microba-footer__policies-list li + li { border-top: 1px solid rgba(209,162,70,.11); }
.microba-footer__policies-list a {
    display: block;
    padding: 9px 0;
    color: var(--microba-soft);
    text-decoration: none;
    font-size: .82rem;
    line-height: 1.3;
    transition: color .18s ease, padding-left .18s ease;
}
.microba-footer__policies-list a:hover,
.microba-footer__policies-list a:focus-visible {
    color: var(--microba-gold-bright);
    padding-left: 5px;
    outline: none;
}

.microba-footer__utility { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(209,162,70,.20); font-size: .75rem; }
.microba-footer__copyright { display: grid; gap: 2px; }
.microba-footer__copyright em { color: var(--microba-gold-bright); font-family: var(--microba-font-display); font-size: .94rem; font-style: normal; }
.microba-footer__legal { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.microba-footer__legal a { text-decoration: none; color: var(--microba-soft); }
.microba-footer__legal span { color: var(--microba-gold); }
.microba-footer__locale { display: flex; justify-content: flex-end; gap: 20px; }
.microba-footer__locale span { display: inline-flex; gap: 8px; align-items: center; }
.microba-footer__locale svg { width: 20px; height: 20px; color: var(--microba-gold-bright); fill: none; stroke: currentColor; stroke-width: 1.4; }

@media (max-width: 1180px) {
    .microba-footer__primary { grid-template-columns: 1fr 1fr; gap: 36px; }
    .microba-footer__identity { width: min(100%, 420px); }
    .microba-footer__pillar { padding: 0 16px; }
    .microba-footer__pillar-main { grid-template-columns: 58px minmax(0,1fr); gap: 13px; }
    .microba-footer__pillar-icon { width: 56px; height: 56px; }
    .microba-footer__pillar-toggle { right: 6px; }
    .microba-footer__pillar-menu { left: 8px; right: 8px; }
}
@media (max-width: 900px) {
    .microba-footer__inner { width: calc(100% - 32px); }
    .microba-footer__policies { width: min(100%, 520px); padding: 24px 0 0; border-top: 1px solid rgba(209,162,70,.18); }
    .microba-footer__primary { grid-template-columns: 1fr; gap: 30px; }
    .microba-footer__identity { width: min(100%, 520px); justify-self: center; }
    .microba-footer__join { width: min(100%, 520px); max-width: none; justify-self: center; padding: 24px 0 0; border-top: 1px solid rgba(209,162,70,.18); }
    .microba-footer__socials { justify-content: flex-start; }
    .microba-footer__pillar-band { grid-template-columns: repeat(2,1fr); }
    .microba-footer__pillar:nth-child(2) { border-right: 0; }
    .microba-footer__pillar:nth-child(-n+2) { border-bottom: 1px solid var(--microba-border); }
    .microba-footer__pillar-menu { bottom: calc(100% + 10px); }
    .microba-footer__utility { grid-template-columns: 1fr; text-align: center; }
    .microba-footer__legal, .microba-footer__locale { justify-content: center; }
}
@media (max-width: 560px) {
    .microba-footer__pillar-band { grid-template-columns: 1fr; padding: 8px 14px; }
    .microba-footer__pillar { border-right: 0; border-bottom: 1px solid var(--microba-border); }
    .microba-footer__pillar:last-child { border-bottom: 0; }
    .microba-footer__pillar-main { min-height: 92px; padding-right: 30px; }
    .microba-footer__pillar-menu {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        max-height: 0;
        margin: 0;
        padding: 0 14px;
        border-width: 0;
        border-radius: 10px;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: none;
        transition: max-height .25s ease, opacity .2s ease, padding .25s ease, margin .25s ease, border-width .25s ease;
    }
    .microba-footer__pillar-menu::after { display: none; }
    .microba-footer__pillar:hover .microba-footer__pillar-menu { max-height: 0; padding-block: 0; margin-bottom: 0; border-width: 0; opacity: 0; visibility: hidden; pointer-events: none; }
    .microba-footer__pillar.is-open .microba-footer__pillar-menu,
    .microba-footer__pillar:focus-within .microba-footer__pillar-menu {
        max-height: 360px;
        margin: -4px 0 12px;
        padding: 12px 14px;
        border-width: 1px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .microba-footer__locale { flex-direction: column; gap: 8px; align-items: center; }
    .microba-footer__art { opacity: .32; width: 80vw; }
}
@media (prefers-reduced-motion: reduce) {
    .microba-footer__pillar-icon,
    .microba-footer__pillar-toggle,
    .microba-footer__pillar-toggle svg,
    .microba-footer__pillar-menu,
    .microba-footer__pillar-menu a,
    .microba-footer__pillar-menu a span { transition: none !important; }
}

/* === v2.0.31 — MOMENT VISUAL + DATA SPLIT =============================== */
.microba-footer__moment-visual-column {
    width: min(100%, 370px);
    justify-self: center;
    padding: 0 18px 26px;
    display: grid;
    place-items: center;
}
.microba-footer__moment {
    width: min(100%, 370px);
    justify-self: center;
    padding: 0 22px 26px;
    text-align: center;
}
.microba-footer__moment-visual {
    position: relative;
    width: min(100%, 270px);
    aspect-ratio: 1;
    margin: 0 auto;
    display: grid;
    place-items: center;
    isolation: isolate;
}
.microba-footer__moment-visual::before {
    content: '';
    position: absolute;
    inset: 18%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224,176,71,.18), rgba(224,176,71,0) 68%);
    filter: blur(10px);
}
.microba-footer__moment-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(225,174,63,.16));
}
.microba-footer__moment-pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    border-radius: 50%;
    background: var(--microba-gold-bright);
    box-shadow: 0 0 0 0 rgba(225,174,63,.34);
    animation: microbaMomentPulse 3.2s ease-out infinite;
}
.microba-footer__moment.is-night ~ .microba-footer__moment-visual-column img,
.microba-footer__moment-visual-column.is-night img {
    filter: brightness(.82) saturate(.88) drop-shadow(0 0 18px rgba(205,210,230,.10));
}
.microba-footer__moment-data {
    margin: 0;
    padding: 8px 12px;
    border: 1px solid rgba(209,162,70,.18);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(8,31,23,.18), rgba(2,12,9,.08));
    backdrop-filter: blur(10px) saturate(110%);
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    text-align: left;
}
.microba-footer__moment-row {
    display: grid;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(209,162,70,.08);
}
.microba-footer__moment-row--single { grid-template-columns: 1fr; }
.microba-footer__moment-row--pair { grid-template-columns: repeat(2, minmax(0,1fr)); }
.microba-footer__moment-row:last-child { border-bottom: 0; }
.microba-footer__moment-item { min-width: 0; }
.microba-footer__moment-row--pair .microba-footer__moment-item + .microba-footer__moment-item {
    padding-left: 12px;
    border-left: 1px solid rgba(209,162,70,.12);
}
.microba-footer__moment-data dt {
    margin: 0 0 2px;
    color: rgba(236,229,211,.58);
    font-size: .61rem;
    line-height: 1.25;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.microba-footer__moment-data dd {
    min-width: 0;
    margin: 0;
    color: rgba(246,236,207,.92);
    font-size: .70rem;
    line-height: 1.3;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
}
.microba-footer__moment-data dd[data-moment-field="sunrise"],
.microba-footer__moment-data dd[data-moment-field="sunset"],
.microba-footer__moment-data dd[data-moment-field="sidereal_time"] { color: var(--microba-gold-bright); }
.microba-footer__moment-note {
    margin: 8px 4px 0;
    color: rgba(236,229,211,.48);
    font-size: .65rem;
    line-height: 1.45;
}
.microba-footer__moment.is-unavailable .microba-footer__moment-data { opacity: .72; }
@keyframes microbaMomentPulse {
    0% { box-shadow: 0 0 0 0 rgba(225,174,63,.32); opacity: .95; }
    70% { box-shadow: 0 0 0 13px rgba(225,174,63,0); opacity: .72; }
    100% { box-shadow: 0 0 0 0 rgba(225,174,63,0); opacity: .95; }
}
@media (max-width: 1180px) {
    .microba-footer__moment,
    .microba-footer__moment-visual-column { width: min(100%, 420px); }
}
@media (max-width: 900px) {
    .microba-footer__moment-visual-column,
    .microba-footer__moment {
        width: min(100%, 520px);
        padding: 24px 0 0;
        border-top: 1px solid rgba(209,162,70,.18);
    }
    .microba-footer__moment-visual { width: min(68vw, 260px); }
}
@media (prefers-reduced-motion: reduce) {
    .microba-footer__moment-pulse { animation: none; }
}

/* === v2.0.33 — LOCKED TRANSPARENT PRIMARY ROW ========================== */
/* Remove the green block/card treatment from the Moment columns. */
.microba-footer__primary {
    align-items: center;
}

.microba-footer__identity,
.microba-footer__moment,
.microba-footer__moment-visual-column,
.microba-footer__policies,
.microba-footer__join {
    align-self: center;
    justify-self: center;
}

.microba-footer__identity,
.microba-footer__moment,
.microba-footer__moment-visual-column {
    display: grid;
    place-items: center;
}

.microba-footer__moment,
.microba-footer__moment-visual-column,
.microba-footer__moment-data,
.microba-footer__moment-row,
.microba-footer__moment-item {
    background: transparent !important;
    box-shadow: none !important;
}

.microba-footer__moment-data {
    width: min(100%, 280px);
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
}

.microba-footer__moment-row {
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 5px 0;
    gap: 8px;
    border-bottom: 0;
}

.microba-footer__moment-row--pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.microba-footer__moment-item {
    width: 100%;
    text-align: center;
}

.microba-footer__moment-row--pair .microba-footer__moment-item + .microba-footer__moment-item {
    padding-left: 0;
    border-left: 0;
}

/* Column 2 stays intentionally smaller than the other three columns. */
.microba-footer__moment-data dt {
    margin: 0 0 1px;
    font-size: .53rem;
    line-height: 1.18;
    letter-spacing: .10em;
}

.microba-footer__moment-data dd {
    font-size: .62rem;
    line-height: 1.22;
}

.microba-footer__moment-note {
    max-width: 280px;
    margin: 7px auto 0;
    text-align: center;
    font-size: .58rem;
}

.microba-footer__moment-visual-column {
    background: transparent !important;
}

.microba-footer__moment-visual {
    margin-inline: auto;
}

.microba-footer__join {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 900px) {
    .microba-footer__primary {
        align-items: center;
    }

    .microba-footer__identity,
    .microba-footer__moment,
    .microba-footer__moment-visual-column,
    .microba-footer__join {
        justify-self: center;
        align-self: center;
    }

    .microba-footer__moment,
    .microba-footer__moment-visual-column {
        background: transparent !important;
    }
}
/* === v2.0.37 — REFERENCE-LOCKED COMPASS DATA RING ====================== */
/*
 * File: /footer/footer.css
 * Description: Locks the Footer Moment composition to the supplied compass
 * reference: the compass is visually dominant and the six live data groups
 * hug its outer perimeter. Existing footer geometry is preserved.
 * Revision: 2.0.37
 * Asset: /wp-content/uploads/system/footer/TimeZone.webp
 *
 * IMPORTANT: this revision does NOT add or change footer height, min-height,
 * primary-grid sizing, padding, margin, or section spacing.
 */
.microba-footer__moment {
    position: relative;
    isolation: isolate;
    overflow: visible;
}

/* Large compass in the centre of the existing Moment cell. */
.microba-footer__moment::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: min(68%, 228px);
    aspect-ratio: 1;
    pointer-events: none;
    background-image: var(--microba-footer-timezone-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .58;
    filter: drop-shadow(0 0 10px rgba(225,174,63,.10));
    transform: translate(-50%, -50%);
}

/*
 * Use the full visual width already available to the cell, compensating only
 * for the older internal horizontal padding. This does not change cell size.
 */
.microba-footer__moment-data {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
    grid-template-areas:
        'timezone . sidereal'
        'sunrise  . sunset'
        'latitude . longitude';
    align-items: center;
    width: min(370px, calc(100% + 44px));
    max-width: none;
    margin-inline: -22px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.microba-footer__moment-row {
    display: contents !important;
}

.microba-footer__moment-row:nth-child(1) .microba-footer__moment-item {
    grid-area: timezone;
}
.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
    grid-area: sidereal;
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
    grid-area: sunrise;
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
    grid-area: sunset;
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
    grid-area: latitude;
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
    grid-area: longitude;
}

.microba-footer__moment-item {
    position: relative;
    z-index: 3;
    min-width: 0;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Reference geometry: four corner data blocks + sunrise/sunset on W/E axis. */
.microba-footer__moment-row:nth-child(1) .microba-footer__moment-item,
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1),
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
    text-align: left;
    justify-self: start;
}

.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item,
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2),
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
    text-align: right;
    justify-self: end;
}

/* Spread the three logical rows vertically around the compass without
 * increasing the layout box or footer height. */
.microba-footer__moment-row:nth-child(1) .microba-footer__moment-item {
    transform: translate(-4px, -55px);
}
.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
    transform: translate(4px, -55px);
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
    transform: translate(-10px, 0);
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
    transform: translate(10px, 0);
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
    transform: translate(-4px, 55px);
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
    transform: translate(4px, 55px);
}

.microba-footer__moment-data dt {
    margin: 0 0 2px;
    color: rgba(236,229,211,.78);
    font-size: .54rem;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.microba-footer__moment-data dd {
    min-width: 0;
    margin: 0;
    color: rgba(246,236,207,.98);
    font-size: .64rem;
    font-weight: 500;
    line-height: 1.12;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    overflow-wrap: normal;
}

.microba-footer__moment-data dd[data-moment-field='sunrise'],
.microba-footer__moment-data dd[data-moment-field='sunset'],
.microba-footer__moment-data dd[data-moment-field='sidereal_time'] {
    color: var(--microba-gold-bright);
}

/* Keep status beneath the compass visually, without consuming new space. */
.microba-footer__moment-note {
    position: relative;
    z-index: 3;
    max-width: 280px;
    margin: 0 auto;
    color: rgba(236,229,211,.48);
    font-size: .54rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    transform: translateY(69px);
}

@media (max-width: 1180px) and (min-width: 901px) {
    .microba-footer__moment::before {
        width: min(64%, 214px);
    }

    .microba-footer__moment-data {
        grid-template-columns: minmax(0, 1fr) 176px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    /* On stacked footer layouts, keep the same compass-ring composition but
     * scale it to the available width; no extra vertical section is introduced. */
    .microba-footer__moment::before {
        width: min(58vw, 228px);
    }

    .microba-footer__moment-data {
        width: min(100%, 370px);
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr) min(48vw, 190px) minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .microba-footer__moment::before {
        width: min(54vw, 196px);
        opacity: .52;
    }

    .microba-footer__moment-data {
        grid-template-columns: minmax(0, 1fr) min(45vw, 166px) minmax(0, 1fr);
    }

    .microba-footer__moment-data dt {
        font-size: .50rem;
    }

    .microba-footer__moment-data dd {
        font-size: .60rem;
    }

    .microba-footer__moment-row:nth-child(1) .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
        transform: translateY(-48px);
    }

    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1),
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
        transform: translateY(48px);
    }

    .microba-footer__moment-note {
        transform: translateY(61px);
    }
}


/* === v2.0.38 — COMPASS SCALE + PERIMETER PROXIMITY ===================== */
/*
 * File: /footer/footer.css
 * Description: Final visual adjustment against the supplied compass reference.
 * The compass is enlarged inside the existing Moment cell and the six live
 * data groups are pulled closer to its perimeter. No footer height, padding,
 * margin, primary-grid sizing, or section spacing is changed.
 * Revision: 2.0.38
 * Asset: /wp-content/uploads/system/footer/TimeZone.webp
 */
.microba-footer__moment::before {
    width: min(86%, 292px);
    opacity: .68;
    filter: drop-shadow(0 0 12px rgba(225,174,63,.14));
}

.microba-footer__moment-data {
    width: min(390px, calc(100% + 64px));
    margin-inline: -32px;
    grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
}

.microba-footer__moment-row:nth-child(1) .microba-footer__moment-item {
    transform: translate(8px, -52px);
}
.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
    transform: translate(-8px, -52px);
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
    transform: translate(8px, 0);
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
    transform: translate(-8px, 0);
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
    transform: translate(8px, 52px);
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
    transform: translate(-8px, 52px);
}

.microba-footer__moment-note {
    transform: translateY(70px);
}

@media (max-width: 1180px) and (min-width: 901px) {
    .microba-footer__moment::before {
        width: min(82%, 278px);
    }
    .microba-footer__moment-data {
        width: min(380px, calc(100% + 54px));
        margin-inline: -27px;
        grid-template-columns: minmax(0, 1fr) 236px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .microba-footer__moment::before {
        width: min(70vw, 278px);
    }
    .microba-footer__moment-data {
        width: min(100%, 380px);
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr) min(58vw, 236px) minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .microba-footer__moment::before {
        width: min(66vw, 232px);
        opacity: .62;
    }
    .microba-footer__moment-data {
        grid-template-columns: minmax(0, 1fr) min(54vw, 198px) minmax(0, 1fr);
    }
    .microba-footer__moment-row:nth-child(1) .microba-footer__moment-item {
        transform: translate(5px, -46px);
    }
    .microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
        transform: translate(-5px, -46px);
    }
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
        transform: translate(5px, 0);
    }
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
        transform: translate(-5px, 0);
    }
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
        transform: translate(5px, 46px);
    }
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
        transform: translate(-5px, 46px);
    }
    .microba-footer__moment-note {
        transform: translateY(61px);
    }
}

/* === v2.0.39 — REMOVE STATUS + MATCH CELESTIAL HEIGHT ================== */
/*
 * File: /footer/footer.css
 * Description: Refines the Footer Moment cell only. The compass is scaled to
 * visually match the height of the third-column celestial image, the six live
 * data blocks are pulled closer to the compass perimeter, and the status text
 * “Live device location is active.” is removed. Existing footer geometry,
 * padding, spacing, and primary grid structure remain unchanged.
 * Revision: 2.0.39
 * Asset: /wp-content/uploads/system/footer/TimeZone.webp
 */

/* Remove the status line entirely. */
.microba-footer__moment-note {
    display: none !important;
}

/* Make the compass visually as tall/present as the third column visual. */
.microba-footer__moment::before {
    width: min(94%, 320px);
    opacity: .72;
    filter: drop-shadow(0 0 14px rgba(225,174,63,.16));
}

/* Pull the information ring tighter around the compass. */
.microba-footer__moment-data {
    width: min(398px, calc(100% + 56px));
    margin-inline: -28px;
    grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
}

.microba-footer__moment-row:nth-child(1) .microba-footer__moment-item {
    transform: translate(24px, -58px);
}
.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
    transform: translate(-24px, -58px);
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
    transform: translate(18px, 0);
}
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
    transform: translate(-18px, 0);
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
    transform: translate(24px, 58px);
}
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
    transform: translate(-24px, 58px);
}

@media (max-width: 1180px) and (min-width: 901px) {
    .microba-footer__moment::before {
        width: min(90%, 304px);
    }

    .microba-footer__moment-data {
        width: min(390px, calc(100% + 46px));
        margin-inline: -23px;
        grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
    }

    .microba-footer__moment-row:nth-child(1) .microba-footer__moment-item {
        transform: translate(20px, -55px);
    }
    .microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
        transform: translate(-20px, -55px);
    }
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
        transform: translate(15px, 0);
    }
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
        transform: translate(-15px, 0);
    }
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1) {
        transform: translate(20px, 55px);
    }
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
        transform: translate(-20px, 55px);
    }
}

@media (max-width: 900px) {
    .microba-footer__moment::before {
        width: min(74vw, 304px);
    }

    .microba-footer__moment-data {
        width: min(100%, 390px);
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr) min(54vw, 210px) minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .microba-footer__moment::before {
        width: min(66vw, 248px);
    }

    .microba-footer__moment-data {
        grid-template-columns: minmax(0, 1fr) min(48vw, 176px) minmax(0, 1fr);
    }

    .microba-footer__moment-row:nth-child(1) .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
        transform: translateY(-50px);
    }

    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1) {
        transform: translate(10px, 0);
    }
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
        transform: translate(-10px, 0);
    }

    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1),
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
        transform: translateY(50px);
    }
}

/* === v2.0.40 — LOCK TEXT + COMPASS X1.1 VERTICAL CENTER =============== */
/*
 * File: /footer/footer.css
 * Description: Locks all six Moment text positions from v2.0.39. Only the
 * TimeZone.webp compass background is enlarged by 1.1x and kept vertically
 * centered within the existing Moment cell. No footer geometry, text layout,
 * spacing, padding, or grid positions are changed.
 * Revision: 2.0.40
 * Asset: /wp-content/uploads/system/footer/TimeZone.webp
 */

/* Text positions are intentionally unchanged from v2.0.39. */
.microba-footer__moment::before {
    top: 50%;
    width: min(103.4%, 352px);
    transform: translate(-50%, -50%);
}

@media (max-width: 1180px) and (min-width: 901px) {
    .microba-footer__moment::before {
        top: 50%;
        width: min(99%, 334px);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 900px) {
    .microba-footer__moment::before {
        top: 50%;
        width: min(81.4vw, 334px);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 560px) {
    .microba-footer__moment::before {
        top: 50%;
        width: min(72.6vw, 273px);
        transform: translate(-50%, -50%);
    }
}

/* === GEOCLOCK TEXT-ONLY PARTIAL — 2026-08-13 ============================
 * Removes the compass/background artwork from the Moment cell, presents the
 * six live geo/astronomy values as an ordered text list, and centers the
 * Return to Origin tagline in the bottom utility row.
 */
.microba-footer__moment::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
}

.microba-footer__moment {
    background: transparent !important;
    box-shadow: none !important;
}

.microba-footer__moment-data {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
    width: min(100%, 330px) !important;
    max-width: 330px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 0 !important;
    text-align: left !important;
}

.microba-footer__moment-row {
    display: contents !important;
}

.microba-footer__moment-item,
.microba-footer__moment-row:nth-child(1) .microba-footer__moment-item,
.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item,
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1),
.microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2),
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1),
.microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
    grid-area: auto !important;
    display: grid !important;
    grid-template-columns: minmax(118px, .9fr) minmax(0, 1.1fr) !important;
    align-items: baseline !important;
    gap: 18px !important;
    width: 100% !important;
    padding: 8px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(209,162,70,.10) !important;
    text-align: left !important;
    justify-self: stretch !important;
    transform: none !important;
}

.microba-footer__moment-row:nth-child(4) .microba-footer__moment-item {
    border-bottom: 0 !important;
}

.microba-footer__moment-data dt {
    margin: 0 !important;
    color: rgba(236,229,211,.72) !important;
    font-size: .72rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.microba-footer__moment-data dd,
.microba-footer__moment-data dd[data-moment-field='sunrise'],
.microba-footer__moment-data dd[data-moment-field='sunset'],
.microba-footer__moment-data dd[data-moment-field='sidereal_time'] {
    margin: 0 !important;
    color: var(--microba-gold-bright) !important;
    font-size: 1.02rem !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    font-variant-numeric: tabular-nums !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
}

.microba-footer__moment-note {
    display: none !important;
}

/* Bottom row: copyright left, origin centered, locale right. */
.microba-footer__utility {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) !important;
    gap: 24px !important;
}

.microba-footer__copyright {
    display: block !important;
    justify-self: start;
    text-align: left;
}

.microba-footer__origin {
    justify-self: center;
    color: var(--microba-gold-bright);
    font-family: var(--microba-font-display);
    font-size: .94rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}

.microba-footer__locale {
    justify-self: end;
}

@media (max-width: 900px) {
    .microba-footer__moment-data {
        width: min(100%, 420px) !important;
        max-width: 420px !important;
    }

    .microba-footer__utility {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        text-align: center;
    }

    .microba-footer__copyright,
    .microba-footer__origin,
    .microba-footer__locale {
        justify-self: center;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(1) .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(4) .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1),
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2),
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1),
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2) {
        grid-template-columns: 1fr 1.25fr !important;
        gap: 12px !important;
        padding: 7px 0 !important;
    }

    .microba-footer__moment-data dt { font-size: .67rem !important; }
    .microba-footer__moment-data dd { font-size: .94rem !important; }
}

/* ==========================================================================
 * FOOTER PRIMARY ROW — AUTHORITATIVE COLUMN 2 / COLUMN 3 ALIGNMENT
 * 2026-08-13
 *
 * Actual markup:
 *   Column 2 = .microba-footer__moment
 *     direct child: .microba-footer__moment-data
 *
 *   Column 3 = .microba-footer__policies
 *     direct children:
 *       .microba-footer__policies-title
 *       .microba-footer__policies-list
 *
 * No synthetic wrapper is used.
 * ========================================================================== */

@media (min-width: 1181px) {

    /* All four primary cells share the same row height. */
    .microba-footer__primary {
        align-items: stretch;
    }

    /* ------------------------------------------------------------------
     * COLUMN 2 — GEO CLOCK
     * Three-track grid guarantees that the 312px data block sits on the
     * exact horizontal centre-line of the second footer column.
     * align-content centres that block vertically in the same cell.
     * ------------------------------------------------------------------ */
    .microba-footer__moment {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        min-height: 100%;
        margin: 0;
        padding: 0;

        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        align-content: center;
        align-items: center;
        justify-items: center;

        justify-self: stretch;
        align-self: stretch;
    }

    .microba-footer__moment-data {
        grid-column: 1 / -1;
        justify-self: center !important;
        width: 312px !important;
        max-width: calc(100% - 32px) !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Keep the Geo Clock label/value structure readable inside its
       geometrically centred block. */
    .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(1) .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(4) .microba-footer__moment-item,
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(1),
    .microba-footer__moment-row:nth-child(2) .microba-footer__moment-item:nth-child(2),
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(1),
    .microba-footer__moment-row:nth-child(3) .microba-footer__moment-item:nth-child(2) {
        grid-template-columns: 118px minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    /* ------------------------------------------------------------------
     * COLUMN 3 — POLICIES
     * The centre track itself is centred in Column 3. Both the heading
     * and list occupy that exact track, while text remains left-justified.
     * ------------------------------------------------------------------ */
    .microba-footer__policies {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        min-height: 100%;
        margin: 0;
        padding: 0;

        display: grid !important;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(200px, 220px)
            minmax(0, 1fr);
        grid-auto-rows: max-content;
        align-content: center;
        row-gap: 14px;

        justify-self: stretch;
        align-self: stretch;
        text-align: left;
    }

    .microba-footer__policies-title,
    .microba-footer__policies-list {
        grid-column: 2;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        margin: 0;
        text-align: left !important;
        justify-self: stretch;
    }

    .microba-footer__policies-list,
    .microba-footer__policies-list li,
    .microba-footer__policies-list a {
        text-align: left !important;
    }
}