.this-week-section {
    --this-week-green: #1d8f2c;
    --this-week-green-dark: #166f22;
    --this-week-green-soft: #edf7ef;
    --this-week-ink: #24231d;
    --this-week-muted: #5d6678;
    --this-week-border: #e5e9e6;
    --this-week-surface: #ffffff;
    --this-week-surface-soft: #f7f9f7;
    --this-week-shadow: 0 14px 38px rgba(17, 24, 39, 0.07);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
    color: var(--this-week-ink);
    font-family: var(--site-font-sans, Arial, sans-serif);
    max-width: 100vw;
    min-width: 0;
    overflow: hidden;
    padding: clamp(44px, 5vw, 40px) 0;
    width: 100%;
}

/* Reel tab carousel */
.this-week-reels-carousel {
    min-width: 0;
    padding: 0 24px 4px;
}

.this-week-reels-carousel__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.this-week-reels-carousel .this-week-reels-eyebrow {
    margin: 0;
}

.this-week-reels-carousel .this-week-reels-cta {
    border-radius: 4px;
    min-height: 40px;
    padding: 9px 16px;
}

.this-week-reels-slider-shell {
    position: relative;
}

.this-week-reels-slider {
    min-width: 0;
    overflow: hidden;
}

.this-week-reels-slider .swiper-wrapper {
    align-items: stretch;
}

.this-week-reels-slider .swiper-slide {
    height: auto;
}

.this-week-reels-carousel .this-week-reel-card {
    border-radius: 0;
    height: 100%;
    overflow: hidden;
}

.this-week-reels-carousel .this-week-reel-card__link {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 100%;
    text-decoration: none;
}

.this-week-reels-carousel .this-week-reel-card__media {
    aspect-ratio: 9 / 16;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    min-height: 0;
    transform: translateY(0);
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.this-week-reels-carousel .this-week-reel-card__media img,
.this-week-reels-carousel .this-week-reel-card__media .this-week-image-placeholder,
.this-week-reels-carousel .this-week-reel-card__instagram-placeholder {
    border-radius: 0;
    transform: scale(1.001);
    transition: transform 500ms ease;
}

.this-week-reels-carousel .this-week-reel-card__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.88) 100%);
    transition: background 300ms ease;
}

.this-week-reel-card__instagram-button {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: var(--this-week-green-dark);
    display: flex;
    font-size: 36px;
    height: 64px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: box-shadow 300ms ease, transform 300ms ease;
    width: 64px;
    z-index: 2;
}

.this-week-reel-card__content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.this-week-reels-carousel .this-week-reel-card__title {
    bottom: auto;
    display: block;
    font-size: clamp(16px, 1.3vw, 20px);
    left: auto;
    line-height: 1.25;
    max-width: none;
    position: static;
}

.this-week-reel-card__description {
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 7px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.this-week-reels-carousel .this-week-reel-card__link:hover .this-week-reel-card__media,
.this-week-reels-carousel .this-week-reel-card__link:focus-visible .this-week-reel-card__media {
    box-shadow: 0 18px 36px rgba(10, 35, 18, 0.2);
    transform: translateY(-6px);
}

.this-week-reels-carousel .this-week-reel-card__link:hover img,
.this-week-reels-carousel .this-week-reel-card__link:focus-visible img {
    transform: scale(1.07);
}

.this-week-reels-carousel .this-week-reel-card__link:hover .this-week-reel-card__shade,
.this-week-reels-carousel .this-week-reel-card__link:focus-visible .this-week-reel-card__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 15%, rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.94) 100%);
}

.this-week-reels-carousel .this-week-reel-card__link:hover .this-week-reel-card__instagram-button,
.this-week-reels-carousel .this-week-reel-card__link:focus-visible .this-week-reel-card__instagram-button {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%) scale(1.08);
}

.this-week-reels-arrow {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(16, 35, 21, 0.16);
    color: var(--this-week-green);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 46px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: box-shadow 200ms ease, color 200ms ease, transform 200ms ease;
    width: 46px;
    z-index: 5;
}

.this-week-reels-arrow:hover,
.this-week-reels-arrow:focus-visible {
    box-shadow: 0 12px 30px rgba(16, 35, 21, 0.22);
    color: var(--this-week-green-dark);
    transform: translateY(-50%) scale(1.05);
}

.this-week-reels-arrow--previous {
    left: -23px;
}

.this-week-reels-arrow--next {
    right: -23px;
}

.this-week-reels-pagination {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    min-height: 12px;
    padding-top: 22px;
}

.this-week-reels-pagination .swiper-pagination-bullet {
    background: #d2d5d2;
    height: 9px;
    margin: 0 !important;
    opacity: 1;
    transition: background-color 200ms ease, transform 200ms ease;
    width: 9px;
}

.this-week-reels-pagination .swiper-pagination-bullet-active {
    background: var(--this-week-green);
    transform: scale(1.15);
}

.this-week-reels-counter {
    display: none;
}

@media (max-width: 767px) {
    .this-week-reels-carousel {
        padding-inline: 18px;
    }

    .this-week-reels-carousel__header {
        align-items: flex-start;
        gap: 14px;
    }

    .this-week-reels-carousel .this-week-reels-cta {
        font-size: 12px;
        padding-inline: 12px;
    }

    .this-week-reels-arrow {
        height: 40px;
        width: 40px;
    }

    .this-week-reels-arrow--previous {
        left: -20px;
    }

    .this-week-reels-arrow--next {
        right: -20px;
    }
}

.this-week-section *,
.this-week-section *::before,
.this-week-section *::after {
    box-sizing: border-box;
}

.this-week-container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 clamp(16px, 2.5vw, 32px);
    width: 100%;
}

.this-week-heading {
    margin: 0 auto clamp(26px, 3vw, 40px);
    max-width: 780px;
    text-align: center;
}

.this-week-heading__title-row {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin: 5px auto 0;
    max-width: 520px;
}

.this-week-heading__line {
    background: linear-gradient(90deg, transparent, rgba(29, 143, 44, 0.7));
    height: 1px;
    width: 100%;
}

.this-week-heading__line:last-child {
    background: linear-gradient(90deg, rgba(29, 143, 44, 0.7), transparent);
}

.this-week-heading__leaf {
    color: var(--this-week-green);
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}

.this-week-heading__title {
    color: var(--this-week-green-dark);
    flex: 0 0 auto;
    font-size: clamp(27px, 2.4vw, 36px);
    font-weight: 800;
    letter-spacing: 0.055em;
    line-height: 1.08;
    margin: 0;
    text-transform: uppercase;
}

