@charset "UTF-8";

/* MeteoSantQuirze 10.0 — portada activa saneada */
.home-preview-badge[hidden] { display: none !important; }

.home-current {
    --home-bg: #07111f;
    --home-surface: rgba(15, 35, 57, 0.78);
    --home-border: rgba(144, 190, 224, 0.16);
    --home-cyan: #48c8f1;
    --home-teal: #35d7b7;
    --home-brand-orange: #cc6600;
    --home-amber: #f8c35a;
    --home-coral: #ff7d8f;
    --home-blue: #72b8ff;
    --home-muted: #a9b8c9;
    width: min(100%, 1260px);
    margin: 0 auto;
    color: var(--color-text-primary);
}

.home-current .glass-effect {
    background: linear-gradient(145deg, rgba(18, 43, 69, 0.88), rgba(10, 27, 47, 0.84));
    border: 1px solid var(--home-border);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), inset 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px) saturate(135%);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.home-topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.home-eyebrow,
.home-kicker {
    margin: 0 0 0.35rem;
    color: var(--home-teal);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-preview-badge {
    display: inline-flex;
    margin-left: 0.55rem;
    padding: 0.22rem 0.48rem;
    border: 1px solid rgba(248, 195, 90, 0.28);
    border-radius: 999px;
    color: var(--home-amber);
    background: rgba(248, 195, 90, 0.08);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

.home-brand {
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.home-brand span {
    color: var(--home-brand-orange);
}

.home-location {
    margin-top: 0.65rem;
    color: var(--home-muted);
    font-size: 0.92rem;
}

.home-live-status {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 0.55rem;
    min-width: 230px;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(53, 215, 183, 0.23);
    border-radius: 14px;
    background: rgba(53, 215, 183, 0.07);
}

.home-status-dot {
    width: 0.55rem;
    height: 0.55rem;
    grid-row: 1 / 3;
    border-radius: 50%;
    background: var(--home-teal);
    box-shadow: 0 0 0 6px rgba(53, 215, 183, 0.11), 0 0 18px rgba(53, 215, 183, 0.55);
}

.home-live-status > span:not(.home-status-dot) {
    color: #d9fff8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-live-status small {
    margin-top: 0.12rem;
    color: var(--home-muted);
    font-size: 0.72rem;
}

.home-live-status.is-offline {
    border-color: rgba(255, 125, 143, 0.3);
    background: rgba(255, 125, 143, 0.08);
}

.home-live-status.is-offline .home-status-dot {
    background: var(--home-coral);
    box-shadow: 0 0 0 6px rgba(255, 125, 143, 0.1);
}

.home-now {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.76fr) minmax(480px, 1.24fr);
    gap: 1.35rem;
    min-height: 420px;
    margin-bottom: 1rem;
    padding: 1rem;
    overflow: hidden;
    border-radius: 24px;
}

.home-now::before {
    position: absolute;
    top: -10rem;
    left: -8rem;
    width: 26rem;
    height: 26rem;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(72, 200, 241, 0.14), transparent 66%);
    pointer-events: none;
}

.home-now-data {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(1rem, 3vw, 2.25rem);
}

.home-temperature-link {
    display: inline-flex;
    align-items: flex-start;
    max-width: 100%;
    width: fit-content;
    padding-right: 0.35rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.home-temperature {
    display: inline-block;
    font-size: clamp(4.55rem, 9vw, 7.45rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.075em;
    padding-right: 0.07em;
    font-variant-numeric: tabular-nums;
    background: linear-gradient(135deg, #fff 15%, #7bd9f7 65%, #35d7b7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 1101px) {
    .home-temperature {
        font-size: clamp(4.55rem, 9vw, 7.2rem);
    }
}

.home-temperature-unit {
    flex: 0 0 auto;
    margin: 0.4rem 0 0 0.45rem;
    color: #d5e7f5;
    font-size: 1.55rem;
    font-weight: 500;
}

.home-feels {
    margin: 0.8rem 0 0;
    color: var(--home-muted);
    font-size: 1rem;
}

.home-feels strong {
    color: #fff;
}

.home-temperature-context {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.2rem 0;
}

.home-temperature-context span {
    padding: 0.42rem 0.68rem;
    border: 1px solid rgba(144, 190, 224, 0.12);
    border-radius: 999px;
    color: #c8d5e2;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.73rem;
}

.home-forecast-text {
    max-width: 42ch;
    margin: 0 0 0.85rem;
    color: #d7e2ec;
    line-height: 1.55;
}

.home-text-link,
.home-card-heading a,
.home-alert a {
    width: fit-content;
    color: var(--home-cyan);
    font-size: 0.82rem;
    font-weight: 650;
    text-decoration: none;
}

.home-text-link:hover,
.home-card-heading a:hover,
.home-alert a:hover {
    color: #9be7ff;
}

.home-webcam {
    position: relative;
    align-self: center;
    min-width: 0;
    width: 100%;
    aspect-ratio: 2048 / 1228;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #050d16;
}

.home-webcam::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(3, 10, 18, 0.76), transparent 38%);
    pointer-events: none;
}

.home-webcam img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 250ms ease;
}

.home-webcam:hover img {
    filter: brightness(1.04);
}

.home-webcam figcaption {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    font-size: 0.78rem;
}

.home-webcam figcaption span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.home-webcam figcaption i {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--home-coral);
    box-shadow: 0 0 0 5px rgba(255, 125, 143, 0.12);
}

