.pomar-weeks {
    padding: 72px 20px;
    background: transparent;
    color: #2d2925;
}

.pomar-weeks * {
    box-sizing: border-box;
}

.pomar-weeks__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.pomar-weeks__header {
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
}

.pomar-weeks__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a47a4b;
    font-weight: 700;
}

.pomar-weeks__title {
    margin: 0;
    font-size: clamp(38px, 6vw, 60px);
    line-height: 0.92;
    color: #916C45;
    font-family: 'mediaanitalic';
}

.pomar-weeks__description {
    max-width: 640px;
    margin: 22px auto 0;
    font-size: 17px;
    line-height: 1.55;
    color: #6d6259;
}

/* Selector + arrows */
.pomar-weeks__selector-wrap {
    max-width: 620px;
    margin: 0 auto 28px;
    text-align: center;
}

.pomar-weeks__selector-label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b7a6b;
}

.pomar-weeks__selector-row {
    display: grid;
    grid-template-columns: 58px minmax(260px, 440px) 58px;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

.pomar-weeks__nav {
    width: 58px;
    height: 58px;
    padding: 0;
    border: 1px solid rgba(45, 41, 37, 0.16);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.64);
    color: #2d2925;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(45, 41, 37, 0.06);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.pomar-weeks__nav:hover:not(:disabled) {
    background: #fffaf2;
    transform: translateY(-1px);
}

.pomar-weeks__nav:disabled {
    opacity: 0.28;
    cursor: not-allowed;
}

.pomar-weeks__nav span {
    display: block;
    transform: translateY(-2px);
}

.pomar-weeks__selector {
    width: 100%;
    min-height: 58px;
    padding: 0 54px 0 28px;
    border: 1px solid rgba(45, 41, 37, 0.16);
    border-radius: 999px;
    background: #fffaf2;
    color: #2d2925;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    box-shadow: 0 8px 24px rgba(45, 41, 37, 0.08);
    cursor: pointer;
}

.pomar-weeks__date-range {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b7a6b;
}

.pomar-weeks__status {
    display: none;
    margin: 12px auto 0;
    text-align: center;
    font-size: 14px;
    color: #8b7a6b;
}

.pomar-weeks__status:not(:empty) {
    display: block;
}

.pomar-weeks__content {
    margin-top: 0;
}

/* Default: no poster, planning centered */
.pomar-weeks__grid {
    display: grid;
    grid-template-columns: minmax(320px, 620px);
    gap: 48px;
    align-items: start;
    justify-content: center;
    max-width: 980px;
    margin: 28px auto 0;
}

/* If a poster exists, switch to 2 columns */
.pomar-weeks__grid:has(.pomar-weeks__poster:not([hidden])) {
    grid-template-columns: minmax(320px, 540px) minmax(260px, 380px);
}

.pomar-weeks__programme-card {
    width: 100%;
    padding: 42px 34px 38px;
    border: 1px solid rgba(45, 41, 37, 0.14);
    border-radius: 5px;
    background: #fffaf2;
    box-shadow: 0 22px 54px rgba(45, 41, 37, 0.11);
}

.pomar-weeks__week-meta {
    margin-bottom: 26px;
    text-align: center;
}

.pomar-weeks__week-location {
    margin: 0 0 8px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a47a4b;
    font-weight: 700;
}

.pomar-weeks__week-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a47a4b;
    font-weight: 700;
}

.pomar-weeks__week-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.05;
    color: #2d2925;
    letter-spacing: -0.08em;
    font-family: 'Basteleur-Bold';
}

.pomar-weeks__week-description {
    margin: 12px 0 0;
    font-size: 15px;
    color: #6d6259;
}

.pomar-weeks__programme {
    border-top: 1px solid rgba(45, 41, 37, 0.12);
}

.pomar-weeks__day {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px dashed rgba(45, 41, 37, 0.16);
}

.pomar-weeks__day-label {
    padding-top: 4px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #6d6259;
}

.pomar-weeks__day-activities {
    display: grid;
    gap: 12px;
}

.pomar-weeks__activity {
    position: relative;
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 8px;
    align-items: start;
}

.pomar-weeks__activity-dot {
    width: 7px;
    height: 7px;
    margin-top: 8px;
    border-radius: 999px;
    background: #d7a642;
}

.pomar-weeks__activity-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    color: #2d2925;
}

.pomar-weeks__activity-details {
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #7b6e64;
}

.pomar-weeks__activity-type {
    display: none;
}

.pomar-weeks__activity-empty {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #9b8d80;
}

.pomar-weeks__activity--work .pomar-weeks__activity-dot {
    background: #6f8f72;
}

.pomar-weeks__activity--sport .pomar-weeks__activity-dot {
    background: #d7a642;
}

.pomar-weeks__activity--wellness .pomar-weeks__activity-dot {
    background: #8aa7a1;
}

.pomar-weeks__activity--dinner .pomar-weeks__activity-dot {
    background: #a86f4c;
}

.pomar-weeks__activity--trip .pomar-weeks__activity-dot {
    background: #5f7d91;
}

.pomar-weeks__activity--social .pomar-weeks__activity-dot {
    background: #9b6f8f;
}

.pomar-weeks__activity--community .pomar-weeks__activity-dot {
    background: #c4a24f;
}

.pomar-weeks__activity--other .pomar-weeks__activity-dot {
    background: #8b7a6b;
}

/* Optional poster */
.pomar-weeks__poster[hidden] {
    display: none !important;
}

.pomar-weeks__poster {
    text-align: center;
}

.pomar-weeks__poster-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 380px;
    margin: 0 auto;
    border: 1px solid rgba(45, 41, 37, 0.12);
    box-shadow: 0 16px 42px rgba(45, 41, 37, 0.12);
}

.pomar-weeks__quote {
    max-width: 760px;
    margin: 52px auto 0;
    padding-top: 34px;
    border-top: 1px solid rgba(45, 41, 37, 0.14);
    text-align: center;
}

.pomar-weeks__quote-text {
    margin: 0;
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.1;
    color: #2d2925;
    font-weight: 700;
    font-style: italic;
}

.pomar-weeks__quote-author {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b7a6b;
}

.pomar-weeks.is-loading .pomar-weeks__content {
    opacity: 0.45;
    pointer-events: none;
}

@media (max-width: 820px) {
    .pomar-weeks {
        padding: 56px 18px;
    }

    .pomar-weeks__selector-wrap {
        max-width: 100%;
    }

    .pomar-weeks__selector-row {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 10px;
    }

    .pomar-weeks__nav {
        width: 44px;
        height: 44px;
        font-size: 30px;
    }

    .pomar-weeks__selector {
        min-height: 52px;
        padding: 0 38px 0 18px;
        font-size: 20px;
    }

    .pomar-weeks__date-range {
        font-size: 11px;
    }

    .pomar-weeks__grid,
    .pomar-weeks__grid:has(.pomar-weeks__poster:not([hidden])) {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-top: 28px;
        gap: 28px;
    }

    .pomar-weeks__poster {
        order: -1;
    }

    .pomar-weeks__programme-card {
        padding: 26px 20px;
    }

    .pomar-weeks__day {
        grid-template-columns: 44px 1fr;
        gap: 12px;
    }

    .pomar-weeks__week-title {
        font-size: 30px;
    }
}