.this-week-heading__subtitle {
    color: #424b48;
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0 0;
}

.this-week-tabs-shell {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    min-width: 0;
}

.this-week-tabs {
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.this-week-tabs::-webkit-scrollbar {
    display: none;
}

.this-week-tab {
    align-items: center;
    background: var(--this-week-surface);
    border: 1px solid var(--this-week-border);
    border-radius: 8px;
    color: #20231f;
    display: inline-flex;
    flex: 1 1 0;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 62px;
    min-width: 0;
    padding: 12px 14px;
    position: relative;
    transition: border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, transform 200ms ease;
    white-space: nowrap;
}

.this-week-tabs--balanced .this-week-tab {
    flex: 1 1 0;
}

.this-week-tab::after {
    background: var(--this-week-green);
    border-radius: 999px 999px 0 0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    transform: scaleX(0.35);
    transition: opacity 200ms ease, transform 200ms ease;
}

.this-week-tab:hover {
    border-color: rgba(29, 143, 44, 0.45);
    color: var(--this-week-green-dark);
    transform: translateY(-2px);
}

.this-week-tab.is-active,
.this-week-tab[aria-selected="true"] {
    border-color: var(--this-week-green);
    box-shadow: 0 7px 18px rgba(29, 143, 44, 0.1);
    color: var(--this-week-green-dark);
}

.this-week-tab.is-active::after,
.this-week-tab[aria-selected="true"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.this-week-tab__icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 17px;
    justify-content: center;
    min-width: 18px;
}

.this-week-tabs-scroll {
    align-items: center;
    background: #fff;
    border: 1px solid var(--this-week-border);
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(17, 24, 39, 0.07);
    color: var(--this-week-ink);
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 14px;
    height: 42px;
    justify-content: center;
    transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
    width: 42px;
}

.this-week-tabs-scroll:hover:not(:disabled) {
    background: var(--this-week-green);
    border-color: var(--this-week-green);
    color: #fff;
    transform: translateY(-2px);
}

.this-week-tabs-scroll:disabled {
    cursor: default;
    opacity: 0.35;
}

.this-week-tabs-scroll[hidden] {
    display: none;
}

.this-week-content {
    background: var(--this-week-surface);
    border: 1px solid var(--this-week-border);
    border-radius: 12px;
    box-shadow: var(--this-week-shadow);
    min-height: 320px;
    overflow: hidden;
    position: relative;
}

.this-week-panel {
    min-height: 320px;
    opacity: 1;
    padding: clamp(18px, 2vw, 28px);
    transform: translateY(0);
    transition: opacity 200ms ease, transform 200ms ease;
}

.this-week-panel.is-changing {
    opacity: 0;
    transform: translateY(4px);
}

.this-week-loading {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    color: var(--this-week-green-dark);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 5;
}

.this-week-loading[hidden] {
    display: none;
}

.this-week-panel-status {
    background: #fff4f2;
    border: 1px solid #f3c7c1;
    border-radius: 7px;
    color: #9d261b;
    font-size: 13px;
    font-weight: 700;
    left: 50%;
    line-height: 1.4;
    margin: 0;
    max-width: calc(100% - 32px);
    padding: 9px 13px;
    position: absolute;
    text-align: center;
    top: 14px;
    transform: translateX(-50%);
    width: max-content;
    z-index: 6;
}

.this-week-panel-status[hidden] {
    display: none;
}

.this-week-loading__spinner {
    animation: this-week-spin 700ms linear infinite;
    border: 3px solid rgba(29, 143, 44, 0.18);
    border-radius: 50%;
    border-top-color: var(--this-week-green);
    height: 26px;
    width: 26px;
}

.this-week-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.this-week-connect__dial-code {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dfd7;
    border-radius: 6px 0 0 6px;
    color: #313833;
    display: inline-flex;
    font-size: 11px;
    height: 38px;
    padding: 0 9px;
    white-space: nowrap;
}

.this-week-connect__status {
    color: var(--this-week-muted);
    font-size: 10.5px;
    grid-column: 1 / -1;
    line-height: 1.35;
    margin: 6px 0 0;
    min-height: 0;
}

.this-week-connect__status:empty {
    display: none;
}

.this-week-connect__status.is-success {
    color: var(--this-week-green-dark);
}

.this-week-connect__status.is-error {
    color: #b42318;
}

@keyframes this-week-spin {
    to { transform: rotate(360deg); }
}

.this-week-layout {
    display: grid;
    gap: clamp(20px, 2.2vw, 32px);
    min-width: 0;
}

.this-week-layout--primary {
    grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
}

.this-week-layout--newsletter {
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.this-week-layout__featured,
.this-week-side,
.this-week-newsletter-overview {
    min-width: 0;
}

.this-week-side {
    display: flex;
    flex-direction: column;
}

.this-week-side__heading {
    border-bottom: 2px solid var(--this-week-green);
    color: var(--this-week-ink);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 4px;
    padding: 2px 0 12px;
}

.this-week-card {
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.this-week-card:hover {
    border-color: rgba(29, 143, 44, 0.32);
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.1);
    transform: translateY(-5px);
}

.this-week-card img {
    transition: transform 300ms ease;
}

.this-week-card:hover img {
    transform: scale(1.04);
}

.this-week-image-placeholder {
    align-items: center;
    background: linear-gradient(145deg, #edf7ef, #f6f8f6);
    color: rgba(29, 143, 44, 0.62);
    display: flex;
    font-size: 36px;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.this-week-featured-story {
    border-radius: 10px;
    height: 100%;
    min-height: 475px;
    overflow: hidden;
}

.this-week-featured-story__media {
    height: 100%;
    min-height: 475px;
    overflow: hidden;
    position: relative;
}

.this-week-featured-story__media > img,
.this-week-featured-story__media > .this-week-image-placeholder {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.this-week-featured-story__shade {
    background: linear-gradient(180deg, rgba(4, 17, 8, 0.03) 24%, rgba(4, 17, 8, 0.92) 100%);
    inset: 0;
    position: absolute;
}

.this-week-badge {
    background: rgba(29, 143, 44, 0.94);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    left: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 9px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
}

.this-week-featured-story__content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: clamp(22px, 3vw, 36px);
    position: absolute;
    right: 0;
    z-index: 1;
}

.this-week-featured-story__title {
    color: #fff;
    font-size: clamp(25px, 2.6vw, 38px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.16;
    margin: 0;
    max-width: 850px;
}

.this-week-featured-story__excerpt {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.55;
    margin: 12px 0 0;
    max-width: 720px;
}

.this-week-featured-story__footer {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: space-between;
}

.this-week-featured-story__footer .this-week-meta {
    flex: 1 1 220px;
}

.this-week-featured-story__footer .this-week-action {
    flex: 0 0 auto;
    margin-top: 10px;
}

.this-week-meta {
    align-items: center;
    color: var(--this-week-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px 14px;
    line-height: 1.35;
    margin-top: 10px;
}

.this-week-meta__item {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.this-week-meta__item--category {
    color: var(--this-week-green-dark);
    font-weight: 700;
}

.this-week-featured-story .this-week-meta,
.this-week-featured-story .this-week-meta__item--category {
    color: rgba(255, 255, 255, 0.9);
}

.this-week-action {
    align-items: center;
    background: var(--this-week-green);
    border: 1px solid var(--this-week-green);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1.2;
    margin-top: 16px;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none;
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, transform 200ms ease;
}

.this-week-action:hover,
.this-week-action:focus {
    background: var(--this-week-green-dark);
    border-color: var(--this-week-green-dark);
    box-shadow: 0 8px 20px rgba(29, 143, 44, 0.2);
    color: #fff;
    transform: translateY(-2px);
}

.this-week-action--wide {
    align-self: stretch;
    width: 100%;
}

.this-week-action--quiet {
    background: transparent;
    border-color: transparent;
    color: var(--this-week-green-dark);
    margin-top: auto;
}

.this-week-action--quiet:hover,
.this-week-action--quiet:focus {
    background: var(--this-week-green-soft);
    border-color: transparent;
    box-shadow: none;
    color: var(--this-week-green-dark);
    transform: none;
}

.this-week-compact-list,
.this-week-product-list,
.this-week-reel-list,
.this-week-event-list {
    display: grid;
    gap: 0;
}

.this-week-compact-card {
    align-items: center;
    border-bottom: 1px solid var(--this-week-border);
    display: grid;
    gap: 14px;
    grid-template-columns: 108px minmax(0, 1fr);
    padding: 13px 0;
}

.this-week-compact-card:last-child {
    border-bottom: 0;
}

.this-week-compact-card__media {
    border-radius: 7px;
    display: block;
    height: 74px;
    overflow: hidden;
}

.this-week-compact-card__media img,
.this-week-compact-card__media .this-week-image-placeholder {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.this-week-compact-card__body {
    min-width: 0;
}

.this-week-compact-card__title {
    color: var(--this-week-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.38;
    margin: 0;
}

.this-week-compact-card__title a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.this-week-compact-card__title a:hover {
    color: var(--this-week-green-dark);
}

.this-week-compact-card__excerpt {
    color: var(--this-week-muted);
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.4;
    margin: 5px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.this-week-compact-card .this-week-meta {
    font-size: 10.5px;
    gap: 5px 9px;
    margin-top: 7px;
}

.this-week-compact-card .this-week-meta__item--category {
    font-size: 10px;
    letter-spacing: 0.025em;
    margin: 0;
    text-transform: uppercase;
}

.this-week-empty {
    align-items: center;
    background: var(--this-week-surface-soft);
    border: 1px dashed #cfd9d1;
    border-radius: 9px;
    color: var(--this-week-muted);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-height: 170px;
    padding: 28px;
    text-align: center;
}

.this-week-empty > i {
    color: var(--this-week-green);
    font-size: 28px;
}

.this-week-empty p {
    color: inherit;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.this-week-product-card {
    align-items: center;
    border-bottom: 1px solid var(--this-week-border);
    display: grid;
    gap: 14px;
    grid-template-columns: 108px minmax(0, 1fr);
    padding: 13px 0;
}

.this-week-product-card:last-child {
    border-bottom: 0;
}

.this-week-product-card__media {
    border-radius: 8px;
    height: 94px;
    overflow: hidden;
}

.this-week-product-card__media img,
.this-week-product-card__media .this-week-image-placeholder {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.this-week-product-card__title {
    color: var(--this-week-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.this-week-product-card__excerpt {
    color: var(--this-week-muted);
    display: -webkit-box;
    font-size: 11.5px;
    line-height: 1.4;
    margin: 6px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.this-week-product-card .this-week-action {
    font-size: 11px;
    margin-top: 9px;
    min-height: 34px;
    padding: 7px 11px;
}

.this-week-product-card--featured {
    background: var(--this-week-surface-soft);
    border: 1px solid var(--this-week-border);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 475px;
    overflow: hidden;
    padding: 0;
}

.this-week-product-card--featured .this-week-product-card__media {
    border-radius: 0;
    flex: 1 1 auto;
    height: 330px;
    min-height: 300px;
    width: 100%;
}

.this-week-product-card--featured .this-week-product-card__body {
    padding: 22px 24px 24px;
    width: 100%;
}

.this-week-product-card--featured .this-week-product-card__title {
    font-size: clamp(22px, 2vw, 30px);
}

.this-week-product-card--featured .this-week-product-card__excerpt {
    display: block;
    font-size: 14px;
    line-height: 1.55;
}

.this-week-product-card--featured .this-week-action {
    font-size: 13px;
    min-height: 42px;
    padding: 10px 16px;
}

.this-week-layout--reels {
    align-items: start;
    gap: clamp(24px, 3vw, 40px);
    grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
}

.this-week-reels-featured,
.this-week-reels-side {
    min-width: 0;
}

.this-week-reels-featured {
    justify-self: center;
    width: min(100%, 315px);
}

.this-week-reels-side {
    width: 100%;
}

.this-week-reels-side__header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 16px;
}

.this-week-reels-eyebrow {
    align-items: center;
    color: var(--this-week-green-dark);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0.12em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.this-week-reels-eyebrow i {
    align-items: center;
    background: var(--this-week-green);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.this-week-reels-side__header .this-week-reels-eyebrow {
    margin-bottom: 0;
}

.this-week-reels-cta {
    align-items: center;
    background: var(--this-week-green);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(29, 143, 44, 0.2);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    text-decoration: none;
    transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
    white-space: nowrap;
}

.this-week-reels-cta:hover,
.this-week-reels-cta:focus-visible {
    background: var(--this-week-green-dark);
    box-shadow: 0 16px 34px rgba(29, 143, 44, 0.28);
    color: #fff;
    transform: translateY(-2px);
}

.this-week-layout--reels .this-week-reel-list {
    align-items: stretch;
    display: grid;
    gap: clamp(16px, 1.8vw, 24px);
    grid-template-columns: repeat(auto-fit, minmax(220px, 315px));
    justify-content: start;
}

.this-week-reel-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
    overflow: visible;
    padding: 0;
}

.this-week-reel-card__trigger,
.this-week-reel-card__preview {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font: inherit;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.this-week-reel-card__media {
    aspect-ratio: 9 / 16;
    background:
        linear-gradient(90deg, rgba(245, 250, 245, 0.92), rgba(229, 244, 228, 0.92), rgba(245, 250, 245, 0.92));
    background-size: 220% 100%;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 20px;
    box-shadow: 0 22px 48px rgba(10, 35, 18, 0.16);
    display: block;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: box-shadow 220ms ease, transform 220ms ease;
    width: 100%;
    animation: this-week-reel-fade 420ms ease both;
}

.this-week-reel-card__media img,
.this-week-reel-card__media .this-week-image-placeholder,
.this-week-reel-card__media .this-week-reel-card__instagram-placeholder {
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 450ms ease;
    width: 100%;
}

.this-week-reel-card__instagram-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(145deg, #123b1c 0%, #1d8f2c 58%, #7fc65a 100%);
    color: #fff;
    display: flex;
    font-size: 34px;
    justify-content: center;
}

.this-week-reel-card__shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 38%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.12) 52%, transparent 100%);
    inset: 0;
    position: absolute;
}

.this-week-reel-card__play {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    color: var(--this-week-green);
    display: flex;
    font-size: 15px;
    height: 48px;
    justify-content: center;
    left: 50%;
    padding-left: 3px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 220ms ease, background-color 220ms ease;
    width: 48px;
}

.this-week-reel-card__reel-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 10px;
    color: var(--this-week-green-dark);
    display: inline-flex;
    font-size: 15px;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
}

.this-week-reel-card__brand {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    bottom: 16px;
    color: var(--this-week-green);
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 14px;
    width: 34px;
}

.this-week-reel-card__title {
    bottom: 18px;
    color: #fff;
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 900;
    left: 16px;
    line-height: 1.22;
    max-width: calc(100% - 72px);
    position: absolute;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.this-week-reel-card__duration {
    display: none;
}

.this-week-reel-card__preview:hover .this-week-reel-card__media,
.this-week-reel-card__preview:focus-visible .this-week-reel-card__media,
.this-week-reel-card__link:hover .this-week-reel-card__media,
.this-week-reel-card__link:focus-visible .this-week-reel-card__media {
    box-shadow: 0 28px 60px rgba(10, 35, 18, 0.22);
    transform: translateY(-6px) scale(1.015);
}

.this-week-reel-card__preview:hover img,
.this-week-reel-card__preview:focus-visible img,
.this-week-reel-card__link:hover img,
.this-week-reel-card__link:focus-visible img {
    transform: scale(1.07);
}

.this-week-reel-card__preview:hover .this-week-reel-card__play,
.this-week-reel-card__preview:focus-visible .this-week-reel-card__play,
.this-week-reel-card__link:hover .this-week-reel-card__play,
.this-week-reel-card__link:focus-visible .this-week-reel-card__play {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.12);
}

.this-week-reel-card--featured {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.this-week-reel-card--featured .this-week-reel-card__media {
    border-radius: 22px;
}

.this-week-reel-card--featured .this-week-reel-card__play {
    font-size: 20px;
    height: 64px;
    width: 64px;
}

.this-week-reel-card--featured .this-week-reel-card__title {
    font-size: clamp(18px, 1.6vw, 22px);
}

@keyframes this-week-reel-fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.this-week-event-card {
    align-items: center;
    border-bottom: 1px solid var(--this-week-border);
    display: grid;
    gap: 14px;
    grid-template-columns: 116px minmax(0, 1fr);
    padding: 13px 0;
}

.this-week-event-card:last-child {
    border-bottom: 0;
}

.this-week-event-card__media {
    border-radius: 8px;
    height: 96px;
    overflow: hidden;
    position: relative;
}

.this-week-event-card__media img,
.this-week-event-card__media .this-week-image-placeholder {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.this-week-event-card__date {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 5px;
    color: var(--this-week-green-dark);
    display: flex;
    flex-direction: column;
    left: 7px;
    line-height: 1;
    min-width: 39px;
    padding: 5px;
    position: absolute;
    top: 7px;
}

.this-week-event-card__date strong {
    font-size: 16px;
}

.this-week-event-card__date span {
    font-size: 9px;
    font-weight: 800;
    margin-top: 3px;
    text-transform: uppercase;
}

.this-week-event-card__location {
    color: var(--this-week-green-dark);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px;
}

.this-week-event-card__location i {
    margin-right: 4px;
}

.this-week-event-card__title {
    color: var(--this-week-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.this-week-event-card .this-week-action {
    font-size: 10.5px;
    margin-top: 8px;
    min-height: 32px;
    padding: 6px 10px;
}

.this-week-event-card--featured {
    background: var(--this-week-surface-soft);
    border: 1px solid var(--this-week-border);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 475px;
    overflow: hidden;
    padding: 0;
}

.this-week-event-card--featured .this-week-event-card__media {
    border-radius: 0;
    flex: 1 1 auto;
    height: 320px;
    min-height: 300px;
    width: 100%;
}

.this-week-event-card--featured .this-week-event-card__date {
    left: 18px;
    min-width: 52px;
    padding: 8px;
    top: 18px;
}

.this-week-event-card--featured .this-week-event-card__date strong {
    font-size: 22px;
}

.this-week-event-card--featured .this-week-event-card__body {
    padding: 22px 24px 24px;
    width: 100%;
}

.this-week-event-card--featured .this-week-event-card__location {
    font-size: 13px;
}

.this-week-event-card--featured .this-week-event-card__title {
    font-size: clamp(22px, 2vw, 30px);
}

.this-week-event-card__excerpt {
    color: var(--this-week-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 9px 0 0;
}

.this-week-event-card--featured .this-week-action {
    font-size: 13px;
    min-height: 42px;
    padding: 10px 16px;
}

.this-week-newsletter-card {
    background: linear-gradient(145deg, #edf7ef, #f8fbf8);
    border: 1px solid #dbe9dd;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 470px;
    padding: clamp(26px, 4vw, 48px);
}

.this-week-newsletter-card__icon {
    align-items: center;
    background: var(--this-week-green);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    margin-bottom: 20px;
    width: 58px;
}

.this-week-newsletter-card h3 {
    color: var(--this-week-ink);
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.18;
    margin: 0;
}

.this-week-newsletter-card > p {
    color: var(--this-week-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 12px 0 0;
    max-width: 580px;
}

.this-week-subscribe-form {
    margin-top: 24px;
}

.this-week-subscribe-form--combined {
    max-width: 560px;
}

.this-week-field-label {
    color: var(--this-week-ink);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.this-week-subscribe-form__field {
    display: flex;
}

.this-week-subscribe-form__field input {
    background: #fff;
    border: 1px solid #cedbd0;
    border-radius: 7px 0 0 7px;
    color: var(--this-week-ink);
    flex: 1 1 auto;
    font: inherit;
    font-size: 14px;
    min-height: 48px;
    min-width: 0;
    outline: 0;
    padding: 10px 14px;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.this-week-combined-fields {
    display: grid;
    gap: 14px;
}

.this-week-combined-field {
    min-width: 0;
}

.this-week-combined-field input {
    background: #fff;
    border: 1px solid #cedbd0;
    border-radius: 7px;
    color: var(--this-week-ink);
    font: inherit;
    font-size: 14px;
    min-height: 48px;
    min-width: 0;
    outline: 0;
    padding: 10px 14px;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    width: 100%;
}

.this-week-combined-phone {
    display: flex;
    min-width: 0;
}

.this-week-combined-phone .this-week-connect__dial-code {
    border-color: #cedbd0;
    border-radius: 7px 0 0 7px;
    flex: 0 0 auto;
    font-size: 12px;
    height: auto;
    min-height: 48px;
    padding: 0 12px;
}

.this-week-combined-phone input[type="tel"] {
    border-left: 0;
    border-radius: 0 7px 7px 0;
}

.this-week-subscribe-form__field input:focus,
.this-week-combined-field input:focus {
    border-color: var(--this-week-green);
    box-shadow: 0 0 0 3px rgba(29, 143, 44, 0.14);
}

.this-week-subscribe-form__field button {
    align-items: center;
    background: var(--this-week-green);
    border: 1px solid var(--this-week-green);
    border-radius: 0 7px 7px 0;
    color: #fff;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    transition: background-color 200ms ease, border-color 200ms ease;
}

.this-week-subscribe-form__field button:hover:not(:disabled) {
    background: var(--this-week-green-dark);
    border-color: var(--this-week-green-dark);
}

.this-week-subscribe-form__field button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.this-week-combined-submit {
    align-items: center;
    background: var(--this-week-green);
    border: 1px solid var(--this-week-green);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
    min-height: 48px;
    padding: 10px 24px;
    transition: background-color 200ms ease, border-color 200ms ease;
}

.this-week-combined-submit:hover:not(:disabled),
.this-week-combined-submit:focus {
    background: var(--this-week-green-dark);
    border-color: var(--this-week-green-dark);
}

.this-week-combined-submit:disabled {
    cursor: wait;
    opacity: 0.7;
}

.this-week-consent {
    align-items: flex-start;
    color: var(--this-week-muted);
    display: flex;
    font-size: 12px;
    gap: 9px;
    line-height: 1.45;
    margin-top: 12px;
}

.this-week-consent input {
    accent-color: var(--this-week-green);
    flex: 0 0 auto;
    height: 15px;
    margin-top: 1px;
    width: 15px;
}

.this-week-form-status {
    color: var(--this-week-muted);
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
    min-height: 17px;
}

.this-week-form-status.is-success { color: var(--this-week-green-dark); }
.this-week-form-status.is-error { color: #b42318; }

.this-week-newsletter-overview {
    display: grid;
    gap: 18px;
}

.this-week-newsletter-preview {
    border: 1px solid var(--this-week-border);
    border-radius: 10px;
    display: grid;
    grid-template-columns: minmax(150px, 0.65fr) minmax(0, 1fr);
    overflow: hidden;
}

.this-week-newsletter-preview__media {
    min-height: 210px;
    overflow: hidden;
}

.this-week-newsletter-preview__media img,
.this-week-newsletter-preview__media .this-week-image-placeholder {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.this-week-newsletter-preview__body {
    padding: 22px;
}

.this-week-eyebrow {
    color: var(--this-week-green-dark);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.this-week-newsletter-preview h3 {
    color: var(--this-week-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.this-week-newsletter-preview p {
    color: var(--this-week-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 0;
}

.this-week-newsletter-details {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.this-week-newsletter-details__section {
    background: var(--this-week-surface-soft);
    border: 1px solid var(--this-week-border);
    border-radius: 9px;
    min-width: 0;
    padding: 17px;
}

.this-week-newsletter-details__section h3 {
    color: var(--this-week-ink);
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 10px;
}

.this-week-edition-list {
    max-height: 185px;
    /* overflow-y: auto;
    scrollbar-width: thin; */
}

.this-week-edition-list .this-week-compact-card {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 9px 0;
}

.this-week-edition-list .this-week-compact-card__media {
    height: 50px;
}

.this-week-edition-list .this-week-compact-card__title {
    font-size: 12px;
}

.this-week-benefits-list {
    display: grid;
    gap: 9px;
}

.this-week-benefits-list li {
    align-items: flex-start;
    color: var(--this-week-muted);
    display: flex;
    font-size: 12px;
    gap: 8px;
    line-height: 1.4;
}

.this-week-benefits-list i {
    color: var(--this-week-green);
    flex: 0 0 auto;
    margin-top: 2px;
}

.this-week-section :where(
    .this-week-card,
    .this-week-featured-story,
    .this-week-featured-story__media,
    .this-week-image-placeholder,
    .this-week-badge,
    .this-week-action,
    .this-week-compact-card__media,
    .this-week-empty,
    .this-week-product-card,
    .this-week-product-card__media,
    .this-week-product-card--featured,
    .this-week-reel-card__media,
    .this-week-reel-card__reel-icon,
    .this-week-reels-cta,
    .this-week-event-card,
    .this-week-event-card__media,
    .this-week-event-card__date,
    .this-week-event-card--featured,
    .this-week-newsletter-card,
    .this-week-subscribe-form__field input,
    .this-week-subscribe-form__field button,
    .this-week-combined-field input,
    .this-week-combined-phone .this-week-connect__dial-code,
    .this-week-combined-phone input[type="tel"],
    .this-week-combined-submit,
    .this-week-newsletter-preview,
    .this-week-newsletter-preview__media,
    .this-week-newsletter-details__section
) {
    border-radius: 0 !important;
}

.this-week-reel-modal[hidden] {
    display: none;
}

.this-week-reel-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    position: fixed;
    transition: opacity 200ms ease;
    z-index: 11000;
}

.this-week-reel-modal.is-open {
    opacity: 1;
}

.this-week-reel-modal__backdrop {
    background: rgba(5, 12, 7, 0.84);
    border: 0;
    inset: 0;
    position: absolute;
    width: 100%;
}

.this-week-reel-modal__dialog {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
    max-height: calc(100vh - 40px);
    max-width: 960px;
    overflow: hidden;
    position: relative;
    transform: translateY(10px) scale(0.98);
    transition: transform 200ms ease;
    width: 100%;
    z-index: 1;
}

.this-week-reel-modal.is-open .this-week-reel-modal__dialog {
    transform: translateY(0) scale(1);
}

.this-week-reel-modal__header {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 14px 18px;
}

.this-week-reel-modal__header h3 {
    color: var(--this-week-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.this-week-reel-modal__close {
    align-items: center;
    background: var(--this-week-green-soft);
    border: 0;
    border-radius: 50%;
    color: var(--this-week-green-dark);
    display: flex;
    flex: 0 0 36px;
    font-size: 17px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.this-week-reel-modal__media {
    aspect-ratio: 16 / 9;
    background: #000;
    max-height: calc(100vh - 110px);
}

.this-week-reel-modal__media iframe,
.this-week-reel-modal__media video {
    border: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

body.this-week-modal-open {
    overflow: hidden;
}

.this-week-tab:focus-visible,
.this-week-tabs-scroll:focus-visible,
.this-week-action:focus-visible,
.this-week-panel:focus-visible,
.this-week-reel-card__trigger:focus-visible,
.this-week-reel-card__preview:focus-visible,
.this-week-reels-cta:focus-visible,
.this-week-reel-modal__close:focus-visible,
.this-week-subscribe-form button:focus-visible,
.this-week-consent input:focus-visible,
.this-week-combined-field input:focus-visible {
    outline: 3px solid rgba(29, 143, 44, 0.3);
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .this-week-tab {
        flex: 0 0 176px;
        min-width: 176px;
    }

    .this-week-layout--primary {
        grid-template-columns: minmax(0, 1.75fr) minmax(285px, 1fr);
    }

    .this-week-layout--reels {
        grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
    }

    .this-week-layout--reels .this-week-reel-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 315px));
    }

    .this-week-compact-card {
        gap: 11px;
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .this-week-compact-card__media {
        height: 68px;
    }
}

@media (max-width: 991px) {
    .this-week-section {
        padding: 48px 0;
    }

    .this-week-layout--primary,
    .this-week-layout--reels,
    .this-week-layout--newsletter {
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-side {
        border-top: 1px solid var(--this-week-border);
        padding-top: 20px;
    }

    .this-week-compact-list,
    .this-week-product-list,
    .this-week-event-list {
        column-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .this-week-layout--reels .this-week-reel-list {
        grid-template-columns: repeat(2, minmax(220px, 315px));
        justify-content: center;
    }

    .this-week-reels-featured {
        width: min(100%, 315px);
    }

    .this-week-compact-card:nth-last-child(-n + 2),
    .this-week-product-card:nth-last-child(-n + 2),
    .this-week-event-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .this-week-product-card--featured,
    .this-week-event-card--featured,
    .this-week-featured-story {
        min-height: 440px;
    }

    .this-week-newsletter-card {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .this-week-heading__title {
        font-size: clamp(28px, 8vw, 36px);
    }

    .this-week-tabs-shell {
        gap: 7px;
    }

    .this-week-tabs-scroll {
        flex-basis: 36px;
        height: 36px;
        width: 36px;
    }

    .this-week-tab {
        flex-basis: 148px;
        min-height: 56px;
        min-width: 148px;
    }

    .this-week-panel {
        padding: 16px;
    }

    .this-week-featured-story,
    .this-week-featured-story__media {
        min-height: 430px;
    }

    .this-week-featured-story__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .this-week-product-card--featured,
    .this-week-event-card--featured {
        min-height: 430px;
    }

    .this-week-layout--reels .this-week-reel-list {
        grid-template-columns: repeat(2, minmax(200px, 315px));
    }

    .this-week-reels-featured {
        width: min(100%, 315px);
    }

    .this-week-newsletter-preview {
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-newsletter-preview__media {
        aspect-ratio: 16 / 8;
        min-height: 0;
    }

    .this-week-newsletter-details {
        grid-template-columns: minmax(0, 1fr);
    }

}

@media (max-width: 575px) {
    .this-week-section {
        padding: 20px 0;
    }

    .this-week-container {
        padding: 0 14px;
    }

    .this-week-heading {
        margin-bottom: 24px;
    }

    .this-week-heading__title-row {
        gap: 10px;
    }

    .this-week-heading__subtitle {
        font-size: 14px;
    }

    .this-week-content {
        border-radius: 10px;
    }

    .this-week-tab {
        flex-basis: 140px;
        font-size: 13px;
        min-width: 140px;
    }

    .this-week-featured-story,
    .this-week-featured-story__media {
        min-height: 420px;
    }

    .this-week-featured-story__content {
        padding: 20px;
    }

    .this-week-featured-story__title {
        font-size: 24px;
    }

    .this-week-layout {
        gap: 18px;
    }

    .this-week-compact-list,
    .this-week-product-list,
    .this-week-event-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-layout--reels .this-week-reel-list {
        grid-template-columns: minmax(0, 315px);
        justify-content: center;
    }

    .this-week-reels-side__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .this-week-reels-cta {
        width: 100%;
    }

    .this-week-compact-card,
    .this-week-product-card,
    .this-week-event-card,
    .this-week-compact-card:nth-last-child(-n + 2),
    .this-week-product-card:nth-last-child(-n + 2),
    .this-week-event-card:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--this-week-border);
    }

    .this-week-compact-card:last-child,
    .this-week-product-card:last-child,
    .this-week-event-card:last-child {
        border-bottom: 0;
    }

    .this-week-compact-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .this-week-product-card,
    .this-week-event-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .this-week-product-card--featured,
    .this-week-event-card--featured {
        display: flex;
        min-height: 410px;
    }

    .this-week-product-card--featured .this-week-product-card__media,
    .this-week-event-card--featured .this-week-event-card__media {
        min-height: 250px;
    }

    .this-week-action,
    .this-week-product-card .this-week-action,
    .this-week-event-card .this-week-action {
        width: 100%;
    }

    .this-week-featured-story__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .this-week-newsletter-card {
        min-height: 0;
        padding: 24px 18px;
    }

    .this-week-subscribe-form__field {
        gap: 9px;
        flex-direction: column;
    }

    .this-week-subscribe-form__field input,
    .this-week-subscribe-form__field button {
        border-radius: 7px;
        width: 100%;
    }

    .this-week-combined-phone,
    .this-week-combined-phone .this-week-connect__dial-code,
    .this-week-combined-phone input[type="tel"] {
        border-radius: 7px;
        width: 100%;
    }

    .this-week-combined-phone {
        flex-direction: column;
        gap: 7px;
    }

    .this-week-combined-phone input[type="tel"] {
        border-left: 1px solid #cedbd0;
    }

    .this-week-connect__dial-code {
        min-height: 44px;
        justify-content: center;
    }

    .this-week-reel-modal {
        padding: 10px;
    }

    .this-week-reel-modal__dialog {
        max-height: calc(100vh - 20px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .this-week-layout--top-story {
        gap: 24px;
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-layout--top-story > .this-week-layout__featured,
    .this-week-layout--top-story > .this-week-side {
        width: 100%;
    }

    .this-week-layout--top-story > .this-week-side {
        border-top: 1px solid var(--this-week-border);
        padding-top: 24px;
    }

    .this-week-layout--top-story .this-week-compact-list {
        column-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .this-week-layout--top-story {
        gap: 16px;
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-layout--top-story .this-week-featured-story,
    .this-week-layout--top-story .this-week-featured-story__media {
        height: clamp(360px, 105vw, 400px);
        min-height: 0;
        max-height: 400px;
    }

    .this-week-layout--top-story .this-week-featured-story__media > img,
    .this-week-layout--top-story .this-week-featured-story__media > .this-week-image-placeholder {
        object-fit: cover;
        object-position: center;
    }

    .this-week-layout--top-story .this-week-badge {
        top: 14px;
        left: 14px;
        z-index: 2;
        padding: 7px 9px;
        font-size: 10px;
    }

    .this-week-layout--top-story .this-week-featured-story__content {
        right: 16px;
        bottom: 16px;
        left: 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .this-week-layout--top-story .this-week-featured-story__title {
        display: -webkit-box;
        min-width: 0;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        font-size: clamp(24px, 6.5vw, 26px);
        font-weight: 700;
        line-height: 1.2;
        overflow-wrap: anywhere;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .this-week-layout--top-story .this-week-featured-story__excerpt {
        display: -webkit-box;
        min-width: 0;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .this-week-layout--top-story .this-week-featured-story__footer {
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .this-week-layout--top-story .this-week-featured-story__footer .this-week-meta {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        min-width: 0;
        width: 100%;
        margin-top: 0;
        gap: 8px 12px;
        font-size: 11px;
    }

    .this-week-layout--top-story .this-week-featured-story__footer .this-week-meta__item {
        white-space: nowrap;
    }

    .this-week-layout--top-story .this-week-featured-story__footer .this-week-action {
        width: 100%;
        min-height: 48px;
        margin-top: 0;
    }

    .this-week-layout--top-story > .this-week-side {
        padding-top: 16px;
    }

    .this-week-layout--top-story .this-week-compact-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-layout--top-story .this-week-compact-card {
        align-items: center;
        gap: 12px;
        grid-template-columns: 80px minmax(0, 1fr);
        padding: 14px 0;
    }

    .this-week-layout--top-story .this-week-compact-card__media {
        width: 80px;
        height: 60px;
        aspect-ratio: 4 / 3;
    }

    .this-week-layout--top-story .this-week-compact-card__media img,
    .this-week-layout--top-story .this-week-compact-card__media .this-week-image-placeholder {
        object-fit: cover;
    }

    .this-week-layout--top-story .this-week-compact-card__title {
        overflow-wrap: anywhere;
        font-size: 14px;
        line-height: 1.35;
    }

    .this-week-layout--top-story .this-week-compact-card .this-week-meta {
        margin-top: 6px;
        gap: 5px 8px;
    }

    .this-week-layout--top-story > .this-week-side > .this-week-action {
        width: 100%;
        min-height: 44px;
        margin-top: 12px;
    }
}

/* Mobile-only This Week refinement. Desktop and tablet rules remain unchanged. */
@media (max-width: 767px) {
    .this-week-section {
        padding: 24px 0;
        overflow-x: clip;
    }

    .this-week-container {
        width: 100%;
        min-width: 0;
        padding-right: 16px;
        padding-left: 16px;
    }

    .this-week-heading {
        margin-bottom: 20px;
    }

    .this-week-heading__leaf {
        font-size: 14px;
    }

    .this-week-heading__title-row {
        gap: 10px;
        margin-top: 6px;
    }

    .this-week-heading__title {
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.08;
        white-space: nowrap;
    }

    .this-week-heading__subtitle {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.45;
    }

    .this-week-tabs-shell {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
        margin-bottom: 12px;
    }

    .this-week-tabs {
        width: 100%;
        gap: 8px;
        padding: 2px 0;
        overscroll-behavior-x: contain;
        scroll-padding-inline: 2px;
        scroll-snap-type: x proximity;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
    }

    .this-week-tab,
    .this-week-tabs--balanced .this-week-tab {
        flex: 0 0 clamp(108px, 34vw, 138px);
        width: clamp(108px, 34vw, 138px);
        min-width: clamp(108px, 34vw, 138px);
        min-height: 52px;
        padding: 10px 9px;
        gap: 6px;
        font-size: 12px;
        line-height: 1;
        scroll-snap-align: center;
        white-space: nowrap;
    }

    .this-week-tab__icon {
        min-width: 16px;
        font-size: 15px;
    }

    .this-week-tab__label {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .this-week-tabs-scroll {
        position: relative;
        z-index: 2;
        width: 44px;
        height: 44px;
        min-width: 44px;
        flex-basis: 44px;
        align-self: center;
        margin: 0;
    }

    .this-week-content {
        min-width: 0;
        border-radius: 16px;
    }

    .this-week-panel {
        min-width: 0;
        padding: 12px;
    }

    .this-week-panel > * {
        max-width: 100%;
        min-width: 0;
    }

    .this-week-layout--primary {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .this-week-layout--primary .this-week-featured-story,
    .this-week-layout--primary .this-week-featured-story__media {
        height: clamp(360px, 105vw, 400px);
        min-height: 0;
        max-height: 400px;
        border-radius: 16px;
        overflow: hidden;
    }

    .this-week-layout--primary .this-week-featured-story__media > img,
    .this-week-layout--primary .this-week-featured-story__media > .this-week-image-placeholder {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .this-week-layout--primary .this-week-featured-story__shade {
        background: linear-gradient(
            180deg,
            rgba(4, 17, 8, 0.05) 20%,
            rgba(4, 17, 8, 0.44) 52%,
            rgba(4, 17, 8, 0.96) 100%
        );
    }

    .this-week-layout--primary .this-week-badge {
        top: 14px;
        left: 14px;
        z-index: 2;
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 10px;
        line-height: 1;
    }

    .this-week-layout--primary .this-week-featured-story__content {
        right: 16px;
        bottom: 16px;
        left: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: auto;
        max-width: none;
        padding: 0;
    }

    .this-week-layout--primary .this-week-featured-story__title {
        display: -webkit-box;
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        overflow-wrap: anywhere;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .this-week-layout--primary .this-week-featured-story__excerpt {
        display: -webkit-box;
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .this-week-layout--primary .this-week-featured-story__footer {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
    }

    .this-week-layout--primary .this-week-featured-story__footer .this-week-meta {
        width: 100%;
        min-width: 0;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 6px 9px;
        margin-top: 0;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.25;
    }

    .this-week-layout--primary .this-week-featured-story__footer .this-week-meta__item {
        min-width: 0;
        white-space: nowrap;
    }

    .this-week-layout--primary .this-week-featured-story__footer .this-week-action {
        width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 12px 16px;
    }

    .this-week-layout--primary > .this-week-side {
        width: 100%;
        min-width: 0;
        padding-top: 4px;
        border-top: 1px solid var(--this-week-border);
    }

    .this-week-layout--primary .this-week-compact-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .this-week-layout--primary .this-week-compact-card {
        min-width: 0;
        grid-template-columns: 80px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 14px 0;
    }

    .this-week-layout--primary .this-week-compact-card__media {
        width: 80px;
        height: 60px;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }

    .this-week-layout--primary .this-week-compact-card__media img,
    .this-week-layout--primary .this-week-compact-card__media .this-week-image-placeholder {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .this-week-layout--primary .this-week-compact-card__title {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.35;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .this-week-layout--primary .this-week-compact-card .this-week-meta {
        gap: 4px 7px;
        margin-top: 5px;
        font-size: 9.5px;
    }

    .this-week-layout--primary > .this-week-side > .this-week-action {
        width: 100%;
        min-height: 44px;
        margin-top: 12px;
    }

    .this-week-reels-carousel {
        width: 100%;
        min-width: 0;
        padding: 4px 0;
    }

    .this-week-reels-carousel__header {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 16px;
    }

    .this-week-reels-carousel .this-week-reels-eyebrow {
        display: inline-flex;
        width: fit-content;
        max-width: 100%;
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .this-week-reels-carousel .this-week-reels-cta {
        width: 100%;
        max-width: 100%;
        min-height: 44px;
        padding: 11px 16px;
        white-space: nowrap;
    }

    .this-week-reels-slider-shell,
    .this-week-reels-slider,
    .this-week-reels-slider .swiper-wrapper,
    .this-week-reels-slider .swiper-slide {
        min-width: 0;
        max-width: 100%;
    }

    .this-week-reels-slider {
        border-radius: 16px;
    }

    .this-week-reels-slider .swiper-slide {
        height: 420px;
    }

    .this-week-reels-carousel .this-week-reel-card {
        width: 100%;
        height: 420px;
        border-radius: 16px;
        box-shadow: 0 14px 34px rgba(10, 35, 18, 0.17);
        transform: translateZ(0);
    }

    .this-week-reels-carousel .this-week-reel-card__media,
    .this-week-reels-carousel .this-week-reel-card__media img,
    .this-week-reels-carousel .this-week-reel-card__media .this-week-image-placeholder,
    .this-week-reels-carousel .this-week-reel-card__instagram-placeholder {
        width: 100%;
        height: 420px;
        min-height: 420px;
        border-radius: 16px;
        object-fit: cover;
        object-position: center;
    }

    .this-week-reel-card__instagram-button {
        width: 64px;
        height: 64px;
        font-size: 34px;
    }

    .this-week-reel-card__content {
        padding: 16px;
    }

    .this-week-reels-carousel .this-week-reel-card__title,
    .this-week-reels-carousel .this-week-reel-card__description {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .this-week-reels-carousel .this-week-reel-card__title {
        font-size: 19px;
        line-height: 1.25;
    }

    .this-week-reels-carousel .this-week-reel-card__description {
        font-size: 13px;
        line-height: 1.4;
    }

    .this-week-reels-arrow {
        top: 50%;
        width: 44px;
        height: 44px;
        transform: translateY(-50%);
    }

    .this-week-reels-arrow:hover,
    .this-week-reels-arrow:focus-visible {
        transform: translateY(-50%) scale(1.04);
    }

    .this-week-reels-arrow--previous {
        left: 8px;
    }

    .this-week-reels-arrow--next {
        right: 8px;
    }

    .this-week-reels-arrow[hidden],
    .this-week-reels-arrow.swiper-button-lock {
        display: none !important;
    }

    .this-week-reels-pagination {
        min-height: 44px;
        padding-top: 14px;
    }

    .this-week-reels-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    .this-week-reels-counter {
        display: block;
        min-height: 20px;
        margin-top: 2px;
        color: var(--this-week-muted);
        font-size: 13px;
        font-weight: 800;
        line-height: 20px;
        text-align: center;
    }

    [data-this-week-events-tab],
    .this-week-layout--newsletter,
    .this-week-newsletter-preview,
    .this-week-newsletter-details {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .this-week-section *,
    .this-week-section *::before,
    .this-week-section *::after,
    .this-week-reel-modal,
    .this-week-reel-modal__dialog {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