.home-webcam figcaption a {
    color: #fff;
    text-underline-offset: 3px;
}

.home-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-metric-card {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 126px;
    gap: 0.9rem;
    padding: 1.05rem;
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease;
}

.home-metric-card:hover {
    transform: translateY(-3px);
    border-color: rgba(72, 200, 241, 0.34);
}

.home-metric-card > div:last-child:not(.home-rain-totals) {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.home-metric-label {
    margin-bottom: 0.25rem;
    color: var(--home-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-metric-card strong {
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.2;
}

.home-metric-card small {
    margin-top: 0.3rem;
    color: #9fb0c0;
    font-size: 0.72rem;
}

.home-metric-icon,
.home-compass {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    background: rgba(72, 200, 241, 0.09);
}

.home-metric-icon {
    display: grid;
    place-items: center;
}

.home-metric-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.home-icon-humidity { color: var(--home-cyan); }
.home-icon-pressure { color: var(--home-amber); background: rgba(248, 195, 90, 0.09); }
.home-icon-rain { color: var(--home-blue); }
.home-icon-solar { color: #ffd166; background: rgba(255, 209, 102, 0.1); }
.home-icon-uv { color: #c89bff; background: rgba(200, 155, 255, 0.1); }
.home-icon-sunhours { color: #ffad5c; background: rgba(255, 173, 92, 0.1); }

.home-compass {
    position: relative;
    border: 1px solid rgba(72, 200, 241, 0.17);
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent 48%, rgba(255,255,255,.12) 49%, rgba(255,255,255,.12) 51%, transparent 52%),
        linear-gradient(transparent 48%, rgba(255,255,255,.12) 49%, rgba(255,255,255,.12) 51%, transparent 52%);
}

.home-compass::before {
    position: absolute;
    top: 3px;
    left: 50%;
    content: "N";
    color: var(--home-muted);
    font-size: 0.5rem;
    transform: translateX(-50%);
}

.home-compass span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 17px;
    border-radius: 4px;
    background: linear-gradient(var(--home-coral) 0 48%, var(--home-cyan) 48% 100%);
    transform: translate(-50%, -50%) rotate(var(--wind-bearing, 0deg));
    transition: transform 500ms ease;
}

.home-rain-card {
    grid-column: span 3;
}

.home-rain-main {
    display: flex;
    flex-direction: column;
}

.home-rain-totals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-left: auto;
}

.home-rain-totals span {
    display: flex;
    min-width: 120px;
    flex-direction: column;
    padding: 0.7rem 0.85rem;
    border-left: 1px solid rgba(144, 190, 224, 0.14);
    color: var(--home-muted);
    font-size: 0.67rem;
    text-transform: uppercase;
}

.home-rain-totals strong {
    margin-top: 0.25rem;
    font-size: 1rem;
    text-transform: none;
}

.home-alert {
    --home-alert-accent: var(--home-amber);
    --home-alert-accent-rgb: 248, 195, 90;
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    border-color: rgba(var(--home-alert-accent-rgb), 0.32) !important;
    border-radius: 16px;
}

.home-alert[hidden] {
    display: none !important;
}

.home-alert.home-alert-level-orange {
    --home-alert-accent: #ff9f43;
    --home-alert-accent-rgb: 255, 159, 67;
}

.home-alert.home-alert-level-red {
    --home-alert-accent: #ff6478;
    --home-alert-accent-rgb: 255, 100, 120;
}

.home-alert-heading {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    cursor: pointer;
    list-style: none;
}

.home-alert-heading::-webkit-details-marker {
    display: none;
}

.home-alert-heading:hover,
.home-alert-heading:focus-visible,
.home-alert[open] .home-alert-heading {
    background: rgba(var(--home-alert-accent-rgb), 0.045);
}

.home-alert-heading:focus-visible {
    outline: 2px solid rgba(var(--home-alert-accent-rgb), 0.55);
    outline-offset: -2px;
}

.home-alert-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: var(--home-cyan);
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.home-alert-toggle::after {
    content: '+';
    font-size: 1rem;
    line-height: 1;
}

.home-alert[open] .home-alert-toggle::after {
    content: '−';
}

.home-alert-expanded {
    padding: 1rem;
    border-top: 1px solid rgba(var(--home-alert-accent-rgb), 0.18);
}

.home-alert-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(var(--home-alert-accent-rgb), 0.38);
    border-radius: 11px;
    color: var(--home-alert-accent);
    background: rgba(var(--home-alert-accent-rgb), 0.1);
    font-weight: 800;
}

.home-alert-title {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.home-alert-title strong {
    color: #f5f9fd;
    font-size: 0.84rem;
}

.home-alert-title span {
    margin-top: 0.1rem;
    color: var(--home-muted);
    font-size: 0.73rem;
}

.home-alert-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
}

.home-alert-item {
    --home-alert-item-accent: var(--home-amber);
    --home-alert-item-accent-rgb: 248, 195, 90;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(var(--home-alert-item-accent-rgb), 0.22);
    border-left: 3px solid var(--home-alert-item-accent);
    border-radius: 12px;
    background: rgba(var(--home-alert-item-accent-rgb), 0.055);
}

.home-alert-item.home-alert-level-orange {
    --home-alert-item-accent: #ff9f43;
    --home-alert-item-accent-rgb: 255, 159, 67;
}

.home-alert-item.home-alert-level-red {
    --home-alert-item-accent: #ff6478;
    --home-alert-item-accent-rgb: 255, 100, 120;
}

.home-alert-item.home-alert-level-unknown {
    --home-alert-item-accent: var(--home-blue);
    --home-alert-item-accent-rgb: 114, 184, 255;
}

.home-alert-copy {
    min-width: 0;
}

.home-alert-headline {
    display: block;
    color: #fff;
    font-size: 0.86rem;
    line-height: 1.4;
}

.home-alert-description {
    margin: 0.35rem 0 0;
    color: #d3deea;
    font-size: 0.76rem;
    line-height: 1.5;
}

.home-alert-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(145px, 1fr));
    gap: 0.55rem;
    margin: 0;
}

