.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));
    }
}

.microba-footer__utility { display: grid; grid-template-columns: .9fr 1.6fr 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__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__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;
    }
}