.home-alert-dates > div {
    padding-left: 0.75rem;
    border-left: 1px solid rgba(var(--home-alert-item-accent-rgb), 0.2);
}

.home-alert-dates dt {
    color: var(--home-muted);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-alert-dates dd {
    margin: 0.24rem 0 0;
    color: #edf5fb;
    font-size: 0.71rem;
    line-height: 1.4;
}

.home-alert-source {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.65rem;
    line-height: 1.45;
}

.home-alert-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.85rem;
}

.home-daily-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.home-day-card,
.home-sky-card {
    padding: 1.3rem;
    border-radius: 20px;
}

.home-almanac-details { margin-top:1rem; border-top:1px solid var(--home-border); }
.home-almanac-details summary { padding:.85rem 0 .1rem; color:var(--home-cyan); font-size:.74rem; font-weight:700; cursor:pointer; list-style:none; }
.home-almanac-details summary::-webkit-details-marker { display:none; }
.home-almanac-details summary::after { content:' +'; }
.home-almanac-details[open] summary::after { content:' −'; }
.home-almanac-expanded { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; margin-top:.8rem; }
.home-almanac-expanded > div { padding:.65rem .7rem; border:1px solid var(--home-border); border-radius:11px; background:rgba(255,255,255,.025); }
.home-almanac-expanded span,.home-almanac-expanded strong { display:block; }
.home-almanac-expanded span { color:var(--home-muted); font-size:.62rem; text-transform:uppercase; }
.home-almanac-expanded strong { margin-top:.2rem; color:#f5f9fd; font-size:.82rem; }
.home-almanac-expanded .home-almanac-wide { grid-column:1/-1; }

.home-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.home-card-heading h2,
.home-section-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
}

.home-day-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(144, 190, 224, 0.12);
}

.home-day-values > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 1rem 0.9rem 0.25rem;
    border-right: 1px solid rgba(144, 190, 224, 0.1);
}

.home-day-values > div:last-child {
    border-right: 0;
}

.home-day-values span,
.home-sky-values span {
    color: var(--home-muted);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-day-values strong,
.home-sky-values strong {
    margin-top: 0.35rem;
    color: #fff;
    font-size: 1.2rem;
}

.home-day-values small {
    margin-top: 0.25rem;
    color: #8295a7;
    font-size: 0.68rem;
}

.home-sky-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}

.home-sky-values > div:not(.home-moon-row) {
    display: flex;
    flex-direction: column;
    padding: 0.8rem;
    border: 1px solid rgba(144, 190, 224, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.home-moon-row {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 0.8rem;
    padding: 0.65rem 0.8rem;
}

.home-moon-row img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(114, 184, 255, 0.28));
}

.home-moon-row span {
    display: flex;
    flex-direction: column;
}

.home-moon-row strong {
    font-size: 0.95rem;
    text-transform: none;
}

.home-section-heading {
    margin-bottom: 1rem;
}

.home-explore-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.home-explore-grid a {
    position: relative;
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(144, 190, 224, 0.14);
    border-radius: 18px;
    color: inherit;
    background: linear-gradient(145deg, rgba(21, 47, 73, 0.76), rgba(9, 25, 43, 0.82));
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease;
}

.home-explore-grid a::after {
    position: absolute;
    top: -40%;
    right: -15%;
    width: 8rem;
    height: 8rem;
    content: "";
    border-radius: 50%;
    background: rgba(72, 200, 241, 0.08);
}

.home-explore-grid a:hover {
    transform: translateY(-4px);
    border-color: rgba(72, 200, 241, 0.36);
}

.home-explore-grid a > span {
    position: absolute;
    top: 0.9rem;
    left: 1rem;
    color: var(--home-cyan);
    font-size: 0.68rem;
    font-weight: 700;
}

.home-explore-grid strong {
    color: #fff;
    font-size: 0.95rem;
}

.home-explore-grid small {
    margin-top: 0.3rem;
    color: var(--home-muted);
    font-size: 0.7rem;
}

@media (max-width: 1100px) {
    .home-now {
        grid-template-columns: 0.85fr 1.15fr;
    }

    .home-daily-grid {
        grid-template-columns: 1fr;
    }

    .home-sky-values {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-moon-row {
        grid-column: auto;
    }
}

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

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

    .home-rain-card {
        grid-column: span 2;
    }

    .home-day-values,
    .home-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
    }

    .mobile-menu-btn.menu-btn-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-150%);
    }

    .home-current {
        margin-top: -0.5rem;
    }

    .home-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .home-live-status {
        min-width: 0;
        width: 100%;
    }

    .home-now {
        min-height: 0;
        border-radius: 20px;
    }

    .home-now-data {
        padding: 1.1rem 0.85rem;
    }

    .home-temperature {
        font-size: clamp(3.9rem, 19.5vw, 5.6rem);
        letter-spacing: -0.045em;
        padding-right: 0.1em;
    }

    .home-metric-card {
        min-height: 118px;
    }

    .home-alert {
        padding: 0;
    }

    .home-alert-heading {
        grid-template-columns: auto 1fr auto;
        padding: 0.9rem;
    }

    .home-alert-expanded {
        padding: 0.9rem;
    }

    .home-alert-item {
        grid-template-columns: 1fr;
    }

    .home-alert-dates > div:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .home-sky-values {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-moon-row {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .home-brand {
        font-size: 2.25rem;
    }

    .home-now {
        padding: 0.65rem;
    }

    .home-temperature-link {
        padding-right: 0.5rem;
    }

    .home-temperature {
        font-size: clamp(4rem, 21vw, 5.35rem);
        letter-spacing: -0.035em;
    }

    .home-temperature-unit {
        margin-left: 0.25rem;
        font-size: 1.25rem;
    }

    .home-webcam figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.4rem;
    }

    .home-metrics {
        grid-template-columns: 1fr;
    }

    .home-rain-card {
        grid-column: auto;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .home-rain-totals {
        width: 100%;
        margin: 0;
    }

    .home-rain-totals span {
        min-width: 0;
        padding-left: 0;
        border-top: 1px solid rgba(144, 190, 224, 0.12);
        border-left: 0;
    }

    .home-alert-dates {
        grid-template-columns: 1fr;
    }

    .home-alert-dates > div {
        padding: 0.55rem 0 0;
        border-top: 1px solid rgba(var(--home-alert-item-accent-rgb), 0.16);
        border-left: 0;
    }

    .home-alert-dates > div:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .home-day-values,
    .home-explore-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-day-values > div {
        border-bottom: 1px solid rgba(144, 190, 224, 0.1);
    }

    .home-day-values > div:nth-child(2) {
        border-right: 0;
    }

    .home-explore-grid a {
        min-height: 135px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-current *,
    .home-current *::before,
    .home-current *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
